4 writes to head
System (4)
compmod\system\collections\specialized\listdictionary.cs (4)
97head = newNode; 194head = newNode; 204head = null; 274head = node.next;
11 references to head
System (11)
compmod\system\collections\specialized\listdictionary.cs (11)
49DictionaryNode node = head; 77for (node = head; node != null; node = node.next) { 179for (node = head; node != null; node = node.next) { 215for (DictionaryNode node = head; node != null; node = node.next) { 236for (DictionaryNode node = head; node != null; node = node.next) { 263for (node = head; node != null; node = node.next) { 273if (node == head) { 333current = list.head; 367for (DictionaryNode node = list.head; node != null; node = node.next) { 376for (DictionaryNode node = list.head; node != null; node = node.next) { 429current = list.head;