6 references to CreateCrossApplyOp
System.Data.Entity (6)
System\Data\Query\InternalTrees\OpCopier.cs (1)
891
return CopyDefault(m_destCmd.
CreateCrossApplyOp
(), n);
System\Data\Query\PlanCompiler\ITreeGenerator.cs (1)
2424
applyOp = _iqtCommand.
CreateCrossApplyOp
();
System\Data\Query\PlanCompiler\NestPullup.cs (1)
2512
op = Command.
CreateCrossApplyOp
();
System\Data\Query\PlanCompiler\SubqueryTrackingVisitor.cs (1)
172
newNode = m_command.CreateNode(m_command.
CreateCrossApplyOp
(), newNode, input);
System\Data\Query\PlanCompiler\TransformationRules.cs (2)
1973
Node newApplyNode = command.CreateNode(command.
CreateCrossApplyOp
(), applyNode.Child0, applyRightInputNode);
2845
applyOp = command.
CreateCrossApplyOp
();