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