2 types derived from ScanTableBaseOp
System.Data.Entity (2)
System\Data\Query\InternalTrees\RelOps.cs (2)
47internal sealed class ScanTableOp : ScanTableBaseOp 95internal sealed class ScanViewOp : ScanTableBaseOp
4 references to ScanTableBaseOp
System.Data.Entity (4)
System\Data\Query\InternalTrees\NodeInfo.cs (1)
481protected override NodeInfo VisitTableOp(ScanTableBaseOp op, Node n)
System\Data\Query\InternalTrees\Visitors.cs (2)
82protected virtual void VisitTableOp(ScanTableBaseOp op, Node n) 1182protected virtual TResultType VisitTableOp(ScanTableBaseOp op, Node n)
System\Data\Query\PlanCompiler\PreProcessor.cs (1)
2069private void HandleTableOpMetadata(ScanTableBaseOp op)