4 references to Compile
dotnet-svcutil-lib (4)
FrameworkFork\Microsoft.Xml\Xml\XPath\XPathNavigator.cs (4)
1175return XPathExpression.Compile(xpath); 1180return SelectSingleNode(XPathExpression.Compile(xpath)); 1203return this.Select(XPathExpression.Compile(xpath)); 1227return Evaluate(XPathExpression.Compile(xpath), null);