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)
104Debug.Assert(_addNonCategorizedDiagnostic != null); 105_addNonCategorizedDiagnostic(diagnostic, _cancellationToken); 109Debug.Assert(_addNonCategorizedDiagnostic == null);