3 references to TupleElementLocations
Microsoft.CodeAnalysis.CSharp (3)
Symbols\Tuples\TupleTypeSymbol.cs (3)
118return WithElementNames(original.TupleElementNames, original.TupleElementLocations, original.TupleErrorPositions, original.Locations);
153elementNames: TupleElementNames, elementLocations: TupleElementLocations, errorPositions: TupleErrorPositions, locations: Locations);
878: CreateTuple(mergedType, mergedNames, this.TupleErrorPositions, this.TupleElementLocations, this.Locations);