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)
1576Debug.Assert(_addNonCategorizedDiagnostic != null); 1577_addNonCategorizedDiagnostic(diagnostic, options, cancellationToken); 1581Debug.Assert(_addNonCategorizedDiagnostic == null); 1618Debug.Assert(_addNonCategorizedDiagnostic != null); 1619_addNonCategorizedDiagnostic(diagnostic, analyzerOptions, cancellationToken); 1635_addNonCategorizedDiagnostic, _addCategorizedLocalDiagnostic, _addCategorizedNonLocalDiagnostic, 1648_addNonCategorizedDiagnostic, _addCategorizedLocalDiagnostic, _addCategorizedNonLocalDiagnostic, 1660_addNonCategorizedDiagnostic, _addCategorizedLocalDiagnostic, _addCategorizedNonLocalDiagnostic,