2 writes to m_action
mscorlib (2)
system\threading\Tasks\TaskContinuation.cs (2)
560m_action = action; 576m_action = action;
10 references to m_action
mscorlib (10)
system\threading\Tasks\TaskContinuation.cs (10)
419RunCallback(GetInvokeActionCallback(), m_action, ref Task.t_currentTask); 445c.m_syncContext.Post(s_postCallback, GetActionLogDelegate(c.m_continuationId, c.m_action)); 449c.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); 614RunCallback(GetInvokeActionCallback(), m_action, ref Task.t_currentTask); // any exceptions from m_action will be handled by s_callbackRunAction 681m_action(); 688ExecutionContext.Run(m_capturedContext, GetInvokeActionCallback(), m_action, true); 709m_action(); 865Contract.Assert(m_action != null); 866return new Delegate[] { AsyncMethodBuilderCore.TryGetStateMachineForDebugger(m_action) };