2 writes to _capacity
System.Private.Xml (2)
System\Xml\Xsl\XPathConvert.cs (2)
1698_capacity = InitCapacity; 1746_capacity = cu;
4 references to _capacity
System.Private.Xml (4)
System\Xml\Xsl\XPathConvert.cs (4)
1722Debug.Assert(_capacity >= InitCapacity); 1723Debug.Assert(_length >= 0 && _length <= _capacity); 1737if (cu <= _capacity) 1779Debug.Assert(2 <= _capacity);