1 instantiation of Int32FrozenSet
System.Collections.Immutable (1)
System\Collections\Frozen\FrozenSet.cs (1)
124return (FrozenSet<T>)(object)new Int32FrozenSet((HashSet<int>)(object)source);
3 references to Int32FrozenSet
System.Collections.Immutable (3)
System\Collections\Frozen\Int32\Int32FrozenSet.cs (3)
15internal sealed partial class Int32FrozenSet : FrozenSetInternalBase<int, Int32FrozenSet.GSW> 63private Int32FrozenSet _set; 64public void Store(FrozenSet<int> set) => _set = (Int32FrozenSet)set;