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