5 references to IO_FileNotFound_FileName
System.Private.CoreLib (5)
Internal\Runtime\TypeLoaderExceptionHelper.cs (1)
118
return SR.
IO_FileNotFound_FileName
;
src\runtime\src\libraries\Common\src\Interop\Unix\Interop.IOErrors.cs (1)
126
new FileNotFoundException(SR.Format(SR.
IO_FileNotFound_FileName
, path), path) :
src\runtime\src\libraries\System.Private.CoreLib\src\System\IO\File.cs (1)
1084
throw new FileNotFoundException(SR.Format(SR.
IO_FileNotFound_FileName
, fullSourceFileName), fullSourceFileName);
src\runtime\src\libraries\System.Private.CoreLib\src\System\IO\FileInfo.cs (2)
40
throw new FileNotFoundException(SR.Format(SR.
IO_FileNotFound_FileName
, FullPath), FullPath);
189
throw new FileNotFoundException(SR.Format(SR.
IO_FileNotFound_FileName
, FullName), FullName);