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