7 references to Root
System.Private.Xml (7)
System\Xml\Xsl\XPath\XPathBuilder.cs (1)
411case XPathAxis.Root: return _f.Root(currentNode);
System\Xml\Xsl\XPath\XPathParser.cs (2)
86Node opnd = _builder!.Axis(XPathAxis.Root, XPathNodeType.All, null, null); 98_builder.Axis(XPathAxis.Root, XPathNodeType.All, null, null),
System\Xml\Xsl\Xslt\XPathPatternBuilder.cs (2)
126xpathAxis == XPathAxis.Root 135case XPathAxis.Root:
System\Xml\Xsl\Xslt\XPathPatternParser.cs (2)
75opnd = _ptrnBuilder!.Axis(XPathAxis.Root, XPathNodeType.All, null, null); 85_ptrnBuilder.Axis(XPathAxis.Root, XPathNodeType.All, null, null),