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