1 write to disposed
System.ServiceModel (1)
System\ServiceModel\SynchronizedDisposablePool.cs (1)
33disposed = true;
5 references to disposed
System.ServiceModel (5)
System\ServiceModel\SynchronizedDisposablePool.cs (5)
31if (!disposed) 61if (!disposed && this.items.Count < this.maxCount) 65if (!disposed && this.items.Count < this.maxCount) 77if (!disposed && this.items.Count > 0) 81if (!disposed && this.items.Count > 0)