4 references to Info
System.Private.CoreLib (4)
src\libraries\Common\src\Interop\Unix\Interop.IOErrors.cs (1)
23ThrowExceptionForIoErrno(error.Info(), path, isDirError);
src\libraries\System.Private.CoreLib\src\Microsoft\Win32\SafeHandles\SafeFileHandle.Unix.cs (2)
117error = Interop.Error.EACCES.Info(); 338throw Interop.GetExceptionForIoErrno(Interop.Error.EACCES.Info(), path);
src\libraries\System.Private.CoreLib\src\System\IO\FileSystem.Unix.cs (1)
272errorInfo = Interop.Error.EACCES.Info();