2 writes to _addCategorizedNonLocalDiagnostic
Microsoft.CodeAnalysis (2)
DiagnosticAnalyzer\AnalyzerExecutor.AnalyzerDiagnosticReporter.cs (2)
49item._addCategorizedNonLocalDiagnostic = addCategorizedNonLocalDiagnostic; 65_addCategorizedNonLocalDiagnostic = null!;
2 references to _addCategorizedNonLocalDiagnostic
Microsoft.CodeAnalysis (2)
DiagnosticAnalyzer\AnalyzerExecutor.AnalyzerDiagnosticReporter.cs (2)
114Debug.Assert(_addCategorizedNonLocalDiagnostic != null); 123_addCategorizedNonLocalDiagnostic(diagnostic, _analyzer, _analyzerOptions, _cancellationToken);