Hello:
Found an annoying bug in the latest JustDecompiler relassed on 2012.1.214.2.
The bug occurs when you compile the library ICSharpCode.NRefactory.dll . See VBNetOutputVisitor () where
decompiled incorrectly line is present in several points in the decompiled.
if (<PrivateImplementationDetails> {8A212A61-412F-927F-FA8C-0D0CAAA3B3E4}. $ $ method0x6000557-1 == null)
Please see the following generated code too:
using System.Runtime.CompilerServices;
using System.Collections.Generic;
using System.Runtime.InteropServices;
internal class <PrivateImplementationDetails>{8A212A61-FA8C-412F-927F-0D0CAAA3B3E4}
{
internal static Dictionary<string, int> $$method0x6000557-1;
internal static Dictionary<string, int> $$method0x6000703-1;
internal static __StaticArrayInitTypeSize=5880 $$method0x6000b11-1;
internal static __StaticArrayInitTypeSize=8320 $$method0x6000b12-1;
[StructLayout(LayoutKind.Explicit)]
private struct __StaticArrayInitTypeSize=5880
{
}
[StructLayout(LayoutKind.Explicit)]
private struct __StaticArrayInitTypeSize=8320
{
}
}
ipadilla