4 references to GetExceptionForIoErrno
System.Console (4)
src\libraries\Common\src\Interop\Unix\Interop.IOErrors.cs (2)
16throw Interop.GetExceptionForIoErrno(errorInfo, path, isDirError); 99Exception e = Interop.GetExceptionForIoErrno(Sys.GetLastErrorInfo(), path, isDirError);
System\ConsolePal.Unix.cs (2)
159throw Interop.GetExceptionForIoErrno(Interop.Sys.GetLastErrorInfo()); 1015throw Interop.GetExceptionForIoErrno(errorInfo);