We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0484be6 commit ad02559Copy full SHA for ad02559
csharp/extractor/Semmle.Extraction.CSharp/Extractor/Extractor.cs
@@ -182,7 +182,7 @@ static bool filter(CompilerCall compilerCall)
182
var compilerCall = compilationData.CompilerCall;
183
var diagnosticName = compilerCall.GetDiagnosticName();
184
logger.LogInfo($" Processing compilation {diagnosticName} at {compilerCall.ProjectDirectory}");
185
- var compilerArgs = compilerCall.GetArguments();
+ var compilerArgs = reader.ReadArguments(compilerCall);
186
187
var compilationIdentifierPath = string.Empty;
188
try
0 commit comments