2 references to Build
dotnet-svcutil-lib (2)
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);