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