4 writes to _index
System.Private.CoreLib (4)
src\libraries\System.Private.CoreLib\src\System\Collections\Generic\List.cs (4)
1197_index = 0; 1213_index++; 1226_index = _list._size + 1; 1252_index = 0;
4 references to _index
System.Private.CoreLib (4)
src\libraries\System.Private.CoreLib\src\System\Collections\Generic\List.cs (4)
1210if (_version == localList._version && ((uint)_index < (uint)localList._size)) 1212_current = localList._items[_index]; 1237if (_index == 0 || _index == _list._size + 1)