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