6 references to TryIdentifierAsContextualKeyword
Microsoft.CodeAnalysis.VisualBasic (6)
Parser\ParseExpression.vb (2)
197
If
TryIdentifierAsContextualKeyword
(start, keyword) Then
1895
TryIdentifierAsContextualKeyword
(CurrentToken, awaitKeyword)
Parser\Parser.vb (2)
1298
If
TryIdentifierAsContextualKeyword
(CurrentToken, keyword) Then
2313
If CurrentToken.Kind = SyntaxKind.IdentifierToken AndAlso
TryIdentifierAsContextualKeyword
(CurrentToken, possibleKeyword) Then
Parser\ParseStatement.vb (2)
1279
TryIdentifierAsContextualKeyword
(CurrentToken, possibleKeyword) AndAlso possibleKeyword.Kind = SyntaxKind.PreserveKeyword Then
1844
TryIdentifierAsContextualKeyword
(CurrentToken, yieldKeyword)