3 references to Evaluate
System.Private.Xml (2)
System\Xml\XPath\XPathNavigator.cs (2)
1152
XPathNodeIterator? result =
Evaluate
(expr) as XPathNodeIterator;
1167
return this.
Evaluate
(XPathExpression.Compile(xpath, resolver));
System.Security.Cryptography.Xml (1)
System\Security\Cryptography\Xml\XmlDsigXPathTransform.cs (1)
174
bool include = (bool)it.Current.
Evaluate
(xpathExpr);