|
|
|
@ -491,36 +491,6 @@
@@ -491,36 +491,6 @@
|
|
|
|
|
IL_0038: ret |
|
|
|
|
} // end of method Program::Test8b |
|
|
|
|
|
|
|
|
|
.method public hidebysig instance void |
|
|
|
|
Test9() cil managed |
|
|
|
|
{ |
|
|
|
|
// Code size 60 (0x3c) |
|
|
|
|
.maxstack 3 |
|
|
|
|
.locals init (class ICSharpCode.Decompiler.Tests.TestCases.Ugly.DisplayClass V_0) |
|
|
|
|
IL_0000: newobj instance void ICSharpCode.Decompiler.Tests.TestCases.Ugly.DisplayClass::.ctor() |
|
|
|
|
IL_0005: dup |
|
|
|
|
IL_0006: ldarg.0 |
|
|
|
|
IL_0007: stfld class ICSharpCode.Decompiler.Tests.TestCases.Ugly.Program ICSharpCode.Decompiler.Tests.TestCases.Ugly.DisplayClass::thisField |
|
|
|
|
IL_000c: dup |
|
|
|
|
IL_000d: ldc.i4.1 |
|
|
|
|
IL_000e: stfld int32 ICSharpCode.Decompiler.Tests.TestCases.Ugly.DisplayClass::field1 |
|
|
|
|
IL_0013: dup |
|
|
|
|
IL_0014: ldstr "Hello World!" |
|
|
|
|
IL_0019: stfld string ICSharpCode.Decompiler.Tests.TestCases.Ugly.DisplayClass::field2 |
|
|
|
|
IL_001e: stloc.0 |
|
|
|
|
IL_001f: ldloc.0 |
|
|
|
|
IL_0020: newobj instance void ICSharpCode.Decompiler.Tests.TestCases.Ugly.Program::.ctor() |
|
|
|
|
IL_0025: stfld class ICSharpCode.Decompiler.Tests.TestCases.Ugly.Program ICSharpCode.Decompiler.Tests.TestCases.Ugly.DisplayClass::thisField |
|
|
|
|
IL_002a: ldstr "{0} {1}" |
|
|
|
|
IL_002f: ldarg.0 |
|
|
|
|
IL_0030: ldloc.0 |
|
|
|
|
IL_0031: ldfld class ICSharpCode.Decompiler.Tests.TestCases.Ugly.Program ICSharpCode.Decompiler.Tests.TestCases.Ugly.DisplayClass::thisField |
|
|
|
|
IL_0036: call void [mscorlib]System.Console::WriteLine(string, |
|
|
|
|
object, |
|
|
|
|
object) |
|
|
|
|
IL_003b: ret |
|
|
|
|
} // end of method Program::Test9 |
|
|
|
|
|
|
|
|
|
.method public hidebysig specialname rtspecialname |
|
|
|
|
instance void .ctor() cil managed |
|
|
|
|
{ |
|
|
|
|