1 write to m_action
System.Private.CoreLib (1)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Threading\Tasks\TaskContinuation.cs (1)
548m_action = action;
10 references to m_action
System.Private.CoreLib (10)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Threading\Tasks\TaskContinuation.cs (10)
398RunCallback(GetInvokeActionCallback(), m_action, ref Task.t_currentTask); 424c.m_syncContext.Post(s_postCallback, GetActionLogDelegate(c.m_continuationId, c.m_action)); 428c.m_syncContext.Post(s_postCallback, c.m_action); // s_postCallback is manually cached, as the compiler won't in a SecurityCritical method 482RunOrScheduleAction(m_action, m_scheduler, m_capturedContext, canInlineContinuationTask); 586RunCallback(GetInvokeActionCallback(), m_action, ref Task.t_currentTask); // any exceptions from m_action will be handled by s_callbackRunAction 641m_action(); 661m_action(); 666ExecutionContext.RunForThreadPoolUnsafe(context, s_invokeAction, m_action); 847Debug.Assert(m_action != null); 848return [AsyncMethodBuilderCore.TryGetStateMachineForDebugger(m_action)];