10 references to IO_PathNotFound_Path
System.Private.CoreLib (10)
src\runtime\src\libraries\Common\src\Interop\Unix\Interop.IOErrors.cs (1)
134new DirectoryNotFoundException(SR.Format(SR.IO_PathNotFound_Path, path), path) :
src\runtime\src\libraries\System.Private.CoreLib\src\System\IO\FileInfo.cs (1)
186throw new DirectoryNotFoundException(SR.Format(SR.IO_PathNotFound_Path, directoryPath), directoryPath);
src\runtime\src\libraries\System.Private.CoreLib\src\System\IO\FileSystem.Unix.cs (5)
409throw new IOException(SR.Format(SR.IO_PathNotFound_Path, sourceFullPath)); 421throw new DirectoryNotFoundException(SR.Format(SR.IO_PathNotFound_Path, sourceFullPath), sourceFullPath); 441throw new IOException(SR.Format(SR.IO_PathNotFound_Path, sourceFullPath)); 457throw new DirectoryNotFoundException(SR.Format(SR.IO_PathNotFound_Path, sourceFullPath), sourceFullPath); 459throw new IOException(SR.Format(SR.IO_PathNotFound_Path, sourceFullPath));
src\runtime\src\libraries\System.Private.CoreLib\src\System\Threading\EventWaitHandle.cs (1)
123throw new DirectoryNotFoundException(SR.Format(SR.IO_PathNotFound_Path, name));
src\runtime\src\libraries\System.Private.CoreLib\src\System\Threading\Mutex.cs (1)
144throw new DirectoryNotFoundException(SR.Format(SR.IO_PathNotFound_Path, name));
src\runtime\src\libraries\System.Private.CoreLib\src\System\Threading\Semaphore.cs (1)
136throw new IOException(SR.Format(SR.IO_PathNotFound_Path, name));