2 implementations of NotPattern
Microsoft.CodeAnalysis.CSharp.Workspaces (1)
CSharpSyntaxKinds.cs (1)
113public int? NotPattern => (int)SyntaxKind.NotPattern;
Microsoft.CodeAnalysis.VisualBasic.Workspaces (1)
VisualBasicSyntaxKinds.vb (1)
116Public ReadOnly Property NotPattern As Integer? Implements ISyntaxKinds.NotPattern
2 references to NotPattern
Microsoft.CodeAnalysis.VisualBasic.Workspaces (1)
VisualBasicSyntaxKinds.vb (1)
116Public ReadOnly Property NotPattern As Integer? Implements ISyntaxKinds.NotPattern
Microsoft.CodeAnalysis.Workspaces (1)
ISyntaxFactsExtensions.cs (1)
865=> node?.RawKind == syntaxFacts.SyntaxKinds.NotPattern;