1 write to _containingType
Microsoft.CodeAnalysis.VisualBasic (1)
Symbols\Source\SourceEventSymbol.vb (1)
75
_containingType
= containingType
13 references to _containingType
Microsoft.CodeAnalysis.VisualBasic (13)
Symbols\Source\SourceEventSymbol.vb (13)
154
Dim binder = BinderBuilder.CreateBinderForType(ContainingSourceModule, _syntaxRef.SyntaxTree,
_containingType
)
223
Dim types =
_containingType
.GetTypeMembers(Me.Name & StringConstants.EventDelegateSuffix)
237
type = New SynthesizedEventDelegateSymbol(Me._syntaxRef,
_containingType
)
258
If
_containingType
.IsInterfaceType Then
263
ElseIf IsShared AndAlso Not
_containingType
.IsModuleType Then
272
_containingType
,
368
Me.
_containingType
,
423
Return
_containingType
429
Return
_containingType
435
Return
_containingType
.ContainingSourceModule
593
If (Not Me.
_containingType
.AnyMemberHasAttributes) Then
733
_containingType
,
742
Dim binder = BinderBuilder.CreateBinderForType(ContainingSourceModule, _syntaxRef.SyntaxTree,
_containingType
)