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