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