3 writes to m_tail
System (3)
sys\system\collections\concurrent\ConcurrentBag.cs (3)
985m_tail = node; 1016m_tail = null; 1051m_tail = m_tail.m_prev;
5 references to m_tail
System (5)
sys\system\collections\concurrent\ConcurrentBag.cs (5)
983Debug.Assert(m_tail == null); 1047Node tail = m_tail; 1051m_tail = m_tail.m_prev; 1052if (m_tail != null) 1054m_tail.m_next = null;