2 writes to _linearLength
System.Numerics.Tensors (2)
System\Numerics\Tensors\netcore\TensorShape.cs (2)
276_linearLength = minimumLinearLength; 308_linearLength = linearLength;
2 references to _linearLength
System.Numerics.Tensors (2)
System\Numerics\Tensors\netcore\TensorShape.cs (2)
331public nint LinearLength => _linearLength; 1132Debug.Assert(minimumLinearLength <= _linearLength);