6 references to GroupByInto
System.Data.Entity (6)
System\Data\Query\InternalTrees\Dump.cs (1)
909
case OpType.
GroupByInto
:
System\Data\Query\InternalTrees\RelOps.cs (3)
695
Debug.Assert(opType == OpType.GroupBy || opType == OpType.
GroupByInto
, "GroupByBaseOp OpType must be GroupBy or GroupByInto");
785
private GroupByIntoOp() : base(OpType.
GroupByInto
) { }
787
: base(OpType.
GroupByInto
, keys, outputs)
System\Data\Query\PlanCompiler\ProjectionPruner.cs (1)
569
if (result.Op.OpType == OpType.
GroupByInto
&& n.Child3.Children.Count == 0)
System\Data\Query\PlanCompiler\SubqueryTrackingVisitor.cs (1)
208
n.Op.OpType == OpType.GroupBy || n.Op.OpType == OpType.
GroupByInto
,