2 writes to _addCategorizedLocalDiagnostic
Microsoft.CodeAnalysis (2)
DiagnosticAnalyzer\AnalyzerExecutor.AnalyzerDiagnosticReporter.cs (2)
48item._addCategorizedLocalDiagnostic = addCategorizedLocalDiagnostic; 64_addCategorizedLocalDiagnostic = null!;
2 references to _addCategorizedLocalDiagnostic
Microsoft.CodeAnalysis (2)
DiagnosticAnalyzer\AnalyzerExecutor.AnalyzerDiagnosticReporter.cs (2)
106if (_addCategorizedLocalDiagnostic == null) 119_addCategorizedLocalDiagnostic(diagnostic, _analyzer, _analyzerOptions, _isSyntaxDiagnostic, _cancellationToken);