2 writes to _addCategorizedLocalDiagnostic
Microsoft.CodeAnalysis (2)
DiagnosticAnalyzer\AnalyzerExecutor.AnalyzerDiagnosticReporter.cs (2)
48
item.
_addCategorizedLocalDiagnostic
= addCategorizedLocalDiagnostic;
64
_addCategorizedLocalDiagnostic
= null!;
2 references to _addCategorizedLocalDiagnostic
Microsoft.CodeAnalysis (2)
DiagnosticAnalyzer\AnalyzerExecutor.AnalyzerDiagnosticReporter.cs (2)
106
if (
_addCategorizedLocalDiagnostic
== null)
119
_addCategorizedLocalDiagnostic
(diagnostic, _analyzer, _analyzerOptions, _isSyntaxDiagnostic, _cancellationToken);