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)
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));