1 write to _reportSuppressedDiagnostics
Microsoft.CodeAnalysis (1)
DiagnosticAnalyzer\CompilationWithAnalyzersOptions.cs (1)
107
_reportSuppressedDiagnostics
= reportSuppressedDiagnostics;
1 reference to _reportSuppressedDiagnostics
Microsoft.CodeAnalysis (1)
DiagnosticAnalyzer\CompilationWithAnalyzersOptions.cs (1)
49
public bool ReportSuppressedDiagnostics =>
_reportSuppressedDiagnostics
;