5 references to Clone
dotnet-svcutil-lib (5)
FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\ChildrenQuery.cs (1)
22_iterator = Clone(other._iterator);
FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\DescendantQuery.cs (1)
21_nodeIterator = Clone(other._nodeIterator);
FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\ExtensionQuery.cs (1)
32_queryIterator = (ResetableIterator)Clone(other._queryIterator);
FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\followingquery.cs (1)
21_iterator = Clone(other._iterator);
FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\precedingquery.cs (1)
36_workIterator = Clone(other._workIterator);