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