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