2 writes to _analyzer
Microsoft.CodeAnalysis (2)
DiagnosticAnalyzer\AnalyzerExecutor.AnalyzerDiagnosticReporter.cs (2)
44
item.
_analyzer
= analyzer;
60
_analyzer
= null!;
3 references to _analyzer
Microsoft.CodeAnalysis (3)
DiagnosticAnalyzer\AnalyzerExecutor.AnalyzerDiagnosticReporter.cs (3)
101
if (_shouldSuppressGeneratedCodeDiagnostic(diagnostic,
_analyzer
, _compilation, _cancellationToken))
119
_addCategorizedLocalDiagnostic(diagnostic,
_analyzer
, _analyzerOptions, _isSyntaxDiagnostic, _cancellationToken);
123
_addCategorizedNonLocalDiagnostic(diagnostic,
_analyzer
, _analyzerOptions, _cancellationToken);