Base:
method
Evaluate
MS.Internal.Xml.XPath.Query.Evaluate(System.Xml.XPath.XPathNodeIterator)
4 overrides of Evaluate
System.Xml (4)
System\Xml\XPath\Internal\DocumentorderQuery.cs (1)
19
public override object
Evaluate
(XPathNodeIterator context) {
System\Xml\XPath\Internal\ForwardPositionQuery.cs (1)
21
public override object
Evaluate
(XPathNodeIterator context) {
System\Xml\XPath\Internal\IdQuery.cs (1)
21
public override object
Evaluate
(XPathNodeIterator context) {
System\Xml\XPath\Internal\MergeFilterQuery.cs (1)
31
public override object
Evaluate
(XPathNodeIterator nodeIterator) {
4 references to Evaluate
System.Xml (4)
System\Xml\XPath\Internal\DocumentorderQuery.cs (1)
20
base.
Evaluate
(context);
System\Xml\XPath\Internal\ForwardPositionQuery.cs (1)
22
base.
Evaluate
(context);
System\Xml\XPath\Internal\IdQuery.cs (1)
22
object argVal = base.
Evaluate
(context);
System\Xml\XPath\Internal\MergeFilterQuery.cs (1)
32
base.
Evaluate
(nodeIterator);