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