7 references to EWOULDBLOCK
System.Net.Sockets (7)
System\Net\Sockets\SafeSocketHandle.Unix.cs (1)
250
if (errorCode != Interop.Error.
EWOULDBLOCK
)
System\Net\Sockets\SocketPal.Unix.cs (6)
659
if (errno != Interop.Error.EAGAIN && errno != Interop.Error.
EWOULDBLOCK
)
814
if (errno != Interop.Error.EAGAIN && errno != Interop.Error.
EWOULDBLOCK
)
883
if (errno != Interop.Error.EAGAIN && errno != Interop.Error.
EWOULDBLOCK
)
928
if (errno != Interop.Error.EAGAIN && errno != Interop.Error.
EWOULDBLOCK
)
1001
if (!successfulSend && errno != Interop.Error.EAGAIN && errno != Interop.Error.
EWOULDBLOCK
)
1056
if (errno != Interop.Error.EAGAIN && errno != Interop.Error.
EWOULDBLOCK
)