1 write to _isClosed
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\QueuedObjectPool.cs (1)
99_isClosed = true;
2 references to _isClosed
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\QueuedObjectPool.cs (2)
61if (_objectQueue.Count < _maxFreeCount && !_isClosed) 75Contract.Assert(!_isClosed, "Cannot take an item from closed QueuedObjectPool");