4 types derived from JoinBaseOp
System.Data.Entity (4)
System\Data\Query\InternalTrees\RelOps.cs (4)
218internal sealed class CrossJoinOp : JoinBaseOp 258internal sealed class InnerJoinOp : JoinBaseOp 290internal sealed class LeftOuterJoinOp : JoinBaseOp 322internal sealed class FullOuterJoinOp : JoinBaseOp
13 references to JoinBaseOp
System.Data.Entity (13)
System\Data\Query\InternalTrees\Dump.cs (1)
174protected override void VisitJoinOp(JoinBaseOp op, Node n) {
System\Data\Query\InternalTrees\NodeInfo.cs (1)
858protected override NodeInfo VisitJoinOp(JoinBaseOp op, Node n)
System\Data\Query\InternalTrees\Visitors.cs (2)
92protected virtual void VisitJoinOp(JoinBaseOp op, Node n) 1007protected virtual TResultType VisitJoinOp(JoinBaseOp op, Node n)
System\Data\Query\PlanCompiler\ITreeGenerator.cs (1)
2333JoinBaseOp joinOp = null;
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)
System\Data\Query\PlanCompiler\PropertyPushdownHelper.cs (1)
660protected override void VisitJoinOp(JoinBaseOp op, Node n)
System\Data\Query\PlanCompiler\SubqueryTrackingVisitor.cs (1)
225protected bool ProcessJoinOp(JoinBaseOp op, Node n)
System\Data\Query\PlanCompiler\TransformationRules.cs (1)
2458JoinBaseOp joinOp = null;