11 references to ScanTable
System.Data.Entity (11)
System\Data\Query\InternalTrees\Dump.cs (1)
977
case OpType.
ScanTable
:
System\Data\Query\InternalTrees\RelOps.cs (2)
55
: base(OpType.
ScanTable
, table)
59
private ScanTableOp() : base(OpType.
ScanTable
) { }
System\Data\Query\PlanCompiler\CTreeGenerator.cs (1)
1836
if (joinInputNode.Op.OpType == OpType.Filter && joinInputNode.Child0.Op.OpType == OpType.
ScanTable
)
System\Data\Query\PlanCompiler\JoinGraph.cs (3)
689
case OpType.
ScanTable
:
943
case OpType.
ScanTable
:
2639
case OpType.
ScanTable
:
System\Data\Query\PlanCompiler\NominalTypeEliminator.cs (1)
1207
case OpType.
ScanTable
:
System\Data\Query\PlanCompiler\TransformationRules.cs (3)
1840
if (leftInputNode.Op.OpType != OpType.
ScanTable
)
1847
if ((rightInputNode.Op.OpType != OpType.
ScanTable
) &&
4238
if (n.Child0.Op.OpType != OpType.
ScanTable
)