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