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)
1371
return GetAddDiagnostic(contextSymbol, cachedDeclaringReferences, Compilation, analyzer,
_addNonCategorizedDiagnostic
,
1435
Debug.Assert(
_addNonCategorizedDiagnostic
!= null);
1436
_addNonCategorizedDiagnostic
(diagnostic, cancellationToken);
1447
_addNonCategorizedDiagnostic
, _addCategorizedLocalDiagnostic, _addCategorizedNonLocalDiagnostic,
1454
_addNonCategorizedDiagnostic
, _addCategorizedLocalDiagnostic, _addCategorizedNonLocalDiagnostic,
1461
_addNonCategorizedDiagnostic
, _addCategorizedLocalDiagnostic, _addCategorizedNonLocalDiagnostic,