Implemented interface member:
method
IsUnrestricted
System.Security.Permissions.IUnrestrictedPermission.IsUnrestricted()
6 references to IsUnrestricted
mscorlib (6)
system\security\permissions\principalpermission.cs (6)
226
if (operand.
IsUnrestricted
())
228
else if (this.
IsUnrestricted
())
280
else if (this.
IsUnrestricted
())
287
if (operand.
IsUnrestricted
())
385
if (this.
IsUnrestricted
() || operand.
IsUnrestricted
())