2 references to ObjectPool
Microsoft.CodeAnalysis.Workspaces (2)
OrderPreservingMultiDictionary.cs (1)
59
var pool = new
ObjectPool
<OrderPreservingMultiDictionary<K, V>>(
StringTable.cs (1)
94
var pool = new
ObjectPool
<StringTable>(pool => new StringTable(pool), Environment.ProcessorCount * 2);