3 writes to Next
System.Collections (3)
System\Collections\Generic\OrderedDictionary.cs (3)
959
entry.
Next
= bucket - 1;
992
e.
Next
= entry.Next;
1044
e.
Next
+= shiftAmount;
9 references to Next
System.Collections (9)
System\Collections\Generic\OrderedDictionary.cs (9)
661
i = entry.
Next
;
690
i = entry.
Next
;
953
/// The new entry's <see cref="Entry.
Next
"/> is set to the bucket's current
979
bucket = entry.
Next
+ 1;
990
if (e.
Next
== entryIndex)
992
e.Next = entry.
Next
;
996
i = e.
Next
;
1042
if (e.
Next
== entryIndex)
1048
i = e.
Next
;