C#: Move some methods into newly created Semmle.Extraction.CSharp.Util project

This commit is contained in:
Tom Hvitved
2023-09-20 11:22:58 +02:00
parent 2429a5383d
commit 6021d00f7e
17 changed files with 177 additions and 136 deletions

View File

@@ -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;
}