16 writes to _length
System.Private.Xml (16)
System\Xml\Xsl\XPathConvert.cs (16)
1699
_length
= 0;
1762
_length
= cu;
1781
_length
= cu;
1817
_length
= 0;
1859
_digits[
_length
++] = uAdd;
1951
_length
+= cu;
1957
_digits[
_length
++] = uExtra;
1970
_length
= 0;
1979
_length
-= cu;
2012
_length
--;
2092
_length
= cuMax;
2105
_digits[
_length
++] = wCarry;
2157
_length
= idx + 1;
2166
_length
= 0;
2224
_length
= idx + 1;
2234
_length
= 0;
41 references to _length
System.Private.Xml (41)
System\Xml\Xsl\XPathConvert.cs (41)
1706
get { return
_length
; }
1714
Debug.Assert(0 <= idx && idx <
_length
);
1723
Debug.Assert(
_length
>= 0 &&
_length
<= _capacity);
1730
Debug.Assert(0 ==
_length
|| 0 != _digits[
_length
- 1]);
1798
InitFromRgu(biSrc._digits, biSrc.
_length
);
1845
for (int i = 0; i <
_length
; i++)
1858
Ensure(
_length
+ 1);
1872
if (0 ==
_length
|| 0 == c5)
1877
Ensure(
_length
+ cu);
1904
if (0 == cbit || 0 ==
_length
)
1914
idx =
_length
- 1;
1935
idx =
_length
+ (0 != uExtra ? 1 : 0) + cu;
1942
for (int i =
_length
; 0 != i--;)
1968
if (cu >=
_length
)
1975
for (int i = 0; i <
_length
- cu; i++)
1998
if (0 == cbit || 0 ==
_length
)
2007
if (++idx >=
_length
)
2028
if (
_length
> bi.
_length
)
2032
else if (
_length
< bi.
_length
)
2036
else if (0 ==
_length
)
2043
for (idx =
_length
- 1; _digits[idx] == bi._digits[idx]; idx--)
2050
Debug.Assert(idx >= 0 && idx <
_length
);
2065
if ((cuMax =
_length
) < (cuMin = bi.
_length
))
2067
cuMax = bi.
_length
;
2068
cuMin =
_length
;
2082
if (
_length
< bi.
_length
)
2104
Ensure(
_length
+ 1);
2119
if (
_length
< bi.
_length
)
2125
for (idx = 0; idx < bi.
_length
; idx++)
2144
while (0 == wCarry && idx <
_length
)
2151
if (idx ==
_length
)
2181
cu = bi.
_length
;
2182
Debug.Assert(
_length
<= cu);
2183
if (
_length
< cu)