3 writes to m_noRestriction
System (3)
net\System\Net\DnsPermission.cs (3)
55m_noRestriction = (state==PermissionState.Unrestricted); 59m_noRestriction = free; 184m_noRestriction = (str!=null?(0 == string.Compare( str, "true", StringComparison.OrdinalIgnoreCase)):false);
10 references to m_noRestriction
System (10)
net\System\Net\DnsPermission.cs (10)
69return m_noRestriction; 79return new DnsPermission(m_noRestriction); 94return new DnsPermission(m_noRestriction || other.m_noRestriction); 112if (this.m_noRestriction && other.m_noRestriction) { 125return m_noRestriction == false; 137return (!m_noRestriction || other.m_noRestriction); 197if (m_noRestriction) {