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