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