5 references to Clone
System.Xml (5)
System\Xml\XPath\Internal\CacheChildrenQuery.cs (1)
38
this.nextInput =
Clone
(other.nextInput);
System\Xml\XPath\Internal\FollowingQuery.cs (1)
20
this.input =
Clone
(other.input);
System\Xml\XPath\Internal\FollowingSibling.cs (1)
28
this.nextInput =
Clone
(other.nextInput);
System\Xml\XPath\Internal\UnionExpr.cs (2)
32
this.currentNode =
Clone
(other.currentNode);
33
this.nextNode =
Clone
(other.nextNode);