9 writes to node
System (9)
compmod\system\collections\generic\linkedlist.cs (9)
484node = list.head; 497node = null; 529node = node.next; 531node = null; 542node = list.head; 580node = null; 583node = list.First; 588node = node.next; 591node = null;
7 references to node
System (7)
compmod\system\collections\generic\linkedlist.cs (7)
522if (node == null) { 528current = node.item; 529node = node.next; 530if (node == list.head) { 586if( node != null && index != 0) { 588node = node.next; 590if( node == list.First) {