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