2 references to MaximumCapacity
System.ServiceModel.Internals (2)
System\Runtime\IOThreadScheduler.cs (2)
179new IOThreadScheduler(Math.Min(this.slots.Length * 2, MaximumCapacity), this.slotsLowPri.Length); 237new IOThreadScheduler(this.slots.Length, Math.Min(this.slotsLowPri.Length * 2, MaximumCapacity));