1 write to ElementLocations
Microsoft.CodeAnalysis.CSharp (1)
Symbols\Tuples\TupleTypeSymbol.cs (1)
935ElementLocations = elementLocations;
5 references to ElementLocations
Microsoft.CodeAnalysis.CSharp (5)
Symbols\Tuples\TupleTypeSymbol.cs (5)
557=> _lazyTupleData is null ? default : _lazyTupleData.ElementLocations; 588var elementLocations = TupleData!.ElementLocations; 942if (other is null && this.ElementNames.IsDefault && this.ElementLocations.IsDefault && this.ErrorPositions.IsDefault) 949&& areEqual(this.ElementLocations, other.ElementLocations)