2 references to ErrorInfo
System.Formats.Tar (2)
src\libraries\Common\src\Interop\Unix\Interop.Errors.cs (1)
164return new ErrorInfo(Marshal.GetLastPInvokeError());
src\libraries\Common\src\Interop\Unix\System.Native\Interop.GetPwUid.cs (1)
83var errorInfo = new Interop.ErrorInfo(error);