[SRE] Improved token fixups processing.
authorMarcos Henrich <marcos.henrich@xamarin.com>
Wed, 24 Jun 2015 10:23:54 +0000 (11:23 +0100)
committerMarcos Henrich <marcos.henrich@xamarin.com>
Mon, 6 Jul 2015 15:24:36 +0000 (16:24 +0100)
The runtime requires a MemberInfo from the fixups.
A metadata token needs to be translated into a MemberInfo.
Nontheless Module.ResolveMember only works with loaded assemblies.

Local unbuilded members also needed to be resolved so a new method
ResolveOrGetRegisteredToken was added to retrieve from the runtime the
cached XXXBuilder for a token.


No differences found