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