3 references to IOThreadScheduler
System.ServiceModel.Internals (3)
System\Runtime\IOThreadScheduler.cs (3)
54
static IOThreadScheduler current = new
IOThreadScheduler
(32, 32);
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));