3 references to TryGetInt32Var
System.Data.Entity (3)
System\Data\Query\PlanCompiler\TransformationRules.cs (3)
2345
if (!canChangeNullSentinelValue || !TransformationRulesContext.
TryGetInt32Var
(relOpInputNodeInfo.NonNullableDefinitions, out inputSentinel))
2348
if (!canChangeNullSentinelValue || !TransformationRulesContext.
TryGetInt32Var
(n.Child1.Children.Where(child => child.Child0.Op.OpType == OpType.Constant || child.Child0.Op.OpType == OpType.InternalConstant).Select(child => ((VarDefOp)(child.Op)).Var), out inputSentinel))
2554
if (TransformationRulesContext.
TryGetInt32Var
(filterInputNodeInfo.NonNullableDefinitions, out sentinelVar))