2 writes to _addCategorizedNonLocalDiagnostic
Microsoft.CodeAnalysis (2)
DiagnosticAnalyzer\AnalyzerExecutor.AnalyzerDiagnosticReporter.cs (2)
47
item.
_addCategorizedNonLocalDiagnostic
= addCategorizedNonLocalDiagnostic;
62
_addCategorizedNonLocalDiagnostic
= null!;
2 references to _addCategorizedNonLocalDiagnostic
Microsoft.CodeAnalysis (2)
DiagnosticAnalyzer\AnalyzerExecutor.AnalyzerDiagnosticReporter.cs (2)
110
Debug.Assert(
_addCategorizedNonLocalDiagnostic
!= null);
119
_addCategorizedNonLocalDiagnostic
(diagnostic, _analyzer, _cancellationToken);