10 references to PlatformNotSupported_OverlappedIO
System.Private.CoreLib (10)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Threading\PreAllocatedOverlapped.PlatformNotSupported.cs (2)
12throw new PlatformNotSupportedException(SR.PlatformNotSupported_OverlappedIO); 19throw new PlatformNotSupportedException(SR.PlatformNotSupported_OverlappedIO);
src\runtime\src\libraries\System.Private.CoreLib\src\System\Threading\ThreadPool.Unix.cs (3)
100throw new PlatformNotSupportedException(SR.PlatformNotSupported_OverlappedIO); 105throw new PlatformNotSupportedException(SR.PlatformNotSupported_OverlappedIO); 109throw new PlatformNotSupportedException(SR.PlatformNotSupported_OverlappedIO);
src\runtime\src\libraries\System.Private.CoreLib\src\System\Threading\ThreadPoolBoundHandle.PlatformNotSupported.cs (5)
25throw new PlatformNotSupportedException(SR.PlatformNotSupported_OverlappedIO); 33throw new PlatformNotSupportedException(SR.PlatformNotSupported_OverlappedIO); 45throw new PlatformNotSupportedException(SR.PlatformNotSupported_OverlappedIO); 53throw new PlatformNotSupportedException(SR.PlatformNotSupported_OverlappedIO); 61throw new PlatformNotSupportedException(SR.PlatformNotSupported_OverlappedIO);