4 writes to _index
System.Private.CoreLib (4)
src\libraries\System.Private.CoreLib\src\System\Collections\Generic\Dictionary.cs (4)
1781
_index
= 0;
1797
ref Entry entry = ref _dictionary._entries![
_index
++];
1806
_index
= _dictionary._count + 1;
1840
_index
= 0;
9 references to _index
System.Private.CoreLib (9)
src\libraries\System.Private.CoreLib\src\System\Collections\Generic\Dictionary.cs (9)
1795
while ((uint)
_index
< (uint)_dictionary._count)
1819
if (
_index
== 0 || (
_index
== _dictionary._count + 1))
1848
if (
_index
== 0 || (
_index
== _dictionary._count + 1))
1861
if (
_index
== 0 || (
_index
== _dictionary._count + 1))
1874
if (
_index
== 0 || (
_index
== _dictionary._count + 1))