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