3 writes to Next
System.Collections (3)
System\Collections\Generic\OrderedDictionary.cs (3)
960
entry.
Next
= bucket - 1;
993
e.
Next
= entry.Next;
1045
e.
Next
+= shiftAmount;
9 references to Next
System.Collections (9)
System\Collections\Generic\OrderedDictionary.cs (9)
662
i = entry.
Next
;
691
i = entry.
Next
;
954
/// The new entry's <see cref="Entry.
Next
"/> is set to the bucket's current
980
bucket = entry.
Next
+ 1;
991
if (e.
Next
== entryIndex)
993
e.Next = entry.
Next
;
997
i = e.
Next
;
1043
if (e.
Next
== entryIndex)
1049
i = e.
Next
;