4 references to SlotMask
System.ServiceModel.Internals (4)
System\Runtime\IOThreadScheduler.cs (4)
98
Fx.Assert((this.slots.Length &
SlotMask
) == 0, "Capacity must be a power of two.");
173
bool queued = this.slots[slot >> Bits.HiShift &
SlotMask
].TryEnqueueWorkItem(callback, state, out wrapped);
284
this.slots[slot &
SlotMask
].DequeueWorkItem(out callback, out state);
335
this.slots[slot &
SlotMask
].DequeueWorkItem(out callback, out state);