3 writes to m_noRestriction
System.Net (3)
net\PeerToPeer\Collaboration\PeerCollaborationPermission.cs (3)
63
m_noRestriction
= (state == PermissionState.Unrestricted);
68
m_noRestriction
= free;
185
m_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)
79
return
m_noRestriction
;
90
if (
m_noRestriction
)
109
return new PeerCollaborationPermission(
m_noRestriction
|| other.
m_noRestriction
);
129
if (this.
m_noRestriction
&& other.
m_noRestriction
){
143
return
m_noRestriction
== false;
157
return (!
m_noRestriction
|| other.
m_noRestriction
);
198
if (
m_noRestriction
){