Hey, I have a MethodReference that i'd like to search for in other assemblies.
I am iterating over all types, methods with bodies and instructions to find the MethodReference usage as the instruction's operand. How do i compare it with the original MethodReference instance that i already have, to see that they match ? Reference equality does not work obviously, what is the proper way of doing that ? --Lior -- -- -- 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/d/optout.
