mirror of https://github.com/icsharpcode/ILSpy.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
1385 lines
50 KiB
1385 lines
50 KiB
|
|
// Microsoft (R) .NET Framework IL Disassembler. Version 4.6.1055.0 |
|
// Copyright (c) Microsoft Corporation. Alle Rechte vorbehalten. |
|
|
|
|
|
|
|
// Metadata version: v4.0.30319 |
|
.assembly extern mscorlib |
|
{ |
|
.publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) // .z\V.4.. |
|
.ver 4:0:0:0 |
|
} |
|
.assembly pryqrprl |
|
{ |
|
.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 |
|
63 65 70 74 69 6F 6E 54 68 72 6F 77 73 01 ) // ceptionThrows. |
|
.custom instance void [mscorlib]System.Runtime.CompilerServices.CompilationRelaxationsAttribute::.ctor(int32) = ( 01 00 08 00 00 00 00 00 ) |
|
.permissionset reqmin |
|
= {[mscorlib]System.Security.Permissions.SecurityPermissionAttribute = {property bool 'SkipVerification' = bool(true)}} |
|
.hash algorithm 0x00008004 |
|
.ver 0:0:0:0 |
|
} |
|
.module pryqrprl.dll |
|
// MVID: {FFEEBB9C-152A-467A-A4B4-51CF03878E20} |
|
.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: 0x00B70000 |
|
|
|
|
|
// =============== CLASS MEMBERS DECLARATION =================== |
|
|
|
.class public abstract auto ansi sealed beforefieldinit ICSharpCode.Decompiler.Tests.TestCases.Pretty.Switch |
|
extends [mscorlib]System.Object |
|
{ |
|
.class auto ansi nested public beforefieldinit SetProperty |
|
extends [mscorlib]System.Object |
|
{ |
|
.field public initonly class [mscorlib]System.Reflection.PropertyInfo Property |
|
.field private int32 '<Set>k__BackingField' |
|
.custom instance void [mscorlib]System.Runtime.CompilerServices.CompilerGeneratedAttribute::.ctor() = ( 01 00 00 00 ) |
|
.method public hidebysig specialname |
|
instance int32 get_Set() cil managed |
|
{ |
|
.custom instance void [mscorlib]System.Runtime.CompilerServices.CompilerGeneratedAttribute::.ctor() = ( 01 00 00 00 ) |
|
// Code size 7 (0x7) |
|
.maxstack 8 |
|
IL_0000: ldarg.0 |
|
IL_0001: ldfld int32 ICSharpCode.Decompiler.Tests.TestCases.Pretty.Switch/SetProperty::'<Set>k__BackingField' |
|
IL_0006: ret |
|
} // end of method SetProperty::get_Set |
|
|
|
.method public hidebysig specialname |
|
instance void set_Set(int32 'value') cil managed |
|
{ |
|
.custom instance void [mscorlib]System.Runtime.CompilerServices.CompilerGeneratedAttribute::.ctor() = ( 01 00 00 00 ) |
|
// Code size 8 (0x8) |
|
.maxstack 8 |
|
IL_0000: ldarg.0 |
|
IL_0001: ldarg.1 |
|
IL_0002: stfld int32 ICSharpCode.Decompiler.Tests.TestCases.Pretty.Switch/SetProperty::'<Set>k__BackingField' |
|
IL_0007: ret |
|
} // end of method SetProperty::set_Set |
|
|
|
.method public hidebysig specialname rtspecialname |
|
instance void .ctor(class [mscorlib]System.Reflection.PropertyInfo 'property') cil managed |
|
{ |
|
// Code size 14 (0xe) |
|
.maxstack 8 |
|
IL_0000: ldarg.0 |
|
IL_0001: call instance void [mscorlib]System.Object::.ctor() |
|
IL_0006: ldarg.0 |
|
IL_0007: ldarg.1 |
|
IL_0008: stfld class [mscorlib]System.Reflection.PropertyInfo ICSharpCode.Decompiler.Tests.TestCases.Pretty.Switch/SetProperty::Property |
|
IL_000d: ret |
|
} // end of method SetProperty::.ctor |
|
|
|
.property instance int32 Set() |
|
{ |
|
.get instance int32 ICSharpCode.Decompiler.Tests.TestCases.Pretty.Switch/SetProperty::get_Set() |
|
.set instance void ICSharpCode.Decompiler.Tests.TestCases.Pretty.Switch/SetProperty::set_Set(int32) |
|
} // end of property SetProperty::Set |
|
} // end of class SetProperty |
|
|
|
.class auto ansi sealed nested public State |
|
extends [mscorlib]System.Enum |
|
{ |
|
.field public specialname rtspecialname int32 value__ |
|
.field public static literal valuetype ICSharpCode.Decompiler.Tests.TestCases.Pretty.Switch/State False = int32(0x00000000) |
|
.field public static literal valuetype ICSharpCode.Decompiler.Tests.TestCases.Pretty.Switch/State True = int32(0x00000001) |
|
.field public static literal valuetype ICSharpCode.Decompiler.Tests.TestCases.Pretty.Switch/State Null = int32(0x00000002) |
|
} // end of class State |
|
|
|
.method public hidebysig static valuetype ICSharpCode.Decompiler.Tests.TestCases.Pretty.Switch/State |
|
SwitchOverNullableBool(valuetype [mscorlib]System.Nullable`1<bool> 'value') cil managed |
|
{ |
|
// Code size 44 (0x2c) |
|
.maxstack 2 |
|
.locals init (bool V_0) |
|
IL_0000: ldarga.s 'value' |
|
IL_0002: dup |
|
IL_0003: call instance !0 valuetype [mscorlib]System.Nullable`1<bool>::GetValueOrDefault() |
|
IL_0008: stloc.0 |
|
IL_0009: call instance bool valuetype [mscorlib]System.Nullable`1<bool>::get_HasValue() |
|
IL_000e: brfalse.s IL_0024 |
|
|
|
IL_0010: ldloc.0 |
|
IL_0011: switch ( |
|
IL_0020, |
|
IL_0022) |
|
IL_001e: br.s IL_0026 |
|
|
|
IL_0020: ldc.i4.0 |
|
IL_0021: ret |
|
|
|
IL_0022: ldc.i4.1 |
|
IL_0023: ret |
|
|
|
IL_0024: ldc.i4.2 |
|
IL_0025: ret |
|
|
|
IL_0026: newobj instance void [mscorlib]System.InvalidOperationException::.ctor() |
|
IL_002b: throw |
|
} // end of method Switch::SwitchOverNullableBool |
|
|
|
.method public hidebysig static valuetype [mscorlib]System.Nullable`1<bool> |
|
SwitchOverNullableEnum(valuetype [mscorlib]System.Nullable`1<valuetype ICSharpCode.Decompiler.Tests.TestCases.Pretty.Switch/State> state) cil managed |
|
{ |
|
// Code size 66 (0x42) |
|
.maxstack 2 |
|
.locals init (valuetype ICSharpCode.Decompiler.Tests.TestCases.Pretty.Switch/State V_0, |
|
valuetype [mscorlib]System.Nullable`1<bool> V_1) |
|
IL_0000: ldarga.s state |
|
IL_0002: dup |
|
IL_0003: call instance !0 valuetype [mscorlib]System.Nullable`1<valuetype ICSharpCode.Decompiler.Tests.TestCases.Pretty.Switch/State>::GetValueOrDefault() |
|
IL_0008: stloc.0 |
|
IL_0009: call instance bool valuetype [mscorlib]System.Nullable`1<valuetype ICSharpCode.Decompiler.Tests.TestCases.Pretty.Switch/State>::get_HasValue() |
|
IL_000e: brfalse.s IL_003c |
|
|
|
IL_0010: ldloc.0 |
|
IL_0011: switch ( |
|
IL_0024, |
|
IL_002b, |
|
IL_0032) |
|
IL_0022: br.s IL_003c |
|
|
|
IL_0024: ldc.i4.0 |
|
IL_0025: newobj instance void valuetype [mscorlib]System.Nullable`1<bool>::.ctor(!0) |
|
IL_002a: ret |
|
|
|
IL_002b: ldc.i4.1 |
|
IL_002c: newobj instance void valuetype [mscorlib]System.Nullable`1<bool>::.ctor(!0) |
|
IL_0031: ret |
|
|
|
IL_0032: ldloca.s V_1 |
|
IL_0034: initobj valuetype [mscorlib]System.Nullable`1<bool> |
|
IL_003a: ldloc.1 |
|
IL_003b: ret |
|
|
|
IL_003c: newobj instance void [mscorlib]System.InvalidOperationException::.ctor() |
|
IL_0041: throw |
|
} // end of method Switch::SwitchOverNullableEnum |
|
|
|
.method public hidebysig static string |
|
SparseIntegerSwitch(int32 i) cil managed |
|
{ |
|
// Code size 181 (0xb5) |
|
.maxstack 2 |
|
.locals init (int32 V_0) |
|
IL_0000: ldstr "SparseIntegerSwitch: " |
|
IL_0005: ldarg.0 |
|
IL_0006: box [mscorlib]System.Int32 |
|
IL_000b: call string [mscorlib]System.String::Concat(object, |
|
object) |
|
IL_0010: call void [mscorlib]System.Console::WriteLine(string) |
|
IL_0015: ldarg.0 |
|
IL_0016: stloc.0 |
|
IL_0017: ldloc.0 |
|
IL_0018: ldc.i4.4 |
|
IL_0019: bgt.s IL_004a |
|
|
|
IL_001b: ldloc.0 |
|
IL_001c: ldc.i4 0xff676980 |
|
IL_0021: beq.s IL_006d |
|
|
|
IL_0023: ldloc.0 |
|
IL_0024: ldc.i4.s -100 |
|
IL_0026: beq.s IL_0073 |
|
|
|
IL_0028: ldloc.0 |
|
IL_0029: ldc.i4.m1 |
|
IL_002a: sub |
|
IL_002b: switch ( |
|
IL_0079, |
|
IL_007f, |
|
IL_0085, |
|
IL_008b, |
|
IL_00af, |
|
IL_0091) |
|
IL_0048: br.s IL_00af |
|
|
|
IL_004a: ldloc.0 |
|
IL_004b: ldc.i4.s 100 |
|
IL_004d: beq.s IL_0097 |
|
|
|
IL_004f: ldloc.0 |
|
IL_0050: ldc.i4 0x2710 |
|
IL_0055: sub |
|
IL_0056: switch ( |
|
IL_009d, |
|
IL_00a3) |
|
IL_0063: ldloc.0 |
|
IL_0064: ldc.i4 0x7fffffff |
|
IL_0069: beq.s IL_00a9 |
|
|
|
IL_006b: br.s IL_00af |
|
|
|
IL_006d: ldstr "-10 mln" |
|
IL_0072: ret |
|
|
|
IL_0073: ldstr "-hundred" |
|
IL_0078: ret |
|
|
|
IL_0079: ldstr "-1" |
|
IL_007e: ret |
|
|
|
IL_007f: ldstr "0" |
|
IL_0084: ret |
|
|
|
IL_0085: ldstr "1" |
|
IL_008a: ret |
|
|
|
IL_008b: ldstr "2" |
|
IL_0090: ret |
|
|
|
IL_0091: ldstr "4" |
|
IL_0096: ret |
|
|
|
IL_0097: ldstr "hundred" |
|
IL_009c: ret |
|
|
|
IL_009d: ldstr "ten thousand" |
|
IL_00a2: ret |
|
|
|
IL_00a3: ldstr "ten thousand and one" |
|
IL_00a8: ret |
|
|
|
IL_00a9: ldstr "int.MaxValue" |
|
IL_00ae: ret |
|
|
|
IL_00af: ldstr "something else" |
|
IL_00b4: ret |
|
} // end of method Switch::SparseIntegerSwitch |
|
|
|
.method public hidebysig static string |
|
SwitchOverNullableInt(valuetype [mscorlib]System.Nullable`1<int32> i) cil managed |
|
{ |
|
// Code size 61 (0x3d) |
|
.maxstack 2 |
|
.locals init (int32 V_0) |
|
IL_0000: ldarga.s i |
|
IL_0002: dup |
|
IL_0003: call instance !0 valuetype [mscorlib]System.Nullable`1<int32>::GetValueOrDefault() |
|
IL_0008: stloc.0 |
|
IL_0009: call instance bool valuetype [mscorlib]System.Nullable`1<int32>::get_HasValue() |
|
IL_000e: brfalse.s IL_001f |
|
|
|
IL_0010: ldloc.0 |
|
IL_0011: ldc.i4.0 |
|
IL_0012: beq.s IL_0025 |
|
|
|
IL_0014: ldloc.0 |
|
IL_0015: ldc.i4.5 |
|
IL_0016: beq.s IL_002b |
|
|
|
IL_0018: ldloc.0 |
|
IL_0019: ldc.i4.s 10 |
|
IL_001b: beq.s IL_0031 |
|
|
|
IL_001d: br.s IL_0037 |
|
|
|
IL_001f: ldstr "null" |
|
IL_0024: ret |
|
|
|
IL_0025: ldstr "zero" |
|
IL_002a: ret |
|
|
|
IL_002b: ldstr "five" |
|
IL_0030: ret |
|
|
|
IL_0031: ldstr "ten" |
|
IL_0036: ret |
|
|
|
IL_0037: ldstr "large" |
|
IL_003c: ret |
|
} // end of method Switch::SwitchOverNullableInt |
|
|
|
.method public hidebysig static string |
|
SwitchOverNullableIntNullCaseCombined(valuetype [mscorlib]System.Nullable`1<int32> i) cil managed |
|
{ |
|
// Code size 55 (0x37) |
|
.maxstack 2 |
|
.locals init (int32 V_0) |
|
IL_0000: ldarga.s i |
|
IL_0002: dup |
|
IL_0003: call instance !0 valuetype [mscorlib]System.Nullable`1<int32>::GetValueOrDefault() |
|
IL_0008: stloc.0 |
|
IL_0009: call instance bool valuetype [mscorlib]System.Nullable`1<int32>::get_HasValue() |
|
IL_000e: brfalse.s IL_001f |
|
|
|
IL_0010: ldloc.0 |
|
IL_0011: ldc.i4.0 |
|
IL_0012: beq.s IL_001f |
|
|
|
IL_0014: ldloc.0 |
|
IL_0015: ldc.i4.5 |
|
IL_0016: beq.s IL_0025 |
|
|
|
IL_0018: ldloc.0 |
|
IL_0019: ldc.i4.s 10 |
|
IL_001b: beq.s IL_002b |
|
|
|
IL_001d: br.s IL_0031 |
|
|
|
IL_001f: ldstr "zero" |
|
IL_0024: ret |
|
|
|
IL_0025: ldstr "five" |
|
IL_002a: ret |
|
|
|
IL_002b: ldstr "ten" |
|
IL_0030: ret |
|
|
|
IL_0031: ldstr "large" |
|
IL_0036: ret |
|
} // end of method Switch::SwitchOverNullableIntNullCaseCombined |
|
|
|
.method public hidebysig static string |
|
SwitchOverNullableIntShifted(valuetype [mscorlib]System.Nullable`1<int32> i) cil managed |
|
{ |
|
// Code size 98 (0x62) |
|
.maxstack 2 |
|
.locals init (valuetype [mscorlib]System.Nullable`1<int32> V_0, |
|
valuetype [mscorlib]System.Nullable`1<int32> V_1, |
|
valuetype [mscorlib]System.Nullable`1<int32> V_2, |
|
int32 V_3) |
|
IL_0000: ldarg.0 |
|
IL_0001: stloc.0 |
|
IL_0002: ldloca.s V_0 |
|
IL_0004: call instance bool valuetype [mscorlib]System.Nullable`1<int32>::get_HasValue() |
|
IL_0009: brtrue.s IL_0016 |
|
|
|
IL_000b: ldloca.s V_1 |
|
IL_000d: initobj valuetype [mscorlib]System.Nullable`1<int32> |
|
IL_0013: ldloc.1 |
|
IL_0014: br.s IL_0024 |
|
|
|
IL_0016: ldloca.s V_0 |
|
IL_0018: call instance !0 valuetype [mscorlib]System.Nullable`1<int32>::GetValueOrDefault() |
|
IL_001d: ldc.i4.5 |
|
IL_001e: add |
|
IL_001f: newobj instance void valuetype [mscorlib]System.Nullable`1<int32>::.ctor(!0) |
|
IL_0024: stloc.2 |
|
IL_0025: ldloca.s V_2 |
|
IL_0027: dup |
|
IL_0028: call instance !0 valuetype [mscorlib]System.Nullable`1<int32>::GetValueOrDefault() |
|
IL_002d: stloc.3 |
|
IL_002e: call instance bool valuetype [mscorlib]System.Nullable`1<int32>::get_HasValue() |
|
IL_0033: brfalse.s IL_0044 |
|
|
|
IL_0035: ldloc.3 |
|
IL_0036: ldc.i4.0 |
|
IL_0037: beq.s IL_004a |
|
|
|
IL_0039: ldloc.3 |
|
IL_003a: ldc.i4.5 |
|
IL_003b: beq.s IL_0050 |
|
|
|
IL_003d: ldloc.3 |
|
IL_003e: ldc.i4.s 10 |
|
IL_0040: beq.s IL_0056 |
|
|
|
IL_0042: br.s IL_005c |
|
|
|
IL_0044: ldstr "null" |
|
IL_0049: ret |
|
|
|
IL_004a: ldstr "zero" |
|
IL_004f: ret |
|
|
|
IL_0050: ldstr "five" |
|
IL_0055: ret |
|
|
|
IL_0056: ldstr "ten" |
|
IL_005b: ret |
|
|
|
IL_005c: ldstr "large" |
|
IL_0061: ret |
|
} // end of method Switch::SwitchOverNullableIntShifted |
|
|
|
.method public hidebysig static string |
|
SwitchOverNullableIntShiftedNullCaseCombined(valuetype [mscorlib]System.Nullable`1<int32> i) cil managed |
|
{ |
|
// Code size 92 (0x5c) |
|
.maxstack 2 |
|
.locals init (valuetype [mscorlib]System.Nullable`1<int32> V_0, |
|
valuetype [mscorlib]System.Nullable`1<int32> V_1, |
|
valuetype [mscorlib]System.Nullable`1<int32> V_2, |
|
int32 V_3) |
|
IL_0000: ldarg.0 |
|
IL_0001: stloc.0 |
|
IL_0002: ldloca.s V_0 |
|
IL_0004: call instance bool valuetype [mscorlib]System.Nullable`1<int32>::get_HasValue() |
|
IL_0009: brtrue.s IL_0016 |
|
|
|
IL_000b: ldloca.s V_1 |
|
IL_000d: initobj valuetype [mscorlib]System.Nullable`1<int32> |
|
IL_0013: ldloc.1 |
|
IL_0014: br.s IL_0024 |
|
|
|
IL_0016: ldloca.s V_0 |
|
IL_0018: call instance !0 valuetype [mscorlib]System.Nullable`1<int32>::GetValueOrDefault() |
|
IL_001d: ldc.i4.5 |
|
IL_001e: add |
|
IL_001f: newobj instance void valuetype [mscorlib]System.Nullable`1<int32>::.ctor(!0) |
|
IL_0024: stloc.2 |
|
IL_0025: ldloca.s V_2 |
|
IL_0027: dup |
|
IL_0028: call instance !0 valuetype [mscorlib]System.Nullable`1<int32>::GetValueOrDefault() |
|
IL_002d: stloc.3 |
|
IL_002e: call instance bool valuetype [mscorlib]System.Nullable`1<int32>::get_HasValue() |
|
IL_0033: brfalse.s IL_0044 |
|
|
|
IL_0035: ldloc.3 |
|
IL_0036: ldc.i4.0 |
|
IL_0037: beq.s IL_0044 |
|
|
|
IL_0039: ldloc.3 |
|
IL_003a: ldc.i4.5 |
|
IL_003b: beq.s IL_004a |
|
|
|
IL_003d: ldloc.3 |
|
IL_003e: ldc.i4.s 10 |
|
IL_0040: beq.s IL_0050 |
|
|
|
IL_0042: br.s IL_0056 |
|
|
|
IL_0044: ldstr "zero" |
|
IL_0049: ret |
|
|
|
IL_004a: ldstr "five" |
|
IL_004f: ret |
|
|
|
IL_0050: ldstr "ten" |
|
IL_0055: ret |
|
|
|
IL_0056: ldstr "large" |
|
IL_005b: ret |
|
} // end of method Switch::SwitchOverNullableIntShiftedNullCaseCombined |
|
|
|
.method public hidebysig static string |
|
SwitchOverNullableIntNoNullCase(valuetype [mscorlib]System.Nullable`1<int32> i) cil managed |
|
{ |
|
// Code size 55 (0x37) |
|
.maxstack 2 |
|
.locals init (int32 V_0) |
|
IL_0000: ldarga.s i |
|
IL_0002: dup |
|
IL_0003: call instance !0 valuetype [mscorlib]System.Nullable`1<int32>::GetValueOrDefault() |
|
IL_0008: stloc.0 |
|
IL_0009: call instance bool valuetype [mscorlib]System.Nullable`1<int32>::get_HasValue() |
|
IL_000e: brfalse.s IL_0031 |
|
|
|
IL_0010: ldloc.0 |
|
IL_0011: ldc.i4.0 |
|
IL_0012: beq.s IL_001f |
|
|
|
IL_0014: ldloc.0 |
|
IL_0015: ldc.i4.5 |
|
IL_0016: beq.s IL_0025 |
|
|
|
IL_0018: ldloc.0 |
|
IL_0019: ldc.i4.s 10 |
|
IL_001b: beq.s IL_002b |
|
|
|
IL_001d: br.s IL_0031 |
|
|
|
IL_001f: ldstr "zero" |
|
IL_0024: ret |
|
|
|
IL_0025: ldstr "five" |
|
IL_002a: ret |
|
|
|
IL_002b: ldstr "ten" |
|
IL_0030: ret |
|
|
|
IL_0031: ldstr "other" |
|
IL_0036: ret |
|
} // end of method Switch::SwitchOverNullableIntNoNullCase |
|
|
|
.method public hidebysig static string |
|
SwitchOverNullableIntNoNullCaseShifted(valuetype [mscorlib]System.Nullable`1<int32> i) cil managed |
|
{ |
|
// Code size 92 (0x5c) |
|
.maxstack 2 |
|
.locals init (valuetype [mscorlib]System.Nullable`1<int32> V_0, |
|
valuetype [mscorlib]System.Nullable`1<int32> V_1, |
|
valuetype [mscorlib]System.Nullable`1<int32> V_2, |
|
int32 V_3) |
|
IL_0000: ldarg.0 |
|
IL_0001: stloc.0 |
|
IL_0002: ldloca.s V_0 |
|
IL_0004: call instance bool valuetype [mscorlib]System.Nullable`1<int32>::get_HasValue() |
|
IL_0009: brtrue.s IL_0016 |
|
|
|
IL_000b: ldloca.s V_1 |
|
IL_000d: initobj valuetype [mscorlib]System.Nullable`1<int32> |
|
IL_0013: ldloc.1 |
|
IL_0014: br.s IL_0024 |
|
|
|
IL_0016: ldloca.s V_0 |
|
IL_0018: call instance !0 valuetype [mscorlib]System.Nullable`1<int32>::GetValueOrDefault() |
|
IL_001d: ldc.i4.5 |
|
IL_001e: add |
|
IL_001f: newobj instance void valuetype [mscorlib]System.Nullable`1<int32>::.ctor(!0) |
|
IL_0024: stloc.2 |
|
IL_0025: ldloca.s V_2 |
|
IL_0027: dup |
|
IL_0028: call instance !0 valuetype [mscorlib]System.Nullable`1<int32>::GetValueOrDefault() |
|
IL_002d: stloc.3 |
|
IL_002e: call instance bool valuetype [mscorlib]System.Nullable`1<int32>::get_HasValue() |
|
IL_0033: brfalse.s IL_0056 |
|
|
|
IL_0035: ldloc.3 |
|
IL_0036: ldc.i4.0 |
|
IL_0037: beq.s IL_0044 |
|
|
|
IL_0039: ldloc.3 |
|
IL_003a: ldc.i4.5 |
|
IL_003b: beq.s IL_004a |
|
|
|
IL_003d: ldloc.3 |
|
IL_003e: ldc.i4.s 10 |
|
IL_0040: beq.s IL_0050 |
|
|
|
IL_0042: br.s IL_0056 |
|
|
|
IL_0044: ldstr "zero" |
|
IL_0049: ret |
|
|
|
IL_004a: ldstr "five" |
|
IL_004f: ret |
|
|
|
IL_0050: ldstr "ten" |
|
IL_0055: ret |
|
|
|
IL_0056: ldstr "other" |
|
IL_005b: ret |
|
} // end of method Switch::SwitchOverNullableIntNoNullCaseShifted |
|
|
|
.method public hidebysig static void SwitchOverInt(int32 i) cil managed |
|
{ |
|
// Code size 125 (0x7d) |
|
.maxstack 2 |
|
.locals init (int32 V_0) |
|
IL_0000: ldarg.0 |
|
IL_0001: stloc.0 |
|
IL_0002: ldloc.0 |
|
IL_0003: ldc.i4.s 10 |
|
IL_0005: bgt.s IL_0015 |
|
|
|
IL_0007: ldloc.0 |
|
IL_0008: ldc.i4.0 |
|
IL_0009: beq.s IL_0030 |
|
|
|
IL_000b: ldloc.0 |
|
IL_000c: ldc.i4.5 |
|
IL_000d: beq.s IL_003b |
|
|
|
IL_000f: ldloc.0 |
|
IL_0010: ldc.i4.s 10 |
|
IL_0012: beq.s IL_0046 |
|
|
|
IL_0014: ret |
|
|
|
IL_0015: ldloc.0 |
|
IL_0016: ldc.i4.s 20 |
|
IL_0018: bgt.s IL_0025 |
|
|
|
IL_001a: ldloc.0 |
|
IL_001b: ldc.i4.s 15 |
|
IL_001d: beq.s IL_0051 |
|
|
|
IL_001f: ldloc.0 |
|
IL_0020: ldc.i4.s 20 |
|
IL_0022: beq.s IL_005c |
|
|
|
IL_0024: ret |
|
|
|
IL_0025: ldloc.0 |
|
IL_0026: ldc.i4.s 25 |
|
IL_0028: beq.s IL_0067 |
|
|
|
IL_002a: ldloc.0 |
|
IL_002b: ldc.i4.s 30 |
|
IL_002d: beq.s IL_0072 |
|
|
|
IL_002f: ret |
|
|
|
IL_0030: ldstr "zero" |
|
IL_0035: call void [mscorlib]System.Console::WriteLine(string) |
|
IL_003a: ret |
|
|
|
IL_003b: ldstr "five" |
|
IL_0040: call void [mscorlib]System.Console::WriteLine(string) |
|
IL_0045: ret |
|
|
|
IL_0046: ldstr "ten" |
|
IL_004b: call void [mscorlib]System.Console::WriteLine(string) |
|
IL_0050: ret |
|
|
|
IL_0051: ldstr "fifteen" |
|
IL_0056: call void [mscorlib]System.Console::WriteLine(string) |
|
IL_005b: ret |
|
|
|
IL_005c: ldstr "twenty" |
|
IL_0061: call void [mscorlib]System.Console::WriteLine(string) |
|
IL_0066: ret |
|
|
|
IL_0067: ldstr "twenty-five" |
|
IL_006c: call void [mscorlib]System.Console::WriteLine(string) |
|
IL_0071: ret |
|
|
|
IL_0072: ldstr "thirty" |
|
IL_0077: call void [mscorlib]System.Console::WriteLine(string) |
|
IL_007c: ret |
|
} // end of method Switch::SwitchOverInt |
|
|
|
.method public hidebysig static string |
|
ShortSwitchOverString(string text) cil managed |
|
{ |
|
// Code size 86 (0x56) |
|
.maxstack 2 |
|
.locals init (string V_0) |
|
IL_0000: ldstr "ShortSwitchOverString: " |
|
IL_0005: ldarg.0 |
|
IL_0006: call string [mscorlib]System.String::Concat(string, |
|
string) |
|
IL_000b: call void [mscorlib]System.Console::WriteLine(string) |
|
IL_0010: ldarg.0 |
|
IL_0011: dup |
|
IL_0012: stloc.0 |
|
IL_0013: brfalse.s IL_0050 |
|
|
|
IL_0015: ldloc.0 |
|
IL_0016: ldstr "First case" |
|
IL_001b: call bool [mscorlib]System.String::op_Equality(string, |
|
string) |
|
IL_0020: brtrue.s IL_003e |
|
|
|
IL_0022: ldloc.0 |
|
IL_0023: ldstr "Second case" |
|
IL_0028: call bool [mscorlib]System.String::op_Equality(string, |
|
string) |
|
IL_002d: brtrue.s IL_0044 |
|
|
|
IL_002f: ldloc.0 |
|
IL_0030: ldstr "Third case" |
|
IL_0035: call bool [mscorlib]System.String::op_Equality(string, |
|
string) |
|
IL_003a: brtrue.s IL_004a |
|
|
|
IL_003c: br.s IL_0050 |
|
|
|
IL_003e: ldstr "Text1" |
|
IL_0043: ret |
|
|
|
IL_0044: ldstr "Text2" |
|
IL_0049: ret |
|
|
|
IL_004a: ldstr "Text3" |
|
IL_004f: ret |
|
|
|
IL_0050: ldstr "Default" |
|
IL_0055: ret |
|
} // end of method Switch::ShortSwitchOverString |
|
|
|
.method public hidebysig static string |
|
ShortSwitchOverStringWithNullCase(string text) cil managed |
|
{ |
|
// Code size 73 (0x49) |
|
.maxstack 2 |
|
.locals init (string V_0) |
|
IL_0000: ldstr "ShortSwitchOverStringWithNullCase: " |
|
IL_0005: ldarg.0 |
|
IL_0006: call string [mscorlib]System.String::Concat(string, |
|
string) |
|
IL_000b: call void [mscorlib]System.Console::WriteLine(string) |
|
IL_0010: ldarg.0 |
|
IL_0011: dup |
|
IL_0012: stloc.0 |
|
IL_0013: brfalse.s IL_003d |
|
|
|
IL_0015: ldloc.0 |
|
IL_0016: ldstr "First case" |
|
IL_001b: call bool [mscorlib]System.String::op_Equality(string, |
|
string) |
|
IL_0020: brtrue.s IL_0031 |
|
|
|
IL_0022: ldloc.0 |
|
IL_0023: ldstr "Second case" |
|
IL_0028: call bool [mscorlib]System.String::op_Equality(string, |
|
string) |
|
IL_002d: brtrue.s IL_0037 |
|
|
|
IL_002f: br.s IL_0043 |
|
|
|
IL_0031: ldstr "Text1" |
|
IL_0036: ret |
|
|
|
IL_0037: ldstr "Text2" |
|
IL_003c: ret |
|
|
|
IL_003d: ldstr "null" |
|
IL_0042: ret |
|
|
|
IL_0043: ldstr "Default" |
|
IL_0048: ret |
|
} // end of method Switch::ShortSwitchOverStringWithNullCase |
|
|
|
.method public hidebysig static string |
|
SwitchOverString1(string text) cil managed |
|
{ |
|
// Code size 227 (0xe3) |
|
.maxstack 4 |
|
.locals init (string V_0, |
|
int32 V_1) |
|
IL_0000: ldstr "SwitchOverString1: " |
|
IL_0005: ldarg.0 |
|
IL_0006: call string [mscorlib]System.String::Concat(string, |
|
string) |
|
IL_000b: call void [mscorlib]System.Console::WriteLine(string) |
|
IL_0010: ldarg.0 |
|
IL_0011: dup |
|
IL_0012: stloc.0 |
|
IL_0013: brfalse IL_00db |
|
|
|
IL_0018: volatile. |
|
IL_001a: ldsfld class [mscorlib]System.Collections.Generic.Dictionary`2<string,int32> '<PrivateImplementationDetails>{FFEEBB9C-152A-467A-A4B4-51CF03878E20}'::'$$method0x600000d-1' |
|
IL_001f: brtrue.s IL_0082 |
|
|
|
IL_0021: ldc.i4.7 |
|
IL_0022: newobj instance void class [mscorlib]System.Collections.Generic.Dictionary`2<string,int32>::.ctor(int32) |
|
IL_0027: dup |
|
IL_0028: ldstr "First case" |
|
IL_002d: ldc.i4.0 |
|
IL_002e: call instance void class [mscorlib]System.Collections.Generic.Dictionary`2<string,int32>::Add(!0, |
|
!1) |
|
IL_0033: dup |
|
IL_0034: ldstr "Second case" |
|
IL_0039: ldc.i4.1 |
|
IL_003a: call instance void class [mscorlib]System.Collections.Generic.Dictionary`2<string,int32>::Add(!0, |
|
!1) |
|
IL_003f: dup |
|
IL_0040: ldstr "2nd case" |
|
IL_0045: ldc.i4.2 |
|
IL_0046: call instance void class [mscorlib]System.Collections.Generic.Dictionary`2<string,int32>::Add(!0, |
|
!1) |
|
IL_004b: dup |
|
IL_004c: ldstr "Third case" |
|
IL_0051: ldc.i4.3 |
|
IL_0052: call instance void class [mscorlib]System.Collections.Generic.Dictionary`2<string,int32>::Add(!0, |
|
!1) |
|
IL_0057: dup |
|
IL_0058: ldstr "Fourth case" |
|
IL_005d: ldc.i4.4 |
|
IL_005e: call instance void class [mscorlib]System.Collections.Generic.Dictionary`2<string,int32>::Add(!0, |
|
!1) |
|
IL_0063: dup |
|
IL_0064: ldstr "Fifth case" |
|
IL_0069: ldc.i4.5 |
|
IL_006a: call instance void class [mscorlib]System.Collections.Generic.Dictionary`2<string,int32>::Add(!0, |
|
!1) |
|
IL_006f: dup |
|
IL_0070: ldstr "Sixth case" |
|
IL_0075: ldc.i4.6 |
|
IL_0076: call instance void class [mscorlib]System.Collections.Generic.Dictionary`2<string,int32>::Add(!0, |
|
!1) |
|
IL_007b: volatile. |
|
IL_007d: stsfld class [mscorlib]System.Collections.Generic.Dictionary`2<string,int32> '<PrivateImplementationDetails>{FFEEBB9C-152A-467A-A4B4-51CF03878E20}'::'$$method0x600000d-1' |
|
IL_0082: volatile. |
|
IL_0084: ldsfld class [mscorlib]System.Collections.Generic.Dictionary`2<string,int32> '<PrivateImplementationDetails>{FFEEBB9C-152A-467A-A4B4-51CF03878E20}'::'$$method0x600000d-1' |
|
IL_0089: ldloc.0 |
|
IL_008a: ldloca.s V_1 |
|
IL_008c: call instance bool class [mscorlib]System.Collections.Generic.Dictionary`2<string,int32>::TryGetValue(!0, |
|
!1&) |
|
IL_0091: brfalse.s IL_00dd |
|
|
|
IL_0093: ldloc.1 |
|
IL_0094: switch ( |
|
IL_00b7, |
|
IL_00bd, |
|
IL_00bd, |
|
IL_00c3, |
|
IL_00c9, |
|
IL_00cf, |
|
IL_00d5) |
|
IL_00b5: br.s IL_00dd |
|
|
|
IL_00b7: ldstr "Text1" |
|
IL_00bc: ret |
|
|
|
IL_00bd: ldstr "Text2" |
|
IL_00c2: ret |
|
|
|
IL_00c3: ldstr "Text3" |
|
IL_00c8: ret |
|
|
|
IL_00c9: ldstr "Text4" |
|
IL_00ce: ret |
|
|
|
IL_00cf: ldstr "Text5" |
|
IL_00d4: ret |
|
|
|
IL_00d5: ldstr "Text6" |
|
IL_00da: ret |
|
|
|
IL_00db: ldnull |
|
IL_00dc: ret |
|
|
|
IL_00dd: ldstr "Default" |
|
IL_00e2: ret |
|
} // end of method Switch::SwitchOverString1 |
|
|
|
.method public hidebysig static string |
|
SwitchOverString2() cil managed |
|
{ |
|
// Code size 323 (0x143) |
|
.maxstack 4 |
|
.locals init (string V_0, |
|
int32 V_1) |
|
IL_0000: ldstr "SwitchOverString2:" |
|
IL_0005: call void [mscorlib]System.Console::WriteLine(string) |
|
IL_000a: call string [mscorlib]System.Environment::get_UserName() |
|
IL_000f: dup |
|
IL_0010: stloc.0 |
|
IL_0011: brfalse IL_013d |
|
|
|
IL_0016: volatile. |
|
IL_0018: ldsfld class [mscorlib]System.Collections.Generic.Dictionary`2<string,int32> '<PrivateImplementationDetails>{FFEEBB9C-152A-467A-A4B4-51CF03878E20}'::'$$method0x600000e-1' |
|
IL_001d: brtrue IL_00b6 |
|
|
|
IL_0022: ldc.i4.s 11 |
|
IL_0024: newobj instance void class [mscorlib]System.Collections.Generic.Dictionary`2<string,int32>::.ctor(int32) |
|
IL_0029: dup |
|
IL_002a: ldstr "First case" |
|
IL_002f: ldc.i4.0 |
|
IL_0030: call instance void class [mscorlib]System.Collections.Generic.Dictionary`2<string,int32>::Add(!0, |
|
!1) |
|
IL_0035: dup |
|
IL_0036: ldstr "Second case" |
|
IL_003b: ldc.i4.1 |
|
IL_003c: call instance void class [mscorlib]System.Collections.Generic.Dictionary`2<string,int32>::Add(!0, |
|
!1) |
|
IL_0041: dup |
|
IL_0042: ldstr "Third case" |
|
IL_0047: ldc.i4.2 |
|
IL_0048: call instance void class [mscorlib]System.Collections.Generic.Dictionary`2<string,int32>::Add(!0, |
|
!1) |
|
IL_004d: dup |
|
IL_004e: ldstr "Fourth case" |
|
IL_0053: ldc.i4.3 |
|
IL_0054: call instance void class [mscorlib]System.Collections.Generic.Dictionary`2<string,int32>::Add(!0, |
|
!1) |
|
IL_0059: dup |
|
IL_005a: ldstr "Fifth case" |
|
IL_005f: ldc.i4.4 |
|
IL_0060: call instance void class [mscorlib]System.Collections.Generic.Dictionary`2<string,int32>::Add(!0, |
|
!1) |
|
IL_0065: dup |
|
IL_0066: ldstr "Sixth case" |
|
IL_006b: ldc.i4.5 |
|
IL_006c: call instance void class [mscorlib]System.Collections.Generic.Dictionary`2<string,int32>::Add(!0, |
|
!1) |
|
IL_0071: dup |
|
IL_0072: ldstr "Seventh case" |
|
IL_0077: ldc.i4.6 |
|
IL_0078: call instance void class [mscorlib]System.Collections.Generic.Dictionary`2<string,int32>::Add(!0, |
|
!1) |
|
IL_007d: dup |
|
IL_007e: ldstr "Eighth case" |
|
IL_0083: ldc.i4.7 |
|
IL_0084: call instance void class [mscorlib]System.Collections.Generic.Dictionary`2<string,int32>::Add(!0, |
|
!1) |
|
IL_0089: dup |
|
IL_008a: ldstr "Ninth case" |
|
IL_008f: ldc.i4.8 |
|
IL_0090: call instance void class [mscorlib]System.Collections.Generic.Dictionary`2<string,int32>::Add(!0, |
|
!1) |
|
IL_0095: dup |
|
IL_0096: ldstr "Tenth case" |
|
IL_009b: ldc.i4.s 9 |
|
IL_009d: call instance void class [mscorlib]System.Collections.Generic.Dictionary`2<string,int32>::Add(!0, |
|
!1) |
|
IL_00a2: dup |
|
IL_00a3: ldstr "Eleventh case" |
|
IL_00a8: ldc.i4.s 10 |
|
IL_00aa: call instance void class [mscorlib]System.Collections.Generic.Dictionary`2<string,int32>::Add(!0, |
|
!1) |
|
IL_00af: volatile. |
|
IL_00b1: stsfld class [mscorlib]System.Collections.Generic.Dictionary`2<string,int32> '<PrivateImplementationDetails>{FFEEBB9C-152A-467A-A4B4-51CF03878E20}'::'$$method0x600000e-1' |
|
IL_00b6: volatile. |
|
IL_00b8: ldsfld class [mscorlib]System.Collections.Generic.Dictionary`2<string,int32> '<PrivateImplementationDetails>{FFEEBB9C-152A-467A-A4B4-51CF03878E20}'::'$$method0x600000e-1' |
|
IL_00bd: ldloc.0 |
|
IL_00be: ldloca.s V_1 |
|
IL_00c0: call instance bool class [mscorlib]System.Collections.Generic.Dictionary`2<string,int32>::TryGetValue(!0, |
|
!1&) |
|
IL_00c5: brfalse.s IL_013d |
|
|
|
IL_00c7: ldloc.1 |
|
IL_00c8: switch ( |
|
IL_00fb, |
|
IL_0101, |
|
IL_0107, |
|
IL_010d, |
|
IL_0113, |
|
IL_0119, |
|
IL_011f, |
|
IL_0125, |
|
IL_012b, |
|
IL_0131, |
|
IL_0137) |
|
IL_00f9: br.s IL_013d |
|
|
|
IL_00fb: ldstr "Text1" |
|
IL_0100: ret |
|
|
|
IL_0101: ldstr "Text2" |
|
IL_0106: ret |
|
|
|
IL_0107: ldstr "Text3" |
|
IL_010c: ret |
|
|
|
IL_010d: ldstr "Text4" |
|
IL_0112: ret |
|
|
|
IL_0113: ldstr "Text5" |
|
IL_0118: ret |
|
|
|
IL_0119: ldstr "Text6" |
|
IL_011e: ret |
|
|
|
IL_011f: ldstr "Text7" |
|
IL_0124: ret |
|
|
|
IL_0125: ldstr "Text8" |
|
IL_012a: ret |
|
|
|
IL_012b: ldstr "Text9" |
|
IL_0130: ret |
|
|
|
IL_0131: ldstr "Text10" |
|
IL_0136: ret |
|
|
|
IL_0137: ldstr "Text11" |
|
IL_013c: ret |
|
|
|
IL_013d: ldstr "Default" |
|
IL_0142: ret |
|
} // end of method Switch::SwitchOverString2 |
|
|
|
.method public hidebysig static string |
|
SwitchOverBool(bool b) cil managed |
|
{ |
|
// Code size 54 (0x36) |
|
.maxstack 2 |
|
.locals init (bool V_0) |
|
IL_0000: ldstr "SwitchOverBool: " |
|
IL_0005: ldarga.s b |
|
IL_0007: call instance string [mscorlib]System.Boolean::ToString() |
|
IL_000c: call string [mscorlib]System.String::Concat(string, |
|
string) |
|
IL_0011: call void [mscorlib]System.Console::WriteLine(string) |
|
IL_0016: ldarg.0 |
|
IL_0017: stloc.0 |
|
IL_0018: ldloc.0 |
|
IL_0019: switch ( |
|
IL_002e, |
|
IL_0028) |
|
IL_0026: br.s IL_0034 |
|
|
|
IL_0028: ldsfld string [mscorlib]System.Boolean::TrueString |
|
IL_002d: ret |
|
|
|
IL_002e: ldsfld string [mscorlib]System.Boolean::FalseString |
|
IL_0033: ret |
|
|
|
IL_0034: ldnull |
|
IL_0035: ret |
|
} // end of method Switch::SwitchOverBool |
|
|
|
.method public hidebysig static void SwitchInLoop(int32 i) cil managed |
|
{ |
|
// Code size 112 (0x70) |
|
.maxstack 2 |
|
.locals init (int32 V_0) |
|
IL_0000: ldstr "SwitchInLoop: " |
|
IL_0005: ldarg.0 |
|
IL_0006: box [mscorlib]System.Int32 |
|
IL_000b: call string [mscorlib]System.String::Concat(object, |
|
object) |
|
IL_0010: call void [mscorlib]System.Console::WriteLine(string) |
|
IL_0015: ldarg.0 |
|
IL_0016: stloc.0 |
|
IL_0017: ldloc.0 |
|
IL_0018: ldc.i4.1 |
|
IL_0019: sub |
|
IL_001a: switch ( |
|
IL_0031, |
|
IL_003d, |
|
IL_0054, |
|
IL_0049) |
|
IL_002f: br.s IL_0054 |
|
|
|
IL_0031: ldstr "one" |
|
IL_0036: call void [mscorlib]System.Console::WriteLine(string) |
|
IL_003b: br.s IL_0069 |
|
|
|
IL_003d: ldstr "two" |
|
IL_0042: call void [mscorlib]System.Console::WriteLine(string) |
|
IL_0047: br.s IL_0069 |
|
|
|
IL_0049: ldstr "four" |
|
IL_004e: call void [mscorlib]System.Console::WriteLine(string) |
|
IL_0053: ret |
|
|
|
IL_0054: ldstr "default" |
|
IL_0059: call void [mscorlib]System.Console::WriteLine(string) |
|
IL_005e: ldstr "more code" |
|
IL_0063: call void [mscorlib]System.Console::WriteLine(string) |
|
IL_0068: ret |
|
|
|
IL_0069: ldarg.0 |
|
IL_006a: ldc.i4.1 |
|
IL_006b: add |
|
IL_006c: starg.s i |
|
IL_006e: br.s IL_0015 |
|
} // end of method Switch::SwitchInLoop |
|
|
|
.method public hidebysig static void SwitchWithGoto(int32 i) cil managed |
|
{ |
|
// Code size 115 (0x73) |
|
.maxstack 2 |
|
.locals init (int32 V_0) |
|
IL_0000: ldstr "SwitchWithGoto: " |
|
IL_0005: ldarg.0 |
|
IL_0006: box [mscorlib]System.Int32 |
|
IL_000b: call string [mscorlib]System.String::Concat(object, |
|
object) |
|
IL_0010: call void [mscorlib]System.Console::WriteLine(string) |
|
IL_0015: ldarg.0 |
|
IL_0016: stloc.0 |
|
IL_0017: ldloc.0 |
|
IL_0018: ldc.i4.1 |
|
IL_0019: sub |
|
IL_001a: switch ( |
|
IL_0031, |
|
IL_003d, |
|
IL_0047, |
|
IL_0053) |
|
IL_002f: br.s IL_005e |
|
|
|
IL_0031: ldstr "one" |
|
IL_0036: call void [mscorlib]System.Console::WriteLine(string) |
|
IL_003b: br.s IL_005e |
|
|
|
IL_003d: ldstr "two" |
|
IL_0042: call void [mscorlib]System.Console::WriteLine(string) |
|
IL_0047: ldstr "three" |
|
IL_004c: call void [mscorlib]System.Console::WriteLine(string) |
|
IL_0051: br.s IL_0068 |
|
|
|
IL_0053: ldstr "four" |
|
IL_0058: call void [mscorlib]System.Console::WriteLine(string) |
|
IL_005d: ret |
|
|
|
IL_005e: ldstr "default" |
|
IL_0063: call void [mscorlib]System.Console::WriteLine(string) |
|
IL_0068: ldstr "End of method" |
|
IL_006d: call void [mscorlib]System.Console::WriteLine(string) |
|
IL_0072: ret |
|
} // end of method Switch::SwitchWithGoto |
|
|
|
.method private hidebysig static class ICSharpCode.Decompiler.Tests.TestCases.Pretty.Switch/SetProperty[] |
|
GetProperties() cil managed |
|
{ |
|
// Code size 7 (0x7) |
|
.maxstack 8 |
|
IL_0000: ldc.i4.0 |
|
IL_0001: newarr ICSharpCode.Decompiler.Tests.TestCases.Pretty.Switch/SetProperty |
|
IL_0006: ret |
|
} // end of method Switch::GetProperties |
|
|
|
.method public hidebysig static void SwitchOnStringInForLoop() cil managed |
|
{ |
|
// Code size 299 (0x12b) |
|
.maxstack 4 |
|
.locals init (class [mscorlib]System.Collections.Generic.List`1<class ICSharpCode.Decompiler.Tests.TestCases.Pretty.Switch/SetProperty> V_0, |
|
class [mscorlib]System.Collections.Generic.List`1<class ICSharpCode.Decompiler.Tests.TestCases.Pretty.Switch/SetProperty> V_1, |
|
class ICSharpCode.Decompiler.Tests.TestCases.Pretty.Switch/SetProperty[] V_2, |
|
int32 V_3, |
|
class ICSharpCode.Decompiler.Tests.TestCases.Pretty.Switch/SetProperty V_4, |
|
string V_5, |
|
int32 V_6) |
|
IL_0000: newobj instance void class [mscorlib]System.Collections.Generic.List`1<class ICSharpCode.Decompiler.Tests.TestCases.Pretty.Switch/SetProperty>::.ctor() |
|
IL_0005: stloc.0 |
|
IL_0006: newobj instance void class [mscorlib]System.Collections.Generic.List`1<class ICSharpCode.Decompiler.Tests.TestCases.Pretty.Switch/SetProperty>::.ctor() |
|
IL_000b: stloc.1 |
|
IL_000c: call class ICSharpCode.Decompiler.Tests.TestCases.Pretty.Switch/SetProperty[] ICSharpCode.Decompiler.Tests.TestCases.Pretty.Switch::GetProperties() |
|
IL_0011: stloc.2 |
|
IL_0012: ldc.i4.0 |
|
IL_0013: stloc.3 |
|
IL_0014: br IL_0121 |
|
|
|
IL_0019: ldloc.2 |
|
IL_001a: ldloc.3 |
|
IL_001b: ldelem.ref |
|
IL_001c: stloc.s V_4 |
|
IL_001e: ldloc.s V_4 |
|
IL_0020: ldfld class [mscorlib]System.Reflection.PropertyInfo ICSharpCode.Decompiler.Tests.TestCases.Pretty.Switch/SetProperty::Property |
|
IL_0025: callvirt instance string [mscorlib]System.Reflection.MemberInfo::get_Name() |
|
IL_002a: dup |
|
IL_002b: stloc.s V_5 |
|
IL_002d: brfalse IL_0115 |
|
|
|
IL_0032: volatile. |
|
IL_0034: ldsfld class [mscorlib]System.Collections.Generic.Dictionary`2<string,int32> '<PrivateImplementationDetails>{FFEEBB9C-152A-467A-A4B4-51CF03878E20}'::'$$method0x6000013-1' |
|
IL_0039: brtrue.s IL_0090 |
|
|
|
IL_003b: ldc.i4.6 |
|
IL_003c: newobj instance void class [mscorlib]System.Collections.Generic.Dictionary`2<string,int32>::.ctor(int32) |
|
IL_0041: dup |
|
IL_0042: ldstr "Name1" |
|
IL_0047: ldc.i4.0 |
|
IL_0048: call instance void class [mscorlib]System.Collections.Generic.Dictionary`2<string,int32>::Add(!0, |
|
!1) |
|
IL_004d: dup |
|
IL_004e: ldstr "Name2" |
|
IL_0053: ldc.i4.1 |
|
IL_0054: call instance void class [mscorlib]System.Collections.Generic.Dictionary`2<string,int32>::Add(!0, |
|
!1) |
|
IL_0059: dup |
|
IL_005a: ldstr "Name3" |
|
IL_005f: ldc.i4.2 |
|
IL_0060: call instance void class [mscorlib]System.Collections.Generic.Dictionary`2<string,int32>::Add(!0, |
|
!1) |
|
IL_0065: dup |
|
IL_0066: ldstr "Name4" |
|
IL_006b: ldc.i4.3 |
|
IL_006c: call instance void class [mscorlib]System.Collections.Generic.Dictionary`2<string,int32>::Add(!0, |
|
!1) |
|
IL_0071: dup |
|
IL_0072: ldstr "Name5" |
|
IL_0077: ldc.i4.4 |
|
IL_0078: call instance void class [mscorlib]System.Collections.Generic.Dictionary`2<string,int32>::Add(!0, |
|
!1) |
|
IL_007d: dup |
|
IL_007e: ldstr "Name6" |
|
IL_0083: ldc.i4.5 |
|
IL_0084: call instance void class [mscorlib]System.Collections.Generic.Dictionary`2<string,int32>::Add(!0, |
|
!1) |
|
IL_0089: volatile. |
|
IL_008b: stsfld class [mscorlib]System.Collections.Generic.Dictionary`2<string,int32> '<PrivateImplementationDetails>{FFEEBB9C-152A-467A-A4B4-51CF03878E20}'::'$$method0x6000013-1' |
|
IL_0090: volatile. |
|
IL_0092: ldsfld class [mscorlib]System.Collections.Generic.Dictionary`2<string,int32> '<PrivateImplementationDetails>{FFEEBB9C-152A-467A-A4B4-51CF03878E20}'::'$$method0x6000013-1' |
|
IL_0097: ldloc.s V_5 |
|
IL_0099: ldloca.s V_6 |
|
IL_009b: call instance bool class [mscorlib]System.Collections.Generic.Dictionary`2<string,int32>::TryGetValue(!0, |
|
!1&) |
|
IL_00a0: brfalse.s IL_0115 |
|
|
|
IL_00a2: ldloc.s V_6 |
|
IL_00a4: switch ( |
|
IL_00c3, |
|
IL_00d5, |
|
IL_00e7, |
|
IL_00f9, |
|
IL_010b, |
|
IL_010b) |
|
IL_00c1: br.s IL_0115 |
|
|
|
IL_00c3: ldloc.s V_4 |
|
IL_00c5: ldc.i4.1 |
|
IL_00c6: callvirt instance void ICSharpCode.Decompiler.Tests.TestCases.Pretty.Switch/SetProperty::set_Set(int32) |
|
IL_00cb: ldloc.0 |
|
IL_00cc: ldloc.s V_4 |
|
IL_00ce: callvirt instance void class [mscorlib]System.Collections.Generic.List`1<class ICSharpCode.Decompiler.Tests.TestCases.Pretty.Switch/SetProperty>::Add(!0) |
|
IL_00d3: br.s IL_011d |
|
|
|
IL_00d5: ldloc.s V_4 |
|
IL_00d7: ldc.i4.2 |
|
IL_00d8: callvirt instance void ICSharpCode.Decompiler.Tests.TestCases.Pretty.Switch/SetProperty::set_Set(int32) |
|
IL_00dd: ldloc.0 |
|
IL_00de: ldloc.s V_4 |
|
IL_00e0: callvirt instance void class [mscorlib]System.Collections.Generic.List`1<class ICSharpCode.Decompiler.Tests.TestCases.Pretty.Switch/SetProperty>::Add(!0) |
|
IL_00e5: br.s IL_011d |
|
|
|
IL_00e7: ldloc.s V_4 |
|
IL_00e9: ldc.i4.3 |
|
IL_00ea: callvirt instance void ICSharpCode.Decompiler.Tests.TestCases.Pretty.Switch/SetProperty::set_Set(int32) |
|
IL_00ef: ldloc.0 |
|
IL_00f0: ldloc.s V_4 |
|
IL_00f2: callvirt instance void class [mscorlib]System.Collections.Generic.List`1<class ICSharpCode.Decompiler.Tests.TestCases.Pretty.Switch/SetProperty>::Add(!0) |
|
IL_00f7: br.s IL_011d |
|
|
|
IL_00f9: ldloc.s V_4 |
|
IL_00fb: ldc.i4.4 |
|
IL_00fc: callvirt instance void ICSharpCode.Decompiler.Tests.TestCases.Pretty.Switch/SetProperty::set_Set(int32) |
|
IL_0101: ldloc.0 |
|
IL_0102: ldloc.s V_4 |
|
IL_0104: callvirt instance void class [mscorlib]System.Collections.Generic.List`1<class ICSharpCode.Decompiler.Tests.TestCases.Pretty.Switch/SetProperty>::Add(!0) |
|
IL_0109: br.s IL_011d |
|
|
|
IL_010b: ldloc.0 |
|
IL_010c: ldloc.s V_4 |
|
IL_010e: callvirt instance void class [mscorlib]System.Collections.Generic.List`1<class ICSharpCode.Decompiler.Tests.TestCases.Pretty.Switch/SetProperty>::Add(!0) |
|
IL_0113: br.s IL_011d |
|
|
|
IL_0115: ldloc.1 |
|
IL_0116: ldloc.s V_4 |
|
IL_0118: callvirt instance void class [mscorlib]System.Collections.Generic.List`1<class ICSharpCode.Decompiler.Tests.TestCases.Pretty.Switch/SetProperty>::Add(!0) |
|
IL_011d: ldloc.3 |
|
IL_011e: ldc.i4.1 |
|
IL_011f: add |
|
IL_0120: stloc.3 |
|
IL_0121: ldloc.3 |
|
IL_0122: ldloc.2 |
|
IL_0123: ldlen |
|
IL_0124: conv.i4 |
|
IL_0125: blt IL_0019 |
|
|
|
IL_012a: ret |
|
} // end of method Switch::SwitchOnStringInForLoop |
|
|
|
.method public hidebysig static void SwitchWithComplexCondition(string[] args) cil managed |
|
{ |
|
// Code size 130 (0x82) |
|
.maxstack 2 |
|
.locals init (string V_0) |
|
IL_0000: ldarg.0 |
|
IL_0001: ldlen |
|
IL_0002: conv.i4 |
|
IL_0003: brfalse.s IL_000a |
|
|
|
IL_0005: ldarg.0 |
|
IL_0006: ldc.i4.0 |
|
IL_0007: ldelem.ref |
|
IL_0008: br.s IL_000f |
|
|
|
IL_000a: ldstr "dummy" |
|
IL_000f: dup |
|
IL_0010: stloc.0 |
|
IL_0011: brfalse.s IL_0077 |
|
|
|
IL_0013: ldloc.0 |
|
IL_0014: ldstr "a" |
|
IL_0019: call bool [mscorlib]System.String::op_Equality(string, |
|
string) |
|
IL_001e: brtrue.s IL_0049 |
|
|
|
IL_0020: ldloc.0 |
|
IL_0021: ldstr "b" |
|
IL_0026: call bool [mscorlib]System.String::op_Equality(string, |
|
string) |
|
IL_002b: brtrue.s IL_0055 |
|
|
|
IL_002d: ldloc.0 |
|
IL_002e: ldstr "c" |
|
IL_0033: call bool [mscorlib]System.String::op_Equality(string, |
|
string) |
|
IL_0038: brtrue.s IL_0061 |
|
|
|
IL_003a: ldloc.0 |
|
IL_003b: ldstr "d" |
|
IL_0040: call bool [mscorlib]System.String::op_Equality(string, |
|
string) |
|
IL_0045: brtrue.s IL_006d |
|
|
|
IL_0047: br.s IL_0077 |
|
|
|
IL_0049: ldstr "a" |
|
IL_004e: call void [mscorlib]System.Console::WriteLine(string) |
|
IL_0053: br.s IL_0077 |
|
|
|
IL_0055: ldstr "b" |
|
IL_005a: call void [mscorlib]System.Console::WriteLine(string) |
|
IL_005f: br.s IL_0077 |
|
|
|
IL_0061: ldstr "c" |
|
IL_0066: call void [mscorlib]System.Console::WriteLine(string) |
|
IL_006b: br.s IL_0077 |
|
|
|
IL_006d: ldstr "d" |
|
IL_0072: call void [mscorlib]System.Console::WriteLine(string) |
|
IL_0077: ldstr "end" |
|
IL_007c: call void [mscorlib]System.Console::WriteLine(string) |
|
IL_0081: ret |
|
} // end of method Switch::SwitchWithComplexCondition |
|
|
|
.method public hidebysig static void SwitchWithArray(string[] args) cil managed |
|
{ |
|
// Code size 118 (0x76) |
|
.maxstack 2 |
|
.locals init (string V_0) |
|
IL_0000: ldarg.0 |
|
IL_0001: ldc.i4.0 |
|
IL_0002: ldelem.ref |
|
IL_0003: dup |
|
IL_0004: stloc.0 |
|
IL_0005: brfalse.s IL_006b |
|
|
|
IL_0007: ldloc.0 |
|
IL_0008: ldstr "a" |
|
IL_000d: call bool [mscorlib]System.String::op_Equality(string, |
|
string) |
|
IL_0012: brtrue.s IL_003d |
|
|
|
IL_0014: ldloc.0 |
|
IL_0015: ldstr "b" |
|
IL_001a: call bool [mscorlib]System.String::op_Equality(string, |
|
string) |
|
IL_001f: brtrue.s IL_0049 |
|
|
|
IL_0021: ldloc.0 |
|
IL_0022: ldstr "c" |
|
IL_0027: call bool [mscorlib]System.String::op_Equality(string, |
|
string) |
|
IL_002c: brtrue.s IL_0055 |
|
|
|
IL_002e: ldloc.0 |
|
IL_002f: ldstr "d" |
|
IL_0034: call bool [mscorlib]System.String::op_Equality(string, |
|
string) |
|
IL_0039: brtrue.s IL_0061 |
|
|
|
IL_003b: br.s IL_006b |
|
|
|
IL_003d: ldstr "a" |
|
IL_0042: call void [mscorlib]System.Console::WriteLine(string) |
|
IL_0047: br.s IL_006b |
|
|
|
IL_0049: ldstr "b" |
|
IL_004e: call void [mscorlib]System.Console::WriteLine(string) |
|
IL_0053: br.s IL_006b |
|
|
|
IL_0055: ldstr "c" |
|
IL_005a: call void [mscorlib]System.Console::WriteLine(string) |
|
IL_005f: br.s IL_006b |
|
|
|
IL_0061: ldstr "d" |
|
IL_0066: call void [mscorlib]System.Console::WriteLine(string) |
|
IL_006b: ldstr "end" |
|
IL_0070: call void [mscorlib]System.Console::WriteLine(string) |
|
IL_0075: ret |
|
} // end of method Switch::SwitchWithArray |
|
|
|
} // end of class ICSharpCode.Decompiler.Tests.TestCases.Pretty.Switch |
|
|
|
.class private auto ansi '<PrivateImplementationDetails>{FFEEBB9C-152A-467A-A4B4-51CF03878E20}' |
|
extends [mscorlib]System.Object |
|
{ |
|
.custom instance void [mscorlib]System.Runtime.CompilerServices.CompilerGeneratedAttribute::.ctor() = ( 01 00 00 00 ) |
|
.field static assembly class [mscorlib]System.Collections.Generic.Dictionary`2<string,int32> '$$method0x600000d-1' |
|
.field static assembly class [mscorlib]System.Collections.Generic.Dictionary`2<string,int32> '$$method0x600000e-1' |
|
.field static assembly class [mscorlib]System.Collections.Generic.Dictionary`2<string,int32> '$$method0x6000013-1' |
|
} // end of class '<PrivateImplementationDetails>{FFEEBB9C-152A-467A-A4B4-51CF03878E20}' |
|
|
|
|
|
// ============================================================= |
|
|
|
// *********** DISASSEMBLY COMPLETE *********************** |
|
// Warnung: Win32-Ressourcendatei "../../../TestCases/Pretty\Switch.opt.res" wurde erstellt.
|
|
|