2 instantiations of XPathNodePageInfo
System.Xml (2)
System\Xml\Cache\XPathDocumentBuilder.cs (2)
718this.pageInfo = new XPathNodePageInfo(null, 1); 752this.pageInfo = new XPathNodePageInfo(page, this.pageInfo.PageNumber + 1);
6 references to XPathNodePageInfo
System.Xml (6)
System\Xml\Cache\XPathDocumentBuilder.cs (1)
708private XPathNodePageInfo pageInfo;
System\Xml\Cache\XPathNode.cs (2)
153public XPathNodePageInfo PageInfo { 318public void Create(XPathNodePageInfo pageInfo) {
System\Xml\Cache\XPathNodeInfoAtom.cs (3)
91private XPathNodePageInfo pageInfo; 98public XPathNodeInfoAtom(XPathNodePageInfo pageInfo) { 141public XPathNodePageInfo PageInfo {