6 overrides of Visit
System.Data.Entity (6)
System\Data\Query\InternalTrees\OpCopier.cs (1)
614public override Node Visit(ExistsOp op, Node n)
System\Data\Query\PlanCompiler\CTreeGenerator.cs (1)
1068public override DbExpression Visit(ExistsOp op, Node n)
System\Data\Query\PlanCompiler\NestPullup.cs (1)
361public override Node Visit(ExistsOp op, Node n)
System\Data\Query\PlanCompiler\Normalizer.cs (1)
83public override Node Visit(ExistsOp op, Node n)
System\Data\Query\PlanCompiler\PreProcessor.cs (1)
1106public override Node Visit(ExistsOp op, Node n)
System\Data\Query\PlanCompiler\ProjectionPruner.cs (1)
777public override Node Visit(ExistsOp op, Node n)
2 references to Visit
System.Data.Entity (2)
System\Data\Query\InternalTrees\ScalarOps.cs (1)
1396internal override TResultType Accept<TResultType>(BasicOpVisitorOfT<TResultType> v, Node n) { return v.Visit(this, n); }
System\Data\Query\PlanCompiler\PreProcessor.cs (1)
1109return base.Visit(op, n);