5 references to ElseExpr
System.Data.Entity (5)
System\Data\Common\EntitySql\SemanticAnalyzer.cs (5)
2654DbExpression elseExpr = caseExpr.ElseExpr != null ? ConvertValueExpressionAllowUntypedNulls(caseExpr.ElseExpr, sr) : null; 2666throw EntityUtil.EntitySqlError(caseExpr.ElseExpr.ErrCtx, Strings.InvalidCaseWhenThenNullType); 2691if (caseExpr.ElseExpr == null && TypeSemantics.IsCollectionType(resultType)) 2701ValidateTypeForNullExpression(resultType, (caseExpr.ElseExpr ?? caseExpr).ErrCtx);