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