3 references to EWOULDBLOCK
System.Private.CoreLib (3)
src\libraries\Common\src\Interop\Unix\Interop.IOErrors.cs (1)
149
case Error.
EWOULDBLOCK
:
src\libraries\System.Private.CoreLib\src\Microsoft\Win32\SafeHandles\SafeFileHandle.Unix.cs (1)
424
if (errorInfo.Error == Interop.Error.
EWOULDBLOCK
)
src\libraries\System.Private.CoreLib\src\System\IO\SharedMemoryManager.Unix.cs (1)
683
if (errorInfo.Error == Interop.Error.
EWOULDBLOCK
)