2 writes to _addCategorizedNonLocalDiagnostic
Microsoft.CodeAnalysis (2)
DiagnosticAnalyzer\AnalyzerExecutor.AnalyzerDiagnosticReporter.cs (2)
47item._addCategorizedNonLocalDiagnostic = addCategorizedNonLocalDiagnostic; 62_addCategorizedNonLocalDiagnostic = null!;
2 references to _addCategorizedNonLocalDiagnostic
Microsoft.CodeAnalysis (2)
DiagnosticAnalyzer\AnalyzerExecutor.AnalyzerDiagnosticReporter.cs (2)
110Debug.Assert(_addCategorizedNonLocalDiagnostic != null); 119_addCategorizedNonLocalDiagnostic(diagnostic, _analyzer, _cancellationToken);