9 references to ConstantProjectedSlot
System.Data.Entity (9)
System\Data\Mapping\ViewGeneration\QueryRewriting\QueryRewriter.cs (4)
367projectedSlot = new ConstantProjectedSlot(domainValue, currentPath); 527new ConstantProjectedSlot(Constant.Undefined, currentPath)); 619caseStatement.AddWhenThen(BoolExpression.True, new ConstantProjectedSlot(defaultValue, currentPath)); 791caseStmt.AddWhenThen(BoolExpression.True, new ConstantProjectedSlot(typeConstant, memberPath));
System\Data\Mapping\ViewGeneration\Structures\CaseStatement.cs (1)
208m_elseValue = new ConstantProjectedSlot(Constant.Null, m_memberPath);
System\Data\Mapping\ViewGeneration\Structures\LeafCellTreeNode.cs (1)
149ConstantProjectedSlot defaultValue = new ConstantProjectedSlot(Domain.GetDefaultValueForMemberPath(memberPath, GetLeaves(), ViewgenContext.Config), memberPath);
System\Data\Mapping\ViewGeneration\Structures\OpCellTreeNode.cs (3)
256new ConstantProjectedSlot(Constant.Null, memberPath), memberPath); 288new ConstantProjectedSlot(Constant.Null, slotInfo.OutputMember), slotInfo.OutputMember); 505slot = new ConstantProjectedSlot(Domain.GetDefaultValueForMemberPath(memberPath, GetLeaves(), ViewgenContext.Config), memberPath);