|
| 1 | + |
| 2 | +// Microsoft (R) .NET Framework IL Disassembler. Version 4.6.1055.0 |
| 3 | +// Copyright (c) Microsoft Corporation. All rights reserved. |
| 4 | + |
| 5 | + |
| 6 | + |
| 7 | +// Metadata version: v4.0.30319 |
| 8 | +.assembly extern mscorlib |
| 9 | +{ |
| 10 | + .publickeytoken= (B7 7A 5C561934 E089 )// .z\V.4.. |
| 11 | + .ver4:0:0:0 |
| 12 | +} |
| 13 | +.assembly extern FSharp.Core |
| 14 | +{ |
| 15 | + .publickeytoken= (B0 3F 5F 7F11 D5 0A 3A )// .?_....: |
| 16 | + .ver4:5:0:0 |
| 17 | +} |
| 18 | +.assembly extern System.ValueTuple |
| 19 | +{ |
| 20 | + .publickeytoken= (CC 7B13 FF CD 2D DD51 )// .{...-.Q |
| 21 | + .ver4:0:1:0 |
| 22 | +} |
| 23 | +.assembly ValueTupleAliasConstructor |
| 24 | +{ |
| 25 | + .custom instance void [FSharp.Core]Microsoft.FSharp.Core.FSharpInterfaceDataVersionAttribute::.ctor(int32, |
| 26 | + int32, |
| 27 | + int32)= (01000200000000000000000000000000 ) |
| 28 | + |
| 29 | +// --- The following custom attribute is added automatically, do not uncomment ------- |
| 30 | +// .custom instance void [mscorlib]System.Diagnostics.DebuggableAttribute::.ctor(valuetype [mscorlib]System.Diagnostics.DebuggableAttribute/DebuggingModes) = ( 01 00 01 00 00 00 00 00 ) |
| 31 | + |
| 32 | + .hash algorithm 0x00008004 |
| 33 | + .ver0:0:0:0 |
| 34 | +} |
| 35 | +.mresource public FSharpSignatureData.ValueTupleAliasConstructor |
| 36 | +{ |
| 37 | +// Offset: 0x00000000 Length: 0x000001EA |
| 38 | +} |
| 39 | +.mresource public FSharpOptimizationData.ValueTupleAliasConstructor |
| 40 | +{ |
| 41 | +// Offset: 0x000001F0 Length: 0x00000061 |
| 42 | +} |
| 43 | +.module ValueTupleAliasConstructor.exe |
| 44 | +// MVID: {5B9C53DD-A8CF-BB34-A745-0383DD539C5B} |
| 45 | +.imagebase 0x00400000 |
| 46 | +.file alignment 0x00000200 |
| 47 | +.stackreserve 0x00100000 |
| 48 | +.subsystem 0x0003// WINDOWS_CUI |
| 49 | +.corflags 0x00000001// ILONLY |
| 50 | +// Image base: 0x01B00000 |
| 51 | + |
| 52 | + |
| 53 | +// =============== CLASS MEMBERS DECLARATION =================== |
| 54 | + |
| 55 | +.class public abstract auto ansi sealed ValueTupleAliasConstructor |
| 56 | + extends [mscorlib]System.Object |
| 57 | +{ |
| 58 | + .custom instance void [FSharp.Core]Microsoft.FSharp.Core.CompilationMappingAttribute::.ctor(valuetype [FSharp.Core]Microsoft.FSharp.Core.SourceConstructFlags)= (0100070000000000 ) |
| 59 | +}// end of class ValueTupleAliasConstructor |
| 60 | + |
| 61 | +.class private abstract auto ansi sealed '<StartupCode$ValueTupleAliasConstructor>'.$ValueTupleAliasConstructor |
| 62 | + extends [mscorlib]System.Object |
| 63 | +{ |
| 64 | + .field static assembly int32 init@ |
| 65 | + .custom instance void [mscorlib]System.Diagnostics.DebuggerBrowsableAttribute::.ctor(valuetype [mscorlib]System.Diagnostics.DebuggerBrowsableState)= (0100000000000000 ) |
| 66 | + .custom instance void [mscorlib]System.Runtime.CompilerServices.CompilerGeneratedAttribute::.ctor()= (01000000 ) |
| 67 | + .custom instance void [mscorlib]System.Diagnostics.DebuggerNonUserCodeAttribute::.ctor()= (01000000 ) |
| 68 | + .method public static void main@() cil managed |
| 69 | + { |
| 70 | + .entrypoint |
| 71 | +// Code size 9 (0x9) |
| 72 | + .maxstack8 |
| 73 | + .language '{AB4F38C9-B6E6-43BA-BE3B-58080B2CCCE3}', '{994B45C4-E6E9-11D2-903F-00C04FA302A1}', '{5A869D0B-6611-11D3-BD2A-0000F80849BD}' |
| 74 | + .line3,3 :9,22 'c:\\kevinransom\\visualfsharp\\tests\\fsharpqa\\Source\\CodeGen\\EmittedIL\\Tuples\\ValueTupleAliasConstructor.fs' |
| 75 | + IL_0000: ldc.i4.2 |
| 76 | + IL_0001: ldc.i4.2 |
| 77 | + IL_0002: newobj instance void valuetype [System.ValueTuple]System.ValueTuple`2<int32,int32>::.ctor(!0, |
| 78 | + !1) |
| 79 | + IL_0007: pop |
| 80 | + IL_0008: ret |
| 81 | + }// end of method $ValueTupleAliasConstructor::main@ |
| 82 | + |
| 83 | +}// end of class '<StartupCode$ValueTupleAliasConstructor>'.$ValueTupleAliasConstructor |
| 84 | + |
| 85 | + |
| 86 | +// ============================================================= |
| 87 | + |
| 88 | +// *********** DISASSEMBLY COMPLETE *********************** |