6 references to TryIdentifierAsContextualKeyword
Microsoft.CodeAnalysis.VisualBasic (6)
Parser\ParseExpression.vb (2)
197
If
TryIdentifierAsContextualKeyword
(start, keyword) Then
1893
TryIdentifierAsContextualKeyword
(CurrentToken, awaitKeyword)
Parser\Parser.vb (2)
1297
If
TryIdentifierAsContextualKeyword
(CurrentToken, keyword) Then
2312
If CurrentToken.Kind = SyntaxKind.IdentifierToken AndAlso
TryIdentifierAsContextualKeyword
(CurrentToken, possibleKeyword) Then
Parser\ParseStatement.vb (2)
1278
TryIdentifierAsContextualKeyword
(CurrentToken, possibleKeyword) AndAlso possibleKeyword.Kind = SyntaxKind.PreserveKeyword Then
1843
TryIdentifierAsContextualKeyword
(CurrentToken, yieldKeyword)