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