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