2 references to ApplyProgrammaticSuppressionsCore
Microsoft.CodeAnalysis (2)
DiagnosticAnalyzer\AnalyzerDriver.cs (2)
948
var newDiagnostics =
ApplyProgrammaticSuppressionsCore
(reportedDiagnostics.ToReadOnly(), compilation);
961
return
ApplyProgrammaticSuppressionsCore
(reportedDiagnostics, compilation);