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