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