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)
89
if (_shouldSuppressGeneratedCodeDiagnostic(diagnostic,
_analyzer
, _compilation, _cancellationToken))
107
_addCategorizedLocalDiagnostic(diagnostic,
_analyzer
, _isSyntaxDiagnostic, _cancellationToken);
111
_addCategorizedNonLocalDiagnostic(diagnostic,
_analyzer
, _cancellationToken);