6 references to s_taskCompletionSentinel
mscorlib (6)
system\threading\Tasks\Task.cs (6)
3597
object continuationObject = Interlocked.Exchange(ref m_continuationObject,
s_taskCompletionSentinel
);
4734
if ((oldValue !=
s_taskCompletionSentinel
) && (!(oldValue is List<object>)))
4753
Contract.Assert((list != null) || (m_continuationObject ==
s_taskCompletionSentinel
),
4766
if (m_continuationObject !=
s_taskCompletionSentinel
)
4817
if (continuationsLocalRef ==
s_taskCompletionSentinel
) return;
4847
if (m_continuationObject ==
s_taskCompletionSentinel
) return;