2 instantiations of ErrorInfo
System.IO.Compression.ZipFile (2)
src\libraries\Common\src\Interop\Unix\Interop.Errors.cs (2)
164return new ErrorInfo(Marshal.GetLastPInvokeError()); 222return new Interop.ErrorInfo(error);
5 references to ErrorInfo
System.IO.Compression.ZipFile (5)
src\libraries\Common\src\Interop\Unix\Interop.Errors.cs (2)
162internal static ErrorInfo GetLastErrorInfo() 220public static Interop.ErrorInfo Info(this Interop.Error error)
src\libraries\Common\src\Interop\Unix\Interop.IOErrors.cs (3)
11private static void ThrowExceptionForIoErrno(ErrorInfo errorInfo, string? path, bool isDirError) 114internal static Exception GetExceptionForIoErrno(ErrorInfo errorInfo, string? path = null, bool isDirError = false) 179internal static Exception GetIOException(Interop.ErrorInfo errorInfo, string? path = null)