4 writes to _node
System.Collections (4)
System\Collections\Generic\LinkedList.cs (4)
515_node = list.head; 550_node = _node.next; 553_node = null; 566_node = _list.head;
4 references to _node
System.Collections (4)
System\Collections\Generic\LinkedList.cs (4)
542if (_node == null) 549_current = _node.item; 550_node = _node.next; 551if (_node == _list.head)