5 references to TryIdentifierAsContextualKeyword
Microsoft.CodeAnalysis.VisualBasic (5)
Parser\Parser.vb (3)
780If TryIdentifierAsContextualKeyword(CurrentToken, contextualKind) Then 1065If TryIdentifierAsContextualKeyword(CurrentToken, contextualKind) Then 1101If TryIdentifierAsContextualKeyword(CurrentToken, contextualKind) Then
Parser\ParseScan.vb (2)
118If t.Kind = SyntaxKind.IdentifierToken AndAlso TryIdentifierAsContextualKeyword(t, kind) Then 408If TryIdentifierAsContextualKeyword(nextToken, contextualKind) AndAlso contextualKind = kind Then