1 write to _isSupportedDiagnostic
Microsoft.CodeAnalysis (1)
DiagnosticAnalyzer\DiagnosticAnalysisContext.cs (1)
759
_isSupportedDiagnostic
= isSupportedDiagnostic;
2 references to _isSupportedDiagnostic
Microsoft.CodeAnalysis (2)
DiagnosticAnalyzer\DiagnosticAnalysisContext.cs (2)
733
internal Func<Diagnostic, bool> IsSupportedDiagnostic =>
_isSupportedDiagnostic
;
770
DiagnosticAnalysisContextHelpers.VerifyArguments(diagnostic, _compilation,
_isSupportedDiagnostic
);