#include "pch-cpp.hpp" #ifndef _MSC_VER # include #else # include #endif #include #include // System.Char[] struct CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34; // System.Reflection.AssemblyCompanyAttribute struct AssemblyCompanyAttribute_t642AAB097D7DEAAB623BEBE4664327E9B01D1DE4; // System.Reflection.AssemblyCopyrightAttribute struct AssemblyCopyrightAttribute_tA6A09319EF50B48D962810032000DEE7B12904EC; // System.Reflection.AssemblyDescriptionAttribute struct AssemblyDescriptionAttribute_tF4460CCB289F6E2F71841792BBC7E6907DF612B3; // System.Reflection.AssemblyFileVersionAttribute struct AssemblyFileVersionAttribute_tCC1036D0566155DC5688D9230EF3C07D82A1896F; // System.Reflection.AssemblyInformationalVersionAttribute struct AssemblyInformationalVersionAttribute_t962229DBE84C4A66FB0B542E9AEBC510F55950D0; // System.Reflection.AssemblyMetadataAttribute struct AssemblyMetadataAttribute_tC11B256960EB0C004D873A8822B5F84C5590455F; // System.Reflection.AssemblyProductAttribute struct AssemblyProductAttribute_t6BB0E0F76C752E14A4C26B4D1E230019068601CA; // System.Reflection.AssemblyTitleAttribute struct AssemblyTitleAttribute_tABB894D0792C7F307694CC796C8AE5D6A20382E7; // System.AttributeUsageAttribute struct AttributeUsageAttribute_tBB0BAAA82036E6FCDD80A688BBD039F6FFD8EA1C; // System.CLSCompliantAttribute struct CLSCompliantAttribute_tA28EF6D4ADBD3C5C429DE9A70DD1E927C8906249; // System.Runtime.CompilerServices.CompilationRelaxationsAttribute struct CompilationRelaxationsAttribute_t661FDDC06629BDA607A42BD660944F039FE03AFF; // System.Diagnostics.DebuggableAttribute struct DebuggableAttribute_tA8054EBD0FC7511695D494B690B5771658E3191B; // System.Runtime.CompilerServices.IsReadOnlyAttribute struct IsReadOnlyAttribute_t75F14734D884760E87E4E418E13381FD5554D37C; // System.Runtime.Versioning.NonVersionableAttribute struct NonVersionableAttribute_tBF0FCC22DD1A14C727E1AC2704F0110EB9339C7E; // System.Runtime.CompilerServices.RuntimeCompatibilityAttribute struct RuntimeCompatibilityAttribute_tFF99AB2963098F9CBCD47A20D9FD3D51C17C1C80; // System.String struct String_t; IL2CPP_EXTERN_C_BEGIN IL2CPP_EXTERN_C_END #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Object // System.Attribute struct Attribute_t037CA9D9F3B742C063DB364D2EEBBF9FC5772C71 : public RuntimeObject { public: public: }; // System.String struct String_t : public RuntimeObject { public: // System.Int32 System.String::m_stringLength int32_t ___m_stringLength_0; // System.Char System.String::m_firstChar Il2CppChar ___m_firstChar_1; public: inline static int32_t get_offset_of_m_stringLength_0() { return static_cast(offsetof(String_t, ___m_stringLength_0)); } inline int32_t get_m_stringLength_0() const { return ___m_stringLength_0; } inline int32_t* get_address_of_m_stringLength_0() { return &___m_stringLength_0; } inline void set_m_stringLength_0(int32_t value) { ___m_stringLength_0 = value; } inline static int32_t get_offset_of_m_firstChar_1() { return static_cast(offsetof(String_t, ___m_firstChar_1)); } inline Il2CppChar get_m_firstChar_1() const { return ___m_firstChar_1; } inline Il2CppChar* get_address_of_m_firstChar_1() { return &___m_firstChar_1; } inline void set_m_firstChar_1(Il2CppChar value) { ___m_firstChar_1 = value; } }; struct String_t_StaticFields { public: // System.String System.String::Empty String_t* ___Empty_5; public: inline static int32_t get_offset_of_Empty_5() { return static_cast(offsetof(String_t_StaticFields, ___Empty_5)); } inline String_t* get_Empty_5() const { return ___Empty_5; } inline String_t** get_address_of_Empty_5() { return &___Empty_5; } inline void set_Empty_5(String_t* value) { ___Empty_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___Empty_5), (void*)value); } }; // System.ValueType struct ValueType_tDBF999C1B75C48C68621878250DBF6CDBCF51E52 : public RuntimeObject { public: public: }; // Native definition for P/Invoke marshalling of System.ValueType struct ValueType_tDBF999C1B75C48C68621878250DBF6CDBCF51E52_marshaled_pinvoke { }; // Native definition for COM marshalling of System.ValueType struct ValueType_tDBF999C1B75C48C68621878250DBF6CDBCF51E52_marshaled_com { }; // System.Reflection.AssemblyCompanyAttribute struct AssemblyCompanyAttribute_t642AAB097D7DEAAB623BEBE4664327E9B01D1DE4 : public Attribute_t037CA9D9F3B742C063DB364D2EEBBF9FC5772C71 { public: // System.String System.Reflection.AssemblyCompanyAttribute::m_company String_t* ___m_company_0; public: inline static int32_t get_offset_of_m_company_0() { return static_cast(offsetof(AssemblyCompanyAttribute_t642AAB097D7DEAAB623BEBE4664327E9B01D1DE4, ___m_company_0)); } inline String_t* get_m_company_0() const { return ___m_company_0; } inline String_t** get_address_of_m_company_0() { return &___m_company_0; } inline void set_m_company_0(String_t* value) { ___m_company_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_company_0), (void*)value); } }; // System.Reflection.AssemblyCopyrightAttribute struct AssemblyCopyrightAttribute_tA6A09319EF50B48D962810032000DEE7B12904EC : public Attribute_t037CA9D9F3B742C063DB364D2EEBBF9FC5772C71 { public: // System.String System.Reflection.AssemblyCopyrightAttribute::m_copyright String_t* ___m_copyright_0; public: inline static int32_t get_offset_of_m_copyright_0() { return static_cast(offsetof(AssemblyCopyrightAttribute_tA6A09319EF50B48D962810032000DEE7B12904EC, ___m_copyright_0)); } inline String_t* get_m_copyright_0() const { return ___m_copyright_0; } inline String_t** get_address_of_m_copyright_0() { return &___m_copyright_0; } inline void set_m_copyright_0(String_t* value) { ___m_copyright_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_copyright_0), (void*)value); } }; // System.Reflection.AssemblyDescriptionAttribute struct AssemblyDescriptionAttribute_tF4460CCB289F6E2F71841792BBC7E6907DF612B3 : public Attribute_t037CA9D9F3B742C063DB364D2EEBBF9FC5772C71 { public: // System.String System.Reflection.AssemblyDescriptionAttribute::m_description String_t* ___m_description_0; public: inline static int32_t get_offset_of_m_description_0() { return static_cast(offsetof(AssemblyDescriptionAttribute_tF4460CCB289F6E2F71841792BBC7E6907DF612B3, ___m_description_0)); } inline String_t* get_m_description_0() const { return ___m_description_0; } inline String_t** get_address_of_m_description_0() { return &___m_description_0; } inline void set_m_description_0(String_t* value) { ___m_description_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_description_0), (void*)value); } }; // System.Reflection.AssemblyFileVersionAttribute struct AssemblyFileVersionAttribute_tCC1036D0566155DC5688D9230EF3C07D82A1896F : public Attribute_t037CA9D9F3B742C063DB364D2EEBBF9FC5772C71 { public: // System.String System.Reflection.AssemblyFileVersionAttribute::_version String_t* ____version_0; public: inline static int32_t get_offset_of__version_0() { return static_cast(offsetof(AssemblyFileVersionAttribute_tCC1036D0566155DC5688D9230EF3C07D82A1896F, ____version_0)); } inline String_t* get__version_0() const { return ____version_0; } inline String_t** get_address_of__version_0() { return &____version_0; } inline void set__version_0(String_t* value) { ____version_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____version_0), (void*)value); } }; // System.Reflection.AssemblyInformationalVersionAttribute struct AssemblyInformationalVersionAttribute_t962229DBE84C4A66FB0B542E9AEBC510F55950D0 : public Attribute_t037CA9D9F3B742C063DB364D2EEBBF9FC5772C71 { public: // System.String System.Reflection.AssemblyInformationalVersionAttribute::m_informationalVersion String_t* ___m_informationalVersion_0; public: inline static int32_t get_offset_of_m_informationalVersion_0() { return static_cast(offsetof(AssemblyInformationalVersionAttribute_t962229DBE84C4A66FB0B542E9AEBC510F55950D0, ___m_informationalVersion_0)); } inline String_t* get_m_informationalVersion_0() const { return ___m_informationalVersion_0; } inline String_t** get_address_of_m_informationalVersion_0() { return &___m_informationalVersion_0; } inline void set_m_informationalVersion_0(String_t* value) { ___m_informationalVersion_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_informationalVersion_0), (void*)value); } }; // System.Reflection.AssemblyMetadataAttribute struct AssemblyMetadataAttribute_tC11B256960EB0C004D873A8822B5F84C5590455F : public Attribute_t037CA9D9F3B742C063DB364D2EEBBF9FC5772C71 { public: // System.String System.Reflection.AssemblyMetadataAttribute::m_key String_t* ___m_key_0; // System.String System.Reflection.AssemblyMetadataAttribute::m_value String_t* ___m_value_1; public: inline static int32_t get_offset_of_m_key_0() { return static_cast(offsetof(AssemblyMetadataAttribute_tC11B256960EB0C004D873A8822B5F84C5590455F, ___m_key_0)); } inline String_t* get_m_key_0() const { return ___m_key_0; } inline String_t** get_address_of_m_key_0() { return &___m_key_0; } inline void set_m_key_0(String_t* value) { ___m_key_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_key_0), (void*)value); } inline static int32_t get_offset_of_m_value_1() { return static_cast(offsetof(AssemblyMetadataAttribute_tC11B256960EB0C004D873A8822B5F84C5590455F, ___m_value_1)); } inline String_t* get_m_value_1() const { return ___m_value_1; } inline String_t** get_address_of_m_value_1() { return &___m_value_1; } inline void set_m_value_1(String_t* value) { ___m_value_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_value_1), (void*)value); } }; // System.Reflection.AssemblyProductAttribute struct AssemblyProductAttribute_t6BB0E0F76C752E14A4C26B4D1E230019068601CA : public Attribute_t037CA9D9F3B742C063DB364D2EEBBF9FC5772C71 { public: // System.String System.Reflection.AssemblyProductAttribute::m_product String_t* ___m_product_0; public: inline static int32_t get_offset_of_m_product_0() { return static_cast(offsetof(AssemblyProductAttribute_t6BB0E0F76C752E14A4C26B4D1E230019068601CA, ___m_product_0)); } inline String_t* get_m_product_0() const { return ___m_product_0; } inline String_t** get_address_of_m_product_0() { return &___m_product_0; } inline void set_m_product_0(String_t* value) { ___m_product_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_product_0), (void*)value); } }; // System.Reflection.AssemblyTitleAttribute struct AssemblyTitleAttribute_tABB894D0792C7F307694CC796C8AE5D6A20382E7 : public Attribute_t037CA9D9F3B742C063DB364D2EEBBF9FC5772C71 { public: // System.String System.Reflection.AssemblyTitleAttribute::m_title String_t* ___m_title_0; public: inline static int32_t get_offset_of_m_title_0() { return static_cast(offsetof(AssemblyTitleAttribute_tABB894D0792C7F307694CC796C8AE5D6A20382E7, ___m_title_0)); } inline String_t* get_m_title_0() const { return ___m_title_0; } inline String_t** get_address_of_m_title_0() { return &___m_title_0; } inline void set_m_title_0(String_t* value) { ___m_title_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_title_0), (void*)value); } }; // System.Boolean struct Boolean_t07D1E3F34E4813023D64F584DFF7B34C9D922F37 { public: // System.Boolean System.Boolean::m_value bool ___m_value_0; public: inline static int32_t get_offset_of_m_value_0() { return static_cast(offsetof(Boolean_t07D1E3F34E4813023D64F584DFF7B34C9D922F37, ___m_value_0)); } inline bool get_m_value_0() const { return ___m_value_0; } inline bool* get_address_of_m_value_0() { return &___m_value_0; } inline void set_m_value_0(bool value) { ___m_value_0 = value; } }; struct Boolean_t07D1E3F34E4813023D64F584DFF7B34C9D922F37_StaticFields { public: // System.String System.Boolean::TrueString String_t* ___TrueString_5; // System.String System.Boolean::FalseString String_t* ___FalseString_6; public: inline static int32_t get_offset_of_TrueString_5() { return static_cast(offsetof(Boolean_t07D1E3F34E4813023D64F584DFF7B34C9D922F37_StaticFields, ___TrueString_5)); } inline String_t* get_TrueString_5() const { return ___TrueString_5; } inline String_t** get_address_of_TrueString_5() { return &___TrueString_5; } inline void set_TrueString_5(String_t* value) { ___TrueString_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___TrueString_5), (void*)value); } inline static int32_t get_offset_of_FalseString_6() { return static_cast(offsetof(Boolean_t07D1E3F34E4813023D64F584DFF7B34C9D922F37_StaticFields, ___FalseString_6)); } inline String_t* get_FalseString_6() const { return ___FalseString_6; } inline String_t** get_address_of_FalseString_6() { return &___FalseString_6; } inline void set_FalseString_6(String_t* value) { ___FalseString_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___FalseString_6), (void*)value); } }; // System.CLSCompliantAttribute struct CLSCompliantAttribute_tA28EF6D4ADBD3C5C429DE9A70DD1E927C8906249 : public Attribute_t037CA9D9F3B742C063DB364D2EEBBF9FC5772C71 { public: // System.Boolean System.CLSCompliantAttribute::m_compliant bool ___m_compliant_0; public: inline static int32_t get_offset_of_m_compliant_0() { return static_cast(offsetof(CLSCompliantAttribute_tA28EF6D4ADBD3C5C429DE9A70DD1E927C8906249, ___m_compliant_0)); } inline bool get_m_compliant_0() const { return ___m_compliant_0; } inline bool* get_address_of_m_compliant_0() { return &___m_compliant_0; } inline void set_m_compliant_0(bool value) { ___m_compliant_0 = value; } }; // System.Runtime.CompilerServices.CompilationRelaxationsAttribute struct CompilationRelaxationsAttribute_t661FDDC06629BDA607A42BD660944F039FE03AFF : public Attribute_t037CA9D9F3B742C063DB364D2EEBBF9FC5772C71 { public: // System.Int32 System.Runtime.CompilerServices.CompilationRelaxationsAttribute::m_relaxations int32_t ___m_relaxations_0; public: inline static int32_t get_offset_of_m_relaxations_0() { return static_cast(offsetof(CompilationRelaxationsAttribute_t661FDDC06629BDA607A42BD660944F039FE03AFF, ___m_relaxations_0)); } inline int32_t get_m_relaxations_0() const { return ___m_relaxations_0; } inline int32_t* get_address_of_m_relaxations_0() { return &___m_relaxations_0; } inline void set_m_relaxations_0(int32_t value) { ___m_relaxations_0 = value; } }; // System.Enum struct Enum_t23B90B40F60E677A8025267341651C94AE079CDA : public ValueType_tDBF999C1B75C48C68621878250DBF6CDBCF51E52 { public: public: }; struct Enum_t23B90B40F60E677A8025267341651C94AE079CDA_StaticFields { public: // System.Char[] System.Enum::enumSeperatorCharArray CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* ___enumSeperatorCharArray_0; public: inline static int32_t get_offset_of_enumSeperatorCharArray_0() { return static_cast(offsetof(Enum_t23B90B40F60E677A8025267341651C94AE079CDA_StaticFields, ___enumSeperatorCharArray_0)); } inline CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* get_enumSeperatorCharArray_0() const { return ___enumSeperatorCharArray_0; } inline CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34** get_address_of_enumSeperatorCharArray_0() { return &___enumSeperatorCharArray_0; } inline void set_enumSeperatorCharArray_0(CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* value) { ___enumSeperatorCharArray_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___enumSeperatorCharArray_0), (void*)value); } }; // Native definition for P/Invoke marshalling of System.Enum struct Enum_t23B90B40F60E677A8025267341651C94AE079CDA_marshaled_pinvoke { }; // Native definition for COM marshalling of System.Enum struct Enum_t23B90B40F60E677A8025267341651C94AE079CDA_marshaled_com { }; // System.Runtime.CompilerServices.IsReadOnlyAttribute struct IsReadOnlyAttribute_t75F14734D884760E87E4E418E13381FD5554D37C : public Attribute_t037CA9D9F3B742C063DB364D2EEBBF9FC5772C71 { public: public: }; // System.Runtime.Versioning.NonVersionableAttribute struct NonVersionableAttribute_tBF0FCC22DD1A14C727E1AC2704F0110EB9339C7E : public Attribute_t037CA9D9F3B742C063DB364D2EEBBF9FC5772C71 { public: public: }; // System.Runtime.CompilerServices.RuntimeCompatibilityAttribute struct RuntimeCompatibilityAttribute_tFF99AB2963098F9CBCD47A20D9FD3D51C17C1C80 : public Attribute_t037CA9D9F3B742C063DB364D2EEBBF9FC5772C71 { public: // System.Boolean System.Runtime.CompilerServices.RuntimeCompatibilityAttribute::m_wrapNonExceptionThrows bool ___m_wrapNonExceptionThrows_0; public: inline static int32_t get_offset_of_m_wrapNonExceptionThrows_0() { return static_cast(offsetof(RuntimeCompatibilityAttribute_tFF99AB2963098F9CBCD47A20D9FD3D51C17C1C80, ___m_wrapNonExceptionThrows_0)); } inline bool get_m_wrapNonExceptionThrows_0() const { return ___m_wrapNonExceptionThrows_0; } inline bool* get_address_of_m_wrapNonExceptionThrows_0() { return &___m_wrapNonExceptionThrows_0; } inline void set_m_wrapNonExceptionThrows_0(bool value) { ___m_wrapNonExceptionThrows_0 = value; } }; // System.Void struct Void_t700C6383A2A510C2CF4DD86DABD5CA9FF70ADAC5 { public: union { struct { }; uint8_t Void_t700C6383A2A510C2CF4DD86DABD5CA9FF70ADAC5__padding[1]; }; public: }; // System.AttributeTargets struct AttributeTargets_t5F71273DFE1D0CA9B8109F02A023A7DBA9BFC923 { public: // System.Int32 System.AttributeTargets::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(AttributeTargets_t5F71273DFE1D0CA9B8109F02A023A7DBA9BFC923, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // System.Diagnostics.DebuggableAttribute/DebuggingModes struct DebuggingModes_t279D5B9C012ABA935887CB73C5A63A1F46AF08A8 { public: // System.Int32 System.Diagnostics.DebuggableAttribute/DebuggingModes::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(DebuggingModes_t279D5B9C012ABA935887CB73C5A63A1F46AF08A8, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // System.AttributeUsageAttribute struct AttributeUsageAttribute_tBB0BAAA82036E6FCDD80A688BBD039F6FFD8EA1C : public Attribute_t037CA9D9F3B742C063DB364D2EEBBF9FC5772C71 { public: // System.AttributeTargets System.AttributeUsageAttribute::m_attributeTarget int32_t ___m_attributeTarget_0; // System.Boolean System.AttributeUsageAttribute::m_allowMultiple bool ___m_allowMultiple_1; // System.Boolean System.AttributeUsageAttribute::m_inherited bool ___m_inherited_2; public: inline static int32_t get_offset_of_m_attributeTarget_0() { return static_cast(offsetof(AttributeUsageAttribute_tBB0BAAA82036E6FCDD80A688BBD039F6FFD8EA1C, ___m_attributeTarget_0)); } inline int32_t get_m_attributeTarget_0() const { return ___m_attributeTarget_0; } inline int32_t* get_address_of_m_attributeTarget_0() { return &___m_attributeTarget_0; } inline void set_m_attributeTarget_0(int32_t value) { ___m_attributeTarget_0 = value; } inline static int32_t get_offset_of_m_allowMultiple_1() { return static_cast(offsetof(AttributeUsageAttribute_tBB0BAAA82036E6FCDD80A688BBD039F6FFD8EA1C, ___m_allowMultiple_1)); } inline bool get_m_allowMultiple_1() const { return ___m_allowMultiple_1; } inline bool* get_address_of_m_allowMultiple_1() { return &___m_allowMultiple_1; } inline void set_m_allowMultiple_1(bool value) { ___m_allowMultiple_1 = value; } inline static int32_t get_offset_of_m_inherited_2() { return static_cast(offsetof(AttributeUsageAttribute_tBB0BAAA82036E6FCDD80A688BBD039F6FFD8EA1C, ___m_inherited_2)); } inline bool get_m_inherited_2() const { return ___m_inherited_2; } inline bool* get_address_of_m_inherited_2() { return &___m_inherited_2; } inline void set_m_inherited_2(bool value) { ___m_inherited_2 = value; } }; struct AttributeUsageAttribute_tBB0BAAA82036E6FCDD80A688BBD039F6FFD8EA1C_StaticFields { public: // System.AttributeUsageAttribute System.AttributeUsageAttribute::Default AttributeUsageAttribute_tBB0BAAA82036E6FCDD80A688BBD039F6FFD8EA1C * ___Default_3; public: inline static int32_t get_offset_of_Default_3() { return static_cast(offsetof(AttributeUsageAttribute_tBB0BAAA82036E6FCDD80A688BBD039F6FFD8EA1C_StaticFields, ___Default_3)); } inline AttributeUsageAttribute_tBB0BAAA82036E6FCDD80A688BBD039F6FFD8EA1C * get_Default_3() const { return ___Default_3; } inline AttributeUsageAttribute_tBB0BAAA82036E6FCDD80A688BBD039F6FFD8EA1C ** get_address_of_Default_3() { return &___Default_3; } inline void set_Default_3(AttributeUsageAttribute_tBB0BAAA82036E6FCDD80A688BBD039F6FFD8EA1C * value) { ___Default_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___Default_3), (void*)value); } }; // System.Diagnostics.DebuggableAttribute struct DebuggableAttribute_tA8054EBD0FC7511695D494B690B5771658E3191B : public Attribute_t037CA9D9F3B742C063DB364D2EEBBF9FC5772C71 { public: // System.Diagnostics.DebuggableAttribute/DebuggingModes System.Diagnostics.DebuggableAttribute::m_debuggingModes int32_t ___m_debuggingModes_0; public: inline static int32_t get_offset_of_m_debuggingModes_0() { return static_cast(offsetof(DebuggableAttribute_tA8054EBD0FC7511695D494B690B5771658E3191B, ___m_debuggingModes_0)); } inline int32_t get_m_debuggingModes_0() const { return ___m_debuggingModes_0; } inline int32_t* get_address_of_m_debuggingModes_0() { return &___m_debuggingModes_0; } inline void set_m_debuggingModes_0(int32_t value) { ___m_debuggingModes_0 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif // System.Void System.Reflection.AssemblyCompanyAttribute::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AssemblyCompanyAttribute__ctor_m435C9FEC405646617645636E67860598A0C46FF0 (AssemblyCompanyAttribute_t642AAB097D7DEAAB623BEBE4664327E9B01D1DE4 * __this, String_t* ___company0, const RuntimeMethod* method); // System.Void System.Reflection.AssemblyCopyrightAttribute::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AssemblyCopyrightAttribute__ctor_mB0B5F5C1A7A8B172289CC694E2711F07A37CE3F3 (AssemblyCopyrightAttribute_tA6A09319EF50B48D962810032000DEE7B12904EC * __this, String_t* ___copyright0, const RuntimeMethod* method); // System.Void System.Reflection.AssemblyMetadataAttribute::.ctor(System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AssemblyMetadataAttribute__ctor_m5A4B63DCD1CCB566C877C0CFCD9FE0BBDD249529 (AssemblyMetadataAttribute_tC11B256960EB0C004D873A8822B5F84C5590455F * __this, String_t* ___key0, String_t* ___value1, const RuntimeMethod* method); // System.Void System.Reflection.AssemblyDescriptionAttribute::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AssemblyDescriptionAttribute__ctor_m3A0BD500FF352A67235FBA499FBA58EFF15B1F25 (AssemblyDescriptionAttribute_tF4460CCB289F6E2F71841792BBC7E6907DF612B3 * __this, String_t* ___description0, const RuntimeMethod* method); // System.Void System.Reflection.AssemblyTitleAttribute::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AssemblyTitleAttribute__ctor_mE239F206B3B369C48AE1F3B4211688778FE99E8D (AssemblyTitleAttribute_tABB894D0792C7F307694CC796C8AE5D6A20382E7 * __this, String_t* ___title0, const RuntimeMethod* method); // System.Void System.Reflection.AssemblyInformationalVersionAttribute::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AssemblyInformationalVersionAttribute__ctor_m9BF349D8F980B0ABAB2A6312E422915285FA1678 (AssemblyInformationalVersionAttribute_t962229DBE84C4A66FB0B542E9AEBC510F55950D0 * __this, String_t* ___informationalVersion0, const RuntimeMethod* method); // System.Void System.Reflection.AssemblyFileVersionAttribute::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AssemblyFileVersionAttribute__ctor_mF855AEBC51CB72F4FF913499256741AE57B0F13D (AssemblyFileVersionAttribute_tCC1036D0566155DC5688D9230EF3C07D82A1896F * __this, String_t* ___version0, const RuntimeMethod* method); // System.Void System.Runtime.CompilerServices.RuntimeCompatibilityAttribute::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RuntimeCompatibilityAttribute__ctor_m551DDF1438CE97A984571949723F30F44CF7317C (RuntimeCompatibilityAttribute_tFF99AB2963098F9CBCD47A20D9FD3D51C17C1C80 * __this, const RuntimeMethod* method); // System.Void System.Runtime.CompilerServices.RuntimeCompatibilityAttribute::set_WrapNonExceptionThrows(System.Boolean) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RuntimeCompatibilityAttribute_set_WrapNonExceptionThrows_m8562196F90F3EBCEC23B5708EE0332842883C490_inline (RuntimeCompatibilityAttribute_tFF99AB2963098F9CBCD47A20D9FD3D51C17C1C80 * __this, bool ___value0, const RuntimeMethod* method); // System.Void System.Runtime.CompilerServices.CompilationRelaxationsAttribute::.ctor(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CompilationRelaxationsAttribute__ctor_mAC3079EBC4EEAB474EED8208EF95DB39C922333B (CompilationRelaxationsAttribute_t661FDDC06629BDA607A42BD660944F039FE03AFF * __this, int32_t ___relaxations0, const RuntimeMethod* method); // System.Void System.CLSCompliantAttribute::.ctor(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CLSCompliantAttribute__ctor_m340EDA4DA5E45506AD631FE84241ADFB6B3F0270 (CLSCompliantAttribute_tA28EF6D4ADBD3C5C429DE9A70DD1E927C8906249 * __this, bool ___isCompliant0, const RuntimeMethod* method); // System.Void System.Diagnostics.DebuggableAttribute::.ctor(System.Diagnostics.DebuggableAttribute/DebuggingModes) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DebuggableAttribute__ctor_m7FF445C8435494A4847123A668D889E692E55550 (DebuggableAttribute_tA8054EBD0FC7511695D494B690B5771658E3191B * __this, int32_t ___modes0, const RuntimeMethod* method); // System.Void System.Reflection.AssemblyProductAttribute::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AssemblyProductAttribute__ctor_m26DF1EBC1C86E7DA4786C66B44123899BE8DBCB8 (AssemblyProductAttribute_t6BB0E0F76C752E14A4C26B4D1E230019068601CA * __this, String_t* ___product0, const RuntimeMethod* method); // System.Void System.Runtime.Versioning.NonVersionableAttribute::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NonVersionableAttribute__ctor_m76289A4A00F259E5B5FC95BA62D1CB6D13466EA8 (NonVersionableAttribute_tBF0FCC22DD1A14C727E1AC2704F0110EB9339C7E * __this, const RuntimeMethod* method); // System.Void System.Runtime.CompilerServices.IsReadOnlyAttribute::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void IsReadOnlyAttribute__ctor_m835F2A578DB494301E752B9F715E5595CF841B3B (IsReadOnlyAttribute_t75F14734D884760E87E4E418E13381FD5554D37C * __this, const RuntimeMethod* method); // System.Void System.AttributeUsageAttribute::.ctor(System.AttributeTargets) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AttributeUsageAttribute__ctor_m5114E18826A49A025D48DC71904C430BD590656D (AttributeUsageAttribute_tBB0BAAA82036E6FCDD80A688BBD039F6FFD8EA1C * __this, int32_t ___validOn0, const RuntimeMethod* method); // System.Void System.AttributeUsageAttribute::set_AllowMultiple(System.Boolean) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void AttributeUsageAttribute_set_AllowMultiple_mF412CDAFFE16D056721EF81A1EC04ACE63612055_inline (AttributeUsageAttribute_tBB0BAAA82036E6FCDD80A688BBD039F6FFD8EA1C * __this, bool ___value0, const RuntimeMethod* method); // System.Void System.AttributeUsageAttribute::set_Inherited(System.Boolean) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void AttributeUsageAttribute_set_Inherited_m56105980C36CB71AECD398C6077739BDFD2085E0_inline (AttributeUsageAttribute_tBB0BAAA82036E6FCDD80A688BBD039F6FFD8EA1C * __this, bool ___value0, const RuntimeMethod* method); static void System_Runtime_CompilerServices_Unsafe_CustomAttributesCacheGenerator(CustomAttributesCache* cache) { { AssemblyCompanyAttribute_t642AAB097D7DEAAB623BEBE4664327E9B01D1DE4 * tmp = (AssemblyCompanyAttribute_t642AAB097D7DEAAB623BEBE4664327E9B01D1DE4 *)cache->attributes[0]; AssemblyCompanyAttribute__ctor_m435C9FEC405646617645636E67860598A0C46FF0(tmp, il2cpp_codegen_string_new_wrapper("\x4D\x69\x63\x72\x6F\x73\x6F\x66\x74\x20\x43\x6F\x72\x70\x6F\x72\x61\x74\x69\x6F\x6E"), NULL); } { AssemblyCopyrightAttribute_tA6A09319EF50B48D962810032000DEE7B12904EC * tmp = (AssemblyCopyrightAttribute_tA6A09319EF50B48D962810032000DEE7B12904EC *)cache->attributes[1]; AssemblyCopyrightAttribute__ctor_mB0B5F5C1A7A8B172289CC694E2711F07A37CE3F3(tmp, il2cpp_codegen_string_new_wrapper("\xC2\xA9\x20\x4D\x69\x63\x72\x6F\x73\x6F\x66\x74\x20\x43\x6F\x72\x70\x6F\x72\x61\x74\x69\x6F\x6E\x2E\x20\x20\x41\x6C\x6C\x20\x72\x69\x67\x68\x74\x73\x20\x72\x65\x73\x65\x72\x76\x65\x64\x2E"), NULL); } { AssemblyMetadataAttribute_tC11B256960EB0C004D873A8822B5F84C5590455F * tmp = (AssemblyMetadataAttribute_tC11B256960EB0C004D873A8822B5F84C5590455F *)cache->attributes[2]; AssemblyMetadataAttribute__ctor_m5A4B63DCD1CCB566C877C0CFCD9FE0BBDD249529(tmp, il2cpp_codegen_string_new_wrapper("\x53\x65\x72\x76\x69\x63\x65\x61\x62\x6C\x65"), il2cpp_codegen_string_new_wrapper("\x54\x72\x75\x65"), NULL); } { AssemblyMetadataAttribute_tC11B256960EB0C004D873A8822B5F84C5590455F * tmp = (AssemblyMetadataAttribute_tC11B256960EB0C004D873A8822B5F84C5590455F *)cache->attributes[3]; AssemblyMetadataAttribute__ctor_m5A4B63DCD1CCB566C877C0CFCD9FE0BBDD249529(tmp, il2cpp_codegen_string_new_wrapper("\x2E\x4E\x45\x54\x46\x72\x61\x6D\x65\x77\x6F\x72\x6B\x41\x73\x73\x65\x6D\x62\x6C\x79"), il2cpp_codegen_string_new_wrapper(""), NULL); } { AssemblyDescriptionAttribute_tF4460CCB289F6E2F71841792BBC7E6907DF612B3 * tmp = (AssemblyDescriptionAttribute_tF4460CCB289F6E2F71841792BBC7E6907DF612B3 *)cache->attributes[4]; AssemblyDescriptionAttribute__ctor_m3A0BD500FF352A67235FBA499FBA58EFF15B1F25(tmp, il2cpp_codegen_string_new_wrapper("\x53\x79\x73\x74\x65\x6D\x2E\x52\x75\x6E\x74\x69\x6D\x65\x2E\x43\x6F\x6D\x70\x69\x6C\x65\x72\x53\x65\x72\x76\x69\x63\x65\x73\x2E\x55\x6E\x73\x61\x66\x65"), NULL); } { AssemblyTitleAttribute_tABB894D0792C7F307694CC796C8AE5D6A20382E7 * tmp = (AssemblyTitleAttribute_tABB894D0792C7F307694CC796C8AE5D6A20382E7 *)cache->attributes[5]; AssemblyTitleAttribute__ctor_mE239F206B3B369C48AE1F3B4211688778FE99E8D(tmp, il2cpp_codegen_string_new_wrapper("\x53\x79\x73\x74\x65\x6D\x2E\x52\x75\x6E\x74\x69\x6D\x65\x2E\x43\x6F\x6D\x70\x69\x6C\x65\x72\x53\x65\x72\x76\x69\x63\x65\x73\x2E\x55\x6E\x73\x61\x66\x65"), NULL); } { AssemblyInformationalVersionAttribute_t962229DBE84C4A66FB0B542E9AEBC510F55950D0 * tmp = (AssemblyInformationalVersionAttribute_t962229DBE84C4A66FB0B542E9AEBC510F55950D0 *)cache->attributes[6]; AssemblyInformationalVersionAttribute__ctor_m9BF349D8F980B0ABAB2A6312E422915285FA1678(tmp, il2cpp_codegen_string_new_wrapper("\x35\x2E\x30\x2E\x30"), NULL); } { AssemblyFileVersionAttribute_tCC1036D0566155DC5688D9230EF3C07D82A1896F * tmp = (AssemblyFileVersionAttribute_tCC1036D0566155DC5688D9230EF3C07D82A1896F *)cache->attributes[7]; AssemblyFileVersionAttribute__ctor_mF855AEBC51CB72F4FF913499256741AE57B0F13D(tmp, il2cpp_codegen_string_new_wrapper("\x35\x2E\x30\x2E\x32\x30\x2E\x35\x31\x39\x30\x34"), NULL); } { RuntimeCompatibilityAttribute_tFF99AB2963098F9CBCD47A20D9FD3D51C17C1C80 * tmp = (RuntimeCompatibilityAttribute_tFF99AB2963098F9CBCD47A20D9FD3D51C17C1C80 *)cache->attributes[8]; RuntimeCompatibilityAttribute__ctor_m551DDF1438CE97A984571949723F30F44CF7317C(tmp, NULL); RuntimeCompatibilityAttribute_set_WrapNonExceptionThrows_m8562196F90F3EBCEC23B5708EE0332842883C490_inline(tmp, true, NULL); } { CompilationRelaxationsAttribute_t661FDDC06629BDA607A42BD660944F039FE03AFF * tmp = (CompilationRelaxationsAttribute_t661FDDC06629BDA607A42BD660944F039FE03AFF *)cache->attributes[9]; CompilationRelaxationsAttribute__ctor_mAC3079EBC4EEAB474EED8208EF95DB39C922333B(tmp, 8LL, NULL); } { CLSCompliantAttribute_tA28EF6D4ADBD3C5C429DE9A70DD1E927C8906249 * tmp = (CLSCompliantAttribute_tA28EF6D4ADBD3C5C429DE9A70DD1E927C8906249 *)cache->attributes[10]; CLSCompliantAttribute__ctor_m340EDA4DA5E45506AD631FE84241ADFB6B3F0270(tmp, false, NULL); } { DebuggableAttribute_tA8054EBD0FC7511695D494B690B5771658E3191B * tmp = (DebuggableAttribute_tA8054EBD0FC7511695D494B690B5771658E3191B *)cache->attributes[11]; DebuggableAttribute__ctor_m7FF445C8435494A4847123A668D889E692E55550(tmp, 3LL, NULL); } { AssemblyProductAttribute_t6BB0E0F76C752E14A4C26B4D1E230019068601CA * tmp = (AssemblyProductAttribute_t6BB0E0F76C752E14A4C26B4D1E230019068601CA *)cache->attributes[12]; AssemblyProductAttribute__ctor_m26DF1EBC1C86E7DA4786C66B44123899BE8DBCB8(tmp, il2cpp_codegen_string_new_wrapper("\x4D\x69\x63\x72\x6F\x73\x6F\x66\x74\xC2\xAE\x20\x2E\x4E\x45\x54\x20\x46\x72\x61\x6D\x65\x77\x6F\x72\x6B"), NULL); } } static void Unsafe_tED9F0D541A095073113CD8F8F377D81179DFD0C4_CustomAttributesCacheGenerator_Unsafe_Read_m9AA02597BC7EF82DD9724D04D2F0D55AE1AD8F77(CustomAttributesCache* cache) { { NonVersionableAttribute_tBF0FCC22DD1A14C727E1AC2704F0110EB9339C7E * tmp = (NonVersionableAttribute_tBF0FCC22DD1A14C727E1AC2704F0110EB9339C7E *)cache->attributes[0]; NonVersionableAttribute__ctor_m76289A4A00F259E5B5FC95BA62D1CB6D13466EA8(tmp, NULL); } } static void Unsafe_tED9F0D541A095073113CD8F8F377D81179DFD0C4_CustomAttributesCacheGenerator_Unsafe_ReadUnaligned_m4AC219429780EB77155123D3D6064E4EC8D6D0B0(CustomAttributesCache* cache) { { NonVersionableAttribute_tBF0FCC22DD1A14C727E1AC2704F0110EB9339C7E * tmp = (NonVersionableAttribute_tBF0FCC22DD1A14C727E1AC2704F0110EB9339C7E *)cache->attributes[0]; NonVersionableAttribute__ctor_m76289A4A00F259E5B5FC95BA62D1CB6D13466EA8(tmp, NULL); } } static void Unsafe_tED9F0D541A095073113CD8F8F377D81179DFD0C4_CustomAttributesCacheGenerator_Unsafe_WriteUnaligned_m4196CA3C5A9C611D3CA14939291AC01E39DB1E0B(CustomAttributesCache* cache) { { NonVersionableAttribute_tBF0FCC22DD1A14C727E1AC2704F0110EB9339C7E * tmp = (NonVersionableAttribute_tBF0FCC22DD1A14C727E1AC2704F0110EB9339C7E *)cache->attributes[0]; NonVersionableAttribute__ctor_m76289A4A00F259E5B5FC95BA62D1CB6D13466EA8(tmp, NULL); } } static void Unsafe_tED9F0D541A095073113CD8F8F377D81179DFD0C4_CustomAttributesCacheGenerator_Unsafe_AsPointer_m8E43CAF274D66D6C5A3DDC7CFE2921C4CCCBFD06(CustomAttributesCache* cache) { { NonVersionableAttribute_tBF0FCC22DD1A14C727E1AC2704F0110EB9339C7E * tmp = (NonVersionableAttribute_tBF0FCC22DD1A14C727E1AC2704F0110EB9339C7E *)cache->attributes[0]; NonVersionableAttribute__ctor_m76289A4A00F259E5B5FC95BA62D1CB6D13466EA8(tmp, NULL); } } static void Unsafe_tED9F0D541A095073113CD8F8F377D81179DFD0C4_CustomAttributesCacheGenerator_Unsafe_SkipInit_m9ED7E45BC151CF3FC8FCE3EAEDA379B437FBE732(CustomAttributesCache* cache) { { NonVersionableAttribute_tBF0FCC22DD1A14C727E1AC2704F0110EB9339C7E * tmp = (NonVersionableAttribute_tBF0FCC22DD1A14C727E1AC2704F0110EB9339C7E *)cache->attributes[0]; NonVersionableAttribute__ctor_m76289A4A00F259E5B5FC95BA62D1CB6D13466EA8(tmp, NULL); } } static void Unsafe_tED9F0D541A095073113CD8F8F377D81179DFD0C4_CustomAttributesCacheGenerator_Unsafe_SizeOf_mBC179FAEE64390C8EA100652C40A207F5020614B(CustomAttributesCache* cache) { { NonVersionableAttribute_tBF0FCC22DD1A14C727E1AC2704F0110EB9339C7E * tmp = (NonVersionableAttribute_tBF0FCC22DD1A14C727E1AC2704F0110EB9339C7E *)cache->attributes[0]; NonVersionableAttribute__ctor_m76289A4A00F259E5B5FC95BA62D1CB6D13466EA8(tmp, NULL); } } static void Unsafe_tED9F0D541A095073113CD8F8F377D81179DFD0C4_CustomAttributesCacheGenerator_Unsafe_CopyBlock_mEB2CB6E517E5DB6C204029FD2E458B110AEE8FC7(CustomAttributesCache* cache) { { NonVersionableAttribute_tBF0FCC22DD1A14C727E1AC2704F0110EB9339C7E * tmp = (NonVersionableAttribute_tBF0FCC22DD1A14C727E1AC2704F0110EB9339C7E *)cache->attributes[0]; NonVersionableAttribute__ctor_m76289A4A00F259E5B5FC95BA62D1CB6D13466EA8(tmp, NULL); } } static void Unsafe_tED9F0D541A095073113CD8F8F377D81179DFD0C4_CustomAttributesCacheGenerator_Unsafe_CopyBlockUnaligned_m4B9A634A3C08AEED469CA7150F24B1B553A0216C(CustomAttributesCache* cache) { { NonVersionableAttribute_tBF0FCC22DD1A14C727E1AC2704F0110EB9339C7E * tmp = (NonVersionableAttribute_tBF0FCC22DD1A14C727E1AC2704F0110EB9339C7E *)cache->attributes[0]; NonVersionableAttribute__ctor_m76289A4A00F259E5B5FC95BA62D1CB6D13466EA8(tmp, NULL); } } static void Unsafe_tED9F0D541A095073113CD8F8F377D81179DFD0C4_CustomAttributesCacheGenerator_Unsafe_InitBlockUnaligned_mDBC18343453EDA9D3974E125987D6774C5257F2F(CustomAttributesCache* cache) { { NonVersionableAttribute_tBF0FCC22DD1A14C727E1AC2704F0110EB9339C7E * tmp = (NonVersionableAttribute_tBF0FCC22DD1A14C727E1AC2704F0110EB9339C7E *)cache->attributes[0]; NonVersionableAttribute__ctor_m76289A4A00F259E5B5FC95BA62D1CB6D13466EA8(tmp, NULL); } } static void Unsafe_tED9F0D541A095073113CD8F8F377D81179DFD0C4_CustomAttributesCacheGenerator_Unsafe_InitBlockUnaligned_m68B5C8F29E67BD60711F6E9A841EB06C08B3D406(CustomAttributesCache* cache) { { NonVersionableAttribute_tBF0FCC22DD1A14C727E1AC2704F0110EB9339C7E * tmp = (NonVersionableAttribute_tBF0FCC22DD1A14C727E1AC2704F0110EB9339C7E *)cache->attributes[0]; NonVersionableAttribute__ctor_m76289A4A00F259E5B5FC95BA62D1CB6D13466EA8(tmp, NULL); } } static void Unsafe_tED9F0D541A095073113CD8F8F377D81179DFD0C4_CustomAttributesCacheGenerator_Unsafe_As_mF214D64BE6498AEE078059F3DFDBC64CC2F81674(CustomAttributesCache* cache) { { NonVersionableAttribute_tBF0FCC22DD1A14C727E1AC2704F0110EB9339C7E * tmp = (NonVersionableAttribute_tBF0FCC22DD1A14C727E1AC2704F0110EB9339C7E *)cache->attributes[0]; NonVersionableAttribute__ctor_m76289A4A00F259E5B5FC95BA62D1CB6D13466EA8(tmp, NULL); } } static void Unsafe_tED9F0D541A095073113CD8F8F377D81179DFD0C4_CustomAttributesCacheGenerator_Unsafe_AsRef_mDA3D6FB990B92BF1FE8AAEBB0B18E1D7DD4CE0E8(CustomAttributesCache* cache) { { NonVersionableAttribute_tBF0FCC22DD1A14C727E1AC2704F0110EB9339C7E * tmp = (NonVersionableAttribute_tBF0FCC22DD1A14C727E1AC2704F0110EB9339C7E *)cache->attributes[0]; NonVersionableAttribute__ctor_m76289A4A00F259E5B5FC95BA62D1CB6D13466EA8(tmp, NULL); } } static void Unsafe_tED9F0D541A095073113CD8F8F377D81179DFD0C4_CustomAttributesCacheGenerator_Unsafe_AsRef_m1F65C7453D594D753321B154F809C3EE97721BF8(CustomAttributesCache* cache) { { NonVersionableAttribute_tBF0FCC22DD1A14C727E1AC2704F0110EB9339C7E * tmp = (NonVersionableAttribute_tBF0FCC22DD1A14C727E1AC2704F0110EB9339C7E *)cache->attributes[0]; NonVersionableAttribute__ctor_m76289A4A00F259E5B5FC95BA62D1CB6D13466EA8(tmp, NULL); } } static void Unsafe_tED9F0D541A095073113CD8F8F377D81179DFD0C4_CustomAttributesCacheGenerator_Unsafe_AsRef_m1F65C7453D594D753321B154F809C3EE97721BF8____source0(CustomAttributesCache* cache) { { IsReadOnlyAttribute_t75F14734D884760E87E4E418E13381FD5554D37C * tmp = (IsReadOnlyAttribute_t75F14734D884760E87E4E418E13381FD5554D37C *)cache->attributes[0]; IsReadOnlyAttribute__ctor_m835F2A578DB494301E752B9F715E5595CF841B3B(tmp, NULL); } } static void Unsafe_tED9F0D541A095073113CD8F8F377D81179DFD0C4_CustomAttributesCacheGenerator_Unsafe_As_m9C9511BFED08A87688B2821AB8727FFDD7DCCB12(CustomAttributesCache* cache) { { NonVersionableAttribute_tBF0FCC22DD1A14C727E1AC2704F0110EB9339C7E * tmp = (NonVersionableAttribute_tBF0FCC22DD1A14C727E1AC2704F0110EB9339C7E *)cache->attributes[0]; NonVersionableAttribute__ctor_m76289A4A00F259E5B5FC95BA62D1CB6D13466EA8(tmp, NULL); } } static void Unsafe_tED9F0D541A095073113CD8F8F377D81179DFD0C4_CustomAttributesCacheGenerator_Unsafe_Add_m67E112C28EA37150B814A45F3EE6A5DA9DA9B432(CustomAttributesCache* cache) { { NonVersionableAttribute_tBF0FCC22DD1A14C727E1AC2704F0110EB9339C7E * tmp = (NonVersionableAttribute_tBF0FCC22DD1A14C727E1AC2704F0110EB9339C7E *)cache->attributes[0]; NonVersionableAttribute__ctor_m76289A4A00F259E5B5FC95BA62D1CB6D13466EA8(tmp, NULL); } } static void Unsafe_tED9F0D541A095073113CD8F8F377D81179DFD0C4_CustomAttributesCacheGenerator_Unsafe_Add_m2E82D5CE7E551AD4C21FEBBE245F5AA67BA5C776(CustomAttributesCache* cache) { { NonVersionableAttribute_tBF0FCC22DD1A14C727E1AC2704F0110EB9339C7E * tmp = (NonVersionableAttribute_tBF0FCC22DD1A14C727E1AC2704F0110EB9339C7E *)cache->attributes[0]; NonVersionableAttribute__ctor_m76289A4A00F259E5B5FC95BA62D1CB6D13466EA8(tmp, NULL); } } static void Unsafe_tED9F0D541A095073113CD8F8F377D81179DFD0C4_CustomAttributesCacheGenerator_Unsafe_Add_m34D08C8C0C0E1B62CD8A6C88E22F4CE12E936573(CustomAttributesCache* cache) { { NonVersionableAttribute_tBF0FCC22DD1A14C727E1AC2704F0110EB9339C7E * tmp = (NonVersionableAttribute_tBF0FCC22DD1A14C727E1AC2704F0110EB9339C7E *)cache->attributes[0]; NonVersionableAttribute__ctor_m76289A4A00F259E5B5FC95BA62D1CB6D13466EA8(tmp, NULL); } } static void Unsafe_tED9F0D541A095073113CD8F8F377D81179DFD0C4_CustomAttributesCacheGenerator_Unsafe_AddByteOffset_m52EE5BD1F24D932A4FD61DE21D155B4E9D61E85C(CustomAttributesCache* cache) { { NonVersionableAttribute_tBF0FCC22DD1A14C727E1AC2704F0110EB9339C7E * tmp = (NonVersionableAttribute_tBF0FCC22DD1A14C727E1AC2704F0110EB9339C7E *)cache->attributes[0]; NonVersionableAttribute__ctor_m76289A4A00F259E5B5FC95BA62D1CB6D13466EA8(tmp, NULL); } } static void Unsafe_tED9F0D541A095073113CD8F8F377D81179DFD0C4_CustomAttributesCacheGenerator_Unsafe_Subtract_mC8F57D10680A579A5F5BCE3FCCD209953265D14E(CustomAttributesCache* cache) { { NonVersionableAttribute_tBF0FCC22DD1A14C727E1AC2704F0110EB9339C7E * tmp = (NonVersionableAttribute_tBF0FCC22DD1A14C727E1AC2704F0110EB9339C7E *)cache->attributes[0]; NonVersionableAttribute__ctor_m76289A4A00F259E5B5FC95BA62D1CB6D13466EA8(tmp, NULL); } } static void Unsafe_tED9F0D541A095073113CD8F8F377D81179DFD0C4_CustomAttributesCacheGenerator_Unsafe_ByteOffset_m607CCEC76915565226F9BB065421D14561886393(CustomAttributesCache* cache) { { NonVersionableAttribute_tBF0FCC22DD1A14C727E1AC2704F0110EB9339C7E * tmp = (NonVersionableAttribute_tBF0FCC22DD1A14C727E1AC2704F0110EB9339C7E *)cache->attributes[0]; NonVersionableAttribute__ctor_m76289A4A00F259E5B5FC95BA62D1CB6D13466EA8(tmp, NULL); } } static void Unsafe_tED9F0D541A095073113CD8F8F377D81179DFD0C4_CustomAttributesCacheGenerator_Unsafe_AreSame_m847062BE8725E7F8CA3879A903CF911A155A6E76(CustomAttributesCache* cache) { { NonVersionableAttribute_tBF0FCC22DD1A14C727E1AC2704F0110EB9339C7E * tmp = (NonVersionableAttribute_tBF0FCC22DD1A14C727E1AC2704F0110EB9339C7E *)cache->attributes[0]; NonVersionableAttribute__ctor_m76289A4A00F259E5B5FC95BA62D1CB6D13466EA8(tmp, NULL); } } static void Unsafe_tED9F0D541A095073113CD8F8F377D81179DFD0C4_CustomAttributesCacheGenerator_Unsafe_IsAddressLessThan_m3ED363CFAADFC1038803F73D8865DD75CA70B558(CustomAttributesCache* cache) { { NonVersionableAttribute_tBF0FCC22DD1A14C727E1AC2704F0110EB9339C7E * tmp = (NonVersionableAttribute_tBF0FCC22DD1A14C727E1AC2704F0110EB9339C7E *)cache->attributes[0]; NonVersionableAttribute__ctor_m76289A4A00F259E5B5FC95BA62D1CB6D13466EA8(tmp, NULL); } } static void NonVersionableAttribute_tBF0FCC22DD1A14C727E1AC2704F0110EB9339C7E_CustomAttributesCacheGenerator(CustomAttributesCache* cache) { { AttributeUsageAttribute_tBB0BAAA82036E6FCDD80A688BBD039F6FFD8EA1C * tmp = (AttributeUsageAttribute_tBB0BAAA82036E6FCDD80A688BBD039F6FFD8EA1C *)cache->attributes[0]; AttributeUsageAttribute__ctor_m5114E18826A49A025D48DC71904C430BD590656D(tmp, 108LL, NULL); AttributeUsageAttribute_set_AllowMultiple_mF412CDAFFE16D056721EF81A1EC04ACE63612055_inline(tmp, false, NULL); AttributeUsageAttribute_set_Inherited_m56105980C36CB71AECD398C6077739BDFD2085E0_inline(tmp, false, NULL); } } IL2CPP_EXTERN_C const CustomAttributesCacheGenerator g_System_Runtime_CompilerServices_Unsafe_AttributeGenerators[]; const CustomAttributesCacheGenerator g_System_Runtime_CompilerServices_Unsafe_AttributeGenerators[25] = { NonVersionableAttribute_tBF0FCC22DD1A14C727E1AC2704F0110EB9339C7E_CustomAttributesCacheGenerator, Unsafe_tED9F0D541A095073113CD8F8F377D81179DFD0C4_CustomAttributesCacheGenerator_Unsafe_Read_m9AA02597BC7EF82DD9724D04D2F0D55AE1AD8F77, Unsafe_tED9F0D541A095073113CD8F8F377D81179DFD0C4_CustomAttributesCacheGenerator_Unsafe_ReadUnaligned_m4AC219429780EB77155123D3D6064E4EC8D6D0B0, Unsafe_tED9F0D541A095073113CD8F8F377D81179DFD0C4_CustomAttributesCacheGenerator_Unsafe_WriteUnaligned_m4196CA3C5A9C611D3CA14939291AC01E39DB1E0B, Unsafe_tED9F0D541A095073113CD8F8F377D81179DFD0C4_CustomAttributesCacheGenerator_Unsafe_AsPointer_m8E43CAF274D66D6C5A3DDC7CFE2921C4CCCBFD06, Unsafe_tED9F0D541A095073113CD8F8F377D81179DFD0C4_CustomAttributesCacheGenerator_Unsafe_SkipInit_m9ED7E45BC151CF3FC8FCE3EAEDA379B437FBE732, Unsafe_tED9F0D541A095073113CD8F8F377D81179DFD0C4_CustomAttributesCacheGenerator_Unsafe_SizeOf_mBC179FAEE64390C8EA100652C40A207F5020614B, Unsafe_tED9F0D541A095073113CD8F8F377D81179DFD0C4_CustomAttributesCacheGenerator_Unsafe_CopyBlock_mEB2CB6E517E5DB6C204029FD2E458B110AEE8FC7, Unsafe_tED9F0D541A095073113CD8F8F377D81179DFD0C4_CustomAttributesCacheGenerator_Unsafe_CopyBlockUnaligned_m4B9A634A3C08AEED469CA7150F24B1B553A0216C, Unsafe_tED9F0D541A095073113CD8F8F377D81179DFD0C4_CustomAttributesCacheGenerator_Unsafe_InitBlockUnaligned_mDBC18343453EDA9D3974E125987D6774C5257F2F, Unsafe_tED9F0D541A095073113CD8F8F377D81179DFD0C4_CustomAttributesCacheGenerator_Unsafe_InitBlockUnaligned_m68B5C8F29E67BD60711F6E9A841EB06C08B3D406, Unsafe_tED9F0D541A095073113CD8F8F377D81179DFD0C4_CustomAttributesCacheGenerator_Unsafe_As_mF214D64BE6498AEE078059F3DFDBC64CC2F81674, Unsafe_tED9F0D541A095073113CD8F8F377D81179DFD0C4_CustomAttributesCacheGenerator_Unsafe_AsRef_mDA3D6FB990B92BF1FE8AAEBB0B18E1D7DD4CE0E8, Unsafe_tED9F0D541A095073113CD8F8F377D81179DFD0C4_CustomAttributesCacheGenerator_Unsafe_AsRef_m1F65C7453D594D753321B154F809C3EE97721BF8, Unsafe_tED9F0D541A095073113CD8F8F377D81179DFD0C4_CustomAttributesCacheGenerator_Unsafe_As_m9C9511BFED08A87688B2821AB8727FFDD7DCCB12, Unsafe_tED9F0D541A095073113CD8F8F377D81179DFD0C4_CustomAttributesCacheGenerator_Unsafe_Add_m67E112C28EA37150B814A45F3EE6A5DA9DA9B432, Unsafe_tED9F0D541A095073113CD8F8F377D81179DFD0C4_CustomAttributesCacheGenerator_Unsafe_Add_m2E82D5CE7E551AD4C21FEBBE245F5AA67BA5C776, Unsafe_tED9F0D541A095073113CD8F8F377D81179DFD0C4_CustomAttributesCacheGenerator_Unsafe_Add_m34D08C8C0C0E1B62CD8A6C88E22F4CE12E936573, Unsafe_tED9F0D541A095073113CD8F8F377D81179DFD0C4_CustomAttributesCacheGenerator_Unsafe_AddByteOffset_m52EE5BD1F24D932A4FD61DE21D155B4E9D61E85C, Unsafe_tED9F0D541A095073113CD8F8F377D81179DFD0C4_CustomAttributesCacheGenerator_Unsafe_Subtract_mC8F57D10680A579A5F5BCE3FCCD209953265D14E, Unsafe_tED9F0D541A095073113CD8F8F377D81179DFD0C4_CustomAttributesCacheGenerator_Unsafe_ByteOffset_m607CCEC76915565226F9BB065421D14561886393, Unsafe_tED9F0D541A095073113CD8F8F377D81179DFD0C4_CustomAttributesCacheGenerator_Unsafe_AreSame_m847062BE8725E7F8CA3879A903CF911A155A6E76, Unsafe_tED9F0D541A095073113CD8F8F377D81179DFD0C4_CustomAttributesCacheGenerator_Unsafe_IsAddressLessThan_m3ED363CFAADFC1038803F73D8865DD75CA70B558, Unsafe_tED9F0D541A095073113CD8F8F377D81179DFD0C4_CustomAttributesCacheGenerator_Unsafe_AsRef_m1F65C7453D594D753321B154F809C3EE97721BF8____source0, System_Runtime_CompilerServices_Unsafe_CustomAttributesCacheGenerator, }; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RuntimeCompatibilityAttribute_set_WrapNonExceptionThrows_m8562196F90F3EBCEC23B5708EE0332842883C490_inline (RuntimeCompatibilityAttribute_tFF99AB2963098F9CBCD47A20D9FD3D51C17C1C80 * __this, bool ___value0, const RuntimeMethod* method) { { bool L_0 = ___value0; __this->set_m_wrapNonExceptionThrows_0(L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void AttributeUsageAttribute_set_AllowMultiple_mF412CDAFFE16D056721EF81A1EC04ACE63612055_inline (AttributeUsageAttribute_tBB0BAAA82036E6FCDD80A688BBD039F6FFD8EA1C * __this, bool ___value0, const RuntimeMethod* method) { { bool L_0 = ___value0; __this->set_m_allowMultiple_1(L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void AttributeUsageAttribute_set_Inherited_m56105980C36CB71AECD398C6077739BDFD2085E0_inline (AttributeUsageAttribute_tBB0BAAA82036E6FCDD80A688BBD039F6FFD8EA1C * __this, bool ___value0, const RuntimeMethod* method) { { bool L_0 = ___value0; __this->set_m_inherited_2(L_0); return; } }