2 overrides of VisitJoinOp
System.Data.Entity (2)
System\Data\Query\InternalTrees\Dump.cs (1)
174protected override void VisitJoinOp(JoinBaseOp op, Node n) {
System\Data\Query\PlanCompiler\PropertyPushdownHelper.cs (1)
660protected override void VisitJoinOp(JoinBaseOp op, Node n)
4 references to VisitJoinOp
System.Data.Entity (4)
System\Data\Query\InternalTrees\Visitors.cs (4)
598VisitJoinOp(op, n); 608VisitJoinOp(op, n); 618VisitJoinOp(op, n); 628VisitJoinOp(op, n);