|
| 1 | + |
| 2 | +// .NET IL Disassembler. Version 9.0.4 |
| 3 | + |
| 4 | + |
| 5 | + |
| 6 | +// Metadata version: v4.0.30319 |
| 7 | +.assembly extern mscorlib |
| 8 | +{ |
| 9 | + .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) // .z\V.4.. |
| 10 | + .ver 4:0:0:0 |
| 11 | +} |
| 12 | +.assembly tmphku2gd |
| 13 | +{ |
| 14 | + .custom instance void [mscorlib]System.Runtime.CompilerServices.CompilationRelaxationsAttribute::.ctor(int32) = ( 01 00 08 00 00 00 00 00 ) |
| 15 | + .custom instance void [mscorlib]System.Runtime.CompilerServices.RuntimeCompatibilityAttribute::.ctor() = ( 01 00 01 00 54 02 16 57 72 61 70 4E 6F 6E 45 78 // ....T..WrapNonEx |
| 16 | + 63 65 70 74 69 6F 6E 54 68 72 6F 77 73 01 ) // ceptionThrows. |
| 17 | + |
| 18 | + // --- The following custom attribute is added automatically, do not uncomment ------- |
| 19 | + // .custom instance void [mscorlib]System.Diagnostics.DebuggableAttribute::.ctor(valuetype [mscorlib]System.Diagnostics.DebuggableAttribute/DebuggingModes) = ( 01 00 07 01 00 00 00 00 ) |
| 20 | + |
| 21 | + .permissionset reqmin |
| 22 | + = {[mscorlib]System.Security.Permissions.SecurityPermissionAttribute = {property bool 'SkipVerification' = bool(true)}} |
| 23 | + .hash algorithm 0x00008004 |
| 24 | + .ver 0:0:0:0 |
| 25 | +} |
| 26 | +.module tmphku2gd.tmp |
| 27 | +// MVID: {1307db53-f6c4-45d3-a995-8cb116ea8821} |
| 28 | +.custom instance void [mscorlib]System.Security.UnverifiableCodeAttribute::.ctor() = ( 01 00 00 00 ) |
| 29 | +.custom instance void System.Runtime.CompilerServices.RefSafetyRulesAttribute::.ctor(int32) = ( 01 00 0B 00 00 00 00 00 ) |
| 30 | +.imagebase 0x10000000 |
| 31 | +.file alignment 0x00000200 |
| 32 | +.stackreserve 0x00100000 |
| 33 | +.subsystem 0x0003 // WINDOWS_CUI |
| 34 | +.corflags 0x00000001 // ILONLY |
| 35 | + |
| 36 | + |
| 37 | +// =============== CLASS MEMBERS DECLARATION =================== |
| 38 | + |
| 39 | +.class private auto ansi sealed beforefieldinit Microsoft.CodeAnalysis.EmbeddedAttribute |
| 40 | + extends [mscorlib]System.Attribute |
| 41 | +{ |
| 42 | + .custom instance void [mscorlib]System.Runtime.CompilerServices.CompilerGeneratedAttribute::.ctor() = ( 01 00 00 00 ) |
| 43 | + .custom instance void Microsoft.CodeAnalysis.EmbeddedAttribute::.ctor() = ( 01 00 00 00 ) |
| 44 | + .method public hidebysig specialname rtspecialname |
| 45 | + instance void .ctor() cil managed |
| 46 | + { |
| 47 | + // Code size 8 (0x8) |
| 48 | + .maxstack 8 |
| 49 | + IL_0000: ldarg.0 |
| 50 | + IL_0001: call instance void [mscorlib]System.Attribute::.ctor() |
| 51 | + IL_0006: nop |
| 52 | + IL_0007: ret |
| 53 | + } // end of method EmbeddedAttribute::.ctor |
| 54 | + |
| 55 | +} // end of class Microsoft.CodeAnalysis.EmbeddedAttribute |
| 56 | + |
| 57 | +.class private auto ansi sealed beforefieldinit System.Runtime.CompilerServices.RefSafetyRulesAttribute |
| 58 | + extends [mscorlib]System.Attribute |
| 59 | +{ |
| 60 | + .custom instance void [mscorlib]System.Runtime.CompilerServices.CompilerGeneratedAttribute::.ctor() = ( 01 00 00 00 ) |
| 61 | + .custom instance void Microsoft.CodeAnalysis.EmbeddedAttribute::.ctor() = ( 01 00 00 00 ) |
| 62 | + .custom instance void [mscorlib]System.AttributeUsageAttribute::.ctor(valuetype [mscorlib]System.AttributeTargets) = ( 01 00 02 00 00 00 02 00 54 02 0D 41 6C 6C 6F 77 // ........T..Allow |
| 63 | + 4D 75 6C 74 69 70 6C 65 00 54 02 09 49 6E 68 65 // Multiple.T..Inhe |
| 64 | + 72 69 74 65 64 00 ) // rited. |
| 65 | + .field public initonly int32 Version |
| 66 | + .method public hidebysig specialname rtspecialname |
| 67 | + instance void .ctor(int32 A_1) cil managed |
| 68 | + { |
| 69 | + // Code size 15 (0xf) |
| 70 | + .maxstack 8 |
| 71 | + IL_0000: ldarg.0 |
| 72 | + IL_0001: call instance void [mscorlib]System.Attribute::.ctor() |
| 73 | + IL_0006: nop |
| 74 | + IL_0007: ldarg.0 |
| 75 | + IL_0008: ldarg.1 |
| 76 | + IL_0009: stfld int32 System.Runtime.CompilerServices.RefSafetyRulesAttribute::Version |
| 77 | + IL_000e: ret |
| 78 | + } // end of method RefSafetyRulesAttribute::.ctor |
| 79 | + |
| 80 | +} // end of class System.Runtime.CompilerServices.RefSafetyRulesAttribute |
| 81 | + |
| 82 | +.class private auto ansi sealed beforefieldinit System.Runtime.CompilerServices.CompilerFeatureRequiredAttribute |
| 83 | + extends [mscorlib]System.Attribute |
| 84 | +{ |
| 85 | + .custom instance void [mscorlib]System.AttributeUsageAttribute::.ctor(valuetype [mscorlib]System.AttributeTargets) = ( 01 00 FF 7F 00 00 02 00 54 02 0D 41 6C 6C 6F 77 // ........T..Allow |
| 86 | + 4D 75 6C 74 69 70 6C 65 01 54 02 09 49 6E 68 65 // Multiple.T..Inhe |
| 87 | + 72 69 74 65 64 00 ) // rited. |
| 88 | + .method public hidebysig specialname rtspecialname |
| 89 | + instance void .ctor(string featureName) cil managed |
| 90 | + { |
| 91 | + // Code size 9 (0x9) |
| 92 | + .maxstack 8 |
| 93 | + IL_0000: ldarg.0 |
| 94 | + IL_0001: call instance void [mscorlib]System.Attribute::.ctor() |
| 95 | + IL_0006: nop |
| 96 | + IL_0007: nop |
| 97 | + IL_0008: ret |
| 98 | + } // end of method CompilerFeatureRequiredAttribute::.ctor |
| 99 | + |
| 100 | +} // end of class System.Runtime.CompilerServices.CompilerFeatureRequiredAttribute |
| 101 | + |
| 102 | +.class private auto ansi beforefieldinit System.Runtime.CompilerServices.IsExternalInit |
| 103 | + extends [mscorlib]System.Object |
| 104 | +{ |
| 105 | + .method public hidebysig specialname rtspecialname |
| 106 | + instance void .ctor() cil managed |
| 107 | + { |
| 108 | + // Code size 8 (0x8) |
| 109 | + .maxstack 8 |
| 110 | + IL_0000: ldarg.0 |
| 111 | + IL_0001: call instance void [mscorlib]System.Object::.ctor() |
| 112 | + IL_0006: nop |
| 113 | + IL_0007: ret |
| 114 | + } // end of method IsExternalInit::.ctor |
| 115 | + |
| 116 | +} // end of class System.Runtime.CompilerServices.IsExternalInit |
| 117 | + |
| 118 | +.class private auto ansi sealed beforefieldinit System.Runtime.CompilerServices.RequiredMemberAttribute |
| 119 | + extends [mscorlib]System.Attribute |
| 120 | +{ |
| 121 | + .custom instance void [mscorlib]System.AttributeUsageAttribute::.ctor(valuetype [mscorlib]System.AttributeTargets) = ( 01 00 8C 01 00 00 02 00 54 02 0D 41 6C 6C 6F 77 // ........T..Allow |
| 122 | + 4D 75 6C 74 69 70 6C 65 00 54 02 09 49 6E 68 65 // Multiple.T..Inhe |
| 123 | + 72 69 74 65 64 00 ) // rited. |
| 124 | + .method public hidebysig specialname rtspecialname |
| 125 | + instance void .ctor() cil managed |
| 126 | + { |
| 127 | + // Code size 8 (0x8) |
| 128 | + .maxstack 8 |
| 129 | + IL_0000: ldarg.0 |
| 130 | + IL_0001: call instance void [mscorlib]System.Attribute::.ctor() |
| 131 | + IL_0006: nop |
| 132 | + IL_0007: ret |
| 133 | + } // end of method RequiredMemberAttribute::.ctor |
| 134 | + |
| 135 | +} // end of class System.Runtime.CompilerServices.RequiredMemberAttribute |
| 136 | + |
| 137 | +.class private auto ansi beforefieldinit ICSharpCode.Decompiler.Tests.TestCases.Ugly.NoGenericTypeInstantiation`1<.ctor TOnType> |
| 138 | + extends [mscorlib]System.Object |
| 139 | +{ |
| 140 | + .method public hidebysig static !TOnType |
| 141 | + CreateTOnType() cil managed |
| 142 | + { |
| 143 | + // Code size 11 (0xb) |
| 144 | + .maxstack 1 |
| 145 | + .locals init (!TOnType V_0) |
| 146 | + IL_0000: nop |
| 147 | + IL_0001: call !!0 [mscorlib]System.Activator::CreateInstance<!TOnType>() |
| 148 | + IL_0006: stloc.0 |
| 149 | + IL_0007: br.s IL_0009 |
| 150 | + |
| 151 | + IL_0009: ldloc.0 |
| 152 | + IL_000a: ret |
| 153 | + } // end of method NoGenericTypeInstantiation`1::CreateTOnType |
| 154 | + |
| 155 | + .method public hidebysig static !!TOnMethod |
| 156 | + CreateTOnMethod<.ctor TOnMethod>() cil managed |
| 157 | + { |
| 158 | + // Code size 11 (0xb) |
| 159 | + .maxstack 1 |
| 160 | + .locals init (!!TOnMethod V_0) |
| 161 | + IL_0000: nop |
| 162 | + IL_0001: call !!0 [mscorlib]System.Activator::CreateInstance<!!0>() |
| 163 | + IL_0006: stloc.0 |
| 164 | + IL_0007: br.s IL_0009 |
| 165 | + |
| 166 | + IL_0009: ldloc.0 |
| 167 | + IL_000a: ret |
| 168 | + } // end of method NoGenericTypeInstantiation`1::CreateTOnMethod |
| 169 | + |
| 170 | + .method public hidebysig specialname rtspecialname |
| 171 | + instance void .ctor() cil managed |
| 172 | + { |
| 173 | + // Code size 8 (0x8) |
| 174 | + .maxstack 8 |
| 175 | + IL_0000: ldarg.0 |
| 176 | + IL_0001: call instance void [mscorlib]System.Object::.ctor() |
| 177 | + IL_0006: nop |
| 178 | + IL_0007: ret |
| 179 | + } // end of method NoGenericTypeInstantiation`1::.ctor |
| 180 | + |
| 181 | +} // end of class ICSharpCode.Decompiler.Tests.TestCases.Ugly.NoGenericTypeInstantiation`1 |
| 182 | + |
| 183 | + |
| 184 | +// ============================================================= |
| 185 | + |
| 186 | +// *********** DISASSEMBLY COMPLETE *********************** |
0 commit comments