1 write to _curIndexes
System.Numerics.Tensors (1)
System\Numerics\Tensors\netcore\TensorSpan.cs (1)
464_curIndexes = new nint[_span.Rank];
3 references to _curIndexes
System.Numerics.Tensors (3)
System\Numerics\Tensors\netcore\TensorSpan.cs (3)
466_curIndexes[_span.Rank - 1] = -1; 473TensorSpanHelpers.AdjustIndexes(_span.Rank - 1, 1, _curIndexes, _span.Lengths); 485get => ref _span[_curIndexes];