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