1 write to MaxCount
System.ServiceModel.Internals (1)
System\Runtime\SynchronizedPool.cs (1)
105globalPool.MaxCount = maxCount;
2 references to MaxCount
System.ServiceModel.Internals (2)
System\Runtime\SynchronizedPool.cs (2)
415if (this.items.Count < this.MaxCount) 419if (this.items.Count < this.MaxCount)