4 references to PlatformNotSupported_OverlappedIO
System.Private.CoreLib (4)
src\libraries\System.Private.CoreLib\src\System\Threading\ThreadPool.Unix.cs (3)
95
throw new PlatformNotSupportedException(SR.
PlatformNotSupported_OverlappedIO
);
100
throw new PlatformNotSupportedException(SR.
PlatformNotSupported_OverlappedIO
);
104
throw new PlatformNotSupportedException(SR.
PlatformNotSupported_OverlappedIO
);
src\libraries\System.Private.CoreLib\src\System\Threading\ThreadPoolBoundHandle.Unix.cs (1)
81
throw new PlatformNotSupportedException(SR.
PlatformNotSupported_OverlappedIO
);