2 writes to unrestricted
System (2)
net\System\Net\NetworkInformation\NetworkInformationPermission.cs (2)
84unrestricted = true; 205unrestricted = true;
6 references to unrestricted
System (6)
net\System\Net\NetworkInformation\NetworkInformationPermission.cs (6)
118return unrestricted; 122if(unrestricted){ 137if(unrestricted || other.IsUnrestricted()){ 154if(unrestricted && other.IsUnrestricted()){ 172if(unrestricted && !other.IsUnrestricted()){ 232if(unrestricted){