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