5 references to Index
mscorlib (5)
system\threading\CancellationTokenRegistration.cs (5)
50CancellationCallbackInfo prevailingCallbackInfoInSlot = m_registrationInfo.Source.SafeAtomicRemove(m_registrationInfo.Index, m_callbackInfo); 148m_registrationInfo.Index == other.m_registrationInfo.Index; 158return m_registrationInfo.Source.GetHashCode() ^ m_registrationInfo.Index.GetHashCode(); 160return m_registrationInfo.Index.GetHashCode();