4 writes to _index
System.Net.Http (4)
System\Net\Http\Headers\ObjectCollection.cs (4)
159
_index
= 0;
172
_index
++;
176
_index
= _list._size + 1;
187
_index
= 0;
2 references to _index
System.Net.Http (2)
System\Net\Http\Headers\ObjectCollection.cs (2)
169
if ((uint)
_index
< (uint)list._size)
171
_current = list._items is T[] items ? items[
_index
] : (T)list._items!;