20 writes to _length
System.Private.CoreLib (20)
src\libraries\System.Private.CoreLib\src\System\Number.BigInteger.cs (20)
335result._length = largeLength; 386result._length++; 500quo._length = quoLength; 621quo._length = quoLength; 638rem._length = remLength; 686dividend._length = divisorLength; 716dividend._length = divisorLength; 778result._length = resultLength; 826result._length = maxResultLength; 862result._length--; 871result._length = blocksToShift + 1; 1094_length = length + 1; 1167_length = length + 1; 1195result._length = 1; 1212result._length = 2; 1221result._length = rhsLength; 1228result._length = 0; 1271_length += blocksToShift; 1294_length = writeIndex + 1; 1325_length--;
41 references to _length
System.Private.CoreLib (41)
src\libraries\System.Private.CoreLib\src\System\Number.BigInteger.cs (41)
328ref BigInteger large = ref (lhs._length < rhs._length) ? ref rhs : ref lhs; 329ref BigInteger small = ref (lhs._length < rhs._length) ? ref lhs : ref rhs; 331int largeLength = large._length; 332int smallLength = small._length; 392Debug.Assert(unchecked((uint)lhs._length) <= MaxBlockCount); 393Debug.Assert(unchecked((uint)rhs._length) <= MaxBlockCount); 395int lhsLength = lhs._length; 396int rhsLength = rhs._length; 444int lastIndex = value._length - 1; 464int lhsLength = lhs._length; 465int rhsLength = rhs._length; 644int divisorLength = divisor._length; 646if (dividend._length < divisorLength) 726if (lhs._length <= 1) 745int lhsLength = lhs._length; 785if (lhs._length <= 1) 791if (rhs._length <= 1) 798int largeLength = lhs._length; 801int smallLength = rhs._length; 806largeLength = rhs._length; 809smallLength = lhs._length; 873Debug.Assert(unchecked((uint)result._length) <= MaxBlockCount); 875if (unchecked((uint)result._length) > MaxBlockCount) 968int lhsLength = lhs._length; 969int rhsLength = rhs._length; 1023int lhsLength = lhs._length - lhsStartIndex; 1024int rhsLength = rhs._length; 1057int length = _length; 1099Debug.Assert((uint)index < _length); 1105return _length; 1110return _length == 0; 1120if (value._length <= 1) 1139int length = _length; 1219int rhsLength = value._length; 1236int length = _length; 1323if (_blocks[_length - 1] == 0) 1332if (_length > 0) 1342if (_length > 1) 1347if (_length > 0)