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)
221Dim types = _containingType.GetTypeMembers(Me.Name & StringConstants.EventDelegateSuffix) 235type = New SynthesizedEventDelegateSymbol(Me._syntaxRef, _containingType) 256If _containingType.IsInterfaceType Then 261ElseIf IsShared AndAlso Not _containingType.IsModuleType Then 270_containingType, 366Me._containingType, 421Return _containingType 427Return _containingType 433Return _containingType.ContainingSourceModule 591If (Not Me._containingType.AnyMemberHasAttributes) Then 731_containingType, 740Dim binder = BinderBuilder.CreateBinderForType(ContainingSourceModule, _syntaxRef.SyntaxTree, _containingType)