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