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