2 writes to _analyzer
Microsoft.CodeAnalysis (2)
DiagnosticAnalyzer\AnalyzerExecutor.AnalyzerDiagnosticReporter.cs (2)
43
item.
_analyzer
= analyzer;
58
_analyzer
= null!;
3 references to _analyzer
Microsoft.CodeAnalysis (3)
DiagnosticAnalyzer\AnalyzerExecutor.AnalyzerDiagnosticReporter.cs (3)
97
if (_shouldSuppressGeneratedCodeDiagnostic(diagnostic,
_analyzer
, _compilation, _cancellationToken))
115
_addCategorizedLocalDiagnostic(diagnostic,
_analyzer
, _isSyntaxDiagnostic, _cancellationToken);
119
_addCategorizedNonLocalDiagnostic(diagnostic,
_analyzer
, _cancellationToken);