Files
Il2CppInspectorRedux/Il2CppInspector.Common/Reflection
Robert Xiao 193cdcdc4a Get rid of TypesByMethodSpecClassIndex.
classIndexIndex only indexes the genericInstance, not the actual generic
instance type. Therefore, for example, A<Int32,Int32> and B<Int32,Int32>
have the same classIndexIndex because the generic parameters are the
same, despite being otherwise unrelated.

Instead of TypesByMethodSpecClassIndex, we simply call MakeGenericType
each time, relying on genericTypeInstances to dedup the resulting
instances. This patch thus also adds all of the types from
genericTypeInstances to the Il2CppModel.Types listing.
2020-06-20 10:17:48 +02:00
..
2020-02-06 02:51:42 +01:00
2020-02-06 02:51:42 +01:00
2020-02-06 02:51:42 +01:00
2020-02-06 02:51:42 +01:00
2020-02-06 02:51:42 +01:00
2020-02-06 02:51:42 +01:00