1 write to _globalPool
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\Internals\System\Runtime\SynchronizedPool.cs (1)
70
_globalPool
= new GlobalPool(maxCount);
5 references to _globalPool
dotnet-svcutil-lib (5)
FrameworkFork\System.ServiceModel\Internals\System\Runtime\SynchronizedPool.cs (5)
90
_globalPool
.Clear();
103
_globalPool
.MaxCount = _maxCount;
128
_globalPool
.DecrementMaxCount();
259
return
_globalPool
.Return(value);
316
return
_globalPool
.Take();