5 references to TryGetContextualKeyword
Microsoft.CodeAnalysis.VisualBasic (5)
Parser\ParseConditional.vb (1)
397TryGetContextualKeyword(SyntaxKind.WarningKeyword, warningKeyword, createIfMissing:=True)
Parser\ParseQuery.vb (2)
750TryGetContextualKeyword(SyntaxKind.JoinKeyword, joinKw, createIfMissing:=True) 1120If TryGetContextualKeyword(SyntaxKind.JoinKeyword, joinKw) Then
Parser\Parser.vb (2)
5883Dim result = TryGetContextualKeyword(kind, keyword, createIfMissing) 5896If TryGetContextualKeyword(kind, keyword, createIfMissing) Then