2 writes to _linearLength
System.Numerics.Tensors (2)
System\Numerics\Tensors\netcore\TensorShape.cs (2)
271_linearLength = minimumLinearLength; 303_linearLength = linearLength;
2 references to _linearLength
System.Numerics.Tensors (2)
System\Numerics\Tensors\netcore\TensorShape.cs (2)
326public nint LinearLength => _linearLength; 1187Debug.Assert(minimumLinearLength <= _linearLength);