1 write to Set
System.Collections.Immutable (1)
System\Collections\Frozen\FrozenSet.AlternateLookup.cs (1)
84Set = set;
3 references to Set
System.Collections.Immutable (3)
System\Collections\Frozen\FrozenSet.AlternateLookup.cs (3)
93public bool Contains(TAlternate item) => Set.FindItemIndex(item) >= 0; 101int index = Set.FindItemIndex(equalValue); 104actualValue = Set.Items[index];