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