10 references to RunInternal
System.Private.CoreLib (10)
src\libraries\System.Private.CoreLib\src\System\IO\Stream.cs (1)
714
ExecutionContext.
RunInternal
(context, invokeAsyncCallback, this);
src\libraries\System.Private.CoreLib\src\System\Runtime\CompilerServices\AsyncTaskMethodBuilderT.cs (1)
372
ExecutionContext.
RunInternal
(context, s_callback, this);
src\libraries\System.Private.CoreLib\src\System\Runtime\CompilerServices\PoolingAsyncValueTaskMethodBuilderT.cs (1)
413
ExecutionContext.
RunInternal
(context, s_callback, this);
src\libraries\System.Private.CoreLib\src\System\Threading\CancellationTokenSource.cs (1)
1221
ExecutionContext.
RunInternal
(context, static s =>
src\libraries\System.Private.CoreLib\src\System\Threading\ExecutionContext.cs (1)
143
RunInternal
(executionContext, callback, state);
src\libraries\System.Private.CoreLib\src\System\Threading\IOCompletionCallbackHelper.cs (1)
57
ExecutionContext.
RunInternal
(helper._executionContext, IOCompletionCallback_Context_Delegate, helper);
src\libraries\System.Private.CoreLib\src\System\Threading\Tasks\Task.cs (1)
2341
ExecutionContext.
RunInternal
(ec, s_ecCallback, this);
src\libraries\System.Private.CoreLib\src\System\Threading\Tasks\TaskContinuation.cs (1)
702
ExecutionContext.
RunInternal
(context, callback, state);
src\libraries\System.Private.CoreLib\src\System\Threading\Thread.cs (1)
52
ExecutionContext.
RunInternal
(_executionContext, s_threadStartContextCallback, this);
src\libraries\System.Private.CoreLib\src\System\Threading\Timer.cs (1)
733
ExecutionContext.
RunInternal
(context, s_callCallbackInContext, this);