2 references to IO_PathNotFound_NoPathName
System.Private.CoreLib (2)
src\libraries\Common\src\Interop\Unix\Interop.IOErrors.cs (1)
134new DirectoryNotFoundException(SR.IO_PathNotFound_NoPathName);
src\libraries\Common\src\System\IO\Win32Marshal.cs (1)
38string.IsNullOrEmpty(path) ? SR.IO_PathNotFound_NoPathName : SR.Format(SR.IO_PathNotFound_Path, path));