2 references to s_postCallback
mscorlib (2)
system\threading\Tasks\TaskContinuation.cs (2)
445
c.m_syncContext.Post(
s_postCallback
, GetActionLogDelegate(c.m_continuationId, c.m_action));
449
c.m_syncContext.Post(
s_postCallback
, c.m_action); // s_postCallback is manually cached, as the compiler won't in a SecurityCritical method