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