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