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