16 writes to length
System.Data.SqlXml (16)
System\Xml\Xsl\XPathConvert.cs (16)
1509
length
= 0;
1564
length
= cu;
1581
length
= cu;
1615
length
= 0;
1651
digits[
length
++] = uAdd;
1727
length
+= cu;
1732
digits[
length
++] = uExtra;
1743
length
= 0;
1749
length
-= cu;
1776
length
--;
1840
length
= cuMax;
1849
digits[
length
++] = wCarry;
1893
length
= idx + 1;
1902
length
= 0;
1954
length
= idx + 1;
1962
length
= 0;
41 references to length
System.Data.SqlXml (41)
System\Xml\Xsl\XPathConvert.cs (41)
1515
get { return
length
; }
1521
Debug.Assert(0 <= idx && idx <
length
);
1529
Debug.Assert(
length
>= 0 &&
length
<= capacity);
1535
Debug.Assert(0 ==
length
|| 0 != digits[
length
- 1]);
1597
InitFromRgu(biSrc.digits, biSrc.
length
);
1640
for (int i = 0; i <
length
; i++) {
1650
Ensure(
length
+ 1);
1663
if (0 ==
length
|| 0 == c5) {
1667
Ensure(
length
+ cu);
1690
if (0 == cbit || 0 ==
length
) {
1698
idx =
length
- 1;
1714
idx =
length
+ (0 != uExtra ? 1 : 0) + cu;
1720
for (int i =
length
; 0 != i--; ) {
1742
if (cu >=
length
) {
1746
for (int i = 0; i <
length
- cu; i++) {
1766
if (0 == cbit || 0 ==
length
) {
1773
if (++idx >=
length
) {
1790
if (
length
> bi.
length
) {
1792
} else if (
length
< bi.
length
) {
1794
} else if (0 ==
length
) {
1800
for (idx =
length
- 1; digits[idx] == bi.digits[idx]; idx--) {
1805
Debug.Assert(idx >= 0 && idx <
length
);
1819
if ((cuMax =
length
) < (cuMin = bi.
length
)) {
1820
cuMax = bi.
length
;
1821
cuMin =
length
;
1833
if (
length
< bi.
length
) {
1848
Ensure(
length
+ 1);
1862
if (
length
< bi.
length
) {
1867
for (idx = 0; idx < bi.
length
; idx++) {
1884
while (0 == wCarry && idx <
length
) {
1889
if (idx ==
length
) {
1916
cu = bi.
length
;
1917
Debug.Assert(
length
<= cu);
1918
if (
length
< cu) {