3 references to IsValidIsNullOpType
System.Data.Entity (3)
System\Data\Common\CommandTrees\ExpressionBuilder\Internal\ArgumentValidation.cs (1)
965
if (!TypeHelpers.
IsValidIsNullOpType
(argument.ResultType))
System\Data\Common\EntitySql\SemanticAnalyzer.cs (2)
4847
if (isNullExpr != null && !TypeHelpers.
IsValidIsNullOpType
(isNullExpr.ResultType))
4867
if (isNullExpr != null && !TypeHelpers.
IsValidIsNullOpType
(isNullExpr.ResultType))