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