1 write to _addNonCategorizedDiagnostic
Microsoft.CodeAnalysis (1)
DiagnosticAnalyzer\AnalyzerExecutor.cs (1)
171_addNonCategorizedDiagnostic = addNonCategorizedDiagnosticOpt;
8 references to _addNonCategorizedDiagnostic
Microsoft.CodeAnalysis (8)
DiagnosticAnalyzer\AnalyzerExecutor.cs (8)
1540Debug.Assert(_addNonCategorizedDiagnostic != null); 1541_addNonCategorizedDiagnostic(diagnostic, options, cancellationToken); 1545Debug.Assert(_addNonCategorizedDiagnostic == null); 1582Debug.Assert(_addNonCategorizedDiagnostic != null); 1583_addNonCategorizedDiagnostic(diagnostic, analyzerOptions, cancellationToken); 1599_addNonCategorizedDiagnostic, _addCategorizedLocalDiagnostic, _addCategorizedNonLocalDiagnostic, 1612_addNonCategorizedDiagnostic, _addCategorizedLocalDiagnostic, _addCategorizedNonLocalDiagnostic, 1624_addNonCategorizedDiagnostic, _addCategorizedLocalDiagnostic, _addCategorizedNonLocalDiagnostic,