4 references to Compile
System.Xml (4)
System\Xml\XPath\XPathExpr.cs (1)
59return Compile(xpath, /*nsResolver:*/null);
System\Xml\XPath\XPathNavigator.cs (3)
991return SelectSingleNode(XPathExpression.Compile(xpath, resolver)); 1012return this.Select(XPathExpression.Compile(xpath, resolver)); 1030return this.Evaluate(XPathExpression.Compile(xpath, resolver));