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