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