4 references to Root
System.Data.SqlXml (4)
System\Xml\Xsl\XPath\XPathBuilder.cs (1)
351case XPathAxis.Root : return f.Root (currentNode);
System\Xml\Xsl\Xslt\Focus.cs (1)
69case SingletonFocusType.InitialDocumentNode: return f.Root(f.XmlContext());
System\Xml\Xsl\Xslt\KeyMatchBuilder.cs (1)
97QilIterator it = f.For(f.DescendantOrSelf(f.Root(this.fixup)));
System\Xml\Xsl\Xslt\QilGenerator.cs (1)
1654range = f.NodeRange(f.Root(GetCurrentNode()), GetCurrentNode());