Fix build after rebase

This commit is contained in:
Tamas Vajk
2021-02-15 10:18:12 +01:00
parent 6cc858b9ef
commit 2de7fbe062

View File

@@ -45,7 +45,7 @@ namespace Semmle.Extraction.CSharp.Entities.Statements
if (info.Equals(default))
{
cx.ExtractionError("Could not get foreach statement info", null, Location.Create(cx, this.ReportingLocation), severity: Util.Logging.Severity.Info);
cx.ExtractionError("Could not get foreach statement info", null, cx.CreateLocation(this.ReportingLocation), severity: Util.Logging.Severity.Info);
return;
}