2 writes to _addNonCategorizedDiagnostic
Microsoft.CodeAnalysis (2)
DiagnosticAnalyzer\AnalyzerExecutor.AnalyzerDiagnosticReporter.cs (2)
47
item.
_addNonCategorizedDiagnostic
= addNonCategorizedDiagnostic;
63
_addNonCategorizedDiagnostic
= null!;
3 references to _addNonCategorizedDiagnostic
Microsoft.CodeAnalysis (3)
DiagnosticAnalyzer\AnalyzerExecutor.AnalyzerDiagnosticReporter.cs (3)
108
Debug.Assert(
_addNonCategorizedDiagnostic
!= null);
109
_addNonCategorizedDiagnostic
(diagnostic, _analyzerOptions, _cancellationToken);
113
Debug.Assert(
_addNonCategorizedDiagnostic
== null);