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)
15
span.FlattenTo(
_array
);
21
span.FlattenTo(
_array
);
25
public T[] Items =>
_array
;