2 references to s_isTokenOrKeywordFunc
Microsoft.CodeAnalysis.VisualBasic (2)
Parser\ParseScan.vb (1)
201
PeekAheadFor(
s_isTokenOrKeywordFunc
, kinds, token)
Parser\ParseStatement.vb (1)
795
Dim i = PeekAheadFor(
s_isTokenOrKeywordFunc
, {SyntaxKind.AsKeyword, SyntaxKind.InKeyword, SyntaxKind.EqualsToken}, lookAhead)