2 references to Build
System.Private.Xml (2)
System\Xml\XPath\Internal\CompiledXPathExpr.cs (1)
57
evalExpr = new QueryBuilder().
Build
(query, out _needContext); // this will throw if expr is invalid
System\Xml\XPath\XPathExpr.cs (1)
65
Query query = new QueryBuilder().
Build
(xpath, out hasPrefix);