2 writes to _isSyntaxDiagnostic
Microsoft.CodeAnalysis (2)
DiagnosticAnalyzer\AnalyzerExecutor.AnalyzerDiagnosticReporter.cs (2)
44
item.
_isSyntaxDiagnostic
= isSyntaxDiagnostic;
59
_isSyntaxDiagnostic
= default;
1 reference to _isSyntaxDiagnostic
Microsoft.CodeAnalysis (1)
DiagnosticAnalyzer\AnalyzerExecutor.AnalyzerDiagnosticReporter.cs (1)
115
_addCategorizedLocalDiagnostic(diagnostic, _analyzer,
_isSyntaxDiagnostic
, _cancellationToken);