2 writes to _linearLength
System.Numerics.Tensors (2)
System\Numerics\Tensors\netcore\TensorShape.cs (2)
316_linearLength = minimumLinearLength; 354_linearLength = linearLength;
2 references to _linearLength
System.Numerics.Tensors (2)
System\Numerics\Tensors\netcore\TensorShape.cs (2)
376public nint LinearLength => _linearLength; 1224Debug.Assert(minimumLinearLength <= _linearLength);