3 references to ApplyProgrammaticSuppressionsAndFilterDiagnostics
Microsoft.CodeAnalysis (2)
DiagnosticAnalyzer\AnalyzerDriver.cs (1)
1192
return
ApplyProgrammaticSuppressionsAndFilterDiagnostics
(diagnostics, compilation, cancellationToken);
DiagnosticAnalyzer\CompilationWithAnalyzers.cs (1)
316
return driver.
ApplyProgrammaticSuppressionsAndFilterDiagnostics
(reportedDiagnostics, compilation, cancellationToken);
Microsoft.CodeAnalysis.Test.Utilities (1)
Diagnostics\DiagnosticExtensions.cs (1)
322
diagnostics = driver.
ApplyProgrammaticSuppressionsAndFilterDiagnostics
(allDiagnostics, newCompilation, cancellationToken);