4 references to Items
System.Collections.Immutable (4)
System\Collections\Frozen\FrozenSet.AlternateLookup.cs (1)
108actualValue = Set.Items[index];
System\Collections\Frozen\FrozenSet.cs (3)
260/// <inheritdoc cref="Items" /> 281Items.AsSpan().CopyTo(destination); 319actualValue = Items[index];