What is the difference between the MethodImplAttribute with the option MethodImplOptions.AggressiveInlining and the TargetedPatchingOptOut?
When I searched on Google everybody seems to says that both (might) inline the method but without giving the difference.