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)
252int index = _index + 1; 266get => ref _span[_index];