2 types derived from GroupByBaseOp
System.Data.Entity (2)
System\Data\Query\InternalTrees\RelOps.cs (2)
738internal sealed class GroupByOp : GroupByBaseOp 778internal sealed class GroupByIntoOp : GroupByBaseOp
8 references to GroupByBaseOp
System.Data.Entity (8)
System\Data\Query\InternalTrees\Dump.cs (1)
252protected override void VisitGroupByOp(GroupByBaseOp op, Node n) {
System\Data\Query\InternalTrees\NodeInfo.cs (1)
734protected override NodeInfo VisitGroupByOp(GroupByBaseOp op, Node n)
System\Data\Query\InternalTrees\Visitors.cs (2)
131protected virtual void VisitGroupByOp(GroupByBaseOp op, Node n) 1136protected virtual TResultType VisitGroupByOp(GroupByBaseOp op, Node n)
System\Data\Query\PlanCompiler\ITreeGenerator.cs (1)
2553GroupByBaseOp op;
System\Data\Query\PlanCompiler\ProjectionPruner.cs (1)
481protected override Node VisitGroupByOp(GroupByBaseOp op, Node n)
System\Data\Query\PlanCompiler\PropertyPushdownHelper.cs (1)
628protected override void VisitGroupByOp(GroupByBaseOp op, Node n)
System\Data\Query\PlanCompiler\VarRemapper.cs (1)
271protected override void VisitGroupByOp(GroupByBaseOp op, Node n)