Skip to content

Commit 2de7fbe

Browse files
committed
Fix build after rebase
1 parent 6cc858b commit 2de7fbe

File tree

1 file changed

+1
-1
lines changed
  • csharp/extractor/Semmle.Extraction.CSharp/Entities/Statements

1 file changed

+1
-1
lines changed

csharp/extractor/Semmle.Extraction.CSharp/Entities/Statements/ForEach.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ protected override void PopulateStatement(TextWriter trapFile)
4545

4646
if (info.Equals(default))
4747
{
48-
cx.ExtractionError("Could not get foreach statement info", null, Location.Create(cx, this.ReportingLocation), severity: Util.Logging.Severity.Info);
48+
cx.ExtractionError("Could not get foreach statement info", null, cx.CreateLocation(this.ReportingLocation), severity: Util.Logging.Severity.Info);
4949
return;
5050
}
5151

0 commit comments

Comments
 (0)