4 writes to _index
System.Private.CoreLib (4)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Collections\Generic\Dictionary.cs (4)
1889_index = 0; 1905ref Entry entry = ref _dictionary._entries![_index++]; 1914_index = _dictionary._count + 1; 1948_index = 0;
9 references to _index
System.Private.CoreLib (9)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Collections\Generic\Dictionary.cs (9)
1903while ((uint)_index < (uint)_dictionary._count) 1927if (_index == 0 || (_index == _dictionary._count + 1)) 1956if (_index == 0 || (_index == _dictionary._count + 1)) 1969if (_index == 0 || (_index == _dictionary._count + 1)) 1982if (_index == 0 || (_index == _dictionary._count + 1))