2 references to WithReportSuppressedDiagnostics
Microsoft.CodeAnalysis (1)
DiagnosticAnalyzer\CompilationWithAnalyzers.cs (1)
99
.WithOptions(compilation.Options.
WithReportSuppressedDiagnostics
(analysisOptions.ReportSuppressedDiagnostics))
Microsoft.ML.CodeAnalyzer.Tests (1)
Code\RelaxTestNamingTest.cs (1)
25
return solution.WithProjectCompilationOptions(projectId, compilationOptions.
WithReportSuppressedDiagnostics
(false));