1 write to m_callbackInfo
mscorlib (1)
system\threading\CancellationTokenRegistration.cs (1)
32m_callbackInfo = callbackInfo;
6 references to m_callbackInfo
mscorlib (6)
system\threading\CancellationTokenRegistration.cs (6)
50CancellationCallbackInfo prevailingCallbackInfoInSlot = m_registrationInfo.Source.SafeAtomicRemove(m_registrationInfo.Index, m_callbackInfo); 52if (prevailingCallbackInfoInSlot != m_callbackInfo) 79var callbackInfo = m_callbackInfo; 90tokenSource.WaitForCallbackToComplete(m_callbackInfo); 146return m_callbackInfo == other.m_callbackInfo &&