8 references to Axis
dotnet-svcutil-lib (8)
FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\XPathParser.cs (8)
259opnd = ParseRelativeLocationPath(new Axis(Axis.AxisType.DescendantOrSelf, opnd)); 314return ParseRelativeLocationPath(new Axis(Axis.AxisType.DescendantOrSelf, new Root())); 333opnd = new Axis(Axis.AxisType.DescendantOrSelf, opnd); 368opnd = new Axis(Axis.AxisType.Self, qyInput); 373opnd = new Axis(Axis.AxisType.Parent, qyInput); 638opnd = new Axis(Axis.AxisType.DescendantOrSelf, new Root()); 653opnd = new Axis(Axis.AxisType.DescendantOrSelf, opnd); 709opnd = ParseRelativePathPattern(new Axis(Axis.AxisType.DescendantOrSelf, opnd));