3 writes to _index
System.Private.CoreLib (3)
src\libraries\System.Private.CoreLib\src\System\Collections\Generic\List.cs (3)
1215_index++; 1220_index = -1; 1246_index = 0;
3 references to _index
System.Private.CoreLib (3)
src\libraries\System.Private.CoreLib\src\System\Collections\Generic\List.cs (3)
1212if ((uint)_index < (uint)localList._size) 1214_current = localList._items[_index]; 1230if (_index <= 0)