1 write to NodeCount
System.Xml (1)
System\Xml\Cache\XPathDocumentBuilder.cs (1)
745
if (++this.pageInfo.
NodeCount
>= this.page.Length) {
6 references to NodeCount
System.Xml (6)
System\Xml\Cache\XPathDocumentBuilder.cs (2)
733
get { return this.pageInfo.
NodeCount
; }
742
idx = this.pageInfo.
NodeCount
;
System\Xml\Cache\XPathNodeHelper.cs (4)
436
if (++idx < page[0].PageInfo.
NodeCount
) {
517
while (idx < page[0].PageInfo.
NodeCount
) {
568
while (idx < page[0].PageInfo.
NodeCount
) {
619
while (idx < page[0].PageInfo.
NodeCount
) {