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