1 write to ElementLocations
Microsoft.CodeAnalysis.CSharp (1)
Symbols\Tuples\TupleTypeSymbol.cs (1)
941ElementLocations = elementLocations;
5 references to ElementLocations
Microsoft.CodeAnalysis.CSharp (5)
Symbols\Tuples\TupleTypeSymbol.cs (5)
563=> _lazyTupleData is null ? default : _lazyTupleData.ElementLocations; 594var elementLocations = TupleData!.ElementLocations; 948if (other is null && this.ElementNames.IsDefault && this.ElementLocations.IsDefault && this.ErrorPositions.IsDefault) 955&& areEqual(this.ElementLocations, other.ElementLocations)