Implemented interface member:
method
IsUnrestricted
System.Security.Permissions.IUnrestrictedPermission.IsUnrestricted()
7 references to IsUnrestricted
mscorlib (7)
system\security\permissions\environmentpermission.cs (7)
224
if (operand.
IsUnrestricted
())
226
else if (this.
IsUnrestricted
())
255
else if (this.
IsUnrestricted
())
262
if (operand.
IsUnrestricted
())
301
if (this.
IsUnrestricted
() || operand.
IsUnrestricted
())
350
if (!
IsUnrestricted
())