1 instantiation of TransformationRulesContext
System.Data.Entity (1)
System\Data\Query\PlanCompiler\TransformationRules.cs (1)
801TransformationRulesContext context = new TransformationRulesContext(compilerState);
43 references to TransformationRulesContext
System.Data.Entity (43)
System\Data\Query\PlanCompiler\TransformationRules.cs (43)
801TransformationRulesContext context = new TransformationRulesContext(compilerState); 1323TransformationRulesContext trc = (TransformationRulesContext)context; 1472TransformationRulesContext trc = (TransformationRulesContext)context; 1542TransformationRulesContext trc = (TransformationRulesContext)context; 1705TransformationRulesContext trc = (TransformationRulesContext)context; 1796TransformationRulesContext trc = (TransformationRulesContext)context; 1962TransformationRulesContext trc = (TransformationRulesContext)context; 2028TransformationRulesContext trc = (TransformationRulesContext)context; 2117TransformationRulesContext trc = (TransformationRulesContext)context; 2230TransformationRulesContext trc = (TransformationRulesContext)context; 2337TransformationRulesContext trc = (TransformationRulesContext)context; 2345if (!canChangeNullSentinelValue || !TransformationRulesContext.TryGetInt32Var(relOpInputNodeInfo.NonNullableDefinitions, out inputSentinel)) 2348if (!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)) 2550TransformationRulesContext trc = (TransformationRulesContext)context; 2554if (TransformationRulesContext.TryGetInt32Var(filterInputNodeInfo.NonNullableDefinitions, out sentinelVar)) 2709TransformationRulesContext trc = (TransformationRulesContext)context; 2941TransformationRulesContext trc = (TransformationRulesContext)context; 3394TransformationRulesContext trc = (TransformationRulesContext)context; 3554TransformationRulesContext trc = (TransformationRulesContext)context; 3707TransformationRulesContext trc = (TransformationRulesContext)context; 3837TransformationRulesContext trc = (TransformationRulesContext)context; 3888TransformationRulesContext trc = (TransformationRulesContext)context; 3977Command command = ((TransformationRulesContext)context).Command; 4349ExtendedNodeInfo nodeInfo = ((TransformationRulesContext)context).Command.GetExtendedNodeInfo(n.Child0); 4388ExtendedNodeInfo nodeInfo = ((TransformationRulesContext)context).Command.GetExtendedNodeInfo(n.Child0);