4 references to Root
System.Xml (4)
System\Xml\XPath\Internal\XPathParser.cs (4)
261
AstNode opnd = new
Root
();
270
return ParseRelativeLocationPath(new Axis(Axis.AxisType.DescendantOrSelf, new
Root
()));
539
opnd = new
Root
();
546
opnd = new Axis(Axis.AxisType.DescendantOrSelf, new
Root
());