8 references to CrossApply
System.Data.Entity (8)
System\Data\Query\InternalTrees\Dump.cs (1)
877
case OpType.
CrossApply
:
System\Data\Query\InternalTrees\NodeInfo.cs (2)
971
if (op.OpType == OpType.
CrossApply
)
988
RowCount minRows = (op.OpType == OpType.
CrossApply
) ? RowCount.Zero : leftRelOpNodeInfo.MinRows;
System\Data\Query\InternalTrees\RelOps.cs (1)
374
private CrossApplyOp() : base(OpType.
CrossApply
) { }
System\Data\Query\PlanCompiler\TransformationRules.cs (4)
208
a.Op.OpType == OpType.
CrossApply
||
2459
if (applyNode.Op.OpType == OpType.
CrossApply
)
2871
if (applyOp.OpType == OpType.
CrossApply
)
2987
if (applyKind == OpType.
CrossApply
&& (applyRightChildNodeInfo.MinRows != RowCount.One))