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