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