2 writes to _addNonCategorizedDiagnostic
Microsoft.CodeAnalysis (2)
DiagnosticAnalyzer\AnalyzerExecutor.AnalyzerDiagnosticReporter.cs (2)
45
item.
_addNonCategorizedDiagnostic
= addNonCategorizedDiagnostic;
60
_addNonCategorizedDiagnostic
= null!;
3 references to _addNonCategorizedDiagnostic
Microsoft.CodeAnalysis (3)
DiagnosticAnalyzer\AnalyzerExecutor.AnalyzerDiagnosticReporter.cs (3)
104
Debug.Assert(
_addNonCategorizedDiagnostic
!= null);
105
_addNonCategorizedDiagnostic
(diagnostic, _cancellationToken);
109
Debug.Assert(
_addNonCategorizedDiagnostic
== null);