2 writes to m_completionEvent
System.Private.CoreLib (2)
src\libraries\System.Private.CoreLib\src\System\Threading\Tasks\Task.cs (2)
1484if (Interlocked.CompareExchange(ref contingentProps.m_completionEvent, newMre, null) != null) 1623cp.m_completionEvent = null;
4 references to m_completionEvent
System.Private.CoreLib (4)
src\libraries\System.Private.CoreLib\src\System\Threading\Tasks\Task.cs (4)
253ManualResetEventSlim? mres = m_completionEvent; 1480if (contingentProps.m_completionEvent == null) 1497return contingentProps.m_completionEvent; 1619ManualResetEventSlim? ev = cp.m_completionEvent;