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