#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.AssemblyDelaySignAttribute struct AssemblyDelaySignAttribute_tB66445498441723DC06E545FAA1CF0F128A1FE38; // System.Reflection.AssemblyDescriptionAttribute struct AssemblyDescriptionAttribute_tF4460CCB289F6E2F71841792BBC7E6907DF612B3; // System.Reflection.AssemblyProductAttribute struct AssemblyProductAttribute_t6BB0E0F76C752E14A4C26B4D1E230019068601CA; // System.Reflection.AssemblyTitleAttribute struct AssemblyTitleAttribute_tABB894D0792C7F307694CC796C8AE5D6A20382E7; // System.CLSCompliantAttribute struct CLSCompliantAttribute_tA28EF6D4ADBD3C5C429DE9A70DD1E927C8906249; // System.Runtime.InteropServices.ComVisibleAttribute struct ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A; // System.Runtime.CompilerServices.CompilationRelaxationsAttribute struct CompilationRelaxationsAttribute_t661FDDC06629BDA607A42BD660944F039FE03AFF; // System.Runtime.CompilerServices.CompilerGeneratedAttribute struct CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C; // System.Diagnostics.DebuggableAttribute struct DebuggableAttribute_tA8054EBD0FC7511695D494B690B5771658E3191B; // System.Reflection.DefaultMemberAttribute struct DefaultMemberAttribute_t8C9B3330DEA69EE364962477FF14FD2CFE30D4B5; // System.FlagsAttribute struct FlagsAttribute_t511C558FACEF1CC64702A8FAB67CAF3CBA65DF36; // System.Runtime.CompilerServices.InternalsVisibleToAttribute struct InternalsVisibleToAttribute_t1D9772A02892BAC440952F880A43C257E6C3E68C; // System.Resources.NeutralResourcesLanguageAttribute struct NeutralResourcesLanguageAttribute_t14C9436446C8E9EB3C2244D386AF1C84ADC80FB2; // System.ObsoleteAttribute struct ObsoleteAttribute_t14BAC1669C0409EB9F28D72D664FFA6764ACD671; // 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.AssemblyDelaySignAttribute struct AssemblyDelaySignAttribute_tB66445498441723DC06E545FAA1CF0F128A1FE38 : public Attribute_t037CA9D9F3B742C063DB364D2EEBBF9FC5772C71 { public: // System.Boolean System.Reflection.AssemblyDelaySignAttribute::m_delaySign bool ___m_delaySign_0; public: inline static int32_t get_offset_of_m_delaySign_0() { return static_cast(offsetof(AssemblyDelaySignAttribute_tB66445498441723DC06E545FAA1CF0F128A1FE38, ___m_delaySign_0)); } inline bool get_m_delaySign_0() const { return ___m_delaySign_0; } inline bool* get_address_of_m_delaySign_0() { return &___m_delaySign_0; } inline void set_m_delaySign_0(bool value) { ___m_delaySign_0 = 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.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.InteropServices.ComVisibleAttribute struct ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A : public Attribute_t037CA9D9F3B742C063DB364D2EEBBF9FC5772C71 { public: // System.Boolean System.Runtime.InteropServices.ComVisibleAttribute::_val bool ____val_0; public: inline static int32_t get_offset_of__val_0() { return static_cast(offsetof(ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A, ____val_0)); } inline bool get__val_0() const { return ____val_0; } inline bool* get_address_of__val_0() { return &____val_0; } inline void set__val_0(bool value) { ____val_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.Runtime.CompilerServices.CompilerGeneratedAttribute struct CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C : public Attribute_t037CA9D9F3B742C063DB364D2EEBBF9FC5772C71 { public: public: }; // System.Reflection.DefaultMemberAttribute struct DefaultMemberAttribute_t8C9B3330DEA69EE364962477FF14FD2CFE30D4B5 : public Attribute_t037CA9D9F3B742C063DB364D2EEBBF9FC5772C71 { public: // System.String System.Reflection.DefaultMemberAttribute::m_memberName String_t* ___m_memberName_0; public: inline static int32_t get_offset_of_m_memberName_0() { return static_cast(offsetof(DefaultMemberAttribute_t8C9B3330DEA69EE364962477FF14FD2CFE30D4B5, ___m_memberName_0)); } inline String_t* get_m_memberName_0() const { return ___m_memberName_0; } inline String_t** get_address_of_m_memberName_0() { return &___m_memberName_0; } inline void set_m_memberName_0(String_t* value) { ___m_memberName_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_memberName_0), (void*)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.FlagsAttribute struct FlagsAttribute_t511C558FACEF1CC64702A8FAB67CAF3CBA65DF36 : public Attribute_t037CA9D9F3B742C063DB364D2EEBBF9FC5772C71 { public: public: }; // System.Runtime.CompilerServices.InternalsVisibleToAttribute struct InternalsVisibleToAttribute_t1D9772A02892BAC440952F880A43C257E6C3E68C : public Attribute_t037CA9D9F3B742C063DB364D2EEBBF9FC5772C71 { public: // System.String System.Runtime.CompilerServices.InternalsVisibleToAttribute::_assemblyName String_t* ____assemblyName_0; // System.Boolean System.Runtime.CompilerServices.InternalsVisibleToAttribute::_allInternalsVisible bool ____allInternalsVisible_1; public: inline static int32_t get_offset_of__assemblyName_0() { return static_cast(offsetof(InternalsVisibleToAttribute_t1D9772A02892BAC440952F880A43C257E6C3E68C, ____assemblyName_0)); } inline String_t* get__assemblyName_0() const { return ____assemblyName_0; } inline String_t** get_address_of__assemblyName_0() { return &____assemblyName_0; } inline void set__assemblyName_0(String_t* value) { ____assemblyName_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____assemblyName_0), (void*)value); } inline static int32_t get_offset_of__allInternalsVisible_1() { return static_cast(offsetof(InternalsVisibleToAttribute_t1D9772A02892BAC440952F880A43C257E6C3E68C, ____allInternalsVisible_1)); } inline bool get__allInternalsVisible_1() const { return ____allInternalsVisible_1; } inline bool* get_address_of__allInternalsVisible_1() { return &____allInternalsVisible_1; } inline void set__allInternalsVisible_1(bool value) { ____allInternalsVisible_1 = value; } }; // System.ObsoleteAttribute struct ObsoleteAttribute_t14BAC1669C0409EB9F28D72D664FFA6764ACD671 : public Attribute_t037CA9D9F3B742C063DB364D2EEBBF9FC5772C71 { public: // System.String System.ObsoleteAttribute::_message String_t* ____message_0; // System.Boolean System.ObsoleteAttribute::_error bool ____error_1; public: inline static int32_t get_offset_of__message_0() { return static_cast(offsetof(ObsoleteAttribute_t14BAC1669C0409EB9F28D72D664FFA6764ACD671, ____message_0)); } inline String_t* get__message_0() const { return ____message_0; } inline String_t** get_address_of__message_0() { return &____message_0; } inline void set__message_0(String_t* value) { ____message_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____message_0), (void*)value); } inline static int32_t get_offset_of__error_1() { return static_cast(offsetof(ObsoleteAttribute_t14BAC1669C0409EB9F28D72D664FFA6764ACD671, ____error_1)); } inline bool get__error_1() const { return ____error_1; } inline bool* get_address_of__error_1() { return &____error_1; } inline void set__error_1(bool value) { ____error_1 = value; } }; // 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.Resources.UltimateResourceFallbackLocation struct UltimateResourceFallbackLocation_tA4EBEA627CD0C386314EBB60D7A4225C435D0F0B { public: // System.Int32 System.Resources.UltimateResourceFallbackLocation::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(UltimateResourceFallbackLocation_tA4EBEA627CD0C386314EBB60D7A4225C435D0F0B, ___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.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; } }; // System.Resources.NeutralResourcesLanguageAttribute struct NeutralResourcesLanguageAttribute_t14C9436446C8E9EB3C2244D386AF1C84ADC80FB2 : public Attribute_t037CA9D9F3B742C063DB364D2EEBBF9FC5772C71 { public: // System.String System.Resources.NeutralResourcesLanguageAttribute::_culture String_t* ____culture_0; // System.Resources.UltimateResourceFallbackLocation System.Resources.NeutralResourcesLanguageAttribute::_fallbackLoc int32_t ____fallbackLoc_1; public: inline static int32_t get_offset_of__culture_0() { return static_cast(offsetof(NeutralResourcesLanguageAttribute_t14C9436446C8E9EB3C2244D386AF1C84ADC80FB2, ____culture_0)); } inline String_t* get__culture_0() const { return ____culture_0; } inline String_t** get_address_of__culture_0() { return &____culture_0; } inline void set__culture_0(String_t* value) { ____culture_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____culture_0), (void*)value); } inline static int32_t get_offset_of__fallbackLoc_1() { return static_cast(offsetof(NeutralResourcesLanguageAttribute_t14C9436446C8E9EB3C2244D386AF1C84ADC80FB2, ____fallbackLoc_1)); } inline int32_t get__fallbackLoc_1() const { return ____fallbackLoc_1; } inline int32_t* get_address_of__fallbackLoc_1() { return &____fallbackLoc_1; } inline void set__fallbackLoc_1(int32_t value) { ____fallbackLoc_1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif // System.Void System.Runtime.CompilerServices.InternalsVisibleToAttribute::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InternalsVisibleToAttribute__ctor_m420071A75DCEEC72356490C64B4B0B9270DA32B9 (InternalsVisibleToAttribute_t1D9772A02892BAC440952F880A43C257E6C3E68C * __this, String_t* ___assemblyName0, const RuntimeMethod* method); // System.Void System.Resources.NeutralResourcesLanguageAttribute::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NeutralResourcesLanguageAttribute__ctor_mF2BB52FC7FE116CCA2AEDD08A2DA1DF7055B56AF (NeutralResourcesLanguageAttribute_t14C9436446C8E9EB3C2244D386AF1C84ADC80FB2 * __this, String_t* ___cultureName0, const RuntimeMethod* method); // System.Void System.Runtime.InteropServices.ComVisibleAttribute::.ctor(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ComVisibleAttribute__ctor_mBDE8E12A0233C07B98D6D5103511F4DD5B1FC172 (ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A * __this, bool ___visibility0, 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.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.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.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.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.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.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.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.Reflection.AssemblyDelaySignAttribute::.ctor(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AssemblyDelaySignAttribute__ctor_mD4A5A4EE506801F8BFE4E8F313FD421AE3003A7A (AssemblyDelaySignAttribute_tB66445498441723DC06E545FAA1CF0F128A1FE38 * __this, bool ___delaySign0, const RuntimeMethod* method); // System.Void System.Reflection.DefaultMemberAttribute::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DefaultMemberAttribute__ctor_mA025B6F5B3A9292696E01108027840C8DFF7F4D7 (DefaultMemberAttribute_t8C9B3330DEA69EE364962477FF14FD2CFE30D4B5 * __this, String_t* ___memberName0, const RuntimeMethod* method); // System.Void System.ObsoleteAttribute::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ObsoleteAttribute__ctor_mAC32A5CCD287DA84CDA9F08282C1C8B0DB7B9868 (ObsoleteAttribute_t14BAC1669C0409EB9F28D72D664FFA6764ACD671 * __this, String_t* ___message0, const RuntimeMethod* method); // System.Void System.FlagsAttribute::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FlagsAttribute__ctor_mE8DCBA1BE0E6B0424FEF5E5F249733CF6A0E1229 (FlagsAttribute_t511C558FACEF1CC64702A8FAB67CAF3CBA65DF36 * __this, const RuntimeMethod* method); // System.Void System.Runtime.CompilerServices.CompilerGeneratedAttribute::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CompilerGeneratedAttribute__ctor_m9DC3E4E2DA76FE93948D44199213E2E924DCBE35 (CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C * __this, const RuntimeMethod* method); static void Mono_Security_CustomAttributesCacheGenerator(CustomAttributesCache* cache) { { InternalsVisibleToAttribute_t1D9772A02892BAC440952F880A43C257E6C3E68C * tmp = (InternalsVisibleToAttribute_t1D9772A02892BAC440952F880A43C257E6C3E68C *)cache->attributes[0]; InternalsVisibleToAttribute__ctor_m420071A75DCEEC72356490C64B4B0B9270DA32B9(tmp, il2cpp_codegen_string_new_wrapper("\x53\x79\x73\x74\x65\x6D\x2C\x20\x50\x75\x62\x6C\x69\x63\x4B\x65\x79\x3D\x30\x30\x32\x34\x30\x30\x30\x30\x30\x34\x38\x30\x30\x30\x30\x30\x39\x34\x30\x30\x30\x30\x30\x30\x30\x36\x30\x32\x30\x30\x30\x30\x30\x30\x32\x34\x30\x30\x30\x30\x35\x32\x35\x33\x34\x31\x33\x31\x30\x30\x30\x34\x30\x30\x30\x30\x30\x31\x30\x30\x30\x31\x30\x30\x38\x44\x35\x36\x43\x37\x36\x46\x39\x45\x38\x36\x34\x39\x33\x38\x33\x30\x34\x39\x46\x33\x38\x33\x43\x34\x34\x42\x45\x30\x45\x43\x32\x30\x34\x31\x38\x31\x38\x32\x32\x41\x36\x43\x33\x31\x43\x46\x35\x45\x42\x37\x45\x46\x34\x38\x36\x39\x34\x34\x44\x30\x33\x32\x31\x38\x38\x45\x41\x31\x44\x33\x39\x32\x30\x37\x36\x33\x37\x31\x32\x43\x43\x42\x31\x32\x44\x37\x35\x46\x42\x37\x37\x45\x39\x38\x31\x31\x31\x34\x39\x45\x36\x31\x34\x38\x45\x35\x44\x33\x32\x46\x42\x41\x41\x42\x33\x37\x36\x31\x31\x43\x31\x38\x37\x38\x44\x44\x43\x31\x39\x45\x32\x30\x45\x46\x31\x33\x35\x44\x30\x43\x42\x32\x43\x46\x46\x32\x42\x46\x45\x43\x33\x44\x31\x31\x35\x38\x31\x30\x43\x33\x44\x39\x30\x36\x39\x36\x33\x38\x46\x45\x34\x42\x45\x32\x31\x35\x44\x42\x46\x37\x39\x35\x38\x36\x31\x39\x32\x30\x45\x35\x41\x42\x36\x46\x37\x44\x42\x32\x45\x32\x43\x45\x45\x46\x31\x33\x36\x41\x43\x32\x33\x44\x35\x44\x44\x32\x42\x46\x30\x33\x31\x37\x30\x30\x41\x45\x43\x32\x33\x32\x46\x36\x43\x36\x42\x31\x43\x37\x38\x35\x42\x34\x33\x30\x35\x43\x31\x32\x33\x42\x33\x37\x41\x42"), NULL); } { NeutralResourcesLanguageAttribute_t14C9436446C8E9EB3C2244D386AF1C84ADC80FB2 * tmp = (NeutralResourcesLanguageAttribute_t14C9436446C8E9EB3C2244D386AF1C84ADC80FB2 *)cache->attributes[1]; NeutralResourcesLanguageAttribute__ctor_mF2BB52FC7FE116CCA2AEDD08A2DA1DF7055B56AF(tmp, il2cpp_codegen_string_new_wrapper("\x65\x6E\x2D\x55\x53"), NULL); } { ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A * tmp = (ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A *)cache->attributes[2]; ComVisibleAttribute__ctor_mBDE8E12A0233C07B98D6D5103511F4DD5B1FC172(tmp, false, NULL); } { CLSCompliantAttribute_tA28EF6D4ADBD3C5C429DE9A70DD1E927C8906249 * tmp = (CLSCompliantAttribute_tA28EF6D4ADBD3C5C429DE9A70DD1E927C8906249 *)cache->attributes[3]; CLSCompliantAttribute__ctor_m340EDA4DA5E45506AD631FE84241ADFB6B3F0270(tmp, true, NULL); } { AssemblyTitleAttribute_tABB894D0792C7F307694CC796C8AE5D6A20382E7 * tmp = (AssemblyTitleAttribute_tABB894D0792C7F307694CC796C8AE5D6A20382E7 *)cache->attributes[4]; AssemblyTitleAttribute__ctor_mE239F206B3B369C48AE1F3B4211688778FE99E8D(tmp, il2cpp_codegen_string_new_wrapper("\x4D\x6F\x6E\x6F\x2E\x53\x65\x63\x75\x72\x69\x74\x79\x2E\x64\x6C\x6C"), NULL); } { AssemblyProductAttribute_t6BB0E0F76C752E14A4C26B4D1E230019068601CA * tmp = (AssemblyProductAttribute_t6BB0E0F76C752E14A4C26B4D1E230019068601CA *)cache->attributes[5]; AssemblyProductAttribute__ctor_m26DF1EBC1C86E7DA4786C66B44123899BE8DBCB8(tmp, il2cpp_codegen_string_new_wrapper("\x4D\x4F\x4E\x4F\x20\x43\x4C\x49"), NULL); } { AssemblyDescriptionAttribute_tF4460CCB289F6E2F71841792BBC7E6907DF612B3 * tmp = (AssemblyDescriptionAttribute_tF4460CCB289F6E2F71841792BBC7E6907DF612B3 *)cache->attributes[6]; AssemblyDescriptionAttribute__ctor_m3A0BD500FF352A67235FBA499FBA58EFF15B1F25(tmp, il2cpp_codegen_string_new_wrapper("\x4D\x6F\x6E\x6F\x2E\x53\x65\x63\x75\x72\x69\x74\x79\x2E\x64\x6C\x6C"), NULL); } { AssemblyCopyrightAttribute_tA6A09319EF50B48D962810032000DEE7B12904EC * tmp = (AssemblyCopyrightAttribute_tA6A09319EF50B48D962810032000DEE7B12904EC *)cache->attributes[7]; AssemblyCopyrightAttribute__ctor_mB0B5F5C1A7A8B172289CC694E2711F07A37CE3F3(tmp, il2cpp_codegen_string_new_wrapper("\x28\x63\x29\x20\x32\x30\x30\x33\x2D\x32\x30\x30\x34\x20\x56\x61\x72\x69\x6F\x75\x73\x20\x41\x75\x74\x68\x6F\x72\x73"), NULL); } { AssemblyCompanyAttribute_t642AAB097D7DEAAB623BEBE4664327E9B01D1DE4 * tmp = (AssemblyCompanyAttribute_t642AAB097D7DEAAB623BEBE4664327E9B01D1DE4 *)cache->attributes[8]; AssemblyCompanyAttribute__ctor_m435C9FEC405646617645636E67860598A0C46FF0(tmp, il2cpp_codegen_string_new_wrapper("\x4D\x4F\x4E\x4F\x20\x64\x65\x76\x65\x6C\x6F\x70\x6D\x65\x6E\x74\x20\x74\x65\x61\x6D"), NULL); } { DebuggableAttribute_tA8054EBD0FC7511695D494B690B5771658E3191B * tmp = (DebuggableAttribute_tA8054EBD0FC7511695D494B690B5771658E3191B *)cache->attributes[9]; DebuggableAttribute__ctor_m7FF445C8435494A4847123A668D889E692E55550(tmp, 2LL, NULL); } { RuntimeCompatibilityAttribute_tFF99AB2963098F9CBCD47A20D9FD3D51C17C1C80 * tmp = (RuntimeCompatibilityAttribute_tFF99AB2963098F9CBCD47A20D9FD3D51C17C1C80 *)cache->attributes[10]; RuntimeCompatibilityAttribute__ctor_m551DDF1438CE97A984571949723F30F44CF7317C(tmp, NULL); RuntimeCompatibilityAttribute_set_WrapNonExceptionThrows_m8562196F90F3EBCEC23B5708EE0332842883C490_inline(tmp, true, NULL); } { CompilationRelaxationsAttribute_t661FDDC06629BDA607A42BD660944F039FE03AFF * tmp = (CompilationRelaxationsAttribute_t661FDDC06629BDA607A42BD660944F039FE03AFF *)cache->attributes[11]; CompilationRelaxationsAttribute__ctor_mAC3079EBC4EEAB474EED8208EF95DB39C922333B(tmp, 8LL, NULL); } { AssemblyDelaySignAttribute_tB66445498441723DC06E545FAA1CF0F128A1FE38 * tmp = (AssemblyDelaySignAttribute_tB66445498441723DC06E545FAA1CF0F128A1FE38 *)cache->attributes[12]; AssemblyDelaySignAttribute__ctor_mD4A5A4EE506801F8BFE4E8F313FD421AE3003A7A(tmp, true, NULL); } } static void ASN1_tCB86B6A02250200ED166EA857DC3D1C422BD94D8_CustomAttributesCacheGenerator(CustomAttributesCache* cache) { { DefaultMemberAttribute_t8C9B3330DEA69EE364962477FF14FD2CFE30D4B5 * tmp = (DefaultMemberAttribute_t8C9B3330DEA69EE364962477FF14FD2CFE30D4B5 *)cache->attributes[0]; DefaultMemberAttribute__ctor_mA025B6F5B3A9292696E01108027840C8DFF7F4D7(tmp, il2cpp_codegen_string_new_wrapper("\x49\x74\x65\x6D"), NULL); } } static void X509CertificateCollection_t0DAAA85510B59E75383BC1EE490665DFBFFFE007_CustomAttributesCacheGenerator(CustomAttributesCache* cache) { { DefaultMemberAttribute_t8C9B3330DEA69EE364962477FF14FD2CFE30D4B5 * tmp = (DefaultMemberAttribute_t8C9B3330DEA69EE364962477FF14FD2CFE30D4B5 *)cache->attributes[0]; DefaultMemberAttribute__ctor_mA025B6F5B3A9292696E01108027840C8DFF7F4D7(tmp, il2cpp_codegen_string_new_wrapper("\x49\x74\x65\x6D"), NULL); } } static void X509ExtensionCollection_t678BE5FA95A42FDF1EB9BB2584C2AFE79E0B3487_CustomAttributesCacheGenerator(CustomAttributesCache* cache) { { DefaultMemberAttribute_t8C9B3330DEA69EE364962477FF14FD2CFE30D4B5 * tmp = (DefaultMemberAttribute_t8C9B3330DEA69EE364962477FF14FD2CFE30D4B5 *)cache->attributes[0]; DefaultMemberAttribute__ctor_mA025B6F5B3A9292696E01108027840C8DFF7F4D7(tmp, il2cpp_codegen_string_new_wrapper("\x49\x74\x65\x6D"), NULL); } } static void ChallengeResponse_tF132839AFCA49CFD2AA4D2D183AE204829983BBC_CustomAttributesCacheGenerator(CustomAttributesCache* cache) { { ObsoleteAttribute_t14BAC1669C0409EB9F28D72D664FFA6764ACD671 * tmp = (ObsoleteAttribute_t14BAC1669C0409EB9F28D72D664FFA6764ACD671 *)cache->attributes[0]; ObsoleteAttribute__ctor_mAC32A5CCD287DA84CDA9F08282C1C8B0DB7B9868(tmp, il2cpp_codegen_string_new_wrapper("\x55\x73\x65\x20\x6F\x66\x20\x74\x68\x69\x73\x20\x41\x50\x49\x20\x69\x73\x20\x68\x69\x67\x68\x6C\x79\x20\x64\x69\x73\x63\x6F\x75\x72\x61\x67\x65\x64\x2C\x20\x69\x74\x20\x73\x65\x6C\x65\x63\x74\x73\x20\x6C\x65\x67\x61\x63\x79\x2D\x6D\x6F\x64\x65\x20\x4C\x4D\x2F\x4E\x54\x4C\x4D\x20\x61\x75\x74\x68\x65\x6E\x74\x69\x63\x61\x74\x69\x6F\x6E\x2C\x20\x77\x68\x69\x63\x68\x20\x73\x65\x6E\x64\x73\x20\x79\x6F\x75\x72\x20\x70\x61\x73\x73\x77\x6F\x72\x64\x20\x69\x6E\x20\x76\x65\x72\x79\x20\x77\x65\x61\x6B\x20\x65\x6E\x63\x72\x79\x70\x74\x69\x6F\x6E\x20\x6F\x76\x65\x72\x20\x74\x68\x65\x20\x77\x69\x72\x65\x20\x65\x76\x65\x6E\x20\x69\x66\x20\x74\x68\x65\x20\x73\x65\x72\x76\x65\x72\x20\x73\x75\x70\x70\x6F\x72\x74\x73\x20\x74\x68\x65\x20\x6D\x6F\x72\x65\x20\x73\x65\x63\x75\x72\x65\x20\x4E\x54\x4C\x4D\x76\x32\x20\x2F\x20\x4E\x54\x4C\x4D\x76\x32\x20\x53\x65\x73\x73\x69\x6F\x6E\x2E\x20\x59\x6F\x75\x20\x6E\x65\x65\x64\x20\x74\x6F\x20\x75\x73\x65\x20\x74\x68\x65\x20\x6E\x65\x77\x20\x60\x54\x79\x70\x65\x33\x4D\x65\x73\x73\x61\x67\x65\x20\x28\x54\x79\x70\x65\x32\x4D\x65\x73\x73\x61\x67\x65\x29\x27\x20\x63\x6F\x6E\x73\x74\x72\x75\x63\x74\x6F\x72\x20\x74\x6F\x20\x75\x73\x65\x20\x74\x68\x65\x20\x6D\x6F\x72\x65\x20\x73\x65\x63\x75\x72\x65\x20\x4E\x54\x4C\x4D\x76\x32\x20\x2F\x20\x4E\x54\x4C\x4D\x76\x32\x20\x53\x65\x73\x73\x69\x6F\x6E\x20\x61\x75\x74\x68\x65\x6E\x74\x69\x63\x61\x74\x69\x6F\x6E\x20\x6D\x6F\x64\x65\x73\x2E\x20\x54\x68\x65\x73\x65\x20\x72\x65\x71\x75\x69\x72\x65\x20\x74\x68\x65\x20\x54\x79\x70\x65\x20\x32\x20\x6D\x65\x73\x73\x61\x67\x65\x20\x66\x72\x6F\x6D\x20\x74\x68\x65\x20\x73\x65\x72\x76\x65\x72\x20\x74\x6F\x20\x63\x6F\x6D\x70\x75\x74\x65\x20\x74\x68\x65\x20\x72\x65\x73\x70\x6F\x6E\x73\x65\x2E"), NULL); } } static void NtlmFlags_t95CA80D279055779389B6C5031D337C9B6095C6A_CustomAttributesCacheGenerator(CustomAttributesCache* cache) { { FlagsAttribute_t511C558FACEF1CC64702A8FAB67CAF3CBA65DF36 * tmp = (FlagsAttribute_t511C558FACEF1CC64702A8FAB67CAF3CBA65DF36 *)cache->attributes[0]; FlagsAttribute__ctor_mE8DCBA1BE0E6B0424FEF5E5F249733CF6A0E1229(tmp, NULL); } } static void CipherSuiteCode_t8F2ECEDC11EF52A66EDC2F03DE1FCDDC1C067C59_CustomAttributesCacheGenerator(CustomAttributesCache* cache) { { CLSCompliantAttribute_tA28EF6D4ADBD3C5C429DE9A70DD1E927C8906249 * tmp = (CLSCompliantAttribute_tA28EF6D4ADBD3C5C429DE9A70DD1E927C8906249 *)cache->attributes[0]; CLSCompliantAttribute__ctor_m340EDA4DA5E45506AD631FE84241ADFB6B3F0270(tmp, false, NULL); } } static void MonoTlsConnectionInfo_t2DF499BABF65251A74DC091324C3F7FAE087979B_CustomAttributesCacheGenerator_U3CCipherSuiteCodeU3Ek__BackingField(CustomAttributesCache* cache) { { CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C * tmp = (CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C *)cache->attributes[0]; CompilerGeneratedAttribute__ctor_m9DC3E4E2DA76FE93948D44199213E2E924DCBE35(tmp, NULL); } } static void MonoTlsConnectionInfo_t2DF499BABF65251A74DC091324C3F7FAE087979B_CustomAttributesCacheGenerator_U3CProtocolVersionU3Ek__BackingField(CustomAttributesCache* cache) { { CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C * tmp = (CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C *)cache->attributes[0]; CompilerGeneratedAttribute__ctor_m9DC3E4E2DA76FE93948D44199213E2E924DCBE35(tmp, NULL); } } static void MonoTlsConnectionInfo_t2DF499BABF65251A74DC091324C3F7FAE087979B_CustomAttributesCacheGenerator_U3CPeerDomainNameU3Ek__BackingField(CustomAttributesCache* cache) { { CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C * tmp = (CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C *)cache->attributes[0]; CompilerGeneratedAttribute__ctor_m9DC3E4E2DA76FE93948D44199213E2E924DCBE35(tmp, NULL); } } static void MonoTlsConnectionInfo_t2DF499BABF65251A74DC091324C3F7FAE087979B_CustomAttributesCacheGenerator_MonoTlsConnectionInfo_get_CipherSuiteCode_mACB7AF8D79D12CC21D69FAAC2BD54A474E794CDD(CustomAttributesCache* cache) { { CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C * tmp = (CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C *)cache->attributes[0]; CompilerGeneratedAttribute__ctor_m9DC3E4E2DA76FE93948D44199213E2E924DCBE35(tmp, NULL); } } static void MonoTlsConnectionInfo_t2DF499BABF65251A74DC091324C3F7FAE087979B_CustomAttributesCacheGenerator_MonoTlsConnectionInfo_set_CipherSuiteCode_m253BA016164BDD9512F5B04565060EBA07556912(CustomAttributesCache* cache) { { CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C * tmp = (CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C *)cache->attributes[0]; CompilerGeneratedAttribute__ctor_m9DC3E4E2DA76FE93948D44199213E2E924DCBE35(tmp, NULL); } } static void MonoTlsConnectionInfo_t2DF499BABF65251A74DC091324C3F7FAE087979B_CustomAttributesCacheGenerator_MonoTlsConnectionInfo_get_ProtocolVersion_m5239605736E2D8CB19D90E91C5E6B300DB60DB3E(CustomAttributesCache* cache) { { CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C * tmp = (CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C *)cache->attributes[0]; CompilerGeneratedAttribute__ctor_m9DC3E4E2DA76FE93948D44199213E2E924DCBE35(tmp, NULL); } } static void MonoTlsConnectionInfo_t2DF499BABF65251A74DC091324C3F7FAE087979B_CustomAttributesCacheGenerator_MonoTlsConnectionInfo_set_ProtocolVersion_m299D388762D5115E7CE0A49EB7F0BD9DAFD36708(CustomAttributesCache* cache) { { CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C * tmp = (CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C *)cache->attributes[0]; CompilerGeneratedAttribute__ctor_m9DC3E4E2DA76FE93948D44199213E2E924DCBE35(tmp, NULL); } } static void MonoTlsConnectionInfo_t2DF499BABF65251A74DC091324C3F7FAE087979B_CustomAttributesCacheGenerator_MonoTlsConnectionInfo_set_PeerDomainName_m369B7685E07044B0BE92325A3F7A61A143A9145A(CustomAttributesCache* cache) { { CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C * tmp = (CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C *)cache->attributes[0]; CompilerGeneratedAttribute__ctor_m9DC3E4E2DA76FE93948D44199213E2E924DCBE35(tmp, NULL); } } static void MonoTlsConnectionInfo_t2DF499BABF65251A74DC091324C3F7FAE087979B_CustomAttributesCacheGenerator_MonoTlsConnectionInfo_t2DF499BABF65251A74DC091324C3F7FAE087979B____CipherSuiteCode_PropertyInfo(CustomAttributesCache* cache) { { CLSCompliantAttribute_tA28EF6D4ADBD3C5C429DE9A70DD1E927C8906249 * tmp = (CLSCompliantAttribute_tA28EF6D4ADBD3C5C429DE9A70DD1E927C8906249 *)cache->attributes[0]; CLSCompliantAttribute__ctor_m340EDA4DA5E45506AD631FE84241ADFB6B3F0270(tmp, false, NULL); } } static void MonoSslPolicyErrors_t5C2169CB6F739F3F5BDB568BAB12A7286ABC34EC_CustomAttributesCacheGenerator(CustomAttributesCache* cache) { { FlagsAttribute_t511C558FACEF1CC64702A8FAB67CAF3CBA65DF36 * tmp = (FlagsAttribute_t511C558FACEF1CC64702A8FAB67CAF3CBA65DF36 *)cache->attributes[0]; FlagsAttribute__ctor_mE8DCBA1BE0E6B0424FEF5E5F249733CF6A0E1229(tmp, NULL); } } static void MonoTlsSettings_tBDF72C906FE6477EFBA9493F7F5CB5ADE2C80E21_CustomAttributesCacheGenerator_U3CRemoteCertificateValidationCallbackU3Ek__BackingField(CustomAttributesCache* cache) { { CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C * tmp = (CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C *)cache->attributes[0]; CompilerGeneratedAttribute__ctor_m9DC3E4E2DA76FE93948D44199213E2E924DCBE35(tmp, NULL); } } static void MonoTlsSettings_tBDF72C906FE6477EFBA9493F7F5CB5ADE2C80E21_CustomAttributesCacheGenerator_U3CClientCertificateSelectionCallbackU3Ek__BackingField(CustomAttributesCache* cache) { { CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C * tmp = (CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C *)cache->attributes[0]; CompilerGeneratedAttribute__ctor_m9DC3E4E2DA76FE93948D44199213E2E924DCBE35(tmp, NULL); } } static void MonoTlsSettings_tBDF72C906FE6477EFBA9493F7F5CB5ADE2C80E21_CustomAttributesCacheGenerator_U3CCertificateValidationTimeU3Ek__BackingField(CustomAttributesCache* cache) { { CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C * tmp = (CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C *)cache->attributes[0]; CompilerGeneratedAttribute__ctor_m9DC3E4E2DA76FE93948D44199213E2E924DCBE35(tmp, NULL); } } static void MonoTlsSettings_tBDF72C906FE6477EFBA9493F7F5CB5ADE2C80E21_CustomAttributesCacheGenerator_U3CTrustAnchorsU3Ek__BackingField(CustomAttributesCache* cache) { { CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C * tmp = (CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C *)cache->attributes[0]; CompilerGeneratedAttribute__ctor_m9DC3E4E2DA76FE93948D44199213E2E924DCBE35(tmp, NULL); } } static void MonoTlsSettings_tBDF72C906FE6477EFBA9493F7F5CB5ADE2C80E21_CustomAttributesCacheGenerator_U3CUserSettingsU3Ek__BackingField(CustomAttributesCache* cache) { { CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C * tmp = (CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C *)cache->attributes[0]; CompilerGeneratedAttribute__ctor_m9DC3E4E2DA76FE93948D44199213E2E924DCBE35(tmp, NULL); } } static void MonoTlsSettings_tBDF72C906FE6477EFBA9493F7F5CB5ADE2C80E21_CustomAttributesCacheGenerator_U3CCertificateSearchPathsU3Ek__BackingField(CustomAttributesCache* cache) { { CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C * tmp = (CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C *)cache->attributes[0]; CompilerGeneratedAttribute__ctor_m9DC3E4E2DA76FE93948D44199213E2E924DCBE35(tmp, NULL); } } static void MonoTlsSettings_tBDF72C906FE6477EFBA9493F7F5CB5ADE2C80E21_CustomAttributesCacheGenerator_U3CSendCloseNotifyU3Ek__BackingField(CustomAttributesCache* cache) { { CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C * tmp = (CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C *)cache->attributes[0]; CompilerGeneratedAttribute__ctor_m9DC3E4E2DA76FE93948D44199213E2E924DCBE35(tmp, NULL); } } static void MonoTlsSettings_tBDF72C906FE6477EFBA9493F7F5CB5ADE2C80E21_CustomAttributesCacheGenerator_U3CEnabledProtocolsU3Ek__BackingField(CustomAttributesCache* cache) { { CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C * tmp = (CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C *)cache->attributes[0]; CompilerGeneratedAttribute__ctor_m9DC3E4E2DA76FE93948D44199213E2E924DCBE35(tmp, NULL); } } static void MonoTlsSettings_tBDF72C906FE6477EFBA9493F7F5CB5ADE2C80E21_CustomAttributesCacheGenerator_U3CEnabledCiphersU3Ek__BackingField(CustomAttributesCache* cache) { { CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C * tmp = (CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C *)cache->attributes[0]; CompilerGeneratedAttribute__ctor_m9DC3E4E2DA76FE93948D44199213E2E924DCBE35(tmp, NULL); } } static void MonoTlsSettings_tBDF72C906FE6477EFBA9493F7F5CB5ADE2C80E21_CustomAttributesCacheGenerator_MonoTlsSettings_get_RemoteCertificateValidationCallback_m75D6DE3A10E67B8E5BF73AEDA2CB4EA3647254B5(CustomAttributesCache* cache) { { CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C * tmp = (CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C *)cache->attributes[0]; CompilerGeneratedAttribute__ctor_m9DC3E4E2DA76FE93948D44199213E2E924DCBE35(tmp, NULL); } } static void MonoTlsSettings_tBDF72C906FE6477EFBA9493F7F5CB5ADE2C80E21_CustomAttributesCacheGenerator_MonoTlsSettings_set_RemoteCertificateValidationCallback_m4727CA0470D108748A8D73E255621E3910747200(CustomAttributesCache* cache) { { CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C * tmp = (CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C *)cache->attributes[0]; CompilerGeneratedAttribute__ctor_m9DC3E4E2DA76FE93948D44199213E2E924DCBE35(tmp, NULL); } } static void MonoTlsSettings_tBDF72C906FE6477EFBA9493F7F5CB5ADE2C80E21_CustomAttributesCacheGenerator_MonoTlsSettings_get_ClientCertificateSelectionCallback_mFE8E90C0D3E5200210CC9CB235DE5E5533A82017(CustomAttributesCache* cache) { { CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C * tmp = (CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C *)cache->attributes[0]; CompilerGeneratedAttribute__ctor_m9DC3E4E2DA76FE93948D44199213E2E924DCBE35(tmp, NULL); } } static void MonoTlsSettings_tBDF72C906FE6477EFBA9493F7F5CB5ADE2C80E21_CustomAttributesCacheGenerator_MonoTlsSettings_set_ClientCertificateSelectionCallback_m59891142180E21ADE370A36C12A8D4CF86DF285F(CustomAttributesCache* cache) { { CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C * tmp = (CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C *)cache->attributes[0]; CompilerGeneratedAttribute__ctor_m9DC3E4E2DA76FE93948D44199213E2E924DCBE35(tmp, NULL); } } static void MonoTlsSettings_tBDF72C906FE6477EFBA9493F7F5CB5ADE2C80E21_CustomAttributesCacheGenerator_MonoTlsSettings_get_CertificateValidationTime_m22AC20BD497D64BFFBD56649A26488CC7A88A1E6(CustomAttributesCache* cache) { { CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C * tmp = (CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C *)cache->attributes[0]; CompilerGeneratedAttribute__ctor_m9DC3E4E2DA76FE93948D44199213E2E924DCBE35(tmp, NULL); } } static void MonoTlsSettings_tBDF72C906FE6477EFBA9493F7F5CB5ADE2C80E21_CustomAttributesCacheGenerator_MonoTlsSettings_set_CertificateValidationTime_m70332A4AC8116E874D86BE8FBF8C973A28444CA4(CustomAttributesCache* cache) { { CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C * tmp = (CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C *)cache->attributes[0]; CompilerGeneratedAttribute__ctor_m9DC3E4E2DA76FE93948D44199213E2E924DCBE35(tmp, NULL); } } static void MonoTlsSettings_tBDF72C906FE6477EFBA9493F7F5CB5ADE2C80E21_CustomAttributesCacheGenerator_MonoTlsSettings_get_TrustAnchors_mEBC0221CE33DCA689174469D4869AB0A88D533F7(CustomAttributesCache* cache) { { CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C * tmp = (CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C *)cache->attributes[0]; CompilerGeneratedAttribute__ctor_m9DC3E4E2DA76FE93948D44199213E2E924DCBE35(tmp, NULL); } } static void MonoTlsSettings_tBDF72C906FE6477EFBA9493F7F5CB5ADE2C80E21_CustomAttributesCacheGenerator_MonoTlsSettings_set_TrustAnchors_m9EFA88A3222857B12554E29FF4BD5FDC865D2F4F(CustomAttributesCache* cache) { { CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C * tmp = (CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C *)cache->attributes[0]; CompilerGeneratedAttribute__ctor_m9DC3E4E2DA76FE93948D44199213E2E924DCBE35(tmp, NULL); } } static void MonoTlsSettings_tBDF72C906FE6477EFBA9493F7F5CB5ADE2C80E21_CustomAttributesCacheGenerator_MonoTlsSettings_get_UserSettings_m88C0F390E712A6AFB04BAC5C6B81AC5E3F0AE6CA(CustomAttributesCache* cache) { { CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C * tmp = (CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C *)cache->attributes[0]; CompilerGeneratedAttribute__ctor_m9DC3E4E2DA76FE93948D44199213E2E924DCBE35(tmp, NULL); } } static void MonoTlsSettings_tBDF72C906FE6477EFBA9493F7F5CB5ADE2C80E21_CustomAttributesCacheGenerator_MonoTlsSettings_set_UserSettings_mCC8557F5796FD20CFA47B1ADF1D8B1B6CF3ED94C(CustomAttributesCache* cache) { { CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C * tmp = (CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C *)cache->attributes[0]; CompilerGeneratedAttribute__ctor_m9DC3E4E2DA76FE93948D44199213E2E924DCBE35(tmp, NULL); } } static void MonoTlsSettings_tBDF72C906FE6477EFBA9493F7F5CB5ADE2C80E21_CustomAttributesCacheGenerator_MonoTlsSettings_get_CertificateSearchPaths_mD08803556DCF8EC5220A2DA5E50D3A43310DB2E1(CustomAttributesCache* cache) { { CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C * tmp = (CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C *)cache->attributes[0]; CompilerGeneratedAttribute__ctor_m9DC3E4E2DA76FE93948D44199213E2E924DCBE35(tmp, NULL); } } static void MonoTlsSettings_tBDF72C906FE6477EFBA9493F7F5CB5ADE2C80E21_CustomAttributesCacheGenerator_MonoTlsSettings_set_CertificateSearchPaths_m194ED111193D17E9A5FB4CBD0A977CB4DEB1BCFB(CustomAttributesCache* cache) { { CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C * tmp = (CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C *)cache->attributes[0]; CompilerGeneratedAttribute__ctor_m9DC3E4E2DA76FE93948D44199213E2E924DCBE35(tmp, NULL); } } static void MonoTlsSettings_tBDF72C906FE6477EFBA9493F7F5CB5ADE2C80E21_CustomAttributesCacheGenerator_MonoTlsSettings_get_SendCloseNotify_m18E22AF7BB290C1C1B88EC0B25A087E27A8ACBAE(CustomAttributesCache* cache) { { CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C * tmp = (CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C *)cache->attributes[0]; CompilerGeneratedAttribute__ctor_m9DC3E4E2DA76FE93948D44199213E2E924DCBE35(tmp, NULL); } } static void MonoTlsSettings_tBDF72C906FE6477EFBA9493F7F5CB5ADE2C80E21_CustomAttributesCacheGenerator_MonoTlsSettings_set_SendCloseNotify_mB5E4FD7408ECEA4FB6CA4F266CAD1657922A3C59(CustomAttributesCache* cache) { { CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C * tmp = (CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C *)cache->attributes[0]; CompilerGeneratedAttribute__ctor_m9DC3E4E2DA76FE93948D44199213E2E924DCBE35(tmp, NULL); } } static void MonoTlsSettings_tBDF72C906FE6477EFBA9493F7F5CB5ADE2C80E21_CustomAttributesCacheGenerator_MonoTlsSettings_get_EnabledProtocols_m01021B4494DA5DE509BB0B40DECCDA9BCDC979BB(CustomAttributesCache* cache) { { CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C * tmp = (CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C *)cache->attributes[0]; CompilerGeneratedAttribute__ctor_m9DC3E4E2DA76FE93948D44199213E2E924DCBE35(tmp, NULL); } } static void MonoTlsSettings_tBDF72C906FE6477EFBA9493F7F5CB5ADE2C80E21_CustomAttributesCacheGenerator_MonoTlsSettings_set_EnabledProtocols_mAD0AB5F09295401C49796C95E3A617916F245A13(CustomAttributesCache* cache) { { CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C * tmp = (CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C *)cache->attributes[0]; CompilerGeneratedAttribute__ctor_m9DC3E4E2DA76FE93948D44199213E2E924DCBE35(tmp, NULL); } } static void MonoTlsSettings_tBDF72C906FE6477EFBA9493F7F5CB5ADE2C80E21_CustomAttributesCacheGenerator_MonoTlsSettings_get_EnabledCiphers_mE119485E2178A50C4AE29FDC7AD43A9530FC545B(CustomAttributesCache* cache) { { CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C * tmp = (CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C *)cache->attributes[0]; CompilerGeneratedAttribute__ctor_m9DC3E4E2DA76FE93948D44199213E2E924DCBE35(tmp, NULL); } } static void MonoTlsSettings_tBDF72C906FE6477EFBA9493F7F5CB5ADE2C80E21_CustomAttributesCacheGenerator_MonoTlsSettings_set_EnabledCiphers_mFF3FD677F2163E0A841C948DFF8619CEAF6F0FED(CustomAttributesCache* cache) { { CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C * tmp = (CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C *)cache->attributes[0]; CompilerGeneratedAttribute__ctor_m9DC3E4E2DA76FE93948D44199213E2E924DCBE35(tmp, NULL); } } static void MonoTlsSettings_tBDF72C906FE6477EFBA9493F7F5CB5ADE2C80E21_CustomAttributesCacheGenerator_MonoTlsSettings_CloneWithValidator_m2FF8E65806B460D8D1026F35F1FE122CC3BFD8F5(CustomAttributesCache* cache) { { ObsoleteAttribute_t14BAC1669C0409EB9F28D72D664FFA6764ACD671 * tmp = (ObsoleteAttribute_t14BAC1669C0409EB9F28D72D664FFA6764ACD671 *)cache->attributes[0]; ObsoleteAttribute__ctor_mAC32A5CCD287DA84CDA9F08282C1C8B0DB7B9868(tmp, il2cpp_codegen_string_new_wrapper("\x44\x6F\x20\x6E\x6F\x74\x20\x75\x73\x65\x20\x6F\x75\x74\x73\x69\x64\x65\x20\x53\x79\x73\x74\x65\x6D\x2E\x64\x6C\x6C\x21"), NULL); } } static void MonoTlsSettings_tBDF72C906FE6477EFBA9493F7F5CB5ADE2C80E21_CustomAttributesCacheGenerator_MonoTlsSettings_tBDF72C906FE6477EFBA9493F7F5CB5ADE2C80E21____EnabledCiphers_PropertyInfo(CustomAttributesCache* cache) { { CLSCompliantAttribute_tA28EF6D4ADBD3C5C429DE9A70DD1E927C8906249 * tmp = (CLSCompliantAttribute_tA28EF6D4ADBD3C5C429DE9A70DD1E927C8906249 *)cache->attributes[0]; CLSCompliantAttribute__ctor_m340EDA4DA5E45506AD631FE84241ADFB6B3F0270(tmp, false, NULL); } } static void MonoTlsSettings_tBDF72C906FE6477EFBA9493F7F5CB5ADE2C80E21_CustomAttributesCacheGenerator_MonoTlsSettings_tBDF72C906FE6477EFBA9493F7F5CB5ADE2C80E21____CertificateValidator_PropertyInfo(CustomAttributesCache* cache) { { ObsoleteAttribute_t14BAC1669C0409EB9F28D72D664FFA6764ACD671 * tmp = (ObsoleteAttribute_t14BAC1669C0409EB9F28D72D664FFA6764ACD671 *)cache->attributes[0]; ObsoleteAttribute__ctor_mAC32A5CCD287DA84CDA9F08282C1C8B0DB7B9868(tmp, il2cpp_codegen_string_new_wrapper("\x44\x6F\x20\x6E\x6F\x74\x20\x75\x73\x65\x20\x6F\x75\x74\x73\x69\x64\x65\x20\x53\x79\x73\x74\x65\x6D\x2E\x64\x6C\x6C\x21"), NULL); } } static void TlsProtocols_t14C13F73C25A0E4CF94E13D5B44228F810D32183_CustomAttributesCacheGenerator(CustomAttributesCache* cache) { { FlagsAttribute_t511C558FACEF1CC64702A8FAB67CAF3CBA65DF36 * tmp = (FlagsAttribute_t511C558FACEF1CC64702A8FAB67CAF3CBA65DF36 *)cache->attributes[0]; FlagsAttribute__ctor_mE8DCBA1BE0E6B0424FEF5E5F249733CF6A0E1229(tmp, NULL); } } static void RSAManaged_tDA89FB107A6761632BB6515AE346594B0A932741_CustomAttributesCacheGenerator_KeyGenerated(CustomAttributesCache* cache) { { CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C * tmp = (CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C *)cache->attributes[0]; CompilerGeneratedAttribute__ctor_m9DC3E4E2DA76FE93948D44199213E2E924DCBE35(tmp, NULL); } } static void BigInteger_t3E22C5D54A28436FF4292EC337AF146B2F38379D_CustomAttributesCacheGenerator_BigInteger__ctor_mCC2E747B046C8ED9773CCACA21F56F90A2CD4D42(CustomAttributesCache* cache) { { CLSCompliantAttribute_tA28EF6D4ADBD3C5C429DE9A70DD1E927C8906249 * tmp = (CLSCompliantAttribute_tA28EF6D4ADBD3C5C429DE9A70DD1E927C8906249 *)cache->attributes[0]; CLSCompliantAttribute__ctor_m340EDA4DA5E45506AD631FE84241ADFB6B3F0270(tmp, false, NULL); } } static void BigInteger_t3E22C5D54A28436FF4292EC337AF146B2F38379D_CustomAttributesCacheGenerator_BigInteger__ctor_m32F3FC1BBD22BBD41BEF443E9D510555DDD336C1(CustomAttributesCache* cache) { { CLSCompliantAttribute_tA28EF6D4ADBD3C5C429DE9A70DD1E927C8906249 * tmp = (CLSCompliantAttribute_tA28EF6D4ADBD3C5C429DE9A70DD1E927C8906249 *)cache->attributes[0]; CLSCompliantAttribute__ctor_m340EDA4DA5E45506AD631FE84241ADFB6B3F0270(tmp, false, NULL); } } static void BigInteger_t3E22C5D54A28436FF4292EC337AF146B2F38379D_CustomAttributesCacheGenerator_BigInteger__ctor_m2D9EC292E7198117AACAD6C1306C971BC74B5E83(CustomAttributesCache* cache) { { CLSCompliantAttribute_tA28EF6D4ADBD3C5C429DE9A70DD1E927C8906249 * tmp = (CLSCompliantAttribute_tA28EF6D4ADBD3C5C429DE9A70DD1E927C8906249 *)cache->attributes[0]; CLSCompliantAttribute__ctor_m340EDA4DA5E45506AD631FE84241ADFB6B3F0270(tmp, false, NULL); } } static void BigInteger_t3E22C5D54A28436FF4292EC337AF146B2F38379D_CustomAttributesCacheGenerator_BigInteger_op_Implicit_m1FC11FDE7ECF4D251F510EF8EB9DC9B5357D742F(CustomAttributesCache* cache) { { CLSCompliantAttribute_tA28EF6D4ADBD3C5C429DE9A70DD1E927C8906249 * tmp = (CLSCompliantAttribute_tA28EF6D4ADBD3C5C429DE9A70DD1E927C8906249 *)cache->attributes[0]; CLSCompliantAttribute__ctor_m340EDA4DA5E45506AD631FE84241ADFB6B3F0270(tmp, false, NULL); } } static void BigInteger_t3E22C5D54A28436FF4292EC337AF146B2F38379D_CustomAttributesCacheGenerator_BigInteger_op_Modulus_m09E68D30D670ED308F34F02EBC047FD60B91D78F(CustomAttributesCache* cache) { { CLSCompliantAttribute_tA28EF6D4ADBD3C5C429DE9A70DD1E927C8906249 * tmp = (CLSCompliantAttribute_tA28EF6D4ADBD3C5C429DE9A70DD1E927C8906249 *)cache->attributes[0]; CLSCompliantAttribute__ctor_m340EDA4DA5E45506AD631FE84241ADFB6B3F0270(tmp, false, NULL); } } static void BigInteger_t3E22C5D54A28436FF4292EC337AF146B2F38379D_CustomAttributesCacheGenerator_BigInteger_SetBit_m63E76C0C3E8DEFA49448853F788157B726A54074(CustomAttributesCache* cache) { { CLSCompliantAttribute_tA28EF6D4ADBD3C5C429DE9A70DD1E927C8906249 * tmp = (CLSCompliantAttribute_tA28EF6D4ADBD3C5C429DE9A70DD1E927C8906249 *)cache->attributes[0]; CLSCompliantAttribute__ctor_m340EDA4DA5E45506AD631FE84241ADFB6B3F0270(tmp, false, NULL); } } static void BigInteger_t3E22C5D54A28436FF4292EC337AF146B2F38379D_CustomAttributesCacheGenerator_BigInteger_SetBit_mCB21AD7EF7A2D5447F20AB222F1D5F6A5ADB82FE(CustomAttributesCache* cache) { { CLSCompliantAttribute_tA28EF6D4ADBD3C5C429DE9A70DD1E927C8906249 * tmp = (CLSCompliantAttribute_tA28EF6D4ADBD3C5C429DE9A70DD1E927C8906249 *)cache->attributes[0]; CLSCompliantAttribute__ctor_m340EDA4DA5E45506AD631FE84241ADFB6B3F0270(tmp, false, NULL); } } static void BigInteger_t3E22C5D54A28436FF4292EC337AF146B2F38379D_CustomAttributesCacheGenerator_BigInteger_op_Equality_m8C3BE7CDEE443C682DB5E7DDCDF69293D773D663(CustomAttributesCache* cache) { { CLSCompliantAttribute_tA28EF6D4ADBD3C5C429DE9A70DD1E927C8906249 * tmp = (CLSCompliantAttribute_tA28EF6D4ADBD3C5C429DE9A70DD1E927C8906249 *)cache->attributes[0]; CLSCompliantAttribute__ctor_m340EDA4DA5E45506AD631FE84241ADFB6B3F0270(tmp, false, NULL); } } static void BigInteger_t3E22C5D54A28436FF4292EC337AF146B2F38379D_CustomAttributesCacheGenerator_BigInteger_op_Inequality_m6B8B6D52141713E7267691469F79A0990DBB5E63(CustomAttributesCache* cache) { { CLSCompliantAttribute_tA28EF6D4ADBD3C5C429DE9A70DD1E927C8906249 * tmp = (CLSCompliantAttribute_tA28EF6D4ADBD3C5C429DE9A70DD1E927C8906249 *)cache->attributes[0]; CLSCompliantAttribute__ctor_m340EDA4DA5E45506AD631FE84241ADFB6B3F0270(tmp, false, NULL); } } static void BigInteger_t3E22C5D54A28436FF4292EC337AF146B2F38379D_CustomAttributesCacheGenerator_BigInteger_ToString_m285B9E673586DFF6DBB4EC46B3CB5667725A2A0A(CustomAttributesCache* cache) { { CLSCompliantAttribute_tA28EF6D4ADBD3C5C429DE9A70DD1E927C8906249 * tmp = (CLSCompliantAttribute_tA28EF6D4ADBD3C5C429DE9A70DD1E927C8906249 *)cache->attributes[0]; CLSCompliantAttribute__ctor_m340EDA4DA5E45506AD631FE84241ADFB6B3F0270(tmp, false, NULL); } } static void BigInteger_t3E22C5D54A28436FF4292EC337AF146B2F38379D_CustomAttributesCacheGenerator_BigInteger_ToString_mCC667096E01C81AE62D042E465FA2612B47B8B98(CustomAttributesCache* cache) { { CLSCompliantAttribute_tA28EF6D4ADBD3C5C429DE9A70DD1E927C8906249 * tmp = (CLSCompliantAttribute_tA28EF6D4ADBD3C5C429DE9A70DD1E927C8906249 *)cache->attributes[0]; CLSCompliantAttribute__ctor_m340EDA4DA5E45506AD631FE84241ADFB6B3F0270(tmp, false, NULL); } } static void ModulusRing_t98A7A0A45A2FC1BBD366206F688945B6022FF9CA_CustomAttributesCacheGenerator_ModulusRing_Pow_m66800E0D88B48BEBF441FBE4B509555E03FC1382(CustomAttributesCache* cache) { { CLSCompliantAttribute_tA28EF6D4ADBD3C5C429DE9A70DD1E927C8906249 * tmp = (CLSCompliantAttribute_tA28EF6D4ADBD3C5C429DE9A70DD1E927C8906249 *)cache->attributes[0]; CLSCompliantAttribute__ctor_m340EDA4DA5E45506AD631FE84241ADFB6B3F0270(tmp, false, NULL); } } static void U3CPrivateImplementationDetailsU3E_t471D5B1E6629296794B5241AF6C06CA1C68FD298_CustomAttributesCacheGenerator(CustomAttributesCache* cache) { { CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C * tmp = (CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C *)cache->attributes[0]; CompilerGeneratedAttribute__ctor_m9DC3E4E2DA76FE93948D44199213E2E924DCBE35(tmp, NULL); } } IL2CPP_EXTERN_C const CustomAttributesCacheGenerator g_Mono_Security_AttributeGenerators[]; const CustomAttributesCacheGenerator g_Mono_Security_AttributeGenerators[62] = { ASN1_tCB86B6A02250200ED166EA857DC3D1C422BD94D8_CustomAttributesCacheGenerator, X509CertificateCollection_t0DAAA85510B59E75383BC1EE490665DFBFFFE007_CustomAttributesCacheGenerator, X509ExtensionCollection_t678BE5FA95A42FDF1EB9BB2584C2AFE79E0B3487_CustomAttributesCacheGenerator, ChallengeResponse_tF132839AFCA49CFD2AA4D2D183AE204829983BBC_CustomAttributesCacheGenerator, NtlmFlags_t95CA80D279055779389B6C5031D337C9B6095C6A_CustomAttributesCacheGenerator, CipherSuiteCode_t8F2ECEDC11EF52A66EDC2F03DE1FCDDC1C067C59_CustomAttributesCacheGenerator, MonoSslPolicyErrors_t5C2169CB6F739F3F5BDB568BAB12A7286ABC34EC_CustomAttributesCacheGenerator, TlsProtocols_t14C13F73C25A0E4CF94E13D5B44228F810D32183_CustomAttributesCacheGenerator, U3CPrivateImplementationDetailsU3E_t471D5B1E6629296794B5241AF6C06CA1C68FD298_CustomAttributesCacheGenerator, MonoTlsConnectionInfo_t2DF499BABF65251A74DC091324C3F7FAE087979B_CustomAttributesCacheGenerator_U3CCipherSuiteCodeU3Ek__BackingField, MonoTlsConnectionInfo_t2DF499BABF65251A74DC091324C3F7FAE087979B_CustomAttributesCacheGenerator_U3CProtocolVersionU3Ek__BackingField, MonoTlsConnectionInfo_t2DF499BABF65251A74DC091324C3F7FAE087979B_CustomAttributesCacheGenerator_U3CPeerDomainNameU3Ek__BackingField, MonoTlsSettings_tBDF72C906FE6477EFBA9493F7F5CB5ADE2C80E21_CustomAttributesCacheGenerator_U3CRemoteCertificateValidationCallbackU3Ek__BackingField, MonoTlsSettings_tBDF72C906FE6477EFBA9493F7F5CB5ADE2C80E21_CustomAttributesCacheGenerator_U3CClientCertificateSelectionCallbackU3Ek__BackingField, MonoTlsSettings_tBDF72C906FE6477EFBA9493F7F5CB5ADE2C80E21_CustomAttributesCacheGenerator_U3CCertificateValidationTimeU3Ek__BackingField, MonoTlsSettings_tBDF72C906FE6477EFBA9493F7F5CB5ADE2C80E21_CustomAttributesCacheGenerator_U3CTrustAnchorsU3Ek__BackingField, MonoTlsSettings_tBDF72C906FE6477EFBA9493F7F5CB5ADE2C80E21_CustomAttributesCacheGenerator_U3CUserSettingsU3Ek__BackingField, MonoTlsSettings_tBDF72C906FE6477EFBA9493F7F5CB5ADE2C80E21_CustomAttributesCacheGenerator_U3CCertificateSearchPathsU3Ek__BackingField, MonoTlsSettings_tBDF72C906FE6477EFBA9493F7F5CB5ADE2C80E21_CustomAttributesCacheGenerator_U3CSendCloseNotifyU3Ek__BackingField, MonoTlsSettings_tBDF72C906FE6477EFBA9493F7F5CB5ADE2C80E21_CustomAttributesCacheGenerator_U3CEnabledProtocolsU3Ek__BackingField, MonoTlsSettings_tBDF72C906FE6477EFBA9493F7F5CB5ADE2C80E21_CustomAttributesCacheGenerator_U3CEnabledCiphersU3Ek__BackingField, RSAManaged_tDA89FB107A6761632BB6515AE346594B0A932741_CustomAttributesCacheGenerator_KeyGenerated, MonoTlsConnectionInfo_t2DF499BABF65251A74DC091324C3F7FAE087979B_CustomAttributesCacheGenerator_MonoTlsConnectionInfo_get_CipherSuiteCode_mACB7AF8D79D12CC21D69FAAC2BD54A474E794CDD, MonoTlsConnectionInfo_t2DF499BABF65251A74DC091324C3F7FAE087979B_CustomAttributesCacheGenerator_MonoTlsConnectionInfo_set_CipherSuiteCode_m253BA016164BDD9512F5B04565060EBA07556912, MonoTlsConnectionInfo_t2DF499BABF65251A74DC091324C3F7FAE087979B_CustomAttributesCacheGenerator_MonoTlsConnectionInfo_get_ProtocolVersion_m5239605736E2D8CB19D90E91C5E6B300DB60DB3E, MonoTlsConnectionInfo_t2DF499BABF65251A74DC091324C3F7FAE087979B_CustomAttributesCacheGenerator_MonoTlsConnectionInfo_set_ProtocolVersion_m299D388762D5115E7CE0A49EB7F0BD9DAFD36708, MonoTlsConnectionInfo_t2DF499BABF65251A74DC091324C3F7FAE087979B_CustomAttributesCacheGenerator_MonoTlsConnectionInfo_set_PeerDomainName_m369B7685E07044B0BE92325A3F7A61A143A9145A, MonoTlsSettings_tBDF72C906FE6477EFBA9493F7F5CB5ADE2C80E21_CustomAttributesCacheGenerator_MonoTlsSettings_get_RemoteCertificateValidationCallback_m75D6DE3A10E67B8E5BF73AEDA2CB4EA3647254B5, MonoTlsSettings_tBDF72C906FE6477EFBA9493F7F5CB5ADE2C80E21_CustomAttributesCacheGenerator_MonoTlsSettings_set_RemoteCertificateValidationCallback_m4727CA0470D108748A8D73E255621E3910747200, MonoTlsSettings_tBDF72C906FE6477EFBA9493F7F5CB5ADE2C80E21_CustomAttributesCacheGenerator_MonoTlsSettings_get_ClientCertificateSelectionCallback_mFE8E90C0D3E5200210CC9CB235DE5E5533A82017, MonoTlsSettings_tBDF72C906FE6477EFBA9493F7F5CB5ADE2C80E21_CustomAttributesCacheGenerator_MonoTlsSettings_set_ClientCertificateSelectionCallback_m59891142180E21ADE370A36C12A8D4CF86DF285F, MonoTlsSettings_tBDF72C906FE6477EFBA9493F7F5CB5ADE2C80E21_CustomAttributesCacheGenerator_MonoTlsSettings_get_CertificateValidationTime_m22AC20BD497D64BFFBD56649A26488CC7A88A1E6, MonoTlsSettings_tBDF72C906FE6477EFBA9493F7F5CB5ADE2C80E21_CustomAttributesCacheGenerator_MonoTlsSettings_set_CertificateValidationTime_m70332A4AC8116E874D86BE8FBF8C973A28444CA4, MonoTlsSettings_tBDF72C906FE6477EFBA9493F7F5CB5ADE2C80E21_CustomAttributesCacheGenerator_MonoTlsSettings_get_TrustAnchors_mEBC0221CE33DCA689174469D4869AB0A88D533F7, MonoTlsSettings_tBDF72C906FE6477EFBA9493F7F5CB5ADE2C80E21_CustomAttributesCacheGenerator_MonoTlsSettings_set_TrustAnchors_m9EFA88A3222857B12554E29FF4BD5FDC865D2F4F, MonoTlsSettings_tBDF72C906FE6477EFBA9493F7F5CB5ADE2C80E21_CustomAttributesCacheGenerator_MonoTlsSettings_get_UserSettings_m88C0F390E712A6AFB04BAC5C6B81AC5E3F0AE6CA, MonoTlsSettings_tBDF72C906FE6477EFBA9493F7F5CB5ADE2C80E21_CustomAttributesCacheGenerator_MonoTlsSettings_set_UserSettings_mCC8557F5796FD20CFA47B1ADF1D8B1B6CF3ED94C, MonoTlsSettings_tBDF72C906FE6477EFBA9493F7F5CB5ADE2C80E21_CustomAttributesCacheGenerator_MonoTlsSettings_get_CertificateSearchPaths_mD08803556DCF8EC5220A2DA5E50D3A43310DB2E1, MonoTlsSettings_tBDF72C906FE6477EFBA9493F7F5CB5ADE2C80E21_CustomAttributesCacheGenerator_MonoTlsSettings_set_CertificateSearchPaths_m194ED111193D17E9A5FB4CBD0A977CB4DEB1BCFB, MonoTlsSettings_tBDF72C906FE6477EFBA9493F7F5CB5ADE2C80E21_CustomAttributesCacheGenerator_MonoTlsSettings_get_SendCloseNotify_m18E22AF7BB290C1C1B88EC0B25A087E27A8ACBAE, MonoTlsSettings_tBDF72C906FE6477EFBA9493F7F5CB5ADE2C80E21_CustomAttributesCacheGenerator_MonoTlsSettings_set_SendCloseNotify_mB5E4FD7408ECEA4FB6CA4F266CAD1657922A3C59, MonoTlsSettings_tBDF72C906FE6477EFBA9493F7F5CB5ADE2C80E21_CustomAttributesCacheGenerator_MonoTlsSettings_get_EnabledProtocols_m01021B4494DA5DE509BB0B40DECCDA9BCDC979BB, MonoTlsSettings_tBDF72C906FE6477EFBA9493F7F5CB5ADE2C80E21_CustomAttributesCacheGenerator_MonoTlsSettings_set_EnabledProtocols_mAD0AB5F09295401C49796C95E3A617916F245A13, MonoTlsSettings_tBDF72C906FE6477EFBA9493F7F5CB5ADE2C80E21_CustomAttributesCacheGenerator_MonoTlsSettings_get_EnabledCiphers_mE119485E2178A50C4AE29FDC7AD43A9530FC545B, MonoTlsSettings_tBDF72C906FE6477EFBA9493F7F5CB5ADE2C80E21_CustomAttributesCacheGenerator_MonoTlsSettings_set_EnabledCiphers_mFF3FD677F2163E0A841C948DFF8619CEAF6F0FED, MonoTlsSettings_tBDF72C906FE6477EFBA9493F7F5CB5ADE2C80E21_CustomAttributesCacheGenerator_MonoTlsSettings_CloneWithValidator_m2FF8E65806B460D8D1026F35F1FE122CC3BFD8F5, BigInteger_t3E22C5D54A28436FF4292EC337AF146B2F38379D_CustomAttributesCacheGenerator_BigInteger__ctor_mCC2E747B046C8ED9773CCACA21F56F90A2CD4D42, BigInteger_t3E22C5D54A28436FF4292EC337AF146B2F38379D_CustomAttributesCacheGenerator_BigInteger__ctor_m32F3FC1BBD22BBD41BEF443E9D510555DDD336C1, BigInteger_t3E22C5D54A28436FF4292EC337AF146B2F38379D_CustomAttributesCacheGenerator_BigInteger__ctor_m2D9EC292E7198117AACAD6C1306C971BC74B5E83, BigInteger_t3E22C5D54A28436FF4292EC337AF146B2F38379D_CustomAttributesCacheGenerator_BigInteger_op_Implicit_m1FC11FDE7ECF4D251F510EF8EB9DC9B5357D742F, BigInteger_t3E22C5D54A28436FF4292EC337AF146B2F38379D_CustomAttributesCacheGenerator_BigInteger_op_Modulus_m09E68D30D670ED308F34F02EBC047FD60B91D78F, BigInteger_t3E22C5D54A28436FF4292EC337AF146B2F38379D_CustomAttributesCacheGenerator_BigInteger_SetBit_m63E76C0C3E8DEFA49448853F788157B726A54074, BigInteger_t3E22C5D54A28436FF4292EC337AF146B2F38379D_CustomAttributesCacheGenerator_BigInteger_SetBit_mCB21AD7EF7A2D5447F20AB222F1D5F6A5ADB82FE, BigInteger_t3E22C5D54A28436FF4292EC337AF146B2F38379D_CustomAttributesCacheGenerator_BigInteger_op_Equality_m8C3BE7CDEE443C682DB5E7DDCDF69293D773D663, BigInteger_t3E22C5D54A28436FF4292EC337AF146B2F38379D_CustomAttributesCacheGenerator_BigInteger_op_Inequality_m6B8B6D52141713E7267691469F79A0990DBB5E63, BigInteger_t3E22C5D54A28436FF4292EC337AF146B2F38379D_CustomAttributesCacheGenerator_BigInteger_ToString_m285B9E673586DFF6DBB4EC46B3CB5667725A2A0A, BigInteger_t3E22C5D54A28436FF4292EC337AF146B2F38379D_CustomAttributesCacheGenerator_BigInteger_ToString_mCC667096E01C81AE62D042E465FA2612B47B8B98, ModulusRing_t98A7A0A45A2FC1BBD366206F688945B6022FF9CA_CustomAttributesCacheGenerator_ModulusRing_Pow_m66800E0D88B48BEBF441FBE4B509555E03FC1382, MonoTlsConnectionInfo_t2DF499BABF65251A74DC091324C3F7FAE087979B_CustomAttributesCacheGenerator_MonoTlsConnectionInfo_t2DF499BABF65251A74DC091324C3F7FAE087979B____CipherSuiteCode_PropertyInfo, MonoTlsSettings_tBDF72C906FE6477EFBA9493F7F5CB5ADE2C80E21_CustomAttributesCacheGenerator_MonoTlsSettings_tBDF72C906FE6477EFBA9493F7F5CB5ADE2C80E21____EnabledCiphers_PropertyInfo, MonoTlsSettings_tBDF72C906FE6477EFBA9493F7F5CB5ADE2C80E21_CustomAttributesCacheGenerator_MonoTlsSettings_tBDF72C906FE6477EFBA9493F7F5CB5ADE2C80E21____CertificateValidator_PropertyInfo, Mono_Security_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; } }