1 .assembly extern mscorlib
4 .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) // .z\V.4..
6 .assembly 'generic-tailcall2.2'
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 'generic-tailcall2.2.exe' // GUID = {84BAE15D-0B00-4F8D-8A54-1C09F6F10C96}
18 .class private auto ansi beforefieldinit Gen`1<T>
19 extends [mscorlib]System.Object
23 .method public hidebysig specialname rtspecialname
24 instance default void '.ctor' () cil managed
26 // Method begins at RVA 0x20ec
30 IL_0001: call instance void object::'.ctor'()
32 } // end of method Gen`1::.ctor
35 .method public static hidebysig
36 default !T[] newArr () cil managed
38 // Method begins at RVA 0x20f4
44 } // end of method Gen`1::newArr
46 } // end of class Gen`1
48 .class public auto ansi beforefieldinit main
49 extends [mscorlib]System.Object
53 .method public hidebysig specialname rtspecialname
54 instance default void '.ctor' () cil managed
56 // Method begins at RVA 0x20fc
60 IL_0001: call instance void object::'.ctor'()
62 } // end of method main::.ctor
65 .method public static hidebysig
66 default string[] work () cil managed
68 // Method begins at RVA 0x2104
72 IL_0000: call !0[] class Gen`1<string>::newArr()
74 } // end of method main::work
77 .method public static hidebysig
78 default int32 Main () cil managed
80 // Method begins at RVA 0x210c
82 // Code size 31 (0x1f)
86 IL_0000: call string[] class main::work()
89 IL_0007: callvirt instance class [mscorlib]System.Type object::GetType()
90 IL_000c: ldtoken string[]
91 IL_0011: call class [mscorlib]System.Type class [mscorlib]System.Type::GetTypeFromHandle(valuetype [mscorlib]System.RuntimeTypeHandle)
98 } // end of method main::Main
100 } // end of class main