3 writes to _index
System.Private.CoreLib (3)
src\runtime\src\libraries\System.Private.CoreLib\src\System\ReadOnlySpan.cs (3)
248
_index
= -1;
258
_index
= index;
279
void IEnumerator.Reset() =>
_index
= -1;
2 references to _index
System.Private.CoreLib (2)
src\runtime\src\libraries\System.Private.CoreLib\src\System\ReadOnlySpan.cs (2)
255
int index =
_index
+ 1;
269
get => ref _span[
_index
];