8 references to Axis
System.Xml (8)
System\Xml\XPath\Internal\XPathParser.cs (8)
223 opnd = ParseRelativeLocationPath(new Axis(Axis.AxisType.DescendantOrSelf, opnd)); 270return ParseRelativeLocationPath(new Axis(Axis.AxisType.DescendantOrSelf, new Root())); 285opnd = new Axis(Axis.AxisType.DescendantOrSelf, opnd); 315opnd = new Axis(Axis.AxisType.Self, qyInput); 319opnd = new Axis(Axis.AxisType.Parent, qyInput); 546opnd = new Axis(Axis.AxisType.DescendantOrSelf, new Root()); 558opnd = new Axis(Axis.AxisType.DescendantOrSelf, opnd); 608opnd = ParseRelativePathPattern(new Axis(Axis.AxisType.DescendantOrSelf, opnd));