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