6 references to UnsafeQueueCustomWorkItem
mscorlib (6)
system\threading\SemaphoreSlim.cs (1)
838
ThreadPool.
UnsafeQueueCustomWorkItem
(waiterTask, forceGlobal: false);
system\threading\Tasks\Task.cs (2)
3631
ThreadPool.
UnsafeQueueCustomWorkItem
(new CompletionActionInvoker(singleTaskCompletionAction, this), forceGlobal: false);
3716
ThreadPool.
UnsafeQueueCustomWorkItem
(new CompletionActionInvoker(action, this), forceGlobal: false);
system\threading\Tasks\TaskContinuation.cs (2)
626
ThreadPool.
UnsafeQueueCustomWorkItem
(this, forceGlobal: false);
836
ThreadPool.
UnsafeQueueCustomWorkItem
(atc, forceGlobal: false);
system\threading\Tasks\ThreadPoolTaskScheduler.cs (1)
69
ThreadPool.
UnsafeQueueCustomWorkItem
(task, forceToGlobalQueue);