1 write to m_registrationInfo
mscorlib (1)
system\threading\CancellationTokenRegistration.cs (1)
33m_registrationInfo = registrationInfo;
11 references to m_registrationInfo
mscorlib (11)
system\threading\CancellationTokenRegistration.cs (11)
44if (m_registrationInfo.Source == null) //can be null for dummy registrations. 50CancellationCallbackInfo prevailingCallbackInfoInSlot = m_registrationInfo.Source.SafeAtomicRemove(m_registrationInfo.Index, m_callbackInfo); 147m_registrationInfo.Source == other.m_registrationInfo.Source && 148m_registrationInfo.Index == other.m_registrationInfo.Index; 157if (m_registrationInfo.Source != null) 158return m_registrationInfo.Source.GetHashCode() ^ m_registrationInfo.Index.GetHashCode(); 160return m_registrationInfo.Index.GetHashCode();