mirror of
https://github.com/github/codeql.git
synced 2026-05-01 19:55:15 +02:00
C#: Merge expr_compiler_generated and compiler_generated and add compiler generated statements.
This commit is contained in:
@@ -54,7 +54,7 @@ namespace Semmle.Extraction.CSharp.Entities
|
||||
}
|
||||
|
||||
if (info.IsCompilerGenerated)
|
||||
trapFile.expr_compiler_generated(this);
|
||||
trapFile.compiler_generated(this);
|
||||
|
||||
if (info.ExprValue is string value)
|
||||
trapFile.expr_value(this, value);
|
||||
|
||||
Reference in New Issue
Block a user