|
|
|
@ -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 dybef0h5 |
|
|
|
|
.assembly wgewqkaz |
|
|
|
|
{ |
|
|
|
|
.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 dybef0h5.dll |
|
|
|
|
// MVID: {469DF7ED-3C07-4983-A672-891B2A428600} |
|
|
|
|
.module wgewqkaz.dll |
|
|
|
|
// MVID: {298A3373-9EF1-4D76-BCEC-2E82A945AF55} |
|
|
|
|
.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: 0x003C0000 |
|
|
|
|
// Image base: 0x00550000 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
// =============== CLASS MEMBERS DECLARATION =================== |
|
|
|
@ -302,6 +302,51 @@
@@ -302,6 +302,51 @@
|
|
|
|
|
IL_0034: ret |
|
|
|
|
} // end of method Using::UsingStatementOnStructWithVariable |
|
|
|
|
|
|
|
|
|
.method private hidebysig instance void |
|
|
|
|
UsingStatementOnNullableStruct(valuetype [mscorlib]System.Nullable`1<valuetype ICSharpCode.Decompiler.Tests.TestCases.Pretty.Using/UsingStruct> us) cil managed |
|
|
|
|
{ |
|
|
|
|
// Code size 63 (0x3f) |
|
|
|
|
.maxstack 2 |
|
|
|
|
.locals init (valuetype [mscorlib]System.Nullable`1<valuetype ICSharpCode.Decompiler.Tests.TestCases.Pretty.Using/UsingStruct> V_0, |
|
|
|
|
bool V_1) |
|
|
|
|
IL_0000: nop |
|
|
|
|
IL_0001: ldarg.1 |
|
|
|
|
IL_0002: stloc.0 |
|
|
|
|
.try |
|
|
|
|
{ |
|
|
|
|
IL_0003: nop |
|
|
|
|
IL_0004: ldstr "using-body: " |
|
|
|
|
IL_0009: ldarg.1 |
|
|
|
|
IL_000a: box valuetype [mscorlib]System.Nullable`1<valuetype ICSharpCode.Decompiler.Tests.TestCases.Pretty.Using/UsingStruct> |
|
|
|
|
IL_000f: call string [mscorlib]System.String::Concat(object, |
|
|
|
|
object) |
|
|
|
|
IL_0014: call void [mscorlib]System.Console::WriteLine(string) |
|
|
|
|
IL_0019: nop |
|
|
|
|
IL_001a: nop |
|
|
|
|
IL_001b: leave.s IL_003d |
|
|
|
|
|
|
|
|
|
} // end .try |
|
|
|
|
finally |
|
|
|
|
{ |
|
|
|
|
IL_001d: ldloca.s V_0 |
|
|
|
|
IL_001f: call instance bool valuetype [mscorlib]System.Nullable`1<valuetype ICSharpCode.Decompiler.Tests.TestCases.Pretty.Using/UsingStruct>::get_HasValue() |
|
|
|
|
IL_0024: ldc.i4.0 |
|
|
|
|
IL_0025: ceq |
|
|
|
|
IL_0027: stloc.1 |
|
|
|
|
IL_0028: ldloc.1 |
|
|
|
|
IL_0029: brtrue.s IL_003c |
|
|
|
|
|
|
|
|
|
IL_002b: ldloc.0 |
|
|
|
|
IL_002c: box valuetype [mscorlib]System.Nullable`1<valuetype ICSharpCode.Decompiler.Tests.TestCases.Pretty.Using/UsingStruct> |
|
|
|
|
IL_0031: unbox.any [mscorlib]System.IDisposable |
|
|
|
|
IL_0036: callvirt instance void [mscorlib]System.IDisposable::Dispose() |
|
|
|
|
IL_003b: nop |
|
|
|
|
IL_003c: endfinally |
|
|
|
|
} // end handler |
|
|
|
|
IL_003d: nop |
|
|
|
|
IL_003e: ret |
|
|
|
|
} // end of method Using::UsingStatementOnNullableStruct |
|
|
|
|
|
|
|
|
|
.method public hidebysig instance void |
|
|
|
|
GenericUsing<([mscorlib]System.IDisposable) T>(!!T t) cil managed |
|
|
|
|
{ |
|
|
|
@ -416,6 +461,48 @@
@@ -416,6 +461,48 @@
|
|
|
|
|
IL_0030: ret |
|
|
|
|
} // end of method Using::GenericClassUsing |
|
|
|
|
|
|
|
|
|
.method public hidebysig instance void |
|
|
|
|
GenericNullableUsing<valuetype .ctor ([mscorlib]System.ValueType, [mscorlib]System.IDisposable) T>(valuetype [mscorlib]System.Nullable`1<!!T> t) cil managed |
|
|
|
|
{ |
|
|
|
|
// Code size 53 (0x35) |
|
|
|
|
.maxstack 2 |
|
|
|
|
.locals init (valuetype [mscorlib]System.Nullable`1<!!T> V_0, |
|
|
|
|
bool V_1) |
|
|
|
|
IL_0000: nop |
|
|
|
|
IL_0001: ldarg.1 |
|
|
|
|
IL_0002: stloc.0 |
|
|
|
|
.try |
|
|
|
|
{ |
|
|
|
|
IL_0003: nop |
|
|
|
|
IL_0004: ldarg.1 |
|
|
|
|
IL_0005: box valuetype [mscorlib]System.Nullable`1<!!T> |
|
|
|
|
IL_000a: call void [mscorlib]System.Console::WriteLine(object) |
|
|
|
|
IL_000f: nop |
|
|
|
|
IL_0010: nop |
|
|
|
|
IL_0011: leave.s IL_0033 |
|
|
|
|
|
|
|
|
|
} // end .try |
|
|
|
|
finally |
|
|
|
|
{ |
|
|
|
|
IL_0013: ldloca.s V_0 |
|
|
|
|
IL_0015: call instance bool valuetype [mscorlib]System.Nullable`1<!!T>::get_HasValue() |
|
|
|
|
IL_001a: ldc.i4.0 |
|
|
|
|
IL_001b: ceq |
|
|
|
|
IL_001d: stloc.1 |
|
|
|
|
IL_001e: ldloc.1 |
|
|
|
|
IL_001f: brtrue.s IL_0032 |
|
|
|
|
|
|
|
|
|
IL_0021: ldloc.0 |
|
|
|
|
IL_0022: box valuetype [mscorlib]System.Nullable`1<!!T> |
|
|
|
|
IL_0027: unbox.any [mscorlib]System.IDisposable |
|
|
|
|
IL_002c: callvirt instance void [mscorlib]System.IDisposable::Dispose() |
|
|
|
|
IL_0031: nop |
|
|
|
|
IL_0032: endfinally |
|
|
|
|
} // end handler |
|
|
|
|
IL_0033: nop |
|
|
|
|
IL_0034: ret |
|
|
|
|
} // end of method Using::GenericNullableUsing |
|
|
|
|
|
|
|
|
|
.method public hidebysig specialname rtspecialname |
|
|
|
|
instance void .ctor() cil managed |
|
|
|
|
{ |
|
|
|
|