3 writes to m_noRestriction
System.Net (3)
net\PeerToPeer\PnrpPermission.cs (3)
60m_noRestriction = (state == PermissionState.Unrestricted); 65m_noRestriction = free; 172m_noRestriction = (str != null ? (0 == string.Compare(str, "true", StringComparison.OrdinalIgnoreCase)) : false);
10 references to m_noRestriction
System.Net (10)
net\PeerToPeer\PnrpPermission.cs (10)
76return m_noRestriction; 87return new PnrpPermission(m_noRestriction); 103return new PnrpPermission(m_noRestriction || other.m_noRestriction); 121if (this.m_noRestriction && other.m_noRestriction) { 135return m_noRestriction == false; 147return (!m_noRestriction || other.m_noRestriction); 184if (m_noRestriction) {