2 types derived from OpCopier
System.Data.Entity (2)
System\Data\Mapping\FunctionImportMappingComposable.cs (1)
170
private sealed class FunctionViewOpCopier :
OpCopier
System\Data\Query\PlanCompiler\NestPullup.cs (1)
2666
internal class OpCopierTrackingCollectionVars :
OpCopier
2 instantiations of OpCopier
System.Data.Entity (2)
System\Data\Query\InternalTrees\OpCopier.cs (2)
56
OpCopier oc = new
OpCopier
(cmd);
64
OpCopier oc = new
OpCopier
(cmd);
14 references to OpCopier
System.Data.Entity (14)
System\Data\Mapping\FunctionImportMappingComposable.cs (1)
199
return
OpCopier
.Copy(m_destCmd, argNode);
System\Data\Mapping\ViewGeneration\GeneratedView.cs (1)
222
return
OpCopier
.Copy(targetIqtCommand, m_internalTreeNode);
System\Data\Query\InternalTrees\OpCopier.cs (2)
56
OpCopier
oc = new OpCopier(cmd);
64
OpCopier
oc = new OpCopier(cmd);
System\Data\Query\PlanCompiler\AggregatePushdown.cs (1)
911
Node argumentNode =
OpCopier
.Copy(m_command, candidate.Value);
System\Data\Query\PlanCompiler\ITreeGenerator.cs (4)
126
Node argCopy =
OpCopier
.Copy(_command, argNode, out mappedVars);
2730
OpCopier
.Copy(_iqtCommand, keyNode)),
2733
OpCopier
.Copy(_iqtCommand, copyKeyNode))));
2776
Node newInput = (i == 0) ? input :
OpCopier
.Copy(_iqtCommand, input);
System\Data\Query\PlanCompiler\NestPullup.cs (2)
1250
sortKeys =
OpCopier
.Copy(Command, sortOp.Keys);
2495
newDrivingNode =
OpCopier
.Copy(Command, drivingNode, drivingNodeVars, out newDrivingNodeVars);
System\Data\Query\PlanCompiler\NominalTypeEliminator.cs (1)
392
return
OpCopier
.Copy(m_command, n);
System\Data\Query\PlanCompiler\PreProcessor.cs (1)
1650
keyExpr =
OpCopier
.Copy(m_command, keyExpr);
System\Data\Query\PlanCompiler\TransformationRules.cs (1)
133
return
OpCopier
.Copy(this.Command, node);