4 references to CoreTypeNotFound
System.Reflection.MetadataLoadContext (4)
System\Reflection\TypeLoading\General\Assignability.cs (4)
259
return coreTypes[CoreType.SByte] ?? throw new TypeLoadException(SR.Format(SR.
CoreTypeNotFound
, "System.SByte"));
262
return coreTypes[CoreType.Int16] ?? throw new TypeLoadException(SR.Format(SR.
CoreTypeNotFound
, "System.Int16"));
265
return coreTypes[CoreType.Int32] ?? throw new TypeLoadException(SR.Format(SR.
CoreTypeNotFound
, "System.Int32"));
268
return coreTypes[CoreType.Int64] ?? throw new TypeLoadException(SR.Format(SR.
CoreTypeNotFound
, "System.Int64"));