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);