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