2 references to TryEnqueueWorkItem
System.ServiceModel.Internals (2)
System\Runtime\IOThreadScheduler.cs (2)
173
bool queued = this.slots[slot >> Bits.HiShift & SlotMask].
TryEnqueueWorkItem
(callback, state, out wrapped);
231
bool queued = this.slotsLowPri[slot >> Bits.HiShift & SlotMaskLowPri].
TryEnqueueWorkItem
(