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.
1624 lines
56 KiB
1624 lines
56 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 o03zflju |
|
{ |
|
.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 o03zflju.dll |
|
// MVID: {0EF64C57-A49E-4138-9C3F-BDAB86B2E450} |
|
.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: 0x01330000 |
|
|
|
|
|
// =============== 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 11 (0xb) |
|
.maxstack 1 |
|
.locals init (int32 V_0) |
|
IL_0000: ldarg.0 |
|
IL_0001: ldfld int32 ICSharpCode.Decompiler.Tests.TestCases.Pretty.Switch/SetProperty::'<Set>k__BackingField' |
|
IL_0006: stloc.0 |
|
IL_0007: br.s IL_0009 |
|
|
|
IL_0009: ldloc.0 |
|
IL_000a: 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 17 (0x11) |
|
.maxstack 8 |
|
IL_0000: ldarg.0 |
|
IL_0001: call instance void [mscorlib]System.Object::.ctor() |
|
IL_0006: nop |
|
IL_0007: nop |
|
IL_0008: ldarg.0 |
|
IL_0009: ldarg.1 |
|
IL_000a: stfld class [mscorlib]System.Reflection.PropertyInfo ICSharpCode.Decompiler.Tests.TestCases.Pretty.Switch/SetProperty::Property |
|
IL_000f: nop |
|
IL_0010: 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 53 (0x35) |
|
.maxstack 2 |
|
.locals init (valuetype ICSharpCode.Decompiler.Tests.TestCases.Pretty.Switch/State V_0, |
|
bool V_1) |
|
IL_0000: nop |
|
IL_0001: ldarga.s 'value' |
|
IL_0003: dup |
|
IL_0004: call instance !0 valuetype [mscorlib]System.Nullable`1<bool>::GetValueOrDefault() |
|
IL_0009: stloc.1 |
|
IL_000a: call instance bool valuetype [mscorlib]System.Nullable`1<bool>::get_HasValue() |
|
IL_000f: brfalse.s IL_0029 |
|
|
|
IL_0011: ldloc.1 |
|
IL_0012: switch ( |
|
IL_0021, |
|
IL_0025) |
|
IL_001f: br.s IL_002d |
|
|
|
IL_0021: ldc.i4.0 |
|
IL_0022: stloc.0 |
|
IL_0023: br.s IL_0033 |
|
|
|
IL_0025: ldc.i4.1 |
|
IL_0026: stloc.0 |
|
IL_0027: br.s IL_0033 |
|
|
|
IL_0029: ldc.i4.2 |
|
IL_002a: stloc.0 |
|
IL_002b: br.s IL_0033 |
|
|
|
IL_002d: newobj instance void [mscorlib]System.InvalidOperationException::.ctor() |
|
IL_0032: throw |
|
|
|
IL_0033: ldloc.0 |
|
IL_0034: ret |
|
} // 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 75 (0x4b) |
|
.maxstack 2 |
|
.locals init (valuetype [mscorlib]System.Nullable`1<bool> V_0, |
|
valuetype ICSharpCode.Decompiler.Tests.TestCases.Pretty.Switch/State V_1, |
|
valuetype [mscorlib]System.Nullable`1<bool> V_2) |
|
IL_0000: nop |
|
IL_0001: ldarga.s state |
|
IL_0003: dup |
|
IL_0004: call instance !0 valuetype [mscorlib]System.Nullable`1<valuetype ICSharpCode.Decompiler.Tests.TestCases.Pretty.Switch/State>::GetValueOrDefault() |
|
IL_0009: stloc.1 |
|
IL_000a: call instance bool valuetype [mscorlib]System.Nullable`1<valuetype ICSharpCode.Decompiler.Tests.TestCases.Pretty.Switch/State>::get_HasValue() |
|
IL_000f: brfalse.s IL_0043 |
|
|
|
IL_0011: ldloc.1 |
|
IL_0012: switch ( |
|
IL_0025, |
|
IL_002e, |
|
IL_0037) |
|
IL_0023: br.s IL_0043 |
|
|
|
IL_0025: ldc.i4.0 |
|
IL_0026: newobj instance void valuetype [mscorlib]System.Nullable`1<bool>::.ctor(!0) |
|
IL_002b: stloc.0 |
|
IL_002c: br.s IL_0049 |
|
|
|
IL_002e: ldc.i4.1 |
|
IL_002f: newobj instance void valuetype [mscorlib]System.Nullable`1<bool>::.ctor(!0) |
|
IL_0034: stloc.0 |
|
IL_0035: br.s IL_0049 |
|
|
|
IL_0037: ldloca.s V_2 |
|
IL_0039: initobj valuetype [mscorlib]System.Nullable`1<bool> |
|
IL_003f: ldloc.2 |
|
IL_0040: stloc.0 |
|
IL_0041: br.s IL_0049 |
|
|
|
IL_0043: newobj instance void [mscorlib]System.InvalidOperationException::.ctor() |
|
IL_0048: throw |
|
|
|
IL_0049: ldloc.0 |
|
IL_004a: ret |
|
} // end of method Switch::SwitchOverNullableEnum |
|
|
|
.method public hidebysig static string |
|
SparseIntegerSwitch(int32 i) cil managed |
|
{ |
|
// Code size 209 (0xd1) |
|
.maxstack 2 |
|
.locals init (string V_0, |
|
int32 V_1) |
|
IL_0000: nop |
|
IL_0001: ldstr "SparseIntegerSwitch: " |
|
IL_0006: ldarg.0 |
|
IL_0007: box [mscorlib]System.Int32 |
|
IL_000c: call string [mscorlib]System.String::Concat(object, |
|
object) |
|
IL_0011: call void [mscorlib]System.Console::WriteLine(string) |
|
IL_0016: nop |
|
IL_0017: ldarg.0 |
|
IL_0018: stloc.1 |
|
IL_0019: ldloc.1 |
|
IL_001a: ldc.i4.4 |
|
IL_001b: bgt.s IL_004c |
|
|
|
IL_001d: ldloc.1 |
|
IL_001e: ldc.i4 0xff676980 |
|
IL_0023: beq.s IL_006f |
|
|
|
IL_0025: ldloc.1 |
|
IL_0026: ldc.i4.s -100 |
|
IL_0028: beq.s IL_0077 |
|
|
|
IL_002a: ldloc.1 |
|
IL_002b: ldc.i4.m1 |
|
IL_002c: sub |
|
IL_002d: switch ( |
|
IL_007f, |
|
IL_0087, |
|
IL_008f, |
|
IL_0097, |
|
IL_00c7, |
|
IL_009f) |
|
IL_004a: br.s IL_00c7 |
|
|
|
IL_004c: ldloc.1 |
|
IL_004d: ldc.i4.s 100 |
|
IL_004f: beq.s IL_00a7 |
|
|
|
IL_0051: ldloc.1 |
|
IL_0052: ldc.i4 0x2710 |
|
IL_0057: sub |
|
IL_0058: switch ( |
|
IL_00af, |
|
IL_00b7) |
|
IL_0065: ldloc.1 |
|
IL_0066: ldc.i4 0x7fffffff |
|
IL_006b: beq.s IL_00bf |
|
|
|
IL_006d: br.s IL_00c7 |
|
|
|
IL_006f: ldstr "-10 mln" |
|
IL_0074: stloc.0 |
|
IL_0075: br.s IL_00cf |
|
|
|
IL_0077: ldstr "-hundred" |
|
IL_007c: stloc.0 |
|
IL_007d: br.s IL_00cf |
|
|
|
IL_007f: ldstr "-1" |
|
IL_0084: stloc.0 |
|
IL_0085: br.s IL_00cf |
|
|
|
IL_0087: ldstr "0" |
|
IL_008c: stloc.0 |
|
IL_008d: br.s IL_00cf |
|
|
|
IL_008f: ldstr "1" |
|
IL_0094: stloc.0 |
|
IL_0095: br.s IL_00cf |
|
|
|
IL_0097: ldstr "2" |
|
IL_009c: stloc.0 |
|
IL_009d: br.s IL_00cf |
|
|
|
IL_009f: ldstr "4" |
|
IL_00a4: stloc.0 |
|
IL_00a5: br.s IL_00cf |
|
|
|
IL_00a7: ldstr "hundred" |
|
IL_00ac: stloc.0 |
|
IL_00ad: br.s IL_00cf |
|
|
|
IL_00af: ldstr "ten thousand" |
|
IL_00b4: stloc.0 |
|
IL_00b5: br.s IL_00cf |
|
|
|
IL_00b7: ldstr "ten thousand and one" |
|
IL_00bc: stloc.0 |
|
IL_00bd: br.s IL_00cf |
|
|
|
IL_00bf: ldstr "int.MaxValue" |
|
IL_00c4: stloc.0 |
|
IL_00c5: br.s IL_00cf |
|
|
|
IL_00c7: ldstr "something else" |
|
IL_00cc: stloc.0 |
|
IL_00cd: br.s IL_00cf |
|
|
|
IL_00cf: ldloc.0 |
|
IL_00d0: ret |
|
} // end of method Switch::SparseIntegerSwitch |
|
|
|
.method public hidebysig static string |
|
SwitchOverNullableInt(valuetype [mscorlib]System.Nullable`1<int32> i) cil managed |
|
{ |
|
// Code size 74 (0x4a) |
|
.maxstack 2 |
|
.locals init (string V_0, |
|
int32 V_1) |
|
IL_0000: nop |
|
IL_0001: ldarga.s i |
|
IL_0003: dup |
|
IL_0004: call instance !0 valuetype [mscorlib]System.Nullable`1<int32>::GetValueOrDefault() |
|
IL_0009: stloc.1 |
|
IL_000a: call instance bool valuetype [mscorlib]System.Nullable`1<int32>::get_HasValue() |
|
IL_000f: brfalse.s IL_0020 |
|
|
|
IL_0011: ldloc.1 |
|
IL_0012: ldc.i4.0 |
|
IL_0013: beq.s IL_0028 |
|
|
|
IL_0015: ldloc.1 |
|
IL_0016: ldc.i4.5 |
|
IL_0017: beq.s IL_0030 |
|
|
|
IL_0019: ldloc.1 |
|
IL_001a: ldc.i4.s 10 |
|
IL_001c: beq.s IL_0038 |
|
|
|
IL_001e: br.s IL_0040 |
|
|
|
IL_0020: ldstr "null" |
|
IL_0025: stloc.0 |
|
IL_0026: br.s IL_0048 |
|
|
|
IL_0028: ldstr "zero" |
|
IL_002d: stloc.0 |
|
IL_002e: br.s IL_0048 |
|
|
|
IL_0030: ldstr "five" |
|
IL_0035: stloc.0 |
|
IL_0036: br.s IL_0048 |
|
|
|
IL_0038: ldstr "ten" |
|
IL_003d: stloc.0 |
|
IL_003e: br.s IL_0048 |
|
|
|
IL_0040: ldstr "large" |
|
IL_0045: stloc.0 |
|
IL_0046: br.s IL_0048 |
|
|
|
IL_0048: ldloc.0 |
|
IL_0049: ret |
|
} // end of method Switch::SwitchOverNullableInt |
|
|
|
.method public hidebysig static string |
|
SwitchOverNullableIntNullCaseCombined(valuetype [mscorlib]System.Nullable`1<int32> i) cil managed |
|
{ |
|
// Code size 66 (0x42) |
|
.maxstack 2 |
|
.locals init (string V_0, |
|
int32 V_1) |
|
IL_0000: nop |
|
IL_0001: ldarga.s i |
|
IL_0003: dup |
|
IL_0004: call instance !0 valuetype [mscorlib]System.Nullable`1<int32>::GetValueOrDefault() |
|
IL_0009: stloc.1 |
|
IL_000a: call instance bool valuetype [mscorlib]System.Nullable`1<int32>::get_HasValue() |
|
IL_000f: brfalse.s IL_0020 |
|
|
|
IL_0011: ldloc.1 |
|
IL_0012: ldc.i4.0 |
|
IL_0013: beq.s IL_0020 |
|
|
|
IL_0015: ldloc.1 |
|
IL_0016: ldc.i4.5 |
|
IL_0017: beq.s IL_0028 |
|
|
|
IL_0019: ldloc.1 |
|
IL_001a: ldc.i4.s 10 |
|
IL_001c: beq.s IL_0030 |
|
|
|
IL_001e: br.s IL_0038 |
|
|
|
IL_0020: ldstr "zero" |
|
IL_0025: stloc.0 |
|
IL_0026: br.s IL_0040 |
|
|
|
IL_0028: ldstr "five" |
|
IL_002d: stloc.0 |
|
IL_002e: br.s IL_0040 |
|
|
|
IL_0030: ldstr "ten" |
|
IL_0035: stloc.0 |
|
IL_0036: br.s IL_0040 |
|
|
|
IL_0038: ldstr "large" |
|
IL_003d: stloc.0 |
|
IL_003e: br.s IL_0040 |
|
|
|
IL_0040: ldloc.0 |
|
IL_0041: ret |
|
} // end of method Switch::SwitchOverNullableIntNullCaseCombined |
|
|
|
.method public hidebysig static string |
|
SwitchOverNullableIntShifted(valuetype [mscorlib]System.Nullable`1<int32> i) cil managed |
|
{ |
|
// Code size 112 (0x70) |
|
.maxstack 2 |
|
.locals init (string V_0, |
|
valuetype [mscorlib]System.Nullable`1<int32> V_1, |
|
valuetype [mscorlib]System.Nullable`1<int32> V_2, |
|
int32 V_3) |
|
IL_0000: nop |
|
IL_0001: ldarg.0 |
|
IL_0002: stloc.1 |
|
IL_0003: ldloca.s V_1 |
|
IL_0005: call instance bool valuetype [mscorlib]System.Nullable`1<int32>::get_HasValue() |
|
IL_000a: brtrue.s IL_0017 |
|
|
|
IL_000c: ldloca.s V_2 |
|
IL_000e: initobj valuetype [mscorlib]System.Nullable`1<int32> |
|
IL_0014: ldloc.2 |
|
IL_0015: br.s IL_0025 |
|
|
|
IL_0017: ldloca.s V_1 |
|
IL_0019: call instance !0 valuetype [mscorlib]System.Nullable`1<int32>::GetValueOrDefault() |
|
IL_001e: ldc.i4.5 |
|
IL_001f: add |
|
IL_0020: newobj instance void valuetype [mscorlib]System.Nullable`1<int32>::.ctor(!0) |
|
IL_0025: nop |
|
IL_0026: stloc.2 |
|
IL_0027: ldloca.s V_2 |
|
IL_0029: dup |
|
IL_002a: call instance !0 valuetype [mscorlib]System.Nullable`1<int32>::GetValueOrDefault() |
|
IL_002f: stloc.3 |
|
IL_0030: call instance bool valuetype [mscorlib]System.Nullable`1<int32>::get_HasValue() |
|
IL_0035: brfalse.s IL_0046 |
|
|
|
IL_0037: ldloc.3 |
|
IL_0038: ldc.i4.0 |
|
IL_0039: beq.s IL_004e |
|
|
|
IL_003b: ldloc.3 |
|
IL_003c: ldc.i4.5 |
|
IL_003d: beq.s IL_0056 |
|
|
|
IL_003f: ldloc.3 |
|
IL_0040: ldc.i4.s 10 |
|
IL_0042: beq.s IL_005e |
|
|
|
IL_0044: br.s IL_0066 |
|
|
|
IL_0046: ldstr "null" |
|
IL_004b: stloc.0 |
|
IL_004c: br.s IL_006e |
|
|
|
IL_004e: ldstr "zero" |
|
IL_0053: stloc.0 |
|
IL_0054: br.s IL_006e |
|
|
|
IL_0056: ldstr "five" |
|
IL_005b: stloc.0 |
|
IL_005c: br.s IL_006e |
|
|
|
IL_005e: ldstr "ten" |
|
IL_0063: stloc.0 |
|
IL_0064: br.s IL_006e |
|
|
|
IL_0066: ldstr "large" |
|
IL_006b: stloc.0 |
|
IL_006c: br.s IL_006e |
|
|
|
IL_006e: ldloc.0 |
|
IL_006f: ret |
|
} // end of method Switch::SwitchOverNullableIntShifted |
|
|
|
.method public hidebysig static string |
|
SwitchOverNullableIntShiftedNullCaseCombined(valuetype [mscorlib]System.Nullable`1<int32> i) cil managed |
|
{ |
|
// Code size 104 (0x68) |
|
.maxstack 2 |
|
.locals init (string V_0, |
|
valuetype [mscorlib]System.Nullable`1<int32> V_1, |
|
valuetype [mscorlib]System.Nullable`1<int32> V_2, |
|
int32 V_3) |
|
IL_0000: nop |
|
IL_0001: ldarg.0 |
|
IL_0002: stloc.1 |
|
IL_0003: ldloca.s V_1 |
|
IL_0005: call instance bool valuetype [mscorlib]System.Nullable`1<int32>::get_HasValue() |
|
IL_000a: brtrue.s IL_0017 |
|
|
|
IL_000c: ldloca.s V_2 |
|
IL_000e: initobj valuetype [mscorlib]System.Nullable`1<int32> |
|
IL_0014: ldloc.2 |
|
IL_0015: br.s IL_0025 |
|
|
|
IL_0017: ldloca.s V_1 |
|
IL_0019: call instance !0 valuetype [mscorlib]System.Nullable`1<int32>::GetValueOrDefault() |
|
IL_001e: ldc.i4.5 |
|
IL_001f: add |
|
IL_0020: newobj instance void valuetype [mscorlib]System.Nullable`1<int32>::.ctor(!0) |
|
IL_0025: nop |
|
IL_0026: stloc.2 |
|
IL_0027: ldloca.s V_2 |
|
IL_0029: dup |
|
IL_002a: call instance !0 valuetype [mscorlib]System.Nullable`1<int32>::GetValueOrDefault() |
|
IL_002f: stloc.3 |
|
IL_0030: call instance bool valuetype [mscorlib]System.Nullable`1<int32>::get_HasValue() |
|
IL_0035: brfalse.s IL_0046 |
|
|
|
IL_0037: ldloc.3 |
|
IL_0038: ldc.i4.0 |
|
IL_0039: beq.s IL_0046 |
|
|
|
IL_003b: ldloc.3 |
|
IL_003c: ldc.i4.5 |
|
IL_003d: beq.s IL_004e |
|
|
|
IL_003f: ldloc.3 |
|
IL_0040: ldc.i4.s 10 |
|
IL_0042: beq.s IL_0056 |
|
|
|
IL_0044: br.s IL_005e |
|
|
|
IL_0046: ldstr "zero" |
|
IL_004b: stloc.0 |
|
IL_004c: br.s IL_0066 |
|
|
|
IL_004e: ldstr "five" |
|
IL_0053: stloc.0 |
|
IL_0054: br.s IL_0066 |
|
|
|
IL_0056: ldstr "ten" |
|
IL_005b: stloc.0 |
|
IL_005c: br.s IL_0066 |
|
|
|
IL_005e: ldstr "large" |
|
IL_0063: stloc.0 |
|
IL_0064: br.s IL_0066 |
|
|
|
IL_0066: ldloc.0 |
|
IL_0067: ret |
|
} // end of method Switch::SwitchOverNullableIntShiftedNullCaseCombined |
|
|
|
.method public hidebysig static string |
|
SwitchOverNullableIntNoNullCase(valuetype [mscorlib]System.Nullable`1<int32> i) cil managed |
|
{ |
|
// Code size 66 (0x42) |
|
.maxstack 2 |
|
.locals init (string V_0, |
|
int32 V_1) |
|
IL_0000: nop |
|
IL_0001: ldarga.s i |
|
IL_0003: dup |
|
IL_0004: call instance !0 valuetype [mscorlib]System.Nullable`1<int32>::GetValueOrDefault() |
|
IL_0009: stloc.1 |
|
IL_000a: call instance bool valuetype [mscorlib]System.Nullable`1<int32>::get_HasValue() |
|
IL_000f: brfalse.s IL_0038 |
|
|
|
IL_0011: ldloc.1 |
|
IL_0012: ldc.i4.0 |
|
IL_0013: beq.s IL_0020 |
|
|
|
IL_0015: ldloc.1 |
|
IL_0016: ldc.i4.5 |
|
IL_0017: beq.s IL_0028 |
|
|
|
IL_0019: ldloc.1 |
|
IL_001a: ldc.i4.s 10 |
|
IL_001c: beq.s IL_0030 |
|
|
|
IL_001e: br.s IL_0038 |
|
|
|
IL_0020: ldstr "zero" |
|
IL_0025: stloc.0 |
|
IL_0026: br.s IL_0040 |
|
|
|
IL_0028: ldstr "five" |
|
IL_002d: stloc.0 |
|
IL_002e: br.s IL_0040 |
|
|
|
IL_0030: ldstr "ten" |
|
IL_0035: stloc.0 |
|
IL_0036: br.s IL_0040 |
|
|
|
IL_0038: ldstr "other" |
|
IL_003d: stloc.0 |
|
IL_003e: br.s IL_0040 |
|
|
|
IL_0040: ldloc.0 |
|
IL_0041: ret |
|
} // end of method Switch::SwitchOverNullableIntNoNullCase |
|
|
|
.method public hidebysig static string |
|
SwitchOverNullableIntNoNullCaseShifted(valuetype [mscorlib]System.Nullable`1<int32> i) cil managed |
|
{ |
|
// Code size 104 (0x68) |
|
.maxstack 2 |
|
.locals init (string V_0, |
|
valuetype [mscorlib]System.Nullable`1<int32> V_1, |
|
valuetype [mscorlib]System.Nullable`1<int32> V_2, |
|
int32 V_3) |
|
IL_0000: nop |
|
IL_0001: ldarg.0 |
|
IL_0002: stloc.1 |
|
IL_0003: ldloca.s V_1 |
|
IL_0005: call instance bool valuetype [mscorlib]System.Nullable`1<int32>::get_HasValue() |
|
IL_000a: brtrue.s IL_0017 |
|
|
|
IL_000c: ldloca.s V_2 |
|
IL_000e: initobj valuetype [mscorlib]System.Nullable`1<int32> |
|
IL_0014: ldloc.2 |
|
IL_0015: br.s IL_0025 |
|
|
|
IL_0017: ldloca.s V_1 |
|
IL_0019: call instance !0 valuetype [mscorlib]System.Nullable`1<int32>::GetValueOrDefault() |
|
IL_001e: ldc.i4.5 |
|
IL_001f: add |
|
IL_0020: newobj instance void valuetype [mscorlib]System.Nullable`1<int32>::.ctor(!0) |
|
IL_0025: nop |
|
IL_0026: stloc.2 |
|
IL_0027: ldloca.s V_2 |
|
IL_0029: dup |
|
IL_002a: call instance !0 valuetype [mscorlib]System.Nullable`1<int32>::GetValueOrDefault() |
|
IL_002f: stloc.3 |
|
IL_0030: call instance bool valuetype [mscorlib]System.Nullable`1<int32>::get_HasValue() |
|
IL_0035: brfalse.s IL_005e |
|
|
|
IL_0037: ldloc.3 |
|
IL_0038: ldc.i4.0 |
|
IL_0039: beq.s IL_0046 |
|
|
|
IL_003b: ldloc.3 |
|
IL_003c: ldc.i4.5 |
|
IL_003d: beq.s IL_004e |
|
|
|
IL_003f: ldloc.3 |
|
IL_0040: ldc.i4.s 10 |
|
IL_0042: beq.s IL_0056 |
|
|
|
IL_0044: br.s IL_005e |
|
|
|
IL_0046: ldstr "zero" |
|
IL_004b: stloc.0 |
|
IL_004c: br.s IL_0066 |
|
|
|
IL_004e: ldstr "five" |
|
IL_0053: stloc.0 |
|
IL_0054: br.s IL_0066 |
|
|
|
IL_0056: ldstr "ten" |
|
IL_005b: stloc.0 |
|
IL_005c: br.s IL_0066 |
|
|
|
IL_005e: ldstr "other" |
|
IL_0063: stloc.0 |
|
IL_0064: br.s IL_0066 |
|
|
|
IL_0066: ldloc.0 |
|
IL_0067: ret |
|
} // end of method Switch::SwitchOverNullableIntNoNullCaseShifted |
|
|
|
.method public hidebysig static void SwitchOverInt(int32 i) cil managed |
|
{ |
|
// Code size 144 (0x90) |
|
.maxstack 2 |
|
.locals init (int32 V_0) |
|
IL_0000: nop |
|
IL_0001: ldarg.0 |
|
IL_0002: stloc.0 |
|
IL_0003: ldloc.0 |
|
IL_0004: ldc.i4.s 10 |
|
IL_0006: bgt.s IL_0017 |
|
|
|
IL_0008: ldloc.0 |
|
IL_0009: ldc.i4.0 |
|
IL_000a: beq.s IL_0034 |
|
|
|
IL_000c: ldloc.0 |
|
IL_000d: ldc.i4.5 |
|
IL_000e: beq.s IL_0041 |
|
|
|
IL_0010: ldloc.0 |
|
IL_0011: ldc.i4.s 10 |
|
IL_0013: beq.s IL_004e |
|
|
|
IL_0015: br.s IL_008f |
|
|
|
IL_0017: ldloc.0 |
|
IL_0018: ldc.i4.s 20 |
|
IL_001a: bgt.s IL_0028 |
|
|
|
IL_001c: ldloc.0 |
|
IL_001d: ldc.i4.s 15 |
|
IL_001f: beq.s IL_005b |
|
|
|
IL_0021: ldloc.0 |
|
IL_0022: ldc.i4.s 20 |
|
IL_0024: beq.s IL_0068 |
|
|
|
IL_0026: br.s IL_008f |
|
|
|
IL_0028: ldloc.0 |
|
IL_0029: ldc.i4.s 25 |
|
IL_002b: beq.s IL_0075 |
|
|
|
IL_002d: ldloc.0 |
|
IL_002e: ldc.i4.s 30 |
|
IL_0030: beq.s IL_0082 |
|
|
|
IL_0032: br.s IL_008f |
|
|
|
IL_0034: ldstr "zero" |
|
IL_0039: call void [mscorlib]System.Console::WriteLine(string) |
|
IL_003e: nop |
|
IL_003f: br.s IL_008f |
|
|
|
IL_0041: ldstr "five" |
|
IL_0046: call void [mscorlib]System.Console::WriteLine(string) |
|
IL_004b: nop |
|
IL_004c: br.s IL_008f |
|
|
|
IL_004e: ldstr "ten" |
|
IL_0053: call void [mscorlib]System.Console::WriteLine(string) |
|
IL_0058: nop |
|
IL_0059: br.s IL_008f |
|
|
|
IL_005b: ldstr "fifteen" |
|
IL_0060: call void [mscorlib]System.Console::WriteLine(string) |
|
IL_0065: nop |
|
IL_0066: br.s IL_008f |
|
|
|
IL_0068: ldstr "twenty" |
|
IL_006d: call void [mscorlib]System.Console::WriteLine(string) |
|
IL_0072: nop |
|
IL_0073: br.s IL_008f |
|
|
|
IL_0075: ldstr "twenty-five" |
|
IL_007a: call void [mscorlib]System.Console::WriteLine(string) |
|
IL_007f: nop |
|
IL_0080: br.s IL_008f |
|
|
|
IL_0082: ldstr "thirty" |
|
IL_0087: call void [mscorlib]System.Console::WriteLine(string) |
|
IL_008c: nop |
|
IL_008d: br.s IL_008f |
|
|
|
IL_008f: ret |
|
} // end of method Switch::SwitchOverInt |
|
|
|
.method public hidebysig static string |
|
ShortSwitchOverString(string text) cil managed |
|
{ |
|
// Code size 98 (0x62) |
|
.maxstack 2 |
|
.locals init (string V_0, |
|
string V_1) |
|
IL_0000: nop |
|
IL_0001: ldstr "ShortSwitchOverString: " |
|
IL_0006: ldarg.0 |
|
IL_0007: call string [mscorlib]System.String::Concat(string, |
|
string) |
|
IL_000c: call void [mscorlib]System.Console::WriteLine(string) |
|
IL_0011: nop |
|
IL_0012: ldarg.0 |
|
IL_0013: stloc.1 |
|
IL_0014: ldloc.1 |
|
IL_0015: brfalse.s IL_0058 |
|
|
|
IL_0017: ldloc.1 |
|
IL_0018: ldstr "First case" |
|
IL_001d: call bool [mscorlib]System.String::op_Equality(string, |
|
string) |
|
IL_0022: brtrue.s IL_0040 |
|
|
|
IL_0024: ldloc.1 |
|
IL_0025: ldstr "Second case" |
|
IL_002a: call bool [mscorlib]System.String::op_Equality(string, |
|
string) |
|
IL_002f: brtrue.s IL_0048 |
|
|
|
IL_0031: ldloc.1 |
|
IL_0032: ldstr "Third case" |
|
IL_0037: call bool [mscorlib]System.String::op_Equality(string, |
|
string) |
|
IL_003c: brtrue.s IL_0050 |
|
|
|
IL_003e: br.s IL_0058 |
|
|
|
IL_0040: ldstr "Text1" |
|
IL_0045: stloc.0 |
|
IL_0046: br.s IL_0060 |
|
|
|
IL_0048: ldstr "Text2" |
|
IL_004d: stloc.0 |
|
IL_004e: br.s IL_0060 |
|
|
|
IL_0050: ldstr "Text3" |
|
IL_0055: stloc.0 |
|
IL_0056: br.s IL_0060 |
|
|
|
IL_0058: ldstr "Default" |
|
IL_005d: stloc.0 |
|
IL_005e: br.s IL_0060 |
|
|
|
IL_0060: ldloc.0 |
|
IL_0061: ret |
|
} // end of method Switch::ShortSwitchOverString |
|
|
|
.method public hidebysig static string |
|
ShortSwitchOverStringWithNullCase(string text) cil managed |
|
{ |
|
// Code size 85 (0x55) |
|
.maxstack 2 |
|
.locals init (string V_0, |
|
string V_1) |
|
IL_0000: nop |
|
IL_0001: ldstr "ShortSwitchOverStringWithNullCase: " |
|
IL_0006: ldarg.0 |
|
IL_0007: call string [mscorlib]System.String::Concat(string, |
|
string) |
|
IL_000c: call void [mscorlib]System.Console::WriteLine(string) |
|
IL_0011: nop |
|
IL_0012: ldarg.0 |
|
IL_0013: stloc.1 |
|
IL_0014: ldloc.1 |
|
IL_0015: brfalse.s IL_0043 |
|
|
|
IL_0017: ldloc.1 |
|
IL_0018: ldstr "First case" |
|
IL_001d: call bool [mscorlib]System.String::op_Equality(string, |
|
string) |
|
IL_0022: brtrue.s IL_0033 |
|
|
|
IL_0024: ldloc.1 |
|
IL_0025: ldstr "Second case" |
|
IL_002a: call bool [mscorlib]System.String::op_Equality(string, |
|
string) |
|
IL_002f: brtrue.s IL_003b |
|
|
|
IL_0031: br.s IL_004b |
|
|
|
IL_0033: ldstr "Text1" |
|
IL_0038: stloc.0 |
|
IL_0039: br.s IL_0053 |
|
|
|
IL_003b: ldstr "Text2" |
|
IL_0040: stloc.0 |
|
IL_0041: br.s IL_0053 |
|
|
|
IL_0043: ldstr "null" |
|
IL_0048: stloc.0 |
|
IL_0049: br.s IL_0053 |
|
|
|
IL_004b: ldstr "Default" |
|
IL_0050: stloc.0 |
|
IL_0051: br.s IL_0053 |
|
|
|
IL_0053: ldloc.0 |
|
IL_0054: ret |
|
} // end of method Switch::ShortSwitchOverStringWithNullCase |
|
|
|
.method public hidebysig static string |
|
SwitchOverString1(string text) cil managed |
|
{ |
|
// Code size 247 (0xf7) |
|
.maxstack 4 |
|
.locals init (string V_0, |
|
string V_1, |
|
int32 V_2) |
|
IL_0000: nop |
|
IL_0001: ldstr "SwitchOverString1: " |
|
IL_0006: ldarg.0 |
|
IL_0007: call string [mscorlib]System.String::Concat(string, |
|
string) |
|
IL_000c: call void [mscorlib]System.Console::WriteLine(string) |
|
IL_0011: nop |
|
IL_0012: ldarg.0 |
|
IL_0013: stloc.1 |
|
IL_0014: ldloc.1 |
|
IL_0015: brfalse IL_00e9 |
|
|
|
IL_001a: volatile. |
|
IL_001c: ldsfld class [mscorlib]System.Collections.Generic.Dictionary`2<string,int32> '<PrivateImplementationDetails>{0EF64C57-A49E-4138-9C3F-BDAB86B2E450}'::'$$method0x600000d-1' |
|
IL_0021: brtrue.s IL_0084 |
|
|
|
IL_0023: ldc.i4.7 |
|
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 "2nd 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 "Third 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 "Fourth 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 "Fifth 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 "Sixth 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: volatile. |
|
IL_007f: stsfld class [mscorlib]System.Collections.Generic.Dictionary`2<string,int32> '<PrivateImplementationDetails>{0EF64C57-A49E-4138-9C3F-BDAB86B2E450}'::'$$method0x600000d-1' |
|
IL_0084: volatile. |
|
IL_0086: ldsfld class [mscorlib]System.Collections.Generic.Dictionary`2<string,int32> '<PrivateImplementationDetails>{0EF64C57-A49E-4138-9C3F-BDAB86B2E450}'::'$$method0x600000d-1' |
|
IL_008b: ldloc.1 |
|
IL_008c: ldloca.s V_2 |
|
IL_008e: call instance bool class [mscorlib]System.Collections.Generic.Dictionary`2<string,int32>::TryGetValue(!0, |
|
!1&) |
|
IL_0093: brfalse.s IL_00ed |
|
|
|
IL_0095: ldloc.2 |
|
IL_0096: switch ( |
|
IL_00b9, |
|
IL_00c1, |
|
IL_00c1, |
|
IL_00c9, |
|
IL_00d1, |
|
IL_00d9, |
|
IL_00e1) |
|
IL_00b7: br.s IL_00ed |
|
|
|
IL_00b9: ldstr "Text1" |
|
IL_00be: stloc.0 |
|
IL_00bf: br.s IL_00f5 |
|
|
|
IL_00c1: ldstr "Text2" |
|
IL_00c6: stloc.0 |
|
IL_00c7: br.s IL_00f5 |
|
|
|
IL_00c9: ldstr "Text3" |
|
IL_00ce: stloc.0 |
|
IL_00cf: br.s IL_00f5 |
|
|
|
IL_00d1: ldstr "Text4" |
|
IL_00d6: stloc.0 |
|
IL_00d7: br.s IL_00f5 |
|
|
|
IL_00d9: ldstr "Text5" |
|
IL_00de: stloc.0 |
|
IL_00df: br.s IL_00f5 |
|
|
|
IL_00e1: ldstr "Text6" |
|
IL_00e6: stloc.0 |
|
IL_00e7: br.s IL_00f5 |
|
|
|
IL_00e9: ldnull |
|
IL_00ea: stloc.0 |
|
IL_00eb: br.s IL_00f5 |
|
|
|
IL_00ed: ldstr "Default" |
|
IL_00f2: stloc.0 |
|
IL_00f3: br.s IL_00f5 |
|
|
|
IL_00f5: ldloc.0 |
|
IL_00f6: ret |
|
} // end of method Switch::SwitchOverString1 |
|
|
|
.method public hidebysig static string |
|
SwitchOverString2() cil managed |
|
{ |
|
// Code size 354 (0x162) |
|
.maxstack 4 |
|
.locals init (string V_0, |
|
string V_1, |
|
int32 V_2) |
|
IL_0000: nop |
|
IL_0001: ldstr "SwitchOverString2:" |
|
IL_0006: call void [mscorlib]System.Console::WriteLine(string) |
|
IL_000b: nop |
|
IL_000c: call string [mscorlib]System.Environment::get_UserName() |
|
IL_0011: stloc.1 |
|
IL_0012: ldloc.1 |
|
IL_0013: brfalse IL_0158 |
|
|
|
IL_0018: volatile. |
|
IL_001a: ldsfld class [mscorlib]System.Collections.Generic.Dictionary`2<string,int32> '<PrivateImplementationDetails>{0EF64C57-A49E-4138-9C3F-BDAB86B2E450}'::'$$method0x600000e-1' |
|
IL_001f: brtrue IL_00b8 |
|
|
|
IL_0024: ldc.i4.s 11 |
|
IL_0026: newobj instance void class [mscorlib]System.Collections.Generic.Dictionary`2<string,int32>::.ctor(int32) |
|
IL_002b: dup |
|
IL_002c: ldstr "First case" |
|
IL_0031: ldc.i4.0 |
|
IL_0032: call instance void class [mscorlib]System.Collections.Generic.Dictionary`2<string,int32>::Add(!0, |
|
!1) |
|
IL_0037: dup |
|
IL_0038: ldstr "Second case" |
|
IL_003d: ldc.i4.1 |
|
IL_003e: call instance void class [mscorlib]System.Collections.Generic.Dictionary`2<string,int32>::Add(!0, |
|
!1) |
|
IL_0043: dup |
|
IL_0044: ldstr "Third case" |
|
IL_0049: ldc.i4.2 |
|
IL_004a: call instance void class [mscorlib]System.Collections.Generic.Dictionary`2<string,int32>::Add(!0, |
|
!1) |
|
IL_004f: dup |
|
IL_0050: ldstr "Fourth case" |
|
IL_0055: ldc.i4.3 |
|
IL_0056: call instance void class [mscorlib]System.Collections.Generic.Dictionary`2<string,int32>::Add(!0, |
|
!1) |
|
IL_005b: dup |
|
IL_005c: ldstr "Fifth case" |
|
IL_0061: ldc.i4.4 |
|
IL_0062: call instance void class [mscorlib]System.Collections.Generic.Dictionary`2<string,int32>::Add(!0, |
|
!1) |
|
IL_0067: dup |
|
IL_0068: ldstr "Sixth case" |
|
IL_006d: ldc.i4.5 |
|
IL_006e: call instance void class [mscorlib]System.Collections.Generic.Dictionary`2<string,int32>::Add(!0, |
|
!1) |
|
IL_0073: dup |
|
IL_0074: ldstr "Seventh case" |
|
IL_0079: ldc.i4.6 |
|
IL_007a: call instance void class [mscorlib]System.Collections.Generic.Dictionary`2<string,int32>::Add(!0, |
|
!1) |
|
IL_007f: dup |
|
IL_0080: ldstr "Eighth case" |
|
IL_0085: ldc.i4.7 |
|
IL_0086: call instance void class [mscorlib]System.Collections.Generic.Dictionary`2<string,int32>::Add(!0, |
|
!1) |
|
IL_008b: dup |
|
IL_008c: ldstr "Ninth case" |
|
IL_0091: ldc.i4.8 |
|
IL_0092: call instance void class [mscorlib]System.Collections.Generic.Dictionary`2<string,int32>::Add(!0, |
|
!1) |
|
IL_0097: dup |
|
IL_0098: ldstr "Tenth case" |
|
IL_009d: ldc.i4.s 9 |
|
IL_009f: call instance void class [mscorlib]System.Collections.Generic.Dictionary`2<string,int32>::Add(!0, |
|
!1) |
|
IL_00a4: dup |
|
IL_00a5: ldstr "Eleventh case" |
|
IL_00aa: ldc.i4.s 10 |
|
IL_00ac: call instance void class [mscorlib]System.Collections.Generic.Dictionary`2<string,int32>::Add(!0, |
|
!1) |
|
IL_00b1: volatile. |
|
IL_00b3: stsfld class [mscorlib]System.Collections.Generic.Dictionary`2<string,int32> '<PrivateImplementationDetails>{0EF64C57-A49E-4138-9C3F-BDAB86B2E450}'::'$$method0x600000e-1' |
|
IL_00b8: volatile. |
|
IL_00ba: ldsfld class [mscorlib]System.Collections.Generic.Dictionary`2<string,int32> '<PrivateImplementationDetails>{0EF64C57-A49E-4138-9C3F-BDAB86B2E450}'::'$$method0x600000e-1' |
|
IL_00bf: ldloc.1 |
|
IL_00c0: ldloca.s V_2 |
|
IL_00c2: call instance bool class [mscorlib]System.Collections.Generic.Dictionary`2<string,int32>::TryGetValue(!0, |
|
!1&) |
|
IL_00c7: brfalse IL_0158 |
|
|
|
IL_00cc: ldloc.2 |
|
IL_00cd: switch ( |
|
IL_0100, |
|
IL_0108, |
|
IL_0110, |
|
IL_0118, |
|
IL_0120, |
|
IL_0128, |
|
IL_0130, |
|
IL_0138, |
|
IL_0140, |
|
IL_0148, |
|
IL_0150) |
|
IL_00fe: br.s IL_0158 |
|
|
|
IL_0100: ldstr "Text1" |
|
IL_0105: stloc.0 |
|
IL_0106: br.s IL_0160 |
|
|
|
IL_0108: ldstr "Text2" |
|
IL_010d: stloc.0 |
|
IL_010e: br.s IL_0160 |
|
|
|
IL_0110: ldstr "Text3" |
|
IL_0115: stloc.0 |
|
IL_0116: br.s IL_0160 |
|
|
|
IL_0118: ldstr "Text4" |
|
IL_011d: stloc.0 |
|
IL_011e: br.s IL_0160 |
|
|
|
IL_0120: ldstr "Text5" |
|
IL_0125: stloc.0 |
|
IL_0126: br.s IL_0160 |
|
|
|
IL_0128: ldstr "Text6" |
|
IL_012d: stloc.0 |
|
IL_012e: br.s IL_0160 |
|
|
|
IL_0130: ldstr "Text7" |
|
IL_0135: stloc.0 |
|
IL_0136: br.s IL_0160 |
|
|
|
IL_0138: ldstr "Text8" |
|
IL_013d: stloc.0 |
|
IL_013e: br.s IL_0160 |
|
|
|
IL_0140: ldstr "Text9" |
|
IL_0145: stloc.0 |
|
IL_0146: br.s IL_0160 |
|
|
|
IL_0148: ldstr "Text10" |
|
IL_014d: stloc.0 |
|
IL_014e: br.s IL_0160 |
|
|
|
IL_0150: ldstr "Text11" |
|
IL_0155: stloc.0 |
|
IL_0156: br.s IL_0160 |
|
|
|
IL_0158: ldstr "Default" |
|
IL_015d: stloc.0 |
|
IL_015e: br.s IL_0160 |
|
|
|
IL_0160: ldloc.0 |
|
IL_0161: ret |
|
} // end of method Switch::SwitchOverString2 |
|
|
|
.method public hidebysig static string |
|
SwitchOverBool(bool b) cil managed |
|
{ |
|
// Code size 64 (0x40) |
|
.maxstack 2 |
|
.locals init (string V_0, |
|
bool V_1) |
|
IL_0000: nop |
|
IL_0001: ldstr "SwitchOverBool: " |
|
IL_0006: ldarga.s b |
|
IL_0008: call instance string [mscorlib]System.Boolean::ToString() |
|
IL_000d: call string [mscorlib]System.String::Concat(string, |
|
string) |
|
IL_0012: call void [mscorlib]System.Console::WriteLine(string) |
|
IL_0017: nop |
|
IL_0018: ldarg.0 |
|
IL_0019: stloc.1 |
|
IL_001a: ldloc.1 |
|
IL_001b: switch ( |
|
IL_0032, |
|
IL_002a) |
|
IL_0028: br.s IL_003a |
|
|
|
IL_002a: ldsfld string [mscorlib]System.Boolean::TrueString |
|
IL_002f: stloc.0 |
|
IL_0030: br.s IL_003e |
|
|
|
IL_0032: ldsfld string [mscorlib]System.Boolean::FalseString |
|
IL_0037: stloc.0 |
|
IL_0038: br.s IL_003e |
|
|
|
IL_003a: ldnull |
|
IL_003b: stloc.0 |
|
IL_003c: br.s IL_003e |
|
|
|
IL_003e: ldloc.0 |
|
IL_003f: ret |
|
} // end of method Switch::SwitchOverBool |
|
|
|
.method public hidebysig static void SwitchInLoop(int32 i) cil managed |
|
{ |
|
// Code size 128 (0x80) |
|
.maxstack 2 |
|
.locals init (int32 V_0, |
|
bool V_1) |
|
IL_0000: nop |
|
IL_0001: ldstr "SwitchInLoop: " |
|
IL_0006: ldarg.0 |
|
IL_0007: box [mscorlib]System.Int32 |
|
IL_000c: call string [mscorlib]System.String::Concat(object, |
|
object) |
|
IL_0011: call void [mscorlib]System.Console::WriteLine(string) |
|
IL_0016: nop |
|
IL_0017: br.s IL_007b |
|
|
|
IL_0019: nop |
|
IL_001a: ldarg.0 |
|
IL_001b: stloc.0 |
|
IL_001c: ldloc.0 |
|
IL_001d: ldc.i4.1 |
|
IL_001e: sub |
|
IL_001f: switch ( |
|
IL_0036, |
|
IL_0043, |
|
IL_005d, |
|
IL_0050) |
|
IL_0034: br.s IL_005d |
|
|
|
IL_0036: ldstr "one" |
|
IL_003b: call void [mscorlib]System.Console::WriteLine(string) |
|
IL_0040: nop |
|
IL_0041: br.s IL_0075 |
|
|
|
IL_0043: ldstr "two" |
|
IL_0048: call void [mscorlib]System.Console::WriteLine(string) |
|
IL_004d: nop |
|
IL_004e: br.s IL_0075 |
|
|
|
IL_0050: ldstr "four" |
|
IL_0055: call void [mscorlib]System.Console::WriteLine(string) |
|
IL_005a: nop |
|
IL_005b: br.s IL_007f |
|
|
|
IL_005d: ldstr "default" |
|
IL_0062: call void [mscorlib]System.Console::WriteLine(string) |
|
IL_0067: nop |
|
IL_0068: ldstr "more code" |
|
IL_006d: call void [mscorlib]System.Console::WriteLine(string) |
|
IL_0072: nop |
|
IL_0073: br.s IL_007f |
|
|
|
IL_0075: ldarg.0 |
|
IL_0076: ldc.i4.1 |
|
IL_0077: add |
|
IL_0078: starg.s i |
|
IL_007a: nop |
|
IL_007b: ldc.i4.1 |
|
IL_007c: stloc.1 |
|
IL_007d: br.s IL_0019 |
|
|
|
IL_007f: ret |
|
} // end of method Switch::SwitchInLoop |
|
|
|
.method public hidebysig static void SwitchWithGoto(int32 i) cil managed |
|
{ |
|
// Code size 128 (0x80) |
|
.maxstack 2 |
|
.locals init (int32 V_0) |
|
IL_0000: nop |
|
IL_0001: ldstr "SwitchWithGoto: " |
|
IL_0006: ldarg.0 |
|
IL_0007: box [mscorlib]System.Int32 |
|
IL_000c: call string [mscorlib]System.String::Concat(object, |
|
object) |
|
IL_0011: call void [mscorlib]System.Console::WriteLine(string) |
|
IL_0016: nop |
|
IL_0017: ldarg.0 |
|
IL_0018: stloc.0 |
|
IL_0019: ldloc.0 |
|
IL_001a: ldc.i4.1 |
|
IL_001b: sub |
|
IL_001c: switch ( |
|
IL_0033, |
|
IL_0040, |
|
IL_004d, |
|
IL_005a) |
|
IL_0031: br.s IL_0067 |
|
|
|
IL_0033: ldstr "one" |
|
IL_0038: call void [mscorlib]System.Console::WriteLine(string) |
|
IL_003d: nop |
|
IL_003e: br.s IL_0067 |
|
|
|
IL_0040: ldstr "two" |
|
IL_0045: call void [mscorlib]System.Console::WriteLine(string) |
|
IL_004a: nop |
|
IL_004b: br.s IL_004d |
|
|
|
IL_004d: ldstr "three" |
|
IL_0052: call void [mscorlib]System.Console::WriteLine(string) |
|
IL_0057: nop |
|
IL_0058: br.s IL_0074 |
|
|
|
IL_005a: ldstr "four" |
|
IL_005f: call void [mscorlib]System.Console::WriteLine(string) |
|
IL_0064: nop |
|
IL_0065: br.s IL_007f |
|
|
|
IL_0067: ldstr "default" |
|
IL_006c: call void [mscorlib]System.Console::WriteLine(string) |
|
IL_0071: nop |
|
IL_0072: br.s IL_0074 |
|
|
|
IL_0074: ldstr "End of method" |
|
IL_0079: call void [mscorlib]System.Console::WriteLine(string) |
|
IL_007e: nop |
|
IL_007f: ret |
|
} // end of method Switch::SwitchWithGoto |
|
|
|
.method private hidebysig static class ICSharpCode.Decompiler.Tests.TestCases.Pretty.Switch/SetProperty[] |
|
GetProperties() cil managed |
|
{ |
|
// Code size 12 (0xc) |
|
.maxstack 1 |
|
.locals init (class ICSharpCode.Decompiler.Tests.TestCases.Pretty.Switch/SetProperty[] V_0) |
|
IL_0000: nop |
|
IL_0001: ldc.i4.0 |
|
IL_0002: newarr ICSharpCode.Decompiler.Tests.TestCases.Pretty.Switch/SetProperty |
|
IL_0007: stloc.0 |
|
IL_0008: br.s IL_000a |
|
|
|
IL_000a: ldloc.0 |
|
IL_000b: ret |
|
} // end of method Switch::GetProperties |
|
|
|
.method public hidebysig static void SwitchOnStringInForLoop() cil managed |
|
{ |
|
// Code size 321 (0x141) |
|
.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, |
|
bool V_7) |
|
IL_0000: nop |
|
IL_0001: newobj instance void class [mscorlib]System.Collections.Generic.List`1<class ICSharpCode.Decompiler.Tests.TestCases.Pretty.Switch/SetProperty>::.ctor() |
|
IL_0006: stloc.0 |
|
IL_0007: newobj instance void class [mscorlib]System.Collections.Generic.List`1<class ICSharpCode.Decompiler.Tests.TestCases.Pretty.Switch/SetProperty>::.ctor() |
|
IL_000c: stloc.1 |
|
IL_000d: call class ICSharpCode.Decompiler.Tests.TestCases.Pretty.Switch/SetProperty[] ICSharpCode.Decompiler.Tests.TestCases.Pretty.Switch::GetProperties() |
|
IL_0012: stloc.2 |
|
IL_0013: ldc.i4.0 |
|
IL_0014: stloc.3 |
|
IL_0015: br IL_0131 |
|
|
|
IL_001a: nop |
|
IL_001b: ldloc.2 |
|
IL_001c: ldloc.3 |
|
IL_001d: ldelem.ref |
|
IL_001e: stloc.s V_4 |
|
IL_0020: ldloc.s V_4 |
|
IL_0022: ldfld class [mscorlib]System.Reflection.PropertyInfo ICSharpCode.Decompiler.Tests.TestCases.Pretty.Switch/SetProperty::Property |
|
IL_0027: callvirt instance string [mscorlib]System.Reflection.MemberInfo::get_Name() |
|
IL_002c: stloc.s V_5 |
|
IL_002e: ldloc.s V_5 |
|
IL_0030: brfalse IL_0121 |
|
|
|
IL_0035: volatile. |
|
IL_0037: ldsfld class [mscorlib]System.Collections.Generic.Dictionary`2<string,int32> '<PrivateImplementationDetails>{0EF64C57-A49E-4138-9C3F-BDAB86B2E450}'::'$$method0x6000013-1' |
|
IL_003c: brtrue.s IL_0093 |
|
|
|
IL_003e: ldc.i4.6 |
|
IL_003f: newobj instance void class [mscorlib]System.Collections.Generic.Dictionary`2<string,int32>::.ctor(int32) |
|
IL_0044: dup |
|
IL_0045: ldstr "Name1" |
|
IL_004a: ldc.i4.0 |
|
IL_004b: call instance void class [mscorlib]System.Collections.Generic.Dictionary`2<string,int32>::Add(!0, |
|
!1) |
|
IL_0050: dup |
|
IL_0051: ldstr "Name2" |
|
IL_0056: ldc.i4.1 |
|
IL_0057: call instance void class [mscorlib]System.Collections.Generic.Dictionary`2<string,int32>::Add(!0, |
|
!1) |
|
IL_005c: dup |
|
IL_005d: ldstr "Name3" |
|
IL_0062: ldc.i4.2 |
|
IL_0063: call instance void class [mscorlib]System.Collections.Generic.Dictionary`2<string,int32>::Add(!0, |
|
!1) |
|
IL_0068: dup |
|
IL_0069: ldstr "Name4" |
|
IL_006e: ldc.i4.3 |
|
IL_006f: call instance void class [mscorlib]System.Collections.Generic.Dictionary`2<string,int32>::Add(!0, |
|
!1) |
|
IL_0074: dup |
|
IL_0075: ldstr "Name5" |
|
IL_007a: ldc.i4.4 |
|
IL_007b: call instance void class [mscorlib]System.Collections.Generic.Dictionary`2<string,int32>::Add(!0, |
|
!1) |
|
IL_0080: dup |
|
IL_0081: ldstr "Name6" |
|
IL_0086: ldc.i4.5 |
|
IL_0087: call instance void class [mscorlib]System.Collections.Generic.Dictionary`2<string,int32>::Add(!0, |
|
!1) |
|
IL_008c: volatile. |
|
IL_008e: stsfld class [mscorlib]System.Collections.Generic.Dictionary`2<string,int32> '<PrivateImplementationDetails>{0EF64C57-A49E-4138-9C3F-BDAB86B2E450}'::'$$method0x6000013-1' |
|
IL_0093: volatile. |
|
IL_0095: ldsfld class [mscorlib]System.Collections.Generic.Dictionary`2<string,int32> '<PrivateImplementationDetails>{0EF64C57-A49E-4138-9C3F-BDAB86B2E450}'::'$$method0x6000013-1' |
|
IL_009a: ldloc.s V_5 |
|
IL_009c: ldloca.s V_6 |
|
IL_009e: call instance bool class [mscorlib]System.Collections.Generic.Dictionary`2<string,int32>::TryGetValue(!0, |
|
!1&) |
|
IL_00a3: brfalse.s IL_0121 |
|
|
|
IL_00a5: ldloc.s V_6 |
|
IL_00a7: switch ( |
|
IL_00c6, |
|
IL_00da, |
|
IL_00ee, |
|
IL_0102, |
|
IL_0116, |
|
IL_0116) |
|
IL_00c4: br.s IL_0121 |
|
|
|
IL_00c6: ldloc.s V_4 |
|
IL_00c8: ldc.i4.1 |
|
IL_00c9: callvirt instance void ICSharpCode.Decompiler.Tests.TestCases.Pretty.Switch/SetProperty::set_Set(int32) |
|
IL_00ce: nop |
|
IL_00cf: ldloc.0 |
|
IL_00d0: ldloc.s V_4 |
|
IL_00d2: callvirt instance void class [mscorlib]System.Collections.Generic.List`1<class ICSharpCode.Decompiler.Tests.TestCases.Pretty.Switch/SetProperty>::Add(!0) |
|
IL_00d7: nop |
|
IL_00d8: br.s IL_012c |
|
|
|
IL_00da: ldloc.s V_4 |
|
IL_00dc: ldc.i4.2 |
|
IL_00dd: callvirt instance void ICSharpCode.Decompiler.Tests.TestCases.Pretty.Switch/SetProperty::set_Set(int32) |
|
IL_00e2: nop |
|
IL_00e3: ldloc.0 |
|
IL_00e4: ldloc.s V_4 |
|
IL_00e6: callvirt instance void class [mscorlib]System.Collections.Generic.List`1<class ICSharpCode.Decompiler.Tests.TestCases.Pretty.Switch/SetProperty>::Add(!0) |
|
IL_00eb: nop |
|
IL_00ec: br.s IL_012c |
|
|
|
IL_00ee: ldloc.s V_4 |
|
IL_00f0: ldc.i4.3 |
|
IL_00f1: callvirt instance void ICSharpCode.Decompiler.Tests.TestCases.Pretty.Switch/SetProperty::set_Set(int32) |
|
IL_00f6: nop |
|
IL_00f7: ldloc.0 |
|
IL_00f8: ldloc.s V_4 |
|
IL_00fa: callvirt instance void class [mscorlib]System.Collections.Generic.List`1<class ICSharpCode.Decompiler.Tests.TestCases.Pretty.Switch/SetProperty>::Add(!0) |
|
IL_00ff: nop |
|
IL_0100: br.s IL_012c |
|
|
|
IL_0102: ldloc.s V_4 |
|
IL_0104: ldc.i4.4 |
|
IL_0105: callvirt instance void ICSharpCode.Decompiler.Tests.TestCases.Pretty.Switch/SetProperty::set_Set(int32) |
|
IL_010a: nop |
|
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: nop |
|
IL_0114: br.s IL_012c |
|
|
|
IL_0116: ldloc.0 |
|
IL_0117: ldloc.s V_4 |
|
IL_0119: callvirt instance void class [mscorlib]System.Collections.Generic.List`1<class ICSharpCode.Decompiler.Tests.TestCases.Pretty.Switch/SetProperty>::Add(!0) |
|
IL_011e: nop |
|
IL_011f: br.s IL_012c |
|
|
|
IL_0121: ldloc.1 |
|
IL_0122: ldloc.s V_4 |
|
IL_0124: callvirt instance void class [mscorlib]System.Collections.Generic.List`1<class ICSharpCode.Decompiler.Tests.TestCases.Pretty.Switch/SetProperty>::Add(!0) |
|
IL_0129: nop |
|
IL_012a: br.s IL_012c |
|
|
|
IL_012c: nop |
|
IL_012d: ldloc.3 |
|
IL_012e: ldc.i4.1 |
|
IL_012f: add |
|
IL_0130: stloc.3 |
|
IL_0131: ldloc.3 |
|
IL_0132: ldloc.2 |
|
IL_0133: ldlen |
|
IL_0134: conv.i4 |
|
IL_0135: clt |
|
IL_0137: stloc.s V_7 |
|
IL_0139: ldloc.s V_7 |
|
IL_013b: brtrue IL_001a |
|
|
|
IL_0140: ret |
|
} // end of method Switch::SwitchOnStringInForLoop |
|
|
|
.method public hidebysig static void SwitchWithComplexCondition(string[] args) cil managed |
|
{ |
|
// Code size 139 (0x8b) |
|
.maxstack 2 |
|
.locals init (string V_0) |
|
IL_0000: nop |
|
IL_0001: ldarg.0 |
|
IL_0002: ldlen |
|
IL_0003: conv.i4 |
|
IL_0004: brfalse.s IL_000b |
|
|
|
IL_0006: ldarg.0 |
|
IL_0007: ldc.i4.0 |
|
IL_0008: ldelem.ref |
|
IL_0009: br.s IL_0010 |
|
|
|
IL_000b: ldstr "dummy" |
|
IL_0010: nop |
|
IL_0011: stloc.0 |
|
IL_0012: ldloc.0 |
|
IL_0013: brfalse.s IL_007f |
|
|
|
IL_0015: ldloc.0 |
|
IL_0016: ldstr "a" |
|
IL_001b: call bool [mscorlib]System.String::op_Equality(string, |
|
string) |
|
IL_0020: brtrue.s IL_004b |
|
|
|
IL_0022: ldloc.0 |
|
IL_0023: ldstr "b" |
|
IL_0028: call bool [mscorlib]System.String::op_Equality(string, |
|
string) |
|
IL_002d: brtrue.s IL_0058 |
|
|
|
IL_002f: ldloc.0 |
|
IL_0030: ldstr "c" |
|
IL_0035: call bool [mscorlib]System.String::op_Equality(string, |
|
string) |
|
IL_003a: brtrue.s IL_0065 |
|
|
|
IL_003c: ldloc.0 |
|
IL_003d: ldstr "d" |
|
IL_0042: call bool [mscorlib]System.String::op_Equality(string, |
|
string) |
|
IL_0047: brtrue.s IL_0072 |
|
|
|
IL_0049: br.s IL_007f |
|
|
|
IL_004b: ldstr "a" |
|
IL_0050: call void [mscorlib]System.Console::WriteLine(string) |
|
IL_0055: nop |
|
IL_0056: br.s IL_007f |
|
|
|
IL_0058: ldstr "b" |
|
IL_005d: call void [mscorlib]System.Console::WriteLine(string) |
|
IL_0062: nop |
|
IL_0063: br.s IL_007f |
|
|
|
IL_0065: ldstr "c" |
|
IL_006a: call void [mscorlib]System.Console::WriteLine(string) |
|
IL_006f: nop |
|
IL_0070: br.s IL_007f |
|
|
|
IL_0072: ldstr "d" |
|
IL_0077: call void [mscorlib]System.Console::WriteLine(string) |
|
IL_007c: nop |
|
IL_007d: br.s IL_007f |
|
|
|
IL_007f: ldstr "end" |
|
IL_0084: call void [mscorlib]System.Console::WriteLine(string) |
|
IL_0089: nop |
|
IL_008a: ret |
|
} // end of method Switch::SwitchWithComplexCondition |
|
|
|
.method public hidebysig static void SwitchWithArray(string[] args) cil managed |
|
{ |
|
// Code size 126 (0x7e) |
|
.maxstack 2 |
|
.locals init (string V_0) |
|
IL_0000: nop |
|
IL_0001: ldarg.0 |
|
IL_0002: ldc.i4.0 |
|
IL_0003: ldelem.ref |
|
IL_0004: stloc.0 |
|
IL_0005: ldloc.0 |
|
IL_0006: brfalse.s IL_0072 |
|
|
|
IL_0008: ldloc.0 |
|
IL_0009: ldstr "a" |
|
IL_000e: call bool [mscorlib]System.String::op_Equality(string, |
|
string) |
|
IL_0013: brtrue.s IL_003e |
|
|
|
IL_0015: ldloc.0 |
|
IL_0016: ldstr "b" |
|
IL_001b: call bool [mscorlib]System.String::op_Equality(string, |
|
string) |
|
IL_0020: brtrue.s IL_004b |
|
|
|
IL_0022: ldloc.0 |
|
IL_0023: ldstr "c" |
|
IL_0028: call bool [mscorlib]System.String::op_Equality(string, |
|
string) |
|
IL_002d: brtrue.s IL_0058 |
|
|
|
IL_002f: ldloc.0 |
|
IL_0030: ldstr "d" |
|
IL_0035: call bool [mscorlib]System.String::op_Equality(string, |
|
string) |
|
IL_003a: brtrue.s IL_0065 |
|
|
|
IL_003c: br.s IL_0072 |
|
|
|
IL_003e: ldstr "a" |
|
IL_0043: call void [mscorlib]System.Console::WriteLine(string) |
|
IL_0048: nop |
|
IL_0049: br.s IL_0072 |
|
|
|
IL_004b: ldstr "b" |
|
IL_0050: call void [mscorlib]System.Console::WriteLine(string) |
|
IL_0055: nop |
|
IL_0056: br.s IL_0072 |
|
|
|
IL_0058: ldstr "c" |
|
IL_005d: call void [mscorlib]System.Console::WriteLine(string) |
|
IL_0062: nop |
|
IL_0063: br.s IL_0072 |
|
|
|
IL_0065: ldstr "d" |
|
IL_006a: call void [mscorlib]System.Console::WriteLine(string) |
|
IL_006f: nop |
|
IL_0070: br.s IL_0072 |
|
|
|
IL_0072: ldstr "end" |
|
IL_0077: call void [mscorlib]System.Console::WriteLine(string) |
|
IL_007c: nop |
|
IL_007d: ret |
|
} // end of method Switch::SwitchWithArray |
|
|
|
} // end of class ICSharpCode.Decompiler.Tests.TestCases.Pretty.Switch |
|
|
|
.class private auto ansi '<PrivateImplementationDetails>{0EF64C57-A49E-4138-9C3F-BDAB86B2E450}' |
|
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>{0EF64C57-A49E-4138-9C3F-BDAB86B2E450}' |
|
|
|
|
|
// ============================================================= |
|
|
|
// *********** DISASSEMBLY COMPLETE *********************** |
|
// Warnung: Win32-Ressourcendatei "../../../TestCases/Pretty\Switch.res" wurde erstellt.
|
|
|