4 references to IsBooleanType
System.Data.Entity (4)
System\Data\Common\EntitySql\SemanticAnalyzer.cs (4)
2074
if (!
IsBooleanType
(leftExpr.ResultType))
2082
if (null != rightExpr && !
IsBooleanType
(rightExpr.ResultType))
2639
if (!
IsBooleanType
(whenExpression.ResultType))
3337
if (!
IsBooleanType
(filterConditionExpr.ResultType))