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)
1540
Debug.Assert(
_addNonCategorizedDiagnostic
!= null);
1541
_addNonCategorizedDiagnostic
(diagnostic, options, cancellationToken);
1545
Debug.Assert(
_addNonCategorizedDiagnostic
== null);
1582
Debug.Assert(
_addNonCategorizedDiagnostic
!= null);
1583
_addNonCategorizedDiagnostic
(diagnostic, analyzerOptions, cancellationToken);
1599
_addNonCategorizedDiagnostic
, _addCategorizedLocalDiagnostic, _addCategorizedNonLocalDiagnostic,
1612
_addNonCategorizedDiagnostic
, _addCategorizedLocalDiagnostic, _addCategorizedNonLocalDiagnostic,
1624
_addNonCategorizedDiagnostic
, _addCategorizedLocalDiagnostic, _addCategorizedNonLocalDiagnostic,