3 references to IO_FileNotFound
System.Private.CoreLib (3)
src\libraries\Common\src\Interop\Unix\Interop.IOErrors.cs (1)
127
new FileNotFoundException(SR.
IO_FileNotFound
);
src\libraries\System.Private.CoreLib\src\System\IO\FileNotFoundException.cs (2)
17
: base(SR.
IO_FileNotFound
)
64
_message = SR.
IO_FileNotFound
;