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