1 instantiation of SingleRowOp
System.Data.Entity (1)
System\Data\Query\InternalTrees\RelOps.cs (1)
1047
internal static readonly SingleRowOp Instance = new
SingleRowOp
();
12 references to SingleRowOp
System.Data.Entity (12)
System\Data\Query\InternalTrees\Command.cs (2)
1414
internal
SingleRowOp
CreateSingleRowOp()
1416
return
SingleRowOp
.Instance;
System\Data\Query\InternalTrees\NodeInfo.cs (1)
1228
public override NodeInfo Visit(
SingleRowOp
op, Node n)
System\Data\Query\InternalTrees\OpCopier.cs (1)
1023
public override Node Visit(
SingleRowOp
op, Node n)
System\Data\Query\InternalTrees\RelOps.cs (2)
1047
internal static readonly
SingleRowOp
Instance = new SingleRowOp();
1051
internal static readonly
SingleRowOp
Pattern = Instance;
System\Data\Query\InternalTrees\Visitors.cs (2)
696
public virtual void Visit(
SingleRowOp
op, Node n)
1215
public virtual TResultType Visit(
SingleRowOp
op, Node n)
System\Data\Query\PlanCompiler\CTreeGenerator.cs (1)
2246
public override DbExpression Visit(
SingleRowOp
op, Node n)
System\Data\Query\PlanCompiler\NestPullup.cs (1)
1527
public override Node Visit(
SingleRowOp
op, Node n)
System\Data\Query\PlanCompiler\TransformationRules.cs (2)
3692
new PatternMatchRule(new Node(
SingleRowOp
.Pattern,
3738
new PatternMatchRule(new Node(
SingleRowOp
.Pattern,