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