5 overrides of Visit
System.Data.Entity (5)
System\Data\Query\InternalTrees\OpCopier.cs (1)
658
public override Node
Visit
(CollectOp op, Node n)
System\Data\Query\PlanCompiler\AggregatePushdown.cs (1)
610
public override Node
Visit
(CollectOp op, Node n)
System\Data\Query\PlanCompiler\CTreeGenerator.cs (1)
1110
public override DbExpression
Visit
(CollectOp op, Node n)
System\Data\Query\PlanCompiler\NominalTypeEliminator.cs (1)
2097
public override Node
Visit
(CollectOp op, Node n)
System\Data\Query\PlanCompiler\PreProcessor.cs (1)
2059
public override Node
Visit
(CollectOp op, Node n)
1 reference to Visit
System.Data.Entity (1)
System\Data\Query\InternalTrees\ScalarOps.cs (1)
924
internal override TResultType Accept<TResultType>(BasicOpVisitorOfT<TResultType> v, Node n) { return v.
Visit
(this, n); }