6 writes to m_noRestriction
System (6)
net\System\Net\SocketPermission.cs (6)
221m_noRestriction = (state == PermissionState.Unrestricted); 226m_noRestriction = free; 237m_noRestriction = false; 488m_noRestriction = (0 == string.Compare( str, "true", StringComparison.OrdinalIgnoreCase )); 493m_noRestriction = false; 628m_noRestriction = false;
10 references to m_noRestriction
System (10)
net\System\Net\SocketPermission.cs (10)
257if (m_noRestriction) { // Is the permission unrestricted? 273return m_noRestriction; 285SocketPermission sp = new SocketPermission(m_noRestriction); 322if (m_noRestriction || other.m_noRestriction) { 353if (m_noRestriction) { 356else if (other.m_noRestriction) { 366if (!result.m_noRestriction && 379return (m_noRestriction == false && m_connectList.Count == 0 && m_acceptList.Count == 0); 489if(m_noRestriction)