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