4 writes to head
System.Collections.Specialized (4)
System\Collections\Specialized\ListDictionary.cs (4)
95head = newNode; 177head = newNode; 185head = null; 252head = node.next;
11 references to head
System.Collections.Specialized (11)
System\Collections\Specialized\ListDictionary.cs (11)
36DictionaryNode? node = head; 70for (node = head; node != null; node = node.next) 158for (DictionaryNode? node = head; node != null; node = node.next) 193for (DictionaryNode? node = head; node != null; node = node.next) 213for (DictionaryNode? node = head; node != null; node = node.next) 237for (node = head; node != null; node = node.next) 250if (node == head) 330_current = _list.head; 368for (DictionaryNode? node = _list.head; node != null; node = node.next) 380for (DictionaryNode? node = _list.head; node != null; node = node.next) 447_current = _list.head;