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