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