2 writes to _array
System.Numerics.Tensors (2)
System\Numerics\Tensors\netcore\TensorSpanDebugView.cs (2)
17_array = new T[span.FlattenedLength]; 23_array = new T[span.FlattenedLength];
3 references to _array
System.Numerics.Tensors (3)
System\Numerics\Tensors\netcore\TensorSpanDebugView.cs (3)
18span.FlattenTo(_array); 24span.FlattenTo(_array); 28public T[] Items => _array;