2 instantiations of SynthesizedEventDelegateSymbol
Microsoft.CodeAnalysis.VisualBasic (2)
Symbols\Source\SourceEventSymbol.vb (1)
235
type = New
SynthesizedEventDelegateSymbol
(Me._syntaxRef, _containingType)
Symbols\Source\SourceMemberContainerTypeSymbol.vb (1)
273
Return New
SynthesizedEventDelegateSymbol
(declaration.SyntaxReferences(0), Me)
4 references to SynthesizedEventDelegateSymbol
Microsoft.CodeAnalysis.VisualBasic (2)
Binding\Binder_Delegates.vb (1)
948
ElseIf TypeOf sym.ContainingType Is
SynthesizedEventDelegateSymbol
Then
Symbols\Source\SourceMethodSymbol.vb (1)
64
TypeOf containingType Is
SynthesizedEventDelegateSymbol
)
Microsoft.CodeAnalysis.VisualBasic.Symbol.UnitTests (2)
SymbolsTests\Source\EventTests.vb (2)
1539
Dim delegateTypeMember = DirectCast(tA.GetMember("E1EventHandler"),
SynthesizedEventDelegateSymbol
)
1764
Dim eventDelegate = classMembers.OfType(Of
SynthesizedEventDelegateSymbol
)().Single