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