2 references to IsSupportedDiagnostic
Microsoft.CodeAnalysis.Features (2)
src\Analyzers\Core\CodeFixes\UseIsNullCheck\AbstractUseIsNullForReferenceEqualsCodeFixProvider.cs (2)
38
if (
IsSupportedDiagnostic
(diagnostic))
61
if (!
IsSupportedDiagnostic
(diagnostic))