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