4 references to Compile
System.Private.Xml (4)
System\Xml\XPath\XPathNavigator.cs (4)
1116return XPathExpression.Compile(xpath); 1121return SelectSingleNode(XPathExpression.Compile(xpath)); 1142return this.Select(XPathExpression.Compile(xpath)); 1162return Evaluate(XPathExpression.Compile(xpath), null);