1 implementation of NotPattern
Microsoft.CodeAnalysis.CSharp.Workspaces (1)
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\CSharp\Services\SyntaxFacts\CSharpSyntaxKinds.cs (1)
133
public int?
NotPattern
=> (int)SyntaxKind.NotPattern;
1 reference to NotPattern
Microsoft.CodeAnalysis.Workspaces (1)
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Services\SyntaxFacts\ISyntaxFactsExtensions.cs (1)
903
=> node?.RawKind == syntaxFacts.SyntaxKinds.
NotPattern
;