4 references to SlotMaskLowPri
System.ServiceModel.Internals (4)
System\Runtime\IOThreadScheduler.cs (4)
101
Fx.Assert((this.slotsLowPri.Length &
SlotMaskLowPri
) == 0, "Low-priority capacity must be a power of two.");
231
bool queued = this.slotsLowPri[slot >> Bits.HiShift &
SlotMaskLowPri
].TryEnqueueWorkItem(
273
this.slotsLowPri[slotLowPri &
SlotMaskLowPri
].DequeueWorkItem(out callback, out state);
347
this.slotsLowPri[slotLowPri &
SlotMaskLowPri
].DequeueWorkItem(out callback, out state);