cecil icon indicating copy to clipboard operation
cecil copied to clipboard

Add `MethodImplAttributes.AggressiveOptimization`

Open Zastai opened this issue 2 years ago • 0 comments

In .NET Core 3.0 and later, MethodImplOptions got a new flag value, AggressiveOptimization (512).

This adds that same flag to MethodImplAttributes (and a corresponding property to MethodDefinition). It also updates the comments for the flags to match the MethodImplOptions documentation better.

Zastai avatar Jun 12 '22 19:06 Zastai