6 references to Slot
System.ServiceModel.Internals (6)
System\Runtime\IOThreadScheduler.cs (6)
57[Fx.Tag.Queue(typeof(Slot), Scope = Fx.Tag.Strings.AppDomain)] 60readonly Slot[] slots; 62[Fx.Tag.Queue(typeof(Slot), Scope = Fx.Tag.Strings.AppDomain)] 65readonly Slot[] slotsLowPri; 97this.slots = new Slot[capacity]; 100this.slotsLowPri = new Slot[capacityLowPri];