1 write to maxCount
System.ServiceModel (1)
System\ServiceModel\SynchronizedDisposablePool.cs (1)
18
this.
maxCount
= maxCount;
2 references to maxCount
System.ServiceModel (2)
System\ServiceModel\SynchronizedDisposablePool.cs (2)
61
if (!disposed && this.items.Count < this.
maxCount
)
65
if (!disposed && this.items.Count < this.
maxCount
)