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