5 references to KeywordTable
Microsoft.CodeAnalysis.VisualBasic (5)
Parser\ParseExpression.vb (1)
146precedence = KeywordTable.TokenOpPrec(CurrentToken.Kind)
Parser\ParseQuery.vb (1)
1239Dim isQueryKwd As Boolean = KeywordTable.IsQueryClause(kind)
Parser\ParseScan.vb (2)
119Return KeywordTable.CanFollowExpression(kind) 121Return KeywordTable.CanFollowExpression(t.Kind) OrElse IsValidStatementTerminator(t)
Scanner\Scanner.vb (1)
57Function(spelling) KeywordTable.TokenOfString(spelling)