1 write to ElementNames
Microsoft.CodeAnalysis.CSharp (1)
Symbols\Tuples\TupleTypeSymbol.cs (1)
940
ElementNames
= elementNames;
5 references to ElementNames
Microsoft.CodeAnalysis.CSharp (5)
Symbols\Tuples\TupleTypeSymbol.cs (5)
184
if (newData.
ElementNames
.IsDefault)
557
=> _lazyUncommonProperties is { _lazyTupleData: { } lazyTupleData } ? lazyTupleData.
ElementNames
: default;
948
if (other is null && this.
ElementNames
.IsDefault && this.ElementLocations.IsDefault && this.ErrorPositions.IsDefault)
954
&& areEqual(this.
ElementNames
, other.
ElementNames
)