2 writes to _index
System.Collections (2)
System\Collections\Generic\OrderedDictionary.cs (2)
1437
_index
++;
1453
_index
= 0;
2 references to _index
System.Collections (2)
System\Collections\Generic\OrderedDictionary.cs (2)
1432
if (
_index
< dictionary._count)
1435
ref Entry entry = ref dictionary._entries[
_index
];