7 writes to m_viewAcl
mscorlib (7)
system\security\permissions\fileiopermission.cs (7)
162
m_viewAcl
= null;
282
m_viewAcl
= new FileIOAccess();
704
intersectPermission.
m_viewAcl
= intersectViewAcl;
752
unionPermission.
m_viewAcl
= unionViewAcl;
786
copy.
m_viewAcl
= this.m_viewAcl.Copy();
894
m_viewAcl
= new FileIOAccess(et);
898
m_viewAcl
= null;
24 references to m_viewAcl
mscorlib (24)
system\security\permissions\fileiopermission.cs (24)
280
if (
m_viewAcl
== null)
284
m_viewAcl
.AddExpressions(pathArrayList, checkForDuplicates);
613
(this.
m_viewAcl
== null || this.
m_viewAcl
.IsEmpty()) &&
654
(this.
m_viewAcl
== null || this.
m_viewAcl
.IsSubsetOf(operand.
m_viewAcl
)) &&
685
FileIOAccess intersectViewAcl = this.
m_viewAcl
== null ? null : this.
m_viewAcl
.Intersect(operand.
m_viewAcl
);
733
FileIOAccess unionViewAcl = this.
m_viewAcl
== null ? operand.
m_viewAcl
: this.
m_viewAcl
.Union(operand.
m_viewAcl
);
784
if (this.
m_viewAcl
!= null)
786
copy.m_viewAcl = this.
m_viewAcl
.Copy();
818
if (this.
m_viewAcl
!= null && !this.
m_viewAcl
.IsEmpty())
820
esd.AddAttribute("ViewAcl", SecurityElement.Escape(
m_viewAcl
.ToString()));
968
if (
m_viewAcl
== null)
970
if (perm.
m_viewAcl
!= null && !perm.
m_viewAcl
.IsEmpty())
973
else if (!
m_viewAcl
.Equals(perm.
m_viewAcl
))