4 references to Arg_PlatformNotSupported
System.Private.CoreLib (4)
src\libraries\System.Private.CoreLib\src\System\AppDomain.cs (1)
183throw new CannotUnloadAppDomainException(SR.Arg_PlatformNotSupported);
src\libraries\System.Private.CoreLib\src\System\PlatformNotSupportedException.cs (3)
18: base(SR.Arg_PlatformNotSupported) 24: base(message ?? SR.Arg_PlatformNotSupported) 30: base(message ?? SR.Arg_PlatformNotSupported, inner)