5 references to GetLastErrorInfo
System.Console (5)
src\runtime\src\libraries\Common\src\Interop\Unix\Interop.IOErrors.cs (3)
42ThrowExceptionForIoErrno(Sys.GetLastErrorInfo(), path, isDirError); 53ThrowExceptionForIoErrno(Sys.GetLastErrorInfo(), path: null, isDirError: false); 99Exception e = Interop.GetExceptionForIoErrno(Sys.GetLastErrorInfo(), path, isDirError);
System\ConsolePal.Unix.cs (2)
159throw Interop.GetExceptionForIoErrno(Interop.Sys.GetLastErrorInfo()); 994Interop.ErrorInfo errorInfo = Interop.Sys.GetLastErrorInfo();