3 references to IO_FileNotFound_FileName
System.Formats.Tar (3)
src\libraries\Common\src\Interop\Unix\Interop.IOErrors.cs (1)
126
new FileNotFoundException(SR.Format(SR.
IO_FileNotFound_FileName
, path), path) :
System\Formats\Tar\TarFile.cs (2)
266
throw new FileNotFoundException(SR.Format(SR.
IO_FileNotFound_FileName
, sourceFileName));
313
return Task.FromException(new FileNotFoundException(SR.Format(SR.
IO_FileNotFound_FileName
, sourceFileName)));