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