3 references to ParseSubExpr
System.Private.Xml (3)
System\Xml\Xsl\XPath\XPathParser.cs (3)
337return ParseSubExpr(/*callerPrec:*/0); 384opnd = _builder!.Operator(op, ParseSubExpr(opPrec), default(Node)); 403opnd = _builder!.Operator(op, opnd, ParseSubExpr(/*callerPrec:*/opPrec));