2 writes to _addCategorizedLocalDiagnostic
Microsoft.CodeAnalysis (2)
DiagnosticAnalyzer\AnalyzerExecutor.AnalyzerDiagnosticReporter.cs (2)
46item._addCategorizedLocalDiagnostic = addCategorizedLocalDiagnostic; 61_addCategorizedLocalDiagnostic = null!;
2 references to _addCategorizedLocalDiagnostic
Microsoft.CodeAnalysis (2)
DiagnosticAnalyzer\AnalyzerExecutor.AnalyzerDiagnosticReporter.cs (2)
102if (_addCategorizedLocalDiagnostic == null) 115_addCategorizedLocalDiagnostic(diagnostic, _analyzer, _isSyntaxDiagnostic, _cancellationToken);