4 references to ObjectPool
Microsoft.CodeAnalysis (4)
Collections\CachingFactory.cs (1)
198var pool = new ObjectPool<CachingIdentityFactory<TKey, TValue>>(
Collections\OrderPreservingMultiDictionary.cs (1)
60var pool = new ObjectPool<OrderPreservingMultiDictionary<K, V>>(
InternalUtilities\StringTable.cs (1)
94var pool = new ObjectPool<StringTable>(pool => new StringTable(pool), Environment.ProcessorCount * 2);
InternalUtilities\TextKeyedCache.cs (1)
86var pool = new ObjectPool<TextKeyedCache<T>>(