2 instantiations of SynthesizedEventDelegateSymbol
Microsoft.CodeAnalysis.VisualBasic (2)
Symbols\Source\SourceEventSymbol.vb (1)
237
type = New
SynthesizedEventDelegateSymbol
(Me._syntaxRef, _containingType)
Symbols\Source\SourceMemberContainerTypeSymbol.vb (1)
273
Return New
SynthesizedEventDelegateSymbol
(declaration.SyntaxReferences(0), Me)
1 reference to SynthesizedEventDelegateSymbol
Microsoft.CodeAnalysis.VisualBasic (1)
Symbols\Source\SourceMethodSymbol.vb (1)
64
TypeOf containingType Is
SynthesizedEventDelegateSymbol
)