Implemented interface member:
method
IsUnrestricted
System.Security.Permissions.IUnrestrictedPermission.IsUnrestricted()
6 references to IsUnrestricted
mscorlib (6)
system\security\permissions\reflectionpermission.cs (6)
183if (this.IsUnrestricted() || operand.IsUnrestricted()) 206if (operand.IsUnrestricted()) 208else if (this.IsUnrestricted()) 247if (this.IsUnrestricted()) 279if (!IsUnrestricted())