32 references to DelegateKeyword
Microsoft.CodeAnalysis.VisualBasic (32)
Binding\Binder_Delegates.vb (1)
948
keyword = SyntaxKind.
DelegateKeyword
Generated\Syntax.xml.Internal.Generated.vb (6)
36501
Debug.Assert(delegateKeyword IsNot Nothing AndAlso delegateKeyword.Kind = SyntaxKind.
DelegateKeyword
)
36543
Debug.Assert(delegateKeyword IsNot Nothing AndAlso delegateKeyword.Kind = SyntaxKind.
DelegateKeyword
)
36591
Debug.Assert(delegateKeyword IsNot Nothing AndAlso delegateKeyword.Kind = SyntaxKind.
DelegateKeyword
)
48567
Debug.Assert(delegateKeyword IsNot Nothing AndAlso delegateKeyword.Kind = SyntaxKind.
DelegateKeyword
)
48609
Debug.Assert(delegateKeyword IsNot Nothing AndAlso delegateKeyword.Kind = SyntaxKind.
DelegateKeyword
)
48657
Debug.Assert(delegateKeyword IsNot Nothing AndAlso delegateKeyword.Kind = SyntaxKind.
DelegateKeyword
)
Generated\Syntax.xml.Main.Generated.vb (14)
10158
Case SyntaxKind.
DelegateKeyword
10206
Return SyntaxFactory.DelegateSubStatement(attributeLists, modifiers, SyntaxFactory.Token(SyntaxKind.
DelegateKeyword
), SyntaxFactory.Token(SyntaxKind.SubKeyword), identifier, typeParameterList, parameterList, asClause)
10217
Return SyntaxFactory.DelegateSubStatement(Nothing, Nothing, SyntaxFactory.Token(SyntaxKind.
DelegateKeyword
), SyntaxFactory.Token(SyntaxKind.SubKeyword), identifier, Nothing, Nothing, Nothing)
10228
Return SyntaxFactory.DelegateSubStatement(Nothing, Nothing, SyntaxFactory.Token(SyntaxKind.
DelegateKeyword
), SyntaxFactory.Token(SyntaxKind.SubKeyword), SyntaxFactory.Identifier(identifier), Nothing, Nothing, Nothing)
10268
Case SyntaxKind.
DelegateKeyword
10315
Return SyntaxFactory.DelegateFunctionStatement(attributeLists, modifiers, SyntaxFactory.Token(SyntaxKind.
DelegateKeyword
), SyntaxFactory.Token(SyntaxKind.FunctionKeyword), identifier, typeParameterList, parameterList, asClause)
10326
Return SyntaxFactory.DelegateFunctionStatement(Nothing, Nothing, SyntaxFactory.Token(SyntaxKind.
DelegateKeyword
), SyntaxFactory.Token(SyntaxKind.FunctionKeyword), identifier, Nothing, Nothing, Nothing)
10337
Return SyntaxFactory.DelegateFunctionStatement(Nothing, Nothing, SyntaxFactory.Token(SyntaxKind.
DelegateKeyword
), SyntaxFactory.Token(SyntaxKind.FunctionKeyword), SyntaxFactory.Identifier(identifier), Nothing, Nothing, Nothing)
10385
Case SyntaxKind.
DelegateKeyword
10448
Return SyntaxFactory.DelegateStatement(kind, attributeLists, modifiers, SyntaxFactory.Token(SyntaxKind.
DelegateKeyword
), subOrFunctionKeyword, identifier, typeParameterList, parameterList, asClause)
10467
Return SyntaxFactory.DelegateStatement(kind, Nothing, Nothing, SyntaxFactory.Token(SyntaxKind.
DelegateKeyword
), subOrFunctionKeyword, identifier, Nothing, Nothing, Nothing)
10486
Return SyntaxFactory.DelegateStatement(kind, Nothing, Nothing, SyntaxFactory.Token(SyntaxKind.
DelegateKeyword
), subOrFunctionKeyword, SyntaxFactory.Identifier(identifier), Nothing, Nothing, Nothing)
45033
SyntaxKind.
DelegateKeyword
,
45432
Case SyntaxKind.
DelegateKeyword
Parser\Parser.vb (5)
734
Case SyntaxKind.
DelegateKeyword
1203
SyntaxKind.
DelegateKeyword
,
1339
Case SyntaxKind.
DelegateKeyword
1897
SyntaxKind.
DelegateKeyword
4202
Debug.Assert(CurrentToken.Kind = SyntaxKind.
DelegateKeyword
, "ParseDelegateStatement called on the wrong token.")
Scanner\KeywordTable.vb (1)
62
SyntaxKind.
DelegateKeyword
, None,
SymbolDisplay\SymbolDisplayVisitor.Types.vb (1)
456
Return SyntaxKind.
DelegateKeyword
Syntax\InternalSyntax\SyntaxNodeFactories.vb (1)
199
SyntaxKind.
DelegateKeyword
,
Syntax\SyntaxKindFacts.vb (2)
121
SyntaxKind.
DelegateKeyword
,
424
SyntaxKind.
DelegateKeyword
Syntax\SyntaxNodeFactories.vb (1)
498
SyntaxKind.
DelegateKeyword
,