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)
775
If contextualKind = SyntaxKind.
CustomKeyword
Then
1060
If contextualKind = SyntaxKind.
CustomKeyword
AndAlso PeekToken(1).Kind = SyntaxKind.EventKeyword Then
1104
ElseIf contextualKind = SyntaxKind.
CustomKeyword
AndAlso PeekToken(1).Kind = SyntaxKind.EventKeyword Then ' BeginsEvent
1299
If keyword.Kind = SyntaxKind.
CustomKeyword
Then
1869
SyntaxKind.
CustomKeyword
,
1875
Case SyntaxKind.
CustomKeyword
,
1986
If possibleKeyword.Kind = SyntaxKind.
CustomKeyword
Then
2679
If TryTokenAsContextualKeyword(identifierStart, SyntaxKind.
CustomKeyword
, keyword) Then
4966
If optionValue IsNot Nothing AndAlso optionValue.Kind = SyntaxKind.
CustomKeyword
Then
5225
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)
626
SyntaxKind.
CustomKeyword
,