6 references to COR_E_FILENOTFOUND
System.Private.CoreLib (6)
src\runtime\src\libraries\System.Private.CoreLib\src\System\IO\FileNotFoundException.cs (5)
19
HResult = HResults.
COR_E_FILENOTFOUND
;
25
HResult = HResults.
COR_E_FILENOTFOUND
;
31
HResult = HResults.
COR_E_FILENOTFOUND
;
37
HResult = HResults.
COR_E_FILENOTFOUND
;
44
HResult = HResults.
COR_E_FILENOTFOUND
;
src\runtime\src\libraries\System.Private.CoreLib\src\System\Runtime\InteropServices\Marshal.cs (1)
784
case HResults.
COR_E_FILENOTFOUND
: