|
|
|
@ -10,7 +10,7 @@
@@ -10,7 +10,7 @@
|
|
|
|
|
.publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) // .z\V.4.. |
|
|
|
|
.ver 4:0:0:0 |
|
|
|
|
} |
|
|
|
|
.assembly ph2u0axx |
|
|
|
|
.assembly t2movxx2 |
|
|
|
|
{ |
|
|
|
|
.custom instance void [mscorlib]System.Runtime.CompilerServices.CompilationRelaxationsAttribute::.ctor(int32) = ( 01 00 08 00 00 00 00 00 ) |
|
|
|
|
.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 |
|
|
|
@ -20,15 +20,15 @@
@@ -20,15 +20,15 @@
|
|
|
|
|
.hash algorithm 0x00008004 |
|
|
|
|
.ver 0:0:0:0 |
|
|
|
|
} |
|
|
|
|
.module ph2u0axx.dll |
|
|
|
|
// MVID: {8F821F70-8053-4F18-BDF7-88A43880B754} |
|
|
|
|
.module t2movxx2.dll |
|
|
|
|
// MVID: {F28F6C6C-94AA-4D5E-B9EE-907881B3E7E4} |
|
|
|
|
.custom instance void [mscorlib]System.Security.UnverifiableCodeAttribute::.ctor() = ( 01 00 00 00 ) |
|
|
|
|
.imagebase 0x10000000 |
|
|
|
|
.file alignment 0x00000200 |
|
|
|
|
.stackreserve 0x00100000 |
|
|
|
|
.subsystem 0x0003 // WINDOWS_CUI |
|
|
|
|
.corflags 0x00000001 // ILONLY |
|
|
|
|
// Image base: 0x00D70000 |
|
|
|
|
// Image base: 0x00690000 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
// =============== CLASS MEMBERS DECLARATION =================== |
|
|
|
@ -735,6 +735,38 @@
@@ -735,6 +735,38 @@
|
|
|
|
|
IL_0009: ret |
|
|
|
|
} // end of method TypeAnalysisTests::CompareDelegateWithNull |
|
|
|
|
|
|
|
|
|
.method public hidebysig instance valuetype [mscorlib]System.Decimal |
|
|
|
|
ImplicitConversionToDecimal(uint8 v) cil managed |
|
|
|
|
{ |
|
|
|
|
// Code size 12 (0xc) |
|
|
|
|
.maxstack 1 |
|
|
|
|
.locals init (valuetype [mscorlib]System.Decimal V_0) |
|
|
|
|
IL_0000: nop |
|
|
|
|
IL_0001: ldarg.1 |
|
|
|
|
IL_0002: call valuetype [mscorlib]System.Decimal [mscorlib]System.Decimal::op_Implicit(uint8) |
|
|
|
|
IL_0007: stloc.0 |
|
|
|
|
IL_0008: br.s IL_000a |
|
|
|
|
|
|
|
|
|
IL_000a: ldloc.0 |
|
|
|
|
IL_000b: ret |
|
|
|
|
} // end of method TypeAnalysisTests::ImplicitConversionToDecimal |
|
|
|
|
|
|
|
|
|
.method public hidebysig instance valuetype [mscorlib]System.Decimal |
|
|
|
|
ImplicitConversionToDecimal(uint64 v) cil managed |
|
|
|
|
{ |
|
|
|
|
// Code size 12 (0xc) |
|
|
|
|
.maxstack 1 |
|
|
|
|
.locals init (valuetype [mscorlib]System.Decimal V_0) |
|
|
|
|
IL_0000: nop |
|
|
|
|
IL_0001: ldarg.1 |
|
|
|
|
IL_0002: call valuetype [mscorlib]System.Decimal [mscorlib]System.Decimal::op_Implicit(uint64) |
|
|
|
|
IL_0007: stloc.0 |
|
|
|
|
IL_0008: br.s IL_000a |
|
|
|
|
|
|
|
|
|
IL_000a: ldloc.0 |
|
|
|
|
IL_000b: ret |
|
|
|
|
} // end of method TypeAnalysisTests::ImplicitConversionToDecimal |
|
|
|
|
|
|
|
|
|
.method public hidebysig specialname rtspecialname |
|
|
|
|
instance void .ctor() cil managed |
|
|
|
|
{ |
|
|
|
|