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