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