2 writes to m_prev
System (2)
sys\system\collections\concurrent\ConcurrentBag.cs (2)
991m_head.m_prev = node; 1012m_head.m_prev = null;
1 reference to m_prev
System (1)
sys\system\collections\concurrent\ConcurrentBag.cs (1)
1051m_tail = m_tail.m_prev;