1 write to m_syncContext
mscorlib (1)
system\threading\Tasks\TaskContinuation.cs (1)
406m_syncContext = context;
3 references to m_syncContext
mscorlib (3)
system\threading\Tasks\TaskContinuation.cs (3)
417m_syncContext == SynchronizationContext.CurrentNoFlow) 445c.m_syncContext.Post(s_postCallback, GetActionLogDelegate(c.m_continuationId, c.m_action)); 449c.m_syncContext.Post(s_postCallback, c.m_action); // s_postCallback is manually cached, as the compiler won't in a SecurityCritical method