4 references to EventSyntheticDelegate
Microsoft.CodeAnalysis.VisualBasic (4)
Declarations\DeclarationTreeBuilder.vb (2)
69
If namespaceOrType.Kind = DeclarationKind.
EventSyntheticDelegate
Then
776
kind:=DeclarationKind.
EventSyntheticDelegate
,
Symbols\Source\SourceMemberContainerTypeSymbol.vb (2)
170
DeclarationKind.
EventSyntheticDelegate
271
ElseIf declaration.Kind = DeclarationKind.
EventSyntheticDelegate
Then