19 references to CustomKeyword
Microsoft.CodeAnalysis.VisualBasic (19)
Binding\Binder_Utils.vb (1)
1715
SyntaxKind.
CustomKeyword
,
Generated\Syntax.xml.Main.Generated.vb (2)
45157
SyntaxKind.
CustomKeyword
,
45680
Case SyntaxKind.
CustomKeyword
Parser\Parser.vb (10)
781
If contextualKind = SyntaxKind.
CustomKeyword
Then
1066
If contextualKind = SyntaxKind.
CustomKeyword
AndAlso PeekToken(1).Kind = SyntaxKind.EventKeyword Then
1110
ElseIf contextualKind = SyntaxKind.
CustomKeyword
AndAlso PeekToken(1).Kind = SyntaxKind.EventKeyword Then ' BeginsEvent
1305
If keyword.Kind = SyntaxKind.
CustomKeyword
Then
1875
SyntaxKind.
CustomKeyword
,
1881
Case SyntaxKind.
CustomKeyword
,
1992
If possibleKeyword.Kind = SyntaxKind.
CustomKeyword
Then
2685
If TryTokenAsContextualKeyword(identifierStart, SyntaxKind.
CustomKeyword
, keyword) Then
4972
If optionValue IsNot Nothing AndAlso optionValue.Kind = SyntaxKind.
CustomKeyword
Then
5231
Debug.Assert(CurrentToken.Kind = SyntaxKind.IdentifierToken AndAlso DirectCast(CurrentToken, IdentifierTokenSyntax).PossibleKeywordKind = SyntaxKind.
CustomKeyword
, "ParseCustomEventDefinition called on the wrong token.")
Scanner\KeywordTable.vb (1)
183
SyntaxKind.
CustomKeyword
, None,
Syntax\InternalSyntax\SyntaxNodeFactories.vb (1)
326
SyntaxKind.
CustomKeyword
,
Syntax\SyntaxKindFacts.vb (3)
254
SyntaxKind.
CustomKeyword
,
399
SyntaxKind.
CustomKeyword
,
781
{"custom", SyntaxKind.
CustomKeyword
},
Syntax\SyntaxNodeFactories.vb (1)
641
SyntaxKind.
CustomKeyword
,