6 references to Clone
System.Private.Xml (6)
System\Xml\XPath\Internal\CacheChildrenQuery.cs (2)
35
_nextInput =
Clone
(other._nextInput);
40
_lastNode =
Clone
(other._lastNode);
System\Xml\XPath\Internal\FollowingQuery.cs (1)
17
_input =
Clone
(other._input);
System\Xml\XPath\Internal\FollSiblingQuery.cs (1)
25
_nextInput =
Clone
(other._nextInput);
System\Xml\XPath\Internal\UnionExpr.cs (2)
31
_currentNode =
Clone
(other._currentNode);
32
_nextNode =
Clone
(other._nextNode);