2 references to SelectSingleNode
System.Xml (2)
System\Xml\XPath\XPathNavigator.cs (2)
987
return
SelectSingleNode
(XPathExpression.Compile(xpath));
991
return
SelectSingleNode
(XPathExpression.Compile(xpath, resolver));