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