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