7 writes to m_write
mscorlib (7)
system\security\permissions\registrypermission.cs (7)
88
m_write
= null;
131
m_write
= new StringExpressionSet();
312
intersectPermission.
m_write
= intersectWrite;
360
unionPermission.
m_write
= unionWrite;
385
copy.
m_write
= this.m_write.Copy();
453
m_write
= null;
467
m_write
= new StringExpressionSet( et );
21 references to m_write
mscorlib (21)
system\security\permissions\registrypermission.cs (21)
130
if (
m_write
== null)
132
m_write
.AddExpressions( pathList );
177
if (
m_write
== null)
181
return
m_write
.UnsafeToString();
221
(this.
m_write
== null || this.
m_write
.IsEmpty()) &&
262
(this.
m_write
== null || this.
m_write
.IsSubsetOf( operand.
m_write
)) &&
295
StringExpressionSet intersectWrite = this.
m_write
== null ? null : this.
m_write
.Intersect( operand.
m_write
);
343
StringExpressionSet unionWrite = this.
m_write
== null ? operand.
m_write
: this.
m_write
.Union( operand.
m_write
);
383
if (this.
m_write
!= null)
385
copy.m_write = this.
m_write
.Copy();
416
if (this.
m_write
!= null && !this.
m_write
.IsEmpty())
418
esd.AddAttribute( "Write", SecurityElement.Escape(
m_write
.UnsafeToString() ) );