16 references to UnsafeQueueUserWorkItemInternal
System.Private.CoreLib (16)
src\runtime\src\coreclr\System.Private.CoreLib\src\System\Runtime\CompilerServices\AsyncHelpers.CoreCLR.cs (1)
1222ThreadPool.UnsafeQueueUserWorkItemInternal(this, preferLocal: true);
src\runtime\src\coreclr\System.Private.CoreLib\src\System\Runtime\CompilerServices\AsyncHelpers.RuntimeAsyncYielder.cs (1)
43ThreadPool.UnsafeQueueUserWorkItemInternal(raTask, preferLocal: false);
src\runtime\src\coreclr\System.Private.CoreLib\src\System\Runtime\CompilerServices\RuntimeAsyncTaskContinuation.cs (2)
39ThreadPool.UnsafeQueueUserWorkItemInternal(RuntimeAsyncTask, preferLocal: true); 62ThreadPool.UnsafeQueueUserWorkItemInternal(RuntimeAsyncTask, preferLocal: true);
src\runtime\src\libraries\System.Private.CoreLib\src\System\Runtime\CompilerServices\YieldAwaitable.cs (1)
148ThreadPool.UnsafeQueueUserWorkItemInternal(box, preferLocal: false);
src\runtime\src\libraries\System.Private.CoreLib\src\System\Threading\Tasks\ConcurrentExclusiveSchedulerPair.cs (1)
351ThreadPool.UnsafeQueueUserWorkItemInternal(workItem, preferLocal: !fairly);
src\runtime\src\libraries\System.Private.CoreLib\src\System\Threading\Tasks\Task.cs (2)
2747ThreadPool.UnsafeQueueUserWorkItemInternal(stateMachineBox, preferLocal: true); 3796ThreadPool.UnsafeQueueUserWorkItemInternal(new CompletionActionInvoker(completionAction, this), preferLocal: true);
src\runtime\src\libraries\System.Private.CoreLib\src\System\Threading\Tasks\TaskContinuation.cs (3)
598ThreadPool.UnsafeQueueUserWorkItemInternal(this, preferLocal: true); 808ThreadPool.UnsafeQueueUserWorkItemInternal(box, preferLocal: true); 842ThreadPool.UnsafeQueueUserWorkItemInternal(atc, preferLocal: true);
src\runtime\src\libraries\System.Private.CoreLib\src\System\Threading\Tasks\ThreadPoolTaskScheduler.cs (1)
58ThreadPool.UnsafeQueueUserWorkItemInternal(task, (options & TaskCreationOptions.PreferFairness) == 0);
src\runtime\src\libraries\System.Private.CoreLib\src\System\Threading\ThreadPoolWorkQueue.cs (3)
1596UnsafeQueueUserWorkItemInternal((object)state, preferLocal); 1610UnsafeQueueUserWorkItemInternal((object)state, preferLocal); 1647UnsafeQueueUserWorkItemInternal(callBack, preferLocal);
src\runtime\src\libraries\System.Private.CoreLib\src\System\Threading\Timer.cs (1)
268ThreadPool.UnsafeQueueUserWorkItemInternal(timer, preferLocal: false);