3 overrides of Visit
System.Data.Entity (3)
System\Data\Query\InternalTrees\OpCopier.cs (1)
1042public override Node Visit(VarDefOp op, Node n)
System\Data\Query\PlanCompiler\CTreeGenerator.cs (1)
2303public override DbExpression Visit(VarDefOp op, Node n)
System\Data\Query\PlanCompiler\NestPullup.cs (1)
287public override Node Visit(VarDefOp op, Node n)
1 reference to Visit
System.Data.Entity (1)
System\Data\Query\InternalTrees\AncillaryOps.cs (1)
62internal override TResultType Accept<TResultType>(BasicOpVisitorOfT<TResultType> v, Node n) { return v.Visit(this, n); }