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