[runtime] Introduce mono_class_from_typeref_checked and replace usage of the old...
commit57cce937d83d7d5efd252b9f07d9d284dc3c1065
authorRodrigo Kumpera <kumpera@gmail.com>
Tue, 28 Jan 2014 19:57:39 +0000 (28 14:57 -0500)
committerRodrigo Kumpera <kumpera@gmail.com>
Tue, 9 Sep 2014 20:34:51 +0000 (9 16:34 -0400)
tree87df9dfe515291ece528453015f6cf49689e8141
parentefa5a5ad177e01df9dbb31a256f856dc0c74042a
[runtime] Introduce mono_class_from_typeref_checked and replace usage of the old one with it.

This is another step into wiring up MonoError into the typeloading codebase. This is
one more function that needs it.
mono/metadata/class.c
mono/metadata/class.h
mono/metadata/loader.c