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