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