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)
1722
Debug.Assert(
_capacity
>= InitCapacity);
1723
Debug.Assert(_length >= 0 && _length <=
_capacity
);
1737
if (cu <=
_capacity
)
1779
Debug.Assert(2 <=
_capacity
);