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