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