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)
733internal Func<Diagnostic, bool> IsSupportedDiagnostic => _isSupportedDiagnostic; 770DiagnosticAnalysisContextHelpers.VerifyArguments(diagnostic, _compilation, _isSupportedDiagnostic);