1 write to globalPool
System.ServiceModel.Internals (1)
System\Runtime\SynchronizedPool.cs (1)
72this.globalPool = new GlobalPool(maxCount);
5 references to globalPool
System.ServiceModel.Internals (5)
System\Runtime\SynchronizedPool.cs (5)
92globalPool.Clear(); 105globalPool.MaxCount = maxCount; 130globalPool.DecrementMaxCount(); 261return globalPool.Return(value); 318return globalPool.Take();