2 writes to _shouldSuppressGeneratedCodeDiagnostic
Microsoft.CodeAnalysis (2)
DiagnosticAnalyzer\AnalyzerExecutor.AnalyzerDiagnosticReporter.cs (2)
48
item.
_shouldSuppressGeneratedCodeDiagnostic
= shouldSuppressGeneratedCodeDiagnostic;
63
_shouldSuppressGeneratedCodeDiagnostic
= null!;
1 reference to _shouldSuppressGeneratedCodeDiagnostic
Microsoft.CodeAnalysis (1)
DiagnosticAnalyzer\AnalyzerExecutor.AnalyzerDiagnosticReporter.cs (1)
97
if (
_shouldSuppressGeneratedCodeDiagnostic
(diagnostic, _analyzer, _compilation, _cancellationToken))