23 references to Clone
System.Private.Xml (23)
System\Xml\XPath\Internal\BaseAxisQuery.cs (1)
44
this.qyInput =
Clone
(other.qyInput);
System\Xml\XPath\Internal\BooleanExpr.cs (2)
35
_opnd1 =
Clone
(other._opnd1);
36
_opnd2 =
Clone
(other._opnd2);
System\Xml\XPath\Internal\BooleanFunctions.cs (1)
25
_arg =
Clone
(other._arg);
System\Xml\XPath\Internal\CacheOutputQuery.cs (1)
26
this.input =
Clone
(other.input);
System\Xml\XPath\Internal\CompiledXPathExpr.cs (1)
86
return new CompiledXpathExpr(Query.
Clone
(_query), _expr, _needContext);
System\Xml\XPath\Internal\FilterQuery.cs (1)
23
_cond =
Clone
(other._cond);
System\Xml\XPath\Internal\FunctionQuery.cs (1)
29
tmp[i] =
Clone
(other._args[i]);
System\Xml\XPath\Internal\LogicalExpr.cs (2)
31
_opnd1 =
Clone
(other._opnd1);
32
_opnd2 =
Clone
(other._opnd2);
System\Xml\XPath\Internal\MergeFilterQuery.cs (1)
21
_child =
Clone
(other._child);
System\Xml\XPath\Internal\NodeFunctions.cs (1)
100
NodeFunctions method = new NodeFunctions(_funcType,
Clone
(_arg));
System\Xml\XPath\Internal\NumberFunctions.cs (1)
25
_arg =
Clone
(other._arg);
System\Xml\XPath\Internal\NumericExpr.cs (2)
40
_opnd1 =
Clone
(other._opnd1);
41
_opnd2 =
Clone
(other._opnd2);
System\Xml\XPath\Internal\SortQuery.cs (1)
32
_qyInput =
Clone
(other._qyInput);
System\Xml\XPath\Internal\StringFunctions.cs (1)
33
tmp[i] =
Clone
(other._argList[i]);
System\Xml\XPath\Internal\UnionExpr.cs (2)
27
this.qy1 =
Clone
(other.qy1);
28
this.qy2 =
Clone
(other.qy2);
System\Xml\XPath\XPathNavigator.cs (2)
1182
Query query = Query.
Clone
(cexpr.QueryTree);
1207
Query query = Query.
Clone
(cexpr.QueryTree);
System\Xml\Xsl\XsltOld\Processor.cs (2)
339
_queryList[i] = Query.
Clone
(queryStore[i].CompiledQuery.QueryTree);
522
Query expr = Query.
Clone
(_queryList[key]);