22 references to Clone
System.Xml (22)
System\Xml\XPath\Internal\BaseAxisQuery.cs (1)
46
this.qyInput =
Clone
(other.qyInput);
System\Xml\XPath\Internal\BooleanExpr.cs (2)
35
this.opnd1 =
Clone
(other.opnd1);
36
this.opnd2 =
Clone
(other.opnd2);
System\Xml\XPath\Internal\BooleanFunctions.cs (1)
26
this.arg =
Clone
(other.arg);
System\Xml\XPath\Internal\CacheOutputQuery.cs (1)
27
this.input =
Clone
(other.input);
System\Xml\XPath\Internal\CompiledXPathExpr.cs (1)
68
return new CompiledXpathExpr(Query.
Clone
(query), expr, needContext);
System\Xml\XPath\Internal\FilterQuery.cs (1)
25
this.cond =
Clone
(other.cond);
System\Xml\XPath\Internal\FunctionQuery.cs (1)
28
tmp[i] =
Clone
(other.args[i]);
System\Xml\XPath\Internal\LogicalExpr.cs (2)
33
this.opnd1 =
Clone
(other.opnd1);
34
this.opnd2 =
Clone
(other.opnd2);
System\Xml\XPath\Internal\MergeFilterQuery.cs (1)
23
this.child =
Clone
(other.child);
System\Xml\XPath\Internal\NodeFunctions.cs (1)
91
NodeFunctions method = new NodeFunctions(funcType,
Clone
(arg));
System\Xml\XPath\Internal\NumberFunctions.cs (1)
27
this.arg =
Clone
(other.arg);
System\Xml\XPath\Internal\NumericExpr.cs (2)
40
this.opnd1 =
Clone
(other.opnd1);
41
this.opnd2 =
Clone
(other.opnd2);
System\Xml\XPath\Internal\Query.cs (1)
185
query =
Clone
(query);
System\Xml\XPath\Internal\SortQuery.cs (1)
32
this.qyInput =
Clone
(other.qyInput);
System\Xml\XPath\Internal\StringFunctions.cs (1)
31
tmp[i] =
Clone
(other.argList[i]);
System\Xml\XPath\Internal\UnionExpr.cs (2)
28
this.qy1 =
Clone
(other.qy1);
29
this.qy2 =
Clone
(other.qy2);
System\Xml\XPath\XPathNavigator.cs (2)
1042
Query query = Query.
Clone
(cexpr.QueryTree);
1066
Query query = Query.
Clone
(cexpr.QueryTree);