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