3 references to PlatformNotSupported_ThreadAbort
System.Private.CoreLib (3)
src\libraries\System.Private.CoreLib\src\System\Threading\Thread.cs (3)
488
throw new PlatformNotSupportedException(SR.
PlatformNotSupported_ThreadAbort
);
494
throw new PlatformNotSupportedException(SR.
PlatformNotSupported_ThreadAbort
);
500
throw new PlatformNotSupportedException(SR.
PlatformNotSupported_ThreadAbort
);