6 overrides of VisitJoinOp
System.Data.Entity (6)
System\Data\Query\InternalTrees\NodeInfo.cs (1)
858
protected override NodeInfo
VisitJoinOp
(JoinBaseOp op, Node n)
System\Data\Query\PlanCompiler\JoinElimination.cs (1)
195
protected override Node
VisitJoinOp
(JoinBaseOp op, Node joinNode)
System\Data\Query\PlanCompiler\NestPullup.cs (1)
755
protected override Node
VisitJoinOp
(JoinBaseOp op, Node n)
System\Data\Query\PlanCompiler\Normalizer.cs (1)
253
protected override Node
VisitJoinOp
(JoinBaseOp op, Node n)
System\Data\Query\PlanCompiler\PreProcessor.cs (1)
2183
protected override Node
VisitJoinOp
(JoinBaseOp op, Node n)
System\Data\Query\PlanCompiler\ProjectionPruner.cs (1)
592
protected override Node
VisitJoinOp
(JoinBaseOp op, Node n)
4 references to VisitJoinOp
System.Data.Entity (4)
System\Data\Query\InternalTrees\Visitors.cs (4)
1020
return
VisitJoinOp
(op, n);
1031
return
VisitJoinOp
(op, n);
1042
return
VisitJoinOp
(op, n);
1053
return
VisitJoinOp
(op, n);