4 references to SUCCESS
System.Net.Ping (4)
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 (2)
76{ Interop.Error.SUCCESS, SocketError.Success }, 123{ SocketError.Success, Interop.Error.SUCCESS },