33 references to IsEmpty
mscorlib (33)
system\security\permissions\fileiopermission.cs (33)
609
(this.m_read == null || this.m_read.
IsEmpty
()) &&
610
(this.m_write == null || this.m_write.
IsEmpty
()) &&
611
(this.m_append == null || this.m_append.
IsEmpty
()) &&
612
(this.m_pathDiscovery == null || this.m_pathDiscovery.
IsEmpty
()) &&
613
(this.m_viewAcl == null || this.m_viewAcl.
IsEmpty
()) &&
614
(this.m_changeAcl == null || this.m_changeAcl.
IsEmpty
()));
688
if ((intersectRead == null || intersectRead.
IsEmpty
()) &&
689
(intersectWrite == null || intersectWrite.
IsEmpty
()) &&
690
(intersectAppend == null || intersectAppend.
IsEmpty
()) &&
691
(intersectPathDiscovery == null || intersectPathDiscovery.
IsEmpty
()) &&
692
(intersectViewAcl == null || intersectViewAcl.
IsEmpty
()) &&
693
(intersectChangeAcl == null || intersectChangeAcl.
IsEmpty
()))
736
if ((unionRead == null || unionRead.
IsEmpty
()) &&
737
(unionWrite == null || unionWrite.
IsEmpty
()) &&
738
(unionAppend == null || unionAppend.
IsEmpty
()) &&
739
(unionPathDiscovery == null || unionPathDiscovery.
IsEmpty
()) &&
740
(unionViewAcl == null || unionViewAcl.
IsEmpty
()) &&
741
(unionChangeAcl == null || unionChangeAcl.
IsEmpty
()))
802
if (this.m_read != null && !this.m_read.
IsEmpty
())
806
if (this.m_write != null && !this.m_write.
IsEmpty
())
810
if (this.m_append != null && !this.m_append.
IsEmpty
())
814
if (this.m_pathDiscovery != null && !this.m_pathDiscovery.
IsEmpty
())
818
if (this.m_viewAcl != null && !this.m_viewAcl.
IsEmpty
())
822
if (this.m_changeAcl != null && !this.m_changeAcl.
IsEmpty
())
938
if (perm.m_read != null && !perm.m_read.
IsEmpty
())
946
if (perm.m_write != null && !perm.m_write.
IsEmpty
())
954
if (perm.m_append != null && !perm.m_append.
IsEmpty
())
962
if (perm.m_pathDiscovery != null && !perm.m_pathDiscovery.
IsEmpty
())
970
if (perm.m_viewAcl != null && !perm.m_viewAcl.
IsEmpty
())
978
if (perm.m_changeAcl != null && !perm.m_changeAcl.
IsEmpty
())
1260
return this.
IsEmpty
() ? null : this.Copy();
1352
return this.
IsEmpty
();
1447
return (
IsEmpty
() && obj == null);