1 instantiation of CrossApplyOp
System.Data.Entity (1)
System\Data\Query\InternalTrees\RelOps.cs (1)
378
internal static readonly CrossApplyOp Instance = new
CrossApplyOp
();
14 references to CrossApplyOp
System.Data.Entity (14)
System\Data\Query\InternalTrees\Command.cs (2)
1224
internal
CrossApplyOp
CreateCrossApplyOp()
1226
return
CrossApplyOp
.Instance;
System\Data\Query\InternalTrees\OpCopier.cs (1)
889
public override Node Visit(
CrossApplyOp
op, Node n)
System\Data\Query\InternalTrees\RelOps.cs (3)
378
internal static readonly
CrossApplyOp
Instance = new CrossApplyOp();
379
internal static readonly
CrossApplyOp
Pattern =
CrossApplyOp
.Instance;
System\Data\Query\InternalTrees\Visitors.cs (2)
636
public virtual void Visit(
CrossApplyOp
op, Node n)
979
public virtual TResultType Visit(
CrossApplyOp
op, Node n)
System\Data\Query\PlanCompiler\CTreeGenerator.cs (1)
2058
public override DbExpression Visit(
CrossApplyOp
op, Node n)
System\Data\Query\PlanCompiler\TransformationRules.cs (5)
2411
new PatternMatchRule(new Node(
CrossApplyOp
.Pattern,
2623
new PatternMatchRule(new Node(
CrossApplyOp
.Pattern,
2807
new PatternMatchRule(new Node(
CrossApplyOp
.Pattern,
2895
new PatternMatchRule(new Node(
CrossApplyOp
.Pattern,
3285
new PatternMatchRule(new Node(
CrossApplyOp
.Pattern,