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