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