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