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)
1706get { return _length; } 1714Debug.Assert(0 <= idx && idx < _length); 1723Debug.Assert(_length >= 0 && _length <= _capacity); 1730Debug.Assert(0 == _length || 0 != _digits[_length - 1]); 1798InitFromRgu(biSrc._digits, biSrc._length); 1845for (int i = 0; i < _length; i++) 1858Ensure(_length + 1); 1872if (0 == _length || 0 == c5) 1877Ensure(_length + cu); 1904if (0 == cbit || 0 == _length) 1914idx = _length - 1; 1935idx = _length + (0 != uExtra ? 1 : 0) + cu; 1942for (int i = _length; 0 != i--;) 1968if (cu >= _length) 1975for (int i = 0; i < _length - cu; i++) 1998if (0 == cbit || 0 == _length) 2007if (++idx >= _length) 2028if (_length > bi._length) 2032else if (_length < bi._length) 2036else if (0 == _length) 2043for (idx = _length - 1; _digits[idx] == bi._digits[idx]; idx--) 2050Debug.Assert(idx >= 0 && idx < _length); 2065if ((cuMax = _length) < (cuMin = bi._length)) 2067cuMax = bi._length; 2068cuMin = _length; 2082if (_length < bi._length) 2104Ensure(_length + 1); 2119if (_length < bi._length) 2125for (idx = 0; idx < bi._length; idx++) 2144while (0 == wCarry && idx < _length) 2151if (idx == _length) 2181cu = bi._length; 2182Debug.Assert(_length <= cu); 2183if (_length < cu)