3 writes to Next
System.Collections (3)
System\Collections\Generic\OrderedDictionary.cs (3)
951
entry.
Next
= bucket - 1;
984
e.
Next
= entry.Next;
1036
e.
Next
+= shiftAmount;
9 references to Next
System.Collections (9)
System\Collections\Generic\OrderedDictionary.cs (9)
661
i = entry.
Next
;
690
i = entry.
Next
;
945
/// The new entry's <see cref="Entry.
Next
"/> is set to the bucket's current
971
bucket = entry.
Next
+ 1;
982
if (e.
Next
== entryIndex)
984
e.Next = entry.
Next
;
988
i = e.
Next
;
1034
if (e.
Next
== entryIndex)
1040
i = e.
Next
;