Base:
method
Evaluate
MS.Internal.Xml.XPath.BaseAxisQuery.Evaluate(System.Xml.XPath.XPathNodeIterator)
3 overrides of Evaluate
System.Private.Xml (3)
System\Xml\XPath\Internal\ParentQuery.cs (1)
13
public override object
Evaluate
(XPathNodeIterator context)
System\Xml\XPath\Internal\PreSiblingQuery.cs (1)
43
public override object
Evaluate
(XPathNodeIterator context)
System\Xml\XPath\Internal\XPathAncestorQuery.cs (1)
22
public override object
Evaluate
(XPathNodeIterator context)
3 references to Evaluate
System.Private.Xml (3)
System\Xml\XPath\Internal\ParentQuery.cs (1)
15
base.
Evaluate
(context);
System\Xml\XPath\Internal\PreSiblingQuery.cs (1)
45
base.
Evaluate
(context);
System\Xml\XPath\Internal\XPathAncestorQuery.cs (1)
24
base.
Evaluate
(context);