4 references to ReportSuppressedDiagnostics
Microsoft.CodeAnalysis (1)
DiagnosticAnalyzer\CompilationWithAnalyzers.cs (1)
103
.WithOptions(compilation.Options.WithReportSuppressedDiagnostics(analysisOptions.
ReportSuppressedDiagnostics
))
Microsoft.CodeAnalysis.LanguageServer.Protocol (3)
Features\Diagnostics\EngineV2\DiagnosticIncrementalAnalyzer.Executor.cs (1)
368
compilationWithAnalyzers.AnalysisOptions.
ReportSuppressedDiagnostics
,
Features\Diagnostics\EngineV2\DiagnosticIncrementalAnalyzer.InProcOrRemoteHostAnalyzerRunner.cs (2)
115
compilationWithAnalyzers.AnalysisOptions.
ReportSuppressedDiagnostics
, cancellationToken).ConfigureAwait(false);
180
compilationWithAnalyzers.AnalysisOptions.
ReportSuppressedDiagnostics
,