5 references to COR_E_DIRECTORYNOTFOUND
System.Private.CoreLib (5)
src\runtime\src\libraries\System.Private.CoreLib\src\System\IO\DirectoryNotFoundException.cs (4)
23
HResult = HResults.
COR_E_DIRECTORYNOTFOUND
;
29
HResult = HResults.
COR_E_DIRECTORYNOTFOUND
;
35
HResult = HResults.
COR_E_DIRECTORYNOTFOUND
;
48
HResult = HResults.
COR_E_DIRECTORYNOTFOUND
;
src\runtime\src\libraries\System.Private.CoreLib\src\System\Runtime\InteropServices\Marshal.cs (1)
762
case HResults.
COR_E_DIRECTORYNOTFOUND
: