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)
542
if (
_node
== null)
549
_current =
_node
.item;
550
_node =
_node
.next;
551
if (
_node
== _list.head)