2 references to CreatePool
Test.Utilities (2)
PooledDictionary.cs (2)
79private static readonly ObjectPool<PooledDictionary<K, V>> s_poolInstance = CreatePool(); 95s_poolInstancesByComparer.GetOrAdd(keyComparer, CreatePool);