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