6 references to CreateOuterApplyOp
System.Data.Entity (6)
System\Data\Query\InternalTrees\OpCopier.cs (1)
902
return CopyDefault(m_destCmd.
CreateOuterApplyOp
(), n);
System\Data\Query\PlanCompiler\ITreeGenerator.cs (1)
2428
applyOp = _iqtCommand.
CreateOuterApplyOp
();
System\Data\Query\PlanCompiler\NestPullup.cs (1)
2522
op = Command.
CreateOuterApplyOp
();
System\Data\Query\PlanCompiler\SubqueryTrackingVisitor.cs (1)
165
OuterApplyOp op = m_command.
CreateOuterApplyOp
();
System\Data\Query\PlanCompiler\TransformationRules.cs (2)
3312
applyNode.Op = context.Command.
CreateOuterApplyOp
();
4277
var outerApplyNode = command.CreateNode(command.
CreateOuterApplyOp
(), scanTable, n);