5 references to ParseRelativeLocationPath
dotnet-svcutil-lib (5)
FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\XPathParser.cs (5)
254opnd = ParseRelativeLocationPath(opnd); 259opnd = ParseRelativeLocationPath(new Axis(Axis.AxisType.DescendantOrSelf, opnd)); 307opnd = ParseRelativeLocationPath(opnd); 314return ParseRelativeLocationPath(new Axis(Axis.AxisType.DescendantOrSelf, new Root())); 318return ParseRelativeLocationPath(qyInput);