7 references to SUCCESS
System.Net.Primitives (7)
src\libraries\Common\src\System\Net\SocketAddressPal.Unix.cs (2)
27
Debug.Assert(err == Interop.Error.
SUCCESS
, $"Unexpected err: {err}");
43
case Interop.Error.
SUCCESS
:
src\libraries\Common\src\System\Net\Sockets\SocketErrorPal.Unix.cs (5)
62
Interop.Error.
SUCCESS
=> SocketError.Success,
110
SocketError.Success => Interop.Error.
SUCCESS
,
116
_ => Interop.Error.
SUCCESS
, // default for unknown mappings
122
if (errno == Interop.Error.
SUCCESS
)
133
return errno != Interop.Error.
SUCCESS
;