1 write to _globalPool
System.ServiceModel.Primitives (1)
Internals\System\Runtime\SynchronizedPool.cs (1)
71_globalPool = new GlobalPool(maxCount);
5 references to _globalPool
System.ServiceModel.Primitives (5)
Internals\System\Runtime\SynchronizedPool.cs (5)
91_globalPool.Clear(); 104_globalPool.MaxCount = _maxCount; 129_globalPool.DecrementMaxCount(); 260return _globalPool.Return(value); 317return _globalPool.Take();