4 writes to m_prev
mscorlib (4)
system\threading\timer.cs (4)
456
timer.
m_prev
= null;
458
timer.m_next.
m_prev
= timer;
472
timer.m_next.
m_prev
= timer.m_prev;
481
timer.
m_prev
= null;
3 references to m_prev
mscorlib (3)
system\threading\timer.cs (3)
472
timer.m_next.m_prev = timer.
m_prev
;
473
if (timer.
m_prev
!= null)
474
timer.
m_prev
.m_next = timer.m_next;