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