1 write to m_action
System.Private.CoreLib (1)
src\libraries\System.Private.CoreLib\src\System\Threading\Tasks\TaskContinuation.cs (1)
535m_action = action;
10 references to m_action
System.Private.CoreLib (10)
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 503}, m_action, m_scheduler); 572RunCallback(GetInvokeActionCallback(), m_action, ref Task.t_currentTask); // any exceptions from m_action will be handled by s_callbackRunAction 627m_action(); 647m_action(); 652ExecutionContext.RunForThreadPoolUnsafe(context, s_invokeAction, m_action); 826Debug.Assert(m_action != null); 827return [AsyncMethodBuilderCore.TryGetStateMachineForDebugger(m_action)];