6 references to Source
mscorlib (6)
system\threading\CancellationTokenRegistration.cs (6)
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 && 157if (m_registrationInfo.Source != null) 158return m_registrationInfo.Source.GetHashCode() ^ m_registrationInfo.Index.GetHashCode();