6 references to IO_FileNotFound_FileName
System.Private.CoreLib (6)
src\libraries\Common\src\Interop\Unix\Interop.IOErrors.cs (1)
126
new FileNotFoundException(SR.Format(SR.
IO_FileNotFound_FileName
, path), path) :
src\libraries\Common\src\System\IO\Win32Marshal.cs (1)
35
string.IsNullOrEmpty(path) ? SR.IO_FileNotFound : SR.Format(SR.
IO_FileNotFound_FileName
, path), path);
src\libraries\System.Private.CoreLib\src\System\IO\File.cs (1)
1057
throw new FileNotFoundException(SR.Format(SR.
IO_FileNotFound_FileName
, fullSourceFileName), fullSourceFileName);
src\libraries\System.Private.CoreLib\src\System\IO\FileInfo.cs (2)
40
throw new FileNotFoundException(SR.Format(SR.
IO_FileNotFound_FileName
, FullPath), FullPath);
167
throw new FileNotFoundException(SR.Format(SR.
IO_FileNotFound_FileName
, FullName), FullName);
src\System\Reflection\RuntimeAssembly.cs (1)
675
throw new FileNotFoundException(SR.Format(culture, SR.
IO_FileNotFound_FileName
, an.Name));