1 write to maxFreeCount
System.ServiceModel (1)
System\ServiceModel\Channels\QueuedObjectPool.cs (1)
43this.maxFreeCount = maxFreeCount;
1 reference to maxFreeCount
System.ServiceModel (1)
System\ServiceModel\Channels\QueuedObjectPool.cs (1)
59if (this.objectQueue.Count < this.maxFreeCount && ! this.isClosed)