1 write to m_containingType
Microsoft.CodeAnalysis.VisualBasic (1)
Symbols\Source\SourceMethodSymbol.vb (1)
66m_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)
108OverloadingHelper.SetMetadataNameForAllOverloads(_name, SymbolKind.Method, m_containingType) 312Dim binder As Binder = BinderBuilder.CreateBinderForType(sourceModule, Me.SyntaxTree, m_containingType) 578Dim typeBinder As Binder = BinderBuilder.CreateBinderForType(sourceModule, Me.SyntaxTree, m_containingType) 643witheventsProperty = FindWithEventsProperty(m_containingType,
Symbols\Source\SourceMethodSymbol.vb (10)
580Return m_containingType.AreMembersImplicitlyDeclared 598Return m_containingType 604Return m_containingType 894Dim binder As Binder = BinderBuilder.CreateBinderForType(Me.ContainingSourceModule, Me.SyntaxTree, m_containingType) 1156Dim containingSourceType = TryCast(m_containingType, SourceMemberContainerTypeSymbol) 1500m_containingType.AllowsExtensionMethods() AndAlso 1510isExtensionMethod = m_containingType.MightContainExtensionMethods 1606ElseIf Not m_containingType.AllowsExtensionMethods() Then 1993Dim container = TryCast(Me.m_containingType, SourceMemberContainerTypeSymbol) 2127MakeOverriddenMembers(New SignatureOnlyMethodSymbol(Me.Name, m_containingType, Me.MethodKind,