3 writes to m_noRestriction
System.Net (3)
net\PeerToPeer\Collaboration\PeerCollaborationPermission.cs (3)
63m_noRestriction = (state == PermissionState.Unrestricted); 68m_noRestriction = free; 185m_noRestriction = (str != null ? (0 == string.Compare(str, "true", StringComparison.OrdinalIgnoreCase)) : false);
10 references to m_noRestriction
System.Net (10)
net\PeerToPeer\Collaboration\PeerCollaborationPermission.cs (10)
79return m_noRestriction; 90if (m_noRestriction) 109return new PeerCollaborationPermission(m_noRestriction || other.m_noRestriction); 129if (this.m_noRestriction && other.m_noRestriction){ 143return m_noRestriction == false; 157return (!m_noRestriction || other.m_noRestriction); 198if (m_noRestriction){