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