3 references to IsNullOrEmptyOrWhiteSpace
System.Data.Services.Design (3)
System\Data\EntityModel\Emitters\CommentEmitter.cs (3)
44
if (documentation != null && !StringUtil.
IsNullOrEmptyOrWhiteSpace
(documentation.Summary))
167
if (StringUtil.
IsNullOrEmptyOrWhiteSpace
(text))
222
if (StringUtil.
IsNullOrEmptyOrWhiteSpace
(line))