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())); 270if ((intersectRead == null || intersectRead.IsEmpty()) && 271(intersectWrite == null || intersectWrite.IsEmpty())) 309if ((unionRead == null || unionRead.IsEmpty()) && 310(unionWrite == null || unionWrite.IsEmpty())) 352if (this.m_read != null && !this.m_read.IsEmpty()) 356if (this.m_write != null && !this.m_write.IsEmpty())
system\security\permissions\fileiopermission.cs (2)
1247return !m_allFiles && !m_allLocalFiles && (m_set == null || m_set.IsEmpty()); 1340intersectionSet.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())); 300if ((intersectRead == null || intersectRead.IsEmpty()) && 301(intersectWrite == null || intersectWrite.IsEmpty()) && 302(intersectCreate == null || intersectCreate.IsEmpty()) && 303(intersectViewAcl == null || intersectViewAcl.IsEmpty()) && 304(intersectChangeAcl == null || intersectChangeAcl.IsEmpty())) 348if ((unionRead == null || unionRead.IsEmpty()) && 349(unionWrite == null || unionWrite.IsEmpty()) && 350(unionCreate == null || unionCreate.IsEmpty()) && 351(unionViewAcl == null || unionViewAcl.IsEmpty()) && 352(unionChangeAcl == null || unionChangeAcl.IsEmpty())) 412if (this.m_read != null && !this.m_read.IsEmpty()) 416if (this.m_write != null && !this.m_write.IsEmpty()) 420if (this.m_create != null && !this.m_create.IsEmpty()) 424if (this.m_viewAcl != null && !this.m_viewAcl.IsEmpty()) 428if (this.m_changeAcl != null && !this.m_changeAcl.IsEmpty())
system\security\util\stringexpressionset.cs (8)
369if (this.IsEmpty()) 372if (ses == null || ses.IsEmpty()) 391if (this.IsEmpty()) 394if (ses == null || ses.IsEmpty()) 416if (ses == null || ses.IsEmpty()) 419if (this.IsEmpty()) 451if (this.IsEmpty() || ses == null || ses.IsEmpty())