2 implementations of SupportsNotPattern
Microsoft.CodeAnalysis.CSharp.Workspaces (1)
CSharpSyntaxFacts.cs (1)
1473public bool SupportsNotPattern(ParseOptions options)
Microsoft.CodeAnalysis.VisualBasic.Workspaces (1)
VisualBasicSyntaxFacts.vb (1)
1651Public Function SupportsNotPattern(options As ParseOptions) As Boolean Implements ISyntaxFacts.SupportsNotPattern
6 references to SupportsNotPattern
Microsoft.CodeAnalysis.VisualBasic.Workspaces (1)
VisualBasicSyntaxFacts.vb (1)
1651Public Function SupportsNotPattern(options As ParseOptions) As Boolean Implements ISyntaxFacts.SupportsNotPattern
Microsoft.CodeAnalysis.Workspaces (5)
Shared\Extensions\SyntaxGeneratorExtensions_CreateEqualsMethod.cs (1)
324if (generator.SyntaxFacts.SupportsNotPattern(parseOptions))
SyntaxGeneratorExtensions_Negate.cs (4)
116if (syntaxFacts.SupportsNotPattern(options)) 162if (syntaxFacts.SupportsNotPattern(semanticModel.SyntaxTree.Options)) 242if (syntaxFacts.SupportsNotPattern(semanticModel.SyntaxTree.Options)) 531if (syntaxFacts.SupportsNotPattern(pattern.SyntaxTree.Options) &&