6 writes to currentNode
System.Xml (6)
System\Xml\XPath\Internal\UnionExpr.cs (6)
32
this.
currentNode
= Clone(other.currentNode);
60
currentNode
= result;
69
currentNode
= res1;
77
currentNode
= res2;
99
currentNode
= res1;
105
currentNode
= res2;
2 references to currentNode
System.Xml (2)
System\Xml\XPath\Internal\UnionExpr.cs (2)
32
this.currentNode = Clone(other.
currentNode
);
135
public override XPathNavigator Current { get { return
currentNode
; } }