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