1 instantiation of InnerJoinOp
System.Data.Entity (1)
System\Data\Query\InternalTrees\RelOps.cs (1)
265
internal static readonly InnerJoinOp Instance = new
InnerJoinOp
();
14 references to InnerJoinOp
System.Data.Entity (14)
System\Data\Query\InternalTrees\Command.cs (2)
1184
internal
InnerJoinOp
CreateInnerJoinOp()
1186
return
InnerJoinOp
.Instance;
System\Data\Query\InternalTrees\OpCopier.cs (1)
856
public override Node Visit(
InnerJoinOp
op, Node n)
System\Data\Query\InternalTrees\RelOps.cs (3)
265
internal static readonly
InnerJoinOp
Instance = new InnerJoinOp();
266
internal static readonly
InnerJoinOp
Pattern =
InnerJoinOp
.Instance;
System\Data\Query\InternalTrees\Visitors.cs (2)
606
public virtual void Visit(
InnerJoinOp
op, Node n)
1051
public virtual TResultType Visit(
InnerJoinOp
op, Node n)
System\Data\Query\PlanCompiler\CTreeGenerator.cs (1)
1983
public override DbExpression Visit(
InnerJoinOp
op, Node n)
System\Data\Query\PlanCompiler\TransformationRules.cs (5)
1772
new Node(
InnerJoinOp
.Pattern,
3358
new PatternMatchRule(new Node(
InnerJoinOp
.Pattern,
3366
new PatternMatchRule(new Node(
InnerJoinOp
.Pattern,
3511
new PatternMatchRule(new Node(
InnerJoinOp
.Pattern,
3519
new PatternMatchRule(new Node(
InnerJoinOp
.Pattern,