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