2 writes to m_completionEvent
System.Private.CoreLib (2)
src\libraries\System.Private.CoreLib\src\System\Threading\Tasks\Task.cs (2)
1485if (Interlocked.CompareExchange(ref contingentProps.m_completionEvent, newMre, null) != null) 1624cp.m_completionEvent = null;
4 references to m_completionEvent
System.Private.CoreLib (4)
src\libraries\System.Private.CoreLib\src\System\Threading\Tasks\Task.cs (4)
255ManualResetEventSlim? mres = m_completionEvent; 1481if (contingentProps.m_completionEvent == null) 1498return contingentProps.m_completionEvent; 1620ManualResetEventSlim? ev = cp.m_completionEvent;