11 references to IO_PathNotFound_Path
System.Private.CoreLib (11)
src\libraries\Common\src\Interop\Unix\Interop.IOErrors.cs (1)
133new DirectoryNotFoundException(SR.Format(SR.IO_PathNotFound_Path, path)) :
src\libraries\Common\src\System\IO\Win32Marshal.cs (1)
38string.IsNullOrEmpty(path) ? SR.IO_PathNotFound_NoPathName : SR.Format(SR.IO_PathNotFound_Path, path));
src\libraries\System.Private.CoreLib\src\System\IO\FileInfo.cs (1)
164throw new DirectoryNotFoundException(SR.Format(SR.IO_PathNotFound_Path, FullName));
src\libraries\System.Private.CoreLib\src\System\IO\FileSystem.Unix.cs (5)
411throw new IOException(SR.Format(SR.IO_PathNotFound_Path, sourceFullPath)); 423throw new DirectoryNotFoundException(SR.Format(SR.IO_PathNotFound_Path, sourceFullPath)); 443throw new IOException(SR.Format(SR.IO_PathNotFound_Path, sourceFullPath)); 459throw new DirectoryNotFoundException(SR.Format(SR.IO_PathNotFound_Path, sourceFullPath)); 461throw new IOException(SR.Format(SR.IO_PathNotFound_Path, sourceFullPath));
src\libraries\System.Private.CoreLib\src\System\Threading\EventWaitHandle.cs (1)
41throw new DirectoryNotFoundException(SR.Format(SR.IO_PathNotFound_Path, name));
src\libraries\System.Private.CoreLib\src\System\Threading\Mutex.cs (1)
50throw new DirectoryNotFoundException(SR.Format(SR.IO_PathNotFound_Path, name));
src\libraries\System.Private.CoreLib\src\System\Threading\Semaphore.cs (1)
43throw new IOException(SR.Format(SR.IO_PathNotFound_Path, name));