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