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