7 references to Root
System.Data.SqlXml (7)
System\Xml\Xsl\XPath\XPathBuilder.cs (1)
351case XPathAxis.Root : return f.Root (currentNode);
System\Xml\Xsl\XPath\XPathParser.cs (2)
82Node opnd = builder.Axis(XPathAxis.Root, XPathNodeType.All, null, null); 91builder.Axis(XPathAxis.Root, XPathNodeType.All, null, null),
System\Xml\Xsl\Xslt\XPathPatternBuilder.cs (2)
118xpathAxis == XPathAxis.Root 126case XPathAxis.Root :
System\Xml\Xsl\Xslt\XPathPatternParser.cs (2)
70opnd = ptrnBuilder.Axis(XPathAxis.Root, XPathNodeType.All, null, null); 79ptrnBuilder.Axis(XPathAxis.Root, XPathNodeType.All, null, null),