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