Base:
method
Evaluate
MS.Internal.Xml.XPath.BaseAxisQuery.Evaluate(System.Xml.XPath.XPathNodeIterator)
3 overrides of Evaluate
System.Xml (3)
System\Xml\XPath\Internal\ParentQuery.cs (1)
21
public override object
Evaluate
(XPathNodeIterator context) {
System\Xml\XPath\Internal\PrecedingSibling.cs (1)
45
public override object
Evaluate
(XPathNodeIterator context) {
System\Xml\XPath\Internal\XPathAncestorQuery.cs (1)
25
public override object
Evaluate
(XPathNodeIterator context) {
3 references to Evaluate
System.Xml (3)
System\Xml\XPath\Internal\ParentQuery.cs (1)
22
base.
Evaluate
(context);
System\Xml\XPath\Internal\PrecedingSibling.cs (1)
46
base.
Evaluate
(context);
System\Xml\XPath\Internal\XPathAncestorQuery.cs (1)
26
base.
Evaluate
(context);