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;
12 references to head
System.Private.CoreLib (12)
src\libraries\System.Private.CoreLib\src\System\Collections\ListDictionaryInternal.cs (12)
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)
324
for (DictionaryNode? node = list.
head
; node != null; node = node.next)
378
current = list.
head
;
428
for (DictionaryNode? node = _list.
head
; node != null; node = node.next)