8 references to Axis
System.Private.Xml (8)
System\Xml\XPath\Internal\XPathParser.cs (8)
250
opnd = ParseRelativeLocationPath(new
Axis
(Axis.AxisType.DescendantOrSelf, opnd));
305
return ParseRelativeLocationPath(new
Axis
(Axis.AxisType.DescendantOrSelf, new Root()));
324
opnd = new
Axis
(Axis.AxisType.DescendantOrSelf, opnd);
359
opnd = new
Axis
(Axis.AxisType.Self, qyInput);
364
opnd = new
Axis
(Axis.AxisType.Parent, qyInput);
625
opnd = new
Axis
(Axis.AxisType.DescendantOrSelf, new Root());
640
opnd = new
Axis
(Axis.AxisType.DescendantOrSelf, opnd);
696
opnd = ParseRelativePathPattern(new
Axis
(Axis.AxisType.DescendantOrSelf, opnd));