1 write to TupleUnderlyingType
Microsoft.CodeAnalysis.CSharp (1)
Symbols\Tuples\TupleTypeSymbol.cs (1)
925TupleUnderlyingType = underlyingType;
7 references to TupleUnderlyingType
Microsoft.CodeAnalysis.CSharp (7)
Symbols\Tuples\TupleTypeSymbol.cs (7)
121=> this._lazyTupleData != null ? this.TupleData!.TupleUnderlyingType : (this.IsTupleType ? this : null); 969Debug.Assert(tuple.Equals(TupleUnderlyingType, TypeCompareKind.IgnoreTupleNames)); 1001Debug.Assert(tuple.Equals(TupleUnderlyingType, TypeCompareKind.IgnoreTupleNames)); 1053var members = TupleUnderlyingType.GetMembers(); 1082Debug.Assert((object)underlyingAssociatedField.ContainingSymbol == TupleUnderlyingType); 1083Debug.Assert(TupleUnderlyingType.GetMembers(underlyingAssociatedField.Name).IndexOf(underlyingAssociatedField) < 0); 1112if (TypeSymbol.Equals(underlyingMemberDefinition.ContainingType, TupleUnderlyingType.OriginalDefinition, TypeCompareKind.ConsiderEverything))