4 writes to head
System.Private.CoreLib (4)
src\libraries\System.Private.CoreLib\src\System\Collections\ListDictionaryInternal.cs (4)
77
head
= newNode;
122
head
= newNode;
130
head
= null;
198
head
= node.next;
11 references to head
System.Private.CoreLib (11)
src\libraries\System.Private.CoreLib\src\System\Collections\ListDictionaryInternal.cs (11)
34
DictionaryNode? node =
head
;
53
for (node =
head
; node != null; node = node.next)
103
for (DictionaryNode? node =
head
; node != null; node = node.next)
138
for (DictionaryNode? node =
head
; node != null; node = node.next)
160
for (DictionaryNode? node =
head
; node != null; node = node.next)
184
for (node =
head
; node != null; node = node.next)
196
if (node ==
head
)
268
current = list.
head
;
312
for (DictionaryNode? node = list.
head
; node != null; node = node.next)
367
current = list.
head
;
417
for (DictionaryNode? node = _list.
head
; node != null; node = node.next)