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