2 writes to _addCategorizedNonLocalDiagnostic
Microsoft.CodeAnalysis (2)
DiagnosticAnalyzer\AnalyzerExecutor.AnalyzerDiagnosticReporter.cs (2)
49
item.
_addCategorizedNonLocalDiagnostic
= addCategorizedNonLocalDiagnostic;
65
_addCategorizedNonLocalDiagnostic
= null!;
2 references to _addCategorizedNonLocalDiagnostic
Microsoft.CodeAnalysis (2)
DiagnosticAnalyzer\AnalyzerExecutor.AnalyzerDiagnosticReporter.cs (2)
114
Debug.Assert(
_addCategorizedNonLocalDiagnostic
!= null);
123
_addCategorizedNonLocalDiagnostic
(diagnostic, _analyzer, _analyzerOptions, _cancellationToken);