6 references to COR_E_TYPELOAD
mscorlib (6)
system\runtime\interopservices\typelibconverter.cs (2)
558
if (e.ResourceId != System.__HResults.
COR_E_TYPELOAD
) // type not found
571
if (e._HResult != System.__HResults.
COR_E_TYPELOAD
) // type not found
system\typeloadexception.cs (4)
34
SetErrorCode(__HResults.
COR_E_TYPELOAD
);
39
SetErrorCode(__HResults.
COR_E_TYPELOAD
);
44
SetErrorCode(__HResults.
COR_E_TYPELOAD
);
95
SetErrorCode(__HResults.
COR_E_TYPELOAD
);