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