4 references to Compile
dotnet-svcutil-lib (4)
FrameworkFork\Microsoft.Xml\Xml\XPath\XPathExpr.cs (1)
62return Compile(xpath, /*nsResolver:*/null);
FrameworkFork\Microsoft.Xml\Xml\XPath\XPathNavigator.cs (3)
1185return SelectSingleNode(XPathExpression.Compile(xpath, resolver)); 1210return this.Select(XPathExpression.Compile(xpath, resolver)); 1232return this.Evaluate(XPathExpression.Compile(xpath, resolver));