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