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