1 write to _addNonCategorizedDiagnostic
Microsoft.CodeAnalysis (1)
DiagnosticAnalyzer\AnalyzerExecutor.cs (1)
152
_addNonCategorizedDiagnostic
= addNonCategorizedDiagnosticOpt;
6 references to _addNonCategorizedDiagnostic
Microsoft.CodeAnalysis (6)
DiagnosticAnalyzer\AnalyzerExecutor.cs (6)
1417
return GetAddDiagnostic(contextSymbol, cachedDeclaringReferences, Compilation, analyzer,
_addNonCategorizedDiagnostic
,
1481
Debug.Assert(
_addNonCategorizedDiagnostic
!= null);
1482
_addNonCategorizedDiagnostic
(diagnostic, cancellationToken);
1493
_addNonCategorizedDiagnostic
, _addCategorizedLocalDiagnostic, _addCategorizedNonLocalDiagnostic,
1500
_addNonCategorizedDiagnostic
, _addCategorizedLocalDiagnostic, _addCategorizedNonLocalDiagnostic,
1507
_addNonCategorizedDiagnostic
, _addCategorizedLocalDiagnostic, _addCategorizedNonLocalDiagnostic,