1 write to ReportSuppressedDiagnostics
AnalyzerRunner (1)
Options.cs (1)
106ReportSuppressedDiagnostics = reportSuppressedDiagnostics;
2 references to ReportSuppressedDiagnostics
AnalyzerRunner (2)
DiagnosticAnalyzerRunner.cs (2)
191CompilationWithAnalyzers compilationWithAnalyzers = compilation.WithAnalyzers(languageAnalyzers, new CompilationWithAnalyzersOptions(workspaceAnalyzerOptions, null, analyzerOptionsInternal.RunConcurrent, logAnalyzerExecutionTime: true, reportSuppressedDiagnostics: analyzerOptionsInternal.ReportSuppressedDiagnostics)); 399var compilationWithAnalyzers = newCompilation.WithAnalyzers(analyzers, new CompilationWithAnalyzersOptions(workspaceAnalyzerOptions, null, analyzerOptionsInternal.RunConcurrent, logAnalyzerExecutionTime: true, reportSuppressedDiagnostics: analyzerOptionsInternal.ReportSuppressedDiagnostics));