5 references to COR_E_TYPELOAD
System.Private.CoreLib (5)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Runtime\InteropServices\Marshal.cs (1)
872case HResults.COR_E_TYPELOAD:
src\runtime\src\libraries\System.Private.CoreLib\src\System\TypeLoadException.cs (4)
17HResult = HResults.COR_E_TYPELOAD; 23HResult = HResults.COR_E_TYPELOAD; 29HResult = HResults.COR_E_TYPELOAD; 36HResult = HResults.COR_E_TYPELOAD;