2 writes to _addNonCategorizedDiagnostic
Microsoft.CodeAnalysis (2)
DiagnosticAnalyzer\AnalyzerExecutor.AnalyzerDiagnosticReporter.cs (2)
45item._addNonCategorizedDiagnostic = addNonCategorizedDiagnostic; 60_addNonCategorizedDiagnostic = null!;
3 references to _addNonCategorizedDiagnostic
Microsoft.CodeAnalysis (3)
DiagnosticAnalyzer\AnalyzerExecutor.AnalyzerDiagnosticReporter.cs (3)
96Debug.Assert(_addNonCategorizedDiagnostic != null); 97_addNonCategorizedDiagnostic(diagnostic, _cancellationToken); 101Debug.Assert(_addNonCategorizedDiagnostic == null);