4 writes to _index
System.Private.CoreLib (4)
src\libraries\System.Private.CoreLib\src\System\Collections\Generic\List.cs (4)
1195_index = 0; 1211_index++; 1224_index = _list._size + 1; 1250_index = 0;
4 references to _index
System.Private.CoreLib (4)
src\libraries\System.Private.CoreLib\src\System\Collections\Generic\List.cs (4)
1208if (_version == localList._version && ((uint)_index < (uint)localList._size)) 1210_current = localList._items[_index]; 1235if (_index == 0 || _index == _list._size + 1)