3 instantiations of QueryBuilder
dotnet-svcutil-lib (3)
FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\CompiledXpathExpr.cs (1)
57evalExpr = new QueryBuilder().Build((string)expr, out _needContext); // this will throw if expr is invalid
FrameworkFork\Microsoft.Xml\Xml\XPath\XPathExpr.cs (1)
68Query query = new QueryBuilder().Build(xpath, out hasPrefix);
FrameworkFork\Microsoft.Xml\Xml\XPath\XPathNavigator.cs (1)
1889Query query = new QueryBuilder().BuildPatternQuery(xpath, out hasPrefix);