1 write to _containingType
Microsoft.CodeAnalysis.VisualBasic (1)
Symbols\Source\SourceEventSymbol.vb (1)
74
_containingType
= containingType
12 references to _containingType
Microsoft.CodeAnalysis.VisualBasic (12)
Symbols\Source\SourceEventSymbol.vb (12)
221
Dim types =
_containingType
.GetTypeMembers(Me.Name & StringConstants.EventDelegateSuffix)
235
type = New SynthesizedEventDelegateSymbol(Me._syntaxRef,
_containingType
)
256
If
_containingType
.IsInterfaceType Then
261
ElseIf IsShared AndAlso Not
_containingType
.IsModuleType Then
270
_containingType
,
366
Me.
_containingType
,
421
Return
_containingType
427
Return
_containingType
433
Return
_containingType
.ContainingSourceModule
591
If (Not Me.
_containingType
.AnyMemberHasAttributes) Then
731
_containingType
,
740
Dim binder = BinderBuilder.CreateBinderForType(ContainingSourceModule, _syntaxRef.SyntaxTree,
_containingType
)