|
155 | 155 | .custom instance void [runtime]System.Diagnostics.DebuggerBrowsableAttribute::.ctor(valuetype [runtime]System.Diagnostics.DebuggerBrowsableState) = ( 01 00 00 00 00 00 00 00 ) |
156 | 156 | .method public specialname rtspecialname instance void .ctor(!'<A>j__TPar' A, !'<B>j__TPar' B) cil managed |
157 | 157 | { |
158 | | - .custom instance void System.Diagnostics.CodeAnalysis.DynamicDependencyAttribute::.ctor(valuetype System.Diagnostics.CodeAnalysis.DynamicallyAccessedMemberTypes, |
159 | | - class [runtime]System.Type) = ( 01 00 60 06 00 00 1D 3C 3E 66 5F 5F 41 6E 6F 6E |
160 | | - 79 6D 6F 75 73 54 79 70 65 39 38 36 37 30 34 37 |
161 | | - 31 32 60 32 00 00 ) |
| 158 | + .custom instance void [runtime]System.Diagnostics.CodeAnalysis.DynamicDependencyAttribute::.ctor(valuetype [runtime]System.Diagnostics.CodeAnalysis.DynamicallyAccessedMemberTypes, |
| 159 | + class [runtime]System.Type) = ( 01 00 60 06 00 00 1D 3C 3E 66 5F 5F 41 6E 6F 6E |
| 160 | + 79 6D 6F 75 73 54 79 70 65 39 38 36 37 30 34 37 |
| 161 | + 31 32 60 32 00 00 ) |
162 | 162 |
|
163 | 163 | .maxstack 8 |
164 | 164 | IL_0000: ldarg.0 |
|
572 | 572 | .custom instance void [FSharp.Core]Microsoft.FSharp.Core.CompilationMappingAttribute::.ctor(valuetype [FSharp.Core]Microsoft.FSharp.Core.SourceConstructFlags) = ( 01 00 02 00 00 00 00 00 ) |
573 | 573 | .method public specialname rtspecialname instance void .ctor() cil managed |
574 | 574 | { |
575 | | - .custom instance void System.Diagnostics.CodeAnalysis.DynamicDependencyAttribute::.ctor(valuetype System.Diagnostics.CodeAnalysis.DynamicallyAccessedMemberTypes, |
576 | | - class [runtime]System.Type) = ( 01 00 60 06 00 00 1D 3C 3E 66 5F 5F 41 6E 6F 6E |
577 | | - 79 6D 6F 75 73 54 79 70 65 37 38 32 33 30 33 34 |
578 | | - 36 33 60 30 00 00 ) |
| 575 | + .custom instance void [runtime]System.Diagnostics.CodeAnalysis.DynamicDependencyAttribute::.ctor(valuetype [runtime]System.Diagnostics.CodeAnalysis.DynamicallyAccessedMemberTypes, |
| 576 | + class [runtime]System.Type) = ( 01 00 60 06 00 00 1D 3C 3E 66 5F 5F 41 6E 6F 6E |
| 577 | + 79 6D 6F 75 73 54 79 70 65 37 38 32 33 30 33 34 |
| 578 | + 36 33 60 30 00 00 ) |
579 | 579 |
|
580 | 580 | .maxstack 8 |
581 | 581 | IL_0000: ldarg.0 |
|
803 | 803 |
|
804 | 804 | } |
805 | 805 |
|
806 | | -.class private auto ansi serializable sealed System.Diagnostics.CodeAnalysis.DynamicallyAccessedMemberTypes |
807 | | - extends [runtime]System.Enum |
808 | | -{ |
809 | | - .custom instance void [runtime]System.FlagsAttribute::.ctor() = ( 01 00 00 00 ) |
810 | | - .custom instance void [runtime]System.Runtime.CompilerServices.CompilerGeneratedAttribute::.ctor() = ( 01 00 00 00 ) |
811 | | - .custom instance void [runtime]System.Diagnostics.DebuggerNonUserCodeAttribute::.ctor() = ( 01 00 00 00 ) |
812 | | - .field public specialname rtspecialname int32 value__ |
813 | | - .field public static literal valuetype System.Diagnostics.CodeAnalysis.DynamicallyAccessedMemberTypes All = int32(0xFFFFFFFF) |
814 | | - .field public static literal valuetype System.Diagnostics.CodeAnalysis.DynamicallyAccessedMemberTypes None = int32(0x00000000) |
815 | | - .field public static literal valuetype System.Diagnostics.CodeAnalysis.DynamicallyAccessedMemberTypes PublicParameterlessConstructor = int32(0x00000001) |
816 | | - .field public static literal valuetype System.Diagnostics.CodeAnalysis.DynamicallyAccessedMemberTypes PublicConstructors = int32(0x00000003) |
817 | | - .field public static literal valuetype System.Diagnostics.CodeAnalysis.DynamicallyAccessedMemberTypes NonPublicConstructors = int32(0x00000004) |
818 | | - .field public static literal valuetype System.Diagnostics.CodeAnalysis.DynamicallyAccessedMemberTypes PublicMethods = int32(0x00000008) |
819 | | - .field public static literal valuetype System.Diagnostics.CodeAnalysis.DynamicallyAccessedMemberTypes NonPublicMethods = int32(0x00000010) |
820 | | - .field public static literal valuetype System.Diagnostics.CodeAnalysis.DynamicallyAccessedMemberTypes PublicFields = int32(0x00000020) |
821 | | - .field public static literal valuetype System.Diagnostics.CodeAnalysis.DynamicallyAccessedMemberTypes NonPublicFields = int32(0x00000040) |
822 | | - .field public static literal valuetype System.Diagnostics.CodeAnalysis.DynamicallyAccessedMemberTypes PublicNestedTypes = int32(0x00000080) |
823 | | - .field public static literal valuetype System.Diagnostics.CodeAnalysis.DynamicallyAccessedMemberTypes NonPublicNestedTypes = int32(0x00000100) |
824 | | - .field public static literal valuetype System.Diagnostics.CodeAnalysis.DynamicallyAccessedMemberTypes PublicProperties = int32(0x00000200) |
825 | | - .field public static literal valuetype System.Diagnostics.CodeAnalysis.DynamicallyAccessedMemberTypes NonPublicProperties = int32(0x00000400) |
826 | | - .field public static literal valuetype System.Diagnostics.CodeAnalysis.DynamicallyAccessedMemberTypes PublicEvents = int32(0x00000800) |
827 | | - .field public static literal valuetype System.Diagnostics.CodeAnalysis.DynamicallyAccessedMemberTypes NonPublicEvents = int32(0x00001000) |
828 | | - .field public static literal valuetype System.Diagnostics.CodeAnalysis.DynamicallyAccessedMemberTypes Interfaces = int32(0x00002000) |
829 | | -} |
830 | | - |
831 | | -.class private auto ansi beforefieldinit System.Diagnostics.CodeAnalysis.DynamicDependencyAttribute |
832 | | - extends [runtime]System.Attribute |
833 | | -{ |
834 | | - .custom instance void [runtime]System.Runtime.CompilerServices.CompilerGeneratedAttribute::.ctor() = ( 01 00 00 00 ) |
835 | | - .field private valuetype System.Diagnostics.CodeAnalysis.DynamicallyAccessedMemberTypes MemberType@ |
836 | | - .custom instance void [runtime]System.Runtime.CompilerServices.CompilerGeneratedAttribute::.ctor() = ( 01 00 00 00 ) |
837 | | - .custom instance void [runtime]System.Diagnostics.DebuggerNonUserCodeAttribute::.ctor() = ( 01 00 00 00 ) |
838 | | - .field private class [runtime]System.Type Type@ |
839 | | - .custom instance void [runtime]System.Runtime.CompilerServices.CompilerGeneratedAttribute::.ctor() = ( 01 00 00 00 ) |
840 | | - .custom instance void [runtime]System.Diagnostics.DebuggerNonUserCodeAttribute::.ctor() = ( 01 00 00 00 ) |
841 | | - .method public specialname rtspecialname instance void .ctor(valuetype System.Diagnostics.CodeAnalysis.DynamicallyAccessedMemberTypes MemberType, class [runtime]System.Type Type) cil managed |
842 | | - { |
843 | | - .custom instance void [runtime]System.Runtime.CompilerServices.CompilerGeneratedAttribute::.ctor() = ( 01 00 00 00 ) |
844 | | - .custom instance void [runtime]System.Diagnostics.DebuggerNonUserCodeAttribute::.ctor() = ( 01 00 00 00 ) |
845 | | - |
846 | | - .maxstack 8 |
847 | | - IL_0000: ldarg.0 |
848 | | - IL_0001: call instance void [runtime]System.Attribute::.ctor() |
849 | | - IL_0006: ldarg.0 |
850 | | - IL_0007: ldarg.1 |
851 | | - IL_0008: stfld valuetype System.Diagnostics.CodeAnalysis.DynamicallyAccessedMemberTypes System.Diagnostics.CodeAnalysis.DynamicDependencyAttribute::MemberType@ |
852 | | - IL_000d: ldarg.0 |
853 | | - IL_000e: ldarg.2 |
854 | | - IL_000f: stfld class [runtime]System.Type System.Diagnostics.CodeAnalysis.DynamicDependencyAttribute::Type@ |
855 | | - IL_0014: ret |
856 | | - } |
857 | | - |
858 | | - .method public hidebysig specialname instance class [runtime]System.Type get_Type() cil managed |
859 | | - { |
860 | | - .custom instance void [runtime]System.Runtime.CompilerServices.CompilerGeneratedAttribute::.ctor() = ( 01 00 00 00 ) |
861 | | - .custom instance void [runtime]System.Diagnostics.DebuggerNonUserCodeAttribute::.ctor() = ( 01 00 00 00 ) |
862 | | - |
863 | | - .maxstack 8 |
864 | | - IL_0000: ldarg.0 |
865 | | - IL_0001: ldfld class [runtime]System.Type System.Diagnostics.CodeAnalysis.DynamicDependencyAttribute::Type@ |
866 | | - IL_0006: ret |
867 | | - } |
868 | | - |
869 | | - .method public hidebysig specialname instance valuetype System.Diagnostics.CodeAnalysis.DynamicallyAccessedMemberTypes get_MemberType() cil managed |
870 | | - { |
871 | | - .custom instance void [runtime]System.Runtime.CompilerServices.CompilerGeneratedAttribute::.ctor() = ( 01 00 00 00 ) |
872 | | - .custom instance void [runtime]System.Diagnostics.DebuggerNonUserCodeAttribute::.ctor() = ( 01 00 00 00 ) |
873 | | - |
874 | | - .maxstack 8 |
875 | | - IL_0000: ldarg.0 |
876 | | - IL_0001: ldfld valuetype System.Diagnostics.CodeAnalysis.DynamicallyAccessedMemberTypes System.Diagnostics.CodeAnalysis.DynamicDependencyAttribute::MemberType@ |
877 | | - IL_0006: ret |
878 | | - } |
879 | | - |
880 | | - .property instance valuetype System.Diagnostics.CodeAnalysis.DynamicallyAccessedMemberTypes |
881 | | - MemberType() |
882 | | - { |
883 | | - .custom instance void [runtime]System.Runtime.CompilerServices.CompilerGeneratedAttribute::.ctor() = ( 01 00 00 00 ) |
884 | | - .custom instance void [runtime]System.Diagnostics.DebuggerNonUserCodeAttribute::.ctor() = ( 01 00 00 00 ) |
885 | | - .get instance valuetype System.Diagnostics.CodeAnalysis.DynamicallyAccessedMemberTypes System.Diagnostics.CodeAnalysis.DynamicDependencyAttribute::get_MemberType() |
886 | | - } |
887 | | - .property instance class [runtime]System.Type |
888 | | - Type() |
889 | | - { |
890 | | - .custom instance void [runtime]System.Runtime.CompilerServices.CompilerGeneratedAttribute::.ctor() = ( 01 00 00 00 ) |
891 | | - .custom instance void [runtime]System.Diagnostics.DebuggerNonUserCodeAttribute::.ctor() = ( 01 00 00 00 ) |
892 | | - .get instance class [runtime]System.Type System.Diagnostics.CodeAnalysis.DynamicDependencyAttribute::get_Type() |
893 | | - } |
894 | | -} |
895 | | - |
896 | 806 |
|
897 | 807 |
|
898 | 808 |
|
|
0 commit comments