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