4 overrides of MoveToRoot
System.Data.Common (1)
System\Xml\DataDocumentXPathNavigator.cs (1)
140public override void MoveToRoot() => _curNode.MoveToRoot();
System.Private.Xml (3)
System\Xml\Cache\XPathDocumentNavigator.cs (1)
533public override void MoveToRoot()
System\Xml\Dom\DocumentXPathNavigator.cs (1)
857public override void MoveToRoot()
System\Xml\XPath\XPathNavigatorReader.cs (1)
1228public override void MoveToRoot()
12 references to MoveToRoot
System.Diagnostics.TextWriterTraceListener (1)
System\Diagnostics\XmlWriterTraceListener.cs (1)
173xmlBlob.MoveToRoot();
System.Private.Xml (11)
System\Xml\XPath\Internal\AbsoluteQuery.cs (1)
18base.contextNode.MoveToRoot();
System\Xml\XPath\Internal\Query.cs (2)
157copy.MoveToRoot(); 163copy.MoveToRoot();
System\Xml\Xsl\Runtime\DocumentOrderComparer.cs (1)
60navRoot.MoveToRoot();
System\Xml\Xsl\Runtime\TreeIterators.cs (1)
550_navCurrent.MoveToRoot();
System\Xml\Xsl\Runtime\XmlQueryRuntime.cs (2)
894navRoot.MoveToRoot(); 931navRoot.MoveToRoot();
System\Xml\Xsl\XsltOld\NumberAction.cs (1)
288startNode.MoveToRoot();
System\Xml\Xsl\XsltOld\Processor.cs (1)
943clone.MoveToRoot();
System\Xml\Xsl\XsltOld\RootAction.cs (1)
259root.MoveToRoot();
System\Xml\Xsl\XsltOld\XsltCompileContext.cs (1)
866root.MoveToRoot();