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