2 references to TupleUnderlyingType
Microsoft.CodeAnalysis.CSharp (2)
Symbols\PublicModel\NamedTypeSymbol.cs (1)
176var tupleUnderlyingType = type.TupleUnderlyingType;
Symbols\Tuples\TupleTypeSymbol.cs (1)
168return WithTupleData(new TupleExtraData(this.TupleUnderlyingType!, newElementNames, newElementLocations, errorPositions, locations));