7 writes to m_read
mscorlib (7)
system\security\permissions\environmentpermission.cs (7)
104
m_read
= null;
120
m_read
= new EnvironmentStringExpressionSet();
278
intersectPermission.
m_read
= intersectRead;
317
unionPermission.
m_read
= unionRead;
335
copy.
m_read
= this.m_read.Copy();
381
m_read
= null;
387
m_read
= new EnvironmentStringExpressionSet( et );
21 references to m_read
mscorlib (21)
system\security\permissions\environmentpermission.cs (21)
119
if (
m_read
== null)
121
m_read
.AddExpressions( pathList );
140
if (
m_read
== null)
144
return
m_read
.ToString();
192
(this.
m_read
== null || this.
m_read
.IsEmpty()) &&
229
return ((this.
m_read
== null || this.
m_read
.IsSubsetOf( operand.
m_read
)) &&
267
StringExpressionSet intersectRead = this.
m_read
== null ? null : this.
m_read
.Intersect( operand.
m_read
);
306
StringExpressionSet unionRead = this.
m_read
== null ? operand.
m_read
: this.
m_read
.Union( operand.
m_read
);
333
if (this.
m_read
!= null)
335
copy.m_read = this.
m_read
.Copy();
352
if (this.
m_read
!= null && !this.
m_read
.IsEmpty())
354
esd.AddAttribute( "Read", SecurityElement.Escape(
m_read
.ToString() ) );