5 references to ParseRelativeLocationPath
System.Private.Xml (5)
System\Xml\XPath\Internal\XPathParser.cs (5)
245
opnd =
ParseRelativeLocationPath
(opnd);
250
opnd =
ParseRelativeLocationPath
(new Axis(Axis.AxisType.DescendantOrSelf, opnd));
298
opnd =
ParseRelativeLocationPath
(opnd);
305
return
ParseRelativeLocationPath
(new Axis(Axis.AxisType.DescendantOrSelf, new Root()));
309
return
ParseRelativeLocationPath
(qyInput);