3 references to IsContextualKeyword
Microsoft.CodeAnalysis.VisualBasic (3)
Parser\Parser.vb (1)
6072Return Scanner.IsContextualKeyword(token, kinds)
Scanner\Directives.vb (2)
557Not IsContextualKeyword(nextNextToken, SyntaxKind.ExternalSourceKeyword, SyntaxKind.RegionKeyword)) OrElse 569Not IsContextualKeyword(nextNextToken, SyntaxKind.ExternalSourceKeyword, SyntaxKind.RegionKeyword)) Then