1 write to m_next
mscorlib (1)
system\threading\CancellationTokenSource.cs (1)
1140
if (Interlocked.CompareExchange(ref tail.
m_next
, newTail, null) == null)
2 references to m_next
mscorlib (2)
system\threading\CancellationTokenSource.cs (2)
1089
while (tail.
m_next
!= null)
1090
m_tail = (tail = tail.
m_next
);