7 references to COR_E_FILENOTFOUND
System.Private.CoreLib (7)
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\libraries\System.Private.CoreLib\src\System\Runtime\Loader\AssemblyLoadContext.cs (2)
774
TraceSatelliteSubdirectoryPathProbed(assemblyPath, HResults.
COR_E_FILENOTFOUND
);
785
TraceSatelliteSubdirectoryPathProbed(assemblyPath, exists ? HResults.S_OK : HResults.
COR_E_FILENOTFOUND
);