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