3 references to Factory
Microsoft.CodeAnalysis.PooledObjects.Package (3)
ObjectPool`1.cs (3)
66
private readonly
Factory
_factory;
111
internal ObjectPool(
Factory
factory, bool trimOnFree = true)
116
internal ObjectPool(
Factory
factory, int size, bool trimOnFree = true)