2 writes to _index
System.Private.CoreLib (2)
src\libraries\System.Private.CoreLib\src\System\ReadOnlySpan.cs (2)
245
_index
= -1;
255
_index
= index;
2 references to _index
System.Private.CoreLib (2)
src\libraries\System.Private.CoreLib\src\System\ReadOnlySpan.cs (2)
252
int index =
_index
+ 1;
266
get => ref _span[
_index
];