2 writes to pageInfo
System.Xml (2)
System\Xml\Cache\XPathDocumentBuilder.cs (2)
718this.pageInfo = new XPathNodePageInfo(null, 1); 752this.pageInfo = new XPathNodePageInfo(page, this.pageInfo.PageNumber + 1);
7 references to pageInfo
System.Xml (7)
System\Xml\Cache\XPathDocumentBuilder.cs (7)
719this.page[0].Create(this.pageInfo); 733get { return this.pageInfo.NodeCount; } 742idx = this.pageInfo.NodeCount; 745if (++this.pageInfo.NodeCount >= this.page.Length) { 751this.pageInfo.NextPage = this.page; 752this.pageInfo = new XPathNodePageInfo(page, this.pageInfo.PageNumber + 1); 753this.page[0].Create(this.pageInfo);