6 references to Delegate
Microsoft.CodeAnalysis.VisualBasic (6)
Declarations\DeclarationTreeBuilder.vb (2)
750
kind:=DeclarationKind.
Delegate
,
798
SyntaxKind.DelegateSubStatement : Return DeclarationKind.
Delegate
Symbols\Source\SourceMemberContainerTypeSymbol.vb (3)
170
Case DeclarationKind.
Delegate
,
269
If declaration.Kind = DeclarationKind.
Delegate
Then
1462
Dim childDeclKind As DeclarationKind = VisualBasic.Symbols.DeclarationKind.
Delegate
Symbols\Source\SourceNamedTypeSymbol.vb (1)
345
Case VisualBasic.Symbols.DeclarationKind.
Delegate