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