17 references to SourceEventSymbol
Microsoft.CodeAnalysis.VisualBasic (17)
Symbols\Source\CustomEventAccessorSymbol.vb (2)
17Private ReadOnly _event As SourceEventSymbol 22[event] As SourceEventSymbol,
Symbols\Source\ImplementsHelper.vb (1)
55Dim sourceEvent = TryCast(sourceSym, SourceEventSymbol)
Symbols\Source\SourceMemberContainerTypeSymbol.vb (1)
2883Private Sub AddEventAndAccessors(eventSymbol As SourceEventSymbol,
Symbols\Source\SynthesizedEventAccessorSymbol.vb (8)
18Inherits SynthesizedAccessor(Of SourceEventSymbol) 25[event] As SourceEventSymbol) 30Private ReadOnly Property SourceEvent As SourceEventSymbol 113Protected Shared Function ConstructFieldLikeEventAccessorBody(eventSymbol As SourceEventSymbol, 132Private Shared Function ConstructFieldLikeEventAccessorBody_WinRT(eventSymbol As SourceEventSymbol, 268Private Shared Function ConstructFieldLikeEventAccessorBody_Regular(eventSymbol As SourceEventSymbol, 537[event] As SourceEventSymbol) 552[event] As SourceEventSymbol)
Symbols\Source\SynthesizedEventBackingFieldSymbol.vb (2)
16Inherits SynthesizedBackingFieldBase(Of SourceEventSymbol) 20Public Sub New(propertyOrEvent As SourceEventSymbol, name As String, isShared As Boolean)
Symbols\SynthesizedSymbols\SynthesizedEventDelegateSymbol.vb (3)
107Dim asEvent = TryCast(e, SourceEventSymbol) 135Dim eventInCurrentContext As SourceEventSymbol = Nothing 140Dim asEvent = TryCast(e, SourceEventSymbol)