3 references to RawErrno
System.Net.Sockets (3)
src\libraries\Common\src\Interop\Unix\Interop.Errors.cs (2)
145return Interop.Sys.StrError(RawErrno); 150return $"RawErrno: {RawErrno} Error: {Error} GetErrorMessage: {GetErrorMessage()}"; // No localization required; text is member names used for debugging purposes
src\libraries\Common\src\System\Net\Sockets\SocketExceptionFactory.Unix.cs (1)
15nativeErr = interopErr.Info().RawErrno;