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)
18
span.FlattenTo(
_array
);
24
span.FlattenTo(
_array
);
28
public T[] Items =>
_array
;