3 references to SupportsIsNotPattern
Microsoft.CodeAnalysis.CSharp.CodeStyle.Fixes (3)
CSharpUseIsNullCheckForCastAndEqualityOperatorCodeFixProvider.cs (1)
82
if (
SupportsIsNotPattern
(binary.SyntaxTree.Options))
CSharpUseIsNullCheckForReferenceEqualsCodeFixProvider.cs (1)
46
if (
SupportsIsNotPattern
(argument.SyntaxTree.Options))
UseIsNullCheckHelpers.cs (1)
15
return
SupportsIsNotPattern
(options)