1 write to _containingType
Microsoft.CodeAnalysis.VisualBasic (1)
Symbols\Tuples\TupleMethodSymbol.vb (1)
109
Me.
_containingType
= container
4 references to _containingType
Microsoft.CodeAnalysis.VisualBasic (4)
Symbols\Tuples\TupleMethodSymbol.vb (4)
46
Return Me.
_containingType
.GetTupleMemberSymbolForUnderlyingMember(Of Symbol)(Me._underlyingMethod.ConstructedFrom.AssociatedSymbol)
52
Return Me.
_containingType
147
(other IsNot Nothing AndAlso TypeSymbol.Equals(Me.
_containingType
, other.
_containingType
, TypeCompareKind.ConsiderEverything) AndAlso Me._underlyingMethod.ConstructedFrom = other._underlyingMethod.ConstructedFrom)