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