2 writes to m_completionEvent
System.Private.CoreLib (2)
src\libraries\System.Private.CoreLib\src\System\Threading\Tasks\Task.cs (2)
1562if (Interlocked.CompareExchange(ref contingentProps.m_completionEvent, newMre, null) != null) 1701cp.m_completionEvent = null;
4 references to m_completionEvent
System.Private.CoreLib (4)
src\libraries\System.Private.CoreLib\src\System\Threading\Tasks\Task.cs (4)
326ManualResetEventSlim? mres = m_completionEvent; 1558if (contingentProps.m_completionEvent == null) 1575return contingentProps.m_completionEvent; 1697ManualResetEventSlim? ev = cp.m_completionEvent;