.class /* 02000001 */ private auto ansi '<Module>'\r\n",
"{\r\n",
"} // end of class <Module>\r\n",
"\r\n",
".class /* 02000002 */ private auto ansi sealed beforefieldinit Script\r\n",
" extends [System.Private.CoreLib]System.Object\r\n",
"{\r\n",
" // Nested Types\r\n",
" .class /* 02000003 */ nested private auto ansi sealed beforefieldinit '<<Initialize>>d__0'\r\n",
" extends [System.Private.CoreLib]System.Object\r\n",
" implements [System.Private.CoreLib]System.Runtime.CompilerServices.IAsyncStateMachine\r\n",
" {\r\n",
" // Fields\r\n",
" .field /* 04000001 */ public int32 '<>1__state'\r\n",
" .field /* 04000002 */ public valuetype [System.Private.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1<object> '<>t__builder'\r\n",
" .field /* 04000003 */ public class Script '<>4__this'\r\n",
" .field /* 04000004 */ private class [System.Private.CoreLib]System.Collections.Generic.IEnumerator`1<int32> '<>s__1'\r\n",
" .field /* 04000005 */ private int32 '<x>5__2'\r\n",
"\r\n",
" // Methods\r\n",
" .method /* 06000004 */ public hidebysig specialname rtspecialname \r\n",
" instance void .ctor () cil managed \r\n",
" {\r\n",
" // Method begins at RVA 0x2095\r\n",
" // Header size: 1\r\n",
" // Code size: 8 (0x8)\r\n",
" .maxstack 8\r\n",
"\r\n",
" IL_0000: ldarg.0\r\n",
" IL_0001: call instance void [System.Private.CoreLib]System.Object::.ctor() /* 0A00000E */\r\n",
" IL_0006: nop\r\n",
" IL_0007: ret\r\n",
" } // end of method '<<Initialize>>d__0'::.ctor\r\n",
"\r\n",
" .method /* 06000005 */ private final hidebysig newslot virtual \r\n",
" instance void MoveNext () cil managed \r\n",
" {\r\n",
" .override method instance void [System.Private.CoreLib]System.Runtime.CompilerServices.IAsyncStateMachine::MoveNext()\r\n",
" // Method begins at RVA 0x20c8\r\n",
" // Header size: 12\r\n",
" // Code size: 157 (0x9d)\r\n",
" .maxstack 3\r\n",
" .locals /* 11000003 */ init (\r\n",
" [0] int32,\r\n",
" [1] object,\r\n",
" [2] class [System.Private.CoreLib]System.Exception\r\n",
" )\r\n",
"\r\n",
" // sequence point: hidden\r\n",
" IL_0000: ldarg.0\r\n",
" IL_0001: ldfld int32 Script/'<<Initialize>>d__0'::'<>1__state' /* 04000001 */\r\n",
" IL_0006: stloc.0\r\n",
" .try\r\n",
" {\r\n",
" // sequence point: (line 2, col 1) to (line 2, col 8) in _\r\n",
" IL_0007: nop\r\n",
" // sequence point: (line 2, col 18) to (line 2, col 40) in _\r\n",
" IL_0008: ldarg.0\r\n",
" IL_0009: ldc.i4.1\r\n",
" IL_000a: ldc.i4.s 10\r\n",
" IL_000c: call class [System.Private.CoreLib]System.Collections.Generic.IEnumerable`1<int32> [System.Linq]System.Linq.Enumerable::Range(int32, int32) /* 0A000011 */\r\n",
" IL_0011: callvirt instance class [System.Private.CoreLib]System.Collections.Generic.IEnumerator`1<!0> class [System.Private.CoreLib]System.Collections.Generic.IEnumerable`1<int32>::GetEnumerator() /* 0A000012 */\r\n",
" IL_0016: stfld class [System.Private.CoreLib]System.Collections.Generic.IEnumerator`1<int32> Script/'<<Initialize>>d__0'::'<>s__1' /* 04000004 */\r\n",
" .try\r\n",
" {\r\n",
" // sequence point: hidden\r\n",
" IL_001b: br.s IL_003c\r\n",
" // loop start (head: IL_003c)\r\n",
" // sequence point: (line 2, col 9) to (line 2, col 14) in _\r\n",
" IL_001d: ldarg.0\r\n",
" IL_001e: ldarg.0\r\n",
" IL_001f: ldfld class [System.Private.CoreLib]System.Collections.Generic.IEnumerator`1<int32> Script/'<<Initialize>>d__0'::'<>s__1' /* 04000004 */\r\n",
" IL_0024: callvirt instance !0 class [System.Private.CoreLib]System.Collections.Generic.IEnumerator`1<int32>::get_Current() /* 0A000013 */\r\n",
" IL_0029: stfld int32 Script/'<<Initialize>>d__0'::'<x>5__2' /* 04000005 */\r\n",
" // sequence point: (line 3, col 1) to (line 3, col 2) in _\r\n",
" IL_002e: nop\r\n",
" // sequence point: (line 4, col 5) to (line 4, col 26) in _\r\n",
" IL_002f: ldarg.0\r\n",
" IL_0030: ldfld int32 Script/'<<Initialize>>d__0'::'<x>5__2' /* 04000005 */\r\n",
" IL_0035: call void [System.Console]System.Console::WriteLine(int32) /* 0A000014 */\r\n",
" IL_003a: nop\r\n",
" // sequence point: (line 5, col 1) to (line 5, col 2) in _\r\n",
" IL_003b: nop\r\n",
"\r\n",
" // sequence point: (line 2, col 15) to (line 2, col 17) in _\r\n",
" IL_003c: ldarg.0\r\n",
" IL_003d: ldfld class [System.Private.CoreLib]System.Collections.Generic.IEnumerator`1<int32> Script/'<<Initialize>>d__0'::'<>s__1' /* 04000004 */\r\n",
" IL_0042: callvirt instance bool [System.Private.CoreLib]System.Collections.IEnumerator::MoveNext() /* 0A000015 */\r\n",
" IL_0047: brtrue.s IL_001d\r\n",
" // end loop\r\n",
"\r\n",
" IL_0049: leave.s IL_0064\r\n",
" } // end .try\r\n",
" finally\r\n",
" {\r\n",
" // sequence point: hidden\r\n",
" IL_004b: ldloc.0\r\n",
" IL_004c: ldc.i4.0\r\n",
" IL_004d: bge.s IL_0063\r\n",
"\r\n",
" IL_004f: ldarg.0\r\n",
" IL_0050: ldfld class [System.Private.CoreLib]System.Collections.Generic.IEnumerator`1<int32> Script/'<<Initialize>>d__0'::'<>s__1' /* 04000004 */\r\n",
" IL_0055: brfalse.s IL_0063\r\n",
"\r\n",
" IL_0057: ldarg.0\r\n",
" IL_0058: ldfld class [System.Private.CoreLib]System.Collections.Generic.IEnumerator`1<int32> Script/'<<Initialize>>d__0'::'<>s__1' /* 04000004 */\r\n",
" IL_005d: callvirt instance void [System.Private.CoreLib]System.IDisposable::Dispose() /* 0A000016 */\r\n",
" IL_0062: nop\r\n",
"\r\n",
" // sequence point: hidden\r\n",
" IL_0063: endfinally\r\n",
" } // end handler\r\n",
"\r\n",
" // sequence point: hidden\r\n",
" IL_0064: ldarg.0\r\n",
" IL_0065: ldnull\r\n",
" IL_0066: stfld class [System.Private.CoreLib]System.Collections.Generic.IEnumerator`1<int32> Script/'<<Initialize>>d__0'::'<>s__1' /* 04000004 */\r\n",
" // sequence point: (line 2, col 1) to (line 5, col 2) in _\r\n",
" IL_006b: ldnull\r\n",
" IL_006c: stloc.1\r\n",
" IL_006d: leave.s IL_0087\r\n",
" } // end .try\r\n",
" catch [System.Private.CoreLib]System.Exception\r\n",
" {\r\n",
" // sequence point: hidden\r\n",
" IL_006f: stloc.2\r\n",
" IL_0070: ldarg.0\r\n",
" IL_0071: ldc.i4.s -2\r\n",
" IL_0073: stfld int32 Script/'<<Initialize>>d__0'::'<>1__state' /* 04000001 */\r\n",
" IL_0078: ldarg.0\r\n",
" IL_0079: ldflda valuetype [System.Private.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1<object> Script/'<<Initialize>>d__0'::'<>t__builder' /* 04000002 */\r\n",
" IL_007e: ldloc.2\r\n",
" IL_007f: call instance void valuetype [System.Private.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1<object>::SetException(class [System.Private.CoreLib]System.Exception) /* 0A000017 */\r\n",
" IL_0084: nop\r\n",
" IL_0085: leave.s IL_009c\r\n",
" } // end handler\r\n",
"\r\n",
" // sequence point: hidden\r\n",
" IL_0087: ldarg.0\r\n",
" IL_0088: ldc.i4.s -2\r\n",
" IL_008a: stfld int32 Script/'<<Initialize>>d__0'::'<>1__state' /* 04000001 */\r\n",
" IL_008f: ldarg.0\r\n",
" IL_0090: ldflda valuetype [System.Private.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1<object> Script/'<<Initialize>>d__0'::'<>t__builder' /* 04000002 */\r\n",
" IL_0095: ldloc.1\r\n",
" IL_0096: call instance void valuetype [System.Private.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1<object>::SetResult(!0) /* 0A000018 */\r\n",
" IL_009b: nop\r\n",
"\r\n",
" IL_009c: ret\r\n",
" } // end of method '<<Initialize>>d__0'::MoveNext\r\n",
"\r\n",
" .method /* 06000006 */ private final hidebysig newslot virtual \r\n",
" instance void SetStateMachine (\r\n",
" class [System.Private.CoreLib]System.Runtime.CompilerServices.IAsyncStateMachine stateMachine\r\n",
" ) cil managed \r\n",
" {\r\n",
" .custom instance void [System.Private.CoreLib]System.Diagnostics.DebuggerHiddenAttribute::.ctor() = (\r\n",
" 01 00 00 00\r\n",
" )\r\n",
" .override method instance void [System.Private.CoreLib]System.Runtime.CompilerServices.IAsyncStateMachine::SetStateMachine(class [System.Private.CoreLib]System.Runtime.CompilerServices.IAsyncStateMachine)\r\n",
" .param [1]\r\n",
" .custom instance void [System.Private.CoreLib]System.Runtime.CompilerServices.NullableAttribute::.ctor(uint8) = (\r\n",
" 01 00 01 00 00\r\n",
" )\r\n",
" // Method begins at RVA 0x2190\r\n",
" // Header size: 1\r\n",
" // Code size: 1 (0x1)\r\n",
" .maxstack 8\r\n",
"\r\n",
" IL_0000: ret\r\n",
" } // end of method '<<Initialize>>d__0'::SetStateMachine\r\n",
"\r\n",
" } // end of class <<Initialize>>d__0\r\n",
"\r\n",
"\r\n",
" // Methods\r\n",
" .method /* 06000001 */ assembly hidebysig specialname \r\n",
" instance class [System.Private.CoreLib]System.Threading.Tasks.Task`1<object> '<Initialize>' () cil managed \r\n",
" {\r\n",
" // Method begins at RVA 0x2050\r\n",
" // Header size: 12\r\n",
" // Code size: 57 (0x39)\r\n",
" .maxstack 2\r\n",
" .locals /* 11000001 */ init (\r\n",
" [0] class Script/'<<Initialize>>d__0'\r\n",
" )\r\n",
"\r\n",
" IL_0000: newobj instance void Script/'<<Initialize>>d__0'::.ctor() /* 06000004 */\r\n",
" IL_0005: stloc.0\r\n",
" IL_0006: ldloc.0\r\n",
" IL_0007: call valuetype [System.Private.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1<!0> valuetype [System.Private.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1<object>::Create() /* 0A00000B */\r\n",
" IL_000c: stfld valuetype [System.Private.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1<object> Script/'<<Initialize>>d__0'::'<>t__builder' /* 04000002 */\r\n",
" IL_0011: ldloc.0\r\n",
" IL_0012: ldarg.0\r\n",
" IL_0013: stfld class Script Script/'<<Initialize>>d__0'::'<>4__this' /* 04000003 */\r\n",
" IL_0018: ldloc.0\r\n",
" IL_0019: ldc.i4.m1\r\n",
" IL_001a: stfld int32 Script/'<<Initialize>>d__0'::'<>1__state' /* 04000001 */\r\n",
" IL_001f: ldloc.0\r\n",
" IL_0020: ldflda valuetype [System.Private.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1<object> Script/'<<Initialize>>d__0'::'<>t__builder' /* 04000002 */\r\n",
" IL_0025: ldloca.s 0\r\n",
" IL_0027: call instance void valuetype [System.Private.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1<object>::Start<class Script/'<<Initialize>>d__0'>(!!0&) /* 2B000001 */\r\n",
" IL_002c: nop\r\n",
" IL_002d: ldloc.0\r\n",
" IL_002e: ldflda valuetype [System.Private.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1<object> Script/'<<Initialize>>d__0'::'<>t__builder' /* 04000002 */\r\n",
" IL_0033: call instance class [System.Private.CoreLib]System.Threading.Tasks.Task`1<!0> valuetype [System.Private.CoreLib]System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1<object>::get_Task() /* 0A00000D */\r\n",
" IL_0038: ret\r\n",
" } // end of method Script::'<Initialize>'\r\n",
"\r\n",
" .method /* 06000002 */ public hidebysig specialname rtspecialname \r\n",
" instance void .ctor () cil managed \r\n",
" {\r\n",
" // Method begins at RVA 0x2095\r\n",
" // Header size: 1\r\n",
" // Code size: 8 (0x8)\r\n",
" .maxstack 8\r\n",
"\r\n",
" IL_0000: ldarg.0\r\n",
" IL_0001: call instance void [System.Private.CoreLib]System.Object::.ctor() /* 0A00000E */\r\n",
" IL_0006: nop\r\n",
" IL_0007: ret\r\n",
" } // end of method Script::.ctor\r\n",
"\r\n",
" .method /* 06000003 */ private hidebysig specialname static \r\n",
" void '<Main>' () cil managed \r\n",
" {\r\n",
" // Method begins at RVA 0x20a0\r\n",
" // Header size: 12\r\n",
" // Code size: 25 (0x19)\r\n",
" .maxstack 1\r\n",
" .locals /* 11000002 */ init (\r\n",
" [0] valuetype [System.Private.CoreLib]System.Runtime.CompilerServices.TaskAwaiter`1<object>\r\n",
" )\r\n",
"\r\n",
" IL_0000: newobj instance void Script::.ctor() /* 06000002 */\r\n",
" IL_0005: callvirt instance class [System.Private.CoreLib]System.Threading.Tasks.Task`1<object> Script::'<Initialize>'() /* 06000001 */\r\n",
" IL_000a: callvirt instance valuetype [System.Private.CoreLib]System.Runtime.CompilerServices.TaskAwaiter`1<!0> class [System.Private.CoreLib]System.Threading.Tasks.Task`1<object>::GetAwaiter() /* 0A00000F */\r\n",
" IL_000f: stloc.0\r\n",
" IL_0010: ldloca.s 0\r\n",
" IL_0012: call instance !0 valuetype [System.Private.CoreLib]System.Runtime.CompilerServices.TaskAwaiter`1<object>::GetResult() /* 0A000010 */\r\n",
" IL_0017: pop\r\n",
" IL_0018: ret\r\n",
" } // end of method Script::'<Main>'\r\n",
"\r\n",
"} // end of class Script\r\n",
"\r\n",
"