2 references to IsSupportedDiagnostic
Microsoft.CodeAnalysis.CSharp.Features (2)
src\Analyzers\CSharp\CodeFixes\UseIsNullCheck\CSharpUseIsNullCheckForCastAndEqualityOperatorCodeFixProvider.cs (2)
40
if (
IsSupportedDiagnostic
(diagnostic))
59
if (!
IsSupportedDiagnostic
(diagnostic))