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