3 writes to _maxCount
System.ServiceModel.Primitives (3)
Internals\System\Runtime\SynchronizedPool.cs (3)
354_maxCount = maxCount; 371_maxCount = value; 392_maxCount--;
2 references to _maxCount
System.ServiceModel.Primitives (2)
Internals\System\Runtime\SynchronizedPool.cs (2)
361return _maxCount; 388if (_items.Count == _maxCount)