4 writes to head
mscorlib (4)
system\collections\listdictionaryinternal.cs (4)
86
head
= newNode;
173
head
= newNode;
180
head
= null;
243
head
= node.next;
11 references to head
mscorlib (11)
system\collections\listdictionaryinternal.cs (11)
40
DictionaryNode node =
head
;
67
for (node =
head
; node != null; node = node.next) {
154
for (node =
head
; node != null; node = node.next) {
189
for (DictionaryNode node =
head
; node != null; node = node.next) {
211
for (DictionaryNode node =
head
; node != null; node = node.next) {
233
for (node =
head
; node != null; node = node.next) {
242
if (node ==
head
) {
302
current = list.
head
;
343
for (DictionaryNode node = list.
head
; node != null; node = node.next) {
352
for (DictionaryNode node = list.
head
; node != null; node = node.next) {
405
current = list.
head
;