1 write to _addNonCategorizedDiagnostic
Microsoft.CodeAnalysis (1)
DiagnosticAnalyzer\AnalyzerExecutor.cs (1)
193
_addNonCategorizedDiagnostic
= addNonCategorizedDiagnosticOpt;
7 references to _addNonCategorizedDiagnostic
Microsoft.CodeAnalysis (7)
DiagnosticAnalyzer\AnalyzerExecutor.cs (7)
220
return new AnalyzerExecutor(_compilation, _analyzerOptions,
_addNonCategorizedDiagnostic
, _onAnalyzerException, _analyzerExceptionFilter,
1331
return GetAddDiagnostic(contextSymbol, cachedDeclaringReferences, Compilation, analyzer,
_addNonCategorizedDiagnostic
,
1395
Debug.Assert(
_addNonCategorizedDiagnostic
!= null);
1396
_addNonCategorizedDiagnostic
(diagnostic, _cancellationToken);
1407
_addNonCategorizedDiagnostic
, _addCategorizedLocalDiagnostic, _addCategorizedNonLocalDiagnostic,
1414
_addNonCategorizedDiagnostic
, _addCategorizedLocalDiagnostic, _addCategorizedNonLocalDiagnostic,
1421
_addNonCategorizedDiagnostic
, _addCategorizedLocalDiagnostic, _addCategorizedNonLocalDiagnostic,