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