1 write to m_containingType
Microsoft.CodeAnalysis.VisualBasic (1)
Symbols\Source\SourceMethodSymbol.vb (1)
67m_containingType = containingType
15 references to m_containingType
Microsoft.CodeAnalysis.VisualBasic (15)
Symbols\Source\SourceDeclareMethodSymbol.vb (1)
59OverloadingHelper.SetMetadataNameForAllOverloads(_name, SymbolKind.Method, m_containingType)
Symbols\Source\SourceMemberMethodSymbol.vb (4)
109OverloadingHelper.SetMetadataNameForAllOverloads(_name, SymbolKind.Method, m_containingType) 313Dim binder As Binder = BinderBuilder.CreateBinderForType(sourceModule, Me.SyntaxTree, m_containingType) 579Dim typeBinder As Binder = BinderBuilder.CreateBinderForType(sourceModule, Me.SyntaxTree, m_containingType) 644witheventsProperty = FindWithEventsProperty(m_containingType,
Symbols\Source\SourceMethodSymbol.vb (10)
581Return m_containingType.AreMembersImplicitlyDeclared 599Return m_containingType 605Return m_containingType 895Dim binder As Binder = BinderBuilder.CreateBinderForType(Me.ContainingSourceModule, Me.SyntaxTree, m_containingType) 1157Dim containingSourceType = TryCast(m_containingType, SourceMemberContainerTypeSymbol) 1501m_containingType.AllowsExtensionMethods() AndAlso 1511isExtensionMethod = m_containingType.MightContainExtensionMethods 1627ElseIf Not m_containingType.AllowsExtensionMethods() Then 2027Dim container = TryCast(Me.m_containingType, SourceMemberContainerTypeSymbol) 2161MakeOverriddenMembers(New SignatureOnlyMethodSymbol(Me.Name, m_containingType, Me.MethodKind,