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.
TargetedPatchingOptOut
is useful. For everyone else (all of us),TargetedPatchingOptOut
is completely useless. – Federal