1 write to _containingType
Microsoft.CodeAnalysis.VisualBasic (1)
Symbols\Source\SourceEventSymbol.vb (1)
76
_containingType
= containingType
13 references to _containingType
Microsoft.CodeAnalysis.VisualBasic (13)
Symbols\Source\SourceEventSymbol.vb (13)
155
Dim binder = BinderBuilder.CreateBinderForType(ContainingSourceModule, _syntaxRef.SyntaxTree,
_containingType
)
224
Dim types =
_containingType
.GetTypeMembers(Me.Name & StringConstants.EventDelegateSuffix)
238
type = New SynthesizedEventDelegateSymbol(Me._syntaxRef,
_containingType
)
259
If
_containingType
.IsInterfaceType Then
264
ElseIf IsShared AndAlso Not
_containingType
.IsModuleType Then
273
_containingType
,
369
Me.
_containingType
,
424
Return
_containingType
430
Return
_containingType
436
Return
_containingType
.ContainingSourceModule
594
If (Not Me.
_containingType
.AnyMemberHasAttributes) Then
734
_containingType
,
743
Dim binder = BinderBuilder.CreateBinderForType(ContainingSourceModule, _syntaxRef.SyntaxTree,
_containingType
)