7 writes to m_read
mscorlib (7)
system\security\permissions\registrypermission.cs (7)
85
m_read
= null;
124
m_read
= new StringExpressionSet();
311
intersectPermission.
m_read
= intersectRead;
359
unionPermission.
m_read
= unionRead;
381
copy.
m_read
= this.m_read.Copy();
452
m_read
= null;
461
m_read
= new StringExpressionSet( et );
21 references to m_read
mscorlib (21)
system\security\permissions\registrypermission.cs (21)
123
if (
m_read
== null)
125
m_read
.AddExpressions( pathList );
168
if (
m_read
== null)
172
return
m_read
.UnsafeToString();
220
(this.
m_read
== null || this.
m_read
.IsEmpty()) &&
261
return ((this.
m_read
== null || this.
m_read
.IsSubsetOf( operand.
m_read
)) &&
294
StringExpressionSet intersectRead = this.
m_read
== null ? null : this.
m_read
.Intersect( operand.
m_read
);
342
StringExpressionSet unionRead = this.
m_read
== null ? operand.
m_read
: this.
m_read
.Union( operand.
m_read
);
379
if (this.
m_read
!= null)
381
copy.m_read = this.
m_read
.Copy();
412
if (this.
m_read
!= null && !this.
m_read
.IsEmpty())
414
esd.AddAttribute( "Read", SecurityElement.Escape(
m_read
.UnsafeToString() ) );