10 references to IO_PathNotFound_Path
System.Private.CoreLib (10)
src\libraries\Common\src\Interop\Unix\Interop.IOErrors.cs (1)
133new DirectoryNotFoundException(SR.Format(SR.IO_PathNotFound_Path, path)) :
src\libraries\System.Private.CoreLib\src\System\IO\FileInfo.cs (1)
185throw new DirectoryNotFoundException(SR.Format(SR.IO_PathNotFound_Path, FullName));
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)); 441throw new IOException(SR.Format(SR.IO_PathNotFound_Path, sourceFullPath)); 457throw new DirectoryNotFoundException(SR.Format(SR.IO_PathNotFound_Path, sourceFullPath)); 459throw new IOException(SR.Format(SR.IO_PathNotFound_Path, sourceFullPath));
src\libraries\System.Private.CoreLib\src\System\Threading\EventWaitHandle.cs (1)
123throw new DirectoryNotFoundException(SR.Format(SR.IO_PathNotFound_Path, name));
src\libraries\System.Private.CoreLib\src\System\Threading\Mutex.cs (1)
144throw new DirectoryNotFoundException(SR.Format(SR.IO_PathNotFound_Path, name));
src\libraries\System.Private.CoreLib\src\System\Threading\Semaphore.cs (1)
136throw new IOException(SR.Format(SR.IO_PathNotFound_Path, name));