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();
260
return
_globalPool
.Return(value);
317
return
_globalPool
.Take();