4 overrides of VisitApplyOp
System.Data.Entity (4)
System\Data\Query\InternalTrees\NodeInfo.cs (1)
953protected override NodeInfo VisitApplyOp(ApplyBaseOp op, Node n)
System\Data\Query\PlanCompiler\NestPullup.cs (1)
617protected override Node VisitApplyOp(ApplyBaseOp op, Node n)
System\Data\Query\PlanCompiler\PreProcessor.cs (1)
2205protected override Node VisitApplyOp(ApplyBaseOp op, Node n)
System\Data\Query\PlanCompiler\ProjectionPruner.cs (1)
401protected override Node VisitApplyOp(ApplyBaseOp op, Node n)
2 references to VisitApplyOp
System.Data.Entity (2)
System\Data\Query\InternalTrees\Visitors.cs (2)
981return VisitApplyOp(op, n); 992return VisitApplyOp(op, n);