5 references to TryIdentifierAsContextualKeyword
Microsoft.CodeAnalysis.VisualBasic (5)
Parser\Parser.vb (3)
780
If
TryIdentifierAsContextualKeyword
(CurrentToken, contextualKind) Then
1065
If
TryIdentifierAsContextualKeyword
(CurrentToken, contextualKind) Then
1101
If
TryIdentifierAsContextualKeyword
(CurrentToken, contextualKind) Then
Parser\ParseScan.vb (2)
118
If t.Kind = SyntaxKind.IdentifierToken AndAlso
TryIdentifierAsContextualKeyword
(t, kind) Then
408
If
TryIdentifierAsContextualKeyword
(nextToken, contextualKind) AndAlso contextualKind = kind Then