2 writes to _addNonCategorizedDiagnostic
Microsoft.CodeAnalysis (2)
DiagnosticAnalyzer\AnalyzerExecutor.AnalyzerDiagnosticReporter.cs (2)
47item._addNonCategorizedDiagnostic = addNonCategorizedDiagnostic; 63_addNonCategorizedDiagnostic = null!;
3 references to _addNonCategorizedDiagnostic
Microsoft.CodeAnalysis (3)
DiagnosticAnalyzer\AnalyzerExecutor.AnalyzerDiagnosticReporter.cs (3)
108Debug.Assert(_addNonCategorizedDiagnostic != null); 109_addNonCategorizedDiagnostic(diagnostic, _analyzerOptions, _cancellationToken); 113Debug.Assert(_addNonCategorizedDiagnostic == null);