6 overrides of Visit
System.Data.Entity (6)
System\Data\Query\InternalTrees\OpCopier.cs (1)
827public override Node Visit(GroupByIntoOp op, Node n)
System\Data\Query\PlanCompiler\CTreeGenerator.cs (1)
1812public override DbExpression Visit(GroupByIntoOp op, Node n)
System\Data\Query\PlanCompiler\NestPullup.cs (1)
723public override Node Visit(GroupByIntoOp op, Node n)
System\Data\Query\PlanCompiler\NominalTypeEliminator.cs (1)
1098public override Node Visit(GroupByIntoOp op, Node n)
System\Data\Query\PlanCompiler\PreProcessor.cs (1)
2387public override Node Visit(GroupByIntoOp op, Node n)
System\Data\Query\PlanCompiler\ProjectionPruner.cs (1)
564public override Node Visit(GroupByIntoOp op, Node n)
2 references to Visit
System.Data.Entity (2)
System\Data\Query\InternalTrees\RelOps.cs (1)
821internal override TResultType Accept<TResultType>(BasicOpVisitorOfT<TResultType> v, Node n) { return v.Visit(this, n); }
System\Data\Query\PlanCompiler\PreProcessor.cs (1)
2390return base.Visit(op, n);