4 references to IO_FileNotFound
System.Private.CoreLib (4)
src\libraries\Common\src\Interop\Unix\Interop.IOErrors.cs (1)
127new FileNotFoundException(SR.IO_FileNotFound);
src\libraries\Common\src\System\IO\Win32Marshal.cs (1)
35string.IsNullOrEmpty(path) ? SR.IO_FileNotFound : SR.Format(SR.IO_FileNotFound_FileName, path), path);
src\libraries\System.Private.CoreLib\src\System\IO\FileNotFoundException.cs (2)
17: base(SR.IO_FileNotFound) 64_message = SR.IO_FileNotFound;