2 references to IsNullOrEmptyOrWhiteSpace
System.Data.Services.Design (2)
System\Data\Common\Utils\StringUtil.cs (1)
25return IsNullOrEmptyOrWhiteSpace(value, 0);
System\Data\EntityModel\Emitters\CommentEmitter.cs (1)
189if (last > start - 1 && StringUtil.IsNullOrEmptyOrWhiteSpace(text, last))