Implemented interface member:
method
IsUnrestricted
System.Security.Permissions.IUnrestrictedPermission.IsUnrestricted()
7 references to IsUnrestricted
mscorlib (7)
system\security\permissions\fileiopermission.cs (7)
645
if (operand.
IsUnrestricted
())
647
else if (this.
IsUnrestricted
())
671
else if (this.
IsUnrestricted
())
676
if (operand.
IsUnrestricted
())
724
if (this.
IsUnrestricted
() || operand.
IsUnrestricted
())
800
if (!
IsUnrestricted
())