6 references to s_taskCompletionSentinel
System.Private.CoreLib (6)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Threading\Tasks\Task.cs (6)
3607
object? continuationObject = Interlocked.Exchange(ref m_continuationObject,
s_taskCompletionSentinel
);
4729
if (oldValue ==
s_taskCompletionSentinel
)
4764
Debug.Assert(oldValue ==
s_taskCompletionSentinel
, "Expected m_continuationObject to be list or sentinel");
4773
if (m_continuationObject ==
s_taskCompletionSentinel
)
4826
if (continuationsLocalRef ==
s_taskCompletionSentinel
) return;
4855
if (m_continuationObject ==
s_taskCompletionSentinel
) return;