1 write to m_action
System.Private.CoreLib (1)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Threading\Tasks\TaskContinuation.cs (1)
548
m_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)
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
482
RunOrScheduleAction(
m_action
, m_scheduler, m_capturedContext, canInlineContinuationTask);
586
RunCallback(GetInvokeActionCallback(),
m_action
, ref Task.t_currentTask); // any exceptions from m_action will be handled by s_callbackRunAction
641
m_action
();
661
m_action
();
666
ExecutionContext.RunForThreadPoolUnsafe(context, s_invokeAction,
m_action
);
847
Debug.Assert(
m_action
!= null);
848
return [AsyncMethodBuilderCore.TryGetStateMachineForDebugger(
m_action
)];