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