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