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