1 write to _pool
Microsoft.ML.Core (1)
Utilities\ObjectPool.cs (1)
46
_pool
= new ConcurrentBag<T>();
3 references to _pool
Microsoft.ML.Core (3)
Utilities\ObjectPool.cs (3)
41
public int Count =>
_pool
.Count;
52
if (
_pool
.TryTake(out result))
62
_pool
.Add(item);