3 writes to _maxCount
dotnet-svcutil-lib (3)
FrameworkFork\System.ServiceModel\Internals\System\Runtime\SynchronizedPool.cs (3)
353_maxCount = maxCount; 370_maxCount = value; 391_maxCount--;
2 references to _maxCount
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\Internals\System\Runtime\SynchronizedPool.cs (2)
360return _maxCount; 387if (_items.Count == _maxCount)