1 instantiation of SmallValueTypeComparableFrozenSet
System.Collections.Immutable (1)
System\Collections\Frozen\FrozenSet.cs (1)
112return (FrozenSet<T>)(object)new SmallValueTypeComparableFrozenSet<T>(source);
3 references to SmallValueTypeComparableFrozenSet
System.Collections.Immutable (3)
System\Collections\Frozen\SmallValueTypeComparableFrozenSet.cs (3)
18internal sealed class SmallValueTypeComparableFrozenSet<T> : FrozenSetInternalBase<T, SmallValueTypeComparableFrozenSet<T>.GSW> 67private SmallValueTypeComparableFrozenSet<T> _set; 68public void Store(FrozenSet<T> set) => _set = (SmallValueTypeComparableFrozenSet<T>)set;