1 .assembly extern mscorlib
4 .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) // .z\V.4..
6 .assembly 'find-method'
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 'find-method.exe' // GUID = {42B655E5-110B-419B-8B7B-B523C11EDAB3}
18 .class private auto ansi beforefieldinit X`2<T,U>
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 X`2::instance default void .ctor ()
35 .method public virtual hidebysig newslot
36 instance default int32 f (!T t, !U u) cil managed
38 // Method begins at RVA 0x20f4
43 } // end of method X`2::instance default int32 f (!T t, !U u)
46 .method public hidebysig
47 instance default int32 f (int32 i, int64 l) cil managed
49 // Method begins at RVA 0x20f8
54 } // end of method X`2::instance default int32 f (int32 i, int64 l)
58 .class private auto ansi beforefieldinit Y`1<V>
59 extends class X`2<int32, !0>
63 .method public hidebysig specialname rtspecialname
64 instance default void .ctor () cil managed
66 // Method begins at RVA 0x20fc
70 IL_0001: call instance void class X`2<int32, !V>::.ctor()
72 } // end of method Y`1::instance default void .ctor ()
75 .class private auto ansi beforefieldinit m
76 extends [mscorlib]System.Object
80 .method public hidebysig specialname rtspecialname
81 instance default void .ctor () cil managed
83 // Method begins at RVA 0x2108
87 IL_0001: call instance void object::.ctor()
89 } // end of method m::instance default void .ctor ()
92 .method private static hidebysig
93 default void Main () cil managed
95 // Method begins at RVA 0x2110
97 // Code size 27 (0x1b)
100 class Y`1<int32> V_0)
101 IL_0000: newobj instance void class Y`1<int32>::.ctor()
106 IL_0009: callvirt instance int32 class Y`1<int32>::f(int32, !0)
110 IL_0014: newobj instance void class [mscorlib]System.Exception::.ctor()
113 } // end of method m::default void Main ()