2 instantiations of XPathNodePageInfo
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);
6 references to XPathNodePageInfo
System.Xml (6)
System\Xml\Cache\XPathDocumentBuilder.cs (1)
708
private
XPathNodePageInfo
pageInfo;
System\Xml\Cache\XPathNode.cs (2)
153
public
XPathNodePageInfo
PageInfo {
318
public void Create(
XPathNodePageInfo
pageInfo) {
System\Xml\Cache\XPathNodeInfoAtom.cs (3)
91
private
XPathNodePageInfo
pageInfo;
98
public XPathNodeInfoAtom(
XPathNodePageInfo
pageInfo) {
141
public
XPathNodePageInfo
PageInfo {