1 write to _isSupportedDiagnostic
Microsoft.CodeAnalysis (1)
DiagnosticAnalyzer\DiagnosticAnalysisContext.cs (1)
739
_isSupportedDiagnostic
= isSupportedDiagnostic;
1 reference to _isSupportedDiagnostic
Microsoft.CodeAnalysis (1)
DiagnosticAnalyzer\DiagnosticAnalysisContext.cs (1)
752
DiagnosticAnalysisContextHelpers.VerifyArguments(diagnostic, _semanticModel.Compilation,
_isSupportedDiagnostic
, _cancellationToken);