1 write to m_syncContext
System.Private.CoreLib (1)
src\libraries\System.Private.CoreLib\src\System\Threading\Tasks\TaskContinuation.cs (1)
386
m_syncContext
= context;
3 references to m_syncContext
System.Private.CoreLib (3)
src\libraries\System.Private.CoreLib\src\System\Threading\Tasks\TaskContinuation.cs (3)
396
m_syncContext
== SynchronizationContext.Current)
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