Implemented interface member:
method
IsUnrestricted
System.Security.Permissions.IUnrestrictedPermission.IsUnrestricted()
9 references to IsUnrestricted
mscorlib (9)
system\io\isolatedstorage\isolatedstorage.cs (2)
1185
if (ispAllowed.
IsUnrestricted
())
1197
if (ispDenied.
IsUnrestricted
())
system\security\permissions\isolatedstoragefilepermission.cs (6)
50
if (this.
IsUnrestricted
() || operand.
IsUnrestricted
())
82
if (operand.
IsUnrestricted
())
115
if(operand.
IsUnrestricted
())
117
else if(
IsUnrestricted
())
142
if(!
IsUnrestricted
()){
system\security\permissions\isolatedstoragepermission.cs (1)
208
if (!
IsUnrestricted
())