The name of generic parameters is not shared across module boundaries, so if it's instantiated with a parameter in the current module you'll have its name, otherwise you'll have a computed name.
On Mon, Dec 23, 2013 at 9:10 AM, AndreiF <[email protected]> wrote: > And sometimes this name looks like "System.Void > ClassLibrary1.Class::GenericMethod<System.Int32,System.Int32>(!!0,!!1)" > Why this difference? > > -- > -- > -- > mono-cecil > --- > You received this message because you are subscribed to the Google Groups > "mono-cecil" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > For more options, visit https://groups.google.com/groups/opt_out. -- -- -- mono-cecil --- You received this message because you are subscribed to the Google Groups "mono-cecil" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
