38 references to IsEmpty
mscorlib (38)
system\security\permissions\environmentpermission.cs (8)
192
(this.m_read == null || this.m_read.
IsEmpty
()) &&
193
(this.m_write == null || this.m_write.
IsEmpty
()));
270
if ((intersectRead == null || intersectRead.
IsEmpty
()) &&
271
(intersectWrite == null || intersectWrite.
IsEmpty
()))
309
if ((unionRead == null || unionRead.
IsEmpty
()) &&
310
(unionWrite == null || unionWrite.
IsEmpty
()))
352
if (this.m_read != null && !this.m_read.
IsEmpty
())
356
if (this.m_write != null && !this.m_write.
IsEmpty
())
system\security\permissions\fileiopermission.cs (2)
1247
return !m_allFiles && !m_allLocalFiles && (m_set == null || m_set.
IsEmpty
());
1340
intersectionSet.AddExpressions( regularIntersection, !intersectionSet.
IsEmpty
(), false );
system\security\permissions\registrypermission.cs (20)
220
(this.m_read == null || this.m_read.
IsEmpty
()) &&
221
(this.m_write == null || this.m_write.
IsEmpty
()) &&
222
(this.m_create == null || this.m_create.
IsEmpty
()) &&
223
(this.m_viewAcl == null || this.m_viewAcl.
IsEmpty
()) &&
224
(this.m_changeAcl == null || this.m_changeAcl.
IsEmpty
()));
300
if ((intersectRead == null || intersectRead.
IsEmpty
()) &&
301
(intersectWrite == null || intersectWrite.
IsEmpty
()) &&
302
(intersectCreate == null || intersectCreate.
IsEmpty
()) &&
303
(intersectViewAcl == null || intersectViewAcl.
IsEmpty
()) &&
304
(intersectChangeAcl == null || intersectChangeAcl.
IsEmpty
()))
348
if ((unionRead == null || unionRead.
IsEmpty
()) &&
349
(unionWrite == null || unionWrite.
IsEmpty
()) &&
350
(unionCreate == null || unionCreate.
IsEmpty
()) &&
351
(unionViewAcl == null || unionViewAcl.
IsEmpty
()) &&
352
(unionChangeAcl == null || unionChangeAcl.
IsEmpty
()))
412
if (this.m_read != null && !this.m_read.
IsEmpty
())
416
if (this.m_write != null && !this.m_write.
IsEmpty
())
420
if (this.m_create != null && !this.m_create.
IsEmpty
())
424
if (this.m_viewAcl != null && !this.m_viewAcl.
IsEmpty
())
428
if (this.m_changeAcl != null && !this.m_changeAcl.
IsEmpty
())
system\security\util\stringexpressionset.cs (8)
369
if (this.
IsEmpty
())
372
if (ses == null || ses.
IsEmpty
())
391
if (this.
IsEmpty
())
394
if (ses == null || ses.
IsEmpty
())
416
if (ses == null || ses.
IsEmpty
())
419
if (this.
IsEmpty
())
451
if (this.
IsEmpty
() || ses == null || ses.
IsEmpty
())