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