5 references to Clone
System.Xml (5)
System\Xml\XPath\Internal\ChildrenQuery.cs (1)
22
this.iterator =
Clone
(other.iterator);
System\Xml\XPath\Internal\DescendantQuery.cs (1)
21
this.nodeIterator =
Clone
(other.nodeIterator);
System\Xml\XPath\Internal\ExtensionQuery.cs (1)
31
this.queryIterator = (ResetableIterator)
Clone
(other.queryIterator);
System\Xml\XPath\Internal\FollowingQuery.cs (1)
21
this.iterator =
Clone
(other.iterator);
System\Xml\XPath\Internal\PrecedingQuery.cs (1)
35
this.workIterator =
Clone
(other.workIterator);