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