2 references to AugmentNodeWithConstant
System.Data.Entity (2)
System\Data\Query\PlanCompiler\NestPullup.cs (2)
503
newJoinApplyChildren.Add(
AugmentNodeWithConstant
(chi.Child0, () => Command.CreateNullSentinelOp(), out sentinelVar));
2433
return
AugmentNodeWithConstant
(input, () => Command.CreateInternalConstantOp(Command.IntegerType, value), out internalConstantVar);