3 references to GetIOException
System.Private.CoreLib (3)
src\runtime\src\libraries\Common\src\Interop\Unix\Interop.IOErrors.cs (2)
143Exception inner = GetIOException(errorInfo); 172return GetIOException(errorInfo, path);
src\runtime\src\libraries\System.Private.CoreLib\src\System\Environment.UnixOrBrowser.cs (1)
69Interop.GetIOException(errno);