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