9 writes to m_append
mscorlib (9)
system\security\permissions\fileiopermission.cs (9)
155
m_append
= null;
263
m_append
= new FileIOAccess();
409
m_append
= new FileIOAccess();
504
m_append
= new FileIOAccess();
702
intersectPermission.
m_append
= intersectAppend;
750
unionPermission.
m_append
= unionAppend;
778
copy.
m_append
= this.m_append.Copy();
873
m_append
= new FileIOAccess(et);
877
m_append
= null;
38 references to m_append
mscorlib (38)
system\security\permissions\fileiopermission.cs (38)
261
if (
m_append
== null)
265
m_append
.AddExpressions(pathArrayList, checkForDuplicates);
324
if (
m_append
== null)
328
return
m_append
.ToStringArray();
365
if (
m_append
!= null &&
m_append
.AllLocalFiles)
408
if (
m_append
== null)
411
m_append
.AllLocalFiles = true;
415
if (
m_append
!= null)
416
m_append
.AllLocalFiles = false;
454
if (
m_append
!= null &&
m_append
.AllFiles)
503
if (
m_append
== null)
506
m_append
.AllFiles = true;
510
if (
m_append
!= null)
511
m_append
.AllFiles = false;
611
(this.
m_append
== null || this.
m_append
.IsEmpty()) &&
652
(this.
m_append
== null || this.
m_append
.IsSubsetOf(operand.
m_append
)) &&
683
FileIOAccess intersectAppend = this.
m_append
== null ? null : this.
m_append
.Intersect(operand.
m_append
);
731
FileIOAccess unionAppend = this.
m_append
== null ? operand.
m_append
: this.
m_append
.Union(operand.
m_append
);
776
if (this.
m_append
!= null)
778
copy.m_append = this.
m_append
.Copy();
810
if (this.
m_append
!= null && !this.
m_append
.IsEmpty())
812
esd.AddAttribute("Append", SecurityElement.Escape(
m_append
.ToString()));
952
if (
m_append
== null)
954
if (perm.
m_append
!= null && !perm.
m_append
.IsEmpty())
957
else if (!
m_append
.Equals(perm.
m_append
))