1 instantiation of SmallFrozenSet
System.Collections.Immutable (1)
System\Collections\Frozen\FrozenSet.cs (1)
219return new SmallFrozenSet<T>(source);
3 references to SmallFrozenSet
System.Collections.Immutable (3)
System\Collections\Frozen\SmallFrozenSet.cs (3)
15internal sealed partial class SmallFrozenSet<T> : FrozenSetInternalBase<T, SmallFrozenSet<T>.GSW> 45private SmallFrozenSet<T> _set; 46public void Store(FrozenSet<T> set) => _set = (SmallFrozenSet<T>)set;