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