2 references to SafeAtomicRemove
mscorlib (2)
system\threading\CancellationTokenRegistration.cs (1)
50
CancellationCallbackInfo prevailingCallbackInfoInSlot = m_registrationInfo.Source.
SafeAtomicRemove
(m_registrationInfo.Index, m_callbackInfo);
system\threading\CancellationTokenSource.cs (1)
853
CancellationCallbackInfo callback = args.m_currArrayFragment.
SafeAtomicRemove
(args.m_currArrayIndex, m_executingCallback);