1 write to Set
System.Collections.Immutable (1)
System\Collections\Frozen\FrozenSet.AlternateLookup.cs (1)
87Set = set;
3 references to Set
System.Collections.Immutable (3)
System\Collections\Frozen\FrozenSet.AlternateLookup.cs (3)
97public bool Contains(TAlternate item) => _alternateLookupDelegate(Set, item) >= 0; 105int index = _alternateLookupDelegate(Set, equalValue); 108actualValue = Set.Items[index];