Base:
method
Evaluate
MS.Internal.Xml.XPath.Query.Evaluate(System.Xml.XPath.XPathNodeIterator)
4 overrides of Evaluate
System.Private.Xml (4)
System\Xml\XPath\Internal\DocumentorderQuery.cs (1)
13
public override object
Evaluate
(XPathNodeIterator context)
System\Xml\XPath\Internal\ForwardPositionQuery.cs (1)
17
public override object
Evaluate
(XPathNodeIterator context)
System\Xml\XPath\Internal\IdQuery.cs (1)
15
public override object
Evaluate
(XPathNodeIterator context)
System\Xml\XPath\Internal\MergeFilterQuery.cs (1)
30
public override object
Evaluate
(XPathNodeIterator nodeIterator)
4 references to Evaluate
System.Private.Xml (4)
System\Xml\XPath\Internal\DocumentorderQuery.cs (1)
15
base.
Evaluate
(context);
System\Xml\XPath\Internal\ForwardPositionQuery.cs (1)
19
base.
Evaluate
(context);
System\Xml\XPath\Internal\IdQuery.cs (1)
17
object argVal = base.
Evaluate
(context);
System\Xml\XPath\Internal\MergeFilterQuery.cs (1)
32
base.
Evaluate
(nodeIterator);