1 instantiation of PooledListPolicy
Shared (1)
Pools\PooledListPolicy.cs (1)
15public static PooledListPolicy<T> Instance { get; } = new();
2 references to PooledListPolicy
Shared (2)
Pools\PooledListPolicy.cs (1)
15public static PooledListPolicy<T> Instance { get; } = new();
Pools\PoolFactory.cs (1)
118return MakePool(PooledListPolicy<T>.Instance, maxCapacity);