In dis:
authorRaja R Harinath <harinath@hurrynot.org>
Thu, 4 Jan 2007 12:53:37 +0000 (12:53 -0000)
committerRaja R Harinath <harinath@hurrynot.org>
Thu, 4 Jan 2007 12:53:37 +0000 (12:53 -0000)
commit25ef24bae916efa1a28915c236a6a231d98f526b
treeadf83baf55067ce3eda7f00d9548fb98971d35aa
parenteda68f018a6c067227db49b6181137b6fb936bc7
In dis:
* get.c (get_method_core): Pick generic container from the
declaring method.

In metadata:
Remove redundant field
* class-internals.h (_MonoGenericContext.container): Remove field.
* loader.c (mono_method_get_signature_full): Don't parse a
"container" for a signature parse when the signature is inflated
immediately.
(method_from_methodspec): Likewise, for a generic_inst.
* class.c, metadata.c, reflection.c: Update to changes.

svn path=/trunk/mono/; revision=70470
mono/dis/ChangeLog
mono/dis/get.c
mono/metadata/ChangeLog
mono/metadata/class-internals.h
mono/metadata/class.c
mono/metadata/loader.c
mono/metadata/metadata.c
mono/metadata/reflection.c