2 overrides of Visit
System.Data.Entity (2)
System\Data\Query\PlanCompiler\AggregatePushdown.cs (1)
713
public override void
Visit
(GroupByIntoOp op, Node n)
System\Data\Query\PlanCompiler\VarRemapper.cs (1)
277
public override void
Visit
(GroupByIntoOp op, Node n)
1 reference to Visit
System.Data.Entity (1)
System\Data\Query\InternalTrees\RelOps.cs (1)
812
internal override void Accept(BasicOpVisitor v, Node n) { v.
Visit
(this, n); }