5 references to CALLBACK_RAN
mscorlib (5)
system\threading\Tasks\BeginEndAwaitableAdapter.cs (5)
86Action continuation = Interlocked.Exchange(ref adapter._continuation, CALLBACK_RAN); 89Contract.Assert(continuation != CALLBACK_RAN); 110return (_continuation == CALLBACK_RAN); 135if (_continuation == CALLBACK_RAN 136|| Interlocked.CompareExchange(ref _continuation, continuation, null) == CALLBACK_RAN) {