2 references to ApplyProgrammaticSuppressionsAndFilterDiagnostics
Microsoft.CodeAnalysis (2)
DiagnosticAnalyzer\AnalyzerDriver.cs (1)
1194
return
ApplyProgrammaticSuppressionsAndFilterDiagnostics
(diagnostics, compilation, cancellationToken);
DiagnosticAnalyzer\CompilationWithAnalyzers.cs (1)
316
return driver.
ApplyProgrammaticSuppressionsAndFilterDiagnostics
(reportedDiagnostics, compilation, cancellationToken);