1 write to TupleUnderlyingType
Microsoft.CodeAnalysis.CSharp (1)
Symbols\Tuples\TupleTypeSymbol.cs (1)
926TupleUnderlyingType = underlyingType;
7 references to TupleUnderlyingType
Microsoft.CodeAnalysis.CSharp (7)
Symbols\Tuples\TupleTypeSymbol.cs (7)
122=> this._lazyTupleData != null ? this.TupleData!.TupleUnderlyingType : (this.IsTupleType ? this : null); 970Debug.Assert(tuple.Equals(TupleUnderlyingType, TypeCompareKind.IgnoreTupleNames)); 1002Debug.Assert(tuple.Equals(TupleUnderlyingType, TypeCompareKind.IgnoreTupleNames)); 1054var members = TupleUnderlyingType.GetMembers(); 1083Debug.Assert((object)underlyingAssociatedField.ContainingSymbol == TupleUnderlyingType); 1084Debug.Assert(TupleUnderlyingType.GetMembers(underlyingAssociatedField.Name).IndexOf(underlyingAssociatedField) < 0); 1113if (TypeSymbol.Equals(underlyingMemberDefinition.ContainingType, TupleUnderlyingType.OriginalDefinition, TypeCompareKind.ConsiderEverything))