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