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