1 reference to PooledHashSet
Test.Utilities (1)
PooledHashSet.cs (1)
68
pool = new ObjectPool<PooledHashSet<T>>(() => new
PooledHashSet
<T>(pool, comparer), 128);