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