2 references to SocketErrorPal
System.Net.Primitives (2)
System\Net\SocketException.Unix.cs (2)
20private SocketException(Interop.ErrorInfo error) : this(SocketErrorPal.GetSocketErrorForNativeError(error.Error), (uint)error.RawErrno) 29if (SocketErrorPal.TryGetNativeErrorForSocketError(error, out Interop.Error interopErr))