2 writes to _array
System.Numerics.Tensors (2)
System\Numerics\Tensors\netcore\TensorSpanDebugView.cs (2)
14_array = new T[span.FlattenedLength]; 20_array = new T[span.FlattenedLength];
3 references to _array
System.Numerics.Tensors (3)
System\Numerics\Tensors\netcore\TensorSpanDebugView.cs (3)
15span.FlattenTo(_array); 21span.FlattenTo(_array); 25public T[] Items => _array;