1 write to NodeCount
System.Private.Xml (1)
System\Xml\Cache\XPathDocumentBuilder.cs (1)
832
if (++_pageInfo.
NodeCount
>= _page.Length)
5 references to NodeCount
System.Private.Xml (5)
System\Xml\Cache\XPathDocumentBuilder.cs (2)
819
get { return _pageInfo.
NodeCount
; }
829
idx = _pageInfo.
NodeCount
;
System\Xml\Cache\XPathNodeHelper.cs (3)
493
while (idx < page[0].PageInfo!.
NodeCount
)
550
while (idx < page[0].PageInfo!.
NodeCount
)
607
while (idx < page[0].PageInfo!.
NodeCount
)