4 references to Root
System.Private.Xml (4)
System\Xml\Xsl\XPath\XPathBuilder.cs (1)
411case XPathAxis.Root: return _f.Root(currentNode);
System\Xml\Xsl\Xslt\Focus.cs (1)
76case SingletonFocusType.InitialDocumentNode: return _f.Root(_f.XmlContext());
System\Xml\Xsl\Xslt\KeyMatchBuilder.cs (1)
111QilIterator it = f.For(f.DescendantOrSelf(f.Root(_fixup)));
System\Xml\Xsl\Xslt\QilGenerator.cs (1)
1966range = _f.NodeRange(_f.Root(GetCurrentNode()), GetCurrentNode());