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)
154Dim binder = BinderBuilder.CreateBinderForType(ContainingSourceModule, _syntaxRef.SyntaxTree, _containingType) 223Dim types = _containingType.GetTypeMembers(Me.Name & StringConstants.EventDelegateSuffix) 237type = New SynthesizedEventDelegateSymbol(Me._syntaxRef, _containingType) 258If _containingType.IsInterfaceType Then 263ElseIf IsShared AndAlso Not _containingType.IsModuleType Then 272_containingType, 368Me._containingType, 423Return _containingType 429Return _containingType 435Return _containingType.ContainingSourceModule 593If (Not Me._containingType.AnyMemberHasAttributes) Then 733_containingType, 742Dim binder = BinderBuilder.CreateBinderForType(ContainingSourceModule, _syntaxRef.SyntaxTree, _containingType)