1 write to _isSupportedDiagnostic
Microsoft.CodeAnalysis (1)
DiagnosticAnalyzer\DiagnosticAnalysisContext.cs (1)
844
_isSupportedDiagnostic
= isSupportedDiagnostic;
2 references to _isSupportedDiagnostic
Microsoft.CodeAnalysis (2)
DiagnosticAnalyzer\DiagnosticAnalysisContext.cs (2)
814
internal Func<Diagnostic, CancellationToken, bool> IsSupportedDiagnostic =>
_isSupportedDiagnostic
;
857
DiagnosticAnalysisContextHelpers.VerifyArguments(diagnostic, _compilation,
_isSupportedDiagnostic
, _cancellationToken);