11 references to Run
mscorlib (11)
system\io\stream.cs (1)
696
using(context) ExecutionContext.
Run
(context, invokeAsyncCallback, this, true);
system\runtime\compilerservices\AsyncMethodBuilder.cs (1)
1070
ExecutionContext.
Run
(m_context, callback, m_stateMachine, preserveSyncCtx: true);
system\threading\executioncontext.cs (1)
916
Run
(executionContext, callback, state, false);
system\threading\overlapped.cs (1)
130
ExecutionContext.
Run
(executionContext, _ccb, helper, true);
system\threading\Tasks\Task.cs (1)
2823
ExecutionContext.
Run
(ec, callback, this, true);
system\threading\Tasks\TaskContinuation.cs (2)
688
ExecutionContext.
Run
(m_capturedContext, GetInvokeActionCallback(), m_action, true);
761
else ExecutionContext.
Run
(m_capturedContext, callback, state, true);
system\threading\threadpool.cs (3)
1250
ExecutionContext.
Run
(context, ccb, this, true);
1340
ExecutionContext.
Run
(executionContext, _ccbt, helper, true);
1342
ExecutionContext.
Run
(executionContext, _ccbf, helper, true);
system\threading\timer.cs (1)
713
ExecutionContext.
Run
(