1 instantiation of Node
System (1)
sys\system\collections\concurrent\ConcurrentBag.cs (1)
980Node node = new Node(item);
9 references to Node
System (9)
sys\system\collections\concurrent\ConcurrentBag.cs (9)
895Node currentNode = currentList.m_head; 925public Node m_next; 926public Node m_prev; 935internal volatile Node m_head; 938private volatile Node m_tail; 980Node node = new Node(item); 1008Node head = m_head; 1030Node head = m_head; 1047Node tail = m_tail;