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