20 writes to _length
System.Private.CoreLib (20)
src\runtime\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; 1091_length = length + 1; 1164_length = length + 1; 1192result._length = 1; 1209result._length = 2; 1218result._length = rhsLength; 1225result._length = 0; 1268_length += blocksToShift; 1291_length = writeIndex + 1; 1322_length--;
45 references to _length
System.Private.CoreLib (45)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Number.BigInteger.cs (45)
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) 965int lhsLength = lhs._length; 966int rhsLength = rhs._length; 1020int lhsLength = lhs._length - lhsStartIndex; 1021int rhsLength = rhs._length; 1054int length = _length; 1096Debug.Assert((uint)index < _length); 1102return _length; 1107return _length == 0; 1117if (value._length <= 1) 1136int length = _length; 1216int rhsLength = value._length; 1233int length = _length; 1320if (_blocks[_length - 1] == 0) 1329if (_length > 0) 1339if (_length > 1) 1344if (_length > 0) 1354if (_length > 3) 1359if (_length > 2) 1364if (_length > 1) 1369if (_length > 0)