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