1 write to _addNonCategorizedDiagnostic
Microsoft.CodeAnalysis (1)
DiagnosticAnalyzer\AnalyzerExecutor.cs (1)
171
_addNonCategorizedDiagnostic
= addNonCategorizedDiagnosticOpt;
6 references to _addNonCategorizedDiagnostic
Microsoft.CodeAnalysis (6)
DiagnosticAnalyzer\AnalyzerExecutor.cs (6)
1524
_addNonCategorizedDiagnostic
,
1596
Debug.Assert(
_addNonCategorizedDiagnostic
!= null);
1597
_addNonCategorizedDiagnostic
(diagnostic, analyzerOptions, cancellationToken);
1613
_addNonCategorizedDiagnostic
, _addCategorizedLocalDiagnostic, _addCategorizedNonLocalDiagnostic,
1626
_addNonCategorizedDiagnostic
, _addCategorizedLocalDiagnostic, _addCategorizedNonLocalDiagnostic,
1638
_addNonCategorizedDiagnostic
, _addCategorizedLocalDiagnostic, _addCategorizedNonLocalDiagnostic,