1 write to _pageRoot
System.Private.Xml (1)
System\Xml\XPath\XPathDocument.cs (1)
358
_pageRoot
= pageRoot;
2 references to _pageRoot
System.Private.Xml (2)
System\Xml\XPath\XPathDocument.cs (2)
299
return new XPathDocumentNavigator(
_pageRoot
, _idxRoot, null, 0);
349
pageRoot =
_pageRoot
;