3 references to ErrorInfo
System.Console (3)
src\runtime\src\libraries\Common\src\Interop\Unix\Interop.Errors.cs (1)
164return new ErrorInfo(Marshal.GetLastPInvokeError());
src\runtime\src\libraries\Common\src\Interop\Unix\System.Native\Interop.GetPwUid.cs (1)
83var errorInfo = new Interop.ErrorInfo(error);
src\runtime\src\libraries\System.Private.CoreLib\src\System\IO\PersistedFiles.Unix.cs (1)
121var errorInfo = new Interop.ErrorInfo(error);