#include "pch-cpp.hpp" #ifndef _MSC_VER # include #else # include #endif #include #include // System.Char[] struct CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34; // System.Runtime.CompilerServices.CompilationRelaxationsAttribute struct CompilationRelaxationsAttribute_t661FDDC06629BDA607A42BD660944F039FE03AFF; // System.Runtime.CompilerServices.CompilerGeneratedAttribute struct CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C; // System.Diagnostics.DebuggableAttribute struct DebuggableAttribute_tA8054EBD0FC7511695D494B690B5771658E3191B; // System.Diagnostics.DebuggerBrowsableAttribute struct DebuggerBrowsableAttribute_t2FA4793AD1982F5150E07D26822ED5953CD90F53; // System.Diagnostics.DebuggerDisplayAttribute struct DebuggerDisplayAttribute_tA5070C1A6CAB579DAC66A469530D946F6F42727F; // System.Reflection.DefaultMemberAttribute struct DefaultMemberAttribute_t8C9B3330DEA69EE364962477FF14FD2CFE30D4B5; // Microsoft.CodeAnalysis.EmbeddedAttribute struct EmbeddedAttribute_t8FAE3C464790289E5FE9D307ADB8C4D78CF3F730; // System.Runtime.CompilerServices.ExtensionAttribute struct ExtensionAttribute_t917F3F92E717DC8B2D7BC03967A9790B1B8EF7CC; // System.FlagsAttribute struct FlagsAttribute_t511C558FACEF1CC64702A8FAB67CAF3CBA65DF36; // System.Runtime.CompilerServices.InternalsVisibleToAttribute struct InternalsVisibleToAttribute_t1D9772A02892BAC440952F880A43C257E6C3E68C; // System.Runtime.CompilerServices.IsReadOnlyAttribute struct IsReadOnlyAttribute_t9610E1835712EB13B89763BF77397C5A7D7809F0; // System.ObsoleteAttribute struct ObsoleteAttribute_t14BAC1669C0409EB9F28D72D664FFA6764ACD671; // System.Runtime.CompilerServices.RuntimeCompatibilityAttribute struct RuntimeCompatibilityAttribute_tFF99AB2963098F9CBCD47A20D9FD3D51C17C1C80; // UnityEngine.SerializeField struct SerializeField_t6B23EE6CC99B21C3EBD946352112832A70E67E25; // System.String struct String_t; // UnityEngine.UnityEngineModuleAssembly struct UnityEngineModuleAssembly_t33CB058FDDDC458E384578147D6027BB1EC86CFF; 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.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.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.Diagnostics.DebuggerDisplayAttribute struct DebuggerDisplayAttribute_tA5070C1A6CAB579DAC66A469530D946F6F42727F : public Attribute_t037CA9D9F3B742C063DB364D2EEBBF9FC5772C71 { public: // System.String System.Diagnostics.DebuggerDisplayAttribute::name String_t* ___name_0; // System.String System.Diagnostics.DebuggerDisplayAttribute::value String_t* ___value_1; // System.String System.Diagnostics.DebuggerDisplayAttribute::type String_t* ___type_2; public: inline static int32_t get_offset_of_name_0() { return static_cast(offsetof(DebuggerDisplayAttribute_tA5070C1A6CAB579DAC66A469530D946F6F42727F, ___name_0)); } inline String_t* get_name_0() const { return ___name_0; } inline String_t** get_address_of_name_0() { return &___name_0; } inline void set_name_0(String_t* value) { ___name_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___name_0), (void*)value); } inline static int32_t get_offset_of_value_1() { return static_cast(offsetof(DebuggerDisplayAttribute_tA5070C1A6CAB579DAC66A469530D946F6F42727F, ___value_1)); } inline String_t* get_value_1() const { return ___value_1; } inline String_t** get_address_of_value_1() { return &___value_1; } inline void set_value_1(String_t* value) { ___value_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___value_1), (void*)value); } inline static int32_t get_offset_of_type_2() { return static_cast(offsetof(DebuggerDisplayAttribute_tA5070C1A6CAB579DAC66A469530D946F6F42727F, ___type_2)); } inline String_t* get_type_2() const { return ___type_2; } inline String_t** get_address_of_type_2() { return &___type_2; } inline void set_type_2(String_t* value) { ___type_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___type_2), (void*)value); } }; // 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); } }; // Microsoft.CodeAnalysis.EmbeddedAttribute struct EmbeddedAttribute_t8FAE3C464790289E5FE9D307ADB8C4D78CF3F730 : public Attribute_t037CA9D9F3B742C063DB364D2EEBBF9FC5772C71 { public: public: }; // 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.ExtensionAttribute struct ExtensionAttribute_t917F3F92E717DC8B2D7BC03967A9790B1B8EF7CC : public Attribute_t037CA9D9F3B742C063DB364D2EEBBF9FC5772C71 { public: public: }; // 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.Runtime.CompilerServices.IsReadOnlyAttribute struct IsReadOnlyAttribute_t9610E1835712EB13B89763BF77397C5A7D7809F0 : public Attribute_t037CA9D9F3B742C063DB364D2EEBBF9FC5772C71 { public: public: }; // 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; } }; // UnityEngine.SerializeField struct SerializeField_t6B23EE6CC99B21C3EBD946352112832A70E67E25 : public Attribute_t037CA9D9F3B742C063DB364D2EEBBF9FC5772C71 { public: public: }; // UnityEngine.UnityEngineModuleAssembly struct UnityEngineModuleAssembly_t33CB058FDDDC458E384578147D6027BB1EC86CFF : public Attribute_t037CA9D9F3B742C063DB364D2EEBBF9FC5772C71 { public: public: }; // System.Void struct Void_t700C6383A2A510C2CF4DD86DABD5CA9FF70ADAC5 { public: union { struct { }; uint8_t Void_t700C6383A2A510C2CF4DD86DABD5CA9FF70ADAC5__padding[1]; }; public: }; // System.Diagnostics.DebuggerBrowsableState struct DebuggerBrowsableState_t2A824ECEB650CFABB239FD0918FCC88A09B45091 { public: // System.Int32 System.Diagnostics.DebuggerBrowsableState::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(DebuggerBrowsableState_t2A824ECEB650CFABB239FD0918FCC88A09B45091, ___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.Diagnostics.DebuggerBrowsableAttribute struct DebuggerBrowsableAttribute_t2FA4793AD1982F5150E07D26822ED5953CD90F53 : public Attribute_t037CA9D9F3B742C063DB364D2EEBBF9FC5772C71 { public: // System.Diagnostics.DebuggerBrowsableState System.Diagnostics.DebuggerBrowsableAttribute::state int32_t ___state_0; public: inline static int32_t get_offset_of_state_0() { return static_cast(offsetof(DebuggerBrowsableAttribute_t2FA4793AD1982F5150E07D26822ED5953CD90F53, ___state_0)); } inline int32_t get_state_0() const { return ___state_0; } inline int32_t* get_address_of_state_0() { return &___state_0; } inline void set_state_0(int32_t value) { ___state_0 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif // System.Void UnityEngine.UnityEngineModuleAssembly::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UnityEngineModuleAssembly__ctor_m76C129AC6AA438BE601F5279EE9EB599BEF90AF9 (UnityEngineModuleAssembly_t33CB058FDDDC458E384578147D6027BB1EC86CFF * __this, const RuntimeMethod* method); // 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.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.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.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.ExtensionAttribute::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ExtensionAttribute__ctor_mB331519C39C4210259A248A4C629DF934937C1FA (ExtensionAttribute_t917F3F92E717DC8B2D7BC03967A9790B1B8EF7CC * __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); // System.Void Microsoft.CodeAnalysis.EmbeddedAttribute::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmbeddedAttribute__ctor_m35649EE3B9671A19785552230116420086304147 (EmbeddedAttribute_t8FAE3C464790289E5FE9D307ADB8C4D78CF3F730 * __this, const RuntimeMethod* method); // System.Void System.Diagnostics.DebuggerBrowsableAttribute::.ctor(System.Diagnostics.DebuggerBrowsableState) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DebuggerBrowsableAttribute__ctor_mAA8BCC1E418754685F320B14A08AC226E76346E5 (DebuggerBrowsableAttribute_t2FA4793AD1982F5150E07D26822ED5953CD90F53 * __this, int32_t ___state0, const RuntimeMethod* method); // System.Void System.Runtime.CompilerServices.IsReadOnlyAttribute::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void IsReadOnlyAttribute__ctor_mA9A8E58FB04548467EBD2CB7907AE0B94A770E29 (IsReadOnlyAttribute_t9610E1835712EB13B89763BF77397C5A7D7809F0 * __this, 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.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 UnityEngine.SerializeField::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SerializeField__ctor_mDE6A7673BA2C1FAD03CFEC65C6D473CC37889DD3 (SerializeField_t6B23EE6CC99B21C3EBD946352112832A70E67E25 * __this, const RuntimeMethod* method); // System.Void System.Diagnostics.DebuggerDisplayAttribute::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DebuggerDisplayAttribute__ctor_m870C3A98DA4C9FA7FD4411169AF30C55A90B9988 (DebuggerDisplayAttribute_tA5070C1A6CAB579DAC66A469530D946F6F42727F * __this, String_t* ___value0, const RuntimeMethod* method); static void UnityEngine_UIElementsModule_CustomAttributesCacheGenerator(CustomAttributesCache* cache) { { UnityEngineModuleAssembly_t33CB058FDDDC458E384578147D6027BB1EC86CFF * tmp = (UnityEngineModuleAssembly_t33CB058FDDDC458E384578147D6027BB1EC86CFF *)cache->attributes[0]; UnityEngineModuleAssembly__ctor_m76C129AC6AA438BE601F5279EE9EB599BEF90AF9(tmp, NULL); } { InternalsVisibleToAttribute_t1D9772A02892BAC440952F880A43C257E6C3E68C * tmp = (InternalsVisibleToAttribute_t1D9772A02892BAC440952F880A43C257E6C3E68C *)cache->attributes[1]; InternalsVisibleToAttribute__ctor_m420071A75DCEEC72356490C64B4B0B9270DA32B9(tmp, il2cpp_codegen_string_new_wrapper("\x55\x6E\x69\x74\x79\x45\x6E\x67\x69\x6E\x65\x2E\x48\x6F\x74\x52\x65\x6C\x6F\x61\x64\x4D\x6F\x64\x75\x6C\x65"), NULL); } { InternalsVisibleToAttribute_t1D9772A02892BAC440952F880A43C257E6C3E68C * tmp = (InternalsVisibleToAttribute_t1D9772A02892BAC440952F880A43C257E6C3E68C *)cache->attributes[2]; InternalsVisibleToAttribute__ctor_m420071A75DCEEC72356490C64B4B0B9270DA32B9(tmp, il2cpp_codegen_string_new_wrapper("\x55\x6E\x69\x74\x79\x45\x6E\x67\x69\x6E\x65\x2E\x41\x49\x4D\x6F\x64\x75\x6C\x65"), NULL); } { CompilationRelaxationsAttribute_t661FDDC06629BDA607A42BD660944F039FE03AFF * tmp = (CompilationRelaxationsAttribute_t661FDDC06629BDA607A42BD660944F039FE03AFF *)cache->attributes[3]; CompilationRelaxationsAttribute__ctor_mAC3079EBC4EEAB474EED8208EF95DB39C922333B(tmp, 8LL, NULL); } { RuntimeCompatibilityAttribute_tFF99AB2963098F9CBCD47A20D9FD3D51C17C1C80 * tmp = (RuntimeCompatibilityAttribute_tFF99AB2963098F9CBCD47A20D9FD3D51C17C1C80 *)cache->attributes[4]; RuntimeCompatibilityAttribute__ctor_m551DDF1438CE97A984571949723F30F44CF7317C(tmp, NULL); RuntimeCompatibilityAttribute_set_WrapNonExceptionThrows_m8562196F90F3EBCEC23B5708EE0332842883C490_inline(tmp, true, NULL); } { DebuggableAttribute_tA8054EBD0FC7511695D494B690B5771658E3191B * tmp = (DebuggableAttribute_tA8054EBD0FC7511695D494B690B5771658E3191B *)cache->attributes[5]; DebuggableAttribute__ctor_m7FF445C8435494A4847123A668D889E692E55550(tmp, 263LL, NULL); } { InternalsVisibleToAttribute_t1D9772A02892BAC440952F880A43C257E6C3E68C * tmp = (InternalsVisibleToAttribute_t1D9772A02892BAC440952F880A43C257E6C3E68C *)cache->attributes[6]; InternalsVisibleToAttribute__ctor_m420071A75DCEEC72356490C64B4B0B9270DA32B9(tmp, il2cpp_codegen_string_new_wrapper("\x55\x6E\x69\x74\x79\x45\x6E\x67\x69\x6E\x65"), NULL); } { InternalsVisibleToAttribute_t1D9772A02892BAC440952F880A43C257E6C3E68C * tmp = (InternalsVisibleToAttribute_t1D9772A02892BAC440952F880A43C257E6C3E68C *)cache->attributes[7]; InternalsVisibleToAttribute__ctor_m420071A75DCEEC72356490C64B4B0B9270DA32B9(tmp, il2cpp_codegen_string_new_wrapper("\x55\x6E\x69\x74\x79\x45\x6E\x67\x69\x6E\x65\x2E\x49\x6D\x61\x67\x65\x43\x6F\x6E\x76\x65\x72\x73\x69\x6F\x6E\x4D\x6F\x64\x75\x6C\x65"), NULL); } { InternalsVisibleToAttribute_t1D9772A02892BAC440952F880A43C257E6C3E68C * tmp = (InternalsVisibleToAttribute_t1D9772A02892BAC440952F880A43C257E6C3E68C *)cache->attributes[8]; InternalsVisibleToAttribute__ctor_m420071A75DCEEC72356490C64B4B0B9270DA32B9(tmp, il2cpp_codegen_string_new_wrapper("\x55\x6E\x69\x74\x79\x45\x6E\x67\x69\x6E\x65\x2E\x53\x68\x61\x72\x65\x64\x49\x6E\x74\x65\x72\x6E\x61\x6C\x73\x4D\x6F\x64\x75\x6C\x65"), NULL); } { InternalsVisibleToAttribute_t1D9772A02892BAC440952F880A43C257E6C3E68C * tmp = (InternalsVisibleToAttribute_t1D9772A02892BAC440952F880A43C257E6C3E68C *)cache->attributes[9]; InternalsVisibleToAttribute__ctor_m420071A75DCEEC72356490C64B4B0B9270DA32B9(tmp, il2cpp_codegen_string_new_wrapper("\x55\x6E\x69\x74\x79\x45\x6E\x67\x69\x6E\x65\x2E\x41\x63\x63\x65\x73\x73\x69\x62\x69\x6C\x69\x74\x79\x4D\x6F\x64\x75\x6C\x65"), NULL); } { InternalsVisibleToAttribute_t1D9772A02892BAC440952F880A43C257E6C3E68C * tmp = (InternalsVisibleToAttribute_t1D9772A02892BAC440952F880A43C257E6C3E68C *)cache->attributes[10]; InternalsVisibleToAttribute__ctor_m420071A75DCEEC72356490C64B4B0B9270DA32B9(tmp, il2cpp_codegen_string_new_wrapper("\x55\x6E\x69\x74\x79\x45\x6E\x67\x69\x6E\x65\x2E\x47\x72\x69\x64\x4D\x6F\x64\x75\x6C\x65"), NULL); } { InternalsVisibleToAttribute_t1D9772A02892BAC440952F880A43C257E6C3E68C * tmp = (InternalsVisibleToAttribute_t1D9772A02892BAC440952F880A43C257E6C3E68C *)cache->attributes[11]; InternalsVisibleToAttribute__ctor_m420071A75DCEEC72356490C64B4B0B9270DA32B9(tmp, il2cpp_codegen_string_new_wrapper("\x55\x6E\x69\x74\x79\x45\x6E\x67\x69\x6E\x65\x2E\x41\x6E\x64\x72\x6F\x69\x64\x4A\x4E\x49\x4D\x6F\x64\x75\x6C\x65"), NULL); } { InternalsVisibleToAttribute_t1D9772A02892BAC440952F880A43C257E6C3E68C * tmp = (InternalsVisibleToAttribute_t1D9772A02892BAC440952F880A43C257E6C3E68C *)cache->attributes[12]; InternalsVisibleToAttribute__ctor_m420071A75DCEEC72356490C64B4B0B9270DA32B9(tmp, il2cpp_codegen_string_new_wrapper("\x55\x6E\x69\x74\x79\x45\x6E\x67\x69\x6E\x65\x2E\x41\x6E\x69\x6D\x61\x74\x69\x6F\x6E\x4D\x6F\x64\x75\x6C\x65"), NULL); } { InternalsVisibleToAttribute_t1D9772A02892BAC440952F880A43C257E6C3E68C * tmp = (InternalsVisibleToAttribute_t1D9772A02892BAC440952F880A43C257E6C3E68C *)cache->attributes[13]; InternalsVisibleToAttribute__ctor_m420071A75DCEEC72356490C64B4B0B9270DA32B9(tmp, il2cpp_codegen_string_new_wrapper("\x55\x6E\x69\x74\x79\x45\x6E\x67\x69\x6E\x65\x2E\x41\x75\x64\x69\x6F\x4D\x6F\x64\x75\x6C\x65"), NULL); } { InternalsVisibleToAttribute_t1D9772A02892BAC440952F880A43C257E6C3E68C * tmp = (InternalsVisibleToAttribute_t1D9772A02892BAC440952F880A43C257E6C3E68C *)cache->attributes[14]; InternalsVisibleToAttribute__ctor_m420071A75DCEEC72356490C64B4B0B9270DA32B9(tmp, il2cpp_codegen_string_new_wrapper("\x55\x6E\x69\x74\x79\x45\x6E\x67\x69\x6E\x65\x2E\x44\x53\x50\x47\x72\x61\x70\x68\x4D\x6F\x64\x75\x6C\x65"), NULL); } { InternalsVisibleToAttribute_t1D9772A02892BAC440952F880A43C257E6C3E68C * tmp = (InternalsVisibleToAttribute_t1D9772A02892BAC440952F880A43C257E6C3E68C *)cache->attributes[15]; InternalsVisibleToAttribute__ctor_m420071A75DCEEC72356490C64B4B0B9270DA32B9(tmp, il2cpp_codegen_string_new_wrapper("\x55\x6E\x69\x74\x79\x45\x6E\x67\x69\x6E\x65\x2E\x43\x6F\x72\x65\x4D\x6F\x64\x75\x6C\x65"), NULL); } { InternalsVisibleToAttribute_t1D9772A02892BAC440952F880A43C257E6C3E68C * tmp = (InternalsVisibleToAttribute_t1D9772A02892BAC440952F880A43C257E6C3E68C *)cache->attributes[16]; InternalsVisibleToAttribute__ctor_m420071A75DCEEC72356490C64B4B0B9270DA32B9(tmp, il2cpp_codegen_string_new_wrapper("\x55\x6E\x69\x74\x79\x45\x6E\x67\x69\x6E\x65\x2E\x44\x69\x72\x65\x63\x74\x6F\x72\x4D\x6F\x64\x75\x6C\x65"), NULL); } { InternalsVisibleToAttribute_t1D9772A02892BAC440952F880A43C257E6C3E68C * tmp = (InternalsVisibleToAttribute_t1D9772A02892BAC440952F880A43C257E6C3E68C *)cache->attributes[17]; InternalsVisibleToAttribute__ctor_m420071A75DCEEC72356490C64B4B0B9270DA32B9(tmp, il2cpp_codegen_string_new_wrapper("\x55\x6E\x69\x74\x79\x45\x6E\x67\x69\x6E\x65\x2E\x49\x6E\x70\x75\x74\x4C\x65\x67\x61\x63\x79\x4D\x6F\x64\x75\x6C\x65"), NULL); } { InternalsVisibleToAttribute_t1D9772A02892BAC440952F880A43C257E6C3E68C * tmp = (InternalsVisibleToAttribute_t1D9772A02892BAC440952F880A43C257E6C3E68C *)cache->attributes[18]; InternalsVisibleToAttribute__ctor_m420071A75DCEEC72356490C64B4B0B9270DA32B9(tmp, il2cpp_codegen_string_new_wrapper("\x55\x6E\x69\x74\x79\x45\x6E\x67\x69\x6E\x65\x2E\x54\x4C\x53\x4D\x6F\x64\x75\x6C\x65"), NULL); } { InternalsVisibleToAttribute_t1D9772A02892BAC440952F880A43C257E6C3E68C * tmp = (InternalsVisibleToAttribute_t1D9772A02892BAC440952F880A43C257E6C3E68C *)cache->attributes[19]; InternalsVisibleToAttribute__ctor_m420071A75DCEEC72356490C64B4B0B9270DA32B9(tmp, il2cpp_codegen_string_new_wrapper("\x55\x6E\x69\x74\x79\x45\x6E\x67\x69\x6E\x65\x2E\x50\x53\x35\x4D\x6F\x64\x75\x6C\x65"), NULL); } { InternalsVisibleToAttribute_t1D9772A02892BAC440952F880A43C257E6C3E68C * tmp = (InternalsVisibleToAttribute_t1D9772A02892BAC440952F880A43C257E6C3E68C *)cache->attributes[20]; InternalsVisibleToAttribute__ctor_m420071A75DCEEC72356490C64B4B0B9270DA32B9(tmp, il2cpp_codegen_string_new_wrapper("\x55\x6E\x69\x74\x79\x45\x6E\x67\x69\x6E\x65\x2E\x4A\x53\x4F\x4E\x53\x65\x72\x69\x61\x6C\x69\x7A\x65\x4D\x6F\x64\x75\x6C\x65"), NULL); } { InternalsVisibleToAttribute_t1D9772A02892BAC440952F880A43C257E6C3E68C * tmp = (InternalsVisibleToAttribute_t1D9772A02892BAC440952F880A43C257E6C3E68C *)cache->attributes[21]; InternalsVisibleToAttribute__ctor_m420071A75DCEEC72356490C64B4B0B9270DA32B9(tmp, il2cpp_codegen_string_new_wrapper("\x55\x6E\x69\x74\x79\x45\x6E\x67\x69\x6E\x65\x2E\x4C\x6F\x63\x61\x6C\x69\x7A\x61\x74\x69\x6F\x6E\x4D\x6F\x64\x75\x6C\x65"), NULL); } { InternalsVisibleToAttribute_t1D9772A02892BAC440952F880A43C257E6C3E68C * tmp = (InternalsVisibleToAttribute_t1D9772A02892BAC440952F880A43C257E6C3E68C *)cache->attributes[22]; InternalsVisibleToAttribute__ctor_m420071A75DCEEC72356490C64B4B0B9270DA32B9(tmp, il2cpp_codegen_string_new_wrapper("\x55\x6E\x69\x74\x79\x45\x6E\x67\x69\x6E\x65\x2E\x50\x61\x72\x74\x69\x63\x6C\x65\x53\x79\x73\x74\x65\x6D\x4D\x6F\x64\x75\x6C\x65"), NULL); } { InternalsVisibleToAttribute_t1D9772A02892BAC440952F880A43C257E6C3E68C * tmp = (InternalsVisibleToAttribute_t1D9772A02892BAC440952F880A43C257E6C3E68C *)cache->attributes[23]; InternalsVisibleToAttribute__ctor_m420071A75DCEEC72356490C64B4B0B9270DA32B9(tmp, il2cpp_codegen_string_new_wrapper("\x55\x6E\x69\x74\x79\x45\x6E\x67\x69\x6E\x65\x2E\x50\x68\x79\x73\x69\x63\x73\x4D\x6F\x64\x75\x6C\x65"), NULL); } { InternalsVisibleToAttribute_t1D9772A02892BAC440952F880A43C257E6C3E68C * tmp = (InternalsVisibleToAttribute_t1D9772A02892BAC440952F880A43C257E6C3E68C *)cache->attributes[24]; InternalsVisibleToAttribute__ctor_m420071A75DCEEC72356490C64B4B0B9270DA32B9(tmp, il2cpp_codegen_string_new_wrapper("\x55\x6E\x69\x74\x79\x45\x6E\x67\x69\x6E\x65\x2E\x50\x68\x79\x73\x69\x63\x73\x32\x44\x4D\x6F\x64\x75\x6C\x65"), NULL); } { InternalsVisibleToAttribute_t1D9772A02892BAC440952F880A43C257E6C3E68C * tmp = (InternalsVisibleToAttribute_t1D9772A02892BAC440952F880A43C257E6C3E68C *)cache->attributes[25]; InternalsVisibleToAttribute__ctor_m420071A75DCEEC72356490C64B4B0B9270DA32B9(tmp, il2cpp_codegen_string_new_wrapper("\x55\x6E\x69\x74\x79\x45\x6E\x67\x69\x6E\x65\x2E\x54\x65\x72\x72\x61\x69\x6E\x4D\x6F\x64\x75\x6C\x65"), NULL); } { InternalsVisibleToAttribute_t1D9772A02892BAC440952F880A43C257E6C3E68C * tmp = (InternalsVisibleToAttribute_t1D9772A02892BAC440952F880A43C257E6C3E68C *)cache->attributes[26]; InternalsVisibleToAttribute__ctor_m420071A75DCEEC72356490C64B4B0B9270DA32B9(tmp, il2cpp_codegen_string_new_wrapper("\x55\x6E\x69\x74\x79\x45\x6E\x67\x69\x6E\x65\x2E\x50\x72\x6F\x66\x69\x6C\x65\x72\x4D\x6F\x64\x75\x6C\x65"), NULL); } { InternalsVisibleToAttribute_t1D9772A02892BAC440952F880A43C257E6C3E68C * tmp = (InternalsVisibleToAttribute_t1D9772A02892BAC440952F880A43C257E6C3E68C *)cache->attributes[27]; InternalsVisibleToAttribute__ctor_m420071A75DCEEC72356490C64B4B0B9270DA32B9(tmp, il2cpp_codegen_string_new_wrapper("\x55\x6E\x69\x74\x79\x45\x6E\x67\x69\x6E\x65\x2E\x53\x63\x72\x65\x65\x6E\x43\x61\x70\x74\x75\x72\x65\x4D\x6F\x64\x75\x6C\x65"), NULL); } { InternalsVisibleToAttribute_t1D9772A02892BAC440952F880A43C257E6C3E68C * tmp = (InternalsVisibleToAttribute_t1D9772A02892BAC440952F880A43C257E6C3E68C *)cache->attributes[28]; InternalsVisibleToAttribute__ctor_m420071A75DCEEC72356490C64B4B0B9270DA32B9(tmp, il2cpp_codegen_string_new_wrapper("\x55\x6E\x69\x74\x79\x45\x6E\x67\x69\x6E\x65\x2E\x53\x70\x72\x69\x74\x65\x4D\x61\x73\x6B\x4D\x6F\x64\x75\x6C\x65"), NULL); } { InternalsVisibleToAttribute_t1D9772A02892BAC440952F880A43C257E6C3E68C * tmp = (InternalsVisibleToAttribute_t1D9772A02892BAC440952F880A43C257E6C3E68C *)cache->attributes[29]; InternalsVisibleToAttribute__ctor_m420071A75DCEEC72356490C64B4B0B9270DA32B9(tmp, il2cpp_codegen_string_new_wrapper("\x55\x6E\x69\x74\x79\x45\x6E\x67\x69\x6E\x65\x2E\x53\x70\x72\x69\x74\x65\x53\x68\x61\x70\x65\x4D\x6F\x64\x75\x6C\x65"), NULL); } { InternalsVisibleToAttribute_t1D9772A02892BAC440952F880A43C257E6C3E68C * tmp = (InternalsVisibleToAttribute_t1D9772A02892BAC440952F880A43C257E6C3E68C *)cache->attributes[30]; InternalsVisibleToAttribute__ctor_m420071A75DCEEC72356490C64B4B0B9270DA32B9(tmp, il2cpp_codegen_string_new_wrapper("\x55\x6E\x69\x74\x79\x45\x6E\x67\x69\x6E\x65\x2E\x53\x74\x72\x65\x61\x6D\x69\x6E\x67\x4D\x6F\x64\x75\x6C\x65"), NULL); } { InternalsVisibleToAttribute_t1D9772A02892BAC440952F880A43C257E6C3E68C * tmp = (InternalsVisibleToAttribute_t1D9772A02892BAC440952F880A43C257E6C3E68C *)cache->attributes[31]; InternalsVisibleToAttribute__ctor_m420071A75DCEEC72356490C64B4B0B9270DA32B9(tmp, il2cpp_codegen_string_new_wrapper("\x55\x6E\x69\x74\x79\x45\x6E\x67\x69\x6E\x65\x2E\x53\x75\x62\x73\x74\x61\x6E\x63\x65\x4D\x6F\x64\x75\x6C\x65"), NULL); } { InternalsVisibleToAttribute_t1D9772A02892BAC440952F880A43C257E6C3E68C * tmp = (InternalsVisibleToAttribute_t1D9772A02892BAC440952F880A43C257E6C3E68C *)cache->attributes[32]; InternalsVisibleToAttribute__ctor_m420071A75DCEEC72356490C64B4B0B9270DA32B9(tmp, il2cpp_codegen_string_new_wrapper("\x55\x6E\x69\x74\x79\x45\x6E\x67\x69\x6E\x65\x2E\x53\x75\x62\x73\x79\x73\x74\x65\x6D\x73\x4D\x6F\x64\x75\x6C\x65"), NULL); } { InternalsVisibleToAttribute_t1D9772A02892BAC440952F880A43C257E6C3E68C * tmp = (InternalsVisibleToAttribute_t1D9772A02892BAC440952F880A43C257E6C3E68C *)cache->attributes[33]; InternalsVisibleToAttribute__ctor_m420071A75DCEEC72356490C64B4B0B9270DA32B9(tmp, il2cpp_codegen_string_new_wrapper("\x55\x6E\x69\x74\x79\x45\x6E\x67\x69\x6E\x65\x2E\x52\x75\x6E\x74\x69\x6D\x65\x49\x6E\x69\x74\x69\x61\x6C\x69\x7A\x65\x4F\x6E\x4C\x6F\x61\x64\x4D\x61\x6E\x61\x67\x65\x72\x49\x6E\x69\x74\x69\x61\x6C\x69\x7A\x65\x72\x4D\x6F\x64\x75\x6C\x65"), NULL); } { InternalsVisibleToAttribute_t1D9772A02892BAC440952F880A43C257E6C3E68C * tmp = (InternalsVisibleToAttribute_t1D9772A02892BAC440952F880A43C257E6C3E68C *)cache->attributes[34]; InternalsVisibleToAttribute__ctor_m420071A75DCEEC72356490C64B4B0B9270DA32B9(tmp, il2cpp_codegen_string_new_wrapper("\x55\x6E\x69\x74\x79\x45\x6E\x67\x69\x6E\x65\x2E\x47\x49\x4D\x6F\x64\x75\x6C\x65"), NULL); } { InternalsVisibleToAttribute_t1D9772A02892BAC440952F880A43C257E6C3E68C * tmp = (InternalsVisibleToAttribute_t1D9772A02892BAC440952F880A43C257E6C3E68C *)cache->attributes[35]; InternalsVisibleToAttribute__ctor_m420071A75DCEEC72356490C64B4B0B9270DA32B9(tmp, il2cpp_codegen_string_new_wrapper("\x55\x6E\x69\x74\x79\x45\x6E\x67\x69\x6E\x65\x2E\x54\x65\x72\x72\x61\x69\x6E\x50\x68\x79\x73\x69\x63\x73\x4D\x6F\x64\x75\x6C\x65"), NULL); } { InternalsVisibleToAttribute_t1D9772A02892BAC440952F880A43C257E6C3E68C * tmp = (InternalsVisibleToAttribute_t1D9772A02892BAC440952F880A43C257E6C3E68C *)cache->attributes[36]; InternalsVisibleToAttribute__ctor_m420071A75DCEEC72356490C64B4B0B9270DA32B9(tmp, il2cpp_codegen_string_new_wrapper("\x55\x6E\x69\x74\x79\x45\x6E\x67\x69\x6E\x65\x2E\x54\x65\x78\x74\x52\x65\x6E\x64\x65\x72\x69\x6E\x67\x4D\x6F\x64\x75\x6C\x65"), NULL); } { InternalsVisibleToAttribute_t1D9772A02892BAC440952F880A43C257E6C3E68C * tmp = (InternalsVisibleToAttribute_t1D9772A02892BAC440952F880A43C257E6C3E68C *)cache->attributes[37]; InternalsVisibleToAttribute__ctor_m420071A75DCEEC72356490C64B4B0B9270DA32B9(tmp, il2cpp_codegen_string_new_wrapper("\x55\x6E\x69\x74\x79\x45\x6E\x67\x69\x6E\x65\x2E\x55\x6E\x69\x74\x79\x57\x65\x62\x52\x65\x71\x75\x65\x73\x74\x54\x65\x78\x74\x75\x72\x65\x4D\x6F\x64\x75\x6C\x65"), NULL); } { InternalsVisibleToAttribute_t1D9772A02892BAC440952F880A43C257E6C3E68C * tmp = (InternalsVisibleToAttribute_t1D9772A02892BAC440952F880A43C257E6C3E68C *)cache->attributes[38]; InternalsVisibleToAttribute__ctor_m420071A75DCEEC72356490C64B4B0B9270DA32B9(tmp, il2cpp_codegen_string_new_wrapper("\x55\x6E\x69\x74\x79\x45\x6E\x67\x69\x6E\x65\x2E\x55\x6D\x62\x72\x61\x4D\x6F\x64\x75\x6C\x65"), NULL); } { InternalsVisibleToAttribute_t1D9772A02892BAC440952F880A43C257E6C3E68C * tmp = (InternalsVisibleToAttribute_t1D9772A02892BAC440952F880A43C257E6C3E68C *)cache->attributes[39]; InternalsVisibleToAttribute__ctor_m420071A75DCEEC72356490C64B4B0B9270DA32B9(tmp, il2cpp_codegen_string_new_wrapper("\x55\x6E\x69\x74\x79\x45\x6E\x67\x69\x6E\x65\x2E\x55\x6E\x69\x74\x79\x43\x6F\x6E\x6E\x65\x63\x74\x4D\x6F\x64\x75\x6C\x65"), NULL); } { InternalsVisibleToAttribute_t1D9772A02892BAC440952F880A43C257E6C3E68C * tmp = (InternalsVisibleToAttribute_t1D9772A02892BAC440952F880A43C257E6C3E68C *)cache->attributes[40]; InternalsVisibleToAttribute__ctor_m420071A75DCEEC72356490C64B4B0B9270DA32B9(tmp, il2cpp_codegen_string_new_wrapper("\x55\x6E\x69\x74\x79\x45\x6E\x67\x69\x6E\x65\x2E\x55\x6E\x69\x74\x79\x43\x75\x72\x6C\x4D\x6F\x64\x75\x6C\x65"), NULL); } { InternalsVisibleToAttribute_t1D9772A02892BAC440952F880A43C257E6C3E68C * tmp = (InternalsVisibleToAttribute_t1D9772A02892BAC440952F880A43C257E6C3E68C *)cache->attributes[41]; InternalsVisibleToAttribute__ctor_m420071A75DCEEC72356490C64B4B0B9270DA32B9(tmp, il2cpp_codegen_string_new_wrapper("\x55\x6E\x69\x74\x79\x45\x6E\x67\x69\x6E\x65\x2E\x55\x6E\x69\x74\x79\x54\x65\x73\x74\x50\x72\x6F\x74\x6F\x63\x6F\x6C\x4D\x6F\x64\x75\x6C\x65"), NULL); } { InternalsVisibleToAttribute_t1D9772A02892BAC440952F880A43C257E6C3E68C * tmp = (InternalsVisibleToAttribute_t1D9772A02892BAC440952F880A43C257E6C3E68C *)cache->attributes[42]; InternalsVisibleToAttribute__ctor_m420071A75DCEEC72356490C64B4B0B9270DA32B9(tmp, il2cpp_codegen_string_new_wrapper("\x55\x6E\x69\x74\x79\x45\x6E\x67\x69\x6E\x65\x2E\x55\x6E\x69\x74\x79\x57\x65\x62\x52\x65\x71\x75\x65\x73\x74\x4D\x6F\x64\x75\x6C\x65"), NULL); } { InternalsVisibleToAttribute_t1D9772A02892BAC440952F880A43C257E6C3E68C * tmp = (InternalsVisibleToAttribute_t1D9772A02892BAC440952F880A43C257E6C3E68C *)cache->attributes[43]; InternalsVisibleToAttribute__ctor_m420071A75DCEEC72356490C64B4B0B9270DA32B9(tmp, il2cpp_codegen_string_new_wrapper("\x55\x6E\x69\x74\x79\x45\x6E\x67\x69\x6E\x65\x2E\x55\x49\x4D\x6F\x64\x75\x6C\x65"), NULL); } { InternalsVisibleToAttribute_t1D9772A02892BAC440952F880A43C257E6C3E68C * tmp = (InternalsVisibleToAttribute_t1D9772A02892BAC440952F880A43C257E6C3E68C *)cache->attributes[44]; InternalsVisibleToAttribute__ctor_m420071A75DCEEC72356490C64B4B0B9270DA32B9(tmp, il2cpp_codegen_string_new_wrapper("\x55\x6E\x69\x74\x79\x45\x6E\x67\x69\x6E\x65\x2E\x55\x6E\x69\x74\x79\x57\x65\x62\x52\x65\x71\x75\x65\x73\x74\x41\x75\x64\x69\x6F\x4D\x6F\x64\x75\x6C\x65"), NULL); } { InternalsVisibleToAttribute_t1D9772A02892BAC440952F880A43C257E6C3E68C * tmp = (InternalsVisibleToAttribute_t1D9772A02892BAC440952F880A43C257E6C3E68C *)cache->attributes[45]; InternalsVisibleToAttribute__ctor_m420071A75DCEEC72356490C64B4B0B9270DA32B9(tmp, il2cpp_codegen_string_new_wrapper("\x55\x6E\x69\x74\x79\x45\x6E\x67\x69\x6E\x65\x2E\x49\x4D\x47\x55\x49\x4D\x6F\x64\x75\x6C\x65"), NULL); } { InternalsVisibleToAttribute_t1D9772A02892BAC440952F880A43C257E6C3E68C * tmp = (InternalsVisibleToAttribute_t1D9772A02892BAC440952F880A43C257E6C3E68C *)cache->attributes[46]; InternalsVisibleToAttribute__ctor_m420071A75DCEEC72356490C64B4B0B9270DA32B9(tmp, il2cpp_codegen_string_new_wrapper("\x55\x6E\x69\x74\x79\x45\x6E\x67\x69\x6E\x65\x2E\x56\x65\x68\x69\x63\x6C\x65\x73\x4D\x6F\x64\x75\x6C\x65"), NULL); } { InternalsVisibleToAttribute_t1D9772A02892BAC440952F880A43C257E6C3E68C * tmp = (InternalsVisibleToAttribute_t1D9772A02892BAC440952F880A43C257E6C3E68C *)cache->attributes[47]; InternalsVisibleToAttribute__ctor_m420071A75DCEEC72356490C64B4B0B9270DA32B9(tmp, il2cpp_codegen_string_new_wrapper("\x55\x6E\x69\x74\x79\x45\x6E\x67\x69\x6E\x65\x2E\x56\x69\x64\x65\x6F\x4D\x6F\x64\x75\x6C\x65"), NULL); } { InternalsVisibleToAttribute_t1D9772A02892BAC440952F880A43C257E6C3E68C * tmp = (InternalsVisibleToAttribute_t1D9772A02892BAC440952F880A43C257E6C3E68C *)cache->attributes[48]; InternalsVisibleToAttribute__ctor_m420071A75DCEEC72356490C64B4B0B9270DA32B9(tmp, il2cpp_codegen_string_new_wrapper("\x55\x6E\x69\x74\x79\x45\x6E\x67\x69\x6E\x65\x2E\x57\x69\x6E\x64\x4D\x6F\x64\x75\x6C\x65"), NULL); } { InternalsVisibleToAttribute_t1D9772A02892BAC440952F880A43C257E6C3E68C * tmp = (InternalsVisibleToAttribute_t1D9772A02892BAC440952F880A43C257E6C3E68C *)cache->attributes[49]; InternalsVisibleToAttribute__ctor_m420071A75DCEEC72356490C64B4B0B9270DA32B9(tmp, il2cpp_codegen_string_new_wrapper("\x55\x6E\x69\x74\x79\x45\x6E\x67\x69\x6E\x65\x2E\x41\x73\x73\x65\x74\x42\x75\x6E\x64\x6C\x65\x4D\x6F\x64\x75\x6C\x65"), NULL); } { InternalsVisibleToAttribute_t1D9772A02892BAC440952F880A43C257E6C3E68C * tmp = (InternalsVisibleToAttribute_t1D9772A02892BAC440952F880A43C257E6C3E68C *)cache->attributes[50]; InternalsVisibleToAttribute__ctor_m420071A75DCEEC72356490C64B4B0B9270DA32B9(tmp, il2cpp_codegen_string_new_wrapper("\x55\x6E\x69\x74\x79\x45\x6E\x67\x69\x6E\x65\x2E\x43\x6C\x6F\x74\x68\x4D\x6F\x64\x75\x6C\x65"), NULL); } { InternalsVisibleToAttribute_t1D9772A02892BAC440952F880A43C257E6C3E68C * tmp = (InternalsVisibleToAttribute_t1D9772A02892BAC440952F880A43C257E6C3E68C *)cache->attributes[51]; InternalsVisibleToAttribute__ctor_m420071A75DCEEC72356490C64B4B0B9270DA32B9(tmp, il2cpp_codegen_string_new_wrapper("\x55\x6E\x69\x74\x79\x45\x6E\x67\x69\x6E\x65\x2E\x56\x46\x58\x4D\x6F\x64\x75\x6C\x65"), NULL); } { InternalsVisibleToAttribute_t1D9772A02892BAC440952F880A43C257E6C3E68C * tmp = (InternalsVisibleToAttribute_t1D9772A02892BAC440952F880A43C257E6C3E68C *)cache->attributes[52]; InternalsVisibleToAttribute__ctor_m420071A75DCEEC72356490C64B4B0B9270DA32B9(tmp, il2cpp_codegen_string_new_wrapper("\x55\x6E\x69\x74\x79\x45\x6E\x67\x69\x6E\x65\x2E\x49\x6E\x70\x75\x74\x4D\x6F\x64\x75\x6C\x65"), NULL); } { InternalsVisibleToAttribute_t1D9772A02892BAC440952F880A43C257E6C3E68C * tmp = (InternalsVisibleToAttribute_t1D9772A02892BAC440952F880A43C257E6C3E68C *)cache->attributes[53]; InternalsVisibleToAttribute__ctor_m420071A75DCEEC72356490C64B4B0B9270DA32B9(tmp, il2cpp_codegen_string_new_wrapper("\x55\x6E\x69\x74\x79\x45\x6E\x67\x69\x6E\x65\x2E\x55\x49\x45\x6C\x65\x6D\x65\x6E\x74\x73\x4E\x61\x74\x69\x76\x65\x4D\x6F\x64\x75\x6C\x65"), NULL); } { InternalsVisibleToAttribute_t1D9772A02892BAC440952F880A43C257E6C3E68C * tmp = (InternalsVisibleToAttribute_t1D9772A02892BAC440952F880A43C257E6C3E68C *)cache->attributes[54]; InternalsVisibleToAttribute__ctor_m420071A75DCEEC72356490C64B4B0B9270DA32B9(tmp, il2cpp_codegen_string_new_wrapper("\x55\x6E\x69\x74\x79\x45\x6E\x67\x69\x6E\x65\x2E\x50\x53\x34\x56\x52\x4D\x6F\x64\x75\x6C\x65"), NULL); } { InternalsVisibleToAttribute_t1D9772A02892BAC440952F880A43C257E6C3E68C * tmp = (InternalsVisibleToAttribute_t1D9772A02892BAC440952F880A43C257E6C3E68C *)cache->attributes[55]; InternalsVisibleToAttribute__ctor_m420071A75DCEEC72356490C64B4B0B9270DA32B9(tmp, il2cpp_codegen_string_new_wrapper("\x55\x6E\x69\x74\x79\x45\x6E\x67\x69\x6E\x65\x2E\x54\x69\x6C\x65\x6D\x61\x70\x4D\x6F\x64\x75\x6C\x65"), NULL); } { InternalsVisibleToAttribute_t1D9772A02892BAC440952F880A43C257E6C3E68C * tmp = (InternalsVisibleToAttribute_t1D9772A02892BAC440952F880A43C257E6C3E68C *)cache->attributes[56]; InternalsVisibleToAttribute__ctor_m420071A75DCEEC72356490C64B4B0B9270DA32B9(tmp, il2cpp_codegen_string_new_wrapper("\x55\x6E\x69\x74\x79\x45\x6E\x67\x69\x6E\x65\x2E\x43\x72\x61\x73\x68\x52\x65\x70\x6F\x72\x74\x69\x6E\x67\x4D\x6F\x64\x75\x6C\x65"), NULL); } { InternalsVisibleToAttribute_t1D9772A02892BAC440952F880A43C257E6C3E68C * tmp = (InternalsVisibleToAttribute_t1D9772A02892BAC440952F880A43C257E6C3E68C *)cache->attributes[57]; InternalsVisibleToAttribute__ctor_m420071A75DCEEC72356490C64B4B0B9270DA32B9(tmp, il2cpp_codegen_string_new_wrapper("\x55\x6E\x69\x74\x79\x45\x6E\x67\x69\x6E\x65\x2E\x55\x4E\x45\x54\x4D\x6F\x64\x75\x6C\x65"), NULL); } { InternalsVisibleToAttribute_t1D9772A02892BAC440952F880A43C257E6C3E68C * tmp = (InternalsVisibleToAttribute_t1D9772A02892BAC440952F880A43C257E6C3E68C *)cache->attributes[58]; InternalsVisibleToAttribute__ctor_m420071A75DCEEC72356490C64B4B0B9270DA32B9(tmp, il2cpp_codegen_string_new_wrapper("\x55\x6E\x69\x74\x79\x45\x6E\x67\x69\x6E\x65\x2E\x55\x6E\x69\x74\x79\x41\x6E\x61\x6C\x79\x74\x69\x63\x73\x4D\x6F\x64\x75\x6C\x65"), NULL); } { InternalsVisibleToAttribute_t1D9772A02892BAC440952F880A43C257E6C3E68C * tmp = (InternalsVisibleToAttribute_t1D9772A02892BAC440952F880A43C257E6C3E68C *)cache->attributes[59]; InternalsVisibleToAttribute__ctor_m420071A75DCEEC72356490C64B4B0B9270DA32B9(tmp, il2cpp_codegen_string_new_wrapper("\x55\x6E\x69\x74\x79\x45\x6E\x67\x69\x6E\x65\x2E\x55\x6E\x69\x74\x79\x57\x65\x62\x52\x65\x71\x75\x65\x73\x74\x41\x73\x73\x65\x74\x42\x75\x6E\x64\x6C\x65\x4D\x6F\x64\x75\x6C\x65"), NULL); } { InternalsVisibleToAttribute_t1D9772A02892BAC440952F880A43C257E6C3E68C * tmp = (InternalsVisibleToAttribute_t1D9772A02892BAC440952F880A43C257E6C3E68C *)cache->attributes[60]; InternalsVisibleToAttribute__ctor_m420071A75DCEEC72356490C64B4B0B9270DA32B9(tmp, il2cpp_codegen_string_new_wrapper("\x55\x6E\x69\x74\x79\x45\x6E\x67\x69\x6E\x65\x2E\x55\x6E\x69\x74\x79\x57\x65\x62\x52\x65\x71\x75\x65\x73\x74\x57\x57\x57\x4D\x6F\x64\x75\x6C\x65"), NULL); } { InternalsVisibleToAttribute_t1D9772A02892BAC440952F880A43C257E6C3E68C * tmp = (InternalsVisibleToAttribute_t1D9772A02892BAC440952F880A43C257E6C3E68C *)cache->attributes[61]; InternalsVisibleToAttribute__ctor_m420071A75DCEEC72356490C64B4B0B9270DA32B9(tmp, il2cpp_codegen_string_new_wrapper("\x55\x6E\x69\x74\x79\x45\x6E\x67\x69\x6E\x65\x2E\x58\x52\x4D\x6F\x64\x75\x6C\x65"), NULL); } { InternalsVisibleToAttribute_t1D9772A02892BAC440952F880A43C257E6C3E68C * tmp = (InternalsVisibleToAttribute_t1D9772A02892BAC440952F880A43C257E6C3E68C *)cache->attributes[62]; InternalsVisibleToAttribute__ctor_m420071A75DCEEC72356490C64B4B0B9270DA32B9(tmp, il2cpp_codegen_string_new_wrapper("\x55\x6E\x69\x74\x79\x45\x6E\x67\x69\x6E\x65\x2E\x41\x52\x4D\x6F\x64\x75\x6C\x65"), NULL); } { InternalsVisibleToAttribute_t1D9772A02892BAC440952F880A43C257E6C3E68C * tmp = (InternalsVisibleToAttribute_t1D9772A02892BAC440952F880A43C257E6C3E68C *)cache->attributes[63]; InternalsVisibleToAttribute__ctor_m420071A75DCEEC72356490C64B4B0B9270DA32B9(tmp, il2cpp_codegen_string_new_wrapper("\x55\x6E\x69\x74\x79\x45\x6E\x67\x69\x6E\x65\x2E\x50\x65\x72\x66\x6F\x72\x6D\x61\x6E\x63\x65\x52\x65\x70\x6F\x72\x74\x69\x6E\x67\x4D\x6F\x64\x75\x6C\x65"), NULL); } { InternalsVisibleToAttribute_t1D9772A02892BAC440952F880A43C257E6C3E68C * tmp = (InternalsVisibleToAttribute_t1D9772A02892BAC440952F880A43C257E6C3E68C *)cache->attributes[64]; InternalsVisibleToAttribute__ctor_m420071A75DCEEC72356490C64B4B0B9270DA32B9(tmp, il2cpp_codegen_string_new_wrapper("\x55\x6E\x69\x74\x79\x45\x6E\x67\x69\x6E\x65\x2E\x54\x65\x78\x74\x43\x6F\x72\x65\x4D\x6F\x64\x75\x6C\x65"), NULL); } { InternalsVisibleToAttribute_t1D9772A02892BAC440952F880A43C257E6C3E68C * tmp = (InternalsVisibleToAttribute_t1D9772A02892BAC440952F880A43C257E6C3E68C *)cache->attributes[65]; InternalsVisibleToAttribute__ctor_m420071A75DCEEC72356490C64B4B0B9270DA32B9(tmp, il2cpp_codegen_string_new_wrapper("\x55\x6E\x69\x74\x79\x45\x6E\x67\x69\x6E\x65\x2E\x55\x49\x45\x6C\x65\x6D\x65\x6E\x74\x73\x4D\x6F\x64\x75\x6C\x65"), NULL); } { InternalsVisibleToAttribute_t1D9772A02892BAC440952F880A43C257E6C3E68C * tmp = (InternalsVisibleToAttribute_t1D9772A02892BAC440952F880A43C257E6C3E68C *)cache->attributes[66]; InternalsVisibleToAttribute__ctor_m420071A75DCEEC72356490C64B4B0B9270DA32B9(tmp, il2cpp_codegen_string_new_wrapper("\x55\x6E\x69\x74\x79\x45\x6E\x67\x69\x6E\x65\x2E\x56\x52\x4D\x6F\x64\x75\x6C\x65"), NULL); } { InternalsVisibleToAttribute_t1D9772A02892BAC440952F880A43C257E6C3E68C * tmp = (InternalsVisibleToAttribute_t1D9772A02892BAC440952F880A43C257E6C3E68C *)cache->attributes[67]; InternalsVisibleToAttribute__ctor_m420071A75DCEEC72356490C64B4B0B9270DA32B9(tmp, il2cpp_codegen_string_new_wrapper("\x55\x6E\x69\x74\x79\x45\x6E\x67\x69\x6E\x65\x2E\x53\x77\x69\x74\x63\x68\x4D\x6F\x64\x75\x6C\x65"), NULL); } { InternalsVisibleToAttribute_t1D9772A02892BAC440952F880A43C257E6C3E68C * tmp = (InternalsVisibleToAttribute_t1D9772A02892BAC440952F880A43C257E6C3E68C *)cache->attributes[68]; InternalsVisibleToAttribute__ctor_m420071A75DCEEC72356490C64B4B0B9270DA32B9(tmp, il2cpp_codegen_string_new_wrapper("\x55\x6E\x69\x74\x79\x45\x6E\x67\x69\x6E\x65\x2E\x58\x62\x6F\x78\x4F\x6E\x65\x4D\x6F\x64\x75\x6C\x65"), NULL); } { InternalsVisibleToAttribute_t1D9772A02892BAC440952F880A43C257E6C3E68C * tmp = (InternalsVisibleToAttribute_t1D9772A02892BAC440952F880A43C257E6C3E68C *)cache->attributes[69]; InternalsVisibleToAttribute__ctor_m420071A75DCEEC72356490C64B4B0B9270DA32B9(tmp, il2cpp_codegen_string_new_wrapper("\x55\x6E\x69\x74\x79\x45\x6E\x67\x69\x6E\x65\x2E\x50\x53\x34\x4D\x6F\x64\x75\x6C\x65"), NULL); } { InternalsVisibleToAttribute_t1D9772A02892BAC440952F880A43C257E6C3E68C * tmp = (InternalsVisibleToAttribute_t1D9772A02892BAC440952F880A43C257E6C3E68C *)cache->attributes[70]; InternalsVisibleToAttribute__ctor_m420071A75DCEEC72356490C64B4B0B9270DA32B9(tmp, il2cpp_codegen_string_new_wrapper("\x55\x6E\x69\x74\x79\x45\x6E\x67\x69\x6E\x65\x2E\x50\x53\x35\x56\x52\x4D\x6F\x64\x75\x6C\x65"), NULL); } { InternalsVisibleToAttribute_t1D9772A02892BAC440952F880A43C257E6C3E68C * tmp = (InternalsVisibleToAttribute_t1D9772A02892BAC440952F880A43C257E6C3E68C *)cache->attributes[71]; InternalsVisibleToAttribute__ctor_m420071A75DCEEC72356490C64B4B0B9270DA32B9(tmp, il2cpp_codegen_string_new_wrapper("\x55\x6E\x69\x74\x79\x45\x6E\x67\x69\x6E\x65\x2E\x47\x61\x6D\x65\x43\x65\x6E\x74\x65\x72\x4D\x6F\x64\x75\x6C\x65"), NULL); } { InternalsVisibleToAttribute_t1D9772A02892BAC440952F880A43C257E6C3E68C * tmp = (InternalsVisibleToAttribute_t1D9772A02892BAC440952F880A43C257E6C3E68C *)cache->attributes[72]; InternalsVisibleToAttribute__ctor_m420071A75DCEEC72356490C64B4B0B9270DA32B9(tmp, il2cpp_codegen_string_new_wrapper("\x55\x6E\x69\x74\x79\x45\x6E\x67\x69\x6E\x65\x2E\x4E\x65\x74\x77\x6F\x72\x6B\x69\x6E\x67"), NULL); } { InternalsVisibleToAttribute_t1D9772A02892BAC440952F880A43C257E6C3E68C * tmp = (InternalsVisibleToAttribute_t1D9772A02892BAC440952F880A43C257E6C3E68C *)cache->attributes[73]; InternalsVisibleToAttribute__ctor_m420071A75DCEEC72356490C64B4B0B9270DA32B9(tmp, il2cpp_codegen_string_new_wrapper("\x55\x6E\x69\x74\x79\x2E\x49\x6E\x74\x65\x72\x6E\x61\x6C\x41\x50\x49\x45\x6E\x67\x69\x6E\x65\x42\x72\x69\x64\x67\x65\x2E\x30\x31\x31"), NULL); } { InternalsVisibleToAttribute_t1D9772A02892BAC440952F880A43C257E6C3E68C * tmp = (InternalsVisibleToAttribute_t1D9772A02892BAC440952F880A43C257E6C3E68C *)cache->attributes[74]; InternalsVisibleToAttribute__ctor_m420071A75DCEEC72356490C64B4B0B9270DA32B9(tmp, il2cpp_codegen_string_new_wrapper("\x55\x6E\x69\x74\x79\x2E\x41\x75\x74\x6F\x6D\x61\x74\x69\x6F\x6E"), NULL); } { InternalsVisibleToAttribute_t1D9772A02892BAC440952F880A43C257E6C3E68C * tmp = (InternalsVisibleToAttribute_t1D9772A02892BAC440952F880A43C257E6C3E68C *)cache->attributes[75]; InternalsVisibleToAttribute__ctor_m420071A75DCEEC72356490C64B4B0B9270DA32B9(tmp, il2cpp_codegen_string_new_wrapper("\x55\x6E\x69\x74\x79\x45\x6E\x67\x69\x6E\x65\x2E\x43\x6C\x6F\x75\x64\x2E\x53\x65\x72\x76\x69\x63\x65"), NULL); } { InternalsVisibleToAttribute_t1D9772A02892BAC440952F880A43C257E6C3E68C * tmp = (InternalsVisibleToAttribute_t1D9772A02892BAC440952F880A43C257E6C3E68C *)cache->attributes[76]; InternalsVisibleToAttribute__ctor_m420071A75DCEEC72356490C64B4B0B9270DA32B9(tmp, il2cpp_codegen_string_new_wrapper("\x55\x6E\x69\x74\x79\x2E\x41\x6E\x61\x6C\x79\x74\x69\x63\x73"), NULL); } { InternalsVisibleToAttribute_t1D9772A02892BAC440952F880A43C257E6C3E68C * tmp = (InternalsVisibleToAttribute_t1D9772A02892BAC440952F880A43C257E6C3E68C *)cache->attributes[77]; InternalsVisibleToAttribute__ctor_m420071A75DCEEC72356490C64B4B0B9270DA32B9(tmp, il2cpp_codegen_string_new_wrapper("\x55\x6E\x69\x74\x79\x45\x6E\x67\x69\x6E\x65\x2E\x41\x6E\x61\x6C\x79\x74\x69\x63\x73"), NULL); } { InternalsVisibleToAttribute_t1D9772A02892BAC440952F880A43C257E6C3E68C * tmp = (InternalsVisibleToAttribute_t1D9772A02892BAC440952F880A43C257E6C3E68C *)cache->attributes[78]; InternalsVisibleToAttribute__ctor_m420071A75DCEEC72356490C64B4B0B9270DA32B9(tmp, il2cpp_codegen_string_new_wrapper("\x55\x6E\x69\x74\x79\x45\x6E\x67\x69\x6E\x65\x2E\x41\x64\x76\x65\x72\x74\x69\x73\x65\x6D\x65\x6E\x74\x73"), NULL); } { InternalsVisibleToAttribute_t1D9772A02892BAC440952F880A43C257E6C3E68C * tmp = (InternalsVisibleToAttribute_t1D9772A02892BAC440952F880A43C257E6C3E68C *)cache->attributes[79]; InternalsVisibleToAttribute__ctor_m420071A75DCEEC72356490C64B4B0B9270DA32B9(tmp, il2cpp_codegen_string_new_wrapper("\x55\x6E\x69\x74\x79\x45\x6E\x67\x69\x6E\x65\x2E\x50\x75\x72\x63\x68\x61\x73\x69\x6E\x67"), NULL); } { InternalsVisibleToAttribute_t1D9772A02892BAC440952F880A43C257E6C3E68C * tmp = (InternalsVisibleToAttribute_t1D9772A02892BAC440952F880A43C257E6C3E68C *)cache->attributes[80]; InternalsVisibleToAttribute__ctor_m420071A75DCEEC72356490C64B4B0B9270DA32B9(tmp, il2cpp_codegen_string_new_wrapper("\x55\x6E\x69\x74\x79\x2E\x52\x75\x6E\x74\x69\x6D\x65\x54\x65\x73\x74\x73\x2E\x46\x72\x61\x6D\x65\x77\x6F\x72\x6B"), NULL); } { InternalsVisibleToAttribute_t1D9772A02892BAC440952F880A43C257E6C3E68C * tmp = (InternalsVisibleToAttribute_t1D9772A02892BAC440952F880A43C257E6C3E68C *)cache->attributes[81]; InternalsVisibleToAttribute__ctor_m420071A75DCEEC72356490C64B4B0B9270DA32B9(tmp, il2cpp_codegen_string_new_wrapper("\x55\x6E\x69\x74\x79\x45\x6E\x67\x69\x6E\x65\x2E\x54\x65\x73\x74\x52\x75\x6E\x6E\x65\x72"), NULL); } { InternalsVisibleToAttribute_t1D9772A02892BAC440952F880A43C257E6C3E68C * tmp = (InternalsVisibleToAttribute_t1D9772A02892BAC440952F880A43C257E6C3E68C *)cache->attributes[82]; InternalsVisibleToAttribute__ctor_m420071A75DCEEC72356490C64B4B0B9270DA32B9(tmp, il2cpp_codegen_string_new_wrapper("\x55\x6E\x69\x74\x79\x2E\x52\x75\x6E\x74\x69\x6D\x65\x54\x65\x73\x74\x73"), NULL); } { InternalsVisibleToAttribute_t1D9772A02892BAC440952F880A43C257E6C3E68C * tmp = (InternalsVisibleToAttribute_t1D9772A02892BAC440952F880A43C257E6C3E68C *)cache->attributes[83]; InternalsVisibleToAttribute__ctor_m420071A75DCEEC72356490C64B4B0B9270DA32B9(tmp, il2cpp_codegen_string_new_wrapper("\x55\x6E\x69\x74\x79\x2E\x42\x75\x72\x73\x74\x2E\x45\x64\x69\x74\x6F\x72"), NULL); } { InternalsVisibleToAttribute_t1D9772A02892BAC440952F880A43C257E6C3E68C * tmp = (InternalsVisibleToAttribute_t1D9772A02892BAC440952F880A43C257E6C3E68C *)cache->attributes[84]; InternalsVisibleToAttribute__ctor_m420071A75DCEEC72356490C64B4B0B9270DA32B9(tmp, il2cpp_codegen_string_new_wrapper("\x55\x6E\x69\x74\x79\x2E\x44\x65\x70\x6C\x6F\x79\x6D\x65\x6E\x74\x54\x65\x73\x74\x73\x2E\x53\x65\x72\x76\x69\x63\x65\x73"), NULL); } { InternalsVisibleToAttribute_t1D9772A02892BAC440952F880A43C257E6C3E68C * tmp = (InternalsVisibleToAttribute_t1D9772A02892BAC440952F880A43C257E6C3E68C *)cache->attributes[85]; InternalsVisibleToAttribute__ctor_m420071A75DCEEC72356490C64B4B0B9270DA32B9(tmp, il2cpp_codegen_string_new_wrapper("\x55\x6E\x69\x74\x79\x2E\x49\x6E\x74\x65\x67\x72\x61\x74\x69\x6F\x6E\x54\x65\x73\x74\x73"), NULL); } { InternalsVisibleToAttribute_t1D9772A02892BAC440952F880A43C257E6C3E68C * tmp = (InternalsVisibleToAttribute_t1D9772A02892BAC440952F880A43C257E6C3E68C *)cache->attributes[86]; InternalsVisibleToAttribute__ctor_m420071A75DCEEC72356490C64B4B0B9270DA32B9(tmp, il2cpp_codegen_string_new_wrapper("\x55\x6E\x69\x74\x79\x2E\x49\x6E\x74\x65\x67\x72\x61\x74\x69\x6F\x6E\x54\x65\x73\x74\x73\x2E\x55\x6E\x69\x74\x79\x41\x6E\x61\x6C\x79\x74\x69\x63\x73"), NULL); } { InternalsVisibleToAttribute_t1D9772A02892BAC440952F880A43C257E6C3E68C * tmp = (InternalsVisibleToAttribute_t1D9772A02892BAC440952F880A43C257E6C3E68C *)cache->attributes[87]; InternalsVisibleToAttribute__ctor_m420071A75DCEEC72356490C64B4B0B9270DA32B9(tmp, il2cpp_codegen_string_new_wrapper("\x55\x6E\x69\x74\x79\x2E\x49\x6E\x74\x65\x67\x72\x61\x74\x69\x6F\x6E\x54\x65\x73\x74\x73\x2E\x54\x69\x6D\x65\x6C\x69\x6E\x65"), NULL); } { InternalsVisibleToAttribute_t1D9772A02892BAC440952F880A43C257E6C3E68C * tmp = (InternalsVisibleToAttribute_t1D9772A02892BAC440952F880A43C257E6C3E68C *)cache->attributes[88]; InternalsVisibleToAttribute__ctor_m420071A75DCEEC72356490C64B4B0B9270DA32B9(tmp, il2cpp_codegen_string_new_wrapper("\x55\x6E\x69\x74\x79\x2E\x42\x75\x72\x73\x74"), NULL); } { InternalsVisibleToAttribute_t1D9772A02892BAC440952F880A43C257E6C3E68C * tmp = (InternalsVisibleToAttribute_t1D9772A02892BAC440952F880A43C257E6C3E68C *)cache->attributes[89]; InternalsVisibleToAttribute__ctor_m420071A75DCEEC72356490C64B4B0B9270DA32B9(tmp, il2cpp_codegen_string_new_wrapper("\x55\x6E\x69\x74\x79\x2E\x49\x6E\x74\x65\x67\x72\x61\x74\x69\x6F\x6E\x54\x65\x73\x74\x73\x2E\x46\x72\x61\x6D\x65\x77\x6F\x72\x6B"), NULL); } { InternalsVisibleToAttribute_t1D9772A02892BAC440952F880A43C257E6C3E68C * tmp = (InternalsVisibleToAttribute_t1D9772A02892BAC440952F880A43C257E6C3E68C *)cache->attributes[90]; InternalsVisibleToAttribute__ctor_m420071A75DCEEC72356490C64B4B0B9270DA32B9(tmp, il2cpp_codegen_string_new_wrapper("\x55\x6E\x69\x74\x79\x2E\x52\x75\x6E\x74\x69\x6D\x65\x54\x65\x73\x74\x73\x2E\x46\x72\x61\x6D\x65\x77\x6F\x72\x6B\x2E\x54\x65\x73\x74\x73"), NULL); } { InternalsVisibleToAttribute_t1D9772A02892BAC440952F880A43C257E6C3E68C * tmp = (InternalsVisibleToAttribute_t1D9772A02892BAC440952F880A43C257E6C3E68C *)cache->attributes[91]; InternalsVisibleToAttribute__ctor_m420071A75DCEEC72356490C64B4B0B9270DA32B9(tmp, il2cpp_codegen_string_new_wrapper("\x55\x6E\x69\x74\x79\x2E\x55\x49\x45\x6C\x65\x6D\x65\x6E\x74\x73\x2E\x45\x64\x69\x74\x6F\x72"), NULL); } { InternalsVisibleToAttribute_t1D9772A02892BAC440952F880A43C257E6C3E68C * tmp = (InternalsVisibleToAttribute_t1D9772A02892BAC440952F880A43C257E6C3E68C *)cache->attributes[92]; InternalsVisibleToAttribute__ctor_m420071A75DCEEC72356490C64B4B0B9270DA32B9(tmp, il2cpp_codegen_string_new_wrapper("\x55\x6E\x69\x74\x79\x2E\x52\x75\x6E\x74\x69\x6D\x65\x54\x65\x73\x74\x73\x2E\x41\x6C\x6C\x49\x6E\x31\x52\x75\x6E\x6E\x65\x72"), NULL); } { InternalsVisibleToAttribute_t1D9772A02892BAC440952F880A43C257E6C3E68C * tmp = (InternalsVisibleToAttribute_t1D9772A02892BAC440952F880A43C257E6C3E68C *)cache->attributes[93]; InternalsVisibleToAttribute__ctor_m420071A75DCEEC72356490C64B4B0B9270DA32B9(tmp, il2cpp_codegen_string_new_wrapper("\x55\x6E\x69\x74\x79\x2E\x54\x69\x6D\x65\x6C\x69\x6E\x65"), NULL); } { InternalsVisibleToAttribute_t1D9772A02892BAC440952F880A43C257E6C3E68C * tmp = (InternalsVisibleToAttribute_t1D9772A02892BAC440952F880A43C257E6C3E68C *)cache->attributes[94]; InternalsVisibleToAttribute__ctor_m420071A75DCEEC72356490C64B4B0B9270DA32B9(tmp, il2cpp_codegen_string_new_wrapper("\x41\x73\x73\x65\x6D\x62\x6C\x79\x2D\x43\x53\x68\x61\x72\x70\x2D\x74\x65\x73\x74\x61\x62\x6C\x65"), NULL); } { InternalsVisibleToAttribute_t1D9772A02892BAC440952F880A43C257E6C3E68C * tmp = (InternalsVisibleToAttribute_t1D9772A02892BAC440952F880A43C257E6C3E68C *)cache->attributes[95]; InternalsVisibleToAttribute__ctor_m420071A75DCEEC72356490C64B4B0B9270DA32B9(tmp, il2cpp_codegen_string_new_wrapper("\x41\x73\x73\x65\x6D\x62\x6C\x79\x2D\x43\x53\x68\x61\x72\x70\x2D\x66\x69\x72\x73\x74\x70\x61\x73\x73\x2D\x74\x65\x73\x74\x61\x62\x6C\x65"), NULL); } { InternalsVisibleToAttribute_t1D9772A02892BAC440952F880A43C257E6C3E68C * tmp = (InternalsVisibleToAttribute_t1D9772A02892BAC440952F880A43C257E6C3E68C *)cache->attributes[96]; InternalsVisibleToAttribute__ctor_m420071A75DCEEC72356490C64B4B0B9270DA32B9(tmp, il2cpp_codegen_string_new_wrapper("\x55\x6E\x69\x74\x79\x45\x6E\x67\x69\x6E\x65\x2E\x53\x70\x61\x74\x69\x61\x6C\x54\x72\x61\x63\x6B\x69\x6E\x67"), NULL); } { InternalsVisibleToAttribute_t1D9772A02892BAC440952F880A43C257E6C3E68C * tmp = (InternalsVisibleToAttribute_t1D9772A02892BAC440952F880A43C257E6C3E68C *)cache->attributes[97]; InternalsVisibleToAttribute__ctor_m420071A75DCEEC72356490C64B4B0B9270DA32B9(tmp, il2cpp_codegen_string_new_wrapper("\x47\x6F\x6F\x67\x6C\x65\x41\x52\x2E\x55\x6E\x69\x74\x79\x4E\x61\x74\x69\x76\x65"), NULL); } { InternalsVisibleToAttribute_t1D9772A02892BAC440952F880A43C257E6C3E68C * tmp = (InternalsVisibleToAttribute_t1D9772A02892BAC440952F880A43C257E6C3E68C *)cache->attributes[98]; InternalsVisibleToAttribute__ctor_m420071A75DCEEC72356490C64B4B0B9270DA32B9(tmp, il2cpp_codegen_string_new_wrapper("\x55\x6E\x69\x74\x79\x2E\x50\x65\x72\x66\x6F\x72\x6D\x61\x6E\x63\x65\x54\x65\x73\x74\x73\x2E\x52\x75\x6E\x74\x69\x6D\x65\x54\x65\x73\x74\x52\x75\x6E\x6E\x65\x72\x2E\x54\x65\x73\x74\x73"), NULL); } { InternalsVisibleToAttribute_t1D9772A02892BAC440952F880A43C257E6C3E68C * tmp = (InternalsVisibleToAttribute_t1D9772A02892BAC440952F880A43C257E6C3E68C *)cache->attributes[99]; InternalsVisibleToAttribute__ctor_m420071A75DCEEC72356490C64B4B0B9270DA32B9(tmp, il2cpp_codegen_string_new_wrapper("\x55\x6E\x69\x74\x79\x2E\x57\x69\x6E\x64\x6F\x77\x73\x4D\x52\x41\x75\x74\x6F\x6D\x61\x74\x69\x6F\x6E"), NULL); } { InternalsVisibleToAttribute_t1D9772A02892BAC440952F880A43C257E6C3E68C * tmp = (InternalsVisibleToAttribute_t1D9772A02892BAC440952F880A43C257E6C3E68C *)cache->attributes[100]; InternalsVisibleToAttribute__ctor_m420071A75DCEEC72356490C64B4B0B9270DA32B9(tmp, il2cpp_codegen_string_new_wrapper("\x55\x6E\x69\x74\x79\x2E\x32\x44\x2E\x53\x70\x72\x69\x74\x65\x2E\x45\x64\x69\x74\x6F\x72\x54\x65\x73\x74\x73"), NULL); } { InternalsVisibleToAttribute_t1D9772A02892BAC440952F880A43C257E6C3E68C * tmp = (InternalsVisibleToAttribute_t1D9772A02892BAC440952F880A43C257E6C3E68C *)cache->attributes[101]; InternalsVisibleToAttribute__ctor_m420071A75DCEEC72356490C64B4B0B9270DA32B9(tmp, il2cpp_codegen_string_new_wrapper("\x55\x6E\x69\x74\x79\x2E\x55\x49\x2E\x42\x75\x69\x6C\x64\x65\x72\x2E\x45\x64\x69\x74\x6F\x72"), NULL); } { InternalsVisibleToAttribute_t1D9772A02892BAC440952F880A43C257E6C3E68C * tmp = (InternalsVisibleToAttribute_t1D9772A02892BAC440952F880A43C257E6C3E68C *)cache->attributes[102]; InternalsVisibleToAttribute__ctor_m420071A75DCEEC72356490C64B4B0B9270DA32B9(tmp, il2cpp_codegen_string_new_wrapper("\x55\x6E\x69\x74\x79\x45\x64\x69\x74\x6F\x72\x2E\x55\x49\x42\x75\x69\x6C\x64\x65\x72\x4D\x6F\x64\x75\x6C\x65"), NULL); } { InternalsVisibleToAttribute_t1D9772A02892BAC440952F880A43C257E6C3E68C * tmp = (InternalsVisibleToAttribute_t1D9772A02892BAC440952F880A43C257E6C3E68C *)cache->attributes[103]; InternalsVisibleToAttribute__ctor_m420071A75DCEEC72356490C64B4B0B9270DA32B9(tmp, il2cpp_codegen_string_new_wrapper("\x55\x6E\x69\x74\x79\x2E\x55\x49\x2E\x42\x75\x69\x6C\x64\x65\x72\x2E\x45\x64\x69\x74\x6F\x72\x54\x65\x73\x74\x73"), NULL); } { InternalsVisibleToAttribute_t1D9772A02892BAC440952F880A43C257E6C3E68C * tmp = (InternalsVisibleToAttribute_t1D9772A02892BAC440952F880A43C257E6C3E68C *)cache->attributes[104]; InternalsVisibleToAttribute__ctor_m420071A75DCEEC72356490C64B4B0B9270DA32B9(tmp, il2cpp_codegen_string_new_wrapper("\x55\x6E\x69\x74\x79\x2E\x55\x49\x45\x6C\x65\x6D\x65\x6E\x74\x73"), NULL); } { InternalsVisibleToAttribute_t1D9772A02892BAC440952F880A43C257E6C3E68C * tmp = (InternalsVisibleToAttribute_t1D9772A02892BAC440952F880A43C257E6C3E68C *)cache->attributes[105]; InternalsVisibleToAttribute__ctor_m420071A75DCEEC72356490C64B4B0B9270DA32B9(tmp, il2cpp_codegen_string_new_wrapper("\x55\x6E\x69\x74\x79\x45\x6E\x67\x69\x6E\x65\x2E\x55\x49\x45\x6C\x65\x6D\x65\x6E\x74\x73\x47\x61\x6D\x65\x4F\x62\x6A\x65\x63\x74\x73\x4D\x6F\x64\x75\x6C\x65"), NULL); } { InternalsVisibleToAttribute_t1D9772A02892BAC440952F880A43C257E6C3E68C * tmp = (InternalsVisibleToAttribute_t1D9772A02892BAC440952F880A43C257E6C3E68C *)cache->attributes[106]; InternalsVisibleToAttribute__ctor_m420071A75DCEEC72356490C64B4B0B9270DA32B9(tmp, il2cpp_codegen_string_new_wrapper("\x55\x6E\x69\x74\x79\x2E\x32\x44\x2E\x53\x70\x72\x69\x74\x65\x2E\x45\x64\x69\x74\x6F\x72"), NULL); } { InternalsVisibleToAttribute_t1D9772A02892BAC440952F880A43C257E6C3E68C * tmp = (InternalsVisibleToAttribute_t1D9772A02892BAC440952F880A43C257E6C3E68C *)cache->attributes[107]; InternalsVisibleToAttribute__ctor_m420071A75DCEEC72356490C64B4B0B9270DA32B9(tmp, il2cpp_codegen_string_new_wrapper("\x55\x6E\x69\x74\x79\x2E\x55\x49\x45\x6C\x65\x6D\x65\x6E\x74\x73\x2E\x45\x64\x69\x74\x6F\x72\x54\x65\x73\x74\x73"), NULL); } { InternalsVisibleToAttribute_t1D9772A02892BAC440952F880A43C257E6C3E68C * tmp = (InternalsVisibleToAttribute_t1D9772A02892BAC440952F880A43C257E6C3E68C *)cache->attributes[108]; InternalsVisibleToAttribute__ctor_m420071A75DCEEC72356490C64B4B0B9270DA32B9(tmp, il2cpp_codegen_string_new_wrapper("\x55\x6E\x69\x74\x79\x2E\x4E\x65\x74\x77\x6F\x72\x6B\x69\x6E\x67\x2E\x54\x72\x61\x6E\x73\x70\x6F\x72\x74"), NULL); } { ExtensionAttribute_t917F3F92E717DC8B2D7BC03967A9790B1B8EF7CC * tmp = (ExtensionAttribute_t917F3F92E717DC8B2D7BC03967A9790B1B8EF7CC *)cache->attributes[109]; ExtensionAttribute__ctor_mB331519C39C4210259A248A4C629DF934937C1FA(tmp, NULL); } { InternalsVisibleToAttribute_t1D9772A02892BAC440952F880A43C257E6C3E68C * tmp = (InternalsVisibleToAttribute_t1D9772A02892BAC440952F880A43C257E6C3E68C *)cache->attributes[110]; InternalsVisibleToAttribute__ctor_m420071A75DCEEC72356490C64B4B0B9270DA32B9(tmp, il2cpp_codegen_string_new_wrapper("\x55\x6E\x69\x74\x79\x2E\x49\x6E\x74\x65\x72\x6E\x61\x6C\x41\x50\x49\x45\x6E\x67\x69\x6E\x65\x42\x72\x69\x64\x67\x65\x2E\x30\x30\x34"), NULL); } { InternalsVisibleToAttribute_t1D9772A02892BAC440952F880A43C257E6C3E68C * tmp = (InternalsVisibleToAttribute_t1D9772A02892BAC440952F880A43C257E6C3E68C *)cache->attributes[111]; InternalsVisibleToAttribute__ctor_m420071A75DCEEC72356490C64B4B0B9270DA32B9(tmp, il2cpp_codegen_string_new_wrapper("\x55\x6E\x69\x74\x79\x2E\x45\x6E\x74\x69\x74\x69\x65\x73"), NULL); } { InternalsVisibleToAttribute_t1D9772A02892BAC440952F880A43C257E6C3E68C * tmp = (InternalsVisibleToAttribute_t1D9772A02892BAC440952F880A43C257E6C3E68C *)cache->attributes[112]; InternalsVisibleToAttribute__ctor_m420071A75DCEEC72356490C64B4B0B9270DA32B9(tmp, il2cpp_codegen_string_new_wrapper("\x55\x6E\x69\x74\x79\x2E\x43\x6F\x6C\x6C\x65\x63\x74\x69\x6F\x6E\x73"), NULL); } { InternalsVisibleToAttribute_t1D9772A02892BAC440952F880A43C257E6C3E68C * tmp = (InternalsVisibleToAttribute_t1D9772A02892BAC440952F880A43C257E6C3E68C *)cache->attributes[113]; InternalsVisibleToAttribute__ctor_m420071A75DCEEC72356490C64B4B0B9270DA32B9(tmp, il2cpp_codegen_string_new_wrapper("\x55\x6E\x69\x74\x79\x2E\x43\x6F\x72\x65"), NULL); } { InternalsVisibleToAttribute_t1D9772A02892BAC440952F880A43C257E6C3E68C * tmp = (InternalsVisibleToAttribute_t1D9772A02892BAC440952F880A43C257E6C3E68C *)cache->attributes[114]; InternalsVisibleToAttribute__ctor_m420071A75DCEEC72356490C64B4B0B9270DA32B9(tmp, il2cpp_codegen_string_new_wrapper("\x55\x6E\x69\x74\x79\x2E\x49\x6E\x74\x65\x72\x6E\x61\x6C\x41\x50\x49\x45\x6E\x67\x69\x6E\x65\x42\x72\x69\x64\x67\x65\x2E\x30\x30\x31"), NULL); } { InternalsVisibleToAttribute_t1D9772A02892BAC440952F880A43C257E6C3E68C * tmp = (InternalsVisibleToAttribute_t1D9772A02892BAC440952F880A43C257E6C3E68C *)cache->attributes[115]; InternalsVisibleToAttribute__ctor_m420071A75DCEEC72356490C64B4B0B9270DA32B9(tmp, il2cpp_codegen_string_new_wrapper("\x55\x6E\x69\x74\x79\x2E\x49\x6E\x74\x65\x72\x6E\x61\x6C\x41\x50\x49\x45\x6E\x67\x69\x6E\x65\x42\x72\x69\x64\x67\x65\x2E\x30\x30\x32"), NULL); } { InternalsVisibleToAttribute_t1D9772A02892BAC440952F880A43C257E6C3E68C * tmp = (InternalsVisibleToAttribute_t1D9772A02892BAC440952F880A43C257E6C3E68C *)cache->attributes[116]; InternalsVisibleToAttribute__ctor_m420071A75DCEEC72356490C64B4B0B9270DA32B9(tmp, il2cpp_codegen_string_new_wrapper("\x55\x6E\x69\x74\x79\x2E\x49\x6E\x74\x65\x72\x6E\x61\x6C\x41\x50\x49\x45\x6E\x67\x69\x6E\x65\x42\x72\x69\x64\x67\x65\x2E\x30\x31\x33"), NULL); } { InternalsVisibleToAttribute_t1D9772A02892BAC440952F880A43C257E6C3E68C * tmp = (InternalsVisibleToAttribute_t1D9772A02892BAC440952F880A43C257E6C3E68C *)cache->attributes[117]; InternalsVisibleToAttribute__ctor_m420071A75DCEEC72356490C64B4B0B9270DA32B9(tmp, il2cpp_codegen_string_new_wrapper("\x55\x6E\x69\x74\x79\x2E\x49\x6E\x74\x65\x72\x6E\x61\x6C\x41\x50\x49\x45\x6E\x67\x69\x6E\x65\x42\x72\x69\x64\x67\x65\x2E\x30\x30\x33"), NULL); } { InternalsVisibleToAttribute_t1D9772A02892BAC440952F880A43C257E6C3E68C * tmp = (InternalsVisibleToAttribute_t1D9772A02892BAC440952F880A43C257E6C3E68C *)cache->attributes[118]; InternalsVisibleToAttribute__ctor_m420071A75DCEEC72356490C64B4B0B9270DA32B9(tmp, il2cpp_codegen_string_new_wrapper("\x55\x6E\x69\x74\x79\x2E\x49\x6E\x74\x65\x72\x6E\x61\x6C\x41\x50\x49\x45\x6E\x67\x69\x6E\x65\x42\x72\x69\x64\x67\x65\x2E\x30\x31\x32"), NULL); } { InternalsVisibleToAttribute_t1D9772A02892BAC440952F880A43C257E6C3E68C * tmp = (InternalsVisibleToAttribute_t1D9772A02892BAC440952F880A43C257E6C3E68C *)cache->attributes[119]; InternalsVisibleToAttribute__ctor_m420071A75DCEEC72356490C64B4B0B9270DA32B9(tmp, il2cpp_codegen_string_new_wrapper("\x55\x6E\x69\x74\x79\x2E\x49\x6E\x74\x65\x72\x6E\x61\x6C\x41\x50\x49\x45\x6E\x67\x69\x6E\x65\x42\x72\x69\x64\x67\x65\x2E\x30\x30\x36"), NULL); } { InternalsVisibleToAttribute_t1D9772A02892BAC440952F880A43C257E6C3E68C * tmp = (InternalsVisibleToAttribute_t1D9772A02892BAC440952F880A43C257E6C3E68C *)cache->attributes[120]; InternalsVisibleToAttribute__ctor_m420071A75DCEEC72356490C64B4B0B9270DA32B9(tmp, il2cpp_codegen_string_new_wrapper("\x55\x6E\x69\x74\x79\x2E\x49\x6E\x74\x65\x72\x6E\x61\x6C\x41\x50\x49\x45\x6E\x67\x69\x6E\x65\x42\x72\x69\x64\x67\x65\x2E\x30\x30\x37"), NULL); } { InternalsVisibleToAttribute_t1D9772A02892BAC440952F880A43C257E6C3E68C * tmp = (InternalsVisibleToAttribute_t1D9772A02892BAC440952F880A43C257E6C3E68C *)cache->attributes[121]; InternalsVisibleToAttribute__ctor_m420071A75DCEEC72356490C64B4B0B9270DA32B9(tmp, il2cpp_codegen_string_new_wrapper("\x55\x6E\x69\x74\x79\x2E\x49\x6E\x74\x65\x72\x6E\x61\x6C\x41\x50\x49\x45\x6E\x67\x69\x6E\x65\x42\x72\x69\x64\x67\x65\x2E\x30\x30\x38"), NULL); } { InternalsVisibleToAttribute_t1D9772A02892BAC440952F880A43C257E6C3E68C * tmp = (InternalsVisibleToAttribute_t1D9772A02892BAC440952F880A43C257E6C3E68C *)cache->attributes[122]; InternalsVisibleToAttribute__ctor_m420071A75DCEEC72356490C64B4B0B9270DA32B9(tmp, il2cpp_codegen_string_new_wrapper("\x55\x6E\x69\x74\x79\x2E\x49\x6E\x74\x65\x72\x6E\x61\x6C\x41\x50\x49\x45\x6E\x67\x69\x6E\x65\x42\x72\x69\x64\x67\x65\x2E\x30\x30\x39"), NULL); } { InternalsVisibleToAttribute_t1D9772A02892BAC440952F880A43C257E6C3E68C * tmp = (InternalsVisibleToAttribute_t1D9772A02892BAC440952F880A43C257E6C3E68C *)cache->attributes[123]; InternalsVisibleToAttribute__ctor_m420071A75DCEEC72356490C64B4B0B9270DA32B9(tmp, il2cpp_codegen_string_new_wrapper("\x55\x6E\x69\x74\x79\x2E\x49\x6E\x74\x65\x72\x6E\x61\x6C\x41\x50\x49\x45\x6E\x67\x69\x6E\x65\x42\x72\x69\x64\x67\x65\x2E\x30\x31\x30"), NULL); } { InternalsVisibleToAttribute_t1D9772A02892BAC440952F880A43C257E6C3E68C * tmp = (InternalsVisibleToAttribute_t1D9772A02892BAC440952F880A43C257E6C3E68C *)cache->attributes[124]; InternalsVisibleToAttribute__ctor_m420071A75DCEEC72356490C64B4B0B9270DA32B9(tmp, il2cpp_codegen_string_new_wrapper("\x55\x6E\x69\x74\x79\x2E\x49\x6E\x74\x65\x72\x6E\x61\x6C\x41\x50\x49\x45\x6E\x67\x69\x6E\x65\x42\x72\x69\x64\x67\x65\x2E\x30\x30\x35"), NULL); } { InternalsVisibleToAttribute_t1D9772A02892BAC440952F880A43C257E6C3E68C * tmp = (InternalsVisibleToAttribute_t1D9772A02892BAC440952F880A43C257E6C3E68C *)cache->attributes[125]; InternalsVisibleToAttribute__ctor_m420071A75DCEEC72356490C64B4B0B9270DA32B9(tmp, il2cpp_codegen_string_new_wrapper("\x55\x6E\x69\x74\x79\x2E\x49\x6E\x74\x65\x72\x6E\x61\x6C\x41\x50\x49\x45\x6E\x67\x69\x6E\x65\x42\x72\x69\x64\x67\x65\x2E\x30\x31\x34"), NULL); } { InternalsVisibleToAttribute_t1D9772A02892BAC440952F880A43C257E6C3E68C * tmp = (InternalsVisibleToAttribute_t1D9772A02892BAC440952F880A43C257E6C3E68C *)cache->attributes[126]; InternalsVisibleToAttribute__ctor_m420071A75DCEEC72356490C64B4B0B9270DA32B9(tmp, il2cpp_codegen_string_new_wrapper("\x55\x6E\x69\x74\x79\x2E\x49\x6E\x74\x65\x72\x6E\x61\x6C\x41\x50\x49\x45\x6E\x67\x69\x6E\x65\x42\x72\x69\x64\x67\x65\x2E\x30\x31\x35"), NULL); } { InternalsVisibleToAttribute_t1D9772A02892BAC440952F880A43C257E6C3E68C * tmp = (InternalsVisibleToAttribute_t1D9772A02892BAC440952F880A43C257E6C3E68C *)cache->attributes[127]; InternalsVisibleToAttribute__ctor_m420071A75DCEEC72356490C64B4B0B9270DA32B9(tmp, il2cpp_codegen_string_new_wrapper("\x55\x6E\x69\x74\x79\x2E\x53\x75\x62\x73\x79\x73\x74\x65\x6D\x2E\x52\x65\x67\x69\x73\x74\x72\x61\x74\x69\x6F\x6E"), NULL); } { InternalsVisibleToAttribute_t1D9772A02892BAC440952F880A43C257E6C3E68C * tmp = (InternalsVisibleToAttribute_t1D9772A02892BAC440952F880A43C257E6C3E68C *)cache->attributes[128]; InternalsVisibleToAttribute__ctor_m420071A75DCEEC72356490C64B4B0B9270DA32B9(tmp, il2cpp_codegen_string_new_wrapper("\x55\x6E\x69\x74\x79\x2E\x75\x63\x67\x2E\x51\x6F\x53"), NULL); } { InternalsVisibleToAttribute_t1D9772A02892BAC440952F880A43C257E6C3E68C * tmp = (InternalsVisibleToAttribute_t1D9772A02892BAC440952F880A43C257E6C3E68C *)cache->attributes[129]; InternalsVisibleToAttribute__ctor_m420071A75DCEEC72356490C64B4B0B9270DA32B9(tmp, il2cpp_codegen_string_new_wrapper("\x55\x6E\x69\x74\x79\x2E\x49\x6E\x74\x65\x72\x6E\x61\x6C\x41\x50\x49\x45\x6E\x67\x69\x6E\x65\x42\x72\x69\x64\x67\x65\x2E\x30\x31\x36"), NULL); } { InternalsVisibleToAttribute_t1D9772A02892BAC440952F880A43C257E6C3E68C * tmp = (InternalsVisibleToAttribute_t1D9772A02892BAC440952F880A43C257E6C3E68C *)cache->attributes[130]; InternalsVisibleToAttribute__ctor_m420071A75DCEEC72356490C64B4B0B9270DA32B9(tmp, il2cpp_codegen_string_new_wrapper("\x55\x6E\x69\x74\x79\x2E\x49\x6E\x74\x65\x72\x6E\x61\x6C\x41\x50\x49\x45\x6E\x67\x69\x6E\x65\x42\x72\x69\x64\x67\x65\x2E\x30\x31\x37"), NULL); } { InternalsVisibleToAttribute_t1D9772A02892BAC440952F880A43C257E6C3E68C * tmp = (InternalsVisibleToAttribute_t1D9772A02892BAC440952F880A43C257E6C3E68C *)cache->attributes[131]; InternalsVisibleToAttribute__ctor_m420071A75DCEEC72356490C64B4B0B9270DA32B9(tmp, il2cpp_codegen_string_new_wrapper("\x55\x6E\x69\x74\x79\x2E\x49\x6E\x74\x65\x72\x6E\x61\x6C\x41\x50\x49\x45\x6E\x67\x69\x6E\x65\x42\x72\x69\x64\x67\x65\x2E\x30\x31\x38"), NULL); } { InternalsVisibleToAttribute_t1D9772A02892BAC440952F880A43C257E6C3E68C * tmp = (InternalsVisibleToAttribute_t1D9772A02892BAC440952F880A43C257E6C3E68C *)cache->attributes[132]; InternalsVisibleToAttribute__ctor_m420071A75DCEEC72356490C64B4B0B9270DA32B9(tmp, il2cpp_codegen_string_new_wrapper("\x55\x6E\x69\x74\x79\x2E\x49\x6E\x74\x65\x72\x6E\x61\x6C\x41\x50\x49\x45\x6E\x67\x69\x6E\x65\x42\x72\x69\x64\x67\x65\x2E\x30\x31\x39"), NULL); } { InternalsVisibleToAttribute_t1D9772A02892BAC440952F880A43C257E6C3E68C * tmp = (InternalsVisibleToAttribute_t1D9772A02892BAC440952F880A43C257E6C3E68C *)cache->attributes[133]; InternalsVisibleToAttribute__ctor_m420071A75DCEEC72356490C64B4B0B9270DA32B9(tmp, il2cpp_codegen_string_new_wrapper("\x55\x6E\x69\x74\x79\x2E\x49\x6E\x74\x65\x72\x6E\x61\x6C\x41\x50\x49\x45\x6E\x67\x69\x6E\x65\x42\x72\x69\x64\x67\x65\x2E\x30\x32\x30"), NULL); } { InternalsVisibleToAttribute_t1D9772A02892BAC440952F880A43C257E6C3E68C * tmp = (InternalsVisibleToAttribute_t1D9772A02892BAC440952F880A43C257E6C3E68C *)cache->attributes[134]; InternalsVisibleToAttribute__ctor_m420071A75DCEEC72356490C64B4B0B9270DA32B9(tmp, il2cpp_codegen_string_new_wrapper("\x55\x6E\x69\x74\x79\x2E\x49\x6E\x74\x65\x72\x6E\x61\x6C\x41\x50\x49\x45\x6E\x67\x69\x6E\x65\x42\x72\x69\x64\x67\x65\x2E\x30\x32\x31"), NULL); } { InternalsVisibleToAttribute_t1D9772A02892BAC440952F880A43C257E6C3E68C * tmp = (InternalsVisibleToAttribute_t1D9772A02892BAC440952F880A43C257E6C3E68C *)cache->attributes[135]; InternalsVisibleToAttribute__ctor_m420071A75DCEEC72356490C64B4B0B9270DA32B9(tmp, il2cpp_codegen_string_new_wrapper("\x55\x6E\x69\x74\x79\x2E\x49\x6E\x74\x65\x72\x6E\x61\x6C\x41\x50\x49\x45\x6E\x67\x69\x6E\x65\x42\x72\x69\x64\x67\x65\x2E\x30\x32\x32"), NULL); } { InternalsVisibleToAttribute_t1D9772A02892BAC440952F880A43C257E6C3E68C * tmp = (InternalsVisibleToAttribute_t1D9772A02892BAC440952F880A43C257E6C3E68C *)cache->attributes[136]; InternalsVisibleToAttribute__ctor_m420071A75DCEEC72356490C64B4B0B9270DA32B9(tmp, il2cpp_codegen_string_new_wrapper("\x55\x6E\x69\x74\x79\x2E\x49\x6E\x74\x65\x72\x6E\x61\x6C\x41\x50\x49\x45\x6E\x67\x69\x6E\x65\x42\x72\x69\x64\x67\x65\x2E\x30\x32\x33"), NULL); } { InternalsVisibleToAttribute_t1D9772A02892BAC440952F880A43C257E6C3E68C * tmp = (InternalsVisibleToAttribute_t1D9772A02892BAC440952F880A43C257E6C3E68C *)cache->attributes[137]; InternalsVisibleToAttribute__ctor_m420071A75DCEEC72356490C64B4B0B9270DA32B9(tmp, il2cpp_codegen_string_new_wrapper("\x55\x6E\x69\x74\x79\x2E\x49\x6E\x74\x65\x72\x6E\x61\x6C\x41\x50\x49\x45\x6E\x67\x69\x6E\x65\x42\x72\x69\x64\x67\x65\x2E\x30\x32\x34"), NULL); } { InternalsVisibleToAttribute_t1D9772A02892BAC440952F880A43C257E6C3E68C * tmp = (InternalsVisibleToAttribute_t1D9772A02892BAC440952F880A43C257E6C3E68C *)cache->attributes[138]; InternalsVisibleToAttribute__ctor_m420071A75DCEEC72356490C64B4B0B9270DA32B9(tmp, il2cpp_codegen_string_new_wrapper("\x55\x6E\x69\x74\x79\x2E\x49\x6E\x74\x65\x72\x6E\x61\x6C\x41\x50\x49\x45\x6E\x67\x69\x6E\x65\x42\x72\x69\x64\x67\x65\x44\x65\x76\x2E\x30\x30\x31"), NULL); } { InternalsVisibleToAttribute_t1D9772A02892BAC440952F880A43C257E6C3E68C * tmp = (InternalsVisibleToAttribute_t1D9772A02892BAC440952F880A43C257E6C3E68C *)cache->attributes[139]; InternalsVisibleToAttribute__ctor_m420071A75DCEEC72356490C64B4B0B9270DA32B9(tmp, il2cpp_codegen_string_new_wrapper("\x55\x6E\x69\x74\x79\x2E\x49\x6E\x74\x65\x72\x6E\x61\x6C\x41\x50\x49\x45\x6E\x67\x69\x6E\x65\x42\x72\x69\x64\x67\x65\x44\x65\x76\x2E\x30\x30\x32"), NULL); } { InternalsVisibleToAttribute_t1D9772A02892BAC440952F880A43C257E6C3E68C * tmp = (InternalsVisibleToAttribute_t1D9772A02892BAC440952F880A43C257E6C3E68C *)cache->attributes[140]; InternalsVisibleToAttribute__ctor_m420071A75DCEEC72356490C64B4B0B9270DA32B9(tmp, il2cpp_codegen_string_new_wrapper("\x55\x6E\x69\x74\x79\x2E\x49\x6E\x74\x65\x72\x6E\x61\x6C\x41\x50\x49\x45\x6E\x67\x69\x6E\x65\x42\x72\x69\x64\x67\x65\x44\x65\x76\x2E\x30\x30\x33"), NULL); } { InternalsVisibleToAttribute_t1D9772A02892BAC440952F880A43C257E6C3E68C * tmp = (InternalsVisibleToAttribute_t1D9772A02892BAC440952F880A43C257E6C3E68C *)cache->attributes[141]; InternalsVisibleToAttribute__ctor_m420071A75DCEEC72356490C64B4B0B9270DA32B9(tmp, il2cpp_codegen_string_new_wrapper("\x55\x6E\x69\x74\x79\x2E\x49\x6E\x74\x65\x72\x6E\x61\x6C\x41\x50\x49\x45\x6E\x67\x69\x6E\x65\x42\x72\x69\x64\x67\x65\x44\x65\x76\x2E\x30\x30\x34"), NULL); } { InternalsVisibleToAttribute_t1D9772A02892BAC440952F880A43C257E6C3E68C * tmp = (InternalsVisibleToAttribute_t1D9772A02892BAC440952F880A43C257E6C3E68C *)cache->attributes[142]; InternalsVisibleToAttribute__ctor_m420071A75DCEEC72356490C64B4B0B9270DA32B9(tmp, il2cpp_codegen_string_new_wrapper("\x55\x6E\x69\x74\x79\x2E\x49\x6E\x74\x65\x72\x6E\x61\x6C\x41\x50\x49\x45\x6E\x67\x69\x6E\x65\x42\x72\x69\x64\x67\x65\x44\x65\x76\x2E\x30\x30\x35"), NULL); } { InternalsVisibleToAttribute_t1D9772A02892BAC440952F880A43C257E6C3E68C * tmp = (InternalsVisibleToAttribute_t1D9772A02892BAC440952F880A43C257E6C3E68C *)cache->attributes[143]; InternalsVisibleToAttribute__ctor_m420071A75DCEEC72356490C64B4B0B9270DA32B9(tmp, il2cpp_codegen_string_new_wrapper("\x55\x6E\x69\x74\x79\x45\x6E\x67\x69\x6E\x65\x2E\x43\x6C\x6F\x75\x64"), NULL); } { InternalsVisibleToAttribute_t1D9772A02892BAC440952F880A43C257E6C3E68C * tmp = (InternalsVisibleToAttribute_t1D9772A02892BAC440952F880A43C257E6C3E68C *)cache->attributes[144]; InternalsVisibleToAttribute__ctor_m420071A75DCEEC72356490C64B4B0B9270DA32B9(tmp, il2cpp_codegen_string_new_wrapper("\x55\x6E\x69\x74\x79\x45\x6E\x67\x69\x6E\x65\x2E\x55\x49"), NULL); } } static void EmbeddedAttribute_t8FAE3C464790289E5FE9D307ADB8C4D78CF3F730_CustomAttributesCacheGenerator(CustomAttributesCache* cache) { { CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C * tmp = (CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C *)cache->attributes[0]; CompilerGeneratedAttribute__ctor_m9DC3E4E2DA76FE93948D44199213E2E924DCBE35(tmp, NULL); } { EmbeddedAttribute_t8FAE3C464790289E5FE9D307ADB8C4D78CF3F730 * tmp = (EmbeddedAttribute_t8FAE3C464790289E5FE9D307ADB8C4D78CF3F730 *)cache->attributes[1]; EmbeddedAttribute__ctor_m35649EE3B9671A19785552230116420086304147(tmp, NULL); } } static void IsReadOnlyAttribute_t9610E1835712EB13B89763BF77397C5A7D7809F0_CustomAttributesCacheGenerator(CustomAttributesCache* cache) { { CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C * tmp = (CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C *)cache->attributes[0]; CompilerGeneratedAttribute__ctor_m9DC3E4E2DA76FE93948D44199213E2E924DCBE35(tmp, NULL); } { EmbeddedAttribute_t8FAE3C464790289E5FE9D307ADB8C4D78CF3F730 * tmp = (EmbeddedAttribute_t8FAE3C464790289E5FE9D307ADB8C4D78CF3F730 *)cache->attributes[1]; EmbeddedAttribute__ctor_m35649EE3B9671A19785552230116420086304147(tmp, NULL); } } static void ClickDetector_tC3AB6CC891D0E83397A7254613B77C9DDC3029A4_CustomAttributesCacheGenerator_U3Cs_DoubleClickTimeU3Ek__BackingField(CustomAttributesCache* cache) { { DebuggerBrowsableAttribute_t2FA4793AD1982F5150E07D26822ED5953CD90F53 * tmp = (DebuggerBrowsableAttribute_t2FA4793AD1982F5150E07D26822ED5953CD90F53 *)cache->attributes[0]; DebuggerBrowsableAttribute__ctor_mAA8BCC1E418754685F320B14A08AC226E76346E5(tmp, 0LL, NULL); } { CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C * tmp = (CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C *)cache->attributes[1]; CompilerGeneratedAttribute__ctor_m9DC3E4E2DA76FE93948D44199213E2E924DCBE35(tmp, NULL); } } static void ClickDetector_tC3AB6CC891D0E83397A7254613B77C9DDC3029A4_CustomAttributesCacheGenerator_ClickDetector_get_s_DoubleClickTime_m0F9BBCF5920D2D67BB6E3098233016CC6A9607BC(CustomAttributesCache* cache) { { CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C * tmp = (CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C *)cache->attributes[0]; CompilerGeneratedAttribute__ctor_m9DC3E4E2DA76FE93948D44199213E2E924DCBE35(tmp, NULL); } } static void ContextualMenuManager_t1B67CC8512D92D98FE15C246943960CB604C9796_CustomAttributesCacheGenerator_U3CdisplayMenuHandledOSXU3Ek__BackingField(CustomAttributesCache* cache) { { CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C * tmp = (CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C *)cache->attributes[0]; CompilerGeneratedAttribute__ctor_m9DC3E4E2DA76FE93948D44199213E2E924DCBE35(tmp, NULL); } { DebuggerBrowsableAttribute_t2FA4793AD1982F5150E07D26822ED5953CD90F53 * tmp = (DebuggerBrowsableAttribute_t2FA4793AD1982F5150E07D26822ED5953CD90F53 *)cache->attributes[1]; DebuggerBrowsableAttribute__ctor_mAA8BCC1E418754685F320B14A08AC226E76346E5(tmp, 0LL, NULL); } } static void Cursor_t6FF56333603B811AE4BB9A0C7D66B88D874A4C4F_CustomAttributesCacheGenerator_U3CtextureU3Ek__BackingField(CustomAttributesCache* cache) { { CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C * tmp = (CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C *)cache->attributes[0]; CompilerGeneratedAttribute__ctor_m9DC3E4E2DA76FE93948D44199213E2E924DCBE35(tmp, NULL); } { DebuggerBrowsableAttribute_t2FA4793AD1982F5150E07D26822ED5953CD90F53 * tmp = (DebuggerBrowsableAttribute_t2FA4793AD1982F5150E07D26822ED5953CD90F53 *)cache->attributes[1]; DebuggerBrowsableAttribute__ctor_mAA8BCC1E418754685F320B14A08AC226E76346E5(tmp, 0LL, NULL); } } static void Cursor_t6FF56333603B811AE4BB9A0C7D66B88D874A4C4F_CustomAttributesCacheGenerator_U3ChotspotU3Ek__BackingField(CustomAttributesCache* cache) { { CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C * tmp = (CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C *)cache->attributes[0]; CompilerGeneratedAttribute__ctor_m9DC3E4E2DA76FE93948D44199213E2E924DCBE35(tmp, NULL); } { DebuggerBrowsableAttribute_t2FA4793AD1982F5150E07D26822ED5953CD90F53 * tmp = (DebuggerBrowsableAttribute_t2FA4793AD1982F5150E07D26822ED5953CD90F53 *)cache->attributes[1]; DebuggerBrowsableAttribute__ctor_mAA8BCC1E418754685F320B14A08AC226E76346E5(tmp, 0LL, NULL); } } static void Cursor_t6FF56333603B811AE4BB9A0C7D66B88D874A4C4F_CustomAttributesCacheGenerator_U3CdefaultCursorIdU3Ek__BackingField(CustomAttributesCache* cache) { { CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C * tmp = (CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C *)cache->attributes[0]; CompilerGeneratedAttribute__ctor_m9DC3E4E2DA76FE93948D44199213E2E924DCBE35(tmp, NULL); } { DebuggerBrowsableAttribute_t2FA4793AD1982F5150E07D26822ED5953CD90F53 * tmp = (DebuggerBrowsableAttribute_t2FA4793AD1982F5150E07D26822ED5953CD90F53 *)cache->attributes[1]; DebuggerBrowsableAttribute__ctor_mAA8BCC1E418754685F320B14A08AC226E76346E5(tmp, 0LL, NULL); } } static void Cursor_t6FF56333603B811AE4BB9A0C7D66B88D874A4C4F_CustomAttributesCacheGenerator_Cursor_get_texture_mB0B9D7B2D91E1035B27E05742D5CFAFC6E35D7B0(CustomAttributesCache* cache) { { CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C * tmp = (CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C *)cache->attributes[0]; CompilerGeneratedAttribute__ctor_m9DC3E4E2DA76FE93948D44199213E2E924DCBE35(tmp, NULL); } { IsReadOnlyAttribute_t9610E1835712EB13B89763BF77397C5A7D7809F0 * tmp = (IsReadOnlyAttribute_t9610E1835712EB13B89763BF77397C5A7D7809F0 *)cache->attributes[1]; IsReadOnlyAttribute__ctor_mA9A8E58FB04548467EBD2CB7907AE0B94A770E29(tmp, NULL); } } static void Cursor_t6FF56333603B811AE4BB9A0C7D66B88D874A4C4F_CustomAttributesCacheGenerator_Cursor_get_hotspot_m64A89A4010D9037EE97CE02AF70C80B7CCA8DE84(CustomAttributesCache* cache) { { IsReadOnlyAttribute_t9610E1835712EB13B89763BF77397C5A7D7809F0 * tmp = (IsReadOnlyAttribute_t9610E1835712EB13B89763BF77397C5A7D7809F0 *)cache->attributes[0]; IsReadOnlyAttribute__ctor_mA9A8E58FB04548467EBD2CB7907AE0B94A770E29(tmp, NULL); } { CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C * tmp = (CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C *)cache->attributes[1]; CompilerGeneratedAttribute__ctor_m9DC3E4E2DA76FE93948D44199213E2E924DCBE35(tmp, NULL); } } static void Cursor_t6FF56333603B811AE4BB9A0C7D66B88D874A4C4F_CustomAttributesCacheGenerator_Cursor_get_defaultCursorId_m78BEDF5FAB1CF3E17784CAC1F1A62622B8B32F54(CustomAttributesCache* cache) { { CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C * tmp = (CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C *)cache->attributes[0]; CompilerGeneratedAttribute__ctor_m9DC3E4E2DA76FE93948D44199213E2E924DCBE35(tmp, NULL); } { IsReadOnlyAttribute_t9610E1835712EB13B89763BF77397C5A7D7809F0 * tmp = (IsReadOnlyAttribute_t9610E1835712EB13B89763BF77397C5A7D7809F0 *)cache->attributes[1]; IsReadOnlyAttribute__ctor_mA9A8E58FB04548467EBD2CB7907AE0B94A770E29(tmp, NULL); } } static void EventDispatcher_t96A750D2456ECAD9F478B4BBB9832D3D05948BC8_CustomAttributesCacheGenerator_U3CpointerStateU3Ek__BackingField(CustomAttributesCache* cache) { { DebuggerBrowsableAttribute_t2FA4793AD1982F5150E07D26822ED5953CD90F53 * tmp = (DebuggerBrowsableAttribute_t2FA4793AD1982F5150E07D26822ED5953CD90F53 *)cache->attributes[0]; DebuggerBrowsableAttribute__ctor_mAA8BCC1E418754685F320B14A08AC226E76346E5(tmp, 0LL, NULL); } { CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C * tmp = (CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C *)cache->attributes[1]; CompilerGeneratedAttribute__ctor_m9DC3E4E2DA76FE93948D44199213E2E924DCBE35(tmp, NULL); } } static void EventDispatcher_t96A750D2456ECAD9F478B4BBB9832D3D05948BC8_CustomAttributesCacheGenerator_EventDispatcher_get_pointerState_mA675C72BDE1A673E104ECFD96FADBD3BC13D6F70(CustomAttributesCache* cache) { { CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C * tmp = (CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C *)cache->attributes[0]; CompilerGeneratedAttribute__ctor_m9DC3E4E2DA76FE93948D44199213E2E924DCBE35(tmp, NULL); } } static void Focusable_t54CC145FEE85D2A5D92761C419288150CF5BEC14_CustomAttributesCacheGenerator_U3CfocusableU3Ek__BackingField(CustomAttributesCache* cache) { { DebuggerBrowsableAttribute_t2FA4793AD1982F5150E07D26822ED5953CD90F53 * tmp = (DebuggerBrowsableAttribute_t2FA4793AD1982F5150E07D26822ED5953CD90F53 *)cache->attributes[0]; DebuggerBrowsableAttribute__ctor_mAA8BCC1E418754685F320B14A08AC226E76346E5(tmp, 0LL, NULL); } { CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C * tmp = (CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C *)cache->attributes[1]; CompilerGeneratedAttribute__ctor_m9DC3E4E2DA76FE93948D44199213E2E924DCBE35(tmp, NULL); } } static void Focusable_t54CC145FEE85D2A5D92761C419288150CF5BEC14_CustomAttributesCacheGenerator_U3CtabIndexU3Ek__BackingField(CustomAttributesCache* cache) { { DebuggerBrowsableAttribute_t2FA4793AD1982F5150E07D26822ED5953CD90F53 * tmp = (DebuggerBrowsableAttribute_t2FA4793AD1982F5150E07D26822ED5953CD90F53 *)cache->attributes[0]; DebuggerBrowsableAttribute__ctor_mAA8BCC1E418754685F320B14A08AC226E76346E5(tmp, 0LL, NULL); } { CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C * tmp = (CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C *)cache->attributes[1]; CompilerGeneratedAttribute__ctor_m9DC3E4E2DA76FE93948D44199213E2E924DCBE35(tmp, NULL); } } static void Focusable_t54CC145FEE85D2A5D92761C419288150CF5BEC14_CustomAttributesCacheGenerator_Focusable_get_focusable_mA3BF33F025B1AE6F0E8E220E58DE6BDC1FDAB310(CustomAttributesCache* cache) { { CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C * tmp = (CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C *)cache->attributes[0]; CompilerGeneratedAttribute__ctor_m9DC3E4E2DA76FE93948D44199213E2E924DCBE35(tmp, NULL); } } static void Focusable_t54CC145FEE85D2A5D92761C419288150CF5BEC14_CustomAttributesCacheGenerator_Focusable_get_tabIndex_mB8299F9106AA1B50FD651FDF64BD51AB4739F78B(CustomAttributesCache* cache) { { CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C * tmp = (CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C *)cache->attributes[0]; CompilerGeneratedAttribute__ctor_m9DC3E4E2DA76FE93948D44199213E2E924DCBE35(tmp, NULL); } } static void FocusChangeDirection_t735EB259C7198DEC617BA20828C4F947F35C0118_CustomAttributesCacheGenerator_U3CunspecifiedU3Ek__BackingField(CustomAttributesCache* cache) { { DebuggerBrowsableAttribute_t2FA4793AD1982F5150E07D26822ED5953CD90F53 * tmp = (DebuggerBrowsableAttribute_t2FA4793AD1982F5150E07D26822ED5953CD90F53 *)cache->attributes[0]; DebuggerBrowsableAttribute__ctor_mAA8BCC1E418754685F320B14A08AC226E76346E5(tmp, 0LL, NULL); } { CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C * tmp = (CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C *)cache->attributes[1]; CompilerGeneratedAttribute__ctor_m9DC3E4E2DA76FE93948D44199213E2E924DCBE35(tmp, NULL); } } static void FocusChangeDirection_t735EB259C7198DEC617BA20828C4F947F35C0118_CustomAttributesCacheGenerator_U3CnoneU3Ek__BackingField(CustomAttributesCache* cache) { { CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C * tmp = (CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C *)cache->attributes[0]; CompilerGeneratedAttribute__ctor_m9DC3E4E2DA76FE93948D44199213E2E924DCBE35(tmp, NULL); } { DebuggerBrowsableAttribute_t2FA4793AD1982F5150E07D26822ED5953CD90F53 * tmp = (DebuggerBrowsableAttribute_t2FA4793AD1982F5150E07D26822ED5953CD90F53 *)cache->attributes[1]; DebuggerBrowsableAttribute__ctor_mAA8BCC1E418754685F320B14A08AC226E76346E5(tmp, 0LL, NULL); } } static void FocusChangeDirection_t735EB259C7198DEC617BA20828C4F947F35C0118_CustomAttributesCacheGenerator_U3ClastValueU3Ek__BackingField(CustomAttributesCache* cache) { { DebuggerBrowsableAttribute_t2FA4793AD1982F5150E07D26822ED5953CD90F53 * tmp = (DebuggerBrowsableAttribute_t2FA4793AD1982F5150E07D26822ED5953CD90F53 *)cache->attributes[0]; DebuggerBrowsableAttribute__ctor_mAA8BCC1E418754685F320B14A08AC226E76346E5(tmp, 0LL, NULL); } { CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C * tmp = (CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C *)cache->attributes[1]; CompilerGeneratedAttribute__ctor_m9DC3E4E2DA76FE93948D44199213E2E924DCBE35(tmp, NULL); } } static void FocusChangeDirection_t735EB259C7198DEC617BA20828C4F947F35C0118_CustomAttributesCacheGenerator_FocusChangeDirection_get_unspecified_mB6539EF9E8F9F8E354F55ABDBBBBC4C9F921CACC(CustomAttributesCache* cache) { { CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C * tmp = (CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C *)cache->attributes[0]; CompilerGeneratedAttribute__ctor_m9DC3E4E2DA76FE93948D44199213E2E924DCBE35(tmp, NULL); } } static void FocusChangeDirection_t735EB259C7198DEC617BA20828C4F947F35C0118_CustomAttributesCacheGenerator_FocusChangeDirection_get_none_m702BB27310D1EA0511E7CD4FB0B9515D331BA53A(CustomAttributesCache* cache) { { CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C * tmp = (CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C *)cache->attributes[0]; CompilerGeneratedAttribute__ctor_m9DC3E4E2DA76FE93948D44199213E2E924DCBE35(tmp, NULL); } } static void FocusChangeDirection_t735EB259C7198DEC617BA20828C4F947F35C0118_CustomAttributesCacheGenerator_FocusChangeDirection_get_lastValue_mF67FF11312EC1CDB50948F86C1A683BFB58F1A13(CustomAttributesCache* cache) { { CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C * tmp = (CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C *)cache->attributes[0]; CompilerGeneratedAttribute__ctor_m9DC3E4E2DA76FE93948D44199213E2E924DCBE35(tmp, NULL); } } static void FocusController_tC337430532E3E8FF9AD076CA4A5E3F49E437839B_CustomAttributesCacheGenerator_U3CfocusRingU3Ek__BackingField(CustomAttributesCache* cache) { { DebuggerBrowsableAttribute_t2FA4793AD1982F5150E07D26822ED5953CD90F53 * tmp = (DebuggerBrowsableAttribute_t2FA4793AD1982F5150E07D26822ED5953CD90F53 *)cache->attributes[0]; DebuggerBrowsableAttribute__ctor_mAA8BCC1E418754685F320B14A08AC226E76346E5(tmp, 0LL, NULL); } { CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C * tmp = (CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C *)cache->attributes[1]; CompilerGeneratedAttribute__ctor_m9DC3E4E2DA76FE93948D44199213E2E924DCBE35(tmp, NULL); } } static void FocusController_tC337430532E3E8FF9AD076CA4A5E3F49E437839B_CustomAttributesCacheGenerator_U3CimguiKeyboardControlU3Ek__BackingField(CustomAttributesCache* cache) { { CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C * tmp = (CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C *)cache->attributes[0]; CompilerGeneratedAttribute__ctor_m9DC3E4E2DA76FE93948D44199213E2E924DCBE35(tmp, NULL); } { DebuggerBrowsableAttribute_t2FA4793AD1982F5150E07D26822ED5953CD90F53 * tmp = (DebuggerBrowsableAttribute_t2FA4793AD1982F5150E07D26822ED5953CD90F53 *)cache->attributes[1]; DebuggerBrowsableAttribute__ctor_mAA8BCC1E418754685F320B14A08AC226E76346E5(tmp, 0LL, NULL); } } static void FocusController_tC337430532E3E8FF9AD076CA4A5E3F49E437839B_CustomAttributesCacheGenerator_FocusController_get_focusRing_m4F1F97ACCF6AABC41A33130C6FE0B4CCADC24FED(CustomAttributesCache* cache) { { CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C * tmp = (CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C *)cache->attributes[0]; CompilerGeneratedAttribute__ctor_m9DC3E4E2DA76FE93948D44199213E2E924DCBE35(tmp, NULL); } } static void FocusController_tC337430532E3E8FF9AD076CA4A5E3F49E437839B_CustomAttributesCacheGenerator_FocusController_get_imguiKeyboardControl_mBE7CB44518FCA881F216C44C4495AF31B27F64B9(CustomAttributesCache* cache) { { CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C * tmp = (CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C *)cache->attributes[0]; CompilerGeneratedAttribute__ctor_m9DC3E4E2DA76FE93948D44199213E2E924DCBE35(tmp, NULL); } } static void FocusController_tC337430532E3E8FF9AD076CA4A5E3F49E437839B_CustomAttributesCacheGenerator_FocusController_set_imguiKeyboardControl_mFA1DE58DC2F23604F24B86A66C773BD10849DFAA(CustomAttributesCache* cache) { { CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C * tmp = (CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C *)cache->attributes[0]; CompilerGeneratedAttribute__ctor_m9DC3E4E2DA76FE93948D44199213E2E924DCBE35(tmp, NULL); } } static void IMGUIContainer_t0C8BA9DB6BE59812D122D0B25558114E24DAC9C0_CustomAttributesCacheGenerator_U3ClastWorldClipU3Ek__BackingField(CustomAttributesCache* cache) { { DebuggerBrowsableAttribute_t2FA4793AD1982F5150E07D26822ED5953CD90F53 * tmp = (DebuggerBrowsableAttribute_t2FA4793AD1982F5150E07D26822ED5953CD90F53 *)cache->attributes[0]; DebuggerBrowsableAttribute__ctor_mAA8BCC1E418754685F320B14A08AC226E76346E5(tmp, 0LL, NULL); } { CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C * tmp = (CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C *)cache->attributes[1]; CompilerGeneratedAttribute__ctor_m9DC3E4E2DA76FE93948D44199213E2E924DCBE35(tmp, NULL); } } static void IMGUIContainer_t0C8BA9DB6BE59812D122D0B25558114E24DAC9C0_CustomAttributesCacheGenerator_U3CcontextTypeU3Ek__BackingField(CustomAttributesCache* cache) { { DebuggerBrowsableAttribute_t2FA4793AD1982F5150E07D26822ED5953CD90F53 * tmp = (DebuggerBrowsableAttribute_t2FA4793AD1982F5150E07D26822ED5953CD90F53 *)cache->attributes[0]; DebuggerBrowsableAttribute__ctor_mAA8BCC1E418754685F320B14A08AC226E76346E5(tmp, 0LL, NULL); } { CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C * tmp = (CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C *)cache->attributes[1]; CompilerGeneratedAttribute__ctor_m9DC3E4E2DA76FE93948D44199213E2E924DCBE35(tmp, NULL); } } static void IMGUIContainer_t0C8BA9DB6BE59812D122D0B25558114E24DAC9C0_CustomAttributesCacheGenerator_U3CfocusOnlyIfHasFocusableControlsU3Ek__BackingField(CustomAttributesCache* cache) { { CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C * tmp = (CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C *)cache->attributes[0]; CompilerGeneratedAttribute__ctor_m9DC3E4E2DA76FE93948D44199213E2E924DCBE35(tmp, NULL); } { DebuggerBrowsableAttribute_t2FA4793AD1982F5150E07D26822ED5953CD90F53 * tmp = (DebuggerBrowsableAttribute_t2FA4793AD1982F5150E07D26822ED5953CD90F53 *)cache->attributes[1]; DebuggerBrowsableAttribute__ctor_mAA8BCC1E418754685F320B14A08AC226E76346E5(tmp, 0LL, NULL); } } static void IMGUIContainer_t0C8BA9DB6BE59812D122D0B25558114E24DAC9C0_CustomAttributesCacheGenerator_IMGUIContainer_get_lastWorldClip_m559BC7B8AC19A0E9EFBFE1818D2B0FFCF95088AF(CustomAttributesCache* cache) { { CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C * tmp = (CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C *)cache->attributes[0]; CompilerGeneratedAttribute__ctor_m9DC3E4E2DA76FE93948D44199213E2E924DCBE35(tmp, NULL); } } static void IMGUIContainer_t0C8BA9DB6BE59812D122D0B25558114E24DAC9C0_CustomAttributesCacheGenerator_IMGUIContainer_get_contextType_mEED3AA9B355FBF46948D9CA19EB97AC6F01ABF29(CustomAttributesCache* cache) { { CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C * tmp = (CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C *)cache->attributes[0]; CompilerGeneratedAttribute__ctor_m9DC3E4E2DA76FE93948D44199213E2E924DCBE35(tmp, NULL); } } static void IMGUIContainer_t0C8BA9DB6BE59812D122D0B25558114E24DAC9C0_CustomAttributesCacheGenerator_IMGUIContainer_get_focusOnlyIfHasFocusableControls_m1A4C1DDB09520D386617676965A094D201F0FC5B(CustomAttributesCache* cache) { { CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C * tmp = (CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C *)cache->attributes[0]; CompilerGeneratedAttribute__ctor_m9DC3E4E2DA76FE93948D44199213E2E924DCBE35(tmp, NULL); } } static void IMGUIContainer_t0C8BA9DB6BE59812D122D0B25558114E24DAC9C0_CustomAttributesCacheGenerator_IMGUIContainer_U3CDoOnGUIU3Eb__55_0_m7B609E2BBF96D93484F1A18875E617E01E48B8BC(CustomAttributesCache* cache) { { CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C * tmp = (CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C *)cache->attributes[0]; CompilerGeneratedAttribute__ctor_m9DC3E4E2DA76FE93948D44199213E2E924DCBE35(tmp, NULL); } } static void MouseCaptureController_tB17179178DC02A2F269EC031393039B88E8DB619_CustomAttributesCacheGenerator(CustomAttributesCache* cache) { { ExtensionAttribute_t917F3F92E717DC8B2D7BC03967A9790B1B8EF7CC * tmp = (ExtensionAttribute_t917F3F92E717DC8B2D7BC03967A9790B1B8EF7CC *)cache->attributes[0]; ExtensionAttribute__ctor_mB331519C39C4210259A248A4C629DF934937C1FA(tmp, NULL); } } static void MouseCaptureController_tB17179178DC02A2F269EC031393039B88E8DB619_CustomAttributesCacheGenerator_MouseCaptureController_HasMouseCapture_m9760F1E89C054D37CC2C819C30C02219EC51B53C(CustomAttributesCache* cache) { { ExtensionAttribute_t917F3F92E717DC8B2D7BC03967A9790B1B8EF7CC * tmp = (ExtensionAttribute_t917F3F92E717DC8B2D7BC03967A9790B1B8EF7CC *)cache->attributes[0]; ExtensionAttribute__ctor_mB331519C39C4210259A248A4C629DF934937C1FA(tmp, NULL); } } static void MouseCaptureController_tB17179178DC02A2F269EC031393039B88E8DB619_CustomAttributesCacheGenerator_MouseCaptureController_CaptureMouse_mFD566FC54CFDDE4D7C23C2CE6CAF0C55BA87DCB6(CustomAttributesCache* cache) { { ExtensionAttribute_t917F3F92E717DC8B2D7BC03967A9790B1B8EF7CC * tmp = (ExtensionAttribute_t917F3F92E717DC8B2D7BC03967A9790B1B8EF7CC *)cache->attributes[0]; ExtensionAttribute__ctor_mB331519C39C4210259A248A4C629DF934937C1FA(tmp, NULL); } } static void MouseCaptureController_tB17179178DC02A2F269EC031393039B88E8DB619_CustomAttributesCacheGenerator_MouseCaptureController_ReleaseMouse_m85961EA94DC96AF6FB4600DF153B18857FE55F3B(CustomAttributesCache* cache) { { ExtensionAttribute_t917F3F92E717DC8B2D7BC03967A9790B1B8EF7CC * tmp = (ExtensionAttribute_t917F3F92E717DC8B2D7BC03967A9790B1B8EF7CC *)cache->attributes[0]; ExtensionAttribute__ctor_mB331519C39C4210259A248A4C629DF934937C1FA(tmp, NULL); } } static void VersionChangeType_t3FEBAA280040F0B49F9F86685176341749F475FB_CustomAttributesCacheGenerator(CustomAttributesCache* cache) { { FlagsAttribute_t511C558FACEF1CC64702A8FAB67CAF3CBA65DF36 * tmp = (FlagsAttribute_t511C558FACEF1CC64702A8FAB67CAF3CBA65DF36 *)cache->attributes[0]; FlagsAttribute__ctor_mE8DCBA1BE0E6B0424FEF5E5F249733CF6A0E1229(tmp, NULL); } } static void RenderHints_t2229F1931CE245189511EF02048FF877499D8D75_CustomAttributesCacheGenerator(CustomAttributesCache* cache) { { FlagsAttribute_t511C558FACEF1CC64702A8FAB67CAF3CBA65DF36 * tmp = (FlagsAttribute_t511C558FACEF1CC64702A8FAB67CAF3CBA65DF36 *)cache->attributes[0]; FlagsAttribute__ctor_mE8DCBA1BE0E6B0424FEF5E5F249733CF6A0E1229(tmp, NULL); } } static void RepaintData_tECDD72801BC6B1F14937D2AAC25D0181CAE14510_CustomAttributesCacheGenerator_U3CcurrentOffsetU3Ek__BackingField(CustomAttributesCache* cache) { { DebuggerBrowsableAttribute_t2FA4793AD1982F5150E07D26822ED5953CD90F53 * tmp = (DebuggerBrowsableAttribute_t2FA4793AD1982F5150E07D26822ED5953CD90F53 *)cache->attributes[0]; DebuggerBrowsableAttribute__ctor_mAA8BCC1E418754685F320B14A08AC226E76346E5(tmp, 0LL, NULL); } { CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C * tmp = (CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C *)cache->attributes[1]; CompilerGeneratedAttribute__ctor_m9DC3E4E2DA76FE93948D44199213E2E924DCBE35(tmp, NULL); } } static void RepaintData_tECDD72801BC6B1F14937D2AAC25D0181CAE14510_CustomAttributesCacheGenerator_U3CmousePositionU3Ek__BackingField(CustomAttributesCache* cache) { { DebuggerBrowsableAttribute_t2FA4793AD1982F5150E07D26822ED5953CD90F53 * tmp = (DebuggerBrowsableAttribute_t2FA4793AD1982F5150E07D26822ED5953CD90F53 *)cache->attributes[0]; DebuggerBrowsableAttribute__ctor_mAA8BCC1E418754685F320B14A08AC226E76346E5(tmp, 0LL, NULL); } { CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C * tmp = (CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C *)cache->attributes[1]; CompilerGeneratedAttribute__ctor_m9DC3E4E2DA76FE93948D44199213E2E924DCBE35(tmp, NULL); } } static void RepaintData_tECDD72801BC6B1F14937D2AAC25D0181CAE14510_CustomAttributesCacheGenerator_U3CcurrentWorldClipU3Ek__BackingField(CustomAttributesCache* cache) { { DebuggerBrowsableAttribute_t2FA4793AD1982F5150E07D26822ED5953CD90F53 * tmp = (DebuggerBrowsableAttribute_t2FA4793AD1982F5150E07D26822ED5953CD90F53 *)cache->attributes[0]; DebuggerBrowsableAttribute__ctor_mAA8BCC1E418754685F320B14A08AC226E76346E5(tmp, 0LL, NULL); } { CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C * tmp = (CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C *)cache->attributes[1]; CompilerGeneratedAttribute__ctor_m9DC3E4E2DA76FE93948D44199213E2E924DCBE35(tmp, NULL); } } static void RepaintData_tECDD72801BC6B1F14937D2AAC25D0181CAE14510_CustomAttributesCacheGenerator_U3CrepaintEventU3Ek__BackingField(CustomAttributesCache* cache) { { DebuggerBrowsableAttribute_t2FA4793AD1982F5150E07D26822ED5953CD90F53 * tmp = (DebuggerBrowsableAttribute_t2FA4793AD1982F5150E07D26822ED5953CD90F53 *)cache->attributes[0]; DebuggerBrowsableAttribute__ctor_mAA8BCC1E418754685F320B14A08AC226E76346E5(tmp, 0LL, NULL); } { CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C * tmp = (CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C *)cache->attributes[1]; CompilerGeneratedAttribute__ctor_m9DC3E4E2DA76FE93948D44199213E2E924DCBE35(tmp, NULL); } } static void RepaintData_tECDD72801BC6B1F14937D2AAC25D0181CAE14510_CustomAttributesCacheGenerator_RepaintData_get_currentOffset_mA1CF953FC14565CC923AD638AE8766B6EB288B34(CustomAttributesCache* cache) { { CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C * tmp = (CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C *)cache->attributes[0]; CompilerGeneratedAttribute__ctor_m9DC3E4E2DA76FE93948D44199213E2E924DCBE35(tmp, NULL); } } static void RepaintData_tECDD72801BC6B1F14937D2AAC25D0181CAE14510_CustomAttributesCacheGenerator_RepaintData_set_repaintEvent_m017C75D49486B04AB55CBBE44474DB785DCB1EBA(CustomAttributesCache* cache) { { CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C * tmp = (CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C *)cache->attributes[0]; CompilerGeneratedAttribute__ctor_m9DC3E4E2DA76FE93948D44199213E2E924DCBE35(tmp, NULL); } } static void BaseVisualElementPanel_t0BFFA91D18C8A7D905330E2D6DE84B9B67E7BE30_CustomAttributesCacheGenerator_panelDisposed(CustomAttributesCache* cache) { { CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C * tmp = (CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C *)cache->attributes[0]; CompilerGeneratedAttribute__ctor_m9DC3E4E2DA76FE93948D44199213E2E924DCBE35(tmp, NULL); } { DebuggerBrowsableAttribute_t2FA4793AD1982F5150E07D26822ED5953CD90F53 * tmp = (DebuggerBrowsableAttribute_t2FA4793AD1982F5150E07D26822ED5953CD90F53 *)cache->attributes[1]; DebuggerBrowsableAttribute__ctor_mAA8BCC1E418754685F320B14A08AC226E76346E5(tmp, 0LL, NULL); } } static void BaseVisualElementPanel_t0BFFA91D18C8A7D905330E2D6DE84B9B67E7BE30_CustomAttributesCacheGenerator_U3CclearSettingsU3Ek__BackingField(CustomAttributesCache* cache) { { DebuggerBrowsableAttribute_t2FA4793AD1982F5150E07D26822ED5953CD90F53 * tmp = (DebuggerBrowsableAttribute_t2FA4793AD1982F5150E07D26822ED5953CD90F53 *)cache->attributes[0]; DebuggerBrowsableAttribute__ctor_mAA8BCC1E418754685F320B14A08AC226E76346E5(tmp, 0LL, NULL); } { CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C * tmp = (CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C *)cache->attributes[1]; CompilerGeneratedAttribute__ctor_m9DC3E4E2DA76FE93948D44199213E2E924DCBE35(tmp, NULL); } } static void BaseVisualElementPanel_t0BFFA91D18C8A7D905330E2D6DE84B9B67E7BE30_CustomAttributesCacheGenerator_U3CduringLayoutPhaseU3Ek__BackingField(CustomAttributesCache* cache) { { DebuggerBrowsableAttribute_t2FA4793AD1982F5150E07D26822ED5953CD90F53 * tmp = (DebuggerBrowsableAttribute_t2FA4793AD1982F5150E07D26822ED5953CD90F53 *)cache->attributes[0]; DebuggerBrowsableAttribute__ctor_mAA8BCC1E418754685F320B14A08AC226E76346E5(tmp, 0LL, NULL); } { CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C * tmp = (CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C *)cache->attributes[1]; CompilerGeneratedAttribute__ctor_m9DC3E4E2DA76FE93948D44199213E2E924DCBE35(tmp, NULL); } } static void BaseVisualElementPanel_t0BFFA91D18C8A7D905330E2D6DE84B9B67E7BE30_CustomAttributesCacheGenerator_U3CrepaintDataU3Ek__BackingField(CustomAttributesCache* cache) { { DebuggerBrowsableAttribute_t2FA4793AD1982F5150E07D26822ED5953CD90F53 * tmp = (DebuggerBrowsableAttribute_t2FA4793AD1982F5150E07D26822ED5953CD90F53 *)cache->attributes[0]; DebuggerBrowsableAttribute__ctor_mAA8BCC1E418754685F320B14A08AC226E76346E5(tmp, 0LL, NULL); } { CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C * tmp = (CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C *)cache->attributes[1]; CompilerGeneratedAttribute__ctor_m9DC3E4E2DA76FE93948D44199213E2E924DCBE35(tmp, NULL); } } static void BaseVisualElementPanel_t0BFFA91D18C8A7D905330E2D6DE84B9B67E7BE30_CustomAttributesCacheGenerator_U3CcursorManagerU3Ek__BackingField(CustomAttributesCache* cache) { { CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C * tmp = (CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C *)cache->attributes[0]; CompilerGeneratedAttribute__ctor_m9DC3E4E2DA76FE93948D44199213E2E924DCBE35(tmp, NULL); } { DebuggerBrowsableAttribute_t2FA4793AD1982F5150E07D26822ED5953CD90F53 * tmp = (DebuggerBrowsableAttribute_t2FA4793AD1982F5150E07D26822ED5953CD90F53 *)cache->attributes[1]; DebuggerBrowsableAttribute__ctor_mAA8BCC1E418754685F320B14A08AC226E76346E5(tmp, 0LL, NULL); } } static void BaseVisualElementPanel_t0BFFA91D18C8A7D905330E2D6DE84B9B67E7BE30_CustomAttributesCacheGenerator_U3CcontextualMenuManagerU3Ek__BackingField(CustomAttributesCache* cache) { { DebuggerBrowsableAttribute_t2FA4793AD1982F5150E07D26822ED5953CD90F53 * tmp = (DebuggerBrowsableAttribute_t2FA4793AD1982F5150E07D26822ED5953CD90F53 *)cache->attributes[0]; DebuggerBrowsableAttribute__ctor_mAA8BCC1E418754685F320B14A08AC226E76346E5(tmp, 0LL, NULL); } { CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C * tmp = (CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C *)cache->attributes[1]; CompilerGeneratedAttribute__ctor_m9DC3E4E2DA76FE93948D44199213E2E924DCBE35(tmp, NULL); } } static void BaseVisualElementPanel_t0BFFA91D18C8A7D905330E2D6DE84B9B67E7BE30_CustomAttributesCacheGenerator_U3CdisposedU3Ek__BackingField(CustomAttributesCache* cache) { { DebuggerBrowsableAttribute_t2FA4793AD1982F5150E07D26822ED5953CD90F53 * tmp = (DebuggerBrowsableAttribute_t2FA4793AD1982F5150E07D26822ED5953CD90F53 *)cache->attributes[0]; DebuggerBrowsableAttribute__ctor_mAA8BCC1E418754685F320B14A08AC226E76346E5(tmp, 0LL, NULL); } { CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C * tmp = (CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C *)cache->attributes[1]; CompilerGeneratedAttribute__ctor_m9DC3E4E2DA76FE93948D44199213E2E924DCBE35(tmp, NULL); } } static void BaseVisualElementPanel_t0BFFA91D18C8A7D905330E2D6DE84B9B67E7BE30_CustomAttributesCacheGenerator_standardShaderChanged(CustomAttributesCache* cache) { { CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C * tmp = (CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C *)cache->attributes[0]; CompilerGeneratedAttribute__ctor_m9DC3E4E2DA76FE93948D44199213E2E924DCBE35(tmp, NULL); } { DebuggerBrowsableAttribute_t2FA4793AD1982F5150E07D26822ED5953CD90F53 * tmp = (DebuggerBrowsableAttribute_t2FA4793AD1982F5150E07D26822ED5953CD90F53 *)cache->attributes[1]; DebuggerBrowsableAttribute__ctor_mAA8BCC1E418754685F320B14A08AC226E76346E5(tmp, 0LL, NULL); } } static void BaseVisualElementPanel_t0BFFA91D18C8A7D905330E2D6DE84B9B67E7BE30_CustomAttributesCacheGenerator_standardWorldSpaceShaderChanged(CustomAttributesCache* cache) { { DebuggerBrowsableAttribute_t2FA4793AD1982F5150E07D26822ED5953CD90F53 * tmp = (DebuggerBrowsableAttribute_t2FA4793AD1982F5150E07D26822ED5953CD90F53 *)cache->attributes[0]; DebuggerBrowsableAttribute__ctor_mAA8BCC1E418754685F320B14A08AC226E76346E5(tmp, 0LL, NULL); } { CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C * tmp = (CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C *)cache->attributes[1]; CompilerGeneratedAttribute__ctor_m9DC3E4E2DA76FE93948D44199213E2E924DCBE35(tmp, NULL); } } static void BaseVisualElementPanel_t0BFFA91D18C8A7D905330E2D6DE84B9B67E7BE30_CustomAttributesCacheGenerator_atlasChanged(CustomAttributesCache* cache) { { CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C * tmp = (CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C *)cache->attributes[0]; CompilerGeneratedAttribute__ctor_m9DC3E4E2DA76FE93948D44199213E2E924DCBE35(tmp, NULL); } { DebuggerBrowsableAttribute_t2FA4793AD1982F5150E07D26822ED5953CD90F53 * tmp = (DebuggerBrowsableAttribute_t2FA4793AD1982F5150E07D26822ED5953CD90F53 *)cache->attributes[1]; DebuggerBrowsableAttribute__ctor_mAA8BCC1E418754685F320B14A08AC226E76346E5(tmp, 0LL, NULL); } } static void BaseVisualElementPanel_t0BFFA91D18C8A7D905330E2D6DE84B9B67E7BE30_CustomAttributesCacheGenerator_updateMaterial(CustomAttributesCache* cache) { { CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C * tmp = (CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C *)cache->attributes[0]; CompilerGeneratedAttribute__ctor_m9DC3E4E2DA76FE93948D44199213E2E924DCBE35(tmp, NULL); } { DebuggerBrowsableAttribute_t2FA4793AD1982F5150E07D26822ED5953CD90F53 * tmp = (DebuggerBrowsableAttribute_t2FA4793AD1982F5150E07D26822ED5953CD90F53 *)cache->attributes[1]; DebuggerBrowsableAttribute__ctor_mAA8BCC1E418754685F320B14A08AC226E76346E5(tmp, 0LL, NULL); } } static void BaseVisualElementPanel_t0BFFA91D18C8A7D905330E2D6DE84B9B67E7BE30_CustomAttributesCacheGenerator_hierarchyChanged(CustomAttributesCache* cache) { { CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C * tmp = (CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C *)cache->attributes[0]; CompilerGeneratedAttribute__ctor_m9DC3E4E2DA76FE93948D44199213E2E924DCBE35(tmp, NULL); } { DebuggerBrowsableAttribute_t2FA4793AD1982F5150E07D26822ED5953CD90F53 * tmp = (DebuggerBrowsableAttribute_t2FA4793AD1982F5150E07D26822ED5953CD90F53 *)cache->attributes[1]; DebuggerBrowsableAttribute__ctor_mAA8BCC1E418754685F320B14A08AC226E76346E5(tmp, 0LL, NULL); } } static void BaseVisualElementPanel_t0BFFA91D18C8A7D905330E2D6DE84B9B67E7BE30_CustomAttributesCacheGenerator_beforeUpdate(CustomAttributesCache* cache) { { CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C * tmp = (CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C *)cache->attributes[0]; CompilerGeneratedAttribute__ctor_m9DC3E4E2DA76FE93948D44199213E2E924DCBE35(tmp, NULL); } { DebuggerBrowsableAttribute_t2FA4793AD1982F5150E07D26822ED5953CD90F53 * tmp = (DebuggerBrowsableAttribute_t2FA4793AD1982F5150E07D26822ED5953CD90F53 *)cache->attributes[1]; DebuggerBrowsableAttribute__ctor_mAA8BCC1E418754685F320B14A08AC226E76346E5(tmp, 0LL, NULL); } } static void BaseVisualElementPanel_t0BFFA91D18C8A7D905330E2D6DE84B9B67E7BE30_CustomAttributesCacheGenerator_BaseVisualElementPanel_get_duringLayoutPhase_m29E7AA00103718DF6E84688201C1851BF0590F6E(CustomAttributesCache* cache) { { CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C * tmp = (CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C *)cache->attributes[0]; CompilerGeneratedAttribute__ctor_m9DC3E4E2DA76FE93948D44199213E2E924DCBE35(tmp, NULL); } } static void BaseVisualElementPanel_t0BFFA91D18C8A7D905330E2D6DE84B9B67E7BE30_CustomAttributesCacheGenerator_BaseVisualElementPanel_get_repaintData_m8C0EB53A84D72681A5F64DB7D7138DEBDF79B907(CustomAttributesCache* cache) { { CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C * tmp = (CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C *)cache->attributes[0]; CompilerGeneratedAttribute__ctor_m9DC3E4E2DA76FE93948D44199213E2E924DCBE35(tmp, NULL); } } static void BaseVisualElementPanel_t0BFFA91D18C8A7D905330E2D6DE84B9B67E7BE30_CustomAttributesCacheGenerator_BaseVisualElementPanel_get_disposed_m44D50828E8ABCBD3F4B02AAAF1814D07F6DAA345(CustomAttributesCache* cache) { { CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C * tmp = (CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C *)cache->attributes[0]; CompilerGeneratedAttribute__ctor_m9DC3E4E2DA76FE93948D44199213E2E924DCBE35(tmp, NULL); } } static void BaseVisualElementPanel_t0BFFA91D18C8A7D905330E2D6DE84B9B67E7BE30_CustomAttributesCacheGenerator_BaseVisualElementPanel_set_disposed_mF2065052DC7234B7934AA0ABD7F3DDA6712956B3(CustomAttributesCache* cache) { { CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C * tmp = (CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C *)cache->attributes[0]; CompilerGeneratedAttribute__ctor_m9DC3E4E2DA76FE93948D44199213E2E924DCBE35(tmp, NULL); } } static void Panel_t476A329F94E775CA31284CD78FD12460EEB05A3F_CustomAttributesCacheGenerator_U3CdispatcherU3Ek__BackingField(CustomAttributesCache* cache) { { CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C * tmp = (CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C *)cache->attributes[0]; CompilerGeneratedAttribute__ctor_m9DC3E4E2DA76FE93948D44199213E2E924DCBE35(tmp, NULL); } { DebuggerBrowsableAttribute_t2FA4793AD1982F5150E07D26822ED5953CD90F53 * tmp = (DebuggerBrowsableAttribute_t2FA4793AD1982F5150E07D26822ED5953CD90F53 *)cache->attributes[1]; DebuggerBrowsableAttribute__ctor_mAA8BCC1E418754685F320B14A08AC226E76346E5(tmp, 0LL, NULL); } } static void Panel_t476A329F94E775CA31284CD78FD12460EEB05A3F_CustomAttributesCacheGenerator_U3CownerObjectU3Ek__BackingField(CustomAttributesCache* cache) { { DebuggerBrowsableAttribute_t2FA4793AD1982F5150E07D26822ED5953CD90F53 * tmp = (DebuggerBrowsableAttribute_t2FA4793AD1982F5150E07D26822ED5953CD90F53 *)cache->attributes[0]; DebuggerBrowsableAttribute__ctor_mAA8BCC1E418754685F320B14A08AC226E76346E5(tmp, 0LL, NULL); } { CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C * tmp = (CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C *)cache->attributes[1]; CompilerGeneratedAttribute__ctor_m9DC3E4E2DA76FE93948D44199213E2E924DCBE35(tmp, NULL); } } static void Panel_t476A329F94E775CA31284CD78FD12460EEB05A3F_CustomAttributesCacheGenerator_U3CcontextTypeU3Ek__BackingField(CustomAttributesCache* cache) { { CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C * tmp = (CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C *)cache->attributes[0]; CompilerGeneratedAttribute__ctor_m9DC3E4E2DA76FE93948D44199213E2E924DCBE35(tmp, NULL); } { DebuggerBrowsableAttribute_t2FA4793AD1982F5150E07D26822ED5953CD90F53 * tmp = (DebuggerBrowsableAttribute_t2FA4793AD1982F5150E07D26822ED5953CD90F53 *)cache->attributes[1]; DebuggerBrowsableAttribute__ctor_mAA8BCC1E418754685F320B14A08AC226E76346E5(tmp, 0LL, NULL); } } static void Panel_t476A329F94E775CA31284CD78FD12460EEB05A3F_CustomAttributesCacheGenerator_U3CsaveViewDataU3Ek__BackingField(CustomAttributesCache* cache) { { DebuggerBrowsableAttribute_t2FA4793AD1982F5150E07D26822ED5953CD90F53 * tmp = (DebuggerBrowsableAttribute_t2FA4793AD1982F5150E07D26822ED5953CD90F53 *)cache->attributes[0]; DebuggerBrowsableAttribute__ctor_mAA8BCC1E418754685F320B14A08AC226E76346E5(tmp, 0LL, NULL); } { CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C * tmp = (CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C *)cache->attributes[1]; CompilerGeneratedAttribute__ctor_m9DC3E4E2DA76FE93948D44199213E2E924DCBE35(tmp, NULL); } } static void Panel_t476A329F94E775CA31284CD78FD12460EEB05A3F_CustomAttributesCacheGenerator_U3CgetViewDataDictionaryU3Ek__BackingField(CustomAttributesCache* cache) { { DebuggerBrowsableAttribute_t2FA4793AD1982F5150E07D26822ED5953CD90F53 * tmp = (DebuggerBrowsableAttribute_t2FA4793AD1982F5150E07D26822ED5953CD90F53 *)cache->attributes[0]; DebuggerBrowsableAttribute__ctor_mAA8BCC1E418754685F320B14A08AC226E76346E5(tmp, 0LL, NULL); } { CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C * tmp = (CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C *)cache->attributes[1]; CompilerGeneratedAttribute__ctor_m9DC3E4E2DA76FE93948D44199213E2E924DCBE35(tmp, NULL); } } static void Panel_t476A329F94E775CA31284CD78FD12460EEB05A3F_CustomAttributesCacheGenerator_U3CfocusControllerU3Ek__BackingField(CustomAttributesCache* cache) { { CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C * tmp = (CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C *)cache->attributes[0]; CompilerGeneratedAttribute__ctor_m9DC3E4E2DA76FE93948D44199213E2E924DCBE35(tmp, NULL); } { DebuggerBrowsableAttribute_t2FA4793AD1982F5150E07D26822ED5953CD90F53 * tmp = (DebuggerBrowsableAttribute_t2FA4793AD1982F5150E07D26822ED5953CD90F53 *)cache->attributes[1]; DebuggerBrowsableAttribute__ctor_mAA8BCC1E418754685F320B14A08AC226E76346E5(tmp, 0LL, NULL); } } static void Panel_t476A329F94E775CA31284CD78FD12460EEB05A3F_CustomAttributesCacheGenerator_U3CIMGUIEventInterestsU3Ek__BackingField(CustomAttributesCache* cache) { { DebuggerBrowsableAttribute_t2FA4793AD1982F5150E07D26822ED5953CD90F53 * tmp = (DebuggerBrowsableAttribute_t2FA4793AD1982F5150E07D26822ED5953CD90F53 *)cache->attributes[0]; DebuggerBrowsableAttribute__ctor_mAA8BCC1E418754685F320B14A08AC226E76346E5(tmp, 0LL, NULL); } { CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C * tmp = (CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C *)cache->attributes[1]; CompilerGeneratedAttribute__ctor_m9DC3E4E2DA76FE93948D44199213E2E924DCBE35(tmp, NULL); } } static void Panel_t476A329F94E775CA31284CD78FD12460EEB05A3F_CustomAttributesCacheGenerator_U3CloadResourceFuncU3Ek__BackingField(CustomAttributesCache* cache) { { DebuggerBrowsableAttribute_t2FA4793AD1982F5150E07D26822ED5953CD90F53 * tmp = (DebuggerBrowsableAttribute_t2FA4793AD1982F5150E07D26822ED5953CD90F53 *)cache->attributes[0]; DebuggerBrowsableAttribute__ctor_mAA8BCC1E418754685F320B14A08AC226E76346E5(tmp, 0LL, NULL); } { CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C * tmp = (CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C *)cache->attributes[1]; CompilerGeneratedAttribute__ctor_m9DC3E4E2DA76FE93948D44199213E2E924DCBE35(tmp, NULL); } } static void Panel_t476A329F94E775CA31284CD78FD12460EEB05A3F_CustomAttributesCacheGenerator_U3CTimeSinceStartupU3Ek__BackingField(CustomAttributesCache* cache) { { DebuggerBrowsableAttribute_t2FA4793AD1982F5150E07D26822ED5953CD90F53 * tmp = (DebuggerBrowsableAttribute_t2FA4793AD1982F5150E07D26822ED5953CD90F53 *)cache->attributes[0]; DebuggerBrowsableAttribute__ctor_mAA8BCC1E418754685F320B14A08AC226E76346E5(tmp, 0LL, NULL); } { CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C * tmp = (CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C *)cache->attributes[1]; CompilerGeneratedAttribute__ctor_m9DC3E4E2DA76FE93948D44199213E2E924DCBE35(tmp, NULL); } } static void Panel_t476A329F94E775CA31284CD78FD12460EEB05A3F_CustomAttributesCacheGenerator_U3CIMGUIContainersCountU3Ek__BackingField(CustomAttributesCache* cache) { { CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C * tmp = (CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C *)cache->attributes[0]; CompilerGeneratedAttribute__ctor_m9DC3E4E2DA76FE93948D44199213E2E924DCBE35(tmp, NULL); } { DebuggerBrowsableAttribute_t2FA4793AD1982F5150E07D26822ED5953CD90F53 * tmp = (DebuggerBrowsableAttribute_t2FA4793AD1982F5150E07D26822ED5953CD90F53 *)cache->attributes[1]; DebuggerBrowsableAttribute__ctor_mAA8BCC1E418754685F320B14A08AC226E76346E5(tmp, 0LL, NULL); } } static void Panel_t476A329F94E775CA31284CD78FD12460EEB05A3F_CustomAttributesCacheGenerator_U3CrootIMGUIContainerU3Ek__BackingField(CustomAttributesCache* cache) { { CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C * tmp = (CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C *)cache->attributes[0]; CompilerGeneratedAttribute__ctor_m9DC3E4E2DA76FE93948D44199213E2E924DCBE35(tmp, NULL); } { DebuggerBrowsableAttribute_t2FA4793AD1982F5150E07D26822ED5953CD90F53 * tmp = (DebuggerBrowsableAttribute_t2FA4793AD1982F5150E07D26822ED5953CD90F53 *)cache->attributes[1]; DebuggerBrowsableAttribute__ctor_mAA8BCC1E418754685F320B14A08AC226E76346E5(tmp, 0LL, NULL); } } static void Panel_t476A329F94E775CA31284CD78FD12460EEB05A3F_CustomAttributesCacheGenerator_beforeAnyRepaint(CustomAttributesCache* cache) { { CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C * tmp = (CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C *)cache->attributes[0]; CompilerGeneratedAttribute__ctor_m9DC3E4E2DA76FE93948D44199213E2E924DCBE35(tmp, NULL); } { DebuggerBrowsableAttribute_t2FA4793AD1982F5150E07D26822ED5953CD90F53 * tmp = (DebuggerBrowsableAttribute_t2FA4793AD1982F5150E07D26822ED5953CD90F53 *)cache->attributes[1]; DebuggerBrowsableAttribute__ctor_mAA8BCC1E418754685F320B14A08AC226E76346E5(tmp, 0LL, NULL); } } static void Panel_t476A329F94E775CA31284CD78FD12460EEB05A3F_CustomAttributesCacheGenerator_Panel_get_dispatcher_m0B3FE190F0E1ADA939DE90A467137336D9095613(CustomAttributesCache* cache) { { CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C * tmp = (CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C *)cache->attributes[0]; CompilerGeneratedAttribute__ctor_m9DC3E4E2DA76FE93948D44199213E2E924DCBE35(tmp, NULL); } } static void Panel_t476A329F94E775CA31284CD78FD12460EEB05A3F_CustomAttributesCacheGenerator_Panel_get_ownerObject_m9BFDEF2F68F4E81D60039B9A09A1D77549D95ADC(CustomAttributesCache* cache) { { CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C * tmp = (CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C *)cache->attributes[0]; CompilerGeneratedAttribute__ctor_m9DC3E4E2DA76FE93948D44199213E2E924DCBE35(tmp, NULL); } } static void Panel_t476A329F94E775CA31284CD78FD12460EEB05A3F_CustomAttributesCacheGenerator_Panel_get_contextType_m4592156375BE89F7962C8F34F5DA2907C469F781(CustomAttributesCache* cache) { { CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C * tmp = (CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C *)cache->attributes[0]; CompilerGeneratedAttribute__ctor_m9DC3E4E2DA76FE93948D44199213E2E924DCBE35(tmp, NULL); } } static void Panel_t476A329F94E775CA31284CD78FD12460EEB05A3F_CustomAttributesCacheGenerator_Panel_get_focusController_mC3C8E03BBD6E411FD6DF506A5A5FDAC187E6C3B8(CustomAttributesCache* cache) { { CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C * tmp = (CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C *)cache->attributes[0]; CompilerGeneratedAttribute__ctor_m9DC3E4E2DA76FE93948D44199213E2E924DCBE35(tmp, NULL); } } static void Panel_t476A329F94E775CA31284CD78FD12460EEB05A3F_CustomAttributesCacheGenerator_Panel_get_IMGUIEventInterests_m331B2B7A88A756B47B6B752F33F6BE4384517BEB(CustomAttributesCache* cache) { { CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C * tmp = (CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C *)cache->attributes[0]; CompilerGeneratedAttribute__ctor_m9DC3E4E2DA76FE93948D44199213E2E924DCBE35(tmp, NULL); } } static void Panel_t476A329F94E775CA31284CD78FD12460EEB05A3F_CustomAttributesCacheGenerator_Panel_get_TimeSinceStartup_mD5C764851154DFF6101A959C2D145E914EEABAF6(CustomAttributesCache* cache) { { CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C * tmp = (CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C *)cache->attributes[0]; CompilerGeneratedAttribute__ctor_m9DC3E4E2DA76FE93948D44199213E2E924DCBE35(tmp, NULL); } } static void Panel_t476A329F94E775CA31284CD78FD12460EEB05A3F_CustomAttributesCacheGenerator_Panel_get_IMGUIContainersCount_m780ADFFAB6763A905C0D50179C7E16A51E91A80E(CustomAttributesCache* cache) { { CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C * tmp = (CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C *)cache->attributes[0]; CompilerGeneratedAttribute__ctor_m9DC3E4E2DA76FE93948D44199213E2E924DCBE35(tmp, NULL); } } static void Panel_t476A329F94E775CA31284CD78FD12460EEB05A3F_CustomAttributesCacheGenerator_Panel_get_rootIMGUIContainer_m19EDFB767FF2FC6CDA39F8683405A630389963EF(CustomAttributesCache* cache) { { CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C * tmp = (CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C *)cache->attributes[0]; CompilerGeneratedAttribute__ctor_m9DC3E4E2DA76FE93948D44199213E2E924DCBE35(tmp, NULL); } } static void BaseRuntimePanel_t74D3C6BB15505935A817612DF7E4BF5C1207BF7C_CustomAttributesCacheGenerator_destroyed(CustomAttributesCache* cache) { { CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C * tmp = (CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C *)cache->attributes[0]; CompilerGeneratedAttribute__ctor_m9DC3E4E2DA76FE93948D44199213E2E924DCBE35(tmp, NULL); } { DebuggerBrowsableAttribute_t2FA4793AD1982F5150E07D26822ED5953CD90F53 * tmp = (DebuggerBrowsableAttribute_t2FA4793AD1982F5150E07D26822ED5953CD90F53 *)cache->attributes[1]; DebuggerBrowsableAttribute__ctor_mAA8BCC1E418754685F320B14A08AC226E76346E5(tmp, 0LL, NULL); } } static void BaseRuntimePanel_t74D3C6BB15505935A817612DF7E4BF5C1207BF7C_CustomAttributesCacheGenerator_U3CtargetDisplayU3Ek__BackingField(CustomAttributesCache* cache) { { DebuggerBrowsableAttribute_t2FA4793AD1982F5150E07D26822ED5953CD90F53 * tmp = (DebuggerBrowsableAttribute_t2FA4793AD1982F5150E07D26822ED5953CD90F53 *)cache->attributes[0]; DebuggerBrowsableAttribute__ctor_mAA8BCC1E418754685F320B14A08AC226E76346E5(tmp, 0LL, NULL); } { CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C * tmp = (CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C *)cache->attributes[1]; CompilerGeneratedAttribute__ctor_m9DC3E4E2DA76FE93948D44199213E2E924DCBE35(tmp, NULL); } } static void BaseRuntimePanel_t74D3C6BB15505935A817612DF7E4BF5C1207BF7C_CustomAttributesCacheGenerator_BaseRuntimePanel_add_destroyed_mB314BB1911A52AFF1B07E63CC0EB7229F7B47551(CustomAttributesCache* cache) { { CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C * tmp = (CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C *)cache->attributes[0]; CompilerGeneratedAttribute__ctor_m9DC3E4E2DA76FE93948D44199213E2E924DCBE35(tmp, NULL); } } static void BaseRuntimePanel_t74D3C6BB15505935A817612DF7E4BF5C1207BF7C_CustomAttributesCacheGenerator_BaseRuntimePanel_remove_destroyed_mE8D90F08FEADEE30957023301032013AF568894B(CustomAttributesCache* cache) { { CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C * tmp = (CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C *)cache->attributes[0]; CompilerGeneratedAttribute__ctor_m9DC3E4E2DA76FE93948D44199213E2E924DCBE35(tmp, NULL); } } static void BaseRuntimePanel_t74D3C6BB15505935A817612DF7E4BF5C1207BF7C_CustomAttributesCacheGenerator_BaseRuntimePanel_get_targetDisplay_m969C6CBB80B6A7CEB843FDFF0E1B550219D507CB(CustomAttributesCache* cache) { { CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C * tmp = (CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C *)cache->attributes[0]; CompilerGeneratedAttribute__ctor_m9DC3E4E2DA76FE93948D44199213E2E924DCBE35(tmp, NULL); } } static void U3CU3Ec_t48F9B8CC8704CFA928B619185C48BC353F2B9420_CustomAttributesCacheGenerator(CustomAttributesCache* cache) { { CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C * tmp = (CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C *)cache->attributes[0]; CompilerGeneratedAttribute__ctor_m9DC3E4E2DA76FE93948D44199213E2E924DCBE35(tmp, NULL); } } static void PointerCaptureHelper_t20382CAE7DBDA8879F4EBBC5D9AAF696D180A9EC_CustomAttributesCacheGenerator(CustomAttributesCache* cache) { { ExtensionAttribute_t917F3F92E717DC8B2D7BC03967A9790B1B8EF7CC * tmp = (ExtensionAttribute_t917F3F92E717DC8B2D7BC03967A9790B1B8EF7CC *)cache->attributes[0]; ExtensionAttribute__ctor_mB331519C39C4210259A248A4C629DF934937C1FA(tmp, NULL); } } static void PointerCaptureHelper_t20382CAE7DBDA8879F4EBBC5D9AAF696D180A9EC_CustomAttributesCacheGenerator_PointerCaptureHelper_HasPointerCapture_m9A28C223A9F5A8240EC5925729F164FD3EB3B9E9(CustomAttributesCache* cache) { { ExtensionAttribute_t917F3F92E717DC8B2D7BC03967A9790B1B8EF7CC * tmp = (ExtensionAttribute_t917F3F92E717DC8B2D7BC03967A9790B1B8EF7CC *)cache->attributes[0]; ExtensionAttribute__ctor_mB331519C39C4210259A248A4C629DF934937C1FA(tmp, NULL); } } static void PointerCaptureHelper_t20382CAE7DBDA8879F4EBBC5D9AAF696D180A9EC_CustomAttributesCacheGenerator_PointerCaptureHelper_CapturePointer_m2BB09CA5A4D89C0E1C804E2D5DC0F829838B7660(CustomAttributesCache* cache) { { ExtensionAttribute_t917F3F92E717DC8B2D7BC03967A9790B1B8EF7CC * tmp = (ExtensionAttribute_t917F3F92E717DC8B2D7BC03967A9790B1B8EF7CC *)cache->attributes[0]; ExtensionAttribute__ctor_mB331519C39C4210259A248A4C629DF934937C1FA(tmp, NULL); } } static void PointerCaptureHelper_t20382CAE7DBDA8879F4EBBC5D9AAF696D180A9EC_CustomAttributesCacheGenerator_PointerCaptureHelper_ReleasePointer_m910C9893619D5809B69D5FE8A76741F4FD30ABFF(CustomAttributesCache* cache) { { ExtensionAttribute_t917F3F92E717DC8B2D7BC03967A9790B1B8EF7CC * tmp = (ExtensionAttribute_t917F3F92E717DC8B2D7BC03967A9790B1B8EF7CC *)cache->attributes[0]; ExtensionAttribute__ctor_mB331519C39C4210259A248A4C629DF934937C1FA(tmp, NULL); } } static void PointerCaptureHelper_t20382CAE7DBDA8879F4EBBC5D9AAF696D180A9EC_CustomAttributesCacheGenerator_PointerCaptureHelper_GetCapturingElement_m5BEFCC83FABC55CEA3DD4AED99807A310DBCC720(CustomAttributesCache* cache) { { ExtensionAttribute_t917F3F92E717DC8B2D7BC03967A9790B1B8EF7CC * tmp = (ExtensionAttribute_t917F3F92E717DC8B2D7BC03967A9790B1B8EF7CC *)cache->attributes[0]; ExtensionAttribute__ctor_mB331519C39C4210259A248A4C629DF934937C1FA(tmp, NULL); } } static void PointerCaptureHelper_t20382CAE7DBDA8879F4EBBC5D9AAF696D180A9EC_CustomAttributesCacheGenerator_PointerCaptureHelper_ReleasePointer_m7B13B02182935DC9960A336680E58A4C930B1198(CustomAttributesCache* cache) { { ExtensionAttribute_t917F3F92E717DC8B2D7BC03967A9790B1B8EF7CC * tmp = (ExtensionAttribute_t917F3F92E717DC8B2D7BC03967A9790B1B8EF7CC *)cache->attributes[0]; ExtensionAttribute__ctor_mB331519C39C4210259A248A4C629DF934937C1FA(tmp, NULL); } } static void PointerCaptureHelper_t20382CAE7DBDA8879F4EBBC5D9AAF696D180A9EC_CustomAttributesCacheGenerator_PointerCaptureHelper_ActivateCompatibilityMouseEvents_m4AB492162DCC884007307DCC3D2C0DF71EB713F8(CustomAttributesCache* cache) { { ExtensionAttribute_t917F3F92E717DC8B2D7BC03967A9790B1B8EF7CC * tmp = (ExtensionAttribute_t917F3F92E717DC8B2D7BC03967A9790B1B8EF7CC *)cache->attributes[0]; ExtensionAttribute__ctor_mB331519C39C4210259A248A4C629DF934937C1FA(tmp, NULL); } } static void PointerCaptureHelper_t20382CAE7DBDA8879F4EBBC5D9AAF696D180A9EC_CustomAttributesCacheGenerator_PointerCaptureHelper_PreventCompatibilityMouseEvents_m327E2C2B84B8F171819384DDFD5511775725BC58(CustomAttributesCache* cache) { { ExtensionAttribute_t917F3F92E717DC8B2D7BC03967A9790B1B8EF7CC * tmp = (ExtensionAttribute_t917F3F92E717DC8B2D7BC03967A9790B1B8EF7CC *)cache->attributes[0]; ExtensionAttribute__ctor_mB331519C39C4210259A248A4C629DF934937C1FA(tmp, NULL); } } static void PointerCaptureHelper_t20382CAE7DBDA8879F4EBBC5D9AAF696D180A9EC_CustomAttributesCacheGenerator_PointerCaptureHelper_ShouldSendCompatibilityMouseEvents_m6549DB7737673EAB222390A5E7BB3D7F2A40A456(CustomAttributesCache* cache) { { ExtensionAttribute_t917F3F92E717DC8B2D7BC03967A9790B1B8EF7CC * tmp = (ExtensionAttribute_t917F3F92E717DC8B2D7BC03967A9790B1B8EF7CC *)cache->attributes[0]; ExtensionAttribute__ctor_mB331519C39C4210259A248A4C629DF934937C1FA(tmp, NULL); } } static void PointerCaptureHelper_t20382CAE7DBDA8879F4EBBC5D9AAF696D180A9EC_CustomAttributesCacheGenerator_PointerCaptureHelper_ProcessPointerCapture_m64D286EDBD2D21F619B7EABB4C16FE931FECE854(CustomAttributesCache* cache) { { ExtensionAttribute_t917F3F92E717DC8B2D7BC03967A9790B1B8EF7CC * tmp = (ExtensionAttribute_t917F3F92E717DC8B2D7BC03967A9790B1B8EF7CC *)cache->attributes[0]; ExtensionAttribute__ctor_mB331519C39C4210259A248A4C629DF934937C1FA(tmp, NULL); } } static void ScheduledItem_tF43A01B51DD81E4F596F1B4B0F817831E8F1FFA2_CustomAttributesCacheGenerator_U3CstartMsU3Ek__BackingField(CustomAttributesCache* cache) { { CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C * tmp = (CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C *)cache->attributes[0]; CompilerGeneratedAttribute__ctor_m9DC3E4E2DA76FE93948D44199213E2E924DCBE35(tmp, NULL); } { DebuggerBrowsableAttribute_t2FA4793AD1982F5150E07D26822ED5953CD90F53 * tmp = (DebuggerBrowsableAttribute_t2FA4793AD1982F5150E07D26822ED5953CD90F53 *)cache->attributes[1]; DebuggerBrowsableAttribute__ctor_mAA8BCC1E418754685F320B14A08AC226E76346E5(tmp, 0LL, NULL); } } static void ScheduledItem_tF43A01B51DD81E4F596F1B4B0F817831E8F1FFA2_CustomAttributesCacheGenerator_U3CdelayMsU3Ek__BackingField(CustomAttributesCache* cache) { { DebuggerBrowsableAttribute_t2FA4793AD1982F5150E07D26822ED5953CD90F53 * tmp = (DebuggerBrowsableAttribute_t2FA4793AD1982F5150E07D26822ED5953CD90F53 *)cache->attributes[0]; DebuggerBrowsableAttribute__ctor_mAA8BCC1E418754685F320B14A08AC226E76346E5(tmp, 0LL, NULL); } { CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C * tmp = (CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C *)cache->attributes[1]; CompilerGeneratedAttribute__ctor_m9DC3E4E2DA76FE93948D44199213E2E924DCBE35(tmp, NULL); } } static void ScheduledItem_tF43A01B51DD81E4F596F1B4B0F817831E8F1FFA2_CustomAttributesCacheGenerator_U3CintervalMsU3Ek__BackingField(CustomAttributesCache* cache) { { DebuggerBrowsableAttribute_t2FA4793AD1982F5150E07D26822ED5953CD90F53 * tmp = (DebuggerBrowsableAttribute_t2FA4793AD1982F5150E07D26822ED5953CD90F53 *)cache->attributes[0]; DebuggerBrowsableAttribute__ctor_mAA8BCC1E418754685F320B14A08AC226E76346E5(tmp, 0LL, NULL); } { CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C * tmp = (CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C *)cache->attributes[1]; CompilerGeneratedAttribute__ctor_m9DC3E4E2DA76FE93948D44199213E2E924DCBE35(tmp, NULL); } } static void ScheduledItem_tF43A01B51DD81E4F596F1B4B0F817831E8F1FFA2_CustomAttributesCacheGenerator_U3CendTimeMsU3Ek__BackingField(CustomAttributesCache* cache) { { DebuggerBrowsableAttribute_t2FA4793AD1982F5150E07D26822ED5953CD90F53 * tmp = (DebuggerBrowsableAttribute_t2FA4793AD1982F5150E07D26822ED5953CD90F53 *)cache->attributes[0]; DebuggerBrowsableAttribute__ctor_mAA8BCC1E418754685F320B14A08AC226E76346E5(tmp, 0LL, NULL); } { CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C * tmp = (CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C *)cache->attributes[1]; CompilerGeneratedAttribute__ctor_m9DC3E4E2DA76FE93948D44199213E2E924DCBE35(tmp, NULL); } } static void ScheduledItem_tF43A01B51DD81E4F596F1B4B0F817831E8F1FFA2_CustomAttributesCacheGenerator_ScheduledItem_set_startMs_m6842F7126F6A114BC1D0069131B774C8D819CCDE(CustomAttributesCache* cache) { { CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C * tmp = (CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C *)cache->attributes[0]; CompilerGeneratedAttribute__ctor_m9DC3E4E2DA76FE93948D44199213E2E924DCBE35(tmp, NULL); } } static void U3CU3Ec_t711CB48A19DB4791BC4A79965FFDD9DA886FF2EB_CustomAttributesCacheGenerator(CustomAttributesCache* cache) { { CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C * tmp = (CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C *)cache->attributes[0]; CompilerGeneratedAttribute__ctor_m9DC3E4E2DA76FE93948D44199213E2E924DCBE35(tmp, NULL); } } static void UIElementsRuntimeUtility_t34F62E60B6FFCC299183062BB296463DB94A8B04_CustomAttributesCacheGenerator_s_onRepaintOverlayPanels(CustomAttributesCache* cache) { { CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C * tmp = (CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C *)cache->attributes[0]; CompilerGeneratedAttribute__ctor_m9DC3E4E2DA76FE93948D44199213E2E924DCBE35(tmp, NULL); } { DebuggerBrowsableAttribute_t2FA4793AD1982F5150E07D26822ED5953CD90F53 * tmp = (DebuggerBrowsableAttribute_t2FA4793AD1982F5150E07D26822ED5953CD90F53 *)cache->attributes[1]; DebuggerBrowsableAttribute__ctor_mAA8BCC1E418754685F320B14A08AC226E76346E5(tmp, 0LL, NULL); } } static void UIElementsRuntimeUtility_t34F62E60B6FFCC299183062BB296463DB94A8B04_CustomAttributesCacheGenerator_onCreatePanel(CustomAttributesCache* cache) { { DebuggerBrowsableAttribute_t2FA4793AD1982F5150E07D26822ED5953CD90F53 * tmp = (DebuggerBrowsableAttribute_t2FA4793AD1982F5150E07D26822ED5953CD90F53 *)cache->attributes[0]; DebuggerBrowsableAttribute__ctor_mAA8BCC1E418754685F320B14A08AC226E76346E5(tmp, 0LL, NULL); } { CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C * tmp = (CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C *)cache->attributes[1]; CompilerGeneratedAttribute__ctor_m9DC3E4E2DA76FE93948D44199213E2E924DCBE35(tmp, NULL); } } static void UIElementsRuntimeUtility_t34F62E60B6FFCC299183062BB296463DB94A8B04_CustomAttributesCacheGenerator_U3CactiveEventSystemU3Ek__BackingField(CustomAttributesCache* cache) { { DebuggerBrowsableAttribute_t2FA4793AD1982F5150E07D26822ED5953CD90F53 * tmp = (DebuggerBrowsableAttribute_t2FA4793AD1982F5150E07D26822ED5953CD90F53 *)cache->attributes[0]; DebuggerBrowsableAttribute__ctor_mAA8BCC1E418754685F320B14A08AC226E76346E5(tmp, 0LL, NULL); } { CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C * tmp = (CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C *)cache->attributes[1]; CompilerGeneratedAttribute__ctor_m9DC3E4E2DA76FE93948D44199213E2E924DCBE35(tmp, NULL); } } static void UIElementsRuntimeUtility_t34F62E60B6FFCC299183062BB296463DB94A8B04_CustomAttributesCacheGenerator_UIElementsRuntimeUtility_add_onCreatePanel_mBC5FE203D52F506AACB17DB3BF6FB7D70DCA6C26(CustomAttributesCache* cache) { { CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C * tmp = (CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C *)cache->attributes[0]; CompilerGeneratedAttribute__ctor_m9DC3E4E2DA76FE93948D44199213E2E924DCBE35(tmp, NULL); } } static void UIElementsRuntimeUtility_t34F62E60B6FFCC299183062BB296463DB94A8B04_CustomAttributesCacheGenerator_UIElementsRuntimeUtility_remove_onCreatePanel_m890B1702B239817C18DCA3267FC0E4A3711F38E5(CustomAttributesCache* cache) { { CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C * tmp = (CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C *)cache->attributes[0]; CompilerGeneratedAttribute__ctor_m9DC3E4E2DA76FE93948D44199213E2E924DCBE35(tmp, NULL); } } static void UIElementsRuntimeUtility_t34F62E60B6FFCC299183062BB296463DB94A8B04_CustomAttributesCacheGenerator_UIElementsRuntimeUtility_get_activeEventSystem_mB553CD0C404232075D7D464B820178CD4395FB60(CustomAttributesCache* cache) { { CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C * tmp = (CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C *)cache->attributes[0]; CompilerGeneratedAttribute__ctor_m9DC3E4E2DA76FE93948D44199213E2E924DCBE35(tmp, NULL); } } static void UIElementsRuntimeUtility_t34F62E60B6FFCC299183062BB296463DB94A8B04_CustomAttributesCacheGenerator_UIElementsRuntimeUtility_set_activeEventSystem_mADEA322BB28902A549098C400A808AB5567E99C3(CustomAttributesCache* cache) { { CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C * tmp = (CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C *)cache->attributes[0]; CompilerGeneratedAttribute__ctor_m9DC3E4E2DA76FE93948D44199213E2E924DCBE35(tmp, NULL); } } static void U3CU3Ec_tE7B446147132BEC14C840E54B37EA2B4DD56C701_CustomAttributesCacheGenerator(CustomAttributesCache* cache) { { CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C * tmp = (CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C *)cache->attributes[0]; CompilerGeneratedAttribute__ctor_m9DC3E4E2DA76FE93948D44199213E2E924DCBE35(tmp, NULL); } } static void U3CU3Ec_tE7083962BBFA964F39FE69353E0BDF6771720BF4_CustomAttributesCacheGenerator(CustomAttributesCache* cache) { { CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C * tmp = (CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C *)cache->attributes[0]; CompilerGeneratedAttribute__ctor_m9DC3E4E2DA76FE93948D44199213E2E924DCBE35(tmp, NULL); } } static void PseudoStates_t70E0AFDE5E4631CF8D6DC61F4EFC2A897592520F_CustomAttributesCacheGenerator(CustomAttributesCache* cache) { { FlagsAttribute_t511C558FACEF1CC64702A8FAB67CAF3CBA65DF36 * tmp = (FlagsAttribute_t511C558FACEF1CC64702A8FAB67CAF3CBA65DF36 *)cache->attributes[0]; FlagsAttribute__ctor_mE8DCBA1BE0E6B0424FEF5E5F249733CF6A0E1229(tmp, NULL); } } static void VisualElementFlags_tC8340A28B43B5B88D0727EEDEC5EA4AB45F43470_CustomAttributesCacheGenerator(CustomAttributesCache* cache) { { FlagsAttribute_t511C558FACEF1CC64702A8FAB67CAF3CBA65DF36 * tmp = (FlagsAttribute_t511C558FACEF1CC64702A8FAB67CAF3CBA65DF36 *)cache->attributes[0]; FlagsAttribute__ctor_mE8DCBA1BE0E6B0424FEF5E5F249733CF6A0E1229(tmp, NULL); } } static void VisualElement_tAF72253CBD78143319BFE58F26C2349B2959C8C0_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 VisualElement_tAF72253CBD78143319BFE58F26C2349B2959C8C0_CustomAttributesCacheGenerator_U3CpickingModeU3Ek__BackingField(CustomAttributesCache* cache) { { CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C * tmp = (CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C *)cache->attributes[0]; CompilerGeneratedAttribute__ctor_m9DC3E4E2DA76FE93948D44199213E2E924DCBE35(tmp, NULL); } { DebuggerBrowsableAttribute_t2FA4793AD1982F5150E07D26822ED5953CD90F53 * tmp = (DebuggerBrowsableAttribute_t2FA4793AD1982F5150E07D26822ED5953CD90F53 *)cache->attributes[1]; DebuggerBrowsableAttribute__ctor_mAA8BCC1E418754685F320B14A08AC226E76346E5(tmp, 0LL, NULL); } } static void VisualElement_tAF72253CBD78143319BFE58F26C2349B2959C8C0_CustomAttributesCacheGenerator_U3CyogaNodeU3Ek__BackingField(CustomAttributesCache* cache) { { DebuggerBrowsableAttribute_t2FA4793AD1982F5150E07D26822ED5953CD90F53 * tmp = (DebuggerBrowsableAttribute_t2FA4793AD1982F5150E07D26822ED5953CD90F53 *)cache->attributes[0]; DebuggerBrowsableAttribute__ctor_mAA8BCC1E418754685F320B14A08AC226E76346E5(tmp, 0LL, NULL); } { CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C * tmp = (CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C *)cache->attributes[1]; CompilerGeneratedAttribute__ctor_m9DC3E4E2DA76FE93948D44199213E2E924DCBE35(tmp, NULL); } } static void VisualElement_tAF72253CBD78143319BFE58F26C2349B2959C8C0_CustomAttributesCacheGenerator_U3CenabledSelfU3Ek__BackingField(CustomAttributesCache* cache) { { DebuggerBrowsableAttribute_t2FA4793AD1982F5150E07D26822ED5953CD90F53 * tmp = (DebuggerBrowsableAttribute_t2FA4793AD1982F5150E07D26822ED5953CD90F53 *)cache->attributes[0]; DebuggerBrowsableAttribute__ctor_mAA8BCC1E418754685F320B14A08AC226E76346E5(tmp, 0LL, NULL); } { CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C * tmp = (CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C *)cache->attributes[1]; CompilerGeneratedAttribute__ctor_m9DC3E4E2DA76FE93948D44199213E2E924DCBE35(tmp, NULL); } } static void VisualElement_tAF72253CBD78143319BFE58F26C2349B2959C8C0_CustomAttributesCacheGenerator_U3CgenerateVisualContentU3Ek__BackingField(CustomAttributesCache* cache) { { DebuggerBrowsableAttribute_t2FA4793AD1982F5150E07D26822ED5953CD90F53 * tmp = (DebuggerBrowsableAttribute_t2FA4793AD1982F5150E07D26822ED5953CD90F53 *)cache->attributes[0]; DebuggerBrowsableAttribute__ctor_mAA8BCC1E418754685F320B14A08AC226E76346E5(tmp, 0LL, NULL); } { CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C * tmp = (CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C *)cache->attributes[1]; CompilerGeneratedAttribute__ctor_m9DC3E4E2DA76FE93948D44199213E2E924DCBE35(tmp, NULL); } } static void VisualElement_tAF72253CBD78143319BFE58F26C2349B2959C8C0_CustomAttributesCacheGenerator_U3ChierarchyU3Ek__BackingField(CustomAttributesCache* cache) { { DebuggerBrowsableAttribute_t2FA4793AD1982F5150E07D26822ED5953CD90F53 * tmp = (DebuggerBrowsableAttribute_t2FA4793AD1982F5150E07D26822ED5953CD90F53 *)cache->attributes[0]; DebuggerBrowsableAttribute__ctor_mAA8BCC1E418754685F320B14A08AC226E76346E5(tmp, 0LL, NULL); } { CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C * tmp = (CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C *)cache->attributes[1]; CompilerGeneratedAttribute__ctor_m9DC3E4E2DA76FE93948D44199213E2E924DCBE35(tmp, NULL); } } static void VisualElement_tAF72253CBD78143319BFE58F26C2349B2959C8C0_CustomAttributesCacheGenerator_U3CisRootVisualContainerU3Ek__BackingField(CustomAttributesCache* cache) { { CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C * tmp = (CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C *)cache->attributes[0]; CompilerGeneratedAttribute__ctor_m9DC3E4E2DA76FE93948D44199213E2E924DCBE35(tmp, NULL); } { DebuggerBrowsableAttribute_t2FA4793AD1982F5150E07D26822ED5953CD90F53 * tmp = (DebuggerBrowsableAttribute_t2FA4793AD1982F5150E07D26822ED5953CD90F53 *)cache->attributes[1]; DebuggerBrowsableAttribute__ctor_mAA8BCC1E418754685F320B14A08AC226E76346E5(tmp, 0LL, NULL); } } static void VisualElement_tAF72253CBD78143319BFE58F26C2349B2959C8C0_CustomAttributesCacheGenerator_U3CcacheAsBitmapU3Ek__BackingField(CustomAttributesCache* cache) { { DebuggerBrowsableAttribute_t2FA4793AD1982F5150E07D26822ED5953CD90F53 * tmp = (DebuggerBrowsableAttribute_t2FA4793AD1982F5150E07D26822ED5953CD90F53 *)cache->attributes[0]; DebuggerBrowsableAttribute__ctor_mAA8BCC1E418754685F320B14A08AC226E76346E5(tmp, 0LL, NULL); } { CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C * tmp = (CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C *)cache->attributes[1]; CompilerGeneratedAttribute__ctor_m9DC3E4E2DA76FE93948D44199213E2E924DCBE35(tmp, NULL); } } static void VisualElement_tAF72253CBD78143319BFE58F26C2349B2959C8C0_CustomAttributesCacheGenerator_U3CelementPanelU3Ek__BackingField(CustomAttributesCache* cache) { { DebuggerBrowsableAttribute_t2FA4793AD1982F5150E07D26822ED5953CD90F53 * tmp = (DebuggerBrowsableAttribute_t2FA4793AD1982F5150E07D26822ED5953CD90F53 *)cache->attributes[0]; DebuggerBrowsableAttribute__ctor_mAA8BCC1E418754685F320B14A08AC226E76346E5(tmp, 0LL, NULL); } { CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C * tmp = (CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C *)cache->attributes[1]; CompilerGeneratedAttribute__ctor_m9DC3E4E2DA76FE93948D44199213E2E924DCBE35(tmp, NULL); } } static void VisualElement_tAF72253CBD78143319BFE58F26C2349B2959C8C0_CustomAttributesCacheGenerator_VisualElement_get_pickingMode_m941A6399B8BC544A8C516A157EE677369FD2D5F8(CustomAttributesCache* cache) { { CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C * tmp = (CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C *)cache->attributes[0]; CompilerGeneratedAttribute__ctor_m9DC3E4E2DA76FE93948D44199213E2E924DCBE35(tmp, NULL); } } static void VisualElement_tAF72253CBD78143319BFE58F26C2349B2959C8C0_CustomAttributesCacheGenerator_VisualElement_get_yogaNode_m5CA07AF1958F42E7831FA71C571449B659290A93(CustomAttributesCache* cache) { { CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C * tmp = (CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C *)cache->attributes[0]; CompilerGeneratedAttribute__ctor_m9DC3E4E2DA76FE93948D44199213E2E924DCBE35(tmp, NULL); } } static void VisualElement_tAF72253CBD78143319BFE58F26C2349B2959C8C0_CustomAttributesCacheGenerator_VisualElement_get_hierarchy_m4B2AD83FE8FA93302B534E4EF77E356901F1A90A(CustomAttributesCache* cache) { { CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C * tmp = (CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C *)cache->attributes[0]; CompilerGeneratedAttribute__ctor_m9DC3E4E2DA76FE93948D44199213E2E924DCBE35(tmp, NULL); } } static void VisualElement_tAF72253CBD78143319BFE58F26C2349B2959C8C0_CustomAttributesCacheGenerator_VisualElement_get_elementPanel_mC3F8CF4D43D0C5841CCCB92D5A95398065B7282C(CustomAttributesCache* cache) { { CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C * tmp = (CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C *)cache->attributes[0]; CompilerGeneratedAttribute__ctor_m9DC3E4E2DA76FE93948D44199213E2E924DCBE35(tmp, NULL); } } static void Hierarchy_t72E95B8C6B44F6CEAF66A6A59564EB373D0A7076_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 BaseVisualElementScheduledItem_t3E6A61E673DEBA515EDFCAD0873D02BCB3A991C8_CustomAttributesCacheGenerator_U3CelementU3Ek__BackingField(CustomAttributesCache* cache) { { CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C * tmp = (CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C *)cache->attributes[0]; CompilerGeneratedAttribute__ctor_m9DC3E4E2DA76FE93948D44199213E2E924DCBE35(tmp, NULL); } { DebuggerBrowsableAttribute_t2FA4793AD1982F5150E07D26822ED5953CD90F53 * tmp = (DebuggerBrowsableAttribute_t2FA4793AD1982F5150E07D26822ED5953CD90F53 *)cache->attributes[1]; DebuggerBrowsableAttribute__ctor_mAA8BCC1E418754685F320B14A08AC226E76346E5(tmp, 0LL, NULL); } } static void BaseVisualElementScheduledItem_t3E6A61E673DEBA515EDFCAD0873D02BCB3A991C8_CustomAttributesCacheGenerator_BaseVisualElementScheduledItem_get_element_m68B5219A07633C6019E97AC594E8099269B2BB8C(CustomAttributesCache* cache) { { CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C * tmp = (CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C *)cache->attributes[0]; CompilerGeneratedAttribute__ctor_m9DC3E4E2DA76FE93948D44199213E2E924DCBE35(tmp, NULL); } } static void BaseVisualElementScheduledItem_t3E6A61E673DEBA515EDFCAD0873D02BCB3A991C8_CustomAttributesCacheGenerator_BaseVisualElementScheduledItem_set_element_m3E1A847EAFF3AF3C249BB51B5ED1DA9E51247880(CustomAttributesCache* cache) { { CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C * tmp = (CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C *)cache->attributes[0]; CompilerGeneratedAttribute__ctor_m9DC3E4E2DA76FE93948D44199213E2E924DCBE35(tmp, NULL); } } static void TypeData_t6CE6B4FD54E700646BC89D58DA7F37AA374C8BC8_CustomAttributesCacheGenerator_U3CtypeU3Ek__BackingField(CustomAttributesCache* cache) { { DebuggerBrowsableAttribute_t2FA4793AD1982F5150E07D26822ED5953CD90F53 * tmp = (DebuggerBrowsableAttribute_t2FA4793AD1982F5150E07D26822ED5953CD90F53 *)cache->attributes[0]; DebuggerBrowsableAttribute__ctor_mAA8BCC1E418754685F320B14A08AC226E76346E5(tmp, 0LL, NULL); } { CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C * tmp = (CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C *)cache->attributes[1]; CompilerGeneratedAttribute__ctor_m9DC3E4E2DA76FE93948D44199213E2E924DCBE35(tmp, NULL); } } static void VisualElementExtensions_tC2B48B93CE630AFC1FCF4F4EE6FA6D983BD577E4_CustomAttributesCacheGenerator(CustomAttributesCache* cache) { { ExtensionAttribute_t917F3F92E717DC8B2D7BC03967A9790B1B8EF7CC * tmp = (ExtensionAttribute_t917F3F92E717DC8B2D7BC03967A9790B1B8EF7CC *)cache->attributes[0]; ExtensionAttribute__ctor_mB331519C39C4210259A248A4C629DF934937C1FA(tmp, NULL); } } static void VisualElementExtensions_tC2B48B93CE630AFC1FCF4F4EE6FA6D983BD577E4_CustomAttributesCacheGenerator_VisualElementExtensions_WorldToLocal_m817AA6D587FA9723DB4F3580FBCD095DD7720595(CustomAttributesCache* cache) { { ExtensionAttribute_t917F3F92E717DC8B2D7BC03967A9790B1B8EF7CC * tmp = (ExtensionAttribute_t917F3F92E717DC8B2D7BC03967A9790B1B8EF7CC *)cache->attributes[0]; ExtensionAttribute__ctor_mB331519C39C4210259A248A4C629DF934937C1FA(tmp, NULL); } } static void VisualElementPanelActivator_tB417B95A604CE06ACDBAF342C6A4AF1CEB0BE5FB_CustomAttributesCacheGenerator_U3CisActiveU3Ek__BackingField(CustomAttributesCache* cache) { { DebuggerBrowsableAttribute_t2FA4793AD1982F5150E07D26822ED5953CD90F53 * tmp = (DebuggerBrowsableAttribute_t2FA4793AD1982F5150E07D26822ED5953CD90F53 *)cache->attributes[0]; DebuggerBrowsableAttribute__ctor_mAA8BCC1E418754685F320B14A08AC226E76346E5(tmp, 0LL, NULL); } { CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C * tmp = (CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C *)cache->attributes[1]; CompilerGeneratedAttribute__ctor_m9DC3E4E2DA76FE93948D44199213E2E924DCBE35(tmp, NULL); } } static void VisualElementPanelActivator_tB417B95A604CE06ACDBAF342C6A4AF1CEB0BE5FB_CustomAttributesCacheGenerator_U3CisDetachingU3Ek__BackingField(CustomAttributesCache* cache) { { DebuggerBrowsableAttribute_t2FA4793AD1982F5150E07D26822ED5953CD90F53 * tmp = (DebuggerBrowsableAttribute_t2FA4793AD1982F5150E07D26822ED5953CD90F53 *)cache->attributes[0]; DebuggerBrowsableAttribute__ctor_mAA8BCC1E418754685F320B14A08AC226E76346E5(tmp, 0LL, NULL); } { CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C * tmp = (CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C *)cache->attributes[1]; CompilerGeneratedAttribute__ctor_m9DC3E4E2DA76FE93948D44199213E2E924DCBE35(tmp, NULL); } } static void VisualElementPanelActivator_tB417B95A604CE06ACDBAF342C6A4AF1CEB0BE5FB_CustomAttributesCacheGenerator_VisualElementPanelActivator_get_isActive_mFA4041CC2963E5D2D88C63EA3836F496E2576398(CustomAttributesCache* cache) { { CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C * tmp = (CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C *)cache->attributes[0]; CompilerGeneratedAttribute__ctor_m9DC3E4E2DA76FE93948D44199213E2E924DCBE35(tmp, NULL); } } static void VisualElementPanelActivator_tB417B95A604CE06ACDBAF342C6A4AF1CEB0BE5FB_CustomAttributesCacheGenerator_VisualElementPanelActivator_set_isActive_m729B25C8EAD4377C752D04390FD2AB9B38529E75(CustomAttributesCache* cache) { { CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C * tmp = (CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C *)cache->attributes[0]; CompilerGeneratedAttribute__ctor_m9DC3E4E2DA76FE93948D44199213E2E924DCBE35(tmp, NULL); } } static void VisualElementPanelActivator_tB417B95A604CE06ACDBAF342C6A4AF1CEB0BE5FB_CustomAttributesCacheGenerator_VisualElementPanelActivator_get_isDetaching_m2ED9B5DF7F9063215CD2F691C57FAAC16DD19CC5(CustomAttributesCache* cache) { { CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C * tmp = (CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C *)cache->attributes[0]; CompilerGeneratedAttribute__ctor_m9DC3E4E2DA76FE93948D44199213E2E924DCBE35(tmp, NULL); } } static void VisualElementPanelActivator_tB417B95A604CE06ACDBAF342C6A4AF1CEB0BE5FB_CustomAttributesCacheGenerator_VisualElementPanelActivator_set_isDetaching_mD4CAC44FA31DC700177A11C4292D98241FD6AB79(CustomAttributesCache* cache) { { CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C * tmp = (CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C *)cache->attributes[0]; CompilerGeneratedAttribute__ctor_m9DC3E4E2DA76FE93948D44199213E2E924DCBE35(tmp, NULL); } } static void UpdaterArray_t4D22D6AD9E07F0143A372F2DDDC3B615A0A5EC08_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 PointerCaptureEventBase_1_t1239393B2E150725E0676AF6359A8EECA116002C_CustomAttributesCacheGenerator_U3CrelatedTargetU3Ek__BackingField(CustomAttributesCache* cache) { { CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C * tmp = (CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C *)cache->attributes[0]; CompilerGeneratedAttribute__ctor_m9DC3E4E2DA76FE93948D44199213E2E924DCBE35(tmp, NULL); } { DebuggerBrowsableAttribute_t2FA4793AD1982F5150E07D26822ED5953CD90F53 * tmp = (DebuggerBrowsableAttribute_t2FA4793AD1982F5150E07D26822ED5953CD90F53 *)cache->attributes[1]; DebuggerBrowsableAttribute__ctor_mAA8BCC1E418754685F320B14A08AC226E76346E5(tmp, 0LL, NULL); } } static void PointerCaptureEventBase_1_t1239393B2E150725E0676AF6359A8EECA116002C_CustomAttributesCacheGenerator_U3CpointerIdU3Ek__BackingField(CustomAttributesCache* cache) { { DebuggerBrowsableAttribute_t2FA4793AD1982F5150E07D26822ED5953CD90F53 * tmp = (DebuggerBrowsableAttribute_t2FA4793AD1982F5150E07D26822ED5953CD90F53 *)cache->attributes[0]; DebuggerBrowsableAttribute__ctor_mAA8BCC1E418754685F320B14A08AC226E76346E5(tmp, 0LL, NULL); } { CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C * tmp = (CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C *)cache->attributes[1]; CompilerGeneratedAttribute__ctor_m9DC3E4E2DA76FE93948D44199213E2E924DCBE35(tmp, NULL); } } static void PointerCaptureEventBase_1_t1239393B2E150725E0676AF6359A8EECA116002C_CustomAttributesCacheGenerator_PointerCaptureEventBase_1_set_relatedTarget_m793CC1053BD25534131F378C6CF5EBC903795748(CustomAttributesCache* cache) { { CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C * tmp = (CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C *)cache->attributes[0]; CompilerGeneratedAttribute__ctor_m9DC3E4E2DA76FE93948D44199213E2E924DCBE35(tmp, NULL); } } static void PointerCaptureEventBase_1_t1239393B2E150725E0676AF6359A8EECA116002C_CustomAttributesCacheGenerator_PointerCaptureEventBase_1_set_pointerId_m6DBF6EA23B27CFDABA7934F76E61ADDE933D9175(CustomAttributesCache* cache) { { CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C * tmp = (CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C *)cache->attributes[0]; CompilerGeneratedAttribute__ctor_m9DC3E4E2DA76FE93948D44199213E2E924DCBE35(tmp, NULL); } } static void EventBase_tADF8D0ADA92BAF80F76865BAC2E9D85A118D1967_CustomAttributesCacheGenerator_U3CtimestampU3Ek__BackingField(CustomAttributesCache* cache) { { CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C * tmp = (CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C *)cache->attributes[0]; CompilerGeneratedAttribute__ctor_m9DC3E4E2DA76FE93948D44199213E2E924DCBE35(tmp, NULL); } { DebuggerBrowsableAttribute_t2FA4793AD1982F5150E07D26822ED5953CD90F53 * tmp = (DebuggerBrowsableAttribute_t2FA4793AD1982F5150E07D26822ED5953CD90F53 *)cache->attributes[1]; DebuggerBrowsableAttribute__ctor_mAA8BCC1E418754685F320B14A08AC226E76346E5(tmp, 0LL, NULL); } } static void EventBase_tADF8D0ADA92BAF80F76865BAC2E9D85A118D1967_CustomAttributesCacheGenerator_U3CeventIdU3Ek__BackingField(CustomAttributesCache* cache) { { DebuggerBrowsableAttribute_t2FA4793AD1982F5150E07D26822ED5953CD90F53 * tmp = (DebuggerBrowsableAttribute_t2FA4793AD1982F5150E07D26822ED5953CD90F53 *)cache->attributes[0]; DebuggerBrowsableAttribute__ctor_mAA8BCC1E418754685F320B14A08AC226E76346E5(tmp, 0LL, NULL); } { CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C * tmp = (CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C *)cache->attributes[1]; CompilerGeneratedAttribute__ctor_m9DC3E4E2DA76FE93948D44199213E2E924DCBE35(tmp, NULL); } } static void EventBase_tADF8D0ADA92BAF80F76865BAC2E9D85A118D1967_CustomAttributesCacheGenerator_U3CtriggerEventIdU3Ek__BackingField(CustomAttributesCache* cache) { { DebuggerBrowsableAttribute_t2FA4793AD1982F5150E07D26822ED5953CD90F53 * tmp = (DebuggerBrowsableAttribute_t2FA4793AD1982F5150E07D26822ED5953CD90F53 *)cache->attributes[0]; DebuggerBrowsableAttribute__ctor_mAA8BCC1E418754685F320B14A08AC226E76346E5(tmp, 0LL, NULL); } { CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C * tmp = (CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C *)cache->attributes[1]; CompilerGeneratedAttribute__ctor_m9DC3E4E2DA76FE93948D44199213E2E924DCBE35(tmp, NULL); } } static void EventBase_tADF8D0ADA92BAF80F76865BAC2E9D85A118D1967_CustomAttributesCacheGenerator_U3CpropagationU3Ek__BackingField(CustomAttributesCache* cache) { { DebuggerBrowsableAttribute_t2FA4793AD1982F5150E07D26822ED5953CD90F53 * tmp = (DebuggerBrowsableAttribute_t2FA4793AD1982F5150E07D26822ED5953CD90F53 *)cache->attributes[0]; DebuggerBrowsableAttribute__ctor_mAA8BCC1E418754685F320B14A08AC226E76346E5(tmp, 0LL, NULL); } { CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C * tmp = (CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C *)cache->attributes[1]; CompilerGeneratedAttribute__ctor_m9DC3E4E2DA76FE93948D44199213E2E924DCBE35(tmp, NULL); } } static void EventBase_tADF8D0ADA92BAF80F76865BAC2E9D85A118D1967_CustomAttributesCacheGenerator_U3ClifeCycleStatusU3Ek__BackingField(CustomAttributesCache* cache) { { DebuggerBrowsableAttribute_t2FA4793AD1982F5150E07D26822ED5953CD90F53 * tmp = (DebuggerBrowsableAttribute_t2FA4793AD1982F5150E07D26822ED5953CD90F53 *)cache->attributes[0]; DebuggerBrowsableAttribute__ctor_mAA8BCC1E418754685F320B14A08AC226E76346E5(tmp, 0LL, NULL); } { CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C * tmp = (CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C *)cache->attributes[1]; CompilerGeneratedAttribute__ctor_m9DC3E4E2DA76FE93948D44199213E2E924DCBE35(tmp, NULL); } } static void EventBase_tADF8D0ADA92BAF80F76865BAC2E9D85A118D1967_CustomAttributesCacheGenerator_U3CleafTargetU3Ek__BackingField(CustomAttributesCache* cache) { { CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C * tmp = (CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C *)cache->attributes[0]; CompilerGeneratedAttribute__ctor_m9DC3E4E2DA76FE93948D44199213E2E924DCBE35(tmp, NULL); } { DebuggerBrowsableAttribute_t2FA4793AD1982F5150E07D26822ED5953CD90F53 * tmp = (DebuggerBrowsableAttribute_t2FA4793AD1982F5150E07D26822ED5953CD90F53 *)cache->attributes[1]; DebuggerBrowsableAttribute__ctor_mAA8BCC1E418754685F320B14A08AC226E76346E5(tmp, 0LL, NULL); } } static void EventBase_tADF8D0ADA92BAF80F76865BAC2E9D85A118D1967_CustomAttributesCacheGenerator_U3CskipElementsU3Ek__BackingField(CustomAttributesCache* cache) { { CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C * tmp = (CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C *)cache->attributes[0]; CompilerGeneratedAttribute__ctor_m9DC3E4E2DA76FE93948D44199213E2E924DCBE35(tmp, NULL); } { DebuggerBrowsableAttribute_t2FA4793AD1982F5150E07D26822ED5953CD90F53 * tmp = (DebuggerBrowsableAttribute_t2FA4793AD1982F5150E07D26822ED5953CD90F53 *)cache->attributes[1]; DebuggerBrowsableAttribute__ctor_mAA8BCC1E418754685F320B14A08AC226E76346E5(tmp, 0LL, NULL); } } static void EventBase_tADF8D0ADA92BAF80F76865BAC2E9D85A118D1967_CustomAttributesCacheGenerator_U3CpropagationPhaseU3Ek__BackingField(CustomAttributesCache* cache) { { CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C * tmp = (CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C *)cache->attributes[0]; CompilerGeneratedAttribute__ctor_m9DC3E4E2DA76FE93948D44199213E2E924DCBE35(tmp, NULL); } { DebuggerBrowsableAttribute_t2FA4793AD1982F5150E07D26822ED5953CD90F53 * tmp = (DebuggerBrowsableAttribute_t2FA4793AD1982F5150E07D26822ED5953CD90F53 *)cache->attributes[1]; DebuggerBrowsableAttribute__ctor_mAA8BCC1E418754685F320B14A08AC226E76346E5(tmp, 0LL, NULL); } } static void EventBase_tADF8D0ADA92BAF80F76865BAC2E9D85A118D1967_CustomAttributesCacheGenerator_U3CoriginalMousePositionU3Ek__BackingField(CustomAttributesCache* cache) { { DebuggerBrowsableAttribute_t2FA4793AD1982F5150E07D26822ED5953CD90F53 * tmp = (DebuggerBrowsableAttribute_t2FA4793AD1982F5150E07D26822ED5953CD90F53 *)cache->attributes[0]; DebuggerBrowsableAttribute__ctor_mAA8BCC1E418754685F320B14A08AC226E76346E5(tmp, 0LL, NULL); } { CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C * tmp = (CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C *)cache->attributes[1]; CompilerGeneratedAttribute__ctor_m9DC3E4E2DA76FE93948D44199213E2E924DCBE35(tmp, NULL); } } static void EventBase_tADF8D0ADA92BAF80F76865BAC2E9D85A118D1967_CustomAttributesCacheGenerator_EventBase_get_timestamp_mBE46F8C2C0B85FFD1D4B7B6CDA21C2C82FCDBCC4(CustomAttributesCache* cache) { { CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C * tmp = (CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C *)cache->attributes[0]; CompilerGeneratedAttribute__ctor_m9DC3E4E2DA76FE93948D44199213E2E924DCBE35(tmp, NULL); } } static void EventBase_tADF8D0ADA92BAF80F76865BAC2E9D85A118D1967_CustomAttributesCacheGenerator_EventBase_set_timestamp_mE56824EA2FF801EEAECC91C532FC730AD6DC73D8(CustomAttributesCache* cache) { { CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C * tmp = (CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C *)cache->attributes[0]; CompilerGeneratedAttribute__ctor_m9DC3E4E2DA76FE93948D44199213E2E924DCBE35(tmp, NULL); } } static void EventBase_tADF8D0ADA92BAF80F76865BAC2E9D85A118D1967_CustomAttributesCacheGenerator_EventBase_get_eventId_m59ED33B729E24BF0C7D55303D11B70538B007912(CustomAttributesCache* cache) { { CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C * tmp = (CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C *)cache->attributes[0]; CompilerGeneratedAttribute__ctor_m9DC3E4E2DA76FE93948D44199213E2E924DCBE35(tmp, NULL); } } static void EventBase_tADF8D0ADA92BAF80F76865BAC2E9D85A118D1967_CustomAttributesCacheGenerator_EventBase_set_eventId_m93D08BAA45F62D212E4564E5D0CC8AACA418F03F(CustomAttributesCache* cache) { { CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C * tmp = (CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C *)cache->attributes[0]; CompilerGeneratedAttribute__ctor_m9DC3E4E2DA76FE93948D44199213E2E924DCBE35(tmp, NULL); } } static void EventBase_tADF8D0ADA92BAF80F76865BAC2E9D85A118D1967_CustomAttributesCacheGenerator_EventBase_set_triggerEventId_m6E2574EA72F69317B99C74A6478B7576F024EAAA(CustomAttributesCache* cache) { { CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C * tmp = (CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C *)cache->attributes[0]; CompilerGeneratedAttribute__ctor_m9DC3E4E2DA76FE93948D44199213E2E924DCBE35(tmp, NULL); } } static void EventBase_tADF8D0ADA92BAF80F76865BAC2E9D85A118D1967_CustomAttributesCacheGenerator_EventBase_get_propagation_m55C0F2EB5B86D1911DC9513AA65F97359A114F3F(CustomAttributesCache* cache) { { CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C * tmp = (CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C *)cache->attributes[0]; CompilerGeneratedAttribute__ctor_m9DC3E4E2DA76FE93948D44199213E2E924DCBE35(tmp, NULL); } } static void EventBase_tADF8D0ADA92BAF80F76865BAC2E9D85A118D1967_CustomAttributesCacheGenerator_EventBase_set_propagation_mAC9E99EE268E3A5D1715739AA03FA014B460F0D7(CustomAttributesCache* cache) { { CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C * tmp = (CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C *)cache->attributes[0]; CompilerGeneratedAttribute__ctor_m9DC3E4E2DA76FE93948D44199213E2E924DCBE35(tmp, NULL); } } static void EventBase_tADF8D0ADA92BAF80F76865BAC2E9D85A118D1967_CustomAttributesCacheGenerator_EventBase_get_lifeCycleStatus_mE2FE4D023CBF3092A11B6358D700D8E5AA34DF7A(CustomAttributesCache* cache) { { CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C * tmp = (CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C *)cache->attributes[0]; CompilerGeneratedAttribute__ctor_m9DC3E4E2DA76FE93948D44199213E2E924DCBE35(tmp, NULL); } } static void EventBase_tADF8D0ADA92BAF80F76865BAC2E9D85A118D1967_CustomAttributesCacheGenerator_EventBase_set_lifeCycleStatus_m00DCC6852FB999F743D06C1F3B9F94268543F87E(CustomAttributesCache* cache) { { CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C * tmp = (CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C *)cache->attributes[0]; CompilerGeneratedAttribute__ctor_m9DC3E4E2DA76FE93948D44199213E2E924DCBE35(tmp, NULL); } } static void EventBase_tADF8D0ADA92BAF80F76865BAC2E9D85A118D1967_CustomAttributesCacheGenerator_EventBase_PreDispatch_m99F93BCF0242E70AF5FEB7749014CA3D2E71E4DF(CustomAttributesCache* cache) { { ObsoleteAttribute_t14BAC1669C0409EB9F28D72D664FFA6764ACD671 * tmp = (ObsoleteAttribute_t14BAC1669C0409EB9F28D72D664FFA6764ACD671 *)cache->attributes[0]; ObsoleteAttribute__ctor_mAC32A5CCD287DA84CDA9F08282C1C8B0DB7B9868(tmp, il2cpp_codegen_string_new_wrapper("\x4F\x76\x65\x72\x72\x69\x64\x65\x20\x50\x72\x65\x44\x69\x73\x70\x61\x74\x63\x68\x28\x49\x50\x61\x6E\x65\x6C\x20\x70\x61\x6E\x65\x6C\x29\x20\x69\x6E\x73\x74\x65\x61\x64\x2E"), NULL); } } static void EventBase_tADF8D0ADA92BAF80F76865BAC2E9D85A118D1967_CustomAttributesCacheGenerator_EventBase_PostDispatch_mDF67FEC7415D902731D588DD0A628B12991F51F2(CustomAttributesCache* cache) { { ObsoleteAttribute_t14BAC1669C0409EB9F28D72D664FFA6764ACD671 * tmp = (ObsoleteAttribute_t14BAC1669C0409EB9F28D72D664FFA6764ACD671 *)cache->attributes[0]; ObsoleteAttribute__ctor_mAC32A5CCD287DA84CDA9F08282C1C8B0DB7B9868(tmp, il2cpp_codegen_string_new_wrapper("\x4F\x76\x65\x72\x72\x69\x64\x65\x20\x50\x6F\x73\x74\x44\x69\x73\x70\x61\x74\x63\x68\x28\x49\x50\x61\x6E\x65\x6C\x20\x70\x61\x6E\x65\x6C\x29\x20\x69\x6E\x73\x74\x65\x61\x64\x2E"), NULL); } } static void EventBase_tADF8D0ADA92BAF80F76865BAC2E9D85A118D1967_CustomAttributesCacheGenerator_EventBase_get_leafTarget_mA5FB9DF6EAB0F7186D19BBE28F5CC8DC832FD2AB(CustomAttributesCache* cache) { { CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C * tmp = (CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C *)cache->attributes[0]; CompilerGeneratedAttribute__ctor_m9DC3E4E2DA76FE93948D44199213E2E924DCBE35(tmp, NULL); } } static void EventBase_tADF8D0ADA92BAF80F76865BAC2E9D85A118D1967_CustomAttributesCacheGenerator_EventBase_set_leafTarget_m86D05832A47FCE780426807CA7293970C4875EE1(CustomAttributesCache* cache) { { CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C * tmp = (CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C *)cache->attributes[0]; CompilerGeneratedAttribute__ctor_m9DC3E4E2DA76FE93948D44199213E2E924DCBE35(tmp, NULL); } } static void EventBase_tADF8D0ADA92BAF80F76865BAC2E9D85A118D1967_CustomAttributesCacheGenerator_EventBase_get_skipElements_mEE50112B390E7AA109B098D7AF379A2A947A6900(CustomAttributesCache* cache) { { CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C * tmp = (CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C *)cache->attributes[0]; CompilerGeneratedAttribute__ctor_m9DC3E4E2DA76FE93948D44199213E2E924DCBE35(tmp, NULL); } } static void EventBase_tADF8D0ADA92BAF80F76865BAC2E9D85A118D1967_CustomAttributesCacheGenerator_EventBase_get_propagationPhase_mC3F6691B2E84AB5C0942A6C4F478D6A45FF784E8(CustomAttributesCache* cache) { { CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C * tmp = (CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C *)cache->attributes[0]; CompilerGeneratedAttribute__ctor_m9DC3E4E2DA76FE93948D44199213E2E924DCBE35(tmp, NULL); } } static void EventBase_tADF8D0ADA92BAF80F76865BAC2E9D85A118D1967_CustomAttributesCacheGenerator_EventBase_set_propagationPhase_m906F58ECDF1F529BA3B198451B00FCE2133F9731(CustomAttributesCache* cache) { { CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C * tmp = (CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C *)cache->attributes[0]; CompilerGeneratedAttribute__ctor_m9DC3E4E2DA76FE93948D44199213E2E924DCBE35(tmp, NULL); } } static void EventBase_tADF8D0ADA92BAF80F76865BAC2E9D85A118D1967_CustomAttributesCacheGenerator_EventBase_get_originalMousePosition_mD40FA45A685D281A1A03AB38B40390D27ADACD04(CustomAttributesCache* cache) { { CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C * tmp = (CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C *)cache->attributes[0]; CompilerGeneratedAttribute__ctor_m9DC3E4E2DA76FE93948D44199213E2E924DCBE35(tmp, NULL); } } static void EventBase_tADF8D0ADA92BAF80F76865BAC2E9D85A118D1967_CustomAttributesCacheGenerator_EventBase_set_originalMousePosition_m0065AA01464C8AED3B2D8E03069E9E1EDC06E46B(CustomAttributesCache* cache) { { CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C * tmp = (CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C *)cache->attributes[0]; CompilerGeneratedAttribute__ctor_m9DC3E4E2DA76FE93948D44199213E2E924DCBE35(tmp, NULL); } } static void EventPropagation_t9A8C835BE25DB3F80F1A3B7C5A2D20319578DFB0_CustomAttributesCacheGenerator(CustomAttributesCache* cache) { { FlagsAttribute_t511C558FACEF1CC64702A8FAB67CAF3CBA65DF36 * tmp = (FlagsAttribute_t511C558FACEF1CC64702A8FAB67CAF3CBA65DF36 *)cache->attributes[0]; FlagsAttribute__ctor_mE8DCBA1BE0E6B0424FEF5E5F249733CF6A0E1229(tmp, NULL); } } static void LifeCycleStatus_t05EC3A0D5AE0E801FE6B611D51023B1F4D093B0F_CustomAttributesCacheGenerator(CustomAttributesCache* cache) { { FlagsAttribute_t511C558FACEF1CC64702A8FAB67CAF3CBA65DF36 * tmp = (FlagsAttribute_t511C558FACEF1CC64702A8FAB67CAF3CBA65DF36 *)cache->attributes[0]; FlagsAttribute__ctor_mE8DCBA1BE0E6B0424FEF5E5F249733CF6A0E1229(tmp, NULL); } } static void EventCallbackFunctorBase_tBB6636112422604DDE486A3DE0F2DE363DE45FAE_CustomAttributesCacheGenerator_U3CphaseU3Ek__BackingField(CustomAttributesCache* cache) { { CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C * tmp = (CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C *)cache->attributes[0]; CompilerGeneratedAttribute__ctor_m9DC3E4E2DA76FE93948D44199213E2E924DCBE35(tmp, NULL); } { DebuggerBrowsableAttribute_t2FA4793AD1982F5150E07D26822ED5953CD90F53 * tmp = (DebuggerBrowsableAttribute_t2FA4793AD1982F5150E07D26822ED5953CD90F53 *)cache->attributes[1]; DebuggerBrowsableAttribute__ctor_mAA8BCC1E418754685F320B14A08AC226E76346E5(tmp, 0LL, NULL); } } static void EventCallbackFunctorBase_tBB6636112422604DDE486A3DE0F2DE363DE45FAE_CustomAttributesCacheGenerator_EventCallbackFunctorBase_get_phase_m26681E62F951BBC9D3A0D929267BBA16ABDC8176(CustomAttributesCache* cache) { { CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C * tmp = (CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C *)cache->attributes[0]; CompilerGeneratedAttribute__ctor_m9DC3E4E2DA76FE93948D44199213E2E924DCBE35(tmp, NULL); } } static void EventCallbackFunctorBase_tBB6636112422604DDE486A3DE0F2DE363DE45FAE_CustomAttributesCacheGenerator_EventCallbackFunctorBase_set_phase_mA803DEEE131EE6DF5B13E624AE692CEE3EFD2680(CustomAttributesCache* cache) { { CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C * tmp = (CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C *)cache->attributes[0]; CompilerGeneratedAttribute__ctor_m9DC3E4E2DA76FE93948D44199213E2E924DCBE35(tmp, NULL); } } static void EventCallbackList_t01E2A1DBD9E0531B02043D64B07C6DF9EFCCCB71_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 EventCallbackList_t01E2A1DBD9E0531B02043D64B07C6DF9EFCCCB71_CustomAttributesCacheGenerator_U3CtrickleDownCallbackCountU3Ek__BackingField(CustomAttributesCache* cache) { { CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C * tmp = (CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C *)cache->attributes[0]; CompilerGeneratedAttribute__ctor_m9DC3E4E2DA76FE93948D44199213E2E924DCBE35(tmp, NULL); } { DebuggerBrowsableAttribute_t2FA4793AD1982F5150E07D26822ED5953CD90F53 * tmp = (DebuggerBrowsableAttribute_t2FA4793AD1982F5150E07D26822ED5953CD90F53 *)cache->attributes[1]; DebuggerBrowsableAttribute__ctor_mAA8BCC1E418754685F320B14A08AC226E76346E5(tmp, 0LL, NULL); } } static void EventCallbackList_t01E2A1DBD9E0531B02043D64B07C6DF9EFCCCB71_CustomAttributesCacheGenerator_U3CbubbleUpCallbackCountU3Ek__BackingField(CustomAttributesCache* cache) { { CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C * tmp = (CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C *)cache->attributes[0]; CompilerGeneratedAttribute__ctor_m9DC3E4E2DA76FE93948D44199213E2E924DCBE35(tmp, NULL); } { DebuggerBrowsableAttribute_t2FA4793AD1982F5150E07D26822ED5953CD90F53 * tmp = (DebuggerBrowsableAttribute_t2FA4793AD1982F5150E07D26822ED5953CD90F53 *)cache->attributes[1]; DebuggerBrowsableAttribute__ctor_mAA8BCC1E418754685F320B14A08AC226E76346E5(tmp, 0LL, NULL); } } static void EventCallbackList_t01E2A1DBD9E0531B02043D64B07C6DF9EFCCCB71_CustomAttributesCacheGenerator_EventCallbackList_get_trickleDownCallbackCount_mDA5D744D0015687CE22269F43C215EB2973F46A2(CustomAttributesCache* cache) { { CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C * tmp = (CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C *)cache->attributes[0]; CompilerGeneratedAttribute__ctor_m9DC3E4E2DA76FE93948D44199213E2E924DCBE35(tmp, NULL); } } static void EventCallbackList_t01E2A1DBD9E0531B02043D64B07C6DF9EFCCCB71_CustomAttributesCacheGenerator_EventCallbackList_set_trickleDownCallbackCount_mD35C97D3F730BA23738A8CB68BCE42398A3E3FBD(CustomAttributesCache* cache) { { CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C * tmp = (CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C *)cache->attributes[0]; CompilerGeneratedAttribute__ctor_m9DC3E4E2DA76FE93948D44199213E2E924DCBE35(tmp, NULL); } } static void EventCallbackList_t01E2A1DBD9E0531B02043D64B07C6DF9EFCCCB71_CustomAttributesCacheGenerator_EventCallbackList_get_bubbleUpCallbackCount_m781703B980F67C081CEA743E87580675B481CBB4(CustomAttributesCache* cache) { { CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C * tmp = (CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C *)cache->attributes[0]; CompilerGeneratedAttribute__ctor_m9DC3E4E2DA76FE93948D44199213E2E924DCBE35(tmp, NULL); } } static void EventCallbackList_t01E2A1DBD9E0531B02043D64B07C6DF9EFCCCB71_CustomAttributesCacheGenerator_EventCallbackList_set_bubbleUpCallbackCount_m75C48F15BA4E2966F999C230CD4D2F9658602D47(CustomAttributesCache* cache) { { CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C * tmp = (CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C *)cache->attributes[0]; CompilerGeneratedAttribute__ctor_m9DC3E4E2DA76FE93948D44199213E2E924DCBE35(tmp, NULL); } } static void FocusEventBase_1_tF6F8886BF704CA0980FD734CEB4D4444077AA345_CustomAttributesCacheGenerator_U3CrelatedTargetU3Ek__BackingField(CustomAttributesCache* cache) { { DebuggerBrowsableAttribute_t2FA4793AD1982F5150E07D26822ED5953CD90F53 * tmp = (DebuggerBrowsableAttribute_t2FA4793AD1982F5150E07D26822ED5953CD90F53 *)cache->attributes[0]; DebuggerBrowsableAttribute__ctor_mAA8BCC1E418754685F320B14A08AC226E76346E5(tmp, 0LL, NULL); } { CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C * tmp = (CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C *)cache->attributes[1]; CompilerGeneratedAttribute__ctor_m9DC3E4E2DA76FE93948D44199213E2E924DCBE35(tmp, NULL); } } static void FocusEventBase_1_tF6F8886BF704CA0980FD734CEB4D4444077AA345_CustomAttributesCacheGenerator_U3CdirectionU3Ek__BackingField(CustomAttributesCache* cache) { { CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C * tmp = (CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C *)cache->attributes[0]; CompilerGeneratedAttribute__ctor_m9DC3E4E2DA76FE93948D44199213E2E924DCBE35(tmp, NULL); } { DebuggerBrowsableAttribute_t2FA4793AD1982F5150E07D26822ED5953CD90F53 * tmp = (DebuggerBrowsableAttribute_t2FA4793AD1982F5150E07D26822ED5953CD90F53 *)cache->attributes[1]; DebuggerBrowsableAttribute__ctor_mAA8BCC1E418754685F320B14A08AC226E76346E5(tmp, 0LL, NULL); } } static void FocusEventBase_1_tF6F8886BF704CA0980FD734CEB4D4444077AA345_CustomAttributesCacheGenerator_U3CfocusControllerU3Ek__BackingField(CustomAttributesCache* cache) { { DebuggerBrowsableAttribute_t2FA4793AD1982F5150E07D26822ED5953CD90F53 * tmp = (DebuggerBrowsableAttribute_t2FA4793AD1982F5150E07D26822ED5953CD90F53 *)cache->attributes[0]; DebuggerBrowsableAttribute__ctor_mAA8BCC1E418754685F320B14A08AC226E76346E5(tmp, 0LL, NULL); } { CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C * tmp = (CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C *)cache->attributes[1]; CompilerGeneratedAttribute__ctor_m9DC3E4E2DA76FE93948D44199213E2E924DCBE35(tmp, NULL); } } static void FocusEventBase_1_tF6F8886BF704CA0980FD734CEB4D4444077AA345_CustomAttributesCacheGenerator_U3CIsFocusDelegatedU3Ek__BackingField(CustomAttributesCache* cache) { { CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C * tmp = (CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C *)cache->attributes[0]; CompilerGeneratedAttribute__ctor_m9DC3E4E2DA76FE93948D44199213E2E924DCBE35(tmp, NULL); } { DebuggerBrowsableAttribute_t2FA4793AD1982F5150E07D26822ED5953CD90F53 * tmp = (DebuggerBrowsableAttribute_t2FA4793AD1982F5150E07D26822ED5953CD90F53 *)cache->attributes[1]; DebuggerBrowsableAttribute__ctor_mAA8BCC1E418754685F320B14A08AC226E76346E5(tmp, 0LL, NULL); } } static void FocusEventBase_1_tF6F8886BF704CA0980FD734CEB4D4444077AA345_CustomAttributesCacheGenerator_FocusEventBase_1_get_relatedTarget_m004D65659215DB8C9562D298821AF04787651F04(CustomAttributesCache* cache) { { CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C * tmp = (CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C *)cache->attributes[0]; CompilerGeneratedAttribute__ctor_m9DC3E4E2DA76FE93948D44199213E2E924DCBE35(tmp, NULL); } } static void FocusEventBase_1_tF6F8886BF704CA0980FD734CEB4D4444077AA345_CustomAttributesCacheGenerator_FocusEventBase_1_set_relatedTarget_mB9841EC68E164EDD1C7ACADF9C17CA32926ADC01(CustomAttributesCache* cache) { { CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C * tmp = (CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C *)cache->attributes[0]; CompilerGeneratedAttribute__ctor_m9DC3E4E2DA76FE93948D44199213E2E924DCBE35(tmp, NULL); } } static void FocusEventBase_1_tF6F8886BF704CA0980FD734CEB4D4444077AA345_CustomAttributesCacheGenerator_FocusEventBase_1_set_direction_m54647D4AB273177B9B692619D5DBC2C23B1F3796(CustomAttributesCache* cache) { { CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C * tmp = (CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C *)cache->attributes[0]; CompilerGeneratedAttribute__ctor_m9DC3E4E2DA76FE93948D44199213E2E924DCBE35(tmp, NULL); } } static void FocusEventBase_1_tF6F8886BF704CA0980FD734CEB4D4444077AA345_CustomAttributesCacheGenerator_FocusEventBase_1_get_focusController_m86F4A6BEBCD30EF930D189B080F89B342DC859E8(CustomAttributesCache* cache) { { CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C * tmp = (CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C *)cache->attributes[0]; CompilerGeneratedAttribute__ctor_m9DC3E4E2DA76FE93948D44199213E2E924DCBE35(tmp, NULL); } } static void FocusEventBase_1_tF6F8886BF704CA0980FD734CEB4D4444077AA345_CustomAttributesCacheGenerator_FocusEventBase_1_set_focusController_mAE727E31208C42E5138C202FDF0D22329A8A5B40(CustomAttributesCache* cache) { { CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C * tmp = (CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C *)cache->attributes[0]; CompilerGeneratedAttribute__ctor_m9DC3E4E2DA76FE93948D44199213E2E924DCBE35(tmp, NULL); } } static void FocusEventBase_1_tF6F8886BF704CA0980FD734CEB4D4444077AA345_CustomAttributesCacheGenerator_FocusEventBase_1_set_IsFocusDelegated_m7BF400058ACAF0F3E868D0ED4CB9FA956924372E(CustomAttributesCache* cache) { { CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C * tmp = (CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C *)cache->attributes[0]; CompilerGeneratedAttribute__ctor_m9DC3E4E2DA76FE93948D44199213E2E924DCBE35(tmp, NULL); } } static void KeyboardEventBase_1_t81E92DA675C4C3359573F25A71CCDF24312E3709_CustomAttributesCacheGenerator_U3CmodifiersU3Ek__BackingField(CustomAttributesCache* cache) { { DebuggerBrowsableAttribute_t2FA4793AD1982F5150E07D26822ED5953CD90F53 * tmp = (DebuggerBrowsableAttribute_t2FA4793AD1982F5150E07D26822ED5953CD90F53 *)cache->attributes[0]; DebuggerBrowsableAttribute__ctor_mAA8BCC1E418754685F320B14A08AC226E76346E5(tmp, 0LL, NULL); } { CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C * tmp = (CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C *)cache->attributes[1]; CompilerGeneratedAttribute__ctor_m9DC3E4E2DA76FE93948D44199213E2E924DCBE35(tmp, NULL); } } static void KeyboardEventBase_1_t81E92DA675C4C3359573F25A71CCDF24312E3709_CustomAttributesCacheGenerator_U3CcharacterU3Ek__BackingField(CustomAttributesCache* cache) { { CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C * tmp = (CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C *)cache->attributes[0]; CompilerGeneratedAttribute__ctor_m9DC3E4E2DA76FE93948D44199213E2E924DCBE35(tmp, NULL); } { DebuggerBrowsableAttribute_t2FA4793AD1982F5150E07D26822ED5953CD90F53 * tmp = (DebuggerBrowsableAttribute_t2FA4793AD1982F5150E07D26822ED5953CD90F53 *)cache->attributes[1]; DebuggerBrowsableAttribute__ctor_mAA8BCC1E418754685F320B14A08AC226E76346E5(tmp, 0LL, NULL); } } static void KeyboardEventBase_1_t81E92DA675C4C3359573F25A71CCDF24312E3709_CustomAttributesCacheGenerator_U3CkeyCodeU3Ek__BackingField(CustomAttributesCache* cache) { { CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C * tmp = (CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C *)cache->attributes[0]; CompilerGeneratedAttribute__ctor_m9DC3E4E2DA76FE93948D44199213E2E924DCBE35(tmp, NULL); } { DebuggerBrowsableAttribute_t2FA4793AD1982F5150E07D26822ED5953CD90F53 * tmp = (DebuggerBrowsableAttribute_t2FA4793AD1982F5150E07D26822ED5953CD90F53 *)cache->attributes[1]; DebuggerBrowsableAttribute__ctor_mAA8BCC1E418754685F320B14A08AC226E76346E5(tmp, 0LL, NULL); } } static void KeyboardEventBase_1_t81E92DA675C4C3359573F25A71CCDF24312E3709_CustomAttributesCacheGenerator_KeyboardEventBase_1_set_modifiers_mA4EEF303382C27EF75383389777979E41EF9BBC6(CustomAttributesCache* cache) { { CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C * tmp = (CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C *)cache->attributes[0]; CompilerGeneratedAttribute__ctor_m9DC3E4E2DA76FE93948D44199213E2E924DCBE35(tmp, NULL); } } static void KeyboardEventBase_1_t81E92DA675C4C3359573F25A71CCDF24312E3709_CustomAttributesCacheGenerator_KeyboardEventBase_1_set_character_m6D6B074D714E1AF9043B414A5C81D8C56BD42C06(CustomAttributesCache* cache) { { CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C * tmp = (CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C *)cache->attributes[0]; CompilerGeneratedAttribute__ctor_m9DC3E4E2DA76FE93948D44199213E2E924DCBE35(tmp, NULL); } } static void KeyboardEventBase_1_t81E92DA675C4C3359573F25A71CCDF24312E3709_CustomAttributesCacheGenerator_KeyboardEventBase_1_set_keyCode_m4579B8D45EC9E93EEFD3A0078A8BABF394663027(CustomAttributesCache* cache) { { CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C * tmp = (CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C *)cache->attributes[0]; CompilerGeneratedAttribute__ctor_m9DC3E4E2DA76FE93948D44199213E2E924DCBE35(tmp, NULL); } } static void EventBehavior_tE1DDEA74EAF57C0DDB53BBCD77F3F49A71940B41_CustomAttributesCacheGenerator(CustomAttributesCache* cache) { { FlagsAttribute_t511C558FACEF1CC64702A8FAB67CAF3CBA65DF36 * tmp = (FlagsAttribute_t511C558FACEF1CC64702A8FAB67CAF3CBA65DF36 *)cache->attributes[0]; FlagsAttribute__ctor_mE8DCBA1BE0E6B0424FEF5E5F249733CF6A0E1229(tmp, NULL); } } static void MouseEventBase_1_t07A890112F60CC102C6D722C25109876026A01FD_CustomAttributesCacheGenerator_U3CmodifiersU3Ek__BackingField(CustomAttributesCache* cache) { { CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C * tmp = (CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C *)cache->attributes[0]; CompilerGeneratedAttribute__ctor_m9DC3E4E2DA76FE93948D44199213E2E924DCBE35(tmp, NULL); } { DebuggerBrowsableAttribute_t2FA4793AD1982F5150E07D26822ED5953CD90F53 * tmp = (DebuggerBrowsableAttribute_t2FA4793AD1982F5150E07D26822ED5953CD90F53 *)cache->attributes[1]; DebuggerBrowsableAttribute__ctor_mAA8BCC1E418754685F320B14A08AC226E76346E5(tmp, 0LL, NULL); } } static void MouseEventBase_1_t07A890112F60CC102C6D722C25109876026A01FD_CustomAttributesCacheGenerator_U3CmousePositionU3Ek__BackingField(CustomAttributesCache* cache) { { DebuggerBrowsableAttribute_t2FA4793AD1982F5150E07D26822ED5953CD90F53 * tmp = (DebuggerBrowsableAttribute_t2FA4793AD1982F5150E07D26822ED5953CD90F53 *)cache->attributes[0]; DebuggerBrowsableAttribute__ctor_mAA8BCC1E418754685F320B14A08AC226E76346E5(tmp, 0LL, NULL); } { CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C * tmp = (CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C *)cache->attributes[1]; CompilerGeneratedAttribute__ctor_m9DC3E4E2DA76FE93948D44199213E2E924DCBE35(tmp, NULL); } } static void MouseEventBase_1_t07A890112F60CC102C6D722C25109876026A01FD_CustomAttributesCacheGenerator_U3ClocalMousePositionU3Ek__BackingField(CustomAttributesCache* cache) { { CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C * tmp = (CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C *)cache->attributes[0]; CompilerGeneratedAttribute__ctor_m9DC3E4E2DA76FE93948D44199213E2E924DCBE35(tmp, NULL); } { DebuggerBrowsableAttribute_t2FA4793AD1982F5150E07D26822ED5953CD90F53 * tmp = (DebuggerBrowsableAttribute_t2FA4793AD1982F5150E07D26822ED5953CD90F53 *)cache->attributes[1]; DebuggerBrowsableAttribute__ctor_mAA8BCC1E418754685F320B14A08AC226E76346E5(tmp, 0LL, NULL); } } static void MouseEventBase_1_t07A890112F60CC102C6D722C25109876026A01FD_CustomAttributesCacheGenerator_U3CmouseDeltaU3Ek__BackingField(CustomAttributesCache* cache) { { DebuggerBrowsableAttribute_t2FA4793AD1982F5150E07D26822ED5953CD90F53 * tmp = (DebuggerBrowsableAttribute_t2FA4793AD1982F5150E07D26822ED5953CD90F53 *)cache->attributes[0]; DebuggerBrowsableAttribute__ctor_mAA8BCC1E418754685F320B14A08AC226E76346E5(tmp, 0LL, NULL); } { CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C * tmp = (CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C *)cache->attributes[1]; CompilerGeneratedAttribute__ctor_m9DC3E4E2DA76FE93948D44199213E2E924DCBE35(tmp, NULL); } } static void MouseEventBase_1_t07A890112F60CC102C6D722C25109876026A01FD_CustomAttributesCacheGenerator_U3CclickCountU3Ek__BackingField(CustomAttributesCache* cache) { { CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C * tmp = (CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C *)cache->attributes[0]; CompilerGeneratedAttribute__ctor_m9DC3E4E2DA76FE93948D44199213E2E924DCBE35(tmp, NULL); } { DebuggerBrowsableAttribute_t2FA4793AD1982F5150E07D26822ED5953CD90F53 * tmp = (DebuggerBrowsableAttribute_t2FA4793AD1982F5150E07D26822ED5953CD90F53 *)cache->attributes[1]; DebuggerBrowsableAttribute__ctor_mAA8BCC1E418754685F320B14A08AC226E76346E5(tmp, 0LL, NULL); } } static void MouseEventBase_1_t07A890112F60CC102C6D722C25109876026A01FD_CustomAttributesCacheGenerator_U3CbuttonU3Ek__BackingField(CustomAttributesCache* cache) { { CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C * tmp = (CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C *)cache->attributes[0]; CompilerGeneratedAttribute__ctor_m9DC3E4E2DA76FE93948D44199213E2E924DCBE35(tmp, NULL); } { DebuggerBrowsableAttribute_t2FA4793AD1982F5150E07D26822ED5953CD90F53 * tmp = (DebuggerBrowsableAttribute_t2FA4793AD1982F5150E07D26822ED5953CD90F53 *)cache->attributes[1]; DebuggerBrowsableAttribute__ctor_mAA8BCC1E418754685F320B14A08AC226E76346E5(tmp, 0LL, NULL); } } static void MouseEventBase_1_t07A890112F60CC102C6D722C25109876026A01FD_CustomAttributesCacheGenerator_U3CpressedButtonsU3Ek__BackingField(CustomAttributesCache* cache) { { CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C * tmp = (CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C *)cache->attributes[0]; CompilerGeneratedAttribute__ctor_m9DC3E4E2DA76FE93948D44199213E2E924DCBE35(tmp, NULL); } { DebuggerBrowsableAttribute_t2FA4793AD1982F5150E07D26822ED5953CD90F53 * tmp = (DebuggerBrowsableAttribute_t2FA4793AD1982F5150E07D26822ED5953CD90F53 *)cache->attributes[1]; DebuggerBrowsableAttribute__ctor_mAA8BCC1E418754685F320B14A08AC226E76346E5(tmp, 0LL, NULL); } } static void MouseEventBase_1_t07A890112F60CC102C6D722C25109876026A01FD_CustomAttributesCacheGenerator_U3CUnityEngine_UIElements_IMouseEventInternal_triggeredByOSU3Ek__BackingField(CustomAttributesCache* cache) { { DebuggerBrowsableAttribute_t2FA4793AD1982F5150E07D26822ED5953CD90F53 * tmp = (DebuggerBrowsableAttribute_t2FA4793AD1982F5150E07D26822ED5953CD90F53 *)cache->attributes[0]; DebuggerBrowsableAttribute__ctor_mAA8BCC1E418754685F320B14A08AC226E76346E5(tmp, 0LL, NULL); } { CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C * tmp = (CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C *)cache->attributes[1]; CompilerGeneratedAttribute__ctor_m9DC3E4E2DA76FE93948D44199213E2E924DCBE35(tmp, NULL); } } static void MouseEventBase_1_t07A890112F60CC102C6D722C25109876026A01FD_CustomAttributesCacheGenerator_U3CUnityEngine_UIElements_IMouseEventInternal_recomputeTopElementUnderMouseU3Ek__BackingField(CustomAttributesCache* cache) { { CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C * tmp = (CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C *)cache->attributes[0]; CompilerGeneratedAttribute__ctor_m9DC3E4E2DA76FE93948D44199213E2E924DCBE35(tmp, NULL); } { DebuggerBrowsableAttribute_t2FA4793AD1982F5150E07D26822ED5953CD90F53 * tmp = (DebuggerBrowsableAttribute_t2FA4793AD1982F5150E07D26822ED5953CD90F53 *)cache->attributes[1]; DebuggerBrowsableAttribute__ctor_mAA8BCC1E418754685F320B14A08AC226E76346E5(tmp, 0LL, NULL); } } static void MouseEventBase_1_t07A890112F60CC102C6D722C25109876026A01FD_CustomAttributesCacheGenerator_U3CUnityEngine_UIElements_IMouseEventInternal_sourcePointerEventU3Ek__BackingField(CustomAttributesCache* cache) { { DebuggerBrowsableAttribute_t2FA4793AD1982F5150E07D26822ED5953CD90F53 * tmp = (DebuggerBrowsableAttribute_t2FA4793AD1982F5150E07D26822ED5953CD90F53 *)cache->attributes[0]; DebuggerBrowsableAttribute__ctor_mAA8BCC1E418754685F320B14A08AC226E76346E5(tmp, 0LL, NULL); } { CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C * tmp = (CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C *)cache->attributes[1]; CompilerGeneratedAttribute__ctor_m9DC3E4E2DA76FE93948D44199213E2E924DCBE35(tmp, NULL); } } static void MouseEventBase_1_t07A890112F60CC102C6D722C25109876026A01FD_CustomAttributesCacheGenerator_MouseEventBase_1_get_modifiers_mCE8C078B64CC2A266C415EF7D1F65440549D4503(CustomAttributesCache* cache) { { CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C * tmp = (CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C *)cache->attributes[0]; CompilerGeneratedAttribute__ctor_m9DC3E4E2DA76FE93948D44199213E2E924DCBE35(tmp, NULL); } } static void MouseEventBase_1_t07A890112F60CC102C6D722C25109876026A01FD_CustomAttributesCacheGenerator_MouseEventBase_1_set_modifiers_mC9BE3E8490D6B2AB93FB7000AD7EFD26F082537E(CustomAttributesCache* cache) { { CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C * tmp = (CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C *)cache->attributes[0]; CompilerGeneratedAttribute__ctor_m9DC3E4E2DA76FE93948D44199213E2E924DCBE35(tmp, NULL); } } static void MouseEventBase_1_t07A890112F60CC102C6D722C25109876026A01FD_CustomAttributesCacheGenerator_MouseEventBase_1_get_mousePosition_mB6D0A09B9BBC1EA74E20184DF332DE2688C98604(CustomAttributesCache* cache) { { CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C * tmp = (CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C *)cache->attributes[0]; CompilerGeneratedAttribute__ctor_m9DC3E4E2DA76FE93948D44199213E2E924DCBE35(tmp, NULL); } } static void MouseEventBase_1_t07A890112F60CC102C6D722C25109876026A01FD_CustomAttributesCacheGenerator_MouseEventBase_1_set_mousePosition_m2CEA9380751430BB11C26A07E41429D1BCF20DBF(CustomAttributesCache* cache) { { CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C * tmp = (CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C *)cache->attributes[0]; CompilerGeneratedAttribute__ctor_m9DC3E4E2DA76FE93948D44199213E2E924DCBE35(tmp, NULL); } } static void MouseEventBase_1_t07A890112F60CC102C6D722C25109876026A01FD_CustomAttributesCacheGenerator_MouseEventBase_1_set_localMousePosition_m543C0801D2831E92136F59BB65B46A72DAB629FE(CustomAttributesCache* cache) { { CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C * tmp = (CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C *)cache->attributes[0]; CompilerGeneratedAttribute__ctor_m9DC3E4E2DA76FE93948D44199213E2E924DCBE35(tmp, NULL); } } static void MouseEventBase_1_t07A890112F60CC102C6D722C25109876026A01FD_CustomAttributesCacheGenerator_MouseEventBase_1_get_mouseDelta_m5F5ED58265F2EA555264FF290FF2E32A2ED41C08(CustomAttributesCache* cache) { { CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C * tmp = (CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C *)cache->attributes[0]; CompilerGeneratedAttribute__ctor_m9DC3E4E2DA76FE93948D44199213E2E924DCBE35(tmp, NULL); } } static void MouseEventBase_1_t07A890112F60CC102C6D722C25109876026A01FD_CustomAttributesCacheGenerator_MouseEventBase_1_set_mouseDelta_mBDC0D52855964444462FCF90E21A339DA5F9C188(CustomAttributesCache* cache) { { CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C * tmp = (CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C *)cache->attributes[0]; CompilerGeneratedAttribute__ctor_m9DC3E4E2DA76FE93948D44199213E2E924DCBE35(tmp, NULL); } } static void MouseEventBase_1_t07A890112F60CC102C6D722C25109876026A01FD_CustomAttributesCacheGenerator_MouseEventBase_1_get_clickCount_mB51A3FDCC427051A3E38566973B20BC83FCBC8E8(CustomAttributesCache* cache) { { CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C * tmp = (CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C *)cache->attributes[0]; CompilerGeneratedAttribute__ctor_m9DC3E4E2DA76FE93948D44199213E2E924DCBE35(tmp, NULL); } } static void MouseEventBase_1_t07A890112F60CC102C6D722C25109876026A01FD_CustomAttributesCacheGenerator_MouseEventBase_1_set_clickCount_mA6050854A4FE904462058C32A98C4E206651292E(CustomAttributesCache* cache) { { CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C * tmp = (CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C *)cache->attributes[0]; CompilerGeneratedAttribute__ctor_m9DC3E4E2DA76FE93948D44199213E2E924DCBE35(tmp, NULL); } } static void MouseEventBase_1_t07A890112F60CC102C6D722C25109876026A01FD_CustomAttributesCacheGenerator_MouseEventBase_1_get_button_mA5B717B40C45241FCCDF39EC73EFFEC61CDC6F9C(CustomAttributesCache* cache) { { CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C * tmp = (CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C *)cache->attributes[0]; CompilerGeneratedAttribute__ctor_m9DC3E4E2DA76FE93948D44199213E2E924DCBE35(tmp, NULL); } } static void MouseEventBase_1_t07A890112F60CC102C6D722C25109876026A01FD_CustomAttributesCacheGenerator_MouseEventBase_1_set_button_m261CDEF77EFA2326531D94689F6C9F0110286053(CustomAttributesCache* cache) { { CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C * tmp = (CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C *)cache->attributes[0]; CompilerGeneratedAttribute__ctor_m9DC3E4E2DA76FE93948D44199213E2E924DCBE35(tmp, NULL); } } static void MouseEventBase_1_t07A890112F60CC102C6D722C25109876026A01FD_CustomAttributesCacheGenerator_MouseEventBase_1_get_pressedButtons_mE132BFC024802B584F6D1D5204DC169F7CB43F00(CustomAttributesCache* cache) { { CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C * tmp = (CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C *)cache->attributes[0]; CompilerGeneratedAttribute__ctor_m9DC3E4E2DA76FE93948D44199213E2E924DCBE35(tmp, NULL); } } static void MouseEventBase_1_t07A890112F60CC102C6D722C25109876026A01FD_CustomAttributesCacheGenerator_MouseEventBase_1_set_pressedButtons_mDA483C6BF90FE7611352AE7C67600A5F80FCCD97(CustomAttributesCache* cache) { { CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C * tmp = (CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C *)cache->attributes[0]; CompilerGeneratedAttribute__ctor_m9DC3E4E2DA76FE93948D44199213E2E924DCBE35(tmp, NULL); } } static void MouseEventBase_1_t07A890112F60CC102C6D722C25109876026A01FD_CustomAttributesCacheGenerator_MouseEventBase_1_UnityEngine_UIElements_IMouseEventInternal_get_triggeredByOS_m18F6023FF444AD4EEFFAD215F16F811DB501BD52(CustomAttributesCache* cache) { { CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C * tmp = (CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C *)cache->attributes[0]; CompilerGeneratedAttribute__ctor_m9DC3E4E2DA76FE93948D44199213E2E924DCBE35(tmp, NULL); } } static void MouseEventBase_1_t07A890112F60CC102C6D722C25109876026A01FD_CustomAttributesCacheGenerator_MouseEventBase_1_UnityEngine_UIElements_IMouseEventInternal_set_triggeredByOS_mB13F5C39C5DE116D9A8157050FE2A575818597AD(CustomAttributesCache* cache) { { CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C * tmp = (CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C *)cache->attributes[0]; CompilerGeneratedAttribute__ctor_m9DC3E4E2DA76FE93948D44199213E2E924DCBE35(tmp, NULL); } } static void MouseEventBase_1_t07A890112F60CC102C6D722C25109876026A01FD_CustomAttributesCacheGenerator_MouseEventBase_1_UnityEngine_UIElements_IMouseEventInternal_get_recomputeTopElementUnderMouse_m2F439287FF45713DE4C97E78BE487447349B4872(CustomAttributesCache* cache) { { CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C * tmp = (CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C *)cache->attributes[0]; CompilerGeneratedAttribute__ctor_m9DC3E4E2DA76FE93948D44199213E2E924DCBE35(tmp, NULL); } } static void MouseEventBase_1_t07A890112F60CC102C6D722C25109876026A01FD_CustomAttributesCacheGenerator_MouseEventBase_1_UnityEngine_UIElements_IMouseEventInternal_set_recomputeTopElementUnderMouse_m9355EC0092CA82BF4EE834A27ACC4D6FDF8307F1(CustomAttributesCache* cache) { { CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C * tmp = (CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C *)cache->attributes[0]; CompilerGeneratedAttribute__ctor_m9DC3E4E2DA76FE93948D44199213E2E924DCBE35(tmp, NULL); } } static void MouseEventBase_1_t07A890112F60CC102C6D722C25109876026A01FD_CustomAttributesCacheGenerator_MouseEventBase_1_UnityEngine_UIElements_IMouseEventInternal_get_sourcePointerEvent_m437B25C2050B5EF8A797547E62FECBD90D073F2A(CustomAttributesCache* cache) { { CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C * tmp = (CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C *)cache->attributes[0]; CompilerGeneratedAttribute__ctor_m9DC3E4E2DA76FE93948D44199213E2E924DCBE35(tmp, NULL); } } static void MouseEventBase_1_t07A890112F60CC102C6D722C25109876026A01FD_CustomAttributesCacheGenerator_MouseEventBase_1_UnityEngine_UIElements_IMouseEventInternal_set_sourcePointerEvent_m6939A53E8972CB77E8BFB9052720C7AED93531FD(CustomAttributesCache* cache) { { CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C * tmp = (CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C *)cache->attributes[0]; CompilerGeneratedAttribute__ctor_m9DC3E4E2DA76FE93948D44199213E2E924DCBE35(tmp, NULL); } } static void WheelEvent_t79CBA86B16453AE12A6D2ACEA434C8BE72FF52A4_CustomAttributesCacheGenerator_U3CdeltaU3Ek__BackingField(CustomAttributesCache* cache) { { DebuggerBrowsableAttribute_t2FA4793AD1982F5150E07D26822ED5953CD90F53 * tmp = (DebuggerBrowsableAttribute_t2FA4793AD1982F5150E07D26822ED5953CD90F53 *)cache->attributes[0]; DebuggerBrowsableAttribute__ctor_mAA8BCC1E418754685F320B14A08AC226E76346E5(tmp, 0LL, NULL); } { CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C * tmp = (CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C *)cache->attributes[1]; CompilerGeneratedAttribute__ctor_m9DC3E4E2DA76FE93948D44199213E2E924DCBE35(tmp, NULL); } } static void WheelEvent_t79CBA86B16453AE12A6D2ACEA434C8BE72FF52A4_CustomAttributesCacheGenerator_WheelEvent_set_delta_m4011F334763F8DB0440A93DB11969D5E54CE2941(CustomAttributesCache* cache) { { CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C * tmp = (CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C *)cache->attributes[0]; CompilerGeneratedAttribute__ctor_m9DC3E4E2DA76FE93948D44199213E2E924DCBE35(tmp, NULL); } } static void NavigationMoveEvent_tB864650BE78E726F2606E2B6B049A1F0D430BE8D_CustomAttributesCacheGenerator_U3CdirectionU3Ek__BackingField(CustomAttributesCache* cache) { { CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C * tmp = (CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C *)cache->attributes[0]; CompilerGeneratedAttribute__ctor_m9DC3E4E2DA76FE93948D44199213E2E924DCBE35(tmp, NULL); } { DebuggerBrowsableAttribute_t2FA4793AD1982F5150E07D26822ED5953CD90F53 * tmp = (DebuggerBrowsableAttribute_t2FA4793AD1982F5150E07D26822ED5953CD90F53 *)cache->attributes[1]; DebuggerBrowsableAttribute__ctor_mAA8BCC1E418754685F320B14A08AC226E76346E5(tmp, 0LL, NULL); } } static void NavigationMoveEvent_tB864650BE78E726F2606E2B6B049A1F0D430BE8D_CustomAttributesCacheGenerator_U3CmoveU3Ek__BackingField(CustomAttributesCache* cache) { { CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C * tmp = (CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C *)cache->attributes[0]; CompilerGeneratedAttribute__ctor_m9DC3E4E2DA76FE93948D44199213E2E924DCBE35(tmp, NULL); } { DebuggerBrowsableAttribute_t2FA4793AD1982F5150E07D26822ED5953CD90F53 * tmp = (DebuggerBrowsableAttribute_t2FA4793AD1982F5150E07D26822ED5953CD90F53 *)cache->attributes[1]; DebuggerBrowsableAttribute__ctor_mAA8BCC1E418754685F320B14A08AC226E76346E5(tmp, 0LL, NULL); } } static void NavigationMoveEvent_tB864650BE78E726F2606E2B6B049A1F0D430BE8D_CustomAttributesCacheGenerator_NavigationMoveEvent_set_direction_m27926B1045180FCEFD0ED4FBF78C9A6108D746E7(CustomAttributesCache* cache) { { CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C * tmp = (CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C *)cache->attributes[0]; CompilerGeneratedAttribute__ctor_m9DC3E4E2DA76FE93948D44199213E2E924DCBE35(tmp, NULL); } } static void NavigationMoveEvent_tB864650BE78E726F2606E2B6B049A1F0D430BE8D_CustomAttributesCacheGenerator_NavigationMoveEvent_set_move_mF6465D371C97E5BB1133BB0631FE0F70197BE458(CustomAttributesCache* cache) { { CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C * tmp = (CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C *)cache->attributes[0]; CompilerGeneratedAttribute__ctor_m9DC3E4E2DA76FE93948D44199213E2E924DCBE35(tmp, NULL); } } static void NavigationTabEvent_t67AD2563588C22F4B12AEF9743FE098FEFFB5961_CustomAttributesCacheGenerator_U3CdirectionU3Ek__BackingField(CustomAttributesCache* cache) { { CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C * tmp = (CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C *)cache->attributes[0]; CompilerGeneratedAttribute__ctor_m9DC3E4E2DA76FE93948D44199213E2E924DCBE35(tmp, NULL); } { DebuggerBrowsableAttribute_t2FA4793AD1982F5150E07D26822ED5953CD90F53 * tmp = (DebuggerBrowsableAttribute_t2FA4793AD1982F5150E07D26822ED5953CD90F53 *)cache->attributes[1]; DebuggerBrowsableAttribute__ctor_mAA8BCC1E418754685F320B14A08AC226E76346E5(tmp, 0LL, NULL); } } static void NavigationTabEvent_t67AD2563588C22F4B12AEF9743FE098FEFFB5961_CustomAttributesCacheGenerator_NavigationTabEvent_set_direction_mA0F32D4E7144F050FF5F07D5D5535674141EBD5B(CustomAttributesCache* cache) { { CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C * tmp = (CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C *)cache->attributes[0]; CompilerGeneratedAttribute__ctor_m9DC3E4E2DA76FE93948D44199213E2E924DCBE35(tmp, NULL); } } static void PanelChangedEventBase_1_t8F65F3DFF15D57B8D6180A9B7D31F30216E99EED_CustomAttributesCacheGenerator_U3CoriginPanelU3Ek__BackingField(CustomAttributesCache* cache) { { CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C * tmp = (CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C *)cache->attributes[0]; CompilerGeneratedAttribute__ctor_m9DC3E4E2DA76FE93948D44199213E2E924DCBE35(tmp, NULL); } { DebuggerBrowsableAttribute_t2FA4793AD1982F5150E07D26822ED5953CD90F53 * tmp = (DebuggerBrowsableAttribute_t2FA4793AD1982F5150E07D26822ED5953CD90F53 *)cache->attributes[1]; DebuggerBrowsableAttribute__ctor_mAA8BCC1E418754685F320B14A08AC226E76346E5(tmp, 0LL, NULL); } } static void PanelChangedEventBase_1_t8F65F3DFF15D57B8D6180A9B7D31F30216E99EED_CustomAttributesCacheGenerator_U3CdestinationPanelU3Ek__BackingField(CustomAttributesCache* cache) { { CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C * tmp = (CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C *)cache->attributes[0]; CompilerGeneratedAttribute__ctor_m9DC3E4E2DA76FE93948D44199213E2E924DCBE35(tmp, NULL); } { DebuggerBrowsableAttribute_t2FA4793AD1982F5150E07D26822ED5953CD90F53 * tmp = (DebuggerBrowsableAttribute_t2FA4793AD1982F5150E07D26822ED5953CD90F53 *)cache->attributes[1]; DebuggerBrowsableAttribute__ctor_mAA8BCC1E418754685F320B14A08AC226E76346E5(tmp, 0LL, NULL); } } static void PanelChangedEventBase_1_t8F65F3DFF15D57B8D6180A9B7D31F30216E99EED_CustomAttributesCacheGenerator_PanelChangedEventBase_1_set_originPanel_mB6E42D33F2DFD7B8E3A72ABA562187D68980E33C(CustomAttributesCache* cache) { { CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C * tmp = (CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C *)cache->attributes[0]; CompilerGeneratedAttribute__ctor_m9DC3E4E2DA76FE93948D44199213E2E924DCBE35(tmp, NULL); } } static void PanelChangedEventBase_1_t8F65F3DFF15D57B8D6180A9B7D31F30216E99EED_CustomAttributesCacheGenerator_PanelChangedEventBase_1_set_destinationPanel_m43E04C1B6CEC3FCEB71AF68DB7168A0BDC151D27(CustomAttributesCache* cache) { { CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C * tmp = (CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C *)cache->attributes[0]; CompilerGeneratedAttribute__ctor_m9DC3E4E2DA76FE93948D44199213E2E924DCBE35(tmp, NULL); } } static void PointerEventBase_1_tAF063A7AA56BF895492776123DF1360CE28ADBA5_CustomAttributesCacheGenerator_U3CpointerIdU3Ek__BackingField(CustomAttributesCache* cache) { { CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C * tmp = (CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C *)cache->attributes[0]; CompilerGeneratedAttribute__ctor_m9DC3E4E2DA76FE93948D44199213E2E924DCBE35(tmp, NULL); } { DebuggerBrowsableAttribute_t2FA4793AD1982F5150E07D26822ED5953CD90F53 * tmp = (DebuggerBrowsableAttribute_t2FA4793AD1982F5150E07D26822ED5953CD90F53 *)cache->attributes[1]; DebuggerBrowsableAttribute__ctor_mAA8BCC1E418754685F320B14A08AC226E76346E5(tmp, 0LL, NULL); } } static void PointerEventBase_1_tAF063A7AA56BF895492776123DF1360CE28ADBA5_CustomAttributesCacheGenerator_U3CpointerTypeU3Ek__BackingField(CustomAttributesCache* cache) { { CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C * tmp = (CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C *)cache->attributes[0]; CompilerGeneratedAttribute__ctor_m9DC3E4E2DA76FE93948D44199213E2E924DCBE35(tmp, NULL); } { DebuggerBrowsableAttribute_t2FA4793AD1982F5150E07D26822ED5953CD90F53 * tmp = (DebuggerBrowsableAttribute_t2FA4793AD1982F5150E07D26822ED5953CD90F53 *)cache->attributes[1]; DebuggerBrowsableAttribute__ctor_mAA8BCC1E418754685F320B14A08AC226E76346E5(tmp, 0LL, NULL); } } static void PointerEventBase_1_tAF063A7AA56BF895492776123DF1360CE28ADBA5_CustomAttributesCacheGenerator_U3CisPrimaryU3Ek__BackingField(CustomAttributesCache* cache) { { CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C * tmp = (CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C *)cache->attributes[0]; CompilerGeneratedAttribute__ctor_m9DC3E4E2DA76FE93948D44199213E2E924DCBE35(tmp, NULL); } { DebuggerBrowsableAttribute_t2FA4793AD1982F5150E07D26822ED5953CD90F53 * tmp = (DebuggerBrowsableAttribute_t2FA4793AD1982F5150E07D26822ED5953CD90F53 *)cache->attributes[1]; DebuggerBrowsableAttribute__ctor_mAA8BCC1E418754685F320B14A08AC226E76346E5(tmp, 0LL, NULL); } } static void PointerEventBase_1_tAF063A7AA56BF895492776123DF1360CE28ADBA5_CustomAttributesCacheGenerator_U3CbuttonU3Ek__BackingField(CustomAttributesCache* cache) { { CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C * tmp = (CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C *)cache->attributes[0]; CompilerGeneratedAttribute__ctor_m9DC3E4E2DA76FE93948D44199213E2E924DCBE35(tmp, NULL); } { DebuggerBrowsableAttribute_t2FA4793AD1982F5150E07D26822ED5953CD90F53 * tmp = (DebuggerBrowsableAttribute_t2FA4793AD1982F5150E07D26822ED5953CD90F53 *)cache->attributes[1]; DebuggerBrowsableAttribute__ctor_mAA8BCC1E418754685F320B14A08AC226E76346E5(tmp, 0LL, NULL); } } static void PointerEventBase_1_tAF063A7AA56BF895492776123DF1360CE28ADBA5_CustomAttributesCacheGenerator_U3CpressedButtonsU3Ek__BackingField(CustomAttributesCache* cache) { { DebuggerBrowsableAttribute_t2FA4793AD1982F5150E07D26822ED5953CD90F53 * tmp = (DebuggerBrowsableAttribute_t2FA4793AD1982F5150E07D26822ED5953CD90F53 *)cache->attributes[0]; DebuggerBrowsableAttribute__ctor_mAA8BCC1E418754685F320B14A08AC226E76346E5(tmp, 0LL, NULL); } { CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C * tmp = (CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C *)cache->attributes[1]; CompilerGeneratedAttribute__ctor_m9DC3E4E2DA76FE93948D44199213E2E924DCBE35(tmp, NULL); } } static void PointerEventBase_1_tAF063A7AA56BF895492776123DF1360CE28ADBA5_CustomAttributesCacheGenerator_U3CpositionU3Ek__BackingField(CustomAttributesCache* cache) { { DebuggerBrowsableAttribute_t2FA4793AD1982F5150E07D26822ED5953CD90F53 * tmp = (DebuggerBrowsableAttribute_t2FA4793AD1982F5150E07D26822ED5953CD90F53 *)cache->attributes[0]; DebuggerBrowsableAttribute__ctor_mAA8BCC1E418754685F320B14A08AC226E76346E5(tmp, 0LL, NULL); } { CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C * tmp = (CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C *)cache->attributes[1]; CompilerGeneratedAttribute__ctor_m9DC3E4E2DA76FE93948D44199213E2E924DCBE35(tmp, NULL); } } static void PointerEventBase_1_tAF063A7AA56BF895492776123DF1360CE28ADBA5_CustomAttributesCacheGenerator_U3ClocalPositionU3Ek__BackingField(CustomAttributesCache* cache) { { DebuggerBrowsableAttribute_t2FA4793AD1982F5150E07D26822ED5953CD90F53 * tmp = (DebuggerBrowsableAttribute_t2FA4793AD1982F5150E07D26822ED5953CD90F53 *)cache->attributes[0]; DebuggerBrowsableAttribute__ctor_mAA8BCC1E418754685F320B14A08AC226E76346E5(tmp, 0LL, NULL); } { CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C * tmp = (CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C *)cache->attributes[1]; CompilerGeneratedAttribute__ctor_m9DC3E4E2DA76FE93948D44199213E2E924DCBE35(tmp, NULL); } } static void PointerEventBase_1_tAF063A7AA56BF895492776123DF1360CE28ADBA5_CustomAttributesCacheGenerator_U3CdeltaPositionU3Ek__BackingField(CustomAttributesCache* cache) { { CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C * tmp = (CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C *)cache->attributes[0]; CompilerGeneratedAttribute__ctor_m9DC3E4E2DA76FE93948D44199213E2E924DCBE35(tmp, NULL); } { DebuggerBrowsableAttribute_t2FA4793AD1982F5150E07D26822ED5953CD90F53 * tmp = (DebuggerBrowsableAttribute_t2FA4793AD1982F5150E07D26822ED5953CD90F53 *)cache->attributes[1]; DebuggerBrowsableAttribute__ctor_mAA8BCC1E418754685F320B14A08AC226E76346E5(tmp, 0LL, NULL); } } static void PointerEventBase_1_tAF063A7AA56BF895492776123DF1360CE28ADBA5_CustomAttributesCacheGenerator_U3CdeltaTimeU3Ek__BackingField(CustomAttributesCache* cache) { { DebuggerBrowsableAttribute_t2FA4793AD1982F5150E07D26822ED5953CD90F53 * tmp = (DebuggerBrowsableAttribute_t2FA4793AD1982F5150E07D26822ED5953CD90F53 *)cache->attributes[0]; DebuggerBrowsableAttribute__ctor_mAA8BCC1E418754685F320B14A08AC226E76346E5(tmp, 0LL, NULL); } { CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C * tmp = (CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C *)cache->attributes[1]; CompilerGeneratedAttribute__ctor_m9DC3E4E2DA76FE93948D44199213E2E924DCBE35(tmp, NULL); } } static void PointerEventBase_1_tAF063A7AA56BF895492776123DF1360CE28ADBA5_CustomAttributesCacheGenerator_U3CclickCountU3Ek__BackingField(CustomAttributesCache* cache) { { CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C * tmp = (CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C *)cache->attributes[0]; CompilerGeneratedAttribute__ctor_m9DC3E4E2DA76FE93948D44199213E2E924DCBE35(tmp, NULL); } { DebuggerBrowsableAttribute_t2FA4793AD1982F5150E07D26822ED5953CD90F53 * tmp = (DebuggerBrowsableAttribute_t2FA4793AD1982F5150E07D26822ED5953CD90F53 *)cache->attributes[1]; DebuggerBrowsableAttribute__ctor_mAA8BCC1E418754685F320B14A08AC226E76346E5(tmp, 0LL, NULL); } } static void PointerEventBase_1_tAF063A7AA56BF895492776123DF1360CE28ADBA5_CustomAttributesCacheGenerator_U3CpressureU3Ek__BackingField(CustomAttributesCache* cache) { { CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C * tmp = (CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C *)cache->attributes[0]; CompilerGeneratedAttribute__ctor_m9DC3E4E2DA76FE93948D44199213E2E924DCBE35(tmp, NULL); } { DebuggerBrowsableAttribute_t2FA4793AD1982F5150E07D26822ED5953CD90F53 * tmp = (DebuggerBrowsableAttribute_t2FA4793AD1982F5150E07D26822ED5953CD90F53 *)cache->attributes[1]; DebuggerBrowsableAttribute__ctor_mAA8BCC1E418754685F320B14A08AC226E76346E5(tmp, 0LL, NULL); } } static void PointerEventBase_1_tAF063A7AA56BF895492776123DF1360CE28ADBA5_CustomAttributesCacheGenerator_U3CtangentialPressureU3Ek__BackingField(CustomAttributesCache* cache) { { CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C * tmp = (CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C *)cache->attributes[0]; CompilerGeneratedAttribute__ctor_m9DC3E4E2DA76FE93948D44199213E2E924DCBE35(tmp, NULL); } { DebuggerBrowsableAttribute_t2FA4793AD1982F5150E07D26822ED5953CD90F53 * tmp = (DebuggerBrowsableAttribute_t2FA4793AD1982F5150E07D26822ED5953CD90F53 *)cache->attributes[1]; DebuggerBrowsableAttribute__ctor_mAA8BCC1E418754685F320B14A08AC226E76346E5(tmp, 0LL, NULL); } } static void PointerEventBase_1_tAF063A7AA56BF895492776123DF1360CE28ADBA5_CustomAttributesCacheGenerator_U3CaltitudeAngleU3Ek__BackingField(CustomAttributesCache* cache) { { DebuggerBrowsableAttribute_t2FA4793AD1982F5150E07D26822ED5953CD90F53 * tmp = (DebuggerBrowsableAttribute_t2FA4793AD1982F5150E07D26822ED5953CD90F53 *)cache->attributes[0]; DebuggerBrowsableAttribute__ctor_mAA8BCC1E418754685F320B14A08AC226E76346E5(tmp, 0LL, NULL); } { CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C * tmp = (CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C *)cache->attributes[1]; CompilerGeneratedAttribute__ctor_m9DC3E4E2DA76FE93948D44199213E2E924DCBE35(tmp, NULL); } } static void PointerEventBase_1_tAF063A7AA56BF895492776123DF1360CE28ADBA5_CustomAttributesCacheGenerator_U3CazimuthAngleU3Ek__BackingField(CustomAttributesCache* cache) { { CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C * tmp = (CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C *)cache->attributes[0]; CompilerGeneratedAttribute__ctor_m9DC3E4E2DA76FE93948D44199213E2E924DCBE35(tmp, NULL); } { DebuggerBrowsableAttribute_t2FA4793AD1982F5150E07D26822ED5953CD90F53 * tmp = (DebuggerBrowsableAttribute_t2FA4793AD1982F5150E07D26822ED5953CD90F53 *)cache->attributes[1]; DebuggerBrowsableAttribute__ctor_mAA8BCC1E418754685F320B14A08AC226E76346E5(tmp, 0LL, NULL); } } static void PointerEventBase_1_tAF063A7AA56BF895492776123DF1360CE28ADBA5_CustomAttributesCacheGenerator_U3CtwistU3Ek__BackingField(CustomAttributesCache* cache) { { CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C * tmp = (CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C *)cache->attributes[0]; CompilerGeneratedAttribute__ctor_m9DC3E4E2DA76FE93948D44199213E2E924DCBE35(tmp, NULL); } { DebuggerBrowsableAttribute_t2FA4793AD1982F5150E07D26822ED5953CD90F53 * tmp = (DebuggerBrowsableAttribute_t2FA4793AD1982F5150E07D26822ED5953CD90F53 *)cache->attributes[1]; DebuggerBrowsableAttribute__ctor_mAA8BCC1E418754685F320B14A08AC226E76346E5(tmp, 0LL, NULL); } } static void PointerEventBase_1_tAF063A7AA56BF895492776123DF1360CE28ADBA5_CustomAttributesCacheGenerator_U3CradiusU3Ek__BackingField(CustomAttributesCache* cache) { { DebuggerBrowsableAttribute_t2FA4793AD1982F5150E07D26822ED5953CD90F53 * tmp = (DebuggerBrowsableAttribute_t2FA4793AD1982F5150E07D26822ED5953CD90F53 *)cache->attributes[0]; DebuggerBrowsableAttribute__ctor_mAA8BCC1E418754685F320B14A08AC226E76346E5(tmp, 0LL, NULL); } { CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C * tmp = (CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C *)cache->attributes[1]; CompilerGeneratedAttribute__ctor_m9DC3E4E2DA76FE93948D44199213E2E924DCBE35(tmp, NULL); } } static void PointerEventBase_1_tAF063A7AA56BF895492776123DF1360CE28ADBA5_CustomAttributesCacheGenerator_U3CradiusVarianceU3Ek__BackingField(CustomAttributesCache* cache) { { DebuggerBrowsableAttribute_t2FA4793AD1982F5150E07D26822ED5953CD90F53 * tmp = (DebuggerBrowsableAttribute_t2FA4793AD1982F5150E07D26822ED5953CD90F53 *)cache->attributes[0]; DebuggerBrowsableAttribute__ctor_mAA8BCC1E418754685F320B14A08AC226E76346E5(tmp, 0LL, NULL); } { CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C * tmp = (CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C *)cache->attributes[1]; CompilerGeneratedAttribute__ctor_m9DC3E4E2DA76FE93948D44199213E2E924DCBE35(tmp, NULL); } } static void PointerEventBase_1_tAF063A7AA56BF895492776123DF1360CE28ADBA5_CustomAttributesCacheGenerator_U3CmodifiersU3Ek__BackingField(CustomAttributesCache* cache) { { CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C * tmp = (CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C *)cache->attributes[0]; CompilerGeneratedAttribute__ctor_m9DC3E4E2DA76FE93948D44199213E2E924DCBE35(tmp, NULL); } { DebuggerBrowsableAttribute_t2FA4793AD1982F5150E07D26822ED5953CD90F53 * tmp = (DebuggerBrowsableAttribute_t2FA4793AD1982F5150E07D26822ED5953CD90F53 *)cache->attributes[1]; DebuggerBrowsableAttribute__ctor_mAA8BCC1E418754685F320B14A08AC226E76346E5(tmp, 0LL, NULL); } } static void PointerEventBase_1_tAF063A7AA56BF895492776123DF1360CE28ADBA5_CustomAttributesCacheGenerator_U3CUnityEngine_UIElements_IPointerEventInternal_triggeredByOSU3Ek__BackingField(CustomAttributesCache* cache) { { CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C * tmp = (CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C *)cache->attributes[0]; CompilerGeneratedAttribute__ctor_m9DC3E4E2DA76FE93948D44199213E2E924DCBE35(tmp, NULL); } { DebuggerBrowsableAttribute_t2FA4793AD1982F5150E07D26822ED5953CD90F53 * tmp = (DebuggerBrowsableAttribute_t2FA4793AD1982F5150E07D26822ED5953CD90F53 *)cache->attributes[1]; DebuggerBrowsableAttribute__ctor_mAA8BCC1E418754685F320B14A08AC226E76346E5(tmp, 0LL, NULL); } } static void PointerEventBase_1_tAF063A7AA56BF895492776123DF1360CE28ADBA5_CustomAttributesCacheGenerator_U3CUnityEngine_UIElements_IPointerEventInternal_recomputeTopElementUnderPointerU3Ek__BackingField(CustomAttributesCache* cache) { { DebuggerBrowsableAttribute_t2FA4793AD1982F5150E07D26822ED5953CD90F53 * tmp = (DebuggerBrowsableAttribute_t2FA4793AD1982F5150E07D26822ED5953CD90F53 *)cache->attributes[0]; DebuggerBrowsableAttribute__ctor_mAA8BCC1E418754685F320B14A08AC226E76346E5(tmp, 0LL, NULL); } { CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C * tmp = (CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C *)cache->attributes[1]; CompilerGeneratedAttribute__ctor_m9DC3E4E2DA76FE93948D44199213E2E924DCBE35(tmp, NULL); } } static void PointerEventBase_1_tAF063A7AA56BF895492776123DF1360CE28ADBA5_CustomAttributesCacheGenerator_PointerEventBase_1_get_pointerId_m58280531AC8C298050D418A2170CF688D8DBF451(CustomAttributesCache* cache) { { CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C * tmp = (CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C *)cache->attributes[0]; CompilerGeneratedAttribute__ctor_m9DC3E4E2DA76FE93948D44199213E2E924DCBE35(tmp, NULL); } } static void PointerEventBase_1_tAF063A7AA56BF895492776123DF1360CE28ADBA5_CustomAttributesCacheGenerator_PointerEventBase_1_set_pointerId_m86678D629F9CB78A2B1985B984722AD4DBC2D19A(CustomAttributesCache* cache) { { CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C * tmp = (CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C *)cache->attributes[0]; CompilerGeneratedAttribute__ctor_m9DC3E4E2DA76FE93948D44199213E2E924DCBE35(tmp, NULL); } } static void PointerEventBase_1_tAF063A7AA56BF895492776123DF1360CE28ADBA5_CustomAttributesCacheGenerator_PointerEventBase_1_get_pointerType_m01AD70EE76DFFC585A2814F0828CEA2A19FE789D(CustomAttributesCache* cache) { { CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C * tmp = (CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C *)cache->attributes[0]; CompilerGeneratedAttribute__ctor_m9DC3E4E2DA76FE93948D44199213E2E924DCBE35(tmp, NULL); } } static void PointerEventBase_1_tAF063A7AA56BF895492776123DF1360CE28ADBA5_CustomAttributesCacheGenerator_PointerEventBase_1_set_pointerType_mF37B20AD719E4D2BFAF29B33C6598D0EE680A2BE(CustomAttributesCache* cache) { { CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C * tmp = (CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C *)cache->attributes[0]; CompilerGeneratedAttribute__ctor_m9DC3E4E2DA76FE93948D44199213E2E924DCBE35(tmp, NULL); } } static void PointerEventBase_1_tAF063A7AA56BF895492776123DF1360CE28ADBA5_CustomAttributesCacheGenerator_PointerEventBase_1_get_isPrimary_mC7E10A68AF3E19742050CE00BE8B3ED92C4028D1(CustomAttributesCache* cache) { { CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C * tmp = (CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C *)cache->attributes[0]; CompilerGeneratedAttribute__ctor_m9DC3E4E2DA76FE93948D44199213E2E924DCBE35(tmp, NULL); } } static void PointerEventBase_1_tAF063A7AA56BF895492776123DF1360CE28ADBA5_CustomAttributesCacheGenerator_PointerEventBase_1_set_isPrimary_m01FBBE93610B0A513A8D91A06E953FB803DD2D3F(CustomAttributesCache* cache) { { CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C * tmp = (CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C *)cache->attributes[0]; CompilerGeneratedAttribute__ctor_m9DC3E4E2DA76FE93948D44199213E2E924DCBE35(tmp, NULL); } } static void PointerEventBase_1_tAF063A7AA56BF895492776123DF1360CE28ADBA5_CustomAttributesCacheGenerator_PointerEventBase_1_get_button_m82208CEE0DD6D4F1B6E0DF401334E999CBB25893(CustomAttributesCache* cache) { { CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C * tmp = (CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C *)cache->attributes[0]; CompilerGeneratedAttribute__ctor_m9DC3E4E2DA76FE93948D44199213E2E924DCBE35(tmp, NULL); } } static void PointerEventBase_1_tAF063A7AA56BF895492776123DF1360CE28ADBA5_CustomAttributesCacheGenerator_PointerEventBase_1_set_button_mCAE58F219E3715D7C4866106870D993B551E3A69(CustomAttributesCache* cache) { { CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C * tmp = (CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C *)cache->attributes[0]; CompilerGeneratedAttribute__ctor_m9DC3E4E2DA76FE93948D44199213E2E924DCBE35(tmp, NULL); } } static void PointerEventBase_1_tAF063A7AA56BF895492776123DF1360CE28ADBA5_CustomAttributesCacheGenerator_PointerEventBase_1_get_pressedButtons_mF2106F0883A748D9B3E72841D9FACB989344655A(CustomAttributesCache* cache) { { CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C * tmp = (CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C *)cache->attributes[0]; CompilerGeneratedAttribute__ctor_m9DC3E4E2DA76FE93948D44199213E2E924DCBE35(tmp, NULL); } } static void PointerEventBase_1_tAF063A7AA56BF895492776123DF1360CE28ADBA5_CustomAttributesCacheGenerator_PointerEventBase_1_set_pressedButtons_m0AF5243AA856ABD39D276243A748705E4A31BDC3(CustomAttributesCache* cache) { { CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C * tmp = (CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C *)cache->attributes[0]; CompilerGeneratedAttribute__ctor_m9DC3E4E2DA76FE93948D44199213E2E924DCBE35(tmp, NULL); } } static void PointerEventBase_1_tAF063A7AA56BF895492776123DF1360CE28ADBA5_CustomAttributesCacheGenerator_PointerEventBase_1_get_position_m5239B4976EFDD63D640728DA78532485ABCC398A(CustomAttributesCache* cache) { { CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C * tmp = (CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C *)cache->attributes[0]; CompilerGeneratedAttribute__ctor_m9DC3E4E2DA76FE93948D44199213E2E924DCBE35(tmp, NULL); } } static void PointerEventBase_1_tAF063A7AA56BF895492776123DF1360CE28ADBA5_CustomAttributesCacheGenerator_PointerEventBase_1_set_position_m537314236D88B8DC72190EB7295F872FA34D3C06(CustomAttributesCache* cache) { { CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C * tmp = (CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C *)cache->attributes[0]; CompilerGeneratedAttribute__ctor_m9DC3E4E2DA76FE93948D44199213E2E924DCBE35(tmp, NULL); } } static void PointerEventBase_1_tAF063A7AA56BF895492776123DF1360CE28ADBA5_CustomAttributesCacheGenerator_PointerEventBase_1_get_localPosition_mFFC644FC04F1B3D671835FD71D5206EC4E127459(CustomAttributesCache* cache) { { CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C * tmp = (CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C *)cache->attributes[0]; CompilerGeneratedAttribute__ctor_m9DC3E4E2DA76FE93948D44199213E2E924DCBE35(tmp, NULL); } } static void PointerEventBase_1_tAF063A7AA56BF895492776123DF1360CE28ADBA5_CustomAttributesCacheGenerator_PointerEventBase_1_set_localPosition_m45E2EAC2D979B18DA371FF679F7A48D9461D8BF9(CustomAttributesCache* cache) { { CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C * tmp = (CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C *)cache->attributes[0]; CompilerGeneratedAttribute__ctor_m9DC3E4E2DA76FE93948D44199213E2E924DCBE35(tmp, NULL); } } static void PointerEventBase_1_tAF063A7AA56BF895492776123DF1360CE28ADBA5_CustomAttributesCacheGenerator_PointerEventBase_1_get_deltaPosition_mAACEC953D3EACC886BC49D58EF0FEFFA8E80EC45(CustomAttributesCache* cache) { { CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C * tmp = (CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C *)cache->attributes[0]; CompilerGeneratedAttribute__ctor_m9DC3E4E2DA76FE93948D44199213E2E924DCBE35(tmp, NULL); } } static void PointerEventBase_1_tAF063A7AA56BF895492776123DF1360CE28ADBA5_CustomAttributesCacheGenerator_PointerEventBase_1_set_deltaPosition_m18A97B0E11B3044B504EEF5004770772B17F6969(CustomAttributesCache* cache) { { CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C * tmp = (CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C *)cache->attributes[0]; CompilerGeneratedAttribute__ctor_m9DC3E4E2DA76FE93948D44199213E2E924DCBE35(tmp, NULL); } } static void PointerEventBase_1_tAF063A7AA56BF895492776123DF1360CE28ADBA5_CustomAttributesCacheGenerator_PointerEventBase_1_get_deltaTime_m99D23D7D8CB7BB92D3CC5903B2F6D0E25735CE4A(CustomAttributesCache* cache) { { CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C * tmp = (CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C *)cache->attributes[0]; CompilerGeneratedAttribute__ctor_m9DC3E4E2DA76FE93948D44199213E2E924DCBE35(tmp, NULL); } } static void PointerEventBase_1_tAF063A7AA56BF895492776123DF1360CE28ADBA5_CustomAttributesCacheGenerator_PointerEventBase_1_set_deltaTime_mB54E9BF6D374639AD4CFE53E43247F99BF2B164F(CustomAttributesCache* cache) { { CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C * tmp = (CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C *)cache->attributes[0]; CompilerGeneratedAttribute__ctor_m9DC3E4E2DA76FE93948D44199213E2E924DCBE35(tmp, NULL); } } static void PointerEventBase_1_tAF063A7AA56BF895492776123DF1360CE28ADBA5_CustomAttributesCacheGenerator_PointerEventBase_1_get_clickCount_m58E476264CEF45AABB49032721AC34D9D01E22A8(CustomAttributesCache* cache) { { CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C * tmp = (CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C *)cache->attributes[0]; CompilerGeneratedAttribute__ctor_m9DC3E4E2DA76FE93948D44199213E2E924DCBE35(tmp, NULL); } } static void PointerEventBase_1_tAF063A7AA56BF895492776123DF1360CE28ADBA5_CustomAttributesCacheGenerator_PointerEventBase_1_set_clickCount_m3B6474043752A5C9A3F0B55C4E9FD40B98499CA6(CustomAttributesCache* cache) { { CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C * tmp = (CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C *)cache->attributes[0]; CompilerGeneratedAttribute__ctor_m9DC3E4E2DA76FE93948D44199213E2E924DCBE35(tmp, NULL); } } static void PointerEventBase_1_tAF063A7AA56BF895492776123DF1360CE28ADBA5_CustomAttributesCacheGenerator_PointerEventBase_1_get_pressure_m0D10A2147168475262F5F3CB09D5F7FDB74F9414(CustomAttributesCache* cache) { { CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C * tmp = (CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C *)cache->attributes[0]; CompilerGeneratedAttribute__ctor_m9DC3E4E2DA76FE93948D44199213E2E924DCBE35(tmp, NULL); } } static void PointerEventBase_1_tAF063A7AA56BF895492776123DF1360CE28ADBA5_CustomAttributesCacheGenerator_PointerEventBase_1_set_pressure_m4B91C1D4EF421F821DAC99D71AE56B3854BBF92A(CustomAttributesCache* cache) { { CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C * tmp = (CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C *)cache->attributes[0]; CompilerGeneratedAttribute__ctor_m9DC3E4E2DA76FE93948D44199213E2E924DCBE35(tmp, NULL); } } static void PointerEventBase_1_tAF063A7AA56BF895492776123DF1360CE28ADBA5_CustomAttributesCacheGenerator_PointerEventBase_1_get_tangentialPressure_mA71E672FBA745E805822910CDAE96AFB52DC1D82(CustomAttributesCache* cache) { { CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C * tmp = (CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C *)cache->attributes[0]; CompilerGeneratedAttribute__ctor_m9DC3E4E2DA76FE93948D44199213E2E924DCBE35(tmp, NULL); } } static void PointerEventBase_1_tAF063A7AA56BF895492776123DF1360CE28ADBA5_CustomAttributesCacheGenerator_PointerEventBase_1_set_tangentialPressure_mD6E139C4DE9ED92DD8E2E12FD729232A446B9339(CustomAttributesCache* cache) { { CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C * tmp = (CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C *)cache->attributes[0]; CompilerGeneratedAttribute__ctor_m9DC3E4E2DA76FE93948D44199213E2E924DCBE35(tmp, NULL); } } static void PointerEventBase_1_tAF063A7AA56BF895492776123DF1360CE28ADBA5_CustomAttributesCacheGenerator_PointerEventBase_1_get_altitudeAngle_mEC7D6352E19F713C3B32F5893F52F7E407A29EEF(CustomAttributesCache* cache) { { CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C * tmp = (CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C *)cache->attributes[0]; CompilerGeneratedAttribute__ctor_m9DC3E4E2DA76FE93948D44199213E2E924DCBE35(tmp, NULL); } } static void PointerEventBase_1_tAF063A7AA56BF895492776123DF1360CE28ADBA5_CustomAttributesCacheGenerator_PointerEventBase_1_set_altitudeAngle_mF0EB3DC5C89A76CFFAF824374103E071F8B22A35(CustomAttributesCache* cache) { { CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C * tmp = (CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C *)cache->attributes[0]; CompilerGeneratedAttribute__ctor_m9DC3E4E2DA76FE93948D44199213E2E924DCBE35(tmp, NULL); } } static void PointerEventBase_1_tAF063A7AA56BF895492776123DF1360CE28ADBA5_CustomAttributesCacheGenerator_PointerEventBase_1_get_azimuthAngle_m6CD5863E115776B2A2362F6A44DB13DE439A16BF(CustomAttributesCache* cache) { { CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C * tmp = (CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C *)cache->attributes[0]; CompilerGeneratedAttribute__ctor_m9DC3E4E2DA76FE93948D44199213E2E924DCBE35(tmp, NULL); } } static void PointerEventBase_1_tAF063A7AA56BF895492776123DF1360CE28ADBA5_CustomAttributesCacheGenerator_PointerEventBase_1_set_azimuthAngle_m0BB36DBB3ECFF36DBBB3F59D8CCEA15A0E3E8A5D(CustomAttributesCache* cache) { { CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C * tmp = (CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C *)cache->attributes[0]; CompilerGeneratedAttribute__ctor_m9DC3E4E2DA76FE93948D44199213E2E924DCBE35(tmp, NULL); } } static void PointerEventBase_1_tAF063A7AA56BF895492776123DF1360CE28ADBA5_CustomAttributesCacheGenerator_PointerEventBase_1_get_twist_m83D6ACDEBB05DA91C6E96FD7BAD165D0BC174F21(CustomAttributesCache* cache) { { CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C * tmp = (CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C *)cache->attributes[0]; CompilerGeneratedAttribute__ctor_m9DC3E4E2DA76FE93948D44199213E2E924DCBE35(tmp, NULL); } } static void PointerEventBase_1_tAF063A7AA56BF895492776123DF1360CE28ADBA5_CustomAttributesCacheGenerator_PointerEventBase_1_set_twist_m7D1C5B86BD8BE3A2F5E73AE7D914F301C48858CB(CustomAttributesCache* cache) { { CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C * tmp = (CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C *)cache->attributes[0]; CompilerGeneratedAttribute__ctor_m9DC3E4E2DA76FE93948D44199213E2E924DCBE35(tmp, NULL); } } static void PointerEventBase_1_tAF063A7AA56BF895492776123DF1360CE28ADBA5_CustomAttributesCacheGenerator_PointerEventBase_1_get_radius_mEE5711C4337A93904CFB6A15250C899B5753D50D(CustomAttributesCache* cache) { { CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C * tmp = (CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C *)cache->attributes[0]; CompilerGeneratedAttribute__ctor_m9DC3E4E2DA76FE93948D44199213E2E924DCBE35(tmp, NULL); } } static void PointerEventBase_1_tAF063A7AA56BF895492776123DF1360CE28ADBA5_CustomAttributesCacheGenerator_PointerEventBase_1_set_radius_m68B8EF844BB32D0556EF7730EEAAF77B0F57025B(CustomAttributesCache* cache) { { CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C * tmp = (CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C *)cache->attributes[0]; CompilerGeneratedAttribute__ctor_m9DC3E4E2DA76FE93948D44199213E2E924DCBE35(tmp, NULL); } } static void PointerEventBase_1_tAF063A7AA56BF895492776123DF1360CE28ADBA5_CustomAttributesCacheGenerator_PointerEventBase_1_get_radiusVariance_m947A9E1168412EAA4065A50E949E81AD37EE5519(CustomAttributesCache* cache) { { CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C * tmp = (CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C *)cache->attributes[0]; CompilerGeneratedAttribute__ctor_m9DC3E4E2DA76FE93948D44199213E2E924DCBE35(tmp, NULL); } } static void PointerEventBase_1_tAF063A7AA56BF895492776123DF1360CE28ADBA5_CustomAttributesCacheGenerator_PointerEventBase_1_set_radiusVariance_m5B1ECD8C51CC120FD1203CD9B5F70138CEF97E56(CustomAttributesCache* cache) { { CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C * tmp = (CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C *)cache->attributes[0]; CompilerGeneratedAttribute__ctor_m9DC3E4E2DA76FE93948D44199213E2E924DCBE35(tmp, NULL); } } static void PointerEventBase_1_tAF063A7AA56BF895492776123DF1360CE28ADBA5_CustomAttributesCacheGenerator_PointerEventBase_1_get_modifiers_m557A917F964EB0E7009B3FCF08F8A687B72A7A21(CustomAttributesCache* cache) { { CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C * tmp = (CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C *)cache->attributes[0]; CompilerGeneratedAttribute__ctor_m9DC3E4E2DA76FE93948D44199213E2E924DCBE35(tmp, NULL); } } static void PointerEventBase_1_tAF063A7AA56BF895492776123DF1360CE28ADBA5_CustomAttributesCacheGenerator_PointerEventBase_1_set_modifiers_m3977942736AE9A03541090C1857A670382487992(CustomAttributesCache* cache) { { CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C * tmp = (CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C *)cache->attributes[0]; CompilerGeneratedAttribute__ctor_m9DC3E4E2DA76FE93948D44199213E2E924DCBE35(tmp, NULL); } } static void PointerEventBase_1_tAF063A7AA56BF895492776123DF1360CE28ADBA5_CustomAttributesCacheGenerator_PointerEventBase_1_UnityEngine_UIElements_IPointerEventInternal_get_triggeredByOS_mA3BCE86674060835A06C5F19F7DE5627CC4F686C(CustomAttributesCache* cache) { { CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C * tmp = (CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C *)cache->attributes[0]; CompilerGeneratedAttribute__ctor_m9DC3E4E2DA76FE93948D44199213E2E924DCBE35(tmp, NULL); } } static void PointerEventBase_1_tAF063A7AA56BF895492776123DF1360CE28ADBA5_CustomAttributesCacheGenerator_PointerEventBase_1_UnityEngine_UIElements_IPointerEventInternal_set_triggeredByOS_mFBBF3C6E855151F4D3DC7A2800AB089DE11FB363(CustomAttributesCache* cache) { { CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C * tmp = (CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C *)cache->attributes[0]; CompilerGeneratedAttribute__ctor_m9DC3E4E2DA76FE93948D44199213E2E924DCBE35(tmp, NULL); } } static void PointerEventBase_1_tAF063A7AA56BF895492776123DF1360CE28ADBA5_CustomAttributesCacheGenerator_PointerEventBase_1_UnityEngine_UIElements_IPointerEventInternal_get_recomputeTopElementUnderPointer_m92BBEA75D30BC6F58B9E58E4FCF82877DF50C924(CustomAttributesCache* cache) { { CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C * tmp = (CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C *)cache->attributes[0]; CompilerGeneratedAttribute__ctor_m9DC3E4E2DA76FE93948D44199213E2E924DCBE35(tmp, NULL); } } static void PointerEventBase_1_tAF063A7AA56BF895492776123DF1360CE28ADBA5_CustomAttributesCacheGenerator_PointerEventBase_1_UnityEngine_UIElements_IPointerEventInternal_set_recomputeTopElementUnderPointer_mA6827F66B8E1734E2EE888FA9A4DA083AA327816(CustomAttributesCache* cache) { { CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C * tmp = (CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C *)cache->attributes[0]; CompilerGeneratedAttribute__ctor_m9DC3E4E2DA76FE93948D44199213E2E924DCBE35(tmp, NULL); } } static void PointerMoveEvent_t9D1DF9F3D7FF1E2CCBEF6281558B6B88DAA90D28_CustomAttributesCacheGenerator_U3CisHandledByDraggableU3Ek__BackingField(CustomAttributesCache* cache) { { CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C * tmp = (CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C *)cache->attributes[0]; CompilerGeneratedAttribute__ctor_m9DC3E4E2DA76FE93948D44199213E2E924DCBE35(tmp, NULL); } { DebuggerBrowsableAttribute_t2FA4793AD1982F5150E07D26822ED5953CD90F53 * tmp = (DebuggerBrowsableAttribute_t2FA4793AD1982F5150E07D26822ED5953CD90F53 *)cache->attributes[1]; DebuggerBrowsableAttribute__ctor_mAA8BCC1E418754685F320B14A08AC226E76346E5(tmp, 0LL, NULL); } } static void PointerMoveEvent_t9D1DF9F3D7FF1E2CCBEF6281558B6B88DAA90D28_CustomAttributesCacheGenerator_PointerMoveEvent_set_isHandledByDraggable_m5524FBF6C85971663E4DDC39E16039CF08A722BD(CustomAttributesCache* cache) { { CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C * tmp = (CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C *)cache->attributes[0]; CompilerGeneratedAttribute__ctor_m9DC3E4E2DA76FE93948D44199213E2E924DCBE35(tmp, NULL); } } static void Type_t2A6A2920A8E77CCFAB93B7E98D8EA7A8DFA567B9_CustomAttributesCacheGenerator(CustomAttributesCache* cache) { { FlagsAttribute_t511C558FACEF1CC64702A8FAB67CAF3CBA65DF36 * tmp = (FlagsAttribute_t511C558FACEF1CC64702A8FAB67CAF3CBA65DF36 *)cache->attributes[0]; FlagsAttribute__ctor_mE8DCBA1BE0E6B0424FEF5E5F249733CF6A0E1229(tmp, NULL); } } static void TextureRegistry_t5FC683A1DBABCEE29117F6660088ADF84A6D5E5D_CustomAttributesCacheGenerator_U3CinstanceU3Ek__BackingField(CustomAttributesCache* cache) { { DebuggerBrowsableAttribute_t2FA4793AD1982F5150E07D26822ED5953CD90F53 * tmp = (DebuggerBrowsableAttribute_t2FA4793AD1982F5150E07D26822ED5953CD90F53 *)cache->attributes[0]; DebuggerBrowsableAttribute__ctor_mAA8BCC1E418754685F320B14A08AC226E76346E5(tmp, 0LL, NULL); } { CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C * tmp = (CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C *)cache->attributes[1]; CompilerGeneratedAttribute__ctor_m9DC3E4E2DA76FE93948D44199213E2E924DCBE35(tmp, NULL); } } static void UIRUtility_t379D690920D47F2591E6DCD04CACEB543E526C63_CustomAttributesCacheGenerator(CustomAttributesCache* cache) { { ExtensionAttribute_t917F3F92E717DC8B2D7BC03967A9790B1B8EF7CC * tmp = (ExtensionAttribute_t917F3F92E717DC8B2D7BC03967A9790B1B8EF7CC *)cache->attributes[0]; ExtensionAttribute__ctor_mB331519C39C4210259A248A4C629DF934937C1FA(tmp, NULL); } } static void UIRUtility_t379D690920D47F2591E6DCD04CACEB543E526C63_CustomAttributesCacheGenerator_UIRUtility_Multiply2D_mD7CD488D76ABAB2370FF8AD6D39FA171B2347394(CustomAttributesCache* cache) { { ExtensionAttribute_t917F3F92E717DC8B2D7BC03967A9790B1B8EF7CC * tmp = (ExtensionAttribute_t917F3F92E717DC8B2D7BC03967A9790B1B8EF7CC *)cache->attributes[0]; ExtensionAttribute__ctor_mB331519C39C4210259A248A4C629DF934937C1FA(tmp, NULL); } } static void InlineStyleAccess_t9428EF1076CFEC0E4529A76FF0EBC3D28D964F57_CustomAttributesCacheGenerator_U3CveU3Ek__BackingField(CustomAttributesCache* cache) { { DebuggerBrowsableAttribute_t2FA4793AD1982F5150E07D26822ED5953CD90F53 * tmp = (DebuggerBrowsableAttribute_t2FA4793AD1982F5150E07D26822ED5953CD90F53 *)cache->attributes[0]; DebuggerBrowsableAttribute__ctor_mAA8BCC1E418754685F320B14A08AC226E76346E5(tmp, 0LL, NULL); } { CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C * tmp = (CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C *)cache->attributes[1]; CompilerGeneratedAttribute__ctor_m9DC3E4E2DA76FE93948D44199213E2E924DCBE35(tmp, NULL); } } static void StyleValueExtensions_tBE1707C0113DCFA886A160F687707A2B0BE624F0_CustomAttributesCacheGenerator(CustomAttributesCache* cache) { { ExtensionAttribute_t917F3F92E717DC8B2D7BC03967A9790B1B8EF7CC * tmp = (ExtensionAttribute_t917F3F92E717DC8B2D7BC03967A9790B1B8EF7CC *)cache->attributes[0]; ExtensionAttribute__ctor_mB331519C39C4210259A248A4C629DF934937C1FA(tmp, NULL); } } static void StyleValueExtensions_tBE1707C0113DCFA886A160F687707A2B0BE624F0_CustomAttributesCacheGenerator_StyleValueExtensions_DebugString_m4BA33F16215540D1939172F6971536A2E3EB07EC(CustomAttributesCache* cache) { { ExtensionAttribute_t917F3F92E717DC8B2D7BC03967A9790B1B8EF7CC * tmp = (ExtensionAttribute_t917F3F92E717DC8B2D7BC03967A9790B1B8EF7CC *)cache->attributes[0]; ExtensionAttribute__ctor_mB331519C39C4210259A248A4C629DF934937C1FA(tmp, NULL); } } static void StyleComplexSelector_tF0F83DD2F79C39206A2E65C9743E9A52A6584298_CustomAttributesCacheGenerator_m_Specificity(CustomAttributesCache* cache) { { SerializeField_t6B23EE6CC99B21C3EBD946352112832A70E67E25 * tmp = (SerializeField_t6B23EE6CC99B21C3EBD946352112832A70E67E25 *)cache->attributes[0]; SerializeField__ctor_mDE6A7673BA2C1FAD03CFEC65C6D473CC37889DD3(tmp, NULL); } } static void StyleComplexSelector_tF0F83DD2F79C39206A2E65C9743E9A52A6584298_CustomAttributesCacheGenerator_U3CruleU3Ek__BackingField(CustomAttributesCache* cache) { { DebuggerBrowsableAttribute_t2FA4793AD1982F5150E07D26822ED5953CD90F53 * tmp = (DebuggerBrowsableAttribute_t2FA4793AD1982F5150E07D26822ED5953CD90F53 *)cache->attributes[0]; DebuggerBrowsableAttribute__ctor_mAA8BCC1E418754685F320B14A08AC226E76346E5(tmp, 0LL, NULL); } { CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C * tmp = (CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C *)cache->attributes[1]; CompilerGeneratedAttribute__ctor_m9DC3E4E2DA76FE93948D44199213E2E924DCBE35(tmp, NULL); } } static void StyleComplexSelector_tF0F83DD2F79C39206A2E65C9743E9A52A6584298_CustomAttributesCacheGenerator_m_Selectors(CustomAttributesCache* cache) { { SerializeField_t6B23EE6CC99B21C3EBD946352112832A70E67E25 * tmp = (SerializeField_t6B23EE6CC99B21C3EBD946352112832A70E67E25 *)cache->attributes[0]; SerializeField__ctor_mDE6A7673BA2C1FAD03CFEC65C6D473CC37889DD3(tmp, NULL); } } static void StyleComplexSelector_tF0F83DD2F79C39206A2E65C9743E9A52A6584298_CustomAttributesCacheGenerator_ruleIndex(CustomAttributesCache* cache) { { SerializeField_t6B23EE6CC99B21C3EBD946352112832A70E67E25 * tmp = (SerializeField_t6B23EE6CC99B21C3EBD946352112832A70E67E25 *)cache->attributes[0]; SerializeField__ctor_mDE6A7673BA2C1FAD03CFEC65C6D473CC37889DD3(tmp, NULL); } } static void StyleComplexSelector_tF0F83DD2F79C39206A2E65C9743E9A52A6584298_CustomAttributesCacheGenerator_StyleComplexSelector_set_rule_mE8DE1FA572559977BE9857645C171A5D1883DEAC(CustomAttributesCache* cache) { { CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C * tmp = (CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C *)cache->attributes[0]; CompilerGeneratedAttribute__ctor_m9DC3E4E2DA76FE93948D44199213E2E924DCBE35(tmp, NULL); } } static void U3CU3Ec_tAD1187DD6192B43A64B254C0289F5FB9A36FB0F8_CustomAttributesCacheGenerator(CustomAttributesCache* cache) { { CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C * tmp = (CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C *)cache->attributes[0]; CompilerGeneratedAttribute__ctor_m9DC3E4E2DA76FE93948D44199213E2E924DCBE35(tmp, NULL); } } static void StyleProperty_tB486793B831D79B39FC6950BDAAE9ECE6BD9E0FD_CustomAttributesCacheGenerator_m_Name(CustomAttributesCache* cache) { { SerializeField_t6B23EE6CC99B21C3EBD946352112832A70E67E25 * tmp = (SerializeField_t6B23EE6CC99B21C3EBD946352112832A70E67E25 *)cache->attributes[0]; SerializeField__ctor_mDE6A7673BA2C1FAD03CFEC65C6D473CC37889DD3(tmp, NULL); } } static void StyleProperty_tB486793B831D79B39FC6950BDAAE9ECE6BD9E0FD_CustomAttributesCacheGenerator_m_Line(CustomAttributesCache* cache) { { SerializeField_t6B23EE6CC99B21C3EBD946352112832A70E67E25 * tmp = (SerializeField_t6B23EE6CC99B21C3EBD946352112832A70E67E25 *)cache->attributes[0]; SerializeField__ctor_mDE6A7673BA2C1FAD03CFEC65C6D473CC37889DD3(tmp, NULL); } } static void StyleProperty_tB486793B831D79B39FC6950BDAAE9ECE6BD9E0FD_CustomAttributesCacheGenerator_m_Values(CustomAttributesCache* cache) { { SerializeField_t6B23EE6CC99B21C3EBD946352112832A70E67E25 * tmp = (SerializeField_t6B23EE6CC99B21C3EBD946352112832A70E67E25 *)cache->attributes[0]; SerializeField__ctor_mDE6A7673BA2C1FAD03CFEC65C6D473CC37889DD3(tmp, NULL); } } static void StyleRule_tD3BC85D79267EADDE815D5EEBD0EC25AA1A1A6F8_CustomAttributesCacheGenerator_m_Properties(CustomAttributesCache* cache) { { SerializeField_t6B23EE6CC99B21C3EBD946352112832A70E67E25 * tmp = (SerializeField_t6B23EE6CC99B21C3EBD946352112832A70E67E25 *)cache->attributes[0]; SerializeField__ctor_mDE6A7673BA2C1FAD03CFEC65C6D473CC37889DD3(tmp, NULL); } } static void StyleRule_tD3BC85D79267EADDE815D5EEBD0EC25AA1A1A6F8_CustomAttributesCacheGenerator_line(CustomAttributesCache* cache) { { SerializeField_t6B23EE6CC99B21C3EBD946352112832A70E67E25 * tmp = (SerializeField_t6B23EE6CC99B21C3EBD946352112832A70E67E25 *)cache->attributes[0]; SerializeField__ctor_mDE6A7673BA2C1FAD03CFEC65C6D473CC37889DD3(tmp, NULL); } } static void StyleSelector_tD38948804444A1EF50EC7A79ECD6BFDD689A264C_CustomAttributesCacheGenerator_m_Parts(CustomAttributesCache* cache) { { SerializeField_t6B23EE6CC99B21C3EBD946352112832A70E67E25 * tmp = (SerializeField_t6B23EE6CC99B21C3EBD946352112832A70E67E25 *)cache->attributes[0]; SerializeField__ctor_mDE6A7673BA2C1FAD03CFEC65C6D473CC37889DD3(tmp, NULL); } } static void StyleSelector_tD38948804444A1EF50EC7A79ECD6BFDD689A264C_CustomAttributesCacheGenerator_m_PreviousRelationship(CustomAttributesCache* cache) { { SerializeField_t6B23EE6CC99B21C3EBD946352112832A70E67E25 * tmp = (SerializeField_t6B23EE6CC99B21C3EBD946352112832A70E67E25 *)cache->attributes[0]; SerializeField__ctor_mDE6A7673BA2C1FAD03CFEC65C6D473CC37889DD3(tmp, NULL); } } static void U3CU3Ec_t6A08378DE9ABB9EC198D8609F5E47B584FEB6E33_CustomAttributesCacheGenerator(CustomAttributesCache* cache) { { CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C * tmp = (CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C *)cache->attributes[0]; CompilerGeneratedAttribute__ctor_m9DC3E4E2DA76FE93948D44199213E2E924DCBE35(tmp, NULL); } } static void StyleSelectorPart_t707EDC970FC0F3E91E56DCBC178672A120426D54_CustomAttributesCacheGenerator_m_Value(CustomAttributesCache* cache) { { SerializeField_t6B23EE6CC99B21C3EBD946352112832A70E67E25 * tmp = (SerializeField_t6B23EE6CC99B21C3EBD946352112832A70E67E25 *)cache->attributes[0]; SerializeField__ctor_mDE6A7673BA2C1FAD03CFEC65C6D473CC37889DD3(tmp, NULL); } } static void StyleSelectorPart_t707EDC970FC0F3E91E56DCBC178672A120426D54_CustomAttributesCacheGenerator_m_Type(CustomAttributesCache* cache) { { SerializeField_t6B23EE6CC99B21C3EBD946352112832A70E67E25 * tmp = (SerializeField_t6B23EE6CC99B21C3EBD946352112832A70E67E25 *)cache->attributes[0]; SerializeField__ctor_mDE6A7673BA2C1FAD03CFEC65C6D473CC37889DD3(tmp, NULL); } } static void StyleSheet_tB0EAD646842945D83386B5A06090AAFE6A60520F_CustomAttributesCacheGenerator_m_Rules(CustomAttributesCache* cache) { { SerializeField_t6B23EE6CC99B21C3EBD946352112832A70E67E25 * tmp = (SerializeField_t6B23EE6CC99B21C3EBD946352112832A70E67E25 *)cache->attributes[0]; SerializeField__ctor_mDE6A7673BA2C1FAD03CFEC65C6D473CC37889DD3(tmp, NULL); } } static void StyleSheet_tB0EAD646842945D83386B5A06090AAFE6A60520F_CustomAttributesCacheGenerator_m_ComplexSelectors(CustomAttributesCache* cache) { { SerializeField_t6B23EE6CC99B21C3EBD946352112832A70E67E25 * tmp = (SerializeField_t6B23EE6CC99B21C3EBD946352112832A70E67E25 *)cache->attributes[0]; SerializeField__ctor_mDE6A7673BA2C1FAD03CFEC65C6D473CC37889DD3(tmp, NULL); } } static void StyleSheet_tB0EAD646842945D83386B5A06090AAFE6A60520F_CustomAttributesCacheGenerator_floats(CustomAttributesCache* cache) { { SerializeField_t6B23EE6CC99B21C3EBD946352112832A70E67E25 * tmp = (SerializeField_t6B23EE6CC99B21C3EBD946352112832A70E67E25 *)cache->attributes[0]; SerializeField__ctor_mDE6A7673BA2C1FAD03CFEC65C6D473CC37889DD3(tmp, NULL); } } static void StyleSheet_tB0EAD646842945D83386B5A06090AAFE6A60520F_CustomAttributesCacheGenerator_dimensions(CustomAttributesCache* cache) { { SerializeField_t6B23EE6CC99B21C3EBD946352112832A70E67E25 * tmp = (SerializeField_t6B23EE6CC99B21C3EBD946352112832A70E67E25 *)cache->attributes[0]; SerializeField__ctor_mDE6A7673BA2C1FAD03CFEC65C6D473CC37889DD3(tmp, NULL); } } static void StyleSheet_tB0EAD646842945D83386B5A06090AAFE6A60520F_CustomAttributesCacheGenerator_colors(CustomAttributesCache* cache) { { SerializeField_t6B23EE6CC99B21C3EBD946352112832A70E67E25 * tmp = (SerializeField_t6B23EE6CC99B21C3EBD946352112832A70E67E25 *)cache->attributes[0]; SerializeField__ctor_mDE6A7673BA2C1FAD03CFEC65C6D473CC37889DD3(tmp, NULL); } } static void StyleSheet_tB0EAD646842945D83386B5A06090AAFE6A60520F_CustomAttributesCacheGenerator_strings(CustomAttributesCache* cache) { { SerializeField_t6B23EE6CC99B21C3EBD946352112832A70E67E25 * tmp = (SerializeField_t6B23EE6CC99B21C3EBD946352112832A70E67E25 *)cache->attributes[0]; SerializeField__ctor_mDE6A7673BA2C1FAD03CFEC65C6D473CC37889DD3(tmp, NULL); } } static void StyleSheet_tB0EAD646842945D83386B5A06090AAFE6A60520F_CustomAttributesCacheGenerator_assets(CustomAttributesCache* cache) { { SerializeField_t6B23EE6CC99B21C3EBD946352112832A70E67E25 * tmp = (SerializeField_t6B23EE6CC99B21C3EBD946352112832A70E67E25 *)cache->attributes[0]; SerializeField__ctor_mDE6A7673BA2C1FAD03CFEC65C6D473CC37889DD3(tmp, NULL); } } static void StyleSheet_tB0EAD646842945D83386B5A06090AAFE6A60520F_CustomAttributesCacheGenerator_imports(CustomAttributesCache* cache) { { SerializeField_t6B23EE6CC99B21C3EBD946352112832A70E67E25 * tmp = (SerializeField_t6B23EE6CC99B21C3EBD946352112832A70E67E25 *)cache->attributes[0]; SerializeField__ctor_mDE6A7673BA2C1FAD03CFEC65C6D473CC37889DD3(tmp, NULL); } } static void StyleSheet_tB0EAD646842945D83386B5A06090AAFE6A60520F_CustomAttributesCacheGenerator_m_FlattenedImportedStyleSheets(CustomAttributesCache* cache) { { SerializeField_t6B23EE6CC99B21C3EBD946352112832A70E67E25 * tmp = (SerializeField_t6B23EE6CC99B21C3EBD946352112832A70E67E25 *)cache->attributes[0]; SerializeField__ctor_mDE6A7673BA2C1FAD03CFEC65C6D473CC37889DD3(tmp, NULL); } } static void StyleSheet_tB0EAD646842945D83386B5A06090AAFE6A60520F_CustomAttributesCacheGenerator_m_ContentHash(CustomAttributesCache* cache) { { SerializeField_t6B23EE6CC99B21C3EBD946352112832A70E67E25 * tmp = (SerializeField_t6B23EE6CC99B21C3EBD946352112832A70E67E25 *)cache->attributes[0]; SerializeField__ctor_mDE6A7673BA2C1FAD03CFEC65C6D473CC37889DD3(tmp, NULL); } } static void StyleSheet_tB0EAD646842945D83386B5A06090AAFE6A60520F_CustomAttributesCacheGenerator_scalableImages(CustomAttributesCache* cache) { { SerializeField_t6B23EE6CC99B21C3EBD946352112832A70E67E25 * tmp = (SerializeField_t6B23EE6CC99B21C3EBD946352112832A70E67E25 *)cache->attributes[0]; SerializeField__ctor_mDE6A7673BA2C1FAD03CFEC65C6D473CC37889DD3(tmp, NULL); } } static void StyleValueFunctionExtension_tD8C387E026233354F7FD2547046D26F6E3F7B71F_CustomAttributesCacheGenerator(CustomAttributesCache* cache) { { ExtensionAttribute_t917F3F92E717DC8B2D7BC03967A9790B1B8EF7CC * tmp = (ExtensionAttribute_t917F3F92E717DC8B2D7BC03967A9790B1B8EF7CC *)cache->attributes[0]; ExtensionAttribute__ctor_mB331519C39C4210259A248A4C629DF934937C1FA(tmp, NULL); } } static void StyleValueFunctionExtension_tD8C387E026233354F7FD2547046D26F6E3F7B71F_CustomAttributesCacheGenerator_StyleValueFunctionExtension_ToUssString_mA91506CA02796317BD8999E4407F5ECF8A88F7C3(CustomAttributesCache* cache) { { ExtensionAttribute_t917F3F92E717DC8B2D7BC03967A9790B1B8EF7CC * tmp = (ExtensionAttribute_t917F3F92E717DC8B2D7BC03967A9790B1B8EF7CC *)cache->attributes[0]; ExtensionAttribute__ctor_mB331519C39C4210259A248A4C629DF934937C1FA(tmp, NULL); } } static void StyleValueHandle_t46AFAF3564D6DF2EA2739A1D85438355478AD185_CustomAttributesCacheGenerator_m_ValueType(CustomAttributesCache* cache) { { SerializeField_t6B23EE6CC99B21C3EBD946352112832A70E67E25 * tmp = (SerializeField_t6B23EE6CC99B21C3EBD946352112832A70E67E25 *)cache->attributes[0]; SerializeField__ctor_mDE6A7673BA2C1FAD03CFEC65C6D473CC37889DD3(tmp, NULL); } } static void StyleValueHandle_t46AFAF3564D6DF2EA2739A1D85438355478AD185_CustomAttributesCacheGenerator_valueIndex(CustomAttributesCache* cache) { { SerializeField_t6B23EE6CC99B21C3EBD946352112832A70E67E25 * tmp = (SerializeField_t6B23EE6CC99B21C3EBD946352112832A70E67E25 *)cache->attributes[0]; SerializeField__ctor_mDE6A7673BA2C1FAD03CFEC65C6D473CC37889DD3(tmp, NULL); } } static void StyleVariableResolver_t1A97BC47B9D6EF9D03A5F8FC24F73BE68B7256F1_CustomAttributesCacheGenerator_U3CvariableContextU3Ek__BackingField(CustomAttributesCache* cache) { { CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C * tmp = (CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C *)cache->attributes[0]; CompilerGeneratedAttribute__ctor_m9DC3E4E2DA76FE93948D44199213E2E924DCBE35(tmp, NULL); } { DebuggerBrowsableAttribute_t2FA4793AD1982F5150E07D26822ED5953CD90F53 * tmp = (DebuggerBrowsableAttribute_t2FA4793AD1982F5150E07D26822ED5953CD90F53 *)cache->attributes[1]; DebuggerBrowsableAttribute__ctor_mAA8BCC1E418754685F320B14A08AC226E76346E5(tmp, 0LL, NULL); } } static void VectorImage_t2C2B26B2A738C1DCD0845B82228343838DAE2022_CustomAttributesCacheGenerator_atlas(CustomAttributesCache* cache) { { SerializeField_t6B23EE6CC99B21C3EBD946352112832A70E67E25 * tmp = (SerializeField_t6B23EE6CC99B21C3EBD946352112832A70E67E25 *)cache->attributes[0]; SerializeField__ctor_mDE6A7673BA2C1FAD03CFEC65C6D473CC37889DD3(tmp, NULL); } } static void VectorImage_t2C2B26B2A738C1DCD0845B82228343838DAE2022_CustomAttributesCacheGenerator_vertices(CustomAttributesCache* cache) { { SerializeField_t6B23EE6CC99B21C3EBD946352112832A70E67E25 * tmp = (SerializeField_t6B23EE6CC99B21C3EBD946352112832A70E67E25 *)cache->attributes[0]; SerializeField__ctor_mDE6A7673BA2C1FAD03CFEC65C6D473CC37889DD3(tmp, NULL); } } static void VectorImage_t2C2B26B2A738C1DCD0845B82228343838DAE2022_CustomAttributesCacheGenerator_indices(CustomAttributesCache* cache) { { SerializeField_t6B23EE6CC99B21C3EBD946352112832A70E67E25 * tmp = (SerializeField_t6B23EE6CC99B21C3EBD946352112832A70E67E25 *)cache->attributes[0]; SerializeField__ctor_mDE6A7673BA2C1FAD03CFEC65C6D473CC37889DD3(tmp, NULL); } } static void VectorImage_t2C2B26B2A738C1DCD0845B82228343838DAE2022_CustomAttributesCacheGenerator_settings(CustomAttributesCache* cache) { { SerializeField_t6B23EE6CC99B21C3EBD946352112832A70E67E25 * tmp = (SerializeField_t6B23EE6CC99B21C3EBD946352112832A70E67E25 *)cache->attributes[0]; SerializeField__ctor_mDE6A7673BA2C1FAD03CFEC65C6D473CC37889DD3(tmp, NULL); } } static void VectorImage_t2C2B26B2A738C1DCD0845B82228343838DAE2022_CustomAttributesCacheGenerator_size(CustomAttributesCache* cache) { { SerializeField_t6B23EE6CC99B21C3EBD946352112832A70E67E25 * tmp = (SerializeField_t6B23EE6CC99B21C3EBD946352112832A70E67E25 *)cache->attributes[0]; SerializeField__ctor_mDE6A7673BA2C1FAD03CFEC65C6D473CC37889DD3(tmp, NULL); } } static void LinkedPool_1_tAAC9ABC234CA7938792CCD278B0FE0F532E816D1_CustomAttributesCacheGenerator_U3CCountU3Ek__BackingField(CustomAttributesCache* cache) { { CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C * tmp = (CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C *)cache->attributes[0]; CompilerGeneratedAttribute__ctor_m9DC3E4E2DA76FE93948D44199213E2E924DCBE35(tmp, NULL); } { DebuggerBrowsableAttribute_t2FA4793AD1982F5150E07D26822ED5953CD90F53 * tmp = (DebuggerBrowsableAttribute_t2FA4793AD1982F5150E07D26822ED5953CD90F53 *)cache->attributes[1]; DebuggerBrowsableAttribute__ctor_mAA8BCC1E418754685F320B14A08AC226E76346E5(tmp, 0LL, NULL); } } static void RenderDataDirtyTypes_t3BD972F0D361E9B29AFF785A9931216726A34BF6_CustomAttributesCacheGenerator(CustomAttributesCache* cache) { { FlagsAttribute_t511C558FACEF1CC64702A8FAB67CAF3CBA65DF36 * tmp = (FlagsAttribute_t511C558FACEF1CC64702A8FAB67CAF3CBA65DF36 *)cache->attributes[0]; FlagsAttribute__ctor_mE8DCBA1BE0E6B0424FEF5E5F249733CF6A0E1229(tmp, NULL); } } static void BestFitAllocator_t801355D93A063CC90E0A7CA49E598F7F732BB398_CustomAttributesCacheGenerator_U3CtotalSizeU3Ek__BackingField(CustomAttributesCache* cache) { { DebuggerBrowsableAttribute_t2FA4793AD1982F5150E07D26822ED5953CD90F53 * tmp = (DebuggerBrowsableAttribute_t2FA4793AD1982F5150E07D26822ED5953CD90F53 *)cache->attributes[0]; DebuggerBrowsableAttribute__ctor_mAA8BCC1E418754685F320B14A08AC226E76346E5(tmp, 0LL, NULL); } { CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C * tmp = (CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C *)cache->attributes[1]; CompilerGeneratedAttribute__ctor_m9DC3E4E2DA76FE93948D44199213E2E924DCBE35(tmp, NULL); } } static void Page_t0EB186A021F1A37CDD86DA93E111FF9F411B8DB1_CustomAttributesCacheGenerator_U3CdisposedU3Ek__BackingField(CustomAttributesCache* cache) { { DebuggerBrowsableAttribute_t2FA4793AD1982F5150E07D26822ED5953CD90F53 * tmp = (DebuggerBrowsableAttribute_t2FA4793AD1982F5150E07D26822ED5953CD90F53 *)cache->attributes[0]; DebuggerBrowsableAttribute__ctor_mAA8BCC1E418754685F320B14A08AC226E76346E5(tmp, 0LL, NULL); } { CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C * tmp = (CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C *)cache->attributes[1]; CompilerGeneratedAttribute__ctor_m9DC3E4E2DA76FE93948D44199213E2E924DCBE35(tmp, NULL); } } static void DataSet_1_tBB0DD8E16A6F182B91AC3779F7392748FC32A0E6_CustomAttributesCacheGenerator_U3CdisposedU3Ek__BackingField(CustomAttributesCache* cache) { { DebuggerBrowsableAttribute_t2FA4793AD1982F5150E07D26822ED5953CD90F53 * tmp = (DebuggerBrowsableAttribute_t2FA4793AD1982F5150E07D26822ED5953CD90F53 *)cache->attributes[0]; DebuggerBrowsableAttribute__ctor_mAA8BCC1E418754685F320B14A08AC226E76346E5(tmp, 0LL, NULL); } { CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C * tmp = (CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C *)cache->attributes[1]; CompilerGeneratedAttribute__ctor_m9DC3E4E2DA76FE93948D44199213E2E924DCBE35(tmp, NULL); } } static void StylePropertyReader_t5A3EC102BC4C6701762DBE105D1279F112410162_CustomAttributesCacheGenerator_U3CpropertyU3Ek__BackingField(CustomAttributesCache* cache) { { DebuggerBrowsableAttribute_t2FA4793AD1982F5150E07D26822ED5953CD90F53 * tmp = (DebuggerBrowsableAttribute_t2FA4793AD1982F5150E07D26822ED5953CD90F53 *)cache->attributes[0]; DebuggerBrowsableAttribute__ctor_mAA8BCC1E418754685F320B14A08AC226E76346E5(tmp, 0LL, NULL); } { CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C * tmp = (CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C *)cache->attributes[1]; CompilerGeneratedAttribute__ctor_m9DC3E4E2DA76FE93948D44199213E2E924DCBE35(tmp, NULL); } } static void StylePropertyReader_t5A3EC102BC4C6701762DBE105D1279F112410162_CustomAttributesCacheGenerator_U3CpropertyIdU3Ek__BackingField(CustomAttributesCache* cache) { { DebuggerBrowsableAttribute_t2FA4793AD1982F5150E07D26822ED5953CD90F53 * tmp = (DebuggerBrowsableAttribute_t2FA4793AD1982F5150E07D26822ED5953CD90F53 *)cache->attributes[0]; DebuggerBrowsableAttribute__ctor_mAA8BCC1E418754685F320B14A08AC226E76346E5(tmp, 0LL, NULL); } { CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C * tmp = (CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C *)cache->attributes[1]; CompilerGeneratedAttribute__ctor_m9DC3E4E2DA76FE93948D44199213E2E924DCBE35(tmp, NULL); } } static void StylePropertyReader_t5A3EC102BC4C6701762DBE105D1279F112410162_CustomAttributesCacheGenerator_U3CvalueCountU3Ek__BackingField(CustomAttributesCache* cache) { { DebuggerBrowsableAttribute_t2FA4793AD1982F5150E07D26822ED5953CD90F53 * tmp = (DebuggerBrowsableAttribute_t2FA4793AD1982F5150E07D26822ED5953CD90F53 *)cache->attributes[0]; DebuggerBrowsableAttribute__ctor_mAA8BCC1E418754685F320B14A08AC226E76346E5(tmp, 0LL, NULL); } { CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C * tmp = (CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C *)cache->attributes[1]; CompilerGeneratedAttribute__ctor_m9DC3E4E2DA76FE93948D44199213E2E924DCBE35(tmp, NULL); } } static void StylePropertyReader_t5A3EC102BC4C6701762DBE105D1279F112410162_CustomAttributesCacheGenerator_U3CdpiScalingU3Ek__BackingField(CustomAttributesCache* cache) { { DebuggerBrowsableAttribute_t2FA4793AD1982F5150E07D26822ED5953CD90F53 * tmp = (DebuggerBrowsableAttribute_t2FA4793AD1982F5150E07D26822ED5953CD90F53 *)cache->attributes[0]; DebuggerBrowsableAttribute__ctor_mAA8BCC1E418754685F320B14A08AC226E76346E5(tmp, 0LL, NULL); } { CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C * tmp = (CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C *)cache->attributes[1]; CompilerGeneratedAttribute__ctor_m9DC3E4E2DA76FE93948D44199213E2E924DCBE35(tmp, NULL); } } static void StyleSheetExtensions_tF685F32CB4DF0471E496722063ECAD035C178D6E_CustomAttributesCacheGenerator(CustomAttributesCache* cache) { { ExtensionAttribute_t917F3F92E717DC8B2D7BC03967A9790B1B8EF7CC * tmp = (ExtensionAttribute_t917F3F92E717DC8B2D7BC03967A9790B1B8EF7CC *)cache->attributes[0]; ExtensionAttribute__ctor_mB331519C39C4210259A248A4C629DF934937C1FA(tmp, NULL); } } static void StyleSheetExtensions_tF685F32CB4DF0471E496722063ECAD035C178D6E_CustomAttributesCacheGenerator_StyleSheetExtensions_IsVarFunction_m6F2E26E5B109946B3D51E481F9B983A5CDFC3695(CustomAttributesCache* cache) { { ExtensionAttribute_t917F3F92E717DC8B2D7BC03967A9790B1B8EF7CC * tmp = (ExtensionAttribute_t917F3F92E717DC8B2D7BC03967A9790B1B8EF7CC *)cache->attributes[0]; ExtensionAttribute__ctor_mB331519C39C4210259A248A4C629DF934937C1FA(tmp, NULL); } } static void StyleValue_t761E8EE98A6473F2FB9DE803BD8F14F047430FF5_CustomAttributesCacheGenerator(CustomAttributesCache* cache) { { DebuggerDisplayAttribute_tA5070C1A6CAB579DAC66A469530D946F6F42727F * tmp = (DebuggerDisplayAttribute_tA5070C1A6CAB579DAC66A469530D946F6F42727F *)cache->attributes[0]; DebuggerDisplayAttribute__ctor_m870C3A98DA4C9FA7FD4411169AF30C55A90B9988(tmp, il2cpp_codegen_string_new_wrapper("\x69\x64\x20\x3D\x20\x7B\x69\x64\x7D\x2C\x20\x6B\x65\x79\x77\x6F\x72\x64\x20\x3D\x20\x7B\x6B\x65\x79\x77\x6F\x72\x64\x7D\x2C\x20\x6E\x75\x6D\x62\x65\x72\x20\x3D\x20\x7B\x6E\x75\x6D\x62\x65\x72\x7D\x2C\x20\x62\x6F\x6F\x6C\x65\x61\x6E\x20\x3D\x20\x7B\x62\x6F\x6F\x6C\x65\x61\x6E\x7D\x2C\x20\x63\x6F\x6C\x6F\x72\x20\x3D\x20\x7B\x63\x6F\x6C\x6F\x72\x7D\x2C\x20\x72\x65\x73\x6F\x75\x72\x63\x65\x20\x3D\x20\x7B\x72\x65\x73\x6F\x75\x72\x63\x65\x7D"), NULL); } } static void BaseStyleMatcher_tD449643D4AF1E3A8FD5BD10C869CE8AFD17672C3_CustomAttributesCacheGenerator_U3CmatchedVariableCountU3Ek__BackingField(CustomAttributesCache* cache) { { DebuggerBrowsableAttribute_t2FA4793AD1982F5150E07D26822ED5953CD90F53 * tmp = (DebuggerBrowsableAttribute_t2FA4793AD1982F5150E07D26822ED5953CD90F53 *)cache->attributes[0]; DebuggerBrowsableAttribute__ctor_mAA8BCC1E418754685F320B14A08AC226E76346E5(tmp, 0LL, NULL); } { CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C * tmp = (CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C *)cache->attributes[1]; CompilerGeneratedAttribute__ctor_m9DC3E4E2DA76FE93948D44199213E2E924DCBE35(tmp, NULL); } } IL2CPP_EXTERN_C const CustomAttributesCacheGenerator g_UnityEngine_UIElementsModule_AttributeGenerators[]; const CustomAttributesCacheGenerator g_UnityEngine_UIElementsModule_AttributeGenerators[365] = { EmbeddedAttribute_t8FAE3C464790289E5FE9D307ADB8C4D78CF3F730_CustomAttributesCacheGenerator, IsReadOnlyAttribute_t9610E1835712EB13B89763BF77397C5A7D7809F0_CustomAttributesCacheGenerator, MouseCaptureController_tB17179178DC02A2F269EC031393039B88E8DB619_CustomAttributesCacheGenerator, VersionChangeType_t3FEBAA280040F0B49F9F86685176341749F475FB_CustomAttributesCacheGenerator, RenderHints_t2229F1931CE245189511EF02048FF877499D8D75_CustomAttributesCacheGenerator, U3CU3Ec_t48F9B8CC8704CFA928B619185C48BC353F2B9420_CustomAttributesCacheGenerator, PointerCaptureHelper_t20382CAE7DBDA8879F4EBBC5D9AAF696D180A9EC_CustomAttributesCacheGenerator, U3CU3Ec_t711CB48A19DB4791BC4A79965FFDD9DA886FF2EB_CustomAttributesCacheGenerator, U3CU3Ec_tE7B446147132BEC14C840E54B37EA2B4DD56C701_CustomAttributesCacheGenerator, U3CU3Ec_tE7083962BBFA964F39FE69353E0BDF6771720BF4_CustomAttributesCacheGenerator, PseudoStates_t70E0AFDE5E4631CF8D6DC61F4EFC2A897592520F_CustomAttributesCacheGenerator, VisualElementFlags_tC8340A28B43B5B88D0727EEDEC5EA4AB45F43470_CustomAttributesCacheGenerator, VisualElement_tAF72253CBD78143319BFE58F26C2349B2959C8C0_CustomAttributesCacheGenerator, Hierarchy_t72E95B8C6B44F6CEAF66A6A59564EB373D0A7076_CustomAttributesCacheGenerator, VisualElementExtensions_tC2B48B93CE630AFC1FCF4F4EE6FA6D983BD577E4_CustomAttributesCacheGenerator, UpdaterArray_t4D22D6AD9E07F0143A372F2DDDC3B615A0A5EC08_CustomAttributesCacheGenerator, EventPropagation_t9A8C835BE25DB3F80F1A3B7C5A2D20319578DFB0_CustomAttributesCacheGenerator, LifeCycleStatus_t05EC3A0D5AE0E801FE6B611D51023B1F4D093B0F_CustomAttributesCacheGenerator, EventCallbackList_t01E2A1DBD9E0531B02043D64B07C6DF9EFCCCB71_CustomAttributesCacheGenerator, EventBehavior_tE1DDEA74EAF57C0DDB53BBCD77F3F49A71940B41_CustomAttributesCacheGenerator, Type_t2A6A2920A8E77CCFAB93B7E98D8EA7A8DFA567B9_CustomAttributesCacheGenerator, UIRUtility_t379D690920D47F2591E6DCD04CACEB543E526C63_CustomAttributesCacheGenerator, StyleValueExtensions_tBE1707C0113DCFA886A160F687707A2B0BE624F0_CustomAttributesCacheGenerator, U3CU3Ec_tAD1187DD6192B43A64B254C0289F5FB9A36FB0F8_CustomAttributesCacheGenerator, U3CU3Ec_t6A08378DE9ABB9EC198D8609F5E47B584FEB6E33_CustomAttributesCacheGenerator, StyleValueFunctionExtension_tD8C387E026233354F7FD2547046D26F6E3F7B71F_CustomAttributesCacheGenerator, RenderDataDirtyTypes_t3BD972F0D361E9B29AFF785A9931216726A34BF6_CustomAttributesCacheGenerator, StyleSheetExtensions_tF685F32CB4DF0471E496722063ECAD035C178D6E_CustomAttributesCacheGenerator, StyleValue_t761E8EE98A6473F2FB9DE803BD8F14F047430FF5_CustomAttributesCacheGenerator, ClickDetector_tC3AB6CC891D0E83397A7254613B77C9DDC3029A4_CustomAttributesCacheGenerator_U3Cs_DoubleClickTimeU3Ek__BackingField, ContextualMenuManager_t1B67CC8512D92D98FE15C246943960CB604C9796_CustomAttributesCacheGenerator_U3CdisplayMenuHandledOSXU3Ek__BackingField, Cursor_t6FF56333603B811AE4BB9A0C7D66B88D874A4C4F_CustomAttributesCacheGenerator_U3CtextureU3Ek__BackingField, Cursor_t6FF56333603B811AE4BB9A0C7D66B88D874A4C4F_CustomAttributesCacheGenerator_U3ChotspotU3Ek__BackingField, Cursor_t6FF56333603B811AE4BB9A0C7D66B88D874A4C4F_CustomAttributesCacheGenerator_U3CdefaultCursorIdU3Ek__BackingField, EventDispatcher_t96A750D2456ECAD9F478B4BBB9832D3D05948BC8_CustomAttributesCacheGenerator_U3CpointerStateU3Ek__BackingField, Focusable_t54CC145FEE85D2A5D92761C419288150CF5BEC14_CustomAttributesCacheGenerator_U3CfocusableU3Ek__BackingField, Focusable_t54CC145FEE85D2A5D92761C419288150CF5BEC14_CustomAttributesCacheGenerator_U3CtabIndexU3Ek__BackingField, FocusChangeDirection_t735EB259C7198DEC617BA20828C4F947F35C0118_CustomAttributesCacheGenerator_U3CunspecifiedU3Ek__BackingField, FocusChangeDirection_t735EB259C7198DEC617BA20828C4F947F35C0118_CustomAttributesCacheGenerator_U3CnoneU3Ek__BackingField, FocusChangeDirection_t735EB259C7198DEC617BA20828C4F947F35C0118_CustomAttributesCacheGenerator_U3ClastValueU3Ek__BackingField, FocusController_tC337430532E3E8FF9AD076CA4A5E3F49E437839B_CustomAttributesCacheGenerator_U3CfocusRingU3Ek__BackingField, FocusController_tC337430532E3E8FF9AD076CA4A5E3F49E437839B_CustomAttributesCacheGenerator_U3CimguiKeyboardControlU3Ek__BackingField, IMGUIContainer_t0C8BA9DB6BE59812D122D0B25558114E24DAC9C0_CustomAttributesCacheGenerator_U3ClastWorldClipU3Ek__BackingField, IMGUIContainer_t0C8BA9DB6BE59812D122D0B25558114E24DAC9C0_CustomAttributesCacheGenerator_U3CcontextTypeU3Ek__BackingField, IMGUIContainer_t0C8BA9DB6BE59812D122D0B25558114E24DAC9C0_CustomAttributesCacheGenerator_U3CfocusOnlyIfHasFocusableControlsU3Ek__BackingField, RepaintData_tECDD72801BC6B1F14937D2AAC25D0181CAE14510_CustomAttributesCacheGenerator_U3CcurrentOffsetU3Ek__BackingField, RepaintData_tECDD72801BC6B1F14937D2AAC25D0181CAE14510_CustomAttributesCacheGenerator_U3CmousePositionU3Ek__BackingField, RepaintData_tECDD72801BC6B1F14937D2AAC25D0181CAE14510_CustomAttributesCacheGenerator_U3CcurrentWorldClipU3Ek__BackingField, RepaintData_tECDD72801BC6B1F14937D2AAC25D0181CAE14510_CustomAttributesCacheGenerator_U3CrepaintEventU3Ek__BackingField, BaseVisualElementPanel_t0BFFA91D18C8A7D905330E2D6DE84B9B67E7BE30_CustomAttributesCacheGenerator_panelDisposed, BaseVisualElementPanel_t0BFFA91D18C8A7D905330E2D6DE84B9B67E7BE30_CustomAttributesCacheGenerator_U3CclearSettingsU3Ek__BackingField, BaseVisualElementPanel_t0BFFA91D18C8A7D905330E2D6DE84B9B67E7BE30_CustomAttributesCacheGenerator_U3CduringLayoutPhaseU3Ek__BackingField, BaseVisualElementPanel_t0BFFA91D18C8A7D905330E2D6DE84B9B67E7BE30_CustomAttributesCacheGenerator_U3CrepaintDataU3Ek__BackingField, BaseVisualElementPanel_t0BFFA91D18C8A7D905330E2D6DE84B9B67E7BE30_CustomAttributesCacheGenerator_U3CcursorManagerU3Ek__BackingField, BaseVisualElementPanel_t0BFFA91D18C8A7D905330E2D6DE84B9B67E7BE30_CustomAttributesCacheGenerator_U3CcontextualMenuManagerU3Ek__BackingField, BaseVisualElementPanel_t0BFFA91D18C8A7D905330E2D6DE84B9B67E7BE30_CustomAttributesCacheGenerator_U3CdisposedU3Ek__BackingField, BaseVisualElementPanel_t0BFFA91D18C8A7D905330E2D6DE84B9B67E7BE30_CustomAttributesCacheGenerator_standardShaderChanged, BaseVisualElementPanel_t0BFFA91D18C8A7D905330E2D6DE84B9B67E7BE30_CustomAttributesCacheGenerator_standardWorldSpaceShaderChanged, BaseVisualElementPanel_t0BFFA91D18C8A7D905330E2D6DE84B9B67E7BE30_CustomAttributesCacheGenerator_atlasChanged, BaseVisualElementPanel_t0BFFA91D18C8A7D905330E2D6DE84B9B67E7BE30_CustomAttributesCacheGenerator_updateMaterial, BaseVisualElementPanel_t0BFFA91D18C8A7D905330E2D6DE84B9B67E7BE30_CustomAttributesCacheGenerator_hierarchyChanged, BaseVisualElementPanel_t0BFFA91D18C8A7D905330E2D6DE84B9B67E7BE30_CustomAttributesCacheGenerator_beforeUpdate, Panel_t476A329F94E775CA31284CD78FD12460EEB05A3F_CustomAttributesCacheGenerator_U3CdispatcherU3Ek__BackingField, Panel_t476A329F94E775CA31284CD78FD12460EEB05A3F_CustomAttributesCacheGenerator_U3CownerObjectU3Ek__BackingField, Panel_t476A329F94E775CA31284CD78FD12460EEB05A3F_CustomAttributesCacheGenerator_U3CcontextTypeU3Ek__BackingField, Panel_t476A329F94E775CA31284CD78FD12460EEB05A3F_CustomAttributesCacheGenerator_U3CsaveViewDataU3Ek__BackingField, Panel_t476A329F94E775CA31284CD78FD12460EEB05A3F_CustomAttributesCacheGenerator_U3CgetViewDataDictionaryU3Ek__BackingField, Panel_t476A329F94E775CA31284CD78FD12460EEB05A3F_CustomAttributesCacheGenerator_U3CfocusControllerU3Ek__BackingField, Panel_t476A329F94E775CA31284CD78FD12460EEB05A3F_CustomAttributesCacheGenerator_U3CIMGUIEventInterestsU3Ek__BackingField, Panel_t476A329F94E775CA31284CD78FD12460EEB05A3F_CustomAttributesCacheGenerator_U3CloadResourceFuncU3Ek__BackingField, Panel_t476A329F94E775CA31284CD78FD12460EEB05A3F_CustomAttributesCacheGenerator_U3CTimeSinceStartupU3Ek__BackingField, Panel_t476A329F94E775CA31284CD78FD12460EEB05A3F_CustomAttributesCacheGenerator_U3CIMGUIContainersCountU3Ek__BackingField, Panel_t476A329F94E775CA31284CD78FD12460EEB05A3F_CustomAttributesCacheGenerator_U3CrootIMGUIContainerU3Ek__BackingField, Panel_t476A329F94E775CA31284CD78FD12460EEB05A3F_CustomAttributesCacheGenerator_beforeAnyRepaint, BaseRuntimePanel_t74D3C6BB15505935A817612DF7E4BF5C1207BF7C_CustomAttributesCacheGenerator_destroyed, BaseRuntimePanel_t74D3C6BB15505935A817612DF7E4BF5C1207BF7C_CustomAttributesCacheGenerator_U3CtargetDisplayU3Ek__BackingField, ScheduledItem_tF43A01B51DD81E4F596F1B4B0F817831E8F1FFA2_CustomAttributesCacheGenerator_U3CstartMsU3Ek__BackingField, ScheduledItem_tF43A01B51DD81E4F596F1B4B0F817831E8F1FFA2_CustomAttributesCacheGenerator_U3CdelayMsU3Ek__BackingField, ScheduledItem_tF43A01B51DD81E4F596F1B4B0F817831E8F1FFA2_CustomAttributesCacheGenerator_U3CintervalMsU3Ek__BackingField, ScheduledItem_tF43A01B51DD81E4F596F1B4B0F817831E8F1FFA2_CustomAttributesCacheGenerator_U3CendTimeMsU3Ek__BackingField, UIElementsRuntimeUtility_t34F62E60B6FFCC299183062BB296463DB94A8B04_CustomAttributesCacheGenerator_s_onRepaintOverlayPanels, UIElementsRuntimeUtility_t34F62E60B6FFCC299183062BB296463DB94A8B04_CustomAttributesCacheGenerator_onCreatePanel, UIElementsRuntimeUtility_t34F62E60B6FFCC299183062BB296463DB94A8B04_CustomAttributesCacheGenerator_U3CactiveEventSystemU3Ek__BackingField, VisualElement_tAF72253CBD78143319BFE58F26C2349B2959C8C0_CustomAttributesCacheGenerator_U3CpickingModeU3Ek__BackingField, VisualElement_tAF72253CBD78143319BFE58F26C2349B2959C8C0_CustomAttributesCacheGenerator_U3CyogaNodeU3Ek__BackingField, VisualElement_tAF72253CBD78143319BFE58F26C2349B2959C8C0_CustomAttributesCacheGenerator_U3CenabledSelfU3Ek__BackingField, VisualElement_tAF72253CBD78143319BFE58F26C2349B2959C8C0_CustomAttributesCacheGenerator_U3CgenerateVisualContentU3Ek__BackingField, VisualElement_tAF72253CBD78143319BFE58F26C2349B2959C8C0_CustomAttributesCacheGenerator_U3ChierarchyU3Ek__BackingField, VisualElement_tAF72253CBD78143319BFE58F26C2349B2959C8C0_CustomAttributesCacheGenerator_U3CisRootVisualContainerU3Ek__BackingField, VisualElement_tAF72253CBD78143319BFE58F26C2349B2959C8C0_CustomAttributesCacheGenerator_U3CcacheAsBitmapU3Ek__BackingField, VisualElement_tAF72253CBD78143319BFE58F26C2349B2959C8C0_CustomAttributesCacheGenerator_U3CelementPanelU3Ek__BackingField, BaseVisualElementScheduledItem_t3E6A61E673DEBA515EDFCAD0873D02BCB3A991C8_CustomAttributesCacheGenerator_U3CelementU3Ek__BackingField, TypeData_t6CE6B4FD54E700646BC89D58DA7F37AA374C8BC8_CustomAttributesCacheGenerator_U3CtypeU3Ek__BackingField, VisualElementPanelActivator_tB417B95A604CE06ACDBAF342C6A4AF1CEB0BE5FB_CustomAttributesCacheGenerator_U3CisActiveU3Ek__BackingField, VisualElementPanelActivator_tB417B95A604CE06ACDBAF342C6A4AF1CEB0BE5FB_CustomAttributesCacheGenerator_U3CisDetachingU3Ek__BackingField, PointerCaptureEventBase_1_t1239393B2E150725E0676AF6359A8EECA116002C_CustomAttributesCacheGenerator_U3CrelatedTargetU3Ek__BackingField, PointerCaptureEventBase_1_t1239393B2E150725E0676AF6359A8EECA116002C_CustomAttributesCacheGenerator_U3CpointerIdU3Ek__BackingField, EventBase_tADF8D0ADA92BAF80F76865BAC2E9D85A118D1967_CustomAttributesCacheGenerator_U3CtimestampU3Ek__BackingField, EventBase_tADF8D0ADA92BAF80F76865BAC2E9D85A118D1967_CustomAttributesCacheGenerator_U3CeventIdU3Ek__BackingField, EventBase_tADF8D0ADA92BAF80F76865BAC2E9D85A118D1967_CustomAttributesCacheGenerator_U3CtriggerEventIdU3Ek__BackingField, EventBase_tADF8D0ADA92BAF80F76865BAC2E9D85A118D1967_CustomAttributesCacheGenerator_U3CpropagationU3Ek__BackingField, EventBase_tADF8D0ADA92BAF80F76865BAC2E9D85A118D1967_CustomAttributesCacheGenerator_U3ClifeCycleStatusU3Ek__BackingField, EventBase_tADF8D0ADA92BAF80F76865BAC2E9D85A118D1967_CustomAttributesCacheGenerator_U3CleafTargetU3Ek__BackingField, EventBase_tADF8D0ADA92BAF80F76865BAC2E9D85A118D1967_CustomAttributesCacheGenerator_U3CskipElementsU3Ek__BackingField, EventBase_tADF8D0ADA92BAF80F76865BAC2E9D85A118D1967_CustomAttributesCacheGenerator_U3CpropagationPhaseU3Ek__BackingField, EventBase_tADF8D0ADA92BAF80F76865BAC2E9D85A118D1967_CustomAttributesCacheGenerator_U3CoriginalMousePositionU3Ek__BackingField, EventCallbackFunctorBase_tBB6636112422604DDE486A3DE0F2DE363DE45FAE_CustomAttributesCacheGenerator_U3CphaseU3Ek__BackingField, EventCallbackList_t01E2A1DBD9E0531B02043D64B07C6DF9EFCCCB71_CustomAttributesCacheGenerator_U3CtrickleDownCallbackCountU3Ek__BackingField, EventCallbackList_t01E2A1DBD9E0531B02043D64B07C6DF9EFCCCB71_CustomAttributesCacheGenerator_U3CbubbleUpCallbackCountU3Ek__BackingField, FocusEventBase_1_tF6F8886BF704CA0980FD734CEB4D4444077AA345_CustomAttributesCacheGenerator_U3CrelatedTargetU3Ek__BackingField, FocusEventBase_1_tF6F8886BF704CA0980FD734CEB4D4444077AA345_CustomAttributesCacheGenerator_U3CdirectionU3Ek__BackingField, FocusEventBase_1_tF6F8886BF704CA0980FD734CEB4D4444077AA345_CustomAttributesCacheGenerator_U3CfocusControllerU3Ek__BackingField, FocusEventBase_1_tF6F8886BF704CA0980FD734CEB4D4444077AA345_CustomAttributesCacheGenerator_U3CIsFocusDelegatedU3Ek__BackingField, KeyboardEventBase_1_t81E92DA675C4C3359573F25A71CCDF24312E3709_CustomAttributesCacheGenerator_U3CmodifiersU3Ek__BackingField, KeyboardEventBase_1_t81E92DA675C4C3359573F25A71CCDF24312E3709_CustomAttributesCacheGenerator_U3CcharacterU3Ek__BackingField, KeyboardEventBase_1_t81E92DA675C4C3359573F25A71CCDF24312E3709_CustomAttributesCacheGenerator_U3CkeyCodeU3Ek__BackingField, MouseEventBase_1_t07A890112F60CC102C6D722C25109876026A01FD_CustomAttributesCacheGenerator_U3CmodifiersU3Ek__BackingField, MouseEventBase_1_t07A890112F60CC102C6D722C25109876026A01FD_CustomAttributesCacheGenerator_U3CmousePositionU3Ek__BackingField, MouseEventBase_1_t07A890112F60CC102C6D722C25109876026A01FD_CustomAttributesCacheGenerator_U3ClocalMousePositionU3Ek__BackingField, MouseEventBase_1_t07A890112F60CC102C6D722C25109876026A01FD_CustomAttributesCacheGenerator_U3CmouseDeltaU3Ek__BackingField, MouseEventBase_1_t07A890112F60CC102C6D722C25109876026A01FD_CustomAttributesCacheGenerator_U3CclickCountU3Ek__BackingField, MouseEventBase_1_t07A890112F60CC102C6D722C25109876026A01FD_CustomAttributesCacheGenerator_U3CbuttonU3Ek__BackingField, MouseEventBase_1_t07A890112F60CC102C6D722C25109876026A01FD_CustomAttributesCacheGenerator_U3CpressedButtonsU3Ek__BackingField, MouseEventBase_1_t07A890112F60CC102C6D722C25109876026A01FD_CustomAttributesCacheGenerator_U3CUnityEngine_UIElements_IMouseEventInternal_triggeredByOSU3Ek__BackingField, MouseEventBase_1_t07A890112F60CC102C6D722C25109876026A01FD_CustomAttributesCacheGenerator_U3CUnityEngine_UIElements_IMouseEventInternal_recomputeTopElementUnderMouseU3Ek__BackingField, MouseEventBase_1_t07A890112F60CC102C6D722C25109876026A01FD_CustomAttributesCacheGenerator_U3CUnityEngine_UIElements_IMouseEventInternal_sourcePointerEventU3Ek__BackingField, WheelEvent_t79CBA86B16453AE12A6D2ACEA434C8BE72FF52A4_CustomAttributesCacheGenerator_U3CdeltaU3Ek__BackingField, NavigationMoveEvent_tB864650BE78E726F2606E2B6B049A1F0D430BE8D_CustomAttributesCacheGenerator_U3CdirectionU3Ek__BackingField, NavigationMoveEvent_tB864650BE78E726F2606E2B6B049A1F0D430BE8D_CustomAttributesCacheGenerator_U3CmoveU3Ek__BackingField, NavigationTabEvent_t67AD2563588C22F4B12AEF9743FE098FEFFB5961_CustomAttributesCacheGenerator_U3CdirectionU3Ek__BackingField, PanelChangedEventBase_1_t8F65F3DFF15D57B8D6180A9B7D31F30216E99EED_CustomAttributesCacheGenerator_U3CoriginPanelU3Ek__BackingField, PanelChangedEventBase_1_t8F65F3DFF15D57B8D6180A9B7D31F30216E99EED_CustomAttributesCacheGenerator_U3CdestinationPanelU3Ek__BackingField, PointerEventBase_1_tAF063A7AA56BF895492776123DF1360CE28ADBA5_CustomAttributesCacheGenerator_U3CpointerIdU3Ek__BackingField, PointerEventBase_1_tAF063A7AA56BF895492776123DF1360CE28ADBA5_CustomAttributesCacheGenerator_U3CpointerTypeU3Ek__BackingField, PointerEventBase_1_tAF063A7AA56BF895492776123DF1360CE28ADBA5_CustomAttributesCacheGenerator_U3CisPrimaryU3Ek__BackingField, PointerEventBase_1_tAF063A7AA56BF895492776123DF1360CE28ADBA5_CustomAttributesCacheGenerator_U3CbuttonU3Ek__BackingField, PointerEventBase_1_tAF063A7AA56BF895492776123DF1360CE28ADBA5_CustomAttributesCacheGenerator_U3CpressedButtonsU3Ek__BackingField, PointerEventBase_1_tAF063A7AA56BF895492776123DF1360CE28ADBA5_CustomAttributesCacheGenerator_U3CpositionU3Ek__BackingField, PointerEventBase_1_tAF063A7AA56BF895492776123DF1360CE28ADBA5_CustomAttributesCacheGenerator_U3ClocalPositionU3Ek__BackingField, PointerEventBase_1_tAF063A7AA56BF895492776123DF1360CE28ADBA5_CustomAttributesCacheGenerator_U3CdeltaPositionU3Ek__BackingField, PointerEventBase_1_tAF063A7AA56BF895492776123DF1360CE28ADBA5_CustomAttributesCacheGenerator_U3CdeltaTimeU3Ek__BackingField, PointerEventBase_1_tAF063A7AA56BF895492776123DF1360CE28ADBA5_CustomAttributesCacheGenerator_U3CclickCountU3Ek__BackingField, PointerEventBase_1_tAF063A7AA56BF895492776123DF1360CE28ADBA5_CustomAttributesCacheGenerator_U3CpressureU3Ek__BackingField, PointerEventBase_1_tAF063A7AA56BF895492776123DF1360CE28ADBA5_CustomAttributesCacheGenerator_U3CtangentialPressureU3Ek__BackingField, PointerEventBase_1_tAF063A7AA56BF895492776123DF1360CE28ADBA5_CustomAttributesCacheGenerator_U3CaltitudeAngleU3Ek__BackingField, PointerEventBase_1_tAF063A7AA56BF895492776123DF1360CE28ADBA5_CustomAttributesCacheGenerator_U3CazimuthAngleU3Ek__BackingField, PointerEventBase_1_tAF063A7AA56BF895492776123DF1360CE28ADBA5_CustomAttributesCacheGenerator_U3CtwistU3Ek__BackingField, PointerEventBase_1_tAF063A7AA56BF895492776123DF1360CE28ADBA5_CustomAttributesCacheGenerator_U3CradiusU3Ek__BackingField, PointerEventBase_1_tAF063A7AA56BF895492776123DF1360CE28ADBA5_CustomAttributesCacheGenerator_U3CradiusVarianceU3Ek__BackingField, PointerEventBase_1_tAF063A7AA56BF895492776123DF1360CE28ADBA5_CustomAttributesCacheGenerator_U3CmodifiersU3Ek__BackingField, PointerEventBase_1_tAF063A7AA56BF895492776123DF1360CE28ADBA5_CustomAttributesCacheGenerator_U3CUnityEngine_UIElements_IPointerEventInternal_triggeredByOSU3Ek__BackingField, PointerEventBase_1_tAF063A7AA56BF895492776123DF1360CE28ADBA5_CustomAttributesCacheGenerator_U3CUnityEngine_UIElements_IPointerEventInternal_recomputeTopElementUnderPointerU3Ek__BackingField, PointerMoveEvent_t9D1DF9F3D7FF1E2CCBEF6281558B6B88DAA90D28_CustomAttributesCacheGenerator_U3CisHandledByDraggableU3Ek__BackingField, TextureRegistry_t5FC683A1DBABCEE29117F6660088ADF84A6D5E5D_CustomAttributesCacheGenerator_U3CinstanceU3Ek__BackingField, InlineStyleAccess_t9428EF1076CFEC0E4529A76FF0EBC3D28D964F57_CustomAttributesCacheGenerator_U3CveU3Ek__BackingField, StyleComplexSelector_tF0F83DD2F79C39206A2E65C9743E9A52A6584298_CustomAttributesCacheGenerator_m_Specificity, StyleComplexSelector_tF0F83DD2F79C39206A2E65C9743E9A52A6584298_CustomAttributesCacheGenerator_U3CruleU3Ek__BackingField, StyleComplexSelector_tF0F83DD2F79C39206A2E65C9743E9A52A6584298_CustomAttributesCacheGenerator_m_Selectors, StyleComplexSelector_tF0F83DD2F79C39206A2E65C9743E9A52A6584298_CustomAttributesCacheGenerator_ruleIndex, StyleProperty_tB486793B831D79B39FC6950BDAAE9ECE6BD9E0FD_CustomAttributesCacheGenerator_m_Name, StyleProperty_tB486793B831D79B39FC6950BDAAE9ECE6BD9E0FD_CustomAttributesCacheGenerator_m_Line, StyleProperty_tB486793B831D79B39FC6950BDAAE9ECE6BD9E0FD_CustomAttributesCacheGenerator_m_Values, StyleRule_tD3BC85D79267EADDE815D5EEBD0EC25AA1A1A6F8_CustomAttributesCacheGenerator_m_Properties, StyleRule_tD3BC85D79267EADDE815D5EEBD0EC25AA1A1A6F8_CustomAttributesCacheGenerator_line, StyleSelector_tD38948804444A1EF50EC7A79ECD6BFDD689A264C_CustomAttributesCacheGenerator_m_Parts, StyleSelector_tD38948804444A1EF50EC7A79ECD6BFDD689A264C_CustomAttributesCacheGenerator_m_PreviousRelationship, StyleSelectorPart_t707EDC970FC0F3E91E56DCBC178672A120426D54_CustomAttributesCacheGenerator_m_Value, StyleSelectorPart_t707EDC970FC0F3E91E56DCBC178672A120426D54_CustomAttributesCacheGenerator_m_Type, StyleSheet_tB0EAD646842945D83386B5A06090AAFE6A60520F_CustomAttributesCacheGenerator_m_Rules, StyleSheet_tB0EAD646842945D83386B5A06090AAFE6A60520F_CustomAttributesCacheGenerator_m_ComplexSelectors, StyleSheet_tB0EAD646842945D83386B5A06090AAFE6A60520F_CustomAttributesCacheGenerator_floats, StyleSheet_tB0EAD646842945D83386B5A06090AAFE6A60520F_CustomAttributesCacheGenerator_dimensions, StyleSheet_tB0EAD646842945D83386B5A06090AAFE6A60520F_CustomAttributesCacheGenerator_colors, StyleSheet_tB0EAD646842945D83386B5A06090AAFE6A60520F_CustomAttributesCacheGenerator_strings, StyleSheet_tB0EAD646842945D83386B5A06090AAFE6A60520F_CustomAttributesCacheGenerator_assets, StyleSheet_tB0EAD646842945D83386B5A06090AAFE6A60520F_CustomAttributesCacheGenerator_imports, StyleSheet_tB0EAD646842945D83386B5A06090AAFE6A60520F_CustomAttributesCacheGenerator_m_FlattenedImportedStyleSheets, StyleSheet_tB0EAD646842945D83386B5A06090AAFE6A60520F_CustomAttributesCacheGenerator_m_ContentHash, StyleSheet_tB0EAD646842945D83386B5A06090AAFE6A60520F_CustomAttributesCacheGenerator_scalableImages, StyleValueHandle_t46AFAF3564D6DF2EA2739A1D85438355478AD185_CustomAttributesCacheGenerator_m_ValueType, StyleValueHandle_t46AFAF3564D6DF2EA2739A1D85438355478AD185_CustomAttributesCacheGenerator_valueIndex, StyleVariableResolver_t1A97BC47B9D6EF9D03A5F8FC24F73BE68B7256F1_CustomAttributesCacheGenerator_U3CvariableContextU3Ek__BackingField, VectorImage_t2C2B26B2A738C1DCD0845B82228343838DAE2022_CustomAttributesCacheGenerator_atlas, VectorImage_t2C2B26B2A738C1DCD0845B82228343838DAE2022_CustomAttributesCacheGenerator_vertices, VectorImage_t2C2B26B2A738C1DCD0845B82228343838DAE2022_CustomAttributesCacheGenerator_indices, VectorImage_t2C2B26B2A738C1DCD0845B82228343838DAE2022_CustomAttributesCacheGenerator_settings, VectorImage_t2C2B26B2A738C1DCD0845B82228343838DAE2022_CustomAttributesCacheGenerator_size, LinkedPool_1_tAAC9ABC234CA7938792CCD278B0FE0F532E816D1_CustomAttributesCacheGenerator_U3CCountU3Ek__BackingField, BestFitAllocator_t801355D93A063CC90E0A7CA49E598F7F732BB398_CustomAttributesCacheGenerator_U3CtotalSizeU3Ek__BackingField, Page_t0EB186A021F1A37CDD86DA93E111FF9F411B8DB1_CustomAttributesCacheGenerator_U3CdisposedU3Ek__BackingField, DataSet_1_tBB0DD8E16A6F182B91AC3779F7392748FC32A0E6_CustomAttributesCacheGenerator_U3CdisposedU3Ek__BackingField, StylePropertyReader_t5A3EC102BC4C6701762DBE105D1279F112410162_CustomAttributesCacheGenerator_U3CpropertyU3Ek__BackingField, StylePropertyReader_t5A3EC102BC4C6701762DBE105D1279F112410162_CustomAttributesCacheGenerator_U3CpropertyIdU3Ek__BackingField, StylePropertyReader_t5A3EC102BC4C6701762DBE105D1279F112410162_CustomAttributesCacheGenerator_U3CvalueCountU3Ek__BackingField, StylePropertyReader_t5A3EC102BC4C6701762DBE105D1279F112410162_CustomAttributesCacheGenerator_U3CdpiScalingU3Ek__BackingField, BaseStyleMatcher_tD449643D4AF1E3A8FD5BD10C869CE8AFD17672C3_CustomAttributesCacheGenerator_U3CmatchedVariableCountU3Ek__BackingField, ClickDetector_tC3AB6CC891D0E83397A7254613B77C9DDC3029A4_CustomAttributesCacheGenerator_ClickDetector_get_s_DoubleClickTime_m0F9BBCF5920D2D67BB6E3098233016CC6A9607BC, Cursor_t6FF56333603B811AE4BB9A0C7D66B88D874A4C4F_CustomAttributesCacheGenerator_Cursor_get_texture_mB0B9D7B2D91E1035B27E05742D5CFAFC6E35D7B0, Cursor_t6FF56333603B811AE4BB9A0C7D66B88D874A4C4F_CustomAttributesCacheGenerator_Cursor_get_hotspot_m64A89A4010D9037EE97CE02AF70C80B7CCA8DE84, Cursor_t6FF56333603B811AE4BB9A0C7D66B88D874A4C4F_CustomAttributesCacheGenerator_Cursor_get_defaultCursorId_m78BEDF5FAB1CF3E17784CAC1F1A62622B8B32F54, EventDispatcher_t96A750D2456ECAD9F478B4BBB9832D3D05948BC8_CustomAttributesCacheGenerator_EventDispatcher_get_pointerState_mA675C72BDE1A673E104ECFD96FADBD3BC13D6F70, Focusable_t54CC145FEE85D2A5D92761C419288150CF5BEC14_CustomAttributesCacheGenerator_Focusable_get_focusable_mA3BF33F025B1AE6F0E8E220E58DE6BDC1FDAB310, Focusable_t54CC145FEE85D2A5D92761C419288150CF5BEC14_CustomAttributesCacheGenerator_Focusable_get_tabIndex_mB8299F9106AA1B50FD651FDF64BD51AB4739F78B, FocusChangeDirection_t735EB259C7198DEC617BA20828C4F947F35C0118_CustomAttributesCacheGenerator_FocusChangeDirection_get_unspecified_mB6539EF9E8F9F8E354F55ABDBBBBC4C9F921CACC, FocusChangeDirection_t735EB259C7198DEC617BA20828C4F947F35C0118_CustomAttributesCacheGenerator_FocusChangeDirection_get_none_m702BB27310D1EA0511E7CD4FB0B9515D331BA53A, FocusChangeDirection_t735EB259C7198DEC617BA20828C4F947F35C0118_CustomAttributesCacheGenerator_FocusChangeDirection_get_lastValue_mF67FF11312EC1CDB50948F86C1A683BFB58F1A13, FocusController_tC337430532E3E8FF9AD076CA4A5E3F49E437839B_CustomAttributesCacheGenerator_FocusController_get_focusRing_m4F1F97ACCF6AABC41A33130C6FE0B4CCADC24FED, FocusController_tC337430532E3E8FF9AD076CA4A5E3F49E437839B_CustomAttributesCacheGenerator_FocusController_get_imguiKeyboardControl_mBE7CB44518FCA881F216C44C4495AF31B27F64B9, FocusController_tC337430532E3E8FF9AD076CA4A5E3F49E437839B_CustomAttributesCacheGenerator_FocusController_set_imguiKeyboardControl_mFA1DE58DC2F23604F24B86A66C773BD10849DFAA, IMGUIContainer_t0C8BA9DB6BE59812D122D0B25558114E24DAC9C0_CustomAttributesCacheGenerator_IMGUIContainer_get_lastWorldClip_m559BC7B8AC19A0E9EFBFE1818D2B0FFCF95088AF, IMGUIContainer_t0C8BA9DB6BE59812D122D0B25558114E24DAC9C0_CustomAttributesCacheGenerator_IMGUIContainer_get_contextType_mEED3AA9B355FBF46948D9CA19EB97AC6F01ABF29, IMGUIContainer_t0C8BA9DB6BE59812D122D0B25558114E24DAC9C0_CustomAttributesCacheGenerator_IMGUIContainer_get_focusOnlyIfHasFocusableControls_m1A4C1DDB09520D386617676965A094D201F0FC5B, IMGUIContainer_t0C8BA9DB6BE59812D122D0B25558114E24DAC9C0_CustomAttributesCacheGenerator_IMGUIContainer_U3CDoOnGUIU3Eb__55_0_m7B609E2BBF96D93484F1A18875E617E01E48B8BC, MouseCaptureController_tB17179178DC02A2F269EC031393039B88E8DB619_CustomAttributesCacheGenerator_MouseCaptureController_HasMouseCapture_m9760F1E89C054D37CC2C819C30C02219EC51B53C, MouseCaptureController_tB17179178DC02A2F269EC031393039B88E8DB619_CustomAttributesCacheGenerator_MouseCaptureController_CaptureMouse_mFD566FC54CFDDE4D7C23C2CE6CAF0C55BA87DCB6, MouseCaptureController_tB17179178DC02A2F269EC031393039B88E8DB619_CustomAttributesCacheGenerator_MouseCaptureController_ReleaseMouse_m85961EA94DC96AF6FB4600DF153B18857FE55F3B, RepaintData_tECDD72801BC6B1F14937D2AAC25D0181CAE14510_CustomAttributesCacheGenerator_RepaintData_get_currentOffset_mA1CF953FC14565CC923AD638AE8766B6EB288B34, RepaintData_tECDD72801BC6B1F14937D2AAC25D0181CAE14510_CustomAttributesCacheGenerator_RepaintData_set_repaintEvent_m017C75D49486B04AB55CBBE44474DB785DCB1EBA, BaseVisualElementPanel_t0BFFA91D18C8A7D905330E2D6DE84B9B67E7BE30_CustomAttributesCacheGenerator_BaseVisualElementPanel_get_duringLayoutPhase_m29E7AA00103718DF6E84688201C1851BF0590F6E, BaseVisualElementPanel_t0BFFA91D18C8A7D905330E2D6DE84B9B67E7BE30_CustomAttributesCacheGenerator_BaseVisualElementPanel_get_repaintData_m8C0EB53A84D72681A5F64DB7D7138DEBDF79B907, BaseVisualElementPanel_t0BFFA91D18C8A7D905330E2D6DE84B9B67E7BE30_CustomAttributesCacheGenerator_BaseVisualElementPanel_get_disposed_m44D50828E8ABCBD3F4B02AAAF1814D07F6DAA345, BaseVisualElementPanel_t0BFFA91D18C8A7D905330E2D6DE84B9B67E7BE30_CustomAttributesCacheGenerator_BaseVisualElementPanel_set_disposed_mF2065052DC7234B7934AA0ABD7F3DDA6712956B3, Panel_t476A329F94E775CA31284CD78FD12460EEB05A3F_CustomAttributesCacheGenerator_Panel_get_dispatcher_m0B3FE190F0E1ADA939DE90A467137336D9095613, Panel_t476A329F94E775CA31284CD78FD12460EEB05A3F_CustomAttributesCacheGenerator_Panel_get_ownerObject_m9BFDEF2F68F4E81D60039B9A09A1D77549D95ADC, Panel_t476A329F94E775CA31284CD78FD12460EEB05A3F_CustomAttributesCacheGenerator_Panel_get_contextType_m4592156375BE89F7962C8F34F5DA2907C469F781, Panel_t476A329F94E775CA31284CD78FD12460EEB05A3F_CustomAttributesCacheGenerator_Panel_get_focusController_mC3C8E03BBD6E411FD6DF506A5A5FDAC187E6C3B8, Panel_t476A329F94E775CA31284CD78FD12460EEB05A3F_CustomAttributesCacheGenerator_Panel_get_IMGUIEventInterests_m331B2B7A88A756B47B6B752F33F6BE4384517BEB, Panel_t476A329F94E775CA31284CD78FD12460EEB05A3F_CustomAttributesCacheGenerator_Panel_get_TimeSinceStartup_mD5C764851154DFF6101A959C2D145E914EEABAF6, Panel_t476A329F94E775CA31284CD78FD12460EEB05A3F_CustomAttributesCacheGenerator_Panel_get_IMGUIContainersCount_m780ADFFAB6763A905C0D50179C7E16A51E91A80E, Panel_t476A329F94E775CA31284CD78FD12460EEB05A3F_CustomAttributesCacheGenerator_Panel_get_rootIMGUIContainer_m19EDFB767FF2FC6CDA39F8683405A630389963EF, BaseRuntimePanel_t74D3C6BB15505935A817612DF7E4BF5C1207BF7C_CustomAttributesCacheGenerator_BaseRuntimePanel_add_destroyed_mB314BB1911A52AFF1B07E63CC0EB7229F7B47551, BaseRuntimePanel_t74D3C6BB15505935A817612DF7E4BF5C1207BF7C_CustomAttributesCacheGenerator_BaseRuntimePanel_remove_destroyed_mE8D90F08FEADEE30957023301032013AF568894B, BaseRuntimePanel_t74D3C6BB15505935A817612DF7E4BF5C1207BF7C_CustomAttributesCacheGenerator_BaseRuntimePanel_get_targetDisplay_m969C6CBB80B6A7CEB843FDFF0E1B550219D507CB, PointerCaptureHelper_t20382CAE7DBDA8879F4EBBC5D9AAF696D180A9EC_CustomAttributesCacheGenerator_PointerCaptureHelper_HasPointerCapture_m9A28C223A9F5A8240EC5925729F164FD3EB3B9E9, PointerCaptureHelper_t20382CAE7DBDA8879F4EBBC5D9AAF696D180A9EC_CustomAttributesCacheGenerator_PointerCaptureHelper_CapturePointer_m2BB09CA5A4D89C0E1C804E2D5DC0F829838B7660, PointerCaptureHelper_t20382CAE7DBDA8879F4EBBC5D9AAF696D180A9EC_CustomAttributesCacheGenerator_PointerCaptureHelper_ReleasePointer_m910C9893619D5809B69D5FE8A76741F4FD30ABFF, PointerCaptureHelper_t20382CAE7DBDA8879F4EBBC5D9AAF696D180A9EC_CustomAttributesCacheGenerator_PointerCaptureHelper_GetCapturingElement_m5BEFCC83FABC55CEA3DD4AED99807A310DBCC720, PointerCaptureHelper_t20382CAE7DBDA8879F4EBBC5D9AAF696D180A9EC_CustomAttributesCacheGenerator_PointerCaptureHelper_ReleasePointer_m7B13B02182935DC9960A336680E58A4C930B1198, PointerCaptureHelper_t20382CAE7DBDA8879F4EBBC5D9AAF696D180A9EC_CustomAttributesCacheGenerator_PointerCaptureHelper_ActivateCompatibilityMouseEvents_m4AB492162DCC884007307DCC3D2C0DF71EB713F8, PointerCaptureHelper_t20382CAE7DBDA8879F4EBBC5D9AAF696D180A9EC_CustomAttributesCacheGenerator_PointerCaptureHelper_PreventCompatibilityMouseEvents_m327E2C2B84B8F171819384DDFD5511775725BC58, PointerCaptureHelper_t20382CAE7DBDA8879F4EBBC5D9AAF696D180A9EC_CustomAttributesCacheGenerator_PointerCaptureHelper_ShouldSendCompatibilityMouseEvents_m6549DB7737673EAB222390A5E7BB3D7F2A40A456, PointerCaptureHelper_t20382CAE7DBDA8879F4EBBC5D9AAF696D180A9EC_CustomAttributesCacheGenerator_PointerCaptureHelper_ProcessPointerCapture_m64D286EDBD2D21F619B7EABB4C16FE931FECE854, ScheduledItem_tF43A01B51DD81E4F596F1B4B0F817831E8F1FFA2_CustomAttributesCacheGenerator_ScheduledItem_set_startMs_m6842F7126F6A114BC1D0069131B774C8D819CCDE, UIElementsRuntimeUtility_t34F62E60B6FFCC299183062BB296463DB94A8B04_CustomAttributesCacheGenerator_UIElementsRuntimeUtility_add_onCreatePanel_mBC5FE203D52F506AACB17DB3BF6FB7D70DCA6C26, UIElementsRuntimeUtility_t34F62E60B6FFCC299183062BB296463DB94A8B04_CustomAttributesCacheGenerator_UIElementsRuntimeUtility_remove_onCreatePanel_m890B1702B239817C18DCA3267FC0E4A3711F38E5, UIElementsRuntimeUtility_t34F62E60B6FFCC299183062BB296463DB94A8B04_CustomAttributesCacheGenerator_UIElementsRuntimeUtility_get_activeEventSystem_mB553CD0C404232075D7D464B820178CD4395FB60, UIElementsRuntimeUtility_t34F62E60B6FFCC299183062BB296463DB94A8B04_CustomAttributesCacheGenerator_UIElementsRuntimeUtility_set_activeEventSystem_mADEA322BB28902A549098C400A808AB5567E99C3, VisualElement_tAF72253CBD78143319BFE58F26C2349B2959C8C0_CustomAttributesCacheGenerator_VisualElement_get_pickingMode_m941A6399B8BC544A8C516A157EE677369FD2D5F8, VisualElement_tAF72253CBD78143319BFE58F26C2349B2959C8C0_CustomAttributesCacheGenerator_VisualElement_get_yogaNode_m5CA07AF1958F42E7831FA71C571449B659290A93, VisualElement_tAF72253CBD78143319BFE58F26C2349B2959C8C0_CustomAttributesCacheGenerator_VisualElement_get_hierarchy_m4B2AD83FE8FA93302B534E4EF77E356901F1A90A, VisualElement_tAF72253CBD78143319BFE58F26C2349B2959C8C0_CustomAttributesCacheGenerator_VisualElement_get_elementPanel_mC3F8CF4D43D0C5841CCCB92D5A95398065B7282C, BaseVisualElementScheduledItem_t3E6A61E673DEBA515EDFCAD0873D02BCB3A991C8_CustomAttributesCacheGenerator_BaseVisualElementScheduledItem_get_element_m68B5219A07633C6019E97AC594E8099269B2BB8C, BaseVisualElementScheduledItem_t3E6A61E673DEBA515EDFCAD0873D02BCB3A991C8_CustomAttributesCacheGenerator_BaseVisualElementScheduledItem_set_element_m3E1A847EAFF3AF3C249BB51B5ED1DA9E51247880, VisualElementExtensions_tC2B48B93CE630AFC1FCF4F4EE6FA6D983BD577E4_CustomAttributesCacheGenerator_VisualElementExtensions_WorldToLocal_m817AA6D587FA9723DB4F3580FBCD095DD7720595, VisualElementPanelActivator_tB417B95A604CE06ACDBAF342C6A4AF1CEB0BE5FB_CustomAttributesCacheGenerator_VisualElementPanelActivator_get_isActive_mFA4041CC2963E5D2D88C63EA3836F496E2576398, VisualElementPanelActivator_tB417B95A604CE06ACDBAF342C6A4AF1CEB0BE5FB_CustomAttributesCacheGenerator_VisualElementPanelActivator_set_isActive_m729B25C8EAD4377C752D04390FD2AB9B38529E75, VisualElementPanelActivator_tB417B95A604CE06ACDBAF342C6A4AF1CEB0BE5FB_CustomAttributesCacheGenerator_VisualElementPanelActivator_get_isDetaching_m2ED9B5DF7F9063215CD2F691C57FAAC16DD19CC5, VisualElementPanelActivator_tB417B95A604CE06ACDBAF342C6A4AF1CEB0BE5FB_CustomAttributesCacheGenerator_VisualElementPanelActivator_set_isDetaching_mD4CAC44FA31DC700177A11C4292D98241FD6AB79, PointerCaptureEventBase_1_t1239393B2E150725E0676AF6359A8EECA116002C_CustomAttributesCacheGenerator_PointerCaptureEventBase_1_set_relatedTarget_m793CC1053BD25534131F378C6CF5EBC903795748, PointerCaptureEventBase_1_t1239393B2E150725E0676AF6359A8EECA116002C_CustomAttributesCacheGenerator_PointerCaptureEventBase_1_set_pointerId_m6DBF6EA23B27CFDABA7934F76E61ADDE933D9175, EventBase_tADF8D0ADA92BAF80F76865BAC2E9D85A118D1967_CustomAttributesCacheGenerator_EventBase_get_timestamp_mBE46F8C2C0B85FFD1D4B7B6CDA21C2C82FCDBCC4, EventBase_tADF8D0ADA92BAF80F76865BAC2E9D85A118D1967_CustomAttributesCacheGenerator_EventBase_set_timestamp_mE56824EA2FF801EEAECC91C532FC730AD6DC73D8, EventBase_tADF8D0ADA92BAF80F76865BAC2E9D85A118D1967_CustomAttributesCacheGenerator_EventBase_get_eventId_m59ED33B729E24BF0C7D55303D11B70538B007912, EventBase_tADF8D0ADA92BAF80F76865BAC2E9D85A118D1967_CustomAttributesCacheGenerator_EventBase_set_eventId_m93D08BAA45F62D212E4564E5D0CC8AACA418F03F, EventBase_tADF8D0ADA92BAF80F76865BAC2E9D85A118D1967_CustomAttributesCacheGenerator_EventBase_set_triggerEventId_m6E2574EA72F69317B99C74A6478B7576F024EAAA, EventBase_tADF8D0ADA92BAF80F76865BAC2E9D85A118D1967_CustomAttributesCacheGenerator_EventBase_get_propagation_m55C0F2EB5B86D1911DC9513AA65F97359A114F3F, EventBase_tADF8D0ADA92BAF80F76865BAC2E9D85A118D1967_CustomAttributesCacheGenerator_EventBase_set_propagation_mAC9E99EE268E3A5D1715739AA03FA014B460F0D7, EventBase_tADF8D0ADA92BAF80F76865BAC2E9D85A118D1967_CustomAttributesCacheGenerator_EventBase_get_lifeCycleStatus_mE2FE4D023CBF3092A11B6358D700D8E5AA34DF7A, EventBase_tADF8D0ADA92BAF80F76865BAC2E9D85A118D1967_CustomAttributesCacheGenerator_EventBase_set_lifeCycleStatus_m00DCC6852FB999F743D06C1F3B9F94268543F87E, EventBase_tADF8D0ADA92BAF80F76865BAC2E9D85A118D1967_CustomAttributesCacheGenerator_EventBase_PreDispatch_m99F93BCF0242E70AF5FEB7749014CA3D2E71E4DF, EventBase_tADF8D0ADA92BAF80F76865BAC2E9D85A118D1967_CustomAttributesCacheGenerator_EventBase_PostDispatch_mDF67FEC7415D902731D588DD0A628B12991F51F2, EventBase_tADF8D0ADA92BAF80F76865BAC2E9D85A118D1967_CustomAttributesCacheGenerator_EventBase_get_leafTarget_mA5FB9DF6EAB0F7186D19BBE28F5CC8DC832FD2AB, EventBase_tADF8D0ADA92BAF80F76865BAC2E9D85A118D1967_CustomAttributesCacheGenerator_EventBase_set_leafTarget_m86D05832A47FCE780426807CA7293970C4875EE1, EventBase_tADF8D0ADA92BAF80F76865BAC2E9D85A118D1967_CustomAttributesCacheGenerator_EventBase_get_skipElements_mEE50112B390E7AA109B098D7AF379A2A947A6900, EventBase_tADF8D0ADA92BAF80F76865BAC2E9D85A118D1967_CustomAttributesCacheGenerator_EventBase_get_propagationPhase_mC3F6691B2E84AB5C0942A6C4F478D6A45FF784E8, EventBase_tADF8D0ADA92BAF80F76865BAC2E9D85A118D1967_CustomAttributesCacheGenerator_EventBase_set_propagationPhase_m906F58ECDF1F529BA3B198451B00FCE2133F9731, EventBase_tADF8D0ADA92BAF80F76865BAC2E9D85A118D1967_CustomAttributesCacheGenerator_EventBase_get_originalMousePosition_mD40FA45A685D281A1A03AB38B40390D27ADACD04, EventBase_tADF8D0ADA92BAF80F76865BAC2E9D85A118D1967_CustomAttributesCacheGenerator_EventBase_set_originalMousePosition_m0065AA01464C8AED3B2D8E03069E9E1EDC06E46B, EventCallbackFunctorBase_tBB6636112422604DDE486A3DE0F2DE363DE45FAE_CustomAttributesCacheGenerator_EventCallbackFunctorBase_get_phase_m26681E62F951BBC9D3A0D929267BBA16ABDC8176, EventCallbackFunctorBase_tBB6636112422604DDE486A3DE0F2DE363DE45FAE_CustomAttributesCacheGenerator_EventCallbackFunctorBase_set_phase_mA803DEEE131EE6DF5B13E624AE692CEE3EFD2680, EventCallbackList_t01E2A1DBD9E0531B02043D64B07C6DF9EFCCCB71_CustomAttributesCacheGenerator_EventCallbackList_get_trickleDownCallbackCount_mDA5D744D0015687CE22269F43C215EB2973F46A2, EventCallbackList_t01E2A1DBD9E0531B02043D64B07C6DF9EFCCCB71_CustomAttributesCacheGenerator_EventCallbackList_set_trickleDownCallbackCount_mD35C97D3F730BA23738A8CB68BCE42398A3E3FBD, EventCallbackList_t01E2A1DBD9E0531B02043D64B07C6DF9EFCCCB71_CustomAttributesCacheGenerator_EventCallbackList_get_bubbleUpCallbackCount_m781703B980F67C081CEA743E87580675B481CBB4, EventCallbackList_t01E2A1DBD9E0531B02043D64B07C6DF9EFCCCB71_CustomAttributesCacheGenerator_EventCallbackList_set_bubbleUpCallbackCount_m75C48F15BA4E2966F999C230CD4D2F9658602D47, FocusEventBase_1_tF6F8886BF704CA0980FD734CEB4D4444077AA345_CustomAttributesCacheGenerator_FocusEventBase_1_get_relatedTarget_m004D65659215DB8C9562D298821AF04787651F04, FocusEventBase_1_tF6F8886BF704CA0980FD734CEB4D4444077AA345_CustomAttributesCacheGenerator_FocusEventBase_1_set_relatedTarget_mB9841EC68E164EDD1C7ACADF9C17CA32926ADC01, FocusEventBase_1_tF6F8886BF704CA0980FD734CEB4D4444077AA345_CustomAttributesCacheGenerator_FocusEventBase_1_set_direction_m54647D4AB273177B9B692619D5DBC2C23B1F3796, FocusEventBase_1_tF6F8886BF704CA0980FD734CEB4D4444077AA345_CustomAttributesCacheGenerator_FocusEventBase_1_get_focusController_m86F4A6BEBCD30EF930D189B080F89B342DC859E8, FocusEventBase_1_tF6F8886BF704CA0980FD734CEB4D4444077AA345_CustomAttributesCacheGenerator_FocusEventBase_1_set_focusController_mAE727E31208C42E5138C202FDF0D22329A8A5B40, FocusEventBase_1_tF6F8886BF704CA0980FD734CEB4D4444077AA345_CustomAttributesCacheGenerator_FocusEventBase_1_set_IsFocusDelegated_m7BF400058ACAF0F3E868D0ED4CB9FA956924372E, KeyboardEventBase_1_t81E92DA675C4C3359573F25A71CCDF24312E3709_CustomAttributesCacheGenerator_KeyboardEventBase_1_set_modifiers_mA4EEF303382C27EF75383389777979E41EF9BBC6, KeyboardEventBase_1_t81E92DA675C4C3359573F25A71CCDF24312E3709_CustomAttributesCacheGenerator_KeyboardEventBase_1_set_character_m6D6B074D714E1AF9043B414A5C81D8C56BD42C06, KeyboardEventBase_1_t81E92DA675C4C3359573F25A71CCDF24312E3709_CustomAttributesCacheGenerator_KeyboardEventBase_1_set_keyCode_m4579B8D45EC9E93EEFD3A0078A8BABF394663027, MouseEventBase_1_t07A890112F60CC102C6D722C25109876026A01FD_CustomAttributesCacheGenerator_MouseEventBase_1_get_modifiers_mCE8C078B64CC2A266C415EF7D1F65440549D4503, MouseEventBase_1_t07A890112F60CC102C6D722C25109876026A01FD_CustomAttributesCacheGenerator_MouseEventBase_1_set_modifiers_mC9BE3E8490D6B2AB93FB7000AD7EFD26F082537E, MouseEventBase_1_t07A890112F60CC102C6D722C25109876026A01FD_CustomAttributesCacheGenerator_MouseEventBase_1_get_mousePosition_mB6D0A09B9BBC1EA74E20184DF332DE2688C98604, MouseEventBase_1_t07A890112F60CC102C6D722C25109876026A01FD_CustomAttributesCacheGenerator_MouseEventBase_1_set_mousePosition_m2CEA9380751430BB11C26A07E41429D1BCF20DBF, MouseEventBase_1_t07A890112F60CC102C6D722C25109876026A01FD_CustomAttributesCacheGenerator_MouseEventBase_1_set_localMousePosition_m543C0801D2831E92136F59BB65B46A72DAB629FE, MouseEventBase_1_t07A890112F60CC102C6D722C25109876026A01FD_CustomAttributesCacheGenerator_MouseEventBase_1_get_mouseDelta_m5F5ED58265F2EA555264FF290FF2E32A2ED41C08, MouseEventBase_1_t07A890112F60CC102C6D722C25109876026A01FD_CustomAttributesCacheGenerator_MouseEventBase_1_set_mouseDelta_mBDC0D52855964444462FCF90E21A339DA5F9C188, MouseEventBase_1_t07A890112F60CC102C6D722C25109876026A01FD_CustomAttributesCacheGenerator_MouseEventBase_1_get_clickCount_mB51A3FDCC427051A3E38566973B20BC83FCBC8E8, MouseEventBase_1_t07A890112F60CC102C6D722C25109876026A01FD_CustomAttributesCacheGenerator_MouseEventBase_1_set_clickCount_mA6050854A4FE904462058C32A98C4E206651292E, MouseEventBase_1_t07A890112F60CC102C6D722C25109876026A01FD_CustomAttributesCacheGenerator_MouseEventBase_1_get_button_mA5B717B40C45241FCCDF39EC73EFFEC61CDC6F9C, MouseEventBase_1_t07A890112F60CC102C6D722C25109876026A01FD_CustomAttributesCacheGenerator_MouseEventBase_1_set_button_m261CDEF77EFA2326531D94689F6C9F0110286053, MouseEventBase_1_t07A890112F60CC102C6D722C25109876026A01FD_CustomAttributesCacheGenerator_MouseEventBase_1_get_pressedButtons_mE132BFC024802B584F6D1D5204DC169F7CB43F00, MouseEventBase_1_t07A890112F60CC102C6D722C25109876026A01FD_CustomAttributesCacheGenerator_MouseEventBase_1_set_pressedButtons_mDA483C6BF90FE7611352AE7C67600A5F80FCCD97, MouseEventBase_1_t07A890112F60CC102C6D722C25109876026A01FD_CustomAttributesCacheGenerator_MouseEventBase_1_UnityEngine_UIElements_IMouseEventInternal_get_triggeredByOS_m18F6023FF444AD4EEFFAD215F16F811DB501BD52, MouseEventBase_1_t07A890112F60CC102C6D722C25109876026A01FD_CustomAttributesCacheGenerator_MouseEventBase_1_UnityEngine_UIElements_IMouseEventInternal_set_triggeredByOS_mB13F5C39C5DE116D9A8157050FE2A575818597AD, MouseEventBase_1_t07A890112F60CC102C6D722C25109876026A01FD_CustomAttributesCacheGenerator_MouseEventBase_1_UnityEngine_UIElements_IMouseEventInternal_get_recomputeTopElementUnderMouse_m2F439287FF45713DE4C97E78BE487447349B4872, MouseEventBase_1_t07A890112F60CC102C6D722C25109876026A01FD_CustomAttributesCacheGenerator_MouseEventBase_1_UnityEngine_UIElements_IMouseEventInternal_set_recomputeTopElementUnderMouse_m9355EC0092CA82BF4EE834A27ACC4D6FDF8307F1, MouseEventBase_1_t07A890112F60CC102C6D722C25109876026A01FD_CustomAttributesCacheGenerator_MouseEventBase_1_UnityEngine_UIElements_IMouseEventInternal_get_sourcePointerEvent_m437B25C2050B5EF8A797547E62FECBD90D073F2A, MouseEventBase_1_t07A890112F60CC102C6D722C25109876026A01FD_CustomAttributesCacheGenerator_MouseEventBase_1_UnityEngine_UIElements_IMouseEventInternal_set_sourcePointerEvent_m6939A53E8972CB77E8BFB9052720C7AED93531FD, WheelEvent_t79CBA86B16453AE12A6D2ACEA434C8BE72FF52A4_CustomAttributesCacheGenerator_WheelEvent_set_delta_m4011F334763F8DB0440A93DB11969D5E54CE2941, NavigationMoveEvent_tB864650BE78E726F2606E2B6B049A1F0D430BE8D_CustomAttributesCacheGenerator_NavigationMoveEvent_set_direction_m27926B1045180FCEFD0ED4FBF78C9A6108D746E7, NavigationMoveEvent_tB864650BE78E726F2606E2B6B049A1F0D430BE8D_CustomAttributesCacheGenerator_NavigationMoveEvent_set_move_mF6465D371C97E5BB1133BB0631FE0F70197BE458, NavigationTabEvent_t67AD2563588C22F4B12AEF9743FE098FEFFB5961_CustomAttributesCacheGenerator_NavigationTabEvent_set_direction_mA0F32D4E7144F050FF5F07D5D5535674141EBD5B, PanelChangedEventBase_1_t8F65F3DFF15D57B8D6180A9B7D31F30216E99EED_CustomAttributesCacheGenerator_PanelChangedEventBase_1_set_originPanel_mB6E42D33F2DFD7B8E3A72ABA562187D68980E33C, PanelChangedEventBase_1_t8F65F3DFF15D57B8D6180A9B7D31F30216E99EED_CustomAttributesCacheGenerator_PanelChangedEventBase_1_set_destinationPanel_m43E04C1B6CEC3FCEB71AF68DB7168A0BDC151D27, PointerEventBase_1_tAF063A7AA56BF895492776123DF1360CE28ADBA5_CustomAttributesCacheGenerator_PointerEventBase_1_get_pointerId_m58280531AC8C298050D418A2170CF688D8DBF451, PointerEventBase_1_tAF063A7AA56BF895492776123DF1360CE28ADBA5_CustomAttributesCacheGenerator_PointerEventBase_1_set_pointerId_m86678D629F9CB78A2B1985B984722AD4DBC2D19A, PointerEventBase_1_tAF063A7AA56BF895492776123DF1360CE28ADBA5_CustomAttributesCacheGenerator_PointerEventBase_1_get_pointerType_m01AD70EE76DFFC585A2814F0828CEA2A19FE789D, PointerEventBase_1_tAF063A7AA56BF895492776123DF1360CE28ADBA5_CustomAttributesCacheGenerator_PointerEventBase_1_set_pointerType_mF37B20AD719E4D2BFAF29B33C6598D0EE680A2BE, PointerEventBase_1_tAF063A7AA56BF895492776123DF1360CE28ADBA5_CustomAttributesCacheGenerator_PointerEventBase_1_get_isPrimary_mC7E10A68AF3E19742050CE00BE8B3ED92C4028D1, PointerEventBase_1_tAF063A7AA56BF895492776123DF1360CE28ADBA5_CustomAttributesCacheGenerator_PointerEventBase_1_set_isPrimary_m01FBBE93610B0A513A8D91A06E953FB803DD2D3F, PointerEventBase_1_tAF063A7AA56BF895492776123DF1360CE28ADBA5_CustomAttributesCacheGenerator_PointerEventBase_1_get_button_m82208CEE0DD6D4F1B6E0DF401334E999CBB25893, PointerEventBase_1_tAF063A7AA56BF895492776123DF1360CE28ADBA5_CustomAttributesCacheGenerator_PointerEventBase_1_set_button_mCAE58F219E3715D7C4866106870D993B551E3A69, PointerEventBase_1_tAF063A7AA56BF895492776123DF1360CE28ADBA5_CustomAttributesCacheGenerator_PointerEventBase_1_get_pressedButtons_mF2106F0883A748D9B3E72841D9FACB989344655A, PointerEventBase_1_tAF063A7AA56BF895492776123DF1360CE28ADBA5_CustomAttributesCacheGenerator_PointerEventBase_1_set_pressedButtons_m0AF5243AA856ABD39D276243A748705E4A31BDC3, PointerEventBase_1_tAF063A7AA56BF895492776123DF1360CE28ADBA5_CustomAttributesCacheGenerator_PointerEventBase_1_get_position_m5239B4976EFDD63D640728DA78532485ABCC398A, PointerEventBase_1_tAF063A7AA56BF895492776123DF1360CE28ADBA5_CustomAttributesCacheGenerator_PointerEventBase_1_set_position_m537314236D88B8DC72190EB7295F872FA34D3C06, PointerEventBase_1_tAF063A7AA56BF895492776123DF1360CE28ADBA5_CustomAttributesCacheGenerator_PointerEventBase_1_get_localPosition_mFFC644FC04F1B3D671835FD71D5206EC4E127459, PointerEventBase_1_tAF063A7AA56BF895492776123DF1360CE28ADBA5_CustomAttributesCacheGenerator_PointerEventBase_1_set_localPosition_m45E2EAC2D979B18DA371FF679F7A48D9461D8BF9, PointerEventBase_1_tAF063A7AA56BF895492776123DF1360CE28ADBA5_CustomAttributesCacheGenerator_PointerEventBase_1_get_deltaPosition_mAACEC953D3EACC886BC49D58EF0FEFFA8E80EC45, PointerEventBase_1_tAF063A7AA56BF895492776123DF1360CE28ADBA5_CustomAttributesCacheGenerator_PointerEventBase_1_set_deltaPosition_m18A97B0E11B3044B504EEF5004770772B17F6969, PointerEventBase_1_tAF063A7AA56BF895492776123DF1360CE28ADBA5_CustomAttributesCacheGenerator_PointerEventBase_1_get_deltaTime_m99D23D7D8CB7BB92D3CC5903B2F6D0E25735CE4A, PointerEventBase_1_tAF063A7AA56BF895492776123DF1360CE28ADBA5_CustomAttributesCacheGenerator_PointerEventBase_1_set_deltaTime_mB54E9BF6D374639AD4CFE53E43247F99BF2B164F, PointerEventBase_1_tAF063A7AA56BF895492776123DF1360CE28ADBA5_CustomAttributesCacheGenerator_PointerEventBase_1_get_clickCount_m58E476264CEF45AABB49032721AC34D9D01E22A8, PointerEventBase_1_tAF063A7AA56BF895492776123DF1360CE28ADBA5_CustomAttributesCacheGenerator_PointerEventBase_1_set_clickCount_m3B6474043752A5C9A3F0B55C4E9FD40B98499CA6, PointerEventBase_1_tAF063A7AA56BF895492776123DF1360CE28ADBA5_CustomAttributesCacheGenerator_PointerEventBase_1_get_pressure_m0D10A2147168475262F5F3CB09D5F7FDB74F9414, PointerEventBase_1_tAF063A7AA56BF895492776123DF1360CE28ADBA5_CustomAttributesCacheGenerator_PointerEventBase_1_set_pressure_m4B91C1D4EF421F821DAC99D71AE56B3854BBF92A, PointerEventBase_1_tAF063A7AA56BF895492776123DF1360CE28ADBA5_CustomAttributesCacheGenerator_PointerEventBase_1_get_tangentialPressure_mA71E672FBA745E805822910CDAE96AFB52DC1D82, PointerEventBase_1_tAF063A7AA56BF895492776123DF1360CE28ADBA5_CustomAttributesCacheGenerator_PointerEventBase_1_set_tangentialPressure_mD6E139C4DE9ED92DD8E2E12FD729232A446B9339, PointerEventBase_1_tAF063A7AA56BF895492776123DF1360CE28ADBA5_CustomAttributesCacheGenerator_PointerEventBase_1_get_altitudeAngle_mEC7D6352E19F713C3B32F5893F52F7E407A29EEF, PointerEventBase_1_tAF063A7AA56BF895492776123DF1360CE28ADBA5_CustomAttributesCacheGenerator_PointerEventBase_1_set_altitudeAngle_mF0EB3DC5C89A76CFFAF824374103E071F8B22A35, PointerEventBase_1_tAF063A7AA56BF895492776123DF1360CE28ADBA5_CustomAttributesCacheGenerator_PointerEventBase_1_get_azimuthAngle_m6CD5863E115776B2A2362F6A44DB13DE439A16BF, PointerEventBase_1_tAF063A7AA56BF895492776123DF1360CE28ADBA5_CustomAttributesCacheGenerator_PointerEventBase_1_set_azimuthAngle_m0BB36DBB3ECFF36DBBB3F59D8CCEA15A0E3E8A5D, PointerEventBase_1_tAF063A7AA56BF895492776123DF1360CE28ADBA5_CustomAttributesCacheGenerator_PointerEventBase_1_get_twist_m83D6ACDEBB05DA91C6E96FD7BAD165D0BC174F21, PointerEventBase_1_tAF063A7AA56BF895492776123DF1360CE28ADBA5_CustomAttributesCacheGenerator_PointerEventBase_1_set_twist_m7D1C5B86BD8BE3A2F5E73AE7D914F301C48858CB, PointerEventBase_1_tAF063A7AA56BF895492776123DF1360CE28ADBA5_CustomAttributesCacheGenerator_PointerEventBase_1_get_radius_mEE5711C4337A93904CFB6A15250C899B5753D50D, PointerEventBase_1_tAF063A7AA56BF895492776123DF1360CE28ADBA5_CustomAttributesCacheGenerator_PointerEventBase_1_set_radius_m68B8EF844BB32D0556EF7730EEAAF77B0F57025B, PointerEventBase_1_tAF063A7AA56BF895492776123DF1360CE28ADBA5_CustomAttributesCacheGenerator_PointerEventBase_1_get_radiusVariance_m947A9E1168412EAA4065A50E949E81AD37EE5519, PointerEventBase_1_tAF063A7AA56BF895492776123DF1360CE28ADBA5_CustomAttributesCacheGenerator_PointerEventBase_1_set_radiusVariance_m5B1ECD8C51CC120FD1203CD9B5F70138CEF97E56, PointerEventBase_1_tAF063A7AA56BF895492776123DF1360CE28ADBA5_CustomAttributesCacheGenerator_PointerEventBase_1_get_modifiers_m557A917F964EB0E7009B3FCF08F8A687B72A7A21, PointerEventBase_1_tAF063A7AA56BF895492776123DF1360CE28ADBA5_CustomAttributesCacheGenerator_PointerEventBase_1_set_modifiers_m3977942736AE9A03541090C1857A670382487992, PointerEventBase_1_tAF063A7AA56BF895492776123DF1360CE28ADBA5_CustomAttributesCacheGenerator_PointerEventBase_1_UnityEngine_UIElements_IPointerEventInternal_get_triggeredByOS_mA3BCE86674060835A06C5F19F7DE5627CC4F686C, PointerEventBase_1_tAF063A7AA56BF895492776123DF1360CE28ADBA5_CustomAttributesCacheGenerator_PointerEventBase_1_UnityEngine_UIElements_IPointerEventInternal_set_triggeredByOS_mFBBF3C6E855151F4D3DC7A2800AB089DE11FB363, PointerEventBase_1_tAF063A7AA56BF895492776123DF1360CE28ADBA5_CustomAttributesCacheGenerator_PointerEventBase_1_UnityEngine_UIElements_IPointerEventInternal_get_recomputeTopElementUnderPointer_m92BBEA75D30BC6F58B9E58E4FCF82877DF50C924, PointerEventBase_1_tAF063A7AA56BF895492776123DF1360CE28ADBA5_CustomAttributesCacheGenerator_PointerEventBase_1_UnityEngine_UIElements_IPointerEventInternal_set_recomputeTopElementUnderPointer_mA6827F66B8E1734E2EE888FA9A4DA083AA327816, PointerMoveEvent_t9D1DF9F3D7FF1E2CCBEF6281558B6B88DAA90D28_CustomAttributesCacheGenerator_PointerMoveEvent_set_isHandledByDraggable_m5524FBF6C85971663E4DDC39E16039CF08A722BD, UIRUtility_t379D690920D47F2591E6DCD04CACEB543E526C63_CustomAttributesCacheGenerator_UIRUtility_Multiply2D_mD7CD488D76ABAB2370FF8AD6D39FA171B2347394, StyleValueExtensions_tBE1707C0113DCFA886A160F687707A2B0BE624F0_CustomAttributesCacheGenerator_StyleValueExtensions_DebugString_m4BA33F16215540D1939172F6971536A2E3EB07EC, StyleComplexSelector_tF0F83DD2F79C39206A2E65C9743E9A52A6584298_CustomAttributesCacheGenerator_StyleComplexSelector_set_rule_mE8DE1FA572559977BE9857645C171A5D1883DEAC, StyleValueFunctionExtension_tD8C387E026233354F7FD2547046D26F6E3F7B71F_CustomAttributesCacheGenerator_StyleValueFunctionExtension_ToUssString_mA91506CA02796317BD8999E4407F5ECF8A88F7C3, StyleSheetExtensions_tF685F32CB4DF0471E496722063ECAD035C178D6E_CustomAttributesCacheGenerator_StyleSheetExtensions_IsVarFunction_m6F2E26E5B109946B3D51E481F9B983A5CDFC3695, UnityEngine_UIElementsModule_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; } }