5 references to TryIdentifierAsContextualKeyword
Microsoft.CodeAnalysis.VisualBasic (5)
Parser\Parser.vb (3)
773
If
TryIdentifierAsContextualKeyword
(CurrentToken, contextualKind) Then
1058
If
TryIdentifierAsContextualKeyword
(CurrentToken, contextualKind) Then
1094
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