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