2 references to IsConstantBaseOp
System.Data.Entity (2)
System\Data\Query\PlanCompiler\AggregatePushdown.cs (1)
512return PlanCompilerUtil.IsConstantBaseOp(currentNode.Op.OpType);
System\Data\Query\PlanCompiler\ProjectionPruner.cs (1)
533&& PlanCompilerUtil.IsConstantBaseOp(d.Child0.Op.OpType)).ToList();