4 writes to head
mscorlib (4)
system\collections\listdictionaryinternal.cs (4)
86head = newNode; 173head = newNode; 180head = null; 243head = node.next;
11 references to head
mscorlib (11)
system\collections\listdictionaryinternal.cs (11)
40DictionaryNode node = head; 67for (node = head; node != null; node = node.next) { 154for (node = head; node != null; node = node.next) { 189for (DictionaryNode node = head; node != null; node = node.next) { 211for (DictionaryNode node = head; node != null; node = node.next) { 233for (node = head; node != null; node = node.next) { 242if (node == head) { 302current = list.head; 343for (DictionaryNode node = list.head; node != null; node = node.next) { 352for (DictionaryNode node = list.head; node != null; node = node.next) { 405current = list.head;