5 references to Clone
System.Private.Xml (5)
System\Xml\XPath\Internal\ChildrenQuery.cs (1)
15
_iterator =
Clone
(other._iterator);
System\Xml\XPath\Internal\DescendantQuery.cs (1)
18
_nodeIterator =
Clone
(other._nodeIterator);
System\Xml\XPath\Internal\ExtensionQuery.cs (1)
28
_queryIterator = (ResettableIterator?)
Clone
(other._queryIterator);
System\Xml\XPath\Internal\FollowingQuery.cs (1)
18
_iterator =
Clone
(other._iterator);
System\Xml\XPath\Internal\PrecedingQuery.cs (1)
32
_workIterator =
Clone
(other._workIterator);