4 writes to m_noRestriction
System (4)
net\System\Net\WebPermission.cs (4)
313
m_noRestriction
= (state == PermissionState.Unrestricted);
317
m_noRestriction
= unrestricted;
820
m_noRestriction
= true;
824
m_noRestriction
= false;
12 references to m_noRestriction
System (12)
net\System\Net\WebPermission.cs (12)
377
if (
m_noRestriction
)
419
if (
m_noRestriction
)
457
if (
m_noRestriction
)
516
return
m_noRestriction
;
526
if (
m_noRestriction
)
544
return !
m_noRestriction
&& !m_UnrestrictedConnect && !m_UnrestrictedAccept && m_connectList.Count == 0 && m_acceptList.Count == 0;
552
if (other.
m_noRestriction
)
556
else if (
m_noRestriction
)
664
if (
m_noRestriction
|| other.
m_noRestriction
)
728
if (
m_noRestriction
)
732
if (other.
m_noRestriction
)