Posts
Sort by recent activity
Exception when decompiling to C#
The following two methods cause an exception when decompiling to C#. Looking at the IL it seems that the "dup" instruction isn't handled properly.internal Expression Rewrite(Expression instance...
'fixed' statements decompiled incorrectly
The following IL:
.method assembly hidebysig static void SectionListFromPage(class MS.Internal.PtsHost.PtsContext ptsContext, native int page, valuetype MS.Internal.PtsHost.UnsafeNativeMethods....