2 writes to m_completionEvent
mscorlib (2)
system\threading\Tasks\Task.cs (2)
1674if (Interlocked.CompareExchange(ref contingentProps.m_completionEvent, newMre, null) != null) 1876cp.m_completionEvent = null;
4 references to m_completionEvent
mscorlib (4)
system\threading\Tasks\Task.cs (4)
285var mres = m_completionEvent; 1670if (contingentProps.m_completionEvent == null) 1687return contingentProps.m_completionEvent; 1872var ev = cp.m_completionEvent;