3 writes to Next
System.Collections (3)
System\Collections\Generic\OrderedDictionary.cs (3)
954
entry.
Next
= bucket - 1;
987
e.
Next
= entry.Next;
1039
e.
Next
+= shiftAmount;
9 references to Next
System.Collections (9)
System\Collections\Generic\OrderedDictionary.cs (9)
656
i = entry.
Next
;
685
i = entry.
Next
;
948
/// The new entry's <see cref="Entry.
Next
"/> is set to the bucket's current
974
bucket = entry.
Next
+ 1;
985
if (e.
Next
== entryIndex)
987
e.Next = entry.
Next
;
991
i = e.
Next
;
1037
if (e.
Next
== entryIndex)
1043
i = e.
Next
;