1 write to TupleUnderlyingType
Microsoft.CodeAnalysis.CSharp (1)
Symbols\Tuples\TupleTypeSymbol.cs (1)
932TupleUnderlyingType = underlyingType;
7 references to TupleUnderlyingType
Microsoft.CodeAnalysis.CSharp (7)
Symbols\Tuples\TupleTypeSymbol.cs (7)
128=> this._lazyTupleData != null ? this.TupleData!.TupleUnderlyingType : (this.IsTupleType ? this : null); 976Debug.Assert(tuple.Equals(TupleUnderlyingType, TypeCompareKind.IgnoreTupleNames)); 1008Debug.Assert(tuple.Equals(TupleUnderlyingType, TypeCompareKind.IgnoreTupleNames)); 1060var members = TupleUnderlyingType.GetMembers(); 1089Debug.Assert((object)underlyingAssociatedField.ContainingSymbol == TupleUnderlyingType); 1090Debug.Assert(TupleUnderlyingType.GetMembers(underlyingAssociatedField.Name).IndexOf(underlyingAssociatedField) < 0); 1119if (TypeSymbol.Equals(underlyingMemberDefinition.ContainingType, TupleUnderlyingType.OriginalDefinition, TypeCompareKind.ConsiderEverything))