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