1 override of IsPhysicalOp
System.Data.Entity (1)
System\Data\Query\InternalTrees\Ops.cs (1)
620internal override bool IsPhysicalOp { get { return true; } }
3 references to IsPhysicalOp
System.Data.Entity (3)
System\Data\Query\InternalTrees\Nodes.cs (1)
176if (this.Op.IsRelOp || this.Op.IsPhysicalOp)
System\Data\Query\PlanCompiler\KeyPullup.cs (1)
88if (chi.Op.IsRelOp || chi.Op.IsPhysicalOp)
System\Data\Query\PlanCompiler\SubqueryTrackingVisitor.cs (1)
102else if (n.Op.IsPhysicalOp)