11 references to IO_PathNotFound_Path
System.Private.CoreLib (11)
src\libraries\Common\src\Interop\Unix\Interop.IOErrors.cs (1)
133
new DirectoryNotFoundException(SR.Format(SR.
IO_PathNotFound_Path
, path)) :
src\libraries\Common\src\System\IO\Win32Marshal.cs (1)
38
string.IsNullOrEmpty(path) ? SR.IO_PathNotFound_NoPathName : SR.Format(SR.
IO_PathNotFound_Path
, path));
src\libraries\System.Private.CoreLib\src\System\IO\FileInfo.cs (1)
164
throw new DirectoryNotFoundException(SR.Format(SR.
IO_PathNotFound_Path
, FullName));
src\libraries\System.Private.CoreLib\src\System\IO\FileSystem.Unix.cs (5)
409
throw new IOException(SR.Format(SR.
IO_PathNotFound_Path
, sourceFullPath));
421
throw new DirectoryNotFoundException(SR.Format(SR.
IO_PathNotFound_Path
, sourceFullPath));
441
throw new IOException(SR.Format(SR.
IO_PathNotFound_Path
, sourceFullPath));
457
throw new DirectoryNotFoundException(SR.Format(SR.
IO_PathNotFound_Path
, sourceFullPath));
459
throw new IOException(SR.Format(SR.
IO_PathNotFound_Path
, sourceFullPath));
src\libraries\System.Private.CoreLib\src\System\Threading\EventWaitHandle.cs (1)
123
throw new DirectoryNotFoundException(SR.Format(SR.
IO_PathNotFound_Path
, name));
src\libraries\System.Private.CoreLib\src\System\Threading\Mutex.cs (1)
144
throw new DirectoryNotFoundException(SR.Format(SR.
IO_PathNotFound_Path
, name));
src\libraries\System.Private.CoreLib\src\System\Threading\Semaphore.cs (1)
136
throw new IOException(SR.Format(SR.
IO_PathNotFound_Path
, name));