4 references to Compile
System.Xml (4)
System\Xml\XPath\XPathNavigator.cs (4)
983return XPathExpression.Compile(xpath); 987return SelectSingleNode(XPathExpression.Compile(xpath)); 1006return this.Select(XPathExpression.Compile(xpath)); 1026return Evaluate(XPathExpression.Compile(xpath), null);