5 references to StringUtil
System.Data.Services.Design (5)
System\Data\EntityModel\Emitters\CommentEmitter.cs (5)
44if (documentation != null && !StringUtil.IsNullOrEmptyOrWhiteSpace(documentation.Summary)) 167if (StringUtil.IsNullOrEmptyOrWhiteSpace(text)) 179if (start >= 0 && StringUtil.IsNullOrEmptyOrWhiteSpace(text, 0, start + 1)) 189if (last > start - 1 && StringUtil.IsNullOrEmptyOrWhiteSpace(text, last)) 222if (StringUtil.IsNullOrEmptyOrWhiteSpace(line))