2 implementations of PermitOnly
System.Private.CoreLib (1)
src\libraries\System.Private.CoreLib\src\System\Security\PermissionSet.cs (1)
43public void PermitOnly() { throw new PlatformNotSupportedException(SR.PlatformNotSupported_CAS); }
System.Security.Permissions (1)
System\Security\CodeAccessPermission.cs (1)
22public void PermitOnly() { throw new PlatformNotSupportedException(SR.PlatformNotSupported_CAS); }