1 write to isClosed
System.ServiceModel (1)
System\ServiceModel\Channels\QueuedObjectPool.cs (1)
97
this.
isClosed
= true;
2 references to isClosed
System.ServiceModel (2)
System\ServiceModel\Channels\QueuedObjectPool.cs (2)
59
if (this.objectQueue.Count < this.maxFreeCount && ! this.
isClosed
)
73
Fx.Assert(!this.
isClosed
, "Cannot take an item from closed QueuedObjectPool");