mirror of
https://github.com/github/codeql.git
synced 2026-05-05 21:55:19 +02:00
C#: Move some methods into newly created Semmle.Extraction.CSharp.Util project
This commit is contained in:
@@ -44,7 +44,7 @@ namespace Semmle.Extraction.CSharp.Entities.Statements
|
||||
|
||||
if (info.Equals(default))
|
||||
{
|
||||
Context.ExtractionError("Could not get foreach statement info", null, Context.CreateLocation(this.ReportingLocation), severity: Util.Logging.Severity.Info);
|
||||
Context.ExtractionError("Could not get foreach statement info", null, Context.CreateLocation(this.ReportingLocation), severity: Semmle.Util.Logging.Severity.Info);
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user