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