6 references to AddWhenThen
System.Data.Entity (6)
System\Data\Mapping\ViewGeneration\QueryRewriting\QueryRewriter.cs (5)
378
caseStatement.
AddWhenThen
(whenCondition, projectedSlot);
526
caseStatement.
AddWhenThen
(BoolExpression.False /* arbitrary condition */,
619
caseStatement.
AddWhenThen
(BoolExpression.True, new ConstantProjectedSlot(defaultValue, currentPath));
771
newCaseStatement.
AddWhenThen
(clause.Condition.RemapLiterals(literalRemap), clause.Value);
791
caseStmt.
AddWhenThen
(BoolExpression.True, new ConstantProjectedSlot(typeConstant, memberPath));
System\Data\Mapping\ViewGeneration\Structures\OpCellTreeNode.cs (1)
588
caseForOuterJoins.
AddWhenThen
(originBool, slot);