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