2 references to IsDiagnosticAnalyzerSuppressed
Microsoft.CodeAnalysis.Test.Utilities (1)
Diagnostics\DiagnosticExtensions.cs (1)
350
return CompilationWithAnalyzers.
IsDiagnosticAnalyzerSuppressed
(analyzer, options);
Microsoft.CodeAnalysis.UnitTests (1)
Diagnostics\CompilationWithAnalyzersTests.cs (1)
77
_ = CompilationWithAnalyzers.
IsDiagnosticAnalyzerSuppressed
(analyzer, s_dllWithMaxWarningLevel, onAnalyzerException: null);