2 references to UnauthorizedAccess_IODenied_NoPathName
System.Private.CoreLib (2)
src\libraries\Common\src\Interop\Unix\Interop.IOErrors.cs (1)
142new UnauthorizedAccessException(SR.UnauthorizedAccess_IODenied_NoPathName, inner);
src\libraries\Common\src\System\IO\Win32Marshal.cs (1)
41string.IsNullOrEmpty(path) ? SR.UnauthorizedAccess_IODenied_NoPathName : SR.Format(SR.UnauthorizedAccess_IODenied_Path, path));