1 .assembly extern 'bug-81466-lib'
5 .assembly extern mscorlib
8 .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) // .z\V.4..
12 .custom instance void class [mscorlib]System.Diagnostics.DebuggableAttribute::.ctor(bool, bool) = (01 00 01 01 00 00 ) // ......
14 .hash algorithm 0x00008004
17 .module 'bug-81466.exe'
22 .class private auto ansi beforefieldinit TestImpl
23 extends ['bug-81466-lib']MainSpace.CD
27 .method public virtual hidebysig
28 instance default bool Test () cil managed
30 // Method begins at RVA 0x2050
31 // Code size 21 (0x15)
35 IL_0000: ldstr "TestImpl.Test()"
36 IL_0005: call void class [mscorlib]System.Console::WriteLine(string)
38 IL_000b: call instance bool class ['bug-81466-lib']MainSpace.CD::Test()
44 } // end of method TestImpl::Test
47 .method public hidebysig specialname rtspecialname
48 instance default void .ctor () cil managed
50 // Method begins at RVA 0x2074
54 IL_0001: call instance void class ['bug-81466-lib']MainSpace.CD::.ctor()
56 } // end of method TestImpl::.ctor
58 } // end of class ImplSpace.TestImpl
63 .class public auto ansi beforefieldinit TestClass
64 extends [mscorlib]System.Object
68 .method public static hidebysig
69 default int32 Main () cil managed
71 // Method begins at RVA 0x2088
76 class ImplSpace.TestImpl V_0)
77 IL_0000: newobj instance void class ImplSpace.TestImpl::.ctor()
80 IL_0007: callvirt instance bool class ['bug-81466-lib']MainSpace.AC::Test()
84 } // end of method TestClass::Main
87 .method public hidebysig specialname rtspecialname
88 instance default void .ctor () cil managed
90 // Method begins at RVA 0x20a4
94 IL_0001: call instance void object::.ctor()
96 } // end of method TestClass::.ctor
98 } // end of class ImplSpace.TestClass