7 writes to nextNode
System.Xml (7)
System\Xml\XPath\Internal\UnionExpr.cs (7)
33
this.
nextNode
= Clone(other.nextNode);
41
nextNode
= null;
54
nextNode
= null;
66
nextNode
= res2;
74
nextNode
= res1;
100
nextNode
= null;
106
nextNode
= null;
3 references to nextNode
System.Xml (3)
System\Xml\XPath\Internal\UnionExpr.cs (3)
33
this.nextNode = Clone(other.
nextNode
);
87
res1 =
nextNode
;
92
res2 =
nextNode
;