2 writes to m_next
System (2)
sys\system\collections\concurrent\ConcurrentBag.cs (2)
990node.m_next = m_head; 1054m_tail.m_next = null;
2 references to m_next
System (2)
sys\system\collections\concurrent\ConcurrentBag.cs (2)
899currentNode = currentNode.m_next; 1009m_head = m_head.m_next;