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