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)
41public int Count => _pool.Count; 52if (_pool.TryTake(out result)) 62_pool.Add(item);