3 references to GetLastErrorInfo
System.IO.Compression.ZipFile (3)
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);