Base:
method
Evaluate
MS.Internal.Xml.XPath.Query.Evaluate(System.Xml.XPath.XPathNodeIterator)
2 overrides of Evaluate
System.Xml (2)
System\Xml\XPath\Internal\CacheAxisQuery.cs (1)
32
public override object
Evaluate
(XPathNodeIterator context) {
System\Xml\XPath\Internal\GroupQuery.cs (1)
28
public override object
Evaluate
(XPathNodeIterator nodeIterator) {
2 references to Evaluate
System.Xml (2)
System\Xml\XPath\Internal\CacheAxisQuery.cs (1)
33
base.
Evaluate
(context);
System\Xml\XPath\Internal\FilterQuery.cs (1)
136
Evaluate
(new XPathSingletonIterator(context, /*moved:*/true));