6 references to Clone
dotnet-svcutil-lib (6)
FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\CacheChildrenQuery.cs (2)
39
_nextInput =
Clone
(other._nextInput);
44
_lastNode =
Clone
(other._lastNode);
FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\followingquery.cs (1)
20
_input =
Clone
(other._input);
FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\followingsibling.cs (1)
29
_nextInput =
Clone
(other._nextInput);
FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\UnionExpr.cs (2)
33
_currentNode =
Clone
(other._currentNode);
34
_nextNode =
Clone
(other._nextNode);