2 references to IsNullOrEmptyOrWhiteSpace
System.Data.Entity.Design (2)
System\Data\Entity\Design\Common\MetadataUtil.cs (1)
96return IsNullOrEmptyOrWhiteSpace(value, 0);
System\Data\EntityModel\Emitters\CommentEmitter.cs (1)
194if (last > start - 1 && MetadataUtil.IsNullOrEmptyOrWhiteSpace(text, last))