1 .assembly extern mscorlib
4 .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) // .z\V.4..
8 .custom instance void class [mscorlib]System.Runtime.CompilerServices.RuntimeCompatibilityAttribute::'.ctor'() = (
9 01 00 01 00 54 02 16 57 72 61 70 4E 6F 6E 45 78 // ....T..WrapNonEx
10 63 65 70 74 69 6F 6E 54 68 72 6F 77 73 01 ) // ceptionThrows.
12 .hash algorithm 0x00008004
15 .module repro.exe // GUID = {BF27A528-3D7C-4A28-836C-06A36B2B26C9}
18 .class interface public auto ansi abstract IFace
20 .field public static initonly int32 X
23 .method private static specialname rtspecialname
24 default void '.cctor' () cil managed
26 // Method begins at RVA 0x20f4
29 IL_0000: ldc.i4.s 0x0a
30 IL_0002: stsfld int32 IFace::X
32 } // end of method Foo::.cctor
35 .method public virtual hidebysig newslot abstract
36 instance default int32 Bla () cil managed
38 // Method begins at RVA 0x0
39 } // end of method IFace::Bla
41 } // end of class IFace
43 .class public auto ansi beforefieldinit Foo
44 extends [mscorlib]System.Object
48 .method public hidebysig specialname rtspecialname
49 instance default void '.ctor' () cil managed
51 // Method begins at RVA 0x20ec
55 IL_0001: call instance void object::'.ctor'()
57 } // end of method Foo::.ctor
60 .method public final virtual hidebysig newslot
61 instance default int32 Bla () cil managed
63 // Method begins at RVA 0x2100
68 } // end of method Foo::Bla
72 .class private auto ansi beforefieldinit Driver
73 extends [mscorlib]System.Object
77 .method public hidebysig specialname rtspecialname
78 instance default void '.ctor' () cil managed
80 // Method begins at RVA 0x2104
84 IL_0001: call instance void object::'.ctor'()
86 } // end of method Driver::.ctor
89 .method private static hidebysig
90 default int32 Main () cil managed
94 .locals init (class Foo V_0)
95 newobj instance void class Foo::'.ctor'()
98 callvirt instance int32 class Foo::Bla()