1 reference to TryEnqueueWorkItem
System.ServiceModel.Primitives (1)
Internals\System\Runtime\IOThreadScheduler.cs (1)
158
bool queued = _slots[slot >> Bits.HiShift & SlotMask].
TryEnqueueWorkItem
(callback, state, out bool wrapped);