Hey, On Wed, May 5, 2010 at 3:44 AM, Timwi <[email protected]> wrote: > There used to be a method MethodBody.Simplify() which turns all the > "short-form" CIL instructions into the 32-bit long forms, which made > code analysis and manipulation quite a bit easier. This method seems > to have gone. > > If the method is now on a different type, where is it?
It simply moved to be an extension method defined in Mono.Cecil.Rocks. And it's called SimplifyMacros. -- Jb Evain <[email protected]> -- -- mono-cecil
