3 writes to next
System (3)
compmod\system\collections\specialized\listdictionary.cs (3)
94
last.
next
= newNode;
191
last.
next
= newNode;
276
last.
next
= node.next;
13 references to next
System (13)
compmod\system\collections\specialized\listdictionary.cs (13)
56
node = node.
next
;
65
node = node.
next
;
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
) {
274
head = node.
next
;
276
last.next = node.
next
;
337
current = current.
next
;
367
for (DictionaryNode node = list.head; node != null; node = node.
next
) {
376
for (DictionaryNode node = list.head; node != null; node = node.
next
) {
433
current = current.
next
;