5 references to TryIdentifierAsContextualKeyword
Microsoft.CodeAnalysis.VisualBasic (5)
Parser\Parser.vb (3)
774If TryIdentifierAsContextualKeyword(CurrentToken, contextualKind) Then 1059If TryIdentifierAsContextualKeyword(CurrentToken, contextualKind) Then 1095If 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