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