2 writes to _addCategorizedLocalDiagnostic
Microsoft.CodeAnalysis (2)
DiagnosticAnalyzer\AnalyzerExecutor.AnalyzerDiagnosticReporter.cs (2)
46
item.
_addCategorizedLocalDiagnostic
= addCategorizedLocalDiagnostic;
61
_addCategorizedLocalDiagnostic
= null!;
2 references to _addCategorizedLocalDiagnostic
Microsoft.CodeAnalysis (2)
DiagnosticAnalyzer\AnalyzerExecutor.AnalyzerDiagnosticReporter.cs (2)
102
if (
_addCategorizedLocalDiagnostic
== null)
115
_addCategorizedLocalDiagnostic
(diagnostic, _analyzer, _isSyntaxDiagnostic, _cancellationToken);