2 writes to m_action
mscorlib (2)
system\threading\Tasks\TaskContinuation.cs (2)
560
m_action
= action;
576
m_action
= action;
10 references to m_action
mscorlib (10)
system\threading\Tasks\TaskContinuation.cs (10)
419
RunCallback(GetInvokeActionCallback(),
m_action
, ref Task.t_currentTask);
445
c.m_syncContext.Post(s_postCallback, GetActionLogDelegate(c.m_continuationId, c.
m_action
));
449
c.m_syncContext.Post(s_postCallback, c.
m_action
); // s_postCallback is manually cached, as the compiler won't in a SecurityCritical method
526
},
m_action
, m_scheduler);
614
RunCallback(GetInvokeActionCallback(),
m_action
, ref Task.t_currentTask); // any exceptions from m_action will be handled by s_callbackRunAction
681
m_action
();
688
ExecutionContext.Run(m_capturedContext, GetInvokeActionCallback(),
m_action
, true);
709
m_action
();
865
Contract.Assert(
m_action
!= null);
866
return new Delegate[] { AsyncMethodBuilderCore.TryGetStateMachineForDebugger(
m_action
) };