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