Implemented interface member:
method
IsUnrestricted
System.Security.Permissions.IUnrestrictedPermission.IsUnrestricted()
7 references to IsUnrestricted
mscorlib (7)
system\security\permissions\registrypermission.cs (7)
256
if (operand.
IsUnrestricted
())
258
else if (this.
IsUnrestricted
())
282
else if (this.
IsUnrestricted
())
288
if (operand.
IsUnrestricted
())
337
if (this.
IsUnrestricted
() || operand.
IsUnrestricted
())
410
if (!
IsUnrestricted
())