1 instantiation of SingleRowTableOp
System.Data.Entity (1)
System\Data\Query\InternalTrees\RelOps.cs (1)
1091
internal static readonly SingleRowTableOp Instance = new
SingleRowTableOp
();
14 references to SingleRowTableOp
System.Data.Entity (14)
System\Data\Query\InternalTrees\Command.cs (2)
1423
internal
SingleRowTableOp
CreateSingleRowTableOp()
1425
return
SingleRowTableOp
.Instance;
System\Data\Query\InternalTrees\NodeInfo.cs (1)
1249
public override NodeInfo Visit(
SingleRowTableOp
op, Node n)
System\Data\Query\InternalTrees\OpCopier.cs (1)
1028
public override Node Visit(
SingleRowTableOp
op, Node n)
System\Data\Query\InternalTrees\RelOps.cs (2)
1091
internal static readonly
SingleRowTableOp
Instance = new SingleRowTableOp();
1095
internal static readonly
SingleRowTableOp
Pattern = Instance;
System\Data\Query\InternalTrees\Visitors.cs (2)
706
public virtual void Visit(
SingleRowTableOp
op, Node n)
1226
public virtual TResultType Visit(
SingleRowTableOp
op, Node n)
System\Data\Query\PlanCompiler\CTreeGenerator.cs (1)
2293
public override DbExpression Visit(
SingleRowTableOp
op, Node n)
System\Data\Query\PlanCompiler\TransformationRules.cs (5)
3142
public override int Visit(
SingleRowTableOp
op, Node n)
3288
new Node(
SingleRowTableOp
.Pattern),
3620
new Node(
SingleRowTableOp
.Pattern),
3626
new Node(
SingleRowTableOp
.Pattern)),
3632
new Node(
SingleRowTableOp
.Pattern),