20 references to IsNullOrEmptyOrWhiteSpace
System.Data.Entity (20)
System\Data\Common\CommandTrees\DbCommandTree.cs (1)
199return (!StringUtil.IsNullOrEmptyOrWhiteSpace(name) &&
System\Data\Common\CommandTrees\ExpressionBuilder\Internal\ArgumentValidation.cs (1)
376if (StringUtil.IsNullOrEmptyOrWhiteSpace(collation))
System\Data\EntityModel\SchemaObjectModel\Documentation.cs (1)
80if (!StringUtil.IsNullOrEmptyOrWhiteSpace(text))
System\Data\Objects\Internal\EntitySqlQueryBuilder.cs (8)
202Debug.Assert(!StringUtil.IsNullOrEmptyOrWhiteSpace(alias), "Invalid alias"); 203Debug.Assert(!StringUtil.IsNullOrEmptyOrWhiteSpace(projection), "Invalid projection"); 234Debug.Assert(!StringUtil.IsNullOrEmptyOrWhiteSpace(alias), "Invalid alias"); 235Debug.Assert(!StringUtil.IsNullOrEmptyOrWhiteSpace(predicateOrKeys), "Invalid predicate/keys"); 333Debug.Assert(!StringUtil.IsNullOrEmptyOrWhiteSpace(alias), "Invalid alias"); 334Debug.Assert(!StringUtil.IsNullOrEmptyOrWhiteSpace(alias), "Invalid keys"); 335Debug.Assert(!StringUtil.IsNullOrEmptyOrWhiteSpace(projection), "Invalid projection"); 482Debug.Assert(!StringUtil.IsNullOrEmptyOrWhiteSpace(count), "Invalid skip count");
System\Data\Objects\ObjectQuery_EntitySqlExtensions.cs (9)
305if (StringUtil.IsNullOrEmptyOrWhiteSpace(keys)) 310if (StringUtil.IsNullOrEmptyOrWhiteSpace(projection)) 405if (StringUtil.IsNullOrEmptyOrWhiteSpace(keys)) 437if (StringUtil.IsNullOrEmptyOrWhiteSpace(projection)) 469if (StringUtil.IsNullOrEmptyOrWhiteSpace(projection)) 510if (StringUtil.IsNullOrEmptyOrWhiteSpace(keys)) 515if (StringUtil.IsNullOrEmptyOrWhiteSpace(count)) 547if (StringUtil.IsNullOrEmptyOrWhiteSpace(count)) 625if (StringUtil.IsNullOrEmptyOrWhiteSpace(predicate))