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)
13public override object Evaluate(XPathNodeIterator context)
System\Xml\XPath\Internal\PreSiblingQuery.cs (1)
43public override object Evaluate(XPathNodeIterator context)
System\Xml\XPath\Internal\XPathAncestorQuery.cs (1)
22public override object Evaluate(XPathNodeIterator context)
3 references to Evaluate
System.Private.Xml (3)
System\Xml\XPath\Internal\ParentQuery.cs (1)
15base.Evaluate(context);
System\Xml\XPath\Internal\PreSiblingQuery.cs (1)
45base.Evaluate(context);
System\Xml\XPath\Internal\XPathAncestorQuery.cs (1)
24base.Evaluate(context);