#include "pch-cpp.hpp" #ifndef _MSC_VER # include #else # include #endif #include #include template struct VirtFuncInvoker2 { typedef R (*Func)(void*, T1, T2, const RuntimeMethod*); static inline R Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1, T2 p2) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj); return ((Func)invokeData.methodPtr)(obj, p1, p2, invokeData.method); } }; struct VirtActionInvoker0 { typedef void (*Action)(void*, const RuntimeMethod*); static inline void Invoke (Il2CppMethodSlot slot, RuntimeObject* obj) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj); ((Action)invokeData.methodPtr)(obj, invokeData.method); } }; template struct VirtActionInvoker1 { typedef void (*Action)(void*, T1, const RuntimeMethod*); static inline void Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj); ((Action)invokeData.methodPtr)(obj, p1, invokeData.method); } }; template struct VirtFuncInvoker0 { typedef R (*Func)(void*, const RuntimeMethod*); static inline R Invoke (Il2CppMethodSlot slot, RuntimeObject* obj) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj); return ((Func)invokeData.methodPtr)(obj, invokeData.method); } }; struct GenericVirtActionInvoker0 { typedef void (*Action)(void*, const RuntimeMethod*); static inline void Invoke (const RuntimeMethod* method, RuntimeObject* obj) { VirtualInvokeData invokeData; il2cpp_codegen_get_generic_virtual_invoke_data(method, obj, &invokeData); ((Action)invokeData.methodPtr)(obj, invokeData.method); } }; template struct GenericVirtActionInvoker1 { typedef void (*Action)(void*, T1, const RuntimeMethod*); static inline void Invoke (const RuntimeMethod* method, RuntimeObject* obj, T1 p1) { VirtualInvokeData invokeData; il2cpp_codegen_get_generic_virtual_invoke_data(method, obj, &invokeData); ((Action)invokeData.methodPtr)(obj, p1, invokeData.method); } }; template struct InterfaceFuncInvoker0 { typedef R (*Func)(void*, const RuntimeMethod*); static inline R Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface); return ((Func)invokeData.methodPtr)(obj, invokeData.method); } }; struct InterfaceActionInvoker0 { typedef void (*Action)(void*, const RuntimeMethod*); static inline void Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface); ((Action)invokeData.methodPtr)(obj, invokeData.method); } }; template struct InterfaceFuncInvoker1 { typedef R (*Func)(void*, T1, const RuntimeMethod*); static inline R Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj, T1 p1) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface); return ((Func)invokeData.methodPtr)(obj, p1, invokeData.method); } }; template struct InterfaceFuncInvoker2 { typedef R (*Func)(void*, T1, T2, const RuntimeMethod*); static inline R Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj, T1 p1, T2 p2) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface); return ((Func)invokeData.methodPtr)(obj, p1, p2, invokeData.method); } }; template struct InterfaceActionInvoker1 { typedef void (*Action)(void*, T1, const RuntimeMethod*); static inline void Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj, T1 p1) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface); ((Action)invokeData.methodPtr)(obj, p1, invokeData.method); } }; struct GenericInterfaceActionInvoker0 { typedef void (*Action)(void*, const RuntimeMethod*); static inline void Invoke (const RuntimeMethod* method, RuntimeObject* obj) { VirtualInvokeData invokeData; il2cpp_codegen_get_generic_interface_invoke_data(method, obj, &invokeData); ((Action)invokeData.methodPtr)(obj, invokeData.method); } }; template struct GenericInterfaceActionInvoker1 { typedef void (*Action)(void*, T1, const RuntimeMethod*); static inline void Invoke (const RuntimeMethod* method, RuntimeObject* obj, T1 p1) { VirtualInvokeData invokeData; il2cpp_codegen_get_generic_interface_invoke_data(method, obj, &invokeData); ((Action)invokeData.methodPtr)(obj, p1, invokeData.method); } }; // System.Action`1 struct Action_1_t959112CA57F000D8DDD2DC51D171E0C6D61491BA; // System.Action`1 struct Action_1_tD9663D9715FAA4E62035CFCF1AD4D094EE7872DC; // System.Action`2 struct Action_2_tCCDB8684836116ACECB52131AD71D46113160DD0; // System.Action`2 struct Action_2_tA58D913EBCC7FD3E95DEC877EDB4363CD3051DF4; // System.Action`2 struct Action_2_t18E7F4E321737EF92F70387314BC88164CA7B59C; // System.Action`2 struct Action_2_t86645AF7004B27FBBEEA9B4EBCE215885AFBC3E7; // System.Action`3 struct Action_3_t89DAF226DE3336CA3D27858809AB00EDF060ABD8; // System.Runtime.CompilerServices.ConditionalWeakTable`2 struct ConditionalWeakTable_2_tCF100268EF76D0BC19F774221E488BBB4CD4B365; // System.Runtime.CompilerServices.ConditionalWeakTable`2 struct ConditionalWeakTable_2_t5051815BADC99C4FE5D8F9293F92B3C7FD565B5E; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_tC94E9875910491F8130C2DC8B11E4D1548A55162; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t692011309BA94F599C6042A381FC9F8B3CB08399; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t7A371082270CA8FD6BC79B5622CCD5E1C87A6E42; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_tBF9E2338C61ABCF5ED32053F509AFB44385F774C; // Steamworks.Callback`1/DispatchDelegate struct DispatchDelegate_t9E3E90A55D8B9AC3A2993170DED121F733BCF2EE; // Steamworks.Callback`1/DispatchDelegate struct DispatchDelegate_t25A223D612C9153980B05A2D5C9E69F397764792; // Steamworks.Callback`1/DispatchDelegate struct DispatchDelegate_t899B7027C4CA59F98125B834669B4F50103EA71E; // Steamworks.Callback`1/DispatchDelegate struct DispatchDelegate_t5094E7612D8E84F9D920D14037E6D3A61C6CB33E; // UnityEngine.Rendering.DynamicArray`1 struct DynamicArray_1_tBD159187A396D2634FDBCFD5A8F85F26FA3DF11D; // UnityEngine.Rendering.DynamicArray`1 struct DynamicArray_1_t141EB4910B97146B9BB45A5021F0687B50ED95F7; // UnityEngine.Rendering.DynamicArray`1 struct DynamicArray_1_tE33D3AAF18259E1A7D4BFD15F803D228B20F3B2C; // UnityEngine.Rendering.DynamicArray`1 struct DynamicArray_1_t240269079A07187CA35F5933B3D1DF275B77C5FB; // System.Array/EmptyInternalEnumerator`1> struct EmptyInternalEnumerator_1_t5998DEBC01E06A514D3531209C656488BE980CF9; // System.Array/EmptyInternalEnumerator`1> struct EmptyInternalEnumerator_1_t38E8BD09315B9CCB594A7E9DE01AE28DC764F3D1; // System.Array/EmptyInternalEnumerator`1,System.Object>> struct EmptyInternalEnumerator_1_tAF219D0D163A9BE31FF74EA74B0ABFC135A7780E; // System.Array/EmptyInternalEnumerator`1> struct EmptyInternalEnumerator_1_tD88F5942877B5E3A0D48AE257113F894B2B0BCD7; // System.Array/EmptyInternalEnumerator`1> struct EmptyInternalEnumerator_1_t50438ADEBE12925FE3301E492E2A9AF10C742ECB; // System.Array/EmptyInternalEnumerator`1> struct EmptyInternalEnumerator_1_tC45B9FEDAF327926C926165B86AC6722C46A97E0; // System.Array/EmptyInternalEnumerator`1> struct EmptyInternalEnumerator_1_t3E679E759FCEEE3F16A6B393EDB3AEBEF9822054; // System.Array/EmptyInternalEnumerator`1> struct EmptyInternalEnumerator_1_t6E90875C18FF25486956593064A87B70675C0163; // System.Array/EmptyInternalEnumerator`1> struct EmptyInternalEnumerator_1_t2AA2DC8D5283124987F4ADFD9076C1CE7A2CF98C; // System.Array/EmptyInternalEnumerator`1> struct EmptyInternalEnumerator_1_t909486D2717613B5B3FD3C02F3EC58E60933F757; // System.Array/EmptyInternalEnumerator`1> struct EmptyInternalEnumerator_1_tCD5FF7F3D7FB95851EB37733FCB6A4BFEECE8688; // System.Array/EmptyInternalEnumerator`1> struct EmptyInternalEnumerator_1_tC0D90B3765E5AB255ABC5FF56288B14752AF6D21; // System.Array/EmptyInternalEnumerator`1> struct EmptyInternalEnumerator_1_tEFC2CBDB4072269D245669E379D6DE92BAD63DFC; // System.Array/EmptyInternalEnumerator`1> struct EmptyInternalEnumerator_1_tBB7E79E1DF123ED48EC81893022C5F1226FB7958; // System.Array/EmptyInternalEnumerator`1> struct EmptyInternalEnumerator_1_tED4C023FC80044DE674016F5C6FEE207162389A0; // System.Array/EmptyInternalEnumerator`1> struct EmptyInternalEnumerator_1_t13C601E6C74FCD16FD70186B975C1C5F64C55C1E; // System.Array/EmptyInternalEnumerator`1> struct EmptyInternalEnumerator_1_t3ED101D16761E173A3580218E83FB10A4C82D836; // System.Array/EmptyInternalEnumerator`1> struct EmptyInternalEnumerator_1_t23E000D1E84ED515BA90427C644660870BBDD837; // System.Array/EmptyInternalEnumerator`1> struct EmptyInternalEnumerator_1_t45526046D23CD02DA328834A3090024152A7F89A; // System.Array/EmptyInternalEnumerator`1> struct EmptyInternalEnumerator_1_tB39E97F62003749CA39EE4AE81FD3BE6456EFB76; // System.Array/EmptyInternalEnumerator`1> struct EmptyInternalEnumerator_1_t779B528016F8C02B9BA4BE868C24B258ED160FE0; // System.Array/EmptyInternalEnumerator`1> struct EmptyInternalEnumerator_1_t369C98CBAD1F2A13CC6A585FDEB61C5E766C8430; // System.Array/EmptyInternalEnumerator`1> struct EmptyInternalEnumerator_1_t0EAF6EBC1B48EB0E1FD970EE356F8B0951222FC4; // System.Array/EmptyInternalEnumerator`1> struct EmptyInternalEnumerator_1_tA1C30C1C3641AB2CD6C63B81225FC8869FE4672A; // System.Array/EmptyInternalEnumerator`1> struct EmptyInternalEnumerator_1_tD48AE40EEF4BFCDBCF88997B674CD77F98318B40; // System.Array/EmptyInternalEnumerator`1> struct EmptyInternalEnumerator_1_t0B1E3E5AEC5EEB197102AD54F2D11CB20AD75364; // System.Array/EmptyInternalEnumerator`1> struct EmptyInternalEnumerator_1_t58DE3C6C7EC6EB7E0807210444917F71487CF828; // System.Array/EmptyInternalEnumerator`1> struct EmptyInternalEnumerator_1_tB0A90EEFB5301D3567980A0D8B39CCAE9E642C52; // System.Array/EmptyInternalEnumerator`1> struct EmptyInternalEnumerator_1_tDD7D4CAAD8D90F43099836DE693B0135F348B194; // System.Array/EmptyInternalEnumerator`1> struct EmptyInternalEnumerator_1_tE688339CFB247663CC1CFEF8B1C840F8FB73AFA0; // System.Array/EmptyInternalEnumerator`1> struct EmptyInternalEnumerator_1_t130ECF43D9B89FA1939766F92146FEBFD4EC8FB7; // System.Array/EmptyInternalEnumerator`1,System.Object>> struct EmptyInternalEnumerator_1_tD141A0B4F24F91F82D6E36E32972590D989C41DC; // System.Array/EmptyInternalEnumerator`1> struct EmptyInternalEnumerator_1_t966ADDD1EAEDE079621F9BE0ADB4FF170B02B395; // System.Array/EmptyInternalEnumerator`1> struct EmptyInternalEnumerator_1_t8D6170FF4D878FB8ACD2C279E19BE2EF0F7147C7; // System.Array/EmptyInternalEnumerator`1> struct EmptyInternalEnumerator_1_tD2160A0A5702CFCD1FD92165D43213A6F7669E60; // System.Array/EmptyInternalEnumerator`1> struct EmptyInternalEnumerator_1_t9914FEAB1B80B3192D77FFA28C256883610FE367; // System.Array/EmptyInternalEnumerator`1> struct EmptyInternalEnumerator_1_t7BDE1A1AE93397FC94E5BB71BFBCD770B438A90A; // System.Array/EmptyInternalEnumerator`1> struct EmptyInternalEnumerator_1_t046EFDEF0E0F1AD5768C46A120BB364F4AA5FB97; // System.Array/EmptyInternalEnumerator`1> struct EmptyInternalEnumerator_1_t9D19E334C22FA71D9E21A65F42507768392DD880; // System.Array/EmptyInternalEnumerator`1> struct EmptyInternalEnumerator_1_t91AF4CD6F5CE6FE6265A4E5595BEF3A9DB1AD7E4; // System.Array/EmptyInternalEnumerator`1> struct EmptyInternalEnumerator_1_tA1AE239D07C0A97FB3B3A41E04D07BA8C49122AF; // System.Array/EmptyInternalEnumerator`1> struct EmptyInternalEnumerator_1_t9321242252FD13DEFE01C41D2DB51D818C7A40A4; // System.Array/EmptyInternalEnumerator`1> struct EmptyInternalEnumerator_1_t4D37450D4EEE719CC3F2959C0155DE2C84683440; // System.Array/EmptyInternalEnumerator`1> struct EmptyInternalEnumerator_1_tF69DA81D29E54A10C4F09A9107469CE611631BB7; // System.Array/EmptyInternalEnumerator`1> struct EmptyInternalEnumerator_1_t1BE5BFD8C0A26FC21EB0EB23FC9762773BE05F84; // System.Array/EmptyInternalEnumerator`1> struct EmptyInternalEnumerator_1_t64A1FC9DB7F5C44421365C0F743F1880FEBA2918; // System.Array/EmptyInternalEnumerator`1> struct EmptyInternalEnumerator_1_t3092EC50C097407908F7B1F651F29ECAB232F3CC; // System.Array/EmptyInternalEnumerator`1> struct EmptyInternalEnumerator_1_t1696B72521DF760934B18135B25B34F4F1A87784; // System.Array/EmptyInternalEnumerator`1> struct EmptyInternalEnumerator_1_t473158D827BD222CBC21ED99C68D61DCC7EC3241; // System.Array/EmptyInternalEnumerator`1> struct EmptyInternalEnumerator_1_tEABF07CFDCB233BF1790E6728FD573ECB7F525A9; // System.Array/EmptyInternalEnumerator`1> struct EmptyInternalEnumerator_1_tF93F1A422F38EE3D134F3FB69C951A141167560B; // System.Array/EmptyInternalEnumerator`1> struct EmptyInternalEnumerator_1_t082CE0F9A270BB694A82EDF0FE5E943864B48F58; // System.Array/EmptyInternalEnumerator`1> struct EmptyInternalEnumerator_1_tDAE3F061B3E7B1C69325FF3770FD545D3F658303; // System.Array/EmptyInternalEnumerator`1> struct EmptyInternalEnumerator_1_t34491215C0E15EECFEBC9F5194F332A99C3890B4; // System.Array/EmptyInternalEnumerator`1> struct EmptyInternalEnumerator_1_tC9F3F6D84D0B7FFAFE6D7B231951AA8BAC5FB536; // System.Array/EmptyInternalEnumerator`1> struct EmptyInternalEnumerator_1_t8764188BE3B4340BF80A20AF769CAA5616600102; // System.Array/EmptyInternalEnumerator`1> struct EmptyInternalEnumerator_1_tBCDEC1DBA7F8C4EFB34E5F00B02A1352B8356702; // System.Array/EmptyInternalEnumerator`1> struct EmptyInternalEnumerator_1_tE4842672B4C948DA29DC8CC60BB4D38D4839BAEA; // System.Array/EmptyInternalEnumerator`1> struct EmptyInternalEnumerator_1_tEF56ACB538879672E6C4AC9CBA76ADCEFD8C37AB; // System.Array/EmptyInternalEnumerator`1> struct EmptyInternalEnumerator_1_t9B3C2D4E5284B1381F77165083AE961DF19F4459; // System.Array/EmptyInternalEnumerator`1> struct EmptyInternalEnumerator_1_t7ABEAF3E3EBE73411A9CE891C06EAC179A8E0563; // System.Array/EmptyInternalEnumerator`1> struct EmptyInternalEnumerator_1_t9DE757EF1608B1EB8DE3F58E4CB52C1DC9587DF8; // System.Array/EmptyInternalEnumerator`1> struct EmptyInternalEnumerator_1_t42B4AE8EE108DC0E69D3F239CF9895144073EE00; // System.Array/EmptyInternalEnumerator`1> struct EmptyInternalEnumerator_1_t928017AFEBBB9752979FFFD647223C199B3BBFCB; // System.Array/EmptyInternalEnumerator`1> struct EmptyInternalEnumerator_1_tE7B917ADBEC4FF739C91FD4CD2F0D706FF4AF2E2; // System.Array/EmptyInternalEnumerator`1> struct EmptyInternalEnumerator_1_t5AA0F1DBE479071E1EEA3932B47114301C25B727; // System.Array/EmptyInternalEnumerator`1> struct EmptyInternalEnumerator_1_t0C9C40285FC752EA7EA179C027BB84F4B28637B0; // System.Array/EmptyInternalEnumerator`1> struct EmptyInternalEnumerator_1_t91959EE23CCDF5DE1BF257E8E15A09BE03F31246; // System.Array/EmptyInternalEnumerator`1> struct EmptyInternalEnumerator_1_t760E1005CBC9E5E0C819F837E57F2A8C436CE28F; // System.Array/EmptyInternalEnumerator`1> struct EmptyInternalEnumerator_1_tE3306630937DBFD539F8BF9E78E894B7B14621D7; // System.Array/EmptyInternalEnumerator`1>> struct EmptyInternalEnumerator_1_t40E67616104B2B7A8E9F242A0C9DBB32225E33E7; // System.Array/EmptyInternalEnumerator`1> struct EmptyInternalEnumerator_1_tB127034219392F6589F6C380FA5676465880FA09; // System.Array/EmptyInternalEnumerator`1> struct EmptyInternalEnumerator_1_tAD9CD963568578AF3F34F81DF4FD94446CB031F3; // System.Array/EmptyInternalEnumerator`1> struct EmptyInternalEnumerator_1_t2FEC7076EA3327732AB00B9C6EF87D3585DC1F4D; // System.Array/EmptyInternalEnumerator`1 struct EmptyInternalEnumerator_1_tAA3AAC5E62FD15CB7C734A783557D0FF6EA25195; // System.Array/EmptyInternalEnumerator`1 struct EmptyInternalEnumerator_1_tB3149E03C7156231CCE49F02AE1D9DD023E9FD11; // System.Array/EmptyInternalEnumerator`1 struct EmptyInternalEnumerator_1_tDA76FB5ACED84D62EA6CA37CD8E9B3563A6EA7FE; // System.Array/EmptyInternalEnumerator`1 struct EmptyInternalEnumerator_1_tF20EE401E92C8A7DB8CE68DCCEEA94F2754681C2; // System.Array/EmptyInternalEnumerator`1 struct EmptyInternalEnumerator_1_tBEBBB9FF0F0766E4EE3FE2DCCF4D45558B448632; // System.Array/EmptyInternalEnumerator`1 struct EmptyInternalEnumerator_1_t56875141BAD686F8D3B9957E154224C010B1732C; // System.Array/EmptyInternalEnumerator`1 struct EmptyInternalEnumerator_1_t3C7DF4C102BE025CFEA0444590D7AFF49CCAC7B1; // System.Array/EmptyInternalEnumerator`1 struct EmptyInternalEnumerator_1_tE274EF0424898DBF5EC129B311A01C53341F0598; // System.Array/EmptyInternalEnumerator`1 struct EmptyInternalEnumerator_1_t0D0C54D8936D5A5FCB7C8979BEAC44DA515DD2A5; // System.Array/EmptyInternalEnumerator`1 struct EmptyInternalEnumerator_1_t260B2DC9A6E06AC480B93F71CB9030E830C1BBC0; // System.Array/EmptyInternalEnumerator`1 struct EmptyInternalEnumerator_1_t68965D45121004F90196ED4A22A337D374BB896B; // System.Array/EmptyInternalEnumerator`1 struct EmptyInternalEnumerator_1_t5FFF1E7E631A8659D5EC54D85E3D496593F186F3; // System.Array/EmptyInternalEnumerator`1 struct EmptyInternalEnumerator_1_t6B949F196DF8432C2FEF83EDF3E97C2603988BE9; // System.Array/EmptyInternalEnumerator`1 struct EmptyInternalEnumerator_1_t417E627D5E362F858F8946540FD27F4E47CFC498; // System.Array/EmptyInternalEnumerator`1 struct EmptyInternalEnumerator_1_tE3DA363E49EC2BF1E5550AD8F59DD953BEEE9D0A; // System.Array/EmptyInternalEnumerator`1 struct EmptyInternalEnumerator_1_t5CE830CCCEBCAFD5B01A216B4428B6F18765CC4D; // System.Array/EmptyInternalEnumerator`1 struct EmptyInternalEnumerator_1_tD302D23E4F553F7AAEE30C52D2EEFEB9F7A54ACA; // System.Array/EmptyInternalEnumerator`1 struct EmptyInternalEnumerator_1_t33093D4F66C78C341C2408FAF0E817B344679BCD; // System.Array/EmptyInternalEnumerator`1 struct EmptyInternalEnumerator_1_tE4CA89C5F29E18B9602E91DE3B6513EE3620E21E; // System.Array/EmptyInternalEnumerator`1 struct EmptyInternalEnumerator_1_tC26AA0681D8DFAC1A9F431D4E08D085F23E41E3D; // System.Array/EmptyInternalEnumerator`1 struct EmptyInternalEnumerator_1_t6518414A85CC07AB5F8FF8051D384C1067C41C9E; // System.Array/EmptyInternalEnumerator`1 struct EmptyInternalEnumerator_1_t726E3D54CC64D8EC3060D4391CC46D8E54068656; // System.Array/EmptyInternalEnumerator`1 struct EmptyInternalEnumerator_1_t6503CD2D7E6C44706DA1CF9DAF027F7BFF351C51; // System.Array/EmptyInternalEnumerator`1 struct EmptyInternalEnumerator_1_t10B6FEF1B4ABCF7096A50C987CB11542CE024E2E; // System.Array/EmptyInternalEnumerator`1 struct EmptyInternalEnumerator_1_tB49DC3FB5274801F30FC5844EB71290673C3C826; // System.Array/EmptyInternalEnumerator`1 struct EmptyInternalEnumerator_1_tA204D365C3C1347BE86955967974285971A30861; // System.Array/EmptyInternalEnumerator`1 struct EmptyInternalEnumerator_1_t1170CCD0BDFDCF58482AAF758C02403FD74427A6; // System.Array/EmptyInternalEnumerator`1 struct EmptyInternalEnumerator_1_tA189556638C04823DE8AE67ECE13105A473F9F2A; // System.Array/EmptyInternalEnumerator`1 struct EmptyInternalEnumerator_1_t8F2B9E7FE9E0069D37DBAE8D9B5CE88425095F08; // System.Array/EmptyInternalEnumerator`1 struct EmptyInternalEnumerator_1_t6F66026A71AC1C3D4EA84126D09DDD25C2BD32BC; // System.Array/EmptyInternalEnumerator`1 struct EmptyInternalEnumerator_1_tBC0574AADD31054875385E2CACE9BDC921EDEBAE; // System.Array/EmptyInternalEnumerator`1 struct EmptyInternalEnumerator_1_tCCCA7955FD6ABCE0C436239FACB16B5B127A89D8; // System.Array/EmptyInternalEnumerator`1 struct EmptyInternalEnumerator_1_t0B6EFE19888B5D18EE4326D4C1FDB66AF5644DCC; // System.Array/EmptyInternalEnumerator`1 struct EmptyInternalEnumerator_1_t48F7297744ACEAFE78133A8F63D9426751835F3C; // System.Array/EmptyInternalEnumerator`1 struct EmptyInternalEnumerator_1_tD68414D16589E152F8316B674FC004E6E2F8335D; // System.Array/EmptyInternalEnumerator`1 struct EmptyInternalEnumerator_1_t17CB0E6F2F9E76CD1BF00B847D7CE0B1D6AE7C29; // System.Array/EmptyInternalEnumerator`1 struct EmptyInternalEnumerator_1_tFAD2389573AFD6D91E651E0E382AE9EA3E4E0193; // System.Array/EmptyInternalEnumerator`1 struct EmptyInternalEnumerator_1_tD3B6658370504A40A66DE99B14DE0DE9F3AA9FE4; // System.Array/EmptyInternalEnumerator`1 struct EmptyInternalEnumerator_1_tC4BD83CD32AC253C8FB58834BC82D5B0B01EC8B0; // System.Array/EmptyInternalEnumerator`1 struct EmptyInternalEnumerator_1_tC5A8EB0F5E1BBC81F98B3FA4B8C76D07FCD12D56; // System.Array/EmptyInternalEnumerator`1 struct EmptyInternalEnumerator_1_t5FD32FF123B831648EF69274CA4EBC20E4ADED03; // System.Array/EmptyInternalEnumerator`1 struct EmptyInternalEnumerator_1_tEB5C29F0625EB1E98571BC04E51328E84EF98BC2; // System.Array/EmptyInternalEnumerator`1 struct EmptyInternalEnumerator_1_tDB34587FFE38D2D85851249A3B380F978AD68C4D; // System.Array/EmptyInternalEnumerator`1 struct EmptyInternalEnumerator_1_tF15A3752DA216D09FD5F129496CF55E18CED8CAD; // System.Array/EmptyInternalEnumerator`1 struct EmptyInternalEnumerator_1_t183B07D6D966587E51B7703F377C4CA1A11B89BB; // System.Array/EmptyInternalEnumerator`1 struct EmptyInternalEnumerator_1_t1433AB7767B1D7B05E3BD32D17D5A5C68E546953; // System.Array/EmptyInternalEnumerator`1 struct EmptyInternalEnumerator_1_t9073B4D4D4F8C8EE06ED64F5961DFC02616F5CBB; // System.Array/EmptyInternalEnumerator`1 struct EmptyInternalEnumerator_1_t4D184FDE16ED45A8E86776C9F3914F335727A9F3; // System.Array/EmptyInternalEnumerator`1 struct EmptyInternalEnumerator_1_t2381C5689C58EA562845E104791FDF9FEEB438FA; // System.Array/EmptyInternalEnumerator`1 struct EmptyInternalEnumerator_1_tF2F23339A1A0382CC15047A7956A4CF88AC69608; // System.Array/EmptyInternalEnumerator`1 struct EmptyInternalEnumerator_1_t64DD0F659EFF5EE0DB8D0C133BA51C77E4494882; // System.Array/EmptyInternalEnumerator`1 struct EmptyInternalEnumerator_1_tDF1CDD1CB85BE3866A609B8CDF9793B1F295613D; // System.Array/EmptyInternalEnumerator`1 struct EmptyInternalEnumerator_1_tA30BBD95ECE61DE2F7547AAD04C340F30FB945C5; // System.Array/EmptyInternalEnumerator`1 struct EmptyInternalEnumerator_1_t75C26DC5E37A1DE5E7952364949788A0414292F8; // System.Array/EmptyInternalEnumerator`1 struct EmptyInternalEnumerator_1_t95B86B7AF92D937E5DC9BF6C0E636018F7636CAD; // System.Array/EmptyInternalEnumerator`1 struct EmptyInternalEnumerator_1_t4F313D65DA3E0211846543E644E5E7E086E8F28D; // System.Array/EmptyInternalEnumerator`1 struct EmptyInternalEnumerator_1_tED0D8BE1466C6C1533A3FB110C1BB85541EF34F7; // System.Array/EmptyInternalEnumerator`1 struct EmptyInternalEnumerator_1_tE491D747D968BCDAA28B7929721EE2F6134FC9FA; // System.Array/EmptyInternalEnumerator`1 struct EmptyInternalEnumerator_1_tB7FBA40E1F922CFAE24E5AF576F47C4A523413F5; // System.Array/EmptyInternalEnumerator`1 struct EmptyInternalEnumerator_1_tAC7F371FC996A284046B5A578FEEC307D75516DE; // System.Array/EmptyInternalEnumerator`1 struct EmptyInternalEnumerator_1_tD9EE058AEC228CE233000D9A7BE7331A6F3AD60C; // System.Array/EmptyInternalEnumerator`1 struct EmptyInternalEnumerator_1_tB97C27906CE71067C984DF626A2F5CE4B8868EDE; // System.Array/EmptyInternalEnumerator`1 struct EmptyInternalEnumerator_1_tFF9E4C29D686A07247159E8C1D1E3AD449392FBF; // System.Array/EmptyInternalEnumerator`1 struct EmptyInternalEnumerator_1_t80FA39BD3211CD51051562C455EBE3119386955B; // System.Array/EmptyInternalEnumerator`1 struct EmptyInternalEnumerator_1_t1E569FEB7008B5871C918075F065025ADCDD86AD; // System.Array/EmptyInternalEnumerator`1 struct EmptyInternalEnumerator_1_t78065659056F4527D230B0D22B4F4308F9564EED; // System.Array/EmptyInternalEnumerator`1 struct EmptyInternalEnumerator_1_t0D8586E4E28DEBF0AE2A74E26A558748C4201881; // System.Array/EmptyInternalEnumerator`1 struct EmptyInternalEnumerator_1_tFB6AB4078B849B7D9D041709E7ACE075063933DC; // System.Array/EmptyInternalEnumerator`1 struct EmptyInternalEnumerator_1_t66E1ED5C5EE9212424EB40088B0C53B90FD2107F; // System.Array/EmptyInternalEnumerator`1 struct EmptyInternalEnumerator_1_tDA240E936C6885E689C8EDD57FBCC92B8FF8623C; // System.Array/EmptyInternalEnumerator`1 struct EmptyInternalEnumerator_1_tE80CE8A0BBB70ADFA376E01A8A783F282753A057; // System.Array/EmptyInternalEnumerator`1 struct EmptyInternalEnumerator_1_tEDE237734B17321A1012C1F07588C732EF5FDCB4; // System.Array/EmptyInternalEnumerator`1 struct EmptyInternalEnumerator_1_tD34CCBC5E8B24A6CCAA67EDD5862CBFDDA3F7974; // System.Array/EmptyInternalEnumerator`1 struct EmptyInternalEnumerator_1_t0FA3F7997D7FA23EE3CE13E5A07DAA5699295DA4; // System.Array/EmptyInternalEnumerator`1 struct EmptyInternalEnumerator_1_t0948888B9BA933F2DFDAC75410FAC8088CDB483B; // System.Array/EmptyInternalEnumerator`1 struct EmptyInternalEnumerator_1_t691D809CDF0F0D0A2ED848EC1DB03C958FF2EE71; // System.Array/EmptyInternalEnumerator`1 struct EmptyInternalEnumerator_1_t1161F4679FC506ABABE6B869D0FDEF9B2628297D; // System.Array/EmptyInternalEnumerator`1 struct EmptyInternalEnumerator_1_t2BD7ACAB2895105DECC544A7F5EB2906B0AE9679; // System.Array/EmptyInternalEnumerator`1 struct EmptyInternalEnumerator_1_tC1E11F50E1529EF34BC931C90452ACB00144BFEF; // System.Array/EmptyInternalEnumerator`1 struct EmptyInternalEnumerator_1_t9F8D57DDC21056D464CEA712BEE8F71A11A72B97; // System.Array/EmptyInternalEnumerator`1 struct EmptyInternalEnumerator_1_t53B4E0869EA4A5DE4955F924441FACA997CDB5E4; // System.Array/EmptyInternalEnumerator`1 struct EmptyInternalEnumerator_1_t68D4A80D4205D2F708F849F4FA71BE453FADCEE2; // System.Array/EmptyInternalEnumerator`1 struct EmptyInternalEnumerator_1_tCC91096AF17ED3D2253194F2410C4FCFCF1B5026; // System.Array/EmptyInternalEnumerator`1 struct EmptyInternalEnumerator_1_tF7C975948BA52A9C19E497449E4D87DA7BAE2EAB; // System.Array/EmptyInternalEnumerator`1 struct EmptyInternalEnumerator_1_tD8717F9EDAFEA749606D9032B12F467BC8978D29; // System.Array/EmptyInternalEnumerator`1 struct EmptyInternalEnumerator_1_t548575A991ADA04BAE2FDC8DF88859F243206697; // System.Array/EmptyInternalEnumerator`1 struct EmptyInternalEnumerator_1_t9A225F66BDBAE9083D6E8F6B86F3C91892BC354C; // System.Array/EmptyInternalEnumerator`1 struct EmptyInternalEnumerator_1_tC8818CF16AC890751650DCD18AAF4B9C47D4ED95; // System.Array/EmptyInternalEnumerator`1 struct EmptyInternalEnumerator_1_t643E4C393934C261460C4AE21D0ABCFF7772377E; // System.Array/EmptyInternalEnumerator`1 struct EmptyInternalEnumerator_1_t2BB9B1BF736B9B5FC07FF1183C4C1BFFC001E29B; // System.Array/EmptyInternalEnumerator`1 struct EmptyInternalEnumerator_1_tFE3CC8B1F64DFF46D715668BD4CE87C4423858B1; // System.Array/EmptyInternalEnumerator`1 struct EmptyInternalEnumerator_1_tDB61423ADEE2FA3467B27AD9E508FBEEE459496D; // System.Array/EmptyInternalEnumerator`1 struct EmptyInternalEnumerator_1_t33C7848FDC3BDF3E6052A87C20D3B514445524B2; // System.Array/EmptyInternalEnumerator`1 struct EmptyInternalEnumerator_1_t70C51C5876A18557C10F2B87AA211402ECE319F0; // System.Array/EmptyInternalEnumerator`1 struct EmptyInternalEnumerator_1_t33D11EFD52D67BC92E5A950CB83039387E015D94; // System.Array/EmptyInternalEnumerator`1 struct EmptyInternalEnumerator_1_t85A861267AC03AA70FBCBCCBD5862D1BFC6A7E0C; // System.Array/EmptyInternalEnumerator`1 struct EmptyInternalEnumerator_1_tEAE621422B45A916EB63D1A3C34443173C206B52; // System.Array/EmptyInternalEnumerator`1 struct EmptyInternalEnumerator_1_t4554562CF33334CC82E175689C588EB2436DC902; // System.Array/EmptyInternalEnumerator`1 struct EmptyInternalEnumerator_1_t2CBF422896913BA624F3044D06177CE5C7AE41F6; // System.Array/EmptyInternalEnumerator`1 struct EmptyInternalEnumerator_1_t2324D12D3B691A4D3AA0F430B3B4DAC7A90F9780; // System.Array/EmptyInternalEnumerator`1 struct EmptyInternalEnumerator_1_tDABC0B9124E439B71B0A7E09B4F046688CD559E5; // System.Array/EmptyInternalEnumerator`1 struct EmptyInternalEnumerator_1_tE19B246B93EA5FEB80BD15478DBEE70788312918; // System.Array/EmptyInternalEnumerator`1 struct EmptyInternalEnumerator_1_t51F5549F32E1C07F8FF104B77F094FFEFE29779E; // System.Array/EmptyInternalEnumerator`1 struct EmptyInternalEnumerator_1_t3C259954882BC0944CF8D2156284068F14F5C377; // System.Array/EmptyInternalEnumerator`1 struct EmptyInternalEnumerator_1_tBF97ABFDA9C760BDF7D30019D8C37352ECDB4E65; // System.Array/EmptyInternalEnumerator`1 struct EmptyInternalEnumerator_1_tB45A9A443595936CD1B8EBBE346D89CA95D68ED1; // System.Array/EmptyInternalEnumerator`1 struct EmptyInternalEnumerator_1_t89D4C08A67E4D7D8F5320797FFA1CE531542CE8A; // System.Array/EmptyInternalEnumerator`1 struct EmptyInternalEnumerator_1_t062CD4635FD05C48CB2B2B1A352BF09B43EA85FA; // System.Array/EmptyInternalEnumerator`1 struct EmptyInternalEnumerator_1_tBDFFEB4D48CC1E8414924C00730B45E3DCDF5003; // System.Array/EmptyInternalEnumerator`1 struct EmptyInternalEnumerator_1_t1964EB5C96A8CA58A55EA579A0732387C8CAF89A; // System.Array/EmptyInternalEnumerator`1 struct EmptyInternalEnumerator_1_t4749769BF884C08C887BEDE3F0F393622F82CD91; // System.Array/EmptyInternalEnumerator`1 struct EmptyInternalEnumerator_1_tCD191E04A46D6A0734D4E3E6954CA6AE8A247027; // System.Array/EmptyInternalEnumerator`1 struct EmptyInternalEnumerator_1_t3BB8D6973AFE9459C0A40A9A822E206DCD689660; // System.Array/EmptyInternalEnumerator`1 struct EmptyInternalEnumerator_1_tB21572CDA5780184C5880361BCAD84D1013CF993; // System.Array/EmptyInternalEnumerator`1 struct EmptyInternalEnumerator_1_t55F95808B461721419503A675C22E578580CFAD6; // System.Array/EmptyInternalEnumerator`1 struct EmptyInternalEnumerator_1_t557F2B049AB0C85681510E3FB9C145E69501F788; // System.Array/EmptyInternalEnumerator`1 struct EmptyInternalEnumerator_1_t8C1EBBA425F786FEEA936A2899789BE1E09916BA; // System.Array/EmptyInternalEnumerator`1 struct EmptyInternalEnumerator_1_tA5E7DB878B495301EF1A17EFDE75C0979C7B792C; // System.Array/EmptyInternalEnumerator`1 struct EmptyInternalEnumerator_1_t2086054D86C308C6BACD48367418D110DA1B011A; // System.Array/EmptyInternalEnumerator`1 struct EmptyInternalEnumerator_1_t1A2705DFC00DBC178C31F156817B8F2B2B2CBD41; // System.Array/EmptyInternalEnumerator`1 struct EmptyInternalEnumerator_1_tD81DD3BA356969A065505AF1B8654DBAFD30DFFE; // System.Array/EmptyInternalEnumerator`1 struct EmptyInternalEnumerator_1_t2479F21C77D30DE2FB51BE3CE1B30F61EB52569B; // System.Array/EmptyInternalEnumerator`1 struct EmptyInternalEnumerator_1_tDE022C747BB06B92CE84863A9E7ABFE11D7F90F8; // System.Array/EmptyInternalEnumerator`1 struct EmptyInternalEnumerator_1_t77B81818A5C8F290E3D7992CEE06E18EA1A155A7; // System.Array/EmptyInternalEnumerator`1 struct EmptyInternalEnumerator_1_t06A6DF4ADE963D0D30948E1D189615DBBF72F1C8; // System.Array/EmptyInternalEnumerator`1 struct EmptyInternalEnumerator_1_t39F8FBD7BAF43D07A717A48C34DB6D64016BCB60; // System.Array/EmptyInternalEnumerator`1 struct EmptyInternalEnumerator_1_t0E8F96C5F6A18DD6294A10B13FCD28E14664F571; // System.Array/EmptyInternalEnumerator`1 struct EmptyInternalEnumerator_1_tB7A93CFCADF72A6A0D3804497DB3C65762335196; // System.Array/EmptyInternalEnumerator`1 struct EmptyInternalEnumerator_1_tCA61C4E9AB06E9560096B8164444E558D9B6D877; // System.Array/EmptyInternalEnumerator`1 struct EmptyInternalEnumerator_1_tADC2DEF881932D2D771A7A3FBDC01E8CFC251CBB; // System.Array/EmptyInternalEnumerator`1 struct EmptyInternalEnumerator_1_t34001D5D38962500B81A96C8CB973D3BBD77AEDC; // System.Array/EmptyInternalEnumerator`1 struct EmptyInternalEnumerator_1_t358EDE63C99865E62702448FAACEABAEC278D2ED; // System.Array/EmptyInternalEnumerator`1 struct EmptyInternalEnumerator_1_t8D9B26FDC485BE75A5E2AEAB7CA8653A173F84C7; // System.Array/EmptyInternalEnumerator`1 struct EmptyInternalEnumerator_1_t62FFC2869691A959416CB9C288E7C4BD5AD4CC74; // System.Array/EmptyInternalEnumerator`1 struct EmptyInternalEnumerator_1_t1CDB1EF1D278FA468399CCEA465980FB85BFD254; // System.Array/EmptyInternalEnumerator`1 struct EmptyInternalEnumerator_1_tC2DC768C893401F3201F97825245090B967AFE9A; // System.Array/EmptyInternalEnumerator`1 struct EmptyInternalEnumerator_1_t08947FD048E88D15D0B7C8BE10F545B46097E61B; // System.Array/EmptyInternalEnumerator`1 struct EmptyInternalEnumerator_1_t9674A9A497E405A3CDC2BC575DFE2818DD8414E0; // System.Array/EmptyInternalEnumerator`1 struct EmptyInternalEnumerator_1_tD46410A5F9864CFAB940A647F59D8BF48D8A215B; // System.Array/EmptyInternalEnumerator`1 struct EmptyInternalEnumerator_1_t60459A041C4E5FAF95F79FE4185CABD0CB7746A0; // System.Array/EmptyInternalEnumerator`1 struct EmptyInternalEnumerator_1_t3FB8CD3210561E4173013EC444474C6FB13FBBB2; // System.Array/EmptyInternalEnumerator`1 struct EmptyInternalEnumerator_1_t0DA18AF09BD2D57ECE98A2D6FCB01E49F642F743; // System.Array/EmptyInternalEnumerator`1 struct EmptyInternalEnumerator_1_t772576279A18E7E354091996649F2F665152F82B; // System.Array/EmptyInternalEnumerator`1 struct EmptyInternalEnumerator_1_tA1968E4E8A70EEFCFC1CEF1875F0AA245D45D1AD; // System.Array/EmptyInternalEnumerator`1 struct EmptyInternalEnumerator_1_tB7875A6587F3E177FCB1D982676AEC5F9E5043E2; // System.Array/EmptyInternalEnumerator`1 struct EmptyInternalEnumerator_1_t4850C37B8D667684B81D10946F69EE93E08E8EC9; // System.Array/EmptyInternalEnumerator`1 struct EmptyInternalEnumerator_1_t9476497B8A2D6DC3B2C174BE8EE718551C797B63; // System.Array/EmptyInternalEnumerator`1 struct EmptyInternalEnumerator_1_t722CE7953BDA5EAB673D0A20586B627F26F3FF47; // System.Array/EmptyInternalEnumerator`1 struct EmptyInternalEnumerator_1_t0B71F5B648D4E09E5558F0E0531743818454C863; // System.Array/EmptyInternalEnumerator`1 struct EmptyInternalEnumerator_1_t63C2F4188FD59356321B045E3274184978BFCD48; // System.Array/EmptyInternalEnumerator`1 struct EmptyInternalEnumerator_1_t1CB3201AB1140C79244F0FCBFC073E5DAF6093D3; // System.Array/EmptyInternalEnumerator`1 struct EmptyInternalEnumerator_1_t4B61F3E4F8090CEBB2CB74615D9AB6993ED8835E; // System.Array/EmptyInternalEnumerator`1 struct EmptyInternalEnumerator_1_t28B7E84C7E7561CF0F48E33B65739714ABD39DC2; // System.Array/EmptyInternalEnumerator`1 struct EmptyInternalEnumerator_1_t79AED38F0349586A13A1F7DD8EC209A6D5A25CAF; // System.Array/EmptyInternalEnumerator`1 struct EmptyInternalEnumerator_1_t075260F4BD98862AF408A3D7D63A7770F2F6A48D; // System.Array/EmptyInternalEnumerator`1 struct EmptyInternalEnumerator_1_tDFD0A49BCBDB0BCE75241FAC96985940B1327FF6; // System.Array/EmptyInternalEnumerator`1 struct EmptyInternalEnumerator_1_t7662F99D9DFDF8BB0086720C275D108512881D11; // System.Array/EmptyInternalEnumerator`1 struct EmptyInternalEnumerator_1_t772C11AA97DF48CC9CAF3C7294CA2D6EECDD504F; // System.Array/EmptyInternalEnumerator`1 struct EmptyInternalEnumerator_1_t78C9519B88CC65240245B97CE24A61D28E0C0476; // System.Array/EmptyInternalEnumerator`1 struct EmptyInternalEnumerator_1_t3C46DAD43A8674D13F53BCB5049F9D7512D8CDA4; // System.Array/EmptyInternalEnumerator`1 struct EmptyInternalEnumerator_1_t39B81971183ACF6AAE9B98E1E73BCF5662FD8657; // System.Array/EmptyInternalEnumerator`1 struct EmptyInternalEnumerator_1_t47B0D106EE8D18A907B909B426CDD33588105828; // System.Array/EmptyInternalEnumerator`1 struct EmptyInternalEnumerator_1_t80AB5D9410DC17AE081A175DBEA733CFF8D856C4; // System.Array/EmptyInternalEnumerator`1 struct EmptyInternalEnumerator_1_t82CAC5A35EA8F2365B35192D176A39CF3DF3BFAD; // System.Array/EmptyInternalEnumerator`1 struct EmptyInternalEnumerator_1_t16843B1642589EADAF9F33CC8C01815F1B3461A0; // System.Array/EmptyInternalEnumerator`1 struct EmptyInternalEnumerator_1_tCC66E29B3135EADE98ABBECB476FC9B8F7071732; // System.Array/EmptyInternalEnumerator`1 struct EmptyInternalEnumerator_1_t2511B3DF67BF1CDD93699F757F7F84C07044A9EA; // System.Array/EmptyInternalEnumerator`1 struct EmptyInternalEnumerator_1_t5EC8C2C93272C78B81F86D78B9A7EE8019367A5D; // System.Array/EmptyInternalEnumerator`1 struct EmptyInternalEnumerator_1_t436A8E58E78E92A6DF929ED5DA7612A30EED69C3; // System.Array/EmptyInternalEnumerator`1 struct EmptyInternalEnumerator_1_t5379C91906C96D81A176FD439FA270890E6A6491; // System.Array/EmptyInternalEnumerator`1 struct EmptyInternalEnumerator_1_tE0EFDA98496404617E2248BB62C2725447743B26; // System.Array/EmptyInternalEnumerator`1 struct EmptyInternalEnumerator_1_tC27E938DE5A96CEDC2D7B2C76CC8542F71FE755F; // System.Array/EmptyInternalEnumerator`1 struct EmptyInternalEnumerator_1_tD267943FEA15E70B35D06088E9305C3A64B07783; // System.Array/EmptyInternalEnumerator`1 struct EmptyInternalEnumerator_1_t6F84B5F5D1332EEA9E39C4378210EFE7ADDC3FF3; // System.Array/EmptyInternalEnumerator`1 struct EmptyInternalEnumerator_1_tFE21CE0E9E8FCC0DEABB4249725B977E128F3DA1; // System.Array/EmptyInternalEnumerator`1 struct EmptyInternalEnumerator_1_t977058BA5DF708B76EFE8A3D63499448DDD7CB99; // System.Array/EmptyInternalEnumerator`1 struct EmptyInternalEnumerator_1_t41CD724EDE4107811D1D67A80613C36AED051F08; // System.Array/EmptyInternalEnumerator`1 struct EmptyInternalEnumerator_1_t78BD071F27948921D02557CDE1E5B27B1542719B; // System.Array/EmptyInternalEnumerator`1 struct EmptyInternalEnumerator_1_tFA36265E145BEFB4C2387CEDD2177C39AF4F4CFF; // System.Array/EmptyInternalEnumerator`1 struct EmptyInternalEnumerator_1_t1D36B876276BBC1AB82DE5E20C3891081518D252; // System.Array/EmptyInternalEnumerator`1 struct EmptyInternalEnumerator_1_tED893ABE189F22EB7D5E09157289C0A8AD8BF7F8; // System.Array/EmptyInternalEnumerator`1 struct EmptyInternalEnumerator_1_tE38A03D29C5D01915500036E60DB35344EB8051B; // System.Array/EmptyInternalEnumerator`1 struct EmptyInternalEnumerator_1_t5A7251A7DDCCD505DFD2D7551CFF9B8683F979A8; // System.Array/EmptyInternalEnumerator`1 struct EmptyInternalEnumerator_1_t7D78B8ED2D6994907431822DF3F70C61899DA870; // System.Array/EmptyInternalEnumerator`1 struct EmptyInternalEnumerator_1_tC33BA940B33128AB5252993B41D371E728B28C64; // System.Array/EmptyInternalEnumerator`1 struct EmptyInternalEnumerator_1_tE33AC1C261115C13DB5646C12E381B7F32ECDD2F; // System.Array/EmptyInternalEnumerator`1 struct EmptyInternalEnumerator_1_tE7567E6BB8EA251B4D724020109F3E3C177C2160; // System.Array/EmptyInternalEnumerator`1 struct EmptyInternalEnumerator_1_t6BEB084D2BC1808D906100D677CCAE5E680B180E; // System.Array/EmptyInternalEnumerator`1 struct EmptyInternalEnumerator_1_t28361BD02237DAA066C206B11CE1747480563403; // System.Array/EmptyInternalEnumerator`1 struct EmptyInternalEnumerator_1_t5DC1BD6DBE58432FD2AD24070F2C5A1970ECFED3; // System.Array/EmptyInternalEnumerator`1 struct EmptyInternalEnumerator_1_t3D712869A1A38EC649025A0DAD21E601A327F57A; // System.Array/EmptyInternalEnumerator`1 struct EmptyInternalEnumerator_1_t7A683453405B1E11CE3B7C74EE32E654E5D3D003; // System.Array/EmptyInternalEnumerator`1 struct EmptyInternalEnumerator_1_tCA1A006B3D27CD3CDE87FFF120D7BAE084D25D36; // System.Array/EmptyInternalEnumerator`1 struct EmptyInternalEnumerator_1_tD9017A6FD9B3F46A6027C8679C211AD08F0B9E16; // System.Array/EmptyInternalEnumerator`1 struct EmptyInternalEnumerator_1_tA61AF8C8594BD6ADF80D10C379D81BDD57EA3A5D; // System.Array/EmptyInternalEnumerator`1 struct EmptyInternalEnumerator_1_tFA941F7D9F1310C18343514C062A63AE7526CB99; // System.Array/EmptyInternalEnumerator`1 struct EmptyInternalEnumerator_1_t20A6E62029D868B2FC8F6349E1E22AFD495F97E7; // System.Array/EmptyInternalEnumerator`1 struct EmptyInternalEnumerator_1_t57D078EEBED8E750A04791076167E9CD447656B7; // System.Array/EmptyInternalEnumerator`1 struct EmptyInternalEnumerator_1_tE1762C69884D124A5642023609CDDE2036FD1FA2; // System.Array/EmptyInternalEnumerator`1 struct EmptyInternalEnumerator_1_tA5EC5164E7CEB028A21B00DB1EB420BD203D87A8; // System.Array/EmptyInternalEnumerator`1 struct EmptyInternalEnumerator_1_tE273924199065C212041718B598F5734839D142E; // System.Array/EmptyInternalEnumerator`1 struct EmptyInternalEnumerator_1_tE697715FD913EAFBA4E17D8865C36C4863EC7428; // System.Array/EmptyInternalEnumerator`1 struct EmptyInternalEnumerator_1_t3105CF83CD9BCB53534C1A58DA924FB226F4A2C5; // System.Array/EmptyInternalEnumerator`1 struct EmptyInternalEnumerator_1_tC497CFE7E54D32E49F6EDBD2EEC94FF24748E774; // System.Array/EmptyInternalEnumerator`1 struct EmptyInternalEnumerator_1_tE67FF7685F44E27CF9E5E66F2D329F5A87F189F5; // System.Array/EmptyInternalEnumerator`1 struct EmptyInternalEnumerator_1_tDFBF4198A6A41EFCDB69F00825A2AD0BD14DE103; // System.Array/EmptyInternalEnumerator`1 struct EmptyInternalEnumerator_1_t8096FB9EDCD3F7EDF91BD916709CF02EFDBB432B; // System.Array/EmptyInternalEnumerator`1 struct EmptyInternalEnumerator_1_t13378F229E2E4DC22603AEED1C10CEAFED4A2E0F; // System.Array/EmptyInternalEnumerator`1 struct EmptyInternalEnumerator_1_t069A8F46B23F5F7C42F0609ECC8560CE8353AC95; // System.Array/EmptyInternalEnumerator`1 struct EmptyInternalEnumerator_1_t13EFB0F6A71E5D69F639A074499CB97EEE02356B; // System.Array/EmptyInternalEnumerator`1 struct EmptyInternalEnumerator_1_t279FEE66D5269BCAFAE1A52E72858BBDB6786F92; // System.Array/EmptyInternalEnumerator`1 struct EmptyInternalEnumerator_1_tC7B404BFFB6EFE7AD7010E1251BD57B3096A7E54; // System.Array/EmptyInternalEnumerator`1 struct EmptyInternalEnumerator_1_t6E1F01990B14E5CF70A5275B3CAB2CA9D5138DDC; // System.Array/EmptyInternalEnumerator`1 struct EmptyInternalEnumerator_1_t84A8DF33473F4D6DAB214658DA8981FDA9C2007F; // System.Array/EmptyInternalEnumerator`1 struct EmptyInternalEnumerator_1_tEED4261EED459AEC3771D6198D494C8571BFE110; // System.Array/EmptyInternalEnumerator`1 struct EmptyInternalEnumerator_1_t18B58D648CF8DB7AFA8148912BCC28974CD5D2EE; // System.Array/EmptyInternalEnumerator`1 struct EmptyInternalEnumerator_1_tAFBF291D27B33B60D837072DFB7B292FD1301E38; // System.Array/EmptyInternalEnumerator`1 struct EmptyInternalEnumerator_1_t7B4E263007B5245D364F3DE57E8D413F0EC5B282; // System.Array/EmptyInternalEnumerator`1 struct EmptyInternalEnumerator_1_t7AADAEA1DA96907AC2064CD661624BAF7CEEA9C6; // System.Array/EmptyInternalEnumerator`1 struct EmptyInternalEnumerator_1_t35CEF44640E855F55F038A9D9DE6AC3C435D4D3F; // System.Array/EmptyInternalEnumerator`1 struct EmptyInternalEnumerator_1_tB0204AEDE076DC986248229638A80CDDE8B26F51; // System.Array/EmptyInternalEnumerator`1 struct EmptyInternalEnumerator_1_t138F9C08430E69EA3E201558737AF4ECCE297F04; // System.Array/EmptyInternalEnumerator`1 struct EmptyInternalEnumerator_1_tC4A45C636A3E451E287F0BC7A63AE5FA2EF9C1E5; // System.Array/EmptyInternalEnumerator`1 struct EmptyInternalEnumerator_1_tFD916BBA991A8131DB67E03BADF574C2A4D464DB; // System.Array/EmptyInternalEnumerator`1 struct EmptyInternalEnumerator_1_tC0170A53767F69A1E246D1C25C2DD93FD4C5294E; // System.Array/EmptyInternalEnumerator`1 struct EmptyInternalEnumerator_1_t470BA227CDE85E8BE876AFBAD67EEEDE36CC2934; // System.Array/EmptyInternalEnumerator`1 struct EmptyInternalEnumerator_1_t17F951B7232B094ADCC96D593BAA55DFE90B5F35; // System.Array/EmptyInternalEnumerator`1 struct EmptyInternalEnumerator_1_tA66305A5F8C37746A04CC3C0EAD66820B011BBFA; // System.Array/EmptyInternalEnumerator`1 struct EmptyInternalEnumerator_1_t28B37C6AFA5BAF4334D574BC0326E1F9F9FD71CF; // System.Array/EmptyInternalEnumerator`1 struct EmptyInternalEnumerator_1_t8EF1D7C4BFC3AF79E2E5539541FA7161DFE2E594; // System.Array/EmptyInternalEnumerator`1 struct EmptyInternalEnumerator_1_t5885B11B71E206F85D3CE75F3AEF0DC039476C54; // System.Array/EmptyInternalEnumerator`1 struct EmptyInternalEnumerator_1_tE5908A4B1561410C2C919B7BD9D3289C27A4AA93; // System.Diagnostics.Tracing.EnumByteTypeInfo`1> struct EnumByteTypeInfo_1_t2B01C2FF22010EC7C6CB9E22BB68B0696826010B; // System.Diagnostics.Tracing.EnumByteTypeInfo`1 struct EnumByteTypeInfo_1_tBAC5667C5EBFA89F73BB2B11778B6E17969DD181; // System.Diagnostics.Tracing.EnumByteTypeInfo`1 struct EnumByteTypeInfo_1_tA547620C007CCFB0ACB7E71C8C1DDB1517B204A2; // System.Diagnostics.Tracing.EnumByteTypeInfo`1 struct EnumByteTypeInfo_1_tB73F5A2B1FB8789FDECF5311F58A46108C97C5BF; // System.Diagnostics.Tracing.EnumByteTypeInfo`1 struct EnumByteTypeInfo_1_t8AF9D231B3B3DD90C81F720A0B0F8F2D0BB6678B; // System.Diagnostics.Tracing.EnumByteTypeInfo`1 struct EnumByteTypeInfo_1_t571F010C3CC85EC2545E126F36C1855C67767017; // System.Diagnostics.Tracing.EnumByteTypeInfo`1 struct EnumByteTypeInfo_1_t80FC2B3FEF7782AB273C7B2774A78B0948EB3A02; // System.Diagnostics.Tracing.EnumByteTypeInfo`1 struct EnumByteTypeInfo_1_t024482F4B0B6B81E02D39660251D773ACD4B0AB6; // System.Diagnostics.Tracing.EnumByteTypeInfo`1 struct EnumByteTypeInfo_1_t8021ADF8A3542085324EA36CC00D1753CE885C65; // System.Diagnostics.Tracing.EnumByteTypeInfo`1 struct EnumByteTypeInfo_1_tDF6D6989829B76A5C988771A28950918ECE6F4A5; // System.Diagnostics.Tracing.EnumByteTypeInfo`1 struct EnumByteTypeInfo_1_tFF31FD2EF9C97245E250019CE04FCCD1663810EF; // System.Diagnostics.Tracing.EnumByteTypeInfo`1 struct EnumByteTypeInfo_1_tED0102B036E2AACFC9F62EEBCD06FA23FBDDADC0; // System.Diagnostics.Tracing.EnumByteTypeInfo`1 struct EnumByteTypeInfo_1_t49CAE8EBFA16BEB643E91CA08435E0DF437CC4F1; // System.Diagnostics.Tracing.EnumByteTypeInfo`1 struct EnumByteTypeInfo_1_t63098800EFFC3D9BDBDACDE96A68889593A7C5AF; // System.Diagnostics.Tracing.EnumByteTypeInfo`1 struct EnumByteTypeInfo_1_tFF36065B44C9B218757F1109AB290E133E261F2B; // System.Diagnostics.Tracing.EnumByteTypeInfo`1 struct EnumByteTypeInfo_1_t5BF38240874E331AA136E8D3BCFE53E823012C3B; // System.Diagnostics.Tracing.EnumByteTypeInfo`1 struct EnumByteTypeInfo_1_t2CDA26F1FA5536AA60FBB955C7AB51329A9BDD52; // System.Diagnostics.Tracing.EnumByteTypeInfo`1 struct EnumByteTypeInfo_1_tE2124AAA0A64CC065EA1DD0EF5042D952FD2C634; // System.Diagnostics.Tracing.EnumByteTypeInfo`1 struct EnumByteTypeInfo_1_t83FB7340A3D747B93409629F4CD8F89197AC677A; // System.Diagnostics.Tracing.EnumByteTypeInfo`1 struct EnumByteTypeInfo_1_t4A75496F1D956831555411622DC2C57B37EC9BB1; // System.Diagnostics.Tracing.EnumByteTypeInfo`1 struct EnumByteTypeInfo_1_t8C70A9696DABF5BA9A62DFD154B1A2545D6E63E1; // System.Diagnostics.Tracing.EnumByteTypeInfo`1 struct EnumByteTypeInfo_1_t38C5E4EF5D5D658EEE67B959518815664DC74179; // System.Collections.Generic.EnumEqualityComparer`1 struct EnumEqualityComparer_1_tBAFEDDFBE0245A52A34FE8475E3B76B111C22BDF; // System.Collections.Generic.EnumEqualityComparer`1 struct EnumEqualityComparer_1_t7B83813A2142B924B400FAD68084504BA2432878; // System.Diagnostics.Tracing.EnumInt16TypeInfo`1> struct EnumInt16TypeInfo_1_tFA937295358D806515AF38EFCA7911A0EA2D38F7; // System.Diagnostics.Tracing.EnumInt16TypeInfo`1 struct EnumInt16TypeInfo_1_t327CFD38FE638C1016880A03A3983E1D343EB141; // System.Diagnostics.Tracing.EnumInt16TypeInfo`1 struct EnumInt16TypeInfo_1_t69BC5B08632F1831FF99E20E7C3809CF0A313C49; // System.Diagnostics.Tracing.EnumInt16TypeInfo`1 struct EnumInt16TypeInfo_1_tE3D19816F70E7AA87E6FF968F9C5CCE627769576; // System.Diagnostics.Tracing.EnumInt16TypeInfo`1 struct EnumInt16TypeInfo_1_t32FB733BCEA55C2CEE76DEA2B23012323FAD017A; // System.Diagnostics.Tracing.EnumInt16TypeInfo`1 struct EnumInt16TypeInfo_1_t99DDF1EA62F654C0A16E8C90515B55147A31793B; // System.Diagnostics.Tracing.EnumInt16TypeInfo`1 struct EnumInt16TypeInfo_1_t18BDB87955FDCFC2936A6471E76CF71C1E90FE2A; // System.Diagnostics.Tracing.EnumInt16TypeInfo`1 struct EnumInt16TypeInfo_1_t5AFA642C960C00F0106E89E6DEA6CE283716026A; // System.Diagnostics.Tracing.EnumInt16TypeInfo`1 struct EnumInt16TypeInfo_1_t25AA9DA41BEF36AB22B550015483203637DD22D4; // System.Diagnostics.Tracing.EnumInt16TypeInfo`1 struct EnumInt16TypeInfo_1_tF050B47045F9121905EEF58B032A0CB40D2CB366; // System.Diagnostics.Tracing.EnumInt16TypeInfo`1 struct EnumInt16TypeInfo_1_tB01166CDFE7E864C7925E376ECB0753E8CF2C0B4; // System.Diagnostics.Tracing.EnumInt16TypeInfo`1 struct EnumInt16TypeInfo_1_t4F37C3B46A3B0A08CC74FEAB6B7A0D669D229802; // System.Diagnostics.Tracing.EnumInt16TypeInfo`1 struct EnumInt16TypeInfo_1_t0C69DBEDB014558B1176BDD0EB316E300E3E5682; // System.Diagnostics.Tracing.EnumInt16TypeInfo`1 struct EnumInt16TypeInfo_1_t830E5C147E78CE3ABFDDB116A72108BE5894573D; // System.Diagnostics.Tracing.EnumInt16TypeInfo`1 struct EnumInt16TypeInfo_1_tAEB7018DD4935DDF24534C47D611BE1A520F9909; // System.Diagnostics.Tracing.EnumInt16TypeInfo`1 struct EnumInt16TypeInfo_1_t5B4CC5E07FD951EC3E095AC8EA0CED0925D79ADD; // System.Diagnostics.Tracing.EnumInt16TypeInfo`1 struct EnumInt16TypeInfo_1_tDF0930E8B7AC5520A5D18DBA7E3622A03AA6EE4A; // System.Diagnostics.Tracing.EnumInt16TypeInfo`1 struct EnumInt16TypeInfo_1_t31DE07F2D365B96C91081C141A1015AD629B01D2; // System.Diagnostics.Tracing.EnumInt16TypeInfo`1 struct EnumInt16TypeInfo_1_tE1C2BBB284DB6ACCBA87CF289CD08B4A94558170; // System.Diagnostics.Tracing.EnumInt16TypeInfo`1 struct EnumInt16TypeInfo_1_t3FA461AB3C0FAAD355B9ECECAD9A1744E64A322B; // System.Diagnostics.Tracing.EnumInt16TypeInfo`1 struct EnumInt16TypeInfo_1_t0AC11F8037165408BDBB3DF7965802C78F87CE68; // System.Diagnostics.Tracing.EnumInt16TypeInfo`1 struct EnumInt16TypeInfo_1_tAAC69CF43F9FC760FCDDA29A238C0E38B67BF88E; // System.Diagnostics.Tracing.EnumInt32TypeInfo`1> struct EnumInt32TypeInfo_1_t3F2F71A6E45491AACCC156DF27C45A45AF764C50; // System.Diagnostics.Tracing.EnumInt32TypeInfo`1 struct EnumInt32TypeInfo_1_tF464127DD9BDD21EB1D95AAFF1A311540ECCE80E; // System.Diagnostics.Tracing.EnumInt32TypeInfo`1 struct EnumInt32TypeInfo_1_t5AA6EA53C13EEDEF08F912E6519262F7BEBF3E9A; // System.Diagnostics.Tracing.EnumInt32TypeInfo`1 struct EnumInt32TypeInfo_1_t817C642DDFBA4E0855DB4518B9368A1CDE53BE67; // System.Diagnostics.Tracing.EnumInt32TypeInfo`1 struct EnumInt32TypeInfo_1_t8230EFB4B42416308F5FBF50250B54B84FBAE0D6; // System.Diagnostics.Tracing.EnumInt32TypeInfo`1 struct EnumInt32TypeInfo_1_tCD5592E744BBDB846E8B6E91B53C9E65664D985E; // System.Diagnostics.Tracing.EnumInt32TypeInfo`1 struct EnumInt32TypeInfo_1_tBB431510B340A77219B556FAB4F133BCD1720116; // System.Diagnostics.Tracing.EnumInt32TypeInfo`1 struct EnumInt32TypeInfo_1_t1D4E3675464183D7FBE2E5B0EDC19225EB4654C5; // System.Diagnostics.Tracing.EnumInt32TypeInfo`1 struct EnumInt32TypeInfo_1_t198514C54F5277CAA412C5470C666CE11EBA0758; // System.Diagnostics.Tracing.EnumInt32TypeInfo`1 struct EnumInt32TypeInfo_1_t2A9F7F34EB2D63094B3DB1071968F8AC49C3A666; // System.Diagnostics.Tracing.EnumInt32TypeInfo`1 struct EnumInt32TypeInfo_1_tE53029C877F07790B95275AA5A70D46BFC15DCED; // System.Diagnostics.Tracing.EnumInt32TypeInfo`1 struct EnumInt32TypeInfo_1_tD7F1E859807297D330927C28645E28D865006524; // System.Diagnostics.Tracing.EnumInt32TypeInfo`1 struct EnumInt32TypeInfo_1_t2164AB8BBD2403E79FE926BA0BF2C41C6986C12F; // System.Diagnostics.Tracing.EnumInt32TypeInfo`1 struct EnumInt32TypeInfo_1_tD004A9A7A229BEE457C37FCC03E9128468FD2442; // System.Diagnostics.Tracing.EnumInt32TypeInfo`1 struct EnumInt32TypeInfo_1_tCB0F8B832689979194BA21A79ED6F5FC17A7A17B; // System.Diagnostics.Tracing.EnumInt32TypeInfo`1 struct EnumInt32TypeInfo_1_tB870A563BA74B6D5B6C4801EC1C16AF307DB219A; // System.Diagnostics.Tracing.EnumInt32TypeInfo`1 struct EnumInt32TypeInfo_1_tCDC252DC29AEAE31FF4BA0607DEE10809E3CBBEC; // System.Diagnostics.Tracing.EnumInt32TypeInfo`1 struct EnumInt32TypeInfo_1_t9A4FE2D243380A995EDA41308EDA59A20BD452E5; // System.Diagnostics.Tracing.EnumInt32TypeInfo`1 struct EnumInt32TypeInfo_1_tF317DAD37B17CC33168FB08833D9689CAACE255E; // System.Diagnostics.Tracing.EnumInt32TypeInfo`1 struct EnumInt32TypeInfo_1_t7E1179359DA885C0D44ACCDBDEA28EDCB4B22D0A; // System.Diagnostics.Tracing.EnumInt32TypeInfo`1 struct EnumInt32TypeInfo_1_t3A47066B959455950ACBE0CFC9887025D1CD80F0; // System.Diagnostics.Tracing.EnumInt32TypeInfo`1 struct EnumInt32TypeInfo_1_tA1D2D03ACE576F348FFBA879037FF1BD472CC166; // System.Diagnostics.Tracing.EnumInt64TypeInfo`1> struct EnumInt64TypeInfo_1_t58765D93BC94D11BDAF817D783D668EAC859398C; // System.Diagnostics.Tracing.EnumInt64TypeInfo`1 struct EnumInt64TypeInfo_1_t8D63CCE711D787B505F27202C192F156FBDE159E; // System.Diagnostics.Tracing.EnumInt64TypeInfo`1 struct EnumInt64TypeInfo_1_t83E1CDD1E74E62E528675B59C9E63527EF101BBA; // System.Diagnostics.Tracing.EnumInt64TypeInfo`1 struct EnumInt64TypeInfo_1_t2B598E745D9F688892BB7181A11A2A1C8289EB77; // System.Diagnostics.Tracing.EnumInt64TypeInfo`1 struct EnumInt64TypeInfo_1_t2115F030762723EFE513888B2C714F94C4D3B165; // System.Diagnostics.Tracing.EnumInt64TypeInfo`1 struct EnumInt64TypeInfo_1_tC00F858446FAD6544F8EC61471FFB598FB0CB59A; // System.Diagnostics.Tracing.EnumInt64TypeInfo`1 struct EnumInt64TypeInfo_1_tD60467A70F0810A329DB43094B8FEF0F00C553DC; // System.Diagnostics.Tracing.EnumInt64TypeInfo`1 struct EnumInt64TypeInfo_1_tBB7480D10E8775D22C96A77490FAF27D6A993BBD; // System.Diagnostics.Tracing.EnumInt64TypeInfo`1 struct EnumInt64TypeInfo_1_t9B21A8F5C191B5FD83E952D815E1AAD0C858B073; // System.Diagnostics.Tracing.EnumInt64TypeInfo`1 struct EnumInt64TypeInfo_1_t592CC480D0AB9A543177E03C361F7091766BDF75; // System.Diagnostics.Tracing.EnumInt64TypeInfo`1 struct EnumInt64TypeInfo_1_tF9FB59F0DCA22E0DA0A457C1EE8FB0EE8654F454; // System.Diagnostics.Tracing.EnumInt64TypeInfo`1 struct EnumInt64TypeInfo_1_t5350663388346C1CD19DB2C70CA3015A880F0BE1; // System.Diagnostics.Tracing.EnumInt64TypeInfo`1 struct EnumInt64TypeInfo_1_t8E578BDC9FF4461730DE63EA0BAAAA6BAB508721; // System.Diagnostics.Tracing.EnumInt64TypeInfo`1 struct EnumInt64TypeInfo_1_tEFCEDEF68525B8822A30AF94FEF5456DEA7EF570; // System.Diagnostics.Tracing.EnumInt64TypeInfo`1 struct EnumInt64TypeInfo_1_t1D318ACB541DA4D4CF866D7047192C427A2B4AA5; // System.Diagnostics.Tracing.EnumInt64TypeInfo`1 struct EnumInt64TypeInfo_1_t2E18C187ACF74742421A69A2271C5C7480D40281; // System.Diagnostics.Tracing.EnumInt64TypeInfo`1 struct EnumInt64TypeInfo_1_tD254910F490AAD6431163325E807FD4CB93BD85F; // System.Diagnostics.Tracing.EnumInt64TypeInfo`1 struct EnumInt64TypeInfo_1_t8A2E161C3A44AFCAD5CC905E5185DBF22A7D63BC; // System.Diagnostics.Tracing.EnumInt64TypeInfo`1 struct EnumInt64TypeInfo_1_t8FB3C29C1D5EE212A04894C372A6D70C450D9A9B; // System.Diagnostics.Tracing.EnumInt64TypeInfo`1 struct EnumInt64TypeInfo_1_t7CDB049B26DE2904471375E665C19F66A18CE589; // System.Diagnostics.Tracing.EnumInt64TypeInfo`1 struct EnumInt64TypeInfo_1_t522993BB9667D5C27EC5E9B3AE63C2D436CD9D8D; // System.Diagnostics.Tracing.EnumInt64TypeInfo`1 struct EnumInt64TypeInfo_1_tCD5A3B48346B99E1A927055B827FD7B490144F23; // System.Diagnostics.Tracing.EnumSByteTypeInfo`1> struct EnumSByteTypeInfo_1_tC7CFCCC18A3C3E6F197134F5C02B5DD1593CDBE3; // System.Diagnostics.Tracing.EnumSByteTypeInfo`1 struct EnumSByteTypeInfo_1_t84A9F7127C451FD1D6F918C13E5A9C820F169A81; // System.Diagnostics.Tracing.EnumSByteTypeInfo`1 struct EnumSByteTypeInfo_1_t250B0618D664E497916244D0DB60E13735980431; // System.Diagnostics.Tracing.EnumSByteTypeInfo`1 struct EnumSByteTypeInfo_1_t33E4770DB98C2C3B2FF5FECB0A2ADB94E711754B; // System.Diagnostics.Tracing.EnumSByteTypeInfo`1 struct EnumSByteTypeInfo_1_t1C26360FF983B58A8A584BB51D9E20F7436E7C99; // System.Diagnostics.Tracing.EnumSByteTypeInfo`1 struct EnumSByteTypeInfo_1_t0820CC7D54DB2AEAC3579C92CA91439430B1019C; // System.Diagnostics.Tracing.EnumSByteTypeInfo`1 struct EnumSByteTypeInfo_1_t654819E19CACBC246DDB3C6A360B4B77F9301F2A; // System.Diagnostics.Tracing.EnumSByteTypeInfo`1 struct EnumSByteTypeInfo_1_tD05DFADCA5F38B6A889DA46E9DCC97495B422AC5; // System.Diagnostics.Tracing.EnumSByteTypeInfo`1 struct EnumSByteTypeInfo_1_t9505519225E30BD5F45B9E7234A0F3052A3AB2FC; // System.Diagnostics.Tracing.EnumSByteTypeInfo`1 struct EnumSByteTypeInfo_1_t8326E59BD0C7145884A338DD12145BA46B11E077; // System.Diagnostics.Tracing.EnumSByteTypeInfo`1 struct EnumSByteTypeInfo_1_tDA4A6E57EC3564EB72B0A09095C7CBF5B2310081; // System.Diagnostics.Tracing.EnumSByteTypeInfo`1 struct EnumSByteTypeInfo_1_t64215EF0747458831042D8F4F5ABEE86A71A135E; // System.Diagnostics.Tracing.EnumSByteTypeInfo`1 struct EnumSByteTypeInfo_1_t9FB747701226849D9B596E4F139E4F97F9A55073; // System.Diagnostics.Tracing.EnumSByteTypeInfo`1 struct EnumSByteTypeInfo_1_tEECBB9E81DBC7BC17832FFCB4C73501C94FE0216; // System.Diagnostics.Tracing.EnumSByteTypeInfo`1 struct EnumSByteTypeInfo_1_t770ED5035F38F84F5FDDAF39C579C845047138C9; // System.Diagnostics.Tracing.EnumSByteTypeInfo`1 struct EnumSByteTypeInfo_1_t8D6C3F5B5E58D4A1BA1F5F2444105366BA7EAF99; // System.Diagnostics.Tracing.EnumSByteTypeInfo`1 struct EnumSByteTypeInfo_1_t40C9792F9A4EFE9B35A68F710427FD5173062C83; // System.Diagnostics.Tracing.EnumSByteTypeInfo`1 struct EnumSByteTypeInfo_1_t13407952A865FEAEB03EED0B851FC6DBCDF8348F; // System.Diagnostics.Tracing.EnumSByteTypeInfo`1 struct EnumSByteTypeInfo_1_tDD384F5303E0BFC3A84A3BF8139886B03C04DD56; // System.Diagnostics.Tracing.EnumSByteTypeInfo`1 struct EnumSByteTypeInfo_1_tA24AB66B3F6028EEC1242CC736FFA2E7E66FCD2E; // System.Diagnostics.Tracing.EnumSByteTypeInfo`1 struct EnumSByteTypeInfo_1_tF576FA9D6755AA93609B1A09062823557540DA81; // System.Diagnostics.Tracing.EnumSByteTypeInfo`1 struct EnumSByteTypeInfo_1_tEADFAC9679D9988BB655F8DE25270B5CAC21740B; // System.Diagnostics.Tracing.EnumUInt16TypeInfo`1> struct EnumUInt16TypeInfo_1_t38EFBEDCD057539918395E1E7D0D580F95202C0E; // System.Diagnostics.Tracing.EnumUInt16TypeInfo`1 struct EnumUInt16TypeInfo_1_t4AD5FDF893DD7EE4C997BB550F5A149141C4EB53; // System.Diagnostics.Tracing.EnumUInt16TypeInfo`1 struct EnumUInt16TypeInfo_1_tFF28C636A959C216791C4C3AA561AD9F403E9F00; // System.Diagnostics.Tracing.EnumUInt16TypeInfo`1 struct EnumUInt16TypeInfo_1_t3FE64114574BA927247CBC86ED4C0D55B90E72B9; // System.Diagnostics.Tracing.EnumUInt16TypeInfo`1 struct EnumUInt16TypeInfo_1_tE12FD630A12C83B714974FB541B4D24953E3B6BA; // System.Diagnostics.Tracing.EnumUInt16TypeInfo`1 struct EnumUInt16TypeInfo_1_t120CAF216CECB574B59943E8281DDA1827918831; // System.Diagnostics.Tracing.EnumUInt16TypeInfo`1 struct EnumUInt16TypeInfo_1_t151493147DC956BB06D567BE058D4E4C15186E80; // System.Diagnostics.Tracing.EnumUInt16TypeInfo`1 struct EnumUInt16TypeInfo_1_t4E94CEA914BE69A357965EBE760A6A0FAAF74B0C; // System.Diagnostics.Tracing.EnumUInt16TypeInfo`1 struct EnumUInt16TypeInfo_1_tCDE284BF7B32E3EE413F07B2E601EA9F44D345C6; // System.Diagnostics.Tracing.EnumUInt16TypeInfo`1 struct EnumUInt16TypeInfo_1_t89415BF23FB31544896C1804CEE1467010DE071A; // System.Diagnostics.Tracing.EnumUInt16TypeInfo`1 struct EnumUInt16TypeInfo_1_tC6DEB8FC9D9B894AEE1BBDF8975F86A1A3C5DABE; // System.Diagnostics.Tracing.EnumUInt16TypeInfo`1 struct EnumUInt16TypeInfo_1_t91AD75788430C6878826DF12A785D17C8DE4BBAA; // System.Diagnostics.Tracing.EnumUInt16TypeInfo`1 struct EnumUInt16TypeInfo_1_t2C82D2C3955A53EDCAEE1DA9AFA408A03DADDB01; // System.Diagnostics.Tracing.EnumUInt16TypeInfo`1 struct EnumUInt16TypeInfo_1_tD7022CE83D3C5757EB561562C38EB96183A140D9; // System.Diagnostics.Tracing.EnumUInt16TypeInfo`1 struct EnumUInt16TypeInfo_1_t9DCDBD102963282E16F58089C36FC5D7EE61B1B2; // System.Diagnostics.Tracing.EnumUInt16TypeInfo`1 struct EnumUInt16TypeInfo_1_t249C26AE78F7B30A017D6FCA3D039CE6BD9B02F8; // System.Diagnostics.Tracing.EnumUInt16TypeInfo`1 struct EnumUInt16TypeInfo_1_tA0C6343C56CD58A84A7DF749484F28939392AE88; // System.Diagnostics.Tracing.EnumUInt16TypeInfo`1 struct EnumUInt16TypeInfo_1_t1D0D9261EA389BFDD0A4E251ADD11779E3C2145E; // System.Diagnostics.Tracing.EnumUInt16TypeInfo`1 struct EnumUInt16TypeInfo_1_t6C23BA045D7DC8EA33A4D87AC0BAE044CB37133C; // System.Diagnostics.Tracing.EnumUInt16TypeInfo`1 struct EnumUInt16TypeInfo_1_t72BF93EF6AFB611AC2A4C7BEB20D689927625A82; // System.Diagnostics.Tracing.EnumUInt16TypeInfo`1 struct EnumUInt16TypeInfo_1_tD6E553A8AD56B7EF440E85253049139EF6AD4A38; // System.Diagnostics.Tracing.EnumUInt16TypeInfo`1 struct EnumUInt16TypeInfo_1_tC774663856D86742424A43EC6810B3E5F3A1A44D; // System.Diagnostics.Tracing.EnumUInt32TypeInfo`1> struct EnumUInt32TypeInfo_1_tBFC8606E6CE1A6012B12491DF98C2A5101F9A70B; // System.Diagnostics.Tracing.EnumUInt32TypeInfo`1 struct EnumUInt32TypeInfo_1_tF7FEF362DB25FADB725D09C2F14F854D11B63ABA; // System.Diagnostics.Tracing.EnumUInt32TypeInfo`1 struct EnumUInt32TypeInfo_1_tF6B8B1B3DE81A7B78D50D108799138A0D8C41653; // System.Diagnostics.Tracing.EnumUInt32TypeInfo`1 struct EnumUInt32TypeInfo_1_t7AC969B8021364B81F118EA0868B1F8832F0DC9D; // System.Diagnostics.Tracing.EnumUInt32TypeInfo`1 struct EnumUInt32TypeInfo_1_tDFDF9F220BEA5C6EA946F840B8ECF216CD54D68A; // System.Diagnostics.Tracing.EnumUInt32TypeInfo`1 struct EnumUInt32TypeInfo_1_t3B7E139A1CEF87EA729C6339CC4241AF0A28BEF3; // System.Diagnostics.Tracing.EnumUInt32TypeInfo`1 struct EnumUInt32TypeInfo_1_t3FDA1CA3592B8989840DDF5D6311F9B497D5C790; // System.Diagnostics.Tracing.EnumUInt32TypeInfo`1 struct EnumUInt32TypeInfo_1_tCABE7B4B070D353057068ED0F533C152A4A19D64; // System.Diagnostics.Tracing.EnumUInt32TypeInfo`1 struct EnumUInt32TypeInfo_1_t8E173B3BA9045D2C66ECDC3711E1C245A1C18504; // System.Diagnostics.Tracing.EnumUInt32TypeInfo`1 struct EnumUInt32TypeInfo_1_t6A8CBA9C780F318B2BF90C794C5AB1A061CC3F0F; // System.Diagnostics.Tracing.EnumUInt32TypeInfo`1 struct EnumUInt32TypeInfo_1_tD1F689AF2049E4429338061D66C31AFD79162768; // System.Diagnostics.Tracing.EnumUInt32TypeInfo`1 struct EnumUInt32TypeInfo_1_t5F7B20BE56156822DE56E73535D7BC3895425DE9; // System.Diagnostics.Tracing.EnumUInt32TypeInfo`1 struct EnumUInt32TypeInfo_1_tDD9BBE8D777B7A64B31B130FB8E3C8F638DE7A5F; // System.Diagnostics.Tracing.EnumUInt32TypeInfo`1 struct EnumUInt32TypeInfo_1_t591AF7C675D2A8509E0A53BEB4434882D3E0AED3; // System.Diagnostics.Tracing.EnumUInt32TypeInfo`1 struct EnumUInt32TypeInfo_1_t3B389296BEBBB004B501EB9041F9CE339695BC5E; // System.Diagnostics.Tracing.EnumUInt32TypeInfo`1 struct EnumUInt32TypeInfo_1_t275B65074942FCA680640C7B3E4C072126BB1A6E; // System.Diagnostics.Tracing.EnumUInt32TypeInfo`1 struct EnumUInt32TypeInfo_1_tFB15F0364F9F5604AF7883573ED42D6220778344; // System.Diagnostics.Tracing.EnumUInt32TypeInfo`1 struct EnumUInt32TypeInfo_1_t4C61F08DB05681989B0CDDC6EC177CDA8B8B4F02; // System.Diagnostics.Tracing.EnumUInt32TypeInfo`1 struct EnumUInt32TypeInfo_1_t3FF7FEA94FC466A228E2CCECC8FF77CA0755D215; // System.Diagnostics.Tracing.EnumUInt32TypeInfo`1 struct EnumUInt32TypeInfo_1_t22BD1905DAB86D680B4DEDA4F958372FE5A8BD3C; // System.Diagnostics.Tracing.EnumUInt32TypeInfo`1 struct EnumUInt32TypeInfo_1_tFBE04A697D5F1EE10D67252422795FB2D23D2936; // System.Diagnostics.Tracing.EnumUInt32TypeInfo`1 struct EnumUInt32TypeInfo_1_t964FA9B7A79FFED659FCF789885172B6BE990F28; // System.Diagnostics.Tracing.EnumUInt64TypeInfo`1> struct EnumUInt64TypeInfo_1_tD0ED195FD21F23CD7EE18DBE7E7916ADC97439D1; // System.Diagnostics.Tracing.EnumUInt64TypeInfo`1 struct EnumUInt64TypeInfo_1_t3AD9F0619B62F6356E93B3A2B07753E5F2A70792; // System.Diagnostics.Tracing.EnumUInt64TypeInfo`1 struct EnumUInt64TypeInfo_1_t53CDC6701619BAEF529C860F0CC84AC3B091A375; // System.Collections.Generic.EqualityComparer`1 struct EqualityComparer_1_t399C4B066E24442E62E52C1FD1CCF501E96C846F; // System.Collections.Generic.EqualityComparer`1 struct EqualityComparer_1_t469B0BBE7B6765C576211BEF8F2803A5AD411A20; // System.Collections.Generic.EqualityComparer`1 struct EqualityComparer_1_tDC2082D4D5947A0F76D6FA7870E09811B1A8B69E; // System.Collections.Generic.EqualityComparer`1 struct EqualityComparer_1_t2CB162EA279A061211B72C2877C7DA4B0F751210; // System.Collections.Generic.EqualityComparer`1 struct EqualityComparer_1_t36F59BE8A7D09DAD053C946F6A3C52D5990604F5; // System.Func`1 struct Func_1_t76DECFBA7E8607FAED0307739AF623E13E9A32D8; // System.Func`1 struct Func_1_tD8217A517B81548153B648DD9D5285A3A78807D4; // System.Func`3 struct Func_3_t4B36DD563993AA411E08890F0B6B0CA6DFAAC4E9; // System.Collections.Generic.IDictionary`2 struct IDictionary_2_t14E9353DEB40A48A1A35197206F368A873E9A74A; // System.Collections.Generic.IEnumerator`1> struct IEnumerator_1_t888815C7E263D6917EAAF3CA95198743B3673E84; // System.Collections.Generic.IEqualityComparer`1 struct IEqualityComparer_1_tA69FAEE2FF62FD94D03621391FBBAA1F820E8B92; // UnityEngine.InputSystem.LowLevel.InputStateHistory`1 struct InputStateHistory_1_tD641410C27386B52858D4862A3C8687BBF379F0B; // System.Collections.Generic.Dictionary`2/KeyCollection struct KeyCollection_t7A3E9764F18C1DE44C90DF9D411158787E20A943; // System.Collections.Generic.KeyValuePair`2 struct KeyValuePair_2_tC5DBFF0A12DD027962885E57237A73F3553DE521; // System.Collections.Generic.List`1 struct List_1_t260B41F956D673396C33A4CF94E8D6C4389EACB7; // System.Collections.Generic.List`1 struct List_1_t2DD46702114CB33CAAE4FD03EE0628A6B357B441; // System.Collections.Generic.List`1 struct List_1_tEC0B302C3EF23400C3EC92ED7672A715CA602068; // System.Threading.SparselyPopulatedArrayFragment`1 struct SparselyPopulatedArrayFragment_1_t93197EF47D6A025755987003D5D62F3AED371C21; // System.Collections.Generic.Dictionary`2/ValueCollection struct ValueCollection_tE30D2CF7AE93E79624FC9423989FB43B317280DF; // System.Action`1[] struct Action_1U5BU5D_t869135252E198DB5B25DC1D8E460FA19D53E119B; // System.Action`2[] struct Action_2U5BU5D_tAEE2FE315F5157233820CCF18FC5BADD298B3653; // System.Action`3[] struct Action_3U5BU5D_tBA2F9B16A42170FE442D0B98E6DA1638D7754051; // System.Collections.Generic.Dictionary`2/Entry[] struct EntryU5BU5D_t19FCE264BF26418E45186B707D1479049C0FEA67; // System.Func`3[] struct Func_3U5BU5D_tF47240ECC2AE5FA567A61D6AB12DB0E77AB9B798; // System.Collections.Generic.KeyValuePair`2[] struct KeyValuePair_2U5BU5D_tA97D178F25732408D4AC6B5F926A9EDED5F8E000; // System.Collections.Generic.KeyValuePair`2[] struct KeyValuePair_2U5BU5D_t0BF7C6185BEFBB97D75B41C977593F6FA8E45F23; // System.Collections.Generic.KeyValuePair`2[] struct KeyValuePair_2U5BU5D_t7E976A4C11090CA77A36F27FF080865677E9C105; // System.Collections.Generic.KeyValuePair`2[] struct KeyValuePair_2U5BU5D_tA780E964000F617CC6335A0DEC92B09FE0085E1C; // System.Collections.Generic.KeyValuePair`2[] struct KeyValuePair_2U5BU5D_tFE6B4C7AAF7248A65A2EFD85E339C6F988A62C2C; // System.Collections.Generic.List`1[] struct List_1U5BU5D_tABF499D891C900D1171501E0545AD96030B3877C; // System.Boolean[] struct BooleanU5BU5D_tEC7BAF93C44F875016DAADC8696EE3A465644D3C; // System.Byte[] struct ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726; // System.Char[] struct CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34; // System.Reflection.CustomAttributeNamedArgument[] struct CustomAttributeNamedArgumentU5BU5D_t4EC7EAEB21A9435BFB8F2693AE8B3AD73E574451; // System.Reflection.CustomAttributeTypedArgument[] struct CustomAttributeTypedArgumentU5BU5D_t20B1BE58263263B492DAC21E270358FB31189F98; // System.Delegate[] struct DelegateU5BU5D_t677D8FE08A5F99E8EE49150B73966CD6E9BF7DB8; // System.Runtime.CompilerServices.Ephemeron[] struct EphemeronU5BU5D_tA2F880A59471B7642CA02323CD56295126FC28A8; // UnityEngine.InputSystem.EnhancedTouch.Finger[] struct FingerU5BU5D_tCFD149751D44AF322A6ECF960D5D2F213A2E14FD; // UnityEngine.InputSystem.InputDevice[] struct InputDeviceU5BU5D_tE05D1214F0F949DC3A889F8DB4B7A68A3089F6D6; // UnityEngine.InputSystem.Users.InputUser[] struct InputUserU5BU5D_tE46EC3FAD1D93FC55C7CFF671B0CD166AF788CA7; // System.Int32[] struct Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32; // System.IntPtr[] struct IntPtrU5BU5D_t27FC72B0409D75AAF33EC42498E8094E95FEE9A6; // UnityEngine.InputSystem.Utilities.InternedString[] struct InternedStringU5BU5D_t1EAE8433C8EF7C76894673801EE0EE9F6833E9A4; // UnityEngine.Mesh[] struct MeshU5BU5D_t9083AB7B9B72E4E05B55B7CA24A5D6020DC1C6D8; // UnityEngine.InputSystem.Utilities.NameAndParameters[] struct NameAndParametersU5BU5D_t960DDB52F44DD1231B0C626E9C859F1E0B2F5EAD; // UnityEngine.InputSystem.Utilities.NamedValue[] struct NamedValueU5BU5D_t16F5D30B70B5FEDA89AE16CFD61FACEC7DF85391; // ONSPPropagationMaterial[] struct ONSPPropagationMaterialU5BU5D_tEADEC364F10F56DA10285B0195F5D14FD17C75E6; // System.Object[] struct ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE; // System.Reflection.ParameterInfo[] struct ParameterInfoU5BU5D_tB1B367487BAA9E1B2DA7EAA95B443D0B183AF80B; // System.Reflection.ParameterModifier[] struct ParameterModifierU5BU5D_tFF6F73F1CFE837331D6AAA11CC78CE5D9B5F0A2B; // UnityEngine.Playables.PlayableBinding[] struct PlayableBindingU5BU5D_t4FD470872BB5C6A1794C9CB06830B557CA874CB3; // UnityEngine.LowLevel.PlayerLoopSystem[] struct PlayerLoopSystemU5BU5D_t3BA4C765F5D8A6C384A54624258E9A167CA8CD17; // ReflectionSnapshot[] struct ReflectionSnapshotU5BU5D_t690458B797C9FE34D387A9C1A0145317B3E08FED; // UnityEngine.Rendering.ShaderTagId[] struct ShaderTagIdU5BU5D_t686E07D907EFB64EA7EDB605791DF44DE6CAD823; // System.Diagnostics.StackTrace[] struct StackTraceU5BU5D_t4AD999C288CB6D1F38A299D12B1598D606588971; // System.String[] struct StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A; // UnityEngine.InputSystem.Utilities.Substring[] struct SubstringU5BU5D_tE332884993470F5CF7BAAA950414E4E24691A8D0; // UnityEngine.Texture[] struct TextureU5BU5D_t9DBF348F22539052ACB9387E8BB14A3AF2701150; // UnityEngine.InputSystem.EnhancedTouch.Touch[] struct TouchU5BU5D_tA75E18663150E79625A5A3C3FAE5D39238D343AA; // UnityEngine.InputSystem.Touchscreen[] struct TouchscreenU5BU5D_t969F0005E7679F003576EE2D2625A604920C51DC; // System.Type[] struct TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755; // System.UInt32[] struct UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF; // System.UInt64[] struct UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2; // UnityEngine.Rendering.VertexAttributeDescriptor[] struct VertexAttributeDescriptorU5BU5D_tD5E8E25AC5B9F233FDC5658F2C11FB7412BBDBFF; // MS.Internal.Xml.Cache.XPathNode[] struct XPathNodeU5BU5D_t9C12796872BE720EA06A401CEBEE89CCB2482986; // UnityEngine.InputSystem.InputActionMap/BindingJson[] struct BindingJsonU5BU5D_tAE92DA4FCC0E3900948300E503DE0ED684EC30B4; // UnityEngine.InputSystem.InputActionMap/ReadActionJson[] struct ReadActionJsonU5BU5D_tCF8120EBA360F9A415E4148920C8834DAB6EDB88; // UnityEngine.InputSystem.InputActionMap/WriteActionJson[] struct WriteActionJsonU5BU5D_tAF7847B877C55C4B3B39412B05F65864D8C26D23; // UnityEngine.InputSystem.InputControlScheme/DeviceRequirement[] struct DeviceRequirementU5BU5D_tBAAEA8AD0E93A8EF9DF98E9F4957B7A56286E795; // UnityEngine.InputSystem.InputManager/StateChangeMonitorListener[] struct StateChangeMonitorListenerU5BU5D_tDAD5F58C5DE40F3506B68B397214BA6D4D94BC10; // UnityEngine.InputSystem.InputRemoting/RemoteInputDevice[] struct RemoteInputDeviceU5BU5D_tC5C468462466D12A8B5E0EC4AE5689BDCEC9C5D3; // UnityEngine.InputSystem.Users.InputUser/OngoingAccountSelection[] struct OngoingAccountSelectionU5BU5D_t17112E132ED2BADABDAD429FEB577468F71C229C; // UnityEngine.InputSystem.Users.InputUser/UserData[] struct UserDataU5BU5D_tAAAE98ECE97118B421596A7C5E54DB9ABF2E047B; // UnityEngine.InputSystem.Utilities.MemoryHelpers/BitRegion[] struct BitRegionU5BU5D_tF6D5F89A752F557BCBFDE82CA0F4C7CB0ABF364B; // UnityEngine.Experimental.Rendering.RenderGraphModule.RenderGraph/CompiledPassInfo[] struct CompiledPassInfoU5BU5D_t073F9C3742D322F388D91BA1CF5FD37AA26DA9C5; // UnityEngine.Experimental.Rendering.RenderGraphModule.RenderGraph/CompiledResourceInfo[] struct CompiledResourceInfoU5BU5D_t5FAF4C10C564B8826DA6268137496CC9583C5D37; // UnityEngine.Experimental.Rendering.RenderGraphModule.RenderGraphResourceRegistry/RendererListResource[] struct RendererListResourceU5BU5D_tCD88751EFCF46EA115841E25D7484FADFCCF9BA3; // System.Xml.Schema.SequenceNode/SequenceConstructPosContext[] struct SequenceConstructPosContextU5BU5D_tB4ACA1FC55072B19F97324DE24BBB743C90351EF; // UnityEngine.InputSystem.InputControlScheme/SchemeJson/DeviceJson[] struct DeviceJsonU5BU5D_tD438D8EA8980895AD24A4F143673C4FC8C13A0EB; // UnityEngine.InputSystem.LowLevel.ActionEvent struct ActionEvent_t12598D9456C7953E3247F33C09C879BF879A0E48; // System.ArgumentException struct ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00; // System.ArgumentNullException struct ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB; // System.ArgumentOutOfRangeException struct ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8; // System.AsyncCallback struct AsyncCallback_tA7921BEF974919C46FF8F9D9867C567B200BB0EA; // UnityEngine.Audio.AudioMixerSnapshot struct AudioMixerSnapshot_tEB4566F3038FC0FD462321FB9B93450DCC9BD9A3; // UnityEngine.EventSystems.BaseRaycaster struct BaseRaycaster_tBC0FB2CBE6D3D40991EC20F689C43F76AD82A876; // System.Reflection.Binder struct Binder_t2BEE27FD84737D1E79BC47FD67F6D3DD2F2DDA30; // System.Xml.Schema.BitSet struct BitSet_t36CD5E21CDE8972A6BCEF9E414933DD893966438; // UnityEngine.Camera struct Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C; // System.Threading.CancellationCallbackInfo struct CancellationCallbackInfo_t7FC8CF6DB4845FCB0138771E86AE058710B1117B; // System.Threading.CancellationTokenSource struct CancellationTokenSource_t78B989179DE23EDD36F870FFEE20A15D6D3C65B3; // UnityEngine.ComputeBuffer struct ComputeBuffer_t795666617BDC98AB4033FDD4CE0304A22B7E6427; // UnityEngine.Rendering.CullingAllocationInfo struct CullingAllocationInfo_tE699E87CDF753430EFA591B80E54D71A3624A083; // System.Text.Decoder struct Decoder_t91B2ED8AEC25AA24D23A00265203BE992B12C370; // System.Delegate struct Delegate_t; // System.DelegateData struct DelegateData_t17DD30660E330C49381DAA99F934BE75CB11F288; // System.Text.Encoding struct Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827; // UnityEngine.InputSystem.UI.ExtendedPointerEventData struct ExtendedPointerEventData_t92C1900C127BAADC044F56930EC40BF048DF5457; // System.Reflection.FieldInfo struct FieldInfo_t; // System.Diagnostics.Tracing.FieldMetadata struct FieldMetadata_t2E7367B0A1B1168F2B7E8206B5A9C905E5F29A0A; // UnityEngine.InputSystem.EnhancedTouch.Finger struct Finger_t3B83C972B2375B2C4628C53FE90CE859951A677F; // UnityEngine.GameObject struct GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319; // UnityEngine.UI.Graphic struct Graphic_tF07D777035055CF93BA5F46F77ED5EDFEFF9AE24; // System.IAsyncResult struct IAsyncResult_tC9F97BF36FCF122D29D3101D80642278297BF370; // System.Collections.IDictionary struct IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A; // System.Collections.IDictionaryEnumerator struct IDictionaryEnumerator_t8A89A8564EADF5FFB8494092DFED7D7C063F1501; // System.Xml.IDtdEntityInfo struct IDtdEntityInfo_t6CD9881A9EC86BF67CCFD10F64F69D18316D6AFC; // System.Collections.IEnumerator struct IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105; // CrazyMinnow.SALSA.IExpressionController struct IExpressionController_t6BF3119963628EF4906080ACCB425C8CB28BE610; // System.Runtime.Serialization.IFormatterConverter struct IFormatterConverter_t2A667D8777429024D8A3CB3D9AE29EA79FEA6176; // UnityEngine.InputSystem.IInputActionCollection struct IInputActionCollection_t4A11E5FA3BC95E16F6309F1EAE8E320A129693A5; // UnityEngine.InputSystem.LowLevel.IInputStateChangeMonitor struct IInputStateChangeMonitor_t5F50ED403021CCE28E9B9955F770E5A05EF7B152; // UnityEngine.Playables.INotification struct INotification_tFB7646E6B1EA37ECE9D39374A3BD74B278E19C56; // UnityEngine.InputSystem.InputActionState struct InputActionState_tBAB20591FD6515A6FF5D70EF641A423E270A33F9; // UnityEngine.InputSystem.InputControl struct InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1; // UnityEngine.InputSystem.InputDevice struct InputDevice_t64BD575C54DB522A280D29E47F96E52B79B22D87; // UnityEngine.InputSystem.LowLevel.InputEvent struct InputEvent_t0E4B1A66D8B3273D8188F3902F40C5E8BFF6E234; // UnityEngine.InputSystem.LowLevel.InputStateHistory struct InputStateHistory_t0869C8331534E5D5C7E2D33FA6EEC05E85C18A31; // System.InvalidOperationException struct InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB; // System.Collections.Generic.KeyNotFoundException struct KeyNotFoundException_t0A3BE653F7FA27DEA1C91C2FB3DAA6C8D0CBB952; // System.Threading.ManualResetEvent struct ManualResetEvent_t9E2ED486907E3A16122ED4E946534E4DD6B5A7BA; // UnityEngine.Material struct Material_t8927C00353A72755313F046D0CE85178AE8218EE; // System.Reflection.MemberFilter struct MemberFilter_t48D0AA10105D186AF42428FA532D4B4332CF8B81; // System.Reflection.MemberInfo struct MemberInfo_t; // UnityEngine.Mesh struct Mesh_t2F5992DBA650D5862B43D3823ACD997132A57DA6; // UnityEngine.MeshFilter struct MeshFilter_t763BB2BBF3881176AD25E4570E6DD215BA0AA51A; // System.Reflection.MethodInfo struct MethodInfo_t; // UnityEngine.Object struct Object_tF2F3778131EFF286AF62B7B013A170F95A91571A; // UnityEngine.InputSystem.OnScreen.OnScreenControl struct OnScreenControl_tA6D277F33AD97847569391E9C6EC9443CD08AFE4; // System.Security.Cryptography.RandomNumberGenerator struct RandomNumberGenerator_t2CB5440F189986116A2FA9F907AE52644047AC50; // UnityEngine.Experimental.Rendering.RenderGraphModule.RenderGraphPass struct RenderGraphPass_t74E069EBD82C699F2D70EC8C0D5D16A8AF5EB520; // UnityEngine.RenderTexture struct RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849; // System.Runtime.Serialization.SafeSerializationManager struct SafeSerializationManager_tDE44F029589A028F8A3053C5C06153FAB4AAE29F; // UnityEngine.UI.Selectable struct Selectable_t34088A3677CC9D344F81B0D91999D8C5963D7DBD; // System.Threading.SendOrPostCallback struct SendOrPostCallback_t6B7334CE017AF595535507519400AC02D688DC3C; // System.Xml.Schema.SequenceNode struct SequenceNode_t78A21AD6631AE7818CF1914282B25863653EE4FD; // System.Runtime.Serialization.SerializationException struct SerializationException_tDB38C13A2ABF407C381E3F332D197AC1AD097A92; // System.Runtime.Serialization.SerializationInfo struct SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1; // UnityEngine.Sprite struct Sprite_t5B10B1178EC2E6F53D33FFD77557F31C08A51ED9; // System.IO.Stream struct Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB; // System.String struct String_t; // UnityEngine.Terrain struct Terrain_t2C0E3B3A2895E81446EFF4F5AFD601CF977D1836; // System.IO.TextReader struct TextReader_t25B06DCA1906FEAD02150DB14313EBEA4CD78D2F; // UnityEngine.Texture struct Texture_t9FE0218A1EEDF266E8C85879FE123265CACC95AE; // UnityEngine.InputSystem.Touchscreen struct Touchscreen_tE679C4B2C2D8C5979EAC5A2002603672A202E3EB; // System.Diagnostics.Tracing.TraceLoggingDataCollector struct TraceLoggingDataCollector_t5C690F08E67433C8CBAC45BCF713D40E805DB2C7; // System.Diagnostics.Tracing.TraceLoggingEventTypes struct TraceLoggingEventTypes_t5D42665BA8E6C5484C383973645BA1D54D61D23D; // System.Diagnostics.Tracing.TraceLoggingMetadataCollector struct TraceLoggingMetadataCollector_tFDCF6C9B118FD41428DBE1C3AA17A601001C1B2C; // UnityEngine.Transform struct Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1; // System.Type struct Type_t; // UnityEngine.Events.UnityAction struct UnityAction_t22E545F8BE0A62EE051C6A83E209587A0DB1C099; // System.Uri struct Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612; // System.Void struct Void_t700C6383A2A510C2CF4DD86DABD5CA9FF70ADAC5; // MS.Internal.Xml.Cache.XPathNodeInfoAtom struct XPathNodeInfoAtom_tD28503461CDC6B0676C301A1559C7530C8D129C6; // UnityEngine.Playables.PlayableBinding/CreateOutputMethod struct CreateOutputMethod_t7A129D00E8823B50AEDD0C9B082C9CB3DF863876; // UnityEngine.LowLevel.PlayerLoopSystem/UpdateFunction struct UpdateFunction_tEDC2A88F61F179480CAA9443E6ADDA3F126B8AEA; // System.Diagnostics.Tracing.TraceLoggingMetadataCollector/Impl struct Impl_t275DB33AC909F02E92373EFEB69C92B5B4320B55; IL2CPP_EXTERN_C RuntimeClass* ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ArrayTypeMismatchException_tFD610FDA00012564CB75AFCA3A489F29CF628784_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* DictionaryEntryU5BU5D_t33D15CB512B443D0720CE6253811B8F4FA7179B1_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* DictionaryHashHelpers_tEF09A64281F3DF4301DEFFAC2B97BCCEDE109060_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* EnumHelper_1_t0BA1977F909FE948AAD5243D1B7C86D1D12A2C81_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* EnumHelper_1_t1A18AB4B10A79E8CE2267B3FAD22C9B957BBCA3E_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* EnumHelper_1_t20AF5068487E525E3E8193BD8075E5581B0827B5_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* EnumHelper_1_t2D08E12E0A6AD73687A24BCA4D645C9F49D8D946_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* EnumHelper_1_t6BD71958DB2C269FECC9ECC395A69D160418277D_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* EnumHelper_1_t710CB15BC03192055332903E689AAFD52F3E8852_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* EnumHelper_1_t93237184A227ABFC32C9556D849B44C8CC074D48_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* EnumHelper_1_tC82FAAF78504152B465669C9102B86D7DCE21244_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Enum_t23B90B40F60E677A8025267341651C94AE079CDA_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* HashHelpers_t001D7D03DA7A3C3426744B45509316917E7A90F9_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* InvalidCastException_tD99F9FF94C3859C78E90F68C2F77A1558BCAF463_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* KeyNotFoundException_t0A3BE653F7FA27DEA1C91C2FB3DAA6C8D0CBB952_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* NonRandomizedStringEqualityComparer_t10D949965180A66DA3BC8C7D0EDFF8CE941FF620_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* SerializationException_tDB38C13A2ABF407C381E3F332D197AC1AD097A92_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Statics_t4B5A84F3134B8BF7299B14BE64813C95F1ABBCE3_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Type_t_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* UserAchievementStored_t_t247111C9F9BE58DACABB3B133080AF61378E680F_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* UserStatsReceived_t_t59EF7C70907287461DD6C1BF83153B2177D6B775_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* UserStatsStored_t_t29AF23328C3217677AB582A6DA46231A4D433FA3_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C String_t* _stringLiteral1275D52763CF050C5A4C759818D60119CC35BD69; IL2CPP_EXTERN_C String_t* _stringLiteral2B6D6F48C27C60C3B55391AB377D9DC8F5639AA1; IL2CPP_EXTERN_C String_t* _stringLiteral38E3DBC7FC353425EF3A98DC8DAC6689AF5FD1BE; IL2CPP_EXTERN_C String_t* _stringLiteral3ECE023333DCF45DE7B1FEAFFE30E295210DDD9B; IL2CPP_EXTERN_C String_t* _stringLiteral46A01A440913AE3A82489D220ACF899D570C29A7; IL2CPP_EXTERN_C String_t* _stringLiteral46F273EF641E07D271D91E0DC24A4392582671F8; IL2CPP_EXTERN_C String_t* _stringLiteral569FEAE6AEE421BCD8D24F22865E84F808C2A1E4; IL2CPP_EXTERN_C String_t* _stringLiteral6195D7DA68D16D4985AD1A1B4FD2841A43CDDE70; IL2CPP_EXTERN_C String_t* _stringLiteral6A42FCEEAC1D98507D8329C4992B135D890D96AB; IL2CPP_EXTERN_C String_t* _stringLiteral7E7A07FECA0FF43839D67A9F7828EE56182CC9F6; IL2CPP_EXTERN_C String_t* _stringLiteral967D403A541A1026A83D548E5AD5CA800AD4EFB5; IL2CPP_EXTERN_C String_t* _stringLiteralA7B00F7F25C375B2501A6ADBC86D092B23977085; IL2CPP_EXTERN_C String_t* _stringLiteralB829404B947F7E1629A30B5E953A49EB21CCD2ED; IL2CPP_EXTERN_C String_t* _stringLiteralBD0381A992FDF4F7DA60E5D83689FE7FF6309CB8; IL2CPP_EXTERN_C String_t* _stringLiteralC0E02A0440A6BB4475B7E59901C37A6A25E773C8; IL2CPP_EXTERN_C String_t* _stringLiteralC37D78082ACFC8DEE7B32D9351C6E433A074FEC7; IL2CPP_EXTERN_C String_t* _stringLiteralC5ABE84F2ABF009EBC68D2A32EF8C171B074F922; IL2CPP_EXTERN_C String_t* _stringLiteralC5F173ABE7214E8ED04EE91D0D5626EEDF0007E9; IL2CPP_EXTERN_C String_t* _stringLiteralCECF2650D3F261EAEF98CF86BF0563F906B4EB7A; IL2CPP_EXTERN_C String_t* _stringLiteralD05490B2477D1474757D2C2EB01170BBA7621106; IL2CPP_EXTERN_C String_t* _stringLiteralE200AC1425952F4F5CEAAA9C773B6D17B90E47C1; IL2CPP_EXTERN_C String_t* _stringLiteralE7D028CCE3B6E7B61AE2C752D7AE970DA04AB7C6; IL2CPP_EXTERN_C String_t* _stringLiteralF0569A2D4DF78C8C40FBF38FD14928474637FF26; IL2CPP_EXTERN_C const RuntimeMethod* ConditionalWeakTable_2_Add_mF91BF6A515300AB082CBB3A7794B9367B10A47B6_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ConditionalWeakTable_2_Remove_m311B542E354997FD9AF99516C911AD0408A51B5A_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ConditionalWeakTable_2_TryGetValue_mEF885DA19B41F4A1F481078F276C7F4F8A095063_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_CopyTo_m3B73DD625B9B43ADB15426F9F4C5989E631F3ABD_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_FindEntry_m11069B3D9965ED6E800ACB1DD030BA18B41C8303_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_GetObjectData_mC58820C2AEFB7758746460EF93C97FAB6F2B4D8A_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_IsCompatibleKey_m396EE40F0AD029A0BEE45BE47659585979DBED2F_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_OnDeserialization_mD5EF1B513D2D2C1F2A28BF625C430205D4E03F8B_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_Remove_mCE7357D221551D7B4D7A686806D784AC749B6D9A_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_System_Collections_ICollection_CopyTo_m91F39A3D534DCA13ADEDC85B9DB64D4D14A4100F_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_System_Collections_IDictionary_set_Item_mA85EE45A3270AC8C88B384DF0D2BE9EFF74ECA05_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_TryInsert_mC8549918F8F74910551417C7C0CD06BDA185D976_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2__ctor_mADEDE89AF2281B22D136EF6AEA88548A0D9E57A5_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2__ctor_mD542FD73F37BE31306287B27841109B0F48188E8_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_get_Item_mA1B1F6D327636861E71C5A7774E247DB89E933B6_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* EmptyInternalEnumerator_1_get_Current_m0159E6785EDC7327FCDD116C6DA23C0E2E5D2ED1_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* EmptyInternalEnumerator_1_get_Current_m01D93C5D48ED1FF1F29130E0D426893860A24F34_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* EmptyInternalEnumerator_1_get_Current_m03C30054ED8E2427E3DE1E1BCB87D07891AD4BF3_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* EmptyInternalEnumerator_1_get_Current_m068BC885BC21527B9E70BC2839EEA915900A320E_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* EmptyInternalEnumerator_1_get_Current_m099F340F8D3D6575BB5387504257EC8DCB3986F6_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* EmptyInternalEnumerator_1_get_Current_m0A1A910F91FE790B1F5B6DA66C26DE5E71B9B3D8_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* EmptyInternalEnumerator_1_get_Current_m0A6B36AB083431994C29D985670BB1A2E30C17B1_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* EmptyInternalEnumerator_1_get_Current_m0D4A68D8BB6533BD072C38B422854974EC1A5897_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* EmptyInternalEnumerator_1_get_Current_m0D4C48486358DB36676208BF91EF75A1EC9A4301_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* EmptyInternalEnumerator_1_get_Current_m0DB143A0CAECFC05B7BABF0289137DF047C42DF3_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* EmptyInternalEnumerator_1_get_Current_m0E79550555B59D1214C323127746942EBDD40BF5_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* EmptyInternalEnumerator_1_get_Current_m0E9C3521D4CA2053162B1108929CE4C6323F0021_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* EmptyInternalEnumerator_1_get_Current_m0EEFE5E4A643A7D5744D157A559EC2ECE8C49A0B_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* EmptyInternalEnumerator_1_get_Current_m0F71CAE23EACB2F1DA49911C7A9E814A0009C3D9_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* EmptyInternalEnumerator_1_get_Current_m109167CF904504D2172CDBA3EC9B17DFF513A53B_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* EmptyInternalEnumerator_1_get_Current_m118314C4A46F66773BD53A22BEE34151CE2D451E_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* EmptyInternalEnumerator_1_get_Current_m12D771D7D2E13EC5A2031B8C63D728241480A6DF_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* EmptyInternalEnumerator_1_get_Current_m158CCBED743316971A29BACBBF9A4163448C8462_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* EmptyInternalEnumerator_1_get_Current_m15B23A0EE708C715FD97E17364926F9EB74B222D_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* EmptyInternalEnumerator_1_get_Current_m17B652CA58017003144AEB65754C48237BC93E87_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* EmptyInternalEnumerator_1_get_Current_m19B31898539C5E49A201E6C5AAF39569CCBB62AE_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* EmptyInternalEnumerator_1_get_Current_m1B0B1A7B96E78AA57F632C220BB3118340254CD2_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* EmptyInternalEnumerator_1_get_Current_m1B5F6754CBFBD96D22CFBFB6E6F06DB1F78BD42E_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* EmptyInternalEnumerator_1_get_Current_m1C998C82F92E71C677EEA06653462CDC3C1663FA_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* EmptyInternalEnumerator_1_get_Current_m1CB87ACC66A10F1B82F18B1D6406AAF6206FC382_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* EmptyInternalEnumerator_1_get_Current_m1DC3A8E2A596FE5C068C82E3CB9682504AF13360_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* EmptyInternalEnumerator_1_get_Current_m1FBA86B02C66E5CCBF2BB88BD10C2F6639FE9DBA_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* EmptyInternalEnumerator_1_get_Current_m2097CCE80B23B94A837E57793C017B7C4A79106B_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* EmptyInternalEnumerator_1_get_Current_m20E5BBBD6977255D26A03FF95014DB97908A47B5_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* EmptyInternalEnumerator_1_get_Current_m2102B98CE42D70B926F9234CA8FB646ECBB7107C_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* EmptyInternalEnumerator_1_get_Current_m210881F92F4C1B54C5B5E98459F7431CD7BA1CE3_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* EmptyInternalEnumerator_1_get_Current_m211645854B219BE51C689DDE058813276FBBA520_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* EmptyInternalEnumerator_1_get_Current_m2138FAEED624E705B2E2E878D560EF35DB401295_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* EmptyInternalEnumerator_1_get_Current_m227933A7E48F2DE5D2A64AE9D4DDDBF72B95AC85_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* EmptyInternalEnumerator_1_get_Current_m23E227EE463EA88CFEED9909F40549F74B7C99F5_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* EmptyInternalEnumerator_1_get_Current_m26CE33819381C73023B50C984DCE25A771069F2F_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* EmptyInternalEnumerator_1_get_Current_m2780CA2C82BA13062A2166A421EB0DC2D59A6CDD_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* EmptyInternalEnumerator_1_get_Current_m27AD9BB1A87B88FD8E74B8E12650165418F12273_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* EmptyInternalEnumerator_1_get_Current_m28255AA17B20734768D9EF7CF7C3F4697861E7DA_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* EmptyInternalEnumerator_1_get_Current_m29DFC72E9D5A832F5D906B925F97E3637F176D74_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* EmptyInternalEnumerator_1_get_Current_m2AD96AA1F82EF56E2CFAEB299BC0DC9599A75042_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* EmptyInternalEnumerator_1_get_Current_m2B137A67A478635C9543CDB5F3BBA096A334063E_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* EmptyInternalEnumerator_1_get_Current_m2BD7C253A959912949DB08E957DECD902CBF6D1F_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* EmptyInternalEnumerator_1_get_Current_m2CE937DED33CAFCC1C256DE7DE2CDEC890501547_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* EmptyInternalEnumerator_1_get_Current_m2E56FCE3EF196E3BE5F1503A13012F401E289E92_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* EmptyInternalEnumerator_1_get_Current_m2E8657A474D2F0C522A34D116A84EBA084E2963C_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* EmptyInternalEnumerator_1_get_Current_m2EAD612D8B6B304BE9FAA96ACC3F4C22277683BF_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* EmptyInternalEnumerator_1_get_Current_m2F3B5D9779545ABBAD2D5611C6EEC1F4114104ED_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* EmptyInternalEnumerator_1_get_Current_m3032D8F93098D5E6197E53B565D6A930D39C5587_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* EmptyInternalEnumerator_1_get_Current_m3189466C0D5ECEAB408A503737409B3234328E5A_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* EmptyInternalEnumerator_1_get_Current_m32A9FE909057B7140BDE9E7D4AC86BE96488B9A6_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* EmptyInternalEnumerator_1_get_Current_m32C2FD5AAD074ED196296BBD4087E56A2F711D90_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* EmptyInternalEnumerator_1_get_Current_m34111451D4A0C19D58721854FBA0A13EAF97CA84_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* EmptyInternalEnumerator_1_get_Current_m353D744B16BC707D0FDD6EB7680B74E6EDE97B6F_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* EmptyInternalEnumerator_1_get_Current_m3695A61080AD3233FAB9CBF9097297874D36C156_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* EmptyInternalEnumerator_1_get_Current_m373D88984464D3E5C224622B25BD7EDEF1B74612_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* EmptyInternalEnumerator_1_get_Current_m38315DD3BE9F51C0AB06DBBCE3D22819E35CDB02_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* EmptyInternalEnumerator_1_get_Current_m3863CF7E31AF605D51C95CBC141B1D1EB2C67E7A_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* EmptyInternalEnumerator_1_get_Current_m3A3980FCA0251C618E7A48EEDCC0A3723CC2BF9A_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* EmptyInternalEnumerator_1_get_Current_m3A9447ABB4533EB1996C3FF21026927F2ED41DD1_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* EmptyInternalEnumerator_1_get_Current_m3AA7C9DE9702A678968A86B1FF37D8F998469E5D_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* EmptyInternalEnumerator_1_get_Current_m3ABAB84E7152F21359715C62AD448DD1D361227B_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* EmptyInternalEnumerator_1_get_Current_m3ADC7D7BDB87D1F14F260B0DE8F0142DEACC899D_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* EmptyInternalEnumerator_1_get_Current_m3B0B360F9740184E6AC1B7EE3912E056E722265D_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* EmptyInternalEnumerator_1_get_Current_m3B3EDF5A1D29976012446EC5D0474AE5653CE208_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* EmptyInternalEnumerator_1_get_Current_m3D3A59BE056D3440ABD199EF42BAEE7287F92820_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* EmptyInternalEnumerator_1_get_Current_m3DF9EDA9C41DC39D5C07C4830BD384BA6C51A989_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* EmptyInternalEnumerator_1_get_Current_m3E2BF147117B13FD3596EE8FD9297965878FC8C9_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* EmptyInternalEnumerator_1_get_Current_m3E44B71B1B425F07CC21C60BBEC8973593223F40_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* EmptyInternalEnumerator_1_get_Current_m3E5FF981865922403A9FA2C9FF3BE13BD326F4CD_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* EmptyInternalEnumerator_1_get_Current_m3F01AB9FC4CBDA8868A06E22833C0DCF17E5188C_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* EmptyInternalEnumerator_1_get_Current_m414FFAB3D7FF52486A85BA3AE7F88E86CBDAD5EA_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* EmptyInternalEnumerator_1_get_Current_m43F4F61B3901E0AAB1F3A30F063DF360A77512C0_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* EmptyInternalEnumerator_1_get_Current_m44E34088F5C33AFA2B457343DD045295F50DD590_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* EmptyInternalEnumerator_1_get_Current_m44FAC3B3EFA704F8E7371B63C10FB3FBFF7472A7_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* EmptyInternalEnumerator_1_get_Current_m45125D32A2D53E7D290469BDCC0DD43222C09985_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* EmptyInternalEnumerator_1_get_Current_m459982FEFA76EAD83FAAEB844D95B876CD1BC311_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* EmptyInternalEnumerator_1_get_Current_m45B5348D1B9F8B5D76E6B2A0B9C2F60D473DB761_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* EmptyInternalEnumerator_1_get_Current_m48183DDBDFC36C839023D72E5A6161D0B47DC725_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* EmptyInternalEnumerator_1_get_Current_m4A8B050E2B88F185586CB3028209EC4102CB3E3D_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* EmptyInternalEnumerator_1_get_Current_m4B47BE5377E9DE0DD5BB1A7EC32A486773955E2A_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* EmptyInternalEnumerator_1_get_Current_m4B68B71B73A1E868864A7ABDB8B541CBA234AED8_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* EmptyInternalEnumerator_1_get_Current_m4D3AB2A9ADBFB3CB068F0532A41447C9E450A75E_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* EmptyInternalEnumerator_1_get_Current_m4D7EAF9DB327F85F9915BF5CE6EAD872001B3610_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* EmptyInternalEnumerator_1_get_Current_m4DEF51A83F43EFB7BF45FC73F1876DBF96EB4B62_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* EmptyInternalEnumerator_1_get_Current_m4F3563646D16294940D73C81AE6F2D0808B6A492_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* EmptyInternalEnumerator_1_get_Current_m4FC2CA2DFE5D1ECC046C208CB63D455A3FCB525F_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* EmptyInternalEnumerator_1_get_Current_m502FC1BD5160CDD4C7C54309777A6147C7F16C57_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* EmptyInternalEnumerator_1_get_Current_m519283B34C8D7DA292472F3F85E0347578BFBC04_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* EmptyInternalEnumerator_1_get_Current_m52BB7F03E97A4D7CCD5AF97E905BC8BAB9F0450D_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* EmptyInternalEnumerator_1_get_Current_m52D4DB812CD928CAE890C5011F6203D47CA3DB59_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* EmptyInternalEnumerator_1_get_Current_m53F3449F86E15809E006F3D4D03A03002D16CE8D_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* EmptyInternalEnumerator_1_get_Current_m5489CD083D4A753DF83CBA2F9D0C1370F964AA40_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* EmptyInternalEnumerator_1_get_Current_m55BDA8449AD9A61BB60CB497B16FB3AD9328575C_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* EmptyInternalEnumerator_1_get_Current_m565412BC119220111E2E38C509276E7F5446405A_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* EmptyInternalEnumerator_1_get_Current_m567FA3625E36E8936B6E871A6C9652DB35DF2297_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* EmptyInternalEnumerator_1_get_Current_m56829B86C3DA6EB74BBFD5A1E16DB3919AEF641D_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* EmptyInternalEnumerator_1_get_Current_m574AD8B79036DED13BEADB996A5B544C08E4B4F2_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* EmptyInternalEnumerator_1_get_Current_m5750125F1CA365020E9FCD9E17B02B0751BE7526_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* EmptyInternalEnumerator_1_get_Current_m581FB366B25405BEE64148A943B2C7491FCE7AB1_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* EmptyInternalEnumerator_1_get_Current_m586B35183FD00B28CEA4823AAE9FFE8DCF28C8B6_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* EmptyInternalEnumerator_1_get_Current_m5A9BB2D38D3031E7BA4F311369AAE2AAA5D5139D_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* EmptyInternalEnumerator_1_get_Current_m5ACED93B68629D600E960BCE4D4DE8637D86C879_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* EmptyInternalEnumerator_1_get_Current_m5C872732483228304EA55E344B5E9BCED796EE28_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* EmptyInternalEnumerator_1_get_Current_m5D45C17398462CC0B60A7D8585D8EC8F44C0B1E9_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* EmptyInternalEnumerator_1_get_Current_m5D5221438A6F44D76B3CC8C1D4D7B7C9145D8B97_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* EmptyInternalEnumerator_1_get_Current_m5E1880E255205B4C27648EB2CDF7143716B858BF_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* EmptyInternalEnumerator_1_get_Current_m5E2AB4696510CCD6B579F26817F099AD03144074_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* EmptyInternalEnumerator_1_get_Current_m5E49C3A4C8D7241A815327D2AE546BC7638AD496_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* EmptyInternalEnumerator_1_get_Current_m5F433255BE83F1610BC5C8F6AB89CFCA84C26C13_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* EmptyInternalEnumerator_1_get_Current_m60B57BD49D081419A529F3BC760C4D2956D5FECD_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* EmptyInternalEnumerator_1_get_Current_m62B4756A40B8D4AC787C04B210DE851B31C78CA9_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* EmptyInternalEnumerator_1_get_Current_m630E96CEAB9C7B0913CBA2CAECFC0B31E62349DB_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* EmptyInternalEnumerator_1_get_Current_m65EEFA48395680941B24798D1ECD1D1B46FEA9DB_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* EmptyInternalEnumerator_1_get_Current_m6672FAA1762C78E00BE22A6ACE98056760AD4F2A_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* EmptyInternalEnumerator_1_get_Current_m66901240B51142EB6BDDFBE2F068F657395B2ACA_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* EmptyInternalEnumerator_1_get_Current_m69E42D7E04C660DE326769F714C6F7E5A50A5CA3_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* EmptyInternalEnumerator_1_get_Current_m6B6DA6DE7CC242DB42A3350FC0D1A6C0EF5DAF9E_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* EmptyInternalEnumerator_1_get_Current_m6BD256B1AA4F5877D6068FD37C365D21D2ECED7D_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* EmptyInternalEnumerator_1_get_Current_m6C30CFDD374B82AFE59C4E432979D679B343156D_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* EmptyInternalEnumerator_1_get_Current_m6E303DCCC1D4FD778003D42A5D5ED7FF4620A3CE_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* EmptyInternalEnumerator_1_get_Current_m6EBDEC82D972F220F8358725E0EF528EFD406FA3_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* EmptyInternalEnumerator_1_get_Current_m6ED2317EBBA8C4DFFBB1F7209FB09C2BDB7D6C74_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* EmptyInternalEnumerator_1_get_Current_m6FE200BB410D4654ABC7E2D4D8124B40C3173A6E_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* EmptyInternalEnumerator_1_get_Current_m716400B5045C5A4CF74825AA1DB1E42289C35D13_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* EmptyInternalEnumerator_1_get_Current_m7393E8341C65921E82E1F4A90851EF26F03D2CB8_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* EmptyInternalEnumerator_1_get_Current_m73DA76779593ECD04DDBF3C26CC05CD24D7886B9_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* EmptyInternalEnumerator_1_get_Current_m7426BD78BC5E238B15D82D070A46098A52AB6825_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* EmptyInternalEnumerator_1_get_Current_m7464261CE03A0FF892F3C6CAF9997F60E0349C5E_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* EmptyInternalEnumerator_1_get_Current_m74B8E921D901E5198BA378E53163B31950120115_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* EmptyInternalEnumerator_1_get_Current_m76DEB8B84D13A4FE87F03F4D32BE7E5C3DB8E06D_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* EmptyInternalEnumerator_1_get_Current_m77F637FC174F9D55F2B928E162E0DFE9C32156C4_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* EmptyInternalEnumerator_1_get_Current_m782F34C32ECFD7E14DDFCE75810801109FE4829E_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* EmptyInternalEnumerator_1_get_Current_m786A8C742AD2FBE6553BC3710D4DF9E81200676F_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* EmptyInternalEnumerator_1_get_Current_m79A0567D685C09F9C167B435B011D75DBC8E7097_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* EmptyInternalEnumerator_1_get_Current_m7A9F93C9AF1C32A1543D1FD2127A40065AABFBB9_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* EmptyInternalEnumerator_1_get_Current_m7AC2BBF060E600CDF4C5BE08F6188FBFD0A6C4B8_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* EmptyInternalEnumerator_1_get_Current_m7B0505C6C40CF9CC43C3F0EB3C67FE7BF455F1BB_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* EmptyInternalEnumerator_1_get_Current_m7B39D4EAC12939426CFD5B25EB9F726181B99521_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* EmptyInternalEnumerator_1_get_Current_m7C2F8A77D0FF002E3188637E1963F0B968F15AFB_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* EmptyInternalEnumerator_1_get_Current_m7D7939D21E59C6272BC05862431022295475E518_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* EmptyInternalEnumerator_1_get_Current_m7DC2363AD70CAE2D811B7797956343A4983222FC_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* EmptyInternalEnumerator_1_get_Current_m7DF8B957E01D26BBE996409C03D4AA7C947D211E_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* EmptyInternalEnumerator_1_get_Current_m7EBF884DA99E7CF7B423410EF7F6ECBDD9C6C527_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* EmptyInternalEnumerator_1_get_Current_m7F90A8A273DE718B9F7C59CBF9D5E0C15A3B1DFF_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* EmptyInternalEnumerator_1_get_Current_m8052B85877843EC0FCBB3AAD461E6A79564D4427_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* EmptyInternalEnumerator_1_get_Current_m812F364466676AAEBA811F236D27B7E27B68A6E4_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* EmptyInternalEnumerator_1_get_Current_m817366F36BFCD722908D724D7541141D89BF4C92_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* EmptyInternalEnumerator_1_get_Current_m81A50FFA69E7E3C3497AA661C4E3B744069A90A5_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* EmptyInternalEnumerator_1_get_Current_m81CFAAEACD578CCE368D681EF27F3D8C2BDDF162_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* EmptyInternalEnumerator_1_get_Current_m839429F3A84B14971A804C3CDB3E171A6A9A485F_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* EmptyInternalEnumerator_1_get_Current_m85C12A244F264B2A4ECE3F21516F39675C97790A_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* EmptyInternalEnumerator_1_get_Current_m86A0D48ED54F40CFBD1095B60EC4360F98637F96_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* EmptyInternalEnumerator_1_get_Current_m874E61791CA916FAA314F30C44DEE85BB89BBB25_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* EmptyInternalEnumerator_1_get_Current_m87D273759F4C273FA8344EB79C14F1165AFA124E_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* EmptyInternalEnumerator_1_get_Current_m889B413BA22490FF21B342DF4200B8A553E38751_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* EmptyInternalEnumerator_1_get_Current_m8957882C693CDB461E40D2BBA7529C6D89ED509E_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* EmptyInternalEnumerator_1_get_Current_m8A8EBB0ED4E6D316582DBE7681503157779C8C60_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* EmptyInternalEnumerator_1_get_Current_m8B201199A7A43AAF23CE9FA60A16FFB462B94CCA_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* EmptyInternalEnumerator_1_get_Current_m8C2D00059086F0C493362463BE0C1CE28904CDD1_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* EmptyInternalEnumerator_1_get_Current_m8C3B4D156F626FBBA8205898DD0747DBE16CA125_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* EmptyInternalEnumerator_1_get_Current_m8C6044C3D8B4849AA50DCF14C60ECBE2DDB380C6_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* EmptyInternalEnumerator_1_get_Current_m8CF002144289E207C00EF3F0659D6A013FDB097F_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* EmptyInternalEnumerator_1_get_Current_m8D5BCB6E030FB836FEDE19CF0BD83C0B2EF6A1CC_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* EmptyInternalEnumerator_1_get_Current_m8E21C10418A6AC0B72B84FB64A42F9CD348AA18D_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* EmptyInternalEnumerator_1_get_Current_m8E93B95BB673E8528946ADA81AC9790456603E99_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* EmptyInternalEnumerator_1_get_Current_m9201FA21817D2AEA662B561504377871E0E9414A_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* EmptyInternalEnumerator_1_get_Current_m927ACD2DE2C665F2752DDDC6F09BB2FCD5B83D03_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* EmptyInternalEnumerator_1_get_Current_m931443A8B12592914E0568039EAA977651AC9D04_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* EmptyInternalEnumerator_1_get_Current_m940B3C77E450EDA2179C93962E36B4BF1C396DCD_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* EmptyInternalEnumerator_1_get_Current_m94E9FE892B10561178EB328EB106716D7D76C683_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* EmptyInternalEnumerator_1_get_Current_m969009358BC1F15840ACE6B28F6FD6D38AEB5D6D_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* EmptyInternalEnumerator_1_get_Current_m97391CDA334E2D30A061468C3D734C1B27D04A20_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* EmptyInternalEnumerator_1_get_Current_m975F0BFAB83779C037E448462097DFC7CE74F483_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* EmptyInternalEnumerator_1_get_Current_m97E7F9A6FB248A742F9AEDC59424D253763590F8_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* EmptyInternalEnumerator_1_get_Current_m98D7E73365918DD24D77ECBA985B8F345D4F0D5E_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* EmptyInternalEnumerator_1_get_Current_m99113D9D2C4A5C4B104292FA8B79D09E97FE0C3D_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* EmptyInternalEnumerator_1_get_Current_m99243D5B78003026DE7427FC79460132466C3B1D_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* EmptyInternalEnumerator_1_get_Current_m995EA9B176D7546D9CE40BF148789B107BD3EDBA_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* EmptyInternalEnumerator_1_get_Current_m9A8C830B983A5F2048E17B70D942C63A8BFBA606_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* EmptyInternalEnumerator_1_get_Current_m9D1CE3B87D4BC27702D19E5652535F3B20D11C2E_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* EmptyInternalEnumerator_1_get_Current_m9D81932FB7FB6C07309FB991D2E60C090DF4CDEF_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* EmptyInternalEnumerator_1_get_Current_m9D94EA7A3BA364945C796642B5B0F897F793C2BB_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* EmptyInternalEnumerator_1_get_Current_m9DADC3152BECD2953956BE2606693C7ABE1AE2B1_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* EmptyInternalEnumerator_1_get_Current_m9E46078AE706183846FA1B44F83F04344C20CA7A_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* EmptyInternalEnumerator_1_get_Current_m9F365AA06263B79964A31424DF43AA72382B4F71_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* EmptyInternalEnumerator_1_get_Current_m9F37B386C0EFE05CEDE77B2C83F46520DFC8AE4C_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* EmptyInternalEnumerator_1_get_Current_m9FE6E5919B6D374A9F12C8F74A465EBCFFE2D91E_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* EmptyInternalEnumerator_1_get_Current_mA116A5C2981A96FBD57CB32C092930965620BACA_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* EmptyInternalEnumerator_1_get_Current_mA1210FA2B5F24914A6465E02CC753860D8C28341_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* EmptyInternalEnumerator_1_get_Current_mA18F89E0A3510BFDA58BC116FAD0D27C57FC7076_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* EmptyInternalEnumerator_1_get_Current_mA1E263254A189E58ECE597C994ABDE956A9C180E_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* EmptyInternalEnumerator_1_get_Current_mA2AA178AB9A6591A62360065A9C96CBC0CB50BE9_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* EmptyInternalEnumerator_1_get_Current_mA3E6CE7426624A3BF666DB7B80D303D509D74B2F_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* EmptyInternalEnumerator_1_get_Current_mA42F518169E2CD16B5DA7BEA4D68DD2B8FDB6611_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* EmptyInternalEnumerator_1_get_Current_mA57E18B6389E3BBCBDDA1797B4CF5FF6E4AAEFE4_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* EmptyInternalEnumerator_1_get_Current_mA5DE8E4F1CAADE158C33521C4E59AEC6108DDB58_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* EmptyInternalEnumerator_1_get_Current_mA5E8E5D318447890F7D3F39BE26C303D499B3BE5_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* EmptyInternalEnumerator_1_get_Current_mA787EFEF32AC67256C314051BB7A9C8E1596207E_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* EmptyInternalEnumerator_1_get_Current_mA795A93B9FC42021395276E56D8888DC12F2D7BF_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* EmptyInternalEnumerator_1_get_Current_mA7A0217A813FE9231C4EF0B78089D2213C4A9365_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* EmptyInternalEnumerator_1_get_Current_mA7CE489A5C29F543686F36E6CF3F7B480397A355_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* EmptyInternalEnumerator_1_get_Current_mA88B27A8A7C8D36A84AEC501163D639BAC7FEE44_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* EmptyInternalEnumerator_1_get_Current_mA91E47A0E69A151552F6289565B55026A2109927_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* EmptyInternalEnumerator_1_get_Current_mA9C48ACA610D7DD6C0BBBC5E8233F4B2AD757DFA_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* EmptyInternalEnumerator_1_get_Current_mAAD62511C038EE0D94BED40F75B2F0F01A868BEA_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* EmptyInternalEnumerator_1_get_Current_mAB13556FB386D76940EE59C6472BFE8375C0C469_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* EmptyInternalEnumerator_1_get_Current_mAC5F44344C0723746F0CF7C63329BE641E2EBBB7_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* EmptyInternalEnumerator_1_get_Current_mAD462A00D17B39BA5B83496662EFFF28AC93AED0_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* EmptyInternalEnumerator_1_get_Current_mADDE6EFCA7FB98E7E65C7545AB836A3882330EF2_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* EmptyInternalEnumerator_1_get_Current_mADF3D72A9C4B650D6A86B01847DC6FEFDBC8557A_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* EmptyInternalEnumerator_1_get_Current_mB13015850AB75CD63B5EDB6617F53F76C44A1E63_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* EmptyInternalEnumerator_1_get_Current_mB2F6B519AF5688829B01FAF3856C534D7E6B63D9_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* EmptyInternalEnumerator_1_get_Current_mB4E7C83EE4BDE34804842FDF0F42AEDDD2ED3313_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* EmptyInternalEnumerator_1_get_Current_mB510378C6EF991D348C066A1EB877A9B0E5D8D30_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* EmptyInternalEnumerator_1_get_Current_mB6E863B619ADAFB24DFCEBB419FAF44B4A9BE8EE_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* EmptyInternalEnumerator_1_get_Current_mB6FD9082C6C06DEFEC8FEBCE9F0A5316EA98CE44_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* EmptyInternalEnumerator_1_get_Current_mB8847794EAD51F4FF8544373853EDE1A9610A3FF_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* EmptyInternalEnumerator_1_get_Current_mB8B09E34F7D13AC43C5F716E145F54EC762FF69B_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* EmptyInternalEnumerator_1_get_Current_mB9434FC2F4CD17C99EA433362EBF674E16050A8B_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* EmptyInternalEnumerator_1_get_Current_mBA171E7F10557D577EF141B132515B7ABFA3DA99_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* EmptyInternalEnumerator_1_get_Current_mBAA0696033C8C447F26EA7D41CD40D920DA0CCA3_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* EmptyInternalEnumerator_1_get_Current_mBB5C891EEC02FC2793C4DE0E94988F9F3C97B335_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* EmptyInternalEnumerator_1_get_Current_mBB9B1852C5C151AE59A0063F801080CAF06B0C2B_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* EmptyInternalEnumerator_1_get_Current_mBBB28CDDF002D114C83BFB9401C43F3A85A1C7C1_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* EmptyInternalEnumerator_1_get_Current_mBBF016A8115BBBB50A75F5C3F15C72F4340AEF5C_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* EmptyInternalEnumerator_1_get_Current_mBD9F9A287DAD3D165B3503F7229FF86F4F151932_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* EmptyInternalEnumerator_1_get_Current_mBF16711BCA95D9486DF2396890B5029B97310B1C_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* EmptyInternalEnumerator_1_get_Current_mBF7187FF16EE8F146E1FA163524756015E5B0C61_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* EmptyInternalEnumerator_1_get_Current_mC15343A896B015EDE48871ACC64718D2A79E7A63_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* EmptyInternalEnumerator_1_get_Current_mC36BEE464B63C9E9A2EC7F3E6C460A1C9F0DEC89_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* EmptyInternalEnumerator_1_get_Current_mC4CCF9CB76A4337890C6B5F637D58F14CD0C01D6_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* EmptyInternalEnumerator_1_get_Current_mC53881687D0FD20370D14923064271E94D597A42_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* EmptyInternalEnumerator_1_get_Current_mC5A6A488424E64CB4C0BEA6CEAB0945D82F94008_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* EmptyInternalEnumerator_1_get_Current_mC5E06CB1C2D90CBBA7726BB9CD3AA2600BCBE0E9_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* EmptyInternalEnumerator_1_get_Current_mC70AF1ED0DE63DDEC8939CBACD803EBA629CB807_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* EmptyInternalEnumerator_1_get_Current_mC7178F764A6EA6F82DD45CBA89F7DF14E4BB08B0_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* EmptyInternalEnumerator_1_get_Current_mC74D77E8868F5BCBA4EB09CD1ACB440183E15CDE_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* EmptyInternalEnumerator_1_get_Current_mCA5A7557834D90A729CA995EC10556FD3ED66B04_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* EmptyInternalEnumerator_1_get_Current_mCCE0CF928FEE481F9D1C12E05E00959F45492A26_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* EmptyInternalEnumerator_1_get_Current_mCE996A28ABB5783D5205229575F298C97E2A32E3_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* EmptyInternalEnumerator_1_get_Current_mCEB22E95E6D6B673B728FBDB27D5967DF03CBC69_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* EmptyInternalEnumerator_1_get_Current_mCEC1716D9DB42447EFB7D4EFBB26FE5051464652_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* EmptyInternalEnumerator_1_get_Current_mD086EAD2CFC5A2AF982F5C36C0DD274CEE44AEA3_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* EmptyInternalEnumerator_1_get_Current_mD0A666A72486C498996AD7F0B458F929D6082951_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* EmptyInternalEnumerator_1_get_Current_mD1D1B67FB75EB119879A92627E5A956CD124E50D_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* EmptyInternalEnumerator_1_get_Current_mD1F33A6A53D987A186D28EBC1F9F1611B182BD24_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* EmptyInternalEnumerator_1_get_Current_mD288CEA7A5A6E9E3CE31D8FCBC51A8891FF78886_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* EmptyInternalEnumerator_1_get_Current_mD375325B6F3D0A7DE1B4E037BCE473699BA1C73E_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* EmptyInternalEnumerator_1_get_Current_mD390C3A4CDB0F24B493EE42F40DB2C7582590F3A_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* EmptyInternalEnumerator_1_get_Current_mD7C453F2E30D3B639F323A43FD1315BC55BEA04E_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* EmptyInternalEnumerator_1_get_Current_mD7D1058417209BBA2014B0E71BAE4D7A8F868C6D_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* EmptyInternalEnumerator_1_get_Current_mD8249FAEBE80101F4FC3A8971D71DD0B6CCAB1BB_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* EmptyInternalEnumerator_1_get_Current_mD8FF2F63D3765CBA1C14E6F7DE298CF3AA6D12A1_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* EmptyInternalEnumerator_1_get_Current_mDA4C9E7C5C2183C5A93A8977D6B596EA523A7B47_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* EmptyInternalEnumerator_1_get_Current_mDAE11B1DFEBD9221EBF1EDC088F0FE4E39D32259_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* EmptyInternalEnumerator_1_get_Current_mDAFFF9159679A5153896A6D737A32165A87BCCBB_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* EmptyInternalEnumerator_1_get_Current_mDB6152D515B2083F8CA6A3D3968D8AF463E4637D_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* EmptyInternalEnumerator_1_get_Current_mDBBBA1F13C9922560D0B66AA5FF1BFA5C1A23484_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* EmptyInternalEnumerator_1_get_Current_mDC647CA5DACC55107FB01BE331D60E2EFB1609B3_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* EmptyInternalEnumerator_1_get_Current_mDD722803B7A7DD7F21BC25817DB783ABDC9BB0BD_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* EmptyInternalEnumerator_1_get_Current_mDD751C7FA1E5F4D62BA024723DA1BDD58CF46E72_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* EmptyInternalEnumerator_1_get_Current_mDDECC89455F2184C01BA152E4257C712E4D0408B_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* EmptyInternalEnumerator_1_get_Current_mDEC6B55CE426F3C652FA9E468DC3CA5AC6D730EC_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* EmptyInternalEnumerator_1_get_Current_mDEC741C04FAFE7122DF0C9D611E4022A6AC20909_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* EmptyInternalEnumerator_1_get_Current_mE0A7FBD26AD30734E80D6ED02D87CBF14CFFDF4F_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* EmptyInternalEnumerator_1_get_Current_mE0B1A9A602327D940F1D38BBBBCC63B0E02C0588_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* EmptyInternalEnumerator_1_get_Current_mE13CC7E6CF0F965682D7C2AE2D206BC4C9FFF224_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* EmptyInternalEnumerator_1_get_Current_mE232CD1747F1E064EF9FB9F1442F2764FB61CF19_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* EmptyInternalEnumerator_1_get_Current_mE3224B4997ACC52C5D68EF3507392CC9DA77D5F6_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* EmptyInternalEnumerator_1_get_Current_mE3824CAE0346F144E7F9928D845B84D6064EEC8B_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* EmptyInternalEnumerator_1_get_Current_mE460F6B1410945A647FFE082EC5BA5E68E81ACCA_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* EmptyInternalEnumerator_1_get_Current_mE46D573F775AE56CCC5953D2BD54EC9FBBEF2BDE_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* EmptyInternalEnumerator_1_get_Current_mE66BCF2948305778A741E91190238849C9EDAC8F_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* EmptyInternalEnumerator_1_get_Current_mE94EDD8787391720D758337B0CA0F485ED4263BE_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* EmptyInternalEnumerator_1_get_Current_mE9C115D2CF112FB2093DF191C1A17D55B0567CE3_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* EmptyInternalEnumerator_1_get_Current_mEA68B8D54CDC82965F6056F9237B3B394FA65652_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* EmptyInternalEnumerator_1_get_Current_mEC13704973465DC8053C291FE1E5A62E39B8B222_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* EmptyInternalEnumerator_1_get_Current_mEC40562352B3F9160479B943E50390E9CD35C625_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* EmptyInternalEnumerator_1_get_Current_mEC96CEA860F9B05BF9E63DB584AF60AADC1775F0_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* EmptyInternalEnumerator_1_get_Current_mEE3D831B32908A009ED200D06E8D204E076C2D98_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* EmptyInternalEnumerator_1_get_Current_mEEE897C077EA1541B741554453BF349AAE7A88E8_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* EmptyInternalEnumerator_1_get_Current_mEF24A7FF32882EDD1527720F34523A033493FAA0_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* EmptyInternalEnumerator_1_get_Current_mF0977453D673D91BE8C9B8CFC6048D0D229D44EB_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* EmptyInternalEnumerator_1_get_Current_mF11154D63DC8051B0721A8C12D76AE05718AEAA5_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* EmptyInternalEnumerator_1_get_Current_mF11642FA6FC2BBC958FF4BB7DF3DC58E35BB4120_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* EmptyInternalEnumerator_1_get_Current_mF149FE70A01D034D5EE3DACD56B715D78D6DDF13_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* EmptyInternalEnumerator_1_get_Current_mF2C73CB84088B58F55B03A8DED2459018CD9E012_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* EmptyInternalEnumerator_1_get_Current_mF3434EA9A82F8D9855BB914FECCBABD66FFB5D74_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* EmptyInternalEnumerator_1_get_Current_mF3C152D917489D4005C3E529BD260F376C79F258_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* EmptyInternalEnumerator_1_get_Current_mF5784E2ED78CFB4F441154433426CEEB75AE78CE_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* EmptyInternalEnumerator_1_get_Current_mF60D4512684870B8A2A536D67F17915E97CFAD91_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* EmptyInternalEnumerator_1_get_Current_mF62114A61E337A49C4A465FAA9B767660D0999A7_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* EmptyInternalEnumerator_1_get_Current_mF7CFB04ABBC45A05C0FF80E10D5883CD63EE04CA_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* EmptyInternalEnumerator_1_get_Current_mF7E3A26EE3CA7F9D237DDB30AF7F1DE3611DBC1A_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* EmptyInternalEnumerator_1_get_Current_mF8D2DF3560C0AA1B0DC841899A1A47C34B930441_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* EmptyInternalEnumerator_1_get_Current_mFA615E0AF6E8C23A6DC255CE4D39E28ADF9FE6D3_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* EmptyInternalEnumerator_1_get_Current_mFB170608B75A081FFC8FD2F5975294E95FBE0CA6_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* EmptyInternalEnumerator_1_get_Current_mFC6480047D422E2B96EFD4F829B897C2D4F0041F_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* EmptyInternalEnumerator_1_get_Current_mFD0BC2826CDFA9B6E31207DD6E7DD6F8F48F0A85_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* EmptyInternalEnumerator_1_get_Current_mFE20F4C235EC392E6D8D227647D15BDB1AD63F62_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* EmptyInternalEnumerator_1_get_Current_mFE5D875075E958A8CAAA0C796793501DF8AAA752_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* EmptyInternalEnumerator_1_get_Current_mFE7EAE33E1830717DC99B92741EABCA9061BE2E9_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* EmptyInternalEnumerator_1_get_Current_mFF4893C72428308523DDCD2EC51390DD8235FD9D_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* EmptyInternalEnumerator_1_get_Current_mFF5E1D8AA9EF5664DBF82F2CA9446F57F3EE37B2_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* EmptyInternalEnumerator_1_get_Current_mFF741FFB33BA8180B014BA95148D5EC7241F2E06_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* EqualityComparer_1_get_Default_m9BA669C1B24A4FF1960F815D3DFA76B1D95018A1_RuntimeMethod_var; struct BindingJson_t347A29B701719410931D8E8ABE356EADB19CF152_marshaled_com; struct BindingJson_t347A29B701719410931D8E8ABE356EADB19CF152_marshaled_pinvoke; struct BitRegion_t0A31F0D449F981815087F908462AF4D5C07DE8A0 ; struct Delegate_t_marshaled_com; struct Delegate_t_marshaled_pinvoke; struct DeviceJson_tC6DE2DEF0B6F89BFD244851A3C92B781547E9860_marshaled_com; struct DeviceJson_tC6DE2DEF0B6F89BFD244851A3C92B781547E9860_marshaled_pinvoke; struct DeviceRequirement_tAB27570ED81D24759C54FDE48B6DD74FF51649C9_marshaled_com; struct DeviceRequirement_tAB27570ED81D24759C54FDE48B6DD74FF51649C9_marshaled_pinvoke; struct Exception_t_marshaled_com; struct Exception_t_marshaled_pinvoke; struct InputUser_t24563658CE23969C25DE4C0BF21F192443AE379A ; struct InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED_marshaled_com; struct InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED_marshaled_pinvoke; struct Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_marshaled_com; struct ParameterInfo_t9D9DBDD93E685815E35F4F6D6F58E90EBC8852B7_marshaled_com; struct ParameterInfo_t9D9DBDD93E685815E35F4F6D6F58E90EBC8852B7_marshaled_pinvoke; struct PlayerLoopSystem_t3C4FAE5D2149A8DBB8BED0C2AE9B957B7830E54C_marshaled_com; struct PlayerLoopSystem_t3C4FAE5D2149A8DBB8BED0C2AE9B957B7830E54C_marshaled_pinvoke; struct ReadActionJson_t62D66C07949B981884A0429EDFF041BB9CC85576_marshaled_com; struct ReadActionJson_t62D66C07949B981884A0429EDFF041BB9CC85576_marshaled_pinvoke; struct RemoteInputDevice_t6E2A1B58FFB0ADED6F6A0780D9EB05F7CC5F35A4_marshaled_com; struct RemoteInputDevice_t6E2A1B58FFB0ADED6F6A0780D9EB05F7CC5F35A4_marshaled_pinvoke; struct ShaderTagId_t51914C89B8119195DACD234D1A624AAB7A07F795 ; struct StateChangeMonitorListener_t438EEB3B8EC5C287AACCE8321BE5B283ACCB7757_marshaled_com; struct StateChangeMonitorListener_t438EEB3B8EC5C287AACCE8321BE5B283ACCB7757_marshaled_pinvoke; struct Touch_tB700CCC5E9EB6646D3C92FE9AE46EF0AE6021D21_marshaled_com; struct Touch_tB700CCC5E9EB6646D3C92FE9AE46EF0AE6021D21_marshaled_pinvoke; struct UserData_t2EC376B983DBA60C3F52B78EE7E77CE78C72D79C_marshaled_com; struct UserData_t2EC376B983DBA60C3F52B78EE7E77CE78C72D79C_marshaled_pinvoke; struct WriteActionJson_tFD633E6A665AA353250A7971C716799CD28EED8E_marshaled_com; struct WriteActionJson_tFD633E6A665AA353250A7971C716799CD28EED8E_marshaled_pinvoke; struct XPathNode_t8136D06F11AFD28E2F7CF363AD9198C32FA0FEF7_marshaled_com; struct XPathNode_t8136D06F11AFD28E2F7CF363AD9198C32FA0FEF7_marshaled_pinvoke; struct EntryU5BU5D_t19FCE264BF26418E45186B707D1479049C0FEA67; struct KeyValuePair_2U5BU5D_tA97D178F25732408D4AC6B5F926A9EDED5F8E000; struct KeyValuePair_2U5BU5D_t0BF7C6185BEFBB97D75B41C977593F6FA8E45F23; struct KeyValuePair_2U5BU5D_tA780E964000F617CC6335A0DEC92B09FE0085E1C; struct KeyValuePair_2U5BU5D_tFE6B4C7AAF7248A65A2EFD85E339C6F988A62C2C; struct ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726; struct CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34; struct CustomAttributeNamedArgumentU5BU5D_t4EC7EAEB21A9435BFB8F2693AE8B3AD73E574451; struct CustomAttributeTypedArgumentU5BU5D_t20B1BE58263263B492DAC21E270358FB31189F98; struct DelegateU5BU5D_t677D8FE08A5F99E8EE49150B73966CD6E9BF7DB8; struct DictionaryEntryU5BU5D_t33D15CB512B443D0720CE6253811B8F4FA7179B1; struct Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32; struct NameAndParametersU5BU5D_t960DDB52F44DD1231B0C626E9C859F1E0B2F5EAD; struct ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE; struct ParameterModifierU5BU5D_tFF6F73F1CFE837331D6AAA11CC78CE5D9B5F0A2B; struct ReflectionSnapshotU5BU5D_t690458B797C9FE34D387A9C1A0145317B3E08FED; struct CompiledPassInfoU5BU5D_t073F9C3742D322F388D91BA1CF5FD37AA26DA9C5; struct CompiledResourceInfoU5BU5D_t5FAF4C10C564B8826DA6268137496CC9583C5D37; struct RendererListResourceU5BU5D_tCD88751EFCF46EA115841E25D7484FADFCCF9BA3; struct SequenceConstructPosContextU5BU5D_tB4ACA1FC55072B19F97324DE24BBB743C90351EF; 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.Runtime.CompilerServices.ConditionalWeakTable`2 struct ConditionalWeakTable_2_t5051815BADC99C4FE5D8F9293F92B3C7FD565B5E : public RuntimeObject { public: // System.Runtime.CompilerServices.Ephemeron[] System.Runtime.CompilerServices.ConditionalWeakTable`2::data EphemeronU5BU5D_tA2F880A59471B7642CA02323CD56295126FC28A8* ___data_4; // System.Object System.Runtime.CompilerServices.ConditionalWeakTable`2::_lock RuntimeObject * ____lock_5; // System.Int32 System.Runtime.CompilerServices.ConditionalWeakTable`2::size int32_t ___size_6; public: inline static int32_t get_offset_of_data_4() { return static_cast(offsetof(ConditionalWeakTable_2_t5051815BADC99C4FE5D8F9293F92B3C7FD565B5E, ___data_4)); } inline EphemeronU5BU5D_tA2F880A59471B7642CA02323CD56295126FC28A8* get_data_4() const { return ___data_4; } inline EphemeronU5BU5D_tA2F880A59471B7642CA02323CD56295126FC28A8** get_address_of_data_4() { return &___data_4; } inline void set_data_4(EphemeronU5BU5D_tA2F880A59471B7642CA02323CD56295126FC28A8* value) { ___data_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___data_4), (void*)value); } inline static int32_t get_offset_of__lock_5() { return static_cast(offsetof(ConditionalWeakTable_2_t5051815BADC99C4FE5D8F9293F92B3C7FD565B5E, ____lock_5)); } inline RuntimeObject * get__lock_5() const { return ____lock_5; } inline RuntimeObject ** get_address_of__lock_5() { return &____lock_5; } inline void set__lock_5(RuntimeObject * value) { ____lock_5 = value; Il2CppCodeGenWriteBarrier((void**)(&____lock_5), (void*)value); } inline static int32_t get_offset_of_size_6() { return static_cast(offsetof(ConditionalWeakTable_2_t5051815BADC99C4FE5D8F9293F92B3C7FD565B5E, ___size_6)); } inline int32_t get_size_6() const { return ___size_6; } inline int32_t* get_address_of_size_6() { return &___size_6; } inline void set_size_6(int32_t value) { ___size_6 = value; } }; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_tBF9E2338C61ABCF5ED32053F509AFB44385F774C : public RuntimeObject { public: // System.Int32[] System.Collections.Generic.Dictionary`2::buckets Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ___buckets_0; // System.Collections.Generic.Dictionary`2/Entry[] System.Collections.Generic.Dictionary`2::entries EntryU5BU5D_t19FCE264BF26418E45186B707D1479049C0FEA67* ___entries_1; // System.Int32 System.Collections.Generic.Dictionary`2::count int32_t ___count_2; // System.Int32 System.Collections.Generic.Dictionary`2::version int32_t ___version_3; // System.Int32 System.Collections.Generic.Dictionary`2::freeList int32_t ___freeList_4; // System.Int32 System.Collections.Generic.Dictionary`2::freeCount int32_t ___freeCount_5; // System.Collections.Generic.IEqualityComparer`1 System.Collections.Generic.Dictionary`2::comparer RuntimeObject* ___comparer_6; // System.Collections.Generic.Dictionary`2/KeyCollection System.Collections.Generic.Dictionary`2::keys KeyCollection_t7A3E9764F18C1DE44C90DF9D411158787E20A943 * ___keys_7; // System.Collections.Generic.Dictionary`2/ValueCollection System.Collections.Generic.Dictionary`2::values ValueCollection_tE30D2CF7AE93E79624FC9423989FB43B317280DF * ___values_8; // System.Object System.Collections.Generic.Dictionary`2::_syncRoot RuntimeObject * ____syncRoot_9; public: inline static int32_t get_offset_of_buckets_0() { return static_cast(offsetof(Dictionary_2_tBF9E2338C61ABCF5ED32053F509AFB44385F774C, ___buckets_0)); } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* get_buckets_0() const { return ___buckets_0; } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32** get_address_of_buckets_0() { return &___buckets_0; } inline void set_buckets_0(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* value) { ___buckets_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___buckets_0), (void*)value); } inline static int32_t get_offset_of_entries_1() { return static_cast(offsetof(Dictionary_2_tBF9E2338C61ABCF5ED32053F509AFB44385F774C, ___entries_1)); } inline EntryU5BU5D_t19FCE264BF26418E45186B707D1479049C0FEA67* get_entries_1() const { return ___entries_1; } inline EntryU5BU5D_t19FCE264BF26418E45186B707D1479049C0FEA67** get_address_of_entries_1() { return &___entries_1; } inline void set_entries_1(EntryU5BU5D_t19FCE264BF26418E45186B707D1479049C0FEA67* value) { ___entries_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___entries_1), (void*)value); } inline static int32_t get_offset_of_count_2() { return static_cast(offsetof(Dictionary_2_tBF9E2338C61ABCF5ED32053F509AFB44385F774C, ___count_2)); } inline int32_t get_count_2() const { return ___count_2; } inline int32_t* get_address_of_count_2() { return &___count_2; } inline void set_count_2(int32_t value) { ___count_2 = value; } inline static int32_t get_offset_of_version_3() { return static_cast(offsetof(Dictionary_2_tBF9E2338C61ABCF5ED32053F509AFB44385F774C, ___version_3)); } inline int32_t get_version_3() const { return ___version_3; } inline int32_t* get_address_of_version_3() { return &___version_3; } inline void set_version_3(int32_t value) { ___version_3 = value; } inline static int32_t get_offset_of_freeList_4() { return static_cast(offsetof(Dictionary_2_tBF9E2338C61ABCF5ED32053F509AFB44385F774C, ___freeList_4)); } inline int32_t get_freeList_4() const { return ___freeList_4; } inline int32_t* get_address_of_freeList_4() { return &___freeList_4; } inline void set_freeList_4(int32_t value) { ___freeList_4 = value; } inline static int32_t get_offset_of_freeCount_5() { return static_cast(offsetof(Dictionary_2_tBF9E2338C61ABCF5ED32053F509AFB44385F774C, ___freeCount_5)); } inline int32_t get_freeCount_5() const { return ___freeCount_5; } inline int32_t* get_address_of_freeCount_5() { return &___freeCount_5; } inline void set_freeCount_5(int32_t value) { ___freeCount_5 = value; } inline static int32_t get_offset_of_comparer_6() { return static_cast(offsetof(Dictionary_2_tBF9E2338C61ABCF5ED32053F509AFB44385F774C, ___comparer_6)); } inline RuntimeObject* get_comparer_6() const { return ___comparer_6; } inline RuntimeObject** get_address_of_comparer_6() { return &___comparer_6; } inline void set_comparer_6(RuntimeObject* value) { ___comparer_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___comparer_6), (void*)value); } inline static int32_t get_offset_of_keys_7() { return static_cast(offsetof(Dictionary_2_tBF9E2338C61ABCF5ED32053F509AFB44385F774C, ___keys_7)); } inline KeyCollection_t7A3E9764F18C1DE44C90DF9D411158787E20A943 * get_keys_7() const { return ___keys_7; } inline KeyCollection_t7A3E9764F18C1DE44C90DF9D411158787E20A943 ** get_address_of_keys_7() { return &___keys_7; } inline void set_keys_7(KeyCollection_t7A3E9764F18C1DE44C90DF9D411158787E20A943 * value) { ___keys_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___keys_7), (void*)value); } inline static int32_t get_offset_of_values_8() { return static_cast(offsetof(Dictionary_2_tBF9E2338C61ABCF5ED32053F509AFB44385F774C, ___values_8)); } inline ValueCollection_tE30D2CF7AE93E79624FC9423989FB43B317280DF * get_values_8() const { return ___values_8; } inline ValueCollection_tE30D2CF7AE93E79624FC9423989FB43B317280DF ** get_address_of_values_8() { return &___values_8; } inline void set_values_8(ValueCollection_tE30D2CF7AE93E79624FC9423989FB43B317280DF * value) { ___values_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___values_8), (void*)value); } inline static int32_t get_offset_of__syncRoot_9() { return static_cast(offsetof(Dictionary_2_tBF9E2338C61ABCF5ED32053F509AFB44385F774C, ____syncRoot_9)); } inline RuntimeObject * get__syncRoot_9() const { return ____syncRoot_9; } inline RuntimeObject ** get_address_of__syncRoot_9() { return &____syncRoot_9; } inline void set__syncRoot_9(RuntimeObject * value) { ____syncRoot_9 = value; Il2CppCodeGenWriteBarrier((void**)(&____syncRoot_9), (void*)value); } }; // UnityEngine.Rendering.DynamicArray`1 struct DynamicArray_1_tBD159187A396D2634FDBCFD5A8F85F26FA3DF11D : public RuntimeObject { public: // T[] UnityEngine.Rendering.DynamicArray`1::m_Array ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* ___m_Array_0; // System.Int32 UnityEngine.Rendering.DynamicArray`1::k__BackingField int32_t ___U3CsizeU3Ek__BackingField_1; public: inline static int32_t get_offset_of_m_Array_0() { return static_cast(offsetof(DynamicArray_1_tBD159187A396D2634FDBCFD5A8F85F26FA3DF11D, ___m_Array_0)); } inline ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* get_m_Array_0() const { return ___m_Array_0; } inline ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE** get_address_of_m_Array_0() { return &___m_Array_0; } inline void set_m_Array_0(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* value) { ___m_Array_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_Array_0), (void*)value); } inline static int32_t get_offset_of_U3CsizeU3Ek__BackingField_1() { return static_cast(offsetof(DynamicArray_1_tBD159187A396D2634FDBCFD5A8F85F26FA3DF11D, ___U3CsizeU3Ek__BackingField_1)); } inline int32_t get_U3CsizeU3Ek__BackingField_1() const { return ___U3CsizeU3Ek__BackingField_1; } inline int32_t* get_address_of_U3CsizeU3Ek__BackingField_1() { return &___U3CsizeU3Ek__BackingField_1; } inline void set_U3CsizeU3Ek__BackingField_1(int32_t value) { ___U3CsizeU3Ek__BackingField_1 = value; } }; // UnityEngine.Rendering.DynamicArray`1 struct DynamicArray_1_t141EB4910B97146B9BB45A5021F0687B50ED95F7 : public RuntimeObject { public: // T[] UnityEngine.Rendering.DynamicArray`1::m_Array CompiledPassInfoU5BU5D_t073F9C3742D322F388D91BA1CF5FD37AA26DA9C5* ___m_Array_0; // System.Int32 UnityEngine.Rendering.DynamicArray`1::k__BackingField int32_t ___U3CsizeU3Ek__BackingField_1; public: inline static int32_t get_offset_of_m_Array_0() { return static_cast(offsetof(DynamicArray_1_t141EB4910B97146B9BB45A5021F0687B50ED95F7, ___m_Array_0)); } inline CompiledPassInfoU5BU5D_t073F9C3742D322F388D91BA1CF5FD37AA26DA9C5* get_m_Array_0() const { return ___m_Array_0; } inline CompiledPassInfoU5BU5D_t073F9C3742D322F388D91BA1CF5FD37AA26DA9C5** get_address_of_m_Array_0() { return &___m_Array_0; } inline void set_m_Array_0(CompiledPassInfoU5BU5D_t073F9C3742D322F388D91BA1CF5FD37AA26DA9C5* value) { ___m_Array_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_Array_0), (void*)value); } inline static int32_t get_offset_of_U3CsizeU3Ek__BackingField_1() { return static_cast(offsetof(DynamicArray_1_t141EB4910B97146B9BB45A5021F0687B50ED95F7, ___U3CsizeU3Ek__BackingField_1)); } inline int32_t get_U3CsizeU3Ek__BackingField_1() const { return ___U3CsizeU3Ek__BackingField_1; } inline int32_t* get_address_of_U3CsizeU3Ek__BackingField_1() { return &___U3CsizeU3Ek__BackingField_1; } inline void set_U3CsizeU3Ek__BackingField_1(int32_t value) { ___U3CsizeU3Ek__BackingField_1 = value; } }; // UnityEngine.Rendering.DynamicArray`1 struct DynamicArray_1_tE33D3AAF18259E1A7D4BFD15F803D228B20F3B2C : public RuntimeObject { public: // T[] UnityEngine.Rendering.DynamicArray`1::m_Array CompiledResourceInfoU5BU5D_t5FAF4C10C564B8826DA6268137496CC9583C5D37* ___m_Array_0; // System.Int32 UnityEngine.Rendering.DynamicArray`1::k__BackingField int32_t ___U3CsizeU3Ek__BackingField_1; public: inline static int32_t get_offset_of_m_Array_0() { return static_cast(offsetof(DynamicArray_1_tE33D3AAF18259E1A7D4BFD15F803D228B20F3B2C, ___m_Array_0)); } inline CompiledResourceInfoU5BU5D_t5FAF4C10C564B8826DA6268137496CC9583C5D37* get_m_Array_0() const { return ___m_Array_0; } inline CompiledResourceInfoU5BU5D_t5FAF4C10C564B8826DA6268137496CC9583C5D37** get_address_of_m_Array_0() { return &___m_Array_0; } inline void set_m_Array_0(CompiledResourceInfoU5BU5D_t5FAF4C10C564B8826DA6268137496CC9583C5D37* value) { ___m_Array_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_Array_0), (void*)value); } inline static int32_t get_offset_of_U3CsizeU3Ek__BackingField_1() { return static_cast(offsetof(DynamicArray_1_tE33D3AAF18259E1A7D4BFD15F803D228B20F3B2C, ___U3CsizeU3Ek__BackingField_1)); } inline int32_t get_U3CsizeU3Ek__BackingField_1() const { return ___U3CsizeU3Ek__BackingField_1; } inline int32_t* get_address_of_U3CsizeU3Ek__BackingField_1() { return &___U3CsizeU3Ek__BackingField_1; } inline void set_U3CsizeU3Ek__BackingField_1(int32_t value) { ___U3CsizeU3Ek__BackingField_1 = value; } }; // UnityEngine.Rendering.DynamicArray`1 struct DynamicArray_1_t240269079A07187CA35F5933B3D1DF275B77C5FB : public RuntimeObject { public: // T[] UnityEngine.Rendering.DynamicArray`1::m_Array RendererListResourceU5BU5D_tCD88751EFCF46EA115841E25D7484FADFCCF9BA3* ___m_Array_0; // System.Int32 UnityEngine.Rendering.DynamicArray`1::k__BackingField int32_t ___U3CsizeU3Ek__BackingField_1; public: inline static int32_t get_offset_of_m_Array_0() { return static_cast(offsetof(DynamicArray_1_t240269079A07187CA35F5933B3D1DF275B77C5FB, ___m_Array_0)); } inline RendererListResourceU5BU5D_tCD88751EFCF46EA115841E25D7484FADFCCF9BA3* get_m_Array_0() const { return ___m_Array_0; } inline RendererListResourceU5BU5D_tCD88751EFCF46EA115841E25D7484FADFCCF9BA3** get_address_of_m_Array_0() { return &___m_Array_0; } inline void set_m_Array_0(RendererListResourceU5BU5D_tCD88751EFCF46EA115841E25D7484FADFCCF9BA3* value) { ___m_Array_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_Array_0), (void*)value); } inline static int32_t get_offset_of_U3CsizeU3Ek__BackingField_1() { return static_cast(offsetof(DynamicArray_1_t240269079A07187CA35F5933B3D1DF275B77C5FB, ___U3CsizeU3Ek__BackingField_1)); } inline int32_t get_U3CsizeU3Ek__BackingField_1() const { return ___U3CsizeU3Ek__BackingField_1; } inline int32_t* get_address_of_U3CsizeU3Ek__BackingField_1() { return &___U3CsizeU3Ek__BackingField_1; } inline void set_U3CsizeU3Ek__BackingField_1(int32_t value) { ___U3CsizeU3Ek__BackingField_1 = value; } }; // System.EmptyArray`1> struct EmptyArray_1_tBA56689668D4C468EDD146FA6F3D34B8966942FB : public RuntimeObject { public: public: }; // System.EmptyArray`1> struct EmptyArray_1_t157400003BD48F37AB902496D96EF719CF8FDEC5 : public RuntimeObject { public: public: }; // System.EmptyArray`1> struct EmptyArray_1_t829AF529974C1C303146206269A36C99A4A80EDF : public RuntimeObject { public: public: }; // System.EmptyArray`1 struct EmptyArray_1_tB2402F7A8151EE5618C0BCC8815C169E00142333 : public RuntimeObject { public: public: }; // System.EmptyArray`1 struct EmptyArray_1_t8C9D46673F64ABE360DE6F02C2BA0A5566DC9FDC : public RuntimeObject { public: public: }; // System.EmptyArray`1 struct EmptyArray_1_t929B62FB2BE425A28E9061DB488711798B3E7DE9 : public RuntimeObject { public: public: }; // System.EmptyArray`1 struct EmptyArray_1_t5C432F52782BD51992CB0284C4CC298BFC223635 : public RuntimeObject { public: public: }; // System.EmptyArray`1 struct EmptyArray_1_t70104E2805268B05862A836622FCF0A8BFD10539 : public RuntimeObject { public: public: }; // System.EmptyArray`1 struct EmptyArray_1_tBF73225DFA890366D579424FE8F40073BF9FBAD4 : public RuntimeObject { public: public: }; // System.EmptyArray`1 struct EmptyArray_1_t7FF24080930E4AD8DE852A0BE03367CD925FC4F9 : public RuntimeObject { public: public: }; // System.EmptyArray`1 struct EmptyArray_1_tCF3DF720A40D73DE0991855C0585DC39C1FB9B67 : public RuntimeObject { public: public: }; // System.EmptyArray`1 struct EmptyArray_1_t68F9516C5E9EAFDE58AE85134704A6A24487DBE4 : public RuntimeObject { public: public: }; // System.Linq.EmptyEnumerable`1 struct EmptyEnumerable_1_t3EC83D0CDB97EC1E6EF8947DA317677A6F06FCF5 : public RuntimeObject { public: public: }; // System.Linq.EmptyEnumerable`1 struct EmptyEnumerable_1_tB6A330001520792410A46A172F103A91B1608883 : public RuntimeObject { public: public: }; // System.Array/EmptyInternalEnumerator`1> struct EmptyInternalEnumerator_1_t5998DEBC01E06A514D3531209C656488BE980CF9 : public RuntimeObject { public: public: }; // System.Array/EmptyInternalEnumerator`1> struct EmptyInternalEnumerator_1_t38E8BD09315B9CCB594A7E9DE01AE28DC764F3D1 : public RuntimeObject { public: public: }; // System.Array/EmptyInternalEnumerator`1,System.Object>> struct EmptyInternalEnumerator_1_tAF219D0D163A9BE31FF74EA74B0ABFC135A7780E : public RuntimeObject { public: public: }; // System.Array/EmptyInternalEnumerator`1> struct EmptyInternalEnumerator_1_tD88F5942877B5E3A0D48AE257113F894B2B0BCD7 : public RuntimeObject { public: public: }; // System.Array/EmptyInternalEnumerator`1> struct EmptyInternalEnumerator_1_t50438ADEBE12925FE3301E492E2A9AF10C742ECB : public RuntimeObject { public: public: }; // System.Array/EmptyInternalEnumerator`1> struct EmptyInternalEnumerator_1_tC45B9FEDAF327926C926165B86AC6722C46A97E0 : public RuntimeObject { public: public: }; // System.Array/EmptyInternalEnumerator`1> struct EmptyInternalEnumerator_1_t3E679E759FCEEE3F16A6B393EDB3AEBEF9822054 : public RuntimeObject { public: public: }; // System.Array/EmptyInternalEnumerator`1> struct EmptyInternalEnumerator_1_t6E90875C18FF25486956593064A87B70675C0163 : public RuntimeObject { public: public: }; // System.Array/EmptyInternalEnumerator`1> struct EmptyInternalEnumerator_1_t2AA2DC8D5283124987F4ADFD9076C1CE7A2CF98C : public RuntimeObject { public: public: }; // System.Array/EmptyInternalEnumerator`1> struct EmptyInternalEnumerator_1_t909486D2717613B5B3FD3C02F3EC58E60933F757 : public RuntimeObject { public: public: }; // System.Array/EmptyInternalEnumerator`1> struct EmptyInternalEnumerator_1_tCD5FF7F3D7FB95851EB37733FCB6A4BFEECE8688 : public RuntimeObject { public: public: }; // System.Array/EmptyInternalEnumerator`1> struct EmptyInternalEnumerator_1_tC0D90B3765E5AB255ABC5FF56288B14752AF6D21 : public RuntimeObject { public: public: }; // System.Array/EmptyInternalEnumerator`1> struct EmptyInternalEnumerator_1_tEFC2CBDB4072269D245669E379D6DE92BAD63DFC : public RuntimeObject { public: public: }; // System.Array/EmptyInternalEnumerator`1> struct EmptyInternalEnumerator_1_tBB7E79E1DF123ED48EC81893022C5F1226FB7958 : public RuntimeObject { public: public: }; // System.Array/EmptyInternalEnumerator`1> struct EmptyInternalEnumerator_1_tED4C023FC80044DE674016F5C6FEE207162389A0 : public RuntimeObject { public: public: }; // System.Array/EmptyInternalEnumerator`1> struct EmptyInternalEnumerator_1_t13C601E6C74FCD16FD70186B975C1C5F64C55C1E : public RuntimeObject { public: public: }; // System.Array/EmptyInternalEnumerator`1> struct EmptyInternalEnumerator_1_t3ED101D16761E173A3580218E83FB10A4C82D836 : public RuntimeObject { public: public: }; // System.Array/EmptyInternalEnumerator`1> struct EmptyInternalEnumerator_1_t23E000D1E84ED515BA90427C644660870BBDD837 : public RuntimeObject { public: public: }; // System.Array/EmptyInternalEnumerator`1> struct EmptyInternalEnumerator_1_t45526046D23CD02DA328834A3090024152A7F89A : public RuntimeObject { public: public: }; // System.Array/EmptyInternalEnumerator`1> struct EmptyInternalEnumerator_1_tB39E97F62003749CA39EE4AE81FD3BE6456EFB76 : public RuntimeObject { public: public: }; // System.Array/EmptyInternalEnumerator`1> struct EmptyInternalEnumerator_1_t779B528016F8C02B9BA4BE868C24B258ED160FE0 : public RuntimeObject { public: public: }; // System.Array/EmptyInternalEnumerator`1> struct EmptyInternalEnumerator_1_t369C98CBAD1F2A13CC6A585FDEB61C5E766C8430 : public RuntimeObject { public: public: }; // System.Array/EmptyInternalEnumerator`1> struct EmptyInternalEnumerator_1_t0EAF6EBC1B48EB0E1FD970EE356F8B0951222FC4 : public RuntimeObject { public: public: }; // System.Array/EmptyInternalEnumerator`1> struct EmptyInternalEnumerator_1_tA1C30C1C3641AB2CD6C63B81225FC8869FE4672A : public RuntimeObject { public: public: }; // System.Array/EmptyInternalEnumerator`1> struct EmptyInternalEnumerator_1_tD48AE40EEF4BFCDBCF88997B674CD77F98318B40 : public RuntimeObject { public: public: }; // System.Array/EmptyInternalEnumerator`1> struct EmptyInternalEnumerator_1_t0B1E3E5AEC5EEB197102AD54F2D11CB20AD75364 : public RuntimeObject { public: public: }; // System.Array/EmptyInternalEnumerator`1> struct EmptyInternalEnumerator_1_t58DE3C6C7EC6EB7E0807210444917F71487CF828 : public RuntimeObject { public: public: }; // System.Array/EmptyInternalEnumerator`1> struct EmptyInternalEnumerator_1_tB0A90EEFB5301D3567980A0D8B39CCAE9E642C52 : public RuntimeObject { public: public: }; // System.Array/EmptyInternalEnumerator`1> struct EmptyInternalEnumerator_1_tDD7D4CAAD8D90F43099836DE693B0135F348B194 : public RuntimeObject { public: public: }; // System.Array/EmptyInternalEnumerator`1> struct EmptyInternalEnumerator_1_tE688339CFB247663CC1CFEF8B1C840F8FB73AFA0 : public RuntimeObject { public: public: }; // System.Array/EmptyInternalEnumerator`1> struct EmptyInternalEnumerator_1_t130ECF43D9B89FA1939766F92146FEBFD4EC8FB7 : public RuntimeObject { public: public: }; // System.Array/EmptyInternalEnumerator`1,System.Object>> struct EmptyInternalEnumerator_1_tD141A0B4F24F91F82D6E36E32972590D989C41DC : public RuntimeObject { public: public: }; // System.Array/EmptyInternalEnumerator`1> struct EmptyInternalEnumerator_1_t966ADDD1EAEDE079621F9BE0ADB4FF170B02B395 : public RuntimeObject { public: public: }; // System.Array/EmptyInternalEnumerator`1> struct EmptyInternalEnumerator_1_t8D6170FF4D878FB8ACD2C279E19BE2EF0F7147C7 : public RuntimeObject { public: public: }; // System.Array/EmptyInternalEnumerator`1> struct EmptyInternalEnumerator_1_tD2160A0A5702CFCD1FD92165D43213A6F7669E60 : public RuntimeObject { public: public: }; // System.Array/EmptyInternalEnumerator`1> struct EmptyInternalEnumerator_1_t9914FEAB1B80B3192D77FFA28C256883610FE367 : public RuntimeObject { public: public: }; // System.Array/EmptyInternalEnumerator`1> struct EmptyInternalEnumerator_1_t7BDE1A1AE93397FC94E5BB71BFBCD770B438A90A : public RuntimeObject { public: public: }; // System.Array/EmptyInternalEnumerator`1> struct EmptyInternalEnumerator_1_t046EFDEF0E0F1AD5768C46A120BB364F4AA5FB97 : public RuntimeObject { public: public: }; // System.Array/EmptyInternalEnumerator`1> struct EmptyInternalEnumerator_1_t9D19E334C22FA71D9E21A65F42507768392DD880 : public RuntimeObject { public: public: }; // System.Array/EmptyInternalEnumerator`1> struct EmptyInternalEnumerator_1_t91AF4CD6F5CE6FE6265A4E5595BEF3A9DB1AD7E4 : public RuntimeObject { public: public: }; // System.Array/EmptyInternalEnumerator`1> struct EmptyInternalEnumerator_1_tA1AE239D07C0A97FB3B3A41E04D07BA8C49122AF : public RuntimeObject { public: public: }; // System.Array/EmptyInternalEnumerator`1> struct EmptyInternalEnumerator_1_t9321242252FD13DEFE01C41D2DB51D818C7A40A4 : public RuntimeObject { public: public: }; // System.Array/EmptyInternalEnumerator`1> struct EmptyInternalEnumerator_1_t4D37450D4EEE719CC3F2959C0155DE2C84683440 : public RuntimeObject { public: public: }; // System.Array/EmptyInternalEnumerator`1> struct EmptyInternalEnumerator_1_tF69DA81D29E54A10C4F09A9107469CE611631BB7 : public RuntimeObject { public: public: }; // System.Array/EmptyInternalEnumerator`1> struct EmptyInternalEnumerator_1_t1BE5BFD8C0A26FC21EB0EB23FC9762773BE05F84 : public RuntimeObject { public: public: }; // System.Array/EmptyInternalEnumerator`1> struct EmptyInternalEnumerator_1_t64A1FC9DB7F5C44421365C0F743F1880FEBA2918 : public RuntimeObject { public: public: }; // System.Array/EmptyInternalEnumerator`1> struct EmptyInternalEnumerator_1_t3092EC50C097407908F7B1F651F29ECAB232F3CC : public RuntimeObject { public: public: }; // System.Array/EmptyInternalEnumerator`1> struct EmptyInternalEnumerator_1_t1696B72521DF760934B18135B25B34F4F1A87784 : public RuntimeObject { public: public: }; // System.Array/EmptyInternalEnumerator`1> struct EmptyInternalEnumerator_1_t473158D827BD222CBC21ED99C68D61DCC7EC3241 : public RuntimeObject { public: public: }; // System.Array/EmptyInternalEnumerator`1> struct EmptyInternalEnumerator_1_tEABF07CFDCB233BF1790E6728FD573ECB7F525A9 : public RuntimeObject { public: public: }; // System.Array/EmptyInternalEnumerator`1> struct EmptyInternalEnumerator_1_tF93F1A422F38EE3D134F3FB69C951A141167560B : public RuntimeObject { public: public: }; // System.Array/EmptyInternalEnumerator`1> struct EmptyInternalEnumerator_1_t082CE0F9A270BB694A82EDF0FE5E943864B48F58 : public RuntimeObject { public: public: }; // System.Array/EmptyInternalEnumerator`1> struct EmptyInternalEnumerator_1_tDAE3F061B3E7B1C69325FF3770FD545D3F658303 : public RuntimeObject { public: public: }; // System.Array/EmptyInternalEnumerator`1> struct EmptyInternalEnumerator_1_t34491215C0E15EECFEBC9F5194F332A99C3890B4 : public RuntimeObject { public: public: }; // System.Array/EmptyInternalEnumerator`1> struct EmptyInternalEnumerator_1_tC9F3F6D84D0B7FFAFE6D7B231951AA8BAC5FB536 : public RuntimeObject { public: public: }; // System.Array/EmptyInternalEnumerator`1> struct EmptyInternalEnumerator_1_t8764188BE3B4340BF80A20AF769CAA5616600102 : public RuntimeObject { public: public: }; // System.Array/EmptyInternalEnumerator`1> struct EmptyInternalEnumerator_1_tBCDEC1DBA7F8C4EFB34E5F00B02A1352B8356702 : public RuntimeObject { public: public: }; // System.Array/EmptyInternalEnumerator`1> struct EmptyInternalEnumerator_1_tE4842672B4C948DA29DC8CC60BB4D38D4839BAEA : public RuntimeObject { public: public: }; // System.Array/EmptyInternalEnumerator`1> struct EmptyInternalEnumerator_1_tEF56ACB538879672E6C4AC9CBA76ADCEFD8C37AB : public RuntimeObject { public: public: }; // System.Array/EmptyInternalEnumerator`1> struct EmptyInternalEnumerator_1_t9B3C2D4E5284B1381F77165083AE961DF19F4459 : public RuntimeObject { public: public: }; // System.Array/EmptyInternalEnumerator`1> struct EmptyInternalEnumerator_1_t7ABEAF3E3EBE73411A9CE891C06EAC179A8E0563 : public RuntimeObject { public: public: }; // System.Array/EmptyInternalEnumerator`1> struct EmptyInternalEnumerator_1_t9DE757EF1608B1EB8DE3F58E4CB52C1DC9587DF8 : public RuntimeObject { public: public: }; // System.Array/EmptyInternalEnumerator`1> struct EmptyInternalEnumerator_1_t42B4AE8EE108DC0E69D3F239CF9895144073EE00 : public RuntimeObject { public: public: }; // System.Array/EmptyInternalEnumerator`1> struct EmptyInternalEnumerator_1_t928017AFEBBB9752979FFFD647223C199B3BBFCB : public RuntimeObject { public: public: }; // System.Array/EmptyInternalEnumerator`1> struct EmptyInternalEnumerator_1_tE7B917ADBEC4FF739C91FD4CD2F0D706FF4AF2E2 : public RuntimeObject { public: public: }; // System.Array/EmptyInternalEnumerator`1> struct EmptyInternalEnumerator_1_t5AA0F1DBE479071E1EEA3932B47114301C25B727 : public RuntimeObject { public: public: }; // System.Array/EmptyInternalEnumerator`1> struct EmptyInternalEnumerator_1_t0C9C40285FC752EA7EA179C027BB84F4B28637B0 : public RuntimeObject { public: public: }; // System.Array/EmptyInternalEnumerator`1> struct EmptyInternalEnumerator_1_t91959EE23CCDF5DE1BF257E8E15A09BE03F31246 : public RuntimeObject { public: public: }; // System.Array/EmptyInternalEnumerator`1> struct EmptyInternalEnumerator_1_t760E1005CBC9E5E0C819F837E57F2A8C436CE28F : public RuntimeObject { public: public: }; // System.Array/EmptyInternalEnumerator`1> struct EmptyInternalEnumerator_1_tE3306630937DBFD539F8BF9E78E894B7B14621D7 : public RuntimeObject { public: public: }; // System.Array/EmptyInternalEnumerator`1>> struct EmptyInternalEnumerator_1_t40E67616104B2B7A8E9F242A0C9DBB32225E33E7 : public RuntimeObject { public: public: }; // System.Array/EmptyInternalEnumerator`1> struct EmptyInternalEnumerator_1_tB127034219392F6589F6C380FA5676465880FA09 : public RuntimeObject { public: public: }; // System.Array/EmptyInternalEnumerator`1> struct EmptyInternalEnumerator_1_tAD9CD963568578AF3F34F81DF4FD94446CB031F3 : public RuntimeObject { public: public: }; // System.Array/EmptyInternalEnumerator`1> struct EmptyInternalEnumerator_1_t2FEC7076EA3327732AB00B9C6EF87D3585DC1F4D : public RuntimeObject { public: public: }; // System.Array/EmptyInternalEnumerator`1 struct EmptyInternalEnumerator_1_tAA3AAC5E62FD15CB7C734A783557D0FF6EA25195 : public RuntimeObject { public: public: }; // System.Array/EmptyInternalEnumerator`1 struct EmptyInternalEnumerator_1_tB3149E03C7156231CCE49F02AE1D9DD023E9FD11 : public RuntimeObject { public: public: }; // System.Array/EmptyInternalEnumerator`1 struct EmptyInternalEnumerator_1_tDA76FB5ACED84D62EA6CA37CD8E9B3563A6EA7FE : public RuntimeObject { public: public: }; // System.Array/EmptyInternalEnumerator`1 struct EmptyInternalEnumerator_1_tF20EE401E92C8A7DB8CE68DCCEEA94F2754681C2 : public RuntimeObject { public: public: }; // System.Array/EmptyInternalEnumerator`1 struct EmptyInternalEnumerator_1_tBEBBB9FF0F0766E4EE3FE2DCCF4D45558B448632 : public RuntimeObject { public: public: }; // System.Array/EmptyInternalEnumerator`1 struct EmptyInternalEnumerator_1_t56875141BAD686F8D3B9957E154224C010B1732C : public RuntimeObject { public: public: }; // System.Array/EmptyInternalEnumerator`1 struct EmptyInternalEnumerator_1_t3C7DF4C102BE025CFEA0444590D7AFF49CCAC7B1 : public RuntimeObject { public: public: }; // System.Array/EmptyInternalEnumerator`1 struct EmptyInternalEnumerator_1_tE274EF0424898DBF5EC129B311A01C53341F0598 : public RuntimeObject { public: public: }; // System.Array/EmptyInternalEnumerator`1 struct EmptyInternalEnumerator_1_t0D0C54D8936D5A5FCB7C8979BEAC44DA515DD2A5 : public RuntimeObject { public: public: }; // System.Array/EmptyInternalEnumerator`1 struct EmptyInternalEnumerator_1_t260B2DC9A6E06AC480B93F71CB9030E830C1BBC0 : public RuntimeObject { public: public: }; // System.Array/EmptyInternalEnumerator`1 struct EmptyInternalEnumerator_1_t68965D45121004F90196ED4A22A337D374BB896B : public RuntimeObject { public: public: }; // System.Array/EmptyInternalEnumerator`1 struct EmptyInternalEnumerator_1_t5FFF1E7E631A8659D5EC54D85E3D496593F186F3 : public RuntimeObject { public: public: }; // System.Array/EmptyInternalEnumerator`1 struct EmptyInternalEnumerator_1_t6B949F196DF8432C2FEF83EDF3E97C2603988BE9 : public RuntimeObject { public: public: }; // System.Array/EmptyInternalEnumerator`1 struct EmptyInternalEnumerator_1_t417E627D5E362F858F8946540FD27F4E47CFC498 : public RuntimeObject { public: public: }; // System.Array/EmptyInternalEnumerator`1 struct EmptyInternalEnumerator_1_tE3DA363E49EC2BF1E5550AD8F59DD953BEEE9D0A : public RuntimeObject { public: public: }; // System.Array/EmptyInternalEnumerator`1 struct EmptyInternalEnumerator_1_t5CE830CCCEBCAFD5B01A216B4428B6F18765CC4D : public RuntimeObject { public: public: }; // System.Array/EmptyInternalEnumerator`1 struct EmptyInternalEnumerator_1_tD302D23E4F553F7AAEE30C52D2EEFEB9F7A54ACA : public RuntimeObject { public: public: }; // System.Array/EmptyInternalEnumerator`1 struct EmptyInternalEnumerator_1_t33093D4F66C78C341C2408FAF0E817B344679BCD : public RuntimeObject { public: public: }; // System.Array/EmptyInternalEnumerator`1 struct EmptyInternalEnumerator_1_tE4CA89C5F29E18B9602E91DE3B6513EE3620E21E : public RuntimeObject { public: public: }; // System.Array/EmptyInternalEnumerator`1 struct EmptyInternalEnumerator_1_tC26AA0681D8DFAC1A9F431D4E08D085F23E41E3D : public RuntimeObject { public: public: }; // System.Array/EmptyInternalEnumerator`1 struct EmptyInternalEnumerator_1_t6518414A85CC07AB5F8FF8051D384C1067C41C9E : public RuntimeObject { public: public: }; // System.Array/EmptyInternalEnumerator`1 struct EmptyInternalEnumerator_1_t726E3D54CC64D8EC3060D4391CC46D8E54068656 : public RuntimeObject { public: public: }; // System.Array/EmptyInternalEnumerator`1 struct EmptyInternalEnumerator_1_t6503CD2D7E6C44706DA1CF9DAF027F7BFF351C51 : public RuntimeObject { public: public: }; // System.Array/EmptyInternalEnumerator`1 struct EmptyInternalEnumerator_1_t10B6FEF1B4ABCF7096A50C987CB11542CE024E2E : public RuntimeObject { public: public: }; // System.Array/EmptyInternalEnumerator`1 struct EmptyInternalEnumerator_1_tB49DC3FB5274801F30FC5844EB71290673C3C826 : public RuntimeObject { public: public: }; // System.Array/EmptyInternalEnumerator`1 struct EmptyInternalEnumerator_1_tA204D365C3C1347BE86955967974285971A30861 : public RuntimeObject { public: public: }; // System.Array/EmptyInternalEnumerator`1 struct EmptyInternalEnumerator_1_t1170CCD0BDFDCF58482AAF758C02403FD74427A6 : public RuntimeObject { public: public: }; // System.Array/EmptyInternalEnumerator`1 struct EmptyInternalEnumerator_1_tA189556638C04823DE8AE67ECE13105A473F9F2A : public RuntimeObject { public: public: }; // System.Array/EmptyInternalEnumerator`1 struct EmptyInternalEnumerator_1_t8F2B9E7FE9E0069D37DBAE8D9B5CE88425095F08 : public RuntimeObject { public: public: }; // System.Array/EmptyInternalEnumerator`1 struct EmptyInternalEnumerator_1_t6F66026A71AC1C3D4EA84126D09DDD25C2BD32BC : public RuntimeObject { public: public: }; // System.Array/EmptyInternalEnumerator`1 struct EmptyInternalEnumerator_1_tBC0574AADD31054875385E2CACE9BDC921EDEBAE : public RuntimeObject { public: public: }; // System.Array/EmptyInternalEnumerator`1 struct EmptyInternalEnumerator_1_tCCCA7955FD6ABCE0C436239FACB16B5B127A89D8 : public RuntimeObject { public: public: }; // System.Array/EmptyInternalEnumerator`1 struct EmptyInternalEnumerator_1_t0B6EFE19888B5D18EE4326D4C1FDB66AF5644DCC : public RuntimeObject { public: public: }; // System.Array/EmptyInternalEnumerator`1 struct EmptyInternalEnumerator_1_t48F7297744ACEAFE78133A8F63D9426751835F3C : public RuntimeObject { public: public: }; // System.Array/EmptyInternalEnumerator`1 struct EmptyInternalEnumerator_1_tD68414D16589E152F8316B674FC004E6E2F8335D : public RuntimeObject { public: public: }; // System.Array/EmptyInternalEnumerator`1 struct EmptyInternalEnumerator_1_t17CB0E6F2F9E76CD1BF00B847D7CE0B1D6AE7C29 : public RuntimeObject { public: public: }; // System.Array/EmptyInternalEnumerator`1 struct EmptyInternalEnumerator_1_tFAD2389573AFD6D91E651E0E382AE9EA3E4E0193 : public RuntimeObject { public: public: }; // System.Array/EmptyInternalEnumerator`1 struct EmptyInternalEnumerator_1_tD3B6658370504A40A66DE99B14DE0DE9F3AA9FE4 : public RuntimeObject { public: public: }; // System.Array/EmptyInternalEnumerator`1 struct EmptyInternalEnumerator_1_tC4BD83CD32AC253C8FB58834BC82D5B0B01EC8B0 : public RuntimeObject { public: public: }; // System.Array/EmptyInternalEnumerator`1 struct EmptyInternalEnumerator_1_tC5A8EB0F5E1BBC81F98B3FA4B8C76D07FCD12D56 : public RuntimeObject { public: public: }; // System.Array/EmptyInternalEnumerator`1 struct EmptyInternalEnumerator_1_t5FD32FF123B831648EF69274CA4EBC20E4ADED03 : public RuntimeObject { public: public: }; // System.Array/EmptyInternalEnumerator`1 struct EmptyInternalEnumerator_1_tEB5C29F0625EB1E98571BC04E51328E84EF98BC2 : public RuntimeObject { public: public: }; // System.Array/EmptyInternalEnumerator`1 struct EmptyInternalEnumerator_1_tDB34587FFE38D2D85851249A3B380F978AD68C4D : public RuntimeObject { public: public: }; // System.Array/EmptyInternalEnumerator`1 struct EmptyInternalEnumerator_1_tF15A3752DA216D09FD5F129496CF55E18CED8CAD : public RuntimeObject { public: public: }; // System.Array/EmptyInternalEnumerator`1 struct EmptyInternalEnumerator_1_t183B07D6D966587E51B7703F377C4CA1A11B89BB : public RuntimeObject { public: public: }; // System.Array/EmptyInternalEnumerator`1 struct EmptyInternalEnumerator_1_t1433AB7767B1D7B05E3BD32D17D5A5C68E546953 : public RuntimeObject { public: public: }; // System.Array/EmptyInternalEnumerator`1 struct EmptyInternalEnumerator_1_t9073B4D4D4F8C8EE06ED64F5961DFC02616F5CBB : public RuntimeObject { public: public: }; // System.Array/EmptyInternalEnumerator`1 struct EmptyInternalEnumerator_1_t4D184FDE16ED45A8E86776C9F3914F335727A9F3 : public RuntimeObject { public: public: }; // System.Array/EmptyInternalEnumerator`1 struct EmptyInternalEnumerator_1_t2381C5689C58EA562845E104791FDF9FEEB438FA : public RuntimeObject { public: public: }; // System.Array/EmptyInternalEnumerator`1 struct EmptyInternalEnumerator_1_tF2F23339A1A0382CC15047A7956A4CF88AC69608 : public RuntimeObject { public: public: }; // System.Array/EmptyInternalEnumerator`1 struct EmptyInternalEnumerator_1_t64DD0F659EFF5EE0DB8D0C133BA51C77E4494882 : public RuntimeObject { public: public: }; // System.Array/EmptyInternalEnumerator`1 struct EmptyInternalEnumerator_1_tDF1CDD1CB85BE3866A609B8CDF9793B1F295613D : public RuntimeObject { public: public: }; // System.Array/EmptyInternalEnumerator`1 struct EmptyInternalEnumerator_1_tA30BBD95ECE61DE2F7547AAD04C340F30FB945C5 : public RuntimeObject { public: public: }; // System.Array/EmptyInternalEnumerator`1 struct EmptyInternalEnumerator_1_t75C26DC5E37A1DE5E7952364949788A0414292F8 : public RuntimeObject { public: public: }; // System.Array/EmptyInternalEnumerator`1 struct EmptyInternalEnumerator_1_t95B86B7AF92D937E5DC9BF6C0E636018F7636CAD : public RuntimeObject { public: public: }; // System.Array/EmptyInternalEnumerator`1 struct EmptyInternalEnumerator_1_t4F313D65DA3E0211846543E644E5E7E086E8F28D : public RuntimeObject { public: public: }; // System.Array/EmptyInternalEnumerator`1 struct EmptyInternalEnumerator_1_tED0D8BE1466C6C1533A3FB110C1BB85541EF34F7 : public RuntimeObject { public: public: }; // System.Array/EmptyInternalEnumerator`1 struct EmptyInternalEnumerator_1_tE491D747D968BCDAA28B7929721EE2F6134FC9FA : public RuntimeObject { public: public: }; // System.Array/EmptyInternalEnumerator`1 struct EmptyInternalEnumerator_1_tB7FBA40E1F922CFAE24E5AF576F47C4A523413F5 : public RuntimeObject { public: public: }; // System.Array/EmptyInternalEnumerator`1 struct EmptyInternalEnumerator_1_tAC7F371FC996A284046B5A578FEEC307D75516DE : public RuntimeObject { public: public: }; // System.Array/EmptyInternalEnumerator`1 struct EmptyInternalEnumerator_1_tD9EE058AEC228CE233000D9A7BE7331A6F3AD60C : public RuntimeObject { public: public: }; // System.Array/EmptyInternalEnumerator`1 struct EmptyInternalEnumerator_1_tB97C27906CE71067C984DF626A2F5CE4B8868EDE : public RuntimeObject { public: public: }; // System.Array/EmptyInternalEnumerator`1 struct EmptyInternalEnumerator_1_tFF9E4C29D686A07247159E8C1D1E3AD449392FBF : public RuntimeObject { public: public: }; // System.Array/EmptyInternalEnumerator`1 struct EmptyInternalEnumerator_1_t80FA39BD3211CD51051562C455EBE3119386955B : public RuntimeObject { public: public: }; // System.Array/EmptyInternalEnumerator`1 struct EmptyInternalEnumerator_1_t1E569FEB7008B5871C918075F065025ADCDD86AD : public RuntimeObject { public: public: }; // System.Array/EmptyInternalEnumerator`1 struct EmptyInternalEnumerator_1_t78065659056F4527D230B0D22B4F4308F9564EED : public RuntimeObject { public: public: }; // System.Array/EmptyInternalEnumerator`1 struct EmptyInternalEnumerator_1_t0D8586E4E28DEBF0AE2A74E26A558748C4201881 : public RuntimeObject { public: public: }; // System.Array/EmptyInternalEnumerator`1 struct EmptyInternalEnumerator_1_tFB6AB4078B849B7D9D041709E7ACE075063933DC : public RuntimeObject { public: public: }; // System.Array/EmptyInternalEnumerator`1 struct EmptyInternalEnumerator_1_t66E1ED5C5EE9212424EB40088B0C53B90FD2107F : public RuntimeObject { public: public: }; // System.Array/EmptyInternalEnumerator`1 struct EmptyInternalEnumerator_1_tDA240E936C6885E689C8EDD57FBCC92B8FF8623C : public RuntimeObject { public: public: }; // System.Array/EmptyInternalEnumerator`1 struct EmptyInternalEnumerator_1_tE80CE8A0BBB70ADFA376E01A8A783F282753A057 : public RuntimeObject { public: public: }; // System.Array/EmptyInternalEnumerator`1 struct EmptyInternalEnumerator_1_tEDE237734B17321A1012C1F07588C732EF5FDCB4 : public RuntimeObject { public: public: }; // System.Array/EmptyInternalEnumerator`1 struct EmptyInternalEnumerator_1_tD34CCBC5E8B24A6CCAA67EDD5862CBFDDA3F7974 : public RuntimeObject { public: public: }; // System.Array/EmptyInternalEnumerator`1 struct EmptyInternalEnumerator_1_t0FA3F7997D7FA23EE3CE13E5A07DAA5699295DA4 : public RuntimeObject { public: public: }; // System.Array/EmptyInternalEnumerator`1 struct EmptyInternalEnumerator_1_t0948888B9BA933F2DFDAC75410FAC8088CDB483B : public RuntimeObject { public: public: }; // System.Array/EmptyInternalEnumerator`1 struct EmptyInternalEnumerator_1_t691D809CDF0F0D0A2ED848EC1DB03C958FF2EE71 : public RuntimeObject { public: public: }; // System.Array/EmptyInternalEnumerator`1 struct EmptyInternalEnumerator_1_t1161F4679FC506ABABE6B869D0FDEF9B2628297D : public RuntimeObject { public: public: }; // System.Array/EmptyInternalEnumerator`1 struct EmptyInternalEnumerator_1_t2BD7ACAB2895105DECC544A7F5EB2906B0AE9679 : public RuntimeObject { public: public: }; // System.Array/EmptyInternalEnumerator`1 struct EmptyInternalEnumerator_1_tC1E11F50E1529EF34BC931C90452ACB00144BFEF : public RuntimeObject { public: public: }; // System.Array/EmptyInternalEnumerator`1 struct EmptyInternalEnumerator_1_t9F8D57DDC21056D464CEA712BEE8F71A11A72B97 : public RuntimeObject { public: public: }; // System.Array/EmptyInternalEnumerator`1 struct EmptyInternalEnumerator_1_t53B4E0869EA4A5DE4955F924441FACA997CDB5E4 : public RuntimeObject { public: public: }; // System.Array/EmptyInternalEnumerator`1 struct EmptyInternalEnumerator_1_t68D4A80D4205D2F708F849F4FA71BE453FADCEE2 : public RuntimeObject { public: public: }; // System.Array/EmptyInternalEnumerator`1 struct EmptyInternalEnumerator_1_tCC91096AF17ED3D2253194F2410C4FCFCF1B5026 : public RuntimeObject { public: public: }; // System.Array/EmptyInternalEnumerator`1 struct EmptyInternalEnumerator_1_tF7C975948BA52A9C19E497449E4D87DA7BAE2EAB : public RuntimeObject { public: public: }; // System.Array/EmptyInternalEnumerator`1 struct EmptyInternalEnumerator_1_tD8717F9EDAFEA749606D9032B12F467BC8978D29 : public RuntimeObject { public: public: }; // System.Array/EmptyInternalEnumerator`1 struct EmptyInternalEnumerator_1_t548575A991ADA04BAE2FDC8DF88859F243206697 : public RuntimeObject { public: public: }; // System.Array/EmptyInternalEnumerator`1 struct EmptyInternalEnumerator_1_t9A225F66BDBAE9083D6E8F6B86F3C91892BC354C : public RuntimeObject { public: public: }; // System.Array/EmptyInternalEnumerator`1 struct EmptyInternalEnumerator_1_tC8818CF16AC890751650DCD18AAF4B9C47D4ED95 : public RuntimeObject { public: public: }; // System.Array/EmptyInternalEnumerator`1 struct EmptyInternalEnumerator_1_t643E4C393934C261460C4AE21D0ABCFF7772377E : public RuntimeObject { public: public: }; // System.Array/EmptyInternalEnumerator`1 struct EmptyInternalEnumerator_1_t2BB9B1BF736B9B5FC07FF1183C4C1BFFC001E29B : public RuntimeObject { public: public: }; // System.Array/EmptyInternalEnumerator`1 struct EmptyInternalEnumerator_1_tFE3CC8B1F64DFF46D715668BD4CE87C4423858B1 : public RuntimeObject { public: public: }; // System.Array/EmptyInternalEnumerator`1 struct EmptyInternalEnumerator_1_tDB61423ADEE2FA3467B27AD9E508FBEEE459496D : public RuntimeObject { public: public: }; // System.Array/EmptyInternalEnumerator`1 struct EmptyInternalEnumerator_1_t33C7848FDC3BDF3E6052A87C20D3B514445524B2 : public RuntimeObject { public: public: }; // System.Array/EmptyInternalEnumerator`1 struct EmptyInternalEnumerator_1_t70C51C5876A18557C10F2B87AA211402ECE319F0 : public RuntimeObject { public: public: }; // System.Array/EmptyInternalEnumerator`1 struct EmptyInternalEnumerator_1_t33D11EFD52D67BC92E5A950CB83039387E015D94 : public RuntimeObject { public: public: }; // System.Array/EmptyInternalEnumerator`1 struct EmptyInternalEnumerator_1_t85A861267AC03AA70FBCBCCBD5862D1BFC6A7E0C : public RuntimeObject { public: public: }; // System.Array/EmptyInternalEnumerator`1 struct EmptyInternalEnumerator_1_tEAE621422B45A916EB63D1A3C34443173C206B52 : public RuntimeObject { public: public: }; // System.Array/EmptyInternalEnumerator`1 struct EmptyInternalEnumerator_1_t4554562CF33334CC82E175689C588EB2436DC902 : public RuntimeObject { public: public: }; // System.Array/EmptyInternalEnumerator`1 struct EmptyInternalEnumerator_1_t2CBF422896913BA624F3044D06177CE5C7AE41F6 : public RuntimeObject { public: public: }; // System.Array/EmptyInternalEnumerator`1 struct EmptyInternalEnumerator_1_t2324D12D3B691A4D3AA0F430B3B4DAC7A90F9780 : public RuntimeObject { public: public: }; // System.Array/EmptyInternalEnumerator`1 struct EmptyInternalEnumerator_1_tDABC0B9124E439B71B0A7E09B4F046688CD559E5 : public RuntimeObject { public: public: }; // System.Array/EmptyInternalEnumerator`1 struct EmptyInternalEnumerator_1_tE19B246B93EA5FEB80BD15478DBEE70788312918 : public RuntimeObject { public: public: }; // System.Array/EmptyInternalEnumerator`1 struct EmptyInternalEnumerator_1_t51F5549F32E1C07F8FF104B77F094FFEFE29779E : public RuntimeObject { public: public: }; // System.Array/EmptyInternalEnumerator`1 struct EmptyInternalEnumerator_1_t3C259954882BC0944CF8D2156284068F14F5C377 : public RuntimeObject { public: public: }; // System.Array/EmptyInternalEnumerator`1 struct EmptyInternalEnumerator_1_tBF97ABFDA9C760BDF7D30019D8C37352ECDB4E65 : public RuntimeObject { public: public: }; // System.Array/EmptyInternalEnumerator`1 struct EmptyInternalEnumerator_1_tB45A9A443595936CD1B8EBBE346D89CA95D68ED1 : public RuntimeObject { public: public: }; // System.Array/EmptyInternalEnumerator`1 struct EmptyInternalEnumerator_1_t89D4C08A67E4D7D8F5320797FFA1CE531542CE8A : public RuntimeObject { public: public: }; // System.Array/EmptyInternalEnumerator`1 struct EmptyInternalEnumerator_1_t062CD4635FD05C48CB2B2B1A352BF09B43EA85FA : public RuntimeObject { public: public: }; // System.Array/EmptyInternalEnumerator`1 struct EmptyInternalEnumerator_1_tBDFFEB4D48CC1E8414924C00730B45E3DCDF5003 : public RuntimeObject { public: public: }; // System.Array/EmptyInternalEnumerator`1 struct EmptyInternalEnumerator_1_t1964EB5C96A8CA58A55EA579A0732387C8CAF89A : public RuntimeObject { public: public: }; // System.Array/EmptyInternalEnumerator`1 struct EmptyInternalEnumerator_1_t4749769BF884C08C887BEDE3F0F393622F82CD91 : public RuntimeObject { public: public: }; // System.Array/EmptyInternalEnumerator`1 struct EmptyInternalEnumerator_1_tCD191E04A46D6A0734D4E3E6954CA6AE8A247027 : public RuntimeObject { public: public: }; // System.Array/EmptyInternalEnumerator`1 struct EmptyInternalEnumerator_1_t3BB8D6973AFE9459C0A40A9A822E206DCD689660 : public RuntimeObject { public: public: }; // System.Array/EmptyInternalEnumerator`1 struct EmptyInternalEnumerator_1_tB21572CDA5780184C5880361BCAD84D1013CF993 : public RuntimeObject { public: public: }; // System.Array/EmptyInternalEnumerator`1 struct EmptyInternalEnumerator_1_t55F95808B461721419503A675C22E578580CFAD6 : public RuntimeObject { public: public: }; // System.Array/EmptyInternalEnumerator`1 struct EmptyInternalEnumerator_1_t557F2B049AB0C85681510E3FB9C145E69501F788 : public RuntimeObject { public: public: }; // System.Array/EmptyInternalEnumerator`1 struct EmptyInternalEnumerator_1_t8C1EBBA425F786FEEA936A2899789BE1E09916BA : public RuntimeObject { public: public: }; // System.Array/EmptyInternalEnumerator`1 struct EmptyInternalEnumerator_1_tA5E7DB878B495301EF1A17EFDE75C0979C7B792C : public RuntimeObject { public: public: }; // System.Array/EmptyInternalEnumerator`1 struct EmptyInternalEnumerator_1_t2086054D86C308C6BACD48367418D110DA1B011A : public RuntimeObject { public: public: }; // System.Array/EmptyInternalEnumerator`1 struct EmptyInternalEnumerator_1_t1A2705DFC00DBC178C31F156817B8F2B2B2CBD41 : public RuntimeObject { public: public: }; // System.Array/EmptyInternalEnumerator`1 struct EmptyInternalEnumerator_1_tD81DD3BA356969A065505AF1B8654DBAFD30DFFE : public RuntimeObject { public: public: }; // System.Array/EmptyInternalEnumerator`1 struct EmptyInternalEnumerator_1_t2479F21C77D30DE2FB51BE3CE1B30F61EB52569B : public RuntimeObject { public: public: }; // System.Array/EmptyInternalEnumerator`1 struct EmptyInternalEnumerator_1_tDE022C747BB06B92CE84863A9E7ABFE11D7F90F8 : public RuntimeObject { public: public: }; // System.Array/EmptyInternalEnumerator`1 struct EmptyInternalEnumerator_1_t77B81818A5C8F290E3D7992CEE06E18EA1A155A7 : public RuntimeObject { public: public: }; // System.Array/EmptyInternalEnumerator`1 struct EmptyInternalEnumerator_1_t06A6DF4ADE963D0D30948E1D189615DBBF72F1C8 : public RuntimeObject { public: public: }; // System.Array/EmptyInternalEnumerator`1 struct EmptyInternalEnumerator_1_t39F8FBD7BAF43D07A717A48C34DB6D64016BCB60 : public RuntimeObject { public: public: }; // System.Array/EmptyInternalEnumerator`1 struct EmptyInternalEnumerator_1_t0E8F96C5F6A18DD6294A10B13FCD28E14664F571 : public RuntimeObject { public: public: }; // System.Array/EmptyInternalEnumerator`1 struct EmptyInternalEnumerator_1_tB7A93CFCADF72A6A0D3804497DB3C65762335196 : public RuntimeObject { public: public: }; // System.Array/EmptyInternalEnumerator`1 struct EmptyInternalEnumerator_1_tCA61C4E9AB06E9560096B8164444E558D9B6D877 : public RuntimeObject { public: public: }; // System.Array/EmptyInternalEnumerator`1 struct EmptyInternalEnumerator_1_tADC2DEF881932D2D771A7A3FBDC01E8CFC251CBB : public RuntimeObject { public: public: }; // System.Array/EmptyInternalEnumerator`1 struct EmptyInternalEnumerator_1_t34001D5D38962500B81A96C8CB973D3BBD77AEDC : public RuntimeObject { public: public: }; // System.Array/EmptyInternalEnumerator`1 struct EmptyInternalEnumerator_1_t358EDE63C99865E62702448FAACEABAEC278D2ED : public RuntimeObject { public: public: }; // System.Array/EmptyInternalEnumerator`1 struct EmptyInternalEnumerator_1_t8D9B26FDC485BE75A5E2AEAB7CA8653A173F84C7 : public RuntimeObject { public: public: }; // System.Array/EmptyInternalEnumerator`1 struct EmptyInternalEnumerator_1_t62FFC2869691A959416CB9C288E7C4BD5AD4CC74 : public RuntimeObject { public: public: }; // System.Array/EmptyInternalEnumerator`1 struct EmptyInternalEnumerator_1_t1CDB1EF1D278FA468399CCEA465980FB85BFD254 : public RuntimeObject { public: public: }; // System.Array/EmptyInternalEnumerator`1 struct EmptyInternalEnumerator_1_tC2DC768C893401F3201F97825245090B967AFE9A : public RuntimeObject { public: public: }; // System.Array/EmptyInternalEnumerator`1 struct EmptyInternalEnumerator_1_t08947FD048E88D15D0B7C8BE10F545B46097E61B : public RuntimeObject { public: public: }; // System.Array/EmptyInternalEnumerator`1 struct EmptyInternalEnumerator_1_t9674A9A497E405A3CDC2BC575DFE2818DD8414E0 : public RuntimeObject { public: public: }; // System.Array/EmptyInternalEnumerator`1 struct EmptyInternalEnumerator_1_tD46410A5F9864CFAB940A647F59D8BF48D8A215B : public RuntimeObject { public: public: }; // System.Array/EmptyInternalEnumerator`1 struct EmptyInternalEnumerator_1_t60459A041C4E5FAF95F79FE4185CABD0CB7746A0 : public RuntimeObject { public: public: }; // System.Array/EmptyInternalEnumerator`1 struct EmptyInternalEnumerator_1_t3FB8CD3210561E4173013EC444474C6FB13FBBB2 : public RuntimeObject { public: public: }; // System.Array/EmptyInternalEnumerator`1 struct EmptyInternalEnumerator_1_t0DA18AF09BD2D57ECE98A2D6FCB01E49F642F743 : public RuntimeObject { public: public: }; // System.Array/EmptyInternalEnumerator`1 struct EmptyInternalEnumerator_1_t772576279A18E7E354091996649F2F665152F82B : public RuntimeObject { public: public: }; // System.Array/EmptyInternalEnumerator`1 struct EmptyInternalEnumerator_1_tA1968E4E8A70EEFCFC1CEF1875F0AA245D45D1AD : public RuntimeObject { public: public: }; // System.Array/EmptyInternalEnumerator`1 struct EmptyInternalEnumerator_1_tB7875A6587F3E177FCB1D982676AEC5F9E5043E2 : public RuntimeObject { public: public: }; // System.Array/EmptyInternalEnumerator`1 struct EmptyInternalEnumerator_1_t4850C37B8D667684B81D10946F69EE93E08E8EC9 : public RuntimeObject { public: public: }; // System.Array/EmptyInternalEnumerator`1 struct EmptyInternalEnumerator_1_t9476497B8A2D6DC3B2C174BE8EE718551C797B63 : public RuntimeObject { public: public: }; // System.Array/EmptyInternalEnumerator`1 struct EmptyInternalEnumerator_1_t722CE7953BDA5EAB673D0A20586B627F26F3FF47 : public RuntimeObject { public: public: }; // System.Array/EmptyInternalEnumerator`1 struct EmptyInternalEnumerator_1_t0B71F5B648D4E09E5558F0E0531743818454C863 : public RuntimeObject { public: public: }; // System.Array/EmptyInternalEnumerator`1 struct EmptyInternalEnumerator_1_t63C2F4188FD59356321B045E3274184978BFCD48 : public RuntimeObject { public: public: }; // System.Array/EmptyInternalEnumerator`1 struct EmptyInternalEnumerator_1_t1CB3201AB1140C79244F0FCBFC073E5DAF6093D3 : public RuntimeObject { public: public: }; // System.Array/EmptyInternalEnumerator`1 struct EmptyInternalEnumerator_1_t4B61F3E4F8090CEBB2CB74615D9AB6993ED8835E : public RuntimeObject { public: public: }; // System.Array/EmptyInternalEnumerator`1 struct EmptyInternalEnumerator_1_t28B7E84C7E7561CF0F48E33B65739714ABD39DC2 : public RuntimeObject { public: public: }; // System.Array/EmptyInternalEnumerator`1 struct EmptyInternalEnumerator_1_t79AED38F0349586A13A1F7DD8EC209A6D5A25CAF : public RuntimeObject { public: public: }; // System.Array/EmptyInternalEnumerator`1 struct EmptyInternalEnumerator_1_t075260F4BD98862AF408A3D7D63A7770F2F6A48D : public RuntimeObject { public: public: }; // System.Array/EmptyInternalEnumerator`1 struct EmptyInternalEnumerator_1_tDFD0A49BCBDB0BCE75241FAC96985940B1327FF6 : public RuntimeObject { public: public: }; // System.Array/EmptyInternalEnumerator`1 struct EmptyInternalEnumerator_1_t7662F99D9DFDF8BB0086720C275D108512881D11 : public RuntimeObject { public: public: }; // System.Array/EmptyInternalEnumerator`1 struct EmptyInternalEnumerator_1_t772C11AA97DF48CC9CAF3C7294CA2D6EECDD504F : public RuntimeObject { public: public: }; // System.Array/EmptyInternalEnumerator`1 struct EmptyInternalEnumerator_1_t78C9519B88CC65240245B97CE24A61D28E0C0476 : public RuntimeObject { public: public: }; // System.Array/EmptyInternalEnumerator`1 struct EmptyInternalEnumerator_1_t3C46DAD43A8674D13F53BCB5049F9D7512D8CDA4 : public RuntimeObject { public: public: }; // System.Array/EmptyInternalEnumerator`1 struct EmptyInternalEnumerator_1_t39B81971183ACF6AAE9B98E1E73BCF5662FD8657 : public RuntimeObject { public: public: }; // System.Array/EmptyInternalEnumerator`1 struct EmptyInternalEnumerator_1_t47B0D106EE8D18A907B909B426CDD33588105828 : public RuntimeObject { public: public: }; // System.Array/EmptyInternalEnumerator`1 struct EmptyInternalEnumerator_1_t80AB5D9410DC17AE081A175DBEA733CFF8D856C4 : public RuntimeObject { public: public: }; // System.Array/EmptyInternalEnumerator`1 struct EmptyInternalEnumerator_1_t82CAC5A35EA8F2365B35192D176A39CF3DF3BFAD : public RuntimeObject { public: public: }; // System.Array/EmptyInternalEnumerator`1 struct EmptyInternalEnumerator_1_t16843B1642589EADAF9F33CC8C01815F1B3461A0 : public RuntimeObject { public: public: }; // System.Array/EmptyInternalEnumerator`1 struct EmptyInternalEnumerator_1_tCC66E29B3135EADE98ABBECB476FC9B8F7071732 : public RuntimeObject { public: public: }; // System.Array/EmptyInternalEnumerator`1 struct EmptyInternalEnumerator_1_t2511B3DF67BF1CDD93699F757F7F84C07044A9EA : public RuntimeObject { public: public: }; // System.Array/EmptyInternalEnumerator`1 struct EmptyInternalEnumerator_1_t5EC8C2C93272C78B81F86D78B9A7EE8019367A5D : public RuntimeObject { public: public: }; // System.Array/EmptyInternalEnumerator`1 struct EmptyInternalEnumerator_1_t436A8E58E78E92A6DF929ED5DA7612A30EED69C3 : public RuntimeObject { public: public: }; // System.Array/EmptyInternalEnumerator`1 struct EmptyInternalEnumerator_1_t5379C91906C96D81A176FD439FA270890E6A6491 : public RuntimeObject { public: public: }; // System.Array/EmptyInternalEnumerator`1 struct EmptyInternalEnumerator_1_tE0EFDA98496404617E2248BB62C2725447743B26 : public RuntimeObject { public: public: }; // System.Array/EmptyInternalEnumerator`1 struct EmptyInternalEnumerator_1_tC27E938DE5A96CEDC2D7B2C76CC8542F71FE755F : public RuntimeObject { public: public: }; // System.Array/EmptyInternalEnumerator`1 struct EmptyInternalEnumerator_1_tD267943FEA15E70B35D06088E9305C3A64B07783 : public RuntimeObject { public: public: }; // System.Array/EmptyInternalEnumerator`1 struct EmptyInternalEnumerator_1_t6F84B5F5D1332EEA9E39C4378210EFE7ADDC3FF3 : public RuntimeObject { public: public: }; // System.Array/EmptyInternalEnumerator`1 struct EmptyInternalEnumerator_1_tFE21CE0E9E8FCC0DEABB4249725B977E128F3DA1 : public RuntimeObject { public: public: }; // System.Array/EmptyInternalEnumerator`1 struct EmptyInternalEnumerator_1_t977058BA5DF708B76EFE8A3D63499448DDD7CB99 : public RuntimeObject { public: public: }; // System.Array/EmptyInternalEnumerator`1 struct EmptyInternalEnumerator_1_t41CD724EDE4107811D1D67A80613C36AED051F08 : public RuntimeObject { public: public: }; // System.Array/EmptyInternalEnumerator`1 struct EmptyInternalEnumerator_1_t78BD071F27948921D02557CDE1E5B27B1542719B : public RuntimeObject { public: public: }; // System.Array/EmptyInternalEnumerator`1 struct EmptyInternalEnumerator_1_tFA36265E145BEFB4C2387CEDD2177C39AF4F4CFF : public RuntimeObject { public: public: }; // System.Array/EmptyInternalEnumerator`1 struct EmptyInternalEnumerator_1_t1D36B876276BBC1AB82DE5E20C3891081518D252 : public RuntimeObject { public: public: }; // System.Array/EmptyInternalEnumerator`1 struct EmptyInternalEnumerator_1_tED893ABE189F22EB7D5E09157289C0A8AD8BF7F8 : public RuntimeObject { public: public: }; // System.Array/EmptyInternalEnumerator`1 struct EmptyInternalEnumerator_1_tE38A03D29C5D01915500036E60DB35344EB8051B : public RuntimeObject { public: public: }; // System.Array/EmptyInternalEnumerator`1 struct EmptyInternalEnumerator_1_t5A7251A7DDCCD505DFD2D7551CFF9B8683F979A8 : public RuntimeObject { public: public: }; // System.Array/EmptyInternalEnumerator`1 struct EmptyInternalEnumerator_1_t7D78B8ED2D6994907431822DF3F70C61899DA870 : public RuntimeObject { public: public: }; // System.Array/EmptyInternalEnumerator`1 struct EmptyInternalEnumerator_1_tC33BA940B33128AB5252993B41D371E728B28C64 : public RuntimeObject { public: public: }; // System.Array/EmptyInternalEnumerator`1 struct EmptyInternalEnumerator_1_tE33AC1C261115C13DB5646C12E381B7F32ECDD2F : public RuntimeObject { public: public: }; // System.Array/EmptyInternalEnumerator`1 struct EmptyInternalEnumerator_1_tE7567E6BB8EA251B4D724020109F3E3C177C2160 : public RuntimeObject { public: public: }; // System.Array/EmptyInternalEnumerator`1 struct EmptyInternalEnumerator_1_t6BEB084D2BC1808D906100D677CCAE5E680B180E : public RuntimeObject { public: public: }; // System.Array/EmptyInternalEnumerator`1 struct EmptyInternalEnumerator_1_t28361BD02237DAA066C206B11CE1747480563403 : public RuntimeObject { public: public: }; // System.Array/EmptyInternalEnumerator`1 struct EmptyInternalEnumerator_1_t5DC1BD6DBE58432FD2AD24070F2C5A1970ECFED3 : public RuntimeObject { public: public: }; // System.Array/EmptyInternalEnumerator`1 struct EmptyInternalEnumerator_1_t3D712869A1A38EC649025A0DAD21E601A327F57A : public RuntimeObject { public: public: }; // System.Array/EmptyInternalEnumerator`1 struct EmptyInternalEnumerator_1_t7A683453405B1E11CE3B7C74EE32E654E5D3D003 : public RuntimeObject { public: public: }; // System.Array/EmptyInternalEnumerator`1 struct EmptyInternalEnumerator_1_tCA1A006B3D27CD3CDE87FFF120D7BAE084D25D36 : public RuntimeObject { public: public: }; // System.Array/EmptyInternalEnumerator`1 struct EmptyInternalEnumerator_1_tD9017A6FD9B3F46A6027C8679C211AD08F0B9E16 : public RuntimeObject { public: public: }; // System.Array/EmptyInternalEnumerator`1 struct EmptyInternalEnumerator_1_tA61AF8C8594BD6ADF80D10C379D81BDD57EA3A5D : public RuntimeObject { public: public: }; // System.Array/EmptyInternalEnumerator`1 struct EmptyInternalEnumerator_1_tFA941F7D9F1310C18343514C062A63AE7526CB99 : public RuntimeObject { public: public: }; // System.Array/EmptyInternalEnumerator`1 struct EmptyInternalEnumerator_1_t20A6E62029D868B2FC8F6349E1E22AFD495F97E7 : public RuntimeObject { public: public: }; // System.Array/EmptyInternalEnumerator`1 struct EmptyInternalEnumerator_1_t57D078EEBED8E750A04791076167E9CD447656B7 : public RuntimeObject { public: public: }; // System.Array/EmptyInternalEnumerator`1 struct EmptyInternalEnumerator_1_tE1762C69884D124A5642023609CDDE2036FD1FA2 : public RuntimeObject { public: public: }; // System.Array/EmptyInternalEnumerator`1 struct EmptyInternalEnumerator_1_tA5EC5164E7CEB028A21B00DB1EB420BD203D87A8 : public RuntimeObject { public: public: }; // System.Array/EmptyInternalEnumerator`1 struct EmptyInternalEnumerator_1_tE273924199065C212041718B598F5734839D142E : public RuntimeObject { public: public: }; // System.Array/EmptyInternalEnumerator`1 struct EmptyInternalEnumerator_1_tE697715FD913EAFBA4E17D8865C36C4863EC7428 : public RuntimeObject { public: public: }; // System.Array/EmptyInternalEnumerator`1 struct EmptyInternalEnumerator_1_t3105CF83CD9BCB53534C1A58DA924FB226F4A2C5 : public RuntimeObject { public: public: }; // System.Array/EmptyInternalEnumerator`1 struct EmptyInternalEnumerator_1_tC497CFE7E54D32E49F6EDBD2EEC94FF24748E774 : public RuntimeObject { public: public: }; // System.Array/EmptyInternalEnumerator`1 struct EmptyInternalEnumerator_1_tE67FF7685F44E27CF9E5E66F2D329F5A87F189F5 : public RuntimeObject { public: public: }; // System.Array/EmptyInternalEnumerator`1 struct EmptyInternalEnumerator_1_tDFBF4198A6A41EFCDB69F00825A2AD0BD14DE103 : public RuntimeObject { public: public: }; // System.Array/EmptyInternalEnumerator`1 struct EmptyInternalEnumerator_1_t8096FB9EDCD3F7EDF91BD916709CF02EFDBB432B : public RuntimeObject { public: public: }; // System.Array/EmptyInternalEnumerator`1 struct EmptyInternalEnumerator_1_t13378F229E2E4DC22603AEED1C10CEAFED4A2E0F : public RuntimeObject { public: public: }; // System.Array/EmptyInternalEnumerator`1 struct EmptyInternalEnumerator_1_t069A8F46B23F5F7C42F0609ECC8560CE8353AC95 : public RuntimeObject { public: public: }; // System.Array/EmptyInternalEnumerator`1 struct EmptyInternalEnumerator_1_t13EFB0F6A71E5D69F639A074499CB97EEE02356B : public RuntimeObject { public: public: }; // System.Array/EmptyInternalEnumerator`1 struct EmptyInternalEnumerator_1_t279FEE66D5269BCAFAE1A52E72858BBDB6786F92 : public RuntimeObject { public: public: }; // System.Array/EmptyInternalEnumerator`1 struct EmptyInternalEnumerator_1_tC7B404BFFB6EFE7AD7010E1251BD57B3096A7E54 : public RuntimeObject { public: public: }; // System.Array/EmptyInternalEnumerator`1 struct EmptyInternalEnumerator_1_t6E1F01990B14E5CF70A5275B3CAB2CA9D5138DDC : public RuntimeObject { public: public: }; // System.Array/EmptyInternalEnumerator`1 struct EmptyInternalEnumerator_1_t84A8DF33473F4D6DAB214658DA8981FDA9C2007F : public RuntimeObject { public: public: }; // System.Array/EmptyInternalEnumerator`1 struct EmptyInternalEnumerator_1_tEED4261EED459AEC3771D6198D494C8571BFE110 : public RuntimeObject { public: public: }; // System.Array/EmptyInternalEnumerator`1 struct EmptyInternalEnumerator_1_t18B58D648CF8DB7AFA8148912BCC28974CD5D2EE : public RuntimeObject { public: public: }; // System.Array/EmptyInternalEnumerator`1 struct EmptyInternalEnumerator_1_tAFBF291D27B33B60D837072DFB7B292FD1301E38 : public RuntimeObject { public: public: }; // System.Array/EmptyInternalEnumerator`1 struct EmptyInternalEnumerator_1_t7B4E263007B5245D364F3DE57E8D413F0EC5B282 : public RuntimeObject { public: public: }; // System.Array/EmptyInternalEnumerator`1 struct EmptyInternalEnumerator_1_t7AADAEA1DA96907AC2064CD661624BAF7CEEA9C6 : public RuntimeObject { public: public: }; // System.Array/EmptyInternalEnumerator`1 struct EmptyInternalEnumerator_1_t35CEF44640E855F55F038A9D9DE6AC3C435D4D3F : public RuntimeObject { public: public: }; // System.Array/EmptyInternalEnumerator`1 struct EmptyInternalEnumerator_1_tB0204AEDE076DC986248229638A80CDDE8B26F51 : public RuntimeObject { public: public: }; // System.Array/EmptyInternalEnumerator`1 struct EmptyInternalEnumerator_1_t138F9C08430E69EA3E201558737AF4ECCE297F04 : public RuntimeObject { public: public: }; // System.Array/EmptyInternalEnumerator`1 struct EmptyInternalEnumerator_1_tC4A45C636A3E451E287F0BC7A63AE5FA2EF9C1E5 : public RuntimeObject { public: public: }; // System.Array/EmptyInternalEnumerator`1 struct EmptyInternalEnumerator_1_tFD916BBA991A8131DB67E03BADF574C2A4D464DB : public RuntimeObject { public: public: }; // System.Array/EmptyInternalEnumerator`1 struct EmptyInternalEnumerator_1_tC0170A53767F69A1E246D1C25C2DD93FD4C5294E : public RuntimeObject { public: public: }; // System.Array/EmptyInternalEnumerator`1 struct EmptyInternalEnumerator_1_t470BA227CDE85E8BE876AFBAD67EEEDE36CC2934 : public RuntimeObject { public: public: }; // System.Array/EmptyInternalEnumerator`1 struct EmptyInternalEnumerator_1_t17F951B7232B094ADCC96D593BAA55DFE90B5F35 : public RuntimeObject { public: public: }; // System.Array/EmptyInternalEnumerator`1 struct EmptyInternalEnumerator_1_tA66305A5F8C37746A04CC3C0EAD66820B011BBFA : public RuntimeObject { public: public: }; // System.Array/EmptyInternalEnumerator`1 struct EmptyInternalEnumerator_1_t28B37C6AFA5BAF4334D574BC0326E1F9F9FD71CF : public RuntimeObject { public: public: }; // System.Array/EmptyInternalEnumerator`1 struct EmptyInternalEnumerator_1_t8EF1D7C4BFC3AF79E2E5539541FA7161DFE2E594 : public RuntimeObject { public: public: }; // System.Array/EmptyInternalEnumerator`1 struct EmptyInternalEnumerator_1_t5885B11B71E206F85D3CE75F3AEF0DC039476C54 : public RuntimeObject { public: public: }; // System.Array/EmptyInternalEnumerator`1 struct EmptyInternalEnumerator_1_tE5908A4B1561410C2C919B7BD9D3289C27A4AA93 : public RuntimeObject { public: public: }; // System.Dynamic.Utils.CacheDict`2/Entry struct Entry_tC63F6A8EFD95F594FC61BC13171B112D9B69F894 : public RuntimeObject { public: public: }; // System.Diagnostics.Tracing.EnumHelper`1 struct EnumHelper_1_t20AF5068487E525E3E8193BD8075E5581B0827B5 : public RuntimeObject { public: public: }; // System.Diagnostics.Tracing.EnumHelper`1 struct EnumHelper_1_t6BD71958DB2C269FECC9ECC395A69D160418277D : public RuntimeObject { public: public: }; // System.Diagnostics.Tracing.EnumHelper`1 struct EnumHelper_1_t93237184A227ABFC32C9556D849B44C8CC074D48 : public RuntimeObject { public: public: }; // System.Diagnostics.Tracing.EnumHelper`1 struct EnumHelper_1_t0BA1977F909FE948AAD5243D1B7C86D1D12A2C81 : public RuntimeObject { public: public: }; // System.Diagnostics.Tracing.EnumHelper`1 struct EnumHelper_1_t9A5A2A5D5D0ABD1D770B359F6C07DD36CC834558 : public RuntimeObject { public: public: }; // System.Diagnostics.Tracing.EnumHelper`1 struct EnumHelper_1_t1A18AB4B10A79E8CE2267B3FAD22C9B957BBCA3E : public RuntimeObject { public: public: }; // System.Diagnostics.Tracing.EnumHelper`1 struct EnumHelper_1_t2D08E12E0A6AD73687A24BCA4D645C9F49D8D946 : public RuntimeObject { public: public: }; // System.Diagnostics.Tracing.EnumHelper`1 struct EnumHelper_1_tC82FAAF78504152B465669C9102B86D7DCE21244 : public RuntimeObject { public: public: }; // System.Diagnostics.Tracing.EnumHelper`1 struct EnumHelper_1_t710CB15BC03192055332903E689AAFD52F3E8852 : public RuntimeObject { public: public: }; // System.Collections.Generic.EqualityComparer`1 struct EqualityComparer_1_t399C4B066E24442E62E52C1FD1CCF501E96C846F : public RuntimeObject { public: public: }; // System.Collections.Generic.EqualityComparer`1 struct EqualityComparer_1_t469B0BBE7B6765C576211BEF8F2803A5AD411A20 : public RuntimeObject { public: public: }; // System.Collections.Generic.EqualityComparer`1 struct EqualityComparer_1_tDC2082D4D5947A0F76D6FA7870E09811B1A8B69E : public RuntimeObject { public: public: }; // System.Collections.Generic.EqualityComparer`1 struct EqualityComparer_1_t2CB162EA279A061211B72C2877C7DA4B0F751210 : public RuntimeObject { public: public: }; // System.Collections.Generic.EqualityComparer`1 struct EqualityComparer_1_t36F59BE8A7D09DAD053C946F6A3C52D5990604F5 : public RuntimeObject { public: public: }; // System.Collections.Generic.Dictionary`2/KeyCollection struct KeyCollection_t7A3E9764F18C1DE44C90DF9D411158787E20A943 : public RuntimeObject { public: // System.Collections.Generic.Dictionary`2 System.Collections.Generic.Dictionary`2/KeyCollection::dictionary Dictionary_2_tBF9E2338C61ABCF5ED32053F509AFB44385F774C * ___dictionary_0; public: inline static int32_t get_offset_of_dictionary_0() { return static_cast(offsetof(KeyCollection_t7A3E9764F18C1DE44C90DF9D411158787E20A943, ___dictionary_0)); } inline Dictionary_2_tBF9E2338C61ABCF5ED32053F509AFB44385F774C * get_dictionary_0() const { return ___dictionary_0; } inline Dictionary_2_tBF9E2338C61ABCF5ED32053F509AFB44385F774C ** get_address_of_dictionary_0() { return &___dictionary_0; } inline void set_dictionary_0(Dictionary_2_tBF9E2338C61ABCF5ED32053F509AFB44385F774C * value) { ___dictionary_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___dictionary_0), (void*)value); } }; // System.Collections.Generic.Dictionary`2/ValueCollection struct ValueCollection_tE30D2CF7AE93E79624FC9423989FB43B317280DF : public RuntimeObject { public: // System.Collections.Generic.Dictionary`2 System.Collections.Generic.Dictionary`2/ValueCollection::dictionary Dictionary_2_tBF9E2338C61ABCF5ED32053F509AFB44385F774C * ___dictionary_0; public: inline static int32_t get_offset_of_dictionary_0() { return static_cast(offsetof(ValueCollection_tE30D2CF7AE93E79624FC9423989FB43B317280DF, ___dictionary_0)); } inline Dictionary_2_tBF9E2338C61ABCF5ED32053F509AFB44385F774C * get_dictionary_0() const { return ___dictionary_0; } inline Dictionary_2_tBF9E2338C61ABCF5ED32053F509AFB44385F774C ** get_address_of_dictionary_0() { return &___dictionary_0; } inline void set_dictionary_0(Dictionary_2_tBF9E2338C61ABCF5ED32053F509AFB44385F774C * value) { ___dictionary_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___dictionary_0), (void*)value); } }; struct Il2CppArrayBounds; // System.Array // System.Collections.Generic.DictionaryHashHelpers struct DictionaryHashHelpers_tEF09A64281F3DF4301DEFFAC2B97BCCEDE109060 : public RuntimeObject { public: public: }; // System.Reflection.MemberInfo struct MemberInfo_t : public RuntimeObject { public: public: }; // System.Runtime.Serialization.SerializationInfo struct SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 : public RuntimeObject { public: // System.String[] System.Runtime.Serialization.SerializationInfo::m_members StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* ___m_members_3; // System.Object[] System.Runtime.Serialization.SerializationInfo::m_data ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* ___m_data_4; // System.Type[] System.Runtime.Serialization.SerializationInfo::m_types TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* ___m_types_5; // System.Collections.Generic.Dictionary`2 System.Runtime.Serialization.SerializationInfo::m_nameToIndex Dictionary_2_tC94E9875910491F8130C2DC8B11E4D1548A55162 * ___m_nameToIndex_6; // System.Int32 System.Runtime.Serialization.SerializationInfo::m_currMember int32_t ___m_currMember_7; // System.Runtime.Serialization.IFormatterConverter System.Runtime.Serialization.SerializationInfo::m_converter RuntimeObject* ___m_converter_8; // System.String System.Runtime.Serialization.SerializationInfo::m_fullTypeName String_t* ___m_fullTypeName_9; // System.String System.Runtime.Serialization.SerializationInfo::m_assemName String_t* ___m_assemName_10; // System.Type System.Runtime.Serialization.SerializationInfo::objectType Type_t * ___objectType_11; // System.Boolean System.Runtime.Serialization.SerializationInfo::isFullTypeNameSetExplicit bool ___isFullTypeNameSetExplicit_12; // System.Boolean System.Runtime.Serialization.SerializationInfo::isAssemblyNameSetExplicit bool ___isAssemblyNameSetExplicit_13; // System.Boolean System.Runtime.Serialization.SerializationInfo::requireSameTokenInPartialTrust bool ___requireSameTokenInPartialTrust_14; public: inline static int32_t get_offset_of_m_members_3() { return static_cast(offsetof(SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1, ___m_members_3)); } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* get_m_members_3() const { return ___m_members_3; } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A** get_address_of_m_members_3() { return &___m_members_3; } inline void set_m_members_3(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* value) { ___m_members_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_members_3), (void*)value); } inline static int32_t get_offset_of_m_data_4() { return static_cast(offsetof(SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1, ___m_data_4)); } inline ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* get_m_data_4() const { return ___m_data_4; } inline ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE** get_address_of_m_data_4() { return &___m_data_4; } inline void set_m_data_4(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* value) { ___m_data_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_data_4), (void*)value); } inline static int32_t get_offset_of_m_types_5() { return static_cast(offsetof(SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1, ___m_types_5)); } inline TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* get_m_types_5() const { return ___m_types_5; } inline TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755** get_address_of_m_types_5() { return &___m_types_5; } inline void set_m_types_5(TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* value) { ___m_types_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_types_5), (void*)value); } inline static int32_t get_offset_of_m_nameToIndex_6() { return static_cast(offsetof(SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1, ___m_nameToIndex_6)); } inline Dictionary_2_tC94E9875910491F8130C2DC8B11E4D1548A55162 * get_m_nameToIndex_6() const { return ___m_nameToIndex_6; } inline Dictionary_2_tC94E9875910491F8130C2DC8B11E4D1548A55162 ** get_address_of_m_nameToIndex_6() { return &___m_nameToIndex_6; } inline void set_m_nameToIndex_6(Dictionary_2_tC94E9875910491F8130C2DC8B11E4D1548A55162 * value) { ___m_nameToIndex_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_nameToIndex_6), (void*)value); } inline static int32_t get_offset_of_m_currMember_7() { return static_cast(offsetof(SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1, ___m_currMember_7)); } inline int32_t get_m_currMember_7() const { return ___m_currMember_7; } inline int32_t* get_address_of_m_currMember_7() { return &___m_currMember_7; } inline void set_m_currMember_7(int32_t value) { ___m_currMember_7 = value; } inline static int32_t get_offset_of_m_converter_8() { return static_cast(offsetof(SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1, ___m_converter_8)); } inline RuntimeObject* get_m_converter_8() const { return ___m_converter_8; } inline RuntimeObject** get_address_of_m_converter_8() { return &___m_converter_8; } inline void set_m_converter_8(RuntimeObject* value) { ___m_converter_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_converter_8), (void*)value); } inline static int32_t get_offset_of_m_fullTypeName_9() { return static_cast(offsetof(SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1, ___m_fullTypeName_9)); } inline String_t* get_m_fullTypeName_9() const { return ___m_fullTypeName_9; } inline String_t** get_address_of_m_fullTypeName_9() { return &___m_fullTypeName_9; } inline void set_m_fullTypeName_9(String_t* value) { ___m_fullTypeName_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_fullTypeName_9), (void*)value); } inline static int32_t get_offset_of_m_assemName_10() { return static_cast(offsetof(SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1, ___m_assemName_10)); } inline String_t* get_m_assemName_10() const { return ___m_assemName_10; } inline String_t** get_address_of_m_assemName_10() { return &___m_assemName_10; } inline void set_m_assemName_10(String_t* value) { ___m_assemName_10 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_assemName_10), (void*)value); } inline static int32_t get_offset_of_objectType_11() { return static_cast(offsetof(SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1, ___objectType_11)); } inline Type_t * get_objectType_11() const { return ___objectType_11; } inline Type_t ** get_address_of_objectType_11() { return &___objectType_11; } inline void set_objectType_11(Type_t * value) { ___objectType_11 = value; Il2CppCodeGenWriteBarrier((void**)(&___objectType_11), (void*)value); } inline static int32_t get_offset_of_isFullTypeNameSetExplicit_12() { return static_cast(offsetof(SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1, ___isFullTypeNameSetExplicit_12)); } inline bool get_isFullTypeNameSetExplicit_12() const { return ___isFullTypeNameSetExplicit_12; } inline bool* get_address_of_isFullTypeNameSetExplicit_12() { return &___isFullTypeNameSetExplicit_12; } inline void set_isFullTypeNameSetExplicit_12(bool value) { ___isFullTypeNameSetExplicit_12 = value; } inline static int32_t get_offset_of_isAssemblyNameSetExplicit_13() { return static_cast(offsetof(SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1, ___isAssemblyNameSetExplicit_13)); } inline bool get_isAssemblyNameSetExplicit_13() const { return ___isAssemblyNameSetExplicit_13; } inline bool* get_address_of_isAssemblyNameSetExplicit_13() { return &___isAssemblyNameSetExplicit_13; } inline void set_isAssemblyNameSetExplicit_13(bool value) { ___isAssemblyNameSetExplicit_13 = value; } inline static int32_t get_offset_of_requireSameTokenInPartialTrust_14() { return static_cast(offsetof(SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1, ___requireSameTokenInPartialTrust_14)); } inline bool get_requireSameTokenInPartialTrust_14() const { return ___requireSameTokenInPartialTrust_14; } inline bool* get_address_of_requireSameTokenInPartialTrust_14() { return &___requireSameTokenInPartialTrust_14; } inline void set_requireSameTokenInPartialTrust_14(bool value) { ___requireSameTokenInPartialTrust_14 = value; } }; // 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; } }; // System.Diagnostics.Tracing.TraceLoggingDataCollector struct TraceLoggingDataCollector_t5C690F08E67433C8CBAC45BCF713D40E805DB2C7 : public RuntimeObject { public: public: }; // 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.ArraySegment`1 struct ArraySegment_1_t89782CFC3178DB9FD8FFCCC398B4575AE8D740AE { public: // T[] System.ArraySegment`1::_array ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ____array_0; // System.Int32 System.ArraySegment`1::_offset int32_t ____offset_1; // System.Int32 System.ArraySegment`1::_count int32_t ____count_2; public: inline static int32_t get_offset_of__array_0() { return static_cast(offsetof(ArraySegment_1_t89782CFC3178DB9FD8FFCCC398B4575AE8D740AE, ____array_0)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get__array_0() const { return ____array_0; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of__array_0() { return &____array_0; } inline void set__array_0(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ____array_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____array_0), (void*)value); } inline static int32_t get_offset_of__offset_1() { return static_cast(offsetof(ArraySegment_1_t89782CFC3178DB9FD8FFCCC398B4575AE8D740AE, ____offset_1)); } inline int32_t get__offset_1() const { return ____offset_1; } inline int32_t* get_address_of__offset_1() { return &____offset_1; } inline void set__offset_1(int32_t value) { ____offset_1 = value; } inline static int32_t get_offset_of__count_2() { return static_cast(offsetof(ArraySegment_1_t89782CFC3178DB9FD8FFCCC398B4575AE8D740AE, ____count_2)); } inline int32_t get__count_2() const { return ____count_2; } inline int32_t* get_address_of__count_2() { return &____count_2; } inline void set__count_2(int32_t value) { ____count_2 = value; } }; // UnityEngine.Timeline.IntervalTree`1/Entry struct Entry_t7354459F6787FFC973F7672A4A98A04A07EC9C46 { public: // System.Int64 UnityEngine.Timeline.IntervalTree`1/Entry::intervalStart int64_t ___intervalStart_0; // System.Int64 UnityEngine.Timeline.IntervalTree`1/Entry::intervalEnd int64_t ___intervalEnd_1; // T UnityEngine.Timeline.IntervalTree`1/Entry::item RuntimeObject * ___item_2; public: inline static int32_t get_offset_of_intervalStart_0() { return static_cast(offsetof(Entry_t7354459F6787FFC973F7672A4A98A04A07EC9C46, ___intervalStart_0)); } inline int64_t get_intervalStart_0() const { return ___intervalStart_0; } inline int64_t* get_address_of_intervalStart_0() { return &___intervalStart_0; } inline void set_intervalStart_0(int64_t value) { ___intervalStart_0 = value; } inline static int32_t get_offset_of_intervalEnd_1() { return static_cast(offsetof(Entry_t7354459F6787FFC973F7672A4A98A04A07EC9C46, ___intervalEnd_1)); } inline int64_t get_intervalEnd_1() const { return ___intervalEnd_1; } inline int64_t* get_address_of_intervalEnd_1() { return &___intervalEnd_1; } inline void set_intervalEnd_1(int64_t value) { ___intervalEnd_1 = value; } inline static int32_t get_offset_of_item_2() { return static_cast(offsetof(Entry_t7354459F6787FFC973F7672A4A98A04A07EC9C46, ___item_2)); } inline RuntimeObject * get_item_2() const { return ___item_2; } inline RuntimeObject ** get_address_of_item_2() { return &___item_2; } inline void set_item_2(RuntimeObject * value) { ___item_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___item_2), (void*)value); } }; // System.Collections.Generic.Dictionary`2/Entry struct Entry_tDC6B5B6EF2FC2247811C43D191A724C9BDEBE574 { public: // System.Int32 System.Collections.Generic.Dictionary`2/Entry::hashCode int32_t ___hashCode_0; // System.Int32 System.Collections.Generic.Dictionary`2/Entry::next int32_t ___next_1; // TKey System.Collections.Generic.Dictionary`2/Entry::key int32_t ___key_2; // TValue System.Collections.Generic.Dictionary`2/Entry::value bool ___value_3; public: inline static int32_t get_offset_of_hashCode_0() { return static_cast(offsetof(Entry_tDC6B5B6EF2FC2247811C43D191A724C9BDEBE574, ___hashCode_0)); } inline int32_t get_hashCode_0() const { return ___hashCode_0; } inline int32_t* get_address_of_hashCode_0() { return &___hashCode_0; } inline void set_hashCode_0(int32_t value) { ___hashCode_0 = value; } inline static int32_t get_offset_of_next_1() { return static_cast(offsetof(Entry_tDC6B5B6EF2FC2247811C43D191A724C9BDEBE574, ___next_1)); } inline int32_t get_next_1() const { return ___next_1; } inline int32_t* get_address_of_next_1() { return &___next_1; } inline void set_next_1(int32_t value) { ___next_1 = value; } inline static int32_t get_offset_of_key_2() { return static_cast(offsetof(Entry_tDC6B5B6EF2FC2247811C43D191A724C9BDEBE574, ___key_2)); } inline int32_t get_key_2() const { return ___key_2; } inline int32_t* get_address_of_key_2() { return &___key_2; } inline void set_key_2(int32_t value) { ___key_2 = value; } inline static int32_t get_offset_of_value_3() { return static_cast(offsetof(Entry_tDC6B5B6EF2FC2247811C43D191A724C9BDEBE574, ___value_3)); } inline bool get_value_3() const { return ___value_3; } inline bool* get_address_of_value_3() { return &___value_3; } inline void set_value_3(bool value) { ___value_3 = value; } }; // System.Collections.Generic.Dictionary`2/Entry struct Entry_tCDC4EA498E71B056C8C5CAA79DCC23A3051ABBA2 { public: // System.Int32 System.Collections.Generic.Dictionary`2/Entry::hashCode int32_t ___hashCode_0; // System.Int32 System.Collections.Generic.Dictionary`2/Entry::next int32_t ___next_1; // TKey System.Collections.Generic.Dictionary`2/Entry::key int32_t ___key_2; // TValue System.Collections.Generic.Dictionary`2/Entry::value int32_t ___value_3; public: inline static int32_t get_offset_of_hashCode_0() { return static_cast(offsetof(Entry_tCDC4EA498E71B056C8C5CAA79DCC23A3051ABBA2, ___hashCode_0)); } inline int32_t get_hashCode_0() const { return ___hashCode_0; } inline int32_t* get_address_of_hashCode_0() { return &___hashCode_0; } inline void set_hashCode_0(int32_t value) { ___hashCode_0 = value; } inline static int32_t get_offset_of_next_1() { return static_cast(offsetof(Entry_tCDC4EA498E71B056C8C5CAA79DCC23A3051ABBA2, ___next_1)); } inline int32_t get_next_1() const { return ___next_1; } inline int32_t* get_address_of_next_1() { return &___next_1; } inline void set_next_1(int32_t value) { ___next_1 = value; } inline static int32_t get_offset_of_key_2() { return static_cast(offsetof(Entry_tCDC4EA498E71B056C8C5CAA79DCC23A3051ABBA2, ___key_2)); } inline int32_t get_key_2() const { return ___key_2; } inline int32_t* get_address_of_key_2() { return &___key_2; } inline void set_key_2(int32_t value) { ___key_2 = value; } inline static int32_t get_offset_of_value_3() { return static_cast(offsetof(Entry_tCDC4EA498E71B056C8C5CAA79DCC23A3051ABBA2, ___value_3)); } inline int32_t get_value_3() const { return ___value_3; } inline int32_t* get_address_of_value_3() { return &___value_3; } inline void set_value_3(int32_t value) { ___value_3 = value; } }; // System.Collections.Generic.Dictionary`2/Entry struct Entry_tD3C172E348082DAA38034A7BFC5251A40A96D632 { public: // System.Int32 System.Collections.Generic.Dictionary`2/Entry::hashCode int32_t ___hashCode_0; // System.Int32 System.Collections.Generic.Dictionary`2/Entry::next int32_t ___next_1; // TKey System.Collections.Generic.Dictionary`2/Entry::key int32_t ___key_2; // TValue System.Collections.Generic.Dictionary`2/Entry::value RuntimeObject * ___value_3; public: inline static int32_t get_offset_of_hashCode_0() { return static_cast(offsetof(Entry_tD3C172E348082DAA38034A7BFC5251A40A96D632, ___hashCode_0)); } inline int32_t get_hashCode_0() const { return ___hashCode_0; } inline int32_t* get_address_of_hashCode_0() { return &___hashCode_0; } inline void set_hashCode_0(int32_t value) { ___hashCode_0 = value; } inline static int32_t get_offset_of_next_1() { return static_cast(offsetof(Entry_tD3C172E348082DAA38034A7BFC5251A40A96D632, ___next_1)); } inline int32_t get_next_1() const { return ___next_1; } inline int32_t* get_address_of_next_1() { return &___next_1; } inline void set_next_1(int32_t value) { ___next_1 = value; } inline static int32_t get_offset_of_key_2() { return static_cast(offsetof(Entry_tD3C172E348082DAA38034A7BFC5251A40A96D632, ___key_2)); } inline int32_t get_key_2() const { return ___key_2; } inline int32_t* get_address_of_key_2() { return &___key_2; } inline void set_key_2(int32_t value) { ___key_2 = value; } inline static int32_t get_offset_of_value_3() { return static_cast(offsetof(Entry_tD3C172E348082DAA38034A7BFC5251A40A96D632, ___value_3)); } inline RuntimeObject * get_value_3() const { return ___value_3; } inline RuntimeObject ** get_address_of_value_3() { return &___value_3; } inline void set_value_3(RuntimeObject * value) { ___value_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___value_3), (void*)value); } }; // System.Collections.Generic.Dictionary`2/Entry struct Entry_tE032650534234E8BCC41BF224A68F799EB231216 { public: // System.Int32 System.Collections.Generic.Dictionary`2/Entry::hashCode int32_t ___hashCode_0; // System.Int32 System.Collections.Generic.Dictionary`2/Entry::next int32_t ___next_1; // TKey System.Collections.Generic.Dictionary`2/Entry::key RuntimeObject * ___key_2; // TValue System.Collections.Generic.Dictionary`2/Entry::value bool ___value_3; public: inline static int32_t get_offset_of_hashCode_0() { return static_cast(offsetof(Entry_tE032650534234E8BCC41BF224A68F799EB231216, ___hashCode_0)); } inline int32_t get_hashCode_0() const { return ___hashCode_0; } inline int32_t* get_address_of_hashCode_0() { return &___hashCode_0; } inline void set_hashCode_0(int32_t value) { ___hashCode_0 = value; } inline static int32_t get_offset_of_next_1() { return static_cast(offsetof(Entry_tE032650534234E8BCC41BF224A68F799EB231216, ___next_1)); } inline int32_t get_next_1() const { return ___next_1; } inline int32_t* get_address_of_next_1() { return &___next_1; } inline void set_next_1(int32_t value) { ___next_1 = value; } inline static int32_t get_offset_of_key_2() { return static_cast(offsetof(Entry_tE032650534234E8BCC41BF224A68F799EB231216, ___key_2)); } inline RuntimeObject * get_key_2() const { return ___key_2; } inline RuntimeObject ** get_address_of_key_2() { return &___key_2; } inline void set_key_2(RuntimeObject * value) { ___key_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___key_2), (void*)value); } inline static int32_t get_offset_of_value_3() { return static_cast(offsetof(Entry_tE032650534234E8BCC41BF224A68F799EB231216, ___value_3)); } inline bool get_value_3() const { return ___value_3; } inline bool* get_address_of_value_3() { return &___value_3; } inline void set_value_3(bool value) { ___value_3 = value; } }; // System.Collections.Generic.Dictionary`2/Entry struct Entry_t19C714E802975CC32D4BD74AE5A32816E1352D0A { public: // System.Int32 System.Collections.Generic.Dictionary`2/Entry::hashCode int32_t ___hashCode_0; // System.Int32 System.Collections.Generic.Dictionary`2/Entry::next int32_t ___next_1; // TKey System.Collections.Generic.Dictionary`2/Entry::key RuntimeObject * ___key_2; // TValue System.Collections.Generic.Dictionary`2/Entry::value int32_t ___value_3; public: inline static int32_t get_offset_of_hashCode_0() { return static_cast(offsetof(Entry_t19C714E802975CC32D4BD74AE5A32816E1352D0A, ___hashCode_0)); } inline int32_t get_hashCode_0() const { return ___hashCode_0; } inline int32_t* get_address_of_hashCode_0() { return &___hashCode_0; } inline void set_hashCode_0(int32_t value) { ___hashCode_0 = value; } inline static int32_t get_offset_of_next_1() { return static_cast(offsetof(Entry_t19C714E802975CC32D4BD74AE5A32816E1352D0A, ___next_1)); } inline int32_t get_next_1() const { return ___next_1; } inline int32_t* get_address_of_next_1() { return &___next_1; } inline void set_next_1(int32_t value) { ___next_1 = value; } inline static int32_t get_offset_of_key_2() { return static_cast(offsetof(Entry_t19C714E802975CC32D4BD74AE5A32816E1352D0A, ___key_2)); } inline RuntimeObject * get_key_2() const { return ___key_2; } inline RuntimeObject ** get_address_of_key_2() { return &___key_2; } inline void set_key_2(RuntimeObject * value) { ___key_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___key_2), (void*)value); } inline static int32_t get_offset_of_value_3() { return static_cast(offsetof(Entry_t19C714E802975CC32D4BD74AE5A32816E1352D0A, ___value_3)); } inline int32_t get_value_3() const { return ___value_3; } inline int32_t* get_address_of_value_3() { return &___value_3; } inline void set_value_3(int32_t value) { ___value_3 = value; } }; // System.Collections.Generic.Dictionary`2/Entry struct Entry_t83C37D8208C6D1FBF2FAE2AACE83E9AA3EDBB4DE { public: // System.Int32 System.Collections.Generic.Dictionary`2/Entry::hashCode int32_t ___hashCode_0; // System.Int32 System.Collections.Generic.Dictionary`2/Entry::next int32_t ___next_1; // TKey System.Collections.Generic.Dictionary`2/Entry::key RuntimeObject * ___key_2; // TValue System.Collections.Generic.Dictionary`2/Entry::value RuntimeObject * ___value_3; public: inline static int32_t get_offset_of_hashCode_0() { return static_cast(offsetof(Entry_t83C37D8208C6D1FBF2FAE2AACE83E9AA3EDBB4DE, ___hashCode_0)); } inline int32_t get_hashCode_0() const { return ___hashCode_0; } inline int32_t* get_address_of_hashCode_0() { return &___hashCode_0; } inline void set_hashCode_0(int32_t value) { ___hashCode_0 = value; } inline static int32_t get_offset_of_next_1() { return static_cast(offsetof(Entry_t83C37D8208C6D1FBF2FAE2AACE83E9AA3EDBB4DE, ___next_1)); } inline int32_t get_next_1() const { return ___next_1; } inline int32_t* get_address_of_next_1() { return &___next_1; } inline void set_next_1(int32_t value) { ___next_1 = value; } inline static int32_t get_offset_of_key_2() { return static_cast(offsetof(Entry_t83C37D8208C6D1FBF2FAE2AACE83E9AA3EDBB4DE, ___key_2)); } inline RuntimeObject * get_key_2() const { return ___key_2; } inline RuntimeObject ** get_address_of_key_2() { return &___key_2; } inline void set_key_2(RuntimeObject * value) { ___key_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___key_2), (void*)value); } inline static int32_t get_offset_of_value_3() { return static_cast(offsetof(Entry_t83C37D8208C6D1FBF2FAE2AACE83E9AA3EDBB4DE, ___value_3)); } inline RuntimeObject * get_value_3() const { return ___value_3; } inline RuntimeObject ** get_address_of_value_3() { return &___value_3; } inline void set_value_3(RuntimeObject * value) { ___value_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___value_3), (void*)value); } }; // System.Collections.Generic.Dictionary`2/Entry struct Entry_tEB6BA79AEA99BB76838C2C976F1B8E940BB541DC { public: // System.Int32 System.Collections.Generic.Dictionary`2/Entry::hashCode int32_t ___hashCode_0; // System.Int32 System.Collections.Generic.Dictionary`2/Entry::next int32_t ___next_1; // TKey System.Collections.Generic.Dictionary`2/Entry::key RuntimeObject * ___key_2; // TValue System.Collections.Generic.Dictionary`2/Entry::value float ___value_3; public: inline static int32_t get_offset_of_hashCode_0() { return static_cast(offsetof(Entry_tEB6BA79AEA99BB76838C2C976F1B8E940BB541DC, ___hashCode_0)); } inline int32_t get_hashCode_0() const { return ___hashCode_0; } inline int32_t* get_address_of_hashCode_0() { return &___hashCode_0; } inline void set_hashCode_0(int32_t value) { ___hashCode_0 = value; } inline static int32_t get_offset_of_next_1() { return static_cast(offsetof(Entry_tEB6BA79AEA99BB76838C2C976F1B8E940BB541DC, ___next_1)); } inline int32_t get_next_1() const { return ___next_1; } inline int32_t* get_address_of_next_1() { return &___next_1; } inline void set_next_1(int32_t value) { ___next_1 = value; } inline static int32_t get_offset_of_key_2() { return static_cast(offsetof(Entry_tEB6BA79AEA99BB76838C2C976F1B8E940BB541DC, ___key_2)); } inline RuntimeObject * get_key_2() const { return ___key_2; } inline RuntimeObject ** get_address_of_key_2() { return &___key_2; } inline void set_key_2(RuntimeObject * value) { ___key_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___key_2), (void*)value); } inline static int32_t get_offset_of_value_3() { return static_cast(offsetof(Entry_tEB6BA79AEA99BB76838C2C976F1B8E940BB541DC, ___value_3)); } inline float get_value_3() const { return ___value_3; } inline float* get_address_of_value_3() { return &___value_3; } inline void set_value_3(float value) { ___value_3 = value; } }; // System.Collections.Generic.Dictionary`2/Entry struct Entry_t03A87BF6367938D67497088665C733ED14E14AC9 { public: // System.Int32 System.Collections.Generic.Dictionary`2/Entry::hashCode int32_t ___hashCode_0; // System.Int32 System.Collections.Generic.Dictionary`2/Entry::next int32_t ___next_1; // TKey System.Collections.Generic.Dictionary`2/Entry::key uint32_t ___key_2; // TValue System.Collections.Generic.Dictionary`2/Entry::value RuntimeObject * ___value_3; public: inline static int32_t get_offset_of_hashCode_0() { return static_cast(offsetof(Entry_t03A87BF6367938D67497088665C733ED14E14AC9, ___hashCode_0)); } inline int32_t get_hashCode_0() const { return ___hashCode_0; } inline int32_t* get_address_of_hashCode_0() { return &___hashCode_0; } inline void set_hashCode_0(int32_t value) { ___hashCode_0 = value; } inline static int32_t get_offset_of_next_1() { return static_cast(offsetof(Entry_t03A87BF6367938D67497088665C733ED14E14AC9, ___next_1)); } inline int32_t get_next_1() const { return ___next_1; } inline int32_t* get_address_of_next_1() { return &___next_1; } inline void set_next_1(int32_t value) { ___next_1 = value; } inline static int32_t get_offset_of_key_2() { return static_cast(offsetof(Entry_t03A87BF6367938D67497088665C733ED14E14AC9, ___key_2)); } inline uint32_t get_key_2() const { return ___key_2; } inline uint32_t* get_address_of_key_2() { return &___key_2; } inline void set_key_2(uint32_t value) { ___key_2 = value; } inline static int32_t get_offset_of_value_3() { return static_cast(offsetof(Entry_t03A87BF6367938D67497088665C733ED14E14AC9, ___value_3)); } inline RuntimeObject * get_value_3() const { return ___value_3; } inline RuntimeObject ** get_address_of_value_3() { return &___value_3; } inline void set_value_3(RuntimeObject * value) { ___value_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___value_3), (void*)value); } }; // System.Collections.Generic.Dictionary`2/Entry struct Entry_t8E7896C112810E7B3FD1419DDAC87B62F5549A31 { public: // System.Int32 System.Collections.Generic.Dictionary`2/Entry::hashCode int32_t ___hashCode_0; // System.Int32 System.Collections.Generic.Dictionary`2/Entry::next int32_t ___next_1; // TKey System.Collections.Generic.Dictionary`2/Entry::key uint64_t ___key_2; // TValue System.Collections.Generic.Dictionary`2/Entry::value RuntimeObject * ___value_3; public: inline static int32_t get_offset_of_hashCode_0() { return static_cast(offsetof(Entry_t8E7896C112810E7B3FD1419DDAC87B62F5549A31, ___hashCode_0)); } inline int32_t get_hashCode_0() const { return ___hashCode_0; } inline int32_t* get_address_of_hashCode_0() { return &___hashCode_0; } inline void set_hashCode_0(int32_t value) { ___hashCode_0 = value; } inline static int32_t get_offset_of_next_1() { return static_cast(offsetof(Entry_t8E7896C112810E7B3FD1419DDAC87B62F5549A31, ___next_1)); } inline int32_t get_next_1() const { return ___next_1; } inline int32_t* get_address_of_next_1() { return &___next_1; } inline void set_next_1(int32_t value) { ___next_1 = value; } inline static int32_t get_offset_of_key_2() { return static_cast(offsetof(Entry_t8E7896C112810E7B3FD1419DDAC87B62F5549A31, ___key_2)); } inline uint64_t get_key_2() const { return ___key_2; } inline uint64_t* get_address_of_key_2() { return &___key_2; } inline void set_key_2(uint64_t value) { ___key_2 = value; } inline static int32_t get_offset_of_value_3() { return static_cast(offsetof(Entry_t8E7896C112810E7B3FD1419DDAC87B62F5549A31, ___value_3)); } inline RuntimeObject * get_value_3() const { return ___value_3; } inline RuntimeObject ** get_address_of_value_3() { return &___value_3; } inline void set_value_3(RuntimeObject * value) { ___value_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___value_3), (void*)value); } }; // System.Collections.Generic.EnumEqualityComparer`1 struct EnumEqualityComparer_1_tBAFEDDFBE0245A52A34FE8475E3B76B111C22BDF : public EqualityComparer_1_t399C4B066E24442E62E52C1FD1CCF501E96C846F { public: public: }; // System.Collections.Generic.EnumEqualityComparer`1 struct EnumEqualityComparer_1_t7B83813A2142B924B400FAD68084504BA2432878 : public EqualityComparer_1_t2CB162EA279A061211B72C2877C7DA4B0F751210 { public: public: }; // UnityEngine.InputSystem.Utilities.InlinedArray`1> struct InlinedArray_1_t72826106DB41DD12DED71A2C0F77EC8CFB7BFECF { public: // System.Int32 UnityEngine.InputSystem.Utilities.InlinedArray`1::length int32_t ___length_0; // TValue UnityEngine.InputSystem.Utilities.InlinedArray`1::firstValue Action_1_t959112CA57F000D8DDD2DC51D171E0C6D61491BA * ___firstValue_1; // TValue[] UnityEngine.InputSystem.Utilities.InlinedArray`1::additionalValues Action_1U5BU5D_t869135252E198DB5B25DC1D8E460FA19D53E119B* ___additionalValues_2; public: inline static int32_t get_offset_of_length_0() { return static_cast(offsetof(InlinedArray_1_t72826106DB41DD12DED71A2C0F77EC8CFB7BFECF, ___length_0)); } inline int32_t get_length_0() const { return ___length_0; } inline int32_t* get_address_of_length_0() { return &___length_0; } inline void set_length_0(int32_t value) { ___length_0 = value; } inline static int32_t get_offset_of_firstValue_1() { return static_cast(offsetof(InlinedArray_1_t72826106DB41DD12DED71A2C0F77EC8CFB7BFECF, ___firstValue_1)); } inline Action_1_t959112CA57F000D8DDD2DC51D171E0C6D61491BA * get_firstValue_1() const { return ___firstValue_1; } inline Action_1_t959112CA57F000D8DDD2DC51D171E0C6D61491BA ** get_address_of_firstValue_1() { return &___firstValue_1; } inline void set_firstValue_1(Action_1_t959112CA57F000D8DDD2DC51D171E0C6D61491BA * value) { ___firstValue_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___firstValue_1), (void*)value); } inline static int32_t get_offset_of_additionalValues_2() { return static_cast(offsetof(InlinedArray_1_t72826106DB41DD12DED71A2C0F77EC8CFB7BFECF, ___additionalValues_2)); } inline Action_1U5BU5D_t869135252E198DB5B25DC1D8E460FA19D53E119B* get_additionalValues_2() const { return ___additionalValues_2; } inline Action_1U5BU5D_t869135252E198DB5B25DC1D8E460FA19D53E119B** get_address_of_additionalValues_2() { return &___additionalValues_2; } inline void set_additionalValues_2(Action_1U5BU5D_t869135252E198DB5B25DC1D8E460FA19D53E119B* value) { ___additionalValues_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___additionalValues_2), (void*)value); } }; // UnityEngine.InputSystem.Utilities.InlinedArray`1> struct InlinedArray_1_t3242EB26ABA5BD661668C61860E236D9A728BCFA { public: // System.Int32 UnityEngine.InputSystem.Utilities.InlinedArray`1::length int32_t ___length_0; // TValue UnityEngine.InputSystem.Utilities.InlinedArray`1::firstValue Action_2_tCCDB8684836116ACECB52131AD71D46113160DD0 * ___firstValue_1; // TValue[] UnityEngine.InputSystem.Utilities.InlinedArray`1::additionalValues Action_2U5BU5D_tAEE2FE315F5157233820CCF18FC5BADD298B3653* ___additionalValues_2; public: inline static int32_t get_offset_of_length_0() { return static_cast(offsetof(InlinedArray_1_t3242EB26ABA5BD661668C61860E236D9A728BCFA, ___length_0)); } inline int32_t get_length_0() const { return ___length_0; } inline int32_t* get_address_of_length_0() { return &___length_0; } inline void set_length_0(int32_t value) { ___length_0 = value; } inline static int32_t get_offset_of_firstValue_1() { return static_cast(offsetof(InlinedArray_1_t3242EB26ABA5BD661668C61860E236D9A728BCFA, ___firstValue_1)); } inline Action_2_tCCDB8684836116ACECB52131AD71D46113160DD0 * get_firstValue_1() const { return ___firstValue_1; } inline Action_2_tCCDB8684836116ACECB52131AD71D46113160DD0 ** get_address_of_firstValue_1() { return &___firstValue_1; } inline void set_firstValue_1(Action_2_tCCDB8684836116ACECB52131AD71D46113160DD0 * value) { ___firstValue_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___firstValue_1), (void*)value); } inline static int32_t get_offset_of_additionalValues_2() { return static_cast(offsetof(InlinedArray_1_t3242EB26ABA5BD661668C61860E236D9A728BCFA, ___additionalValues_2)); } inline Action_2U5BU5D_tAEE2FE315F5157233820CCF18FC5BADD298B3653* get_additionalValues_2() const { return ___additionalValues_2; } inline Action_2U5BU5D_tAEE2FE315F5157233820CCF18FC5BADD298B3653** get_address_of_additionalValues_2() { return &___additionalValues_2; } inline void set_additionalValues_2(Action_2U5BU5D_tAEE2FE315F5157233820CCF18FC5BADD298B3653* value) { ___additionalValues_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___additionalValues_2), (void*)value); } }; // UnityEngine.InputSystem.Utilities.InlinedArray`1> struct InlinedArray_1_t0276613225023D8F53CB9FD8DFF8960F542BAB07 { public: // System.Int32 UnityEngine.InputSystem.Utilities.InlinedArray`1::length int32_t ___length_0; // TValue UnityEngine.InputSystem.Utilities.InlinedArray`1::firstValue Action_3_t89DAF226DE3336CA3D27858809AB00EDF060ABD8 * ___firstValue_1; // TValue[] UnityEngine.InputSystem.Utilities.InlinedArray`1::additionalValues Action_3U5BU5D_tBA2F9B16A42170FE442D0B98E6DA1638D7754051* ___additionalValues_2; public: inline static int32_t get_offset_of_length_0() { return static_cast(offsetof(InlinedArray_1_t0276613225023D8F53CB9FD8DFF8960F542BAB07, ___length_0)); } inline int32_t get_length_0() const { return ___length_0; } inline int32_t* get_address_of_length_0() { return &___length_0; } inline void set_length_0(int32_t value) { ___length_0 = value; } inline static int32_t get_offset_of_firstValue_1() { return static_cast(offsetof(InlinedArray_1_t0276613225023D8F53CB9FD8DFF8960F542BAB07, ___firstValue_1)); } inline Action_3_t89DAF226DE3336CA3D27858809AB00EDF060ABD8 * get_firstValue_1() const { return ___firstValue_1; } inline Action_3_t89DAF226DE3336CA3D27858809AB00EDF060ABD8 ** get_address_of_firstValue_1() { return &___firstValue_1; } inline void set_firstValue_1(Action_3_t89DAF226DE3336CA3D27858809AB00EDF060ABD8 * value) { ___firstValue_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___firstValue_1), (void*)value); } inline static int32_t get_offset_of_additionalValues_2() { return static_cast(offsetof(InlinedArray_1_t0276613225023D8F53CB9FD8DFF8960F542BAB07, ___additionalValues_2)); } inline Action_3U5BU5D_tBA2F9B16A42170FE442D0B98E6DA1638D7754051* get_additionalValues_2() const { return ___additionalValues_2; } inline Action_3U5BU5D_tBA2F9B16A42170FE442D0B98E6DA1638D7754051** get_address_of_additionalValues_2() { return &___additionalValues_2; } inline void set_additionalValues_2(Action_3U5BU5D_tBA2F9B16A42170FE442D0B98E6DA1638D7754051* value) { ___additionalValues_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___additionalValues_2), (void*)value); } }; // UnityEngine.InputSystem.Utilities.InlinedArray`1> struct InlinedArray_1_tA26AD7D8D0A1B6A0D37F53076D8CF49E4262610A { public: // System.Int32 UnityEngine.InputSystem.Utilities.InlinedArray`1::length int32_t ___length_0; // TValue UnityEngine.InputSystem.Utilities.InlinedArray`1::firstValue Func_3_t4B36DD563993AA411E08890F0B6B0CA6DFAAC4E9 * ___firstValue_1; // TValue[] UnityEngine.InputSystem.Utilities.InlinedArray`1::additionalValues Func_3U5BU5D_tF47240ECC2AE5FA567A61D6AB12DB0E77AB9B798* ___additionalValues_2; public: inline static int32_t get_offset_of_length_0() { return static_cast(offsetof(InlinedArray_1_tA26AD7D8D0A1B6A0D37F53076D8CF49E4262610A, ___length_0)); } inline int32_t get_length_0() const { return ___length_0; } inline int32_t* get_address_of_length_0() { return &___length_0; } inline void set_length_0(int32_t value) { ___length_0 = value; } inline static int32_t get_offset_of_firstValue_1() { return static_cast(offsetof(InlinedArray_1_tA26AD7D8D0A1B6A0D37F53076D8CF49E4262610A, ___firstValue_1)); } inline Func_3_t4B36DD563993AA411E08890F0B6B0CA6DFAAC4E9 * get_firstValue_1() const { return ___firstValue_1; } inline Func_3_t4B36DD563993AA411E08890F0B6B0CA6DFAAC4E9 ** get_address_of_firstValue_1() { return &___firstValue_1; } inline void set_firstValue_1(Func_3_t4B36DD563993AA411E08890F0B6B0CA6DFAAC4E9 * value) { ___firstValue_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___firstValue_1), (void*)value); } inline static int32_t get_offset_of_additionalValues_2() { return static_cast(offsetof(InlinedArray_1_tA26AD7D8D0A1B6A0D37F53076D8CF49E4262610A, ___additionalValues_2)); } inline Func_3U5BU5D_tF47240ECC2AE5FA567A61D6AB12DB0E77AB9B798* get_additionalValues_2() const { return ___additionalValues_2; } inline Func_3U5BU5D_tF47240ECC2AE5FA567A61D6AB12DB0E77AB9B798** get_address_of_additionalValues_2() { return &___additionalValues_2; } inline void set_additionalValues_2(Func_3U5BU5D_tF47240ECC2AE5FA567A61D6AB12DB0E77AB9B798* value) { ___additionalValues_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___additionalValues_2), (void*)value); } }; // UnityEngine.InputSystem.Utilities.InlinedArray`1 struct InlinedArray_1_tC33146B5520C92E38045D45CEC34E7A57B8813D5 { public: // System.Int32 UnityEngine.InputSystem.Utilities.InlinedArray`1::length int32_t ___length_0; // TValue UnityEngine.InputSystem.Utilities.InlinedArray`1::firstValue Touchscreen_tE679C4B2C2D8C5979EAC5A2002603672A202E3EB * ___firstValue_1; // TValue[] UnityEngine.InputSystem.Utilities.InlinedArray`1::additionalValues TouchscreenU5BU5D_t969F0005E7679F003576EE2D2625A604920C51DC* ___additionalValues_2; public: inline static int32_t get_offset_of_length_0() { return static_cast(offsetof(InlinedArray_1_tC33146B5520C92E38045D45CEC34E7A57B8813D5, ___length_0)); } inline int32_t get_length_0() const { return ___length_0; } inline int32_t* get_address_of_length_0() { return &___length_0; } inline void set_length_0(int32_t value) { ___length_0 = value; } inline static int32_t get_offset_of_firstValue_1() { return static_cast(offsetof(InlinedArray_1_tC33146B5520C92E38045D45CEC34E7A57B8813D5, ___firstValue_1)); } inline Touchscreen_tE679C4B2C2D8C5979EAC5A2002603672A202E3EB * get_firstValue_1() const { return ___firstValue_1; } inline Touchscreen_tE679C4B2C2D8C5979EAC5A2002603672A202E3EB ** get_address_of_firstValue_1() { return &___firstValue_1; } inline void set_firstValue_1(Touchscreen_tE679C4B2C2D8C5979EAC5A2002603672A202E3EB * value) { ___firstValue_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___firstValue_1), (void*)value); } inline static int32_t get_offset_of_additionalValues_2() { return static_cast(offsetof(InlinedArray_1_tC33146B5520C92E38045D45CEC34E7A57B8813D5, ___additionalValues_2)); } inline TouchscreenU5BU5D_t969F0005E7679F003576EE2D2625A604920C51DC* get_additionalValues_2() const { return ___additionalValues_2; } inline TouchscreenU5BU5D_t969F0005E7679F003576EE2D2625A604920C51DC** get_address_of_additionalValues_2() { return &___additionalValues_2; } inline void set_additionalValues_2(TouchscreenU5BU5D_t969F0005E7679F003576EE2D2625A604920C51DC* value) { ___additionalValues_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___additionalValues_2), (void*)value); } }; // UnityEngine.InputSystem.Utilities.InlinedArray`1 struct InlinedArray_1_t23FFA4FEA36F785EEEC44B0332DE84D5E6645F18 { public: // System.Int32 UnityEngine.InputSystem.Utilities.InlinedArray`1::length int32_t ___length_0; // TValue UnityEngine.InputSystem.Utilities.InlinedArray`1::firstValue uint64_t ___firstValue_1; // TValue[] UnityEngine.InputSystem.Utilities.InlinedArray`1::additionalValues UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* ___additionalValues_2; public: inline static int32_t get_offset_of_length_0() { return static_cast(offsetof(InlinedArray_1_t23FFA4FEA36F785EEEC44B0332DE84D5E6645F18, ___length_0)); } inline int32_t get_length_0() const { return ___length_0; } inline int32_t* get_address_of_length_0() { return &___length_0; } inline void set_length_0(int32_t value) { ___length_0 = value; } inline static int32_t get_offset_of_firstValue_1() { return static_cast(offsetof(InlinedArray_1_t23FFA4FEA36F785EEEC44B0332DE84D5E6645F18, ___firstValue_1)); } inline uint64_t get_firstValue_1() const { return ___firstValue_1; } inline uint64_t* get_address_of_firstValue_1() { return &___firstValue_1; } inline void set_firstValue_1(uint64_t value) { ___firstValue_1 = value; } inline static int32_t get_offset_of_additionalValues_2() { return static_cast(offsetof(InlinedArray_1_t23FFA4FEA36F785EEEC44B0332DE84D5E6645F18, ___additionalValues_2)); } inline UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* get_additionalValues_2() const { return ___additionalValues_2; } inline UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2** get_address_of_additionalValues_2() { return &___additionalValues_2; } inline void set_additionalValues_2(UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* value) { ___additionalValues_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___additionalValues_2), (void*)value); } }; // System.Collections.Generic.KeyValuePair`2 struct KeyValuePair_2_t239694BB713649B9F5326D1A5BC3143EA54316B3 { public: // TKey System.Collections.Generic.KeyValuePair`2::key int32_t ___key_0; // TValue System.Collections.Generic.KeyValuePair`2::value bool ___value_1; public: inline static int32_t get_offset_of_key_0() { return static_cast(offsetof(KeyValuePair_2_t239694BB713649B9F5326D1A5BC3143EA54316B3, ___key_0)); } inline int32_t get_key_0() const { return ___key_0; } inline int32_t* get_address_of_key_0() { return &___key_0; } inline void set_key_0(int32_t value) { ___key_0 = value; } inline static int32_t get_offset_of_value_1() { return static_cast(offsetof(KeyValuePair_2_t239694BB713649B9F5326D1A5BC3143EA54316B3, ___value_1)); } inline bool get_value_1() const { return ___value_1; } inline bool* get_address_of_value_1() { return &___value_1; } inline void set_value_1(bool value) { ___value_1 = value; } }; // System.Collections.Generic.KeyValuePair`2 struct KeyValuePair_2_tE78AD78874BCE1BC993F92EF8CBBDC3B30E44CBB { public: // TKey System.Collections.Generic.KeyValuePair`2::key int32_t ___key_0; // TValue System.Collections.Generic.KeyValuePair`2::value int32_t ___value_1; public: inline static int32_t get_offset_of_key_0() { return static_cast(offsetof(KeyValuePair_2_tE78AD78874BCE1BC993F92EF8CBBDC3B30E44CBB, ___key_0)); } inline int32_t get_key_0() const { return ___key_0; } inline int32_t* get_address_of_key_0() { return &___key_0; } inline void set_key_0(int32_t value) { ___key_0 = value; } inline static int32_t get_offset_of_value_1() { return static_cast(offsetof(KeyValuePair_2_tE78AD78874BCE1BC993F92EF8CBBDC3B30E44CBB, ___value_1)); } inline int32_t get_value_1() const { return ___value_1; } inline int32_t* get_address_of_value_1() { return &___value_1; } inline void set_value_1(int32_t value) { ___value_1 = value; } }; // System.Collections.Generic.KeyValuePair`2 struct KeyValuePair_2_t56E20A5489EE435FD8BBE3EFACF6219A626E04C0 { public: // TKey System.Collections.Generic.KeyValuePair`2::key int32_t ___key_0; // TValue System.Collections.Generic.KeyValuePair`2::value RuntimeObject * ___value_1; public: inline static int32_t get_offset_of_key_0() { return static_cast(offsetof(KeyValuePair_2_t56E20A5489EE435FD8BBE3EFACF6219A626E04C0, ___key_0)); } inline int32_t get_key_0() const { return ___key_0; } inline int32_t* get_address_of_key_0() { return &___key_0; } inline void set_key_0(int32_t value) { ___key_0 = value; } inline static int32_t get_offset_of_value_1() { return static_cast(offsetof(KeyValuePair_2_t56E20A5489EE435FD8BBE3EFACF6219A626E04C0, ___value_1)); } inline RuntimeObject * get_value_1() const { return ___value_1; } inline RuntimeObject ** get_address_of_value_1() { return &___value_1; } inline void set_value_1(RuntimeObject * value) { ___value_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___value_1), (void*)value); } }; // System.Collections.Generic.KeyValuePair`2 struct KeyValuePair_2_tF48C056DF83BF9AF3BAE277B149EC5E4E436BD1A { public: // TKey System.Collections.Generic.KeyValuePair`2::key RuntimeObject * ___key_0; // TValue System.Collections.Generic.KeyValuePair`2::value bool ___value_1; public: inline static int32_t get_offset_of_key_0() { return static_cast(offsetof(KeyValuePair_2_tF48C056DF83BF9AF3BAE277B149EC5E4E436BD1A, ___key_0)); } inline RuntimeObject * get_key_0() const { return ___key_0; } inline RuntimeObject ** get_address_of_key_0() { return &___key_0; } inline void set_key_0(RuntimeObject * value) { ___key_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___key_0), (void*)value); } inline static int32_t get_offset_of_value_1() { return static_cast(offsetof(KeyValuePair_2_tF48C056DF83BF9AF3BAE277B149EC5E4E436BD1A, ___value_1)); } inline bool get_value_1() const { return ___value_1; } inline bool* get_address_of_value_1() { return &___value_1; } inline void set_value_1(bool value) { ___value_1 = value; } }; // System.Collections.Generic.KeyValuePair`2 struct KeyValuePair_2_t95507C2A8401F2191EE3D308B1B00E3729AE41B5 { public: // TKey System.Collections.Generic.KeyValuePair`2::key RuntimeObject * ___key_0; // TValue System.Collections.Generic.KeyValuePair`2::value int32_t ___value_1; public: inline static int32_t get_offset_of_key_0() { return static_cast(offsetof(KeyValuePair_2_t95507C2A8401F2191EE3D308B1B00E3729AE41B5, ___key_0)); } inline RuntimeObject * get_key_0() const { return ___key_0; } inline RuntimeObject ** get_address_of_key_0() { return &___key_0; } inline void set_key_0(RuntimeObject * value) { ___key_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___key_0), (void*)value); } inline static int32_t get_offset_of_value_1() { return static_cast(offsetof(KeyValuePair_2_t95507C2A8401F2191EE3D308B1B00E3729AE41B5, ___value_1)); } inline int32_t get_value_1() const { return ___value_1; } inline int32_t* get_address_of_value_1() { return &___value_1; } inline void set_value_1(int32_t value) { ___value_1 = value; } }; // System.Collections.Generic.KeyValuePair`2 struct KeyValuePair_2_tFB6A066C69E28C6ACA5FC5E24D969BFADC5FA625 { public: // TKey System.Collections.Generic.KeyValuePair`2::key RuntimeObject * ___key_0; // TValue System.Collections.Generic.KeyValuePair`2::value RuntimeObject * ___value_1; public: inline static int32_t get_offset_of_key_0() { return static_cast(offsetof(KeyValuePair_2_tFB6A066C69E28C6ACA5FC5E24D969BFADC5FA625, ___key_0)); } inline RuntimeObject * get_key_0() const { return ___key_0; } inline RuntimeObject ** get_address_of_key_0() { return &___key_0; } inline void set_key_0(RuntimeObject * value) { ___key_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___key_0), (void*)value); } inline static int32_t get_offset_of_value_1() { return static_cast(offsetof(KeyValuePair_2_tFB6A066C69E28C6ACA5FC5E24D969BFADC5FA625, ___value_1)); } inline RuntimeObject * get_value_1() const { return ___value_1; } inline RuntimeObject ** get_address_of_value_1() { return &___value_1; } inline void set_value_1(RuntimeObject * value) { ___value_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___value_1), (void*)value); } }; // System.Collections.Generic.KeyValuePair`2 struct KeyValuePair_2_t5BF959754D6D63F4A22229D19CE05C1E822830EF { public: // TKey System.Collections.Generic.KeyValuePair`2::key RuntimeObject * ___key_0; // TValue System.Collections.Generic.KeyValuePair`2::value float ___value_1; public: inline static int32_t get_offset_of_key_0() { return static_cast(offsetof(KeyValuePair_2_t5BF959754D6D63F4A22229D19CE05C1E822830EF, ___key_0)); } inline RuntimeObject * get_key_0() const { return ___key_0; } inline RuntimeObject ** get_address_of_key_0() { return &___key_0; } inline void set_key_0(RuntimeObject * value) { ___key_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___key_0), (void*)value); } inline static int32_t get_offset_of_value_1() { return static_cast(offsetof(KeyValuePair_2_t5BF959754D6D63F4A22229D19CE05C1E822830EF, ___value_1)); } inline float get_value_1() const { return ___value_1; } inline float* get_address_of_value_1() { return &___value_1; } inline void set_value_1(float value) { ___value_1 = value; } }; // System.Collections.Generic.KeyValuePair`2 struct KeyValuePair_2_tCEEEA2545C9572EC331DBB69871921A5B01E60DA { public: // TKey System.Collections.Generic.KeyValuePair`2::key uint32_t ___key_0; // TValue System.Collections.Generic.KeyValuePair`2::value RuntimeObject * ___value_1; public: inline static int32_t get_offset_of_key_0() { return static_cast(offsetof(KeyValuePair_2_tCEEEA2545C9572EC331DBB69871921A5B01E60DA, ___key_0)); } inline uint32_t get_key_0() const { return ___key_0; } inline uint32_t* get_address_of_key_0() { return &___key_0; } inline void set_key_0(uint32_t value) { ___key_0 = value; } inline static int32_t get_offset_of_value_1() { return static_cast(offsetof(KeyValuePair_2_tCEEEA2545C9572EC331DBB69871921A5B01E60DA, ___value_1)); } inline RuntimeObject * get_value_1() const { return ___value_1; } inline RuntimeObject ** get_address_of_value_1() { return &___value_1; } inline void set_value_1(RuntimeObject * value) { ___value_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___value_1), (void*)value); } }; // System.Collections.Generic.KeyValuePair`2 struct KeyValuePair_2_tB8C085DAB5BB6A37255E0F93DBDCB70456DA2703 { public: // TKey System.Collections.Generic.KeyValuePair`2::key uint64_t ___key_0; // TValue System.Collections.Generic.KeyValuePair`2::value RuntimeObject * ___value_1; public: inline static int32_t get_offset_of_key_0() { return static_cast(offsetof(KeyValuePair_2_tB8C085DAB5BB6A37255E0F93DBDCB70456DA2703, ___key_0)); } inline uint64_t get_key_0() const { return ___key_0; } inline uint64_t* get_address_of_key_0() { return &___key_0; } inline void set_key_0(uint64_t value) { ___key_0 = value; } inline static int32_t get_offset_of_value_1() { return static_cast(offsetof(KeyValuePair_2_tB8C085DAB5BB6A37255E0F93DBDCB70456DA2703, ___value_1)); } inline RuntimeObject * get_value_1() const { return ___value_1; } inline RuntimeObject ** get_address_of_value_1() { return &___value_1; } inline void set_value_1(RuntimeObject * value) { ___value_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___value_1), (void*)value); } }; // System.Nullable`1 struct Nullable_1_t864FD0051A05D37F91C857AB496BFCB3FE756103 { public: // T System.Nullable`1::value int32_t ___value_0; // System.Boolean System.Nullable`1::has_value bool ___has_value_1; public: inline static int32_t get_offset_of_value_0() { return static_cast(offsetof(Nullable_1_t864FD0051A05D37F91C857AB496BFCB3FE756103, ___value_0)); } inline int32_t get_value_0() const { return ___value_0; } inline int32_t* get_address_of_value_0() { return &___value_0; } inline void set_value_0(int32_t value) { ___value_0 = value; } inline static int32_t get_offset_of_has_value_1() { return static_cast(offsetof(Nullable_1_t864FD0051A05D37F91C857AB496BFCB3FE756103, ___has_value_1)); } inline bool get_has_value_1() const { return ___has_value_1; } inline bool* get_address_of_has_value_1() { return &___has_value_1; } inline void set_has_value_1(bool value) { ___has_value_1 = value; } }; // UnityEngine.InputSystem.Utilities.ReadOnlyArray`1 struct ReadOnlyArray_1_t606E37DB0F1B75FCB4C4A029A0F6C2B4AE7DED75 { public: // TValue[] UnityEngine.InputSystem.Utilities.ReadOnlyArray`1::m_Array InternedStringU5BU5D_t1EAE8433C8EF7C76894673801EE0EE9F6833E9A4* ___m_Array_0; // System.Int32 UnityEngine.InputSystem.Utilities.ReadOnlyArray`1::m_StartIndex int32_t ___m_StartIndex_1; // System.Int32 UnityEngine.InputSystem.Utilities.ReadOnlyArray`1::m_Length int32_t ___m_Length_2; public: inline static int32_t get_offset_of_m_Array_0() { return static_cast(offsetof(ReadOnlyArray_1_t606E37DB0F1B75FCB4C4A029A0F6C2B4AE7DED75, ___m_Array_0)); } inline InternedStringU5BU5D_t1EAE8433C8EF7C76894673801EE0EE9F6833E9A4* get_m_Array_0() const { return ___m_Array_0; } inline InternedStringU5BU5D_t1EAE8433C8EF7C76894673801EE0EE9F6833E9A4** get_address_of_m_Array_0() { return &___m_Array_0; } inline void set_m_Array_0(InternedStringU5BU5D_t1EAE8433C8EF7C76894673801EE0EE9F6833E9A4* value) { ___m_Array_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_Array_0), (void*)value); } inline static int32_t get_offset_of_m_StartIndex_1() { return static_cast(offsetof(ReadOnlyArray_1_t606E37DB0F1B75FCB4C4A029A0F6C2B4AE7DED75, ___m_StartIndex_1)); } inline int32_t get_m_StartIndex_1() const { return ___m_StartIndex_1; } inline int32_t* get_address_of_m_StartIndex_1() { return &___m_StartIndex_1; } inline void set_m_StartIndex_1(int32_t value) { ___m_StartIndex_1 = value; } inline static int32_t get_offset_of_m_Length_2() { return static_cast(offsetof(ReadOnlyArray_1_t606E37DB0F1B75FCB4C4A029A0F6C2B4AE7DED75, ___m_Length_2)); } inline int32_t get_m_Length_2() const { return ___m_Length_2; } inline int32_t* get_address_of_m_Length_2() { return &___m_Length_2; } inline void set_m_Length_2(int32_t value) { ___m_Length_2 = value; } }; // UnityEngine.InputSystem.Utilities.ReadOnlyArray`1 struct ReadOnlyArray_1_tC87F80F9582CEDF1B66B5875A22591316B710C6E { public: // TValue[] UnityEngine.InputSystem.Utilities.ReadOnlyArray`1::m_Array NameAndParametersU5BU5D_t960DDB52F44DD1231B0C626E9C859F1E0B2F5EAD* ___m_Array_0; // System.Int32 UnityEngine.InputSystem.Utilities.ReadOnlyArray`1::m_StartIndex int32_t ___m_StartIndex_1; // System.Int32 UnityEngine.InputSystem.Utilities.ReadOnlyArray`1::m_Length int32_t ___m_Length_2; public: inline static int32_t get_offset_of_m_Array_0() { return static_cast(offsetof(ReadOnlyArray_1_tC87F80F9582CEDF1B66B5875A22591316B710C6E, ___m_Array_0)); } inline NameAndParametersU5BU5D_t960DDB52F44DD1231B0C626E9C859F1E0B2F5EAD* get_m_Array_0() const { return ___m_Array_0; } inline NameAndParametersU5BU5D_t960DDB52F44DD1231B0C626E9C859F1E0B2F5EAD** get_address_of_m_Array_0() { return &___m_Array_0; } inline void set_m_Array_0(NameAndParametersU5BU5D_t960DDB52F44DD1231B0C626E9C859F1E0B2F5EAD* value) { ___m_Array_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_Array_0), (void*)value); } inline static int32_t get_offset_of_m_StartIndex_1() { return static_cast(offsetof(ReadOnlyArray_1_tC87F80F9582CEDF1B66B5875A22591316B710C6E, ___m_StartIndex_1)); } inline int32_t get_m_StartIndex_1() const { return ___m_StartIndex_1; } inline int32_t* get_address_of_m_StartIndex_1() { return &___m_StartIndex_1; } inline void set_m_StartIndex_1(int32_t value) { ___m_StartIndex_1 = value; } inline static int32_t get_offset_of_m_Length_2() { return static_cast(offsetof(ReadOnlyArray_1_tC87F80F9582CEDF1B66B5875A22591316B710C6E, ___m_Length_2)); } inline int32_t get_m_Length_2() const { return ___m_Length_2; } inline int32_t* get_address_of_m_Length_2() { return &___m_Length_2; } inline void set_m_Length_2(int32_t value) { ___m_Length_2 = value; } }; // UnityEngine.InputSystem.Utilities.ReadOnlyArray`1 struct ReadOnlyArray_1_t644486DA5FB2B247FC64733F192E2894F46CFCF5 { public: // TValue[] UnityEngine.InputSystem.Utilities.ReadOnlyArray`1::m_Array NamedValueU5BU5D_t16F5D30B70B5FEDA89AE16CFD61FACEC7DF85391* ___m_Array_0; // System.Int32 UnityEngine.InputSystem.Utilities.ReadOnlyArray`1::m_StartIndex int32_t ___m_StartIndex_1; // System.Int32 UnityEngine.InputSystem.Utilities.ReadOnlyArray`1::m_Length int32_t ___m_Length_2; public: inline static int32_t get_offset_of_m_Array_0() { return static_cast(offsetof(ReadOnlyArray_1_t644486DA5FB2B247FC64733F192E2894F46CFCF5, ___m_Array_0)); } inline NamedValueU5BU5D_t16F5D30B70B5FEDA89AE16CFD61FACEC7DF85391* get_m_Array_0() const { return ___m_Array_0; } inline NamedValueU5BU5D_t16F5D30B70B5FEDA89AE16CFD61FACEC7DF85391** get_address_of_m_Array_0() { return &___m_Array_0; } inline void set_m_Array_0(NamedValueU5BU5D_t16F5D30B70B5FEDA89AE16CFD61FACEC7DF85391* value) { ___m_Array_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_Array_0), (void*)value); } inline static int32_t get_offset_of_m_StartIndex_1() { return static_cast(offsetof(ReadOnlyArray_1_t644486DA5FB2B247FC64733F192E2894F46CFCF5, ___m_StartIndex_1)); } inline int32_t get_m_StartIndex_1() const { return ___m_StartIndex_1; } inline int32_t* get_address_of_m_StartIndex_1() { return &___m_StartIndex_1; } inline void set_m_StartIndex_1(int32_t value) { ___m_StartIndex_1 = value; } inline static int32_t get_offset_of_m_Length_2() { return static_cast(offsetof(ReadOnlyArray_1_t644486DA5FB2B247FC64733F192E2894F46CFCF5, ___m_Length_2)); } inline int32_t get_m_Length_2() const { return ___m_Length_2; } inline int32_t* get_address_of_m_Length_2() { return &___m_Length_2; } inline void set_m_Length_2(int32_t value) { ___m_Length_2 = value; } }; // UnityEngine.InputSystem.LowLevel.InputStateHistory`1/Record struct Record_t66AF7A083A5E272F632199AC60E7F86B0E68F110 { public: // UnityEngine.InputSystem.LowLevel.InputStateHistory`1 UnityEngine.InputSystem.LowLevel.InputStateHistory`1/Record::m_Owner InputStateHistory_1_tD641410C27386B52858D4862A3C8687BBF379F0B * ___m_Owner_0; // System.Int32 UnityEngine.InputSystem.LowLevel.InputStateHistory`1/Record::m_IndexPlusOne int32_t ___m_IndexPlusOne_1; // System.UInt32 UnityEngine.InputSystem.LowLevel.InputStateHistory`1/Record::m_Version uint32_t ___m_Version_2; public: inline static int32_t get_offset_of_m_Owner_0() { return static_cast(offsetof(Record_t66AF7A083A5E272F632199AC60E7F86B0E68F110, ___m_Owner_0)); } inline InputStateHistory_1_tD641410C27386B52858D4862A3C8687BBF379F0B * get_m_Owner_0() const { return ___m_Owner_0; } inline InputStateHistory_1_tD641410C27386B52858D4862A3C8687BBF379F0B ** get_address_of_m_Owner_0() { return &___m_Owner_0; } inline void set_m_Owner_0(InputStateHistory_1_tD641410C27386B52858D4862A3C8687BBF379F0B * value) { ___m_Owner_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_Owner_0), (void*)value); } inline static int32_t get_offset_of_m_IndexPlusOne_1() { return static_cast(offsetof(Record_t66AF7A083A5E272F632199AC60E7F86B0E68F110, ___m_IndexPlusOne_1)); } inline int32_t get_m_IndexPlusOne_1() const { return ___m_IndexPlusOne_1; } inline int32_t* get_address_of_m_IndexPlusOne_1() { return &___m_IndexPlusOne_1; } inline void set_m_IndexPlusOne_1(int32_t value) { ___m_IndexPlusOne_1 = value; } inline static int32_t get_offset_of_m_Version_2() { return static_cast(offsetof(Record_t66AF7A083A5E272F632199AC60E7F86B0E68F110, ___m_Version_2)); } inline uint32_t get_m_Version_2() const { return ___m_Version_2; } inline uint32_t* get_address_of_m_Version_2() { return &___m_Version_2; } inline void set_m_Version_2(uint32_t value) { ___m_Version_2 = value; } }; // UnityEngine.Experimental.Rendering.RenderGraphModule.RenderGraphResourcePool`1/ResourceLogInfo struct ResourceLogInfo_t313421642EB49F359C7638B1E201D81C1EEA2D63 { public: // System.String UnityEngine.Experimental.Rendering.RenderGraphModule.RenderGraphResourcePool`1/ResourceLogInfo::name String_t* ___name_0; // System.Int64 UnityEngine.Experimental.Rendering.RenderGraphModule.RenderGraphResourcePool`1/ResourceLogInfo::size int64_t ___size_1; public: inline static int32_t get_offset_of_name_0() { return static_cast(offsetof(ResourceLogInfo_t313421642EB49F359C7638B1E201D81C1EEA2D63, ___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_size_1() { return static_cast(offsetof(ResourceLogInfo_t313421642EB49F359C7638B1E201D81C1EEA2D63, ___size_1)); } inline int64_t get_size_1() const { return ___size_1; } inline int64_t* get_address_of_size_1() { return &___size_1; } inline void set_size_1(int64_t value) { ___size_1 = value; } }; // Native definition for P/Invoke marshalling of UnityEngine.Experimental.Rendering.RenderGraphModule.RenderGraphResourcePool`1/ResourceLogInfo #ifndef ResourceLogInfo_t5BC0D8D6F533AE3729F9348805509530E759A4AB_marshaled_pinvoke_define #define ResourceLogInfo_t5BC0D8D6F533AE3729F9348805509530E759A4AB_marshaled_pinvoke_define struct ResourceLogInfo_t5BC0D8D6F533AE3729F9348805509530E759A4AB_marshaled_pinvoke { char* ___name_0; int64_t ___size_1; }; #endif // Native definition for COM marshalling of UnityEngine.Experimental.Rendering.RenderGraphModule.RenderGraphResourcePool`1/ResourceLogInfo #ifndef ResourceLogInfo_t5BC0D8D6F533AE3729F9348805509530E759A4AB_marshaled_com_define #define ResourceLogInfo_t5BC0D8D6F533AE3729F9348805509530E759A4AB_marshaled_com_define struct ResourceLogInfo_t5BC0D8D6F533AE3729F9348805509530E759A4AB_marshaled_com { Il2CppChar* ___name_0; int64_t ___size_1; }; #endif // System.Collections.Generic.HashSet`1/Slot struct Slot_t2C8829D525FBFE4DFEC6E3433F1335319856ACBC { public: // System.Int32 System.Collections.Generic.HashSet`1/Slot::hashCode int32_t ___hashCode_0; // System.Int32 System.Collections.Generic.HashSet`1/Slot::next int32_t ___next_1; // T System.Collections.Generic.HashSet`1/Slot::value int32_t ___value_2; public: inline static int32_t get_offset_of_hashCode_0() { return static_cast(offsetof(Slot_t2C8829D525FBFE4DFEC6E3433F1335319856ACBC, ___hashCode_0)); } inline int32_t get_hashCode_0() const { return ___hashCode_0; } inline int32_t* get_address_of_hashCode_0() { return &___hashCode_0; } inline void set_hashCode_0(int32_t value) { ___hashCode_0 = value; } inline static int32_t get_offset_of_next_1() { return static_cast(offsetof(Slot_t2C8829D525FBFE4DFEC6E3433F1335319856ACBC, ___next_1)); } inline int32_t get_next_1() const { return ___next_1; } inline int32_t* get_address_of_next_1() { return &___next_1; } inline void set_next_1(int32_t value) { ___next_1 = value; } inline static int32_t get_offset_of_value_2() { return static_cast(offsetof(Slot_t2C8829D525FBFE4DFEC6E3433F1335319856ACBC, ___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.Collections.Generic.HashSet`1/Slot struct Slot_t1100E8CA172ECADD9BE877E11205FB2D911CD319 { public: // System.Int32 System.Collections.Generic.HashSet`1/Slot::hashCode int32_t ___hashCode_0; // System.Int32 System.Collections.Generic.HashSet`1/Slot::next int32_t ___next_1; // T System.Collections.Generic.HashSet`1/Slot::value RuntimeObject * ___value_2; public: inline static int32_t get_offset_of_hashCode_0() { return static_cast(offsetof(Slot_t1100E8CA172ECADD9BE877E11205FB2D911CD319, ___hashCode_0)); } inline int32_t get_hashCode_0() const { return ___hashCode_0; } inline int32_t* get_address_of_hashCode_0() { return &___hashCode_0; } inline void set_hashCode_0(int32_t value) { ___hashCode_0 = value; } inline static int32_t get_offset_of_next_1() { return static_cast(offsetof(Slot_t1100E8CA172ECADD9BE877E11205FB2D911CD319, ___next_1)); } inline int32_t get_next_1() const { return ___next_1; } inline int32_t* get_address_of_next_1() { return &___next_1; } inline void set_next_1(int32_t value) { ___next_1 = value; } inline static int32_t get_offset_of_value_2() { return static_cast(offsetof(Slot_t1100E8CA172ECADD9BE877E11205FB2D911CD319, ___value_2)); } inline RuntimeObject * get_value_2() const { return ___value_2; } inline RuntimeObject ** get_address_of_value_2() { return &___value_2; } inline void set_value_2(RuntimeObject * value) { ___value_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___value_2), (void*)value); } }; // System.Linq.Set`1/Slot struct Slot_t2C1999AE6F0443949915B981CCF244872D2684B3 { public: // System.Int32 System.Linq.Set`1/Slot::hashCode int32_t ___hashCode_0; // TElement System.Linq.Set`1/Slot::value RuntimeObject * ___value_1; // System.Int32 System.Linq.Set`1/Slot::next int32_t ___next_2; public: inline static int32_t get_offset_of_hashCode_0() { return static_cast(offsetof(Slot_t2C1999AE6F0443949915B981CCF244872D2684B3, ___hashCode_0)); } inline int32_t get_hashCode_0() const { return ___hashCode_0; } inline int32_t* get_address_of_hashCode_0() { return &___hashCode_0; } inline void set_hashCode_0(int32_t value) { ___hashCode_0 = value; } inline static int32_t get_offset_of_value_1() { return static_cast(offsetof(Slot_t2C1999AE6F0443949915B981CCF244872D2684B3, ___value_1)); } inline RuntimeObject * get_value_1() const { return ___value_1; } inline RuntimeObject ** get_address_of_value_1() { return &___value_1; } inline void set_value_1(RuntimeObject * value) { ___value_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___value_1), (void*)value); } inline static int32_t get_offset_of_next_2() { return static_cast(offsetof(Slot_t2C1999AE6F0443949915B981CCF244872D2684B3, ___next_2)); } inline int32_t get_next_2() const { return ___next_2; } inline int32_t* get_address_of_next_2() { return &___next_2; } inline void set_next_2(int32_t value) { ___next_2 = value; } }; // System.Threading.SparselyPopulatedArrayAddInfo`1 struct SparselyPopulatedArrayAddInfo_1_t6EE25E0D720E03DE7A660791DB554CADCD247FC0 { public: // System.Threading.SparselyPopulatedArrayFragment`1 System.Threading.SparselyPopulatedArrayAddInfo`1::m_source SparselyPopulatedArrayFragment_1_t93197EF47D6A025755987003D5D62F3AED371C21 * ___m_source_0; // System.Int32 System.Threading.SparselyPopulatedArrayAddInfo`1::m_index int32_t ___m_index_1; public: inline static int32_t get_offset_of_m_source_0() { return static_cast(offsetof(SparselyPopulatedArrayAddInfo_1_t6EE25E0D720E03DE7A660791DB554CADCD247FC0, ___m_source_0)); } inline SparselyPopulatedArrayFragment_1_t93197EF47D6A025755987003D5D62F3AED371C21 * get_m_source_0() const { return ___m_source_0; } inline SparselyPopulatedArrayFragment_1_t93197EF47D6A025755987003D5D62F3AED371C21 ** get_address_of_m_source_0() { return &___m_source_0; } inline void set_m_source_0(SparselyPopulatedArrayFragment_1_t93197EF47D6A025755987003D5D62F3AED371C21 * value) { ___m_source_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_source_0), (void*)value); } inline static int32_t get_offset_of_m_index_1() { return static_cast(offsetof(SparselyPopulatedArrayAddInfo_1_t6EE25E0D720E03DE7A660791DB554CADCD247FC0, ___m_index_1)); } inline int32_t get_m_index_1() const { return ___m_index_1; } inline int32_t* get_address_of_m_index_1() { return &___m_index_1; } inline void set_m_index_1(int32_t value) { ___m_index_1 = value; } }; // System.ValueTuple`2 struct ValueTuple_2_tA26D3A4C20B6E6F61C01B309B632FC717E2B9173 { public: // T1 System.ValueTuple`2::Item1 int32_t ___Item1_0; // T2 System.ValueTuple`2::Item2 RuntimeObject * ___Item2_1; public: inline static int32_t get_offset_of_Item1_0() { return static_cast(offsetof(ValueTuple_2_tA26D3A4C20B6E6F61C01B309B632FC717E2B9173, ___Item1_0)); } inline int32_t get_Item1_0() const { return ___Item1_0; } inline int32_t* get_address_of_Item1_0() { return &___Item1_0; } inline void set_Item1_0(int32_t value) { ___Item1_0 = value; } inline static int32_t get_offset_of_Item2_1() { return static_cast(offsetof(ValueTuple_2_tA26D3A4C20B6E6F61C01B309B632FC717E2B9173, ___Item2_1)); } inline RuntimeObject * get_Item2_1() const { return ___Item2_1; } inline RuntimeObject ** get_address_of_Item2_1() { return &___Item2_1; } inline void set_Item2_1(RuntimeObject * value) { ___Item2_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___Item2_1), (void*)value); } }; // System.ValueTuple`2 struct ValueTuple_2_tA372AD60186562EAB001D5060A8DA062D95A5A00 { public: // T1 System.ValueTuple`2::Item1 RuntimeObject * ___Item1_0; // T2 System.ValueTuple`2::Item2 int32_t ___Item2_1; public: inline static int32_t get_offset_of_Item1_0() { return static_cast(offsetof(ValueTuple_2_tA372AD60186562EAB001D5060A8DA062D95A5A00, ___Item1_0)); } inline RuntimeObject * get_Item1_0() const { return ___Item1_0; } inline RuntimeObject ** get_address_of_Item1_0() { return &___Item1_0; } inline void set_Item1_0(RuntimeObject * value) { ___Item1_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___Item1_0), (void*)value); } inline static int32_t get_offset_of_Item2_1() { return static_cast(offsetof(ValueTuple_2_tA372AD60186562EAB001D5060A8DA062D95A5A00, ___Item2_1)); } inline int32_t get_Item2_1() const { return ___Item2_1; } inline int32_t* get_address_of_Item2_1() { return &___Item2_1; } inline void set_Item2_1(int32_t value) { ___Item2_1 = value; } }; // System.ValueTuple`2 struct ValueTuple_2_t69671C4973C1A3829B2193E4C598B1AE7162E403 { public: // T1 System.ValueTuple`2::Item1 RuntimeObject * ___Item1_0; // T2 System.ValueTuple`2::Item2 RuntimeObject * ___Item2_1; public: inline static int32_t get_offset_of_Item1_0() { return static_cast(offsetof(ValueTuple_2_t69671C4973C1A3829B2193E4C598B1AE7162E403, ___Item1_0)); } inline RuntimeObject * get_Item1_0() const { return ___Item1_0; } inline RuntimeObject ** get_address_of_Item1_0() { return &___Item1_0; } inline void set_Item1_0(RuntimeObject * value) { ___Item1_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___Item1_0), (void*)value); } inline static int32_t get_offset_of_Item2_1() { return static_cast(offsetof(ValueTuple_2_t69671C4973C1A3829B2193E4C598B1AE7162E403, ___Item2_1)); } inline RuntimeObject * get_Item2_1() const { return ___Item2_1; } inline RuntimeObject ** get_address_of_Item2_1() { return &___Item2_1; } inline void set_Item2_1(RuntimeObject * value) { ___Item2_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___Item2_1), (void*)value); } }; // System.ValueTuple`3 struct ValueTuple_3_tEF9008762923C50FBA1F5E13EFAE26235274202D { public: // T1 System.ValueTuple`3::Item1 RuntimeObject * ___Item1_0; // T2 System.ValueTuple`3::Item2 RuntimeObject * ___Item2_1; // T3 System.ValueTuple`3::Item3 RuntimeObject * ___Item3_2; public: inline static int32_t get_offset_of_Item1_0() { return static_cast(offsetof(ValueTuple_3_tEF9008762923C50FBA1F5E13EFAE26235274202D, ___Item1_0)); } inline RuntimeObject * get_Item1_0() const { return ___Item1_0; } inline RuntimeObject ** get_address_of_Item1_0() { return &___Item1_0; } inline void set_Item1_0(RuntimeObject * value) { ___Item1_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___Item1_0), (void*)value); } inline static int32_t get_offset_of_Item2_1() { return static_cast(offsetof(ValueTuple_3_tEF9008762923C50FBA1F5E13EFAE26235274202D, ___Item2_1)); } inline RuntimeObject * get_Item2_1() const { return ___Item2_1; } inline RuntimeObject ** get_address_of_Item2_1() { return &___Item2_1; } inline void set_Item2_1(RuntimeObject * value) { ___Item2_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___Item2_1), (void*)value); } inline static int32_t get_offset_of_Item3_2() { return static_cast(offsetof(ValueTuple_3_tEF9008762923C50FBA1F5E13EFAE26235274202D, ___Item3_2)); } inline RuntimeObject * get_Item3_2() const { return ___Item3_2; } inline RuntimeObject ** get_address_of_Item3_2() { return &___Item3_2; } inline void set_Item3_2(RuntimeObject * value) { ___Item3_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___Item3_2), (void*)value); } }; // UnityEngine.Rendering.BatchVisibility struct BatchVisibility_tFA63D052426424FBD58F78E973AAAC52A67B5AFE { public: // System.Int32 UnityEngine.Rendering.BatchVisibility::offset int32_t ___offset_0; // System.Int32 UnityEngine.Rendering.BatchVisibility::instancesCount int32_t ___instancesCount_1; // System.Int32 UnityEngine.Rendering.BatchVisibility::visibleCount int32_t ___visibleCount_2; public: inline static int32_t get_offset_of_offset_0() { return static_cast(offsetof(BatchVisibility_tFA63D052426424FBD58F78E973AAAC52A67B5AFE, ___offset_0)); } inline int32_t get_offset_0() const { return ___offset_0; } inline int32_t* get_address_of_offset_0() { return &___offset_0; } inline void set_offset_0(int32_t value) { ___offset_0 = value; } inline static int32_t get_offset_of_instancesCount_1() { return static_cast(offsetof(BatchVisibility_tFA63D052426424FBD58F78E973AAAC52A67B5AFE, ___instancesCount_1)); } inline int32_t get_instancesCount_1() const { return ___instancesCount_1; } inline int32_t* get_address_of_instancesCount_1() { return &___instancesCount_1; } inline void set_instancesCount_1(int32_t value) { ___instancesCount_1 = value; } inline static int32_t get_offset_of_visibleCount_2() { return static_cast(offsetof(BatchVisibility_tFA63D052426424FBD58F78E973AAAC52A67B5AFE, ___visibleCount_2)); } inline int32_t get_visibleCount_2() const { return ___visibleCount_2; } inline int32_t* get_address_of_visibleCount_2() { return &___visibleCount_2; } inline void set_visibleCount_2(int32_t value) { ___visibleCount_2 = value; } }; // UnityEngine.BoneWeight struct BoneWeight_t48ACF6336A02E6D89797F11624FBC9108CF076D8 { public: // System.Single UnityEngine.BoneWeight::m_Weight0 float ___m_Weight0_0; // System.Single UnityEngine.BoneWeight::m_Weight1 float ___m_Weight1_1; // System.Single UnityEngine.BoneWeight::m_Weight2 float ___m_Weight2_2; // System.Single UnityEngine.BoneWeight::m_Weight3 float ___m_Weight3_3; // System.Int32 UnityEngine.BoneWeight::m_BoneIndex0 int32_t ___m_BoneIndex0_4; // System.Int32 UnityEngine.BoneWeight::m_BoneIndex1 int32_t ___m_BoneIndex1_5; // System.Int32 UnityEngine.BoneWeight::m_BoneIndex2 int32_t ___m_BoneIndex2_6; // System.Int32 UnityEngine.BoneWeight::m_BoneIndex3 int32_t ___m_BoneIndex3_7; public: inline static int32_t get_offset_of_m_Weight0_0() { return static_cast(offsetof(BoneWeight_t48ACF6336A02E6D89797F11624FBC9108CF076D8, ___m_Weight0_0)); } inline float get_m_Weight0_0() const { return ___m_Weight0_0; } inline float* get_address_of_m_Weight0_0() { return &___m_Weight0_0; } inline void set_m_Weight0_0(float value) { ___m_Weight0_0 = value; } inline static int32_t get_offset_of_m_Weight1_1() { return static_cast(offsetof(BoneWeight_t48ACF6336A02E6D89797F11624FBC9108CF076D8, ___m_Weight1_1)); } inline float get_m_Weight1_1() const { return ___m_Weight1_1; } inline float* get_address_of_m_Weight1_1() { return &___m_Weight1_1; } inline void set_m_Weight1_1(float value) { ___m_Weight1_1 = value; } inline static int32_t get_offset_of_m_Weight2_2() { return static_cast(offsetof(BoneWeight_t48ACF6336A02E6D89797F11624FBC9108CF076D8, ___m_Weight2_2)); } inline float get_m_Weight2_2() const { return ___m_Weight2_2; } inline float* get_address_of_m_Weight2_2() { return &___m_Weight2_2; } inline void set_m_Weight2_2(float value) { ___m_Weight2_2 = value; } inline static int32_t get_offset_of_m_Weight3_3() { return static_cast(offsetof(BoneWeight_t48ACF6336A02E6D89797F11624FBC9108CF076D8, ___m_Weight3_3)); } inline float get_m_Weight3_3() const { return ___m_Weight3_3; } inline float* get_address_of_m_Weight3_3() { return &___m_Weight3_3; } inline void set_m_Weight3_3(float value) { ___m_Weight3_3 = value; } inline static int32_t get_offset_of_m_BoneIndex0_4() { return static_cast(offsetof(BoneWeight_t48ACF6336A02E6D89797F11624FBC9108CF076D8, ___m_BoneIndex0_4)); } inline int32_t get_m_BoneIndex0_4() const { return ___m_BoneIndex0_4; } inline int32_t* get_address_of_m_BoneIndex0_4() { return &___m_BoneIndex0_4; } inline void set_m_BoneIndex0_4(int32_t value) { ___m_BoneIndex0_4 = value; } inline static int32_t get_offset_of_m_BoneIndex1_5() { return static_cast(offsetof(BoneWeight_t48ACF6336A02E6D89797F11624FBC9108CF076D8, ___m_BoneIndex1_5)); } inline int32_t get_m_BoneIndex1_5() const { return ___m_BoneIndex1_5; } inline int32_t* get_address_of_m_BoneIndex1_5() { return &___m_BoneIndex1_5; } inline void set_m_BoneIndex1_5(int32_t value) { ___m_BoneIndex1_5 = value; } inline static int32_t get_offset_of_m_BoneIndex2_6() { return static_cast(offsetof(BoneWeight_t48ACF6336A02E6D89797F11624FBC9108CF076D8, ___m_BoneIndex2_6)); } inline int32_t get_m_BoneIndex2_6() const { return ___m_BoneIndex2_6; } inline int32_t* get_address_of_m_BoneIndex2_6() { return &___m_BoneIndex2_6; } inline void set_m_BoneIndex2_6(int32_t value) { ___m_BoneIndex2_6 = value; } inline static int32_t get_offset_of_m_BoneIndex3_7() { return static_cast(offsetof(BoneWeight_t48ACF6336A02E6D89797F11624FBC9108CF076D8, ___m_BoneIndex3_7)); } inline int32_t get_m_BoneIndex3_7() const { return ___m_BoneIndex3_7; } inline int32_t* get_address_of_m_BoneIndex3_7() { return &___m_BoneIndex3_7; } inline void set_m_BoneIndex3_7(int32_t value) { ___m_BoneIndex3_7 = value; } }; // System.Boolean struct Boolean_t07D1E3F34E4813023D64F584DFF7B34C9D922F37 { public: // System.Boolean System.Boolean::m_value bool ___m_value_0; public: inline static int32_t get_offset_of_m_value_0() { return static_cast(offsetof(Boolean_t07D1E3F34E4813023D64F584DFF7B34C9D922F37, ___m_value_0)); } inline bool get_m_value_0() const { return ___m_value_0; } inline bool* get_address_of_m_value_0() { return &___m_value_0; } inline void set_m_value_0(bool value) { ___m_value_0 = value; } }; // System.Byte struct Byte_t0111FAB8B8685667EDDAF77683F0D8F86B659056 { public: // System.Byte System.Byte::m_value uint8_t ___m_value_0; public: inline static int32_t get_offset_of_m_value_0() { return static_cast(offsetof(Byte_t0111FAB8B8685667EDDAF77683F0D8F86B659056, ___m_value_0)); } inline uint8_t get_m_value_0() const { return ___m_value_0; } inline uint8_t* get_address_of_m_value_0() { return &___m_value_0; } inline void set_m_value_0(uint8_t value) { ___m_value_0 = value; } }; // Steamworks.CSteamID #pragma pack(push, tp, 4) struct CSteamID_tC354C2A25A4DBDA8FBFA70FD05B58AE5AC521E82 { public: // System.UInt64 Steamworks.CSteamID::m_SteamID uint64_t ___m_SteamID_5; public: inline static int32_t get_offset_of_m_SteamID_5() { return static_cast(offsetof(CSteamID_tC354C2A25A4DBDA8FBFA70FD05B58AE5AC521E82, ___m_SteamID_5)); } inline uint64_t get_m_SteamID_5() const { return ___m_SteamID_5; } inline uint64_t* get_address_of_m_SteamID_5() { return &___m_SteamID_5; } inline void set_m_SteamID_5(uint64_t value) { ___m_SteamID_5 = value; } }; #pragma pack(pop, tp) // System.Threading.CancellationToken struct CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD { public: // System.Threading.CancellationTokenSource System.Threading.CancellationToken::m_source CancellationTokenSource_t78B989179DE23EDD36F870FFEE20A15D6D3C65B3 * ___m_source_0; public: inline static int32_t get_offset_of_m_source_0() { return static_cast(offsetof(CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD, ___m_source_0)); } inline CancellationTokenSource_t78B989179DE23EDD36F870FFEE20A15D6D3C65B3 * get_m_source_0() const { return ___m_source_0; } inline CancellationTokenSource_t78B989179DE23EDD36F870FFEE20A15D6D3C65B3 ** get_address_of_m_source_0() { return &___m_source_0; } inline void set_m_source_0(CancellationTokenSource_t78B989179DE23EDD36F870FFEE20A15D6D3C65B3 * value) { ___m_source_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_source_0), (void*)value); } }; // Native definition for P/Invoke marshalling of System.Threading.CancellationToken struct CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD_marshaled_pinvoke { CancellationTokenSource_t78B989179DE23EDD36F870FFEE20A15D6D3C65B3 * ___m_source_0; }; // Native definition for COM marshalling of System.Threading.CancellationToken struct CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD_marshaled_com { CancellationTokenSource_t78B989179DE23EDD36F870FFEE20A15D6D3C65B3 * ___m_source_0; }; // System.Char struct Char_tFF60D8E7E89A20BE2294A003734341BD1DF43E14 { public: // System.Char System.Char::m_value Il2CppChar ___m_value_0; public: inline static int32_t get_offset_of_m_value_0() { return static_cast(offsetof(Char_tFF60D8E7E89A20BE2294A003734341BD1DF43E14, ___m_value_0)); } inline Il2CppChar get_m_value_0() const { return ___m_value_0; } inline Il2CppChar* get_address_of_m_value_0() { return &___m_value_0; } inline void set_m_value_0(Il2CppChar value) { ___m_value_0 = value; } }; // UnityEngine.Color struct Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 { public: // System.Single UnityEngine.Color::r float ___r_0; // System.Single UnityEngine.Color::g float ___g_1; // System.Single UnityEngine.Color::b float ___b_2; // System.Single UnityEngine.Color::a float ___a_3; public: inline static int32_t get_offset_of_r_0() { return static_cast(offsetof(Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659, ___r_0)); } inline float get_r_0() const { return ___r_0; } inline float* get_address_of_r_0() { return &___r_0; } inline void set_r_0(float value) { ___r_0 = value; } inline static int32_t get_offset_of_g_1() { return static_cast(offsetof(Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659, ___g_1)); } inline float get_g_1() const { return ___g_1; } inline float* get_address_of_g_1() { return &___g_1; } inline void set_g_1(float value) { ___g_1 = value; } inline static int32_t get_offset_of_b_2() { return static_cast(offsetof(Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659, ___b_2)); } inline float get_b_2() const { return ___b_2; } inline float* get_address_of_b_2() { return &___b_2; } inline void set_b_2(float value) { ___b_2 = value; } inline static int32_t get_offset_of_a_3() { return static_cast(offsetof(Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659, ___a_3)); } inline float get_a_3() const { return ___a_3; } inline float* get_address_of_a_3() { return &___a_3; } inline void set_a_3(float value) { ___a_3 = value; } }; // UnityEngine.Color32 struct Color32_tDB54A78627878A7D2DE42BB028D64306A18E858D { public: union { #pragma pack(push, tp, 1) struct { // System.Int32 UnityEngine.Color32::rgba int32_t ___rgba_0; }; #pragma pack(pop, tp) struct { int32_t ___rgba_0_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { // System.Byte UnityEngine.Color32::r uint8_t ___r_1; }; #pragma pack(pop, tp) struct { uint8_t ___r_1_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { char ___g_2_OffsetPadding[1]; // System.Byte UnityEngine.Color32::g uint8_t ___g_2; }; #pragma pack(pop, tp) struct { char ___g_2_OffsetPadding_forAlignmentOnly[1]; uint8_t ___g_2_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { char ___b_3_OffsetPadding[2]; // System.Byte UnityEngine.Color32::b uint8_t ___b_3; }; #pragma pack(pop, tp) struct { char ___b_3_OffsetPadding_forAlignmentOnly[2]; uint8_t ___b_3_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { char ___a_4_OffsetPadding[3]; // System.Byte UnityEngine.Color32::a uint8_t ___a_4; }; #pragma pack(pop, tp) struct { char ___a_4_OffsetPadding_forAlignmentOnly[3]; uint8_t ___a_4_forAlignmentOnly; }; }; public: inline static int32_t get_offset_of_rgba_0() { return static_cast(offsetof(Color32_tDB54A78627878A7D2DE42BB028D64306A18E858D, ___rgba_0)); } inline int32_t get_rgba_0() const { return ___rgba_0; } inline int32_t* get_address_of_rgba_0() { return &___rgba_0; } inline void set_rgba_0(int32_t value) { ___rgba_0 = value; } inline static int32_t get_offset_of_r_1() { return static_cast(offsetof(Color32_tDB54A78627878A7D2DE42BB028D64306A18E858D, ___r_1)); } inline uint8_t get_r_1() const { return ___r_1; } inline uint8_t* get_address_of_r_1() { return &___r_1; } inline void set_r_1(uint8_t value) { ___r_1 = value; } inline static int32_t get_offset_of_g_2() { return static_cast(offsetof(Color32_tDB54A78627878A7D2DE42BB028D64306A18E858D, ___g_2)); } inline uint8_t get_g_2() const { return ___g_2; } inline uint8_t* get_address_of_g_2() { return &___g_2; } inline void set_g_2(uint8_t value) { ___g_2 = value; } inline static int32_t get_offset_of_b_3() { return static_cast(offsetof(Color32_tDB54A78627878A7D2DE42BB028D64306A18E858D, ___b_3)); } inline uint8_t get_b_3() const { return ___b_3; } inline uint8_t* get_address_of_b_3() { return &___b_3; } inline void set_b_3(uint8_t value) { ___b_3 = value; } inline static int32_t get_offset_of_a_4() { return static_cast(offsetof(Color32_tDB54A78627878A7D2DE42BB028D64306A18E858D, ___a_4)); } inline uint8_t get_a_4() const { return ___a_4; } inline uint8_t* get_address_of_a_4() { return &___a_4; } inline void set_a_4(uint8_t value) { ___a_4 = value; } }; // System.Reflection.CustomAttributeTypedArgument struct CustomAttributeTypedArgument_tE7152E8FACDD29A8E0040E151C86F436FA8E6910 { public: // System.Type System.Reflection.CustomAttributeTypedArgument::argumentType Type_t * ___argumentType_0; // System.Object System.Reflection.CustomAttributeTypedArgument::value RuntimeObject * ___value_1; public: inline static int32_t get_offset_of_argumentType_0() { return static_cast(offsetof(CustomAttributeTypedArgument_tE7152E8FACDD29A8E0040E151C86F436FA8E6910, ___argumentType_0)); } inline Type_t * get_argumentType_0() const { return ___argumentType_0; } inline Type_t ** get_address_of_argumentType_0() { return &___argumentType_0; } inline void set_argumentType_0(Type_t * value) { ___argumentType_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___argumentType_0), (void*)value); } inline static int32_t get_offset_of_value_1() { return static_cast(offsetof(CustomAttributeTypedArgument_tE7152E8FACDD29A8E0040E151C86F436FA8E6910, ___value_1)); } inline RuntimeObject * get_value_1() const { return ___value_1; } inline RuntimeObject ** get_address_of_value_1() { return &___value_1; } inline void set_value_1(RuntimeObject * value) { ___value_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___value_1), (void*)value); } }; // Native definition for P/Invoke marshalling of System.Reflection.CustomAttributeTypedArgument struct CustomAttributeTypedArgument_tE7152E8FACDD29A8E0040E151C86F436FA8E6910_marshaled_pinvoke { Type_t * ___argumentType_0; Il2CppIUnknown* ___value_1; }; // Native definition for COM marshalling of System.Reflection.CustomAttributeTypedArgument struct CustomAttributeTypedArgument_tE7152E8FACDD29A8E0040E151C86F436FA8E6910_marshaled_com { Type_t * ___argumentType_0; Il2CppIUnknown* ___value_1; }; // System.DateTime struct DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 { public: // System.UInt64 System.DateTime::dateData uint64_t ___dateData_44; public: inline static int32_t get_offset_of_dateData_44() { return static_cast(offsetof(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405, ___dateData_44)); } inline uint64_t get_dateData_44() const { return ___dateData_44; } inline uint64_t* get_address_of_dateData_44() { return &___dateData_44; } inline void set_dateData_44(uint64_t value) { ___dateData_44 = value; } }; // System.Decimal struct Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 { public: // System.Int32 System.Decimal::flags int32_t ___flags_14; // System.Int32 System.Decimal::hi int32_t ___hi_15; // System.Int32 System.Decimal::lo int32_t ___lo_16; // System.Int32 System.Decimal::mid int32_t ___mid_17; public: inline static int32_t get_offset_of_flags_14() { return static_cast(offsetof(Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7, ___flags_14)); } inline int32_t get_flags_14() const { return ___flags_14; } inline int32_t* get_address_of_flags_14() { return &___flags_14; } inline void set_flags_14(int32_t value) { ___flags_14 = value; } inline static int32_t get_offset_of_hi_15() { return static_cast(offsetof(Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7, ___hi_15)); } inline int32_t get_hi_15() const { return ___hi_15; } inline int32_t* get_address_of_hi_15() { return &___hi_15; } inline void set_hi_15(int32_t value) { ___hi_15 = value; } inline static int32_t get_offset_of_lo_16() { return static_cast(offsetof(Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7, ___lo_16)); } inline int32_t get_lo_16() const { return ___lo_16; } inline int32_t* get_address_of_lo_16() { return &___lo_16; } inline void set_lo_16(int32_t value) { ___lo_16 = value; } inline static int32_t get_offset_of_mid_17() { return static_cast(offsetof(Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7, ___mid_17)); } inline int32_t get_mid_17() const { return ___mid_17; } inline int32_t* get_address_of_mid_17() { return &___mid_17; } inline void set_mid_17(int32_t value) { ___mid_17 = value; } }; // UnityEngine.Rendering.DepthState struct DepthState_t5EED2586BDDA2B0B997E9B5CBBFCE5B59108E4EA { public: // System.Byte UnityEngine.Rendering.DepthState::m_WriteEnabled uint8_t ___m_WriteEnabled_0; // System.SByte UnityEngine.Rendering.DepthState::m_CompareFunction int8_t ___m_CompareFunction_1; public: inline static int32_t get_offset_of_m_WriteEnabled_0() { return static_cast(offsetof(DepthState_t5EED2586BDDA2B0B997E9B5CBBFCE5B59108E4EA, ___m_WriteEnabled_0)); } inline uint8_t get_m_WriteEnabled_0() const { return ___m_WriteEnabled_0; } inline uint8_t* get_address_of_m_WriteEnabled_0() { return &___m_WriteEnabled_0; } inline void set_m_WriteEnabled_0(uint8_t value) { ___m_WriteEnabled_0 = value; } inline static int32_t get_offset_of_m_CompareFunction_1() { return static_cast(offsetof(DepthState_t5EED2586BDDA2B0B997E9B5CBBFCE5B59108E4EA, ___m_CompareFunction_1)); } inline int8_t get_m_CompareFunction_1() const { return ___m_CompareFunction_1; } inline int8_t* get_address_of_m_CompareFunction_1() { return &___m_CompareFunction_1; } inline void set_m_CompareFunction_1(int8_t value) { ___m_CompareFunction_1 = value; } }; // System.Collections.DictionaryEntry struct DictionaryEntry_tF60471FAB430320A9C7D4382BF966EAAC06D7A90 { public: // System.Object System.Collections.DictionaryEntry::_key RuntimeObject * ____key_0; // System.Object System.Collections.DictionaryEntry::_value RuntimeObject * ____value_1; public: inline static int32_t get_offset_of__key_0() { return static_cast(offsetof(DictionaryEntry_tF60471FAB430320A9C7D4382BF966EAAC06D7A90, ____key_0)); } inline RuntimeObject * get__key_0() const { return ____key_0; } inline RuntimeObject ** get_address_of__key_0() { return &____key_0; } inline void set__key_0(RuntimeObject * value) { ____key_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____key_0), (void*)value); } inline static int32_t get_offset_of__value_1() { return static_cast(offsetof(DictionaryEntry_tF60471FAB430320A9C7D4382BF966EAAC06D7A90, ____value_1)); } inline RuntimeObject * get__value_1() const { return ____value_1; } inline RuntimeObject ** get_address_of__value_1() { return &____value_1; } inline void set__value_1(RuntimeObject * value) { ____value_1 = value; Il2CppCodeGenWriteBarrier((void**)(&____value_1), (void*)value); } }; // Native definition for P/Invoke marshalling of System.Collections.DictionaryEntry struct DictionaryEntry_tF60471FAB430320A9C7D4382BF966EAAC06D7A90_marshaled_pinvoke { Il2CppIUnknown* ____key_0; Il2CppIUnknown* ____value_1; }; // Native definition for COM marshalling of System.Collections.DictionaryEntry struct DictionaryEntry_tF60471FAB430320A9C7D4382BF966EAAC06D7A90_marshaled_com { Il2CppIUnknown* ____key_0; Il2CppIUnknown* ____value_1; }; // System.Double struct Double_t42821932CB52DE2057E685D0E1AF3DE5033D2181 { public: // System.Double System.Double::m_value double ___m_value_0; public: inline static int32_t get_offset_of_m_value_0() { return static_cast(offsetof(Double_t42821932CB52DE2057E685D0E1AF3DE5033D2181, ___m_value_0)); } inline double get_m_value_0() const { return ___m_value_0; } inline double* get_address_of_m_value_0() { return &___m_value_0; } inline void set_m_value_0(double value) { ___m_value_0 = value; } }; // System.Diagnostics.Tracing.EmptyStruct struct EmptyStruct_t4261C00C8DDCEA2FE01A2264519DDB55BA275F62 { public: union { struct { }; uint8_t EmptyStruct_t4261C00C8DDCEA2FE01A2264519DDB55BA275F62__padding[1]; }; public: }; // System.Enum struct Enum_t23B90B40F60E677A8025267341651C94AE079CDA : public ValueType_tDBF999C1B75C48C68621878250DBF6CDBCF51E52 { public: public: }; // 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.Ephemeron struct Ephemeron_t76EEAA1BDD5BE64FEAF9E3CD185451837EAA6208 { public: // System.Object System.Runtime.CompilerServices.Ephemeron::key RuntimeObject * ___key_0; // System.Object System.Runtime.CompilerServices.Ephemeron::value RuntimeObject * ___value_1; public: inline static int32_t get_offset_of_key_0() { return static_cast(offsetof(Ephemeron_t76EEAA1BDD5BE64FEAF9E3CD185451837EAA6208, ___key_0)); } inline RuntimeObject * get_key_0() const { return ___key_0; } inline RuntimeObject ** get_address_of_key_0() { return &___key_0; } inline void set_key_0(RuntimeObject * value) { ___key_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___key_0), (void*)value); } inline static int32_t get_offset_of_value_1() { return static_cast(offsetof(Ephemeron_t76EEAA1BDD5BE64FEAF9E3CD185451837EAA6208, ___value_1)); } inline RuntimeObject * get_value_1() const { return ___value_1; } inline RuntimeObject ** get_address_of_value_1() { return &___value_1; } inline void set_value_1(RuntimeObject * value) { ___value_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___value_1), (void*)value); } }; // Native definition for P/Invoke marshalling of System.Runtime.CompilerServices.Ephemeron struct Ephemeron_t76EEAA1BDD5BE64FEAF9E3CD185451837EAA6208_marshaled_pinvoke { Il2CppIUnknown* ___key_0; Il2CppIUnknown* ___value_1; }; // Native definition for COM marshalling of System.Runtime.CompilerServices.Ephemeron struct Ephemeron_t76EEAA1BDD5BE64FEAF9E3CD185451837EAA6208_marshaled_com { Il2CppIUnknown* ___key_0; Il2CppIUnknown* ___value_1; }; // System.Diagnostics.Tracing.EventDescriptor struct EventDescriptor_t932B329BA6E7F55510AC22858B583AADFC42E19F { public: union { struct { union { #pragma pack(push, tp, 1) struct { // System.Int32 System.Diagnostics.Tracing.EventDescriptor::m_traceloggingId int32_t ___m_traceloggingId_0; }; #pragma pack(pop, tp) struct { int32_t ___m_traceloggingId_0_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { // System.UInt16 System.Diagnostics.Tracing.EventDescriptor::m_id uint16_t ___m_id_1; }; #pragma pack(pop, tp) struct { uint16_t ___m_id_1_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { char ___m_version_2_OffsetPadding[2]; // System.Byte System.Diagnostics.Tracing.EventDescriptor::m_version uint8_t ___m_version_2; }; #pragma pack(pop, tp) struct { char ___m_version_2_OffsetPadding_forAlignmentOnly[2]; uint8_t ___m_version_2_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { char ___m_channel_3_OffsetPadding[3]; // System.Byte System.Diagnostics.Tracing.EventDescriptor::m_channel uint8_t ___m_channel_3; }; #pragma pack(pop, tp) struct { char ___m_channel_3_OffsetPadding_forAlignmentOnly[3]; uint8_t ___m_channel_3_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { char ___m_level_4_OffsetPadding[4]; // System.Byte System.Diagnostics.Tracing.EventDescriptor::m_level uint8_t ___m_level_4; }; #pragma pack(pop, tp) struct { char ___m_level_4_OffsetPadding_forAlignmentOnly[4]; uint8_t ___m_level_4_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { char ___m_opcode_5_OffsetPadding[5]; // System.Byte System.Diagnostics.Tracing.EventDescriptor::m_opcode uint8_t ___m_opcode_5; }; #pragma pack(pop, tp) struct { char ___m_opcode_5_OffsetPadding_forAlignmentOnly[5]; uint8_t ___m_opcode_5_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { char ___m_task_6_OffsetPadding[6]; // System.UInt16 System.Diagnostics.Tracing.EventDescriptor::m_task uint16_t ___m_task_6; }; #pragma pack(pop, tp) struct { char ___m_task_6_OffsetPadding_forAlignmentOnly[6]; uint16_t ___m_task_6_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { char ___m_keywords_7_OffsetPadding[8]; // System.Int64 System.Diagnostics.Tracing.EventDescriptor::m_keywords int64_t ___m_keywords_7; }; #pragma pack(pop, tp) struct { char ___m_keywords_7_OffsetPadding_forAlignmentOnly[8]; int64_t ___m_keywords_7_forAlignmentOnly; }; }; }; uint8_t EventDescriptor_t932B329BA6E7F55510AC22858B583AADFC42E19F__padding[16]; }; public: inline static int32_t get_offset_of_m_traceloggingId_0() { return static_cast(offsetof(EventDescriptor_t932B329BA6E7F55510AC22858B583AADFC42E19F, ___m_traceloggingId_0)); } inline int32_t get_m_traceloggingId_0() const { return ___m_traceloggingId_0; } inline int32_t* get_address_of_m_traceloggingId_0() { return &___m_traceloggingId_0; } inline void set_m_traceloggingId_0(int32_t value) { ___m_traceloggingId_0 = value; } inline static int32_t get_offset_of_m_id_1() { return static_cast(offsetof(EventDescriptor_t932B329BA6E7F55510AC22858B583AADFC42E19F, ___m_id_1)); } inline uint16_t get_m_id_1() const { return ___m_id_1; } inline uint16_t* get_address_of_m_id_1() { return &___m_id_1; } inline void set_m_id_1(uint16_t value) { ___m_id_1 = value; } inline static int32_t get_offset_of_m_version_2() { return static_cast(offsetof(EventDescriptor_t932B329BA6E7F55510AC22858B583AADFC42E19F, ___m_version_2)); } inline uint8_t get_m_version_2() const { return ___m_version_2; } inline uint8_t* get_address_of_m_version_2() { return &___m_version_2; } inline void set_m_version_2(uint8_t value) { ___m_version_2 = value; } inline static int32_t get_offset_of_m_channel_3() { return static_cast(offsetof(EventDescriptor_t932B329BA6E7F55510AC22858B583AADFC42E19F, ___m_channel_3)); } inline uint8_t get_m_channel_3() const { return ___m_channel_3; } inline uint8_t* get_address_of_m_channel_3() { return &___m_channel_3; } inline void set_m_channel_3(uint8_t value) { ___m_channel_3 = value; } inline static int32_t get_offset_of_m_level_4() { return static_cast(offsetof(EventDescriptor_t932B329BA6E7F55510AC22858B583AADFC42E19F, ___m_level_4)); } inline uint8_t get_m_level_4() const { return ___m_level_4; } inline uint8_t* get_address_of_m_level_4() { return &___m_level_4; } inline void set_m_level_4(uint8_t value) { ___m_level_4 = value; } inline static int32_t get_offset_of_m_opcode_5() { return static_cast(offsetof(EventDescriptor_t932B329BA6E7F55510AC22858B583AADFC42E19F, ___m_opcode_5)); } inline uint8_t get_m_opcode_5() const { return ___m_opcode_5; } inline uint8_t* get_address_of_m_opcode_5() { return &___m_opcode_5; } inline void set_m_opcode_5(uint8_t value) { ___m_opcode_5 = value; } inline static int32_t get_offset_of_m_task_6() { return static_cast(offsetof(EventDescriptor_t932B329BA6E7F55510AC22858B583AADFC42E19F, ___m_task_6)); } inline uint16_t get_m_task_6() const { return ___m_task_6; } inline uint16_t* get_address_of_m_task_6() { return &___m_task_6; } inline void set_m_task_6(uint16_t value) { ___m_task_6 = value; } inline static int32_t get_offset_of_m_keywords_7() { return static_cast(offsetof(EventDescriptor_t932B329BA6E7F55510AC22858B583AADFC42E19F, ___m_keywords_7)); } inline int64_t get_m_keywords_7() const { return ___m_keywords_7; } inline int64_t* get_address_of_m_keywords_7() { return &___m_keywords_7; } inline void set_m_keywords_7(int64_t value) { ___m_keywords_7 = value; } }; // UnityEngine.InputSystem.Utilities.FourCC struct FourCC_t8D38CDCEAD02FE53A6C2E9AF01354E4E5AB400A9 { public: // System.Int32 UnityEngine.InputSystem.Utilities.FourCC::m_Code int32_t ___m_Code_0; public: inline static int32_t get_offset_of_m_Code_0() { return static_cast(offsetof(FourCC_t8D38CDCEAD02FE53A6C2E9AF01354E4E5AB400A9, ___m_Code_0)); } inline int32_t get_m_Code_0() const { return ___m_Code_0; } inline int32_t* get_address_of_m_Code_0() { return &___m_Code_0; } inline void set_m_Code_0(int32_t value) { ___m_Code_0 = value; } }; // UnityEngine.FrustumPlanes struct FrustumPlanes_t04DCFA7A13B132C73BC888D7ABBC4C6C40CDC40C { public: // System.Single UnityEngine.FrustumPlanes::left float ___left_0; // System.Single UnityEngine.FrustumPlanes::right float ___right_1; // System.Single UnityEngine.FrustumPlanes::bottom float ___bottom_2; // System.Single UnityEngine.FrustumPlanes::top float ___top_3; // System.Single UnityEngine.FrustumPlanes::zNear float ___zNear_4; // System.Single UnityEngine.FrustumPlanes::zFar float ___zFar_5; public: inline static int32_t get_offset_of_left_0() { return static_cast(offsetof(FrustumPlanes_t04DCFA7A13B132C73BC888D7ABBC4C6C40CDC40C, ___left_0)); } inline float get_left_0() const { return ___left_0; } inline float* get_address_of_left_0() { return &___left_0; } inline void set_left_0(float value) { ___left_0 = value; } inline static int32_t get_offset_of_right_1() { return static_cast(offsetof(FrustumPlanes_t04DCFA7A13B132C73BC888D7ABBC4C6C40CDC40C, ___right_1)); } inline float get_right_1() const { return ___right_1; } inline float* get_address_of_right_1() { return &___right_1; } inline void set_right_1(float value) { ___right_1 = value; } inline static int32_t get_offset_of_bottom_2() { return static_cast(offsetof(FrustumPlanes_t04DCFA7A13B132C73BC888D7ABBC4C6C40CDC40C, ___bottom_2)); } inline float get_bottom_2() const { return ___bottom_2; } inline float* get_address_of_bottom_2() { return &___bottom_2; } inline void set_bottom_2(float value) { ___bottom_2 = value; } inline static int32_t get_offset_of_top_3() { return static_cast(offsetof(FrustumPlanes_t04DCFA7A13B132C73BC888D7ABBC4C6C40CDC40C, ___top_3)); } inline float get_top_3() const { return ___top_3; } inline float* get_address_of_top_3() { return &___top_3; } inline void set_top_3(float value) { ___top_3 = value; } inline static int32_t get_offset_of_zNear_4() { return static_cast(offsetof(FrustumPlanes_t04DCFA7A13B132C73BC888D7ABBC4C6C40CDC40C, ___zNear_4)); } inline float get_zNear_4() const { return ___zNear_4; } inline float* get_address_of_zNear_4() { return &___zNear_4; } inline void set_zNear_4(float value) { ___zNear_4 = value; } inline static int32_t get_offset_of_zFar_5() { return static_cast(offsetof(FrustumPlanes_t04DCFA7A13B132C73BC888D7ABBC4C6C40CDC40C, ___zFar_5)); } inline float get_zFar_5() const { return ___zFar_5; } inline float* get_address_of_zFar_5() { return &___zFar_5; } inline void set_zFar_5(float value) { ___zFar_5 = value; } }; // System.Runtime.InteropServices.GCHandle struct GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 { public: // System.Int32 System.Runtime.InteropServices.GCHandle::handle int32_t ___handle_0; public: inline static int32_t get_offset_of_handle_0() { return static_cast(offsetof(GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603, ___handle_0)); } inline int32_t get_handle_0() const { return ___handle_0; } inline int32_t* get_address_of_handle_0() { return &___handle_0; } inline void set_handle_0(int32_t value) { ___handle_0 = value; } }; // FMOD.GUID struct GUID_tCC697E11AB02E4A20C30AAB6716ED1DD724C63DC { public: // System.Int32 FMOD.GUID::Data1 int32_t ___Data1_0; // System.Int32 FMOD.GUID::Data2 int32_t ___Data2_1; // System.Int32 FMOD.GUID::Data3 int32_t ___Data3_2; // System.Int32 FMOD.GUID::Data4 int32_t ___Data4_3; public: inline static int32_t get_offset_of_Data1_0() { return static_cast(offsetof(GUID_tCC697E11AB02E4A20C30AAB6716ED1DD724C63DC, ___Data1_0)); } inline int32_t get_Data1_0() const { return ___Data1_0; } inline int32_t* get_address_of_Data1_0() { return &___Data1_0; } inline void set_Data1_0(int32_t value) { ___Data1_0 = value; } inline static int32_t get_offset_of_Data2_1() { return static_cast(offsetof(GUID_tCC697E11AB02E4A20C30AAB6716ED1DD724C63DC, ___Data2_1)); } inline int32_t get_Data2_1() const { return ___Data2_1; } inline int32_t* get_address_of_Data2_1() { return &___Data2_1; } inline void set_Data2_1(int32_t value) { ___Data2_1 = value; } inline static int32_t get_offset_of_Data3_2() { return static_cast(offsetof(GUID_tCC697E11AB02E4A20C30AAB6716ED1DD724C63DC, ___Data3_2)); } inline int32_t get_Data3_2() const { return ___Data3_2; } inline int32_t* get_address_of_Data3_2() { return &___Data3_2; } inline void set_Data3_2(int32_t value) { ___Data3_2 = value; } inline static int32_t get_offset_of_Data4_3() { return static_cast(offsetof(GUID_tCC697E11AB02E4A20C30AAB6716ED1DD724C63DC, ___Data4_3)); } inline int32_t get_Data4_3() const { return ___Data4_3; } inline int32_t* get_address_of_Data4_3() { return &___Data4_3; } inline void set_Data4_3(int32_t value) { ___Data4_3 = value; } }; // UnityEngine.GradientAlphaKey struct GradientAlphaKey_t2EB9572FC9B85C468D39D2DC7A02A441F3A7E36D { public: // System.Single UnityEngine.GradientAlphaKey::alpha float ___alpha_0; // System.Single UnityEngine.GradientAlphaKey::time float ___time_1; public: inline static int32_t get_offset_of_alpha_0() { return static_cast(offsetof(GradientAlphaKey_t2EB9572FC9B85C468D39D2DC7A02A441F3A7E36D, ___alpha_0)); } inline float get_alpha_0() const { return ___alpha_0; } inline float* get_address_of_alpha_0() { return &___alpha_0; } inline void set_alpha_0(float value) { ___alpha_0 = value; } inline static int32_t get_offset_of_time_1() { return static_cast(offsetof(GradientAlphaKey_t2EB9572FC9B85C468D39D2DC7A02A441F3A7E36D, ___time_1)); } inline float get_time_1() const { return ___time_1; } inline float* get_address_of_time_1() { return &___time_1; } inline void set_time_1(float value) { ___time_1 = value; } }; // System.Guid struct Guid_t { public: // System.Int32 System.Guid::_a int32_t ____a_1; // System.Int16 System.Guid::_b int16_t ____b_2; // System.Int16 System.Guid::_c int16_t ____c_3; // System.Byte System.Guid::_d uint8_t ____d_4; // System.Byte System.Guid::_e uint8_t ____e_5; // System.Byte System.Guid::_f uint8_t ____f_6; // System.Byte System.Guid::_g uint8_t ____g_7; // System.Byte System.Guid::_h uint8_t ____h_8; // System.Byte System.Guid::_i uint8_t ____i_9; // System.Byte System.Guid::_j uint8_t ____j_10; // System.Byte System.Guid::_k uint8_t ____k_11; public: inline static int32_t get_offset_of__a_1() { return static_cast(offsetof(Guid_t, ____a_1)); } inline int32_t get__a_1() const { return ____a_1; } inline int32_t* get_address_of__a_1() { return &____a_1; } inline void set__a_1(int32_t value) { ____a_1 = value; } inline static int32_t get_offset_of__b_2() { return static_cast(offsetof(Guid_t, ____b_2)); } inline int16_t get__b_2() const { return ____b_2; } inline int16_t* get_address_of__b_2() { return &____b_2; } inline void set__b_2(int16_t value) { ____b_2 = value; } inline static int32_t get_offset_of__c_3() { return static_cast(offsetof(Guid_t, ____c_3)); } inline int16_t get__c_3() const { return ____c_3; } inline int16_t* get_address_of__c_3() { return &____c_3; } inline void set__c_3(int16_t value) { ____c_3 = value; } inline static int32_t get_offset_of__d_4() { return static_cast(offsetof(Guid_t, ____d_4)); } inline uint8_t get__d_4() const { return ____d_4; } inline uint8_t* get_address_of__d_4() { return &____d_4; } inline void set__d_4(uint8_t value) { ____d_4 = value; } inline static int32_t get_offset_of__e_5() { return static_cast(offsetof(Guid_t, ____e_5)); } inline uint8_t get__e_5() const { return ____e_5; } inline uint8_t* get_address_of__e_5() { return &____e_5; } inline void set__e_5(uint8_t value) { ____e_5 = value; } inline static int32_t get_offset_of__f_6() { return static_cast(offsetof(Guid_t, ____f_6)); } inline uint8_t get__f_6() const { return ____f_6; } inline uint8_t* get_address_of__f_6() { return &____f_6; } inline void set__f_6(uint8_t value) { ____f_6 = value; } inline static int32_t get_offset_of__g_7() { return static_cast(offsetof(Guid_t, ____g_7)); } inline uint8_t get__g_7() const { return ____g_7; } inline uint8_t* get_address_of__g_7() { return &____g_7; } inline void set__g_7(uint8_t value) { ____g_7 = value; } inline static int32_t get_offset_of__h_8() { return static_cast(offsetof(Guid_t, ____h_8)); } inline uint8_t get__h_8() const { return ____h_8; } inline uint8_t* get_address_of__h_8() { return &____h_8; } inline void set__h_8(uint8_t value) { ____h_8 = value; } inline static int32_t get_offset_of__i_9() { return static_cast(offsetof(Guid_t, ____i_9)); } inline uint8_t get__i_9() const { return ____i_9; } inline uint8_t* get_address_of__i_9() { return &____i_9; } inline void set__i_9(uint8_t value) { ____i_9 = value; } inline static int32_t get_offset_of__j_10() { return static_cast(offsetof(Guid_t, ____j_10)); } inline uint8_t get__j_10() const { return ____j_10; } inline uint8_t* get_address_of__j_10() { return &____j_10; } inline void set__j_10(uint8_t value) { ____j_10 = value; } inline static int32_t get_offset_of__k_11() { return static_cast(offsetof(Guid_t, ____k_11)); } inline uint8_t get__k_11() const { return ____k_11; } inline uint8_t* get_address_of__k_11() { return &____k_11; } inline void set__k_11(uint8_t value) { ____k_11 = value; } }; // OVR.OpenVR.HmdMatrix34_t struct HmdMatrix34_t_tF8D32C33445560D919D139A2467312EE12CD654F { public: // System.Single OVR.OpenVR.HmdMatrix34_t::m0 float ___m0_0; // System.Single OVR.OpenVR.HmdMatrix34_t::m1 float ___m1_1; // System.Single OVR.OpenVR.HmdMatrix34_t::m2 float ___m2_2; // System.Single OVR.OpenVR.HmdMatrix34_t::m3 float ___m3_3; // System.Single OVR.OpenVR.HmdMatrix34_t::m4 float ___m4_4; // System.Single OVR.OpenVR.HmdMatrix34_t::m5 float ___m5_5; // System.Single OVR.OpenVR.HmdMatrix34_t::m6 float ___m6_6; // System.Single OVR.OpenVR.HmdMatrix34_t::m7 float ___m7_7; // System.Single OVR.OpenVR.HmdMatrix34_t::m8 float ___m8_8; // System.Single OVR.OpenVR.HmdMatrix34_t::m9 float ___m9_9; // System.Single OVR.OpenVR.HmdMatrix34_t::m10 float ___m10_10; // System.Single OVR.OpenVR.HmdMatrix34_t::m11 float ___m11_11; public: inline static int32_t get_offset_of_m0_0() { return static_cast(offsetof(HmdMatrix34_t_tF8D32C33445560D919D139A2467312EE12CD654F, ___m0_0)); } inline float get_m0_0() const { return ___m0_0; } inline float* get_address_of_m0_0() { return &___m0_0; } inline void set_m0_0(float value) { ___m0_0 = value; } inline static int32_t get_offset_of_m1_1() { return static_cast(offsetof(HmdMatrix34_t_tF8D32C33445560D919D139A2467312EE12CD654F, ___m1_1)); } inline float get_m1_1() const { return ___m1_1; } inline float* get_address_of_m1_1() { return &___m1_1; } inline void set_m1_1(float value) { ___m1_1 = value; } inline static int32_t get_offset_of_m2_2() { return static_cast(offsetof(HmdMatrix34_t_tF8D32C33445560D919D139A2467312EE12CD654F, ___m2_2)); } inline float get_m2_2() const { return ___m2_2; } inline float* get_address_of_m2_2() { return &___m2_2; } inline void set_m2_2(float value) { ___m2_2 = value; } inline static int32_t get_offset_of_m3_3() { return static_cast(offsetof(HmdMatrix34_t_tF8D32C33445560D919D139A2467312EE12CD654F, ___m3_3)); } inline float get_m3_3() const { return ___m3_3; } inline float* get_address_of_m3_3() { return &___m3_3; } inline void set_m3_3(float value) { ___m3_3 = value; } inline static int32_t get_offset_of_m4_4() { return static_cast(offsetof(HmdMatrix34_t_tF8D32C33445560D919D139A2467312EE12CD654F, ___m4_4)); } inline float get_m4_4() const { return ___m4_4; } inline float* get_address_of_m4_4() { return &___m4_4; } inline void set_m4_4(float value) { ___m4_4 = value; } inline static int32_t get_offset_of_m5_5() { return static_cast(offsetof(HmdMatrix34_t_tF8D32C33445560D919D139A2467312EE12CD654F, ___m5_5)); } inline float get_m5_5() const { return ___m5_5; } inline float* get_address_of_m5_5() { return &___m5_5; } inline void set_m5_5(float value) { ___m5_5 = value; } inline static int32_t get_offset_of_m6_6() { return static_cast(offsetof(HmdMatrix34_t_tF8D32C33445560D919D139A2467312EE12CD654F, ___m6_6)); } inline float get_m6_6() const { return ___m6_6; } inline float* get_address_of_m6_6() { return &___m6_6; } inline void set_m6_6(float value) { ___m6_6 = value; } inline static int32_t get_offset_of_m7_7() { return static_cast(offsetof(HmdMatrix34_t_tF8D32C33445560D919D139A2467312EE12CD654F, ___m7_7)); } inline float get_m7_7() const { return ___m7_7; } inline float* get_address_of_m7_7() { return &___m7_7; } inline void set_m7_7(float value) { ___m7_7 = value; } inline static int32_t get_offset_of_m8_8() { return static_cast(offsetof(HmdMatrix34_t_tF8D32C33445560D919D139A2467312EE12CD654F, ___m8_8)); } inline float get_m8_8() const { return ___m8_8; } inline float* get_address_of_m8_8() { return &___m8_8; } inline void set_m8_8(float value) { ___m8_8 = value; } inline static int32_t get_offset_of_m9_9() { return static_cast(offsetof(HmdMatrix34_t_tF8D32C33445560D919D139A2467312EE12CD654F, ___m9_9)); } inline float get_m9_9() const { return ___m9_9; } inline float* get_address_of_m9_9() { return &___m9_9; } inline void set_m9_9(float value) { ___m9_9 = value; } inline static int32_t get_offset_of_m10_10() { return static_cast(offsetof(HmdMatrix34_t_tF8D32C33445560D919D139A2467312EE12CD654F, ___m10_10)); } inline float get_m10_10() const { return ___m10_10; } inline float* get_address_of_m10_10() { return &___m10_10; } inline void set_m10_10(float value) { ___m10_10 = value; } inline static int32_t get_offset_of_m11_11() { return static_cast(offsetof(HmdMatrix34_t_tF8D32C33445560D919D139A2467312EE12CD654F, ___m11_11)); } inline float get_m11_11() const { return ___m11_11; } inline float* get_address_of_m11_11() { return &___m11_11; } inline void set_m11_11(float value) { ___m11_11 = value; } }; // OVR.OpenVR.HmdQuaternionf_t struct HmdQuaternionf_t_t5FC0C929AA4BF1DBC926B19B2A84E70B684D723A { public: // System.Single OVR.OpenVR.HmdQuaternionf_t::w float ___w_0; // System.Single OVR.OpenVR.HmdQuaternionf_t::x float ___x_1; // System.Single OVR.OpenVR.HmdQuaternionf_t::y float ___y_2; // System.Single OVR.OpenVR.HmdQuaternionf_t::z float ___z_3; public: inline static int32_t get_offset_of_w_0() { return static_cast(offsetof(HmdQuaternionf_t_t5FC0C929AA4BF1DBC926B19B2A84E70B684D723A, ___w_0)); } inline float get_w_0() const { return ___w_0; } inline float* get_address_of_w_0() { return &___w_0; } inline void set_w_0(float value) { ___w_0 = value; } inline static int32_t get_offset_of_x_1() { return static_cast(offsetof(HmdQuaternionf_t_t5FC0C929AA4BF1DBC926B19B2A84E70B684D723A, ___x_1)); } inline float get_x_1() const { return ___x_1; } inline float* get_address_of_x_1() { return &___x_1; } inline void set_x_1(float value) { ___x_1 = value; } inline static int32_t get_offset_of_y_2() { return static_cast(offsetof(HmdQuaternionf_t_t5FC0C929AA4BF1DBC926B19B2A84E70B684D723A, ___y_2)); } inline float get_y_2() const { return ___y_2; } inline float* get_address_of_y_2() { return &___y_2; } inline void set_y_2(float value) { ___y_2 = value; } inline static int32_t get_offset_of_z_3() { return static_cast(offsetof(HmdQuaternionf_t_t5FC0C929AA4BF1DBC926B19B2A84E70B684D723A, ___z_3)); } inline float get_z_3() const { return ___z_3; } inline float* get_address_of_z_3() { return &___z_3; } inline void set_z_3(float value) { ___z_3 = value; } }; // OVR.OpenVR.HmdVector3_t struct HmdVector3_t_t9664F6EE707C3B5E5F61BC45443F8C56AA75E703 { public: // System.Single OVR.OpenVR.HmdVector3_t::v0 float ___v0_0; // System.Single OVR.OpenVR.HmdVector3_t::v1 float ___v1_1; // System.Single OVR.OpenVR.HmdVector3_t::v2 float ___v2_2; public: inline static int32_t get_offset_of_v0_0() { return static_cast(offsetof(HmdVector3_t_t9664F6EE707C3B5E5F61BC45443F8C56AA75E703, ___v0_0)); } inline float get_v0_0() const { return ___v0_0; } inline float* get_address_of_v0_0() { return &___v0_0; } inline void set_v0_0(float value) { ___v0_0 = value; } inline static int32_t get_offset_of_v1_1() { return static_cast(offsetof(HmdVector3_t_t9664F6EE707C3B5E5F61BC45443F8C56AA75E703, ___v1_1)); } inline float get_v1_1() const { return ___v1_1; } inline float* get_address_of_v1_1() { return &___v1_1; } inline void set_v1_1(float value) { ___v1_1 = value; } inline static int32_t get_offset_of_v2_2() { return static_cast(offsetof(HmdVector3_t_t9664F6EE707C3B5E5F61BC45443F8C56AA75E703, ___v2_2)); } inline float get_v2_2() const { return ___v2_2; } inline float* get_address_of_v2_2() { return &___v2_2; } inline void set_v2_2(float value) { ___v2_2 = value; } }; // OVR.OpenVR.HmdVector4_t struct HmdVector4_t_t5A571881B4B44759EE64E361478FE9AF2F9B6726 { public: // System.Single OVR.OpenVR.HmdVector4_t::v0 float ___v0_0; // System.Single OVR.OpenVR.HmdVector4_t::v1 float ___v1_1; // System.Single OVR.OpenVR.HmdVector4_t::v2 float ___v2_2; // System.Single OVR.OpenVR.HmdVector4_t::v3 float ___v3_3; public: inline static int32_t get_offset_of_v0_0() { return static_cast(offsetof(HmdVector4_t_t5A571881B4B44759EE64E361478FE9AF2F9B6726, ___v0_0)); } inline float get_v0_0() const { return ___v0_0; } inline float* get_address_of_v0_0() { return &___v0_0; } inline void set_v0_0(float value) { ___v0_0 = value; } inline static int32_t get_offset_of_v1_1() { return static_cast(offsetof(HmdVector4_t_t5A571881B4B44759EE64E361478FE9AF2F9B6726, ___v1_1)); } inline float get_v1_1() const { return ___v1_1; } inline float* get_address_of_v1_1() { return &___v1_1; } inline void set_v1_1(float value) { ___v1_1 = value; } inline static int32_t get_offset_of_v2_2() { return static_cast(offsetof(HmdVector4_t_t5A571881B4B44759EE64E361478FE9AF2F9B6726, ___v2_2)); } inline float get_v2_2() const { return ___v2_2; } inline float* get_address_of_v2_2() { return &___v2_2; } inline void set_v2_2(float value) { ___v2_2 = value; } inline static int32_t get_offset_of_v3_3() { return static_cast(offsetof(HmdVector4_t_t5A571881B4B44759EE64E361478FE9AF2F9B6726, ___v3_3)); } inline float get_v3_3() const { return ___v3_3; } inline float* get_address_of_v3_3() { return &___v3_3; } inline void set_v3_3(float value) { ___v3_3 = value; } }; // UnityEngine.InputSystem.InputControlScheme struct InputControlScheme_t65ED7D84CDC45F04A6417FABA3F8585FC545C340 { public: // System.String UnityEngine.InputSystem.InputControlScheme::m_Name String_t* ___m_Name_0; // System.String UnityEngine.InputSystem.InputControlScheme::m_BindingGroup String_t* ___m_BindingGroup_1; // UnityEngine.InputSystem.InputControlScheme/DeviceRequirement[] UnityEngine.InputSystem.InputControlScheme::m_DeviceRequirements DeviceRequirementU5BU5D_tBAAEA8AD0E93A8EF9DF98E9F4957B7A56286E795* ___m_DeviceRequirements_2; public: inline static int32_t get_offset_of_m_Name_0() { return static_cast(offsetof(InputControlScheme_t65ED7D84CDC45F04A6417FABA3F8585FC545C340, ___m_Name_0)); } inline String_t* get_m_Name_0() const { return ___m_Name_0; } inline String_t** get_address_of_m_Name_0() { return &___m_Name_0; } inline void set_m_Name_0(String_t* value) { ___m_Name_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_Name_0), (void*)value); } inline static int32_t get_offset_of_m_BindingGroup_1() { return static_cast(offsetof(InputControlScheme_t65ED7D84CDC45F04A6417FABA3F8585FC545C340, ___m_BindingGroup_1)); } inline String_t* get_m_BindingGroup_1() const { return ___m_BindingGroup_1; } inline String_t** get_address_of_m_BindingGroup_1() { return &___m_BindingGroup_1; } inline void set_m_BindingGroup_1(String_t* value) { ___m_BindingGroup_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_BindingGroup_1), (void*)value); } inline static int32_t get_offset_of_m_DeviceRequirements_2() { return static_cast(offsetof(InputControlScheme_t65ED7D84CDC45F04A6417FABA3F8585FC545C340, ___m_DeviceRequirements_2)); } inline DeviceRequirementU5BU5D_tBAAEA8AD0E93A8EF9DF98E9F4957B7A56286E795* get_m_DeviceRequirements_2() const { return ___m_DeviceRequirements_2; } inline DeviceRequirementU5BU5D_tBAAEA8AD0E93A8EF9DF98E9F4957B7A56286E795** get_address_of_m_DeviceRequirements_2() { return &___m_DeviceRequirements_2; } inline void set_m_DeviceRequirements_2(DeviceRequirementU5BU5D_tBAAEA8AD0E93A8EF9DF98E9F4957B7A56286E795* value) { ___m_DeviceRequirements_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_DeviceRequirements_2), (void*)value); } }; // Native definition for P/Invoke marshalling of UnityEngine.InputSystem.InputControlScheme struct InputControlScheme_t65ED7D84CDC45F04A6417FABA3F8585FC545C340_marshaled_pinvoke { char* ___m_Name_0; char* ___m_BindingGroup_1; DeviceRequirement_tAB27570ED81D24759C54FDE48B6DD74FF51649C9_marshaled_pinvoke* ___m_DeviceRequirements_2; }; // Native definition for COM marshalling of UnityEngine.InputSystem.InputControlScheme struct InputControlScheme_t65ED7D84CDC45F04A6417FABA3F8585FC545C340_marshaled_com { Il2CppChar* ___m_Name_0; Il2CppChar* ___m_BindingGroup_1; DeviceRequirement_tAB27570ED81D24759C54FDE48B6DD74FF51649C9_marshaled_com* ___m_DeviceRequirements_2; }; // UnityEngine.InputSystem.Layouts.InputDeviceDescription struct InputDeviceDescription_tBE78411023CFED0A42110A1357D65BD6E5EDBB58 { public: // System.String UnityEngine.InputSystem.Layouts.InputDeviceDescription::m_InterfaceName String_t* ___m_InterfaceName_0; // System.String UnityEngine.InputSystem.Layouts.InputDeviceDescription::m_DeviceClass String_t* ___m_DeviceClass_1; // System.String UnityEngine.InputSystem.Layouts.InputDeviceDescription::m_Manufacturer String_t* ___m_Manufacturer_2; // System.String UnityEngine.InputSystem.Layouts.InputDeviceDescription::m_Product String_t* ___m_Product_3; // System.String UnityEngine.InputSystem.Layouts.InputDeviceDescription::m_Serial String_t* ___m_Serial_4; // System.String UnityEngine.InputSystem.Layouts.InputDeviceDescription::m_Version String_t* ___m_Version_5; // System.String UnityEngine.InputSystem.Layouts.InputDeviceDescription::m_Capabilities String_t* ___m_Capabilities_6; public: inline static int32_t get_offset_of_m_InterfaceName_0() { return static_cast(offsetof(InputDeviceDescription_tBE78411023CFED0A42110A1357D65BD6E5EDBB58, ___m_InterfaceName_0)); } inline String_t* get_m_InterfaceName_0() const { return ___m_InterfaceName_0; } inline String_t** get_address_of_m_InterfaceName_0() { return &___m_InterfaceName_0; } inline void set_m_InterfaceName_0(String_t* value) { ___m_InterfaceName_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_InterfaceName_0), (void*)value); } inline static int32_t get_offset_of_m_DeviceClass_1() { return static_cast(offsetof(InputDeviceDescription_tBE78411023CFED0A42110A1357D65BD6E5EDBB58, ___m_DeviceClass_1)); } inline String_t* get_m_DeviceClass_1() const { return ___m_DeviceClass_1; } inline String_t** get_address_of_m_DeviceClass_1() { return &___m_DeviceClass_1; } inline void set_m_DeviceClass_1(String_t* value) { ___m_DeviceClass_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_DeviceClass_1), (void*)value); } inline static int32_t get_offset_of_m_Manufacturer_2() { return static_cast(offsetof(InputDeviceDescription_tBE78411023CFED0A42110A1357D65BD6E5EDBB58, ___m_Manufacturer_2)); } inline String_t* get_m_Manufacturer_2() const { return ___m_Manufacturer_2; } inline String_t** get_address_of_m_Manufacturer_2() { return &___m_Manufacturer_2; } inline void set_m_Manufacturer_2(String_t* value) { ___m_Manufacturer_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_Manufacturer_2), (void*)value); } inline static int32_t get_offset_of_m_Product_3() { return static_cast(offsetof(InputDeviceDescription_tBE78411023CFED0A42110A1357D65BD6E5EDBB58, ___m_Product_3)); } inline String_t* get_m_Product_3() const { return ___m_Product_3; } inline String_t** get_address_of_m_Product_3() { return &___m_Product_3; } inline void set_m_Product_3(String_t* value) { ___m_Product_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_Product_3), (void*)value); } inline static int32_t get_offset_of_m_Serial_4() { return static_cast(offsetof(InputDeviceDescription_tBE78411023CFED0A42110A1357D65BD6E5EDBB58, ___m_Serial_4)); } inline String_t* get_m_Serial_4() const { return ___m_Serial_4; } inline String_t** get_address_of_m_Serial_4() { return &___m_Serial_4; } inline void set_m_Serial_4(String_t* value) { ___m_Serial_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_Serial_4), (void*)value); } inline static int32_t get_offset_of_m_Version_5() { return static_cast(offsetof(InputDeviceDescription_tBE78411023CFED0A42110A1357D65BD6E5EDBB58, ___m_Version_5)); } inline String_t* get_m_Version_5() const { return ___m_Version_5; } inline String_t** get_address_of_m_Version_5() { return &___m_Version_5; } inline void set_m_Version_5(String_t* value) { ___m_Version_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_Version_5), (void*)value); } inline static int32_t get_offset_of_m_Capabilities_6() { return static_cast(offsetof(InputDeviceDescription_tBE78411023CFED0A42110A1357D65BD6E5EDBB58, ___m_Capabilities_6)); } inline String_t* get_m_Capabilities_6() const { return ___m_Capabilities_6; } inline String_t** get_address_of_m_Capabilities_6() { return &___m_Capabilities_6; } inline void set_m_Capabilities_6(String_t* value) { ___m_Capabilities_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_Capabilities_6), (void*)value); } }; // Native definition for P/Invoke marshalling of UnityEngine.InputSystem.Layouts.InputDeviceDescription struct InputDeviceDescription_tBE78411023CFED0A42110A1357D65BD6E5EDBB58_marshaled_pinvoke { char* ___m_InterfaceName_0; char* ___m_DeviceClass_1; char* ___m_Manufacturer_2; char* ___m_Product_3; char* ___m_Serial_4; char* ___m_Version_5; char* ___m_Capabilities_6; }; // Native definition for COM marshalling of UnityEngine.InputSystem.Layouts.InputDeviceDescription struct InputDeviceDescription_tBE78411023CFED0A42110A1357D65BD6E5EDBB58_marshaled_com { Il2CppChar* ___m_InterfaceName_0; Il2CppChar* ___m_DeviceClass_1; Il2CppChar* ___m_Manufacturer_2; Il2CppChar* ___m_Product_3; Il2CppChar* ___m_Serial_4; Il2CppChar* ___m_Version_5; Il2CppChar* ___m_Capabilities_6; }; // UnityEngine.InputSystem.LowLevel.InputEventPtr struct InputEventPtr_t3ECDD4FDE129B0CD8021DF46D8D01D941F4AE5C1 { public: // UnityEngine.InputSystem.LowLevel.InputEvent* UnityEngine.InputSystem.LowLevel.InputEventPtr::m_EventPtr InputEvent_t0E4B1A66D8B3273D8188F3902F40C5E8BFF6E234 * ___m_EventPtr_0; public: inline static int32_t get_offset_of_m_EventPtr_0() { return static_cast(offsetof(InputEventPtr_t3ECDD4FDE129B0CD8021DF46D8D01D941F4AE5C1, ___m_EventPtr_0)); } inline InputEvent_t0E4B1A66D8B3273D8188F3902F40C5E8BFF6E234 * get_m_EventPtr_0() const { return ___m_EventPtr_0; } inline InputEvent_t0E4B1A66D8B3273D8188F3902F40C5E8BFF6E234 ** get_address_of_m_EventPtr_0() { return &___m_EventPtr_0; } inline void set_m_EventPtr_0(InputEvent_t0E4B1A66D8B3273D8188F3902F40C5E8BFF6E234 * value) { ___m_EventPtr_0 = value; } }; // UnityEngine.InputSystem.Users.InputUserAccountHandle struct InputUserAccountHandle_tDB21387DD321DF4BFC60F01D9DEF8ADAAA2BFA9C { public: // System.String UnityEngine.InputSystem.Users.InputUserAccountHandle::m_ApiName String_t* ___m_ApiName_0; // System.UInt64 UnityEngine.InputSystem.Users.InputUserAccountHandle::m_Handle uint64_t ___m_Handle_1; public: inline static int32_t get_offset_of_m_ApiName_0() { return static_cast(offsetof(InputUserAccountHandle_tDB21387DD321DF4BFC60F01D9DEF8ADAAA2BFA9C, ___m_ApiName_0)); } inline String_t* get_m_ApiName_0() const { return ___m_ApiName_0; } inline String_t** get_address_of_m_ApiName_0() { return &___m_ApiName_0; } inline void set_m_ApiName_0(String_t* value) { ___m_ApiName_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_ApiName_0), (void*)value); } inline static int32_t get_offset_of_m_Handle_1() { return static_cast(offsetof(InputUserAccountHandle_tDB21387DD321DF4BFC60F01D9DEF8ADAAA2BFA9C, ___m_Handle_1)); } inline uint64_t get_m_Handle_1() const { return ___m_Handle_1; } inline uint64_t* get_address_of_m_Handle_1() { return &___m_Handle_1; } inline void set_m_Handle_1(uint64_t value) { ___m_Handle_1 = value; } }; // Native definition for P/Invoke marshalling of UnityEngine.InputSystem.Users.InputUserAccountHandle struct InputUserAccountHandle_tDB21387DD321DF4BFC60F01D9DEF8ADAAA2BFA9C_marshaled_pinvoke { char* ___m_ApiName_0; uint64_t ___m_Handle_1; }; // Native definition for COM marshalling of UnityEngine.InputSystem.Users.InputUserAccountHandle struct InputUserAccountHandle_tDB21387DD321DF4BFC60F01D9DEF8ADAAA2BFA9C_marshaled_com { Il2CppChar* ___m_ApiName_0; uint64_t ___m_Handle_1; }; // System.Int16 struct Int16_tD0F031114106263BB459DA1F099FF9F42691295A { public: // System.Int16 System.Int16::m_value int16_t ___m_value_0; public: inline static int32_t get_offset_of_m_value_0() { return static_cast(offsetof(Int16_tD0F031114106263BB459DA1F099FF9F42691295A, ___m_value_0)); } inline int16_t get_m_value_0() const { return ___m_value_0; } inline int16_t* get_address_of_m_value_0() { return &___m_value_0; } inline void set_m_value_0(int16_t value) { ___m_value_0 = value; } }; // System.Int32 struct Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046 { public: // System.Int32 System.Int32::m_value int32_t ___m_value_0; public: inline static int32_t get_offset_of_m_value_0() { return static_cast(offsetof(Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046, ___m_value_0)); } inline int32_t get_m_value_0() const { return ___m_value_0; } inline int32_t* get_address_of_m_value_0() { return &___m_value_0; } inline void set_m_value_0(int32_t value) { ___m_value_0 = value; } }; // System.Int64 struct Int64_t378EE0D608BD3107E77238E85F30D2BBD46981F3 { public: // System.Int64 System.Int64::m_value int64_t ___m_value_0; public: inline static int32_t get_offset_of_m_value_0() { return static_cast(offsetof(Int64_t378EE0D608BD3107E77238E85F30D2BBD46981F3, ___m_value_0)); } inline int64_t get_m_value_0() const { return ___m_value_0; } inline int64_t* get_address_of_m_value_0() { return &___m_value_0; } inline void set_m_value_0(int64_t value) { ___m_value_0 = value; } }; // System.IntPtr struct IntPtr_t { public: // System.Void* System.IntPtr::m_value void* ___m_value_0; public: inline static int32_t get_offset_of_m_value_0() { return static_cast(offsetof(IntPtr_t, ___m_value_0)); } inline void* get_m_value_0() const { return ___m_value_0; } inline void** get_address_of_m_value_0() { return &___m_value_0; } inline void set_m_value_0(void* value) { ___m_value_0 = value; } }; // System.Globalization.InternalCodePageDataItem struct InternalCodePageDataItem_t885932F372A8EEC39396B0D57CC93AC72E2A3DA7 { public: // System.UInt16 System.Globalization.InternalCodePageDataItem::codePage uint16_t ___codePage_0; // System.UInt16 System.Globalization.InternalCodePageDataItem::uiFamilyCodePage uint16_t ___uiFamilyCodePage_1; // System.UInt32 System.Globalization.InternalCodePageDataItem::flags uint32_t ___flags_2; // System.String System.Globalization.InternalCodePageDataItem::Names String_t* ___Names_3; public: inline static int32_t get_offset_of_codePage_0() { return static_cast(offsetof(InternalCodePageDataItem_t885932F372A8EEC39396B0D57CC93AC72E2A3DA7, ___codePage_0)); } inline uint16_t get_codePage_0() const { return ___codePage_0; } inline uint16_t* get_address_of_codePage_0() { return &___codePage_0; } inline void set_codePage_0(uint16_t value) { ___codePage_0 = value; } inline static int32_t get_offset_of_uiFamilyCodePage_1() { return static_cast(offsetof(InternalCodePageDataItem_t885932F372A8EEC39396B0D57CC93AC72E2A3DA7, ___uiFamilyCodePage_1)); } inline uint16_t get_uiFamilyCodePage_1() const { return ___uiFamilyCodePage_1; } inline uint16_t* get_address_of_uiFamilyCodePage_1() { return &___uiFamilyCodePage_1; } inline void set_uiFamilyCodePage_1(uint16_t value) { ___uiFamilyCodePage_1 = value; } inline static int32_t get_offset_of_flags_2() { return static_cast(offsetof(InternalCodePageDataItem_t885932F372A8EEC39396B0D57CC93AC72E2A3DA7, ___flags_2)); } inline uint32_t get_flags_2() const { return ___flags_2; } inline uint32_t* get_address_of_flags_2() { return &___flags_2; } inline void set_flags_2(uint32_t value) { ___flags_2 = value; } inline static int32_t get_offset_of_Names_3() { return static_cast(offsetof(InternalCodePageDataItem_t885932F372A8EEC39396B0D57CC93AC72E2A3DA7, ___Names_3)); } inline String_t* get_Names_3() const { return ___Names_3; } inline String_t** get_address_of_Names_3() { return &___Names_3; } inline void set_Names_3(String_t* value) { ___Names_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___Names_3), (void*)value); } }; // Native definition for P/Invoke marshalling of System.Globalization.InternalCodePageDataItem struct InternalCodePageDataItem_t885932F372A8EEC39396B0D57CC93AC72E2A3DA7_marshaled_pinvoke { uint16_t ___codePage_0; uint16_t ___uiFamilyCodePage_1; uint32_t ___flags_2; char* ___Names_3; }; // Native definition for COM marshalling of System.Globalization.InternalCodePageDataItem struct InternalCodePageDataItem_t885932F372A8EEC39396B0D57CC93AC72E2A3DA7_marshaled_com { uint16_t ___codePage_0; uint16_t ___uiFamilyCodePage_1; uint32_t ___flags_2; Il2CppChar* ___Names_3; }; // System.Globalization.InternalEncodingDataItem struct InternalEncodingDataItem_t2854F84125B1F420ABB3AA251C75E288EC87568C { public: // System.String System.Globalization.InternalEncodingDataItem::webName String_t* ___webName_0; // System.UInt16 System.Globalization.InternalEncodingDataItem::codePage uint16_t ___codePage_1; public: inline static int32_t get_offset_of_webName_0() { return static_cast(offsetof(InternalEncodingDataItem_t2854F84125B1F420ABB3AA251C75E288EC87568C, ___webName_0)); } inline String_t* get_webName_0() const { return ___webName_0; } inline String_t** get_address_of_webName_0() { return &___webName_0; } inline void set_webName_0(String_t* value) { ___webName_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___webName_0), (void*)value); } inline static int32_t get_offset_of_codePage_1() { return static_cast(offsetof(InternalEncodingDataItem_t2854F84125B1F420ABB3AA251C75E288EC87568C, ___codePage_1)); } inline uint16_t get_codePage_1() const { return ___codePage_1; } inline uint16_t* get_address_of_codePage_1() { return &___codePage_1; } inline void set_codePage_1(uint16_t value) { ___codePage_1 = value; } }; // Native definition for P/Invoke marshalling of System.Globalization.InternalEncodingDataItem struct InternalEncodingDataItem_t2854F84125B1F420ABB3AA251C75E288EC87568C_marshaled_pinvoke { char* ___webName_0; uint16_t ___codePage_1; }; // Native definition for COM marshalling of System.Globalization.InternalEncodingDataItem struct InternalEncodingDataItem_t2854F84125B1F420ABB3AA251C75E288EC87568C_marshaled_com { Il2CppChar* ___webName_0; uint16_t ___codePage_1; }; // UnityEngine.InputSystem.Utilities.InternedString struct InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED { public: // System.String UnityEngine.InputSystem.Utilities.InternedString::m_StringOriginalCase String_t* ___m_StringOriginalCase_0; // System.String UnityEngine.InputSystem.Utilities.InternedString::m_StringLowerCase String_t* ___m_StringLowerCase_1; public: inline static int32_t get_offset_of_m_StringOriginalCase_0() { return static_cast(offsetof(InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED, ___m_StringOriginalCase_0)); } inline String_t* get_m_StringOriginalCase_0() const { return ___m_StringOriginalCase_0; } inline String_t** get_address_of_m_StringOriginalCase_0() { return &___m_StringOriginalCase_0; } inline void set_m_StringOriginalCase_0(String_t* value) { ___m_StringOriginalCase_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_StringOriginalCase_0), (void*)value); } inline static int32_t get_offset_of_m_StringLowerCase_1() { return static_cast(offsetof(InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED, ___m_StringLowerCase_1)); } inline String_t* get_m_StringLowerCase_1() const { return ___m_StringLowerCase_1; } inline String_t** get_address_of_m_StringLowerCase_1() { return &___m_StringLowerCase_1; } inline void set_m_StringLowerCase_1(String_t* value) { ___m_StringLowerCase_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_StringLowerCase_1), (void*)value); } }; // Native definition for P/Invoke marshalling of UnityEngine.InputSystem.Utilities.InternedString struct InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED_marshaled_pinvoke { char* ___m_StringOriginalCase_0; char* ___m_StringLowerCase_1; }; // Native definition for COM marshalling of UnityEngine.InputSystem.Utilities.InternedString struct InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED_marshaled_com { Il2CppChar* ___m_StringOriginalCase_0; Il2CppChar* ___m_StringLowerCase_1; }; // UnityEngine.Timeline.IntervalTreeNode struct IntervalTreeNode_t14723E53C7F0CB94A5F64C64519323DD44AAB85D { public: // System.Int64 UnityEngine.Timeline.IntervalTreeNode::center int64_t ___center_0; // System.Int32 UnityEngine.Timeline.IntervalTreeNode::first int32_t ___first_1; // System.Int32 UnityEngine.Timeline.IntervalTreeNode::last int32_t ___last_2; // System.Int32 UnityEngine.Timeline.IntervalTreeNode::left int32_t ___left_3; // System.Int32 UnityEngine.Timeline.IntervalTreeNode::right int32_t ___right_4; public: inline static int32_t get_offset_of_center_0() { return static_cast(offsetof(IntervalTreeNode_t14723E53C7F0CB94A5F64C64519323DD44AAB85D, ___center_0)); } inline int64_t get_center_0() const { return ___center_0; } inline int64_t* get_address_of_center_0() { return &___center_0; } inline void set_center_0(int64_t value) { ___center_0 = value; } inline static int32_t get_offset_of_first_1() { return static_cast(offsetof(IntervalTreeNode_t14723E53C7F0CB94A5F64C64519323DD44AAB85D, ___first_1)); } inline int32_t get_first_1() const { return ___first_1; } inline int32_t* get_address_of_first_1() { return &___first_1; } inline void set_first_1(int32_t value) { ___first_1 = value; } inline static int32_t get_offset_of_last_2() { return static_cast(offsetof(IntervalTreeNode_t14723E53C7F0CB94A5F64C64519323DD44AAB85D, ___last_2)); } inline int32_t get_last_2() const { return ___last_2; } inline int32_t* get_address_of_last_2() { return &___last_2; } inline void set_last_2(int32_t value) { ___last_2 = value; } inline static int32_t get_offset_of_left_3() { return static_cast(offsetof(IntervalTreeNode_t14723E53C7F0CB94A5F64C64519323DD44AAB85D, ___left_3)); } inline int32_t get_left_3() const { return ___left_3; } inline int32_t* get_address_of_left_3() { return &___left_3; } inline void set_left_3(int32_t value) { ___left_3 = value; } inline static int32_t get_offset_of_right_4() { return static_cast(offsetof(IntervalTreeNode_t14723E53C7F0CB94A5F64C64519323DD44AAB85D, ___right_4)); } inline int32_t get_right_4() const { return ___right_4; } inline int32_t* get_address_of_right_4() { return &___right_4; } inline void set_right_4(int32_t value) { ___right_4 = value; } }; // UnityEngine.Keyframe struct Keyframe_tBEEE79DF5E970E48A8972FFFCE8B25A6068ACE9F { public: // System.Single UnityEngine.Keyframe::m_Time float ___m_Time_0; // System.Single UnityEngine.Keyframe::m_Value float ___m_Value_1; // System.Single UnityEngine.Keyframe::m_InTangent float ___m_InTangent_2; // System.Single UnityEngine.Keyframe::m_OutTangent float ___m_OutTangent_3; // System.Int32 UnityEngine.Keyframe::m_WeightedMode int32_t ___m_WeightedMode_4; // System.Single UnityEngine.Keyframe::m_InWeight float ___m_InWeight_5; // System.Single UnityEngine.Keyframe::m_OutWeight float ___m_OutWeight_6; public: inline static int32_t get_offset_of_m_Time_0() { return static_cast(offsetof(Keyframe_tBEEE79DF5E970E48A8972FFFCE8B25A6068ACE9F, ___m_Time_0)); } inline float get_m_Time_0() const { return ___m_Time_0; } inline float* get_address_of_m_Time_0() { return &___m_Time_0; } inline void set_m_Time_0(float value) { ___m_Time_0 = value; } inline static int32_t get_offset_of_m_Value_1() { return static_cast(offsetof(Keyframe_tBEEE79DF5E970E48A8972FFFCE8B25A6068ACE9F, ___m_Value_1)); } inline float get_m_Value_1() const { return ___m_Value_1; } inline float* get_address_of_m_Value_1() { return &___m_Value_1; } inline void set_m_Value_1(float value) { ___m_Value_1 = value; } inline static int32_t get_offset_of_m_InTangent_2() { return static_cast(offsetof(Keyframe_tBEEE79DF5E970E48A8972FFFCE8B25A6068ACE9F, ___m_InTangent_2)); } inline float get_m_InTangent_2() const { return ___m_InTangent_2; } inline float* get_address_of_m_InTangent_2() { return &___m_InTangent_2; } inline void set_m_InTangent_2(float value) { ___m_InTangent_2 = value; } inline static int32_t get_offset_of_m_OutTangent_3() { return static_cast(offsetof(Keyframe_tBEEE79DF5E970E48A8972FFFCE8B25A6068ACE9F, ___m_OutTangent_3)); } inline float get_m_OutTangent_3() const { return ___m_OutTangent_3; } inline float* get_address_of_m_OutTangent_3() { return &___m_OutTangent_3; } inline void set_m_OutTangent_3(float value) { ___m_OutTangent_3 = value; } inline static int32_t get_offset_of_m_WeightedMode_4() { return static_cast(offsetof(Keyframe_tBEEE79DF5E970E48A8972FFFCE8B25A6068ACE9F, ___m_WeightedMode_4)); } inline int32_t get_m_WeightedMode_4() const { return ___m_WeightedMode_4; } inline int32_t* get_address_of_m_WeightedMode_4() { return &___m_WeightedMode_4; } inline void set_m_WeightedMode_4(int32_t value) { ___m_WeightedMode_4 = value; } inline static int32_t get_offset_of_m_InWeight_5() { return static_cast(offsetof(Keyframe_tBEEE79DF5E970E48A8972FFFCE8B25A6068ACE9F, ___m_InWeight_5)); } inline float get_m_InWeight_5() const { return ___m_InWeight_5; } inline float* get_address_of_m_InWeight_5() { return &___m_InWeight_5; } inline void set_m_InWeight_5(float value) { ___m_InWeight_5 = value; } inline static int32_t get_offset_of_m_OutWeight_6() { return static_cast(offsetof(Keyframe_tBEEE79DF5E970E48A8972FFFCE8B25A6068ACE9F, ___m_OutWeight_6)); } inline float get_m_OutWeight_6() const { return ___m_OutWeight_6; } inline float* get_address_of_m_OutWeight_6() { return &___m_OutWeight_6; } inline void set_m_OutWeight_6(float value) { ___m_OutWeight_6 = value; } }; // UnityEngine.LayerMask struct LayerMask_t5FA647D8C300EA0621360CA4424717C3C73190A8 { public: // System.Int32 UnityEngine.LayerMask::m_Mask int32_t ___m_Mask_0; public: inline static int32_t get_offset_of_m_Mask_0() { return static_cast(offsetof(LayerMask_t5FA647D8C300EA0621360CA4424717C3C73190A8, ___m_Mask_0)); } inline int32_t get_m_Mask_0() const { return ___m_Mask_0; } inline int32_t* get_address_of_m_Mask_0() { return &___m_Mask_0; } inline void set_m_Mask_0(int32_t value) { ___m_Mask_0 = value; } }; // UnityEngine.Experimental.GlobalIllumination.LinearColor struct LinearColor_tB134EA090C61E6624DE36F52980CA7E2C893D5F2 { public: // System.Single UnityEngine.Experimental.GlobalIllumination.LinearColor::m_red float ___m_red_0; // System.Single UnityEngine.Experimental.GlobalIllumination.LinearColor::m_green float ___m_green_1; // System.Single UnityEngine.Experimental.GlobalIllumination.LinearColor::m_blue float ___m_blue_2; // System.Single UnityEngine.Experimental.GlobalIllumination.LinearColor::m_intensity float ___m_intensity_3; public: inline static int32_t get_offset_of_m_red_0() { return static_cast(offsetof(LinearColor_tB134EA090C61E6624DE36F52980CA7E2C893D5F2, ___m_red_0)); } inline float get_m_red_0() const { return ___m_red_0; } inline float* get_address_of_m_red_0() { return &___m_red_0; } inline void set_m_red_0(float value) { ___m_red_0 = value; } inline static int32_t get_offset_of_m_green_1() { return static_cast(offsetof(LinearColor_tB134EA090C61E6624DE36F52980CA7E2C893D5F2, ___m_green_1)); } inline float get_m_green_1() const { return ___m_green_1; } inline float* get_address_of_m_green_1() { return &___m_green_1; } inline void set_m_green_1(float value) { ___m_green_1 = value; } inline static int32_t get_offset_of_m_blue_2() { return static_cast(offsetof(LinearColor_tB134EA090C61E6624DE36F52980CA7E2C893D5F2, ___m_blue_2)); } inline float get_m_blue_2() const { return ___m_blue_2; } inline float* get_address_of_m_blue_2() { return &___m_blue_2; } inline void set_m_blue_2(float value) { ___m_blue_2 = value; } inline static int32_t get_offset_of_m_intensity_3() { return static_cast(offsetof(LinearColor_tB134EA090C61E6624DE36F52980CA7E2C893D5F2, ___m_intensity_3)); } inline float get_m_intensity_3() const { return ___m_intensity_3; } inline float* get_address_of_m_intensity_3() { return &___m_intensity_3; } inline void set_m_intensity_3(float value) { ___m_intensity_3 = value; } }; // UnityEngine.Matrix4x4 struct Matrix4x4_tDE7FF4F2E2EA284F6EFE00D627789D0E5B8B4461 { public: // System.Single UnityEngine.Matrix4x4::m00 float ___m00_0; // System.Single UnityEngine.Matrix4x4::m10 float ___m10_1; // System.Single UnityEngine.Matrix4x4::m20 float ___m20_2; // System.Single UnityEngine.Matrix4x4::m30 float ___m30_3; // System.Single UnityEngine.Matrix4x4::m01 float ___m01_4; // System.Single UnityEngine.Matrix4x4::m11 float ___m11_5; // System.Single UnityEngine.Matrix4x4::m21 float ___m21_6; // System.Single UnityEngine.Matrix4x4::m31 float ___m31_7; // System.Single UnityEngine.Matrix4x4::m02 float ___m02_8; // System.Single UnityEngine.Matrix4x4::m12 float ___m12_9; // System.Single UnityEngine.Matrix4x4::m22 float ___m22_10; // System.Single UnityEngine.Matrix4x4::m32 float ___m32_11; // System.Single UnityEngine.Matrix4x4::m03 float ___m03_12; // System.Single UnityEngine.Matrix4x4::m13 float ___m13_13; // System.Single UnityEngine.Matrix4x4::m23 float ___m23_14; // System.Single UnityEngine.Matrix4x4::m33 float ___m33_15; public: inline static int32_t get_offset_of_m00_0() { return static_cast(offsetof(Matrix4x4_tDE7FF4F2E2EA284F6EFE00D627789D0E5B8B4461, ___m00_0)); } inline float get_m00_0() const { return ___m00_0; } inline float* get_address_of_m00_0() { return &___m00_0; } inline void set_m00_0(float value) { ___m00_0 = value; } inline static int32_t get_offset_of_m10_1() { return static_cast(offsetof(Matrix4x4_tDE7FF4F2E2EA284F6EFE00D627789D0E5B8B4461, ___m10_1)); } inline float get_m10_1() const { return ___m10_1; } inline float* get_address_of_m10_1() { return &___m10_1; } inline void set_m10_1(float value) { ___m10_1 = value; } inline static int32_t get_offset_of_m20_2() { return static_cast(offsetof(Matrix4x4_tDE7FF4F2E2EA284F6EFE00D627789D0E5B8B4461, ___m20_2)); } inline float get_m20_2() const { return ___m20_2; } inline float* get_address_of_m20_2() { return &___m20_2; } inline void set_m20_2(float value) { ___m20_2 = value; } inline static int32_t get_offset_of_m30_3() { return static_cast(offsetof(Matrix4x4_tDE7FF4F2E2EA284F6EFE00D627789D0E5B8B4461, ___m30_3)); } inline float get_m30_3() const { return ___m30_3; } inline float* get_address_of_m30_3() { return &___m30_3; } inline void set_m30_3(float value) { ___m30_3 = value; } inline static int32_t get_offset_of_m01_4() { return static_cast(offsetof(Matrix4x4_tDE7FF4F2E2EA284F6EFE00D627789D0E5B8B4461, ___m01_4)); } inline float get_m01_4() const { return ___m01_4; } inline float* get_address_of_m01_4() { return &___m01_4; } inline void set_m01_4(float value) { ___m01_4 = value; } inline static int32_t get_offset_of_m11_5() { return static_cast(offsetof(Matrix4x4_tDE7FF4F2E2EA284F6EFE00D627789D0E5B8B4461, ___m11_5)); } inline float get_m11_5() const { return ___m11_5; } inline float* get_address_of_m11_5() { return &___m11_5; } inline void set_m11_5(float value) { ___m11_5 = value; } inline static int32_t get_offset_of_m21_6() { return static_cast(offsetof(Matrix4x4_tDE7FF4F2E2EA284F6EFE00D627789D0E5B8B4461, ___m21_6)); } inline float get_m21_6() const { return ___m21_6; } inline float* get_address_of_m21_6() { return &___m21_6; } inline void set_m21_6(float value) { ___m21_6 = value; } inline static int32_t get_offset_of_m31_7() { return static_cast(offsetof(Matrix4x4_tDE7FF4F2E2EA284F6EFE00D627789D0E5B8B4461, ___m31_7)); } inline float get_m31_7() const { return ___m31_7; } inline float* get_address_of_m31_7() { return &___m31_7; } inline void set_m31_7(float value) { ___m31_7 = value; } inline static int32_t get_offset_of_m02_8() { return static_cast(offsetof(Matrix4x4_tDE7FF4F2E2EA284F6EFE00D627789D0E5B8B4461, ___m02_8)); } inline float get_m02_8() const { return ___m02_8; } inline float* get_address_of_m02_8() { return &___m02_8; } inline void set_m02_8(float value) { ___m02_8 = value; } inline static int32_t get_offset_of_m12_9() { return static_cast(offsetof(Matrix4x4_tDE7FF4F2E2EA284F6EFE00D627789D0E5B8B4461, ___m12_9)); } inline float get_m12_9() const { return ___m12_9; } inline float* get_address_of_m12_9() { return &___m12_9; } inline void set_m12_9(float value) { ___m12_9 = value; } inline static int32_t get_offset_of_m22_10() { return static_cast(offsetof(Matrix4x4_tDE7FF4F2E2EA284F6EFE00D627789D0E5B8B4461, ___m22_10)); } inline float get_m22_10() const { return ___m22_10; } inline float* get_address_of_m22_10() { return &___m22_10; } inline void set_m22_10(float value) { ___m22_10 = value; } inline static int32_t get_offset_of_m32_11() { return static_cast(offsetof(Matrix4x4_tDE7FF4F2E2EA284F6EFE00D627789D0E5B8B4461, ___m32_11)); } inline float get_m32_11() const { return ___m32_11; } inline float* get_address_of_m32_11() { return &___m32_11; } inline void set_m32_11(float value) { ___m32_11 = value; } inline static int32_t get_offset_of_m03_12() { return static_cast(offsetof(Matrix4x4_tDE7FF4F2E2EA284F6EFE00D627789D0E5B8B4461, ___m03_12)); } inline float get_m03_12() const { return ___m03_12; } inline float* get_address_of_m03_12() { return &___m03_12; } inline void set_m03_12(float value) { ___m03_12 = value; } inline static int32_t get_offset_of_m13_13() { return static_cast(offsetof(Matrix4x4_tDE7FF4F2E2EA284F6EFE00D627789D0E5B8B4461, ___m13_13)); } inline float get_m13_13() const { return ___m13_13; } inline float* get_address_of_m13_13() { return &___m13_13; } inline void set_m13_13(float value) { ___m13_13 = value; } inline static int32_t get_offset_of_m23_14() { return static_cast(offsetof(Matrix4x4_tDE7FF4F2E2EA284F6EFE00D627789D0E5B8B4461, ___m23_14)); } inline float get_m23_14() const { return ___m23_14; } inline float* get_address_of_m23_14() { return &___m23_14; } inline void set_m23_14(float value) { ___m23_14 = value; } inline static int32_t get_offset_of_m33_15() { return static_cast(offsetof(Matrix4x4_tDE7FF4F2E2EA284F6EFE00D627789D0E5B8B4461, ___m33_15)); } inline float get_m33_15() const { return ___m33_15; } inline float* get_address_of_m33_15() { return &___m33_15; } inline void set_m33_15(float value) { ___m33_15 = value; } }; // System.Reflection.MethodBase struct MethodBase_t : public MemberInfo_t { public: public: }; // System.Collections.Generic.NonRandomizedStringEqualityComparer struct NonRandomizedStringEqualityComparer_t10D949965180A66DA3BC8C7D0EDFF8CE941FF620 : public EqualityComparer_1_tDC2082D4D5947A0F76D6FA7870E09811B1A8B69E { public: public: }; // FMOD.Studio.PARAMETER_ID struct PARAMETER_ID_tA3DF765F0097003249124531BBD036AA904E5BBE { public: // System.UInt32 FMOD.Studio.PARAMETER_ID::data1 uint32_t ___data1_0; // System.UInt32 FMOD.Studio.PARAMETER_ID::data2 uint32_t ___data2_1; public: inline static int32_t get_offset_of_data1_0() { return static_cast(offsetof(PARAMETER_ID_tA3DF765F0097003249124531BBD036AA904E5BBE, ___data1_0)); } inline uint32_t get_data1_0() const { return ___data1_0; } inline uint32_t* get_address_of_data1_0() { return &___data1_0; } inline void set_data1_0(uint32_t value) { ___data1_0 = value; } inline static int32_t get_offset_of_data2_1() { return static_cast(offsetof(PARAMETER_ID_tA3DF765F0097003249124531BBD036AA904E5BBE, ___data2_1)); } inline uint32_t get_data2_1() const { return ___data2_1; } inline uint32_t* get_address_of_data2_1() { return &___data2_1; } inline void set_data2_1(uint32_t value) { ___data2_1 = value; } }; // System.Reflection.ParameterModifier struct ParameterModifier_tC1C793BD8B003B24010657487AFD17A4BA3DF6EA { public: // System.Boolean[] System.Reflection.ParameterModifier::_byRef BooleanU5BU5D_tEC7BAF93C44F875016DAADC8696EE3A465644D3C* ____byRef_0; public: inline static int32_t get_offset_of__byRef_0() { return static_cast(offsetof(ParameterModifier_tC1C793BD8B003B24010657487AFD17A4BA3DF6EA, ____byRef_0)); } inline BooleanU5BU5D_tEC7BAF93C44F875016DAADC8696EE3A465644D3C* get__byRef_0() const { return ____byRef_0; } inline BooleanU5BU5D_tEC7BAF93C44F875016DAADC8696EE3A465644D3C** get_address_of__byRef_0() { return &____byRef_0; } inline void set__byRef_0(BooleanU5BU5D_tEC7BAF93C44F875016DAADC8696EE3A465644D3C* value) { ____byRef_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____byRef_0), (void*)value); } }; // Native definition for P/Invoke marshalling of System.Reflection.ParameterModifier struct ParameterModifier_tC1C793BD8B003B24010657487AFD17A4BA3DF6EA_marshaled_pinvoke { int32_t* ____byRef_0; }; // Native definition for COM marshalling of System.Reflection.ParameterModifier struct ParameterModifier_tC1C793BD8B003B24010657487AFD17A4BA3DF6EA_marshaled_com { int32_t* ____byRef_0; }; // Steamworks.PublishedFileId_t struct PublishedFileId_t_tAE6F9644AE2DD319BD789BBFD744508B9A6CCFD5 { public: // System.UInt64 Steamworks.PublishedFileId_t::m_PublishedFileId uint64_t ___m_PublishedFileId_1; public: inline static int32_t get_offset_of_m_PublishedFileId_1() { return static_cast(offsetof(PublishedFileId_t_tAE6F9644AE2DD319BD789BBFD744508B9A6CCFD5, ___m_PublishedFileId_1)); } inline uint64_t get_m_PublishedFileId_1() const { return ___m_PublishedFileId_1; } inline uint64_t* get_address_of_m_PublishedFileId_1() { return &___m_PublishedFileId_1; } inline void set_m_PublishedFileId_1(uint64_t value) { ___m_PublishedFileId_1 = value; } }; // UnityEngine.Quaternion struct Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 { public: // System.Single UnityEngine.Quaternion::x float ___x_0; // System.Single UnityEngine.Quaternion::y float ___y_1; // System.Single UnityEngine.Quaternion::z float ___z_2; // System.Single UnityEngine.Quaternion::w float ___w_3; public: inline static int32_t get_offset_of_x_0() { return static_cast(offsetof(Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4, ___x_0)); } inline float get_x_0() const { return ___x_0; } inline float* get_address_of_x_0() { return &___x_0; } inline void set_x_0(float value) { ___x_0 = value; } inline static int32_t get_offset_of_y_1() { return static_cast(offsetof(Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4, ___y_1)); } inline float get_y_1() const { return ___y_1; } inline float* get_address_of_y_1() { return &___y_1; } inline void set_y_1(float value) { ___y_1 = value; } inline static int32_t get_offset_of_z_2() { return static_cast(offsetof(Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4, ___z_2)); } inline float get_z_2() const { return ___z_2; } inline float* get_address_of_z_2() { return &___z_2; } inline void set_z_2(float value) { ___z_2 = value; } inline static int32_t get_offset_of_w_3() { return static_cast(offsetof(Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4, ___w_3)); } inline float get_w_3() const { return ___w_3; } inline float* get_address_of_w_3() { return &___w_3; } inline void set_w_3(float value) { ___w_3 = value; } }; // UnityEngine.Rect struct Rect_t7D9187DB6339DBA5741C09B6CCEF2F54F1966878 { public: // System.Single UnityEngine.Rect::m_XMin float ___m_XMin_0; // System.Single UnityEngine.Rect::m_YMin float ___m_YMin_1; // System.Single UnityEngine.Rect::m_Width float ___m_Width_2; // System.Single UnityEngine.Rect::m_Height float ___m_Height_3; public: inline static int32_t get_offset_of_m_XMin_0() { return static_cast(offsetof(Rect_t7D9187DB6339DBA5741C09B6CCEF2F54F1966878, ___m_XMin_0)); } inline float get_m_XMin_0() const { return ___m_XMin_0; } inline float* get_address_of_m_XMin_0() { return &___m_XMin_0; } inline void set_m_XMin_0(float value) { ___m_XMin_0 = value; } inline static int32_t get_offset_of_m_YMin_1() { return static_cast(offsetof(Rect_t7D9187DB6339DBA5741C09B6CCEF2F54F1966878, ___m_YMin_1)); } inline float get_m_YMin_1() const { return ___m_YMin_1; } inline float* get_address_of_m_YMin_1() { return &___m_YMin_1; } inline void set_m_YMin_1(float value) { ___m_YMin_1 = value; } inline static int32_t get_offset_of_m_Width_2() { return static_cast(offsetof(Rect_t7D9187DB6339DBA5741C09B6CCEF2F54F1966878, ___m_Width_2)); } inline float get_m_Width_2() const { return ___m_Width_2; } inline float* get_address_of_m_Width_2() { return &___m_Width_2; } inline void set_m_Width_2(float value) { ___m_Width_2 = value; } inline static int32_t get_offset_of_m_Height_3() { return static_cast(offsetof(Rect_t7D9187DB6339DBA5741C09B6CCEF2F54F1966878, ___m_Height_3)); } inline float get_m_Height_3() const { return ___m_Height_3; } inline float* get_address_of_m_Height_3() { return &___m_Height_3; } inline void set_m_Height_3(float value) { ___m_Height_3 = value; } }; // ReflectionSnapshot struct ReflectionSnapshot_tE77F5F16D0982D7B349411B233C427D08E691661 { public: // UnityEngine.Audio.AudioMixerSnapshot ReflectionSnapshot::mixerSnapshot AudioMixerSnapshot_tEB4566F3038FC0FD462321FB9B93450DCC9BD9A3 * ___mixerSnapshot_0; // System.Single ReflectionSnapshot::fadeTime float ___fadeTime_1; public: inline static int32_t get_offset_of_mixerSnapshot_0() { return static_cast(offsetof(ReflectionSnapshot_tE77F5F16D0982D7B349411B233C427D08E691661, ___mixerSnapshot_0)); } inline AudioMixerSnapshot_tEB4566F3038FC0FD462321FB9B93450DCC9BD9A3 * get_mixerSnapshot_0() const { return ___mixerSnapshot_0; } inline AudioMixerSnapshot_tEB4566F3038FC0FD462321FB9B93450DCC9BD9A3 ** get_address_of_mixerSnapshot_0() { return &___mixerSnapshot_0; } inline void set_mixerSnapshot_0(AudioMixerSnapshot_tEB4566F3038FC0FD462321FB9B93450DCC9BD9A3 * value) { ___mixerSnapshot_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___mixerSnapshot_0), (void*)value); } inline static int32_t get_offset_of_fadeTime_1() { return static_cast(offsetof(ReflectionSnapshot_tE77F5F16D0982D7B349411B233C427D08E691661, ___fadeTime_1)); } inline float get_fadeTime_1() const { return ___fadeTime_1; } inline float* get_address_of_fadeTime_1() { return &___fadeTime_1; } inline void set_fadeTime_1(float value) { ___fadeTime_1 = value; } }; // Native definition for P/Invoke marshalling of ReflectionSnapshot struct ReflectionSnapshot_tE77F5F16D0982D7B349411B233C427D08E691661_marshaled_pinvoke { AudioMixerSnapshot_tEB4566F3038FC0FD462321FB9B93450DCC9BD9A3 * ___mixerSnapshot_0; float ___fadeTime_1; }; // Native definition for COM marshalling of ReflectionSnapshot struct ReflectionSnapshot_tE77F5F16D0982D7B349411B233C427D08E691661_marshaled_com { AudioMixerSnapshot_tEB4566F3038FC0FD462321FB9B93450DCC9BD9A3 * ___mixerSnapshot_0; float ___fadeTime_1; }; // UnityEngine.Rendering.RenderQueueRange struct RenderQueueRange_t328914EF72BEF60B323076881C62F04CE14027B7 { public: // System.Int32 UnityEngine.Rendering.RenderQueueRange::m_LowerBound int32_t ___m_LowerBound_0; // System.Int32 UnityEngine.Rendering.RenderQueueRange::m_UpperBound int32_t ___m_UpperBound_1; public: inline static int32_t get_offset_of_m_LowerBound_0() { return static_cast(offsetof(RenderQueueRange_t328914EF72BEF60B323076881C62F04CE14027B7, ___m_LowerBound_0)); } inline int32_t get_m_LowerBound_0() const { return ___m_LowerBound_0; } inline int32_t* get_address_of_m_LowerBound_0() { return &___m_LowerBound_0; } inline void set_m_LowerBound_0(int32_t value) { ___m_LowerBound_0 = value; } inline static int32_t get_offset_of_m_UpperBound_1() { return static_cast(offsetof(RenderQueueRange_t328914EF72BEF60B323076881C62F04CE14027B7, ___m_UpperBound_1)); } inline int32_t get_m_UpperBound_1() const { return ___m_UpperBound_1; } inline int32_t* get_address_of_m_UpperBound_1() { return &___m_UpperBound_1; } inline void set_m_UpperBound_1(int32_t value) { ___m_UpperBound_1 = value; } }; // UnityEngine.Rendering.RenderTargetBlendState struct RenderTargetBlendState_tEFCC998AB00112AFCC263503C4F52E9F32048DBD { public: // System.Byte UnityEngine.Rendering.RenderTargetBlendState::m_WriteMask uint8_t ___m_WriteMask_0; // System.Byte UnityEngine.Rendering.RenderTargetBlendState::m_SourceColorBlendMode uint8_t ___m_SourceColorBlendMode_1; // System.Byte UnityEngine.Rendering.RenderTargetBlendState::m_DestinationColorBlendMode uint8_t ___m_DestinationColorBlendMode_2; // System.Byte UnityEngine.Rendering.RenderTargetBlendState::m_SourceAlphaBlendMode uint8_t ___m_SourceAlphaBlendMode_3; // System.Byte UnityEngine.Rendering.RenderTargetBlendState::m_DestinationAlphaBlendMode uint8_t ___m_DestinationAlphaBlendMode_4; // System.Byte UnityEngine.Rendering.RenderTargetBlendState::m_ColorBlendOperation uint8_t ___m_ColorBlendOperation_5; // System.Byte UnityEngine.Rendering.RenderTargetBlendState::m_AlphaBlendOperation uint8_t ___m_AlphaBlendOperation_6; // System.Byte UnityEngine.Rendering.RenderTargetBlendState::m_Padding uint8_t ___m_Padding_7; public: inline static int32_t get_offset_of_m_WriteMask_0() { return static_cast(offsetof(RenderTargetBlendState_tEFCC998AB00112AFCC263503C4F52E9F32048DBD, ___m_WriteMask_0)); } inline uint8_t get_m_WriteMask_0() const { return ___m_WriteMask_0; } inline uint8_t* get_address_of_m_WriteMask_0() { return &___m_WriteMask_0; } inline void set_m_WriteMask_0(uint8_t value) { ___m_WriteMask_0 = value; } inline static int32_t get_offset_of_m_SourceColorBlendMode_1() { return static_cast(offsetof(RenderTargetBlendState_tEFCC998AB00112AFCC263503C4F52E9F32048DBD, ___m_SourceColorBlendMode_1)); } inline uint8_t get_m_SourceColorBlendMode_1() const { return ___m_SourceColorBlendMode_1; } inline uint8_t* get_address_of_m_SourceColorBlendMode_1() { return &___m_SourceColorBlendMode_1; } inline void set_m_SourceColorBlendMode_1(uint8_t value) { ___m_SourceColorBlendMode_1 = value; } inline static int32_t get_offset_of_m_DestinationColorBlendMode_2() { return static_cast(offsetof(RenderTargetBlendState_tEFCC998AB00112AFCC263503C4F52E9F32048DBD, ___m_DestinationColorBlendMode_2)); } inline uint8_t get_m_DestinationColorBlendMode_2() const { return ___m_DestinationColorBlendMode_2; } inline uint8_t* get_address_of_m_DestinationColorBlendMode_2() { return &___m_DestinationColorBlendMode_2; } inline void set_m_DestinationColorBlendMode_2(uint8_t value) { ___m_DestinationColorBlendMode_2 = value; } inline static int32_t get_offset_of_m_SourceAlphaBlendMode_3() { return static_cast(offsetof(RenderTargetBlendState_tEFCC998AB00112AFCC263503C4F52E9F32048DBD, ___m_SourceAlphaBlendMode_3)); } inline uint8_t get_m_SourceAlphaBlendMode_3() const { return ___m_SourceAlphaBlendMode_3; } inline uint8_t* get_address_of_m_SourceAlphaBlendMode_3() { return &___m_SourceAlphaBlendMode_3; } inline void set_m_SourceAlphaBlendMode_3(uint8_t value) { ___m_SourceAlphaBlendMode_3 = value; } inline static int32_t get_offset_of_m_DestinationAlphaBlendMode_4() { return static_cast(offsetof(RenderTargetBlendState_tEFCC998AB00112AFCC263503C4F52E9F32048DBD, ___m_DestinationAlphaBlendMode_4)); } inline uint8_t get_m_DestinationAlphaBlendMode_4() const { return ___m_DestinationAlphaBlendMode_4; } inline uint8_t* get_address_of_m_DestinationAlphaBlendMode_4() { return &___m_DestinationAlphaBlendMode_4; } inline void set_m_DestinationAlphaBlendMode_4(uint8_t value) { ___m_DestinationAlphaBlendMode_4 = value; } inline static int32_t get_offset_of_m_ColorBlendOperation_5() { return static_cast(offsetof(RenderTargetBlendState_tEFCC998AB00112AFCC263503C4F52E9F32048DBD, ___m_ColorBlendOperation_5)); } inline uint8_t get_m_ColorBlendOperation_5() const { return ___m_ColorBlendOperation_5; } inline uint8_t* get_address_of_m_ColorBlendOperation_5() { return &___m_ColorBlendOperation_5; } inline void set_m_ColorBlendOperation_5(uint8_t value) { ___m_ColorBlendOperation_5 = value; } inline static int32_t get_offset_of_m_AlphaBlendOperation_6() { return static_cast(offsetof(RenderTargetBlendState_tEFCC998AB00112AFCC263503C4F52E9F32048DBD, ___m_AlphaBlendOperation_6)); } inline uint8_t get_m_AlphaBlendOperation_6() const { return ___m_AlphaBlendOperation_6; } inline uint8_t* get_address_of_m_AlphaBlendOperation_6() { return &___m_AlphaBlendOperation_6; } inline void set_m_AlphaBlendOperation_6(uint8_t value) { ___m_AlphaBlendOperation_6 = value; } inline static int32_t get_offset_of_m_Padding_7() { return static_cast(offsetof(RenderTargetBlendState_tEFCC998AB00112AFCC263503C4F52E9F32048DBD, ___m_Padding_7)); } inline uint8_t get_m_Padding_7() const { return ___m_Padding_7; } inline uint8_t* get_address_of_m_Padding_7() { return &___m_Padding_7; } inline void set_m_Padding_7(uint8_t value) { ___m_Padding_7 = value; } }; // UnityEngine.Experimental.Rendering.RenderGraphModule.RendererListHandle struct RendererListHandle_tE01EAF5A0A5029E4F66F3500446764B8D7D3224F { public: // System.Boolean UnityEngine.Experimental.Rendering.RenderGraphModule.RendererListHandle::m_IsValid bool ___m_IsValid_0; // System.Int32 UnityEngine.Experimental.Rendering.RenderGraphModule.RendererListHandle::k__BackingField int32_t ___U3ChandleU3Ek__BackingField_1; public: inline static int32_t get_offset_of_m_IsValid_0() { return static_cast(offsetof(RendererListHandle_tE01EAF5A0A5029E4F66F3500446764B8D7D3224F, ___m_IsValid_0)); } inline bool get_m_IsValid_0() const { return ___m_IsValid_0; } inline bool* get_address_of_m_IsValid_0() { return &___m_IsValid_0; } inline void set_m_IsValid_0(bool value) { ___m_IsValid_0 = value; } inline static int32_t get_offset_of_U3ChandleU3Ek__BackingField_1() { return static_cast(offsetof(RendererListHandle_tE01EAF5A0A5029E4F66F3500446764B8D7D3224F, ___U3ChandleU3Ek__BackingField_1)); } inline int32_t get_U3ChandleU3Ek__BackingField_1() const { return ___U3ChandleU3Ek__BackingField_1; } inline int32_t* get_address_of_U3ChandleU3Ek__BackingField_1() { return &___U3ChandleU3Ek__BackingField_1; } inline void set_U3ChandleU3Ek__BackingField_1(int32_t value) { ___U3ChandleU3Ek__BackingField_1 = value; } }; // Native definition for P/Invoke marshalling of UnityEngine.Experimental.Rendering.RenderGraphModule.RendererListHandle struct RendererListHandle_tE01EAF5A0A5029E4F66F3500446764B8D7D3224F_marshaled_pinvoke { int32_t ___m_IsValid_0; int32_t ___U3ChandleU3Ek__BackingField_1; }; // Native definition for COM marshalling of UnityEngine.Experimental.Rendering.RenderGraphModule.RendererListHandle struct RendererListHandle_tE01EAF5A0A5029E4F66F3500446764B8D7D3224F_marshaled_com { int32_t ___m_IsValid_0; int32_t ___U3ChandleU3Ek__BackingField_1; }; // System.Resources.ResourceLocator struct ResourceLocator_t3D496606F94367D5D6B24DA9DC0A3B46E6B53B11 { public: // System.Object System.Resources.ResourceLocator::_value RuntimeObject * ____value_0; // System.Int32 System.Resources.ResourceLocator::_dataPos int32_t ____dataPos_1; public: inline static int32_t get_offset_of__value_0() { return static_cast(offsetof(ResourceLocator_t3D496606F94367D5D6B24DA9DC0A3B46E6B53B11, ____value_0)); } inline RuntimeObject * get__value_0() const { return ____value_0; } inline RuntimeObject ** get_address_of__value_0() { return &____value_0; } inline void set__value_0(RuntimeObject * value) { ____value_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____value_0), (void*)value); } inline static int32_t get_offset_of__dataPos_1() { return static_cast(offsetof(ResourceLocator_t3D496606F94367D5D6B24DA9DC0A3B46E6B53B11, ____dataPos_1)); } inline int32_t get__dataPos_1() const { return ____dataPos_1; } inline int32_t* get_address_of__dataPos_1() { return &____dataPos_1; } inline void set__dataPos_1(int32_t value) { ____dataPos_1 = value; } }; // Native definition for P/Invoke marshalling of System.Resources.ResourceLocator struct ResourceLocator_t3D496606F94367D5D6B24DA9DC0A3B46E6B53B11_marshaled_pinvoke { Il2CppIUnknown* ____value_0; int32_t ____dataPos_1; }; // Native definition for COM marshalling of System.Resources.ResourceLocator struct ResourceLocator_t3D496606F94367D5D6B24DA9DC0A3B46E6B53B11_marshaled_com { Il2CppIUnknown* ____value_0; int32_t ____dataPos_1; }; // System.SByte struct SByte_t928712DD662DC29BA4FAAE8CE2230AFB23447F0B { public: // System.SByte System.SByte::m_value int8_t ___m_value_0; public: inline static int32_t get_offset_of_m_value_0() { return static_cast(offsetof(SByte_t928712DD662DC29BA4FAAE8CE2230AFB23447F0B, ___m_value_0)); } inline int8_t get_m_value_0() const { return ___m_value_0; } inline int8_t* get_address_of_m_value_0() { return &___m_value_0; } inline void set_m_value_0(int8_t value) { ___m_value_0 = value; } }; // UnityEngine.Windows.Speech.SemanticMeaning struct SemanticMeaning_t5AEB02C787CA22E278A1E6D32FDA7CCA378F86E3 { public: // System.String UnityEngine.Windows.Speech.SemanticMeaning::key String_t* ___key_0; // System.String[] UnityEngine.Windows.Speech.SemanticMeaning::values StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* ___values_1; public: inline static int32_t get_offset_of_key_0() { return static_cast(offsetof(SemanticMeaning_t5AEB02C787CA22E278A1E6D32FDA7CCA378F86E3, ___key_0)); } inline String_t* get_key_0() const { return ___key_0; } inline String_t** get_address_of_key_0() { return &___key_0; } inline void set_key_0(String_t* value) { ___key_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___key_0), (void*)value); } inline static int32_t get_offset_of_values_1() { return static_cast(offsetof(SemanticMeaning_t5AEB02C787CA22E278A1E6D32FDA7CCA378F86E3, ___values_1)); } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* get_values_1() const { return ___values_1; } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A** get_address_of_values_1() { return &___values_1; } inline void set_values_1(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* value) { ___values_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___values_1), (void*)value); } }; // Native definition for P/Invoke marshalling of UnityEngine.Windows.Speech.SemanticMeaning struct SemanticMeaning_t5AEB02C787CA22E278A1E6D32FDA7CCA378F86E3_marshaled_pinvoke { char* ___key_0; char** ___values_1; }; // Native definition for COM marshalling of UnityEngine.Windows.Speech.SemanticMeaning struct SemanticMeaning_t5AEB02C787CA22E278A1E6D32FDA7CCA378F86E3_marshaled_com { Il2CppChar* ___key_0; Il2CppChar** ___values_1; }; // UnityEngine.Rendering.ShaderKeyword struct ShaderKeyword_tB80AFAD38D643E44345A1EBEE584C064E2416972 { public: // System.Int32 UnityEngine.Rendering.ShaderKeyword::m_KeywordIndex int32_t ___m_KeywordIndex_0; public: inline static int32_t get_offset_of_m_KeywordIndex_0() { return static_cast(offsetof(ShaderKeyword_tB80AFAD38D643E44345A1EBEE584C064E2416972, ___m_KeywordIndex_0)); } inline int32_t get_m_KeywordIndex_0() const { return ___m_KeywordIndex_0; } inline int32_t* get_address_of_m_KeywordIndex_0() { return &___m_KeywordIndex_0; } inline void set_m_KeywordIndex_0(int32_t value) { ___m_KeywordIndex_0 = value; } }; // UnityEngine.Rendering.ShaderTagId struct ShaderTagId_t51914C89B8119195DACD234D1A624AAB7A07F795 { public: // System.Int32 UnityEngine.Rendering.ShaderTagId::m_Id int32_t ___m_Id_1; public: inline static int32_t get_offset_of_m_Id_1() { return static_cast(offsetof(ShaderTagId_t51914C89B8119195DACD234D1A624AAB7A07F795, ___m_Id_1)); } inline int32_t get_m_Id_1() const { return ___m_Id_1; } inline int32_t* get_address_of_m_Id_1() { return &___m_Id_1; } inline void set_m_Id_1(int32_t value) { ___m_Id_1 = value; } }; // System.Single struct Single_tE07797BA3C98D4CA9B5A19413C19A76688AB899E { public: // System.Single System.Single::m_value float ___m_value_0; public: inline static int32_t get_offset_of_m_value_0() { return static_cast(offsetof(Single_tE07797BA3C98D4CA9B5A19413C19A76688AB899E, ___m_value_0)); } inline float get_m_value_0() const { return ___m_value_0; } inline float* get_address_of_m_value_0() { return &___m_value_0; } inline void set_m_value_0(float value) { ___m_value_0 = value; } }; // UnityEngine.SortingLayer struct SortingLayer_tC1C56343D7E889D6E4E8CA9618F0ED488BA2F19B { public: // System.Int32 UnityEngine.SortingLayer::m_Id int32_t ___m_Id_0; public: inline static int32_t get_offset_of_m_Id_0() { return static_cast(offsetof(SortingLayer_tC1C56343D7E889D6E4E8CA9618F0ED488BA2F19B, ___m_Id_0)); } inline int32_t get_m_Id_0() const { return ___m_Id_0; } inline int32_t* get_address_of_m_Id_0() { return &___m_Id_0; } inline void set_m_Id_0(int32_t value) { ___m_Id_0 = value; } }; // UnityEngine.Rendering.SortingLayerRange struct SortingLayerRange_t76843DC7CABEBDAFC0A767E3BF32CF381833AFC9 { public: // System.Int16 UnityEngine.Rendering.SortingLayerRange::m_LowerBound int16_t ___m_LowerBound_0; // System.Int16 UnityEngine.Rendering.SortingLayerRange::m_UpperBound int16_t ___m_UpperBound_1; public: inline static int32_t get_offset_of_m_LowerBound_0() { return static_cast(offsetof(SortingLayerRange_t76843DC7CABEBDAFC0A767E3BF32CF381833AFC9, ___m_LowerBound_0)); } inline int16_t get_m_LowerBound_0() const { return ___m_LowerBound_0; } inline int16_t* get_address_of_m_LowerBound_0() { return &___m_LowerBound_0; } inline void set_m_LowerBound_0(int16_t value) { ___m_LowerBound_0 = value; } inline static int32_t get_offset_of_m_UpperBound_1() { return static_cast(offsetof(SortingLayerRange_t76843DC7CABEBDAFC0A767E3BF32CF381833AFC9, ___m_UpperBound_1)); } inline int16_t get_m_UpperBound_1() const { return ___m_UpperBound_1; } inline int16_t* get_address_of_m_UpperBound_1() { return &___m_UpperBound_1; } inline void set_m_UpperBound_1(int16_t value) { ___m_UpperBound_1 = value; } }; // UnityEngine.UI.SpriteState struct SpriteState_t9024961148433175CE2F3D9E8E9239A8B1CAB15E { public: // UnityEngine.Sprite UnityEngine.UI.SpriteState::m_HighlightedSprite Sprite_t5B10B1178EC2E6F53D33FFD77557F31C08A51ED9 * ___m_HighlightedSprite_0; // UnityEngine.Sprite UnityEngine.UI.SpriteState::m_PressedSprite Sprite_t5B10B1178EC2E6F53D33FFD77557F31C08A51ED9 * ___m_PressedSprite_1; // UnityEngine.Sprite UnityEngine.UI.SpriteState::m_SelectedSprite Sprite_t5B10B1178EC2E6F53D33FFD77557F31C08A51ED9 * ___m_SelectedSprite_2; // UnityEngine.Sprite UnityEngine.UI.SpriteState::m_DisabledSprite Sprite_t5B10B1178EC2E6F53D33FFD77557F31C08A51ED9 * ___m_DisabledSprite_3; public: inline static int32_t get_offset_of_m_HighlightedSprite_0() { return static_cast(offsetof(SpriteState_t9024961148433175CE2F3D9E8E9239A8B1CAB15E, ___m_HighlightedSprite_0)); } inline Sprite_t5B10B1178EC2E6F53D33FFD77557F31C08A51ED9 * get_m_HighlightedSprite_0() const { return ___m_HighlightedSprite_0; } inline Sprite_t5B10B1178EC2E6F53D33FFD77557F31C08A51ED9 ** get_address_of_m_HighlightedSprite_0() { return &___m_HighlightedSprite_0; } inline void set_m_HighlightedSprite_0(Sprite_t5B10B1178EC2E6F53D33FFD77557F31C08A51ED9 * value) { ___m_HighlightedSprite_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_HighlightedSprite_0), (void*)value); } inline static int32_t get_offset_of_m_PressedSprite_1() { return static_cast(offsetof(SpriteState_t9024961148433175CE2F3D9E8E9239A8B1CAB15E, ___m_PressedSprite_1)); } inline Sprite_t5B10B1178EC2E6F53D33FFD77557F31C08A51ED9 * get_m_PressedSprite_1() const { return ___m_PressedSprite_1; } inline Sprite_t5B10B1178EC2E6F53D33FFD77557F31C08A51ED9 ** get_address_of_m_PressedSprite_1() { return &___m_PressedSprite_1; } inline void set_m_PressedSprite_1(Sprite_t5B10B1178EC2E6F53D33FFD77557F31C08A51ED9 * value) { ___m_PressedSprite_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_PressedSprite_1), (void*)value); } inline static int32_t get_offset_of_m_SelectedSprite_2() { return static_cast(offsetof(SpriteState_t9024961148433175CE2F3D9E8E9239A8B1CAB15E, ___m_SelectedSprite_2)); } inline Sprite_t5B10B1178EC2E6F53D33FFD77557F31C08A51ED9 * get_m_SelectedSprite_2() const { return ___m_SelectedSprite_2; } inline Sprite_t5B10B1178EC2E6F53D33FFD77557F31C08A51ED9 ** get_address_of_m_SelectedSprite_2() { return &___m_SelectedSprite_2; } inline void set_m_SelectedSprite_2(Sprite_t5B10B1178EC2E6F53D33FFD77557F31C08A51ED9 * value) { ___m_SelectedSprite_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_SelectedSprite_2), (void*)value); } inline static int32_t get_offset_of_m_DisabledSprite_3() { return static_cast(offsetof(SpriteState_t9024961148433175CE2F3D9E8E9239A8B1CAB15E, ___m_DisabledSprite_3)); } inline Sprite_t5B10B1178EC2E6F53D33FFD77557F31C08A51ED9 * get_m_DisabledSprite_3() const { return ___m_DisabledSprite_3; } inline Sprite_t5B10B1178EC2E6F53D33FFD77557F31C08A51ED9 ** get_address_of_m_DisabledSprite_3() { return &___m_DisabledSprite_3; } inline void set_m_DisabledSprite_3(Sprite_t5B10B1178EC2E6F53D33FFD77557F31C08A51ED9 * value) { ___m_DisabledSprite_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_DisabledSprite_3), (void*)value); } }; // Native definition for P/Invoke marshalling of UnityEngine.UI.SpriteState struct SpriteState_t9024961148433175CE2F3D9E8E9239A8B1CAB15E_marshaled_pinvoke { Sprite_t5B10B1178EC2E6F53D33FFD77557F31C08A51ED9 * ___m_HighlightedSprite_0; Sprite_t5B10B1178EC2E6F53D33FFD77557F31C08A51ED9 * ___m_PressedSprite_1; Sprite_t5B10B1178EC2E6F53D33FFD77557F31C08A51ED9 * ___m_SelectedSprite_2; Sprite_t5B10B1178EC2E6F53D33FFD77557F31C08A51ED9 * ___m_DisabledSprite_3; }; // Native definition for COM marshalling of UnityEngine.UI.SpriteState struct SpriteState_t9024961148433175CE2F3D9E8E9239A8B1CAB15E_marshaled_com { Sprite_t5B10B1178EC2E6F53D33FFD77557F31C08A51ED9 * ___m_HighlightedSprite_0; Sprite_t5B10B1178EC2E6F53D33FFD77557F31C08A51ED9 * ___m_PressedSprite_1; Sprite_t5B10B1178EC2E6F53D33FFD77557F31C08A51ED9 * ___m_SelectedSprite_2; Sprite_t5B10B1178EC2E6F53D33FFD77557F31C08A51ED9 * ___m_DisabledSprite_3; }; // UnityEngine.Rendering.StencilState struct StencilState_tB28C694E61104FAA8E48C56B6604DCA7911DB007 { public: // System.Byte UnityEngine.Rendering.StencilState::m_Enabled uint8_t ___m_Enabled_0; // System.Byte UnityEngine.Rendering.StencilState::m_ReadMask uint8_t ___m_ReadMask_1; // System.Byte UnityEngine.Rendering.StencilState::m_WriteMask uint8_t ___m_WriteMask_2; // System.Byte UnityEngine.Rendering.StencilState::m_Padding uint8_t ___m_Padding_3; // System.Byte UnityEngine.Rendering.StencilState::m_CompareFunctionFront uint8_t ___m_CompareFunctionFront_4; // System.Byte UnityEngine.Rendering.StencilState::m_PassOperationFront uint8_t ___m_PassOperationFront_5; // System.Byte UnityEngine.Rendering.StencilState::m_FailOperationFront uint8_t ___m_FailOperationFront_6; // System.Byte UnityEngine.Rendering.StencilState::m_ZFailOperationFront uint8_t ___m_ZFailOperationFront_7; // System.Byte UnityEngine.Rendering.StencilState::m_CompareFunctionBack uint8_t ___m_CompareFunctionBack_8; // System.Byte UnityEngine.Rendering.StencilState::m_PassOperationBack uint8_t ___m_PassOperationBack_9; // System.Byte UnityEngine.Rendering.StencilState::m_FailOperationBack uint8_t ___m_FailOperationBack_10; // System.Byte UnityEngine.Rendering.StencilState::m_ZFailOperationBack uint8_t ___m_ZFailOperationBack_11; public: inline static int32_t get_offset_of_m_Enabled_0() { return static_cast(offsetof(StencilState_tB28C694E61104FAA8E48C56B6604DCA7911DB007, ___m_Enabled_0)); } inline uint8_t get_m_Enabled_0() const { return ___m_Enabled_0; } inline uint8_t* get_address_of_m_Enabled_0() { return &___m_Enabled_0; } inline void set_m_Enabled_0(uint8_t value) { ___m_Enabled_0 = value; } inline static int32_t get_offset_of_m_ReadMask_1() { return static_cast(offsetof(StencilState_tB28C694E61104FAA8E48C56B6604DCA7911DB007, ___m_ReadMask_1)); } inline uint8_t get_m_ReadMask_1() const { return ___m_ReadMask_1; } inline uint8_t* get_address_of_m_ReadMask_1() { return &___m_ReadMask_1; } inline void set_m_ReadMask_1(uint8_t value) { ___m_ReadMask_1 = value; } inline static int32_t get_offset_of_m_WriteMask_2() { return static_cast(offsetof(StencilState_tB28C694E61104FAA8E48C56B6604DCA7911DB007, ___m_WriteMask_2)); } inline uint8_t get_m_WriteMask_2() const { return ___m_WriteMask_2; } inline uint8_t* get_address_of_m_WriteMask_2() { return &___m_WriteMask_2; } inline void set_m_WriteMask_2(uint8_t value) { ___m_WriteMask_2 = value; } inline static int32_t get_offset_of_m_Padding_3() { return static_cast(offsetof(StencilState_tB28C694E61104FAA8E48C56B6604DCA7911DB007, ___m_Padding_3)); } inline uint8_t get_m_Padding_3() const { return ___m_Padding_3; } inline uint8_t* get_address_of_m_Padding_3() { return &___m_Padding_3; } inline void set_m_Padding_3(uint8_t value) { ___m_Padding_3 = value; } inline static int32_t get_offset_of_m_CompareFunctionFront_4() { return static_cast(offsetof(StencilState_tB28C694E61104FAA8E48C56B6604DCA7911DB007, ___m_CompareFunctionFront_4)); } inline uint8_t get_m_CompareFunctionFront_4() const { return ___m_CompareFunctionFront_4; } inline uint8_t* get_address_of_m_CompareFunctionFront_4() { return &___m_CompareFunctionFront_4; } inline void set_m_CompareFunctionFront_4(uint8_t value) { ___m_CompareFunctionFront_4 = value; } inline static int32_t get_offset_of_m_PassOperationFront_5() { return static_cast(offsetof(StencilState_tB28C694E61104FAA8E48C56B6604DCA7911DB007, ___m_PassOperationFront_5)); } inline uint8_t get_m_PassOperationFront_5() const { return ___m_PassOperationFront_5; } inline uint8_t* get_address_of_m_PassOperationFront_5() { return &___m_PassOperationFront_5; } inline void set_m_PassOperationFront_5(uint8_t value) { ___m_PassOperationFront_5 = value; } inline static int32_t get_offset_of_m_FailOperationFront_6() { return static_cast(offsetof(StencilState_tB28C694E61104FAA8E48C56B6604DCA7911DB007, ___m_FailOperationFront_6)); } inline uint8_t get_m_FailOperationFront_6() const { return ___m_FailOperationFront_6; } inline uint8_t* get_address_of_m_FailOperationFront_6() { return &___m_FailOperationFront_6; } inline void set_m_FailOperationFront_6(uint8_t value) { ___m_FailOperationFront_6 = value; } inline static int32_t get_offset_of_m_ZFailOperationFront_7() { return static_cast(offsetof(StencilState_tB28C694E61104FAA8E48C56B6604DCA7911DB007, ___m_ZFailOperationFront_7)); } inline uint8_t get_m_ZFailOperationFront_7() const { return ___m_ZFailOperationFront_7; } inline uint8_t* get_address_of_m_ZFailOperationFront_7() { return &___m_ZFailOperationFront_7; } inline void set_m_ZFailOperationFront_7(uint8_t value) { ___m_ZFailOperationFront_7 = value; } inline static int32_t get_offset_of_m_CompareFunctionBack_8() { return static_cast(offsetof(StencilState_tB28C694E61104FAA8E48C56B6604DCA7911DB007, ___m_CompareFunctionBack_8)); } inline uint8_t get_m_CompareFunctionBack_8() const { return ___m_CompareFunctionBack_8; } inline uint8_t* get_address_of_m_CompareFunctionBack_8() { return &___m_CompareFunctionBack_8; } inline void set_m_CompareFunctionBack_8(uint8_t value) { ___m_CompareFunctionBack_8 = value; } inline static int32_t get_offset_of_m_PassOperationBack_9() { return static_cast(offsetof(StencilState_tB28C694E61104FAA8E48C56B6604DCA7911DB007, ___m_PassOperationBack_9)); } inline uint8_t get_m_PassOperationBack_9() const { return ___m_PassOperationBack_9; } inline uint8_t* get_address_of_m_PassOperationBack_9() { return &___m_PassOperationBack_9; } inline void set_m_PassOperationBack_9(uint8_t value) { ___m_PassOperationBack_9 = value; } inline static int32_t get_offset_of_m_FailOperationBack_10() { return static_cast(offsetof(StencilState_tB28C694E61104FAA8E48C56B6604DCA7911DB007, ___m_FailOperationBack_10)); } inline uint8_t get_m_FailOperationBack_10() const { return ___m_FailOperationBack_10; } inline uint8_t* get_address_of_m_FailOperationBack_10() { return &___m_FailOperationBack_10; } inline void set_m_FailOperationBack_10(uint8_t value) { ___m_FailOperationBack_10 = value; } inline static int32_t get_offset_of_m_ZFailOperationBack_11() { return static_cast(offsetof(StencilState_tB28C694E61104FAA8E48C56B6604DCA7911DB007, ___m_ZFailOperationBack_11)); } inline uint8_t get_m_ZFailOperationBack_11() const { return ___m_ZFailOperationBack_11; } inline uint8_t* get_address_of_m_ZFailOperationBack_11() { return &___m_ZFailOperationBack_11; } inline void set_m_ZFailOperationBack_11(uint8_t value) { ___m_ZFailOperationBack_11 = value; } }; // UnityEngine.InputSystem.Utilities.Substring struct Substring_t9EE457D8CFFFB970B2967B31E9D9AB465415571F { public: // System.String UnityEngine.InputSystem.Utilities.Substring::m_String String_t* ___m_String_0; // System.Int32 UnityEngine.InputSystem.Utilities.Substring::m_Index int32_t ___m_Index_1; // System.Int32 UnityEngine.InputSystem.Utilities.Substring::m_Length int32_t ___m_Length_2; public: inline static int32_t get_offset_of_m_String_0() { return static_cast(offsetof(Substring_t9EE457D8CFFFB970B2967B31E9D9AB465415571F, ___m_String_0)); } inline String_t* get_m_String_0() const { return ___m_String_0; } inline String_t** get_address_of_m_String_0() { return &___m_String_0; } inline void set_m_String_0(String_t* value) { ___m_String_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_String_0), (void*)value); } inline static int32_t get_offset_of_m_Index_1() { return static_cast(offsetof(Substring_t9EE457D8CFFFB970B2967B31E9D9AB465415571F, ___m_Index_1)); } inline int32_t get_m_Index_1() const { return ___m_Index_1; } inline int32_t* get_address_of_m_Index_1() { return &___m_Index_1; } inline void set_m_Index_1(int32_t value) { ___m_Index_1 = value; } inline static int32_t get_offset_of_m_Length_2() { return static_cast(offsetof(Substring_t9EE457D8CFFFB970B2967B31E9D9AB465415571F, ___m_Length_2)); } inline int32_t get_m_Length_2() const { return ___m_Length_2; } inline int32_t* get_address_of_m_Length_2() { return &___m_Length_2; } inline void set_m_Length_2(int32_t value) { ___m_Length_2 = value; } }; // Native definition for P/Invoke marshalling of UnityEngine.InputSystem.Utilities.Substring struct Substring_t9EE457D8CFFFB970B2967B31E9D9AB465415571F_marshaled_pinvoke { char* ___m_String_0; int32_t ___m_Index_1; int32_t ___m_Length_2; }; // Native definition for COM marshalling of UnityEngine.InputSystem.Utilities.Substring struct Substring_t9EE457D8CFFFB970B2967B31E9D9AB465415571F_marshaled_com { Il2CppChar* ___m_String_0; int32_t ___m_Index_1; int32_t ___m_Length_2; }; // UnityEngine.UILineInfo struct UILineInfo_tD082FF4894030AD4EBF57ACF6A997135E4B8B67C { public: // System.Int32 UnityEngine.UILineInfo::startCharIdx int32_t ___startCharIdx_0; // System.Int32 UnityEngine.UILineInfo::height int32_t ___height_1; // System.Single UnityEngine.UILineInfo::topY float ___topY_2; // System.Single UnityEngine.UILineInfo::leading float ___leading_3; public: inline static int32_t get_offset_of_startCharIdx_0() { return static_cast(offsetof(UILineInfo_tD082FF4894030AD4EBF57ACF6A997135E4B8B67C, ___startCharIdx_0)); } inline int32_t get_startCharIdx_0() const { return ___startCharIdx_0; } inline int32_t* get_address_of_startCharIdx_0() { return &___startCharIdx_0; } inline void set_startCharIdx_0(int32_t value) { ___startCharIdx_0 = value; } inline static int32_t get_offset_of_height_1() { return static_cast(offsetof(UILineInfo_tD082FF4894030AD4EBF57ACF6A997135E4B8B67C, ___height_1)); } inline int32_t get_height_1() const { return ___height_1; } inline int32_t* get_address_of_height_1() { return &___height_1; } inline void set_height_1(int32_t value) { ___height_1 = value; } inline static int32_t get_offset_of_topY_2() { return static_cast(offsetof(UILineInfo_tD082FF4894030AD4EBF57ACF6A997135E4B8B67C, ___topY_2)); } inline float get_topY_2() const { return ___topY_2; } inline float* get_address_of_topY_2() { return &___topY_2; } inline void set_topY_2(float value) { ___topY_2 = value; } inline static int32_t get_offset_of_leading_3() { return static_cast(offsetof(UILineInfo_tD082FF4894030AD4EBF57ACF6A997135E4B8B67C, ___leading_3)); } inline float get_leading_3() const { return ___leading_3; } inline float* get_address_of_leading_3() { return &___leading_3; } inline void set_leading_3(float value) { ___leading_3 = value; } }; // System.UInt16 struct UInt16_t894EA9D4FB7C799B244E7BBF2DF0EEEDBC77A8BD { public: // System.UInt16 System.UInt16::m_value uint16_t ___m_value_0; public: inline static int32_t get_offset_of_m_value_0() { return static_cast(offsetof(UInt16_t894EA9D4FB7C799B244E7BBF2DF0EEEDBC77A8BD, ___m_value_0)); } inline uint16_t get_m_value_0() const { return ___m_value_0; } inline uint16_t* get_address_of_m_value_0() { return &___m_value_0; } inline void set_m_value_0(uint16_t value) { ___m_value_0 = value; } }; // System.UInt32 struct UInt32_tE60352A06233E4E69DD198BCC67142159F686B15 { public: // System.UInt32 System.UInt32::m_value uint32_t ___m_value_0; public: inline static int32_t get_offset_of_m_value_0() { return static_cast(offsetof(UInt32_tE60352A06233E4E69DD198BCC67142159F686B15, ___m_value_0)); } inline uint32_t get_m_value_0() const { return ___m_value_0; } inline uint32_t* get_address_of_m_value_0() { return &___m_value_0; } inline void set_m_value_0(uint32_t value) { ___m_value_0 = value; } }; // System.UInt64 struct UInt64_tEC57511B3E3CA2DBA1BEBD434C6983E31C943281 { public: // System.UInt64 System.UInt64::m_value uint64_t ___m_value_0; public: inline static int32_t get_offset_of_m_value_0() { return static_cast(offsetof(UInt64_tEC57511B3E3CA2DBA1BEBD434C6983E31C943281, ___m_value_0)); } inline uint64_t get_m_value_0() const { return ___m_value_0; } inline uint64_t* get_address_of_m_value_0() { return &___m_value_0; } inline void set_m_value_0(uint64_t value) { ___m_value_0 = value; } }; // System.UIntPtr struct UIntPtr_t { public: // System.Void* System.UIntPtr::_pointer void* ____pointer_1; public: inline static int32_t get_offset_of__pointer_1() { return static_cast(offsetof(UIntPtr_t, ____pointer_1)); } inline void* get__pointer_1() const { return ____pointer_1; } inline void** get_address_of__pointer_1() { return &____pointer_1; } inline void set__pointer_1(void* value) { ____pointer_1 = value; } }; // UnityEngine.InputSystem.XR.UsageHint struct UsageHint_t805FD503109F70ACEFDAA6DDB7B693DFB97120CE { public: // System.String UnityEngine.InputSystem.XR.UsageHint::content String_t* ___content_0; public: inline static int32_t get_offset_of_content_0() { return static_cast(offsetof(UsageHint_t805FD503109F70ACEFDAA6DDB7B693DFB97120CE, ___content_0)); } inline String_t* get_content_0() const { return ___content_0; } inline String_t** get_address_of_content_0() { return &___content_0; } inline void set_content_0(String_t* value) { ___content_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___content_0), (void*)value); } }; // Native definition for P/Invoke marshalling of UnityEngine.InputSystem.XR.UsageHint struct UsageHint_t805FD503109F70ACEFDAA6DDB7B693DFB97120CE_marshaled_pinvoke { char* ___content_0; }; // Native definition for COM marshalling of UnityEngine.InputSystem.XR.UsageHint struct UsageHint_t805FD503109F70ACEFDAA6DDB7B693DFB97120CE_marshaled_com { Il2CppChar* ___content_0; }; // FMOD.VECTOR struct VECTOR_tF39F3D310C168EBC05F4E9E1718300A72E6BDD2B { public: // System.Single FMOD.VECTOR::x float ___x_0; // System.Single FMOD.VECTOR::y float ___y_1; // System.Single FMOD.VECTOR::z float ___z_2; public: inline static int32_t get_offset_of_x_0() { return static_cast(offsetof(VECTOR_tF39F3D310C168EBC05F4E9E1718300A72E6BDD2B, ___x_0)); } inline float get_x_0() const { return ___x_0; } inline float* get_address_of_x_0() { return &___x_0; } inline void set_x_0(float value) { ___x_0 = value; } inline static int32_t get_offset_of_y_1() { return static_cast(offsetof(VECTOR_tF39F3D310C168EBC05F4E9E1718300A72E6BDD2B, ___y_1)); } inline float get_y_1() const { return ___y_1; } inline float* get_address_of_y_1() { return &___y_1; } inline void set_y_1(float value) { ___y_1 = value; } inline static int32_t get_offset_of_z_2() { return static_cast(offsetof(VECTOR_tF39F3D310C168EBC05F4E9E1718300A72E6BDD2B, ___z_2)); } inline float get_z_2() const { return ___z_2; } inline float* get_address_of_z_2() { return &___z_2; } inline void set_z_2(float value) { ___z_2 = value; } }; // OVR.OpenVR.VRActiveActionSet_t struct VRActiveActionSet_t_t7374CA8BBF565E4F5CE4BF09A8D6E7D1A15B33FC { public: // System.UInt64 OVR.OpenVR.VRActiveActionSet_t::ulActionSet uint64_t ___ulActionSet_0; // System.UInt64 OVR.OpenVR.VRActiveActionSet_t::ulRestrictedToDevice uint64_t ___ulRestrictedToDevice_1; // System.UInt64 OVR.OpenVR.VRActiveActionSet_t::ulSecondaryActionSet uint64_t ___ulSecondaryActionSet_2; // System.UInt32 OVR.OpenVR.VRActiveActionSet_t::unPadding uint32_t ___unPadding_3; // System.Int32 OVR.OpenVR.VRActiveActionSet_t::nPriority int32_t ___nPriority_4; public: inline static int32_t get_offset_of_ulActionSet_0() { return static_cast(offsetof(VRActiveActionSet_t_t7374CA8BBF565E4F5CE4BF09A8D6E7D1A15B33FC, ___ulActionSet_0)); } inline uint64_t get_ulActionSet_0() const { return ___ulActionSet_0; } inline uint64_t* get_address_of_ulActionSet_0() { return &___ulActionSet_0; } inline void set_ulActionSet_0(uint64_t value) { ___ulActionSet_0 = value; } inline static int32_t get_offset_of_ulRestrictedToDevice_1() { return static_cast(offsetof(VRActiveActionSet_t_t7374CA8BBF565E4F5CE4BF09A8D6E7D1A15B33FC, ___ulRestrictedToDevice_1)); } inline uint64_t get_ulRestrictedToDevice_1() const { return ___ulRestrictedToDevice_1; } inline uint64_t* get_address_of_ulRestrictedToDevice_1() { return &___ulRestrictedToDevice_1; } inline void set_ulRestrictedToDevice_1(uint64_t value) { ___ulRestrictedToDevice_1 = value; } inline static int32_t get_offset_of_ulSecondaryActionSet_2() { return static_cast(offsetof(VRActiveActionSet_t_t7374CA8BBF565E4F5CE4BF09A8D6E7D1A15B33FC, ___ulSecondaryActionSet_2)); } inline uint64_t get_ulSecondaryActionSet_2() const { return ___ulSecondaryActionSet_2; } inline uint64_t* get_address_of_ulSecondaryActionSet_2() { return &___ulSecondaryActionSet_2; } inline void set_ulSecondaryActionSet_2(uint64_t value) { ___ulSecondaryActionSet_2 = value; } inline static int32_t get_offset_of_unPadding_3() { return static_cast(offsetof(VRActiveActionSet_t_t7374CA8BBF565E4F5CE4BF09A8D6E7D1A15B33FC, ___unPadding_3)); } inline uint32_t get_unPadding_3() const { return ___unPadding_3; } inline uint32_t* get_address_of_unPadding_3() { return &___unPadding_3; } inline void set_unPadding_3(uint32_t value) { ___unPadding_3 = value; } inline static int32_t get_offset_of_nPriority_4() { return static_cast(offsetof(VRActiveActionSet_t_t7374CA8BBF565E4F5CE4BF09A8D6E7D1A15B33FC, ___nPriority_4)); } inline int32_t get_nPriority_4() const { return ___nPriority_4; } inline int32_t* get_address_of_nPriority_4() { return &___nPriority_4; } inline void set_nPriority_4(int32_t value) { ___nPriority_4 = value; } }; // OVR.OpenVR.VRControllerAxis_t struct VRControllerAxis_t_t33B45527C50B1B1261A723C96BCBCA6F44B7EF4A { public: // System.Single OVR.OpenVR.VRControllerAxis_t::x float ___x_0; // System.Single OVR.OpenVR.VRControllerAxis_t::y float ___y_1; public: inline static int32_t get_offset_of_x_0() { return static_cast(offsetof(VRControllerAxis_t_t33B45527C50B1B1261A723C96BCBCA6F44B7EF4A, ___x_0)); } inline float get_x_0() const { return ___x_0; } inline float* get_address_of_x_0() { return &___x_0; } inline void set_x_0(float value) { ___x_0 = value; } inline static int32_t get_offset_of_y_1() { return static_cast(offsetof(VRControllerAxis_t_t33B45527C50B1B1261A723C96BCBCA6F44B7EF4A, ___y_1)); } inline float get_y_1() const { return ___y_1; } inline float* get_address_of_y_1() { return &___y_1; } inline void set_y_1(float value) { ___y_1 = value; } }; // UnityEngine.Experimental.Rendering.Universal.LibTessDotNet.Vec3 struct Vec3_tDD913B31171F6A37E61E4625FEA6C7901A6B1BC1 { public: // System.Single UnityEngine.Experimental.Rendering.Universal.LibTessDotNet.Vec3::X float ___X_1; // System.Single UnityEngine.Experimental.Rendering.Universal.LibTessDotNet.Vec3::Y float ___Y_2; // System.Single UnityEngine.Experimental.Rendering.Universal.LibTessDotNet.Vec3::Z float ___Z_3; public: inline static int32_t get_offset_of_X_1() { return static_cast(offsetof(Vec3_tDD913B31171F6A37E61E4625FEA6C7901A6B1BC1, ___X_1)); } inline float get_X_1() const { return ___X_1; } inline float* get_address_of_X_1() { return &___X_1; } inline void set_X_1(float value) { ___X_1 = value; } inline static int32_t get_offset_of_Y_2() { return static_cast(offsetof(Vec3_tDD913B31171F6A37E61E4625FEA6C7901A6B1BC1, ___Y_2)); } inline float get_Y_2() const { return ___Y_2; } inline float* get_address_of_Y_2() { return &___Y_2; } inline void set_Y_2(float value) { ___Y_2 = value; } inline static int32_t get_offset_of_Z_3() { return static_cast(offsetof(Vec3_tDD913B31171F6A37E61E4625FEA6C7901A6B1BC1, ___Z_3)); } inline float get_Z_3() const { return ___Z_3; } inline float* get_address_of_Z_3() { return &___Z_3; } inline void set_Z_3(float value) { ___Z_3 = value; } }; // UnityEngine.Vector2 struct Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 { public: // System.Single UnityEngine.Vector2::x float ___x_0; // System.Single UnityEngine.Vector2::y float ___y_1; public: inline static int32_t get_offset_of_x_0() { return static_cast(offsetof(Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9, ___x_0)); } inline float get_x_0() const { return ___x_0; } inline float* get_address_of_x_0() { return &___x_0; } inline void set_x_0(float value) { ___x_0 = value; } inline static int32_t get_offset_of_y_1() { return static_cast(offsetof(Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9, ___y_1)); } inline float get_y_1() const { return ___y_1; } inline float* get_address_of_y_1() { return &___y_1; } inline void set_y_1(float value) { ___y_1 = value; } }; // UnityEngine.Vector3 struct Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E { public: // System.Single UnityEngine.Vector3::x float ___x_2; // System.Single UnityEngine.Vector3::y float ___y_3; // System.Single UnityEngine.Vector3::z float ___z_4; public: inline static int32_t get_offset_of_x_2() { return static_cast(offsetof(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E, ___x_2)); } inline float get_x_2() const { return ___x_2; } inline float* get_address_of_x_2() { return &___x_2; } inline void set_x_2(float value) { ___x_2 = value; } inline static int32_t get_offset_of_y_3() { return static_cast(offsetof(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E, ___y_3)); } inline float get_y_3() const { return ___y_3; } inline float* get_address_of_y_3() { return &___y_3; } inline void set_y_3(float value) { ___y_3 = value; } inline static int32_t get_offset_of_z_4() { return static_cast(offsetof(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E, ___z_4)); } inline float get_z_4() const { return ___z_4; } inline float* get_address_of_z_4() { return &___z_4; } inline void set_z_4(float value) { ___z_4 = value; } }; // UnityEngine.Vector4 struct Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 { public: // System.Single UnityEngine.Vector4::x float ___x_1; // System.Single UnityEngine.Vector4::y float ___y_2; // System.Single UnityEngine.Vector4::z float ___z_3; // System.Single UnityEngine.Vector4::w float ___w_4; public: inline static int32_t get_offset_of_x_1() { return static_cast(offsetof(Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7, ___x_1)); } inline float get_x_1() const { return ___x_1; } inline float* get_address_of_x_1() { return &___x_1; } inline void set_x_1(float value) { ___x_1 = value; } inline static int32_t get_offset_of_y_2() { return static_cast(offsetof(Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7, ___y_2)); } inline float get_y_2() const { return ___y_2; } inline float* get_address_of_y_2() { return &___y_2; } inline void set_y_2(float value) { ___y_2 = value; } inline static int32_t get_offset_of_z_3() { return static_cast(offsetof(Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7, ___z_3)); } inline float get_z_3() const { return ___z_3; } inline float* get_address_of_z_3() { return &___z_3; } inline void set_z_3(float value) { ___z_3 = value; } inline static int32_t get_offset_of_w_4() { return static_cast(offsetof(Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7, ___w_4)); } inline float get_w_4() const { return ___w_4; } inline float* get_address_of_w_4() { return &___w_4; } inline void set_w_4(float value) { ___w_4 = value; } }; // System.Void struct Void_t700C6383A2A510C2CF4DD86DABD5CA9FF70ADAC5 { public: union { struct { }; uint8_t Void_t700C6383A2A510C2CF4DD86DABD5CA9FF70ADAC5__padding[1]; }; public: }; // MS.Internal.Xml.Cache.XPathNode struct XPathNode_t8136D06F11AFD28E2F7CF363AD9198C32FA0FEF7 { public: // MS.Internal.Xml.Cache.XPathNodeInfoAtom MS.Internal.Xml.Cache.XPathNode::info XPathNodeInfoAtom_tD28503461CDC6B0676C301A1559C7530C8D129C6 * ___info_0; // System.UInt16 MS.Internal.Xml.Cache.XPathNode::idxSibling uint16_t ___idxSibling_1; // System.UInt16 MS.Internal.Xml.Cache.XPathNode::idxParent uint16_t ___idxParent_2; // System.UInt16 MS.Internal.Xml.Cache.XPathNode::idxSimilar uint16_t ___idxSimilar_3; // System.UInt16 MS.Internal.Xml.Cache.XPathNode::posOffset uint16_t ___posOffset_4; // System.UInt32 MS.Internal.Xml.Cache.XPathNode::props uint32_t ___props_5; // System.String MS.Internal.Xml.Cache.XPathNode::value String_t* ___value_6; public: inline static int32_t get_offset_of_info_0() { return static_cast(offsetof(XPathNode_t8136D06F11AFD28E2F7CF363AD9198C32FA0FEF7, ___info_0)); } inline XPathNodeInfoAtom_tD28503461CDC6B0676C301A1559C7530C8D129C6 * get_info_0() const { return ___info_0; } inline XPathNodeInfoAtom_tD28503461CDC6B0676C301A1559C7530C8D129C6 ** get_address_of_info_0() { return &___info_0; } inline void set_info_0(XPathNodeInfoAtom_tD28503461CDC6B0676C301A1559C7530C8D129C6 * value) { ___info_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___info_0), (void*)value); } inline static int32_t get_offset_of_idxSibling_1() { return static_cast(offsetof(XPathNode_t8136D06F11AFD28E2F7CF363AD9198C32FA0FEF7, ___idxSibling_1)); } inline uint16_t get_idxSibling_1() const { return ___idxSibling_1; } inline uint16_t* get_address_of_idxSibling_1() { return &___idxSibling_1; } inline void set_idxSibling_1(uint16_t value) { ___idxSibling_1 = value; } inline static int32_t get_offset_of_idxParent_2() { return static_cast(offsetof(XPathNode_t8136D06F11AFD28E2F7CF363AD9198C32FA0FEF7, ___idxParent_2)); } inline uint16_t get_idxParent_2() const { return ___idxParent_2; } inline uint16_t* get_address_of_idxParent_2() { return &___idxParent_2; } inline void set_idxParent_2(uint16_t value) { ___idxParent_2 = value; } inline static int32_t get_offset_of_idxSimilar_3() { return static_cast(offsetof(XPathNode_t8136D06F11AFD28E2F7CF363AD9198C32FA0FEF7, ___idxSimilar_3)); } inline uint16_t get_idxSimilar_3() const { return ___idxSimilar_3; } inline uint16_t* get_address_of_idxSimilar_3() { return &___idxSimilar_3; } inline void set_idxSimilar_3(uint16_t value) { ___idxSimilar_3 = value; } inline static int32_t get_offset_of_posOffset_4() { return static_cast(offsetof(XPathNode_t8136D06F11AFD28E2F7CF363AD9198C32FA0FEF7, ___posOffset_4)); } inline uint16_t get_posOffset_4() const { return ___posOffset_4; } inline uint16_t* get_address_of_posOffset_4() { return &___posOffset_4; } inline void set_posOffset_4(uint16_t value) { ___posOffset_4 = value; } inline static int32_t get_offset_of_props_5() { return static_cast(offsetof(XPathNode_t8136D06F11AFD28E2F7CF363AD9198C32FA0FEF7, ___props_5)); } inline uint32_t get_props_5() const { return ___props_5; } inline uint32_t* get_address_of_props_5() { return &___props_5; } inline void set_props_5(uint32_t value) { ___props_5 = value; } inline static int32_t get_offset_of_value_6() { return static_cast(offsetof(XPathNode_t8136D06F11AFD28E2F7CF363AD9198C32FA0FEF7, ___value_6)); } inline String_t* get_value_6() const { return ___value_6; } inline String_t** get_address_of_value_6() { return &___value_6; } inline void set_value_6(String_t* value) { ___value_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___value_6), (void*)value); } }; // Native definition for P/Invoke marshalling of MS.Internal.Xml.Cache.XPathNode struct XPathNode_t8136D06F11AFD28E2F7CF363AD9198C32FA0FEF7_marshaled_pinvoke { XPathNodeInfoAtom_tD28503461CDC6B0676C301A1559C7530C8D129C6 * ___info_0; uint16_t ___idxSibling_1; uint16_t ___idxParent_2; uint16_t ___idxSimilar_3; uint16_t ___posOffset_4; uint32_t ___props_5; char* ___value_6; }; // Native definition for COM marshalling of MS.Internal.Xml.Cache.XPathNode struct XPathNode_t8136D06F11AFD28E2F7CF363AD9198C32FA0FEF7_marshaled_com { XPathNodeInfoAtom_tD28503461CDC6B0676C301A1559C7530C8D129C6 * ___info_0; uint16_t ___idxSibling_1; uint16_t ___idxParent_2; uint16_t ___idxSimilar_3; uint16_t ___posOffset_4; uint32_t ___props_5; Il2CppChar* ___value_6; }; // MS.Internal.Xml.Cache.XPathNodeRef struct XPathNodeRef_t2A79A2C8D785DF72D2F344E0E216A8C751D50503 { public: // MS.Internal.Xml.Cache.XPathNode[] MS.Internal.Xml.Cache.XPathNodeRef::page XPathNodeU5BU5D_t9C12796872BE720EA06A401CEBEE89CCB2482986* ___page_0; // System.Int32 MS.Internal.Xml.Cache.XPathNodeRef::idx int32_t ___idx_1; public: inline static int32_t get_offset_of_page_0() { return static_cast(offsetof(XPathNodeRef_t2A79A2C8D785DF72D2F344E0E216A8C751D50503, ___page_0)); } inline XPathNodeU5BU5D_t9C12796872BE720EA06A401CEBEE89CCB2482986* get_page_0() const { return ___page_0; } inline XPathNodeU5BU5D_t9C12796872BE720EA06A401CEBEE89CCB2482986** get_address_of_page_0() { return &___page_0; } inline void set_page_0(XPathNodeU5BU5D_t9C12796872BE720EA06A401CEBEE89CCB2482986* value) { ___page_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___page_0), (void*)value); } inline static int32_t get_offset_of_idx_1() { return static_cast(offsetof(XPathNodeRef_t2A79A2C8D785DF72D2F344E0E216A8C751D50503, ___idx_1)); } inline int32_t get_idx_1() const { return ___idx_1; } inline int32_t* get_address_of_idx_1() { return &___idx_1; } inline void set_idx_1(int32_t value) { ___idx_1 = value; } }; // Native definition for P/Invoke marshalling of MS.Internal.Xml.Cache.XPathNodeRef struct XPathNodeRef_t2A79A2C8D785DF72D2F344E0E216A8C751D50503_marshaled_pinvoke { XPathNode_t8136D06F11AFD28E2F7CF363AD9198C32FA0FEF7_marshaled_pinvoke* ___page_0; int32_t ___idx_1; }; // Native definition for COM marshalling of MS.Internal.Xml.Cache.XPathNodeRef struct XPathNodeRef_t2A79A2C8D785DF72D2F344E0E216A8C751D50503_marshaled_com { XPathNode_t8136D06F11AFD28E2F7CF363AD9198C32FA0FEF7_marshaled_com* ___page_0; int32_t ___idx_1; }; // Unity.Mathematics.float2 struct float2_t11F5F2974404951113DDC4E13EEB6E2456295547 { public: // System.Single Unity.Mathematics.float2::x float ___x_0; // System.Single Unity.Mathematics.float2::y float ___y_1; public: inline static int32_t get_offset_of_x_0() { return static_cast(offsetof(float2_t11F5F2974404951113DDC4E13EEB6E2456295547, ___x_0)); } inline float get_x_0() const { return ___x_0; } inline float* get_address_of_x_0() { return &___x_0; } inline void set_x_0(float value) { ___x_0 = value; } inline static int32_t get_offset_of_y_1() { return static_cast(offsetof(float2_t11F5F2974404951113DDC4E13EEB6E2456295547, ___y_1)); } inline float get_y_1() const { return ___y_1; } inline float* get_address_of_y_1() { return &___y_1; } inline void set_y_1(float value) { ___y_1 = value; } }; // Unity.Mathematics.float3 struct float3_tE0DD2FF13F818025945C9AC314390D2A1F55E37D { public: // System.Single Unity.Mathematics.float3::x float ___x_0; // System.Single Unity.Mathematics.float3::y float ___y_1; // System.Single Unity.Mathematics.float3::z float ___z_2; public: inline static int32_t get_offset_of_x_0() { return static_cast(offsetof(float3_tE0DD2FF13F818025945C9AC314390D2A1F55E37D, ___x_0)); } inline float get_x_0() const { return ___x_0; } inline float* get_address_of_x_0() { return &___x_0; } inline void set_x_0(float value) { ___x_0 = value; } inline static int32_t get_offset_of_y_1() { return static_cast(offsetof(float3_tE0DD2FF13F818025945C9AC314390D2A1F55E37D, ___y_1)); } inline float get_y_1() const { return ___y_1; } inline float* get_address_of_y_1() { return &___y_1; } inline void set_y_1(float value) { ___y_1 = value; } inline static int32_t get_offset_of_z_2() { return static_cast(offsetof(float3_tE0DD2FF13F818025945C9AC314390D2A1F55E37D, ___z_2)); } inline float get_z_2() const { return ___z_2; } inline float* get_address_of_z_2() { return &___z_2; } inline void set_z_2(float value) { ___z_2 = value; } }; // Unity.Mathematics.float4 struct float4_t866F9B9B0DB07AE8949D4ACE92A0A84C88769883 { public: // System.Single Unity.Mathematics.float4::x float ___x_0; // System.Single Unity.Mathematics.float4::y float ___y_1; // System.Single Unity.Mathematics.float4::z float ___z_2; // System.Single Unity.Mathematics.float4::w float ___w_3; public: inline static int32_t get_offset_of_x_0() { return static_cast(offsetof(float4_t866F9B9B0DB07AE8949D4ACE92A0A84C88769883, ___x_0)); } inline float get_x_0() const { return ___x_0; } inline float* get_address_of_x_0() { return &___x_0; } inline void set_x_0(float value) { ___x_0 = value; } inline static int32_t get_offset_of_y_1() { return static_cast(offsetof(float4_t866F9B9B0DB07AE8949D4ACE92A0A84C88769883, ___y_1)); } inline float get_y_1() const { return ___y_1; } inline float* get_address_of_y_1() { return &___y_1; } inline void set_y_1(float value) { ___y_1 = value; } inline static int32_t get_offset_of_z_2() { return static_cast(offsetof(float4_t866F9B9B0DB07AE8949D4ACE92A0A84C88769883, ___z_2)); } inline float get_z_2() const { return ___z_2; } inline float* get_address_of_z_2() { return &___z_2; } inline void set_z_2(float value) { ___z_2 = value; } inline static int32_t get_offset_of_w_3() { return static_cast(offsetof(float4_t866F9B9B0DB07AE8949D4ACE92A0A84C88769883, ___w_3)); } inline float get_w_3() const { return ___w_3; } inline float* get_address_of_w_3() { return &___w_3; } inline void set_w_3(float value) { ___w_3 = value; } }; // Unity.Mathematics.uint4 struct uint4_t6C7A8C67DCDD20CC3282CA4AA5382744FB27EE92 { public: // System.UInt32 Unity.Mathematics.uint4::x uint32_t ___x_0; // System.UInt32 Unity.Mathematics.uint4::y uint32_t ___y_1; // System.UInt32 Unity.Mathematics.uint4::z uint32_t ___z_2; // System.UInt32 Unity.Mathematics.uint4::w uint32_t ___w_3; public: inline static int32_t get_offset_of_x_0() { return static_cast(offsetof(uint4_t6C7A8C67DCDD20CC3282CA4AA5382744FB27EE92, ___x_0)); } inline uint32_t get_x_0() const { return ___x_0; } inline uint32_t* get_address_of_x_0() { return &___x_0; } inline void set_x_0(uint32_t value) { ___x_0 = value; } inline static int32_t get_offset_of_y_1() { return static_cast(offsetof(uint4_t6C7A8C67DCDD20CC3282CA4AA5382744FB27EE92, ___y_1)); } inline uint32_t get_y_1() const { return ___y_1; } inline uint32_t* get_address_of_y_1() { return &___y_1; } inline void set_y_1(uint32_t value) { ___y_1 = value; } inline static int32_t get_offset_of_z_2() { return static_cast(offsetof(uint4_t6C7A8C67DCDD20CC3282CA4AA5382744FB27EE92, ___z_2)); } inline uint32_t get_z_2() const { return ___z_2; } inline uint32_t* get_address_of_z_2() { return &___z_2; } inline void set_z_2(uint32_t value) { ___z_2 = value; } inline static int32_t get_offset_of_w_3() { return static_cast(offsetof(uint4_t6C7A8C67DCDD20CC3282CA4AA5382744FB27EE92, ___w_3)); } inline uint32_t get_w_3() const { return ___w_3; } inline uint32_t* get_address_of_w_3() { return &___w_3; } inline void set_w_3(uint32_t value) { ___w_3 = value; } }; // UnityEngine.BeforeRenderHelper/OrderBlock struct OrderBlock_t0B106828F588BC2F0B9895425E6FD39EDA45C1E2 { public: // System.Int32 UnityEngine.BeforeRenderHelper/OrderBlock::order int32_t ___order_0; // UnityEngine.Events.UnityAction UnityEngine.BeforeRenderHelper/OrderBlock::callback UnityAction_t22E545F8BE0A62EE051C6A83E209587A0DB1C099 * ___callback_1; public: inline static int32_t get_offset_of_order_0() { return static_cast(offsetof(OrderBlock_t0B106828F588BC2F0B9895425E6FD39EDA45C1E2, ___order_0)); } inline int32_t get_order_0() const { return ___order_0; } inline int32_t* get_address_of_order_0() { return &___order_0; } inline void set_order_0(int32_t value) { ___order_0 = value; } inline static int32_t get_offset_of_callback_1() { return static_cast(offsetof(OrderBlock_t0B106828F588BC2F0B9895425E6FD39EDA45C1E2, ___callback_1)); } inline UnityAction_t22E545F8BE0A62EE051C6A83E209587A0DB1C099 * get_callback_1() const { return ___callback_1; } inline UnityAction_t22E545F8BE0A62EE051C6A83E209587A0DB1C099 ** get_address_of_callback_1() { return &___callback_1; } inline void set_callback_1(UnityAction_t22E545F8BE0A62EE051C6A83E209587A0DB1C099 * value) { ___callback_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___callback_1), (void*)value); } }; // Native definition for P/Invoke marshalling of UnityEngine.BeforeRenderHelper/OrderBlock struct OrderBlock_t0B106828F588BC2F0B9895425E6FD39EDA45C1E2_marshaled_pinvoke { int32_t ___order_0; Il2CppMethodPointer ___callback_1; }; // Native definition for COM marshalling of UnityEngine.BeforeRenderHelper/OrderBlock struct OrderBlock_t0B106828F588BC2F0B9895425E6FD39EDA45C1E2_marshaled_com { int32_t ___order_0; Il2CppMethodPointer ___callback_1; }; // UnityEngine.Rendering.PostProcessing.BloomRenderer/Level struct Level_tB2EEF9B6FC526D3C04DD806B6D89D9208DF2CFB8 { public: // System.Int32 UnityEngine.Rendering.PostProcessing.BloomRenderer/Level::down int32_t ___down_0; // System.Int32 UnityEngine.Rendering.PostProcessing.BloomRenderer/Level::up int32_t ___up_1; public: inline static int32_t get_offset_of_down_0() { return static_cast(offsetof(Level_tB2EEF9B6FC526D3C04DD806B6D89D9208DF2CFB8, ___down_0)); } inline int32_t get_down_0() const { return ___down_0; } inline int32_t* get_address_of_down_0() { return &___down_0; } inline void set_down_0(int32_t value) { ___down_0 = value; } inline static int32_t get_offset_of_up_1() { return static_cast(offsetof(Level_tB2EEF9B6FC526D3C04DD806B6D89D9208DF2CFB8, ___up_1)); } inline int32_t get_up_1() const { return ___up_1; } inline int32_t* get_address_of_up_1() { return &___up_1; } inline void set_up_1(int32_t value) { ___up_1 = value; } }; // Mono.Globalization.Unicode.CodePointIndexer/TableRange struct TableRange_t0D96EE3F7B1008C60DD683B3A6985C602854E6F1 { public: // System.Int32 Mono.Globalization.Unicode.CodePointIndexer/TableRange::Start int32_t ___Start_0; // System.Int32 Mono.Globalization.Unicode.CodePointIndexer/TableRange::End int32_t ___End_1; // System.Int32 Mono.Globalization.Unicode.CodePointIndexer/TableRange::Count int32_t ___Count_2; // System.Int32 Mono.Globalization.Unicode.CodePointIndexer/TableRange::IndexStart int32_t ___IndexStart_3; // System.Int32 Mono.Globalization.Unicode.CodePointIndexer/TableRange::IndexEnd int32_t ___IndexEnd_4; public: inline static int32_t get_offset_of_Start_0() { return static_cast(offsetof(TableRange_t0D96EE3F7B1008C60DD683B3A6985C602854E6F1, ___Start_0)); } inline int32_t get_Start_0() const { return ___Start_0; } inline int32_t* get_address_of_Start_0() { return &___Start_0; } inline void set_Start_0(int32_t value) { ___Start_0 = value; } inline static int32_t get_offset_of_End_1() { return static_cast(offsetof(TableRange_t0D96EE3F7B1008C60DD683B3A6985C602854E6F1, ___End_1)); } inline int32_t get_End_1() const { return ___End_1; } inline int32_t* get_address_of_End_1() { return &___End_1; } inline void set_End_1(int32_t value) { ___End_1 = value; } inline static int32_t get_offset_of_Count_2() { return static_cast(offsetof(TableRange_t0D96EE3F7B1008C60DD683B3A6985C602854E6F1, ___Count_2)); } inline int32_t get_Count_2() const { return ___Count_2; } inline int32_t* get_address_of_Count_2() { return &___Count_2; } inline void set_Count_2(int32_t value) { ___Count_2 = value; } inline static int32_t get_offset_of_IndexStart_3() { return static_cast(offsetof(TableRange_t0D96EE3F7B1008C60DD683B3A6985C602854E6F1, ___IndexStart_3)); } inline int32_t get_IndexStart_3() const { return ___IndexStart_3; } inline int32_t* get_address_of_IndexStart_3() { return &___IndexStart_3; } inline void set_IndexStart_3(int32_t value) { ___IndexStart_3 = value; } inline static int32_t get_offset_of_IndexEnd_4() { return static_cast(offsetof(TableRange_t0D96EE3F7B1008C60DD683B3A6985C602854E6F1, ___IndexEnd_4)); } inline int32_t get_IndexEnd_4() const { return ___IndexEnd_4; } inline int32_t* get_address_of_IndexEnd_4() { return &___IndexEnd_4; } inline void set_IndexEnd_4(int32_t value) { ___IndexEnd_4 = value; } }; // UnityEngine.Rendering.Universal.Internal.DeferredLights/DrawCall struct DrawCall_t8940B9392D2DD15D7DFDAF7EE92E098C1C6B1F69 { public: // UnityEngine.ComputeBuffer UnityEngine.Rendering.Universal.Internal.DeferredLights/DrawCall::tileList ComputeBuffer_t795666617BDC98AB4033FDD4CE0304A22B7E6427 * ___tileList_0; // UnityEngine.ComputeBuffer UnityEngine.Rendering.Universal.Internal.DeferredLights/DrawCall::punctualLightBuffer ComputeBuffer_t795666617BDC98AB4033FDD4CE0304A22B7E6427 * ___punctualLightBuffer_1; // UnityEngine.ComputeBuffer UnityEngine.Rendering.Universal.Internal.DeferredLights/DrawCall::relLightList ComputeBuffer_t795666617BDC98AB4033FDD4CE0304A22B7E6427 * ___relLightList_2; // System.Int32 UnityEngine.Rendering.Universal.Internal.DeferredLights/DrawCall::tileListSize int32_t ___tileListSize_3; // System.Int32 UnityEngine.Rendering.Universal.Internal.DeferredLights/DrawCall::punctualLightBufferSize int32_t ___punctualLightBufferSize_4; // System.Int32 UnityEngine.Rendering.Universal.Internal.DeferredLights/DrawCall::relLightListSize int32_t ___relLightListSize_5; // System.Int32 UnityEngine.Rendering.Universal.Internal.DeferredLights/DrawCall::instanceOffset int32_t ___instanceOffset_6; // System.Int32 UnityEngine.Rendering.Universal.Internal.DeferredLights/DrawCall::instanceCount int32_t ___instanceCount_7; public: inline static int32_t get_offset_of_tileList_0() { return static_cast(offsetof(DrawCall_t8940B9392D2DD15D7DFDAF7EE92E098C1C6B1F69, ___tileList_0)); } inline ComputeBuffer_t795666617BDC98AB4033FDD4CE0304A22B7E6427 * get_tileList_0() const { return ___tileList_0; } inline ComputeBuffer_t795666617BDC98AB4033FDD4CE0304A22B7E6427 ** get_address_of_tileList_0() { return &___tileList_0; } inline void set_tileList_0(ComputeBuffer_t795666617BDC98AB4033FDD4CE0304A22B7E6427 * value) { ___tileList_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___tileList_0), (void*)value); } inline static int32_t get_offset_of_punctualLightBuffer_1() { return static_cast(offsetof(DrawCall_t8940B9392D2DD15D7DFDAF7EE92E098C1C6B1F69, ___punctualLightBuffer_1)); } inline ComputeBuffer_t795666617BDC98AB4033FDD4CE0304A22B7E6427 * get_punctualLightBuffer_1() const { return ___punctualLightBuffer_1; } inline ComputeBuffer_t795666617BDC98AB4033FDD4CE0304A22B7E6427 ** get_address_of_punctualLightBuffer_1() { return &___punctualLightBuffer_1; } inline void set_punctualLightBuffer_1(ComputeBuffer_t795666617BDC98AB4033FDD4CE0304A22B7E6427 * value) { ___punctualLightBuffer_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___punctualLightBuffer_1), (void*)value); } inline static int32_t get_offset_of_relLightList_2() { return static_cast(offsetof(DrawCall_t8940B9392D2DD15D7DFDAF7EE92E098C1C6B1F69, ___relLightList_2)); } inline ComputeBuffer_t795666617BDC98AB4033FDD4CE0304A22B7E6427 * get_relLightList_2() const { return ___relLightList_2; } inline ComputeBuffer_t795666617BDC98AB4033FDD4CE0304A22B7E6427 ** get_address_of_relLightList_2() { return &___relLightList_2; } inline void set_relLightList_2(ComputeBuffer_t795666617BDC98AB4033FDD4CE0304A22B7E6427 * value) { ___relLightList_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___relLightList_2), (void*)value); } inline static int32_t get_offset_of_tileListSize_3() { return static_cast(offsetof(DrawCall_t8940B9392D2DD15D7DFDAF7EE92E098C1C6B1F69, ___tileListSize_3)); } inline int32_t get_tileListSize_3() const { return ___tileListSize_3; } inline int32_t* get_address_of_tileListSize_3() { return &___tileListSize_3; } inline void set_tileListSize_3(int32_t value) { ___tileListSize_3 = value; } inline static int32_t get_offset_of_punctualLightBufferSize_4() { return static_cast(offsetof(DrawCall_t8940B9392D2DD15D7DFDAF7EE92E098C1C6B1F69, ___punctualLightBufferSize_4)); } inline int32_t get_punctualLightBufferSize_4() const { return ___punctualLightBufferSize_4; } inline int32_t* get_address_of_punctualLightBufferSize_4() { return &___punctualLightBufferSize_4; } inline void set_punctualLightBufferSize_4(int32_t value) { ___punctualLightBufferSize_4 = value; } inline static int32_t get_offset_of_relLightListSize_5() { return static_cast(offsetof(DrawCall_t8940B9392D2DD15D7DFDAF7EE92E098C1C6B1F69, ___relLightListSize_5)); } inline int32_t get_relLightListSize_5() const { return ___relLightListSize_5; } inline int32_t* get_address_of_relLightListSize_5() { return &___relLightListSize_5; } inline void set_relLightListSize_5(int32_t value) { ___relLightListSize_5 = value; } inline static int32_t get_offset_of_instanceOffset_6() { return static_cast(offsetof(DrawCall_t8940B9392D2DD15D7DFDAF7EE92E098C1C6B1F69, ___instanceOffset_6)); } inline int32_t get_instanceOffset_6() const { return ___instanceOffset_6; } inline int32_t* get_address_of_instanceOffset_6() { return &___instanceOffset_6; } inline void set_instanceOffset_6(int32_t value) { ___instanceOffset_6 = value; } inline static int32_t get_offset_of_instanceCount_7() { return static_cast(offsetof(DrawCall_t8940B9392D2DD15D7DFDAF7EE92E098C1C6B1F69, ___instanceCount_7)); } inline int32_t get_instanceCount_7() const { return ___instanceCount_7; } inline int32_t* get_address_of_instanceCount_7() { return &___instanceCount_7; } inline void set_instanceCount_7(int32_t value) { ___instanceCount_7 = value; } }; // Native definition for P/Invoke marshalling of UnityEngine.Rendering.Universal.Internal.DeferredLights/DrawCall struct DrawCall_t8940B9392D2DD15D7DFDAF7EE92E098C1C6B1F69_marshaled_pinvoke { ComputeBuffer_t795666617BDC98AB4033FDD4CE0304A22B7E6427 * ___tileList_0; ComputeBuffer_t795666617BDC98AB4033FDD4CE0304A22B7E6427 * ___punctualLightBuffer_1; ComputeBuffer_t795666617BDC98AB4033FDD4CE0304A22B7E6427 * ___relLightList_2; int32_t ___tileListSize_3; int32_t ___punctualLightBufferSize_4; int32_t ___relLightListSize_5; int32_t ___instanceOffset_6; int32_t ___instanceCount_7; }; // Native definition for COM marshalling of UnityEngine.Rendering.Universal.Internal.DeferredLights/DrawCall struct DrawCall_t8940B9392D2DD15D7DFDAF7EE92E098C1C6B1F69_marshaled_com { ComputeBuffer_t795666617BDC98AB4033FDD4CE0304A22B7E6427 * ___tileList_0; ComputeBuffer_t795666617BDC98AB4033FDD4CE0304A22B7E6427 * ___punctualLightBuffer_1; ComputeBuffer_t795666617BDC98AB4033FDD4CE0304A22B7E6427 * ___relLightList_2; int32_t ___tileListSize_3; int32_t ___punctualLightBufferSize_4; int32_t ___relLightListSize_5; int32_t ___instanceOffset_6; int32_t ___instanceCount_7; }; // UnityEngine.Rendering.DrawingSettings/e__FixedBuffer struct U3CshaderPassNamesU3Ee__FixedBuffer_tD1B82F2532DDB17723F27AB236D1A65F0A635DAF { public: union { struct { // System.Int32 UnityEngine.Rendering.DrawingSettings/e__FixedBuffer::FixedElementField int32_t ___FixedElementField_0; }; uint8_t U3CshaderPassNamesU3Ee__FixedBuffer_tD1B82F2532DDB17723F27AB236D1A65F0A635DAF__padding[64]; }; public: inline static int32_t get_offset_of_FixedElementField_0() { return static_cast(offsetof(U3CshaderPassNamesU3Ee__FixedBuffer_tD1B82F2532DDB17723F27AB236D1A65F0A635DAF, ___FixedElementField_0)); } inline int32_t get_FixedElementField_0() const { return ___FixedElementField_0; } inline int32_t* get_address_of_FixedElementField_0() { return &___FixedElementField_0; } inline void set_FixedElementField_0(int32_t value) { ___FixedElementField_0 = value; } }; // System.Diagnostics.Tracing.EventProvider/SessionInfo struct SessionInfo_t693487E54200EFD8E3528A4947ECBF85A0DABCE7 { public: // System.Int32 System.Diagnostics.Tracing.EventProvider/SessionInfo::sessionIdBit int32_t ___sessionIdBit_0; // System.Int32 System.Diagnostics.Tracing.EventProvider/SessionInfo::etwSessionId int32_t ___etwSessionId_1; public: inline static int32_t get_offset_of_sessionIdBit_0() { return static_cast(offsetof(SessionInfo_t693487E54200EFD8E3528A4947ECBF85A0DABCE7, ___sessionIdBit_0)); } inline int32_t get_sessionIdBit_0() const { return ___sessionIdBit_0; } inline int32_t* get_address_of_sessionIdBit_0() { return &___sessionIdBit_0; } inline void set_sessionIdBit_0(int32_t value) { ___sessionIdBit_0 = value; } inline static int32_t get_offset_of_etwSessionId_1() { return static_cast(offsetof(SessionInfo_t693487E54200EFD8E3528A4947ECBF85A0DABCE7, ___etwSessionId_1)); } inline int32_t get_etwSessionId_1() const { return ___etwSessionId_1; } inline int32_t* get_address_of_etwSessionId_1() { return &___etwSessionId_1; } inline void set_etwSessionId_1(int32_t value) { ___etwSessionId_1 = value; } }; // System.Collections.Hashtable/bucket struct bucket_t56D642DDC4ABBCED9DB7F620CC35AEEC0778869D { public: // System.Object System.Collections.Hashtable/bucket::key RuntimeObject * ___key_0; // System.Object System.Collections.Hashtable/bucket::val RuntimeObject * ___val_1; // System.Int32 System.Collections.Hashtable/bucket::hash_coll int32_t ___hash_coll_2; public: inline static int32_t get_offset_of_key_0() { return static_cast(offsetof(bucket_t56D642DDC4ABBCED9DB7F620CC35AEEC0778869D, ___key_0)); } inline RuntimeObject * get_key_0() const { return ___key_0; } inline RuntimeObject ** get_address_of_key_0() { return &___key_0; } inline void set_key_0(RuntimeObject * value) { ___key_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___key_0), (void*)value); } inline static int32_t get_offset_of_val_1() { return static_cast(offsetof(bucket_t56D642DDC4ABBCED9DB7F620CC35AEEC0778869D, ___val_1)); } inline RuntimeObject * get_val_1() const { return ___val_1; } inline RuntimeObject ** get_address_of_val_1() { return &___val_1; } inline void set_val_1(RuntimeObject * value) { ___val_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___val_1), (void*)value); } inline static int32_t get_offset_of_hash_coll_2() { return static_cast(offsetof(bucket_t56D642DDC4ABBCED9DB7F620CC35AEEC0778869D, ___hash_coll_2)); } inline int32_t get_hash_coll_2() const { return ___hash_coll_2; } inline int32_t* get_address_of_hash_coll_2() { return &___hash_coll_2; } inline void set_hash_coll_2(int32_t value) { ___hash_coll_2 = value; } }; // Native definition for P/Invoke marshalling of System.Collections.Hashtable/bucket struct bucket_t56D642DDC4ABBCED9DB7F620CC35AEEC0778869D_marshaled_pinvoke { Il2CppIUnknown* ___key_0; Il2CppIUnknown* ___val_1; int32_t ___hash_coll_2; }; // Native definition for COM marshalling of System.Collections.Hashtable/bucket struct bucket_t56D642DDC4ABBCED9DB7F620CC35AEEC0778869D_marshaled_com { Il2CppIUnknown* ___key_0; Il2CppIUnknown* ___val_1; int32_t ___hash_coll_2; }; // UnityEngine.InputSystem.InputActionMap/BindingJson struct BindingJson_t347A29B701719410931D8E8ABE356EADB19CF152 { public: // System.String UnityEngine.InputSystem.InputActionMap/BindingJson::name String_t* ___name_0; // System.String UnityEngine.InputSystem.InputActionMap/BindingJson::id String_t* ___id_1; // System.String UnityEngine.InputSystem.InputActionMap/BindingJson::path String_t* ___path_2; // System.String UnityEngine.InputSystem.InputActionMap/BindingJson::interactions String_t* ___interactions_3; // System.String UnityEngine.InputSystem.InputActionMap/BindingJson::processors String_t* ___processors_4; // System.String UnityEngine.InputSystem.InputActionMap/BindingJson::groups String_t* ___groups_5; // System.String UnityEngine.InputSystem.InputActionMap/BindingJson::action String_t* ___action_6; // System.Boolean UnityEngine.InputSystem.InputActionMap/BindingJson::isComposite bool ___isComposite_7; // System.Boolean UnityEngine.InputSystem.InputActionMap/BindingJson::isPartOfComposite bool ___isPartOfComposite_8; public: inline static int32_t get_offset_of_name_0() { return static_cast(offsetof(BindingJson_t347A29B701719410931D8E8ABE356EADB19CF152, ___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_id_1() { return static_cast(offsetof(BindingJson_t347A29B701719410931D8E8ABE356EADB19CF152, ___id_1)); } inline String_t* get_id_1() const { return ___id_1; } inline String_t** get_address_of_id_1() { return &___id_1; } inline void set_id_1(String_t* value) { ___id_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___id_1), (void*)value); } inline static int32_t get_offset_of_path_2() { return static_cast(offsetof(BindingJson_t347A29B701719410931D8E8ABE356EADB19CF152, ___path_2)); } inline String_t* get_path_2() const { return ___path_2; } inline String_t** get_address_of_path_2() { return &___path_2; } inline void set_path_2(String_t* value) { ___path_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___path_2), (void*)value); } inline static int32_t get_offset_of_interactions_3() { return static_cast(offsetof(BindingJson_t347A29B701719410931D8E8ABE356EADB19CF152, ___interactions_3)); } inline String_t* get_interactions_3() const { return ___interactions_3; } inline String_t** get_address_of_interactions_3() { return &___interactions_3; } inline void set_interactions_3(String_t* value) { ___interactions_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___interactions_3), (void*)value); } inline static int32_t get_offset_of_processors_4() { return static_cast(offsetof(BindingJson_t347A29B701719410931D8E8ABE356EADB19CF152, ___processors_4)); } inline String_t* get_processors_4() const { return ___processors_4; } inline String_t** get_address_of_processors_4() { return &___processors_4; } inline void set_processors_4(String_t* value) { ___processors_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___processors_4), (void*)value); } inline static int32_t get_offset_of_groups_5() { return static_cast(offsetof(BindingJson_t347A29B701719410931D8E8ABE356EADB19CF152, ___groups_5)); } inline String_t* get_groups_5() const { return ___groups_5; } inline String_t** get_address_of_groups_5() { return &___groups_5; } inline void set_groups_5(String_t* value) { ___groups_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___groups_5), (void*)value); } inline static int32_t get_offset_of_action_6() { return static_cast(offsetof(BindingJson_t347A29B701719410931D8E8ABE356EADB19CF152, ___action_6)); } inline String_t* get_action_6() const { return ___action_6; } inline String_t** get_address_of_action_6() { return &___action_6; } inline void set_action_6(String_t* value) { ___action_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___action_6), (void*)value); } inline static int32_t get_offset_of_isComposite_7() { return static_cast(offsetof(BindingJson_t347A29B701719410931D8E8ABE356EADB19CF152, ___isComposite_7)); } inline bool get_isComposite_7() const { return ___isComposite_7; } inline bool* get_address_of_isComposite_7() { return &___isComposite_7; } inline void set_isComposite_7(bool value) { ___isComposite_7 = value; } inline static int32_t get_offset_of_isPartOfComposite_8() { return static_cast(offsetof(BindingJson_t347A29B701719410931D8E8ABE356EADB19CF152, ___isPartOfComposite_8)); } inline bool get_isPartOfComposite_8() const { return ___isPartOfComposite_8; } inline bool* get_address_of_isPartOfComposite_8() { return &___isPartOfComposite_8; } inline void set_isPartOfComposite_8(bool value) { ___isPartOfComposite_8 = value; } }; // Native definition for P/Invoke marshalling of UnityEngine.InputSystem.InputActionMap/BindingJson struct BindingJson_t347A29B701719410931D8E8ABE356EADB19CF152_marshaled_pinvoke { char* ___name_0; char* ___id_1; char* ___path_2; char* ___interactions_3; char* ___processors_4; char* ___groups_5; char* ___action_6; int32_t ___isComposite_7; int32_t ___isPartOfComposite_8; }; // Native definition for COM marshalling of UnityEngine.InputSystem.InputActionMap/BindingJson struct BindingJson_t347A29B701719410931D8E8ABE356EADB19CF152_marshaled_com { Il2CppChar* ___name_0; Il2CppChar* ___id_1; Il2CppChar* ___path_2; Il2CppChar* ___interactions_3; Il2CppChar* ___processors_4; Il2CppChar* ___groups_5; Il2CppChar* ___action_6; int32_t ___isComposite_7; int32_t ___isPartOfComposite_8; }; // UnityEngine.InputSystem.InputActionMap/BindingOverrideJson struct BindingOverrideJson_tE51E2D03B0CD84E68FF72DF2907FA2BC7387D9D7 { public: // System.String UnityEngine.InputSystem.InputActionMap/BindingOverrideJson::action String_t* ___action_0; // System.String UnityEngine.InputSystem.InputActionMap/BindingOverrideJson::id String_t* ___id_1; // System.String UnityEngine.InputSystem.InputActionMap/BindingOverrideJson::path String_t* ___path_2; // System.String UnityEngine.InputSystem.InputActionMap/BindingOverrideJson::interactions String_t* ___interactions_3; // System.String UnityEngine.InputSystem.InputActionMap/BindingOverrideJson::processors String_t* ___processors_4; public: inline static int32_t get_offset_of_action_0() { return static_cast(offsetof(BindingOverrideJson_tE51E2D03B0CD84E68FF72DF2907FA2BC7387D9D7, ___action_0)); } inline String_t* get_action_0() const { return ___action_0; } inline String_t** get_address_of_action_0() { return &___action_0; } inline void set_action_0(String_t* value) { ___action_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___action_0), (void*)value); } inline static int32_t get_offset_of_id_1() { return static_cast(offsetof(BindingOverrideJson_tE51E2D03B0CD84E68FF72DF2907FA2BC7387D9D7, ___id_1)); } inline String_t* get_id_1() const { return ___id_1; } inline String_t** get_address_of_id_1() { return &___id_1; } inline void set_id_1(String_t* value) { ___id_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___id_1), (void*)value); } inline static int32_t get_offset_of_path_2() { return static_cast(offsetof(BindingOverrideJson_tE51E2D03B0CD84E68FF72DF2907FA2BC7387D9D7, ___path_2)); } inline String_t* get_path_2() const { return ___path_2; } inline String_t** get_address_of_path_2() { return &___path_2; } inline void set_path_2(String_t* value) { ___path_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___path_2), (void*)value); } inline static int32_t get_offset_of_interactions_3() { return static_cast(offsetof(BindingOverrideJson_tE51E2D03B0CD84E68FF72DF2907FA2BC7387D9D7, ___interactions_3)); } inline String_t* get_interactions_3() const { return ___interactions_3; } inline String_t** get_address_of_interactions_3() { return &___interactions_3; } inline void set_interactions_3(String_t* value) { ___interactions_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___interactions_3), (void*)value); } inline static int32_t get_offset_of_processors_4() { return static_cast(offsetof(BindingOverrideJson_tE51E2D03B0CD84E68FF72DF2907FA2BC7387D9D7, ___processors_4)); } inline String_t* get_processors_4() const { return ___processors_4; } inline String_t** get_address_of_processors_4() { return &___processors_4; } inline void set_processors_4(String_t* value) { ___processors_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___processors_4), (void*)value); } }; // Native definition for P/Invoke marshalling of UnityEngine.InputSystem.InputActionMap/BindingOverrideJson struct BindingOverrideJson_tE51E2D03B0CD84E68FF72DF2907FA2BC7387D9D7_marshaled_pinvoke { char* ___action_0; char* ___id_1; char* ___path_2; char* ___interactions_3; char* ___processors_4; }; // Native definition for COM marshalling of UnityEngine.InputSystem.InputActionMap/BindingOverrideJson struct BindingOverrideJson_tE51E2D03B0CD84E68FF72DF2907FA2BC7387D9D7_marshaled_com { Il2CppChar* ___action_0; Il2CppChar* ___id_1; Il2CppChar* ___path_2; Il2CppChar* ___interactions_3; Il2CppChar* ___processors_4; }; // UnityEngine.InputSystem.InputActionMap/ReadActionJson struct ReadActionJson_t62D66C07949B981884A0429EDFF041BB9CC85576 { public: // System.String UnityEngine.InputSystem.InputActionMap/ReadActionJson::name String_t* ___name_0; // System.String UnityEngine.InputSystem.InputActionMap/ReadActionJson::type String_t* ___type_1; // System.String UnityEngine.InputSystem.InputActionMap/ReadActionJson::id String_t* ___id_2; // System.String UnityEngine.InputSystem.InputActionMap/ReadActionJson::expectedControlType String_t* ___expectedControlType_3; // System.String UnityEngine.InputSystem.InputActionMap/ReadActionJson::expectedControlLayout String_t* ___expectedControlLayout_4; // System.String UnityEngine.InputSystem.InputActionMap/ReadActionJson::processors String_t* ___processors_5; // System.String UnityEngine.InputSystem.InputActionMap/ReadActionJson::interactions String_t* ___interactions_6; // System.Boolean UnityEngine.InputSystem.InputActionMap/ReadActionJson::passThrough bool ___passThrough_7; // System.Boolean UnityEngine.InputSystem.InputActionMap/ReadActionJson::initialStateCheck bool ___initialStateCheck_8; // UnityEngine.InputSystem.InputActionMap/BindingJson[] UnityEngine.InputSystem.InputActionMap/ReadActionJson::bindings BindingJsonU5BU5D_tAE92DA4FCC0E3900948300E503DE0ED684EC30B4* ___bindings_9; public: inline static int32_t get_offset_of_name_0() { return static_cast(offsetof(ReadActionJson_t62D66C07949B981884A0429EDFF041BB9CC85576, ___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_type_1() { return static_cast(offsetof(ReadActionJson_t62D66C07949B981884A0429EDFF041BB9CC85576, ___type_1)); } inline String_t* get_type_1() const { return ___type_1; } inline String_t** get_address_of_type_1() { return &___type_1; } inline void set_type_1(String_t* value) { ___type_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___type_1), (void*)value); } inline static int32_t get_offset_of_id_2() { return static_cast(offsetof(ReadActionJson_t62D66C07949B981884A0429EDFF041BB9CC85576, ___id_2)); } inline String_t* get_id_2() const { return ___id_2; } inline String_t** get_address_of_id_2() { return &___id_2; } inline void set_id_2(String_t* value) { ___id_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___id_2), (void*)value); } inline static int32_t get_offset_of_expectedControlType_3() { return static_cast(offsetof(ReadActionJson_t62D66C07949B981884A0429EDFF041BB9CC85576, ___expectedControlType_3)); } inline String_t* get_expectedControlType_3() const { return ___expectedControlType_3; } inline String_t** get_address_of_expectedControlType_3() { return &___expectedControlType_3; } inline void set_expectedControlType_3(String_t* value) { ___expectedControlType_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___expectedControlType_3), (void*)value); } inline static int32_t get_offset_of_expectedControlLayout_4() { return static_cast(offsetof(ReadActionJson_t62D66C07949B981884A0429EDFF041BB9CC85576, ___expectedControlLayout_4)); } inline String_t* get_expectedControlLayout_4() const { return ___expectedControlLayout_4; } inline String_t** get_address_of_expectedControlLayout_4() { return &___expectedControlLayout_4; } inline void set_expectedControlLayout_4(String_t* value) { ___expectedControlLayout_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___expectedControlLayout_4), (void*)value); } inline static int32_t get_offset_of_processors_5() { return static_cast(offsetof(ReadActionJson_t62D66C07949B981884A0429EDFF041BB9CC85576, ___processors_5)); } inline String_t* get_processors_5() const { return ___processors_5; } inline String_t** get_address_of_processors_5() { return &___processors_5; } inline void set_processors_5(String_t* value) { ___processors_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___processors_5), (void*)value); } inline static int32_t get_offset_of_interactions_6() { return static_cast(offsetof(ReadActionJson_t62D66C07949B981884A0429EDFF041BB9CC85576, ___interactions_6)); } inline String_t* get_interactions_6() const { return ___interactions_6; } inline String_t** get_address_of_interactions_6() { return &___interactions_6; } inline void set_interactions_6(String_t* value) { ___interactions_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___interactions_6), (void*)value); } inline static int32_t get_offset_of_passThrough_7() { return static_cast(offsetof(ReadActionJson_t62D66C07949B981884A0429EDFF041BB9CC85576, ___passThrough_7)); } inline bool get_passThrough_7() const { return ___passThrough_7; } inline bool* get_address_of_passThrough_7() { return &___passThrough_7; } inline void set_passThrough_7(bool value) { ___passThrough_7 = value; } inline static int32_t get_offset_of_initialStateCheck_8() { return static_cast(offsetof(ReadActionJson_t62D66C07949B981884A0429EDFF041BB9CC85576, ___initialStateCheck_8)); } inline bool get_initialStateCheck_8() const { return ___initialStateCheck_8; } inline bool* get_address_of_initialStateCheck_8() { return &___initialStateCheck_8; } inline void set_initialStateCheck_8(bool value) { ___initialStateCheck_8 = value; } inline static int32_t get_offset_of_bindings_9() { return static_cast(offsetof(ReadActionJson_t62D66C07949B981884A0429EDFF041BB9CC85576, ___bindings_9)); } inline BindingJsonU5BU5D_tAE92DA4FCC0E3900948300E503DE0ED684EC30B4* get_bindings_9() const { return ___bindings_9; } inline BindingJsonU5BU5D_tAE92DA4FCC0E3900948300E503DE0ED684EC30B4** get_address_of_bindings_9() { return &___bindings_9; } inline void set_bindings_9(BindingJsonU5BU5D_tAE92DA4FCC0E3900948300E503DE0ED684EC30B4* value) { ___bindings_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___bindings_9), (void*)value); } }; // Native definition for P/Invoke marshalling of UnityEngine.InputSystem.InputActionMap/ReadActionJson struct ReadActionJson_t62D66C07949B981884A0429EDFF041BB9CC85576_marshaled_pinvoke { char* ___name_0; char* ___type_1; char* ___id_2; char* ___expectedControlType_3; char* ___expectedControlLayout_4; char* ___processors_5; char* ___interactions_6; int32_t ___passThrough_7; int32_t ___initialStateCheck_8; BindingJson_t347A29B701719410931D8E8ABE356EADB19CF152_marshaled_pinvoke* ___bindings_9; }; // Native definition for COM marshalling of UnityEngine.InputSystem.InputActionMap/ReadActionJson struct ReadActionJson_t62D66C07949B981884A0429EDFF041BB9CC85576_marshaled_com { Il2CppChar* ___name_0; Il2CppChar* ___type_1; Il2CppChar* ___id_2; Il2CppChar* ___expectedControlType_3; Il2CppChar* ___expectedControlLayout_4; Il2CppChar* ___processors_5; Il2CppChar* ___interactions_6; int32_t ___passThrough_7; int32_t ___initialStateCheck_8; BindingJson_t347A29B701719410931D8E8ABE356EADB19CF152_marshaled_com* ___bindings_9; }; // UnityEngine.InputSystem.InputActionMap/ReadMapJson struct ReadMapJson_tBE2CDE3D7B711BAE57243A74D610ECBE5E94DDCC { public: // System.String UnityEngine.InputSystem.InputActionMap/ReadMapJson::name String_t* ___name_0; // System.String UnityEngine.InputSystem.InputActionMap/ReadMapJson::id String_t* ___id_1; // UnityEngine.InputSystem.InputActionMap/ReadActionJson[] UnityEngine.InputSystem.InputActionMap/ReadMapJson::actions ReadActionJsonU5BU5D_tCF8120EBA360F9A415E4148920C8834DAB6EDB88* ___actions_2; // UnityEngine.InputSystem.InputActionMap/BindingJson[] UnityEngine.InputSystem.InputActionMap/ReadMapJson::bindings BindingJsonU5BU5D_tAE92DA4FCC0E3900948300E503DE0ED684EC30B4* ___bindings_3; public: inline static int32_t get_offset_of_name_0() { return static_cast(offsetof(ReadMapJson_tBE2CDE3D7B711BAE57243A74D610ECBE5E94DDCC, ___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_id_1() { return static_cast(offsetof(ReadMapJson_tBE2CDE3D7B711BAE57243A74D610ECBE5E94DDCC, ___id_1)); } inline String_t* get_id_1() const { return ___id_1; } inline String_t** get_address_of_id_1() { return &___id_1; } inline void set_id_1(String_t* value) { ___id_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___id_1), (void*)value); } inline static int32_t get_offset_of_actions_2() { return static_cast(offsetof(ReadMapJson_tBE2CDE3D7B711BAE57243A74D610ECBE5E94DDCC, ___actions_2)); } inline ReadActionJsonU5BU5D_tCF8120EBA360F9A415E4148920C8834DAB6EDB88* get_actions_2() const { return ___actions_2; } inline ReadActionJsonU5BU5D_tCF8120EBA360F9A415E4148920C8834DAB6EDB88** get_address_of_actions_2() { return &___actions_2; } inline void set_actions_2(ReadActionJsonU5BU5D_tCF8120EBA360F9A415E4148920C8834DAB6EDB88* value) { ___actions_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___actions_2), (void*)value); } inline static int32_t get_offset_of_bindings_3() { return static_cast(offsetof(ReadMapJson_tBE2CDE3D7B711BAE57243A74D610ECBE5E94DDCC, ___bindings_3)); } inline BindingJsonU5BU5D_tAE92DA4FCC0E3900948300E503DE0ED684EC30B4* get_bindings_3() const { return ___bindings_3; } inline BindingJsonU5BU5D_tAE92DA4FCC0E3900948300E503DE0ED684EC30B4** get_address_of_bindings_3() { return &___bindings_3; } inline void set_bindings_3(BindingJsonU5BU5D_tAE92DA4FCC0E3900948300E503DE0ED684EC30B4* value) { ___bindings_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___bindings_3), (void*)value); } }; // Native definition for P/Invoke marshalling of UnityEngine.InputSystem.InputActionMap/ReadMapJson struct ReadMapJson_tBE2CDE3D7B711BAE57243A74D610ECBE5E94DDCC_marshaled_pinvoke { char* ___name_0; char* ___id_1; ReadActionJson_t62D66C07949B981884A0429EDFF041BB9CC85576_marshaled_pinvoke* ___actions_2; BindingJson_t347A29B701719410931D8E8ABE356EADB19CF152_marshaled_pinvoke* ___bindings_3; }; // Native definition for COM marshalling of UnityEngine.InputSystem.InputActionMap/ReadMapJson struct ReadMapJson_tBE2CDE3D7B711BAE57243A74D610ECBE5E94DDCC_marshaled_com { Il2CppChar* ___name_0; Il2CppChar* ___id_1; ReadActionJson_t62D66C07949B981884A0429EDFF041BB9CC85576_marshaled_com* ___actions_2; BindingJson_t347A29B701719410931D8E8ABE356EADB19CF152_marshaled_com* ___bindings_3; }; // UnityEngine.InputSystem.InputActionMap/WriteActionJson struct WriteActionJson_tFD633E6A665AA353250A7971C716799CD28EED8E { public: // System.String UnityEngine.InputSystem.InputActionMap/WriteActionJson::name String_t* ___name_0; // System.String UnityEngine.InputSystem.InputActionMap/WriteActionJson::type String_t* ___type_1; // System.String UnityEngine.InputSystem.InputActionMap/WriteActionJson::id String_t* ___id_2; // System.String UnityEngine.InputSystem.InputActionMap/WriteActionJson::expectedControlType String_t* ___expectedControlType_3; // System.String UnityEngine.InputSystem.InputActionMap/WriteActionJson::processors String_t* ___processors_4; // System.String UnityEngine.InputSystem.InputActionMap/WriteActionJson::interactions String_t* ___interactions_5; // System.Boolean UnityEngine.InputSystem.InputActionMap/WriteActionJson::initialStateCheck bool ___initialStateCheck_6; public: inline static int32_t get_offset_of_name_0() { return static_cast(offsetof(WriteActionJson_tFD633E6A665AA353250A7971C716799CD28EED8E, ___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_type_1() { return static_cast(offsetof(WriteActionJson_tFD633E6A665AA353250A7971C716799CD28EED8E, ___type_1)); } inline String_t* get_type_1() const { return ___type_1; } inline String_t** get_address_of_type_1() { return &___type_1; } inline void set_type_1(String_t* value) { ___type_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___type_1), (void*)value); } inline static int32_t get_offset_of_id_2() { return static_cast(offsetof(WriteActionJson_tFD633E6A665AA353250A7971C716799CD28EED8E, ___id_2)); } inline String_t* get_id_2() const { return ___id_2; } inline String_t** get_address_of_id_2() { return &___id_2; } inline void set_id_2(String_t* value) { ___id_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___id_2), (void*)value); } inline static int32_t get_offset_of_expectedControlType_3() { return static_cast(offsetof(WriteActionJson_tFD633E6A665AA353250A7971C716799CD28EED8E, ___expectedControlType_3)); } inline String_t* get_expectedControlType_3() const { return ___expectedControlType_3; } inline String_t** get_address_of_expectedControlType_3() { return &___expectedControlType_3; } inline void set_expectedControlType_3(String_t* value) { ___expectedControlType_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___expectedControlType_3), (void*)value); } inline static int32_t get_offset_of_processors_4() { return static_cast(offsetof(WriteActionJson_tFD633E6A665AA353250A7971C716799CD28EED8E, ___processors_4)); } inline String_t* get_processors_4() const { return ___processors_4; } inline String_t** get_address_of_processors_4() { return &___processors_4; } inline void set_processors_4(String_t* value) { ___processors_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___processors_4), (void*)value); } inline static int32_t get_offset_of_interactions_5() { return static_cast(offsetof(WriteActionJson_tFD633E6A665AA353250A7971C716799CD28EED8E, ___interactions_5)); } inline String_t* get_interactions_5() const { return ___interactions_5; } inline String_t** get_address_of_interactions_5() { return &___interactions_5; } inline void set_interactions_5(String_t* value) { ___interactions_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___interactions_5), (void*)value); } inline static int32_t get_offset_of_initialStateCheck_6() { return static_cast(offsetof(WriteActionJson_tFD633E6A665AA353250A7971C716799CD28EED8E, ___initialStateCheck_6)); } inline bool get_initialStateCheck_6() const { return ___initialStateCheck_6; } inline bool* get_address_of_initialStateCheck_6() { return &___initialStateCheck_6; } inline void set_initialStateCheck_6(bool value) { ___initialStateCheck_6 = value; } }; // Native definition for P/Invoke marshalling of UnityEngine.InputSystem.InputActionMap/WriteActionJson struct WriteActionJson_tFD633E6A665AA353250A7971C716799CD28EED8E_marshaled_pinvoke { char* ___name_0; char* ___type_1; char* ___id_2; char* ___expectedControlType_3; char* ___processors_4; char* ___interactions_5; int32_t ___initialStateCheck_6; }; // Native definition for COM marshalling of UnityEngine.InputSystem.InputActionMap/WriteActionJson struct WriteActionJson_tFD633E6A665AA353250A7971C716799CD28EED8E_marshaled_com { Il2CppChar* ___name_0; Il2CppChar* ___type_1; Il2CppChar* ___id_2; Il2CppChar* ___expectedControlType_3; Il2CppChar* ___processors_4; Il2CppChar* ___interactions_5; int32_t ___initialStateCheck_6; }; // UnityEngine.InputSystem.InputActionMap/WriteMapJson struct WriteMapJson_tCF9BC2C2255EFD7BC6150FF24E15E92CA59BD405 { public: // System.String UnityEngine.InputSystem.InputActionMap/WriteMapJson::name String_t* ___name_0; // System.String UnityEngine.InputSystem.InputActionMap/WriteMapJson::id String_t* ___id_1; // UnityEngine.InputSystem.InputActionMap/WriteActionJson[] UnityEngine.InputSystem.InputActionMap/WriteMapJson::actions WriteActionJsonU5BU5D_tAF7847B877C55C4B3B39412B05F65864D8C26D23* ___actions_2; // UnityEngine.InputSystem.InputActionMap/BindingJson[] UnityEngine.InputSystem.InputActionMap/WriteMapJson::bindings BindingJsonU5BU5D_tAE92DA4FCC0E3900948300E503DE0ED684EC30B4* ___bindings_3; public: inline static int32_t get_offset_of_name_0() { return static_cast(offsetof(WriteMapJson_tCF9BC2C2255EFD7BC6150FF24E15E92CA59BD405, ___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_id_1() { return static_cast(offsetof(WriteMapJson_tCF9BC2C2255EFD7BC6150FF24E15E92CA59BD405, ___id_1)); } inline String_t* get_id_1() const { return ___id_1; } inline String_t** get_address_of_id_1() { return &___id_1; } inline void set_id_1(String_t* value) { ___id_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___id_1), (void*)value); } inline static int32_t get_offset_of_actions_2() { return static_cast(offsetof(WriteMapJson_tCF9BC2C2255EFD7BC6150FF24E15E92CA59BD405, ___actions_2)); } inline WriteActionJsonU5BU5D_tAF7847B877C55C4B3B39412B05F65864D8C26D23* get_actions_2() const { return ___actions_2; } inline WriteActionJsonU5BU5D_tAF7847B877C55C4B3B39412B05F65864D8C26D23** get_address_of_actions_2() { return &___actions_2; } inline void set_actions_2(WriteActionJsonU5BU5D_tAF7847B877C55C4B3B39412B05F65864D8C26D23* value) { ___actions_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___actions_2), (void*)value); } inline static int32_t get_offset_of_bindings_3() { return static_cast(offsetof(WriteMapJson_tCF9BC2C2255EFD7BC6150FF24E15E92CA59BD405, ___bindings_3)); } inline BindingJsonU5BU5D_tAE92DA4FCC0E3900948300E503DE0ED684EC30B4* get_bindings_3() const { return ___bindings_3; } inline BindingJsonU5BU5D_tAE92DA4FCC0E3900948300E503DE0ED684EC30B4** get_address_of_bindings_3() { return &___bindings_3; } inline void set_bindings_3(BindingJsonU5BU5D_tAE92DA4FCC0E3900948300E503DE0ED684EC30B4* value) { ___bindings_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___bindings_3), (void*)value); } }; // Native definition for P/Invoke marshalling of UnityEngine.InputSystem.InputActionMap/WriteMapJson struct WriteMapJson_tCF9BC2C2255EFD7BC6150FF24E15E92CA59BD405_marshaled_pinvoke { char* ___name_0; char* ___id_1; WriteActionJson_tFD633E6A665AA353250A7971C716799CD28EED8E_marshaled_pinvoke* ___actions_2; BindingJson_t347A29B701719410931D8E8ABE356EADB19CF152_marshaled_pinvoke* ___bindings_3; }; // Native definition for COM marshalling of UnityEngine.InputSystem.InputActionMap/WriteMapJson struct WriteMapJson_tCF9BC2C2255EFD7BC6150FF24E15E92CA59BD405_marshaled_com { Il2CppChar* ___name_0; Il2CppChar* ___id_1; WriteActionJson_tFD633E6A665AA353250A7971C716799CD28EED8E_marshaled_com* ___actions_2; BindingJson_t347A29B701719410931D8E8ABE356EADB19CF152_marshaled_com* ___bindings_3; }; // UnityEngine.InputSystem.InputActionRebindingExtensions/Parameter struct Parameter_tCDDF536091650D2A0AD082686C6499465BD3BF0A { public: // System.Object UnityEngine.InputSystem.InputActionRebindingExtensions/Parameter::instance RuntimeObject * ___instance_0; // System.Reflection.FieldInfo UnityEngine.InputSystem.InputActionRebindingExtensions/Parameter::field FieldInfo_t * ___field_1; // System.Int32 UnityEngine.InputSystem.InputActionRebindingExtensions/Parameter::bindingIndex int32_t ___bindingIndex_2; public: inline static int32_t get_offset_of_instance_0() { return static_cast(offsetof(Parameter_tCDDF536091650D2A0AD082686C6499465BD3BF0A, ___instance_0)); } inline RuntimeObject * get_instance_0() const { return ___instance_0; } inline RuntimeObject ** get_address_of_instance_0() { return &___instance_0; } inline void set_instance_0(RuntimeObject * value) { ___instance_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___instance_0), (void*)value); } inline static int32_t get_offset_of_field_1() { return static_cast(offsetof(Parameter_tCDDF536091650D2A0AD082686C6499465BD3BF0A, ___field_1)); } inline FieldInfo_t * get_field_1() const { return ___field_1; } inline FieldInfo_t ** get_address_of_field_1() { return &___field_1; } inline void set_field_1(FieldInfo_t * value) { ___field_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___field_1), (void*)value); } inline static int32_t get_offset_of_bindingIndex_2() { return static_cast(offsetof(Parameter_tCDDF536091650D2A0AD082686C6499465BD3BF0A, ___bindingIndex_2)); } inline int32_t get_bindingIndex_2() const { return ___bindingIndex_2; } inline int32_t* get_address_of_bindingIndex_2() { return &___bindingIndex_2; } inline void set_bindingIndex_2(int32_t value) { ___bindingIndex_2 = value; } }; // Native definition for P/Invoke marshalling of UnityEngine.InputSystem.InputActionRebindingExtensions/Parameter struct Parameter_tCDDF536091650D2A0AD082686C6499465BD3BF0A_marshaled_pinvoke { Il2CppIUnknown* ___instance_0; FieldInfo_t * ___field_1; int32_t ___bindingIndex_2; }; // Native definition for COM marshalling of UnityEngine.InputSystem.InputActionRebindingExtensions/Parameter struct Parameter_tCDDF536091650D2A0AD082686C6499465BD3BF0A_marshaled_com { Il2CppIUnknown* ___instance_0; FieldInfo_t * ___field_1; int32_t ___bindingIndex_2; }; // UnityEngine.InputSystem.Utilities.InputActionTrace/ActionEventPtr struct ActionEventPtr_t96DB091F7D0156CC89FD14B00F323F13B81FB403 { public: // UnityEngine.InputSystem.InputActionState UnityEngine.InputSystem.Utilities.InputActionTrace/ActionEventPtr::m_State InputActionState_tBAB20591FD6515A6FF5D70EF641A423E270A33F9 * ___m_State_0; // UnityEngine.InputSystem.LowLevel.ActionEvent* UnityEngine.InputSystem.Utilities.InputActionTrace/ActionEventPtr::m_Ptr ActionEvent_t12598D9456C7953E3247F33C09C879BF879A0E48 * ___m_Ptr_1; public: inline static int32_t get_offset_of_m_State_0() { return static_cast(offsetof(ActionEventPtr_t96DB091F7D0156CC89FD14B00F323F13B81FB403, ___m_State_0)); } inline InputActionState_tBAB20591FD6515A6FF5D70EF641A423E270A33F9 * get_m_State_0() const { return ___m_State_0; } inline InputActionState_tBAB20591FD6515A6FF5D70EF641A423E270A33F9 ** get_address_of_m_State_0() { return &___m_State_0; } inline void set_m_State_0(InputActionState_tBAB20591FD6515A6FF5D70EF641A423E270A33F9 * value) { ___m_State_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_State_0), (void*)value); } inline static int32_t get_offset_of_m_Ptr_1() { return static_cast(offsetof(ActionEventPtr_t96DB091F7D0156CC89FD14B00F323F13B81FB403, ___m_Ptr_1)); } inline ActionEvent_t12598D9456C7953E3247F33C09C879BF879A0E48 * get_m_Ptr_1() const { return ___m_Ptr_1; } inline ActionEvent_t12598D9456C7953E3247F33C09C879BF879A0E48 ** get_address_of_m_Ptr_1() { return &___m_Ptr_1; } inline void set_m_Ptr_1(ActionEvent_t12598D9456C7953E3247F33C09C879BF879A0E48 * value) { ___m_Ptr_1 = value; } }; // Native definition for P/Invoke marshalling of UnityEngine.InputSystem.Utilities.InputActionTrace/ActionEventPtr struct ActionEventPtr_t96DB091F7D0156CC89FD14B00F323F13B81FB403_marshaled_pinvoke { InputActionState_tBAB20591FD6515A6FF5D70EF641A423E270A33F9 * ___m_State_0; ActionEvent_t12598D9456C7953E3247F33C09C879BF879A0E48 * ___m_Ptr_1; }; // Native definition for COM marshalling of UnityEngine.InputSystem.Utilities.InputActionTrace/ActionEventPtr struct ActionEventPtr_t96DB091F7D0156CC89FD14B00F323F13B81FB403_marshaled_com { InputActionState_tBAB20591FD6515A6FF5D70EF641A423E270A33F9 * ___m_State_0; ActionEvent_t12598D9456C7953E3247F33C09C879BF879A0E48 * ___m_Ptr_1; }; // UnityEngine.InputSystem.InputBindingCompositeContext/PartBinding struct PartBinding_tE86A8E039A6A38212C52C12C3D2EC9FD2895D3F0 { public: // System.Int32 UnityEngine.InputSystem.InputBindingCompositeContext/PartBinding::k__BackingField int32_t ___U3CpartU3Ek__BackingField_0; // UnityEngine.InputSystem.InputControl UnityEngine.InputSystem.InputBindingCompositeContext/PartBinding::k__BackingField InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * ___U3CcontrolU3Ek__BackingField_1; public: inline static int32_t get_offset_of_U3CpartU3Ek__BackingField_0() { return static_cast(offsetof(PartBinding_tE86A8E039A6A38212C52C12C3D2EC9FD2895D3F0, ___U3CpartU3Ek__BackingField_0)); } inline int32_t get_U3CpartU3Ek__BackingField_0() const { return ___U3CpartU3Ek__BackingField_0; } inline int32_t* get_address_of_U3CpartU3Ek__BackingField_0() { return &___U3CpartU3Ek__BackingField_0; } inline void set_U3CpartU3Ek__BackingField_0(int32_t value) { ___U3CpartU3Ek__BackingField_0 = value; } inline static int32_t get_offset_of_U3CcontrolU3Ek__BackingField_1() { return static_cast(offsetof(PartBinding_tE86A8E039A6A38212C52C12C3D2EC9FD2895D3F0, ___U3CcontrolU3Ek__BackingField_1)); } inline InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * get_U3CcontrolU3Ek__BackingField_1() const { return ___U3CcontrolU3Ek__BackingField_1; } inline InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 ** get_address_of_U3CcontrolU3Ek__BackingField_1() { return &___U3CcontrolU3Ek__BackingField_1; } inline void set_U3CcontrolU3Ek__BackingField_1(InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * value) { ___U3CcontrolU3Ek__BackingField_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CcontrolU3Ek__BackingField_1), (void*)value); } }; // Native definition for P/Invoke marshalling of UnityEngine.InputSystem.InputBindingCompositeContext/PartBinding struct PartBinding_tE86A8E039A6A38212C52C12C3D2EC9FD2895D3F0_marshaled_pinvoke { int32_t ___U3CpartU3Ek__BackingField_0; InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * ___U3CcontrolU3Ek__BackingField_1; }; // Native definition for COM marshalling of UnityEngine.InputSystem.InputBindingCompositeContext/PartBinding struct PartBinding_tE86A8E039A6A38212C52C12C3D2EC9FD2895D3F0_marshaled_com { int32_t ___U3CpartU3Ek__BackingField_0; InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * ___U3CcontrolU3Ek__BackingField_1; }; // UnityEngine.InputSystem.InputControlScheme/SchemeJson struct SchemeJson_tB69DB8B2A8EDE1FF4F72BF63C4DB651A095CD9ED { public: // System.String UnityEngine.InputSystem.InputControlScheme/SchemeJson::name String_t* ___name_0; // System.String UnityEngine.InputSystem.InputControlScheme/SchemeJson::bindingGroup String_t* ___bindingGroup_1; // UnityEngine.InputSystem.InputControlScheme/SchemeJson/DeviceJson[] UnityEngine.InputSystem.InputControlScheme/SchemeJson::devices DeviceJsonU5BU5D_tD438D8EA8980895AD24A4F143673C4FC8C13A0EB* ___devices_2; public: inline static int32_t get_offset_of_name_0() { return static_cast(offsetof(SchemeJson_tB69DB8B2A8EDE1FF4F72BF63C4DB651A095CD9ED, ___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_bindingGroup_1() { return static_cast(offsetof(SchemeJson_tB69DB8B2A8EDE1FF4F72BF63C4DB651A095CD9ED, ___bindingGroup_1)); } inline String_t* get_bindingGroup_1() const { return ___bindingGroup_1; } inline String_t** get_address_of_bindingGroup_1() { return &___bindingGroup_1; } inline void set_bindingGroup_1(String_t* value) { ___bindingGroup_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___bindingGroup_1), (void*)value); } inline static int32_t get_offset_of_devices_2() { return static_cast(offsetof(SchemeJson_tB69DB8B2A8EDE1FF4F72BF63C4DB651A095CD9ED, ___devices_2)); } inline DeviceJsonU5BU5D_tD438D8EA8980895AD24A4F143673C4FC8C13A0EB* get_devices_2() const { return ___devices_2; } inline DeviceJsonU5BU5D_tD438D8EA8980895AD24A4F143673C4FC8C13A0EB** get_address_of_devices_2() { return &___devices_2; } inline void set_devices_2(DeviceJsonU5BU5D_tD438D8EA8980895AD24A4F143673C4FC8C13A0EB* value) { ___devices_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___devices_2), (void*)value); } }; // Native definition for P/Invoke marshalling of UnityEngine.InputSystem.InputControlScheme/SchemeJson struct SchemeJson_tB69DB8B2A8EDE1FF4F72BF63C4DB651A095CD9ED_marshaled_pinvoke { char* ___name_0; char* ___bindingGroup_1; DeviceJson_tC6DE2DEF0B6F89BFD244851A3C92B781547E9860_marshaled_pinvoke* ___devices_2; }; // Native definition for COM marshalling of UnityEngine.InputSystem.InputControlScheme/SchemeJson struct SchemeJson_tB69DB8B2A8EDE1FF4F72BF63C4DB651A095CD9ED_marshaled_com { Il2CppChar* ___name_0; Il2CppChar* ___bindingGroup_1; DeviceJson_tC6DE2DEF0B6F89BFD244851A3C92B781547E9860_marshaled_com* ___devices_2; }; // UnityEngine.InputSystem.InputManager/StateChangeMonitorListener struct StateChangeMonitorListener_t438EEB3B8EC5C287AACCE8321BE5B283ACCB7757 { public: // UnityEngine.InputSystem.InputControl UnityEngine.InputSystem.InputManager/StateChangeMonitorListener::control InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * ___control_0; // UnityEngine.InputSystem.LowLevel.IInputStateChangeMonitor UnityEngine.InputSystem.InputManager/StateChangeMonitorListener::monitor RuntimeObject* ___monitor_1; // System.Int64 UnityEngine.InputSystem.InputManager/StateChangeMonitorListener::monitorIndex int64_t ___monitorIndex_2; // System.UInt32 UnityEngine.InputSystem.InputManager/StateChangeMonitorListener::groupIndex uint32_t ___groupIndex_3; public: inline static int32_t get_offset_of_control_0() { return static_cast(offsetof(StateChangeMonitorListener_t438EEB3B8EC5C287AACCE8321BE5B283ACCB7757, ___control_0)); } inline InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * get_control_0() const { return ___control_0; } inline InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 ** get_address_of_control_0() { return &___control_0; } inline void set_control_0(InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * value) { ___control_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___control_0), (void*)value); } inline static int32_t get_offset_of_monitor_1() { return static_cast(offsetof(StateChangeMonitorListener_t438EEB3B8EC5C287AACCE8321BE5B283ACCB7757, ___monitor_1)); } inline RuntimeObject* get_monitor_1() const { return ___monitor_1; } inline RuntimeObject** get_address_of_monitor_1() { return &___monitor_1; } inline void set_monitor_1(RuntimeObject* value) { ___monitor_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___monitor_1), (void*)value); } inline static int32_t get_offset_of_monitorIndex_2() { return static_cast(offsetof(StateChangeMonitorListener_t438EEB3B8EC5C287AACCE8321BE5B283ACCB7757, ___monitorIndex_2)); } inline int64_t get_monitorIndex_2() const { return ___monitorIndex_2; } inline int64_t* get_address_of_monitorIndex_2() { return &___monitorIndex_2; } inline void set_monitorIndex_2(int64_t value) { ___monitorIndex_2 = value; } inline static int32_t get_offset_of_groupIndex_3() { return static_cast(offsetof(StateChangeMonitorListener_t438EEB3B8EC5C287AACCE8321BE5B283ACCB7757, ___groupIndex_3)); } inline uint32_t get_groupIndex_3() const { return ___groupIndex_3; } inline uint32_t* get_address_of_groupIndex_3() { return &___groupIndex_3; } inline void set_groupIndex_3(uint32_t value) { ___groupIndex_3 = value; } }; // Native definition for P/Invoke marshalling of UnityEngine.InputSystem.InputManager/StateChangeMonitorListener struct StateChangeMonitorListener_t438EEB3B8EC5C287AACCE8321BE5B283ACCB7757_marshaled_pinvoke { InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * ___control_0; RuntimeObject* ___monitor_1; int64_t ___monitorIndex_2; uint32_t ___groupIndex_3; }; // Native definition for COM marshalling of UnityEngine.InputSystem.InputManager/StateChangeMonitorListener struct StateChangeMonitorListener_t438EEB3B8EC5C287AACCE8321BE5B283ACCB7757_marshaled_com { InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * ___control_0; RuntimeObject* ___monitor_1; int64_t ___monitorIndex_2; uint32_t ___groupIndex_3; }; // UnityEngine.InputSystem.InputManager/StateChangeMonitorTimeout struct StateChangeMonitorTimeout_tF444060D4A082452E9CF9D6927AAA860A1194391 { public: // UnityEngine.InputSystem.InputControl UnityEngine.InputSystem.InputManager/StateChangeMonitorTimeout::control InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * ___control_0; // System.Double UnityEngine.InputSystem.InputManager/StateChangeMonitorTimeout::time double ___time_1; // UnityEngine.InputSystem.LowLevel.IInputStateChangeMonitor UnityEngine.InputSystem.InputManager/StateChangeMonitorTimeout::monitor RuntimeObject* ___monitor_2; // System.Int64 UnityEngine.InputSystem.InputManager/StateChangeMonitorTimeout::monitorIndex int64_t ___monitorIndex_3; // System.Int32 UnityEngine.InputSystem.InputManager/StateChangeMonitorTimeout::timerIndex int32_t ___timerIndex_4; public: inline static int32_t get_offset_of_control_0() { return static_cast(offsetof(StateChangeMonitorTimeout_tF444060D4A082452E9CF9D6927AAA860A1194391, ___control_0)); } inline InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * get_control_0() const { return ___control_0; } inline InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 ** get_address_of_control_0() { return &___control_0; } inline void set_control_0(InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * value) { ___control_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___control_0), (void*)value); } inline static int32_t get_offset_of_time_1() { return static_cast(offsetof(StateChangeMonitorTimeout_tF444060D4A082452E9CF9D6927AAA860A1194391, ___time_1)); } inline double get_time_1() const { return ___time_1; } inline double* get_address_of_time_1() { return &___time_1; } inline void set_time_1(double value) { ___time_1 = value; } inline static int32_t get_offset_of_monitor_2() { return static_cast(offsetof(StateChangeMonitorTimeout_tF444060D4A082452E9CF9D6927AAA860A1194391, ___monitor_2)); } inline RuntimeObject* get_monitor_2() const { return ___monitor_2; } inline RuntimeObject** get_address_of_monitor_2() { return &___monitor_2; } inline void set_monitor_2(RuntimeObject* value) { ___monitor_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___monitor_2), (void*)value); } inline static int32_t get_offset_of_monitorIndex_3() { return static_cast(offsetof(StateChangeMonitorTimeout_tF444060D4A082452E9CF9D6927AAA860A1194391, ___monitorIndex_3)); } inline int64_t get_monitorIndex_3() const { return ___monitorIndex_3; } inline int64_t* get_address_of_monitorIndex_3() { return &___monitorIndex_3; } inline void set_monitorIndex_3(int64_t value) { ___monitorIndex_3 = value; } inline static int32_t get_offset_of_timerIndex_4() { return static_cast(offsetof(StateChangeMonitorTimeout_tF444060D4A082452E9CF9D6927AAA860A1194391, ___timerIndex_4)); } inline int32_t get_timerIndex_4() const { return ___timerIndex_4; } inline int32_t* get_address_of_timerIndex_4() { return &___timerIndex_4; } inline void set_timerIndex_4(int32_t value) { ___timerIndex_4 = value; } }; // Native definition for P/Invoke marshalling of UnityEngine.InputSystem.InputManager/StateChangeMonitorTimeout struct StateChangeMonitorTimeout_tF444060D4A082452E9CF9D6927AAA860A1194391_marshaled_pinvoke { InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * ___control_0; double ___time_1; RuntimeObject* ___monitor_2; int64_t ___monitorIndex_3; int32_t ___timerIndex_4; }; // Native definition for COM marshalling of UnityEngine.InputSystem.InputManager/StateChangeMonitorTimeout struct StateChangeMonitorTimeout_tF444060D4A082452E9CF9D6927AAA860A1194391_marshaled_com { InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * ___control_0; double ___time_1; RuntimeObject* ___monitor_2; int64_t ___monitorIndex_3; int32_t ___timerIndex_4; }; // UnityEngine.InputSystem.InputRemoting/RemoteSender struct RemoteSender_t93CD189B309CDCE886C77992DA436B2EF006401C { public: // System.Int32 UnityEngine.InputSystem.InputRemoting/RemoteSender::senderId int32_t ___senderId_0; // UnityEngine.InputSystem.Utilities.InternedString[] UnityEngine.InputSystem.InputRemoting/RemoteSender::layouts InternedStringU5BU5D_t1EAE8433C8EF7C76894673801EE0EE9F6833E9A4* ___layouts_1; // UnityEngine.InputSystem.InputRemoting/RemoteInputDevice[] UnityEngine.InputSystem.InputRemoting/RemoteSender::devices RemoteInputDeviceU5BU5D_tC5C468462466D12A8B5E0EC4AE5689BDCEC9C5D3* ___devices_2; public: inline static int32_t get_offset_of_senderId_0() { return static_cast(offsetof(RemoteSender_t93CD189B309CDCE886C77992DA436B2EF006401C, ___senderId_0)); } inline int32_t get_senderId_0() const { return ___senderId_0; } inline int32_t* get_address_of_senderId_0() { return &___senderId_0; } inline void set_senderId_0(int32_t value) { ___senderId_0 = value; } inline static int32_t get_offset_of_layouts_1() { return static_cast(offsetof(RemoteSender_t93CD189B309CDCE886C77992DA436B2EF006401C, ___layouts_1)); } inline InternedStringU5BU5D_t1EAE8433C8EF7C76894673801EE0EE9F6833E9A4* get_layouts_1() const { return ___layouts_1; } inline InternedStringU5BU5D_t1EAE8433C8EF7C76894673801EE0EE9F6833E9A4** get_address_of_layouts_1() { return &___layouts_1; } inline void set_layouts_1(InternedStringU5BU5D_t1EAE8433C8EF7C76894673801EE0EE9F6833E9A4* value) { ___layouts_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___layouts_1), (void*)value); } inline static int32_t get_offset_of_devices_2() { return static_cast(offsetof(RemoteSender_t93CD189B309CDCE886C77992DA436B2EF006401C, ___devices_2)); } inline RemoteInputDeviceU5BU5D_tC5C468462466D12A8B5E0EC4AE5689BDCEC9C5D3* get_devices_2() const { return ___devices_2; } inline RemoteInputDeviceU5BU5D_tC5C468462466D12A8B5E0EC4AE5689BDCEC9C5D3** get_address_of_devices_2() { return &___devices_2; } inline void set_devices_2(RemoteInputDeviceU5BU5D_tC5C468462466D12A8B5E0EC4AE5689BDCEC9C5D3* value) { ___devices_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___devices_2), (void*)value); } }; // Native definition for P/Invoke marshalling of UnityEngine.InputSystem.InputRemoting/RemoteSender struct RemoteSender_t93CD189B309CDCE886C77992DA436B2EF006401C_marshaled_pinvoke { int32_t ___senderId_0; InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED_marshaled_pinvoke* ___layouts_1; RemoteInputDevice_t6E2A1B58FFB0ADED6F6A0780D9EB05F7CC5F35A4_marshaled_pinvoke* ___devices_2; }; // Native definition for COM marshalling of UnityEngine.InputSystem.InputRemoting/RemoteSender struct RemoteSender_t93CD189B309CDCE886C77992DA436B2EF006401C_marshaled_com { int32_t ___senderId_0; InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED_marshaled_com* ___layouts_1; RemoteInputDevice_t6E2A1B58FFB0ADED6F6A0780D9EB05F7CC5F35A4_marshaled_com* ___devices_2; }; // UnityEngine.InputSystem.LowLevel.InputStateHistory/Record struct Record_t5D2EF3432D8EA5FE1E2CF58B5345D23FF06DD445 { public: // UnityEngine.InputSystem.LowLevel.InputStateHistory UnityEngine.InputSystem.LowLevel.InputStateHistory/Record::m_Owner InputStateHistory_t0869C8331534E5D5C7E2D33FA6EEC05E85C18A31 * ___m_Owner_0; // System.Int32 UnityEngine.InputSystem.LowLevel.InputStateHistory/Record::m_IndexPlusOne int32_t ___m_IndexPlusOne_1; // System.UInt32 UnityEngine.InputSystem.LowLevel.InputStateHistory/Record::m_Version uint32_t ___m_Version_2; public: inline static int32_t get_offset_of_m_Owner_0() { return static_cast(offsetof(Record_t5D2EF3432D8EA5FE1E2CF58B5345D23FF06DD445, ___m_Owner_0)); } inline InputStateHistory_t0869C8331534E5D5C7E2D33FA6EEC05E85C18A31 * get_m_Owner_0() const { return ___m_Owner_0; } inline InputStateHistory_t0869C8331534E5D5C7E2D33FA6EEC05E85C18A31 ** get_address_of_m_Owner_0() { return &___m_Owner_0; } inline void set_m_Owner_0(InputStateHistory_t0869C8331534E5D5C7E2D33FA6EEC05E85C18A31 * value) { ___m_Owner_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_Owner_0), (void*)value); } inline static int32_t get_offset_of_m_IndexPlusOne_1() { return static_cast(offsetof(Record_t5D2EF3432D8EA5FE1E2CF58B5345D23FF06DD445, ___m_IndexPlusOne_1)); } inline int32_t get_m_IndexPlusOne_1() const { return ___m_IndexPlusOne_1; } inline int32_t* get_address_of_m_IndexPlusOne_1() { return &___m_IndexPlusOne_1; } inline void set_m_IndexPlusOne_1(int32_t value) { ___m_IndexPlusOne_1 = value; } inline static int32_t get_offset_of_m_Version_2() { return static_cast(offsetof(Record_t5D2EF3432D8EA5FE1E2CF58B5345D23FF06DD445, ___m_Version_2)); } inline uint32_t get_m_Version_2() const { return ___m_Version_2; } inline uint32_t* get_address_of_m_Version_2() { return &___m_Version_2; } inline void set_m_Version_2(uint32_t value) { ___m_Version_2 = value; } }; // Native definition for P/Invoke marshalling of UnityEngine.InputSystem.LowLevel.InputStateHistory/Record struct Record_t5D2EF3432D8EA5FE1E2CF58B5345D23FF06DD445_marshaled_pinvoke { InputStateHistory_t0869C8331534E5D5C7E2D33FA6EEC05E85C18A31 * ___m_Owner_0; int32_t ___m_IndexPlusOne_1; uint32_t ___m_Version_2; }; // Native definition for COM marshalling of UnityEngine.InputSystem.LowLevel.InputStateHistory/Record struct Record_t5D2EF3432D8EA5FE1E2CF58B5345D23FF06DD445_marshaled_com { InputStateHistory_t0869C8331534E5D5C7E2D33FA6EEC05E85C18A31 * ___m_Owner_0; int32_t ___m_IndexPlusOne_1; uint32_t ___m_Version_2; }; // UnityEngine.InputSystem.UI.InputSystemUIInputModule/InputActionReferenceState struct InputActionReferenceState_tC50425D7B458699BD615743E4D1EEA2867AE59DF { public: // System.Int32 UnityEngine.InputSystem.UI.InputSystemUIInputModule/InputActionReferenceState::refCount int32_t ___refCount_0; // System.Boolean UnityEngine.InputSystem.UI.InputSystemUIInputModule/InputActionReferenceState::enabledByInputModule bool ___enabledByInputModule_1; public: inline static int32_t get_offset_of_refCount_0() { return static_cast(offsetof(InputActionReferenceState_tC50425D7B458699BD615743E4D1EEA2867AE59DF, ___refCount_0)); } inline int32_t get_refCount_0() const { return ___refCount_0; } inline int32_t* get_address_of_refCount_0() { return &___refCount_0; } inline void set_refCount_0(int32_t value) { ___refCount_0 = value; } inline static int32_t get_offset_of_enabledByInputModule_1() { return static_cast(offsetof(InputActionReferenceState_tC50425D7B458699BD615743E4D1EEA2867AE59DF, ___enabledByInputModule_1)); } inline bool get_enabledByInputModule_1() const { return ___enabledByInputModule_1; } inline bool* get_address_of_enabledByInputModule_1() { return &___enabledByInputModule_1; } inline void set_enabledByInputModule_1(bool value) { ___enabledByInputModule_1 = value; } }; // Native definition for P/Invoke marshalling of UnityEngine.InputSystem.UI.InputSystemUIInputModule/InputActionReferenceState struct InputActionReferenceState_tC50425D7B458699BD615743E4D1EEA2867AE59DF_marshaled_pinvoke { int32_t ___refCount_0; int32_t ___enabledByInputModule_1; }; // Native definition for COM marshalling of UnityEngine.InputSystem.UI.InputSystemUIInputModule/InputActionReferenceState struct InputActionReferenceState_tC50425D7B458699BD615743E4D1EEA2867AE59DF_marshaled_com { int32_t ___refCount_0; int32_t ___enabledByInputModule_1; }; // UnityEngine.InputSystem.Users.InputUser/OngoingAccountSelection struct OngoingAccountSelection_tD333D4FF49EF1F6A9A3EA8ABC61B6027A8A3DB4E { public: // UnityEngine.InputSystem.InputDevice UnityEngine.InputSystem.Users.InputUser/OngoingAccountSelection::device InputDevice_t64BD575C54DB522A280D29E47F96E52B79B22D87 * ___device_0; // System.UInt32 UnityEngine.InputSystem.Users.InputUser/OngoingAccountSelection::userId uint32_t ___userId_1; public: inline static int32_t get_offset_of_device_0() { return static_cast(offsetof(OngoingAccountSelection_tD333D4FF49EF1F6A9A3EA8ABC61B6027A8A3DB4E, ___device_0)); } inline InputDevice_t64BD575C54DB522A280D29E47F96E52B79B22D87 * get_device_0() const { return ___device_0; } inline InputDevice_t64BD575C54DB522A280D29E47F96E52B79B22D87 ** get_address_of_device_0() { return &___device_0; } inline void set_device_0(InputDevice_t64BD575C54DB522A280D29E47F96E52B79B22D87 * value) { ___device_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___device_0), (void*)value); } inline static int32_t get_offset_of_userId_1() { return static_cast(offsetof(OngoingAccountSelection_tD333D4FF49EF1F6A9A3EA8ABC61B6027A8A3DB4E, ___userId_1)); } inline uint32_t get_userId_1() const { return ___userId_1; } inline uint32_t* get_address_of_userId_1() { return &___userId_1; } inline void set_userId_1(uint32_t value) { ___userId_1 = value; } }; // Native definition for P/Invoke marshalling of UnityEngine.InputSystem.Users.InputUser/OngoingAccountSelection struct OngoingAccountSelection_tD333D4FF49EF1F6A9A3EA8ABC61B6027A8A3DB4E_marshaled_pinvoke { InputDevice_t64BD575C54DB522A280D29E47F96E52B79B22D87 * ___device_0; uint32_t ___userId_1; }; // Native definition for COM marshalling of UnityEngine.InputSystem.Users.InputUser/OngoingAccountSelection struct OngoingAccountSelection_tD333D4FF49EF1F6A9A3EA8ABC61B6027A8A3DB4E_marshaled_com { InputDevice_t64BD575C54DB522A280D29E47F96E52B79B22D87 * ___device_0; uint32_t ___userId_1; }; // UnityEngine.Experimental.Rendering.Universal.Light2DBlendStyle/BlendFactors struct BlendFactors_tBD57409A01A6700CE58058F2776A2851DD7303C9 { public: // System.Single UnityEngine.Experimental.Rendering.Universal.Light2DBlendStyle/BlendFactors::multiplicative float ___multiplicative_0; // System.Single UnityEngine.Experimental.Rendering.Universal.Light2DBlendStyle/BlendFactors::additive float ___additive_1; public: inline static int32_t get_offset_of_multiplicative_0() { return static_cast(offsetof(BlendFactors_tBD57409A01A6700CE58058F2776A2851DD7303C9, ___multiplicative_0)); } inline float get_multiplicative_0() const { return ___multiplicative_0; } inline float* get_address_of_multiplicative_0() { return &___multiplicative_0; } inline void set_multiplicative_0(float value) { ___multiplicative_0 = value; } inline static int32_t get_offset_of_additive_1() { return static_cast(offsetof(BlendFactors_tBD57409A01A6700CE58058F2776A2851DD7303C9, ___additive_1)); } inline float get_additive_1() const { return ___additive_1; } inline float* get_address_of_additive_1() { return &___additive_1; } inline void set_additive_1(float value) { ___additive_1 = value; } }; // UnityEngine.InputSystem.Utilities.MemoryHelpers/BitRegion struct BitRegion_t0A31F0D449F981815087F908462AF4D5C07DE8A0 { public: // System.UInt32 UnityEngine.InputSystem.Utilities.MemoryHelpers/BitRegion::bitOffset uint32_t ___bitOffset_0; // System.UInt32 UnityEngine.InputSystem.Utilities.MemoryHelpers/BitRegion::sizeInBits uint32_t ___sizeInBits_1; public: inline static int32_t get_offset_of_bitOffset_0() { return static_cast(offsetof(BitRegion_t0A31F0D449F981815087F908462AF4D5C07DE8A0, ___bitOffset_0)); } inline uint32_t get_bitOffset_0() const { return ___bitOffset_0; } inline uint32_t* get_address_of_bitOffset_0() { return &___bitOffset_0; } inline void set_bitOffset_0(uint32_t value) { ___bitOffset_0 = value; } inline static int32_t get_offset_of_sizeInBits_1() { return static_cast(offsetof(BitRegion_t0A31F0D449F981815087F908462AF4D5C07DE8A0, ___sizeInBits_1)); } inline uint32_t get_sizeInBits_1() const { return ___sizeInBits_1; } inline uint32_t* get_address_of_sizeInBits_1() { return &___sizeInBits_1; } inline void set_sizeInBits_1(uint32_t value) { ___sizeInBits_1 = value; } }; // ONSPPropagationGeometry/MeshMaterial struct MeshMaterial_tE5F39C9E8D1160D3FDE1ABFE9AFDD89E30194C29 { public: // UnityEngine.MeshFilter ONSPPropagationGeometry/MeshMaterial::meshFilter MeshFilter_t763BB2BBF3881176AD25E4570E6DD215BA0AA51A * ___meshFilter_0; // ONSPPropagationMaterial[] ONSPPropagationGeometry/MeshMaterial::materials ONSPPropagationMaterialU5BU5D_tEADEC364F10F56DA10285B0195F5D14FD17C75E6* ___materials_1; public: inline static int32_t get_offset_of_meshFilter_0() { return static_cast(offsetof(MeshMaterial_tE5F39C9E8D1160D3FDE1ABFE9AFDD89E30194C29, ___meshFilter_0)); } inline MeshFilter_t763BB2BBF3881176AD25E4570E6DD215BA0AA51A * get_meshFilter_0() const { return ___meshFilter_0; } inline MeshFilter_t763BB2BBF3881176AD25E4570E6DD215BA0AA51A ** get_address_of_meshFilter_0() { return &___meshFilter_0; } inline void set_meshFilter_0(MeshFilter_t763BB2BBF3881176AD25E4570E6DD215BA0AA51A * value) { ___meshFilter_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___meshFilter_0), (void*)value); } inline static int32_t get_offset_of_materials_1() { return static_cast(offsetof(MeshMaterial_tE5F39C9E8D1160D3FDE1ABFE9AFDD89E30194C29, ___materials_1)); } inline ONSPPropagationMaterialU5BU5D_tEADEC364F10F56DA10285B0195F5D14FD17C75E6* get_materials_1() const { return ___materials_1; } inline ONSPPropagationMaterialU5BU5D_tEADEC364F10F56DA10285B0195F5D14FD17C75E6** get_address_of_materials_1() { return &___materials_1; } inline void set_materials_1(ONSPPropagationMaterialU5BU5D_tEADEC364F10F56DA10285B0195F5D14FD17C75E6* value) { ___materials_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___materials_1), (void*)value); } }; // Native definition for P/Invoke marshalling of ONSPPropagationGeometry/MeshMaterial struct MeshMaterial_tE5F39C9E8D1160D3FDE1ABFE9AFDD89E30194C29_marshaled_pinvoke { MeshFilter_t763BB2BBF3881176AD25E4570E6DD215BA0AA51A * ___meshFilter_0; ONSPPropagationMaterialU5BU5D_tEADEC364F10F56DA10285B0195F5D14FD17C75E6* ___materials_1; }; // Native definition for COM marshalling of ONSPPropagationGeometry/MeshMaterial struct MeshMaterial_tE5F39C9E8D1160D3FDE1ABFE9AFDD89E30194C29_marshaled_com { MeshFilter_t763BB2BBF3881176AD25E4570E6DD215BA0AA51A * ___meshFilter_0; ONSPPropagationMaterialU5BU5D_tEADEC364F10F56DA10285B0195F5D14FD17C75E6* ___materials_1; }; // ONSPPropagationGeometry/TerrainMaterial struct TerrainMaterial_t0602DCD2D1679FB49F0F5932C92DABC515E488BC { public: // UnityEngine.Terrain ONSPPropagationGeometry/TerrainMaterial::terrain Terrain_t2C0E3B3A2895E81446EFF4F5AFD601CF977D1836 * ___terrain_0; // ONSPPropagationMaterial[] ONSPPropagationGeometry/TerrainMaterial::materials ONSPPropagationMaterialU5BU5D_tEADEC364F10F56DA10285B0195F5D14FD17C75E6* ___materials_1; // UnityEngine.Mesh[] ONSPPropagationGeometry/TerrainMaterial::treePrototypeMeshes MeshU5BU5D_t9083AB7B9B72E4E05B55B7CA24A5D6020DC1C6D8* ___treePrototypeMeshes_2; public: inline static int32_t get_offset_of_terrain_0() { return static_cast(offsetof(TerrainMaterial_t0602DCD2D1679FB49F0F5932C92DABC515E488BC, ___terrain_0)); } inline Terrain_t2C0E3B3A2895E81446EFF4F5AFD601CF977D1836 * get_terrain_0() const { return ___terrain_0; } inline Terrain_t2C0E3B3A2895E81446EFF4F5AFD601CF977D1836 ** get_address_of_terrain_0() { return &___terrain_0; } inline void set_terrain_0(Terrain_t2C0E3B3A2895E81446EFF4F5AFD601CF977D1836 * value) { ___terrain_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___terrain_0), (void*)value); } inline static int32_t get_offset_of_materials_1() { return static_cast(offsetof(TerrainMaterial_t0602DCD2D1679FB49F0F5932C92DABC515E488BC, ___materials_1)); } inline ONSPPropagationMaterialU5BU5D_tEADEC364F10F56DA10285B0195F5D14FD17C75E6* get_materials_1() const { return ___materials_1; } inline ONSPPropagationMaterialU5BU5D_tEADEC364F10F56DA10285B0195F5D14FD17C75E6** get_address_of_materials_1() { return &___materials_1; } inline void set_materials_1(ONSPPropagationMaterialU5BU5D_tEADEC364F10F56DA10285B0195F5D14FD17C75E6* value) { ___materials_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___materials_1), (void*)value); } inline static int32_t get_offset_of_treePrototypeMeshes_2() { return static_cast(offsetof(TerrainMaterial_t0602DCD2D1679FB49F0F5932C92DABC515E488BC, ___treePrototypeMeshes_2)); } inline MeshU5BU5D_t9083AB7B9B72E4E05B55B7CA24A5D6020DC1C6D8* get_treePrototypeMeshes_2() const { return ___treePrototypeMeshes_2; } inline MeshU5BU5D_t9083AB7B9B72E4E05B55B7CA24A5D6020DC1C6D8** get_address_of_treePrototypeMeshes_2() { return &___treePrototypeMeshes_2; } inline void set_treePrototypeMeshes_2(MeshU5BU5D_t9083AB7B9B72E4E05B55B7CA24A5D6020DC1C6D8* value) { ___treePrototypeMeshes_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___treePrototypeMeshes_2), (void*)value); } }; // Native definition for P/Invoke marshalling of ONSPPropagationGeometry/TerrainMaterial struct TerrainMaterial_t0602DCD2D1679FB49F0F5932C92DABC515E488BC_marshaled_pinvoke { Terrain_t2C0E3B3A2895E81446EFF4F5AFD601CF977D1836 * ___terrain_0; ONSPPropagationMaterialU5BU5D_tEADEC364F10F56DA10285B0195F5D14FD17C75E6* ___materials_1; MeshU5BU5D_t9083AB7B9B72E4E05B55B7CA24A5D6020DC1C6D8* ___treePrototypeMeshes_2; }; // Native definition for COM marshalling of ONSPPropagationGeometry/TerrainMaterial struct TerrainMaterial_t0602DCD2D1679FB49F0F5932C92DABC515E488BC_marshaled_com { Terrain_t2C0E3B3A2895E81446EFF4F5AFD601CF977D1836 * ___terrain_0; ONSPPropagationMaterialU5BU5D_tEADEC364F10F56DA10285B0195F5D14FD17C75E6* ___materials_1; MeshU5BU5D_t9083AB7B9B72E4E05B55B7CA24A5D6020DC1C6D8* ___treePrototypeMeshes_2; }; // OVRDisplay/EyeFov struct EyeFov_t932550483BD832E164BAA6F3803245F65617C0C4 { public: // System.Single OVRDisplay/EyeFov::UpFov float ___UpFov_0; // System.Single OVRDisplay/EyeFov::DownFov float ___DownFov_1; // System.Single OVRDisplay/EyeFov::LeftFov float ___LeftFov_2; // System.Single OVRDisplay/EyeFov::RightFov float ___RightFov_3; public: inline static int32_t get_offset_of_UpFov_0() { return static_cast(offsetof(EyeFov_t932550483BD832E164BAA6F3803245F65617C0C4, ___UpFov_0)); } inline float get_UpFov_0() const { return ___UpFov_0; } inline float* get_address_of_UpFov_0() { return &___UpFov_0; } inline void set_UpFov_0(float value) { ___UpFov_0 = value; } inline static int32_t get_offset_of_DownFov_1() { return static_cast(offsetof(EyeFov_t932550483BD832E164BAA6F3803245F65617C0C4, ___DownFov_1)); } inline float get_DownFov_1() const { return ___DownFov_1; } inline float* get_address_of_DownFov_1() { return &___DownFov_1; } inline void set_DownFov_1(float value) { ___DownFov_1 = value; } inline static int32_t get_offset_of_LeftFov_2() { return static_cast(offsetof(EyeFov_t932550483BD832E164BAA6F3803245F65617C0C4, ___LeftFov_2)); } inline float get_LeftFov_2() const { return ___LeftFov_2; } inline float* get_address_of_LeftFov_2() { return &___LeftFov_2; } inline void set_LeftFov_2(float value) { ___LeftFov_2 = value; } inline static int32_t get_offset_of_RightFov_3() { return static_cast(offsetof(EyeFov_t932550483BD832E164BAA6F3803245F65617C0C4, ___RightFov_3)); } inline float get_RightFov_3() const { return ___RightFov_3; } inline float* get_address_of_RightFov_3() { return &___RightFov_3; } inline void set_RightFov_3(float value) { ___RightFov_3 = value; } }; // OVRPassthroughLayer/DeferredPassthroughMeshAddition struct DeferredPassthroughMeshAddition_t45C528D4E05C488B1777B4CAE8A36B7BC23FE873 { public: // UnityEngine.GameObject OVRPassthroughLayer/DeferredPassthroughMeshAddition::gameObject GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * ___gameObject_0; // System.Boolean OVRPassthroughLayer/DeferredPassthroughMeshAddition::updateTransform bool ___updateTransform_1; public: inline static int32_t get_offset_of_gameObject_0() { return static_cast(offsetof(DeferredPassthroughMeshAddition_t45C528D4E05C488B1777B4CAE8A36B7BC23FE873, ___gameObject_0)); } inline GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * get_gameObject_0() const { return ___gameObject_0; } inline GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 ** get_address_of_gameObject_0() { return &___gameObject_0; } inline void set_gameObject_0(GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * value) { ___gameObject_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___gameObject_0), (void*)value); } inline static int32_t get_offset_of_updateTransform_1() { return static_cast(offsetof(DeferredPassthroughMeshAddition_t45C528D4E05C488B1777B4CAE8A36B7BC23FE873, ___updateTransform_1)); } inline bool get_updateTransform_1() const { return ___updateTransform_1; } inline bool* get_address_of_updateTransform_1() { return &___updateTransform_1; } inline void set_updateTransform_1(bool value) { ___updateTransform_1 = value; } }; // Native definition for P/Invoke marshalling of OVRPassthroughLayer/DeferredPassthroughMeshAddition struct DeferredPassthroughMeshAddition_t45C528D4E05C488B1777B4CAE8A36B7BC23FE873_marshaled_pinvoke { GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * ___gameObject_0; int32_t ___updateTransform_1; }; // Native definition for COM marshalling of OVRPassthroughLayer/DeferredPassthroughMeshAddition struct DeferredPassthroughMeshAddition_t45C528D4E05C488B1777B4CAE8A36B7BC23FE873_marshaled_com { GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * ___gameObject_0; int32_t ___updateTransform_1; }; // OVRPassthroughLayer/PassthroughMeshInstance struct PassthroughMeshInstance_tE7FF80851E9E9A5716598F6CF96E8C54A0AAECCF { public: // System.UInt64 OVRPassthroughLayer/PassthroughMeshInstance::meshHandle uint64_t ___meshHandle_0; // System.UInt64 OVRPassthroughLayer/PassthroughMeshInstance::instanceHandle uint64_t ___instanceHandle_1; // System.Boolean OVRPassthroughLayer/PassthroughMeshInstance::updateTransform bool ___updateTransform_2; public: inline static int32_t get_offset_of_meshHandle_0() { return static_cast(offsetof(PassthroughMeshInstance_tE7FF80851E9E9A5716598F6CF96E8C54A0AAECCF, ___meshHandle_0)); } inline uint64_t get_meshHandle_0() const { return ___meshHandle_0; } inline uint64_t* get_address_of_meshHandle_0() { return &___meshHandle_0; } inline void set_meshHandle_0(uint64_t value) { ___meshHandle_0 = value; } inline static int32_t get_offset_of_instanceHandle_1() { return static_cast(offsetof(PassthroughMeshInstance_tE7FF80851E9E9A5716598F6CF96E8C54A0AAECCF, ___instanceHandle_1)); } inline uint64_t get_instanceHandle_1() const { return ___instanceHandle_1; } inline uint64_t* get_address_of_instanceHandle_1() { return &___instanceHandle_1; } inline void set_instanceHandle_1(uint64_t value) { ___instanceHandle_1 = value; } inline static int32_t get_offset_of_updateTransform_2() { return static_cast(offsetof(PassthroughMeshInstance_tE7FF80851E9E9A5716598F6CF96E8C54A0AAECCF, ___updateTransform_2)); } inline bool get_updateTransform_2() const { return ___updateTransform_2; } inline bool* get_address_of_updateTransform_2() { return &___updateTransform_2; } inline void set_updateTransform_2(bool value) { ___updateTransform_2 = value; } }; // Native definition for P/Invoke marshalling of OVRPassthroughLayer/PassthroughMeshInstance struct PassthroughMeshInstance_tE7FF80851E9E9A5716598F6CF96E8C54A0AAECCF_marshaled_pinvoke { uint64_t ___meshHandle_0; uint64_t ___instanceHandle_1; int32_t ___updateTransform_2; }; // Native definition for COM marshalling of OVRPassthroughLayer/PassthroughMeshInstance struct PassthroughMeshInstance_tE7FF80851E9E9A5716598F6CF96E8C54A0AAECCF_marshaled_com { uint64_t ___meshHandle_0; uint64_t ___instanceHandle_1; int32_t ___updateTransform_2; }; // OVRPlugin/AppPerfFrameStats struct AppPerfFrameStats_t33D029BA9852F5CD168A9F102939289421234D88 { public: // System.Int32 OVRPlugin/AppPerfFrameStats::HmdVsyncIndex int32_t ___HmdVsyncIndex_0; // System.Int32 OVRPlugin/AppPerfFrameStats::AppFrameIndex int32_t ___AppFrameIndex_1; // System.Int32 OVRPlugin/AppPerfFrameStats::AppDroppedFrameCount int32_t ___AppDroppedFrameCount_2; // System.Single OVRPlugin/AppPerfFrameStats::AppMotionToPhotonLatency float ___AppMotionToPhotonLatency_3; // System.Single OVRPlugin/AppPerfFrameStats::AppQueueAheadTime float ___AppQueueAheadTime_4; // System.Single OVRPlugin/AppPerfFrameStats::AppCpuElapsedTime float ___AppCpuElapsedTime_5; // System.Single OVRPlugin/AppPerfFrameStats::AppGpuElapsedTime float ___AppGpuElapsedTime_6; // System.Int32 OVRPlugin/AppPerfFrameStats::CompositorFrameIndex int32_t ___CompositorFrameIndex_7; // System.Int32 OVRPlugin/AppPerfFrameStats::CompositorDroppedFrameCount int32_t ___CompositorDroppedFrameCount_8; // System.Single OVRPlugin/AppPerfFrameStats::CompositorLatency float ___CompositorLatency_9; // System.Single OVRPlugin/AppPerfFrameStats::CompositorCpuElapsedTime float ___CompositorCpuElapsedTime_10; // System.Single OVRPlugin/AppPerfFrameStats::CompositorGpuElapsedTime float ___CompositorGpuElapsedTime_11; // System.Single OVRPlugin/AppPerfFrameStats::CompositorCpuStartToGpuEndElapsedTime float ___CompositorCpuStartToGpuEndElapsedTime_12; // System.Single OVRPlugin/AppPerfFrameStats::CompositorGpuEndToVsyncElapsedTime float ___CompositorGpuEndToVsyncElapsedTime_13; public: inline static int32_t get_offset_of_HmdVsyncIndex_0() { return static_cast(offsetof(AppPerfFrameStats_t33D029BA9852F5CD168A9F102939289421234D88, ___HmdVsyncIndex_0)); } inline int32_t get_HmdVsyncIndex_0() const { return ___HmdVsyncIndex_0; } inline int32_t* get_address_of_HmdVsyncIndex_0() { return &___HmdVsyncIndex_0; } inline void set_HmdVsyncIndex_0(int32_t value) { ___HmdVsyncIndex_0 = value; } inline static int32_t get_offset_of_AppFrameIndex_1() { return static_cast(offsetof(AppPerfFrameStats_t33D029BA9852F5CD168A9F102939289421234D88, ___AppFrameIndex_1)); } inline int32_t get_AppFrameIndex_1() const { return ___AppFrameIndex_1; } inline int32_t* get_address_of_AppFrameIndex_1() { return &___AppFrameIndex_1; } inline void set_AppFrameIndex_1(int32_t value) { ___AppFrameIndex_1 = value; } inline static int32_t get_offset_of_AppDroppedFrameCount_2() { return static_cast(offsetof(AppPerfFrameStats_t33D029BA9852F5CD168A9F102939289421234D88, ___AppDroppedFrameCount_2)); } inline int32_t get_AppDroppedFrameCount_2() const { return ___AppDroppedFrameCount_2; } inline int32_t* get_address_of_AppDroppedFrameCount_2() { return &___AppDroppedFrameCount_2; } inline void set_AppDroppedFrameCount_2(int32_t value) { ___AppDroppedFrameCount_2 = value; } inline static int32_t get_offset_of_AppMotionToPhotonLatency_3() { return static_cast(offsetof(AppPerfFrameStats_t33D029BA9852F5CD168A9F102939289421234D88, ___AppMotionToPhotonLatency_3)); } inline float get_AppMotionToPhotonLatency_3() const { return ___AppMotionToPhotonLatency_3; } inline float* get_address_of_AppMotionToPhotonLatency_3() { return &___AppMotionToPhotonLatency_3; } inline void set_AppMotionToPhotonLatency_3(float value) { ___AppMotionToPhotonLatency_3 = value; } inline static int32_t get_offset_of_AppQueueAheadTime_4() { return static_cast(offsetof(AppPerfFrameStats_t33D029BA9852F5CD168A9F102939289421234D88, ___AppQueueAheadTime_4)); } inline float get_AppQueueAheadTime_4() const { return ___AppQueueAheadTime_4; } inline float* get_address_of_AppQueueAheadTime_4() { return &___AppQueueAheadTime_4; } inline void set_AppQueueAheadTime_4(float value) { ___AppQueueAheadTime_4 = value; } inline static int32_t get_offset_of_AppCpuElapsedTime_5() { return static_cast(offsetof(AppPerfFrameStats_t33D029BA9852F5CD168A9F102939289421234D88, ___AppCpuElapsedTime_5)); } inline float get_AppCpuElapsedTime_5() const { return ___AppCpuElapsedTime_5; } inline float* get_address_of_AppCpuElapsedTime_5() { return &___AppCpuElapsedTime_5; } inline void set_AppCpuElapsedTime_5(float value) { ___AppCpuElapsedTime_5 = value; } inline static int32_t get_offset_of_AppGpuElapsedTime_6() { return static_cast(offsetof(AppPerfFrameStats_t33D029BA9852F5CD168A9F102939289421234D88, ___AppGpuElapsedTime_6)); } inline float get_AppGpuElapsedTime_6() const { return ___AppGpuElapsedTime_6; } inline float* get_address_of_AppGpuElapsedTime_6() { return &___AppGpuElapsedTime_6; } inline void set_AppGpuElapsedTime_6(float value) { ___AppGpuElapsedTime_6 = value; } inline static int32_t get_offset_of_CompositorFrameIndex_7() { return static_cast(offsetof(AppPerfFrameStats_t33D029BA9852F5CD168A9F102939289421234D88, ___CompositorFrameIndex_7)); } inline int32_t get_CompositorFrameIndex_7() const { return ___CompositorFrameIndex_7; } inline int32_t* get_address_of_CompositorFrameIndex_7() { return &___CompositorFrameIndex_7; } inline void set_CompositorFrameIndex_7(int32_t value) { ___CompositorFrameIndex_7 = value; } inline static int32_t get_offset_of_CompositorDroppedFrameCount_8() { return static_cast(offsetof(AppPerfFrameStats_t33D029BA9852F5CD168A9F102939289421234D88, ___CompositorDroppedFrameCount_8)); } inline int32_t get_CompositorDroppedFrameCount_8() const { return ___CompositorDroppedFrameCount_8; } inline int32_t* get_address_of_CompositorDroppedFrameCount_8() { return &___CompositorDroppedFrameCount_8; } inline void set_CompositorDroppedFrameCount_8(int32_t value) { ___CompositorDroppedFrameCount_8 = value; } inline static int32_t get_offset_of_CompositorLatency_9() { return static_cast(offsetof(AppPerfFrameStats_t33D029BA9852F5CD168A9F102939289421234D88, ___CompositorLatency_9)); } inline float get_CompositorLatency_9() const { return ___CompositorLatency_9; } inline float* get_address_of_CompositorLatency_9() { return &___CompositorLatency_9; } inline void set_CompositorLatency_9(float value) { ___CompositorLatency_9 = value; } inline static int32_t get_offset_of_CompositorCpuElapsedTime_10() { return static_cast(offsetof(AppPerfFrameStats_t33D029BA9852F5CD168A9F102939289421234D88, ___CompositorCpuElapsedTime_10)); } inline float get_CompositorCpuElapsedTime_10() const { return ___CompositorCpuElapsedTime_10; } inline float* get_address_of_CompositorCpuElapsedTime_10() { return &___CompositorCpuElapsedTime_10; } inline void set_CompositorCpuElapsedTime_10(float value) { ___CompositorCpuElapsedTime_10 = value; } inline static int32_t get_offset_of_CompositorGpuElapsedTime_11() { return static_cast(offsetof(AppPerfFrameStats_t33D029BA9852F5CD168A9F102939289421234D88, ___CompositorGpuElapsedTime_11)); } inline float get_CompositorGpuElapsedTime_11() const { return ___CompositorGpuElapsedTime_11; } inline float* get_address_of_CompositorGpuElapsedTime_11() { return &___CompositorGpuElapsedTime_11; } inline void set_CompositorGpuElapsedTime_11(float value) { ___CompositorGpuElapsedTime_11 = value; } inline static int32_t get_offset_of_CompositorCpuStartToGpuEndElapsedTime_12() { return static_cast(offsetof(AppPerfFrameStats_t33D029BA9852F5CD168A9F102939289421234D88, ___CompositorCpuStartToGpuEndElapsedTime_12)); } inline float get_CompositorCpuStartToGpuEndElapsedTime_12() const { return ___CompositorCpuStartToGpuEndElapsedTime_12; } inline float* get_address_of_CompositorCpuStartToGpuEndElapsedTime_12() { return &___CompositorCpuStartToGpuEndElapsedTime_12; } inline void set_CompositorCpuStartToGpuEndElapsedTime_12(float value) { ___CompositorCpuStartToGpuEndElapsedTime_12 = value; } inline static int32_t get_offset_of_CompositorGpuEndToVsyncElapsedTime_13() { return static_cast(offsetof(AppPerfFrameStats_t33D029BA9852F5CD168A9F102939289421234D88, ___CompositorGpuEndToVsyncElapsedTime_13)); } inline float get_CompositorGpuEndToVsyncElapsedTime_13() const { return ___CompositorGpuEndToVsyncElapsedTime_13; } inline float* get_address_of_CompositorGpuEndToVsyncElapsedTime_13() { return &___CompositorGpuEndToVsyncElapsedTime_13; } inline void set_CompositorGpuEndToVsyncElapsedTime_13(float value) { ___CompositorGpuEndToVsyncElapsedTime_13 = value; } }; // OVRPlugin/Fovf struct Fovf_tDC8A783CE35765C1DFE303370D5893EB6087E5EF { public: // System.Single OVRPlugin/Fovf::UpTan float ___UpTan_0; // System.Single OVRPlugin/Fovf::DownTan float ___DownTan_1; // System.Single OVRPlugin/Fovf::LeftTan float ___LeftTan_2; // System.Single OVRPlugin/Fovf::RightTan float ___RightTan_3; public: inline static int32_t get_offset_of_UpTan_0() { return static_cast(offsetof(Fovf_tDC8A783CE35765C1DFE303370D5893EB6087E5EF, ___UpTan_0)); } inline float get_UpTan_0() const { return ___UpTan_0; } inline float* get_address_of_UpTan_0() { return &___UpTan_0; } inline void set_UpTan_0(float value) { ___UpTan_0 = value; } inline static int32_t get_offset_of_DownTan_1() { return static_cast(offsetof(Fovf_tDC8A783CE35765C1DFE303370D5893EB6087E5EF, ___DownTan_1)); } inline float get_DownTan_1() const { return ___DownTan_1; } inline float* get_address_of_DownTan_1() { return &___DownTan_1; } inline void set_DownTan_1(float value) { ___DownTan_1 = value; } inline static int32_t get_offset_of_LeftTan_2() { return static_cast(offsetof(Fovf_tDC8A783CE35765C1DFE303370D5893EB6087E5EF, ___LeftTan_2)); } inline float get_LeftTan_2() const { return ___LeftTan_2; } inline float* get_address_of_LeftTan_2() { return &___LeftTan_2; } inline void set_LeftTan_2(float value) { ___LeftTan_2 = value; } inline static int32_t get_offset_of_RightTan_3() { return static_cast(offsetof(Fovf_tDC8A783CE35765C1DFE303370D5893EB6087E5EF, ___RightTan_3)); } inline float get_RightTan_3() const { return ___RightTan_3; } inline float* get_address_of_RightTan_3() { return &___RightTan_3; } inline void set_RightTan_3(float value) { ___RightTan_3 = value; } }; // OVRPlugin/Quatf struct Quatf_t62062FC7CE72F55D499CA6BFF7EF122D2C6AF42D { public: // System.Single OVRPlugin/Quatf::x float ___x_0; // System.Single OVRPlugin/Quatf::y float ___y_1; // System.Single OVRPlugin/Quatf::z float ___z_2; // System.Single OVRPlugin/Quatf::w float ___w_3; public: inline static int32_t get_offset_of_x_0() { return static_cast(offsetof(Quatf_t62062FC7CE72F55D499CA6BFF7EF122D2C6AF42D, ___x_0)); } inline float get_x_0() const { return ___x_0; } inline float* get_address_of_x_0() { return &___x_0; } inline void set_x_0(float value) { ___x_0 = value; } inline static int32_t get_offset_of_y_1() { return static_cast(offsetof(Quatf_t62062FC7CE72F55D499CA6BFF7EF122D2C6AF42D, ___y_1)); } inline float get_y_1() const { return ___y_1; } inline float* get_address_of_y_1() { return &___y_1; } inline void set_y_1(float value) { ___y_1 = value; } inline static int32_t get_offset_of_z_2() { return static_cast(offsetof(Quatf_t62062FC7CE72F55D499CA6BFF7EF122D2C6AF42D, ___z_2)); } inline float get_z_2() const { return ___z_2; } inline float* get_address_of_z_2() { return &___z_2; } inline void set_z_2(float value) { ___z_2 = value; } inline static int32_t get_offset_of_w_3() { return static_cast(offsetof(Quatf_t62062FC7CE72F55D499CA6BFF7EF122D2C6AF42D, ___w_3)); } inline float get_w_3() const { return ___w_3; } inline float* get_address_of_w_3() { return &___w_3; } inline void set_w_3(float value) { ___w_3 = value; } }; // OVRPlugin/Sizef struct Sizef_t2ED899DE36514803EED2B3ADA0FF5BBA57281314 { public: // System.Single OVRPlugin/Sizef::w float ___w_0; // System.Single OVRPlugin/Sizef::h float ___h_1; public: inline static int32_t get_offset_of_w_0() { return static_cast(offsetof(Sizef_t2ED899DE36514803EED2B3ADA0FF5BBA57281314, ___w_0)); } inline float get_w_0() const { return ___w_0; } inline float* get_address_of_w_0() { return &___w_0; } inline void set_w_0(float value) { ___w_0 = value; } inline static int32_t get_offset_of_h_1() { return static_cast(offsetof(Sizef_t2ED899DE36514803EED2B3ADA0FF5BBA57281314, ___h_1)); } inline float get_h_1() const { return ___h_1; } inline float* get_address_of_h_1() { return &___h_1; } inline void set_h_1(float value) { ___h_1 = value; } }; // OVRPlugin/Sizei struct Sizei_tEB5AC4FB252F39A8D3FE08B6D3FCE03666021041 { public: // System.Int32 OVRPlugin/Sizei::w int32_t ___w_0; // System.Int32 OVRPlugin/Sizei::h int32_t ___h_1; public: inline static int32_t get_offset_of_w_0() { return static_cast(offsetof(Sizei_tEB5AC4FB252F39A8D3FE08B6D3FCE03666021041, ___w_0)); } inline int32_t get_w_0() const { return ___w_0; } inline int32_t* get_address_of_w_0() { return &___w_0; } inline void set_w_0(int32_t value) { ___w_0 = value; } inline static int32_t get_offset_of_h_1() { return static_cast(offsetof(Sizei_tEB5AC4FB252F39A8D3FE08B6D3FCE03666021041, ___h_1)); } inline int32_t get_h_1() const { return ___h_1; } inline int32_t* get_address_of_h_1() { return &___h_1; } inline void set_h_1(int32_t value) { ___h_1 = value; } }; // OVRPlugin/SpatialEntityUuid struct SpatialEntityUuid_tA19AAB8C1F10B9E48669D6191686B30F350BD8B1 { public: // System.UInt64 OVRPlugin/SpatialEntityUuid::Value_0 uint64_t ___Value_0_0; // System.UInt64 OVRPlugin/SpatialEntityUuid::Value_1 uint64_t ___Value_1_1; public: inline static int32_t get_offset_of_Value_0_0() { return static_cast(offsetof(SpatialEntityUuid_tA19AAB8C1F10B9E48669D6191686B30F350BD8B1, ___Value_0_0)); } inline uint64_t get_Value_0_0() const { return ___Value_0_0; } inline uint64_t* get_address_of_Value_0_0() { return &___Value_0_0; } inline void set_Value_0_0(uint64_t value) { ___Value_0_0 = value; } inline static int32_t get_offset_of_Value_1_1() { return static_cast(offsetof(SpatialEntityUuid_tA19AAB8C1F10B9E48669D6191686B30F350BD8B1, ___Value_1_1)); } inline uint64_t get_Value_1_1() const { return ___Value_1_1; } inline uint64_t* get_address_of_Value_1_1() { return &___Value_1_1; } inline void set_Value_1_1(uint64_t value) { ___Value_1_1 = value; } }; // OVRPlugin/Vector2f struct Vector2f_t1A3A349F1E6819E0FF7A685BC6FC4067846FD354 { public: // System.Single OVRPlugin/Vector2f::x float ___x_0; // System.Single OVRPlugin/Vector2f::y float ___y_1; public: inline static int32_t get_offset_of_x_0() { return static_cast(offsetof(Vector2f_t1A3A349F1E6819E0FF7A685BC6FC4067846FD354, ___x_0)); } inline float get_x_0() const { return ___x_0; } inline float* get_address_of_x_0() { return &___x_0; } inline void set_x_0(float value) { ___x_0 = value; } inline static int32_t get_offset_of_y_1() { return static_cast(offsetof(Vector2f_t1A3A349F1E6819E0FF7A685BC6FC4067846FD354, ___y_1)); } inline float get_y_1() const { return ___y_1; } inline float* get_address_of_y_1() { return &___y_1; } inline void set_y_1(float value) { ___y_1 = value; } }; // OVRPlugin/Vector2i struct Vector2i_t4DE1BD7B6E35A62EDB13BE5EBF8746EC010A7B8B { public: // System.Int32 OVRPlugin/Vector2i::x int32_t ___x_0; // System.Int32 OVRPlugin/Vector2i::y int32_t ___y_1; public: inline static int32_t get_offset_of_x_0() { return static_cast(offsetof(Vector2i_t4DE1BD7B6E35A62EDB13BE5EBF8746EC010A7B8B, ___x_0)); } inline int32_t get_x_0() const { return ___x_0; } inline int32_t* get_address_of_x_0() { return &___x_0; } inline void set_x_0(int32_t value) { ___x_0 = value; } inline static int32_t get_offset_of_y_1() { return static_cast(offsetof(Vector2i_t4DE1BD7B6E35A62EDB13BE5EBF8746EC010A7B8B, ___y_1)); } inline int32_t get_y_1() const { return ___y_1; } inline int32_t* get_address_of_y_1() { return &___y_1; } inline void set_y_1(int32_t value) { ___y_1 = value; } }; // OVRPlugin/Vector3f struct Vector3f_tF74D3A692AC7064BFF4EBEC1E704723CA2905417 { public: // System.Single OVRPlugin/Vector3f::x float ___x_0; // System.Single OVRPlugin/Vector3f::y float ___y_1; // System.Single OVRPlugin/Vector3f::z float ___z_2; public: inline static int32_t get_offset_of_x_0() { return static_cast(offsetof(Vector3f_tF74D3A692AC7064BFF4EBEC1E704723CA2905417, ___x_0)); } inline float get_x_0() const { return ___x_0; } inline float* get_address_of_x_0() { return &___x_0; } inline void set_x_0(float value) { ___x_0 = value; } inline static int32_t get_offset_of_y_1() { return static_cast(offsetof(Vector3f_tF74D3A692AC7064BFF4EBEC1E704723CA2905417, ___y_1)); } inline float get_y_1() const { return ___y_1; } inline float* get_address_of_y_1() { return &___y_1; } inline void set_y_1(float value) { ___y_1 = value; } inline static int32_t get_offset_of_z_2() { return static_cast(offsetof(Vector3f_tF74D3A692AC7064BFF4EBEC1E704723CA2905417, ___z_2)); } inline float get_z_2() const { return ___z_2; } inline float* get_address_of_z_2() { return &___z_2; } inline void set_z_2(float value) { ___z_2 = value; } }; // OVRPlugin/Vector4f struct Vector4f_t24110069BA2FAF7DB40FE0F5ADB8D9077AE473EE { public: // System.Single OVRPlugin/Vector4f::x float ___x_0; // System.Single OVRPlugin/Vector4f::y float ___y_1; // System.Single OVRPlugin/Vector4f::z float ___z_2; // System.Single OVRPlugin/Vector4f::w float ___w_3; public: inline static int32_t get_offset_of_x_0() { return static_cast(offsetof(Vector4f_t24110069BA2FAF7DB40FE0F5ADB8D9077AE473EE, ___x_0)); } inline float get_x_0() const { return ___x_0; } inline float* get_address_of_x_0() { return &___x_0; } inline void set_x_0(float value) { ___x_0 = value; } inline static int32_t get_offset_of_y_1() { return static_cast(offsetof(Vector4f_t24110069BA2FAF7DB40FE0F5ADB8D9077AE473EE, ___y_1)); } inline float get_y_1() const { return ___y_1; } inline float* get_address_of_y_1() { return &___y_1; } inline void set_y_1(float value) { ___y_1 = value; } inline static int32_t get_offset_of_z_2() { return static_cast(offsetof(Vector4f_t24110069BA2FAF7DB40FE0F5ADB8D9077AE473EE, ___z_2)); } inline float get_z_2() const { return ___z_2; } inline float* get_address_of_z_2() { return &___z_2; } inline void set_z_2(float value) { ___z_2 = value; } inline static int32_t get_offset_of_w_3() { return static_cast(offsetof(Vector4f_t24110069BA2FAF7DB40FE0F5ADB8D9077AE473EE, ___w_3)); } inline float get_w_3() const { return ___w_3; } inline float* get_address_of_w_3() { return &___w_3; } inline void set_w_3(float value) { ___w_3 = value; } }; // OVRPlugin/Vector4s struct Vector4s_tD5B54B42EDC5CC229E64974A8A66DFF6EA3F54E1 { public: // System.Int16 OVRPlugin/Vector4s::x int16_t ___x_0; // System.Int16 OVRPlugin/Vector4s::y int16_t ___y_1; // System.Int16 OVRPlugin/Vector4s::z int16_t ___z_2; // System.Int16 OVRPlugin/Vector4s::w int16_t ___w_3; public: inline static int32_t get_offset_of_x_0() { return static_cast(offsetof(Vector4s_tD5B54B42EDC5CC229E64974A8A66DFF6EA3F54E1, ___x_0)); } inline int16_t get_x_0() const { return ___x_0; } inline int16_t* get_address_of_x_0() { return &___x_0; } inline void set_x_0(int16_t value) { ___x_0 = value; } inline static int32_t get_offset_of_y_1() { return static_cast(offsetof(Vector4s_tD5B54B42EDC5CC229E64974A8A66DFF6EA3F54E1, ___y_1)); } inline int16_t get_y_1() const { return ___y_1; } inline int16_t* get_address_of_y_1() { return &___y_1; } inline void set_y_1(int16_t value) { ___y_1 = value; } inline static int32_t get_offset_of_z_2() { return static_cast(offsetof(Vector4s_tD5B54B42EDC5CC229E64974A8A66DFF6EA3F54E1, ___z_2)); } inline int16_t get_z_2() const { return ___z_2; } inline int16_t* get_address_of_z_2() { return &___z_2; } inline void set_z_2(int16_t value) { ___z_2 = value; } inline static int32_t get_offset_of_w_3() { return static_cast(offsetof(Vector4s_tD5B54B42EDC5CC229E64974A8A66DFF6EA3F54E1, ___w_3)); } inline int16_t get_w_3() const { return ___w_3; } inline int16_t* get_address_of_w_3() { return &___w_3; } inline void set_w_3(int16_t value) { ___w_3 = value; } }; // UnityEngine.XR.OpenXR.Input.OpenXRInput/SerializedBinding struct SerializedBinding_t6754BE38A661BCD50AD1D3C4AA045AEFA692784F { public: // System.UInt64 UnityEngine.XR.OpenXR.Input.OpenXRInput/SerializedBinding::actionId uint64_t ___actionId_0; // System.String UnityEngine.XR.OpenXR.Input.OpenXRInput/SerializedBinding::path String_t* ___path_1; public: inline static int32_t get_offset_of_actionId_0() { return static_cast(offsetof(SerializedBinding_t6754BE38A661BCD50AD1D3C4AA045AEFA692784F, ___actionId_0)); } inline uint64_t get_actionId_0() const { return ___actionId_0; } inline uint64_t* get_address_of_actionId_0() { return &___actionId_0; } inline void set_actionId_0(uint64_t value) { ___actionId_0 = value; } inline static int32_t get_offset_of_path_1() { return static_cast(offsetof(SerializedBinding_t6754BE38A661BCD50AD1D3C4AA045AEFA692784F, ___path_1)); } inline String_t* get_path_1() const { return ___path_1; } inline String_t** get_address_of_path_1() { return &___path_1; } inline void set_path_1(String_t* value) { ___path_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___path_1), (void*)value); } }; // Native definition for P/Invoke marshalling of UnityEngine.XR.OpenXR.Input.OpenXRInput/SerializedBinding struct SerializedBinding_t6754BE38A661BCD50AD1D3C4AA045AEFA692784F_marshaled_pinvoke { uint64_t ___actionId_0; char* ___path_1; }; // Native definition for COM marshalling of UnityEngine.XR.OpenXR.Input.OpenXRInput/SerializedBinding struct SerializedBinding_t6754BE38A661BCD50AD1D3C4AA045AEFA692784F_marshaled_com { uint64_t ___actionId_0; Il2CppChar* ___path_1; }; // System.ParameterizedStrings/FormatParam struct FormatParam_tA765680E7894569CC4BDEB5DF722F646311E23EE { public: // System.Int32 System.ParameterizedStrings/FormatParam::_int32 int32_t ____int32_0; // System.String System.ParameterizedStrings/FormatParam::_string String_t* ____string_1; public: inline static int32_t get_offset_of__int32_0() { return static_cast(offsetof(FormatParam_tA765680E7894569CC4BDEB5DF722F646311E23EE, ____int32_0)); } inline int32_t get__int32_0() const { return ____int32_0; } inline int32_t* get_address_of__int32_0() { return &____int32_0; } inline void set__int32_0(int32_t value) { ____int32_0 = value; } inline static int32_t get_offset_of__string_1() { return static_cast(offsetof(FormatParam_tA765680E7894569CC4BDEB5DF722F646311E23EE, ____string_1)); } inline String_t* get__string_1() const { return ____string_1; } inline String_t** get_address_of__string_1() { return &____string_1; } inline void set__string_1(String_t* value) { ____string_1 = value; Il2CppCodeGenWriteBarrier((void**)(&____string_1), (void*)value); } }; // Native definition for P/Invoke marshalling of System.ParameterizedStrings/FormatParam struct FormatParam_tA765680E7894569CC4BDEB5DF722F646311E23EE_marshaled_pinvoke { int32_t ____int32_0; char* ____string_1; }; // Native definition for COM marshalling of System.ParameterizedStrings/FormatParam struct FormatParam_tA765680E7894569CC4BDEB5DF722F646311E23EE_marshaled_com { int32_t ____int32_0; Il2CppChar* ____string_1; }; // System.Text.RegularExpressions.RegexCharClass/LowerCaseMapping struct LowerCaseMapping_t54FB537AEA4CA2EBAB5BDCC79881428C202241DE { public: // System.Char System.Text.RegularExpressions.RegexCharClass/LowerCaseMapping::_chMin Il2CppChar ____chMin_0; // System.Char System.Text.RegularExpressions.RegexCharClass/LowerCaseMapping::_chMax Il2CppChar ____chMax_1; // System.Int32 System.Text.RegularExpressions.RegexCharClass/LowerCaseMapping::_lcOp int32_t ____lcOp_2; // System.Int32 System.Text.RegularExpressions.RegexCharClass/LowerCaseMapping::_data int32_t ____data_3; public: inline static int32_t get_offset_of__chMin_0() { return static_cast(offsetof(LowerCaseMapping_t54FB537AEA4CA2EBAB5BDCC79881428C202241DE, ____chMin_0)); } inline Il2CppChar get__chMin_0() const { return ____chMin_0; } inline Il2CppChar* get_address_of__chMin_0() { return &____chMin_0; } inline void set__chMin_0(Il2CppChar value) { ____chMin_0 = value; } inline static int32_t get_offset_of__chMax_1() { return static_cast(offsetof(LowerCaseMapping_t54FB537AEA4CA2EBAB5BDCC79881428C202241DE, ____chMax_1)); } inline Il2CppChar get__chMax_1() const { return ____chMax_1; } inline Il2CppChar* get_address_of__chMax_1() { return &____chMax_1; } inline void set__chMax_1(Il2CppChar value) { ____chMax_1 = value; } inline static int32_t get_offset_of__lcOp_2() { return static_cast(offsetof(LowerCaseMapping_t54FB537AEA4CA2EBAB5BDCC79881428C202241DE, ____lcOp_2)); } inline int32_t get__lcOp_2() const { return ____lcOp_2; } inline int32_t* get_address_of__lcOp_2() { return &____lcOp_2; } inline void set__lcOp_2(int32_t value) { ____lcOp_2 = value; } inline static int32_t get_offset_of__data_3() { return static_cast(offsetof(LowerCaseMapping_t54FB537AEA4CA2EBAB5BDCC79881428C202241DE, ____data_3)); } inline int32_t get__data_3() const { return ____data_3; } inline int32_t* get_address_of__data_3() { return &____data_3; } inline void set__data_3(int32_t value) { ____data_3 = value; } }; // Native definition for P/Invoke marshalling of System.Text.RegularExpressions.RegexCharClass/LowerCaseMapping struct LowerCaseMapping_t54FB537AEA4CA2EBAB5BDCC79881428C202241DE_marshaled_pinvoke { uint8_t ____chMin_0; uint8_t ____chMax_1; int32_t ____lcOp_2; int32_t ____data_3; }; // Native definition for COM marshalling of System.Text.RegularExpressions.RegexCharClass/LowerCaseMapping struct LowerCaseMapping_t54FB537AEA4CA2EBAB5BDCC79881428C202241DE_marshaled_com { uint8_t ____chMin_0; uint8_t ____chMax_1; int32_t ____lcOp_2; int32_t ____data_3; }; // UnityEngine.Experimental.Rendering.RenderGraphModule.RenderGraph/CompiledResourceInfo struct CompiledResourceInfo_t0707D61FE612A92CBE023DB38ADE9A9E663A1483 { public: // System.Collections.Generic.List`1 UnityEngine.Experimental.Rendering.RenderGraphModule.RenderGraph/CompiledResourceInfo::producers List_1_t260B41F956D673396C33A4CF94E8D6C4389EACB7 * ___producers_0; // System.Collections.Generic.List`1 UnityEngine.Experimental.Rendering.RenderGraphModule.RenderGraph/CompiledResourceInfo::consumers List_1_t260B41F956D673396C33A4CF94E8D6C4389EACB7 * ___consumers_1; // System.Boolean UnityEngine.Experimental.Rendering.RenderGraphModule.RenderGraph/CompiledResourceInfo::resourceCreated bool ___resourceCreated_2; // System.Int32 UnityEngine.Experimental.Rendering.RenderGraphModule.RenderGraph/CompiledResourceInfo::refCount int32_t ___refCount_3; public: inline static int32_t get_offset_of_producers_0() { return static_cast(offsetof(CompiledResourceInfo_t0707D61FE612A92CBE023DB38ADE9A9E663A1483, ___producers_0)); } inline List_1_t260B41F956D673396C33A4CF94E8D6C4389EACB7 * get_producers_0() const { return ___producers_0; } inline List_1_t260B41F956D673396C33A4CF94E8D6C4389EACB7 ** get_address_of_producers_0() { return &___producers_0; } inline void set_producers_0(List_1_t260B41F956D673396C33A4CF94E8D6C4389EACB7 * value) { ___producers_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___producers_0), (void*)value); } inline static int32_t get_offset_of_consumers_1() { return static_cast(offsetof(CompiledResourceInfo_t0707D61FE612A92CBE023DB38ADE9A9E663A1483, ___consumers_1)); } inline List_1_t260B41F956D673396C33A4CF94E8D6C4389EACB7 * get_consumers_1() const { return ___consumers_1; } inline List_1_t260B41F956D673396C33A4CF94E8D6C4389EACB7 ** get_address_of_consumers_1() { return &___consumers_1; } inline void set_consumers_1(List_1_t260B41F956D673396C33A4CF94E8D6C4389EACB7 * value) { ___consumers_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___consumers_1), (void*)value); } inline static int32_t get_offset_of_resourceCreated_2() { return static_cast(offsetof(CompiledResourceInfo_t0707D61FE612A92CBE023DB38ADE9A9E663A1483, ___resourceCreated_2)); } inline bool get_resourceCreated_2() const { return ___resourceCreated_2; } inline bool* get_address_of_resourceCreated_2() { return &___resourceCreated_2; } inline void set_resourceCreated_2(bool value) { ___resourceCreated_2 = value; } inline static int32_t get_offset_of_refCount_3() { return static_cast(offsetof(CompiledResourceInfo_t0707D61FE612A92CBE023DB38ADE9A9E663A1483, ___refCount_3)); } inline int32_t get_refCount_3() const { return ___refCount_3; } inline int32_t* get_address_of_refCount_3() { return &___refCount_3; } inline void set_refCount_3(int32_t value) { ___refCount_3 = value; } }; // Native definition for P/Invoke marshalling of UnityEngine.Experimental.Rendering.RenderGraphModule.RenderGraph/CompiledResourceInfo struct CompiledResourceInfo_t0707D61FE612A92CBE023DB38ADE9A9E663A1483_marshaled_pinvoke { List_1_t260B41F956D673396C33A4CF94E8D6C4389EACB7 * ___producers_0; List_1_t260B41F956D673396C33A4CF94E8D6C4389EACB7 * ___consumers_1; int32_t ___resourceCreated_2; int32_t ___refCount_3; }; // Native definition for COM marshalling of UnityEngine.Experimental.Rendering.RenderGraphModule.RenderGraph/CompiledResourceInfo struct CompiledResourceInfo_t0707D61FE612A92CBE023DB38ADE9A9E663A1483_marshaled_com { List_1_t260B41F956D673396C33A4CF94E8D6C4389EACB7 * ___producers_0; List_1_t260B41F956D673396C33A4CF94E8D6C4389EACB7 * ___consumers_1; int32_t ___resourceCreated_2; int32_t ___refCount_3; }; // UnityEngine.Experimental.Rendering.RenderGraphModule.RenderGraphDebugData/PassDebugData struct PassDebugData_tC12278805134DC7DE74B6B94B45CAFC38B45A11C { public: // System.String UnityEngine.Experimental.Rendering.RenderGraphModule.RenderGraphDebugData/PassDebugData::name String_t* ___name_0; // System.Collections.Generic.List`1[] UnityEngine.Experimental.Rendering.RenderGraphModule.RenderGraphDebugData/PassDebugData::resourceReadLists List_1U5BU5D_tABF499D891C900D1171501E0545AD96030B3877C* ___resourceReadLists_1; // System.Collections.Generic.List`1[] UnityEngine.Experimental.Rendering.RenderGraphModule.RenderGraphDebugData/PassDebugData::resourceWriteLists List_1U5BU5D_tABF499D891C900D1171501E0545AD96030B3877C* ___resourceWriteLists_2; // System.Boolean UnityEngine.Experimental.Rendering.RenderGraphModule.RenderGraphDebugData/PassDebugData::culled bool ___culled_3; // System.Boolean UnityEngine.Experimental.Rendering.RenderGraphModule.RenderGraphDebugData/PassDebugData::generateDebugData bool ___generateDebugData_4; public: inline static int32_t get_offset_of_name_0() { return static_cast(offsetof(PassDebugData_tC12278805134DC7DE74B6B94B45CAFC38B45A11C, ___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_resourceReadLists_1() { return static_cast(offsetof(PassDebugData_tC12278805134DC7DE74B6B94B45CAFC38B45A11C, ___resourceReadLists_1)); } inline List_1U5BU5D_tABF499D891C900D1171501E0545AD96030B3877C* get_resourceReadLists_1() const { return ___resourceReadLists_1; } inline List_1U5BU5D_tABF499D891C900D1171501E0545AD96030B3877C** get_address_of_resourceReadLists_1() { return &___resourceReadLists_1; } inline void set_resourceReadLists_1(List_1U5BU5D_tABF499D891C900D1171501E0545AD96030B3877C* value) { ___resourceReadLists_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___resourceReadLists_1), (void*)value); } inline static int32_t get_offset_of_resourceWriteLists_2() { return static_cast(offsetof(PassDebugData_tC12278805134DC7DE74B6B94B45CAFC38B45A11C, ___resourceWriteLists_2)); } inline List_1U5BU5D_tABF499D891C900D1171501E0545AD96030B3877C* get_resourceWriteLists_2() const { return ___resourceWriteLists_2; } inline List_1U5BU5D_tABF499D891C900D1171501E0545AD96030B3877C** get_address_of_resourceWriteLists_2() { return &___resourceWriteLists_2; } inline void set_resourceWriteLists_2(List_1U5BU5D_tABF499D891C900D1171501E0545AD96030B3877C* value) { ___resourceWriteLists_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___resourceWriteLists_2), (void*)value); } inline static int32_t get_offset_of_culled_3() { return static_cast(offsetof(PassDebugData_tC12278805134DC7DE74B6B94B45CAFC38B45A11C, ___culled_3)); } inline bool get_culled_3() const { return ___culled_3; } inline bool* get_address_of_culled_3() { return &___culled_3; } inline void set_culled_3(bool value) { ___culled_3 = value; } inline static int32_t get_offset_of_generateDebugData_4() { return static_cast(offsetof(PassDebugData_tC12278805134DC7DE74B6B94B45CAFC38B45A11C, ___generateDebugData_4)); } inline bool get_generateDebugData_4() const { return ___generateDebugData_4; } inline bool* get_address_of_generateDebugData_4() { return &___generateDebugData_4; } inline void set_generateDebugData_4(bool value) { ___generateDebugData_4 = value; } }; // Native definition for P/Invoke marshalling of UnityEngine.Experimental.Rendering.RenderGraphModule.RenderGraphDebugData/PassDebugData struct PassDebugData_tC12278805134DC7DE74B6B94B45CAFC38B45A11C_marshaled_pinvoke { char* ___name_0; List_1_t260B41F956D673396C33A4CF94E8D6C4389EACB7 ** ___resourceReadLists_1; List_1_t260B41F956D673396C33A4CF94E8D6C4389EACB7 ** ___resourceWriteLists_2; int32_t ___culled_3; int32_t ___generateDebugData_4; }; // Native definition for COM marshalling of UnityEngine.Experimental.Rendering.RenderGraphModule.RenderGraphDebugData/PassDebugData struct PassDebugData_tC12278805134DC7DE74B6B94B45CAFC38B45A11C_marshaled_com { Il2CppChar* ___name_0; List_1_t260B41F956D673396C33A4CF94E8D6C4389EACB7 ** ___resourceReadLists_1; List_1_t260B41F956D673396C33A4CF94E8D6C4389EACB7 ** ___resourceWriteLists_2; int32_t ___culled_3; int32_t ___generateDebugData_4; }; // UnityEngine.Experimental.Rendering.RenderGraphModule.RenderGraphDebugData/ResourceDebugData struct ResourceDebugData_t4C1DEFEADE2FEC9CD7CCB9C177ADD26F3D14DA0F { public: // System.String UnityEngine.Experimental.Rendering.RenderGraphModule.RenderGraphDebugData/ResourceDebugData::name String_t* ___name_0; // System.Boolean UnityEngine.Experimental.Rendering.RenderGraphModule.RenderGraphDebugData/ResourceDebugData::imported bool ___imported_1; // System.Int32 UnityEngine.Experimental.Rendering.RenderGraphModule.RenderGraphDebugData/ResourceDebugData::creationPassIndex int32_t ___creationPassIndex_2; // System.Int32 UnityEngine.Experimental.Rendering.RenderGraphModule.RenderGraphDebugData/ResourceDebugData::releasePassIndex int32_t ___releasePassIndex_3; // System.Collections.Generic.List`1 UnityEngine.Experimental.Rendering.RenderGraphModule.RenderGraphDebugData/ResourceDebugData::consumerList List_1_t260B41F956D673396C33A4CF94E8D6C4389EACB7 * ___consumerList_4; // System.Collections.Generic.List`1 UnityEngine.Experimental.Rendering.RenderGraphModule.RenderGraphDebugData/ResourceDebugData::producerList List_1_t260B41F956D673396C33A4CF94E8D6C4389EACB7 * ___producerList_5; public: inline static int32_t get_offset_of_name_0() { return static_cast(offsetof(ResourceDebugData_t4C1DEFEADE2FEC9CD7CCB9C177ADD26F3D14DA0F, ___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_imported_1() { return static_cast(offsetof(ResourceDebugData_t4C1DEFEADE2FEC9CD7CCB9C177ADD26F3D14DA0F, ___imported_1)); } inline bool get_imported_1() const { return ___imported_1; } inline bool* get_address_of_imported_1() { return &___imported_1; } inline void set_imported_1(bool value) { ___imported_1 = value; } inline static int32_t get_offset_of_creationPassIndex_2() { return static_cast(offsetof(ResourceDebugData_t4C1DEFEADE2FEC9CD7CCB9C177ADD26F3D14DA0F, ___creationPassIndex_2)); } inline int32_t get_creationPassIndex_2() const { return ___creationPassIndex_2; } inline int32_t* get_address_of_creationPassIndex_2() { return &___creationPassIndex_2; } inline void set_creationPassIndex_2(int32_t value) { ___creationPassIndex_2 = value; } inline static int32_t get_offset_of_releasePassIndex_3() { return static_cast(offsetof(ResourceDebugData_t4C1DEFEADE2FEC9CD7CCB9C177ADD26F3D14DA0F, ___releasePassIndex_3)); } inline int32_t get_releasePassIndex_3() const { return ___releasePassIndex_3; } inline int32_t* get_address_of_releasePassIndex_3() { return &___releasePassIndex_3; } inline void set_releasePassIndex_3(int32_t value) { ___releasePassIndex_3 = value; } inline static int32_t get_offset_of_consumerList_4() { return static_cast(offsetof(ResourceDebugData_t4C1DEFEADE2FEC9CD7CCB9C177ADD26F3D14DA0F, ___consumerList_4)); } inline List_1_t260B41F956D673396C33A4CF94E8D6C4389EACB7 * get_consumerList_4() const { return ___consumerList_4; } inline List_1_t260B41F956D673396C33A4CF94E8D6C4389EACB7 ** get_address_of_consumerList_4() { return &___consumerList_4; } inline void set_consumerList_4(List_1_t260B41F956D673396C33A4CF94E8D6C4389EACB7 * value) { ___consumerList_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___consumerList_4), (void*)value); } inline static int32_t get_offset_of_producerList_5() { return static_cast(offsetof(ResourceDebugData_t4C1DEFEADE2FEC9CD7CCB9C177ADD26F3D14DA0F, ___producerList_5)); } inline List_1_t260B41F956D673396C33A4CF94E8D6C4389EACB7 * get_producerList_5() const { return ___producerList_5; } inline List_1_t260B41F956D673396C33A4CF94E8D6C4389EACB7 ** get_address_of_producerList_5() { return &___producerList_5; } inline void set_producerList_5(List_1_t260B41F956D673396C33A4CF94E8D6C4389EACB7 * value) { ___producerList_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___producerList_5), (void*)value); } }; // Native definition for P/Invoke marshalling of UnityEngine.Experimental.Rendering.RenderGraphModule.RenderGraphDebugData/ResourceDebugData struct ResourceDebugData_t4C1DEFEADE2FEC9CD7CCB9C177ADD26F3D14DA0F_marshaled_pinvoke { char* ___name_0; int32_t ___imported_1; int32_t ___creationPassIndex_2; int32_t ___releasePassIndex_3; List_1_t260B41F956D673396C33A4CF94E8D6C4389EACB7 * ___consumerList_4; List_1_t260B41F956D673396C33A4CF94E8D6C4389EACB7 * ___producerList_5; }; // Native definition for COM marshalling of UnityEngine.Experimental.Rendering.RenderGraphModule.RenderGraphDebugData/ResourceDebugData struct ResourceDebugData_t4C1DEFEADE2FEC9CD7CCB9C177ADD26F3D14DA0F_marshaled_com { Il2CppChar* ___name_0; int32_t ___imported_1; int32_t ___creationPassIndex_2; int32_t ___releasePassIndex_3; List_1_t260B41F956D673396C33A4CF94E8D6C4389EACB7 * ___consumerList_4; List_1_t260B41F956D673396C33A4CF94E8D6C4389EACB7 * ___producerList_5; }; // UnityEngine.SendMouseEvents/HitInfo struct HitInfo_t74B96DDC302EB605CCC557B737A5C88EB67B57D6 { public: // UnityEngine.GameObject UnityEngine.SendMouseEvents/HitInfo::target GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * ___target_0; // UnityEngine.Camera UnityEngine.SendMouseEvents/HitInfo::camera Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C * ___camera_1; public: inline static int32_t get_offset_of_target_0() { return static_cast(offsetof(HitInfo_t74B96DDC302EB605CCC557B737A5C88EB67B57D6, ___target_0)); } inline GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * get_target_0() const { return ___target_0; } inline GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 ** get_address_of_target_0() { return &___target_0; } inline void set_target_0(GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * value) { ___target_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___target_0), (void*)value); } inline static int32_t get_offset_of_camera_1() { return static_cast(offsetof(HitInfo_t74B96DDC302EB605CCC557B737A5C88EB67B57D6, ___camera_1)); } inline Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C * get_camera_1() const { return ___camera_1; } inline Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C ** get_address_of_camera_1() { return &___camera_1; } inline void set_camera_1(Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C * value) { ___camera_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___camera_1), (void*)value); } }; // Native definition for P/Invoke marshalling of UnityEngine.SendMouseEvents/HitInfo struct HitInfo_t74B96DDC302EB605CCC557B737A5C88EB67B57D6_marshaled_pinvoke { GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * ___target_0; Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C * ___camera_1; }; // Native definition for COM marshalling of UnityEngine.SendMouseEvents/HitInfo struct HitInfo_t74B96DDC302EB605CCC557B737A5C88EB67B57D6_marshaled_com { GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * ___target_0; Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C * ___camera_1; }; // System.Xml.Schema.SequenceNode/SequenceConstructPosContext struct SequenceConstructPosContext_tF123DDD568337316B30320BDDD88646EBA9F94ED { public: // System.Xml.Schema.SequenceNode System.Xml.Schema.SequenceNode/SequenceConstructPosContext::this_ SequenceNode_t78A21AD6631AE7818CF1914282B25863653EE4FD * ___this__0; // System.Xml.Schema.BitSet System.Xml.Schema.SequenceNode/SequenceConstructPosContext::firstpos BitSet_t36CD5E21CDE8972A6BCEF9E414933DD893966438 * ___firstpos_1; // System.Xml.Schema.BitSet System.Xml.Schema.SequenceNode/SequenceConstructPosContext::lastpos BitSet_t36CD5E21CDE8972A6BCEF9E414933DD893966438 * ___lastpos_2; // System.Xml.Schema.BitSet System.Xml.Schema.SequenceNode/SequenceConstructPosContext::lastposLeft BitSet_t36CD5E21CDE8972A6BCEF9E414933DD893966438 * ___lastposLeft_3; // System.Xml.Schema.BitSet System.Xml.Schema.SequenceNode/SequenceConstructPosContext::firstposRight BitSet_t36CD5E21CDE8972A6BCEF9E414933DD893966438 * ___firstposRight_4; public: inline static int32_t get_offset_of_this__0() { return static_cast(offsetof(SequenceConstructPosContext_tF123DDD568337316B30320BDDD88646EBA9F94ED, ___this__0)); } inline SequenceNode_t78A21AD6631AE7818CF1914282B25863653EE4FD * get_this__0() const { return ___this__0; } inline SequenceNode_t78A21AD6631AE7818CF1914282B25863653EE4FD ** get_address_of_this__0() { return &___this__0; } inline void set_this__0(SequenceNode_t78A21AD6631AE7818CF1914282B25863653EE4FD * value) { ___this__0 = value; Il2CppCodeGenWriteBarrier((void**)(&___this__0), (void*)value); } inline static int32_t get_offset_of_firstpos_1() { return static_cast(offsetof(SequenceConstructPosContext_tF123DDD568337316B30320BDDD88646EBA9F94ED, ___firstpos_1)); } inline BitSet_t36CD5E21CDE8972A6BCEF9E414933DD893966438 * get_firstpos_1() const { return ___firstpos_1; } inline BitSet_t36CD5E21CDE8972A6BCEF9E414933DD893966438 ** get_address_of_firstpos_1() { return &___firstpos_1; } inline void set_firstpos_1(BitSet_t36CD5E21CDE8972A6BCEF9E414933DD893966438 * value) { ___firstpos_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___firstpos_1), (void*)value); } inline static int32_t get_offset_of_lastpos_2() { return static_cast(offsetof(SequenceConstructPosContext_tF123DDD568337316B30320BDDD88646EBA9F94ED, ___lastpos_2)); } inline BitSet_t36CD5E21CDE8972A6BCEF9E414933DD893966438 * get_lastpos_2() const { return ___lastpos_2; } inline BitSet_t36CD5E21CDE8972A6BCEF9E414933DD893966438 ** get_address_of_lastpos_2() { return &___lastpos_2; } inline void set_lastpos_2(BitSet_t36CD5E21CDE8972A6BCEF9E414933DD893966438 * value) { ___lastpos_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___lastpos_2), (void*)value); } inline static int32_t get_offset_of_lastposLeft_3() { return static_cast(offsetof(SequenceConstructPosContext_tF123DDD568337316B30320BDDD88646EBA9F94ED, ___lastposLeft_3)); } inline BitSet_t36CD5E21CDE8972A6BCEF9E414933DD893966438 * get_lastposLeft_3() const { return ___lastposLeft_3; } inline BitSet_t36CD5E21CDE8972A6BCEF9E414933DD893966438 ** get_address_of_lastposLeft_3() { return &___lastposLeft_3; } inline void set_lastposLeft_3(BitSet_t36CD5E21CDE8972A6BCEF9E414933DD893966438 * value) { ___lastposLeft_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___lastposLeft_3), (void*)value); } inline static int32_t get_offset_of_firstposRight_4() { return static_cast(offsetof(SequenceConstructPosContext_tF123DDD568337316B30320BDDD88646EBA9F94ED, ___firstposRight_4)); } inline BitSet_t36CD5E21CDE8972A6BCEF9E414933DD893966438 * get_firstposRight_4() const { return ___firstposRight_4; } inline BitSet_t36CD5E21CDE8972A6BCEF9E414933DD893966438 ** get_address_of_firstposRight_4() { return &___firstposRight_4; } inline void set_firstposRight_4(BitSet_t36CD5E21CDE8972A6BCEF9E414933DD893966438 * value) { ___firstposRight_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___firstposRight_4), (void*)value); } }; // Native definition for P/Invoke marshalling of System.Xml.Schema.SequenceNode/SequenceConstructPosContext struct SequenceConstructPosContext_tF123DDD568337316B30320BDDD88646EBA9F94ED_marshaled_pinvoke { SequenceNode_t78A21AD6631AE7818CF1914282B25863653EE4FD * ___this__0; BitSet_t36CD5E21CDE8972A6BCEF9E414933DD893966438 * ___firstpos_1; BitSet_t36CD5E21CDE8972A6BCEF9E414933DD893966438 * ___lastpos_2; BitSet_t36CD5E21CDE8972A6BCEF9E414933DD893966438 * ___lastposLeft_3; BitSet_t36CD5E21CDE8972A6BCEF9E414933DD893966438 * ___firstposRight_4; }; // Native definition for COM marshalling of System.Xml.Schema.SequenceNode/SequenceConstructPosContext struct SequenceConstructPosContext_tF123DDD568337316B30320BDDD88646EBA9F94ED_marshaled_com { SequenceNode_t78A21AD6631AE7818CF1914282B25863653EE4FD * ___this__0; BitSet_t36CD5E21CDE8972A6BCEF9E414933DD893966438 * ___firstpos_1; BitSet_t36CD5E21CDE8972A6BCEF9E414933DD893966438 * ___lastpos_2; BitSet_t36CD5E21CDE8972A6BCEF9E414933DD893966438 * ___lastposLeft_3; BitSet_t36CD5E21CDE8972A6BCEF9E414933DD893966438 * ___firstposRight_4; }; // FMODUnity.Settings/PlatformTemplate struct PlatformTemplate_t915029C76629EF71EE33DA24FF80AC465B2067ED { public: // System.String FMODUnity.Settings/PlatformTemplate::Identifier String_t* ___Identifier_0; // System.Func`1 FMODUnity.Settings/PlatformTemplate::CreateInstance Func_1_tD8217A517B81548153B648DD9D5285A3A78807D4 * ___CreateInstance_1; public: inline static int32_t get_offset_of_Identifier_0() { return static_cast(offsetof(PlatformTemplate_t915029C76629EF71EE33DA24FF80AC465B2067ED, ___Identifier_0)); } inline String_t* get_Identifier_0() const { return ___Identifier_0; } inline String_t** get_address_of_Identifier_0() { return &___Identifier_0; } inline void set_Identifier_0(String_t* value) { ___Identifier_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___Identifier_0), (void*)value); } inline static int32_t get_offset_of_CreateInstance_1() { return static_cast(offsetof(PlatformTemplate_t915029C76629EF71EE33DA24FF80AC465B2067ED, ___CreateInstance_1)); } inline Func_1_tD8217A517B81548153B648DD9D5285A3A78807D4 * get_CreateInstance_1() const { return ___CreateInstance_1; } inline Func_1_tD8217A517B81548153B648DD9D5285A3A78807D4 ** get_address_of_CreateInstance_1() { return &___CreateInstance_1; } inline void set_CreateInstance_1(Func_1_tD8217A517B81548153B648DD9D5285A3A78807D4 * value) { ___CreateInstance_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___CreateInstance_1), (void*)value); } }; // Native definition for P/Invoke marshalling of FMODUnity.Settings/PlatformTemplate struct PlatformTemplate_t915029C76629EF71EE33DA24FF80AC465B2067ED_marshaled_pinvoke { char* ___Identifier_0; Il2CppMethodPointer ___CreateInstance_1; }; // Native definition for COM marshalling of FMODUnity.Settings/PlatformTemplate struct PlatformTemplate_t915029C76629EF71EE33DA24FF80AC465B2067ED_marshaled_com { Il2CppChar* ___Identifier_0; Il2CppMethodPointer ___CreateInstance_1; }; // UnityEngine.UnitySynchronizationContext/WorkRequest struct WorkRequest_tA19FD4D1269D8EE2EA886AAF036C4F7F09154393 { public: // System.Threading.SendOrPostCallback UnityEngine.UnitySynchronizationContext/WorkRequest::m_DelagateCallback SendOrPostCallback_t6B7334CE017AF595535507519400AC02D688DC3C * ___m_DelagateCallback_0; // System.Object UnityEngine.UnitySynchronizationContext/WorkRequest::m_DelagateState RuntimeObject * ___m_DelagateState_1; // System.Threading.ManualResetEvent UnityEngine.UnitySynchronizationContext/WorkRequest::m_WaitHandle ManualResetEvent_t9E2ED486907E3A16122ED4E946534E4DD6B5A7BA * ___m_WaitHandle_2; public: inline static int32_t get_offset_of_m_DelagateCallback_0() { return static_cast(offsetof(WorkRequest_tA19FD4D1269D8EE2EA886AAF036C4F7F09154393, ___m_DelagateCallback_0)); } inline SendOrPostCallback_t6B7334CE017AF595535507519400AC02D688DC3C * get_m_DelagateCallback_0() const { return ___m_DelagateCallback_0; } inline SendOrPostCallback_t6B7334CE017AF595535507519400AC02D688DC3C ** get_address_of_m_DelagateCallback_0() { return &___m_DelagateCallback_0; } inline void set_m_DelagateCallback_0(SendOrPostCallback_t6B7334CE017AF595535507519400AC02D688DC3C * value) { ___m_DelagateCallback_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_DelagateCallback_0), (void*)value); } inline static int32_t get_offset_of_m_DelagateState_1() { return static_cast(offsetof(WorkRequest_tA19FD4D1269D8EE2EA886AAF036C4F7F09154393, ___m_DelagateState_1)); } inline RuntimeObject * get_m_DelagateState_1() const { return ___m_DelagateState_1; } inline RuntimeObject ** get_address_of_m_DelagateState_1() { return &___m_DelagateState_1; } inline void set_m_DelagateState_1(RuntimeObject * value) { ___m_DelagateState_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_DelagateState_1), (void*)value); } inline static int32_t get_offset_of_m_WaitHandle_2() { return static_cast(offsetof(WorkRequest_tA19FD4D1269D8EE2EA886AAF036C4F7F09154393, ___m_WaitHandle_2)); } inline ManualResetEvent_t9E2ED486907E3A16122ED4E946534E4DD6B5A7BA * get_m_WaitHandle_2() const { return ___m_WaitHandle_2; } inline ManualResetEvent_t9E2ED486907E3A16122ED4E946534E4DD6B5A7BA ** get_address_of_m_WaitHandle_2() { return &___m_WaitHandle_2; } inline void set_m_WaitHandle_2(ManualResetEvent_t9E2ED486907E3A16122ED4E946534E4DD6B5A7BA * value) { ___m_WaitHandle_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_WaitHandle_2), (void*)value); } }; // Native definition for P/Invoke marshalling of UnityEngine.UnitySynchronizationContext/WorkRequest struct WorkRequest_tA19FD4D1269D8EE2EA886AAF036C4F7F09154393_marshaled_pinvoke { Il2CppMethodPointer ___m_DelagateCallback_0; Il2CppIUnknown* ___m_DelagateState_1; ManualResetEvent_t9E2ED486907E3A16122ED4E946534E4DD6B5A7BA * ___m_WaitHandle_2; }; // Native definition for COM marshalling of UnityEngine.UnitySynchronizationContext/WorkRequest struct WorkRequest_tA19FD4D1269D8EE2EA886AAF036C4F7F09154393_marshaled_com { Il2CppMethodPointer ___m_DelagateCallback_0; Il2CppIUnknown* ___m_DelagateState_1; ManualResetEvent_t9E2ED486907E3A16122ED4E946534E4DD6B5A7BA * ___m_WaitHandle_2; }; // System.Xml.XmlNamespaceManager/NamespaceDeclaration struct NamespaceDeclaration_tA6C088F040DB7BC93B5EAF72BFB90CE3C5D1AF48 { public: // System.String System.Xml.XmlNamespaceManager/NamespaceDeclaration::prefix String_t* ___prefix_0; // System.String System.Xml.XmlNamespaceManager/NamespaceDeclaration::uri String_t* ___uri_1; // System.Int32 System.Xml.XmlNamespaceManager/NamespaceDeclaration::scopeId int32_t ___scopeId_2; // System.Int32 System.Xml.XmlNamespaceManager/NamespaceDeclaration::previousNsIndex int32_t ___previousNsIndex_3; public: inline static int32_t get_offset_of_prefix_0() { return static_cast(offsetof(NamespaceDeclaration_tA6C088F040DB7BC93B5EAF72BFB90CE3C5D1AF48, ___prefix_0)); } inline String_t* get_prefix_0() const { return ___prefix_0; } inline String_t** get_address_of_prefix_0() { return &___prefix_0; } inline void set_prefix_0(String_t* value) { ___prefix_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___prefix_0), (void*)value); } inline static int32_t get_offset_of_uri_1() { return static_cast(offsetof(NamespaceDeclaration_tA6C088F040DB7BC93B5EAF72BFB90CE3C5D1AF48, ___uri_1)); } inline String_t* get_uri_1() const { return ___uri_1; } inline String_t** get_address_of_uri_1() { return &___uri_1; } inline void set_uri_1(String_t* value) { ___uri_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___uri_1), (void*)value); } inline static int32_t get_offset_of_scopeId_2() { return static_cast(offsetof(NamespaceDeclaration_tA6C088F040DB7BC93B5EAF72BFB90CE3C5D1AF48, ___scopeId_2)); } inline int32_t get_scopeId_2() const { return ___scopeId_2; } inline int32_t* get_address_of_scopeId_2() { return &___scopeId_2; } inline void set_scopeId_2(int32_t value) { ___scopeId_2 = value; } inline static int32_t get_offset_of_previousNsIndex_3() { return static_cast(offsetof(NamespaceDeclaration_tA6C088F040DB7BC93B5EAF72BFB90CE3C5D1AF48, ___previousNsIndex_3)); } inline int32_t get_previousNsIndex_3() const { return ___previousNsIndex_3; } inline int32_t* get_address_of_previousNsIndex_3() { return &___previousNsIndex_3; } inline void set_previousNsIndex_3(int32_t value) { ___previousNsIndex_3 = value; } }; // Native definition for P/Invoke marshalling of System.Xml.XmlNamespaceManager/NamespaceDeclaration struct NamespaceDeclaration_tA6C088F040DB7BC93B5EAF72BFB90CE3C5D1AF48_marshaled_pinvoke { char* ___prefix_0; char* ___uri_1; int32_t ___scopeId_2; int32_t ___previousNsIndex_3; }; // Native definition for COM marshalling of System.Xml.XmlNamespaceManager/NamespaceDeclaration struct NamespaceDeclaration_tA6C088F040DB7BC93B5EAF72BFB90CE3C5D1AF48_marshaled_com { Il2CppChar* ___prefix_0; Il2CppChar* ___uri_1; int32_t ___scopeId_2; int32_t ___previousNsIndex_3; }; // System.Xml.XmlTextReaderImpl/ParsingState struct ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF { public: // System.Char[] System.Xml.XmlTextReaderImpl/ParsingState::chars CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* ___chars_0; // System.Int32 System.Xml.XmlTextReaderImpl/ParsingState::charPos int32_t ___charPos_1; // System.Int32 System.Xml.XmlTextReaderImpl/ParsingState::charsUsed int32_t ___charsUsed_2; // System.Text.Encoding System.Xml.XmlTextReaderImpl/ParsingState::encoding Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * ___encoding_3; // System.Boolean System.Xml.XmlTextReaderImpl/ParsingState::appendMode bool ___appendMode_4; // System.IO.Stream System.Xml.XmlTextReaderImpl/ParsingState::stream Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * ___stream_5; // System.Text.Decoder System.Xml.XmlTextReaderImpl/ParsingState::decoder Decoder_t91B2ED8AEC25AA24D23A00265203BE992B12C370 * ___decoder_6; // System.Byte[] System.Xml.XmlTextReaderImpl/ParsingState::bytes ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___bytes_7; // System.Int32 System.Xml.XmlTextReaderImpl/ParsingState::bytePos int32_t ___bytePos_8; // System.Int32 System.Xml.XmlTextReaderImpl/ParsingState::bytesUsed int32_t ___bytesUsed_9; // System.IO.TextReader System.Xml.XmlTextReaderImpl/ParsingState::textReader TextReader_t25B06DCA1906FEAD02150DB14313EBEA4CD78D2F * ___textReader_10; // System.Int32 System.Xml.XmlTextReaderImpl/ParsingState::lineNo int32_t ___lineNo_11; // System.Int32 System.Xml.XmlTextReaderImpl/ParsingState::lineStartPos int32_t ___lineStartPos_12; // System.String System.Xml.XmlTextReaderImpl/ParsingState::baseUriStr String_t* ___baseUriStr_13; // System.Uri System.Xml.XmlTextReaderImpl/ParsingState::baseUri Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * ___baseUri_14; // System.Boolean System.Xml.XmlTextReaderImpl/ParsingState::isEof bool ___isEof_15; // System.Boolean System.Xml.XmlTextReaderImpl/ParsingState::isStreamEof bool ___isStreamEof_16; // System.Xml.IDtdEntityInfo System.Xml.XmlTextReaderImpl/ParsingState::entity RuntimeObject* ___entity_17; // System.Int32 System.Xml.XmlTextReaderImpl/ParsingState::entityId int32_t ___entityId_18; // System.Boolean System.Xml.XmlTextReaderImpl/ParsingState::eolNormalized bool ___eolNormalized_19; // System.Boolean System.Xml.XmlTextReaderImpl/ParsingState::entityResolvedManually bool ___entityResolvedManually_20; public: inline static int32_t get_offset_of_chars_0() { return static_cast(offsetof(ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF, ___chars_0)); } inline CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* get_chars_0() const { return ___chars_0; } inline CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34** get_address_of_chars_0() { return &___chars_0; } inline void set_chars_0(CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* value) { ___chars_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___chars_0), (void*)value); } inline static int32_t get_offset_of_charPos_1() { return static_cast(offsetof(ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF, ___charPos_1)); } inline int32_t get_charPos_1() const { return ___charPos_1; } inline int32_t* get_address_of_charPos_1() { return &___charPos_1; } inline void set_charPos_1(int32_t value) { ___charPos_1 = value; } inline static int32_t get_offset_of_charsUsed_2() { return static_cast(offsetof(ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF, ___charsUsed_2)); } inline int32_t get_charsUsed_2() const { return ___charsUsed_2; } inline int32_t* get_address_of_charsUsed_2() { return &___charsUsed_2; } inline void set_charsUsed_2(int32_t value) { ___charsUsed_2 = value; } inline static int32_t get_offset_of_encoding_3() { return static_cast(offsetof(ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF, ___encoding_3)); } inline Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * get_encoding_3() const { return ___encoding_3; } inline Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 ** get_address_of_encoding_3() { return &___encoding_3; } inline void set_encoding_3(Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * value) { ___encoding_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___encoding_3), (void*)value); } inline static int32_t get_offset_of_appendMode_4() { return static_cast(offsetof(ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF, ___appendMode_4)); } inline bool get_appendMode_4() const { return ___appendMode_4; } inline bool* get_address_of_appendMode_4() { return &___appendMode_4; } inline void set_appendMode_4(bool value) { ___appendMode_4 = value; } inline static int32_t get_offset_of_stream_5() { return static_cast(offsetof(ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF, ___stream_5)); } inline Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * get_stream_5() const { return ___stream_5; } inline Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB ** get_address_of_stream_5() { return &___stream_5; } inline void set_stream_5(Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * value) { ___stream_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___stream_5), (void*)value); } inline static int32_t get_offset_of_decoder_6() { return static_cast(offsetof(ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF, ___decoder_6)); } inline Decoder_t91B2ED8AEC25AA24D23A00265203BE992B12C370 * get_decoder_6() const { return ___decoder_6; } inline Decoder_t91B2ED8AEC25AA24D23A00265203BE992B12C370 ** get_address_of_decoder_6() { return &___decoder_6; } inline void set_decoder_6(Decoder_t91B2ED8AEC25AA24D23A00265203BE992B12C370 * value) { ___decoder_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___decoder_6), (void*)value); } inline static int32_t get_offset_of_bytes_7() { return static_cast(offsetof(ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF, ___bytes_7)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_bytes_7() const { return ___bytes_7; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_bytes_7() { return &___bytes_7; } inline void set_bytes_7(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___bytes_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___bytes_7), (void*)value); } inline static int32_t get_offset_of_bytePos_8() { return static_cast(offsetof(ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF, ___bytePos_8)); } inline int32_t get_bytePos_8() const { return ___bytePos_8; } inline int32_t* get_address_of_bytePos_8() { return &___bytePos_8; } inline void set_bytePos_8(int32_t value) { ___bytePos_8 = value; } inline static int32_t get_offset_of_bytesUsed_9() { return static_cast(offsetof(ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF, ___bytesUsed_9)); } inline int32_t get_bytesUsed_9() const { return ___bytesUsed_9; } inline int32_t* get_address_of_bytesUsed_9() { return &___bytesUsed_9; } inline void set_bytesUsed_9(int32_t value) { ___bytesUsed_9 = value; } inline static int32_t get_offset_of_textReader_10() { return static_cast(offsetof(ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF, ___textReader_10)); } inline TextReader_t25B06DCA1906FEAD02150DB14313EBEA4CD78D2F * get_textReader_10() const { return ___textReader_10; } inline TextReader_t25B06DCA1906FEAD02150DB14313EBEA4CD78D2F ** get_address_of_textReader_10() { return &___textReader_10; } inline void set_textReader_10(TextReader_t25B06DCA1906FEAD02150DB14313EBEA4CD78D2F * value) { ___textReader_10 = value; Il2CppCodeGenWriteBarrier((void**)(&___textReader_10), (void*)value); } inline static int32_t get_offset_of_lineNo_11() { return static_cast(offsetof(ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF, ___lineNo_11)); } inline int32_t get_lineNo_11() const { return ___lineNo_11; } inline int32_t* get_address_of_lineNo_11() { return &___lineNo_11; } inline void set_lineNo_11(int32_t value) { ___lineNo_11 = value; } inline static int32_t get_offset_of_lineStartPos_12() { return static_cast(offsetof(ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF, ___lineStartPos_12)); } inline int32_t get_lineStartPos_12() const { return ___lineStartPos_12; } inline int32_t* get_address_of_lineStartPos_12() { return &___lineStartPos_12; } inline void set_lineStartPos_12(int32_t value) { ___lineStartPos_12 = value; } inline static int32_t get_offset_of_baseUriStr_13() { return static_cast(offsetof(ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF, ___baseUriStr_13)); } inline String_t* get_baseUriStr_13() const { return ___baseUriStr_13; } inline String_t** get_address_of_baseUriStr_13() { return &___baseUriStr_13; } inline void set_baseUriStr_13(String_t* value) { ___baseUriStr_13 = value; Il2CppCodeGenWriteBarrier((void**)(&___baseUriStr_13), (void*)value); } inline static int32_t get_offset_of_baseUri_14() { return static_cast(offsetof(ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF, ___baseUri_14)); } inline Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * get_baseUri_14() const { return ___baseUri_14; } inline Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 ** get_address_of_baseUri_14() { return &___baseUri_14; } inline void set_baseUri_14(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * value) { ___baseUri_14 = value; Il2CppCodeGenWriteBarrier((void**)(&___baseUri_14), (void*)value); } inline static int32_t get_offset_of_isEof_15() { return static_cast(offsetof(ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF, ___isEof_15)); } inline bool get_isEof_15() const { return ___isEof_15; } inline bool* get_address_of_isEof_15() { return &___isEof_15; } inline void set_isEof_15(bool value) { ___isEof_15 = value; } inline static int32_t get_offset_of_isStreamEof_16() { return static_cast(offsetof(ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF, ___isStreamEof_16)); } inline bool get_isStreamEof_16() const { return ___isStreamEof_16; } inline bool* get_address_of_isStreamEof_16() { return &___isStreamEof_16; } inline void set_isStreamEof_16(bool value) { ___isStreamEof_16 = value; } inline static int32_t get_offset_of_entity_17() { return static_cast(offsetof(ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF, ___entity_17)); } inline RuntimeObject* get_entity_17() const { return ___entity_17; } inline RuntimeObject** get_address_of_entity_17() { return &___entity_17; } inline void set_entity_17(RuntimeObject* value) { ___entity_17 = value; Il2CppCodeGenWriteBarrier((void**)(&___entity_17), (void*)value); } inline static int32_t get_offset_of_entityId_18() { return static_cast(offsetof(ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF, ___entityId_18)); } inline int32_t get_entityId_18() const { return ___entityId_18; } inline int32_t* get_address_of_entityId_18() { return &___entityId_18; } inline void set_entityId_18(int32_t value) { ___entityId_18 = value; } inline static int32_t get_offset_of_eolNormalized_19() { return static_cast(offsetof(ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF, ___eolNormalized_19)); } inline bool get_eolNormalized_19() const { return ___eolNormalized_19; } inline bool* get_address_of_eolNormalized_19() { return &___eolNormalized_19; } inline void set_eolNormalized_19(bool value) { ___eolNormalized_19 = value; } inline static int32_t get_offset_of_entityResolvedManually_20() { return static_cast(offsetof(ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF, ___entityResolvedManually_20)); } inline bool get_entityResolvedManually_20() const { return ___entityResolvedManually_20; } inline bool* get_address_of_entityResolvedManually_20() { return &___entityResolvedManually_20; } inline void set_entityResolvedManually_20(bool value) { ___entityResolvedManually_20 = value; } }; // Native definition for P/Invoke marshalling of System.Xml.XmlTextReaderImpl/ParsingState struct ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF_marshaled_pinvoke { uint8_t* ___chars_0; int32_t ___charPos_1; int32_t ___charsUsed_2; Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * ___encoding_3; int32_t ___appendMode_4; Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * ___stream_5; Decoder_t91B2ED8AEC25AA24D23A00265203BE992B12C370 * ___decoder_6; Il2CppSafeArray/*NONE*/* ___bytes_7; int32_t ___bytePos_8; int32_t ___bytesUsed_9; TextReader_t25B06DCA1906FEAD02150DB14313EBEA4CD78D2F * ___textReader_10; int32_t ___lineNo_11; int32_t ___lineStartPos_12; char* ___baseUriStr_13; Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * ___baseUri_14; int32_t ___isEof_15; int32_t ___isStreamEof_16; RuntimeObject* ___entity_17; int32_t ___entityId_18; int32_t ___eolNormalized_19; int32_t ___entityResolvedManually_20; }; // Native definition for COM marshalling of System.Xml.XmlTextReaderImpl/ParsingState struct ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF_marshaled_com { uint8_t* ___chars_0; int32_t ___charPos_1; int32_t ___charsUsed_2; Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * ___encoding_3; int32_t ___appendMode_4; Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * ___stream_5; Decoder_t91B2ED8AEC25AA24D23A00265203BE992B12C370 * ___decoder_6; Il2CppSafeArray/*NONE*/* ___bytes_7; int32_t ___bytePos_8; int32_t ___bytesUsed_9; TextReader_t25B06DCA1906FEAD02150DB14313EBEA4CD78D2F * ___textReader_10; int32_t ___lineNo_11; int32_t ___lineStartPos_12; Il2CppChar* ___baseUriStr_13; Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * ___baseUri_14; int32_t ___isEof_15; int32_t ___isStreamEof_16; RuntimeObject* ___entity_17; int32_t ___entityId_18; int32_t ___eolNormalized_19; int32_t ___entityResolvedManually_20; }; // System.Xml.XmlTextWriter/Namespace struct Namespace_tFB1EBA6EE8C3E28B35158FCCE171FDC302CD20EB { public: // System.String System.Xml.XmlTextWriter/Namespace::prefix String_t* ___prefix_0; // System.String System.Xml.XmlTextWriter/Namespace::ns String_t* ___ns_1; // System.Boolean System.Xml.XmlTextWriter/Namespace::declared bool ___declared_2; // System.Int32 System.Xml.XmlTextWriter/Namespace::prevNsIndex int32_t ___prevNsIndex_3; public: inline static int32_t get_offset_of_prefix_0() { return static_cast(offsetof(Namespace_tFB1EBA6EE8C3E28B35158FCCE171FDC302CD20EB, ___prefix_0)); } inline String_t* get_prefix_0() const { return ___prefix_0; } inline String_t** get_address_of_prefix_0() { return &___prefix_0; } inline void set_prefix_0(String_t* value) { ___prefix_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___prefix_0), (void*)value); } inline static int32_t get_offset_of_ns_1() { return static_cast(offsetof(Namespace_tFB1EBA6EE8C3E28B35158FCCE171FDC302CD20EB, ___ns_1)); } inline String_t* get_ns_1() const { return ___ns_1; } inline String_t** get_address_of_ns_1() { return &___ns_1; } inline void set_ns_1(String_t* value) { ___ns_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___ns_1), (void*)value); } inline static int32_t get_offset_of_declared_2() { return static_cast(offsetof(Namespace_tFB1EBA6EE8C3E28B35158FCCE171FDC302CD20EB, ___declared_2)); } inline bool get_declared_2() const { return ___declared_2; } inline bool* get_address_of_declared_2() { return &___declared_2; } inline void set_declared_2(bool value) { ___declared_2 = value; } inline static int32_t get_offset_of_prevNsIndex_3() { return static_cast(offsetof(Namespace_tFB1EBA6EE8C3E28B35158FCCE171FDC302CD20EB, ___prevNsIndex_3)); } inline int32_t get_prevNsIndex_3() const { return ___prevNsIndex_3; } inline int32_t* get_address_of_prevNsIndex_3() { return &___prevNsIndex_3; } inline void set_prevNsIndex_3(int32_t value) { ___prevNsIndex_3 = value; } }; // Native definition for P/Invoke marshalling of System.Xml.XmlTextWriter/Namespace struct Namespace_tFB1EBA6EE8C3E28B35158FCCE171FDC302CD20EB_marshaled_pinvoke { char* ___prefix_0; char* ___ns_1; int32_t ___declared_2; int32_t ___prevNsIndex_3; }; // Native definition for COM marshalling of System.Xml.XmlTextWriter/Namespace struct Namespace_tFB1EBA6EE8C3E28B35158FCCE171FDC302CD20EB_marshaled_com { Il2CppChar* ___prefix_0; Il2CppChar* ___ns_1; int32_t ___declared_2; int32_t ___prevNsIndex_3; }; // UnityEngine.InputSystem.Layouts.InputControlLayout/Collection/PrecompiledLayout struct PrecompiledLayout_t87B15ED374C6DA9C0C0D9333A1BDAC4F40E548CB { public: // System.Func`1 UnityEngine.InputSystem.Layouts.InputControlLayout/Collection/PrecompiledLayout::factoryMethod Func_1_t76DECFBA7E8607FAED0307739AF623E13E9A32D8 * ___factoryMethod_0; // System.String UnityEngine.InputSystem.Layouts.InputControlLayout/Collection/PrecompiledLayout::metadata String_t* ___metadata_1; public: inline static int32_t get_offset_of_factoryMethod_0() { return static_cast(offsetof(PrecompiledLayout_t87B15ED374C6DA9C0C0D9333A1BDAC4F40E548CB, ___factoryMethod_0)); } inline Func_1_t76DECFBA7E8607FAED0307739AF623E13E9A32D8 * get_factoryMethod_0() const { return ___factoryMethod_0; } inline Func_1_t76DECFBA7E8607FAED0307739AF623E13E9A32D8 ** get_address_of_factoryMethod_0() { return &___factoryMethod_0; } inline void set_factoryMethod_0(Func_1_t76DECFBA7E8607FAED0307739AF623E13E9A32D8 * value) { ___factoryMethod_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___factoryMethod_0), (void*)value); } inline static int32_t get_offset_of_metadata_1() { return static_cast(offsetof(PrecompiledLayout_t87B15ED374C6DA9C0C0D9333A1BDAC4F40E548CB, ___metadata_1)); } inline String_t* get_metadata_1() const { return ___metadata_1; } inline String_t** get_address_of_metadata_1() { return &___metadata_1; } inline void set_metadata_1(String_t* value) { ___metadata_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___metadata_1), (void*)value); } }; // Native definition for P/Invoke marshalling of UnityEngine.InputSystem.Layouts.InputControlLayout/Collection/PrecompiledLayout struct PrecompiledLayout_t87B15ED374C6DA9C0C0D9333A1BDAC4F40E548CB_marshaled_pinvoke { Il2CppMethodPointer ___factoryMethod_0; char* ___metadata_1; }; // Native definition for COM marshalling of UnityEngine.InputSystem.Layouts.InputControlLayout/Collection/PrecompiledLayout struct PrecompiledLayout_t87B15ED374C6DA9C0C0D9333A1BDAC4F40E548CB_marshaled_com { Il2CppMethodPointer ___factoryMethod_0; Il2CppChar* ___metadata_1; }; // UnityEngine.InputSystem.InputControlScheme/SchemeJson/DeviceJson struct DeviceJson_tC6DE2DEF0B6F89BFD244851A3C92B781547E9860 { public: // System.String UnityEngine.InputSystem.InputControlScheme/SchemeJson/DeviceJson::devicePath String_t* ___devicePath_0; // System.Boolean UnityEngine.InputSystem.InputControlScheme/SchemeJson/DeviceJson::isOptional bool ___isOptional_1; // System.Boolean UnityEngine.InputSystem.InputControlScheme/SchemeJson/DeviceJson::isOR bool ___isOR_2; public: inline static int32_t get_offset_of_devicePath_0() { return static_cast(offsetof(DeviceJson_tC6DE2DEF0B6F89BFD244851A3C92B781547E9860, ___devicePath_0)); } inline String_t* get_devicePath_0() const { return ___devicePath_0; } inline String_t** get_address_of_devicePath_0() { return &___devicePath_0; } inline void set_devicePath_0(String_t* value) { ___devicePath_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___devicePath_0), (void*)value); } inline static int32_t get_offset_of_isOptional_1() { return static_cast(offsetof(DeviceJson_tC6DE2DEF0B6F89BFD244851A3C92B781547E9860, ___isOptional_1)); } inline bool get_isOptional_1() const { return ___isOptional_1; } inline bool* get_address_of_isOptional_1() { return &___isOptional_1; } inline void set_isOptional_1(bool value) { ___isOptional_1 = value; } inline static int32_t get_offset_of_isOR_2() { return static_cast(offsetof(DeviceJson_tC6DE2DEF0B6F89BFD244851A3C92B781547E9860, ___isOR_2)); } inline bool get_isOR_2() const { return ___isOR_2; } inline bool* get_address_of_isOR_2() { return &___isOR_2; } inline void set_isOR_2(bool value) { ___isOR_2 = value; } }; // Native definition for P/Invoke marshalling of UnityEngine.InputSystem.InputControlScheme/SchemeJson/DeviceJson struct DeviceJson_tC6DE2DEF0B6F89BFD244851A3C92B781547E9860_marshaled_pinvoke { char* ___devicePath_0; int32_t ___isOptional_1; int32_t ___isOR_2; }; // Native definition for COM marshalling of UnityEngine.InputSystem.InputControlScheme/SchemeJson/DeviceJson struct DeviceJson_tC6DE2DEF0B6F89BFD244851A3C92B781547E9860_marshaled_com { Il2CppChar* ___devicePath_0; int32_t ___isOptional_1; int32_t ___isOR_2; }; // UnityEngine.InputSystem.Layouts.InputDeviceMatcher/MatcherJson/Capability struct Capability_t9249114BC9E64174C7B5D64C521A720168018B31 { public: // System.String UnityEngine.InputSystem.Layouts.InputDeviceMatcher/MatcherJson/Capability::path String_t* ___path_0; // System.String UnityEngine.InputSystem.Layouts.InputDeviceMatcher/MatcherJson/Capability::value String_t* ___value_1; public: inline static int32_t get_offset_of_path_0() { return static_cast(offsetof(Capability_t9249114BC9E64174C7B5D64C521A720168018B31, ___path_0)); } inline String_t* get_path_0() const { return ___path_0; } inline String_t** get_address_of_path_0() { return &___path_0; } inline void set_path_0(String_t* value) { ___path_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___path_0), (void*)value); } inline static int32_t get_offset_of_value_1() { return static_cast(offsetof(Capability_t9249114BC9E64174C7B5D64C521A720168018B31, ___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); } }; // Native definition for P/Invoke marshalling of UnityEngine.InputSystem.Layouts.InputDeviceMatcher/MatcherJson/Capability struct Capability_t9249114BC9E64174C7B5D64C521A720168018B31_marshaled_pinvoke { char* ___path_0; char* ___value_1; }; // Native definition for COM marshalling of UnityEngine.InputSystem.Layouts.InputDeviceMatcher/MatcherJson/Capability struct Capability_t9249114BC9E64174C7B5D64C521A720168018B31_marshaled_com { Il2CppChar* ___path_0; Il2CppChar* ___value_1; }; // UnityEngine.Experimental.TerrainAPI.TerrainUtility/TerrainMap/TileCoord struct TileCoord_t491EABF2B90DFB255C8F7624FF5528F2DE2CC901 { public: // System.Int32 UnityEngine.Experimental.TerrainAPI.TerrainUtility/TerrainMap/TileCoord::tileX int32_t ___tileX_0; // System.Int32 UnityEngine.Experimental.TerrainAPI.TerrainUtility/TerrainMap/TileCoord::tileZ int32_t ___tileZ_1; public: inline static int32_t get_offset_of_tileX_0() { return static_cast(offsetof(TileCoord_t491EABF2B90DFB255C8F7624FF5528F2DE2CC901, ___tileX_0)); } inline int32_t get_tileX_0() const { return ___tileX_0; } inline int32_t* get_address_of_tileX_0() { return &___tileX_0; } inline void set_tileX_0(int32_t value) { ___tileX_0 = value; } inline static int32_t get_offset_of_tileZ_1() { return static_cast(offsetof(TileCoord_t491EABF2B90DFB255C8F7624FF5528F2DE2CC901, ___tileZ_1)); } inline int32_t get_tileZ_1() const { return ___tileZ_1; } inline int32_t* get_address_of_tileZ_1() { return &___tileZ_1; } inline void set_tileZ_1(int32_t value) { ___tileZ_1 = value; } }; // UnityEngine.InputSystem.Utilities.CallbackArray`1> struct CallbackArray_1_t72A1C8F9A9234989D261FDC3B255B91E99FC49E2 { public: // System.Boolean UnityEngine.InputSystem.Utilities.CallbackArray`1::m_CannotMutateCallbacksArray bool ___m_CannotMutateCallbacksArray_0; // UnityEngine.InputSystem.Utilities.InlinedArray`1 UnityEngine.InputSystem.Utilities.CallbackArray`1::m_Callbacks InlinedArray_1_t72826106DB41DD12DED71A2C0F77EC8CFB7BFECF ___m_Callbacks_1; // UnityEngine.InputSystem.Utilities.InlinedArray`1 UnityEngine.InputSystem.Utilities.CallbackArray`1::m_CallbacksToAdd InlinedArray_1_t72826106DB41DD12DED71A2C0F77EC8CFB7BFECF ___m_CallbacksToAdd_2; // UnityEngine.InputSystem.Utilities.InlinedArray`1 UnityEngine.InputSystem.Utilities.CallbackArray`1::m_CallbacksToRemove InlinedArray_1_t72826106DB41DD12DED71A2C0F77EC8CFB7BFECF ___m_CallbacksToRemove_3; public: inline static int32_t get_offset_of_m_CannotMutateCallbacksArray_0() { return static_cast(offsetof(CallbackArray_1_t72A1C8F9A9234989D261FDC3B255B91E99FC49E2, ___m_CannotMutateCallbacksArray_0)); } inline bool get_m_CannotMutateCallbacksArray_0() const { return ___m_CannotMutateCallbacksArray_0; } inline bool* get_address_of_m_CannotMutateCallbacksArray_0() { return &___m_CannotMutateCallbacksArray_0; } inline void set_m_CannotMutateCallbacksArray_0(bool value) { ___m_CannotMutateCallbacksArray_0 = value; } inline static int32_t get_offset_of_m_Callbacks_1() { return static_cast(offsetof(CallbackArray_1_t72A1C8F9A9234989D261FDC3B255B91E99FC49E2, ___m_Callbacks_1)); } inline InlinedArray_1_t72826106DB41DD12DED71A2C0F77EC8CFB7BFECF get_m_Callbacks_1() const { return ___m_Callbacks_1; } inline InlinedArray_1_t72826106DB41DD12DED71A2C0F77EC8CFB7BFECF * get_address_of_m_Callbacks_1() { return &___m_Callbacks_1; } inline void set_m_Callbacks_1(InlinedArray_1_t72826106DB41DD12DED71A2C0F77EC8CFB7BFECF value) { ___m_Callbacks_1 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___m_Callbacks_1))->___firstValue_1), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___m_Callbacks_1))->___additionalValues_2), (void*)NULL); #endif } inline static int32_t get_offset_of_m_CallbacksToAdd_2() { return static_cast(offsetof(CallbackArray_1_t72A1C8F9A9234989D261FDC3B255B91E99FC49E2, ___m_CallbacksToAdd_2)); } inline InlinedArray_1_t72826106DB41DD12DED71A2C0F77EC8CFB7BFECF get_m_CallbacksToAdd_2() const { return ___m_CallbacksToAdd_2; } inline InlinedArray_1_t72826106DB41DD12DED71A2C0F77EC8CFB7BFECF * get_address_of_m_CallbacksToAdd_2() { return &___m_CallbacksToAdd_2; } inline void set_m_CallbacksToAdd_2(InlinedArray_1_t72826106DB41DD12DED71A2C0F77EC8CFB7BFECF value) { ___m_CallbacksToAdd_2 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___m_CallbacksToAdd_2))->___firstValue_1), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___m_CallbacksToAdd_2))->___additionalValues_2), (void*)NULL); #endif } inline static int32_t get_offset_of_m_CallbacksToRemove_3() { return static_cast(offsetof(CallbackArray_1_t72A1C8F9A9234989D261FDC3B255B91E99FC49E2, ___m_CallbacksToRemove_3)); } inline InlinedArray_1_t72826106DB41DD12DED71A2C0F77EC8CFB7BFECF get_m_CallbacksToRemove_3() const { return ___m_CallbacksToRemove_3; } inline InlinedArray_1_t72826106DB41DD12DED71A2C0F77EC8CFB7BFECF * get_address_of_m_CallbacksToRemove_3() { return &___m_CallbacksToRemove_3; } inline void set_m_CallbacksToRemove_3(InlinedArray_1_t72826106DB41DD12DED71A2C0F77EC8CFB7BFECF value) { ___m_CallbacksToRemove_3 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___m_CallbacksToRemove_3))->___firstValue_1), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___m_CallbacksToRemove_3))->___additionalValues_2), (void*)NULL); #endif } }; // UnityEngine.InputSystem.Utilities.CallbackArray`1> struct CallbackArray_1_t8D4A78728586CDDC757E25A2DE7E62FFDEC81750 { public: // System.Boolean UnityEngine.InputSystem.Utilities.CallbackArray`1::m_CannotMutateCallbacksArray bool ___m_CannotMutateCallbacksArray_0; // UnityEngine.InputSystem.Utilities.InlinedArray`1 UnityEngine.InputSystem.Utilities.CallbackArray`1::m_Callbacks InlinedArray_1_t3242EB26ABA5BD661668C61860E236D9A728BCFA ___m_Callbacks_1; // UnityEngine.InputSystem.Utilities.InlinedArray`1 UnityEngine.InputSystem.Utilities.CallbackArray`1::m_CallbacksToAdd InlinedArray_1_t3242EB26ABA5BD661668C61860E236D9A728BCFA ___m_CallbacksToAdd_2; // UnityEngine.InputSystem.Utilities.InlinedArray`1 UnityEngine.InputSystem.Utilities.CallbackArray`1::m_CallbacksToRemove InlinedArray_1_t3242EB26ABA5BD661668C61860E236D9A728BCFA ___m_CallbacksToRemove_3; public: inline static int32_t get_offset_of_m_CannotMutateCallbacksArray_0() { return static_cast(offsetof(CallbackArray_1_t8D4A78728586CDDC757E25A2DE7E62FFDEC81750, ___m_CannotMutateCallbacksArray_0)); } inline bool get_m_CannotMutateCallbacksArray_0() const { return ___m_CannotMutateCallbacksArray_0; } inline bool* get_address_of_m_CannotMutateCallbacksArray_0() { return &___m_CannotMutateCallbacksArray_0; } inline void set_m_CannotMutateCallbacksArray_0(bool value) { ___m_CannotMutateCallbacksArray_0 = value; } inline static int32_t get_offset_of_m_Callbacks_1() { return static_cast(offsetof(CallbackArray_1_t8D4A78728586CDDC757E25A2DE7E62FFDEC81750, ___m_Callbacks_1)); } inline InlinedArray_1_t3242EB26ABA5BD661668C61860E236D9A728BCFA get_m_Callbacks_1() const { return ___m_Callbacks_1; } inline InlinedArray_1_t3242EB26ABA5BD661668C61860E236D9A728BCFA * get_address_of_m_Callbacks_1() { return &___m_Callbacks_1; } inline void set_m_Callbacks_1(InlinedArray_1_t3242EB26ABA5BD661668C61860E236D9A728BCFA value) { ___m_Callbacks_1 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___m_Callbacks_1))->___firstValue_1), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___m_Callbacks_1))->___additionalValues_2), (void*)NULL); #endif } inline static int32_t get_offset_of_m_CallbacksToAdd_2() { return static_cast(offsetof(CallbackArray_1_t8D4A78728586CDDC757E25A2DE7E62FFDEC81750, ___m_CallbacksToAdd_2)); } inline InlinedArray_1_t3242EB26ABA5BD661668C61860E236D9A728BCFA get_m_CallbacksToAdd_2() const { return ___m_CallbacksToAdd_2; } inline InlinedArray_1_t3242EB26ABA5BD661668C61860E236D9A728BCFA * get_address_of_m_CallbacksToAdd_2() { return &___m_CallbacksToAdd_2; } inline void set_m_CallbacksToAdd_2(InlinedArray_1_t3242EB26ABA5BD661668C61860E236D9A728BCFA value) { ___m_CallbacksToAdd_2 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___m_CallbacksToAdd_2))->___firstValue_1), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___m_CallbacksToAdd_2))->___additionalValues_2), (void*)NULL); #endif } inline static int32_t get_offset_of_m_CallbacksToRemove_3() { return static_cast(offsetof(CallbackArray_1_t8D4A78728586CDDC757E25A2DE7E62FFDEC81750, ___m_CallbacksToRemove_3)); } inline InlinedArray_1_t3242EB26ABA5BD661668C61860E236D9A728BCFA get_m_CallbacksToRemove_3() const { return ___m_CallbacksToRemove_3; } inline InlinedArray_1_t3242EB26ABA5BD661668C61860E236D9A728BCFA * get_address_of_m_CallbacksToRemove_3() { return &___m_CallbacksToRemove_3; } inline void set_m_CallbacksToRemove_3(InlinedArray_1_t3242EB26ABA5BD661668C61860E236D9A728BCFA value) { ___m_CallbacksToRemove_3 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___m_CallbacksToRemove_3))->___firstValue_1), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___m_CallbacksToRemove_3))->___additionalValues_2), (void*)NULL); #endif } }; // UnityEngine.InputSystem.Utilities.CallbackArray`1> struct CallbackArray_1_tFE880AAECE4CB38111E154315F2BC1861C51B670 { public: // System.Boolean UnityEngine.InputSystem.Utilities.CallbackArray`1::m_CannotMutateCallbacksArray bool ___m_CannotMutateCallbacksArray_0; // UnityEngine.InputSystem.Utilities.InlinedArray`1 UnityEngine.InputSystem.Utilities.CallbackArray`1::m_Callbacks InlinedArray_1_t0276613225023D8F53CB9FD8DFF8960F542BAB07 ___m_Callbacks_1; // UnityEngine.InputSystem.Utilities.InlinedArray`1 UnityEngine.InputSystem.Utilities.CallbackArray`1::m_CallbacksToAdd InlinedArray_1_t0276613225023D8F53CB9FD8DFF8960F542BAB07 ___m_CallbacksToAdd_2; // UnityEngine.InputSystem.Utilities.InlinedArray`1 UnityEngine.InputSystem.Utilities.CallbackArray`1::m_CallbacksToRemove InlinedArray_1_t0276613225023D8F53CB9FD8DFF8960F542BAB07 ___m_CallbacksToRemove_3; public: inline static int32_t get_offset_of_m_CannotMutateCallbacksArray_0() { return static_cast(offsetof(CallbackArray_1_tFE880AAECE4CB38111E154315F2BC1861C51B670, ___m_CannotMutateCallbacksArray_0)); } inline bool get_m_CannotMutateCallbacksArray_0() const { return ___m_CannotMutateCallbacksArray_0; } inline bool* get_address_of_m_CannotMutateCallbacksArray_0() { return &___m_CannotMutateCallbacksArray_0; } inline void set_m_CannotMutateCallbacksArray_0(bool value) { ___m_CannotMutateCallbacksArray_0 = value; } inline static int32_t get_offset_of_m_Callbacks_1() { return static_cast(offsetof(CallbackArray_1_tFE880AAECE4CB38111E154315F2BC1861C51B670, ___m_Callbacks_1)); } inline InlinedArray_1_t0276613225023D8F53CB9FD8DFF8960F542BAB07 get_m_Callbacks_1() const { return ___m_Callbacks_1; } inline InlinedArray_1_t0276613225023D8F53CB9FD8DFF8960F542BAB07 * get_address_of_m_Callbacks_1() { return &___m_Callbacks_1; } inline void set_m_Callbacks_1(InlinedArray_1_t0276613225023D8F53CB9FD8DFF8960F542BAB07 value) { ___m_Callbacks_1 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___m_Callbacks_1))->___firstValue_1), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___m_Callbacks_1))->___additionalValues_2), (void*)NULL); #endif } inline static int32_t get_offset_of_m_CallbacksToAdd_2() { return static_cast(offsetof(CallbackArray_1_tFE880AAECE4CB38111E154315F2BC1861C51B670, ___m_CallbacksToAdd_2)); } inline InlinedArray_1_t0276613225023D8F53CB9FD8DFF8960F542BAB07 get_m_CallbacksToAdd_2() const { return ___m_CallbacksToAdd_2; } inline InlinedArray_1_t0276613225023D8F53CB9FD8DFF8960F542BAB07 * get_address_of_m_CallbacksToAdd_2() { return &___m_CallbacksToAdd_2; } inline void set_m_CallbacksToAdd_2(InlinedArray_1_t0276613225023D8F53CB9FD8DFF8960F542BAB07 value) { ___m_CallbacksToAdd_2 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___m_CallbacksToAdd_2))->___firstValue_1), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___m_CallbacksToAdd_2))->___additionalValues_2), (void*)NULL); #endif } inline static int32_t get_offset_of_m_CallbacksToRemove_3() { return static_cast(offsetof(CallbackArray_1_tFE880AAECE4CB38111E154315F2BC1861C51B670, ___m_CallbacksToRemove_3)); } inline InlinedArray_1_t0276613225023D8F53CB9FD8DFF8960F542BAB07 get_m_CallbacksToRemove_3() const { return ___m_CallbacksToRemove_3; } inline InlinedArray_1_t0276613225023D8F53CB9FD8DFF8960F542BAB07 * get_address_of_m_CallbacksToRemove_3() { return &___m_CallbacksToRemove_3; } inline void set_m_CallbacksToRemove_3(InlinedArray_1_t0276613225023D8F53CB9FD8DFF8960F542BAB07 value) { ___m_CallbacksToRemove_3 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___m_CallbacksToRemove_3))->___firstValue_1), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___m_CallbacksToRemove_3))->___additionalValues_2), (void*)NULL); #endif } }; // UnityEngine.InputSystem.Utilities.CallbackArray`1> struct CallbackArray_1_t221D3A2B2D587C09756894CCDA3070D3B4374E36 { public: // System.Boolean UnityEngine.InputSystem.Utilities.CallbackArray`1::m_CannotMutateCallbacksArray bool ___m_CannotMutateCallbacksArray_0; // UnityEngine.InputSystem.Utilities.InlinedArray`1 UnityEngine.InputSystem.Utilities.CallbackArray`1::m_Callbacks InlinedArray_1_tA26AD7D8D0A1B6A0D37F53076D8CF49E4262610A ___m_Callbacks_1; // UnityEngine.InputSystem.Utilities.InlinedArray`1 UnityEngine.InputSystem.Utilities.CallbackArray`1::m_CallbacksToAdd InlinedArray_1_tA26AD7D8D0A1B6A0D37F53076D8CF49E4262610A ___m_CallbacksToAdd_2; // UnityEngine.InputSystem.Utilities.InlinedArray`1 UnityEngine.InputSystem.Utilities.CallbackArray`1::m_CallbacksToRemove InlinedArray_1_tA26AD7D8D0A1B6A0D37F53076D8CF49E4262610A ___m_CallbacksToRemove_3; public: inline static int32_t get_offset_of_m_CannotMutateCallbacksArray_0() { return static_cast(offsetof(CallbackArray_1_t221D3A2B2D587C09756894CCDA3070D3B4374E36, ___m_CannotMutateCallbacksArray_0)); } inline bool get_m_CannotMutateCallbacksArray_0() const { return ___m_CannotMutateCallbacksArray_0; } inline bool* get_address_of_m_CannotMutateCallbacksArray_0() { return &___m_CannotMutateCallbacksArray_0; } inline void set_m_CannotMutateCallbacksArray_0(bool value) { ___m_CannotMutateCallbacksArray_0 = value; } inline static int32_t get_offset_of_m_Callbacks_1() { return static_cast(offsetof(CallbackArray_1_t221D3A2B2D587C09756894CCDA3070D3B4374E36, ___m_Callbacks_1)); } inline InlinedArray_1_tA26AD7D8D0A1B6A0D37F53076D8CF49E4262610A get_m_Callbacks_1() const { return ___m_Callbacks_1; } inline InlinedArray_1_tA26AD7D8D0A1B6A0D37F53076D8CF49E4262610A * get_address_of_m_Callbacks_1() { return &___m_Callbacks_1; } inline void set_m_Callbacks_1(InlinedArray_1_tA26AD7D8D0A1B6A0D37F53076D8CF49E4262610A value) { ___m_Callbacks_1 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___m_Callbacks_1))->___firstValue_1), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___m_Callbacks_1))->___additionalValues_2), (void*)NULL); #endif } inline static int32_t get_offset_of_m_CallbacksToAdd_2() { return static_cast(offsetof(CallbackArray_1_t221D3A2B2D587C09756894CCDA3070D3B4374E36, ___m_CallbacksToAdd_2)); } inline InlinedArray_1_tA26AD7D8D0A1B6A0D37F53076D8CF49E4262610A get_m_CallbacksToAdd_2() const { return ___m_CallbacksToAdd_2; } inline InlinedArray_1_tA26AD7D8D0A1B6A0D37F53076D8CF49E4262610A * get_address_of_m_CallbacksToAdd_2() { return &___m_CallbacksToAdd_2; } inline void set_m_CallbacksToAdd_2(InlinedArray_1_tA26AD7D8D0A1B6A0D37F53076D8CF49E4262610A value) { ___m_CallbacksToAdd_2 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___m_CallbacksToAdd_2))->___firstValue_1), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___m_CallbacksToAdd_2))->___additionalValues_2), (void*)NULL); #endif } inline static int32_t get_offset_of_m_CallbacksToRemove_3() { return static_cast(offsetof(CallbackArray_1_t221D3A2B2D587C09756894CCDA3070D3B4374E36, ___m_CallbacksToRemove_3)); } inline InlinedArray_1_tA26AD7D8D0A1B6A0D37F53076D8CF49E4262610A get_m_CallbacksToRemove_3() const { return ___m_CallbacksToRemove_3; } inline InlinedArray_1_tA26AD7D8D0A1B6A0D37F53076D8CF49E4262610A * get_address_of_m_CallbacksToRemove_3() { return &___m_CallbacksToRemove_3; } inline void set_m_CallbacksToRemove_3(InlinedArray_1_tA26AD7D8D0A1B6A0D37F53076D8CF49E4262610A value) { ___m_CallbacksToRemove_3 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___m_CallbacksToRemove_3))->___firstValue_1), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___m_CallbacksToRemove_3))->___additionalValues_2), (void*)NULL); #endif } }; // System.Collections.Generic.Dictionary`2/Entry,System.Object> struct Entry_tB294B9C2737CEA8C4F8673B948596F849040B414 { public: // System.Int32 System.Collections.Generic.Dictionary`2/Entry::hashCode int32_t ___hashCode_0; // System.Int32 System.Collections.Generic.Dictionary`2/Entry::next int32_t ___next_1; // TKey System.Collections.Generic.Dictionary`2/Entry::key ValueTuple_2_tA372AD60186562EAB001D5060A8DA062D95A5A00 ___key_2; // TValue System.Collections.Generic.Dictionary`2/Entry::value RuntimeObject * ___value_3; public: inline static int32_t get_offset_of_hashCode_0() { return static_cast(offsetof(Entry_tB294B9C2737CEA8C4F8673B948596F849040B414, ___hashCode_0)); } inline int32_t get_hashCode_0() const { return ___hashCode_0; } inline int32_t* get_address_of_hashCode_0() { return &___hashCode_0; } inline void set_hashCode_0(int32_t value) { ___hashCode_0 = value; } inline static int32_t get_offset_of_next_1() { return static_cast(offsetof(Entry_tB294B9C2737CEA8C4F8673B948596F849040B414, ___next_1)); } inline int32_t get_next_1() const { return ___next_1; } inline int32_t* get_address_of_next_1() { return &___next_1; } inline void set_next_1(int32_t value) { ___next_1 = value; } inline static int32_t get_offset_of_key_2() { return static_cast(offsetof(Entry_tB294B9C2737CEA8C4F8673B948596F849040B414, ___key_2)); } inline ValueTuple_2_tA372AD60186562EAB001D5060A8DA062D95A5A00 get_key_2() const { return ___key_2; } inline ValueTuple_2_tA372AD60186562EAB001D5060A8DA062D95A5A00 * get_address_of_key_2() { return &___key_2; } inline void set_key_2(ValueTuple_2_tA372AD60186562EAB001D5060A8DA062D95A5A00 value) { ___key_2 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___key_2))->___Item1_0), (void*)NULL); } inline static int32_t get_offset_of_value_3() { return static_cast(offsetof(Entry_tB294B9C2737CEA8C4F8673B948596F849040B414, ___value_3)); } inline RuntimeObject * get_value_3() const { return ___value_3; } inline RuntimeObject ** get_address_of_value_3() { return &___value_3; } inline void set_value_3(RuntimeObject * value) { ___value_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___value_3), (void*)value); } }; // System.Collections.Generic.Dictionary`2/Entry struct Entry_t93EE83F6AABF1097132D1968F2D35414B871BF93 { public: // System.Int32 System.Collections.Generic.Dictionary`2/Entry::hashCode int32_t ___hashCode_0; // System.Int32 System.Collections.Generic.Dictionary`2/Entry::next int32_t ___next_1; // TKey System.Collections.Generic.Dictionary`2/Entry::key Guid_t ___key_2; // TValue System.Collections.Generic.Dictionary`2/Entry::value RuntimeObject * ___value_3; public: inline static int32_t get_offset_of_hashCode_0() { return static_cast(offsetof(Entry_t93EE83F6AABF1097132D1968F2D35414B871BF93, ___hashCode_0)); } inline int32_t get_hashCode_0() const { return ___hashCode_0; } inline int32_t* get_address_of_hashCode_0() { return &___hashCode_0; } inline void set_hashCode_0(int32_t value) { ___hashCode_0 = value; } inline static int32_t get_offset_of_next_1() { return static_cast(offsetof(Entry_t93EE83F6AABF1097132D1968F2D35414B871BF93, ___next_1)); } inline int32_t get_next_1() const { return ___next_1; } inline int32_t* get_address_of_next_1() { return &___next_1; } inline void set_next_1(int32_t value) { ___next_1 = value; } inline static int32_t get_offset_of_key_2() { return static_cast(offsetof(Entry_t93EE83F6AABF1097132D1968F2D35414B871BF93, ___key_2)); } inline Guid_t get_key_2() const { return ___key_2; } inline Guid_t * get_address_of_key_2() { return &___key_2; } inline void set_key_2(Guid_t value) { ___key_2 = value; } inline static int32_t get_offset_of_value_3() { return static_cast(offsetof(Entry_t93EE83F6AABF1097132D1968F2D35414B871BF93, ___value_3)); } inline RuntimeObject * get_value_3() const { return ___value_3; } inline RuntimeObject ** get_address_of_value_3() { return &___value_3; } inline void set_value_3(RuntimeObject * value) { ___value_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___value_3), (void*)value); } }; // System.Collections.Generic.Dictionary`2/Entry struct Entry_t73B574168D7517F2659C759CDC9666076FCBC3B2 { public: // System.Int32 System.Collections.Generic.Dictionary`2/Entry::hashCode int32_t ___hashCode_0; // System.Int32 System.Collections.Generic.Dictionary`2/Entry::next int32_t ___next_1; // TKey System.Collections.Generic.Dictionary`2/Entry::key InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED ___key_2; // TValue System.Collections.Generic.Dictionary`2/Entry::value InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED ___value_3; public: inline static int32_t get_offset_of_hashCode_0() { return static_cast(offsetof(Entry_t73B574168D7517F2659C759CDC9666076FCBC3B2, ___hashCode_0)); } inline int32_t get_hashCode_0() const { return ___hashCode_0; } inline int32_t* get_address_of_hashCode_0() { return &___hashCode_0; } inline void set_hashCode_0(int32_t value) { ___hashCode_0 = value; } inline static int32_t get_offset_of_next_1() { return static_cast(offsetof(Entry_t73B574168D7517F2659C759CDC9666076FCBC3B2, ___next_1)); } inline int32_t get_next_1() const { return ___next_1; } inline int32_t* get_address_of_next_1() { return &___next_1; } inline void set_next_1(int32_t value) { ___next_1 = value; } inline static int32_t get_offset_of_key_2() { return static_cast(offsetof(Entry_t73B574168D7517F2659C759CDC9666076FCBC3B2, ___key_2)); } inline InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED get_key_2() const { return ___key_2; } inline InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED * get_address_of_key_2() { return &___key_2; } inline void set_key_2(InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED value) { ___key_2 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___key_2))->___m_StringOriginalCase_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___key_2))->___m_StringLowerCase_1), (void*)NULL); #endif } inline static int32_t get_offset_of_value_3() { return static_cast(offsetof(Entry_t73B574168D7517F2659C759CDC9666076FCBC3B2, ___value_3)); } inline InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED get_value_3() const { return ___value_3; } inline InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED * get_address_of_value_3() { return &___value_3; } inline void set_value_3(InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED value) { ___value_3 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___value_3))->___m_StringOriginalCase_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___value_3))->___m_StringLowerCase_1), (void*)NULL); #endif } }; // System.Collections.Generic.Dictionary`2/Entry struct Entry_t010F7FB3A0EB86139FD2E2B6FA68712C67B9AD95 { public: // System.Int32 System.Collections.Generic.Dictionary`2/Entry::hashCode int32_t ___hashCode_0; // System.Int32 System.Collections.Generic.Dictionary`2/Entry::next int32_t ___next_1; // TKey System.Collections.Generic.Dictionary`2/Entry::key InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED ___key_2; // TValue System.Collections.Generic.Dictionary`2/Entry::value RuntimeObject * ___value_3; public: inline static int32_t get_offset_of_hashCode_0() { return static_cast(offsetof(Entry_t010F7FB3A0EB86139FD2E2B6FA68712C67B9AD95, ___hashCode_0)); } inline int32_t get_hashCode_0() const { return ___hashCode_0; } inline int32_t* get_address_of_hashCode_0() { return &___hashCode_0; } inline void set_hashCode_0(int32_t value) { ___hashCode_0 = value; } inline static int32_t get_offset_of_next_1() { return static_cast(offsetof(Entry_t010F7FB3A0EB86139FD2E2B6FA68712C67B9AD95, ___next_1)); } inline int32_t get_next_1() const { return ___next_1; } inline int32_t* get_address_of_next_1() { return &___next_1; } inline void set_next_1(int32_t value) { ___next_1 = value; } inline static int32_t get_offset_of_key_2() { return static_cast(offsetof(Entry_t010F7FB3A0EB86139FD2E2B6FA68712C67B9AD95, ___key_2)); } inline InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED get_key_2() const { return ___key_2; } inline InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED * get_address_of_key_2() { return &___key_2; } inline void set_key_2(InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED value) { ___key_2 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___key_2))->___m_StringOriginalCase_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___key_2))->___m_StringLowerCase_1), (void*)NULL); #endif } inline static int32_t get_offset_of_value_3() { return static_cast(offsetof(Entry_t010F7FB3A0EB86139FD2E2B6FA68712C67B9AD95, ___value_3)); } inline RuntimeObject * get_value_3() const { return ___value_3; } inline RuntimeObject ** get_address_of_value_3() { return &___value_3; } inline void set_value_3(RuntimeObject * value) { ___value_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___value_3), (void*)value); } }; // System.Collections.Generic.Dictionary`2/Entry struct Entry_t20366A83673E834353D3C00256FA8669E3207CDA { public: // System.Int32 System.Collections.Generic.Dictionary`2/Entry::hashCode int32_t ___hashCode_0; // System.Int32 System.Collections.Generic.Dictionary`2/Entry::next int32_t ___next_1; // TKey System.Collections.Generic.Dictionary`2/Entry::key InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED ___key_2; // TValue System.Collections.Generic.Dictionary`2/Entry::value PrecompiledLayout_t87B15ED374C6DA9C0C0D9333A1BDAC4F40E548CB ___value_3; public: inline static int32_t get_offset_of_hashCode_0() { return static_cast(offsetof(Entry_t20366A83673E834353D3C00256FA8669E3207CDA, ___hashCode_0)); } inline int32_t get_hashCode_0() const { return ___hashCode_0; } inline int32_t* get_address_of_hashCode_0() { return &___hashCode_0; } inline void set_hashCode_0(int32_t value) { ___hashCode_0 = value; } inline static int32_t get_offset_of_next_1() { return static_cast(offsetof(Entry_t20366A83673E834353D3C00256FA8669E3207CDA, ___next_1)); } inline int32_t get_next_1() const { return ___next_1; } inline int32_t* get_address_of_next_1() { return &___next_1; } inline void set_next_1(int32_t value) { ___next_1 = value; } inline static int32_t get_offset_of_key_2() { return static_cast(offsetof(Entry_t20366A83673E834353D3C00256FA8669E3207CDA, ___key_2)); } inline InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED get_key_2() const { return ___key_2; } inline InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED * get_address_of_key_2() { return &___key_2; } inline void set_key_2(InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED value) { ___key_2 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___key_2))->___m_StringOriginalCase_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___key_2))->___m_StringLowerCase_1), (void*)NULL); #endif } inline static int32_t get_offset_of_value_3() { return static_cast(offsetof(Entry_t20366A83673E834353D3C00256FA8669E3207CDA, ___value_3)); } inline PrecompiledLayout_t87B15ED374C6DA9C0C0D9333A1BDAC4F40E548CB get_value_3() const { return ___value_3; } inline PrecompiledLayout_t87B15ED374C6DA9C0C0D9333A1BDAC4F40E548CB * get_address_of_value_3() { return &___value_3; } inline void set_value_3(PrecompiledLayout_t87B15ED374C6DA9C0C0D9333A1BDAC4F40E548CB value) { ___value_3 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___value_3))->___factoryMethod_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___value_3))->___metadata_1), (void*)NULL); #endif } }; // System.Collections.Generic.Dictionary`2/Entry struct Entry_tD8A93CAFA635C3623A9F8C1541CA22C83D04EA26 { public: // System.Int32 System.Collections.Generic.Dictionary`2/Entry::hashCode int32_t ___hashCode_0; // System.Int32 System.Collections.Generic.Dictionary`2/Entry::next int32_t ___next_1; // TKey System.Collections.Generic.Dictionary`2/Entry::key RuntimeObject * ___key_2; // TValue System.Collections.Generic.Dictionary`2/Entry::value ResourceLocator_t3D496606F94367D5D6B24DA9DC0A3B46E6B53B11 ___value_3; public: inline static int32_t get_offset_of_hashCode_0() { return static_cast(offsetof(Entry_tD8A93CAFA635C3623A9F8C1541CA22C83D04EA26, ___hashCode_0)); } inline int32_t get_hashCode_0() const { return ___hashCode_0; } inline int32_t* get_address_of_hashCode_0() { return &___hashCode_0; } inline void set_hashCode_0(int32_t value) { ___hashCode_0 = value; } inline static int32_t get_offset_of_next_1() { return static_cast(offsetof(Entry_tD8A93CAFA635C3623A9F8C1541CA22C83D04EA26, ___next_1)); } inline int32_t get_next_1() const { return ___next_1; } inline int32_t* get_address_of_next_1() { return &___next_1; } inline void set_next_1(int32_t value) { ___next_1 = value; } inline static int32_t get_offset_of_key_2() { return static_cast(offsetof(Entry_tD8A93CAFA635C3623A9F8C1541CA22C83D04EA26, ___key_2)); } inline RuntimeObject * get_key_2() const { return ___key_2; } inline RuntimeObject ** get_address_of_key_2() { return &___key_2; } inline void set_key_2(RuntimeObject * value) { ___key_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___key_2), (void*)value); } inline static int32_t get_offset_of_value_3() { return static_cast(offsetof(Entry_tD8A93CAFA635C3623A9F8C1541CA22C83D04EA26, ___value_3)); } inline ResourceLocator_t3D496606F94367D5D6B24DA9DC0A3B46E6B53B11 get_value_3() const { return ___value_3; } inline ResourceLocator_t3D496606F94367D5D6B24DA9DC0A3B46E6B53B11 * get_address_of_value_3() { return &___value_3; } inline void set_value_3(ResourceLocator_t3D496606F94367D5D6B24DA9DC0A3B46E6B53B11 value) { ___value_3 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___value_3))->____value_0), (void*)NULL); } }; // System.Collections.Generic.Dictionary`2/Entry struct Entry_t3C4F3E7F176E0DC1945A1DA485691A579D4F3F9C { public: // System.Int32 System.Collections.Generic.Dictionary`2/Entry::hashCode int32_t ___hashCode_0; // System.Int32 System.Collections.Generic.Dictionary`2/Entry::next int32_t ___next_1; // TKey System.Collections.Generic.Dictionary`2/Entry::key RuntimeObject * ___key_2; // TValue System.Collections.Generic.Dictionary`2/Entry::value InputActionReferenceState_tC50425D7B458699BD615743E4D1EEA2867AE59DF ___value_3; public: inline static int32_t get_offset_of_hashCode_0() { return static_cast(offsetof(Entry_t3C4F3E7F176E0DC1945A1DA485691A579D4F3F9C, ___hashCode_0)); } inline int32_t get_hashCode_0() const { return ___hashCode_0; } inline int32_t* get_address_of_hashCode_0() { return &___hashCode_0; } inline void set_hashCode_0(int32_t value) { ___hashCode_0 = value; } inline static int32_t get_offset_of_next_1() { return static_cast(offsetof(Entry_t3C4F3E7F176E0DC1945A1DA485691A579D4F3F9C, ___next_1)); } inline int32_t get_next_1() const { return ___next_1; } inline int32_t* get_address_of_next_1() { return &___next_1; } inline void set_next_1(int32_t value) { ___next_1 = value; } inline static int32_t get_offset_of_key_2() { return static_cast(offsetof(Entry_t3C4F3E7F176E0DC1945A1DA485691A579D4F3F9C, ___key_2)); } inline RuntimeObject * get_key_2() const { return ___key_2; } inline RuntimeObject ** get_address_of_key_2() { return &___key_2; } inline void set_key_2(RuntimeObject * value) { ___key_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___key_2), (void*)value); } inline static int32_t get_offset_of_value_3() { return static_cast(offsetof(Entry_t3C4F3E7F176E0DC1945A1DA485691A579D4F3F9C, ___value_3)); } inline InputActionReferenceState_tC50425D7B458699BD615743E4D1EEA2867AE59DF get_value_3() const { return ___value_3; } inline InputActionReferenceState_tC50425D7B458699BD615743E4D1EEA2867AE59DF * get_address_of_value_3() { return &___value_3; } inline void set_value_3(InputActionReferenceState_tC50425D7B458699BD615743E4D1EEA2867AE59DF value) { ___value_3 = value; } }; // System.Collections.Generic.Dictionary`2/Entry struct Entry_tA640A750E64B9A8B3CE47F33007EA5533A4421D9 { public: // System.Int32 System.Collections.Generic.Dictionary`2/Entry::hashCode int32_t ___hashCode_0; // System.Int32 System.Collections.Generic.Dictionary`2/Entry::next int32_t ___next_1; // TKey System.Collections.Generic.Dictionary`2/Entry::key RuntimeObject * ___key_2; // TValue System.Collections.Generic.Dictionary`2/Entry::value PassthroughMeshInstance_tE7FF80851E9E9A5716598F6CF96E8C54A0AAECCF ___value_3; public: inline static int32_t get_offset_of_hashCode_0() { return static_cast(offsetof(Entry_tA640A750E64B9A8B3CE47F33007EA5533A4421D9, ___hashCode_0)); } inline int32_t get_hashCode_0() const { return ___hashCode_0; } inline int32_t* get_address_of_hashCode_0() { return &___hashCode_0; } inline void set_hashCode_0(int32_t value) { ___hashCode_0 = value; } inline static int32_t get_offset_of_next_1() { return static_cast(offsetof(Entry_tA640A750E64B9A8B3CE47F33007EA5533A4421D9, ___next_1)); } inline int32_t get_next_1() const { return ___next_1; } inline int32_t* get_address_of_next_1() { return &___next_1; } inline void set_next_1(int32_t value) { ___next_1 = value; } inline static int32_t get_offset_of_key_2() { return static_cast(offsetof(Entry_tA640A750E64B9A8B3CE47F33007EA5533A4421D9, ___key_2)); } inline RuntimeObject * get_key_2() const { return ___key_2; } inline RuntimeObject ** get_address_of_key_2() { return &___key_2; } inline void set_key_2(RuntimeObject * value) { ___key_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___key_2), (void*)value); } inline static int32_t get_offset_of_value_3() { return static_cast(offsetof(Entry_tA640A750E64B9A8B3CE47F33007EA5533A4421D9, ___value_3)); } inline PassthroughMeshInstance_tE7FF80851E9E9A5716598F6CF96E8C54A0AAECCF get_value_3() const { return ___value_3; } inline PassthroughMeshInstance_tE7FF80851E9E9A5716598F6CF96E8C54A0AAECCF * get_address_of_value_3() { return &___value_3; } inline void set_value_3(PassthroughMeshInstance_tE7FF80851E9E9A5716598F6CF96E8C54A0AAECCF value) { ___value_3 = value; } }; // System.Collections.Generic.Dictionary`2/Entry struct Entry_t1DD1D1FCCF2E056D99B682EB02F71E6501842A9A { public: // System.Int32 System.Collections.Generic.Dictionary`2/Entry::hashCode int32_t ___hashCode_0; // System.Int32 System.Collections.Generic.Dictionary`2/Entry::next int32_t ___next_1; // TKey System.Collections.Generic.Dictionary`2/Entry::key XPathNodeRef_t2A79A2C8D785DF72D2F344E0E216A8C751D50503 ___key_2; // TValue System.Collections.Generic.Dictionary`2/Entry::value XPathNodeRef_t2A79A2C8D785DF72D2F344E0E216A8C751D50503 ___value_3; public: inline static int32_t get_offset_of_hashCode_0() { return static_cast(offsetof(Entry_t1DD1D1FCCF2E056D99B682EB02F71E6501842A9A, ___hashCode_0)); } inline int32_t get_hashCode_0() const { return ___hashCode_0; } inline int32_t* get_address_of_hashCode_0() { return &___hashCode_0; } inline void set_hashCode_0(int32_t value) { ___hashCode_0 = value; } inline static int32_t get_offset_of_next_1() { return static_cast(offsetof(Entry_t1DD1D1FCCF2E056D99B682EB02F71E6501842A9A, ___next_1)); } inline int32_t get_next_1() const { return ___next_1; } inline int32_t* get_address_of_next_1() { return &___next_1; } inline void set_next_1(int32_t value) { ___next_1 = value; } inline static int32_t get_offset_of_key_2() { return static_cast(offsetof(Entry_t1DD1D1FCCF2E056D99B682EB02F71E6501842A9A, ___key_2)); } inline XPathNodeRef_t2A79A2C8D785DF72D2F344E0E216A8C751D50503 get_key_2() const { return ___key_2; } inline XPathNodeRef_t2A79A2C8D785DF72D2F344E0E216A8C751D50503 * get_address_of_key_2() { return &___key_2; } inline void set_key_2(XPathNodeRef_t2A79A2C8D785DF72D2F344E0E216A8C751D50503 value) { ___key_2 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___key_2))->___page_0), (void*)NULL); } inline static int32_t get_offset_of_value_3() { return static_cast(offsetof(Entry_t1DD1D1FCCF2E056D99B682EB02F71E6501842A9A, ___value_3)); } inline XPathNodeRef_t2A79A2C8D785DF72D2F344E0E216A8C751D50503 get_value_3() const { return ___value_3; } inline XPathNodeRef_t2A79A2C8D785DF72D2F344E0E216A8C751D50503 * get_address_of_value_3() { return &___value_3; } inline void set_value_3(XPathNodeRef_t2A79A2C8D785DF72D2F344E0E216A8C751D50503 value) { ___value_3 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___value_3))->___page_0), (void*)NULL); } }; // System.Collections.Generic.Dictionary`2/Entry struct Entry_tA2F747A511B65CEC54DAB28F6273EE844D053E99 { public: // System.Int32 System.Collections.Generic.Dictionary`2/Entry::hashCode int32_t ___hashCode_0; // System.Int32 System.Collections.Generic.Dictionary`2/Entry::next int32_t ___next_1; // TKey System.Collections.Generic.Dictionary`2/Entry::key TileCoord_t491EABF2B90DFB255C8F7624FF5528F2DE2CC901 ___key_2; // TValue System.Collections.Generic.Dictionary`2/Entry::value RuntimeObject * ___value_3; public: inline static int32_t get_offset_of_hashCode_0() { return static_cast(offsetof(Entry_tA2F747A511B65CEC54DAB28F6273EE844D053E99, ___hashCode_0)); } inline int32_t get_hashCode_0() const { return ___hashCode_0; } inline int32_t* get_address_of_hashCode_0() { return &___hashCode_0; } inline void set_hashCode_0(int32_t value) { ___hashCode_0 = value; } inline static int32_t get_offset_of_next_1() { return static_cast(offsetof(Entry_tA2F747A511B65CEC54DAB28F6273EE844D053E99, ___next_1)); } inline int32_t get_next_1() const { return ___next_1; } inline int32_t* get_address_of_next_1() { return &___next_1; } inline void set_next_1(int32_t value) { ___next_1 = value; } inline static int32_t get_offset_of_key_2() { return static_cast(offsetof(Entry_tA2F747A511B65CEC54DAB28F6273EE844D053E99, ___key_2)); } inline TileCoord_t491EABF2B90DFB255C8F7624FF5528F2DE2CC901 get_key_2() const { return ___key_2; } inline TileCoord_t491EABF2B90DFB255C8F7624FF5528F2DE2CC901 * get_address_of_key_2() { return &___key_2; } inline void set_key_2(TileCoord_t491EABF2B90DFB255C8F7624FF5528F2DE2CC901 value) { ___key_2 = value; } inline static int32_t get_offset_of_value_3() { return static_cast(offsetof(Entry_tA2F747A511B65CEC54DAB28F6273EE844D053E99, ___value_3)); } inline RuntimeObject * get_value_3() const { return ___value_3; } inline RuntimeObject ** get_address_of_value_3() { return &___value_3; } inline void set_value_3(RuntimeObject * value) { ___value_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___value_3), (void*)value); } }; // UnityEngine.InputSystem.Utilities.InlinedArray`1 struct InlinedArray_1_t553149D8EBA6D89FE4952303D036252DC5D360C3 { public: // System.Int32 UnityEngine.InputSystem.Utilities.InlinedArray`1::length int32_t ___length_0; // TValue UnityEngine.InputSystem.Utilities.InlinedArray`1::firstValue Substring_t9EE457D8CFFFB970B2967B31E9D9AB465415571F ___firstValue_1; // TValue[] UnityEngine.InputSystem.Utilities.InlinedArray`1::additionalValues SubstringU5BU5D_tE332884993470F5CF7BAAA950414E4E24691A8D0* ___additionalValues_2; public: inline static int32_t get_offset_of_length_0() { return static_cast(offsetof(InlinedArray_1_t553149D8EBA6D89FE4952303D036252DC5D360C3, ___length_0)); } inline int32_t get_length_0() const { return ___length_0; } inline int32_t* get_address_of_length_0() { return &___length_0; } inline void set_length_0(int32_t value) { ___length_0 = value; } inline static int32_t get_offset_of_firstValue_1() { return static_cast(offsetof(InlinedArray_1_t553149D8EBA6D89FE4952303D036252DC5D360C3, ___firstValue_1)); } inline Substring_t9EE457D8CFFFB970B2967B31E9D9AB465415571F get_firstValue_1() const { return ___firstValue_1; } inline Substring_t9EE457D8CFFFB970B2967B31E9D9AB465415571F * get_address_of_firstValue_1() { return &___firstValue_1; } inline void set_firstValue_1(Substring_t9EE457D8CFFFB970B2967B31E9D9AB465415571F value) { ___firstValue_1 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___firstValue_1))->___m_String_0), (void*)NULL); } inline static int32_t get_offset_of_additionalValues_2() { return static_cast(offsetof(InlinedArray_1_t553149D8EBA6D89FE4952303D036252DC5D360C3, ___additionalValues_2)); } inline SubstringU5BU5D_tE332884993470F5CF7BAAA950414E4E24691A8D0* get_additionalValues_2() const { return ___additionalValues_2; } inline SubstringU5BU5D_tE332884993470F5CF7BAAA950414E4E24691A8D0** get_address_of_additionalValues_2() { return &___additionalValues_2; } inline void set_additionalValues_2(SubstringU5BU5D_tE332884993470F5CF7BAAA950414E4E24691A8D0* value) { ___additionalValues_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___additionalValues_2), (void*)value); } }; // UnityEngine.InputSystem.Utilities.InlinedArray`1 struct InlinedArray_1_t88F433B637F00BF0515B2D2901478094F58E2296 { public: // System.Int32 UnityEngine.InputSystem.Utilities.InlinedArray`1::length int32_t ___length_0; // TValue UnityEngine.InputSystem.Utilities.InlinedArray`1::firstValue OngoingAccountSelection_tD333D4FF49EF1F6A9A3EA8ABC61B6027A8A3DB4E ___firstValue_1; // TValue[] UnityEngine.InputSystem.Utilities.InlinedArray`1::additionalValues OngoingAccountSelectionU5BU5D_t17112E132ED2BADABDAD429FEB577468F71C229C* ___additionalValues_2; public: inline static int32_t get_offset_of_length_0() { return static_cast(offsetof(InlinedArray_1_t88F433B637F00BF0515B2D2901478094F58E2296, ___length_0)); } inline int32_t get_length_0() const { return ___length_0; } inline int32_t* get_address_of_length_0() { return &___length_0; } inline void set_length_0(int32_t value) { ___length_0 = value; } inline static int32_t get_offset_of_firstValue_1() { return static_cast(offsetof(InlinedArray_1_t88F433B637F00BF0515B2D2901478094F58E2296, ___firstValue_1)); } inline OngoingAccountSelection_tD333D4FF49EF1F6A9A3EA8ABC61B6027A8A3DB4E get_firstValue_1() const { return ___firstValue_1; } inline OngoingAccountSelection_tD333D4FF49EF1F6A9A3EA8ABC61B6027A8A3DB4E * get_address_of_firstValue_1() { return &___firstValue_1; } inline void set_firstValue_1(OngoingAccountSelection_tD333D4FF49EF1F6A9A3EA8ABC61B6027A8A3DB4E value) { ___firstValue_1 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___firstValue_1))->___device_0), (void*)NULL); } inline static int32_t get_offset_of_additionalValues_2() { return static_cast(offsetof(InlinedArray_1_t88F433B637F00BF0515B2D2901478094F58E2296, ___additionalValues_2)); } inline OngoingAccountSelectionU5BU5D_t17112E132ED2BADABDAD429FEB577468F71C229C* get_additionalValues_2() const { return ___additionalValues_2; } inline OngoingAccountSelectionU5BU5D_t17112E132ED2BADABDAD429FEB577468F71C229C** get_address_of_additionalValues_2() { return &___additionalValues_2; } inline void set_additionalValues_2(OngoingAccountSelectionU5BU5D_t17112E132ED2BADABDAD429FEB577468F71C229C* value) { ___additionalValues_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___additionalValues_2), (void*)value); } }; // System.Collections.Generic.KeyValuePair`2,System.Object> struct KeyValuePair_2_t26DA7FDD45C2AED4C163F9914FAE1E316242393A { public: // TKey System.Collections.Generic.KeyValuePair`2::key ValueTuple_2_tA372AD60186562EAB001D5060A8DA062D95A5A00 ___key_0; // TValue System.Collections.Generic.KeyValuePair`2::value RuntimeObject * ___value_1; public: inline static int32_t get_offset_of_key_0() { return static_cast(offsetof(KeyValuePair_2_t26DA7FDD45C2AED4C163F9914FAE1E316242393A, ___key_0)); } inline ValueTuple_2_tA372AD60186562EAB001D5060A8DA062D95A5A00 get_key_0() const { return ___key_0; } inline ValueTuple_2_tA372AD60186562EAB001D5060A8DA062D95A5A00 * get_address_of_key_0() { return &___key_0; } inline void set_key_0(ValueTuple_2_tA372AD60186562EAB001D5060A8DA062D95A5A00 value) { ___key_0 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___key_0))->___Item1_0), (void*)NULL); } inline static int32_t get_offset_of_value_1() { return static_cast(offsetof(KeyValuePair_2_t26DA7FDD45C2AED4C163F9914FAE1E316242393A, ___value_1)); } inline RuntimeObject * get_value_1() const { return ___value_1; } inline RuntimeObject ** get_address_of_value_1() { return &___value_1; } inline void set_value_1(RuntimeObject * value) { ___value_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___value_1), (void*)value); } }; // System.Collections.Generic.KeyValuePair`2 struct KeyValuePair_2_tB6ECB423D6D4B3D2F916E061DDF9A7C3F0958D57 { public: // TKey System.Collections.Generic.KeyValuePair`2::key DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 ___key_0; // TValue System.Collections.Generic.KeyValuePair`2::value RuntimeObject * ___value_1; public: inline static int32_t get_offset_of_key_0() { return static_cast(offsetof(KeyValuePair_2_tB6ECB423D6D4B3D2F916E061DDF9A7C3F0958D57, ___key_0)); } inline DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 get_key_0() const { return ___key_0; } inline DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 * get_address_of_key_0() { return &___key_0; } inline void set_key_0(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 value) { ___key_0 = value; } inline static int32_t get_offset_of_value_1() { return static_cast(offsetof(KeyValuePair_2_tB6ECB423D6D4B3D2F916E061DDF9A7C3F0958D57, ___value_1)); } inline RuntimeObject * get_value_1() const { return ___value_1; } inline RuntimeObject ** get_address_of_value_1() { return &___value_1; } inline void set_value_1(RuntimeObject * value) { ___value_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___value_1), (void*)value); } }; // System.Collections.Generic.KeyValuePair`2 struct KeyValuePair_2_tD19B66260C7C9D60E4EA4CE576A9DC5979BBA242 { public: // TKey System.Collections.Generic.KeyValuePair`2::key Guid_t ___key_0; // TValue System.Collections.Generic.KeyValuePair`2::value int32_t ___value_1; public: inline static int32_t get_offset_of_key_0() { return static_cast(offsetof(KeyValuePair_2_tD19B66260C7C9D60E4EA4CE576A9DC5979BBA242, ___key_0)); } inline Guid_t get_key_0() const { return ___key_0; } inline Guid_t * get_address_of_key_0() { return &___key_0; } inline void set_key_0(Guid_t value) { ___key_0 = value; } inline static int32_t get_offset_of_value_1() { return static_cast(offsetof(KeyValuePair_2_tD19B66260C7C9D60E4EA4CE576A9DC5979BBA242, ___value_1)); } inline int32_t get_value_1() const { return ___value_1; } inline int32_t* get_address_of_value_1() { return &___value_1; } inline void set_value_1(int32_t value) { ___value_1 = value; } }; // System.Collections.Generic.KeyValuePair`2 struct KeyValuePair_2_t74D5C76BCA7D14D18A99E0FA9EC3584DBFB65F7F { public: // TKey System.Collections.Generic.KeyValuePair`2::key Guid_t ___key_0; // TValue System.Collections.Generic.KeyValuePair`2::value RuntimeObject * ___value_1; public: inline static int32_t get_offset_of_key_0() { return static_cast(offsetof(KeyValuePair_2_t74D5C76BCA7D14D18A99E0FA9EC3584DBFB65F7F, ___key_0)); } inline Guid_t get_key_0() const { return ___key_0; } inline Guid_t * get_address_of_key_0() { return &___key_0; } inline void set_key_0(Guid_t value) { ___key_0 = value; } inline static int32_t get_offset_of_value_1() { return static_cast(offsetof(KeyValuePair_2_t74D5C76BCA7D14D18A99E0FA9EC3584DBFB65F7F, ___value_1)); } inline RuntimeObject * get_value_1() const { return ___value_1; } inline RuntimeObject ** get_address_of_value_1() { return &___value_1; } inline void set_value_1(RuntimeObject * value) { ___value_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___value_1), (void*)value); } }; // System.Collections.Generic.KeyValuePair`2 struct KeyValuePair_2_tA3F947DD3BAA9BFE8634A6C07D22E94E69771CA1 { public: // TKey System.Collections.Generic.KeyValuePair`2::key InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED ___key_0; // TValue System.Collections.Generic.KeyValuePair`2::value InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED ___value_1; public: inline static int32_t get_offset_of_key_0() { return static_cast(offsetof(KeyValuePair_2_tA3F947DD3BAA9BFE8634A6C07D22E94E69771CA1, ___key_0)); } inline InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED get_key_0() const { return ___key_0; } inline InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED * get_address_of_key_0() { return &___key_0; } inline void set_key_0(InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED value) { ___key_0 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___key_0))->___m_StringOriginalCase_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___key_0))->___m_StringLowerCase_1), (void*)NULL); #endif } inline static int32_t get_offset_of_value_1() { return static_cast(offsetof(KeyValuePair_2_tA3F947DD3BAA9BFE8634A6C07D22E94E69771CA1, ___value_1)); } inline InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED get_value_1() const { return ___value_1; } inline InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED * get_address_of_value_1() { return &___value_1; } inline void set_value_1(InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED value) { ___value_1 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___value_1))->___m_StringOriginalCase_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___value_1))->___m_StringLowerCase_1), (void*)NULL); #endif } }; // System.Collections.Generic.KeyValuePair`2 struct KeyValuePair_2_tC5DBFF0A12DD027962885E57237A73F3553DE521 { public: // TKey System.Collections.Generic.KeyValuePair`2::key InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED ___key_0; // TValue System.Collections.Generic.KeyValuePair`2::value RuntimeObject * ___value_1; public: inline static int32_t get_offset_of_key_0() { return static_cast(offsetof(KeyValuePair_2_tC5DBFF0A12DD027962885E57237A73F3553DE521, ___key_0)); } inline InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED get_key_0() const { return ___key_0; } inline InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED * get_address_of_key_0() { return &___key_0; } inline void set_key_0(InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED value) { ___key_0 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___key_0))->___m_StringOriginalCase_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___key_0))->___m_StringLowerCase_1), (void*)NULL); #endif } inline static int32_t get_offset_of_value_1() { return static_cast(offsetof(KeyValuePair_2_tC5DBFF0A12DD027962885E57237A73F3553DE521, ___value_1)); } inline RuntimeObject * get_value_1() const { return ___value_1; } inline RuntimeObject ** get_address_of_value_1() { return &___value_1; } inline void set_value_1(RuntimeObject * value) { ___value_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___value_1), (void*)value); } }; // System.Collections.Generic.KeyValuePair`2 struct KeyValuePair_2_t85A5211A305BA8D0AF5B3534BB155CA32960FBB9 { public: // TKey System.Collections.Generic.KeyValuePair`2::key InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED ___key_0; // TValue System.Collections.Generic.KeyValuePair`2::value PrecompiledLayout_t87B15ED374C6DA9C0C0D9333A1BDAC4F40E548CB ___value_1; public: inline static int32_t get_offset_of_key_0() { return static_cast(offsetof(KeyValuePair_2_t85A5211A305BA8D0AF5B3534BB155CA32960FBB9, ___key_0)); } inline InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED get_key_0() const { return ___key_0; } inline InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED * get_address_of_key_0() { return &___key_0; } inline void set_key_0(InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED value) { ___key_0 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___key_0))->___m_StringOriginalCase_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___key_0))->___m_StringLowerCase_1), (void*)NULL); #endif } inline static int32_t get_offset_of_value_1() { return static_cast(offsetof(KeyValuePair_2_t85A5211A305BA8D0AF5B3534BB155CA32960FBB9, ___value_1)); } inline PrecompiledLayout_t87B15ED374C6DA9C0C0D9333A1BDAC4F40E548CB get_value_1() const { return ___value_1; } inline PrecompiledLayout_t87B15ED374C6DA9C0C0D9333A1BDAC4F40E548CB * get_address_of_value_1() { return &___value_1; } inline void set_value_1(PrecompiledLayout_t87B15ED374C6DA9C0C0D9333A1BDAC4F40E548CB value) { ___value_1 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___value_1))->___factoryMethod_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___value_1))->___metadata_1), (void*)NULL); #endif } }; // System.Collections.Generic.KeyValuePair`2 struct KeyValuePair_2_t6A417393575389EF0D895B62580FBC33E95066EF { public: // TKey System.Collections.Generic.KeyValuePair`2::key RuntimeObject * ___key_0; // TValue System.Collections.Generic.KeyValuePair`2::value ResourceLocator_t3D496606F94367D5D6B24DA9DC0A3B46E6B53B11 ___value_1; public: inline static int32_t get_offset_of_key_0() { return static_cast(offsetof(KeyValuePair_2_t6A417393575389EF0D895B62580FBC33E95066EF, ___key_0)); } inline RuntimeObject * get_key_0() const { return ___key_0; } inline RuntimeObject ** get_address_of_key_0() { return &___key_0; } inline void set_key_0(RuntimeObject * value) { ___key_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___key_0), (void*)value); } inline static int32_t get_offset_of_value_1() { return static_cast(offsetof(KeyValuePair_2_t6A417393575389EF0D895B62580FBC33E95066EF, ___value_1)); } inline ResourceLocator_t3D496606F94367D5D6B24DA9DC0A3B46E6B53B11 get_value_1() const { return ___value_1; } inline ResourceLocator_t3D496606F94367D5D6B24DA9DC0A3B46E6B53B11 * get_address_of_value_1() { return &___value_1; } inline void set_value_1(ResourceLocator_t3D496606F94367D5D6B24DA9DC0A3B46E6B53B11 value) { ___value_1 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___value_1))->____value_0), (void*)NULL); } }; // System.Collections.Generic.KeyValuePair`2 struct KeyValuePair_2_tD1A157D633555F9FA8A7941A9D7C8984AC88FCE4 { public: // TKey System.Collections.Generic.KeyValuePair`2::key RuntimeObject * ___key_0; // TValue System.Collections.Generic.KeyValuePair`2::value InputActionReferenceState_tC50425D7B458699BD615743E4D1EEA2867AE59DF ___value_1; public: inline static int32_t get_offset_of_key_0() { return static_cast(offsetof(KeyValuePair_2_tD1A157D633555F9FA8A7941A9D7C8984AC88FCE4, ___key_0)); } inline RuntimeObject * get_key_0() const { return ___key_0; } inline RuntimeObject ** get_address_of_key_0() { return &___key_0; } inline void set_key_0(RuntimeObject * value) { ___key_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___key_0), (void*)value); } inline static int32_t get_offset_of_value_1() { return static_cast(offsetof(KeyValuePair_2_tD1A157D633555F9FA8A7941A9D7C8984AC88FCE4, ___value_1)); } inline InputActionReferenceState_tC50425D7B458699BD615743E4D1EEA2867AE59DF get_value_1() const { return ___value_1; } inline InputActionReferenceState_tC50425D7B458699BD615743E4D1EEA2867AE59DF * get_address_of_value_1() { return &___value_1; } inline void set_value_1(InputActionReferenceState_tC50425D7B458699BD615743E4D1EEA2867AE59DF value) { ___value_1 = value; } }; // System.Collections.Generic.KeyValuePair`2 struct KeyValuePair_2_t3EB93B823BA4B6B71E8C54FED63D693B57682D49 { public: // TKey System.Collections.Generic.KeyValuePair`2::key RuntimeObject * ___key_0; // TValue System.Collections.Generic.KeyValuePair`2::value PassthroughMeshInstance_tE7FF80851E9E9A5716598F6CF96E8C54A0AAECCF ___value_1; public: inline static int32_t get_offset_of_key_0() { return static_cast(offsetof(KeyValuePair_2_t3EB93B823BA4B6B71E8C54FED63D693B57682D49, ___key_0)); } inline RuntimeObject * get_key_0() const { return ___key_0; } inline RuntimeObject ** get_address_of_key_0() { return &___key_0; } inline void set_key_0(RuntimeObject * value) { ___key_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___key_0), (void*)value); } inline static int32_t get_offset_of_value_1() { return static_cast(offsetof(KeyValuePair_2_t3EB93B823BA4B6B71E8C54FED63D693B57682D49, ___value_1)); } inline PassthroughMeshInstance_tE7FF80851E9E9A5716598F6CF96E8C54A0AAECCF get_value_1() const { return ___value_1; } inline PassthroughMeshInstance_tE7FF80851E9E9A5716598F6CF96E8C54A0AAECCF * get_address_of_value_1() { return &___value_1; } inline void set_value_1(PassthroughMeshInstance_tE7FF80851E9E9A5716598F6CF96E8C54A0AAECCF value) { ___value_1 = value; } }; // System.Collections.Generic.KeyValuePair`2 struct KeyValuePair_2_tA248CA53608CB5BD1F4859EDB188A970E1534717 { public: // TKey System.Collections.Generic.KeyValuePair`2::key XPathNodeRef_t2A79A2C8D785DF72D2F344E0E216A8C751D50503 ___key_0; // TValue System.Collections.Generic.KeyValuePair`2::value XPathNodeRef_t2A79A2C8D785DF72D2F344E0E216A8C751D50503 ___value_1; public: inline static int32_t get_offset_of_key_0() { return static_cast(offsetof(KeyValuePair_2_tA248CA53608CB5BD1F4859EDB188A970E1534717, ___key_0)); } inline XPathNodeRef_t2A79A2C8D785DF72D2F344E0E216A8C751D50503 get_key_0() const { return ___key_0; } inline XPathNodeRef_t2A79A2C8D785DF72D2F344E0E216A8C751D50503 * get_address_of_key_0() { return &___key_0; } inline void set_key_0(XPathNodeRef_t2A79A2C8D785DF72D2F344E0E216A8C751D50503 value) { ___key_0 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___key_0))->___page_0), (void*)NULL); } inline static int32_t get_offset_of_value_1() { return static_cast(offsetof(KeyValuePair_2_tA248CA53608CB5BD1F4859EDB188A970E1534717, ___value_1)); } inline XPathNodeRef_t2A79A2C8D785DF72D2F344E0E216A8C751D50503 get_value_1() const { return ___value_1; } inline XPathNodeRef_t2A79A2C8D785DF72D2F344E0E216A8C751D50503 * get_address_of_value_1() { return &___value_1; } inline void set_value_1(XPathNodeRef_t2A79A2C8D785DF72D2F344E0E216A8C751D50503 value) { ___value_1 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___value_1))->___page_0), (void*)NULL); } }; // System.Collections.Generic.KeyValuePair`2 struct KeyValuePair_2_tCBAAE4FBE6091373C1916EE17527311382CF4551 { public: // TKey System.Collections.Generic.KeyValuePair`2::key TileCoord_t491EABF2B90DFB255C8F7624FF5528F2DE2CC901 ___key_0; // TValue System.Collections.Generic.KeyValuePair`2::value RuntimeObject * ___value_1; public: inline static int32_t get_offset_of_key_0() { return static_cast(offsetof(KeyValuePair_2_tCBAAE4FBE6091373C1916EE17527311382CF4551, ___key_0)); } inline TileCoord_t491EABF2B90DFB255C8F7624FF5528F2DE2CC901 get_key_0() const { return ___key_0; } inline TileCoord_t491EABF2B90DFB255C8F7624FF5528F2DE2CC901 * get_address_of_key_0() { return &___key_0; } inline void set_key_0(TileCoord_t491EABF2B90DFB255C8F7624FF5528F2DE2CC901 value) { ___key_0 = value; } inline static int32_t get_offset_of_value_1() { return static_cast(offsetof(KeyValuePair_2_tCBAAE4FBE6091373C1916EE17527311382CF4551, ___value_1)); } inline RuntimeObject * get_value_1() const { return ___value_1; } inline RuntimeObject ** get_address_of_value_1() { return &___value_1; } inline void set_value_1(RuntimeObject * value) { ___value_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___value_1), (void*)value); } }; // System.Nullable`1 struct Nullable_1_t7E8D134849FD70B33AA436F1A224083C40D24ADA { public: // T System.Nullable`1::value InputControlScheme_t65ED7D84CDC45F04A6417FABA3F8585FC545C340 ___value_0; // System.Boolean System.Nullable`1::has_value bool ___has_value_1; public: inline static int32_t get_offset_of_value_0() { return static_cast(offsetof(Nullable_1_t7E8D134849FD70B33AA436F1A224083C40D24ADA, ___value_0)); } inline InputControlScheme_t65ED7D84CDC45F04A6417FABA3F8585FC545C340 get_value_0() const { return ___value_0; } inline InputControlScheme_t65ED7D84CDC45F04A6417FABA3F8585FC545C340 * get_address_of_value_0() { return &___value_0; } inline void set_value_0(InputControlScheme_t65ED7D84CDC45F04A6417FABA3F8585FC545C340 value) { ___value_0 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___value_0))->___m_Name_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___value_0))->___m_BindingGroup_1), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___value_0))->___m_DeviceRequirements_2), (void*)NULL); #endif } inline static int32_t get_offset_of_has_value_1() { return static_cast(offsetof(Nullable_1_t7E8D134849FD70B33AA436F1A224083C40D24ADA, ___has_value_1)); } inline bool get_has_value_1() const { return ___has_value_1; } inline bool* get_address_of_has_value_1() { return &___has_value_1; } inline void set_has_value_1(bool value) { ___has_value_1 = value; } }; // System.Nullable`1 struct Nullable_1_t78CA8D55E4A3225A51A3F5327002D3088A587B10 { public: // T System.Nullable`1::value InputUserAccountHandle_tDB21387DD321DF4BFC60F01D9DEF8ADAAA2BFA9C ___value_0; // System.Boolean System.Nullable`1::has_value bool ___has_value_1; public: inline static int32_t get_offset_of_value_0() { return static_cast(offsetof(Nullable_1_t78CA8D55E4A3225A51A3F5327002D3088A587B10, ___value_0)); } inline InputUserAccountHandle_tDB21387DD321DF4BFC60F01D9DEF8ADAAA2BFA9C get_value_0() const { return ___value_0; } inline InputUserAccountHandle_tDB21387DD321DF4BFC60F01D9DEF8ADAAA2BFA9C * get_address_of_value_0() { return &___value_0; } inline void set_value_0(InputUserAccountHandle_tDB21387DD321DF4BFC60F01D9DEF8ADAAA2BFA9C value) { ___value_0 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___value_0))->___m_ApiName_0), (void*)NULL); } inline static int32_t get_offset_of_has_value_1() { return static_cast(offsetof(Nullable_1_t78CA8D55E4A3225A51A3F5327002D3088A587B10, ___has_value_1)); } inline bool get_has_value_1() const { return ___has_value_1; } inline bool* get_address_of_has_value_1() { return &___has_value_1; } inline void set_has_value_1(bool value) { ___has_value_1 = value; } }; // System.Collections.Generic.HashSet`1/Slot struct Slot_t5FA1651A0B3F393A7456D4ADEF90AA7F2124B8F2 { public: // System.Int32 System.Collections.Generic.HashSet`1/Slot::hashCode int32_t ___hashCode_0; // System.Int32 System.Collections.Generic.HashSet`1/Slot::next int32_t ___next_1; // T System.Collections.Generic.HashSet`1/Slot::value InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED ___value_2; public: inline static int32_t get_offset_of_hashCode_0() { return static_cast(offsetof(Slot_t5FA1651A0B3F393A7456D4ADEF90AA7F2124B8F2, ___hashCode_0)); } inline int32_t get_hashCode_0() const { return ___hashCode_0; } inline int32_t* get_address_of_hashCode_0() { return &___hashCode_0; } inline void set_hashCode_0(int32_t value) { ___hashCode_0 = value; } inline static int32_t get_offset_of_next_1() { return static_cast(offsetof(Slot_t5FA1651A0B3F393A7456D4ADEF90AA7F2124B8F2, ___next_1)); } inline int32_t get_next_1() const { return ___next_1; } inline int32_t* get_address_of_next_1() { return &___next_1; } inline void set_next_1(int32_t value) { ___next_1 = value; } inline static int32_t get_offset_of_value_2() { return static_cast(offsetof(Slot_t5FA1651A0B3F393A7456D4ADEF90AA7F2124B8F2, ___value_2)); } inline InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED get_value_2() const { return ___value_2; } inline InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED * get_address_of_value_2() { return &___value_2; } inline void set_value_2(InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED value) { ___value_2 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___value_2))->___m_StringOriginalCase_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___value_2))->___m_StringLowerCase_1), (void*)NULL); #endif } }; // System.ValueTuple`2> struct ValueTuple_2_t39C25CAE4F6CA469E896F7BC1066EE78949FD793 { public: // T1 System.ValueTuple`2::Item1 RuntimeObject * ___Item1_0; // T2 System.ValueTuple`2::Item2 ValueTuple_2_tA372AD60186562EAB001D5060A8DA062D95A5A00 ___Item2_1; public: inline static int32_t get_offset_of_Item1_0() { return static_cast(offsetof(ValueTuple_2_t39C25CAE4F6CA469E896F7BC1066EE78949FD793, ___Item1_0)); } inline RuntimeObject * get_Item1_0() const { return ___Item1_0; } inline RuntimeObject ** get_address_of_Item1_0() { return &___Item1_0; } inline void set_Item1_0(RuntimeObject * value) { ___Item1_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___Item1_0), (void*)value); } inline static int32_t get_offset_of_Item2_1() { return static_cast(offsetof(ValueTuple_2_t39C25CAE4F6CA469E896F7BC1066EE78949FD793, ___Item2_1)); } inline ValueTuple_2_tA372AD60186562EAB001D5060A8DA062D95A5A00 get_Item2_1() const { return ___Item2_1; } inline ValueTuple_2_tA372AD60186562EAB001D5060A8DA062D95A5A00 * get_address_of_Item2_1() { return &___Item2_1; } inline void set_Item2_1(ValueTuple_2_tA372AD60186562EAB001D5060A8DA062D95A5A00 value) { ___Item2_1 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___Item2_1))->___Item1_0), (void*)NULL); } }; // FMOD.ATTRIBUTES_3D struct ATTRIBUTES_3D_t95DCC1D675295D079838AFAA1DEC51B98D05B734 { public: // FMOD.VECTOR FMOD.ATTRIBUTES_3D::position VECTOR_tF39F3D310C168EBC05F4E9E1718300A72E6BDD2B ___position_0; // FMOD.VECTOR FMOD.ATTRIBUTES_3D::velocity VECTOR_tF39F3D310C168EBC05F4E9E1718300A72E6BDD2B ___velocity_1; // FMOD.VECTOR FMOD.ATTRIBUTES_3D::forward VECTOR_tF39F3D310C168EBC05F4E9E1718300A72E6BDD2B ___forward_2; // FMOD.VECTOR FMOD.ATTRIBUTES_3D::up VECTOR_tF39F3D310C168EBC05F4E9E1718300A72E6BDD2B ___up_3; public: inline static int32_t get_offset_of_position_0() { return static_cast(offsetof(ATTRIBUTES_3D_t95DCC1D675295D079838AFAA1DEC51B98D05B734, ___position_0)); } inline VECTOR_tF39F3D310C168EBC05F4E9E1718300A72E6BDD2B get_position_0() const { return ___position_0; } inline VECTOR_tF39F3D310C168EBC05F4E9E1718300A72E6BDD2B * get_address_of_position_0() { return &___position_0; } inline void set_position_0(VECTOR_tF39F3D310C168EBC05F4E9E1718300A72E6BDD2B value) { ___position_0 = value; } inline static int32_t get_offset_of_velocity_1() { return static_cast(offsetof(ATTRIBUTES_3D_t95DCC1D675295D079838AFAA1DEC51B98D05B734, ___velocity_1)); } inline VECTOR_tF39F3D310C168EBC05F4E9E1718300A72E6BDD2B get_velocity_1() const { return ___velocity_1; } inline VECTOR_tF39F3D310C168EBC05F4E9E1718300A72E6BDD2B * get_address_of_velocity_1() { return &___velocity_1; } inline void set_velocity_1(VECTOR_tF39F3D310C168EBC05F4E9E1718300A72E6BDD2B value) { ___velocity_1 = value; } inline static int32_t get_offset_of_forward_2() { return static_cast(offsetof(ATTRIBUTES_3D_t95DCC1D675295D079838AFAA1DEC51B98D05B734, ___forward_2)); } inline VECTOR_tF39F3D310C168EBC05F4E9E1718300A72E6BDD2B get_forward_2() const { return ___forward_2; } inline VECTOR_tF39F3D310C168EBC05F4E9E1718300A72E6BDD2B * get_address_of_forward_2() { return &___forward_2; } inline void set_forward_2(VECTOR_tF39F3D310C168EBC05F4E9E1718300A72E6BDD2B value) { ___forward_2 = value; } inline static int32_t get_offset_of_up_3() { return static_cast(offsetof(ATTRIBUTES_3D_t95DCC1D675295D079838AFAA1DEC51B98D05B734, ___up_3)); } inline VECTOR_tF39F3D310C168EBC05F4E9E1718300A72E6BDD2B get_up_3() const { return ___up_3; } inline VECTOR_tF39F3D310C168EBC05F4E9E1718300A72E6BDD2B * get_address_of_up_3() { return &___up_3; } inline void set_up_3(VECTOR_tF39F3D310C168EBC05F4E9E1718300A72E6BDD2B value) { ___up_3 = value; } }; // Unity.Collections.Allocator struct Allocator_t9888223DEF4F46F3419ECFCCD0753599BEE52A05 { public: // System.Int32 Unity.Collections.Allocator::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(Allocator_t9888223DEF4F46F3419ECFCCD0753599BEE52A05, ___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; } }; // OVR.OpenVR.AppOverrideKeys_t struct AppOverrideKeys_t_t9ACF6B6035C509546D8ECF49ED7A15085C1F134C { public: // System.IntPtr OVR.OpenVR.AppOverrideKeys_t::pchKey intptr_t ___pchKey_0; // System.IntPtr OVR.OpenVR.AppOverrideKeys_t::pchValue intptr_t ___pchValue_1; public: inline static int32_t get_offset_of_pchKey_0() { return static_cast(offsetof(AppOverrideKeys_t_t9ACF6B6035C509546D8ECF49ED7A15085C1F134C, ___pchKey_0)); } inline intptr_t get_pchKey_0() const { return ___pchKey_0; } inline intptr_t* get_address_of_pchKey_0() { return &___pchKey_0; } inline void set_pchKey_0(intptr_t value) { ___pchKey_0 = value; } inline static int32_t get_offset_of_pchValue_1() { return static_cast(offsetof(AppOverrideKeys_t_t9ACF6B6035C509546D8ECF49ED7A15085C1F134C, ___pchValue_1)); } inline intptr_t get_pchValue_1() const { return ___pchValue_1; } inline intptr_t* get_address_of_pchValue_1() { return &___pchValue_1; } inline void set_pchValue_1(intptr_t value) { ___pchValue_1 = value; } }; // UnityEngine.XR.AvailableTrackingData struct AvailableTrackingData_tECF9F41E063E32F92AF43156E0C61190C82B47FC { public: // System.Int32 UnityEngine.XR.AvailableTrackingData::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(AvailableTrackingData_tECF9F41E063E32F92AF43156E0C61190C82B47FC, ___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; } }; // FMOD.Studio.Bank struct Bank_t65BB4F2DD95EE2A62FC08E2C92D32FC34F2EFAE7 { public: // System.IntPtr FMOD.Studio.Bank::handle intptr_t ___handle_0; public: inline static int32_t get_offset_of_handle_0() { return static_cast(offsetof(Bank_t65BB4F2DD95EE2A62FC08E2C92D32FC34F2EFAE7, ___handle_0)); } inline intptr_t get_handle_0() const { return ___handle_0; } inline intptr_t* get_address_of_handle_0() { return &___handle_0; } inline void set_handle_0(intptr_t value) { ___handle_0 = value; } }; // System.Reflection.BindingFlags struct BindingFlags_tAAAB07D9AC588F0D55D844E51D7035E96DF94733 { public: // System.Int32 System.Reflection.BindingFlags::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(BindingFlags_tAAAB07D9AC588F0D55D844E51D7035E96DF94733, ___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; } }; // UnityEngine.Rendering.BlendState struct BlendState_t09DFE151438C901F8F49E436A9C3AFFE7B4BBF34 { public: // UnityEngine.Rendering.RenderTargetBlendState UnityEngine.Rendering.BlendState::m_BlendState0 RenderTargetBlendState_tEFCC998AB00112AFCC263503C4F52E9F32048DBD ___m_BlendState0_0; // UnityEngine.Rendering.RenderTargetBlendState UnityEngine.Rendering.BlendState::m_BlendState1 RenderTargetBlendState_tEFCC998AB00112AFCC263503C4F52E9F32048DBD ___m_BlendState1_1; // UnityEngine.Rendering.RenderTargetBlendState UnityEngine.Rendering.BlendState::m_BlendState2 RenderTargetBlendState_tEFCC998AB00112AFCC263503C4F52E9F32048DBD ___m_BlendState2_2; // UnityEngine.Rendering.RenderTargetBlendState UnityEngine.Rendering.BlendState::m_BlendState3 RenderTargetBlendState_tEFCC998AB00112AFCC263503C4F52E9F32048DBD ___m_BlendState3_3; // UnityEngine.Rendering.RenderTargetBlendState UnityEngine.Rendering.BlendState::m_BlendState4 RenderTargetBlendState_tEFCC998AB00112AFCC263503C4F52E9F32048DBD ___m_BlendState4_4; // UnityEngine.Rendering.RenderTargetBlendState UnityEngine.Rendering.BlendState::m_BlendState5 RenderTargetBlendState_tEFCC998AB00112AFCC263503C4F52E9F32048DBD ___m_BlendState5_5; // UnityEngine.Rendering.RenderTargetBlendState UnityEngine.Rendering.BlendState::m_BlendState6 RenderTargetBlendState_tEFCC998AB00112AFCC263503C4F52E9F32048DBD ___m_BlendState6_6; // UnityEngine.Rendering.RenderTargetBlendState UnityEngine.Rendering.BlendState::m_BlendState7 RenderTargetBlendState_tEFCC998AB00112AFCC263503C4F52E9F32048DBD ___m_BlendState7_7; // System.Byte UnityEngine.Rendering.BlendState::m_SeparateMRTBlendStates uint8_t ___m_SeparateMRTBlendStates_8; // System.Byte UnityEngine.Rendering.BlendState::m_AlphaToMask uint8_t ___m_AlphaToMask_9; // System.Int16 UnityEngine.Rendering.BlendState::m_Padding int16_t ___m_Padding_10; public: inline static int32_t get_offset_of_m_BlendState0_0() { return static_cast(offsetof(BlendState_t09DFE151438C901F8F49E436A9C3AFFE7B4BBF34, ___m_BlendState0_0)); } inline RenderTargetBlendState_tEFCC998AB00112AFCC263503C4F52E9F32048DBD get_m_BlendState0_0() const { return ___m_BlendState0_0; } inline RenderTargetBlendState_tEFCC998AB00112AFCC263503C4F52E9F32048DBD * get_address_of_m_BlendState0_0() { return &___m_BlendState0_0; } inline void set_m_BlendState0_0(RenderTargetBlendState_tEFCC998AB00112AFCC263503C4F52E9F32048DBD value) { ___m_BlendState0_0 = value; } inline static int32_t get_offset_of_m_BlendState1_1() { return static_cast(offsetof(BlendState_t09DFE151438C901F8F49E436A9C3AFFE7B4BBF34, ___m_BlendState1_1)); } inline RenderTargetBlendState_tEFCC998AB00112AFCC263503C4F52E9F32048DBD get_m_BlendState1_1() const { return ___m_BlendState1_1; } inline RenderTargetBlendState_tEFCC998AB00112AFCC263503C4F52E9F32048DBD * get_address_of_m_BlendState1_1() { return &___m_BlendState1_1; } inline void set_m_BlendState1_1(RenderTargetBlendState_tEFCC998AB00112AFCC263503C4F52E9F32048DBD value) { ___m_BlendState1_1 = value; } inline static int32_t get_offset_of_m_BlendState2_2() { return static_cast(offsetof(BlendState_t09DFE151438C901F8F49E436A9C3AFFE7B4BBF34, ___m_BlendState2_2)); } inline RenderTargetBlendState_tEFCC998AB00112AFCC263503C4F52E9F32048DBD get_m_BlendState2_2() const { return ___m_BlendState2_2; } inline RenderTargetBlendState_tEFCC998AB00112AFCC263503C4F52E9F32048DBD * get_address_of_m_BlendState2_2() { return &___m_BlendState2_2; } inline void set_m_BlendState2_2(RenderTargetBlendState_tEFCC998AB00112AFCC263503C4F52E9F32048DBD value) { ___m_BlendState2_2 = value; } inline static int32_t get_offset_of_m_BlendState3_3() { return static_cast(offsetof(BlendState_t09DFE151438C901F8F49E436A9C3AFFE7B4BBF34, ___m_BlendState3_3)); } inline RenderTargetBlendState_tEFCC998AB00112AFCC263503C4F52E9F32048DBD get_m_BlendState3_3() const { return ___m_BlendState3_3; } inline RenderTargetBlendState_tEFCC998AB00112AFCC263503C4F52E9F32048DBD * get_address_of_m_BlendState3_3() { return &___m_BlendState3_3; } inline void set_m_BlendState3_3(RenderTargetBlendState_tEFCC998AB00112AFCC263503C4F52E9F32048DBD value) { ___m_BlendState3_3 = value; } inline static int32_t get_offset_of_m_BlendState4_4() { return static_cast(offsetof(BlendState_t09DFE151438C901F8F49E436A9C3AFFE7B4BBF34, ___m_BlendState4_4)); } inline RenderTargetBlendState_tEFCC998AB00112AFCC263503C4F52E9F32048DBD get_m_BlendState4_4() const { return ___m_BlendState4_4; } inline RenderTargetBlendState_tEFCC998AB00112AFCC263503C4F52E9F32048DBD * get_address_of_m_BlendState4_4() { return &___m_BlendState4_4; } inline void set_m_BlendState4_4(RenderTargetBlendState_tEFCC998AB00112AFCC263503C4F52E9F32048DBD value) { ___m_BlendState4_4 = value; } inline static int32_t get_offset_of_m_BlendState5_5() { return static_cast(offsetof(BlendState_t09DFE151438C901F8F49E436A9C3AFFE7B4BBF34, ___m_BlendState5_5)); } inline RenderTargetBlendState_tEFCC998AB00112AFCC263503C4F52E9F32048DBD get_m_BlendState5_5() const { return ___m_BlendState5_5; } inline RenderTargetBlendState_tEFCC998AB00112AFCC263503C4F52E9F32048DBD * get_address_of_m_BlendState5_5() { return &___m_BlendState5_5; } inline void set_m_BlendState5_5(RenderTargetBlendState_tEFCC998AB00112AFCC263503C4F52E9F32048DBD value) { ___m_BlendState5_5 = value; } inline static int32_t get_offset_of_m_BlendState6_6() { return static_cast(offsetof(BlendState_t09DFE151438C901F8F49E436A9C3AFFE7B4BBF34, ___m_BlendState6_6)); } inline RenderTargetBlendState_tEFCC998AB00112AFCC263503C4F52E9F32048DBD get_m_BlendState6_6() const { return ___m_BlendState6_6; } inline RenderTargetBlendState_tEFCC998AB00112AFCC263503C4F52E9F32048DBD * get_address_of_m_BlendState6_6() { return &___m_BlendState6_6; } inline void set_m_BlendState6_6(RenderTargetBlendState_tEFCC998AB00112AFCC263503C4F52E9F32048DBD value) { ___m_BlendState6_6 = value; } inline static int32_t get_offset_of_m_BlendState7_7() { return static_cast(offsetof(BlendState_t09DFE151438C901F8F49E436A9C3AFFE7B4BBF34, ___m_BlendState7_7)); } inline RenderTargetBlendState_tEFCC998AB00112AFCC263503C4F52E9F32048DBD get_m_BlendState7_7() const { return ___m_BlendState7_7; } inline RenderTargetBlendState_tEFCC998AB00112AFCC263503C4F52E9F32048DBD * get_address_of_m_BlendState7_7() { return &___m_BlendState7_7; } inline void set_m_BlendState7_7(RenderTargetBlendState_tEFCC998AB00112AFCC263503C4F52E9F32048DBD value) { ___m_BlendState7_7 = value; } inline static int32_t get_offset_of_m_SeparateMRTBlendStates_8() { return static_cast(offsetof(BlendState_t09DFE151438C901F8F49E436A9C3AFFE7B4BBF34, ___m_SeparateMRTBlendStates_8)); } inline uint8_t get_m_SeparateMRTBlendStates_8() const { return ___m_SeparateMRTBlendStates_8; } inline uint8_t* get_address_of_m_SeparateMRTBlendStates_8() { return &___m_SeparateMRTBlendStates_8; } inline void set_m_SeparateMRTBlendStates_8(uint8_t value) { ___m_SeparateMRTBlendStates_8 = value; } inline static int32_t get_offset_of_m_AlphaToMask_9() { return static_cast(offsetof(BlendState_t09DFE151438C901F8F49E436A9C3AFFE7B4BBF34, ___m_AlphaToMask_9)); } inline uint8_t get_m_AlphaToMask_9() const { return ___m_AlphaToMask_9; } inline uint8_t* get_address_of_m_AlphaToMask_9() { return &___m_AlphaToMask_9; } inline void set_m_AlphaToMask_9(uint8_t value) { ___m_AlphaToMask_9 = value; } inline static int32_t get_offset_of_m_Padding_10() { return static_cast(offsetof(BlendState_t09DFE151438C901F8F49E436A9C3AFFE7B4BBF34, ___m_Padding_10)); } inline int16_t get_m_Padding_10() const { return ___m_Padding_10; } inline int16_t* get_address_of_m_Padding_10() { return &___m_Padding_10; } inline void set_m_Padding_10(int16_t value) { ___m_Padding_10 = value; } }; // UnityEngine.Rendering.BuiltinRenderTextureType struct BuiltinRenderTextureType_t89FFB8A7C9095150BCA40E573A73664CC37F023A { public: // System.Int32 UnityEngine.Rendering.BuiltinRenderTextureType::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(BuiltinRenderTextureType_t89FFB8A7C9095150BCA40E573A73664CC37F023A, ___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; } }; // FMOD.Studio.Bus struct Bus_tB5E25ABA15F3E5DB91A09BABE4076CF855D37520 { public: // System.IntPtr FMOD.Studio.Bus::handle intptr_t ___handle_0; public: inline static int32_t get_offset_of_handle_0() { return static_cast(offsetof(Bus_tB5E25ABA15F3E5DB91A09BABE4076CF855D37520, ___handle_0)); } inline intptr_t get_handle_0() const { return ___handle_0; } inline intptr_t* get_address_of_handle_0() { return &___handle_0; } inline void set_handle_0(intptr_t value) { ___handle_0 = value; } }; // System.ByteEnum struct ByteEnum_t39285A9D8C7F88982FF718C04A9FA1AE64827307 { public: // System.Byte System.ByteEnum::value__ uint8_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(ByteEnum_t39285A9D8C7F88982FF718C04A9FA1AE64827307, ___value___2)); } inline uint8_t get_value___2() const { return ___value___2; } inline uint8_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(uint8_t value) { ___value___2 = value; } }; // System.Threading.CancellationTokenRegistration struct CancellationTokenRegistration_t407059AA0E00ABE74F43C533E7D035C4BA451F6A { public: // System.Threading.CancellationCallbackInfo System.Threading.CancellationTokenRegistration::m_callbackInfo CancellationCallbackInfo_t7FC8CF6DB4845FCB0138771E86AE058710B1117B * ___m_callbackInfo_0; // System.Threading.SparselyPopulatedArrayAddInfo`1 System.Threading.CancellationTokenRegistration::m_registrationInfo SparselyPopulatedArrayAddInfo_1_t6EE25E0D720E03DE7A660791DB554CADCD247FC0 ___m_registrationInfo_1; public: inline static int32_t get_offset_of_m_callbackInfo_0() { return static_cast(offsetof(CancellationTokenRegistration_t407059AA0E00ABE74F43C533E7D035C4BA451F6A, ___m_callbackInfo_0)); } inline CancellationCallbackInfo_t7FC8CF6DB4845FCB0138771E86AE058710B1117B * get_m_callbackInfo_0() const { return ___m_callbackInfo_0; } inline CancellationCallbackInfo_t7FC8CF6DB4845FCB0138771E86AE058710B1117B ** get_address_of_m_callbackInfo_0() { return &___m_callbackInfo_0; } inline void set_m_callbackInfo_0(CancellationCallbackInfo_t7FC8CF6DB4845FCB0138771E86AE058710B1117B * value) { ___m_callbackInfo_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_callbackInfo_0), (void*)value); } inline static int32_t get_offset_of_m_registrationInfo_1() { return static_cast(offsetof(CancellationTokenRegistration_t407059AA0E00ABE74F43C533E7D035C4BA451F6A, ___m_registrationInfo_1)); } inline SparselyPopulatedArrayAddInfo_1_t6EE25E0D720E03DE7A660791DB554CADCD247FC0 get_m_registrationInfo_1() const { return ___m_registrationInfo_1; } inline SparselyPopulatedArrayAddInfo_1_t6EE25E0D720E03DE7A660791DB554CADCD247FC0 * get_address_of_m_registrationInfo_1() { return &___m_registrationInfo_1; } inline void set_m_registrationInfo_1(SparselyPopulatedArrayAddInfo_1_t6EE25E0D720E03DE7A660791DB554CADCD247FC0 value) { ___m_registrationInfo_1 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___m_registrationInfo_1))->___m_source_0), (void*)NULL); } }; // Native definition for P/Invoke marshalling of System.Threading.CancellationTokenRegistration struct CancellationTokenRegistration_t407059AA0E00ABE74F43C533E7D035C4BA451F6A_marshaled_pinvoke { CancellationCallbackInfo_t7FC8CF6DB4845FCB0138771E86AE058710B1117B * ___m_callbackInfo_0; SparselyPopulatedArrayAddInfo_1_t6EE25E0D720E03DE7A660791DB554CADCD247FC0 ___m_registrationInfo_1; }; // Native definition for COM marshalling of System.Threading.CancellationTokenRegistration struct CancellationTokenRegistration_t407059AA0E00ABE74F43C533E7D035C4BA451F6A_marshaled_com { CancellationCallbackInfo_t7FC8CF6DB4845FCB0138771E86AE058710B1117B * ___m_callbackInfo_0; SparselyPopulatedArrayAddInfo_1_t6EE25E0D720E03DE7A660791DB554CADCD247FC0 ___m_registrationInfo_1; }; // UnityEngine.UI.ColorBlock struct ColorBlock_t04DFBB97B4772D2E00FD17ED2E3E6590E6916955 { public: // UnityEngine.Color UnityEngine.UI.ColorBlock::m_NormalColor Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 ___m_NormalColor_0; // UnityEngine.Color UnityEngine.UI.ColorBlock::m_HighlightedColor Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 ___m_HighlightedColor_1; // UnityEngine.Color UnityEngine.UI.ColorBlock::m_PressedColor Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 ___m_PressedColor_2; // UnityEngine.Color UnityEngine.UI.ColorBlock::m_SelectedColor Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 ___m_SelectedColor_3; // UnityEngine.Color UnityEngine.UI.ColorBlock::m_DisabledColor Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 ___m_DisabledColor_4; // System.Single UnityEngine.UI.ColorBlock::m_ColorMultiplier float ___m_ColorMultiplier_5; // System.Single UnityEngine.UI.ColorBlock::m_FadeDuration float ___m_FadeDuration_6; public: inline static int32_t get_offset_of_m_NormalColor_0() { return static_cast(offsetof(ColorBlock_t04DFBB97B4772D2E00FD17ED2E3E6590E6916955, ___m_NormalColor_0)); } inline Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 get_m_NormalColor_0() const { return ___m_NormalColor_0; } inline Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 * get_address_of_m_NormalColor_0() { return &___m_NormalColor_0; } inline void set_m_NormalColor_0(Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 value) { ___m_NormalColor_0 = value; } inline static int32_t get_offset_of_m_HighlightedColor_1() { return static_cast(offsetof(ColorBlock_t04DFBB97B4772D2E00FD17ED2E3E6590E6916955, ___m_HighlightedColor_1)); } inline Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 get_m_HighlightedColor_1() const { return ___m_HighlightedColor_1; } inline Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 * get_address_of_m_HighlightedColor_1() { return &___m_HighlightedColor_1; } inline void set_m_HighlightedColor_1(Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 value) { ___m_HighlightedColor_1 = value; } inline static int32_t get_offset_of_m_PressedColor_2() { return static_cast(offsetof(ColorBlock_t04DFBB97B4772D2E00FD17ED2E3E6590E6916955, ___m_PressedColor_2)); } inline Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 get_m_PressedColor_2() const { return ___m_PressedColor_2; } inline Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 * get_address_of_m_PressedColor_2() { return &___m_PressedColor_2; } inline void set_m_PressedColor_2(Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 value) { ___m_PressedColor_2 = value; } inline static int32_t get_offset_of_m_SelectedColor_3() { return static_cast(offsetof(ColorBlock_t04DFBB97B4772D2E00FD17ED2E3E6590E6916955, ___m_SelectedColor_3)); } inline Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 get_m_SelectedColor_3() const { return ___m_SelectedColor_3; } inline Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 * get_address_of_m_SelectedColor_3() { return &___m_SelectedColor_3; } inline void set_m_SelectedColor_3(Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 value) { ___m_SelectedColor_3 = value; } inline static int32_t get_offset_of_m_DisabledColor_4() { return static_cast(offsetof(ColorBlock_t04DFBB97B4772D2E00FD17ED2E3E6590E6916955, ___m_DisabledColor_4)); } inline Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 get_m_DisabledColor_4() const { return ___m_DisabledColor_4; } inline Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 * get_address_of_m_DisabledColor_4() { return &___m_DisabledColor_4; } inline void set_m_DisabledColor_4(Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 value) { ___m_DisabledColor_4 = value; } inline static int32_t get_offset_of_m_ColorMultiplier_5() { return static_cast(offsetof(ColorBlock_t04DFBB97B4772D2E00FD17ED2E3E6590E6916955, ___m_ColorMultiplier_5)); } inline float get_m_ColorMultiplier_5() const { return ___m_ColorMultiplier_5; } inline float* get_address_of_m_ColorMultiplier_5() { return &___m_ColorMultiplier_5; } inline void set_m_ColorMultiplier_5(float value) { ___m_ColorMultiplier_5 = value; } inline static int32_t get_offset_of_m_FadeDuration_6() { return static_cast(offsetof(ColorBlock_t04DFBB97B4772D2E00FD17ED2E3E6590E6916955, ___m_FadeDuration_6)); } inline float get_m_FadeDuration_6() const { return ___m_FadeDuration_6; } inline float* get_address_of_m_FadeDuration_6() { return &___m_FadeDuration_6; } inline void set_m_FadeDuration_6(float value) { ___m_FadeDuration_6 = value; } }; // UnityEngine.CombineInstance struct CombineInstance_t3ECBD54BBDD018CE04D23414CDFE0F78A447B45C { public: // System.Int32 UnityEngine.CombineInstance::m_MeshInstanceID int32_t ___m_MeshInstanceID_0; // System.Int32 UnityEngine.CombineInstance::m_SubMeshIndex int32_t ___m_SubMeshIndex_1; // UnityEngine.Matrix4x4 UnityEngine.CombineInstance::m_Transform Matrix4x4_tDE7FF4F2E2EA284F6EFE00D627789D0E5B8B4461 ___m_Transform_2; // UnityEngine.Vector4 UnityEngine.CombineInstance::m_LightmapScaleOffset Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 ___m_LightmapScaleOffset_3; // UnityEngine.Vector4 UnityEngine.CombineInstance::m_RealtimeLightmapScaleOffset Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 ___m_RealtimeLightmapScaleOffset_4; public: inline static int32_t get_offset_of_m_MeshInstanceID_0() { return static_cast(offsetof(CombineInstance_t3ECBD54BBDD018CE04D23414CDFE0F78A447B45C, ___m_MeshInstanceID_0)); } inline int32_t get_m_MeshInstanceID_0() const { return ___m_MeshInstanceID_0; } inline int32_t* get_address_of_m_MeshInstanceID_0() { return &___m_MeshInstanceID_0; } inline void set_m_MeshInstanceID_0(int32_t value) { ___m_MeshInstanceID_0 = value; } inline static int32_t get_offset_of_m_SubMeshIndex_1() { return static_cast(offsetof(CombineInstance_t3ECBD54BBDD018CE04D23414CDFE0F78A447B45C, ___m_SubMeshIndex_1)); } inline int32_t get_m_SubMeshIndex_1() const { return ___m_SubMeshIndex_1; } inline int32_t* get_address_of_m_SubMeshIndex_1() { return &___m_SubMeshIndex_1; } inline void set_m_SubMeshIndex_1(int32_t value) { ___m_SubMeshIndex_1 = value; } inline static int32_t get_offset_of_m_Transform_2() { return static_cast(offsetof(CombineInstance_t3ECBD54BBDD018CE04D23414CDFE0F78A447B45C, ___m_Transform_2)); } inline Matrix4x4_tDE7FF4F2E2EA284F6EFE00D627789D0E5B8B4461 get_m_Transform_2() const { return ___m_Transform_2; } inline Matrix4x4_tDE7FF4F2E2EA284F6EFE00D627789D0E5B8B4461 * get_address_of_m_Transform_2() { return &___m_Transform_2; } inline void set_m_Transform_2(Matrix4x4_tDE7FF4F2E2EA284F6EFE00D627789D0E5B8B4461 value) { ___m_Transform_2 = value; } inline static int32_t get_offset_of_m_LightmapScaleOffset_3() { return static_cast(offsetof(CombineInstance_t3ECBD54BBDD018CE04D23414CDFE0F78A447B45C, ___m_LightmapScaleOffset_3)); } inline Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 get_m_LightmapScaleOffset_3() const { return ___m_LightmapScaleOffset_3; } inline Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 * get_address_of_m_LightmapScaleOffset_3() { return &___m_LightmapScaleOffset_3; } inline void set_m_LightmapScaleOffset_3(Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 value) { ___m_LightmapScaleOffset_3 = value; } inline static int32_t get_offset_of_m_RealtimeLightmapScaleOffset_4() { return static_cast(offsetof(CombineInstance_t3ECBD54BBDD018CE04D23414CDFE0F78A447B45C, ___m_RealtimeLightmapScaleOffset_4)); } inline Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 get_m_RealtimeLightmapScaleOffset_4() const { return ___m_RealtimeLightmapScaleOffset_4; } inline Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 * get_address_of_m_RealtimeLightmapScaleOffset_4() { return &___m_RealtimeLightmapScaleOffset_4; } inline void set_m_RealtimeLightmapScaleOffset_4(Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 value) { ___m_RealtimeLightmapScaleOffset_4 = value; } }; // UnityEngine.ComputeBufferType struct ComputeBufferType_t84C1ADBB95C83564E544ACB3E3F2336ACF68FB04 { public: // System.Int32 UnityEngine.ComputeBufferType::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(ComputeBufferType_t84C1ADBB95C83564E544ACB3E3F2336ACF68FB04, ___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; } }; // UnityEngine.ContactPoint struct ContactPoint_tC179732A8E0014F5EFF5977ED1ADF12CF14A9017 { public: // UnityEngine.Vector3 UnityEngine.ContactPoint::m_Point Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___m_Point_0; // UnityEngine.Vector3 UnityEngine.ContactPoint::m_Normal Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___m_Normal_1; // System.Int32 UnityEngine.ContactPoint::m_ThisColliderInstanceID int32_t ___m_ThisColliderInstanceID_2; // System.Int32 UnityEngine.ContactPoint::m_OtherColliderInstanceID int32_t ___m_OtherColliderInstanceID_3; // System.Single UnityEngine.ContactPoint::m_Separation float ___m_Separation_4; public: inline static int32_t get_offset_of_m_Point_0() { return static_cast(offsetof(ContactPoint_tC179732A8E0014F5EFF5977ED1ADF12CF14A9017, ___m_Point_0)); } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E get_m_Point_0() const { return ___m_Point_0; } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * get_address_of_m_Point_0() { return &___m_Point_0; } inline void set_m_Point_0(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E value) { ___m_Point_0 = value; } inline static int32_t get_offset_of_m_Normal_1() { return static_cast(offsetof(ContactPoint_tC179732A8E0014F5EFF5977ED1ADF12CF14A9017, ___m_Normal_1)); } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E get_m_Normal_1() const { return ___m_Normal_1; } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * get_address_of_m_Normal_1() { return &___m_Normal_1; } inline void set_m_Normal_1(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E value) { ___m_Normal_1 = value; } inline static int32_t get_offset_of_m_ThisColliderInstanceID_2() { return static_cast(offsetof(ContactPoint_tC179732A8E0014F5EFF5977ED1ADF12CF14A9017, ___m_ThisColliderInstanceID_2)); } inline int32_t get_m_ThisColliderInstanceID_2() const { return ___m_ThisColliderInstanceID_2; } inline int32_t* get_address_of_m_ThisColliderInstanceID_2() { return &___m_ThisColliderInstanceID_2; } inline void set_m_ThisColliderInstanceID_2(int32_t value) { ___m_ThisColliderInstanceID_2 = value; } inline static int32_t get_offset_of_m_OtherColliderInstanceID_3() { return static_cast(offsetof(ContactPoint_tC179732A8E0014F5EFF5977ED1ADF12CF14A9017, ___m_OtherColliderInstanceID_3)); } inline int32_t get_m_OtherColliderInstanceID_3() const { return ___m_OtherColliderInstanceID_3; } inline int32_t* get_address_of_m_OtherColliderInstanceID_3() { return &___m_OtherColliderInstanceID_3; } inline void set_m_OtherColliderInstanceID_3(int32_t value) { ___m_OtherColliderInstanceID_3 = value; } inline static int32_t get_offset_of_m_Separation_4() { return static_cast(offsetof(ContactPoint_tC179732A8E0014F5EFF5977ED1ADF12CF14A9017, ___m_Separation_4)); } inline float get_m_Separation_4() const { return ___m_Separation_4; } inline float* get_address_of_m_Separation_4() { return &___m_Separation_4; } inline void set_m_Separation_4(float value) { ___m_Separation_4 = value; } }; // UnityEngine.ContactPoint2D struct ContactPoint2D_t5A4C242ABAE740C565BF01A35CEE279058E66A62 { public: // UnityEngine.Vector2 UnityEngine.ContactPoint2D::m_Point Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 ___m_Point_0; // UnityEngine.Vector2 UnityEngine.ContactPoint2D::m_Normal Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 ___m_Normal_1; // UnityEngine.Vector2 UnityEngine.ContactPoint2D::m_RelativeVelocity Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 ___m_RelativeVelocity_2; // System.Single UnityEngine.ContactPoint2D::m_Separation float ___m_Separation_3; // System.Single UnityEngine.ContactPoint2D::m_NormalImpulse float ___m_NormalImpulse_4; // System.Single UnityEngine.ContactPoint2D::m_TangentImpulse float ___m_TangentImpulse_5; // System.Int32 UnityEngine.ContactPoint2D::m_Collider int32_t ___m_Collider_6; // System.Int32 UnityEngine.ContactPoint2D::m_OtherCollider int32_t ___m_OtherCollider_7; // System.Int32 UnityEngine.ContactPoint2D::m_Rigidbody int32_t ___m_Rigidbody_8; // System.Int32 UnityEngine.ContactPoint2D::m_OtherRigidbody int32_t ___m_OtherRigidbody_9; // System.Int32 UnityEngine.ContactPoint2D::m_Enabled int32_t ___m_Enabled_10; public: inline static int32_t get_offset_of_m_Point_0() { return static_cast(offsetof(ContactPoint2D_t5A4C242ABAE740C565BF01A35CEE279058E66A62, ___m_Point_0)); } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 get_m_Point_0() const { return ___m_Point_0; } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 * get_address_of_m_Point_0() { return &___m_Point_0; } inline void set_m_Point_0(Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 value) { ___m_Point_0 = value; } inline static int32_t get_offset_of_m_Normal_1() { return static_cast(offsetof(ContactPoint2D_t5A4C242ABAE740C565BF01A35CEE279058E66A62, ___m_Normal_1)); } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 get_m_Normal_1() const { return ___m_Normal_1; } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 * get_address_of_m_Normal_1() { return &___m_Normal_1; } inline void set_m_Normal_1(Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 value) { ___m_Normal_1 = value; } inline static int32_t get_offset_of_m_RelativeVelocity_2() { return static_cast(offsetof(ContactPoint2D_t5A4C242ABAE740C565BF01A35CEE279058E66A62, ___m_RelativeVelocity_2)); } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 get_m_RelativeVelocity_2() const { return ___m_RelativeVelocity_2; } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 * get_address_of_m_RelativeVelocity_2() { return &___m_RelativeVelocity_2; } inline void set_m_RelativeVelocity_2(Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 value) { ___m_RelativeVelocity_2 = value; } inline static int32_t get_offset_of_m_Separation_3() { return static_cast(offsetof(ContactPoint2D_t5A4C242ABAE740C565BF01A35CEE279058E66A62, ___m_Separation_3)); } inline float get_m_Separation_3() const { return ___m_Separation_3; } inline float* get_address_of_m_Separation_3() { return &___m_Separation_3; } inline void set_m_Separation_3(float value) { ___m_Separation_3 = value; } inline static int32_t get_offset_of_m_NormalImpulse_4() { return static_cast(offsetof(ContactPoint2D_t5A4C242ABAE740C565BF01A35CEE279058E66A62, ___m_NormalImpulse_4)); } inline float get_m_NormalImpulse_4() const { return ___m_NormalImpulse_4; } inline float* get_address_of_m_NormalImpulse_4() { return &___m_NormalImpulse_4; } inline void set_m_NormalImpulse_4(float value) { ___m_NormalImpulse_4 = value; } inline static int32_t get_offset_of_m_TangentImpulse_5() { return static_cast(offsetof(ContactPoint2D_t5A4C242ABAE740C565BF01A35CEE279058E66A62, ___m_TangentImpulse_5)); } inline float get_m_TangentImpulse_5() const { return ___m_TangentImpulse_5; } inline float* get_address_of_m_TangentImpulse_5() { return &___m_TangentImpulse_5; } inline void set_m_TangentImpulse_5(float value) { ___m_TangentImpulse_5 = value; } inline static int32_t get_offset_of_m_Collider_6() { return static_cast(offsetof(ContactPoint2D_t5A4C242ABAE740C565BF01A35CEE279058E66A62, ___m_Collider_6)); } inline int32_t get_m_Collider_6() const { return ___m_Collider_6; } inline int32_t* get_address_of_m_Collider_6() { return &___m_Collider_6; } inline void set_m_Collider_6(int32_t value) { ___m_Collider_6 = value; } inline static int32_t get_offset_of_m_OtherCollider_7() { return static_cast(offsetof(ContactPoint2D_t5A4C242ABAE740C565BF01A35CEE279058E66A62, ___m_OtherCollider_7)); } inline int32_t get_m_OtherCollider_7() const { return ___m_OtherCollider_7; } inline int32_t* get_address_of_m_OtherCollider_7() { return &___m_OtherCollider_7; } inline void set_m_OtherCollider_7(int32_t value) { ___m_OtherCollider_7 = value; } inline static int32_t get_offset_of_m_Rigidbody_8() { return static_cast(offsetof(ContactPoint2D_t5A4C242ABAE740C565BF01A35CEE279058E66A62, ___m_Rigidbody_8)); } inline int32_t get_m_Rigidbody_8() const { return ___m_Rigidbody_8; } inline int32_t* get_address_of_m_Rigidbody_8() { return &___m_Rigidbody_8; } inline void set_m_Rigidbody_8(int32_t value) { ___m_Rigidbody_8 = value; } inline static int32_t get_offset_of_m_OtherRigidbody_9() { return static_cast(offsetof(ContactPoint2D_t5A4C242ABAE740C565BF01A35CEE279058E66A62, ___m_OtherRigidbody_9)); } inline int32_t get_m_OtherRigidbody_9() const { return ___m_OtherRigidbody_9; } inline int32_t* get_address_of_m_OtherRigidbody_9() { return &___m_OtherRigidbody_9; } inline void set_m_OtherRigidbody_9(int32_t value) { ___m_OtherRigidbody_9 = value; } inline static int32_t get_offset_of_m_Enabled_10() { return static_cast(offsetof(ContactPoint2D_t5A4C242ABAE740C565BF01A35CEE279058E66A62, ___m_Enabled_10)); } inline int32_t get_m_Enabled_10() const { return ___m_Enabled_10; } inline int32_t* get_address_of_m_Enabled_10() { return &___m_Enabled_10; } inline void set_m_Enabled_10(int32_t value) { ___m_Enabled_10 = value; } }; // UnityEngine.Experimental.Rendering.Universal.LibTessDotNet.ContourVertex struct ContourVertex_tF9E27CB6BCC62DF5F4202153BBBECDE5E3283536 { public: // UnityEngine.Experimental.Rendering.Universal.LibTessDotNet.Vec3 UnityEngine.Experimental.Rendering.Universal.LibTessDotNet.ContourVertex::Position Vec3_tDD913B31171F6A37E61E4625FEA6C7901A6B1BC1 ___Position_0; // System.Object UnityEngine.Experimental.Rendering.Universal.LibTessDotNet.ContourVertex::Data RuntimeObject * ___Data_1; public: inline static int32_t get_offset_of_Position_0() { return static_cast(offsetof(ContourVertex_tF9E27CB6BCC62DF5F4202153BBBECDE5E3283536, ___Position_0)); } inline Vec3_tDD913B31171F6A37E61E4625FEA6C7901A6B1BC1 get_Position_0() const { return ___Position_0; } inline Vec3_tDD913B31171F6A37E61E4625FEA6C7901A6B1BC1 * get_address_of_Position_0() { return &___Position_0; } inline void set_Position_0(Vec3_tDD913B31171F6A37E61E4625FEA6C7901A6B1BC1 value) { ___Position_0 = value; } inline static int32_t get_offset_of_Data_1() { return static_cast(offsetof(ContourVertex_tF9E27CB6BCC62DF5F4202153BBBECDE5E3283536, ___Data_1)); } inline RuntimeObject * get_Data_1() const { return ___Data_1; } inline RuntimeObject ** get_address_of_Data_1() { return &___Data_1; } inline void set_Data_1(RuntimeObject * value) { ___Data_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___Data_1), (void*)value); } }; // Native definition for P/Invoke marshalling of UnityEngine.Experimental.Rendering.Universal.LibTessDotNet.ContourVertex struct ContourVertex_tF9E27CB6BCC62DF5F4202153BBBECDE5E3283536_marshaled_pinvoke { Vec3_tDD913B31171F6A37E61E4625FEA6C7901A6B1BC1 ___Position_0; Il2CppIUnknown* ___Data_1; }; // Native definition for COM marshalling of UnityEngine.Experimental.Rendering.Universal.LibTessDotNet.ContourVertex struct ContourVertex_tF9E27CB6BCC62DF5F4202153BBBECDE5E3283536_marshaled_com { Vec3_tDD913B31171F6A37E61E4625FEA6C7901A6B1BC1 ___Position_0; Il2CppIUnknown* ___Data_1; }; // System.Net.CookieToken struct CookieToken_tBD532A435A4CA3813387EE31B5906C993A3F81DD { public: // System.Int32 System.Net.CookieToken::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(CookieToken_tBD532A435A4CA3813387EE31B5906C993A3F81DD, ___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.Net.CookieVariant struct CookieVariant_tD627E5E4655DB30095BE805EB361BBCD7539463E { public: // System.Int32 System.Net.CookieVariant::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(CookieVariant_tD627E5E4655DB30095BE805EB361BBCD7539463E, ___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; } }; // UnityEngine.CubemapFace struct CubemapFace_t74FBCA71A21252C2E10E256E61FE0B1E09D7B9E5 { public: // System.Int32 UnityEngine.CubemapFace::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(CubemapFace_t74FBCA71A21252C2E10E256E61FE0B1E09D7B9E5, ___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; } }; // UnityEngine.Rendering.CullMode struct CullMode_t2217CE70E9A8E268EDDDB71F28D7F456E767C135 { public: // System.Int32 UnityEngine.Rendering.CullMode::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(CullMode_t2217CE70E9A8E268EDDDB71F28D7F456E767C135, ___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; } }; // UnityEngine.Rendering.CullingResults struct CullingResults_tDD88138CA53E22569BE3E63082758F29F3988760 { public: // System.IntPtr UnityEngine.Rendering.CullingResults::ptr intptr_t ___ptr_0; // UnityEngine.Rendering.CullingAllocationInfo* UnityEngine.Rendering.CullingResults::m_AllocationInfo CullingAllocationInfo_tE699E87CDF753430EFA591B80E54D71A3624A083 * ___m_AllocationInfo_1; public: inline static int32_t get_offset_of_ptr_0() { return static_cast(offsetof(CullingResults_tDD88138CA53E22569BE3E63082758F29F3988760, ___ptr_0)); } inline intptr_t get_ptr_0() const { return ___ptr_0; } inline intptr_t* get_address_of_ptr_0() { return &___ptr_0; } inline void set_ptr_0(intptr_t value) { ___ptr_0 = value; } inline static int32_t get_offset_of_m_AllocationInfo_1() { return static_cast(offsetof(CullingResults_tDD88138CA53E22569BE3E63082758F29F3988760, ___m_AllocationInfo_1)); } inline CullingAllocationInfo_tE699E87CDF753430EFA591B80E54D71A3624A083 * get_m_AllocationInfo_1() const { return ___m_AllocationInfo_1; } inline CullingAllocationInfo_tE699E87CDF753430EFA591B80E54D71A3624A083 ** get_address_of_m_AllocationInfo_1() { return &___m_AllocationInfo_1; } inline void set_m_AllocationInfo_1(CullingAllocationInfo_tE699E87CDF753430EFA591B80E54D71A3624A083 * value) { ___m_AllocationInfo_1 = value; } }; // System.Reflection.CustomAttributeNamedArgument struct CustomAttributeNamedArgument_t618778691CF7F5B44F7177210A817A29D3DAEDDA { public: // System.Reflection.CustomAttributeTypedArgument System.Reflection.CustomAttributeNamedArgument::typedArgument CustomAttributeTypedArgument_tE7152E8FACDD29A8E0040E151C86F436FA8E6910 ___typedArgument_0; // System.Reflection.MemberInfo System.Reflection.CustomAttributeNamedArgument::memberInfo MemberInfo_t * ___memberInfo_1; public: inline static int32_t get_offset_of_typedArgument_0() { return static_cast(offsetof(CustomAttributeNamedArgument_t618778691CF7F5B44F7177210A817A29D3DAEDDA, ___typedArgument_0)); } inline CustomAttributeTypedArgument_tE7152E8FACDD29A8E0040E151C86F436FA8E6910 get_typedArgument_0() const { return ___typedArgument_0; } inline CustomAttributeTypedArgument_tE7152E8FACDD29A8E0040E151C86F436FA8E6910 * get_address_of_typedArgument_0() { return &___typedArgument_0; } inline void set_typedArgument_0(CustomAttributeTypedArgument_tE7152E8FACDD29A8E0040E151C86F436FA8E6910 value) { ___typedArgument_0 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___typedArgument_0))->___argumentType_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___typedArgument_0))->___value_1), (void*)NULL); #endif } inline static int32_t get_offset_of_memberInfo_1() { return static_cast(offsetof(CustomAttributeNamedArgument_t618778691CF7F5B44F7177210A817A29D3DAEDDA, ___memberInfo_1)); } inline MemberInfo_t * get_memberInfo_1() const { return ___memberInfo_1; } inline MemberInfo_t ** get_address_of_memberInfo_1() { return &___memberInfo_1; } inline void set_memberInfo_1(MemberInfo_t * value) { ___memberInfo_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___memberInfo_1), (void*)value); } }; // Native definition for P/Invoke marshalling of System.Reflection.CustomAttributeNamedArgument struct CustomAttributeNamedArgument_t618778691CF7F5B44F7177210A817A29D3DAEDDA_marshaled_pinvoke { CustomAttributeTypedArgument_tE7152E8FACDD29A8E0040E151C86F436FA8E6910_marshaled_pinvoke ___typedArgument_0; MemberInfo_t * ___memberInfo_1; }; // Native definition for COM marshalling of System.Reflection.CustomAttributeNamedArgument struct CustomAttributeNamedArgument_t618778691CF7F5B44F7177210A817A29D3DAEDDA_marshaled_com { CustomAttributeTypedArgument_tE7152E8FACDD29A8E0040E151C86F436FA8E6910_marshaled_com ___typedArgument_0; MemberInfo_t * ___memberInfo_1; }; // System.DateTimeOffset struct DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5 { public: // System.DateTime System.DateTimeOffset::m_dateTime DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 ___m_dateTime_2; // System.Int16 System.DateTimeOffset::m_offsetMinutes int16_t ___m_offsetMinutes_3; public: inline static int32_t get_offset_of_m_dateTime_2() { return static_cast(offsetof(DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5, ___m_dateTime_2)); } inline DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 get_m_dateTime_2() const { return ___m_dateTime_2; } inline DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 * get_address_of_m_dateTime_2() { return &___m_dateTime_2; } inline void set_m_dateTime_2(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 value) { ___m_dateTime_2 = value; } inline static int32_t get_offset_of_m_offsetMinutes_3() { return static_cast(offsetof(DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5, ___m_offsetMinutes_3)); } inline int16_t get_m_offsetMinutes_3() const { return ___m_offsetMinutes_3; } inline int16_t* get_address_of_m_offsetMinutes_3() { return &___m_offsetMinutes_3; } inline void set_m_offsetMinutes_3(int16_t value) { ___m_offsetMinutes_3 = value; } }; // System.Delegate struct Delegate_t : public RuntimeObject { public: // System.IntPtr System.Delegate::method_ptr Il2CppMethodPointer ___method_ptr_0; // System.IntPtr System.Delegate::invoke_impl intptr_t ___invoke_impl_1; // System.Object System.Delegate::m_target RuntimeObject * ___m_target_2; // System.IntPtr System.Delegate::method intptr_t ___method_3; // System.IntPtr System.Delegate::delegate_trampoline intptr_t ___delegate_trampoline_4; // System.IntPtr System.Delegate::extra_arg intptr_t ___extra_arg_5; // System.IntPtr System.Delegate::method_code intptr_t ___method_code_6; // System.Reflection.MethodInfo System.Delegate::method_info MethodInfo_t * ___method_info_7; // System.Reflection.MethodInfo System.Delegate::original_method_info MethodInfo_t * ___original_method_info_8; // System.DelegateData System.Delegate::data DelegateData_t17DD30660E330C49381DAA99F934BE75CB11F288 * ___data_9; // System.Boolean System.Delegate::method_is_virtual bool ___method_is_virtual_10; public: inline static int32_t get_offset_of_method_ptr_0() { return static_cast(offsetof(Delegate_t, ___method_ptr_0)); } inline Il2CppMethodPointer get_method_ptr_0() const { return ___method_ptr_0; } inline Il2CppMethodPointer* get_address_of_method_ptr_0() { return &___method_ptr_0; } inline void set_method_ptr_0(Il2CppMethodPointer value) { ___method_ptr_0 = value; } inline static int32_t get_offset_of_invoke_impl_1() { return static_cast(offsetof(Delegate_t, ___invoke_impl_1)); } inline intptr_t get_invoke_impl_1() const { return ___invoke_impl_1; } inline intptr_t* get_address_of_invoke_impl_1() { return &___invoke_impl_1; } inline void set_invoke_impl_1(intptr_t value) { ___invoke_impl_1 = value; } inline static int32_t get_offset_of_m_target_2() { return static_cast(offsetof(Delegate_t, ___m_target_2)); } inline RuntimeObject * get_m_target_2() const { return ___m_target_2; } inline RuntimeObject ** get_address_of_m_target_2() { return &___m_target_2; } inline void set_m_target_2(RuntimeObject * value) { ___m_target_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_target_2), (void*)value); } inline static int32_t get_offset_of_method_3() { return static_cast(offsetof(Delegate_t, ___method_3)); } inline intptr_t get_method_3() const { return ___method_3; } inline intptr_t* get_address_of_method_3() { return &___method_3; } inline void set_method_3(intptr_t value) { ___method_3 = value; } inline static int32_t get_offset_of_delegate_trampoline_4() { return static_cast(offsetof(Delegate_t, ___delegate_trampoline_4)); } inline intptr_t get_delegate_trampoline_4() const { return ___delegate_trampoline_4; } inline intptr_t* get_address_of_delegate_trampoline_4() { return &___delegate_trampoline_4; } inline void set_delegate_trampoline_4(intptr_t value) { ___delegate_trampoline_4 = value; } inline static int32_t get_offset_of_extra_arg_5() { return static_cast(offsetof(Delegate_t, ___extra_arg_5)); } inline intptr_t get_extra_arg_5() const { return ___extra_arg_5; } inline intptr_t* get_address_of_extra_arg_5() { return &___extra_arg_5; } inline void set_extra_arg_5(intptr_t value) { ___extra_arg_5 = value; } inline static int32_t get_offset_of_method_code_6() { return static_cast(offsetof(Delegate_t, ___method_code_6)); } inline intptr_t get_method_code_6() const { return ___method_code_6; } inline intptr_t* get_address_of_method_code_6() { return &___method_code_6; } inline void set_method_code_6(intptr_t value) { ___method_code_6 = value; } inline static int32_t get_offset_of_method_info_7() { return static_cast(offsetof(Delegate_t, ___method_info_7)); } inline MethodInfo_t * get_method_info_7() const { return ___method_info_7; } inline MethodInfo_t ** get_address_of_method_info_7() { return &___method_info_7; } inline void set_method_info_7(MethodInfo_t * value) { ___method_info_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___method_info_7), (void*)value); } inline static int32_t get_offset_of_original_method_info_8() { return static_cast(offsetof(Delegate_t, ___original_method_info_8)); } inline MethodInfo_t * get_original_method_info_8() const { return ___original_method_info_8; } inline MethodInfo_t ** get_address_of_original_method_info_8() { return &___original_method_info_8; } inline void set_original_method_info_8(MethodInfo_t * value) { ___original_method_info_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___original_method_info_8), (void*)value); } inline static int32_t get_offset_of_data_9() { return static_cast(offsetof(Delegate_t, ___data_9)); } inline DelegateData_t17DD30660E330C49381DAA99F934BE75CB11F288 * get_data_9() const { return ___data_9; } inline DelegateData_t17DD30660E330C49381DAA99F934BE75CB11F288 ** get_address_of_data_9() { return &___data_9; } inline void set_data_9(DelegateData_t17DD30660E330C49381DAA99F934BE75CB11F288 * value) { ___data_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___data_9), (void*)value); } inline static int32_t get_offset_of_method_is_virtual_10() { return static_cast(offsetof(Delegate_t, ___method_is_virtual_10)); } inline bool get_method_is_virtual_10() const { return ___method_is_virtual_10; } inline bool* get_address_of_method_is_virtual_10() { return &___method_is_virtual_10; } inline void set_method_is_virtual_10(bool value) { ___method_is_virtual_10 = value; } }; // Native definition for P/Invoke marshalling of System.Delegate struct Delegate_t_marshaled_pinvoke { intptr_t ___method_ptr_0; intptr_t ___invoke_impl_1; Il2CppIUnknown* ___m_target_2; intptr_t ___method_3; intptr_t ___delegate_trampoline_4; intptr_t ___extra_arg_5; intptr_t ___method_code_6; MethodInfo_t * ___method_info_7; MethodInfo_t * ___original_method_info_8; DelegateData_t17DD30660E330C49381DAA99F934BE75CB11F288 * ___data_9; int32_t ___method_is_virtual_10; }; // Native definition for COM marshalling of System.Delegate struct Delegate_t_marshaled_com { intptr_t ___method_ptr_0; intptr_t ___invoke_impl_1; Il2CppIUnknown* ___m_target_2; intptr_t ___method_3; intptr_t ___delegate_trampoline_4; intptr_t ___extra_arg_5; intptr_t ___method_code_6; MethodInfo_t * ___method_info_7; MethodInfo_t * ___original_method_info_8; DelegateData_t17DD30660E330C49381DAA99F934BE75CB11F288 * ___data_9; int32_t ___method_is_virtual_10; }; // UnityEngine.Rendering.DistanceMetric struct DistanceMetric_t9658ED7FE3FF0F0ADDA5F0CC40674DC374FBAF93 { public: // System.Int32 UnityEngine.Rendering.DistanceMetric::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(DistanceMetric_t9658ED7FE3FF0F0ADDA5F0CC40674DC374FBAF93, ___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; } }; // UnityEngine.Rendering.DrawRendererFlags struct DrawRendererFlags_tC15AAB6CAFB5D579823967D0F7A046449912055F { public: // System.Int32 UnityEngine.Rendering.DrawRendererFlags::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(DrawRendererFlags_tC15AAB6CAFB5D579823967D0F7A046449912055F, ___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; } }; // UnityEngine.InputSystem.DynamicBitfield struct DynamicBitfield_t9EE258E0EEA93B8B97D6FE8A70CE8C1C9E56C0C5 { public: // UnityEngine.InputSystem.Utilities.InlinedArray`1 UnityEngine.InputSystem.DynamicBitfield::array InlinedArray_1_t23FFA4FEA36F785EEEC44B0332DE84D5E6645F18 ___array_0; // System.Int32 UnityEngine.InputSystem.DynamicBitfield::length int32_t ___length_1; public: inline static int32_t get_offset_of_array_0() { return static_cast(offsetof(DynamicBitfield_t9EE258E0EEA93B8B97D6FE8A70CE8C1C9E56C0C5, ___array_0)); } inline InlinedArray_1_t23FFA4FEA36F785EEEC44B0332DE84D5E6645F18 get_array_0() const { return ___array_0; } inline InlinedArray_1_t23FFA4FEA36F785EEEC44B0332DE84D5E6645F18 * get_address_of_array_0() { return &___array_0; } inline void set_array_0(InlinedArray_1_t23FFA4FEA36F785EEEC44B0332DE84D5E6645F18 value) { ___array_0 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___array_0))->___additionalValues_2), (void*)NULL); } inline static int32_t get_offset_of_length_1() { return static_cast(offsetof(DynamicBitfield_t9EE258E0EEA93B8B97D6FE8A70CE8C1C9E56C0C5, ___length_1)); } inline int32_t get_length_1() const { return ___length_1; } inline int32_t* get_address_of_length_1() { return &___length_1; } inline void set_length_1(int32_t value) { ___length_1 = value; } }; // Native definition for P/Invoke marshalling of UnityEngine.InputSystem.DynamicBitfield struct DynamicBitfield_t9EE258E0EEA93B8B97D6FE8A70CE8C1C9E56C0C5_marshaled_pinvoke { InlinedArray_1_t23FFA4FEA36F785EEEC44B0332DE84D5E6645F18 ___array_0; int32_t ___length_1; }; // Native definition for COM marshalling of UnityEngine.InputSystem.DynamicBitfield struct DynamicBitfield_t9EE258E0EEA93B8B97D6FE8A70CE8C1C9E56C0C5_marshaled_com { InlinedArray_1_t23FFA4FEA36F785EEEC44B0332DE84D5E6645F18 ___array_0; int32_t ___length_1; }; // OVR.OpenVR.EColorSpace struct EColorSpace_t6B94670C1D8246701CF4298D5354AAC384437120 { public: // System.Int32 OVR.OpenVR.EColorSpace::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(EColorSpace_t6B94670C1D8246701CF4298D5354AAC384437120, ___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; } }; // Steamworks.EResult struct EResult_tEB47E5C9A2D47028C15A65BFC0332BFF4C31B3DB { public: // System.Int32 Steamworks.EResult::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(EResult_tEB47E5C9A2D47028C15A65BFC0332BFF4C31B3DB, ___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; } }; // OVR.OpenVR.ETextureType struct ETextureType_tC4EC77EC8569EA890A7C00E646412494AEC044C1 { public: // System.Int32 OVR.OpenVR.ETextureType::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(ETextureType_tC4EC77EC8569EA890A7C00E646412494AEC044C1, ___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; } }; // OVR.OpenVR.ETrackingResult struct ETrackingResult_tD3407BF26713EDC20AF2028ED4FE9A6FE5F4B2D4 { public: // System.Int32 OVR.OpenVR.ETrackingResult::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(ETrackingResult_tD3407BF26713EDC20AF2028ED4FE9A6FE5F4B2D4, ___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.Tracing.EventActivityOptions struct EventActivityOptions_t559418BFC3DCD3136C7CEF4C047648E1869CF39B { public: // System.Int32 System.Diagnostics.Tracing.EventActivityOptions::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(EventActivityOptions_t559418BFC3DCD3136C7CEF4C047648E1869CF39B, ___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; } }; // FMOD.Studio.EventDescription struct EventDescription_tA7B5CD79AFB0B96E61BEB585B591EACF17319F5D { public: // System.IntPtr FMOD.Studio.EventDescription::handle intptr_t ___handle_0; public: inline static int32_t get_offset_of_handle_0() { return static_cast(offsetof(EventDescription_tA7B5CD79AFB0B96E61BEB585B591EACF17319F5D, ___handle_0)); } inline intptr_t get_handle_0() const { return ___handle_0; } inline intptr_t* get_address_of_handle_0() { return &___handle_0; } inline void set_handle_0(intptr_t value) { ___handle_0 = value; } }; // System.Diagnostics.Tracing.EventFieldFormat struct EventFieldFormat_t570818F1823008198768BEADC24EFBD5A53633CA { public: // System.Int32 System.Diagnostics.Tracing.EventFieldFormat::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(EventFieldFormat_t570818F1823008198768BEADC24EFBD5A53633CA, ___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.Tracing.EventFieldTags struct EventFieldTags_t3FF2F9415AFC8C23D9194D3758EAE94557FD1F15 { public: // System.Int32 System.Diagnostics.Tracing.EventFieldTags::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(EventFieldTags_t3FF2F9415AFC8C23D9194D3758EAE94557FD1F15, ___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; } }; // FMOD.Studio.EventInstance struct EventInstance_t77E43F521C3E42A51B553C95F04A518E03B7E2C8 { public: // System.IntPtr FMOD.Studio.EventInstance::handle intptr_t ___handle_0; public: inline static int32_t get_offset_of_handle_0() { return static_cast(offsetof(EventInstance_t77E43F521C3E42A51B553C95F04A518E03B7E2C8, ___handle_0)); } inline intptr_t get_handle_0() const { return ___handle_0; } inline intptr_t* get_address_of_handle_0() { return &___handle_0; } inline void set_handle_0(intptr_t value) { ___handle_0 = value; } }; // System.Diagnostics.Tracing.EventKeywords struct EventKeywords_t72BC5DF558968022E52CFA840BC065E4278A5CFC { public: // System.Int64 System.Diagnostics.Tracing.EventKeywords::value__ int64_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(EventKeywords_t72BC5DF558968022E52CFA840BC065E4278A5CFC, ___value___2)); } inline int64_t get_value___2() const { return ___value___2; } inline int64_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int64_t value) { ___value___2 = value; } }; // System.Diagnostics.Tracing.EventLevel struct EventLevel_t094E14CCC4B697F0F2FF0BFAE792EC0A5DD6614D { public: // System.Int32 System.Diagnostics.Tracing.EventLevel::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(EventLevel_t094E14CCC4B697F0F2FF0BFAE792EC0A5DD6614D, ___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.Tracing.EventOpcode struct EventOpcode_tD66AB0AC182F39C8131AEC80495658FA5B6A89AC { public: // System.Int32 System.Diagnostics.Tracing.EventOpcode::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(EventOpcode_tD66AB0AC182F39C8131AEC80495658FA5B6A89AC, ___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.Tracing.EventTags struct EventTags_t6712DD5B62AA97E89B779D09C0E33F384A19ABD3 { public: // System.Int32 System.Diagnostics.Tracing.EventTags::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(EventTags_t6712DD5B62AA97E89B779D09C0E33F384A19ABD3, ___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.Exception struct Exception_t : public RuntimeObject { public: // System.String System.Exception::_className String_t* ____className_1; // System.String System.Exception::_message String_t* ____message_2; // System.Collections.IDictionary System.Exception::_data RuntimeObject* ____data_3; // System.Exception System.Exception::_innerException Exception_t * ____innerException_4; // System.String System.Exception::_helpURL String_t* ____helpURL_5; // System.Object System.Exception::_stackTrace RuntimeObject * ____stackTrace_6; // System.String System.Exception::_stackTraceString String_t* ____stackTraceString_7; // System.String System.Exception::_remoteStackTraceString String_t* ____remoteStackTraceString_8; // System.Int32 System.Exception::_remoteStackIndex int32_t ____remoteStackIndex_9; // System.Object System.Exception::_dynamicMethods RuntimeObject * ____dynamicMethods_10; // System.Int32 System.Exception::_HResult int32_t ____HResult_11; // System.String System.Exception::_source String_t* ____source_12; // System.Runtime.Serialization.SafeSerializationManager System.Exception::_safeSerializationManager SafeSerializationManager_tDE44F029589A028F8A3053C5C06153FAB4AAE29F * ____safeSerializationManager_13; // System.Diagnostics.StackTrace[] System.Exception::captured_traces StackTraceU5BU5D_t4AD999C288CB6D1F38A299D12B1598D606588971* ___captured_traces_14; // System.IntPtr[] System.Exception::native_trace_ips IntPtrU5BU5D_t27FC72B0409D75AAF33EC42498E8094E95FEE9A6* ___native_trace_ips_15; public: inline static int32_t get_offset_of__className_1() { return static_cast(offsetof(Exception_t, ____className_1)); } inline String_t* get__className_1() const { return ____className_1; } inline String_t** get_address_of__className_1() { return &____className_1; } inline void set__className_1(String_t* value) { ____className_1 = value; Il2CppCodeGenWriteBarrier((void**)(&____className_1), (void*)value); } inline static int32_t get_offset_of__message_2() { return static_cast(offsetof(Exception_t, ____message_2)); } inline String_t* get__message_2() const { return ____message_2; } inline String_t** get_address_of__message_2() { return &____message_2; } inline void set__message_2(String_t* value) { ____message_2 = value; Il2CppCodeGenWriteBarrier((void**)(&____message_2), (void*)value); } inline static int32_t get_offset_of__data_3() { return static_cast(offsetof(Exception_t, ____data_3)); } inline RuntimeObject* get__data_3() const { return ____data_3; } inline RuntimeObject** get_address_of__data_3() { return &____data_3; } inline void set__data_3(RuntimeObject* value) { ____data_3 = value; Il2CppCodeGenWriteBarrier((void**)(&____data_3), (void*)value); } inline static int32_t get_offset_of__innerException_4() { return static_cast(offsetof(Exception_t, ____innerException_4)); } inline Exception_t * get__innerException_4() const { return ____innerException_4; } inline Exception_t ** get_address_of__innerException_4() { return &____innerException_4; } inline void set__innerException_4(Exception_t * value) { ____innerException_4 = value; Il2CppCodeGenWriteBarrier((void**)(&____innerException_4), (void*)value); } inline static int32_t get_offset_of__helpURL_5() { return static_cast(offsetof(Exception_t, ____helpURL_5)); } inline String_t* get__helpURL_5() const { return ____helpURL_5; } inline String_t** get_address_of__helpURL_5() { return &____helpURL_5; } inline void set__helpURL_5(String_t* value) { ____helpURL_5 = value; Il2CppCodeGenWriteBarrier((void**)(&____helpURL_5), (void*)value); } inline static int32_t get_offset_of__stackTrace_6() { return static_cast(offsetof(Exception_t, ____stackTrace_6)); } inline RuntimeObject * get__stackTrace_6() const { return ____stackTrace_6; } inline RuntimeObject ** get_address_of__stackTrace_6() { return &____stackTrace_6; } inline void set__stackTrace_6(RuntimeObject * value) { ____stackTrace_6 = value; Il2CppCodeGenWriteBarrier((void**)(&____stackTrace_6), (void*)value); } inline static int32_t get_offset_of__stackTraceString_7() { return static_cast(offsetof(Exception_t, ____stackTraceString_7)); } inline String_t* get__stackTraceString_7() const { return ____stackTraceString_7; } inline String_t** get_address_of__stackTraceString_7() { return &____stackTraceString_7; } inline void set__stackTraceString_7(String_t* value) { ____stackTraceString_7 = value; Il2CppCodeGenWriteBarrier((void**)(&____stackTraceString_7), (void*)value); } inline static int32_t get_offset_of__remoteStackTraceString_8() { return static_cast(offsetof(Exception_t, ____remoteStackTraceString_8)); } inline String_t* get__remoteStackTraceString_8() const { return ____remoteStackTraceString_8; } inline String_t** get_address_of__remoteStackTraceString_8() { return &____remoteStackTraceString_8; } inline void set__remoteStackTraceString_8(String_t* value) { ____remoteStackTraceString_8 = value; Il2CppCodeGenWriteBarrier((void**)(&____remoteStackTraceString_8), (void*)value); } inline static int32_t get_offset_of__remoteStackIndex_9() { return static_cast(offsetof(Exception_t, ____remoteStackIndex_9)); } inline int32_t get__remoteStackIndex_9() const { return ____remoteStackIndex_9; } inline int32_t* get_address_of__remoteStackIndex_9() { return &____remoteStackIndex_9; } inline void set__remoteStackIndex_9(int32_t value) { ____remoteStackIndex_9 = value; } inline static int32_t get_offset_of__dynamicMethods_10() { return static_cast(offsetof(Exception_t, ____dynamicMethods_10)); } inline RuntimeObject * get__dynamicMethods_10() const { return ____dynamicMethods_10; } inline RuntimeObject ** get_address_of__dynamicMethods_10() { return &____dynamicMethods_10; } inline void set__dynamicMethods_10(RuntimeObject * value) { ____dynamicMethods_10 = value; Il2CppCodeGenWriteBarrier((void**)(&____dynamicMethods_10), (void*)value); } inline static int32_t get_offset_of__HResult_11() { return static_cast(offsetof(Exception_t, ____HResult_11)); } inline int32_t get__HResult_11() const { return ____HResult_11; } inline int32_t* get_address_of__HResult_11() { return &____HResult_11; } inline void set__HResult_11(int32_t value) { ____HResult_11 = value; } inline static int32_t get_offset_of__source_12() { return static_cast(offsetof(Exception_t, ____source_12)); } inline String_t* get__source_12() const { return ____source_12; } inline String_t** get_address_of__source_12() { return &____source_12; } inline void set__source_12(String_t* value) { ____source_12 = value; Il2CppCodeGenWriteBarrier((void**)(&____source_12), (void*)value); } inline static int32_t get_offset_of__safeSerializationManager_13() { return static_cast(offsetof(Exception_t, ____safeSerializationManager_13)); } inline SafeSerializationManager_tDE44F029589A028F8A3053C5C06153FAB4AAE29F * get__safeSerializationManager_13() const { return ____safeSerializationManager_13; } inline SafeSerializationManager_tDE44F029589A028F8A3053C5C06153FAB4AAE29F ** get_address_of__safeSerializationManager_13() { return &____safeSerializationManager_13; } inline void set__safeSerializationManager_13(SafeSerializationManager_tDE44F029589A028F8A3053C5C06153FAB4AAE29F * value) { ____safeSerializationManager_13 = value; Il2CppCodeGenWriteBarrier((void**)(&____safeSerializationManager_13), (void*)value); } inline static int32_t get_offset_of_captured_traces_14() { return static_cast(offsetof(Exception_t, ___captured_traces_14)); } inline StackTraceU5BU5D_t4AD999C288CB6D1F38A299D12B1598D606588971* get_captured_traces_14() const { return ___captured_traces_14; } inline StackTraceU5BU5D_t4AD999C288CB6D1F38A299D12B1598D606588971** get_address_of_captured_traces_14() { return &___captured_traces_14; } inline void set_captured_traces_14(StackTraceU5BU5D_t4AD999C288CB6D1F38A299D12B1598D606588971* value) { ___captured_traces_14 = value; Il2CppCodeGenWriteBarrier((void**)(&___captured_traces_14), (void*)value); } inline static int32_t get_offset_of_native_trace_ips_15() { return static_cast(offsetof(Exception_t, ___native_trace_ips_15)); } inline IntPtrU5BU5D_t27FC72B0409D75AAF33EC42498E8094E95FEE9A6* get_native_trace_ips_15() const { return ___native_trace_ips_15; } inline IntPtrU5BU5D_t27FC72B0409D75AAF33EC42498E8094E95FEE9A6** get_address_of_native_trace_ips_15() { return &___native_trace_ips_15; } inline void set_native_trace_ips_15(IntPtrU5BU5D_t27FC72B0409D75AAF33EC42498E8094E95FEE9A6* value) { ___native_trace_ips_15 = value; Il2CppCodeGenWriteBarrier((void**)(&___native_trace_ips_15), (void*)value); } }; // Native definition for P/Invoke marshalling of System.Exception struct Exception_t_marshaled_pinvoke { char* ____className_1; char* ____message_2; RuntimeObject* ____data_3; Exception_t_marshaled_pinvoke* ____innerException_4; char* ____helpURL_5; Il2CppIUnknown* ____stackTrace_6; char* ____stackTraceString_7; char* ____remoteStackTraceString_8; int32_t ____remoteStackIndex_9; Il2CppIUnknown* ____dynamicMethods_10; int32_t ____HResult_11; char* ____source_12; SafeSerializationManager_tDE44F029589A028F8A3053C5C06153FAB4AAE29F * ____safeSerializationManager_13; StackTraceU5BU5D_t4AD999C288CB6D1F38A299D12B1598D606588971* ___captured_traces_14; Il2CppSafeArray/*NONE*/* ___native_trace_ips_15; }; // Native definition for COM marshalling of System.Exception struct Exception_t_marshaled_com { Il2CppChar* ____className_1; Il2CppChar* ____message_2; RuntimeObject* ____data_3; Exception_t_marshaled_com* ____innerException_4; Il2CppChar* ____helpURL_5; Il2CppIUnknown* ____stackTrace_6; Il2CppChar* ____stackTraceString_7; Il2CppChar* ____remoteStackTraceString_8; int32_t ____remoteStackIndex_9; Il2CppIUnknown* ____dynamicMethods_10; int32_t ____HResult_11; Il2CppChar* ____source_12; SafeSerializationManager_tDE44F029589A028F8A3053C5C06153FAB4AAE29F * ____safeSerializationManager_13; StackTraceU5BU5D_t4AD999C288CB6D1F38A299D12B1598D606588971* ___captured_traces_14; Il2CppSafeArray/*NONE*/* ___native_trace_ips_15; }; // Oculus.Spatializer.Propagation.FaceType struct FaceType_t66B0FC24C30E0174B2EF191D494511DD798180C1 { public: // System.UInt32 Oculus.Spatializer.Propagation.FaceType::value__ uint32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(FaceType_t66B0FC24C30E0174B2EF191D494511DD798180C1, ___value___2)); } inline uint32_t get_value___2() const { return ___value___2; } inline uint32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(uint32_t value) { ___value___2 = value; } }; // UnityEngine.Experimental.GlobalIllumination.FalloffType struct FalloffType_t983DA2C11C909629E51BD1D4CF088C689C9863CB { public: // System.Byte UnityEngine.Experimental.GlobalIllumination.FalloffType::value__ uint8_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(FalloffType_t983DA2C11C909629E51BD1D4CF088C689C9863CB, ___value___2)); } inline uint8_t get_value___2() const { return ___value___2; } inline uint8_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(uint8_t value) { ___value___2 = value; } }; // UnityEngine.InputSystem.XR.FeatureType struct FeatureType_tAA574617594E87607ED33C913C1092B4DF3B2C18 { public: // System.Int32 UnityEngine.InputSystem.XR.FeatureType::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(FeatureType_tAA574617594E87607ED33C913C1092B4DF3B2C18, ___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; } }; // UnityEngine.Rendering.FilteringSettings struct FilteringSettings_t39826B82D840F8E764363820E5585455977B2AF5 { public: // UnityEngine.Rendering.RenderQueueRange UnityEngine.Rendering.FilteringSettings::m_RenderQueueRange RenderQueueRange_t328914EF72BEF60B323076881C62F04CE14027B7 ___m_RenderQueueRange_0; // System.Int32 UnityEngine.Rendering.FilteringSettings::m_LayerMask int32_t ___m_LayerMask_1; // System.UInt32 UnityEngine.Rendering.FilteringSettings::m_RenderingLayerMask uint32_t ___m_RenderingLayerMask_2; // System.Int32 UnityEngine.Rendering.FilteringSettings::m_ExcludeMotionVectorObjects int32_t ___m_ExcludeMotionVectorObjects_3; // UnityEngine.Rendering.SortingLayerRange UnityEngine.Rendering.FilteringSettings::m_SortingLayerRange SortingLayerRange_t76843DC7CABEBDAFC0A767E3BF32CF381833AFC9 ___m_SortingLayerRange_4; public: inline static int32_t get_offset_of_m_RenderQueueRange_0() { return static_cast(offsetof(FilteringSettings_t39826B82D840F8E764363820E5585455977B2AF5, ___m_RenderQueueRange_0)); } inline RenderQueueRange_t328914EF72BEF60B323076881C62F04CE14027B7 get_m_RenderQueueRange_0() const { return ___m_RenderQueueRange_0; } inline RenderQueueRange_t328914EF72BEF60B323076881C62F04CE14027B7 * get_address_of_m_RenderQueueRange_0() { return &___m_RenderQueueRange_0; } inline void set_m_RenderQueueRange_0(RenderQueueRange_t328914EF72BEF60B323076881C62F04CE14027B7 value) { ___m_RenderQueueRange_0 = value; } inline static int32_t get_offset_of_m_LayerMask_1() { return static_cast(offsetof(FilteringSettings_t39826B82D840F8E764363820E5585455977B2AF5, ___m_LayerMask_1)); } inline int32_t get_m_LayerMask_1() const { return ___m_LayerMask_1; } inline int32_t* get_address_of_m_LayerMask_1() { return &___m_LayerMask_1; } inline void set_m_LayerMask_1(int32_t value) { ___m_LayerMask_1 = value; } inline static int32_t get_offset_of_m_RenderingLayerMask_2() { return static_cast(offsetof(FilteringSettings_t39826B82D840F8E764363820E5585455977B2AF5, ___m_RenderingLayerMask_2)); } inline uint32_t get_m_RenderingLayerMask_2() const { return ___m_RenderingLayerMask_2; } inline uint32_t* get_address_of_m_RenderingLayerMask_2() { return &___m_RenderingLayerMask_2; } inline void set_m_RenderingLayerMask_2(uint32_t value) { ___m_RenderingLayerMask_2 = value; } inline static int32_t get_offset_of_m_ExcludeMotionVectorObjects_3() { return static_cast(offsetof(FilteringSettings_t39826B82D840F8E764363820E5585455977B2AF5, ___m_ExcludeMotionVectorObjects_3)); } inline int32_t get_m_ExcludeMotionVectorObjects_3() const { return ___m_ExcludeMotionVectorObjects_3; } inline int32_t* get_address_of_m_ExcludeMotionVectorObjects_3() { return &___m_ExcludeMotionVectorObjects_3; } inline void set_m_ExcludeMotionVectorObjects_3(int32_t value) { ___m_ExcludeMotionVectorObjects_3 = value; } inline static int32_t get_offset_of_m_SortingLayerRange_4() { return static_cast(offsetof(FilteringSettings_t39826B82D840F8E764363820E5585455977B2AF5, ___m_SortingLayerRange_4)); } inline SortingLayerRange_t76843DC7CABEBDAFC0A767E3BF32CF381833AFC9 get_m_SortingLayerRange_4() const { return ___m_SortingLayerRange_4; } inline SortingLayerRange_t76843DC7CABEBDAFC0A767E3BF32CF381833AFC9 * get_address_of_m_SortingLayerRange_4() { return &___m_SortingLayerRange_4; } inline void set_m_SortingLayerRange_4(SortingLayerRange_t76843DC7CABEBDAFC0A767E3BF32CF381833AFC9 value) { ___m_SortingLayerRange_4 = value; } }; // UnityEngine.GradientColorKey struct GradientColorKey_t1B691B0604BDB77B1515A6F565D928BC0EBF2F2E { public: // UnityEngine.Color UnityEngine.GradientColorKey::color Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 ___color_0; // System.Single UnityEngine.GradientColorKey::time float ___time_1; public: inline static int32_t get_offset_of_color_0() { return static_cast(offsetof(GradientColorKey_t1B691B0604BDB77B1515A6F565D928BC0EBF2F2E, ___color_0)); } inline Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 get_color_0() const { return ___color_0; } inline Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 * get_address_of_color_0() { return &___color_0; } inline void set_color_0(Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 value) { ___color_0 = value; } inline static int32_t get_offset_of_time_1() { return static_cast(offsetof(GradientColorKey_t1B691B0604BDB77B1515A6F565D928BC0EBF2F2E, ___time_1)); } inline float get_time_1() const { return ___time_1; } inline float* get_address_of_time_1() { return &___time_1; } inline void set_time_1(float value) { ___time_1 = value; } }; // UnityEngine.Rendering.GraphicsFenceType struct GraphicsFenceType_t425D83691902133DEAA1233AF44643BEE38ECB41 { public: // System.Int32 UnityEngine.Rendering.GraphicsFenceType::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(GraphicsFenceType_t425D83691902133DEAA1233AF44643BEE38ECB41, ___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; } }; // OVR.OpenVR.HmdQuad_t struct HmdQuad_t_tCBF2ADCE72BC27483B7D6DCFA0A54EB823295374 { public: // OVR.OpenVR.HmdVector3_t OVR.OpenVR.HmdQuad_t::vCorners0 HmdVector3_t_t9664F6EE707C3B5E5F61BC45443F8C56AA75E703 ___vCorners0_0; // OVR.OpenVR.HmdVector3_t OVR.OpenVR.HmdQuad_t::vCorners1 HmdVector3_t_t9664F6EE707C3B5E5F61BC45443F8C56AA75E703 ___vCorners1_1; // OVR.OpenVR.HmdVector3_t OVR.OpenVR.HmdQuad_t::vCorners2 HmdVector3_t_t9664F6EE707C3B5E5F61BC45443F8C56AA75E703 ___vCorners2_2; // OVR.OpenVR.HmdVector3_t OVR.OpenVR.HmdQuad_t::vCorners3 HmdVector3_t_t9664F6EE707C3B5E5F61BC45443F8C56AA75E703 ___vCorners3_3; public: inline static int32_t get_offset_of_vCorners0_0() { return static_cast(offsetof(HmdQuad_t_tCBF2ADCE72BC27483B7D6DCFA0A54EB823295374, ___vCorners0_0)); } inline HmdVector3_t_t9664F6EE707C3B5E5F61BC45443F8C56AA75E703 get_vCorners0_0() const { return ___vCorners0_0; } inline HmdVector3_t_t9664F6EE707C3B5E5F61BC45443F8C56AA75E703 * get_address_of_vCorners0_0() { return &___vCorners0_0; } inline void set_vCorners0_0(HmdVector3_t_t9664F6EE707C3B5E5F61BC45443F8C56AA75E703 value) { ___vCorners0_0 = value; } inline static int32_t get_offset_of_vCorners1_1() { return static_cast(offsetof(HmdQuad_t_tCBF2ADCE72BC27483B7D6DCFA0A54EB823295374, ___vCorners1_1)); } inline HmdVector3_t_t9664F6EE707C3B5E5F61BC45443F8C56AA75E703 get_vCorners1_1() const { return ___vCorners1_1; } inline HmdVector3_t_t9664F6EE707C3B5E5F61BC45443F8C56AA75E703 * get_address_of_vCorners1_1() { return &___vCorners1_1; } inline void set_vCorners1_1(HmdVector3_t_t9664F6EE707C3B5E5F61BC45443F8C56AA75E703 value) { ___vCorners1_1 = value; } inline static int32_t get_offset_of_vCorners2_2() { return static_cast(offsetof(HmdQuad_t_tCBF2ADCE72BC27483B7D6DCFA0A54EB823295374, ___vCorners2_2)); } inline HmdVector3_t_t9664F6EE707C3B5E5F61BC45443F8C56AA75E703 get_vCorners2_2() const { return ___vCorners2_2; } inline HmdVector3_t_t9664F6EE707C3B5E5F61BC45443F8C56AA75E703 * get_address_of_vCorners2_2() { return &___vCorners2_2; } inline void set_vCorners2_2(HmdVector3_t_t9664F6EE707C3B5E5F61BC45443F8C56AA75E703 value) { ___vCorners2_2 = value; } inline static int32_t get_offset_of_vCorners3_3() { return static_cast(offsetof(HmdQuad_t_tCBF2ADCE72BC27483B7D6DCFA0A54EB823295374, ___vCorners3_3)); } inline HmdVector3_t_t9664F6EE707C3B5E5F61BC45443F8C56AA75E703 get_vCorners3_3() const { return ___vCorners3_3; } inline HmdVector3_t_t9664F6EE707C3B5E5F61BC45443F8C56AA75E703 * get_address_of_vCorners3_3() { return &___vCorners3_3; } inline void set_vCorners3_3(HmdVector3_t_t9664F6EE707C3B5E5F61BC45443F8C56AA75E703 value) { ___vCorners3_3 = value; } }; // UnityEngine.HumanLimit struct HumanLimit_t8F488DD21062BE1259B0F4C77E4EB24FB931E8D8 { public: // UnityEngine.Vector3 UnityEngine.HumanLimit::m_Min Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___m_Min_0; // UnityEngine.Vector3 UnityEngine.HumanLimit::m_Max Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___m_Max_1; // UnityEngine.Vector3 UnityEngine.HumanLimit::m_Center Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___m_Center_2; // System.Single UnityEngine.HumanLimit::m_AxisLength float ___m_AxisLength_3; // System.Int32 UnityEngine.HumanLimit::m_UseDefaultValues int32_t ___m_UseDefaultValues_4; public: inline static int32_t get_offset_of_m_Min_0() { return static_cast(offsetof(HumanLimit_t8F488DD21062BE1259B0F4C77E4EB24FB931E8D8, ___m_Min_0)); } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E get_m_Min_0() const { return ___m_Min_0; } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * get_address_of_m_Min_0() { return &___m_Min_0; } inline void set_m_Min_0(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E value) { ___m_Min_0 = value; } inline static int32_t get_offset_of_m_Max_1() { return static_cast(offsetof(HumanLimit_t8F488DD21062BE1259B0F4C77E4EB24FB931E8D8, ___m_Max_1)); } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E get_m_Max_1() const { return ___m_Max_1; } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * get_address_of_m_Max_1() { return &___m_Max_1; } inline void set_m_Max_1(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E value) { ___m_Max_1 = value; } inline static int32_t get_offset_of_m_Center_2() { return static_cast(offsetof(HumanLimit_t8F488DD21062BE1259B0F4C77E4EB24FB931E8D8, ___m_Center_2)); } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E get_m_Center_2() const { return ___m_Center_2; } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * get_address_of_m_Center_2() { return &___m_Center_2; } inline void set_m_Center_2(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E value) { ___m_Center_2 = value; } inline static int32_t get_offset_of_m_AxisLength_3() { return static_cast(offsetof(HumanLimit_t8F488DD21062BE1259B0F4C77E4EB24FB931E8D8, ___m_AxisLength_3)); } inline float get_m_AxisLength_3() const { return ___m_AxisLength_3; } inline float* get_address_of_m_AxisLength_3() { return &___m_AxisLength_3; } inline void set_m_AxisLength_3(float value) { ___m_AxisLength_3 = value; } inline static int32_t get_offset_of_m_UseDefaultValues_4() { return static_cast(offsetof(HumanLimit_t8F488DD21062BE1259B0F4C77E4EB24FB931E8D8, ___m_UseDefaultValues_4)); } inline int32_t get_m_UseDefaultValues_4() const { return ___m_UseDefaultValues_4; } inline int32_t* get_address_of_m_UseDefaultValues_4() { return &___m_UseDefaultValues_4; } inline void set_m_UseDefaultValues_4(int32_t value) { ___m_UseDefaultValues_4 = value; } }; // UnityEngine.InputSystem.Layouts.InputDeviceMatcher struct InputDeviceMatcher_tFC41EBE6D273378A154C6DFD759DD75D23C99E57 { public: // System.Collections.Generic.KeyValuePair`2[] UnityEngine.InputSystem.Layouts.InputDeviceMatcher::m_Patterns KeyValuePair_2U5BU5D_t7E976A4C11090CA77A36F27FF080865677E9C105* ___m_Patterns_0; public: inline static int32_t get_offset_of_m_Patterns_0() { return static_cast(offsetof(InputDeviceMatcher_tFC41EBE6D273378A154C6DFD759DD75D23C99E57, ___m_Patterns_0)); } inline KeyValuePair_2U5BU5D_t7E976A4C11090CA77A36F27FF080865677E9C105* get_m_Patterns_0() const { return ___m_Patterns_0; } inline KeyValuePair_2U5BU5D_t7E976A4C11090CA77A36F27FF080865677E9C105** get_address_of_m_Patterns_0() { return &___m_Patterns_0; } inline void set_m_Patterns_0(KeyValuePair_2U5BU5D_t7E976A4C11090CA77A36F27FF080865677E9C105* value) { ___m_Patterns_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_Patterns_0), (void*)value); } }; // Native definition for P/Invoke marshalling of UnityEngine.InputSystem.Layouts.InputDeviceMatcher struct InputDeviceMatcher_tFC41EBE6D273378A154C6DFD759DD75D23C99E57_marshaled_pinvoke { KeyValuePair_2_tC5DBFF0A12DD027962885E57237A73F3553DE521 * ___m_Patterns_0; }; // Native definition for COM marshalling of UnityEngine.InputSystem.Layouts.InputDeviceMatcher struct InputDeviceMatcher_tFC41EBE6D273378A154C6DFD759DD75D23C99E57_marshaled_com { KeyValuePair_2_tC5DBFF0A12DD027962885E57237A73F3553DE521 * ___m_Patterns_0; }; // UnityEngine.InputSystem.LowLevel.InputUpdateType struct InputUpdateType_t3A14935AE3714E50FCAD74333D1E337513173AE2 { public: // System.Int32 UnityEngine.InputSystem.LowLevel.InputUpdateType::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(InputUpdateType_t3A14935AE3714E50FCAD74333D1E337513173AE2, ___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.Collections.Generic.InsertionBehavior struct InsertionBehavior_tA826DE0CFD956DDC36E5D9F590B8D2431459CE3B { public: // System.Byte System.Collections.Generic.InsertionBehavior::value__ uint8_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(InsertionBehavior_tA826DE0CFD956DDC36E5D9F590B8D2431459CE3B, ___value___2)); } inline uint8_t get_value___2() const { return ___value___2; } inline uint8_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(uint8_t value) { ___value___2 = value; } }; // System.Int32Enum struct Int32Enum_t9B63F771913F2B6D586F1173B44A41FBE26F6B5C { public: // System.Int32 System.Int32Enum::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(Int32Enum_t9B63F771913F2B6D586F1173B44A41FBE26F6B5C, ___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; } }; // Unity.Jobs.JobHandle struct JobHandle_t8AEB8D31C25D7774C71D62B0C662525E6E36D847 { public: // System.IntPtr Unity.Jobs.JobHandle::jobGroup intptr_t ___jobGroup_0; // System.Int32 Unity.Jobs.JobHandle::version int32_t ___version_1; public: inline static int32_t get_offset_of_jobGroup_0() { return static_cast(offsetof(JobHandle_t8AEB8D31C25D7774C71D62B0C662525E6E36D847, ___jobGroup_0)); } inline intptr_t get_jobGroup_0() const { return ___jobGroup_0; } inline intptr_t* get_address_of_jobGroup_0() { return &___jobGroup_0; } inline void set_jobGroup_0(intptr_t value) { ___jobGroup_0 = value; } inline static int32_t get_offset_of_version_1() { return static_cast(offsetof(JobHandle_t8AEB8D31C25D7774C71D62B0C662525E6E36D847, ___version_1)); } inline int32_t get_version_1() const { return ___version_1; } inline int32_t* get_address_of_version_1() { return &___version_1; } inline void set_version_1(int32_t value) { ___version_1 = value; } }; // Oculus.Platform.KeyValuePairType struct KeyValuePairType_t448387A174108622850E0E68A72FD768292EB402 { public: // System.Int32 Oculus.Platform.KeyValuePairType::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(KeyValuePairType_t448387A174108622850E0E68A72FD768292EB402, ___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; } }; // UnityEngine.Experimental.GlobalIllumination.LightMode struct LightMode_t9D89979F39C1DBB9CD1E275BDD77C7EA1B506491 { public: // System.Byte UnityEngine.Experimental.GlobalIllumination.LightMode::value__ uint8_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(LightMode_t9D89979F39C1DBB9CD1E275BDD77C7EA1B506491, ___value___2)); } inline uint8_t get_value___2() const { return ___value___2; } inline uint8_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(uint8_t value) { ___value___2 = value; } }; // UnityEngine.LightType struct LightType_tAD5FBE55DEE7A9C38A42323701B0BDD716761B14 { public: // System.Int32 UnityEngine.LightType::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(LightType_tAD5FBE55DEE7A9C38A42323701B0BDD716761B14, ___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; } }; // UnityEngine.Experimental.GlobalIllumination.LightType struct LightType_t4205DE4BEF130CE507C87172DAB60E5B1EB05552 { public: // System.Byte UnityEngine.Experimental.GlobalIllumination.LightType::value__ uint8_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(LightType_t4205DE4BEF130CE507C87172DAB60E5B1EB05552, ___value___2)); } inline uint8_t get_value___2() const { return ___value___2; } inline uint8_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(uint8_t value) { ___value___2 = value; } }; // Oculus.Platform.MatchmakingCriterionImportance struct MatchmakingCriterionImportance_t45A577DC947889204A7B6AE75E3FEF8BB06813BF { public: // System.Int32 Oculus.Platform.MatchmakingCriterionImportance::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(MatchmakingCriterionImportance_t45A577DC947889204A7B6AE75E3FEF8BB06813BF, ___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.Reflection.MethodInfo struct MethodInfo_t : public MethodBase_t { public: public: }; // UnityEngine.InputSystem.Utilities.NameAndParameters struct NameAndParameters_t028B3A860264D254B13642649D34F0953C3B9DCA { public: // System.String UnityEngine.InputSystem.Utilities.NameAndParameters::k__BackingField String_t* ___U3CnameU3Ek__BackingField_0; // UnityEngine.InputSystem.Utilities.ReadOnlyArray`1 UnityEngine.InputSystem.Utilities.NameAndParameters::k__BackingField ReadOnlyArray_1_t644486DA5FB2B247FC64733F192E2894F46CFCF5 ___U3CparametersU3Ek__BackingField_1; public: inline static int32_t get_offset_of_U3CnameU3Ek__BackingField_0() { return static_cast(offsetof(NameAndParameters_t028B3A860264D254B13642649D34F0953C3B9DCA, ___U3CnameU3Ek__BackingField_0)); } inline String_t* get_U3CnameU3Ek__BackingField_0() const { return ___U3CnameU3Ek__BackingField_0; } inline String_t** get_address_of_U3CnameU3Ek__BackingField_0() { return &___U3CnameU3Ek__BackingField_0; } inline void set_U3CnameU3Ek__BackingField_0(String_t* value) { ___U3CnameU3Ek__BackingField_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CnameU3Ek__BackingField_0), (void*)value); } inline static int32_t get_offset_of_U3CparametersU3Ek__BackingField_1() { return static_cast(offsetof(NameAndParameters_t028B3A860264D254B13642649D34F0953C3B9DCA, ___U3CparametersU3Ek__BackingField_1)); } inline ReadOnlyArray_1_t644486DA5FB2B247FC64733F192E2894F46CFCF5 get_U3CparametersU3Ek__BackingField_1() const { return ___U3CparametersU3Ek__BackingField_1; } inline ReadOnlyArray_1_t644486DA5FB2B247FC64733F192E2894F46CFCF5 * get_address_of_U3CparametersU3Ek__BackingField_1() { return &___U3CparametersU3Ek__BackingField_1; } inline void set_U3CparametersU3Ek__BackingField_1(ReadOnlyArray_1_t644486DA5FB2B247FC64733F192E2894F46CFCF5 value) { ___U3CparametersU3Ek__BackingField_1 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___U3CparametersU3Ek__BackingField_1))->___m_Array_0), (void*)NULL); } }; // Native definition for P/Invoke marshalling of UnityEngine.InputSystem.Utilities.NameAndParameters struct NameAndParameters_t028B3A860264D254B13642649D34F0953C3B9DCA_marshaled_pinvoke { char* ___U3CnameU3Ek__BackingField_0; ReadOnlyArray_1_t644486DA5FB2B247FC64733F192E2894F46CFCF5 ___U3CparametersU3Ek__BackingField_1; }; // Native definition for COM marshalling of UnityEngine.InputSystem.Utilities.NameAndParameters struct NameAndParameters_t028B3A860264D254B13642649D34F0953C3B9DCA_marshaled_com { Il2CppChar* ___U3CnameU3Ek__BackingField_0; ReadOnlyArray_1_t644486DA5FB2B247FC64733F192E2894F46CFCF5 ___U3CparametersU3Ek__BackingField_1; }; // UnityEngine.Timeline.NotificationFlags struct NotificationFlags_t9E7C2E414C0875C0904404193D925F03BF65D981 { public: // System.Int16 UnityEngine.Timeline.NotificationFlags::value__ int16_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(NotificationFlags_t9E7C2E414C0875C0904404193D925F03BF65D981, ___value___2)); } inline int16_t get_value___2() const { return ___value___2; } inline int16_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int16_t value) { ___value___2 = value; } }; // UnityEngine.Object struct Object_tF2F3778131EFF286AF62B7B013A170F95A91571A : public RuntimeObject { public: // System.IntPtr UnityEngine.Object::m_CachedPtr intptr_t ___m_CachedPtr_0; public: inline static int32_t get_offset_of_m_CachedPtr_0() { return static_cast(offsetof(Object_tF2F3778131EFF286AF62B7B013A170F95A91571A, ___m_CachedPtr_0)); } inline intptr_t get_m_CachedPtr_0() const { return ___m_CachedPtr_0; } inline intptr_t* get_address_of_m_CachedPtr_0() { return &___m_CachedPtr_0; } inline void set_m_CachedPtr_0(intptr_t value) { ___m_CachedPtr_0 = value; } }; // Native definition for P/Invoke marshalling of UnityEngine.Object struct Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_marshaled_pinvoke { intptr_t ___m_CachedPtr_0; }; // Native definition for COM marshalling of UnityEngine.Object struct Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_marshaled_com { intptr_t ___m_CachedPtr_0; }; // FMOD.Studio.PARAMETER_FLAGS struct PARAMETER_FLAGS_t38AED48A788EF54C9768CC194B7CE71E298DE119 { public: // System.UInt32 FMOD.Studio.PARAMETER_FLAGS::value__ uint32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(PARAMETER_FLAGS_t38AED48A788EF54C9768CC194B7CE71E298DE119, ___value___2)); } inline uint32_t get_value___2() const { return ___value___2; } inline uint32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(uint32_t value) { ___value___2 = value; } }; // FMOD.Studio.PARAMETER_TYPE struct PARAMETER_TYPE_tA930091EEC5F0B75ADA729DE81C2DD4EC31165CA { public: // System.Int32 FMOD.Studio.PARAMETER_TYPE::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(PARAMETER_TYPE_tA930091EEC5F0B75ADA729DE81C2DD4EC31165CA, ___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; } }; // UnityEngine.ParticleCollisionEvent struct ParticleCollisionEvent_t363B261289BF8C08D435B93F8DC4F5EB45AE26DD { public: // UnityEngine.Vector3 UnityEngine.ParticleCollisionEvent::m_Intersection Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___m_Intersection_0; // UnityEngine.Vector3 UnityEngine.ParticleCollisionEvent::m_Normal Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___m_Normal_1; // UnityEngine.Vector3 UnityEngine.ParticleCollisionEvent::m_Velocity Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___m_Velocity_2; // System.Int32 UnityEngine.ParticleCollisionEvent::m_ColliderInstanceID int32_t ___m_ColliderInstanceID_3; public: inline static int32_t get_offset_of_m_Intersection_0() { return static_cast(offsetof(ParticleCollisionEvent_t363B261289BF8C08D435B93F8DC4F5EB45AE26DD, ___m_Intersection_0)); } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E get_m_Intersection_0() const { return ___m_Intersection_0; } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * get_address_of_m_Intersection_0() { return &___m_Intersection_0; } inline void set_m_Intersection_0(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E value) { ___m_Intersection_0 = value; } inline static int32_t get_offset_of_m_Normal_1() { return static_cast(offsetof(ParticleCollisionEvent_t363B261289BF8C08D435B93F8DC4F5EB45AE26DD, ___m_Normal_1)); } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E get_m_Normal_1() const { return ___m_Normal_1; } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * get_address_of_m_Normal_1() { return &___m_Normal_1; } inline void set_m_Normal_1(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E value) { ___m_Normal_1 = value; } inline static int32_t get_offset_of_m_Velocity_2() { return static_cast(offsetof(ParticleCollisionEvent_t363B261289BF8C08D435B93F8DC4F5EB45AE26DD, ___m_Velocity_2)); } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E get_m_Velocity_2() const { return ___m_Velocity_2; } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * get_address_of_m_Velocity_2() { return &___m_Velocity_2; } inline void set_m_Velocity_2(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E value) { ___m_Velocity_2 = value; } inline static int32_t get_offset_of_m_ColliderInstanceID_3() { return static_cast(offsetof(ParticleCollisionEvent_t363B261289BF8C08D435B93F8DC4F5EB45AE26DD, ___m_ColliderInstanceID_3)); } inline int32_t get_m_ColliderInstanceID_3() const { return ___m_ColliderInstanceID_3; } inline int32_t* get_address_of_m_ColliderInstanceID_3() { return &___m_ColliderInstanceID_3; } inline void set_m_ColliderInstanceID_3(int32_t value) { ___m_ColliderInstanceID_3 = value; } }; // UnityEngine.Rendering.PerObjectData struct PerObjectData_t150ACB02EC862851E065E229889031FFB5AB418C { public: // System.Int32 UnityEngine.Rendering.PerObjectData::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(PerObjectData_t150ACB02EC862851E065E229889031FFB5AB418C, ___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; } }; // UnityEngine.Plane struct Plane_t80844BF2332EAFC1DDEDD616A950242031A115C7 { public: // UnityEngine.Vector3 UnityEngine.Plane::m_Normal Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___m_Normal_0; // System.Single UnityEngine.Plane::m_Distance float ___m_Distance_1; public: inline static int32_t get_offset_of_m_Normal_0() { return static_cast(offsetof(Plane_t80844BF2332EAFC1DDEDD616A950242031A115C7, ___m_Normal_0)); } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E get_m_Normal_0() const { return ___m_Normal_0; } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * get_address_of_m_Normal_0() { return &___m_Normal_0; } inline void set_m_Normal_0(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E value) { ___m_Normal_0 = value; } inline static int32_t get_offset_of_m_Distance_1() { return static_cast(offsetof(Plane_t80844BF2332EAFC1DDEDD616A950242031A115C7, ___m_Distance_1)); } inline float get_m_Distance_1() const { return ___m_Distance_1; } inline float* get_address_of_m_Distance_1() { return &___m_Distance_1; } inline void set_m_Distance_1(float value) { ___m_Distance_1 = value; } }; // UnityEngine.Playables.PlayableHandle struct PlayableHandle_t50DCD240B0400DDAD0822C13E5DBC7AD64DC027A { public: // System.IntPtr UnityEngine.Playables.PlayableHandle::m_Handle intptr_t ___m_Handle_0; // System.UInt32 UnityEngine.Playables.PlayableHandle::m_Version uint32_t ___m_Version_1; public: inline static int32_t get_offset_of_m_Handle_0() { return static_cast(offsetof(PlayableHandle_t50DCD240B0400DDAD0822C13E5DBC7AD64DC027A, ___m_Handle_0)); } inline intptr_t get_m_Handle_0() const { return ___m_Handle_0; } inline intptr_t* get_address_of_m_Handle_0() { return &___m_Handle_0; } inline void set_m_Handle_0(intptr_t value) { ___m_Handle_0 = value; } inline static int32_t get_offset_of_m_Version_1() { return static_cast(offsetof(PlayableHandle_t50DCD240B0400DDAD0822C13E5DBC7AD64DC027A, ___m_Version_1)); } inline uint32_t get_m_Version_1() const { return ___m_Version_1; } inline uint32_t* get_address_of_m_Version_1() { return &___m_Version_1; } inline void set_m_Version_1(uint32_t value) { ___m_Version_1 = value; } }; // UnityEngine.LowLevel.PlayerLoopSystem struct PlayerLoopSystem_t3C4FAE5D2149A8DBB8BED0C2AE9B957B7830E54C { public: // System.Type UnityEngine.LowLevel.PlayerLoopSystem::type Type_t * ___type_0; // UnityEngine.LowLevel.PlayerLoopSystem[] UnityEngine.LowLevel.PlayerLoopSystem::subSystemList PlayerLoopSystemU5BU5D_t3BA4C765F5D8A6C384A54624258E9A167CA8CD17* ___subSystemList_1; // UnityEngine.LowLevel.PlayerLoopSystem/UpdateFunction UnityEngine.LowLevel.PlayerLoopSystem::updateDelegate UpdateFunction_tEDC2A88F61F179480CAA9443E6ADDA3F126B8AEA * ___updateDelegate_2; // System.IntPtr UnityEngine.LowLevel.PlayerLoopSystem::updateFunction intptr_t ___updateFunction_3; // System.IntPtr UnityEngine.LowLevel.PlayerLoopSystem::loopConditionFunction intptr_t ___loopConditionFunction_4; public: inline static int32_t get_offset_of_type_0() { return static_cast(offsetof(PlayerLoopSystem_t3C4FAE5D2149A8DBB8BED0C2AE9B957B7830E54C, ___type_0)); } inline Type_t * get_type_0() const { return ___type_0; } inline Type_t ** get_address_of_type_0() { return &___type_0; } inline void set_type_0(Type_t * value) { ___type_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___type_0), (void*)value); } inline static int32_t get_offset_of_subSystemList_1() { return static_cast(offsetof(PlayerLoopSystem_t3C4FAE5D2149A8DBB8BED0C2AE9B957B7830E54C, ___subSystemList_1)); } inline PlayerLoopSystemU5BU5D_t3BA4C765F5D8A6C384A54624258E9A167CA8CD17* get_subSystemList_1() const { return ___subSystemList_1; } inline PlayerLoopSystemU5BU5D_t3BA4C765F5D8A6C384A54624258E9A167CA8CD17** get_address_of_subSystemList_1() { return &___subSystemList_1; } inline void set_subSystemList_1(PlayerLoopSystemU5BU5D_t3BA4C765F5D8A6C384A54624258E9A167CA8CD17* value) { ___subSystemList_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___subSystemList_1), (void*)value); } inline static int32_t get_offset_of_updateDelegate_2() { return static_cast(offsetof(PlayerLoopSystem_t3C4FAE5D2149A8DBB8BED0C2AE9B957B7830E54C, ___updateDelegate_2)); } inline UpdateFunction_tEDC2A88F61F179480CAA9443E6ADDA3F126B8AEA * get_updateDelegate_2() const { return ___updateDelegate_2; } inline UpdateFunction_tEDC2A88F61F179480CAA9443E6ADDA3F126B8AEA ** get_address_of_updateDelegate_2() { return &___updateDelegate_2; } inline void set_updateDelegate_2(UpdateFunction_tEDC2A88F61F179480CAA9443E6ADDA3F126B8AEA * value) { ___updateDelegate_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___updateDelegate_2), (void*)value); } inline static int32_t get_offset_of_updateFunction_3() { return static_cast(offsetof(PlayerLoopSystem_t3C4FAE5D2149A8DBB8BED0C2AE9B957B7830E54C, ___updateFunction_3)); } inline intptr_t get_updateFunction_3() const { return ___updateFunction_3; } inline intptr_t* get_address_of_updateFunction_3() { return &___updateFunction_3; } inline void set_updateFunction_3(intptr_t value) { ___updateFunction_3 = value; } inline static int32_t get_offset_of_loopConditionFunction_4() { return static_cast(offsetof(PlayerLoopSystem_t3C4FAE5D2149A8DBB8BED0C2AE9B957B7830E54C, ___loopConditionFunction_4)); } inline intptr_t get_loopConditionFunction_4() const { return ___loopConditionFunction_4; } inline intptr_t* get_address_of_loopConditionFunction_4() { return &___loopConditionFunction_4; } inline void set_loopConditionFunction_4(intptr_t value) { ___loopConditionFunction_4 = value; } }; // Native definition for P/Invoke marshalling of UnityEngine.LowLevel.PlayerLoopSystem struct PlayerLoopSystem_t3C4FAE5D2149A8DBB8BED0C2AE9B957B7830E54C_marshaled_pinvoke { Type_t * ___type_0; PlayerLoopSystem_t3C4FAE5D2149A8DBB8BED0C2AE9B957B7830E54C_marshaled_pinvoke* ___subSystemList_1; Il2CppMethodPointer ___updateDelegate_2; intptr_t ___updateFunction_3; intptr_t ___loopConditionFunction_4; }; // Native definition for COM marshalling of UnityEngine.LowLevel.PlayerLoopSystem struct PlayerLoopSystem_t3C4FAE5D2149A8DBB8BED0C2AE9B957B7830E54C_marshaled_com { Type_t * ___type_0; PlayerLoopSystem_t3C4FAE5D2149A8DBB8BED0C2AE9B957B7830E54C_marshaled_com* ___subSystemList_1; Il2CppMethodPointer ___updateDelegate_2; intptr_t ___updateFunction_3; intptr_t ___loopConditionFunction_4; }; // UnityEngine.Rendering.Universal.PreTile struct PreTile_t4C3B1DD1A0BC90B618CEE8D0102DBC58FF119F36 { public: // Unity.Mathematics.float4 UnityEngine.Rendering.Universal.PreTile::planeLeft float4_t866F9B9B0DB07AE8949D4ACE92A0A84C88769883 ___planeLeft_0; // Unity.Mathematics.float4 UnityEngine.Rendering.Universal.PreTile::planeRight float4_t866F9B9B0DB07AE8949D4ACE92A0A84C88769883 ___planeRight_1; // Unity.Mathematics.float4 UnityEngine.Rendering.Universal.PreTile::planeBottom float4_t866F9B9B0DB07AE8949D4ACE92A0A84C88769883 ___planeBottom_2; // Unity.Mathematics.float4 UnityEngine.Rendering.Universal.PreTile::planeTop float4_t866F9B9B0DB07AE8949D4ACE92A0A84C88769883 ___planeTop_3; public: inline static int32_t get_offset_of_planeLeft_0() { return static_cast(offsetof(PreTile_t4C3B1DD1A0BC90B618CEE8D0102DBC58FF119F36, ___planeLeft_0)); } inline float4_t866F9B9B0DB07AE8949D4ACE92A0A84C88769883 get_planeLeft_0() const { return ___planeLeft_0; } inline float4_t866F9B9B0DB07AE8949D4ACE92A0A84C88769883 * get_address_of_planeLeft_0() { return &___planeLeft_0; } inline void set_planeLeft_0(float4_t866F9B9B0DB07AE8949D4ACE92A0A84C88769883 value) { ___planeLeft_0 = value; } inline static int32_t get_offset_of_planeRight_1() { return static_cast(offsetof(PreTile_t4C3B1DD1A0BC90B618CEE8D0102DBC58FF119F36, ___planeRight_1)); } inline float4_t866F9B9B0DB07AE8949D4ACE92A0A84C88769883 get_planeRight_1() const { return ___planeRight_1; } inline float4_t866F9B9B0DB07AE8949D4ACE92A0A84C88769883 * get_address_of_planeRight_1() { return &___planeRight_1; } inline void set_planeRight_1(float4_t866F9B9B0DB07AE8949D4ACE92A0A84C88769883 value) { ___planeRight_1 = value; } inline static int32_t get_offset_of_planeBottom_2() { return static_cast(offsetof(PreTile_t4C3B1DD1A0BC90B618CEE8D0102DBC58FF119F36, ___planeBottom_2)); } inline float4_t866F9B9B0DB07AE8949D4ACE92A0A84C88769883 get_planeBottom_2() const { return ___planeBottom_2; } inline float4_t866F9B9B0DB07AE8949D4ACE92A0A84C88769883 * get_address_of_planeBottom_2() { return &___planeBottom_2; } inline void set_planeBottom_2(float4_t866F9B9B0DB07AE8949D4ACE92A0A84C88769883 value) { ___planeBottom_2 = value; } inline static int32_t get_offset_of_planeTop_3() { return static_cast(offsetof(PreTile_t4C3B1DD1A0BC90B618CEE8D0102DBC58FF119F36, ___planeTop_3)); } inline float4_t866F9B9B0DB07AE8949D4ACE92A0A84C88769883 get_planeTop_3() const { return ___planeTop_3; } inline float4_t866F9B9B0DB07AE8949D4ACE92A0A84C88769883 * get_address_of_planeTop_3() { return &___planeTop_3; } inline void set_planeTop_3(float4_t866F9B9B0DB07AE8949D4ACE92A0A84C88769883 value) { ___planeTop_3 = value; } }; // UnityEngine.RaycastHit struct RaycastHit_t59E5AEC8FE13BFA2ACBB6FFBDB7585FFB7288F89 { public: // UnityEngine.Vector3 UnityEngine.RaycastHit::m_Point Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___m_Point_0; // UnityEngine.Vector3 UnityEngine.RaycastHit::m_Normal Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___m_Normal_1; // System.UInt32 UnityEngine.RaycastHit::m_FaceID uint32_t ___m_FaceID_2; // System.Single UnityEngine.RaycastHit::m_Distance float ___m_Distance_3; // UnityEngine.Vector2 UnityEngine.RaycastHit::m_UV Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 ___m_UV_4; // System.Int32 UnityEngine.RaycastHit::m_Collider int32_t ___m_Collider_5; public: inline static int32_t get_offset_of_m_Point_0() { return static_cast(offsetof(RaycastHit_t59E5AEC8FE13BFA2ACBB6FFBDB7585FFB7288F89, ___m_Point_0)); } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E get_m_Point_0() const { return ___m_Point_0; } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * get_address_of_m_Point_0() { return &___m_Point_0; } inline void set_m_Point_0(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E value) { ___m_Point_0 = value; } inline static int32_t get_offset_of_m_Normal_1() { return static_cast(offsetof(RaycastHit_t59E5AEC8FE13BFA2ACBB6FFBDB7585FFB7288F89, ___m_Normal_1)); } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E get_m_Normal_1() const { return ___m_Normal_1; } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * get_address_of_m_Normal_1() { return &___m_Normal_1; } inline void set_m_Normal_1(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E value) { ___m_Normal_1 = value; } inline static int32_t get_offset_of_m_FaceID_2() { return static_cast(offsetof(RaycastHit_t59E5AEC8FE13BFA2ACBB6FFBDB7585FFB7288F89, ___m_FaceID_2)); } inline uint32_t get_m_FaceID_2() const { return ___m_FaceID_2; } inline uint32_t* get_address_of_m_FaceID_2() { return &___m_FaceID_2; } inline void set_m_FaceID_2(uint32_t value) { ___m_FaceID_2 = value; } inline static int32_t get_offset_of_m_Distance_3() { return static_cast(offsetof(RaycastHit_t59E5AEC8FE13BFA2ACBB6FFBDB7585FFB7288F89, ___m_Distance_3)); } inline float get_m_Distance_3() const { return ___m_Distance_3; } inline float* get_address_of_m_Distance_3() { return &___m_Distance_3; } inline void set_m_Distance_3(float value) { ___m_Distance_3 = value; } inline static int32_t get_offset_of_m_UV_4() { return static_cast(offsetof(RaycastHit_t59E5AEC8FE13BFA2ACBB6FFBDB7585FFB7288F89, ___m_UV_4)); } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 get_m_UV_4() const { return ___m_UV_4; } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 * get_address_of_m_UV_4() { return &___m_UV_4; } inline void set_m_UV_4(Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 value) { ___m_UV_4 = value; } inline static int32_t get_offset_of_m_Collider_5() { return static_cast(offsetof(RaycastHit_t59E5AEC8FE13BFA2ACBB6FFBDB7585FFB7288F89, ___m_Collider_5)); } inline int32_t get_m_Collider_5() const { return ___m_Collider_5; } inline int32_t* get_address_of_m_Collider_5() { return &___m_Collider_5; } inline void set_m_Collider_5(int32_t value) { ___m_Collider_5 = value; } }; // UnityEngine.RaycastHit2D struct RaycastHit2D_t210878DAEBC96C1F69DF9883C454758724A106A4 { public: // UnityEngine.Vector2 UnityEngine.RaycastHit2D::m_Centroid Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 ___m_Centroid_0; // UnityEngine.Vector2 UnityEngine.RaycastHit2D::m_Point Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 ___m_Point_1; // UnityEngine.Vector2 UnityEngine.RaycastHit2D::m_Normal Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 ___m_Normal_2; // System.Single UnityEngine.RaycastHit2D::m_Distance float ___m_Distance_3; // System.Single UnityEngine.RaycastHit2D::m_Fraction float ___m_Fraction_4; // System.Int32 UnityEngine.RaycastHit2D::m_Collider int32_t ___m_Collider_5; public: inline static int32_t get_offset_of_m_Centroid_0() { return static_cast(offsetof(RaycastHit2D_t210878DAEBC96C1F69DF9883C454758724A106A4, ___m_Centroid_0)); } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 get_m_Centroid_0() const { return ___m_Centroid_0; } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 * get_address_of_m_Centroid_0() { return &___m_Centroid_0; } inline void set_m_Centroid_0(Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 value) { ___m_Centroid_0 = value; } inline static int32_t get_offset_of_m_Point_1() { return static_cast(offsetof(RaycastHit2D_t210878DAEBC96C1F69DF9883C454758724A106A4, ___m_Point_1)); } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 get_m_Point_1() const { return ___m_Point_1; } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 * get_address_of_m_Point_1() { return &___m_Point_1; } inline void set_m_Point_1(Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 value) { ___m_Point_1 = value; } inline static int32_t get_offset_of_m_Normal_2() { return static_cast(offsetof(RaycastHit2D_t210878DAEBC96C1F69DF9883C454758724A106A4, ___m_Normal_2)); } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 get_m_Normal_2() const { return ___m_Normal_2; } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 * get_address_of_m_Normal_2() { return &___m_Normal_2; } inline void set_m_Normal_2(Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 value) { ___m_Normal_2 = value; } inline static int32_t get_offset_of_m_Distance_3() { return static_cast(offsetof(RaycastHit2D_t210878DAEBC96C1F69DF9883C454758724A106A4, ___m_Distance_3)); } inline float get_m_Distance_3() const { return ___m_Distance_3; } inline float* get_address_of_m_Distance_3() { return &___m_Distance_3; } inline void set_m_Distance_3(float value) { ___m_Distance_3 = value; } inline static int32_t get_offset_of_m_Fraction_4() { return static_cast(offsetof(RaycastHit2D_t210878DAEBC96C1F69DF9883C454758724A106A4, ___m_Fraction_4)); } inline float get_m_Fraction_4() const { return ___m_Fraction_4; } inline float* get_address_of_m_Fraction_4() { return &___m_Fraction_4; } inline void set_m_Fraction_4(float value) { ___m_Fraction_4 = value; } inline static int32_t get_offset_of_m_Collider_5() { return static_cast(offsetof(RaycastHit2D_t210878DAEBC96C1F69DF9883C454758724A106A4, ___m_Collider_5)); } inline int32_t get_m_Collider_5() const { return ___m_Collider_5; } inline int32_t* get_address_of_m_Collider_5() { return &___m_Collider_5; } inline void set_m_Collider_5(int32_t value) { ___m_Collider_5 = value; } }; // UnityEngine.EventSystems.RaycastResult struct RaycastResult_t9EFDE24B29650BD6DC8A49D954A3769E17146BCE { public: // UnityEngine.GameObject UnityEngine.EventSystems.RaycastResult::m_GameObject GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * ___m_GameObject_0; // UnityEngine.EventSystems.BaseRaycaster UnityEngine.EventSystems.RaycastResult::module BaseRaycaster_tBC0FB2CBE6D3D40991EC20F689C43F76AD82A876 * ___module_1; // System.Single UnityEngine.EventSystems.RaycastResult::distance float ___distance_2; // System.Single UnityEngine.EventSystems.RaycastResult::index float ___index_3; // System.Int32 UnityEngine.EventSystems.RaycastResult::depth int32_t ___depth_4; // System.Int32 UnityEngine.EventSystems.RaycastResult::sortingGroupID int32_t ___sortingGroupID_5; // System.Int32 UnityEngine.EventSystems.RaycastResult::sortingGroupOrder int32_t ___sortingGroupOrder_6; // System.Int32 UnityEngine.EventSystems.RaycastResult::sortingLayer int32_t ___sortingLayer_7; // System.Int32 UnityEngine.EventSystems.RaycastResult::sortingOrder int32_t ___sortingOrder_8; // UnityEngine.Vector3 UnityEngine.EventSystems.RaycastResult::worldPosition Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___worldPosition_9; // UnityEngine.Vector3 UnityEngine.EventSystems.RaycastResult::worldNormal Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___worldNormal_10; // UnityEngine.Vector2 UnityEngine.EventSystems.RaycastResult::screenPosition Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 ___screenPosition_11; // System.Int32 UnityEngine.EventSystems.RaycastResult::displayIndex int32_t ___displayIndex_12; public: inline static int32_t get_offset_of_m_GameObject_0() { return static_cast(offsetof(RaycastResult_t9EFDE24B29650BD6DC8A49D954A3769E17146BCE, ___m_GameObject_0)); } inline GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * get_m_GameObject_0() const { return ___m_GameObject_0; } inline GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 ** get_address_of_m_GameObject_0() { return &___m_GameObject_0; } inline void set_m_GameObject_0(GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * value) { ___m_GameObject_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_GameObject_0), (void*)value); } inline static int32_t get_offset_of_module_1() { return static_cast(offsetof(RaycastResult_t9EFDE24B29650BD6DC8A49D954A3769E17146BCE, ___module_1)); } inline BaseRaycaster_tBC0FB2CBE6D3D40991EC20F689C43F76AD82A876 * get_module_1() const { return ___module_1; } inline BaseRaycaster_tBC0FB2CBE6D3D40991EC20F689C43F76AD82A876 ** get_address_of_module_1() { return &___module_1; } inline void set_module_1(BaseRaycaster_tBC0FB2CBE6D3D40991EC20F689C43F76AD82A876 * value) { ___module_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___module_1), (void*)value); } inline static int32_t get_offset_of_distance_2() { return static_cast(offsetof(RaycastResult_t9EFDE24B29650BD6DC8A49D954A3769E17146BCE, ___distance_2)); } inline float get_distance_2() const { return ___distance_2; } inline float* get_address_of_distance_2() { return &___distance_2; } inline void set_distance_2(float value) { ___distance_2 = value; } inline static int32_t get_offset_of_index_3() { return static_cast(offsetof(RaycastResult_t9EFDE24B29650BD6DC8A49D954A3769E17146BCE, ___index_3)); } inline float get_index_3() const { return ___index_3; } inline float* get_address_of_index_3() { return &___index_3; } inline void set_index_3(float value) { ___index_3 = value; } inline static int32_t get_offset_of_depth_4() { return static_cast(offsetof(RaycastResult_t9EFDE24B29650BD6DC8A49D954A3769E17146BCE, ___depth_4)); } inline int32_t get_depth_4() const { return ___depth_4; } inline int32_t* get_address_of_depth_4() { return &___depth_4; } inline void set_depth_4(int32_t value) { ___depth_4 = value; } inline static int32_t get_offset_of_sortingGroupID_5() { return static_cast(offsetof(RaycastResult_t9EFDE24B29650BD6DC8A49D954A3769E17146BCE, ___sortingGroupID_5)); } inline int32_t get_sortingGroupID_5() const { return ___sortingGroupID_5; } inline int32_t* get_address_of_sortingGroupID_5() { return &___sortingGroupID_5; } inline void set_sortingGroupID_5(int32_t value) { ___sortingGroupID_5 = value; } inline static int32_t get_offset_of_sortingGroupOrder_6() { return static_cast(offsetof(RaycastResult_t9EFDE24B29650BD6DC8A49D954A3769E17146BCE, ___sortingGroupOrder_6)); } inline int32_t get_sortingGroupOrder_6() const { return ___sortingGroupOrder_6; } inline int32_t* get_address_of_sortingGroupOrder_6() { return &___sortingGroupOrder_6; } inline void set_sortingGroupOrder_6(int32_t value) { ___sortingGroupOrder_6 = value; } inline static int32_t get_offset_of_sortingLayer_7() { return static_cast(offsetof(RaycastResult_t9EFDE24B29650BD6DC8A49D954A3769E17146BCE, ___sortingLayer_7)); } inline int32_t get_sortingLayer_7() const { return ___sortingLayer_7; } inline int32_t* get_address_of_sortingLayer_7() { return &___sortingLayer_7; } inline void set_sortingLayer_7(int32_t value) { ___sortingLayer_7 = value; } inline static int32_t get_offset_of_sortingOrder_8() { return static_cast(offsetof(RaycastResult_t9EFDE24B29650BD6DC8A49D954A3769E17146BCE, ___sortingOrder_8)); } inline int32_t get_sortingOrder_8() const { return ___sortingOrder_8; } inline int32_t* get_address_of_sortingOrder_8() { return &___sortingOrder_8; } inline void set_sortingOrder_8(int32_t value) { ___sortingOrder_8 = value; } inline static int32_t get_offset_of_worldPosition_9() { return static_cast(offsetof(RaycastResult_t9EFDE24B29650BD6DC8A49D954A3769E17146BCE, ___worldPosition_9)); } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E get_worldPosition_9() const { return ___worldPosition_9; } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * get_address_of_worldPosition_9() { return &___worldPosition_9; } inline void set_worldPosition_9(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E value) { ___worldPosition_9 = value; } inline static int32_t get_offset_of_worldNormal_10() { return static_cast(offsetof(RaycastResult_t9EFDE24B29650BD6DC8A49D954A3769E17146BCE, ___worldNormal_10)); } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E get_worldNormal_10() const { return ___worldNormal_10; } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * get_address_of_worldNormal_10() { return &___worldNormal_10; } inline void set_worldNormal_10(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E value) { ___worldNormal_10 = value; } inline static int32_t get_offset_of_screenPosition_11() { return static_cast(offsetof(RaycastResult_t9EFDE24B29650BD6DC8A49D954A3769E17146BCE, ___screenPosition_11)); } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 get_screenPosition_11() const { return ___screenPosition_11; } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 * get_address_of_screenPosition_11() { return &___screenPosition_11; } inline void set_screenPosition_11(Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 value) { ___screenPosition_11 = value; } inline static int32_t get_offset_of_displayIndex_12() { return static_cast(offsetof(RaycastResult_t9EFDE24B29650BD6DC8A49D954A3769E17146BCE, ___displayIndex_12)); } inline int32_t get_displayIndex_12() const { return ___displayIndex_12; } inline int32_t* get_address_of_displayIndex_12() { return &___displayIndex_12; } inline void set_displayIndex_12(int32_t value) { ___displayIndex_12 = value; } }; // Native definition for P/Invoke marshalling of UnityEngine.EventSystems.RaycastResult struct RaycastResult_t9EFDE24B29650BD6DC8A49D954A3769E17146BCE_marshaled_pinvoke { GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * ___m_GameObject_0; BaseRaycaster_tBC0FB2CBE6D3D40991EC20F689C43F76AD82A876 * ___module_1; float ___distance_2; float ___index_3; int32_t ___depth_4; int32_t ___sortingGroupID_5; int32_t ___sortingGroupOrder_6; int32_t ___sortingLayer_7; int32_t ___sortingOrder_8; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___worldPosition_9; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___worldNormal_10; Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 ___screenPosition_11; int32_t ___displayIndex_12; }; // Native definition for COM marshalling of UnityEngine.EventSystems.RaycastResult struct RaycastResult_t9EFDE24B29650BD6DC8A49D954A3769E17146BCE_marshaled_com { GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * ___m_GameObject_0; BaseRaycaster_tBC0FB2CBE6D3D40991EC20F689C43F76AD82A876 * ___module_1; float ___distance_2; float ___index_3; int32_t ___depth_4; int32_t ___sortingGroupID_5; int32_t ___sortingGroupOrder_6; int32_t ___sortingLayer_7; int32_t ___sortingOrder_8; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___worldPosition_9; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___worldNormal_10; Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 ___screenPosition_11; int32_t ___displayIndex_12; }; // UnityEngine.Experimental.Rendering.RenderGraphModule.RenderGraphResourceType struct RenderGraphResourceType_tADC2B9FB2D4F19BE4A86D67644FBA60047190FD3 { public: // System.Int32 UnityEngine.Experimental.Rendering.RenderGraphModule.RenderGraphResourceType::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(RenderGraphResourceType_tADC2B9FB2D4F19BE4A86D67644FBA60047190FD3, ___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; } }; // UnityEngine.Rendering.RenderStateMask struct RenderStateMask_t3501AB292C3334281865DF8E5CA5BF67C687AF35 { public: // System.Int32 UnityEngine.Rendering.RenderStateMask::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(RenderStateMask_t3501AB292C3334281865DF8E5CA5BF67C687AF35, ___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.RuntimeTypeHandle struct RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 { public: // System.IntPtr System.RuntimeTypeHandle::value intptr_t ___value_0; public: inline static int32_t get_offset_of_value_0() { return static_cast(offsetof(RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9, ___value_0)); } inline intptr_t get_value_0() const { return ___value_0; } inline intptr_t* get_address_of_value_0() { return &___value_0; } inline void set_value_0(intptr_t value) { ___value_0 = value; } }; // UnityEngine.Rendering.Universal.ShadowSliceData struct ShadowSliceData_t3A0B37ADC461825DA8D5912E4C80AB654C5DD339 { public: // UnityEngine.Matrix4x4 UnityEngine.Rendering.Universal.ShadowSliceData::viewMatrix Matrix4x4_tDE7FF4F2E2EA284F6EFE00D627789D0E5B8B4461 ___viewMatrix_0; // UnityEngine.Matrix4x4 UnityEngine.Rendering.Universal.ShadowSliceData::projectionMatrix Matrix4x4_tDE7FF4F2E2EA284F6EFE00D627789D0E5B8B4461 ___projectionMatrix_1; // UnityEngine.Matrix4x4 UnityEngine.Rendering.Universal.ShadowSliceData::shadowTransform Matrix4x4_tDE7FF4F2E2EA284F6EFE00D627789D0E5B8B4461 ___shadowTransform_2; // System.Int32 UnityEngine.Rendering.Universal.ShadowSliceData::offsetX int32_t ___offsetX_3; // System.Int32 UnityEngine.Rendering.Universal.ShadowSliceData::offsetY int32_t ___offsetY_4; // System.Int32 UnityEngine.Rendering.Universal.ShadowSliceData::resolution int32_t ___resolution_5; public: inline static int32_t get_offset_of_viewMatrix_0() { return static_cast(offsetof(ShadowSliceData_t3A0B37ADC461825DA8D5912E4C80AB654C5DD339, ___viewMatrix_0)); } inline Matrix4x4_tDE7FF4F2E2EA284F6EFE00D627789D0E5B8B4461 get_viewMatrix_0() const { return ___viewMatrix_0; } inline Matrix4x4_tDE7FF4F2E2EA284F6EFE00D627789D0E5B8B4461 * get_address_of_viewMatrix_0() { return &___viewMatrix_0; } inline void set_viewMatrix_0(Matrix4x4_tDE7FF4F2E2EA284F6EFE00D627789D0E5B8B4461 value) { ___viewMatrix_0 = value; } inline static int32_t get_offset_of_projectionMatrix_1() { return static_cast(offsetof(ShadowSliceData_t3A0B37ADC461825DA8D5912E4C80AB654C5DD339, ___projectionMatrix_1)); } inline Matrix4x4_tDE7FF4F2E2EA284F6EFE00D627789D0E5B8B4461 get_projectionMatrix_1() const { return ___projectionMatrix_1; } inline Matrix4x4_tDE7FF4F2E2EA284F6EFE00D627789D0E5B8B4461 * get_address_of_projectionMatrix_1() { return &___projectionMatrix_1; } inline void set_projectionMatrix_1(Matrix4x4_tDE7FF4F2E2EA284F6EFE00D627789D0E5B8B4461 value) { ___projectionMatrix_1 = value; } inline static int32_t get_offset_of_shadowTransform_2() { return static_cast(offsetof(ShadowSliceData_t3A0B37ADC461825DA8D5912E4C80AB654C5DD339, ___shadowTransform_2)); } inline Matrix4x4_tDE7FF4F2E2EA284F6EFE00D627789D0E5B8B4461 get_shadowTransform_2() const { return ___shadowTransform_2; } inline Matrix4x4_tDE7FF4F2E2EA284F6EFE00D627789D0E5B8B4461 * get_address_of_shadowTransform_2() { return &___shadowTransform_2; } inline void set_shadowTransform_2(Matrix4x4_tDE7FF4F2E2EA284F6EFE00D627789D0E5B8B4461 value) { ___shadowTransform_2 = value; } inline static int32_t get_offset_of_offsetX_3() { return static_cast(offsetof(ShadowSliceData_t3A0B37ADC461825DA8D5912E4C80AB654C5DD339, ___offsetX_3)); } inline int32_t get_offsetX_3() const { return ___offsetX_3; } inline int32_t* get_address_of_offsetX_3() { return &___offsetX_3; } inline void set_offsetX_3(int32_t value) { ___offsetX_3 = value; } inline static int32_t get_offset_of_offsetY_4() { return static_cast(offsetof(ShadowSliceData_t3A0B37ADC461825DA8D5912E4C80AB654C5DD339, ___offsetY_4)); } inline int32_t get_offsetY_4() const { return ___offsetY_4; } inline int32_t* get_address_of_offsetY_4() { return &___offsetY_4; } inline void set_offsetY_4(int32_t value) { ___offsetY_4 = value; } inline static int32_t get_offset_of_resolution_5() { return static_cast(offsetof(ShadowSliceData_t3A0B37ADC461825DA8D5912E4C80AB654C5DD339, ___resolution_5)); } inline int32_t get_resolution_5() const { return ___resolution_5; } inline int32_t* get_address_of_resolution_5() { return &___resolution_5; } inline void set_resolution_5(int32_t value) { ___resolution_5 = value; } }; // UnityEngine.SkeletonBone struct SkeletonBone_t0AD95EAD0BE7D2EC13B2C7505225D340CB456A9E { public: // System.String UnityEngine.SkeletonBone::name String_t* ___name_0; // System.String UnityEngine.SkeletonBone::parentName String_t* ___parentName_1; // UnityEngine.Vector3 UnityEngine.SkeletonBone::position Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___position_2; // UnityEngine.Quaternion UnityEngine.SkeletonBone::rotation Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 ___rotation_3; // UnityEngine.Vector3 UnityEngine.SkeletonBone::scale Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___scale_4; public: inline static int32_t get_offset_of_name_0() { return static_cast(offsetof(SkeletonBone_t0AD95EAD0BE7D2EC13B2C7505225D340CB456A9E, ___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_parentName_1() { return static_cast(offsetof(SkeletonBone_t0AD95EAD0BE7D2EC13B2C7505225D340CB456A9E, ___parentName_1)); } inline String_t* get_parentName_1() const { return ___parentName_1; } inline String_t** get_address_of_parentName_1() { return &___parentName_1; } inline void set_parentName_1(String_t* value) { ___parentName_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___parentName_1), (void*)value); } inline static int32_t get_offset_of_position_2() { return static_cast(offsetof(SkeletonBone_t0AD95EAD0BE7D2EC13B2C7505225D340CB456A9E, ___position_2)); } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E get_position_2() const { return ___position_2; } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * get_address_of_position_2() { return &___position_2; } inline void set_position_2(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E value) { ___position_2 = value; } inline static int32_t get_offset_of_rotation_3() { return static_cast(offsetof(SkeletonBone_t0AD95EAD0BE7D2EC13B2C7505225D340CB456A9E, ___rotation_3)); } inline Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 get_rotation_3() const { return ___rotation_3; } inline Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 * get_address_of_rotation_3() { return &___rotation_3; } inline void set_rotation_3(Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 value) { ___rotation_3 = value; } inline static int32_t get_offset_of_scale_4() { return static_cast(offsetof(SkeletonBone_t0AD95EAD0BE7D2EC13B2C7505225D340CB456A9E, ___scale_4)); } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E get_scale_4() const { return ___scale_4; } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * get_address_of_scale_4() { return &___scale_4; } inline void set_scale_4(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E value) { ___scale_4 = value; } }; // Native definition for P/Invoke marshalling of UnityEngine.SkeletonBone struct SkeletonBone_t0AD95EAD0BE7D2EC13B2C7505225D340CB456A9E_marshaled_pinvoke { char* ___name_0; char* ___parentName_1; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___position_2; Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 ___rotation_3; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___scale_4; }; // Native definition for COM marshalling of UnityEngine.SkeletonBone struct SkeletonBone_t0AD95EAD0BE7D2EC13B2C7505225D340CB456A9E_marshaled_com { Il2CppChar* ___name_0; Il2CppChar* ___parentName_1; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___position_2; Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 ___rotation_3; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___scale_4; }; // UnityEngine.Rendering.SortingCriteria struct SortingCriteria_tB1A065A1776F58E38A1749487F833F09CACEB92F { public: // System.Int32 UnityEngine.Rendering.SortingCriteria::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(SortingCriteria_tB1A065A1776F58E38A1749487F833F09CACEB92F, ___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.Runtime.Serialization.StreamingContextStates struct StreamingContextStates_tF4C7FE6D6121BD4C67699869C8269A60B36B42C3 { public: // System.Int32 System.Runtime.Serialization.StreamingContextStates::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(StreamingContextStates_tF4C7FE6D6121BD4C67699869C8269A60B36B42C3, ___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; } }; // FMOD.StringWrapper struct StringWrapper_t0232445743A8097D13894E9DDA8F1963373891B6 { public: // System.IntPtr FMOD.StringWrapper::nativeUtf8Ptr intptr_t ___nativeUtf8Ptr_0; public: inline static int32_t get_offset_of_nativeUtf8Ptr_0() { return static_cast(offsetof(StringWrapper_t0232445743A8097D13894E9DDA8F1963373891B6, ___nativeUtf8Ptr_0)); } inline intptr_t get_nativeUtf8Ptr_0() const { return ___nativeUtf8Ptr_0; } inline intptr_t* get_address_of_nativeUtf8Ptr_0() { return &___nativeUtf8Ptr_0; } inline void set_nativeUtf8Ptr_0(intptr_t value) { ___nativeUtf8Ptr_0 = value; } }; // System.TimeSpan struct TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 { public: // System.Int64 System.TimeSpan::_ticks int64_t ____ticks_3; public: inline static int32_t get_offset_of__ticks_3() { return static_cast(offsetof(TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203, ____ticks_3)); } inline int64_t get__ticks_3() const { return ____ticks_3; } inline int64_t* get_address_of__ticks_3() { return &____ticks_3; } inline void set__ticks_3(int64_t value) { ____ticks_3 = value; } }; // System.Diagnostics.Tracing.TraceLoggingDataType struct TraceLoggingDataType_tBB8C1CF2E74C39962223D56687CE09435AD54315 { public: // System.Int32 System.Diagnostics.Tracing.TraceLoggingDataType::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(TraceLoggingDataType_tBB8C1CF2E74C39962223D56687CE09435AD54315, ___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; } }; // UnityEngine.TreeInstance struct TreeInstance_tDA6C540A0943447F381ED2D438C810D194EABB15 { public: // UnityEngine.Vector3 UnityEngine.TreeInstance::position Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___position_0; // System.Single UnityEngine.TreeInstance::widthScale float ___widthScale_1; // System.Single UnityEngine.TreeInstance::heightScale float ___heightScale_2; // System.Single UnityEngine.TreeInstance::rotation float ___rotation_3; // UnityEngine.Color32 UnityEngine.TreeInstance::color Color32_tDB54A78627878A7D2DE42BB028D64306A18E858D ___color_4; // UnityEngine.Color32 UnityEngine.TreeInstance::lightmapColor Color32_tDB54A78627878A7D2DE42BB028D64306A18E858D ___lightmapColor_5; // System.Int32 UnityEngine.TreeInstance::prototypeIndex int32_t ___prototypeIndex_6; // System.Single UnityEngine.TreeInstance::temporaryDistance float ___temporaryDistance_7; public: inline static int32_t get_offset_of_position_0() { return static_cast(offsetof(TreeInstance_tDA6C540A0943447F381ED2D438C810D194EABB15, ___position_0)); } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E get_position_0() const { return ___position_0; } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * get_address_of_position_0() { return &___position_0; } inline void set_position_0(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E value) { ___position_0 = value; } inline static int32_t get_offset_of_widthScale_1() { return static_cast(offsetof(TreeInstance_tDA6C540A0943447F381ED2D438C810D194EABB15, ___widthScale_1)); } inline float get_widthScale_1() const { return ___widthScale_1; } inline float* get_address_of_widthScale_1() { return &___widthScale_1; } inline void set_widthScale_1(float value) { ___widthScale_1 = value; } inline static int32_t get_offset_of_heightScale_2() { return static_cast(offsetof(TreeInstance_tDA6C540A0943447F381ED2D438C810D194EABB15, ___heightScale_2)); } inline float get_heightScale_2() const { return ___heightScale_2; } inline float* get_address_of_heightScale_2() { return &___heightScale_2; } inline void set_heightScale_2(float value) { ___heightScale_2 = value; } inline static int32_t get_offset_of_rotation_3() { return static_cast(offsetof(TreeInstance_tDA6C540A0943447F381ED2D438C810D194EABB15, ___rotation_3)); } inline float get_rotation_3() const { return ___rotation_3; } inline float* get_address_of_rotation_3() { return &___rotation_3; } inline void set_rotation_3(float value) { ___rotation_3 = value; } inline static int32_t get_offset_of_color_4() { return static_cast(offsetof(TreeInstance_tDA6C540A0943447F381ED2D438C810D194EABB15, ___color_4)); } inline Color32_tDB54A78627878A7D2DE42BB028D64306A18E858D get_color_4() const { return ___color_4; } inline Color32_tDB54A78627878A7D2DE42BB028D64306A18E858D * get_address_of_color_4() { return &___color_4; } inline void set_color_4(Color32_tDB54A78627878A7D2DE42BB028D64306A18E858D value) { ___color_4 = value; } inline static int32_t get_offset_of_lightmapColor_5() { return static_cast(offsetof(TreeInstance_tDA6C540A0943447F381ED2D438C810D194EABB15, ___lightmapColor_5)); } inline Color32_tDB54A78627878A7D2DE42BB028D64306A18E858D get_lightmapColor_5() const { return ___lightmapColor_5; } inline Color32_tDB54A78627878A7D2DE42BB028D64306A18E858D * get_address_of_lightmapColor_5() { return &___lightmapColor_5; } inline void set_lightmapColor_5(Color32_tDB54A78627878A7D2DE42BB028D64306A18E858D value) { ___lightmapColor_5 = value; } inline static int32_t get_offset_of_prototypeIndex_6() { return static_cast(offsetof(TreeInstance_tDA6C540A0943447F381ED2D438C810D194EABB15, ___prototypeIndex_6)); } inline int32_t get_prototypeIndex_6() const { return ___prototypeIndex_6; } inline int32_t* get_address_of_prototypeIndex_6() { return &___prototypeIndex_6; } inline void set_prototypeIndex_6(int32_t value) { ___prototypeIndex_6 = value; } inline static int32_t get_offset_of_temporaryDistance_7() { return static_cast(offsetof(TreeInstance_tDA6C540A0943447F381ED2D438C810D194EABB15, ___temporaryDistance_7)); } inline float get_temporaryDistance_7() const { return ___temporaryDistance_7; } inline float* get_address_of_temporaryDistance_7() { return &___temporaryDistance_7; } inline void set_temporaryDistance_7(float value) { ___temporaryDistance_7 = value; } }; // System.TypeCode struct TypeCode_tCB39BAB5CFB7A1E0BCB521413E3C46B81C31AA7C { public: // System.Int32 System.TypeCode::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(TypeCode_tCB39BAB5CFB7A1E0BCB521413E3C46B81C31AA7C, ___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; } }; // UnityEngine.UICharInfo struct UICharInfo_tDEA65B831FAD06D1E9B10A6088E05C6D615B089A { public: // UnityEngine.Vector2 UnityEngine.UICharInfo::cursorPos Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 ___cursorPos_0; // System.Single UnityEngine.UICharInfo::charWidth float ___charWidth_1; public: inline static int32_t get_offset_of_cursorPos_0() { return static_cast(offsetof(UICharInfo_tDEA65B831FAD06D1E9B10A6088E05C6D615B089A, ___cursorPos_0)); } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 get_cursorPos_0() const { return ___cursorPos_0; } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 * get_address_of_cursorPos_0() { return &___cursorPos_0; } inline void set_cursorPos_0(Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 value) { ___cursorPos_0 = value; } inline static int32_t get_offset_of_charWidth_1() { return static_cast(offsetof(UICharInfo_tDEA65B831FAD06D1E9B10A6088E05C6D615B089A, ___charWidth_1)); } inline float get_charWidth_1() const { return ___charWidth_1; } inline float* get_address_of_charWidth_1() { return &___charWidth_1; } inline void set_charWidth_1(float value) { ___charWidth_1 = value; } }; // UnityEngine.UIVertex struct UIVertex_tD94AAC5F0B42DBC441AAA8ADBFCFF9E5C320C03A { public: // UnityEngine.Vector3 UnityEngine.UIVertex::position Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___position_0; // UnityEngine.Vector3 UnityEngine.UIVertex::normal Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___normal_1; // UnityEngine.Vector4 UnityEngine.UIVertex::tangent Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 ___tangent_2; // UnityEngine.Color32 UnityEngine.UIVertex::color Color32_tDB54A78627878A7D2DE42BB028D64306A18E858D ___color_3; // UnityEngine.Vector4 UnityEngine.UIVertex::uv0 Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 ___uv0_4; // UnityEngine.Vector4 UnityEngine.UIVertex::uv1 Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 ___uv1_5; // UnityEngine.Vector4 UnityEngine.UIVertex::uv2 Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 ___uv2_6; // UnityEngine.Vector4 UnityEngine.UIVertex::uv3 Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 ___uv3_7; public: inline static int32_t get_offset_of_position_0() { return static_cast(offsetof(UIVertex_tD94AAC5F0B42DBC441AAA8ADBFCFF9E5C320C03A, ___position_0)); } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E get_position_0() const { return ___position_0; } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * get_address_of_position_0() { return &___position_0; } inline void set_position_0(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E value) { ___position_0 = value; } inline static int32_t get_offset_of_normal_1() { return static_cast(offsetof(UIVertex_tD94AAC5F0B42DBC441AAA8ADBFCFF9E5C320C03A, ___normal_1)); } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E get_normal_1() const { return ___normal_1; } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * get_address_of_normal_1() { return &___normal_1; } inline void set_normal_1(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E value) { ___normal_1 = value; } inline static int32_t get_offset_of_tangent_2() { return static_cast(offsetof(UIVertex_tD94AAC5F0B42DBC441AAA8ADBFCFF9E5C320C03A, ___tangent_2)); } inline Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 get_tangent_2() const { return ___tangent_2; } inline Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 * get_address_of_tangent_2() { return &___tangent_2; } inline void set_tangent_2(Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 value) { ___tangent_2 = value; } inline static int32_t get_offset_of_color_3() { return static_cast(offsetof(UIVertex_tD94AAC5F0B42DBC441AAA8ADBFCFF9E5C320C03A, ___color_3)); } inline Color32_tDB54A78627878A7D2DE42BB028D64306A18E858D get_color_3() const { return ___color_3; } inline Color32_tDB54A78627878A7D2DE42BB028D64306A18E858D * get_address_of_color_3() { return &___color_3; } inline void set_color_3(Color32_tDB54A78627878A7D2DE42BB028D64306A18E858D value) { ___color_3 = value; } inline static int32_t get_offset_of_uv0_4() { return static_cast(offsetof(UIVertex_tD94AAC5F0B42DBC441AAA8ADBFCFF9E5C320C03A, ___uv0_4)); } inline Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 get_uv0_4() const { return ___uv0_4; } inline Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 * get_address_of_uv0_4() { return &___uv0_4; } inline void set_uv0_4(Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 value) { ___uv0_4 = value; } inline static int32_t get_offset_of_uv1_5() { return static_cast(offsetof(UIVertex_tD94AAC5F0B42DBC441AAA8ADBFCFF9E5C320C03A, ___uv1_5)); } inline Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 get_uv1_5() const { return ___uv1_5; } inline Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 * get_address_of_uv1_5() { return &___uv1_5; } inline void set_uv1_5(Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 value) { ___uv1_5 = value; } inline static int32_t get_offset_of_uv2_6() { return static_cast(offsetof(UIVertex_tD94AAC5F0B42DBC441AAA8ADBFCFF9E5C320C03A, ___uv2_6)); } inline Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 get_uv2_6() const { return ___uv2_6; } inline Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 * get_address_of_uv2_6() { return &___uv2_6; } inline void set_uv2_6(Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 value) { ___uv2_6 = value; } inline static int32_t get_offset_of_uv3_7() { return static_cast(offsetof(UIVertex_tD94AAC5F0B42DBC441AAA8ADBFCFF9E5C320C03A, ___uv3_7)); } inline Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 get_uv3_7() const { return ___uv3_7; } inline Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 * get_address_of_uv3_7() { return &___uv3_7; } inline void set_uv3_7(Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 value) { ___uv3_7 = value; } }; // System.UInt16Enum struct UInt16Enum_tF2B459B3D0051061056FFACAB957767640B848ED { public: // System.UInt16 System.UInt16Enum::value__ uint16_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(UInt16Enum_tF2B459B3D0051061056FFACAB957767640B848ED, ___value___2)); } inline uint16_t get_value___2() const { return ___value___2; } inline uint16_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(uint16_t value) { ___value___2 = value; } }; // System.UInt32Enum struct UInt32Enum_t205AC9FF1DBA9F24788030B596D7BE3A2E808EF1 { public: // System.UInt32 System.UInt32Enum::value__ uint32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(UInt32Enum_t205AC9FF1DBA9F24788030B596D7BE3A2E808EF1, ___value___2)); } inline uint32_t get_value___2() const { return ___value___2; } inline uint32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(uint32_t value) { ___value___2 = value; } }; // Steamworks.UserAchievementStored_t struct UserAchievementStored_t_t247111C9F9BE58DACABB3B133080AF61378E680F { public: // System.UInt64 Steamworks.UserAchievementStored_t::m_nGameID uint64_t ___m_nGameID_1; // System.Boolean Steamworks.UserAchievementStored_t::m_bGroupAchievement bool ___m_bGroupAchievement_2; // System.Byte[] Steamworks.UserAchievementStored_t::m_rgchAchievementName_ ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___m_rgchAchievementName__3; // System.UInt32 Steamworks.UserAchievementStored_t::m_nCurProgress uint32_t ___m_nCurProgress_4; // System.UInt32 Steamworks.UserAchievementStored_t::m_nMaxProgress uint32_t ___m_nMaxProgress_5; public: inline static int32_t get_offset_of_m_nGameID_1() { return static_cast(offsetof(UserAchievementStored_t_t247111C9F9BE58DACABB3B133080AF61378E680F, ___m_nGameID_1)); } inline uint64_t get_m_nGameID_1() const { return ___m_nGameID_1; } inline uint64_t* get_address_of_m_nGameID_1() { return &___m_nGameID_1; } inline void set_m_nGameID_1(uint64_t value) { ___m_nGameID_1 = value; } inline static int32_t get_offset_of_m_bGroupAchievement_2() { return static_cast(offsetof(UserAchievementStored_t_t247111C9F9BE58DACABB3B133080AF61378E680F, ___m_bGroupAchievement_2)); } inline bool get_m_bGroupAchievement_2() const { return ___m_bGroupAchievement_2; } inline bool* get_address_of_m_bGroupAchievement_2() { return &___m_bGroupAchievement_2; } inline void set_m_bGroupAchievement_2(bool value) { ___m_bGroupAchievement_2 = value; } inline static int32_t get_offset_of_m_rgchAchievementName__3() { return static_cast(offsetof(UserAchievementStored_t_t247111C9F9BE58DACABB3B133080AF61378E680F, ___m_rgchAchievementName__3)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_m_rgchAchievementName__3() const { return ___m_rgchAchievementName__3; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_m_rgchAchievementName__3() { return &___m_rgchAchievementName__3; } inline void set_m_rgchAchievementName__3(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___m_rgchAchievementName__3 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_rgchAchievementName__3), (void*)value); } inline static int32_t get_offset_of_m_nCurProgress_4() { return static_cast(offsetof(UserAchievementStored_t_t247111C9F9BE58DACABB3B133080AF61378E680F, ___m_nCurProgress_4)); } inline uint32_t get_m_nCurProgress_4() const { return ___m_nCurProgress_4; } inline uint32_t* get_address_of_m_nCurProgress_4() { return &___m_nCurProgress_4; } inline void set_m_nCurProgress_4(uint32_t value) { ___m_nCurProgress_4 = value; } inline static int32_t get_offset_of_m_nMaxProgress_5() { return static_cast(offsetof(UserAchievementStored_t_t247111C9F9BE58DACABB3B133080AF61378E680F, ___m_nMaxProgress_5)); } inline uint32_t get_m_nMaxProgress_5() const { return ___m_nMaxProgress_5; } inline uint32_t* get_address_of_m_nMaxProgress_5() { return &___m_nMaxProgress_5; } inline void set_m_nMaxProgress_5(uint32_t value) { ___m_nMaxProgress_5 = value; } }; // Native definition for P/Invoke marshalling of Steamworks.UserAchievementStored_t #pragma pack(push, tp, 8) struct UserAchievementStored_t_t247111C9F9BE58DACABB3B133080AF61378E680F_marshaled_pinvoke { uint64_t ___m_nGameID_1; int8_t ___m_bGroupAchievement_2; uint8_t ___m_rgchAchievementName__3[128]; uint32_t ___m_nCurProgress_4; uint32_t ___m_nMaxProgress_5; }; #pragma pack(pop, tp) // Native definition for COM marshalling of Steamworks.UserAchievementStored_t #pragma pack(push, tp, 8) struct UserAchievementStored_t_t247111C9F9BE58DACABB3B133080AF61378E680F_marshaled_com { uint64_t ___m_nGameID_1; int8_t ___m_bGroupAchievement_2; uint8_t ___m_rgchAchievementName__3[128]; uint32_t ___m_nCurProgress_4; uint32_t ___m_nMaxProgress_5; }; #pragma pack(pop, tp) // FMOD.Studio.VCA struct VCA_t8D58F06AAB98BB0934396D34E2DFE001FCAD9805 { public: // System.IntPtr FMOD.Studio.VCA::handle intptr_t ___handle_0; public: inline static int32_t get_offset_of_handle_0() { return static_cast(offsetof(VCA_t8D58F06AAB98BB0934396D34E2DFE001FCAD9805, ___handle_0)); } inline intptr_t get_handle_0() const { return ___handle_0; } inline intptr_t* get_address_of_handle_0() { return &___handle_0; } inline void set_handle_0(intptr_t value) { ___handle_0 = value; } }; // OVR.OpenVR.VRBoneTransform_t struct VRBoneTransform_t_t0D2FE711C1A8272745264365004561C45ED501B3 { public: // OVR.OpenVR.HmdVector4_t OVR.OpenVR.VRBoneTransform_t::position HmdVector4_t_t5A571881B4B44759EE64E361478FE9AF2F9B6726 ___position_0; // OVR.OpenVR.HmdQuaternionf_t OVR.OpenVR.VRBoneTransform_t::orientation HmdQuaternionf_t_t5FC0C929AA4BF1DBC926B19B2A84E70B684D723A ___orientation_1; public: inline static int32_t get_offset_of_position_0() { return static_cast(offsetof(VRBoneTransform_t_t0D2FE711C1A8272745264365004561C45ED501B3, ___position_0)); } inline HmdVector4_t_t5A571881B4B44759EE64E361478FE9AF2F9B6726 get_position_0() const { return ___position_0; } inline HmdVector4_t_t5A571881B4B44759EE64E361478FE9AF2F9B6726 * get_address_of_position_0() { return &___position_0; } inline void set_position_0(HmdVector4_t_t5A571881B4B44759EE64E361478FE9AF2F9B6726 value) { ___position_0 = value; } inline static int32_t get_offset_of_orientation_1() { return static_cast(offsetof(VRBoneTransform_t_t0D2FE711C1A8272745264365004561C45ED501B3, ___orientation_1)); } inline HmdQuaternionf_t_t5FC0C929AA4BF1DBC926B19B2A84E70B684D723A get_orientation_1() const { return ___orientation_1; } inline HmdQuaternionf_t_t5FC0C929AA4BF1DBC926B19B2A84E70B684D723A * get_address_of_orientation_1() { return &___orientation_1; } inline void set_orientation_1(HmdQuaternionf_t_t5FC0C929AA4BF1DBC926B19B2A84E70B684D723A value) { ___orientation_1 = value; } }; // OVR.OpenVR.VRControllerState_t struct VRControllerState_t_tA2AC10EB26FD0C1CE385148DE3655C9584E60A3A { public: // System.UInt32 OVR.OpenVR.VRControllerState_t::unPacketNum uint32_t ___unPacketNum_0; // System.UInt64 OVR.OpenVR.VRControllerState_t::ulButtonPressed uint64_t ___ulButtonPressed_1; // System.UInt64 OVR.OpenVR.VRControllerState_t::ulButtonTouched uint64_t ___ulButtonTouched_2; // OVR.OpenVR.VRControllerAxis_t OVR.OpenVR.VRControllerState_t::rAxis0 VRControllerAxis_t_t33B45527C50B1B1261A723C96BCBCA6F44B7EF4A ___rAxis0_3; // OVR.OpenVR.VRControllerAxis_t OVR.OpenVR.VRControllerState_t::rAxis1 VRControllerAxis_t_t33B45527C50B1B1261A723C96BCBCA6F44B7EF4A ___rAxis1_4; // OVR.OpenVR.VRControllerAxis_t OVR.OpenVR.VRControllerState_t::rAxis2 VRControllerAxis_t_t33B45527C50B1B1261A723C96BCBCA6F44B7EF4A ___rAxis2_5; // OVR.OpenVR.VRControllerAxis_t OVR.OpenVR.VRControllerState_t::rAxis3 VRControllerAxis_t_t33B45527C50B1B1261A723C96BCBCA6F44B7EF4A ___rAxis3_6; // OVR.OpenVR.VRControllerAxis_t OVR.OpenVR.VRControllerState_t::rAxis4 VRControllerAxis_t_t33B45527C50B1B1261A723C96BCBCA6F44B7EF4A ___rAxis4_7; public: inline static int32_t get_offset_of_unPacketNum_0() { return static_cast(offsetof(VRControllerState_t_tA2AC10EB26FD0C1CE385148DE3655C9584E60A3A, ___unPacketNum_0)); } inline uint32_t get_unPacketNum_0() const { return ___unPacketNum_0; } inline uint32_t* get_address_of_unPacketNum_0() { return &___unPacketNum_0; } inline void set_unPacketNum_0(uint32_t value) { ___unPacketNum_0 = value; } inline static int32_t get_offset_of_ulButtonPressed_1() { return static_cast(offsetof(VRControllerState_t_tA2AC10EB26FD0C1CE385148DE3655C9584E60A3A, ___ulButtonPressed_1)); } inline uint64_t get_ulButtonPressed_1() const { return ___ulButtonPressed_1; } inline uint64_t* get_address_of_ulButtonPressed_1() { return &___ulButtonPressed_1; } inline void set_ulButtonPressed_1(uint64_t value) { ___ulButtonPressed_1 = value; } inline static int32_t get_offset_of_ulButtonTouched_2() { return static_cast(offsetof(VRControllerState_t_tA2AC10EB26FD0C1CE385148DE3655C9584E60A3A, ___ulButtonTouched_2)); } inline uint64_t get_ulButtonTouched_2() const { return ___ulButtonTouched_2; } inline uint64_t* get_address_of_ulButtonTouched_2() { return &___ulButtonTouched_2; } inline void set_ulButtonTouched_2(uint64_t value) { ___ulButtonTouched_2 = value; } inline static int32_t get_offset_of_rAxis0_3() { return static_cast(offsetof(VRControllerState_t_tA2AC10EB26FD0C1CE385148DE3655C9584E60A3A, ___rAxis0_3)); } inline VRControllerAxis_t_t33B45527C50B1B1261A723C96BCBCA6F44B7EF4A get_rAxis0_3() const { return ___rAxis0_3; } inline VRControllerAxis_t_t33B45527C50B1B1261A723C96BCBCA6F44B7EF4A * get_address_of_rAxis0_3() { return &___rAxis0_3; } inline void set_rAxis0_3(VRControllerAxis_t_t33B45527C50B1B1261A723C96BCBCA6F44B7EF4A value) { ___rAxis0_3 = value; } inline static int32_t get_offset_of_rAxis1_4() { return static_cast(offsetof(VRControllerState_t_tA2AC10EB26FD0C1CE385148DE3655C9584E60A3A, ___rAxis1_4)); } inline VRControllerAxis_t_t33B45527C50B1B1261A723C96BCBCA6F44B7EF4A get_rAxis1_4() const { return ___rAxis1_4; } inline VRControllerAxis_t_t33B45527C50B1B1261A723C96BCBCA6F44B7EF4A * get_address_of_rAxis1_4() { return &___rAxis1_4; } inline void set_rAxis1_4(VRControllerAxis_t_t33B45527C50B1B1261A723C96BCBCA6F44B7EF4A value) { ___rAxis1_4 = value; } inline static int32_t get_offset_of_rAxis2_5() { return static_cast(offsetof(VRControllerState_t_tA2AC10EB26FD0C1CE385148DE3655C9584E60A3A, ___rAxis2_5)); } inline VRControllerAxis_t_t33B45527C50B1B1261A723C96BCBCA6F44B7EF4A get_rAxis2_5() const { return ___rAxis2_5; } inline VRControllerAxis_t_t33B45527C50B1B1261A723C96BCBCA6F44B7EF4A * get_address_of_rAxis2_5() { return &___rAxis2_5; } inline void set_rAxis2_5(VRControllerAxis_t_t33B45527C50B1B1261A723C96BCBCA6F44B7EF4A value) { ___rAxis2_5 = value; } inline static int32_t get_offset_of_rAxis3_6() { return static_cast(offsetof(VRControllerState_t_tA2AC10EB26FD0C1CE385148DE3655C9584E60A3A, ___rAxis3_6)); } inline VRControllerAxis_t_t33B45527C50B1B1261A723C96BCBCA6F44B7EF4A get_rAxis3_6() const { return ___rAxis3_6; } inline VRControllerAxis_t_t33B45527C50B1B1261A723C96BCBCA6F44B7EF4A * get_address_of_rAxis3_6() { return &___rAxis3_6; } inline void set_rAxis3_6(VRControllerAxis_t_t33B45527C50B1B1261A723C96BCBCA6F44B7EF4A value) { ___rAxis3_6 = value; } inline static int32_t get_offset_of_rAxis4_7() { return static_cast(offsetof(VRControllerState_t_tA2AC10EB26FD0C1CE385148DE3655C9584E60A3A, ___rAxis4_7)); } inline VRControllerAxis_t_t33B45527C50B1B1261A723C96BCBCA6F44B7EF4A get_rAxis4_7() const { return ___rAxis4_7; } inline VRControllerAxis_t_t33B45527C50B1B1261A723C96BCBCA6F44B7EF4A * get_address_of_rAxis4_7() { return &___rAxis4_7; } inline void set_rAxis4_7(VRControllerAxis_t_t33B45527C50B1B1261A723C96BCBCA6F44B7EF4A value) { ___rAxis4_7 = value; } }; // UnityEngine.Rendering.VertexAttribute struct VertexAttribute_t9B763063E3B1705070D4DB8BC32F21F0FB30867C { public: // System.Int32 UnityEngine.Rendering.VertexAttribute::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(VertexAttribute_t9B763063E3B1705070D4DB8BC32F21F0FB30867C, ___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; } }; // UnityEngine.Rendering.VertexAttributeFormat struct VertexAttributeFormat_tE5FC93A96237AAF63142B0E521925CAE4F283485 { public: // System.Int32 UnityEngine.Rendering.VertexAttributeFormat::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(VertexAttributeFormat_tE5FC93A96237AAF63142B0E521925CAE4F283485, ___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; } }; // UnityEngine.Rendering.VisibleLightFlags struct VisibleLightFlags_tDB755E7201CE7B38D58CC4524920ACDABC292EC0 { public: // System.Int32 UnityEngine.Rendering.VisibleLightFlags::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(VisibleLightFlags_tDB755E7201CE7B38D58CC4524920ACDABC292EC0, ___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.Security.Cryptography.X509Certificates.X509ChainStatusFlags struct X509ChainStatusFlags_t16F457BB24891840519B66C39DE91268909174F9 { public: // System.Int32 System.Security.Cryptography.X509Certificates.X509ChainStatusFlags::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(X509ChainStatusFlags_t16F457BB24891840519B66C39DE91268909174F9, ___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; } }; // UnityEngine.XR.XRNode struct XRNode_t07B789D60F5B3A4F0E4A169143881ABCA4176DBD { public: // System.Int32 UnityEngine.XR.XRNode::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(XRNode_t07B789D60F5B3A4F0E4A169143881ABCA4176DBD, ___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; } }; // UnityEngine.Rendering.Universal.XRView struct XRView_tE7BCF62BA1242C287E38539553B57AE70B687027 { public: // UnityEngine.Matrix4x4 UnityEngine.Rendering.Universal.XRView::projMatrix Matrix4x4_tDE7FF4F2E2EA284F6EFE00D627789D0E5B8B4461 ___projMatrix_0; // UnityEngine.Matrix4x4 UnityEngine.Rendering.Universal.XRView::viewMatrix Matrix4x4_tDE7FF4F2E2EA284F6EFE00D627789D0E5B8B4461 ___viewMatrix_1; // UnityEngine.Rect UnityEngine.Rendering.Universal.XRView::viewport Rect_t7D9187DB6339DBA5741C09B6CCEF2F54F1966878 ___viewport_2; // UnityEngine.Mesh UnityEngine.Rendering.Universal.XRView::occlusionMesh Mesh_t2F5992DBA650D5862B43D3823ACD997132A57DA6 * ___occlusionMesh_3; // System.Int32 UnityEngine.Rendering.Universal.XRView::textureArraySlice int32_t ___textureArraySlice_4; public: inline static int32_t get_offset_of_projMatrix_0() { return static_cast(offsetof(XRView_tE7BCF62BA1242C287E38539553B57AE70B687027, ___projMatrix_0)); } inline Matrix4x4_tDE7FF4F2E2EA284F6EFE00D627789D0E5B8B4461 get_projMatrix_0() const { return ___projMatrix_0; } inline Matrix4x4_tDE7FF4F2E2EA284F6EFE00D627789D0E5B8B4461 * get_address_of_projMatrix_0() { return &___projMatrix_0; } inline void set_projMatrix_0(Matrix4x4_tDE7FF4F2E2EA284F6EFE00D627789D0E5B8B4461 value) { ___projMatrix_0 = value; } inline static int32_t get_offset_of_viewMatrix_1() { return static_cast(offsetof(XRView_tE7BCF62BA1242C287E38539553B57AE70B687027, ___viewMatrix_1)); } inline Matrix4x4_tDE7FF4F2E2EA284F6EFE00D627789D0E5B8B4461 get_viewMatrix_1() const { return ___viewMatrix_1; } inline Matrix4x4_tDE7FF4F2E2EA284F6EFE00D627789D0E5B8B4461 * get_address_of_viewMatrix_1() { return &___viewMatrix_1; } inline void set_viewMatrix_1(Matrix4x4_tDE7FF4F2E2EA284F6EFE00D627789D0E5B8B4461 value) { ___viewMatrix_1 = value; } inline static int32_t get_offset_of_viewport_2() { return static_cast(offsetof(XRView_tE7BCF62BA1242C287E38539553B57AE70B687027, ___viewport_2)); } inline Rect_t7D9187DB6339DBA5741C09B6CCEF2F54F1966878 get_viewport_2() const { return ___viewport_2; } inline Rect_t7D9187DB6339DBA5741C09B6CCEF2F54F1966878 * get_address_of_viewport_2() { return &___viewport_2; } inline void set_viewport_2(Rect_t7D9187DB6339DBA5741C09B6CCEF2F54F1966878 value) { ___viewport_2 = value; } inline static int32_t get_offset_of_occlusionMesh_3() { return static_cast(offsetof(XRView_tE7BCF62BA1242C287E38539553B57AE70B687027, ___occlusionMesh_3)); } inline Mesh_t2F5992DBA650D5862B43D3823ACD997132A57DA6 * get_occlusionMesh_3() const { return ___occlusionMesh_3; } inline Mesh_t2F5992DBA650D5862B43D3823ACD997132A57DA6 ** get_address_of_occlusionMesh_3() { return &___occlusionMesh_3; } inline void set_occlusionMesh_3(Mesh_t2F5992DBA650D5862B43D3823ACD997132A57DA6 * value) { ___occlusionMesh_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___occlusionMesh_3), (void*)value); } inline static int32_t get_offset_of_textureArraySlice_4() { return static_cast(offsetof(XRView_tE7BCF62BA1242C287E38539553B57AE70B687027, ___textureArraySlice_4)); } inline int32_t get_textureArraySlice_4() const { return ___textureArraySlice_4; } inline int32_t* get_address_of_textureArraySlice_4() { return &___textureArraySlice_4; } inline void set_textureArraySlice_4(int32_t value) { ___textureArraySlice_4 = value; } }; // Native definition for P/Invoke marshalling of UnityEngine.Rendering.Universal.XRView struct XRView_tE7BCF62BA1242C287E38539553B57AE70B687027_marshaled_pinvoke { Matrix4x4_tDE7FF4F2E2EA284F6EFE00D627789D0E5B8B4461 ___projMatrix_0; Matrix4x4_tDE7FF4F2E2EA284F6EFE00D627789D0E5B8B4461 ___viewMatrix_1; Rect_t7D9187DB6339DBA5741C09B6CCEF2F54F1966878 ___viewport_2; Mesh_t2F5992DBA650D5862B43D3823ACD997132A57DA6 * ___occlusionMesh_3; int32_t ___textureArraySlice_4; }; // Native definition for COM marshalling of UnityEngine.Rendering.Universal.XRView struct XRView_tE7BCF62BA1242C287E38539553B57AE70B687027_marshaled_com { Matrix4x4_tDE7FF4F2E2EA284F6EFE00D627789D0E5B8B4461 ___projMatrix_0; Matrix4x4_tDE7FF4F2E2EA284F6EFE00D627789D0E5B8B4461 ___viewMatrix_1; Rect_t7D9187DB6339DBA5741C09B6CCEF2F54F1966878 ___viewport_2; Mesh_t2F5992DBA650D5862B43D3823ACD997132A57DA6 * ___occlusionMesh_3; int32_t ___textureArraySlice_4; }; // System.Xml.XmlSpace struct XmlSpace_t16F1125FF443A131844086CD412753BFE485A047 { public: // System.Int32 System.Xml.XmlSpace::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(XmlSpace_t16F1125FF443A131844086CD412753BFE485A047, ___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; } }; // UnityEngine.jvalue struct jvalue_t220BECEE73180D6A4DE0F66CB6BA852EC6A5B587 { public: union { #pragma pack(push, tp, 1) struct { // System.Boolean UnityEngine.jvalue::z bool ___z_0; }; #pragma pack(pop, tp) struct { bool ___z_0_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { // System.SByte UnityEngine.jvalue::b int8_t ___b_1; }; #pragma pack(pop, tp) struct { int8_t ___b_1_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { // System.Char UnityEngine.jvalue::c Il2CppChar ___c_2; }; #pragma pack(pop, tp) struct { Il2CppChar ___c_2_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { // System.Int16 UnityEngine.jvalue::s int16_t ___s_3; }; #pragma pack(pop, tp) struct { int16_t ___s_3_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { // System.Int32 UnityEngine.jvalue::i int32_t ___i_4; }; #pragma pack(pop, tp) struct { int32_t ___i_4_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { // System.Int64 UnityEngine.jvalue::j int64_t ___j_5; }; #pragma pack(pop, tp) struct { int64_t ___j_5_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { // System.Single UnityEngine.jvalue::f float ___f_6; }; #pragma pack(pop, tp) struct { float ___f_6_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { // System.Double UnityEngine.jvalue::d double ___d_7; }; #pragma pack(pop, tp) struct { double ___d_7_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { // System.IntPtr UnityEngine.jvalue::l intptr_t ___l_8; }; #pragma pack(pop, tp) struct { intptr_t ___l_8_forAlignmentOnly; }; }; public: inline static int32_t get_offset_of_z_0() { return static_cast(offsetof(jvalue_t220BECEE73180D6A4DE0F66CB6BA852EC6A5B587, ___z_0)); } inline bool get_z_0() const { return ___z_0; } inline bool* get_address_of_z_0() { return &___z_0; } inline void set_z_0(bool value) { ___z_0 = value; } inline static int32_t get_offset_of_b_1() { return static_cast(offsetof(jvalue_t220BECEE73180D6A4DE0F66CB6BA852EC6A5B587, ___b_1)); } inline int8_t get_b_1() const { return ___b_1; } inline int8_t* get_address_of_b_1() { return &___b_1; } inline void set_b_1(int8_t value) { ___b_1 = value; } inline static int32_t get_offset_of_c_2() { return static_cast(offsetof(jvalue_t220BECEE73180D6A4DE0F66CB6BA852EC6A5B587, ___c_2)); } inline Il2CppChar get_c_2() const { return ___c_2; } inline Il2CppChar* get_address_of_c_2() { return &___c_2; } inline void set_c_2(Il2CppChar value) { ___c_2 = value; } inline static int32_t get_offset_of_s_3() { return static_cast(offsetof(jvalue_t220BECEE73180D6A4DE0F66CB6BA852EC6A5B587, ___s_3)); } inline int16_t get_s_3() const { return ___s_3; } inline int16_t* get_address_of_s_3() { return &___s_3; } inline void set_s_3(int16_t value) { ___s_3 = value; } inline static int32_t get_offset_of_i_4() { return static_cast(offsetof(jvalue_t220BECEE73180D6A4DE0F66CB6BA852EC6A5B587, ___i_4)); } inline int32_t get_i_4() const { return ___i_4; } inline int32_t* get_address_of_i_4() { return &___i_4; } inline void set_i_4(int32_t value) { ___i_4 = value; } inline static int32_t get_offset_of_j_5() { return static_cast(offsetof(jvalue_t220BECEE73180D6A4DE0F66CB6BA852EC6A5B587, ___j_5)); } inline int64_t get_j_5() const { return ___j_5; } inline int64_t* get_address_of_j_5() { return &___j_5; } inline void set_j_5(int64_t value) { ___j_5 = value; } inline static int32_t get_offset_of_f_6() { return static_cast(offsetof(jvalue_t220BECEE73180D6A4DE0F66CB6BA852EC6A5B587, ___f_6)); } inline float get_f_6() const { return ___f_6; } inline float* get_address_of_f_6() { return &___f_6; } inline void set_f_6(float value) { ___f_6 = value; } inline static int32_t get_offset_of_d_7() { return static_cast(offsetof(jvalue_t220BECEE73180D6A4DE0F66CB6BA852EC6A5B587, ___d_7)); } inline double get_d_7() const { return ___d_7; } inline double* get_address_of_d_7() { return &___d_7; } inline void set_d_7(double value) { ___d_7 = value; } inline static int32_t get_offset_of_l_8() { return static_cast(offsetof(jvalue_t220BECEE73180D6A4DE0F66CB6BA852EC6A5B587, ___l_8)); } inline intptr_t get_l_8() const { return ___l_8; } inline intptr_t* get_address_of_l_8() { return &___l_8; } inline void set_l_8(intptr_t value) { ___l_8 = value; } }; // Native definition for P/Invoke marshalling of UnityEngine.jvalue struct jvalue_t220BECEE73180D6A4DE0F66CB6BA852EC6A5B587_marshaled_pinvoke { union { #pragma pack(push, tp, 1) struct { int32_t ___z_0; }; #pragma pack(pop, tp) struct { int32_t ___z_0_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { int8_t ___b_1; }; #pragma pack(pop, tp) struct { int8_t ___b_1_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { uint8_t ___c_2; }; #pragma pack(pop, tp) struct { uint8_t ___c_2_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { int16_t ___s_3; }; #pragma pack(pop, tp) struct { int16_t ___s_3_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { int32_t ___i_4; }; #pragma pack(pop, tp) struct { int32_t ___i_4_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { int64_t ___j_5; }; #pragma pack(pop, tp) struct { int64_t ___j_5_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { float ___f_6; }; #pragma pack(pop, tp) struct { float ___f_6_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { double ___d_7; }; #pragma pack(pop, tp) struct { double ___d_7_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { intptr_t ___l_8; }; #pragma pack(pop, tp) struct { intptr_t ___l_8_forAlignmentOnly; }; }; }; // Native definition for COM marshalling of UnityEngine.jvalue struct jvalue_t220BECEE73180D6A4DE0F66CB6BA852EC6A5B587_marshaled_com { union { #pragma pack(push, tp, 1) struct { int32_t ___z_0; }; #pragma pack(pop, tp) struct { int32_t ___z_0_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { int8_t ___b_1; }; #pragma pack(pop, tp) struct { int8_t ___b_1_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { uint8_t ___c_2; }; #pragma pack(pop, tp) struct { uint8_t ___c_2_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { int16_t ___s_3; }; #pragma pack(pop, tp) struct { int16_t ___s_3_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { int32_t ___i_4; }; #pragma pack(pop, tp) struct { int32_t ___i_4_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { int64_t ___j_5; }; #pragma pack(pop, tp) struct { int64_t ___j_5_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { float ___f_6; }; #pragma pack(pop, tp) struct { float ___f_6_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { double ___d_7; }; #pragma pack(pop, tp) struct { double ___d_7_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { intptr_t ___l_8; }; #pragma pack(pop, tp) struct { intptr_t ___l_8_forAlignmentOnly; }; }; }; // UnityEngine.Camera/RenderRequestMode struct RenderRequestMode_tCB120B82DED523ADBA2D6093A1A8ABF17D94A313 { public: // System.Int32 UnityEngine.Camera/RenderRequestMode::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(RenderRequestMode_tCB120B82DED523ADBA2D6093A1A8ABF17D94A313, ___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; } }; // UnityEngine.Camera/RenderRequestOutputSpace struct RenderRequestOutputSpace_t8EB93E4720B2D1BAB624A04ADB473C37C7F3D6A5 { public: // System.Int32 UnityEngine.Camera/RenderRequestOutputSpace::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(RenderRequestOutputSpace_t8EB93E4720B2D1BAB624A04ADB473C37C7F3D6A5, ___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; } }; // UnityEngine.Rendering.Universal.Internal.DeferredTiler/PrePunctualLight struct PrePunctualLight_t6A6B0358A9D80FE6E10948C365C06F7092A8D609 { public: // Unity.Mathematics.float3 UnityEngine.Rendering.Universal.Internal.DeferredTiler/PrePunctualLight::posVS float3_tE0DD2FF13F818025945C9AC314390D2A1F55E37D ___posVS_0; // System.Single UnityEngine.Rendering.Universal.Internal.DeferredTiler/PrePunctualLight::radius float ___radius_1; // System.Single UnityEngine.Rendering.Universal.Internal.DeferredTiler/PrePunctualLight::minDist float ___minDist_2; // Unity.Mathematics.float2 UnityEngine.Rendering.Universal.Internal.DeferredTiler/PrePunctualLight::screenPos float2_t11F5F2974404951113DDC4E13EEB6E2456295547 ___screenPos_3; // System.UInt16 UnityEngine.Rendering.Universal.Internal.DeferredTiler/PrePunctualLight::visLightIndex uint16_t ___visLightIndex_4; public: inline static int32_t get_offset_of_posVS_0() { return static_cast(offsetof(PrePunctualLight_t6A6B0358A9D80FE6E10948C365C06F7092A8D609, ___posVS_0)); } inline float3_tE0DD2FF13F818025945C9AC314390D2A1F55E37D get_posVS_0() const { return ___posVS_0; } inline float3_tE0DD2FF13F818025945C9AC314390D2A1F55E37D * get_address_of_posVS_0() { return &___posVS_0; } inline void set_posVS_0(float3_tE0DD2FF13F818025945C9AC314390D2A1F55E37D value) { ___posVS_0 = value; } inline static int32_t get_offset_of_radius_1() { return static_cast(offsetof(PrePunctualLight_t6A6B0358A9D80FE6E10948C365C06F7092A8D609, ___radius_1)); } inline float get_radius_1() const { return ___radius_1; } inline float* get_address_of_radius_1() { return &___radius_1; } inline void set_radius_1(float value) { ___radius_1 = value; } inline static int32_t get_offset_of_minDist_2() { return static_cast(offsetof(PrePunctualLight_t6A6B0358A9D80FE6E10948C365C06F7092A8D609, ___minDist_2)); } inline float get_minDist_2() const { return ___minDist_2; } inline float* get_address_of_minDist_2() { return &___minDist_2; } inline void set_minDist_2(float value) { ___minDist_2 = value; } inline static int32_t get_offset_of_screenPos_3() { return static_cast(offsetof(PrePunctualLight_t6A6B0358A9D80FE6E10948C365C06F7092A8D609, ___screenPos_3)); } inline float2_t11F5F2974404951113DDC4E13EEB6E2456295547 get_screenPos_3() const { return ___screenPos_3; } inline float2_t11F5F2974404951113DDC4E13EEB6E2456295547 * get_address_of_screenPos_3() { return &___screenPos_3; } inline void set_screenPos_3(float2_t11F5F2974404951113DDC4E13EEB6E2456295547 value) { ___screenPos_3 = value; } inline static int32_t get_offset_of_visLightIndex_4() { return static_cast(offsetof(PrePunctualLight_t6A6B0358A9D80FE6E10948C365C06F7092A8D609, ___visLightIndex_4)); } inline uint16_t get_visLightIndex_4() const { return ___visLightIndex_4; } inline uint16_t* get_address_of_visLightIndex_4() { return &___visLightIndex_4; } inline void set_visLightIndex_4(uint16_t value) { ___visLightIndex_4 = value; } }; // CrazyMinnow.SALSA.ExpressionComponent/ControlType struct ControlType_tA6D499445DA9948C2BA432E75183CD68BD1EE4A7 { public: // System.Int32 CrazyMinnow.SALSA.ExpressionComponent/ControlType::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(ControlType_tA6D499445DA9948C2BA432E75183CD68BD1EE4A7, ___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; } }; // CrazyMinnow.SALSA.ExpressionComponent/ExpressionHandler struct ExpressionHandler_t68457098371B540C73EBFD993EB1D83407A5792B { public: // System.Int32 CrazyMinnow.SALSA.ExpressionComponent/ExpressionHandler::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(ExpressionHandler_t68457098371B540C73EBFD993EB1D83407A5792B, ___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; } }; // CrazyMinnow.SALSA.ExpressionComponent/ExpressionType struct ExpressionType_tED068A12BED144DC99D095F0DDF9019E16CFFAF7 { public: // System.Int32 CrazyMinnow.SALSA.ExpressionComponent/ExpressionType::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(ExpressionType_tED068A12BED144DC99D095F0DDF9019E16CFFAF7, ___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; } }; // UnityEngine.InputSystem.HID.HID/HIDCollectionType struct HIDCollectionType_t96F507410EA31F547A72D71B767F12866CC9FE73 { public: // System.Int32 UnityEngine.InputSystem.HID.HID/HIDCollectionType::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(HIDCollectionType_t96F507410EA31F547A72D71B767F12866CC9FE73, ___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; } }; // UnityEngine.InputSystem.HID.HID/HIDElementFlags struct HIDElementFlags_tD2526AB55A4E695D472F4F92AB0E7B29182E0E30 { public: // System.Int32 UnityEngine.InputSystem.HID.HID/HIDElementFlags::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(HIDElementFlags_tD2526AB55A4E695D472F4F92AB0E7B29182E0E30, ___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; } }; // UnityEngine.InputSystem.HID.HID/HIDReportType struct HIDReportType_tB0D6F97EE47C07DDBA768772ED2ECA1944835544 { public: // System.Int32 UnityEngine.InputSystem.HID.HID/HIDReportType::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(HIDReportType_tB0D6F97EE47C07DDBA768772ED2ECA1944835544, ___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; } }; // UnityEngine.InputSystem.HID.HID/UsagePage struct UsagePage_t4E88F7D5613BA631109F66288E6F6C39990DEBFC { public: // System.Int32 UnityEngine.InputSystem.HID.HID/UsagePage::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(UsagePage_t4E88F7D5613BA631109F66288E6F6C39990DEBFC, ___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; } }; // UnityEngine.InputSystem.InputBinding/Flags struct Flags_tB8C0F66F19426A1903E4D43B669650457D5057D1 { public: // System.Int32 UnityEngine.InputSystem.InputBinding/Flags::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(Flags_tB8C0F66F19426A1903E4D43B669650457D5057D1, ___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; } }; // UnityEngine.InputSystem.LowLevel.InputEventTrace/DeviceInfo struct DeviceInfo_t334200561D480CB3E3BC50F19B78891BBB77BE9F { public: // System.Int32 UnityEngine.InputSystem.LowLevel.InputEventTrace/DeviceInfo::m_DeviceId int32_t ___m_DeviceId_0; // System.String UnityEngine.InputSystem.LowLevel.InputEventTrace/DeviceInfo::m_Layout String_t* ___m_Layout_1; // UnityEngine.InputSystem.Utilities.FourCC UnityEngine.InputSystem.LowLevel.InputEventTrace/DeviceInfo::m_StateFormat FourCC_t8D38CDCEAD02FE53A6C2E9AF01354E4E5AB400A9 ___m_StateFormat_2; // System.Int32 UnityEngine.InputSystem.LowLevel.InputEventTrace/DeviceInfo::m_StateSizeInBytes int32_t ___m_StateSizeInBytes_3; // System.String UnityEngine.InputSystem.LowLevel.InputEventTrace/DeviceInfo::m_FullLayoutJson String_t* ___m_FullLayoutJson_4; public: inline static int32_t get_offset_of_m_DeviceId_0() { return static_cast(offsetof(DeviceInfo_t334200561D480CB3E3BC50F19B78891BBB77BE9F, ___m_DeviceId_0)); } inline int32_t get_m_DeviceId_0() const { return ___m_DeviceId_0; } inline int32_t* get_address_of_m_DeviceId_0() { return &___m_DeviceId_0; } inline void set_m_DeviceId_0(int32_t value) { ___m_DeviceId_0 = value; } inline static int32_t get_offset_of_m_Layout_1() { return static_cast(offsetof(DeviceInfo_t334200561D480CB3E3BC50F19B78891BBB77BE9F, ___m_Layout_1)); } inline String_t* get_m_Layout_1() const { return ___m_Layout_1; } inline String_t** get_address_of_m_Layout_1() { return &___m_Layout_1; } inline void set_m_Layout_1(String_t* value) { ___m_Layout_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_Layout_1), (void*)value); } inline static int32_t get_offset_of_m_StateFormat_2() { return static_cast(offsetof(DeviceInfo_t334200561D480CB3E3BC50F19B78891BBB77BE9F, ___m_StateFormat_2)); } inline FourCC_t8D38CDCEAD02FE53A6C2E9AF01354E4E5AB400A9 get_m_StateFormat_2() const { return ___m_StateFormat_2; } inline FourCC_t8D38CDCEAD02FE53A6C2E9AF01354E4E5AB400A9 * get_address_of_m_StateFormat_2() { return &___m_StateFormat_2; } inline void set_m_StateFormat_2(FourCC_t8D38CDCEAD02FE53A6C2E9AF01354E4E5AB400A9 value) { ___m_StateFormat_2 = value; } inline static int32_t get_offset_of_m_StateSizeInBytes_3() { return static_cast(offsetof(DeviceInfo_t334200561D480CB3E3BC50F19B78891BBB77BE9F, ___m_StateSizeInBytes_3)); } inline int32_t get_m_StateSizeInBytes_3() const { return ___m_StateSizeInBytes_3; } inline int32_t* get_address_of_m_StateSizeInBytes_3() { return &___m_StateSizeInBytes_3; } inline void set_m_StateSizeInBytes_3(int32_t value) { ___m_StateSizeInBytes_3 = value; } inline static int32_t get_offset_of_m_FullLayoutJson_4() { return static_cast(offsetof(DeviceInfo_t334200561D480CB3E3BC50F19B78891BBB77BE9F, ___m_FullLayoutJson_4)); } inline String_t* get_m_FullLayoutJson_4() const { return ___m_FullLayoutJson_4; } inline String_t** get_address_of_m_FullLayoutJson_4() { return &___m_FullLayoutJson_4; } inline void set_m_FullLayoutJson_4(String_t* value) { ___m_FullLayoutJson_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_FullLayoutJson_4), (void*)value); } }; // Native definition for P/Invoke marshalling of UnityEngine.InputSystem.LowLevel.InputEventTrace/DeviceInfo struct DeviceInfo_t334200561D480CB3E3BC50F19B78891BBB77BE9F_marshaled_pinvoke { int32_t ___m_DeviceId_0; char* ___m_Layout_1; FourCC_t8D38CDCEAD02FE53A6C2E9AF01354E4E5AB400A9 ___m_StateFormat_2; int32_t ___m_StateSizeInBytes_3; char* ___m_FullLayoutJson_4; }; // Native definition for COM marshalling of UnityEngine.InputSystem.LowLevel.InputEventTrace/DeviceInfo struct DeviceInfo_t334200561D480CB3E3BC50F19B78891BBB77BE9F_marshaled_com { int32_t ___m_DeviceId_0; Il2CppChar* ___m_Layout_1; FourCC_t8D38CDCEAD02FE53A6C2E9AF01354E4E5AB400A9 ___m_StateFormat_2; int32_t ___m_StateSizeInBytes_3; Il2CppChar* ___m_FullLayoutJson_4; }; // UnityEngine.InputSystem.InputManager/AvailableDevice struct AvailableDevice_tE0BCFEA231DCDD7389B02316CF442D9AD92B6B7D { public: // UnityEngine.InputSystem.Layouts.InputDeviceDescription UnityEngine.InputSystem.InputManager/AvailableDevice::description InputDeviceDescription_tBE78411023CFED0A42110A1357D65BD6E5EDBB58 ___description_0; // System.Int32 UnityEngine.InputSystem.InputManager/AvailableDevice::deviceId int32_t ___deviceId_1; // System.Boolean UnityEngine.InputSystem.InputManager/AvailableDevice::isNative bool ___isNative_2; // System.Boolean UnityEngine.InputSystem.InputManager/AvailableDevice::isRemoved bool ___isRemoved_3; public: inline static int32_t get_offset_of_description_0() { return static_cast(offsetof(AvailableDevice_tE0BCFEA231DCDD7389B02316CF442D9AD92B6B7D, ___description_0)); } inline InputDeviceDescription_tBE78411023CFED0A42110A1357D65BD6E5EDBB58 get_description_0() const { return ___description_0; } inline InputDeviceDescription_tBE78411023CFED0A42110A1357D65BD6E5EDBB58 * get_address_of_description_0() { return &___description_0; } inline void set_description_0(InputDeviceDescription_tBE78411023CFED0A42110A1357D65BD6E5EDBB58 value) { ___description_0 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___description_0))->___m_InterfaceName_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___description_0))->___m_DeviceClass_1), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___description_0))->___m_Manufacturer_2), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___description_0))->___m_Product_3), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___description_0))->___m_Serial_4), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___description_0))->___m_Version_5), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___description_0))->___m_Capabilities_6), (void*)NULL); #endif } inline static int32_t get_offset_of_deviceId_1() { return static_cast(offsetof(AvailableDevice_tE0BCFEA231DCDD7389B02316CF442D9AD92B6B7D, ___deviceId_1)); } inline int32_t get_deviceId_1() const { return ___deviceId_1; } inline int32_t* get_address_of_deviceId_1() { return &___deviceId_1; } inline void set_deviceId_1(int32_t value) { ___deviceId_1 = value; } inline static int32_t get_offset_of_isNative_2() { return static_cast(offsetof(AvailableDevice_tE0BCFEA231DCDD7389B02316CF442D9AD92B6B7D, ___isNative_2)); } inline bool get_isNative_2() const { return ___isNative_2; } inline bool* get_address_of_isNative_2() { return &___isNative_2; } inline void set_isNative_2(bool value) { ___isNative_2 = value; } inline static int32_t get_offset_of_isRemoved_3() { return static_cast(offsetof(AvailableDevice_tE0BCFEA231DCDD7389B02316CF442D9AD92B6B7D, ___isRemoved_3)); } inline bool get_isRemoved_3() const { return ___isRemoved_3; } inline bool* get_address_of_isRemoved_3() { return &___isRemoved_3; } inline void set_isRemoved_3(bool value) { ___isRemoved_3 = value; } }; // Native definition for P/Invoke marshalling of UnityEngine.InputSystem.InputManager/AvailableDevice struct AvailableDevice_tE0BCFEA231DCDD7389B02316CF442D9AD92B6B7D_marshaled_pinvoke { InputDeviceDescription_tBE78411023CFED0A42110A1357D65BD6E5EDBB58_marshaled_pinvoke ___description_0; int32_t ___deviceId_1; int32_t ___isNative_2; int32_t ___isRemoved_3; }; // Native definition for COM marshalling of UnityEngine.InputSystem.InputManager/AvailableDevice struct AvailableDevice_tE0BCFEA231DCDD7389B02316CF442D9AD92B6B7D_marshaled_com { InputDeviceDescription_tBE78411023CFED0A42110A1357D65BD6E5EDBB58_marshaled_com ___description_0; int32_t ___deviceId_1; int32_t ___isNative_2; int32_t ___isRemoved_3; }; // UnityEngine.InputSystem.InputRemoting/RemoteInputDevice struct RemoteInputDevice_t6E2A1B58FFB0ADED6F6A0780D9EB05F7CC5F35A4 { public: // System.Int32 UnityEngine.InputSystem.InputRemoting/RemoteInputDevice::remoteId int32_t ___remoteId_0; // System.Int32 UnityEngine.InputSystem.InputRemoting/RemoteInputDevice::localId int32_t ___localId_1; // UnityEngine.InputSystem.Layouts.InputDeviceDescription UnityEngine.InputSystem.InputRemoting/RemoteInputDevice::description InputDeviceDescription_tBE78411023CFED0A42110A1357D65BD6E5EDBB58 ___description_2; public: inline static int32_t get_offset_of_remoteId_0() { return static_cast(offsetof(RemoteInputDevice_t6E2A1B58FFB0ADED6F6A0780D9EB05F7CC5F35A4, ___remoteId_0)); } inline int32_t get_remoteId_0() const { return ___remoteId_0; } inline int32_t* get_address_of_remoteId_0() { return &___remoteId_0; } inline void set_remoteId_0(int32_t value) { ___remoteId_0 = value; } inline static int32_t get_offset_of_localId_1() { return static_cast(offsetof(RemoteInputDevice_t6E2A1B58FFB0ADED6F6A0780D9EB05F7CC5F35A4, ___localId_1)); } inline int32_t get_localId_1() const { return ___localId_1; } inline int32_t* get_address_of_localId_1() { return &___localId_1; } inline void set_localId_1(int32_t value) { ___localId_1 = value; } inline static int32_t get_offset_of_description_2() { return static_cast(offsetof(RemoteInputDevice_t6E2A1B58FFB0ADED6F6A0780D9EB05F7CC5F35A4, ___description_2)); } inline InputDeviceDescription_tBE78411023CFED0A42110A1357D65BD6E5EDBB58 get_description_2() const { return ___description_2; } inline InputDeviceDescription_tBE78411023CFED0A42110A1357D65BD6E5EDBB58 * get_address_of_description_2() { return &___description_2; } inline void set_description_2(InputDeviceDescription_tBE78411023CFED0A42110A1357D65BD6E5EDBB58 value) { ___description_2 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___description_2))->___m_InterfaceName_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___description_2))->___m_DeviceClass_1), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___description_2))->___m_Manufacturer_2), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___description_2))->___m_Product_3), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___description_2))->___m_Serial_4), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___description_2))->___m_Version_5), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___description_2))->___m_Capabilities_6), (void*)NULL); #endif } }; // Native definition for P/Invoke marshalling of UnityEngine.InputSystem.InputRemoting/RemoteInputDevice struct RemoteInputDevice_t6E2A1B58FFB0ADED6F6A0780D9EB05F7CC5F35A4_marshaled_pinvoke { int32_t ___remoteId_0; int32_t ___localId_1; InputDeviceDescription_tBE78411023CFED0A42110A1357D65BD6E5EDBB58_marshaled_pinvoke ___description_2; }; // Native definition for COM marshalling of UnityEngine.InputSystem.InputRemoting/RemoteInputDevice struct RemoteInputDevice_t6E2A1B58FFB0ADED6F6A0780D9EB05F7CC5F35A4_marshaled_com { int32_t ___remoteId_0; int32_t ___localId_1; InputDeviceDescription_tBE78411023CFED0A42110A1357D65BD6E5EDBB58_marshaled_com ___description_2; }; // UnityEngine.InputSystem.Users.InputUser/UserFlags struct UserFlags_tD3FF9EF07145BB96489084590150C6E07E30D2A7 { public: // System.Int32 UnityEngine.InputSystem.Users.InputUser/UserFlags::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(UserFlags_tD3FF9EF07145BB96489084590150C6E07E30D2A7, ___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; } }; // UnityEngine.InputSystem.Utilities.JsonParser/JsonString struct JsonString_tB3A1938903F2377F780FF4C4FE7CC6EA81C0D301 { public: // UnityEngine.InputSystem.Utilities.Substring UnityEngine.InputSystem.Utilities.JsonParser/JsonString::text Substring_t9EE457D8CFFFB970B2967B31E9D9AB465415571F ___text_0; // System.Boolean UnityEngine.InputSystem.Utilities.JsonParser/JsonString::hasEscapes bool ___hasEscapes_1; public: inline static int32_t get_offset_of_text_0() { return static_cast(offsetof(JsonString_tB3A1938903F2377F780FF4C4FE7CC6EA81C0D301, ___text_0)); } inline Substring_t9EE457D8CFFFB970B2967B31E9D9AB465415571F get_text_0() const { return ___text_0; } inline Substring_t9EE457D8CFFFB970B2967B31E9D9AB465415571F * get_address_of_text_0() { return &___text_0; } inline void set_text_0(Substring_t9EE457D8CFFFB970B2967B31E9D9AB465415571F value) { ___text_0 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___text_0))->___m_String_0), (void*)NULL); } inline static int32_t get_offset_of_hasEscapes_1() { return static_cast(offsetof(JsonString_tB3A1938903F2377F780FF4C4FE7CC6EA81C0D301, ___hasEscapes_1)); } inline bool get_hasEscapes_1() const { return ___hasEscapes_1; } inline bool* get_address_of_hasEscapes_1() { return &___hasEscapes_1; } inline void set_hasEscapes_1(bool value) { ___hasEscapes_1 = value; } }; // Native definition for P/Invoke marshalling of UnityEngine.InputSystem.Utilities.JsonParser/JsonString struct JsonString_tB3A1938903F2377F780FF4C4FE7CC6EA81C0D301_marshaled_pinvoke { Substring_t9EE457D8CFFFB970B2967B31E9D9AB465415571F_marshaled_pinvoke ___text_0; int32_t ___hasEscapes_1; }; // Native definition for COM marshalling of UnityEngine.InputSystem.Utilities.JsonParser/JsonString struct JsonString_tB3A1938903F2377F780FF4C4FE7CC6EA81C0D301_marshaled_com { Substring_t9EE457D8CFFFB970B2967B31E9D9AB465415571F_marshaled_com ___text_0; int32_t ___hasEscapes_1; }; // UnityEngine.InputSystem.Utilities.JsonParser/JsonValueType struct JsonValueType_t536726C35383E9602EC7AE443D8CFC95C5F35540 { public: // System.Int32 UnityEngine.InputSystem.Utilities.JsonParser/JsonValueType::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(JsonValueType_t536726C35383E9602EC7AE443D8CFC95C5F35540, ___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; } }; // CrazyMinnow.SALSA.LerpEasings/EasingType struct EasingType_t5884FF33196AE6FE96EA7DC352E1051C49ABE29E { public: // System.Int32 CrazyMinnow.SALSA.LerpEasings/EasingType::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(EasingType_t5884FF33196AE6FE96EA7DC352E1051C49ABE29E, ___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; } }; // UnityEngine.Experimental.Rendering.Universal.Light2DBlendStyle/BlendMode struct BlendMode_t74F54CFB2DD2EF2D254A029C3B22F712D61850D2 { public: // System.Int32 UnityEngine.Experimental.Rendering.Universal.Light2DBlendStyle/BlendMode::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(BlendMode_t74F54CFB2DD2EF2D254A029C3B22F712D61850D2, ___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; } }; // UnityEngine.Experimental.Rendering.Universal.Light2DBlendStyle/TextureChannel struct TextureChannel_tA3B70889E0462E2B1A163CAFC56961A31EC52F39 { public: // System.Int32 UnityEngine.Experimental.Rendering.Universal.Light2DBlendStyle/TextureChannel::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(TextureChannel_tA3B70889E0462E2B1A163CAFC56961A31EC52F39, ___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; } }; // UnityEngine.Experimental.Rendering.Universal.LightUtility/ParametricLightMeshVertex struct ParametricLightMeshVertex_tB82504F406737A009734BC6F80812DAC6B4DE893 { public: // Unity.Mathematics.float3 UnityEngine.Experimental.Rendering.Universal.LightUtility/ParametricLightMeshVertex::position float3_tE0DD2FF13F818025945C9AC314390D2A1F55E37D ___position_0; // UnityEngine.Color UnityEngine.Experimental.Rendering.Universal.LightUtility/ParametricLightMeshVertex::color Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 ___color_1; public: inline static int32_t get_offset_of_position_0() { return static_cast(offsetof(ParametricLightMeshVertex_tB82504F406737A009734BC6F80812DAC6B4DE893, ___position_0)); } inline float3_tE0DD2FF13F818025945C9AC314390D2A1F55E37D get_position_0() const { return ___position_0; } inline float3_tE0DD2FF13F818025945C9AC314390D2A1F55E37D * get_address_of_position_0() { return &___position_0; } inline void set_position_0(float3_tE0DD2FF13F818025945C9AC314390D2A1F55E37D value) { ___position_0 = value; } inline static int32_t get_offset_of_color_1() { return static_cast(offsetof(ParametricLightMeshVertex_tB82504F406737A009734BC6F80812DAC6B4DE893, ___color_1)); } inline Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 get_color_1() const { return ___color_1; } inline Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 * get_address_of_color_1() { return &___color_1; } inline void set_color_1(Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 value) { ___color_1 = value; } }; // UnityEngine.Experimental.Rendering.Universal.LightUtility/SpriteLightMeshVertex struct SpriteLightMeshVertex_t6B4EA22B1C7FE0AFC97B4E47B3D24031A436CBCC { public: // UnityEngine.Vector3 UnityEngine.Experimental.Rendering.Universal.LightUtility/SpriteLightMeshVertex::position Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___position_0; // UnityEngine.Color UnityEngine.Experimental.Rendering.Universal.LightUtility/SpriteLightMeshVertex::color Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 ___color_1; // UnityEngine.Vector2 UnityEngine.Experimental.Rendering.Universal.LightUtility/SpriteLightMeshVertex::uv Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 ___uv_2; public: inline static int32_t get_offset_of_position_0() { return static_cast(offsetof(SpriteLightMeshVertex_t6B4EA22B1C7FE0AFC97B4E47B3D24031A436CBCC, ___position_0)); } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E get_position_0() const { return ___position_0; } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * get_address_of_position_0() { return &___position_0; } inline void set_position_0(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E value) { ___position_0 = value; } inline static int32_t get_offset_of_color_1() { return static_cast(offsetof(SpriteLightMeshVertex_t6B4EA22B1C7FE0AFC97B4E47B3D24031A436CBCC, ___color_1)); } inline Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 get_color_1() const { return ___color_1; } inline Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 * get_address_of_color_1() { return &___color_1; } inline void set_color_1(Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 value) { ___color_1 = value; } inline static int32_t get_offset_of_uv_2() { return static_cast(offsetof(SpriteLightMeshVertex_t6B4EA22B1C7FE0AFC97B4E47B3D24031A436CBCC, ___uv_2)); } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 get_uv_2() const { return ___uv_2; } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 * get_address_of_uv_2() { return &___uv_2; } inline void set_uv_2(Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 value) { ___uv_2 = value; } }; // UnityEngine.UI.Navigation/Mode struct Mode_t3113FDF05158BBA1DFC78D7F69E4C1D25135CB0F { public: // System.Int32 UnityEngine.UI.Navigation/Mode::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(Mode_t3113FDF05158BBA1DFC78D7F69E4C1D25135CB0F, ___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; } }; // OVRDisplay/EyeRenderDesc struct EyeRenderDesc_tD08EE6C80E0DFB171EE7152F9AC6406CBFDF2FE8 { public: // UnityEngine.Vector2 OVRDisplay/EyeRenderDesc::resolution Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 ___resolution_0; // UnityEngine.Vector2 OVRDisplay/EyeRenderDesc::fov Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 ___fov_1; // OVRDisplay/EyeFov OVRDisplay/EyeRenderDesc::fullFov EyeFov_t932550483BD832E164BAA6F3803245F65617C0C4 ___fullFov_2; public: inline static int32_t get_offset_of_resolution_0() { return static_cast(offsetof(EyeRenderDesc_tD08EE6C80E0DFB171EE7152F9AC6406CBFDF2FE8, ___resolution_0)); } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 get_resolution_0() const { return ___resolution_0; } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 * get_address_of_resolution_0() { return &___resolution_0; } inline void set_resolution_0(Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 value) { ___resolution_0 = value; } inline static int32_t get_offset_of_fov_1() { return static_cast(offsetof(EyeRenderDesc_tD08EE6C80E0DFB171EE7152F9AC6406CBFDF2FE8, ___fov_1)); } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 get_fov_1() const { return ___fov_1; } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 * get_address_of_fov_1() { return &___fov_1; } inline void set_fov_1(Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 value) { ___fov_1 = value; } inline static int32_t get_offset_of_fullFov_2() { return static_cast(offsetof(EyeRenderDesc_tD08EE6C80E0DFB171EE7152F9AC6406CBFDF2FE8, ___fullFov_2)); } inline EyeFov_t932550483BD832E164BAA6F3803245F65617C0C4 get_fullFov_2() const { return ___fullFov_2; } inline EyeFov_t932550483BD832E164BAA6F3803245F65617C0C4 * get_address_of_fullFov_2() { return &___fullFov_2; } inline void set_fullFov_2(EyeFov_t932550483BD832E164BAA6F3803245F65617C0C4 value) { ___fullFov_2 = value; } }; // OVRInput/OpenVRController struct OpenVRController_t4C3B072AD524D07AA19784028DC5553E559189F5 { public: // System.UInt64 OVRInput/OpenVRController::value__ uint64_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(OpenVRController_t4C3B072AD524D07AA19784028DC5553E559189F5, ___value___2)); } inline uint64_t get_value___2() const { return ___value___2; } inline uint64_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(uint64_t value) { ___value___2 = value; } }; // OVROverlay/LayerTexture struct LayerTexture_t3BA5633FA68A094ACEC51BA1E9999CCABDCB571E { public: // UnityEngine.Texture OVROverlay/LayerTexture::appTexture Texture_t9FE0218A1EEDF266E8C85879FE123265CACC95AE * ___appTexture_0; // System.IntPtr OVROverlay/LayerTexture::appTexturePtr intptr_t ___appTexturePtr_1; // UnityEngine.Texture[] OVROverlay/LayerTexture::swapChain TextureU5BU5D_t9DBF348F22539052ACB9387E8BB14A3AF2701150* ___swapChain_2; // System.IntPtr[] OVROverlay/LayerTexture::swapChainPtr IntPtrU5BU5D_t27FC72B0409D75AAF33EC42498E8094E95FEE9A6* ___swapChainPtr_3; public: inline static int32_t get_offset_of_appTexture_0() { return static_cast(offsetof(LayerTexture_t3BA5633FA68A094ACEC51BA1E9999CCABDCB571E, ___appTexture_0)); } inline Texture_t9FE0218A1EEDF266E8C85879FE123265CACC95AE * get_appTexture_0() const { return ___appTexture_0; } inline Texture_t9FE0218A1EEDF266E8C85879FE123265CACC95AE ** get_address_of_appTexture_0() { return &___appTexture_0; } inline void set_appTexture_0(Texture_t9FE0218A1EEDF266E8C85879FE123265CACC95AE * value) { ___appTexture_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___appTexture_0), (void*)value); } inline static int32_t get_offset_of_appTexturePtr_1() { return static_cast(offsetof(LayerTexture_t3BA5633FA68A094ACEC51BA1E9999CCABDCB571E, ___appTexturePtr_1)); } inline intptr_t get_appTexturePtr_1() const { return ___appTexturePtr_1; } inline intptr_t* get_address_of_appTexturePtr_1() { return &___appTexturePtr_1; } inline void set_appTexturePtr_1(intptr_t value) { ___appTexturePtr_1 = value; } inline static int32_t get_offset_of_swapChain_2() { return static_cast(offsetof(LayerTexture_t3BA5633FA68A094ACEC51BA1E9999CCABDCB571E, ___swapChain_2)); } inline TextureU5BU5D_t9DBF348F22539052ACB9387E8BB14A3AF2701150* get_swapChain_2() const { return ___swapChain_2; } inline TextureU5BU5D_t9DBF348F22539052ACB9387E8BB14A3AF2701150** get_address_of_swapChain_2() { return &___swapChain_2; } inline void set_swapChain_2(TextureU5BU5D_t9DBF348F22539052ACB9387E8BB14A3AF2701150* value) { ___swapChain_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___swapChain_2), (void*)value); } inline static int32_t get_offset_of_swapChainPtr_3() { return static_cast(offsetof(LayerTexture_t3BA5633FA68A094ACEC51BA1E9999CCABDCB571E, ___swapChainPtr_3)); } inline IntPtrU5BU5D_t27FC72B0409D75AAF33EC42498E8094E95FEE9A6* get_swapChainPtr_3() const { return ___swapChainPtr_3; } inline IntPtrU5BU5D_t27FC72B0409D75AAF33EC42498E8094E95FEE9A6** get_address_of_swapChainPtr_3() { return &___swapChainPtr_3; } inline void set_swapChainPtr_3(IntPtrU5BU5D_t27FC72B0409D75AAF33EC42498E8094E95FEE9A6* value) { ___swapChainPtr_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___swapChainPtr_3), (void*)value); } }; // Native definition for P/Invoke marshalling of OVROverlay/LayerTexture struct LayerTexture_t3BA5633FA68A094ACEC51BA1E9999CCABDCB571E_marshaled_pinvoke { Texture_t9FE0218A1EEDF266E8C85879FE123265CACC95AE * ___appTexture_0; intptr_t ___appTexturePtr_1; TextureU5BU5D_t9DBF348F22539052ACB9387E8BB14A3AF2701150* ___swapChain_2; Il2CppSafeArray/*NONE*/* ___swapChainPtr_3; }; // Native definition for COM marshalling of OVROverlay/LayerTexture struct LayerTexture_t3BA5633FA68A094ACEC51BA1E9999CCABDCB571E_marshaled_com { Texture_t9FE0218A1EEDF266E8C85879FE123265CACC95AE * ___appTexture_0; intptr_t ___appTexturePtr_1; TextureU5BU5D_t9DBF348F22539052ACB9387E8BB14A3AF2701150* ___swapChain_2; Il2CppSafeArray/*NONE*/* ___swapChainPtr_3; }; // OVRPlugin/BoneCapsule struct BoneCapsule_t482B1E40C3A6FD1C90BAF5B3A24719B196071B07 { public: // System.Int16 OVRPlugin/BoneCapsule::BoneIndex int16_t ___BoneIndex_0; // OVRPlugin/Vector3f OVRPlugin/BoneCapsule::StartPoint Vector3f_tF74D3A692AC7064BFF4EBEC1E704723CA2905417 ___StartPoint_1; // OVRPlugin/Vector3f OVRPlugin/BoneCapsule::EndPoint Vector3f_tF74D3A692AC7064BFF4EBEC1E704723CA2905417 ___EndPoint_2; // System.Single OVRPlugin/BoneCapsule::Radius float ___Radius_3; public: inline static int32_t get_offset_of_BoneIndex_0() { return static_cast(offsetof(BoneCapsule_t482B1E40C3A6FD1C90BAF5B3A24719B196071B07, ___BoneIndex_0)); } inline int16_t get_BoneIndex_0() const { return ___BoneIndex_0; } inline int16_t* get_address_of_BoneIndex_0() { return &___BoneIndex_0; } inline void set_BoneIndex_0(int16_t value) { ___BoneIndex_0 = value; } inline static int32_t get_offset_of_StartPoint_1() { return static_cast(offsetof(BoneCapsule_t482B1E40C3A6FD1C90BAF5B3A24719B196071B07, ___StartPoint_1)); } inline Vector3f_tF74D3A692AC7064BFF4EBEC1E704723CA2905417 get_StartPoint_1() const { return ___StartPoint_1; } inline Vector3f_tF74D3A692AC7064BFF4EBEC1E704723CA2905417 * get_address_of_StartPoint_1() { return &___StartPoint_1; } inline void set_StartPoint_1(Vector3f_tF74D3A692AC7064BFF4EBEC1E704723CA2905417 value) { ___StartPoint_1 = value; } inline static int32_t get_offset_of_EndPoint_2() { return static_cast(offsetof(BoneCapsule_t482B1E40C3A6FD1C90BAF5B3A24719B196071B07, ___EndPoint_2)); } inline Vector3f_tF74D3A692AC7064BFF4EBEC1E704723CA2905417 get_EndPoint_2() const { return ___EndPoint_2; } inline Vector3f_tF74D3A692AC7064BFF4EBEC1E704723CA2905417 * get_address_of_EndPoint_2() { return &___EndPoint_2; } inline void set_EndPoint_2(Vector3f_tF74D3A692AC7064BFF4EBEC1E704723CA2905417 value) { ___EndPoint_2 = value; } inline static int32_t get_offset_of_Radius_3() { return static_cast(offsetof(BoneCapsule_t482B1E40C3A6FD1C90BAF5B3A24719B196071B07, ___Radius_3)); } inline float get_Radius_3() const { return ___Radius_3; } inline float* get_address_of_Radius_3() { return &___Radius_3; } inline void set_Radius_3(float value) { ___Radius_3 = value; } }; // OVRPlugin/BoneId struct BoneId_t0A08DD5A5735873EEAD52D56DFE9930A3EA23E22 { public: // System.Int32 OVRPlugin/BoneId::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(BoneId_t0A08DD5A5735873EEAD52D56DFE9930A3EA23E22, ___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; } }; // OVRPlugin/Posef struct Posef_tAB560ABDD92D837B4DF63F6FAEE32A1E1144B952 { public: // OVRPlugin/Quatf OVRPlugin/Posef::Orientation Quatf_t62062FC7CE72F55D499CA6BFF7EF122D2C6AF42D ___Orientation_0; // OVRPlugin/Vector3f OVRPlugin/Posef::Position Vector3f_tF74D3A692AC7064BFF4EBEC1E704723CA2905417 ___Position_1; public: inline static int32_t get_offset_of_Orientation_0() { return static_cast(offsetof(Posef_tAB560ABDD92D837B4DF63F6FAEE32A1E1144B952, ___Orientation_0)); } inline Quatf_t62062FC7CE72F55D499CA6BFF7EF122D2C6AF42D get_Orientation_0() const { return ___Orientation_0; } inline Quatf_t62062FC7CE72F55D499CA6BFF7EF122D2C6AF42D * get_address_of_Orientation_0() { return &___Orientation_0; } inline void set_Orientation_0(Quatf_t62062FC7CE72F55D499CA6BFF7EF122D2C6AF42D value) { ___Orientation_0 = value; } inline static int32_t get_offset_of_Position_1() { return static_cast(offsetof(Posef_tAB560ABDD92D837B4DF63F6FAEE32A1E1144B952, ___Position_1)); } inline Vector3f_tF74D3A692AC7064BFF4EBEC1E704723CA2905417 get_Position_1() const { return ___Position_1; } inline Vector3f_tF74D3A692AC7064BFF4EBEC1E704723CA2905417 * get_address_of_Position_1() { return &___Position_1; } inline void set_Position_1(Vector3f_tF74D3A692AC7064BFF4EBEC1E704723CA2905417 value) { ___Position_1 = value; } }; // OVRPlugin/Rectf struct Rectf_t2A1D0CD8A28CA6615FCCE4770967597CB38B30A3 { public: // OVRPlugin/Vector2f OVRPlugin/Rectf::Pos Vector2f_t1A3A349F1E6819E0FF7A685BC6FC4067846FD354 ___Pos_0; // OVRPlugin/Sizef OVRPlugin/Rectf::Size Sizef_t2ED899DE36514803EED2B3ADA0FF5BBA57281314 ___Size_1; public: inline static int32_t get_offset_of_Pos_0() { return static_cast(offsetof(Rectf_t2A1D0CD8A28CA6615FCCE4770967597CB38B30A3, ___Pos_0)); } inline Vector2f_t1A3A349F1E6819E0FF7A685BC6FC4067846FD354 get_Pos_0() const { return ___Pos_0; } inline Vector2f_t1A3A349F1E6819E0FF7A685BC6FC4067846FD354 * get_address_of_Pos_0() { return &___Pos_0; } inline void set_Pos_0(Vector2f_t1A3A349F1E6819E0FF7A685BC6FC4067846FD354 value) { ___Pos_0 = value; } inline static int32_t get_offset_of_Size_1() { return static_cast(offsetof(Rectf_t2A1D0CD8A28CA6615FCCE4770967597CB38B30A3, ___Size_1)); } inline Sizef_t2ED899DE36514803EED2B3ADA0FF5BBA57281314 get_Size_1() const { return ___Size_1; } inline Sizef_t2ED899DE36514803EED2B3ADA0FF5BBA57281314 * get_address_of_Size_1() { return &___Size_1; } inline void set_Size_1(Sizef_t2ED899DE36514803EED2B3ADA0FF5BBA57281314 value) { ___Size_1 = value; } }; // OVRPlugin/Recti struct Recti_tD2C1BEA713181405D159AB1EA59B80178F7F3F9B { public: // OVRPlugin/Vector2i OVRPlugin/Recti::Pos Vector2i_t4DE1BD7B6E35A62EDB13BE5EBF8746EC010A7B8B ___Pos_0; // OVRPlugin/Sizei OVRPlugin/Recti::Size Sizei_tEB5AC4FB252F39A8D3FE08B6D3FCE03666021041 ___Size_1; public: inline static int32_t get_offset_of_Pos_0() { return static_cast(offsetof(Recti_tD2C1BEA713181405D159AB1EA59B80178F7F3F9B, ___Pos_0)); } inline Vector2i_t4DE1BD7B6E35A62EDB13BE5EBF8746EC010A7B8B get_Pos_0() const { return ___Pos_0; } inline Vector2i_t4DE1BD7B6E35A62EDB13BE5EBF8746EC010A7B8B * get_address_of_Pos_0() { return &___Pos_0; } inline void set_Pos_0(Vector2i_t4DE1BD7B6E35A62EDB13BE5EBF8746EC010A7B8B value) { ___Pos_0 = value; } inline static int32_t get_offset_of_Size_1() { return static_cast(offsetof(Recti_tD2C1BEA713181405D159AB1EA59B80178F7F3F9B, ___Size_1)); } inline Sizei_tEB5AC4FB252F39A8D3FE08B6D3FCE03666021041 get_Size_1() const { return ___Size_1; } inline Sizei_tEB5AC4FB252F39A8D3FE08B6D3FCE03666021041 * get_address_of_Size_1() { return &___Size_1; } inline void set_Size_1(Sizei_tEB5AC4FB252F39A8D3FE08B6D3FCE03666021041 value) { ___Size_1 = value; } }; // OVRPlugin/SpatialEntityQueryResult struct SpatialEntityQueryResult_tF04F031623489B9D7FA4AFF4728CFC4EA9942F09 { public: // System.UInt64 OVRPlugin/SpatialEntityQueryResult::space uint64_t ___space_0; // OVRPlugin/SpatialEntityUuid OVRPlugin/SpatialEntityQueryResult::uuid SpatialEntityUuid_tA19AAB8C1F10B9E48669D6191686B30F350BD8B1 ___uuid_1; public: inline static int32_t get_offset_of_space_0() { return static_cast(offsetof(SpatialEntityQueryResult_tF04F031623489B9D7FA4AFF4728CFC4EA9942F09, ___space_0)); } inline uint64_t get_space_0() const { return ___space_0; } inline uint64_t* get_address_of_space_0() { return &___space_0; } inline void set_space_0(uint64_t value) { ___space_0 = value; } inline static int32_t get_offset_of_uuid_1() { return static_cast(offsetof(SpatialEntityQueryResult_tF04F031623489B9D7FA4AFF4728CFC4EA9942F09, ___uuid_1)); } inline SpatialEntityUuid_tA19AAB8C1F10B9E48669D6191686B30F350BD8B1 get_uuid_1() const { return ___uuid_1; } inline SpatialEntityUuid_tA19AAB8C1F10B9E48669D6191686B30F350BD8B1 * get_address_of_uuid_1() { return &___uuid_1; } inline void set_uuid_1(SpatialEntityUuid_tA19AAB8C1F10B9E48669D6191686B30F350BD8B1 value) { ___uuid_1 = value; } }; // OVRRaycaster/RaycastHit struct RaycastHit_tAE07AFB2EA5EDC4D687ECF28D7CE7F38B3953CCB { public: // UnityEngine.UI.Graphic OVRRaycaster/RaycastHit::graphic Graphic_tF07D777035055CF93BA5F46F77ED5EDFEFF9AE24 * ___graphic_0; // UnityEngine.Vector3 OVRRaycaster/RaycastHit::worldPos Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___worldPos_1; // System.Boolean OVRRaycaster/RaycastHit::fromMouse bool ___fromMouse_2; public: inline static int32_t get_offset_of_graphic_0() { return static_cast(offsetof(RaycastHit_tAE07AFB2EA5EDC4D687ECF28D7CE7F38B3953CCB, ___graphic_0)); } inline Graphic_tF07D777035055CF93BA5F46F77ED5EDFEFF9AE24 * get_graphic_0() const { return ___graphic_0; } inline Graphic_tF07D777035055CF93BA5F46F77ED5EDFEFF9AE24 ** get_address_of_graphic_0() { return &___graphic_0; } inline void set_graphic_0(Graphic_tF07D777035055CF93BA5F46F77ED5EDFEFF9AE24 * value) { ___graphic_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___graphic_0), (void*)value); } inline static int32_t get_offset_of_worldPos_1() { return static_cast(offsetof(RaycastHit_tAE07AFB2EA5EDC4D687ECF28D7CE7F38B3953CCB, ___worldPos_1)); } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E get_worldPos_1() const { return ___worldPos_1; } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * get_address_of_worldPos_1() { return &___worldPos_1; } inline void set_worldPos_1(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E value) { ___worldPos_1 = value; } inline static int32_t get_offset_of_fromMouse_2() { return static_cast(offsetof(RaycastHit_tAE07AFB2EA5EDC4D687ECF28D7CE7F38B3953CCB, ___fromMouse_2)); } inline bool get_fromMouse_2() const { return ___fromMouse_2; } inline bool* get_address_of_fromMouse_2() { return &___fromMouse_2; } inline void set_fromMouse_2(bool value) { ___fromMouse_2 = value; } }; // Native definition for P/Invoke marshalling of OVRRaycaster/RaycastHit struct RaycastHit_tAE07AFB2EA5EDC4D687ECF28D7CE7F38B3953CCB_marshaled_pinvoke { Graphic_tF07D777035055CF93BA5F46F77ED5EDFEFF9AE24 * ___graphic_0; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___worldPos_1; int32_t ___fromMouse_2; }; // Native definition for COM marshalling of OVRRaycaster/RaycastHit struct RaycastHit_tAE07AFB2EA5EDC4D687ECF28D7CE7F38B3953CCB_marshaled_com { Graphic_tF07D777035055CF93BA5F46F77ED5EDFEFF9AE24 * ___graphic_0; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___worldPos_1; int32_t ___fromMouse_2; }; // OVRSkeleton/BoneId struct BoneId_tDF329B86B125C570AD6B5D3B4D9060B62B5A2024 { public: // System.Int32 OVRSkeleton/BoneId::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(BoneId_tDF329B86B125C570AD6B5D3B4D9060B62B5A2024, ___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; } }; // UnityEngine.ParticleSystem/Particle struct Particle_tDAEF22C4F9FB70E048551ECB203B6A81185832E1 { public: // UnityEngine.Vector3 UnityEngine.ParticleSystem/Particle::m_Position Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___m_Position_0; // UnityEngine.Vector3 UnityEngine.ParticleSystem/Particle::m_Velocity Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___m_Velocity_1; // UnityEngine.Vector3 UnityEngine.ParticleSystem/Particle::m_AnimatedVelocity Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___m_AnimatedVelocity_2; // UnityEngine.Vector3 UnityEngine.ParticleSystem/Particle::m_InitialVelocity Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___m_InitialVelocity_3; // UnityEngine.Vector3 UnityEngine.ParticleSystem/Particle::m_AxisOfRotation Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___m_AxisOfRotation_4; // UnityEngine.Vector3 UnityEngine.ParticleSystem/Particle::m_Rotation Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___m_Rotation_5; // UnityEngine.Vector3 UnityEngine.ParticleSystem/Particle::m_AngularVelocity Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___m_AngularVelocity_6; // UnityEngine.Vector3 UnityEngine.ParticleSystem/Particle::m_StartSize Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___m_StartSize_7; // UnityEngine.Color32 UnityEngine.ParticleSystem/Particle::m_StartColor Color32_tDB54A78627878A7D2DE42BB028D64306A18E858D ___m_StartColor_8; // System.UInt32 UnityEngine.ParticleSystem/Particle::m_RandomSeed uint32_t ___m_RandomSeed_9; // System.UInt32 UnityEngine.ParticleSystem/Particle::m_ParentRandomSeed uint32_t ___m_ParentRandomSeed_10; // System.Single UnityEngine.ParticleSystem/Particle::m_Lifetime float ___m_Lifetime_11; // System.Single UnityEngine.ParticleSystem/Particle::m_StartLifetime float ___m_StartLifetime_12; // System.Int32 UnityEngine.ParticleSystem/Particle::m_MeshIndex int32_t ___m_MeshIndex_13; // System.Single UnityEngine.ParticleSystem/Particle::m_EmitAccumulator0 float ___m_EmitAccumulator0_14; // System.Single UnityEngine.ParticleSystem/Particle::m_EmitAccumulator1 float ___m_EmitAccumulator1_15; // System.UInt32 UnityEngine.ParticleSystem/Particle::m_Flags uint32_t ___m_Flags_16; public: inline static int32_t get_offset_of_m_Position_0() { return static_cast(offsetof(Particle_tDAEF22C4F9FB70E048551ECB203B6A81185832E1, ___m_Position_0)); } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E get_m_Position_0() const { return ___m_Position_0; } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * get_address_of_m_Position_0() { return &___m_Position_0; } inline void set_m_Position_0(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E value) { ___m_Position_0 = value; } inline static int32_t get_offset_of_m_Velocity_1() { return static_cast(offsetof(Particle_tDAEF22C4F9FB70E048551ECB203B6A81185832E1, ___m_Velocity_1)); } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E get_m_Velocity_1() const { return ___m_Velocity_1; } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * get_address_of_m_Velocity_1() { return &___m_Velocity_1; } inline void set_m_Velocity_1(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E value) { ___m_Velocity_1 = value; } inline static int32_t get_offset_of_m_AnimatedVelocity_2() { return static_cast(offsetof(Particle_tDAEF22C4F9FB70E048551ECB203B6A81185832E1, ___m_AnimatedVelocity_2)); } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E get_m_AnimatedVelocity_2() const { return ___m_AnimatedVelocity_2; } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * get_address_of_m_AnimatedVelocity_2() { return &___m_AnimatedVelocity_2; } inline void set_m_AnimatedVelocity_2(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E value) { ___m_AnimatedVelocity_2 = value; } inline static int32_t get_offset_of_m_InitialVelocity_3() { return static_cast(offsetof(Particle_tDAEF22C4F9FB70E048551ECB203B6A81185832E1, ___m_InitialVelocity_3)); } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E get_m_InitialVelocity_3() const { return ___m_InitialVelocity_3; } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * get_address_of_m_InitialVelocity_3() { return &___m_InitialVelocity_3; } inline void set_m_InitialVelocity_3(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E value) { ___m_InitialVelocity_3 = value; } inline static int32_t get_offset_of_m_AxisOfRotation_4() { return static_cast(offsetof(Particle_tDAEF22C4F9FB70E048551ECB203B6A81185832E1, ___m_AxisOfRotation_4)); } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E get_m_AxisOfRotation_4() const { return ___m_AxisOfRotation_4; } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * get_address_of_m_AxisOfRotation_4() { return &___m_AxisOfRotation_4; } inline void set_m_AxisOfRotation_4(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E value) { ___m_AxisOfRotation_4 = value; } inline static int32_t get_offset_of_m_Rotation_5() { return static_cast(offsetof(Particle_tDAEF22C4F9FB70E048551ECB203B6A81185832E1, ___m_Rotation_5)); } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E get_m_Rotation_5() const { return ___m_Rotation_5; } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * get_address_of_m_Rotation_5() { return &___m_Rotation_5; } inline void set_m_Rotation_5(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E value) { ___m_Rotation_5 = value; } inline static int32_t get_offset_of_m_AngularVelocity_6() { return static_cast(offsetof(Particle_tDAEF22C4F9FB70E048551ECB203B6A81185832E1, ___m_AngularVelocity_6)); } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E get_m_AngularVelocity_6() const { return ___m_AngularVelocity_6; } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * get_address_of_m_AngularVelocity_6() { return &___m_AngularVelocity_6; } inline void set_m_AngularVelocity_6(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E value) { ___m_AngularVelocity_6 = value; } inline static int32_t get_offset_of_m_StartSize_7() { return static_cast(offsetof(Particle_tDAEF22C4F9FB70E048551ECB203B6A81185832E1, ___m_StartSize_7)); } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E get_m_StartSize_7() const { return ___m_StartSize_7; } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * get_address_of_m_StartSize_7() { return &___m_StartSize_7; } inline void set_m_StartSize_7(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E value) { ___m_StartSize_7 = value; } inline static int32_t get_offset_of_m_StartColor_8() { return static_cast(offsetof(Particle_tDAEF22C4F9FB70E048551ECB203B6A81185832E1, ___m_StartColor_8)); } inline Color32_tDB54A78627878A7D2DE42BB028D64306A18E858D get_m_StartColor_8() const { return ___m_StartColor_8; } inline Color32_tDB54A78627878A7D2DE42BB028D64306A18E858D * get_address_of_m_StartColor_8() { return &___m_StartColor_8; } inline void set_m_StartColor_8(Color32_tDB54A78627878A7D2DE42BB028D64306A18E858D value) { ___m_StartColor_8 = value; } inline static int32_t get_offset_of_m_RandomSeed_9() { return static_cast(offsetof(Particle_tDAEF22C4F9FB70E048551ECB203B6A81185832E1, ___m_RandomSeed_9)); } inline uint32_t get_m_RandomSeed_9() const { return ___m_RandomSeed_9; } inline uint32_t* get_address_of_m_RandomSeed_9() { return &___m_RandomSeed_9; } inline void set_m_RandomSeed_9(uint32_t value) { ___m_RandomSeed_9 = value; } inline static int32_t get_offset_of_m_ParentRandomSeed_10() { return static_cast(offsetof(Particle_tDAEF22C4F9FB70E048551ECB203B6A81185832E1, ___m_ParentRandomSeed_10)); } inline uint32_t get_m_ParentRandomSeed_10() const { return ___m_ParentRandomSeed_10; } inline uint32_t* get_address_of_m_ParentRandomSeed_10() { return &___m_ParentRandomSeed_10; } inline void set_m_ParentRandomSeed_10(uint32_t value) { ___m_ParentRandomSeed_10 = value; } inline static int32_t get_offset_of_m_Lifetime_11() { return static_cast(offsetof(Particle_tDAEF22C4F9FB70E048551ECB203B6A81185832E1, ___m_Lifetime_11)); } inline float get_m_Lifetime_11() const { return ___m_Lifetime_11; } inline float* get_address_of_m_Lifetime_11() { return &___m_Lifetime_11; } inline void set_m_Lifetime_11(float value) { ___m_Lifetime_11 = value; } inline static int32_t get_offset_of_m_StartLifetime_12() { return static_cast(offsetof(Particle_tDAEF22C4F9FB70E048551ECB203B6A81185832E1, ___m_StartLifetime_12)); } inline float get_m_StartLifetime_12() const { return ___m_StartLifetime_12; } inline float* get_address_of_m_StartLifetime_12() { return &___m_StartLifetime_12; } inline void set_m_StartLifetime_12(float value) { ___m_StartLifetime_12 = value; } inline static int32_t get_offset_of_m_MeshIndex_13() { return static_cast(offsetof(Particle_tDAEF22C4F9FB70E048551ECB203B6A81185832E1, ___m_MeshIndex_13)); } inline int32_t get_m_MeshIndex_13() const { return ___m_MeshIndex_13; } inline int32_t* get_address_of_m_MeshIndex_13() { return &___m_MeshIndex_13; } inline void set_m_MeshIndex_13(int32_t value) { ___m_MeshIndex_13 = value; } inline static int32_t get_offset_of_m_EmitAccumulator0_14() { return static_cast(offsetof(Particle_tDAEF22C4F9FB70E048551ECB203B6A81185832E1, ___m_EmitAccumulator0_14)); } inline float get_m_EmitAccumulator0_14() const { return ___m_EmitAccumulator0_14; } inline float* get_address_of_m_EmitAccumulator0_14() { return &___m_EmitAccumulator0_14; } inline void set_m_EmitAccumulator0_14(float value) { ___m_EmitAccumulator0_14 = value; } inline static int32_t get_offset_of_m_EmitAccumulator1_15() { return static_cast(offsetof(Particle_tDAEF22C4F9FB70E048551ECB203B6A81185832E1, ___m_EmitAccumulator1_15)); } inline float get_m_EmitAccumulator1_15() const { return ___m_EmitAccumulator1_15; } inline float* get_address_of_m_EmitAccumulator1_15() { return &___m_EmitAccumulator1_15; } inline void set_m_EmitAccumulator1_15(float value) { ___m_EmitAccumulator1_15 = value; } inline static int32_t get_offset_of_m_Flags_16() { return static_cast(offsetof(Particle_tDAEF22C4F9FB70E048551ECB203B6A81185832E1, ___m_Flags_16)); } inline uint32_t get_m_Flags_16() const { return ___m_Flags_16; } inline uint32_t* get_address_of_m_Flags_16() { return &___m_Flags_16; } inline void set_m_Flags_16(uint32_t value) { ___m_Flags_16 = value; } }; // UnityEngine.EventSystems.PointerEventData/FramePressState struct FramePressState_t4BB461B7704D7F72519B36A0C8B3370AB302E7A7 { public: // System.Int32 UnityEngine.EventSystems.PointerEventData/FramePressState::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(FramePressState_t4BB461B7704D7F72519B36A0C8B3370AB302E7A7, ___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; } }; // UnityEngine.Rendering.Universal.ShaderInput/LightData struct LightData_t8C139E4D07ED1FF86DF198773F7F41736AE9B135 { public: // UnityEngine.Vector4 UnityEngine.Rendering.Universal.ShaderInput/LightData::position Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 ___position_0; // UnityEngine.Vector4 UnityEngine.Rendering.Universal.ShaderInput/LightData::color Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 ___color_1; // UnityEngine.Vector4 UnityEngine.Rendering.Universal.ShaderInput/LightData::attenuation Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 ___attenuation_2; // UnityEngine.Vector4 UnityEngine.Rendering.Universal.ShaderInput/LightData::spotDirection Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 ___spotDirection_3; // UnityEngine.Vector4 UnityEngine.Rendering.Universal.ShaderInput/LightData::occlusionProbeChannels Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 ___occlusionProbeChannels_4; public: inline static int32_t get_offset_of_position_0() { return static_cast(offsetof(LightData_t8C139E4D07ED1FF86DF198773F7F41736AE9B135, ___position_0)); } inline Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 get_position_0() const { return ___position_0; } inline Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 * get_address_of_position_0() { return &___position_0; } inline void set_position_0(Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 value) { ___position_0 = value; } inline static int32_t get_offset_of_color_1() { return static_cast(offsetof(LightData_t8C139E4D07ED1FF86DF198773F7F41736AE9B135, ___color_1)); } inline Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 get_color_1() const { return ___color_1; } inline Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 * get_address_of_color_1() { return &___color_1; } inline void set_color_1(Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 value) { ___color_1 = value; } inline static int32_t get_offset_of_attenuation_2() { return static_cast(offsetof(LightData_t8C139E4D07ED1FF86DF198773F7F41736AE9B135, ___attenuation_2)); } inline Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 get_attenuation_2() const { return ___attenuation_2; } inline Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 * get_address_of_attenuation_2() { return &___attenuation_2; } inline void set_attenuation_2(Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 value) { ___attenuation_2 = value; } inline static int32_t get_offset_of_spotDirection_3() { return static_cast(offsetof(LightData_t8C139E4D07ED1FF86DF198773F7F41736AE9B135, ___spotDirection_3)); } inline Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 get_spotDirection_3() const { return ___spotDirection_3; } inline Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 * get_address_of_spotDirection_3() { return &___spotDirection_3; } inline void set_spotDirection_3(Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 value) { ___spotDirection_3 = value; } inline static int32_t get_offset_of_occlusionProbeChannels_4() { return static_cast(offsetof(LightData_t8C139E4D07ED1FF86DF198773F7F41736AE9B135, ___occlusionProbeChannels_4)); } inline Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 get_occlusionProbeChannels_4() const { return ___occlusionProbeChannels_4; } inline Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 * get_address_of_occlusionProbeChannels_4() { return &___occlusionProbeChannels_4; } inline void set_occlusionProbeChannels_4(Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 value) { ___occlusionProbeChannels_4 = value; } }; // UnityEngine.Rendering.Universal.ShaderInput/ShadowData struct ShadowData_t5ACDE96DE7C04AEE2981172CB8996A5E66ED3701 { public: // UnityEngine.Matrix4x4 UnityEngine.Rendering.Universal.ShaderInput/ShadowData::worldToShadowMatrix Matrix4x4_tDE7FF4F2E2EA284F6EFE00D627789D0E5B8B4461 ___worldToShadowMatrix_0; // UnityEngine.Vector4 UnityEngine.Rendering.Universal.ShaderInput/ShadowData::shadowParams Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 ___shadowParams_1; public: inline static int32_t get_offset_of_worldToShadowMatrix_0() { return static_cast(offsetof(ShadowData_t5ACDE96DE7C04AEE2981172CB8996A5E66ED3701, ___worldToShadowMatrix_0)); } inline Matrix4x4_tDE7FF4F2E2EA284F6EFE00D627789D0E5B8B4461 get_worldToShadowMatrix_0() const { return ___worldToShadowMatrix_0; } inline Matrix4x4_tDE7FF4F2E2EA284F6EFE00D627789D0E5B8B4461 * get_address_of_worldToShadowMatrix_0() { return &___worldToShadowMatrix_0; } inline void set_worldToShadowMatrix_0(Matrix4x4_tDE7FF4F2E2EA284F6EFE00D627789D0E5B8B4461 value) { ___worldToShadowMatrix_0 = value; } inline static int32_t get_offset_of_shadowParams_1() { return static_cast(offsetof(ShadowData_t5ACDE96DE7C04AEE2981172CB8996A5E66ED3701, ___shadowParams_1)); } inline Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 get_shadowParams_1() const { return ___shadowParams_1; } inline Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 * get_address_of_shadowParams_1() { return &___shadowParams_1; } inline void set_shadowParams_1(Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 value) { ___shadowParams_1 = value; } }; // UnityEngine.Experimental.Rendering.Universal.ShadowUtility/Edge struct Edge_tC11235216D5E71087549B2CB09A27043F02FB278 { public: // System.Int32 UnityEngine.Experimental.Rendering.Universal.ShadowUtility/Edge::vertexIndex0 int32_t ___vertexIndex0_0; // System.Int32 UnityEngine.Experimental.Rendering.Universal.ShadowUtility/Edge::vertexIndex1 int32_t ___vertexIndex1_1; // UnityEngine.Vector4 UnityEngine.Experimental.Rendering.Universal.ShadowUtility/Edge::tangent Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 ___tangent_2; // System.Boolean UnityEngine.Experimental.Rendering.Universal.ShadowUtility/Edge::compareReversed bool ___compareReversed_3; public: inline static int32_t get_offset_of_vertexIndex0_0() { return static_cast(offsetof(Edge_tC11235216D5E71087549B2CB09A27043F02FB278, ___vertexIndex0_0)); } inline int32_t get_vertexIndex0_0() const { return ___vertexIndex0_0; } inline int32_t* get_address_of_vertexIndex0_0() { return &___vertexIndex0_0; } inline void set_vertexIndex0_0(int32_t value) { ___vertexIndex0_0 = value; } inline static int32_t get_offset_of_vertexIndex1_1() { return static_cast(offsetof(Edge_tC11235216D5E71087549B2CB09A27043F02FB278, ___vertexIndex1_1)); } inline int32_t get_vertexIndex1_1() const { return ___vertexIndex1_1; } inline int32_t* get_address_of_vertexIndex1_1() { return &___vertexIndex1_1; } inline void set_vertexIndex1_1(int32_t value) { ___vertexIndex1_1 = value; } inline static int32_t get_offset_of_tangent_2() { return static_cast(offsetof(Edge_tC11235216D5E71087549B2CB09A27043F02FB278, ___tangent_2)); } inline Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 get_tangent_2() const { return ___tangent_2; } inline Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 * get_address_of_tangent_2() { return &___tangent_2; } inline void set_tangent_2(Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 value) { ___tangent_2 = value; } inline static int32_t get_offset_of_compareReversed_3() { return static_cast(offsetof(Edge_tC11235216D5E71087549B2CB09A27043F02FB278, ___compareReversed_3)); } inline bool get_compareReversed_3() const { return ___compareReversed_3; } inline bool* get_address_of_compareReversed_3() { return &___compareReversed_3; } inline void set_compareReversed_3(bool value) { ___compareReversed_3 = value; } }; // Native definition for P/Invoke marshalling of UnityEngine.Experimental.Rendering.Universal.ShadowUtility/Edge struct Edge_tC11235216D5E71087549B2CB09A27043F02FB278_marshaled_pinvoke { int32_t ___vertexIndex0_0; int32_t ___vertexIndex1_1; Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 ___tangent_2; int32_t ___compareReversed_3; }; // Native definition for COM marshalling of UnityEngine.Experimental.Rendering.Universal.ShadowUtility/Edge struct Edge_tC11235216D5E71087549B2CB09A27043F02FB278_marshaled_com { int32_t ___vertexIndex0_0; int32_t ___vertexIndex1_1; Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 ___tangent_2; int32_t ___compareReversed_3; }; // System.Net.Sockets.Socket/WSABUF struct WSABUF_t982D1FB4F102556DD0ABE9F8AC73FDA02B581C57 { public: // System.Int32 System.Net.Sockets.Socket/WSABUF::len int32_t ___len_0; // System.IntPtr System.Net.Sockets.Socket/WSABUF::buf intptr_t ___buf_1; public: inline static int32_t get_offset_of_len_0() { return static_cast(offsetof(WSABUF_t982D1FB4F102556DD0ABE9F8AC73FDA02B581C57, ___len_0)); } inline int32_t get_len_0() const { return ___len_0; } inline int32_t* get_address_of_len_0() { return &___len_0; } inline void set_len_0(int32_t value) { ___len_0 = value; } inline static int32_t get_offset_of_buf_1() { return static_cast(offsetof(WSABUF_t982D1FB4F102556DD0ABE9F8AC73FDA02B581C57, ___buf_1)); } inline intptr_t get_buf_1() const { return ___buf_1; } inline intptr_t* get_address_of_buf_1() { return &___buf_1; } inline void set_buf_1(intptr_t value) { ___buf_1 = value; } }; // UnityEngine.InputSystem.UI.TrackedDeviceRaycaster/RaycastHitData struct RaycastHitData_tA6B9C1711B91FB5A665DBF6E5DF7947CF30DB1BA { public: // UnityEngine.UI.Graphic UnityEngine.InputSystem.UI.TrackedDeviceRaycaster/RaycastHitData::k__BackingField Graphic_tF07D777035055CF93BA5F46F77ED5EDFEFF9AE24 * ___U3CgraphicU3Ek__BackingField_0; // UnityEngine.Vector3 UnityEngine.InputSystem.UI.TrackedDeviceRaycaster/RaycastHitData::k__BackingField Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___U3CworldHitPositionU3Ek__BackingField_1; // UnityEngine.Vector2 UnityEngine.InputSystem.UI.TrackedDeviceRaycaster/RaycastHitData::k__BackingField Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 ___U3CscreenPositionU3Ek__BackingField_2; // System.Single UnityEngine.InputSystem.UI.TrackedDeviceRaycaster/RaycastHitData::k__BackingField float ___U3CdistanceU3Ek__BackingField_3; public: inline static int32_t get_offset_of_U3CgraphicU3Ek__BackingField_0() { return static_cast(offsetof(RaycastHitData_tA6B9C1711B91FB5A665DBF6E5DF7947CF30DB1BA, ___U3CgraphicU3Ek__BackingField_0)); } inline Graphic_tF07D777035055CF93BA5F46F77ED5EDFEFF9AE24 * get_U3CgraphicU3Ek__BackingField_0() const { return ___U3CgraphicU3Ek__BackingField_0; } inline Graphic_tF07D777035055CF93BA5F46F77ED5EDFEFF9AE24 ** get_address_of_U3CgraphicU3Ek__BackingField_0() { return &___U3CgraphicU3Ek__BackingField_0; } inline void set_U3CgraphicU3Ek__BackingField_0(Graphic_tF07D777035055CF93BA5F46F77ED5EDFEFF9AE24 * value) { ___U3CgraphicU3Ek__BackingField_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CgraphicU3Ek__BackingField_0), (void*)value); } inline static int32_t get_offset_of_U3CworldHitPositionU3Ek__BackingField_1() { return static_cast(offsetof(RaycastHitData_tA6B9C1711B91FB5A665DBF6E5DF7947CF30DB1BA, ___U3CworldHitPositionU3Ek__BackingField_1)); } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E get_U3CworldHitPositionU3Ek__BackingField_1() const { return ___U3CworldHitPositionU3Ek__BackingField_1; } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * get_address_of_U3CworldHitPositionU3Ek__BackingField_1() { return &___U3CworldHitPositionU3Ek__BackingField_1; } inline void set_U3CworldHitPositionU3Ek__BackingField_1(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E value) { ___U3CworldHitPositionU3Ek__BackingField_1 = value; } inline static int32_t get_offset_of_U3CscreenPositionU3Ek__BackingField_2() { return static_cast(offsetof(RaycastHitData_tA6B9C1711B91FB5A665DBF6E5DF7947CF30DB1BA, ___U3CscreenPositionU3Ek__BackingField_2)); } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 get_U3CscreenPositionU3Ek__BackingField_2() const { return ___U3CscreenPositionU3Ek__BackingField_2; } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 * get_address_of_U3CscreenPositionU3Ek__BackingField_2() { return &___U3CscreenPositionU3Ek__BackingField_2; } inline void set_U3CscreenPositionU3Ek__BackingField_2(Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 value) { ___U3CscreenPositionU3Ek__BackingField_2 = value; } inline static int32_t get_offset_of_U3CdistanceU3Ek__BackingField_3() { return static_cast(offsetof(RaycastHitData_tA6B9C1711B91FB5A665DBF6E5DF7947CF30DB1BA, ___U3CdistanceU3Ek__BackingField_3)); } inline float get_U3CdistanceU3Ek__BackingField_3() const { return ___U3CdistanceU3Ek__BackingField_3; } inline float* get_address_of_U3CdistanceU3Ek__BackingField_3() { return &___U3CdistanceU3Ek__BackingField_3; } inline void set_U3CdistanceU3Ek__BackingField_3(float value) { ___U3CdistanceU3Ek__BackingField_3 = value; } }; // Native definition for P/Invoke marshalling of UnityEngine.InputSystem.UI.TrackedDeviceRaycaster/RaycastHitData struct RaycastHitData_tA6B9C1711B91FB5A665DBF6E5DF7947CF30DB1BA_marshaled_pinvoke { Graphic_tF07D777035055CF93BA5F46F77ED5EDFEFF9AE24 * ___U3CgraphicU3Ek__BackingField_0; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___U3CworldHitPositionU3Ek__BackingField_1; Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 ___U3CscreenPositionU3Ek__BackingField_2; float ___U3CdistanceU3Ek__BackingField_3; }; // Native definition for COM marshalling of UnityEngine.InputSystem.UI.TrackedDeviceRaycaster/RaycastHitData struct RaycastHitData_tA6B9C1711B91FB5A665DBF6E5DF7947CF30DB1BA_marshaled_com { Graphic_tF07D777035055CF93BA5F46F77ED5EDFEFF9AE24 * ___U3CgraphicU3Ek__BackingField_0; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___U3CworldHitPositionU3Ek__BackingField_1; Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 ___U3CscreenPositionU3Ek__BackingField_2; float ___U3CdistanceU3Ek__BackingField_3; }; // System.Globalization.UmAlQuraCalendar/DateMapping struct DateMapping_tF281DC47BDB7C1EDCB7C15F22ABB05B892A2AB60 { public: // System.Int32 System.Globalization.UmAlQuraCalendar/DateMapping::HijriMonthsLengthFlags int32_t ___HijriMonthsLengthFlags_0; // System.DateTime System.Globalization.UmAlQuraCalendar/DateMapping::GregorianDate DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 ___GregorianDate_1; public: inline static int32_t get_offset_of_HijriMonthsLengthFlags_0() { return static_cast(offsetof(DateMapping_tF281DC47BDB7C1EDCB7C15F22ABB05B892A2AB60, ___HijriMonthsLengthFlags_0)); } inline int32_t get_HijriMonthsLengthFlags_0() const { return ___HijriMonthsLengthFlags_0; } inline int32_t* get_address_of_HijriMonthsLengthFlags_0() { return &___HijriMonthsLengthFlags_0; } inline void set_HijriMonthsLengthFlags_0(int32_t value) { ___HijriMonthsLengthFlags_0 = value; } inline static int32_t get_offset_of_GregorianDate_1() { return static_cast(offsetof(DateMapping_tF281DC47BDB7C1EDCB7C15F22ABB05B892A2AB60, ___GregorianDate_1)); } inline DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 get_GregorianDate_1() const { return ___GregorianDate_1; } inline DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 * get_address_of_GregorianDate_1() { return &___GregorianDate_1; } inline void set_GregorianDate_1(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 value) { ___GregorianDate_1 = value; } }; // Native definition for P/Invoke marshalling of System.Globalization.UmAlQuraCalendar/DateMapping struct DateMapping_tF281DC47BDB7C1EDCB7C15F22ABB05B892A2AB60_marshaled_pinvoke { int32_t ___HijriMonthsLengthFlags_0; DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 ___GregorianDate_1; }; // Native definition for COM marshalling of System.Globalization.UmAlQuraCalendar/DateMapping struct DateMapping_tF281DC47BDB7C1EDCB7C15F22ABB05B892A2AB60_marshaled_com { int32_t ___HijriMonthsLengthFlags_0; DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 ___GregorianDate_1; }; // System.Xml.XmlTextWriter/NamespaceState struct NamespaceState_t70DDAB16B7FAF8E9437F174C42B9CA023C7ABB8B { public: // System.Int32 System.Xml.XmlTextWriter/NamespaceState::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(NamespaceState_t70DDAB16B7FAF8E9437F174C42B9CA023C7ABB8B, ___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; } }; // UnityEngine.InputSystem.Layouts.InputControlLayout/ControlItem/Flags struct Flags_t6F7599E4924E4F24DE5613340EEA1E222928DE34 { public: // System.Int32 UnityEngine.InputSystem.Layouts.InputControlLayout/ControlItem/Flags::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(Flags_t6F7599E4924E4F24DE5613340EEA1E222928DE34, ___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; } }; // UnityEngine.InputSystem.InputControlScheme/DeviceRequirement/Flags struct Flags_tEFA499D3CAC487B8ECACBDBFB1AFA96CB6AE47EA { public: // System.Int32 UnityEngine.InputSystem.InputControlScheme/DeviceRequirement/Flags::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(Flags_tEFA499D3CAC487B8ECACBDBFB1AFA96CB6AE47EA, ___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; } }; // UnityEngine.InputSystem.InputControlScheme/MatchResult/Result struct Result_t09F4754AEFB48BE0DBDA8361B88406110CC66F66 { public: // System.Int32 UnityEngine.InputSystem.InputControlScheme/MatchResult/Result::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(Result_t09F4754AEFB48BE0DBDA8361B88406110CC66F66, ___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.Collections.Generic.Dictionary`2/Entry struct Entry_t69CCC09D37B33E09DFFE24773C0E619628DC8D54 { public: // System.Int32 System.Collections.Generic.Dictionary`2/Entry::hashCode int32_t ___hashCode_0; // System.Int32 System.Collections.Generic.Dictionary`2/Entry::next int32_t ___next_1; // TKey System.Collections.Generic.Dictionary`2/Entry::key GUID_tCC697E11AB02E4A20C30AAB6716ED1DD724C63DC ___key_2; // TValue System.Collections.Generic.Dictionary`2/Entry::value EventDescription_tA7B5CD79AFB0B96E61BEB585B591EACF17319F5D ___value_3; public: inline static int32_t get_offset_of_hashCode_0() { return static_cast(offsetof(Entry_t69CCC09D37B33E09DFFE24773C0E619628DC8D54, ___hashCode_0)); } inline int32_t get_hashCode_0() const { return ___hashCode_0; } inline int32_t* get_address_of_hashCode_0() { return &___hashCode_0; } inline void set_hashCode_0(int32_t value) { ___hashCode_0 = value; } inline static int32_t get_offset_of_next_1() { return static_cast(offsetof(Entry_t69CCC09D37B33E09DFFE24773C0E619628DC8D54, ___next_1)); } inline int32_t get_next_1() const { return ___next_1; } inline int32_t* get_address_of_next_1() { return &___next_1; } inline void set_next_1(int32_t value) { ___next_1 = value; } inline static int32_t get_offset_of_key_2() { return static_cast(offsetof(Entry_t69CCC09D37B33E09DFFE24773C0E619628DC8D54, ___key_2)); } inline GUID_tCC697E11AB02E4A20C30AAB6716ED1DD724C63DC get_key_2() const { return ___key_2; } inline GUID_tCC697E11AB02E4A20C30AAB6716ED1DD724C63DC * get_address_of_key_2() { return &___key_2; } inline void set_key_2(GUID_tCC697E11AB02E4A20C30AAB6716ED1DD724C63DC value) { ___key_2 = value; } inline static int32_t get_offset_of_value_3() { return static_cast(offsetof(Entry_t69CCC09D37B33E09DFFE24773C0E619628DC8D54, ___value_3)); } inline EventDescription_tA7B5CD79AFB0B96E61BEB585B591EACF17319F5D get_value_3() const { return ___value_3; } inline EventDescription_tA7B5CD79AFB0B96E61BEB585B591EACF17319F5D * get_address_of_value_3() { return &___value_3; } inline void set_value_3(EventDescription_tA7B5CD79AFB0B96E61BEB585B591EACF17319F5D value) { ___value_3 = value; } }; // System.Collections.Generic.Dictionary`2/Entry struct Entry_tA523D5B6E52C9B2DF32AD9B215DB4CD22E449895 { public: // System.Int32 System.Collections.Generic.Dictionary`2/Entry::hashCode int32_t ___hashCode_0; // System.Int32 System.Collections.Generic.Dictionary`2/Entry::next int32_t ___next_1; // TKey System.Collections.Generic.Dictionary`2/Entry::key int32_t ___key_2; // TValue System.Collections.Generic.Dictionary`2/Entry::value int32_t ___value_3; public: inline static int32_t get_offset_of_hashCode_0() { return static_cast(offsetof(Entry_tA523D5B6E52C9B2DF32AD9B215DB4CD22E449895, ___hashCode_0)); } inline int32_t get_hashCode_0() const { return ___hashCode_0; } inline int32_t* get_address_of_hashCode_0() { return &___hashCode_0; } inline void set_hashCode_0(int32_t value) { ___hashCode_0 = value; } inline static int32_t get_offset_of_next_1() { return static_cast(offsetof(Entry_tA523D5B6E52C9B2DF32AD9B215DB4CD22E449895, ___next_1)); } inline int32_t get_next_1() const { return ___next_1; } inline int32_t* get_address_of_next_1() { return &___next_1; } inline void set_next_1(int32_t value) { ___next_1 = value; } inline static int32_t get_offset_of_key_2() { return static_cast(offsetof(Entry_tA523D5B6E52C9B2DF32AD9B215DB4CD22E449895, ___key_2)); } inline int32_t get_key_2() const { return ___key_2; } inline int32_t* get_address_of_key_2() { return &___key_2; } inline void set_key_2(int32_t value) { ___key_2 = value; } inline static int32_t get_offset_of_value_3() { return static_cast(offsetof(Entry_tA523D5B6E52C9B2DF32AD9B215DB4CD22E449895, ___value_3)); } inline int32_t get_value_3() const { return ___value_3; } inline int32_t* get_address_of_value_3() { return &___value_3; } inline void set_value_3(int32_t value) { ___value_3 = value; } }; // System.Collections.Generic.Dictionary`2/Entry struct Entry_tB53F836B4E9ADA531BA7E0DD730CEC7F77215590 { public: // System.Int32 System.Collections.Generic.Dictionary`2/Entry::hashCode int32_t ___hashCode_0; // System.Int32 System.Collections.Generic.Dictionary`2/Entry::next int32_t ___next_1; // TKey System.Collections.Generic.Dictionary`2/Entry::key int32_t ___key_2; // TValue System.Collections.Generic.Dictionary`2/Entry::value bool ___value_3; public: inline static int32_t get_offset_of_hashCode_0() { return static_cast(offsetof(Entry_tB53F836B4E9ADA531BA7E0DD730CEC7F77215590, ___hashCode_0)); } inline int32_t get_hashCode_0() const { return ___hashCode_0; } inline int32_t* get_address_of_hashCode_0() { return &___hashCode_0; } inline void set_hashCode_0(int32_t value) { ___hashCode_0 = value; } inline static int32_t get_offset_of_next_1() { return static_cast(offsetof(Entry_tB53F836B4E9ADA531BA7E0DD730CEC7F77215590, ___next_1)); } inline int32_t get_next_1() const { return ___next_1; } inline int32_t* get_address_of_next_1() { return &___next_1; } inline void set_next_1(int32_t value) { ___next_1 = value; } inline static int32_t get_offset_of_key_2() { return static_cast(offsetof(Entry_tB53F836B4E9ADA531BA7E0DD730CEC7F77215590, ___key_2)); } inline int32_t get_key_2() const { return ___key_2; } inline int32_t* get_address_of_key_2() { return &___key_2; } inline void set_key_2(int32_t value) { ___key_2 = value; } inline static int32_t get_offset_of_value_3() { return static_cast(offsetof(Entry_tB53F836B4E9ADA531BA7E0DD730CEC7F77215590, ___value_3)); } inline bool get_value_3() const { return ___value_3; } inline bool* get_address_of_value_3() { return &___value_3; } inline void set_value_3(bool value) { ___value_3 = value; } }; // System.Collections.Generic.Dictionary`2/Entry struct Entry_t51C832A182CFB5F60F04E3DA5ACBB373C7DD560B { public: // System.Int32 System.Collections.Generic.Dictionary`2/Entry::hashCode int32_t ___hashCode_0; // System.Int32 System.Collections.Generic.Dictionary`2/Entry::next int32_t ___next_1; // TKey System.Collections.Generic.Dictionary`2/Entry::key int32_t ___key_2; // TValue System.Collections.Generic.Dictionary`2/Entry::value RuntimeObject * ___value_3; public: inline static int32_t get_offset_of_hashCode_0() { return static_cast(offsetof(Entry_t51C832A182CFB5F60F04E3DA5ACBB373C7DD560B, ___hashCode_0)); } inline int32_t get_hashCode_0() const { return ___hashCode_0; } inline int32_t* get_address_of_hashCode_0() { return &___hashCode_0; } inline void set_hashCode_0(int32_t value) { ___hashCode_0 = value; } inline static int32_t get_offset_of_next_1() { return static_cast(offsetof(Entry_t51C832A182CFB5F60F04E3DA5ACBB373C7DD560B, ___next_1)); } inline int32_t get_next_1() const { return ___next_1; } inline int32_t* get_address_of_next_1() { return &___next_1; } inline void set_next_1(int32_t value) { ___next_1 = value; } inline static int32_t get_offset_of_key_2() { return static_cast(offsetof(Entry_t51C832A182CFB5F60F04E3DA5ACBB373C7DD560B, ___key_2)); } inline int32_t get_key_2() const { return ___key_2; } inline int32_t* get_address_of_key_2() { return &___key_2; } inline void set_key_2(int32_t value) { ___key_2 = value; } inline static int32_t get_offset_of_value_3() { return static_cast(offsetof(Entry_t51C832A182CFB5F60F04E3DA5ACBB373C7DD560B, ___value_3)); } inline RuntimeObject * get_value_3() const { return ___value_3; } inline RuntimeObject ** get_address_of_value_3() { return &___value_3; } inline void set_value_3(RuntimeObject * value) { ___value_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___value_3), (void*)value); } }; // System.Collections.Generic.Dictionary`2/Entry struct Entry_t008C5E6740BBF4D72FC9F1B0E121CB377E4BFA58 { public: // System.Int32 System.Collections.Generic.Dictionary`2/Entry::hashCode int32_t ___hashCode_0; // System.Int32 System.Collections.Generic.Dictionary`2/Entry::next int32_t ___next_1; // TKey System.Collections.Generic.Dictionary`2/Entry::key RuntimeObject * ___key_2; // TValue System.Collections.Generic.Dictionary`2/Entry::value int32_t ___value_3; public: inline static int32_t get_offset_of_hashCode_0() { return static_cast(offsetof(Entry_t008C5E6740BBF4D72FC9F1B0E121CB377E4BFA58, ___hashCode_0)); } inline int32_t get_hashCode_0() const { return ___hashCode_0; } inline int32_t* get_address_of_hashCode_0() { return &___hashCode_0; } inline void set_hashCode_0(int32_t value) { ___hashCode_0 = value; } inline static int32_t get_offset_of_next_1() { return static_cast(offsetof(Entry_t008C5E6740BBF4D72FC9F1B0E121CB377E4BFA58, ___next_1)); } inline int32_t get_next_1() const { return ___next_1; } inline int32_t* get_address_of_next_1() { return &___next_1; } inline void set_next_1(int32_t value) { ___next_1 = value; } inline static int32_t get_offset_of_key_2() { return static_cast(offsetof(Entry_t008C5E6740BBF4D72FC9F1B0E121CB377E4BFA58, ___key_2)); } inline RuntimeObject * get_key_2() const { return ___key_2; } inline RuntimeObject ** get_address_of_key_2() { return &___key_2; } inline void set_key_2(RuntimeObject * value) { ___key_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___key_2), (void*)value); } inline static int32_t get_offset_of_value_3() { return static_cast(offsetof(Entry_t008C5E6740BBF4D72FC9F1B0E121CB377E4BFA58, ___value_3)); } inline int32_t get_value_3() const { return ___value_3; } inline int32_t* get_address_of_value_3() { return &___value_3; } inline void set_value_3(int32_t value) { ___value_3 = value; } }; // System.Collections.Generic.Dictionary`2/Entry struct Entry_t75555245F6EED3D80CF16B19FECB5C191236CF38 { public: // System.Int32 System.Collections.Generic.Dictionary`2/Entry::hashCode int32_t ___hashCode_0; // System.Int32 System.Collections.Generic.Dictionary`2/Entry::next int32_t ___next_1; // TKey System.Collections.Generic.Dictionary`2/Entry::key uint32_t ___key_2; // TValue System.Collections.Generic.Dictionary`2/Entry::value RuntimeObject * ___value_3; public: inline static int32_t get_offset_of_hashCode_0() { return static_cast(offsetof(Entry_t75555245F6EED3D80CF16B19FECB5C191236CF38, ___hashCode_0)); } inline int32_t get_hashCode_0() const { return ___hashCode_0; } inline int32_t* get_address_of_hashCode_0() { return &___hashCode_0; } inline void set_hashCode_0(int32_t value) { ___hashCode_0 = value; } inline static int32_t get_offset_of_next_1() { return static_cast(offsetof(Entry_t75555245F6EED3D80CF16B19FECB5C191236CF38, ___next_1)); } inline int32_t get_next_1() const { return ___next_1; } inline int32_t* get_address_of_next_1() { return &___next_1; } inline void set_next_1(int32_t value) { ___next_1 = value; } inline static int32_t get_offset_of_key_2() { return static_cast(offsetof(Entry_t75555245F6EED3D80CF16B19FECB5C191236CF38, ___key_2)); } inline uint32_t get_key_2() const { return ___key_2; } inline uint32_t* get_address_of_key_2() { return &___key_2; } inline void set_key_2(uint32_t value) { ___key_2 = value; } inline static int32_t get_offset_of_value_3() { return static_cast(offsetof(Entry_t75555245F6EED3D80CF16B19FECB5C191236CF38, ___value_3)); } inline RuntimeObject * get_value_3() const { return ___value_3; } inline RuntimeObject ** get_address_of_value_3() { return &___value_3; } inline void set_value_3(RuntimeObject * value) { ___value_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___value_3), (void*)value); } }; // System.Collections.Generic.Dictionary`2/Enumerator struct Enumerator_t81F0095C2D5C396203071D667A6252EFAB3D76D6 { public: // System.Collections.Generic.Dictionary`2 System.Collections.Generic.Dictionary`2/Enumerator::dictionary Dictionary_2_tBF9E2338C61ABCF5ED32053F509AFB44385F774C * ___dictionary_0; // System.Int32 System.Collections.Generic.Dictionary`2/Enumerator::version int32_t ___version_1; // System.Int32 System.Collections.Generic.Dictionary`2/Enumerator::index int32_t ___index_2; // System.Collections.Generic.KeyValuePair`2 System.Collections.Generic.Dictionary`2/Enumerator::current KeyValuePair_2_tCBAAE4FBE6091373C1916EE17527311382CF4551 ___current_3; // System.Int32 System.Collections.Generic.Dictionary`2/Enumerator::getEnumeratorRetType int32_t ___getEnumeratorRetType_4; public: inline static int32_t get_offset_of_dictionary_0() { return static_cast(offsetof(Enumerator_t81F0095C2D5C396203071D667A6252EFAB3D76D6, ___dictionary_0)); } inline Dictionary_2_tBF9E2338C61ABCF5ED32053F509AFB44385F774C * get_dictionary_0() const { return ___dictionary_0; } inline Dictionary_2_tBF9E2338C61ABCF5ED32053F509AFB44385F774C ** get_address_of_dictionary_0() { return &___dictionary_0; } inline void set_dictionary_0(Dictionary_2_tBF9E2338C61ABCF5ED32053F509AFB44385F774C * value) { ___dictionary_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___dictionary_0), (void*)value); } inline static int32_t get_offset_of_version_1() { return static_cast(offsetof(Enumerator_t81F0095C2D5C396203071D667A6252EFAB3D76D6, ___version_1)); } inline int32_t get_version_1() const { return ___version_1; } inline int32_t* get_address_of_version_1() { return &___version_1; } inline void set_version_1(int32_t value) { ___version_1 = value; } inline static int32_t get_offset_of_index_2() { return static_cast(offsetof(Enumerator_t81F0095C2D5C396203071D667A6252EFAB3D76D6, ___index_2)); } inline int32_t get_index_2() const { return ___index_2; } inline int32_t* get_address_of_index_2() { return &___index_2; } inline void set_index_2(int32_t value) { ___index_2 = value; } inline static int32_t get_offset_of_current_3() { return static_cast(offsetof(Enumerator_t81F0095C2D5C396203071D667A6252EFAB3D76D6, ___current_3)); } inline KeyValuePair_2_tCBAAE4FBE6091373C1916EE17527311382CF4551 get_current_3() const { return ___current_3; } inline KeyValuePair_2_tCBAAE4FBE6091373C1916EE17527311382CF4551 * get_address_of_current_3() { return &___current_3; } inline void set_current_3(KeyValuePair_2_tCBAAE4FBE6091373C1916EE17527311382CF4551 value) { ___current_3 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___current_3))->___value_1), (void*)NULL); } inline static int32_t get_offset_of_getEnumeratorRetType_4() { return static_cast(offsetof(Enumerator_t81F0095C2D5C396203071D667A6252EFAB3D76D6, ___getEnumeratorRetType_4)); } inline int32_t get_getEnumeratorRetType_4() const { return ___getEnumeratorRetType_4; } inline int32_t* get_address_of_getEnumeratorRetType_4() { return &___getEnumeratorRetType_4; } inline void set_getEnumeratorRetType_4(int32_t value) { ___getEnumeratorRetType_4 = value; } }; // System.Collections.Generic.KeyValuePair`2 struct KeyValuePair_2_t0950F22E83F2831EF5A46252F77C44407C9EA612 { public: // TKey System.Collections.Generic.KeyValuePair`2::key GUID_tCC697E11AB02E4A20C30AAB6716ED1DD724C63DC ___key_0; // TValue System.Collections.Generic.KeyValuePair`2::value EventDescription_tA7B5CD79AFB0B96E61BEB585B591EACF17319F5D ___value_1; public: inline static int32_t get_offset_of_key_0() { return static_cast(offsetof(KeyValuePair_2_t0950F22E83F2831EF5A46252F77C44407C9EA612, ___key_0)); } inline GUID_tCC697E11AB02E4A20C30AAB6716ED1DD724C63DC get_key_0() const { return ___key_0; } inline GUID_tCC697E11AB02E4A20C30AAB6716ED1DD724C63DC * get_address_of_key_0() { return &___key_0; } inline void set_key_0(GUID_tCC697E11AB02E4A20C30AAB6716ED1DD724C63DC value) { ___key_0 = value; } inline static int32_t get_offset_of_value_1() { return static_cast(offsetof(KeyValuePair_2_t0950F22E83F2831EF5A46252F77C44407C9EA612, ___value_1)); } inline EventDescription_tA7B5CD79AFB0B96E61BEB585B591EACF17319F5D get_value_1() const { return ___value_1; } inline EventDescription_tA7B5CD79AFB0B96E61BEB585B591EACF17319F5D * get_address_of_value_1() { return &___value_1; } inline void set_value_1(EventDescription_tA7B5CD79AFB0B96E61BEB585B591EACF17319F5D value) { ___value_1 = value; } }; // System.Collections.Generic.KeyValuePair`2 struct KeyValuePair_2_t3C23DAE4FC2A4966AC3BF6D463387F740C0139A5 { public: // TKey System.Collections.Generic.KeyValuePair`2::key int32_t ___key_0; // TValue System.Collections.Generic.KeyValuePair`2::value int32_t ___value_1; public: inline static int32_t get_offset_of_key_0() { return static_cast(offsetof(KeyValuePair_2_t3C23DAE4FC2A4966AC3BF6D463387F740C0139A5, ___key_0)); } inline int32_t get_key_0() const { return ___key_0; } inline int32_t* get_address_of_key_0() { return &___key_0; } inline void set_key_0(int32_t value) { ___key_0 = value; } inline static int32_t get_offset_of_value_1() { return static_cast(offsetof(KeyValuePair_2_t3C23DAE4FC2A4966AC3BF6D463387F740C0139A5, ___value_1)); } inline int32_t get_value_1() const { return ___value_1; } inline int32_t* get_address_of_value_1() { return &___value_1; } inline void set_value_1(int32_t value) { ___value_1 = value; } }; // System.Collections.Generic.KeyValuePair`2 struct KeyValuePair_2_t359134532F6D20016C16D3116D454924D03ACA13 { public: // TKey System.Collections.Generic.KeyValuePair`2::key int32_t ___key_0; // TValue System.Collections.Generic.KeyValuePair`2::value bool ___value_1; public: inline static int32_t get_offset_of_key_0() { return static_cast(offsetof(KeyValuePair_2_t359134532F6D20016C16D3116D454924D03ACA13, ___key_0)); } inline int32_t get_key_0() const { return ___key_0; } inline int32_t* get_address_of_key_0() { return &___key_0; } inline void set_key_0(int32_t value) { ___key_0 = value; } inline static int32_t get_offset_of_value_1() { return static_cast(offsetof(KeyValuePair_2_t359134532F6D20016C16D3116D454924D03ACA13, ___value_1)); } inline bool get_value_1() const { return ___value_1; } inline bool* get_address_of_value_1() { return &___value_1; } inline void set_value_1(bool value) { ___value_1 = value; } }; // System.Collections.Generic.KeyValuePair`2 struct KeyValuePair_2_t83B2885C02C836E233B38F12A0F13CDC8DBE3ED1 { public: // TKey System.Collections.Generic.KeyValuePair`2::key int32_t ___key_0; // TValue System.Collections.Generic.KeyValuePair`2::value RuntimeObject * ___value_1; public: inline static int32_t get_offset_of_key_0() { return static_cast(offsetof(KeyValuePair_2_t83B2885C02C836E233B38F12A0F13CDC8DBE3ED1, ___key_0)); } inline int32_t get_key_0() const { return ___key_0; } inline int32_t* get_address_of_key_0() { return &___key_0; } inline void set_key_0(int32_t value) { ___key_0 = value; } inline static int32_t get_offset_of_value_1() { return static_cast(offsetof(KeyValuePair_2_t83B2885C02C836E233B38F12A0F13CDC8DBE3ED1, ___value_1)); } inline RuntimeObject * get_value_1() const { return ___value_1; } inline RuntimeObject ** get_address_of_value_1() { return &___value_1; } inline void set_value_1(RuntimeObject * value) { ___value_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___value_1), (void*)value); } }; // System.Collections.Generic.KeyValuePair`2 struct KeyValuePair_2_tD48B4CC7D124965F124FA06C6FE9827A1F6BE297 { public: // TKey System.Collections.Generic.KeyValuePair`2::key RuntimeObject * ___key_0; // TValue System.Collections.Generic.KeyValuePair`2::value int32_t ___value_1; public: inline static int32_t get_offset_of_key_0() { return static_cast(offsetof(KeyValuePair_2_tD48B4CC7D124965F124FA06C6FE9827A1F6BE297, ___key_0)); } inline RuntimeObject * get_key_0() const { return ___key_0; } inline RuntimeObject ** get_address_of_key_0() { return &___key_0; } inline void set_key_0(RuntimeObject * value) { ___key_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___key_0), (void*)value); } inline static int32_t get_offset_of_value_1() { return static_cast(offsetof(KeyValuePair_2_tD48B4CC7D124965F124FA06C6FE9827A1F6BE297, ___value_1)); } inline int32_t get_value_1() const { return ___value_1; } inline int32_t* get_address_of_value_1() { return &___value_1; } inline void set_value_1(int32_t value) { ___value_1 = value; } }; // System.Collections.Generic.KeyValuePair`2 struct KeyValuePair_2_t78B694E8342E86089FB515D21C3CB9F12838A5CB { public: // TKey System.Collections.Generic.KeyValuePair`2::key uint32_t ___key_0; // TValue System.Collections.Generic.KeyValuePair`2::value RuntimeObject * ___value_1; public: inline static int32_t get_offset_of_key_0() { return static_cast(offsetof(KeyValuePair_2_t78B694E8342E86089FB515D21C3CB9F12838A5CB, ___key_0)); } inline uint32_t get_key_0() const { return ___key_0; } inline uint32_t* get_address_of_key_0() { return &___key_0; } inline void set_key_0(uint32_t value) { ___key_0 = value; } inline static int32_t get_offset_of_value_1() { return static_cast(offsetof(KeyValuePair_2_t78B694E8342E86089FB515D21C3CB9F12838A5CB, ___value_1)); } inline RuntimeObject * get_value_1() const { return ___value_1; } inline RuntimeObject ** get_address_of_value_1() { return &___value_1; } inline void set_value_1(RuntimeObject * value) { ___value_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___value_1), (void*)value); } }; // Unity.Collections.NativeArray`1 struct NativeArray_1_t3C2855C5B238E8C6739D4C17833F244B95C0F785 { public: // System.Void* Unity.Collections.NativeArray`1::m_Buffer void* ___m_Buffer_0; // System.Int32 Unity.Collections.NativeArray`1::m_Length int32_t ___m_Length_1; // Unity.Collections.Allocator Unity.Collections.NativeArray`1::m_AllocatorLabel int32_t ___m_AllocatorLabel_2; public: inline static int32_t get_offset_of_m_Buffer_0() { return static_cast(offsetof(NativeArray_1_t3C2855C5B238E8C6739D4C17833F244B95C0F785, ___m_Buffer_0)); } inline void* get_m_Buffer_0() const { return ___m_Buffer_0; } inline void** get_address_of_m_Buffer_0() { return &___m_Buffer_0; } inline void set_m_Buffer_0(void* value) { ___m_Buffer_0 = value; } inline static int32_t get_offset_of_m_Length_1() { return static_cast(offsetof(NativeArray_1_t3C2855C5B238E8C6739D4C17833F244B95C0F785, ___m_Length_1)); } inline int32_t get_m_Length_1() const { return ___m_Length_1; } inline int32_t* get_address_of_m_Length_1() { return &___m_Length_1; } inline void set_m_Length_1(int32_t value) { ___m_Length_1 = value; } inline static int32_t get_offset_of_m_AllocatorLabel_2() { return static_cast(offsetof(NativeArray_1_t3C2855C5B238E8C6739D4C17833F244B95C0F785, ___m_AllocatorLabel_2)); } inline int32_t get_m_AllocatorLabel_2() const { return ___m_AllocatorLabel_2; } inline int32_t* get_address_of_m_AllocatorLabel_2() { return &___m_AllocatorLabel_2; } inline void set_m_AllocatorLabel_2(int32_t value) { ___m_AllocatorLabel_2 = value; } }; // Unity.Collections.NativeArray`1 struct NativeArray_1_tD60079F06B473C85CF6C2BB4F2D203F38191AE99 { public: // System.Void* Unity.Collections.NativeArray`1::m_Buffer void* ___m_Buffer_0; // System.Int32 Unity.Collections.NativeArray`1::m_Length int32_t ___m_Length_1; // Unity.Collections.Allocator Unity.Collections.NativeArray`1::m_AllocatorLabel int32_t ___m_AllocatorLabel_2; public: inline static int32_t get_offset_of_m_Buffer_0() { return static_cast(offsetof(NativeArray_1_tD60079F06B473C85CF6C2BB4F2D203F38191AE99, ___m_Buffer_0)); } inline void* get_m_Buffer_0() const { return ___m_Buffer_0; } inline void** get_address_of_m_Buffer_0() { return &___m_Buffer_0; } inline void set_m_Buffer_0(void* value) { ___m_Buffer_0 = value; } inline static int32_t get_offset_of_m_Length_1() { return static_cast(offsetof(NativeArray_1_tD60079F06B473C85CF6C2BB4F2D203F38191AE99, ___m_Length_1)); } inline int32_t get_m_Length_1() const { return ___m_Length_1; } inline int32_t* get_address_of_m_Length_1() { return &___m_Length_1; } inline void set_m_Length_1(int32_t value) { ___m_Length_1 = value; } inline static int32_t get_offset_of_m_AllocatorLabel_2() { return static_cast(offsetof(NativeArray_1_tD60079F06B473C85CF6C2BB4F2D203F38191AE99, ___m_AllocatorLabel_2)); } inline int32_t get_m_AllocatorLabel_2() const { return ___m_AllocatorLabel_2; } inline int32_t* get_address_of_m_AllocatorLabel_2() { return &___m_AllocatorLabel_2; } inline void set_m_AllocatorLabel_2(int32_t value) { ___m_AllocatorLabel_2 = value; } }; // Unity.Collections.NativeArray`1 struct NativeArray_1_tCD004FBD9F8C000DD43B8D3D4AD6D1FE8D058ECA { public: // System.Void* Unity.Collections.NativeArray`1::m_Buffer void* ___m_Buffer_0; // System.Int32 Unity.Collections.NativeArray`1::m_Length int32_t ___m_Length_1; // Unity.Collections.Allocator Unity.Collections.NativeArray`1::m_AllocatorLabel int32_t ___m_AllocatorLabel_2; public: inline static int32_t get_offset_of_m_Buffer_0() { return static_cast(offsetof(NativeArray_1_tCD004FBD9F8C000DD43B8D3D4AD6D1FE8D058ECA, ___m_Buffer_0)); } inline void* get_m_Buffer_0() const { return ___m_Buffer_0; } inline void** get_address_of_m_Buffer_0() { return &___m_Buffer_0; } inline void set_m_Buffer_0(void* value) { ___m_Buffer_0 = value; } inline static int32_t get_offset_of_m_Length_1() { return static_cast(offsetof(NativeArray_1_tCD004FBD9F8C000DD43B8D3D4AD6D1FE8D058ECA, ___m_Length_1)); } inline int32_t get_m_Length_1() const { return ___m_Length_1; } inline int32_t* get_address_of_m_Length_1() { return &___m_Length_1; } inline void set_m_Length_1(int32_t value) { ___m_Length_1 = value; } inline static int32_t get_offset_of_m_AllocatorLabel_2() { return static_cast(offsetof(NativeArray_1_tCD004FBD9F8C000DD43B8D3D4AD6D1FE8D058ECA, ___m_AllocatorLabel_2)); } inline int32_t get_m_AllocatorLabel_2() const { return ___m_AllocatorLabel_2; } inline int32_t* get_address_of_m_AllocatorLabel_2() { return &___m_AllocatorLabel_2; } inline void set_m_AllocatorLabel_2(int32_t value) { ___m_AllocatorLabel_2 = value; } }; // Unity.Collections.NativeArray`1 struct NativeArray_1_t7203C36524CBF9E07ED2D6B86C410B21B422626A { public: // System.Void* Unity.Collections.NativeArray`1::m_Buffer void* ___m_Buffer_0; // System.Int32 Unity.Collections.NativeArray`1::m_Length int32_t ___m_Length_1; // Unity.Collections.Allocator Unity.Collections.NativeArray`1::m_AllocatorLabel int32_t ___m_AllocatorLabel_2; public: inline static int32_t get_offset_of_m_Buffer_0() { return static_cast(offsetof(NativeArray_1_t7203C36524CBF9E07ED2D6B86C410B21B422626A, ___m_Buffer_0)); } inline void* get_m_Buffer_0() const { return ___m_Buffer_0; } inline void** get_address_of_m_Buffer_0() { return &___m_Buffer_0; } inline void set_m_Buffer_0(void* value) { ___m_Buffer_0 = value; } inline static int32_t get_offset_of_m_Length_1() { return static_cast(offsetof(NativeArray_1_t7203C36524CBF9E07ED2D6B86C410B21B422626A, ___m_Length_1)); } inline int32_t get_m_Length_1() const { return ___m_Length_1; } inline int32_t* get_address_of_m_Length_1() { return &___m_Length_1; } inline void set_m_Length_1(int32_t value) { ___m_Length_1 = value; } inline static int32_t get_offset_of_m_AllocatorLabel_2() { return static_cast(offsetof(NativeArray_1_t7203C36524CBF9E07ED2D6B86C410B21B422626A, ___m_AllocatorLabel_2)); } inline int32_t get_m_AllocatorLabel_2() const { return ___m_AllocatorLabel_2; } inline int32_t* get_address_of_m_AllocatorLabel_2() { return &___m_AllocatorLabel_2; } inline void set_m_AllocatorLabel_2(int32_t value) { ___m_AllocatorLabel_2 = value; } }; // Unity.Collections.NativeArray`1 struct NativeArray_1_tCE3FBA37C1D711DDDD473E84C32A9F5C60F2577A { public: // System.Void* Unity.Collections.NativeArray`1::m_Buffer void* ___m_Buffer_0; // System.Int32 Unity.Collections.NativeArray`1::m_Length int32_t ___m_Length_1; // Unity.Collections.Allocator Unity.Collections.NativeArray`1::m_AllocatorLabel int32_t ___m_AllocatorLabel_2; public: inline static int32_t get_offset_of_m_Buffer_0() { return static_cast(offsetof(NativeArray_1_tCE3FBA37C1D711DDDD473E84C32A9F5C60F2577A, ___m_Buffer_0)); } inline void* get_m_Buffer_0() const { return ___m_Buffer_0; } inline void** get_address_of_m_Buffer_0() { return &___m_Buffer_0; } inline void set_m_Buffer_0(void* value) { ___m_Buffer_0 = value; } inline static int32_t get_offset_of_m_Length_1() { return static_cast(offsetof(NativeArray_1_tCE3FBA37C1D711DDDD473E84C32A9F5C60F2577A, ___m_Length_1)); } inline int32_t get_m_Length_1() const { return ___m_Length_1; } inline int32_t* get_address_of_m_Length_1() { return &___m_Length_1; } inline void set_m_Length_1(int32_t value) { ___m_Length_1 = value; } inline static int32_t get_offset_of_m_AllocatorLabel_2() { return static_cast(offsetof(NativeArray_1_tCE3FBA37C1D711DDDD473E84C32A9F5C60F2577A, ___m_AllocatorLabel_2)); } inline int32_t get_m_AllocatorLabel_2() const { return ___m_AllocatorLabel_2; } inline int32_t* get_address_of_m_AllocatorLabel_2() { return &___m_AllocatorLabel_2; } inline void set_m_AllocatorLabel_2(int32_t value) { ___m_AllocatorLabel_2 = value; } }; // Unity.Collections.NativeArray`1 struct NativeArray_1_t9D118727A643E61710D0A4DF5B0C8CD1A918A40B { public: // System.Void* Unity.Collections.NativeArray`1::m_Buffer void* ___m_Buffer_0; // System.Int32 Unity.Collections.NativeArray`1::m_Length int32_t ___m_Length_1; // Unity.Collections.Allocator Unity.Collections.NativeArray`1::m_AllocatorLabel int32_t ___m_AllocatorLabel_2; public: inline static int32_t get_offset_of_m_Buffer_0() { return static_cast(offsetof(NativeArray_1_t9D118727A643E61710D0A4DF5B0C8CD1A918A40B, ___m_Buffer_0)); } inline void* get_m_Buffer_0() const { return ___m_Buffer_0; } inline void** get_address_of_m_Buffer_0() { return &___m_Buffer_0; } inline void set_m_Buffer_0(void* value) { ___m_Buffer_0 = value; } inline static int32_t get_offset_of_m_Length_1() { return static_cast(offsetof(NativeArray_1_t9D118727A643E61710D0A4DF5B0C8CD1A918A40B, ___m_Length_1)); } inline int32_t get_m_Length_1() const { return ___m_Length_1; } inline int32_t* get_address_of_m_Length_1() { return &___m_Length_1; } inline void set_m_Length_1(int32_t value) { ___m_Length_1 = value; } inline static int32_t get_offset_of_m_AllocatorLabel_2() { return static_cast(offsetof(NativeArray_1_t9D118727A643E61710D0A4DF5B0C8CD1A918A40B, ___m_AllocatorLabel_2)); } inline int32_t get_m_AllocatorLabel_2() const { return ___m_AllocatorLabel_2; } inline int32_t* get_address_of_m_AllocatorLabel_2() { return &___m_AllocatorLabel_2; } inline void set_m_AllocatorLabel_2(int32_t value) { ___m_AllocatorLabel_2 = value; } }; // UnityEngine.Rendering.GraphicsFence struct GraphicsFence_tD8128D4F75C9658CCB0CB94A5AADFA44200E4283 { public: // System.IntPtr UnityEngine.Rendering.GraphicsFence::m_Ptr intptr_t ___m_Ptr_0; // System.Int32 UnityEngine.Rendering.GraphicsFence::m_Version int32_t ___m_Version_1; // UnityEngine.Rendering.GraphicsFenceType UnityEngine.Rendering.GraphicsFence::m_FenceType int32_t ___m_FenceType_2; public: inline static int32_t get_offset_of_m_Ptr_0() { return static_cast(offsetof(GraphicsFence_tD8128D4F75C9658CCB0CB94A5AADFA44200E4283, ___m_Ptr_0)); } inline intptr_t get_m_Ptr_0() const { return ___m_Ptr_0; } inline intptr_t* get_address_of_m_Ptr_0() { return &___m_Ptr_0; } inline void set_m_Ptr_0(intptr_t value) { ___m_Ptr_0 = value; } inline static int32_t get_offset_of_m_Version_1() { return static_cast(offsetof(GraphicsFence_tD8128D4F75C9658CCB0CB94A5AADFA44200E4283, ___m_Version_1)); } inline int32_t get_m_Version_1() const { return ___m_Version_1; } inline int32_t* get_address_of_m_Version_1() { return &___m_Version_1; } inline void set_m_Version_1(int32_t value) { ___m_Version_1 = value; } inline static int32_t get_offset_of_m_FenceType_2() { return static_cast(offsetof(GraphicsFence_tD8128D4F75C9658CCB0CB94A5AADFA44200E4283, ___m_FenceType_2)); } inline int32_t get_m_FenceType_2() const { return ___m_FenceType_2; } inline int32_t* get_address_of_m_FenceType_2() { return &___m_FenceType_2; } inline void set_m_FenceType_2(int32_t value) { ___m_FenceType_2 = value; } }; // System.Net.HeaderVariantInfo struct HeaderVariantInfo_tD03E1F7AEDDB87537B5002F0B7A5455D31B297C3 { public: // System.String System.Net.HeaderVariantInfo::m_name String_t* ___m_name_0; // System.Net.CookieVariant System.Net.HeaderVariantInfo::m_variant int32_t ___m_variant_1; public: inline static int32_t get_offset_of_m_name_0() { return static_cast(offsetof(HeaderVariantInfo_tD03E1F7AEDDB87537B5002F0B7A5455D31B297C3, ___m_name_0)); } inline String_t* get_m_name_0() const { return ___m_name_0; } inline String_t** get_address_of_m_name_0() { return &___m_name_0; } inline void set_m_name_0(String_t* value) { ___m_name_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_name_0), (void*)value); } inline static int32_t get_offset_of_m_variant_1() { return static_cast(offsetof(HeaderVariantInfo_tD03E1F7AEDDB87537B5002F0B7A5455D31B297C3, ___m_variant_1)); } inline int32_t get_m_variant_1() const { return ___m_variant_1; } inline int32_t* get_address_of_m_variant_1() { return &___m_variant_1; } inline void set_m_variant_1(int32_t value) { ___m_variant_1 = value; } }; // Native definition for P/Invoke marshalling of System.Net.HeaderVariantInfo struct HeaderVariantInfo_tD03E1F7AEDDB87537B5002F0B7A5455D31B297C3_marshaled_pinvoke { char* ___m_name_0; int32_t ___m_variant_1; }; // Native definition for COM marshalling of System.Net.HeaderVariantInfo struct HeaderVariantInfo_tD03E1F7AEDDB87537B5002F0B7A5455D31B297C3_marshaled_com { Il2CppChar* ___m_name_0; int32_t ___m_variant_1; }; // UnityEngine.HumanBone struct HumanBone_tFEE7CD9B6E62BBB95CC4A6F1AA7FC7A26541D62D { public: // System.String UnityEngine.HumanBone::m_BoneName String_t* ___m_BoneName_0; // System.String UnityEngine.HumanBone::m_HumanName String_t* ___m_HumanName_1; // UnityEngine.HumanLimit UnityEngine.HumanBone::limit HumanLimit_t8F488DD21062BE1259B0F4C77E4EB24FB931E8D8 ___limit_2; public: inline static int32_t get_offset_of_m_BoneName_0() { return static_cast(offsetof(HumanBone_tFEE7CD9B6E62BBB95CC4A6F1AA7FC7A26541D62D, ___m_BoneName_0)); } inline String_t* get_m_BoneName_0() const { return ___m_BoneName_0; } inline String_t** get_address_of_m_BoneName_0() { return &___m_BoneName_0; } inline void set_m_BoneName_0(String_t* value) { ___m_BoneName_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_BoneName_0), (void*)value); } inline static int32_t get_offset_of_m_HumanName_1() { return static_cast(offsetof(HumanBone_tFEE7CD9B6E62BBB95CC4A6F1AA7FC7A26541D62D, ___m_HumanName_1)); } inline String_t* get_m_HumanName_1() const { return ___m_HumanName_1; } inline String_t** get_address_of_m_HumanName_1() { return &___m_HumanName_1; } inline void set_m_HumanName_1(String_t* value) { ___m_HumanName_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_HumanName_1), (void*)value); } inline static int32_t get_offset_of_limit_2() { return static_cast(offsetof(HumanBone_tFEE7CD9B6E62BBB95CC4A6F1AA7FC7A26541D62D, ___limit_2)); } inline HumanLimit_t8F488DD21062BE1259B0F4C77E4EB24FB931E8D8 get_limit_2() const { return ___limit_2; } inline HumanLimit_t8F488DD21062BE1259B0F4C77E4EB24FB931E8D8 * get_address_of_limit_2() { return &___limit_2; } inline void set_limit_2(HumanLimit_t8F488DD21062BE1259B0F4C77E4EB24FB931E8D8 value) { ___limit_2 = value; } }; // Native definition for P/Invoke marshalling of UnityEngine.HumanBone struct HumanBone_tFEE7CD9B6E62BBB95CC4A6F1AA7FC7A26541D62D_marshaled_pinvoke { char* ___m_BoneName_0; char* ___m_HumanName_1; HumanLimit_t8F488DD21062BE1259B0F4C77E4EB24FB931E8D8 ___limit_2; }; // Native definition for COM marshalling of UnityEngine.HumanBone struct HumanBone_tFEE7CD9B6E62BBB95CC4A6F1AA7FC7A26541D62D_marshaled_com { Il2CppChar* ___m_BoneName_0; Il2CppChar* ___m_HumanName_1; HumanLimit_t8F488DD21062BE1259B0F4C77E4EB24FB931E8D8 ___limit_2; }; // UnityEngine.InputSystem.InputBinding struct InputBinding_t95FC40907C92DDB8F118F0062BE49C22ADF28FFB { public: // System.String UnityEngine.InputSystem.InputBinding::m_Name String_t* ___m_Name_2; // System.String UnityEngine.InputSystem.InputBinding::m_Id String_t* ___m_Id_3; // System.String UnityEngine.InputSystem.InputBinding::m_Path String_t* ___m_Path_4; // System.String UnityEngine.InputSystem.InputBinding::m_Interactions String_t* ___m_Interactions_5; // System.String UnityEngine.InputSystem.InputBinding::m_Processors String_t* ___m_Processors_6; // System.String UnityEngine.InputSystem.InputBinding::m_Groups String_t* ___m_Groups_7; // System.String UnityEngine.InputSystem.InputBinding::m_Action String_t* ___m_Action_8; // UnityEngine.InputSystem.InputBinding/Flags UnityEngine.InputSystem.InputBinding::m_Flags int32_t ___m_Flags_9; // System.String UnityEngine.InputSystem.InputBinding::m_OverridePath String_t* ___m_OverridePath_10; // System.String UnityEngine.InputSystem.InputBinding::m_OverrideInteractions String_t* ___m_OverrideInteractions_11; // System.String UnityEngine.InputSystem.InputBinding::m_OverrideProcessors String_t* ___m_OverrideProcessors_12; public: inline static int32_t get_offset_of_m_Name_2() { return static_cast(offsetof(InputBinding_t95FC40907C92DDB8F118F0062BE49C22ADF28FFB, ___m_Name_2)); } inline String_t* get_m_Name_2() const { return ___m_Name_2; } inline String_t** get_address_of_m_Name_2() { return &___m_Name_2; } inline void set_m_Name_2(String_t* value) { ___m_Name_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_Name_2), (void*)value); } inline static int32_t get_offset_of_m_Id_3() { return static_cast(offsetof(InputBinding_t95FC40907C92DDB8F118F0062BE49C22ADF28FFB, ___m_Id_3)); } inline String_t* get_m_Id_3() const { return ___m_Id_3; } inline String_t** get_address_of_m_Id_3() { return &___m_Id_3; } inline void set_m_Id_3(String_t* value) { ___m_Id_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_Id_3), (void*)value); } inline static int32_t get_offset_of_m_Path_4() { return static_cast(offsetof(InputBinding_t95FC40907C92DDB8F118F0062BE49C22ADF28FFB, ___m_Path_4)); } inline String_t* get_m_Path_4() const { return ___m_Path_4; } inline String_t** get_address_of_m_Path_4() { return &___m_Path_4; } inline void set_m_Path_4(String_t* value) { ___m_Path_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_Path_4), (void*)value); } inline static int32_t get_offset_of_m_Interactions_5() { return static_cast(offsetof(InputBinding_t95FC40907C92DDB8F118F0062BE49C22ADF28FFB, ___m_Interactions_5)); } inline String_t* get_m_Interactions_5() const { return ___m_Interactions_5; } inline String_t** get_address_of_m_Interactions_5() { return &___m_Interactions_5; } inline void set_m_Interactions_5(String_t* value) { ___m_Interactions_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_Interactions_5), (void*)value); } inline static int32_t get_offset_of_m_Processors_6() { return static_cast(offsetof(InputBinding_t95FC40907C92DDB8F118F0062BE49C22ADF28FFB, ___m_Processors_6)); } inline String_t* get_m_Processors_6() const { return ___m_Processors_6; } inline String_t** get_address_of_m_Processors_6() { return &___m_Processors_6; } inline void set_m_Processors_6(String_t* value) { ___m_Processors_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_Processors_6), (void*)value); } inline static int32_t get_offset_of_m_Groups_7() { return static_cast(offsetof(InputBinding_t95FC40907C92DDB8F118F0062BE49C22ADF28FFB, ___m_Groups_7)); } inline String_t* get_m_Groups_7() const { return ___m_Groups_7; } inline String_t** get_address_of_m_Groups_7() { return &___m_Groups_7; } inline void set_m_Groups_7(String_t* value) { ___m_Groups_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_Groups_7), (void*)value); } inline static int32_t get_offset_of_m_Action_8() { return static_cast(offsetof(InputBinding_t95FC40907C92DDB8F118F0062BE49C22ADF28FFB, ___m_Action_8)); } inline String_t* get_m_Action_8() const { return ___m_Action_8; } inline String_t** get_address_of_m_Action_8() { return &___m_Action_8; } inline void set_m_Action_8(String_t* value) { ___m_Action_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_Action_8), (void*)value); } inline static int32_t get_offset_of_m_Flags_9() { return static_cast(offsetof(InputBinding_t95FC40907C92DDB8F118F0062BE49C22ADF28FFB, ___m_Flags_9)); } inline int32_t get_m_Flags_9() const { return ___m_Flags_9; } inline int32_t* get_address_of_m_Flags_9() { return &___m_Flags_9; } inline void set_m_Flags_9(int32_t value) { ___m_Flags_9 = value; } inline static int32_t get_offset_of_m_OverridePath_10() { return static_cast(offsetof(InputBinding_t95FC40907C92DDB8F118F0062BE49C22ADF28FFB, ___m_OverridePath_10)); } inline String_t* get_m_OverridePath_10() const { return ___m_OverridePath_10; } inline String_t** get_address_of_m_OverridePath_10() { return &___m_OverridePath_10; } inline void set_m_OverridePath_10(String_t* value) { ___m_OverridePath_10 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_OverridePath_10), (void*)value); } inline static int32_t get_offset_of_m_OverrideInteractions_11() { return static_cast(offsetof(InputBinding_t95FC40907C92DDB8F118F0062BE49C22ADF28FFB, ___m_OverrideInteractions_11)); } inline String_t* get_m_OverrideInteractions_11() const { return ___m_OverrideInteractions_11; } inline String_t** get_address_of_m_OverrideInteractions_11() { return &___m_OverrideInteractions_11; } inline void set_m_OverrideInteractions_11(String_t* value) { ___m_OverrideInteractions_11 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_OverrideInteractions_11), (void*)value); } inline static int32_t get_offset_of_m_OverrideProcessors_12() { return static_cast(offsetof(InputBinding_t95FC40907C92DDB8F118F0062BE49C22ADF28FFB, ___m_OverrideProcessors_12)); } inline String_t* get_m_OverrideProcessors_12() const { return ___m_OverrideProcessors_12; } inline String_t** get_address_of_m_OverrideProcessors_12() { return &___m_OverrideProcessors_12; } inline void set_m_OverrideProcessors_12(String_t* value) { ___m_OverrideProcessors_12 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_OverrideProcessors_12), (void*)value); } }; // Native definition for P/Invoke marshalling of UnityEngine.InputSystem.InputBinding struct InputBinding_t95FC40907C92DDB8F118F0062BE49C22ADF28FFB_marshaled_pinvoke { char* ___m_Name_2; char* ___m_Id_3; char* ___m_Path_4; char* ___m_Interactions_5; char* ___m_Processors_6; char* ___m_Groups_7; char* ___m_Action_8; int32_t ___m_Flags_9; char* ___m_OverridePath_10; char* ___m_OverrideInteractions_11; char* ___m_OverrideProcessors_12; }; // Native definition for COM marshalling of UnityEngine.InputSystem.InputBinding struct InputBinding_t95FC40907C92DDB8F118F0062BE49C22ADF28FFB_marshaled_com { Il2CppChar* ___m_Name_2; Il2CppChar* ___m_Id_3; Il2CppChar* ___m_Path_4; Il2CppChar* ___m_Interactions_5; Il2CppChar* ___m_Processors_6; Il2CppChar* ___m_Groups_7; Il2CppChar* ___m_Action_8; int32_t ___m_Flags_9; Il2CppChar* ___m_OverridePath_10; Il2CppChar* ___m_OverrideInteractions_11; Il2CppChar* ___m_OverrideProcessors_12; }; // UnityEngine.Experimental.GlobalIllumination.LightDataGI struct LightDataGI_t0C34AB69E4E96717FD276B35116C798A641D44F2 { public: // System.Int32 UnityEngine.Experimental.GlobalIllumination.LightDataGI::instanceID int32_t ___instanceID_0; // System.Int32 UnityEngine.Experimental.GlobalIllumination.LightDataGI::cookieID int32_t ___cookieID_1; // System.Single UnityEngine.Experimental.GlobalIllumination.LightDataGI::cookieScale float ___cookieScale_2; // UnityEngine.Experimental.GlobalIllumination.LinearColor UnityEngine.Experimental.GlobalIllumination.LightDataGI::color LinearColor_tB134EA090C61E6624DE36F52980CA7E2C893D5F2 ___color_3; // UnityEngine.Experimental.GlobalIllumination.LinearColor UnityEngine.Experimental.GlobalIllumination.LightDataGI::indirectColor LinearColor_tB134EA090C61E6624DE36F52980CA7E2C893D5F2 ___indirectColor_4; // UnityEngine.Quaternion UnityEngine.Experimental.GlobalIllumination.LightDataGI::orientation Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 ___orientation_5; // UnityEngine.Vector3 UnityEngine.Experimental.GlobalIllumination.LightDataGI::position Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___position_6; // System.Single UnityEngine.Experimental.GlobalIllumination.LightDataGI::range float ___range_7; // System.Single UnityEngine.Experimental.GlobalIllumination.LightDataGI::coneAngle float ___coneAngle_8; // System.Single UnityEngine.Experimental.GlobalIllumination.LightDataGI::innerConeAngle float ___innerConeAngle_9; // System.Single UnityEngine.Experimental.GlobalIllumination.LightDataGI::shape0 float ___shape0_10; // System.Single UnityEngine.Experimental.GlobalIllumination.LightDataGI::shape1 float ___shape1_11; // UnityEngine.Experimental.GlobalIllumination.LightType UnityEngine.Experimental.GlobalIllumination.LightDataGI::type uint8_t ___type_12; // UnityEngine.Experimental.GlobalIllumination.LightMode UnityEngine.Experimental.GlobalIllumination.LightDataGI::mode uint8_t ___mode_13; // System.Byte UnityEngine.Experimental.GlobalIllumination.LightDataGI::shadow uint8_t ___shadow_14; // UnityEngine.Experimental.GlobalIllumination.FalloffType UnityEngine.Experimental.GlobalIllumination.LightDataGI::falloff uint8_t ___falloff_15; public: inline static int32_t get_offset_of_instanceID_0() { return static_cast(offsetof(LightDataGI_t0C34AB69E4E96717FD276B35116C798A641D44F2, ___instanceID_0)); } inline int32_t get_instanceID_0() const { return ___instanceID_0; } inline int32_t* get_address_of_instanceID_0() { return &___instanceID_0; } inline void set_instanceID_0(int32_t value) { ___instanceID_0 = value; } inline static int32_t get_offset_of_cookieID_1() { return static_cast(offsetof(LightDataGI_t0C34AB69E4E96717FD276B35116C798A641D44F2, ___cookieID_1)); } inline int32_t get_cookieID_1() const { return ___cookieID_1; } inline int32_t* get_address_of_cookieID_1() { return &___cookieID_1; } inline void set_cookieID_1(int32_t value) { ___cookieID_1 = value; } inline static int32_t get_offset_of_cookieScale_2() { return static_cast(offsetof(LightDataGI_t0C34AB69E4E96717FD276B35116C798A641D44F2, ___cookieScale_2)); } inline float get_cookieScale_2() const { return ___cookieScale_2; } inline float* get_address_of_cookieScale_2() { return &___cookieScale_2; } inline void set_cookieScale_2(float value) { ___cookieScale_2 = value; } inline static int32_t get_offset_of_color_3() { return static_cast(offsetof(LightDataGI_t0C34AB69E4E96717FD276B35116C798A641D44F2, ___color_3)); } inline LinearColor_tB134EA090C61E6624DE36F52980CA7E2C893D5F2 get_color_3() const { return ___color_3; } inline LinearColor_tB134EA090C61E6624DE36F52980CA7E2C893D5F2 * get_address_of_color_3() { return &___color_3; } inline void set_color_3(LinearColor_tB134EA090C61E6624DE36F52980CA7E2C893D5F2 value) { ___color_3 = value; } inline static int32_t get_offset_of_indirectColor_4() { return static_cast(offsetof(LightDataGI_t0C34AB69E4E96717FD276B35116C798A641D44F2, ___indirectColor_4)); } inline LinearColor_tB134EA090C61E6624DE36F52980CA7E2C893D5F2 get_indirectColor_4() const { return ___indirectColor_4; } inline LinearColor_tB134EA090C61E6624DE36F52980CA7E2C893D5F2 * get_address_of_indirectColor_4() { return &___indirectColor_4; } inline void set_indirectColor_4(LinearColor_tB134EA090C61E6624DE36F52980CA7E2C893D5F2 value) { ___indirectColor_4 = value; } inline static int32_t get_offset_of_orientation_5() { return static_cast(offsetof(LightDataGI_t0C34AB69E4E96717FD276B35116C798A641D44F2, ___orientation_5)); } inline Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 get_orientation_5() const { return ___orientation_5; } inline Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 * get_address_of_orientation_5() { return &___orientation_5; } inline void set_orientation_5(Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 value) { ___orientation_5 = value; } inline static int32_t get_offset_of_position_6() { return static_cast(offsetof(LightDataGI_t0C34AB69E4E96717FD276B35116C798A641D44F2, ___position_6)); } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E get_position_6() const { return ___position_6; } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * get_address_of_position_6() { return &___position_6; } inline void set_position_6(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E value) { ___position_6 = value; } inline static int32_t get_offset_of_range_7() { return static_cast(offsetof(LightDataGI_t0C34AB69E4E96717FD276B35116C798A641D44F2, ___range_7)); } inline float get_range_7() const { return ___range_7; } inline float* get_address_of_range_7() { return &___range_7; } inline void set_range_7(float value) { ___range_7 = value; } inline static int32_t get_offset_of_coneAngle_8() { return static_cast(offsetof(LightDataGI_t0C34AB69E4E96717FD276B35116C798A641D44F2, ___coneAngle_8)); } inline float get_coneAngle_8() const { return ___coneAngle_8; } inline float* get_address_of_coneAngle_8() { return &___coneAngle_8; } inline void set_coneAngle_8(float value) { ___coneAngle_8 = value; } inline static int32_t get_offset_of_innerConeAngle_9() { return static_cast(offsetof(LightDataGI_t0C34AB69E4E96717FD276B35116C798A641D44F2, ___innerConeAngle_9)); } inline float get_innerConeAngle_9() const { return ___innerConeAngle_9; } inline float* get_address_of_innerConeAngle_9() { return &___innerConeAngle_9; } inline void set_innerConeAngle_9(float value) { ___innerConeAngle_9 = value; } inline static int32_t get_offset_of_shape0_10() { return static_cast(offsetof(LightDataGI_t0C34AB69E4E96717FD276B35116C798A641D44F2, ___shape0_10)); } inline float get_shape0_10() const { return ___shape0_10; } inline float* get_address_of_shape0_10() { return &___shape0_10; } inline void set_shape0_10(float value) { ___shape0_10 = value; } inline static int32_t get_offset_of_shape1_11() { return static_cast(offsetof(LightDataGI_t0C34AB69E4E96717FD276B35116C798A641D44F2, ___shape1_11)); } inline float get_shape1_11() const { return ___shape1_11; } inline float* get_address_of_shape1_11() { return &___shape1_11; } inline void set_shape1_11(float value) { ___shape1_11 = value; } inline static int32_t get_offset_of_type_12() { return static_cast(offsetof(LightDataGI_t0C34AB69E4E96717FD276B35116C798A641D44F2, ___type_12)); } inline uint8_t get_type_12() const { return ___type_12; } inline uint8_t* get_address_of_type_12() { return &___type_12; } inline void set_type_12(uint8_t value) { ___type_12 = value; } inline static int32_t get_offset_of_mode_13() { return static_cast(offsetof(LightDataGI_t0C34AB69E4E96717FD276B35116C798A641D44F2, ___mode_13)); } inline uint8_t get_mode_13() const { return ___mode_13; } inline uint8_t* get_address_of_mode_13() { return &___mode_13; } inline void set_mode_13(uint8_t value) { ___mode_13 = value; } inline static int32_t get_offset_of_shadow_14() { return static_cast(offsetof(LightDataGI_t0C34AB69E4E96717FD276B35116C798A641D44F2, ___shadow_14)); } inline uint8_t get_shadow_14() const { return ___shadow_14; } inline uint8_t* get_address_of_shadow_14() { return &___shadow_14; } inline void set_shadow_14(uint8_t value) { ___shadow_14 = value; } inline static int32_t get_offset_of_falloff_15() { return static_cast(offsetof(LightDataGI_t0C34AB69E4E96717FD276B35116C798A641D44F2, ___falloff_15)); } inline uint8_t get_falloff_15() const { return ___falloff_15; } inline uint8_t* get_address_of_falloff_15() { return &___falloff_15; } inline void set_falloff_15(uint8_t value) { ___falloff_15 = value; } }; // Oculus.Spatializer.Propagation.MeshGroup #pragma pack(push, tp, 1) struct MeshGroup_t0E9EA442F51B656E10DE9A1EA6787A1702E6746E { public: // System.UIntPtr Oculus.Spatializer.Propagation.MeshGroup::indexOffset uintptr_t ___indexOffset_0; // System.UIntPtr Oculus.Spatializer.Propagation.MeshGroup::faceCount uintptr_t ___faceCount_1; // Oculus.Spatializer.Propagation.FaceType Oculus.Spatializer.Propagation.MeshGroup::faceType uint32_t ___faceType_2; // System.IntPtr Oculus.Spatializer.Propagation.MeshGroup::material intptr_t ___material_3; public: inline static int32_t get_offset_of_indexOffset_0() { return static_cast(offsetof(MeshGroup_t0E9EA442F51B656E10DE9A1EA6787A1702E6746E, ___indexOffset_0)); } inline uintptr_t get_indexOffset_0() const { return ___indexOffset_0; } inline uintptr_t* get_address_of_indexOffset_0() { return &___indexOffset_0; } inline void set_indexOffset_0(uintptr_t value) { ___indexOffset_0 = value; } inline static int32_t get_offset_of_faceCount_1() { return static_cast(offsetof(MeshGroup_t0E9EA442F51B656E10DE9A1EA6787A1702E6746E, ___faceCount_1)); } inline uintptr_t get_faceCount_1() const { return ___faceCount_1; } inline uintptr_t* get_address_of_faceCount_1() { return &___faceCount_1; } inline void set_faceCount_1(uintptr_t value) { ___faceCount_1 = value; } inline static int32_t get_offset_of_faceType_2() { return static_cast(offsetof(MeshGroup_t0E9EA442F51B656E10DE9A1EA6787A1702E6746E, ___faceType_2)); } inline uint32_t get_faceType_2() const { return ___faceType_2; } inline uint32_t* get_address_of_faceType_2() { return &___faceType_2; } inline void set_faceType_2(uint32_t value) { ___faceType_2 = value; } inline static int32_t get_offset_of_material_3() { return static_cast(offsetof(MeshGroup_t0E9EA442F51B656E10DE9A1EA6787A1702E6746E, ___material_3)); } inline intptr_t get_material_3() const { return ___material_3; } inline intptr_t* get_address_of_material_3() { return &___material_3; } inline void set_material_3(intptr_t value) { ___material_3 = value; } }; #pragma pack(pop, tp) // System.MulticastDelegate struct MulticastDelegate_t : public Delegate_t { public: // System.Delegate[] System.MulticastDelegate::delegates DelegateU5BU5D_t677D8FE08A5F99E8EE49150B73966CD6E9BF7DB8* ___delegates_11; public: inline static int32_t get_offset_of_delegates_11() { return static_cast(offsetof(MulticastDelegate_t, ___delegates_11)); } inline DelegateU5BU5D_t677D8FE08A5F99E8EE49150B73966CD6E9BF7DB8* get_delegates_11() const { return ___delegates_11; } inline DelegateU5BU5D_t677D8FE08A5F99E8EE49150B73966CD6E9BF7DB8** get_address_of_delegates_11() { return &___delegates_11; } inline void set_delegates_11(DelegateU5BU5D_t677D8FE08A5F99E8EE49150B73966CD6E9BF7DB8* value) { ___delegates_11 = value; Il2CppCodeGenWriteBarrier((void**)(&___delegates_11), (void*)value); } }; // Native definition for P/Invoke marshalling of System.MulticastDelegate struct MulticastDelegate_t_marshaled_pinvoke : public Delegate_t_marshaled_pinvoke { Delegate_t_marshaled_pinvoke** ___delegates_11; }; // Native definition for COM marshalling of System.MulticastDelegate struct MulticastDelegate_t_marshaled_com : public Delegate_t_marshaled_com { Delegate_t_marshaled_com** ___delegates_11; }; // UnityEngine.UI.Navigation struct Navigation_t1CF0FFB22C0357CD64714FB7A40A275F899D363A { public: // UnityEngine.UI.Navigation/Mode UnityEngine.UI.Navigation::m_Mode int32_t ___m_Mode_0; // System.Boolean UnityEngine.UI.Navigation::m_WrapAround bool ___m_WrapAround_1; // UnityEngine.UI.Selectable UnityEngine.UI.Navigation::m_SelectOnUp Selectable_t34088A3677CC9D344F81B0D91999D8C5963D7DBD * ___m_SelectOnUp_2; // UnityEngine.UI.Selectable UnityEngine.UI.Navigation::m_SelectOnDown Selectable_t34088A3677CC9D344F81B0D91999D8C5963D7DBD * ___m_SelectOnDown_3; // UnityEngine.UI.Selectable UnityEngine.UI.Navigation::m_SelectOnLeft Selectable_t34088A3677CC9D344F81B0D91999D8C5963D7DBD * ___m_SelectOnLeft_4; // UnityEngine.UI.Selectable UnityEngine.UI.Navigation::m_SelectOnRight Selectable_t34088A3677CC9D344F81B0D91999D8C5963D7DBD * ___m_SelectOnRight_5; public: inline static int32_t get_offset_of_m_Mode_0() { return static_cast(offsetof(Navigation_t1CF0FFB22C0357CD64714FB7A40A275F899D363A, ___m_Mode_0)); } inline int32_t get_m_Mode_0() const { return ___m_Mode_0; } inline int32_t* get_address_of_m_Mode_0() { return &___m_Mode_0; } inline void set_m_Mode_0(int32_t value) { ___m_Mode_0 = value; } inline static int32_t get_offset_of_m_WrapAround_1() { return static_cast(offsetof(Navigation_t1CF0FFB22C0357CD64714FB7A40A275F899D363A, ___m_WrapAround_1)); } inline bool get_m_WrapAround_1() const { return ___m_WrapAround_1; } inline bool* get_address_of_m_WrapAround_1() { return &___m_WrapAround_1; } inline void set_m_WrapAround_1(bool value) { ___m_WrapAround_1 = value; } inline static int32_t get_offset_of_m_SelectOnUp_2() { return static_cast(offsetof(Navigation_t1CF0FFB22C0357CD64714FB7A40A275F899D363A, ___m_SelectOnUp_2)); } inline Selectable_t34088A3677CC9D344F81B0D91999D8C5963D7DBD * get_m_SelectOnUp_2() const { return ___m_SelectOnUp_2; } inline Selectable_t34088A3677CC9D344F81B0D91999D8C5963D7DBD ** get_address_of_m_SelectOnUp_2() { return &___m_SelectOnUp_2; } inline void set_m_SelectOnUp_2(Selectable_t34088A3677CC9D344F81B0D91999D8C5963D7DBD * value) { ___m_SelectOnUp_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_SelectOnUp_2), (void*)value); } inline static int32_t get_offset_of_m_SelectOnDown_3() { return static_cast(offsetof(Navigation_t1CF0FFB22C0357CD64714FB7A40A275F899D363A, ___m_SelectOnDown_3)); } inline Selectable_t34088A3677CC9D344F81B0D91999D8C5963D7DBD * get_m_SelectOnDown_3() const { return ___m_SelectOnDown_3; } inline Selectable_t34088A3677CC9D344F81B0D91999D8C5963D7DBD ** get_address_of_m_SelectOnDown_3() { return &___m_SelectOnDown_3; } inline void set_m_SelectOnDown_3(Selectable_t34088A3677CC9D344F81B0D91999D8C5963D7DBD * value) { ___m_SelectOnDown_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_SelectOnDown_3), (void*)value); } inline static int32_t get_offset_of_m_SelectOnLeft_4() { return static_cast(offsetof(Navigation_t1CF0FFB22C0357CD64714FB7A40A275F899D363A, ___m_SelectOnLeft_4)); } inline Selectable_t34088A3677CC9D344F81B0D91999D8C5963D7DBD * get_m_SelectOnLeft_4() const { return ___m_SelectOnLeft_4; } inline Selectable_t34088A3677CC9D344F81B0D91999D8C5963D7DBD ** get_address_of_m_SelectOnLeft_4() { return &___m_SelectOnLeft_4; } inline void set_m_SelectOnLeft_4(Selectable_t34088A3677CC9D344F81B0D91999D8C5963D7DBD * value) { ___m_SelectOnLeft_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_SelectOnLeft_4), (void*)value); } inline static int32_t get_offset_of_m_SelectOnRight_5() { return static_cast(offsetof(Navigation_t1CF0FFB22C0357CD64714FB7A40A275F899D363A, ___m_SelectOnRight_5)); } inline Selectable_t34088A3677CC9D344F81B0D91999D8C5963D7DBD * get_m_SelectOnRight_5() const { return ___m_SelectOnRight_5; } inline Selectable_t34088A3677CC9D344F81B0D91999D8C5963D7DBD ** get_address_of_m_SelectOnRight_5() { return &___m_SelectOnRight_5; } inline void set_m_SelectOnRight_5(Selectable_t34088A3677CC9D344F81B0D91999D8C5963D7DBD * value) { ___m_SelectOnRight_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_SelectOnRight_5), (void*)value); } }; // Native definition for P/Invoke marshalling of UnityEngine.UI.Navigation struct Navigation_t1CF0FFB22C0357CD64714FB7A40A275F899D363A_marshaled_pinvoke { int32_t ___m_Mode_0; int32_t ___m_WrapAround_1; Selectable_t34088A3677CC9D344F81B0D91999D8C5963D7DBD * ___m_SelectOnUp_2; Selectable_t34088A3677CC9D344F81B0D91999D8C5963D7DBD * ___m_SelectOnDown_3; Selectable_t34088A3677CC9D344F81B0D91999D8C5963D7DBD * ___m_SelectOnLeft_4; Selectable_t34088A3677CC9D344F81B0D91999D8C5963D7DBD * ___m_SelectOnRight_5; }; // Native definition for COM marshalling of UnityEngine.UI.Navigation struct Navigation_t1CF0FFB22C0357CD64714FB7A40A275F899D363A_marshaled_com { int32_t ___m_Mode_0; int32_t ___m_WrapAround_1; Selectable_t34088A3677CC9D344F81B0D91999D8C5963D7DBD * ___m_SelectOnUp_2; Selectable_t34088A3677CC9D344F81B0D91999D8C5963D7DBD * ___m_SelectOnDown_3; Selectable_t34088A3677CC9D344F81B0D91999D8C5963D7DBD * ___m_SelectOnLeft_4; Selectable_t34088A3677CC9D344F81B0D91999D8C5963D7DBD * ___m_SelectOnRight_5; }; // FMOD.Studio.PARAMETER_DESCRIPTION struct PARAMETER_DESCRIPTION_t346686E536E4C240C3FBBF260AE62633B5315A7B { public: // FMOD.StringWrapper FMOD.Studio.PARAMETER_DESCRIPTION::name StringWrapper_t0232445743A8097D13894E9DDA8F1963373891B6 ___name_0; // FMOD.Studio.PARAMETER_ID FMOD.Studio.PARAMETER_DESCRIPTION::id PARAMETER_ID_tA3DF765F0097003249124531BBD036AA904E5BBE ___id_1; // System.Single FMOD.Studio.PARAMETER_DESCRIPTION::minimum float ___minimum_2; // System.Single FMOD.Studio.PARAMETER_DESCRIPTION::maximum float ___maximum_3; // System.Single FMOD.Studio.PARAMETER_DESCRIPTION::defaultvalue float ___defaultvalue_4; // FMOD.Studio.PARAMETER_TYPE FMOD.Studio.PARAMETER_DESCRIPTION::type int32_t ___type_5; // FMOD.Studio.PARAMETER_FLAGS FMOD.Studio.PARAMETER_DESCRIPTION::flags uint32_t ___flags_6; // FMOD.GUID FMOD.Studio.PARAMETER_DESCRIPTION::guid GUID_tCC697E11AB02E4A20C30AAB6716ED1DD724C63DC ___guid_7; public: inline static int32_t get_offset_of_name_0() { return static_cast(offsetof(PARAMETER_DESCRIPTION_t346686E536E4C240C3FBBF260AE62633B5315A7B, ___name_0)); } inline StringWrapper_t0232445743A8097D13894E9DDA8F1963373891B6 get_name_0() const { return ___name_0; } inline StringWrapper_t0232445743A8097D13894E9DDA8F1963373891B6 * get_address_of_name_0() { return &___name_0; } inline void set_name_0(StringWrapper_t0232445743A8097D13894E9DDA8F1963373891B6 value) { ___name_0 = value; } inline static int32_t get_offset_of_id_1() { return static_cast(offsetof(PARAMETER_DESCRIPTION_t346686E536E4C240C3FBBF260AE62633B5315A7B, ___id_1)); } inline PARAMETER_ID_tA3DF765F0097003249124531BBD036AA904E5BBE get_id_1() const { return ___id_1; } inline PARAMETER_ID_tA3DF765F0097003249124531BBD036AA904E5BBE * get_address_of_id_1() { return &___id_1; } inline void set_id_1(PARAMETER_ID_tA3DF765F0097003249124531BBD036AA904E5BBE value) { ___id_1 = value; } inline static int32_t get_offset_of_minimum_2() { return static_cast(offsetof(PARAMETER_DESCRIPTION_t346686E536E4C240C3FBBF260AE62633B5315A7B, ___minimum_2)); } inline float get_minimum_2() const { return ___minimum_2; } inline float* get_address_of_minimum_2() { return &___minimum_2; } inline void set_minimum_2(float value) { ___minimum_2 = value; } inline static int32_t get_offset_of_maximum_3() { return static_cast(offsetof(PARAMETER_DESCRIPTION_t346686E536E4C240C3FBBF260AE62633B5315A7B, ___maximum_3)); } inline float get_maximum_3() const { return ___maximum_3; } inline float* get_address_of_maximum_3() { return &___maximum_3; } inline void set_maximum_3(float value) { ___maximum_3 = value; } inline static int32_t get_offset_of_defaultvalue_4() { return static_cast(offsetof(PARAMETER_DESCRIPTION_t346686E536E4C240C3FBBF260AE62633B5315A7B, ___defaultvalue_4)); } inline float get_defaultvalue_4() const { return ___defaultvalue_4; } inline float* get_address_of_defaultvalue_4() { return &___defaultvalue_4; } inline void set_defaultvalue_4(float value) { ___defaultvalue_4 = value; } inline static int32_t get_offset_of_type_5() { return static_cast(offsetof(PARAMETER_DESCRIPTION_t346686E536E4C240C3FBBF260AE62633B5315A7B, ___type_5)); } inline int32_t get_type_5() const { return ___type_5; } inline int32_t* get_address_of_type_5() { return &___type_5; } inline void set_type_5(int32_t value) { ___type_5 = value; } inline static int32_t get_offset_of_flags_6() { return static_cast(offsetof(PARAMETER_DESCRIPTION_t346686E536E4C240C3FBBF260AE62633B5315A7B, ___flags_6)); } inline uint32_t get_flags_6() const { return ___flags_6; } inline uint32_t* get_address_of_flags_6() { return &___flags_6; } inline void set_flags_6(uint32_t value) { ___flags_6 = value; } inline static int32_t get_offset_of_guid_7() { return static_cast(offsetof(PARAMETER_DESCRIPTION_t346686E536E4C240C3FBBF260AE62633B5315A7B, ___guid_7)); } inline GUID_tCC697E11AB02E4A20C30AAB6716ED1DD724C63DC get_guid_7() const { return ___guid_7; } inline GUID_tCC697E11AB02E4A20C30AAB6716ED1DD724C63DC * get_address_of_guid_7() { return &___guid_7; } inline void set_guid_7(GUID_tCC697E11AB02E4A20C30AAB6716ED1DD724C63DC value) { ___guid_7 = value; } }; // UnityEngine.Playables.Playable struct Playable_tC24692CDD1DD8F1D5C646035A76D2830A70214E2 { public: // UnityEngine.Playables.PlayableHandle UnityEngine.Playables.Playable::m_Handle PlayableHandle_t50DCD240B0400DDAD0822C13E5DBC7AD64DC027A ___m_Handle_0; public: inline static int32_t get_offset_of_m_Handle_0() { return static_cast(offsetof(Playable_tC24692CDD1DD8F1D5C646035A76D2830A70214E2, ___m_Handle_0)); } inline PlayableHandle_t50DCD240B0400DDAD0822C13E5DBC7AD64DC027A get_m_Handle_0() const { return ___m_Handle_0; } inline PlayableHandle_t50DCD240B0400DDAD0822C13E5DBC7AD64DC027A * get_address_of_m_Handle_0() { return &___m_Handle_0; } inline void set_m_Handle_0(PlayableHandle_t50DCD240B0400DDAD0822C13E5DBC7AD64DC027A value) { ___m_Handle_0 = value; } }; // UnityEngine.Playables.PlayableBinding struct PlayableBinding_t265202500C703254AD9777368C05D1986C8AC7A2 { public: // System.String UnityEngine.Playables.PlayableBinding::m_StreamName String_t* ___m_StreamName_0; // UnityEngine.Object UnityEngine.Playables.PlayableBinding::m_SourceObject Object_tF2F3778131EFF286AF62B7B013A170F95A91571A * ___m_SourceObject_1; // System.Type UnityEngine.Playables.PlayableBinding::m_SourceBindingType Type_t * ___m_SourceBindingType_2; // UnityEngine.Playables.PlayableBinding/CreateOutputMethod UnityEngine.Playables.PlayableBinding::m_CreateOutputMethod CreateOutputMethod_t7A129D00E8823B50AEDD0C9B082C9CB3DF863876 * ___m_CreateOutputMethod_3; public: inline static int32_t get_offset_of_m_StreamName_0() { return static_cast(offsetof(PlayableBinding_t265202500C703254AD9777368C05D1986C8AC7A2, ___m_StreamName_0)); } inline String_t* get_m_StreamName_0() const { return ___m_StreamName_0; } inline String_t** get_address_of_m_StreamName_0() { return &___m_StreamName_0; } inline void set_m_StreamName_0(String_t* value) { ___m_StreamName_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_StreamName_0), (void*)value); } inline static int32_t get_offset_of_m_SourceObject_1() { return static_cast(offsetof(PlayableBinding_t265202500C703254AD9777368C05D1986C8AC7A2, ___m_SourceObject_1)); } inline Object_tF2F3778131EFF286AF62B7B013A170F95A91571A * get_m_SourceObject_1() const { return ___m_SourceObject_1; } inline Object_tF2F3778131EFF286AF62B7B013A170F95A91571A ** get_address_of_m_SourceObject_1() { return &___m_SourceObject_1; } inline void set_m_SourceObject_1(Object_tF2F3778131EFF286AF62B7B013A170F95A91571A * value) { ___m_SourceObject_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_SourceObject_1), (void*)value); } inline static int32_t get_offset_of_m_SourceBindingType_2() { return static_cast(offsetof(PlayableBinding_t265202500C703254AD9777368C05D1986C8AC7A2, ___m_SourceBindingType_2)); } inline Type_t * get_m_SourceBindingType_2() const { return ___m_SourceBindingType_2; } inline Type_t ** get_address_of_m_SourceBindingType_2() { return &___m_SourceBindingType_2; } inline void set_m_SourceBindingType_2(Type_t * value) { ___m_SourceBindingType_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_SourceBindingType_2), (void*)value); } inline static int32_t get_offset_of_m_CreateOutputMethod_3() { return static_cast(offsetof(PlayableBinding_t265202500C703254AD9777368C05D1986C8AC7A2, ___m_CreateOutputMethod_3)); } inline CreateOutputMethod_t7A129D00E8823B50AEDD0C9B082C9CB3DF863876 * get_m_CreateOutputMethod_3() const { return ___m_CreateOutputMethod_3; } inline CreateOutputMethod_t7A129D00E8823B50AEDD0C9B082C9CB3DF863876 ** get_address_of_m_CreateOutputMethod_3() { return &___m_CreateOutputMethod_3; } inline void set_m_CreateOutputMethod_3(CreateOutputMethod_t7A129D00E8823B50AEDD0C9B082C9CB3DF863876 * value) { ___m_CreateOutputMethod_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_CreateOutputMethod_3), (void*)value); } }; // Native definition for P/Invoke marshalling of UnityEngine.Playables.PlayableBinding struct PlayableBinding_t265202500C703254AD9777368C05D1986C8AC7A2_marshaled_pinvoke { char* ___m_StreamName_0; Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_marshaled_pinvoke ___m_SourceObject_1; Type_t * ___m_SourceBindingType_2; Il2CppMethodPointer ___m_CreateOutputMethod_3; }; // Native definition for COM marshalling of UnityEngine.Playables.PlayableBinding struct PlayableBinding_t265202500C703254AD9777368C05D1986C8AC7A2_marshaled_com { Il2CppChar* ___m_StreamName_0; Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_marshaled_com* ___m_SourceObject_1; Type_t * ___m_SourceBindingType_2; Il2CppMethodPointer ___m_CreateOutputMethod_3; }; // UnityEngine.InputSystem.Utilities.PrimitiveValue struct PrimitiveValue_t70D8365A1CB2217C466D27D6820362EF4331A0C8 { public: union { #pragma pack(push, tp, 1) struct { // System.TypeCode UnityEngine.InputSystem.Utilities.PrimitiveValue::m_Type int32_t ___m_Type_0; }; #pragma pack(pop, tp) struct { int32_t ___m_Type_0_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { char ___m_BoolValue_1_OffsetPadding[4]; // System.Boolean UnityEngine.InputSystem.Utilities.PrimitiveValue::m_BoolValue bool ___m_BoolValue_1; }; #pragma pack(pop, tp) struct { char ___m_BoolValue_1_OffsetPadding_forAlignmentOnly[4]; bool ___m_BoolValue_1_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { char ___m_CharValue_2_OffsetPadding[4]; // System.Char UnityEngine.InputSystem.Utilities.PrimitiveValue::m_CharValue Il2CppChar ___m_CharValue_2; }; #pragma pack(pop, tp) struct { char ___m_CharValue_2_OffsetPadding_forAlignmentOnly[4]; Il2CppChar ___m_CharValue_2_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { char ___m_ByteValue_3_OffsetPadding[4]; // System.Byte UnityEngine.InputSystem.Utilities.PrimitiveValue::m_ByteValue uint8_t ___m_ByteValue_3; }; #pragma pack(pop, tp) struct { char ___m_ByteValue_3_OffsetPadding_forAlignmentOnly[4]; uint8_t ___m_ByteValue_3_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { char ___m_SByteValue_4_OffsetPadding[4]; // System.SByte UnityEngine.InputSystem.Utilities.PrimitiveValue::m_SByteValue int8_t ___m_SByteValue_4; }; #pragma pack(pop, tp) struct { char ___m_SByteValue_4_OffsetPadding_forAlignmentOnly[4]; int8_t ___m_SByteValue_4_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { char ___m_ShortValue_5_OffsetPadding[4]; // System.Int16 UnityEngine.InputSystem.Utilities.PrimitiveValue::m_ShortValue int16_t ___m_ShortValue_5; }; #pragma pack(pop, tp) struct { char ___m_ShortValue_5_OffsetPadding_forAlignmentOnly[4]; int16_t ___m_ShortValue_5_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { char ___m_UShortValue_6_OffsetPadding[4]; // System.UInt16 UnityEngine.InputSystem.Utilities.PrimitiveValue::m_UShortValue uint16_t ___m_UShortValue_6; }; #pragma pack(pop, tp) struct { char ___m_UShortValue_6_OffsetPadding_forAlignmentOnly[4]; uint16_t ___m_UShortValue_6_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { char ___m_IntValue_7_OffsetPadding[4]; // System.Int32 UnityEngine.InputSystem.Utilities.PrimitiveValue::m_IntValue int32_t ___m_IntValue_7; }; #pragma pack(pop, tp) struct { char ___m_IntValue_7_OffsetPadding_forAlignmentOnly[4]; int32_t ___m_IntValue_7_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { char ___m_UIntValue_8_OffsetPadding[4]; // System.UInt32 UnityEngine.InputSystem.Utilities.PrimitiveValue::m_UIntValue uint32_t ___m_UIntValue_8; }; #pragma pack(pop, tp) struct { char ___m_UIntValue_8_OffsetPadding_forAlignmentOnly[4]; uint32_t ___m_UIntValue_8_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { char ___m_LongValue_9_OffsetPadding[4]; // System.Int64 UnityEngine.InputSystem.Utilities.PrimitiveValue::m_LongValue int64_t ___m_LongValue_9; }; #pragma pack(pop, tp) struct { char ___m_LongValue_9_OffsetPadding_forAlignmentOnly[4]; int64_t ___m_LongValue_9_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { char ___m_ULongValue_10_OffsetPadding[4]; // System.UInt64 UnityEngine.InputSystem.Utilities.PrimitiveValue::m_ULongValue uint64_t ___m_ULongValue_10; }; #pragma pack(pop, tp) struct { char ___m_ULongValue_10_OffsetPadding_forAlignmentOnly[4]; uint64_t ___m_ULongValue_10_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { char ___m_FloatValue_11_OffsetPadding[4]; // System.Single UnityEngine.InputSystem.Utilities.PrimitiveValue::m_FloatValue float ___m_FloatValue_11; }; #pragma pack(pop, tp) struct { char ___m_FloatValue_11_OffsetPadding_forAlignmentOnly[4]; float ___m_FloatValue_11_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { char ___m_DoubleValue_12_OffsetPadding[4]; // System.Double UnityEngine.InputSystem.Utilities.PrimitiveValue::m_DoubleValue double ___m_DoubleValue_12; }; #pragma pack(pop, tp) struct { char ___m_DoubleValue_12_OffsetPadding_forAlignmentOnly[4]; double ___m_DoubleValue_12_forAlignmentOnly; }; }; public: inline static int32_t get_offset_of_m_Type_0() { return static_cast(offsetof(PrimitiveValue_t70D8365A1CB2217C466D27D6820362EF4331A0C8, ___m_Type_0)); } inline int32_t get_m_Type_0() const { return ___m_Type_0; } inline int32_t* get_address_of_m_Type_0() { return &___m_Type_0; } inline void set_m_Type_0(int32_t value) { ___m_Type_0 = value; } inline static int32_t get_offset_of_m_BoolValue_1() { return static_cast(offsetof(PrimitiveValue_t70D8365A1CB2217C466D27D6820362EF4331A0C8, ___m_BoolValue_1)); } inline bool get_m_BoolValue_1() const { return ___m_BoolValue_1; } inline bool* get_address_of_m_BoolValue_1() { return &___m_BoolValue_1; } inline void set_m_BoolValue_1(bool value) { ___m_BoolValue_1 = value; } inline static int32_t get_offset_of_m_CharValue_2() { return static_cast(offsetof(PrimitiveValue_t70D8365A1CB2217C466D27D6820362EF4331A0C8, ___m_CharValue_2)); } inline Il2CppChar get_m_CharValue_2() const { return ___m_CharValue_2; } inline Il2CppChar* get_address_of_m_CharValue_2() { return &___m_CharValue_2; } inline void set_m_CharValue_2(Il2CppChar value) { ___m_CharValue_2 = value; } inline static int32_t get_offset_of_m_ByteValue_3() { return static_cast(offsetof(PrimitiveValue_t70D8365A1CB2217C466D27D6820362EF4331A0C8, ___m_ByteValue_3)); } inline uint8_t get_m_ByteValue_3() const { return ___m_ByteValue_3; } inline uint8_t* get_address_of_m_ByteValue_3() { return &___m_ByteValue_3; } inline void set_m_ByteValue_3(uint8_t value) { ___m_ByteValue_3 = value; } inline static int32_t get_offset_of_m_SByteValue_4() { return static_cast(offsetof(PrimitiveValue_t70D8365A1CB2217C466D27D6820362EF4331A0C8, ___m_SByteValue_4)); } inline int8_t get_m_SByteValue_4() const { return ___m_SByteValue_4; } inline int8_t* get_address_of_m_SByteValue_4() { return &___m_SByteValue_4; } inline void set_m_SByteValue_4(int8_t value) { ___m_SByteValue_4 = value; } inline static int32_t get_offset_of_m_ShortValue_5() { return static_cast(offsetof(PrimitiveValue_t70D8365A1CB2217C466D27D6820362EF4331A0C8, ___m_ShortValue_5)); } inline int16_t get_m_ShortValue_5() const { return ___m_ShortValue_5; } inline int16_t* get_address_of_m_ShortValue_5() { return &___m_ShortValue_5; } inline void set_m_ShortValue_5(int16_t value) { ___m_ShortValue_5 = value; } inline static int32_t get_offset_of_m_UShortValue_6() { return static_cast(offsetof(PrimitiveValue_t70D8365A1CB2217C466D27D6820362EF4331A0C8, ___m_UShortValue_6)); } inline uint16_t get_m_UShortValue_6() const { return ___m_UShortValue_6; } inline uint16_t* get_address_of_m_UShortValue_6() { return &___m_UShortValue_6; } inline void set_m_UShortValue_6(uint16_t value) { ___m_UShortValue_6 = value; } inline static int32_t get_offset_of_m_IntValue_7() { return static_cast(offsetof(PrimitiveValue_t70D8365A1CB2217C466D27D6820362EF4331A0C8, ___m_IntValue_7)); } inline int32_t get_m_IntValue_7() const { return ___m_IntValue_7; } inline int32_t* get_address_of_m_IntValue_7() { return &___m_IntValue_7; } inline void set_m_IntValue_7(int32_t value) { ___m_IntValue_7 = value; } inline static int32_t get_offset_of_m_UIntValue_8() { return static_cast(offsetof(PrimitiveValue_t70D8365A1CB2217C466D27D6820362EF4331A0C8, ___m_UIntValue_8)); } inline uint32_t get_m_UIntValue_8() const { return ___m_UIntValue_8; } inline uint32_t* get_address_of_m_UIntValue_8() { return &___m_UIntValue_8; } inline void set_m_UIntValue_8(uint32_t value) { ___m_UIntValue_8 = value; } inline static int32_t get_offset_of_m_LongValue_9() { return static_cast(offsetof(PrimitiveValue_t70D8365A1CB2217C466D27D6820362EF4331A0C8, ___m_LongValue_9)); } inline int64_t get_m_LongValue_9() const { return ___m_LongValue_9; } inline int64_t* get_address_of_m_LongValue_9() { return &___m_LongValue_9; } inline void set_m_LongValue_9(int64_t value) { ___m_LongValue_9 = value; } inline static int32_t get_offset_of_m_ULongValue_10() { return static_cast(offsetof(PrimitiveValue_t70D8365A1CB2217C466D27D6820362EF4331A0C8, ___m_ULongValue_10)); } inline uint64_t get_m_ULongValue_10() const { return ___m_ULongValue_10; } inline uint64_t* get_address_of_m_ULongValue_10() { return &___m_ULongValue_10; } inline void set_m_ULongValue_10(uint64_t value) { ___m_ULongValue_10 = value; } inline static int32_t get_offset_of_m_FloatValue_11() { return static_cast(offsetof(PrimitiveValue_t70D8365A1CB2217C466D27D6820362EF4331A0C8, ___m_FloatValue_11)); } inline float get_m_FloatValue_11() const { return ___m_FloatValue_11; } inline float* get_address_of_m_FloatValue_11() { return &___m_FloatValue_11; } inline void set_m_FloatValue_11(float value) { ___m_FloatValue_11 = value; } inline static int32_t get_offset_of_m_DoubleValue_12() { return static_cast(offsetof(PrimitiveValue_t70D8365A1CB2217C466D27D6820362EF4331A0C8, ___m_DoubleValue_12)); } inline double get_m_DoubleValue_12() const { return ___m_DoubleValue_12; } inline double* get_address_of_m_DoubleValue_12() { return &___m_DoubleValue_12; } inline void set_m_DoubleValue_12(double value) { ___m_DoubleValue_12 = value; } }; // Native definition for P/Invoke marshalling of UnityEngine.InputSystem.Utilities.PrimitiveValue struct PrimitiveValue_t70D8365A1CB2217C466D27D6820362EF4331A0C8_marshaled_pinvoke { union { #pragma pack(push, tp, 1) struct { int32_t ___m_Type_0; }; #pragma pack(pop, tp) struct { int32_t ___m_Type_0_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { char ___m_BoolValue_1_OffsetPadding[4]; int32_t ___m_BoolValue_1; }; #pragma pack(pop, tp) struct { char ___m_BoolValue_1_OffsetPadding_forAlignmentOnly[4]; int32_t ___m_BoolValue_1_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { char ___m_CharValue_2_OffsetPadding[4]; uint8_t ___m_CharValue_2; }; #pragma pack(pop, tp) struct { char ___m_CharValue_2_OffsetPadding_forAlignmentOnly[4]; uint8_t ___m_CharValue_2_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { char ___m_ByteValue_3_OffsetPadding[4]; uint8_t ___m_ByteValue_3; }; #pragma pack(pop, tp) struct { char ___m_ByteValue_3_OffsetPadding_forAlignmentOnly[4]; uint8_t ___m_ByteValue_3_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { char ___m_SByteValue_4_OffsetPadding[4]; int8_t ___m_SByteValue_4; }; #pragma pack(pop, tp) struct { char ___m_SByteValue_4_OffsetPadding_forAlignmentOnly[4]; int8_t ___m_SByteValue_4_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { char ___m_ShortValue_5_OffsetPadding[4]; int16_t ___m_ShortValue_5; }; #pragma pack(pop, tp) struct { char ___m_ShortValue_5_OffsetPadding_forAlignmentOnly[4]; int16_t ___m_ShortValue_5_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { char ___m_UShortValue_6_OffsetPadding[4]; uint16_t ___m_UShortValue_6; }; #pragma pack(pop, tp) struct { char ___m_UShortValue_6_OffsetPadding_forAlignmentOnly[4]; uint16_t ___m_UShortValue_6_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { char ___m_IntValue_7_OffsetPadding[4]; int32_t ___m_IntValue_7; }; #pragma pack(pop, tp) struct { char ___m_IntValue_7_OffsetPadding_forAlignmentOnly[4]; int32_t ___m_IntValue_7_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { char ___m_UIntValue_8_OffsetPadding[4]; uint32_t ___m_UIntValue_8; }; #pragma pack(pop, tp) struct { char ___m_UIntValue_8_OffsetPadding_forAlignmentOnly[4]; uint32_t ___m_UIntValue_8_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { char ___m_LongValue_9_OffsetPadding[4]; int64_t ___m_LongValue_9; }; #pragma pack(pop, tp) struct { char ___m_LongValue_9_OffsetPadding_forAlignmentOnly[4]; int64_t ___m_LongValue_9_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { char ___m_ULongValue_10_OffsetPadding[4]; uint64_t ___m_ULongValue_10; }; #pragma pack(pop, tp) struct { char ___m_ULongValue_10_OffsetPadding_forAlignmentOnly[4]; uint64_t ___m_ULongValue_10_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { char ___m_FloatValue_11_OffsetPadding[4]; float ___m_FloatValue_11; }; #pragma pack(pop, tp) struct { char ___m_FloatValue_11_OffsetPadding_forAlignmentOnly[4]; float ___m_FloatValue_11_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { char ___m_DoubleValue_12_OffsetPadding[4]; double ___m_DoubleValue_12; }; #pragma pack(pop, tp) struct { char ___m_DoubleValue_12_OffsetPadding_forAlignmentOnly[4]; double ___m_DoubleValue_12_forAlignmentOnly; }; }; }; // Native definition for COM marshalling of UnityEngine.InputSystem.Utilities.PrimitiveValue struct PrimitiveValue_t70D8365A1CB2217C466D27D6820362EF4331A0C8_marshaled_com { union { #pragma pack(push, tp, 1) struct { int32_t ___m_Type_0; }; #pragma pack(pop, tp) struct { int32_t ___m_Type_0_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { char ___m_BoolValue_1_OffsetPadding[4]; int32_t ___m_BoolValue_1; }; #pragma pack(pop, tp) struct { char ___m_BoolValue_1_OffsetPadding_forAlignmentOnly[4]; int32_t ___m_BoolValue_1_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { char ___m_CharValue_2_OffsetPadding[4]; uint8_t ___m_CharValue_2; }; #pragma pack(pop, tp) struct { char ___m_CharValue_2_OffsetPadding_forAlignmentOnly[4]; uint8_t ___m_CharValue_2_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { char ___m_ByteValue_3_OffsetPadding[4]; uint8_t ___m_ByteValue_3; }; #pragma pack(pop, tp) struct { char ___m_ByteValue_3_OffsetPadding_forAlignmentOnly[4]; uint8_t ___m_ByteValue_3_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { char ___m_SByteValue_4_OffsetPadding[4]; int8_t ___m_SByteValue_4; }; #pragma pack(pop, tp) struct { char ___m_SByteValue_4_OffsetPadding_forAlignmentOnly[4]; int8_t ___m_SByteValue_4_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { char ___m_ShortValue_5_OffsetPadding[4]; int16_t ___m_ShortValue_5; }; #pragma pack(pop, tp) struct { char ___m_ShortValue_5_OffsetPadding_forAlignmentOnly[4]; int16_t ___m_ShortValue_5_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { char ___m_UShortValue_6_OffsetPadding[4]; uint16_t ___m_UShortValue_6; }; #pragma pack(pop, tp) struct { char ___m_UShortValue_6_OffsetPadding_forAlignmentOnly[4]; uint16_t ___m_UShortValue_6_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { char ___m_IntValue_7_OffsetPadding[4]; int32_t ___m_IntValue_7; }; #pragma pack(pop, tp) struct { char ___m_IntValue_7_OffsetPadding_forAlignmentOnly[4]; int32_t ___m_IntValue_7_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { char ___m_UIntValue_8_OffsetPadding[4]; uint32_t ___m_UIntValue_8; }; #pragma pack(pop, tp) struct { char ___m_UIntValue_8_OffsetPadding_forAlignmentOnly[4]; uint32_t ___m_UIntValue_8_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { char ___m_LongValue_9_OffsetPadding[4]; int64_t ___m_LongValue_9; }; #pragma pack(pop, tp) struct { char ___m_LongValue_9_OffsetPadding_forAlignmentOnly[4]; int64_t ___m_LongValue_9_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { char ___m_ULongValue_10_OffsetPadding[4]; uint64_t ___m_ULongValue_10; }; #pragma pack(pop, tp) struct { char ___m_ULongValue_10_OffsetPadding_forAlignmentOnly[4]; uint64_t ___m_ULongValue_10_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { char ___m_FloatValue_11_OffsetPadding[4]; float ___m_FloatValue_11; }; #pragma pack(pop, tp) struct { char ___m_FloatValue_11_OffsetPadding_forAlignmentOnly[4]; float ___m_FloatValue_11_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { char ___m_DoubleValue_12_OffsetPadding[4]; double ___m_DoubleValue_12; }; #pragma pack(pop, tp) struct { char ___m_DoubleValue_12_OffsetPadding_forAlignmentOnly[4]; double ___m_DoubleValue_12_forAlignmentOnly; }; }; }; // CrazyMinnow.SALSA.QueueExpressionComponent struct QueueExpressionComponent_tC7718AE4502BCBF3E2697785D1F6CCBD33DB4376 { public: // CrazyMinnow.SALSA.IExpressionController CrazyMinnow.SALSA.QueueExpressionComponent::controller RuntimeObject* ___controller_0; // CrazyMinnow.SALSA.ExpressionComponent/ControlType CrazyMinnow.SALSA.QueueExpressionComponent::controlType int32_t ___controlType_1; // System.Single CrazyMinnow.SALSA.QueueExpressionComponent::durationDelay float ___durationDelay_2; // System.Single CrazyMinnow.SALSA.QueueExpressionComponent::durationOn float ___durationOn_3; // System.Single CrazyMinnow.SALSA.QueueExpressionComponent::durationHold float ___durationHold_4; // System.Single CrazyMinnow.SALSA.QueueExpressionComponent::durationOff float ___durationOff_5; // System.Boolean CrazyMinnow.SALSA.QueueExpressionComponent::isPersistent bool ___isPersistent_6; // CrazyMinnow.SALSA.ExpressionComponent/ExpressionType CrazyMinnow.SALSA.QueueExpressionComponent::expressionType int32_t ___expressionType_7; // CrazyMinnow.SALSA.LerpEasings/EasingType CrazyMinnow.SALSA.QueueExpressionComponent::easing int32_t ___easing_8; // CrazyMinnow.SALSA.ExpressionComponent/ExpressionHandler CrazyMinnow.SALSA.QueueExpressionComponent::expressionHandler int32_t ___expressionHandler_9; // System.Boolean CrazyMinnow.SALSA.QueueExpressionComponent::isAnimatorControlled bool ___isAnimatorControlled_10; // System.Boolean CrazyMinnow.SALSA.QueueExpressionComponent::useOffset bool ___useOffset_11; // System.String CrazyMinnow.SALSA.QueueExpressionComponent::name String_t* ___name_12; public: inline static int32_t get_offset_of_controller_0() { return static_cast(offsetof(QueueExpressionComponent_tC7718AE4502BCBF3E2697785D1F6CCBD33DB4376, ___controller_0)); } inline RuntimeObject* get_controller_0() const { return ___controller_0; } inline RuntimeObject** get_address_of_controller_0() { return &___controller_0; } inline void set_controller_0(RuntimeObject* value) { ___controller_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___controller_0), (void*)value); } inline static int32_t get_offset_of_controlType_1() { return static_cast(offsetof(QueueExpressionComponent_tC7718AE4502BCBF3E2697785D1F6CCBD33DB4376, ___controlType_1)); } inline int32_t get_controlType_1() const { return ___controlType_1; } inline int32_t* get_address_of_controlType_1() { return &___controlType_1; } inline void set_controlType_1(int32_t value) { ___controlType_1 = value; } inline static int32_t get_offset_of_durationDelay_2() { return static_cast(offsetof(QueueExpressionComponent_tC7718AE4502BCBF3E2697785D1F6CCBD33DB4376, ___durationDelay_2)); } inline float get_durationDelay_2() const { return ___durationDelay_2; } inline float* get_address_of_durationDelay_2() { return &___durationDelay_2; } inline void set_durationDelay_2(float value) { ___durationDelay_2 = value; } inline static int32_t get_offset_of_durationOn_3() { return static_cast(offsetof(QueueExpressionComponent_tC7718AE4502BCBF3E2697785D1F6CCBD33DB4376, ___durationOn_3)); } inline float get_durationOn_3() const { return ___durationOn_3; } inline float* get_address_of_durationOn_3() { return &___durationOn_3; } inline void set_durationOn_3(float value) { ___durationOn_3 = value; } inline static int32_t get_offset_of_durationHold_4() { return static_cast(offsetof(QueueExpressionComponent_tC7718AE4502BCBF3E2697785D1F6CCBD33DB4376, ___durationHold_4)); } inline float get_durationHold_4() const { return ___durationHold_4; } inline float* get_address_of_durationHold_4() { return &___durationHold_4; } inline void set_durationHold_4(float value) { ___durationHold_4 = value; } inline static int32_t get_offset_of_durationOff_5() { return static_cast(offsetof(QueueExpressionComponent_tC7718AE4502BCBF3E2697785D1F6CCBD33DB4376, ___durationOff_5)); } inline float get_durationOff_5() const { return ___durationOff_5; } inline float* get_address_of_durationOff_5() { return &___durationOff_5; } inline void set_durationOff_5(float value) { ___durationOff_5 = value; } inline static int32_t get_offset_of_isPersistent_6() { return static_cast(offsetof(QueueExpressionComponent_tC7718AE4502BCBF3E2697785D1F6CCBD33DB4376, ___isPersistent_6)); } inline bool get_isPersistent_6() const { return ___isPersistent_6; } inline bool* get_address_of_isPersistent_6() { return &___isPersistent_6; } inline void set_isPersistent_6(bool value) { ___isPersistent_6 = value; } inline static int32_t get_offset_of_expressionType_7() { return static_cast(offsetof(QueueExpressionComponent_tC7718AE4502BCBF3E2697785D1F6CCBD33DB4376, ___expressionType_7)); } inline int32_t get_expressionType_7() const { return ___expressionType_7; } inline int32_t* get_address_of_expressionType_7() { return &___expressionType_7; } inline void set_expressionType_7(int32_t value) { ___expressionType_7 = value; } inline static int32_t get_offset_of_easing_8() { return static_cast(offsetof(QueueExpressionComponent_tC7718AE4502BCBF3E2697785D1F6CCBD33DB4376, ___easing_8)); } inline int32_t get_easing_8() const { return ___easing_8; } inline int32_t* get_address_of_easing_8() { return &___easing_8; } inline void set_easing_8(int32_t value) { ___easing_8 = value; } inline static int32_t get_offset_of_expressionHandler_9() { return static_cast(offsetof(QueueExpressionComponent_tC7718AE4502BCBF3E2697785D1F6CCBD33DB4376, ___expressionHandler_9)); } inline int32_t get_expressionHandler_9() const { return ___expressionHandler_9; } inline int32_t* get_address_of_expressionHandler_9() { return &___expressionHandler_9; } inline void set_expressionHandler_9(int32_t value) { ___expressionHandler_9 = value; } inline static int32_t get_offset_of_isAnimatorControlled_10() { return static_cast(offsetof(QueueExpressionComponent_tC7718AE4502BCBF3E2697785D1F6CCBD33DB4376, ___isAnimatorControlled_10)); } inline bool get_isAnimatorControlled_10() const { return ___isAnimatorControlled_10; } inline bool* get_address_of_isAnimatorControlled_10() { return &___isAnimatorControlled_10; } inline void set_isAnimatorControlled_10(bool value) { ___isAnimatorControlled_10 = value; } inline static int32_t get_offset_of_useOffset_11() { return static_cast(offsetof(QueueExpressionComponent_tC7718AE4502BCBF3E2697785D1F6CCBD33DB4376, ___useOffset_11)); } inline bool get_useOffset_11() const { return ___useOffset_11; } inline bool* get_address_of_useOffset_11() { return &___useOffset_11; } inline void set_useOffset_11(bool value) { ___useOffset_11 = value; } inline static int32_t get_offset_of_name_12() { return static_cast(offsetof(QueueExpressionComponent_tC7718AE4502BCBF3E2697785D1F6CCBD33DB4376, ___name_12)); } inline String_t* get_name_12() const { return ___name_12; } inline String_t** get_address_of_name_12() { return &___name_12; } inline void set_name_12(String_t* value) { ___name_12 = value; Il2CppCodeGenWriteBarrier((void**)(&___name_12), (void*)value); } }; // Native definition for P/Invoke marshalling of CrazyMinnow.SALSA.QueueExpressionComponent struct QueueExpressionComponent_tC7718AE4502BCBF3E2697785D1F6CCBD33DB4376_marshaled_pinvoke { RuntimeObject* ___controller_0; int32_t ___controlType_1; float ___durationDelay_2; float ___durationOn_3; float ___durationHold_4; float ___durationOff_5; int32_t ___isPersistent_6; int32_t ___expressionType_7; int32_t ___easing_8; int32_t ___expressionHandler_9; int32_t ___isAnimatorControlled_10; int32_t ___useOffset_11; char* ___name_12; }; // Native definition for COM marshalling of CrazyMinnow.SALSA.QueueExpressionComponent struct QueueExpressionComponent_tC7718AE4502BCBF3E2697785D1F6CCBD33DB4376_marshaled_com { RuntimeObject* ___controller_0; int32_t ___controlType_1; float ___durationDelay_2; float ___durationOn_3; float ___durationHold_4; float ___durationOff_5; int32_t ___isPersistent_6; int32_t ___expressionType_7; int32_t ___easing_8; int32_t ___expressionHandler_9; int32_t ___isAnimatorControlled_10; int32_t ___useOffset_11; Il2CppChar* ___name_12; }; // UnityEngine.Rendering.RasterState struct RasterState_tCE938359A754790604BA6BDF3A2C688A691D0B9E { public: // UnityEngine.Rendering.CullMode UnityEngine.Rendering.RasterState::m_CullingMode int32_t ___m_CullingMode_1; // System.Int32 UnityEngine.Rendering.RasterState::m_OffsetUnits int32_t ___m_OffsetUnits_2; // System.Single UnityEngine.Rendering.RasterState::m_OffsetFactor float ___m_OffsetFactor_3; // System.Byte UnityEngine.Rendering.RasterState::m_DepthClip uint8_t ___m_DepthClip_4; // System.Byte UnityEngine.Rendering.RasterState::m_Conservative uint8_t ___m_Conservative_5; // System.Byte UnityEngine.Rendering.RasterState::m_Padding1 uint8_t ___m_Padding1_6; // System.Byte UnityEngine.Rendering.RasterState::m_Padding2 uint8_t ___m_Padding2_7; public: inline static int32_t get_offset_of_m_CullingMode_1() { return static_cast(offsetof(RasterState_tCE938359A754790604BA6BDF3A2C688A691D0B9E, ___m_CullingMode_1)); } inline int32_t get_m_CullingMode_1() const { return ___m_CullingMode_1; } inline int32_t* get_address_of_m_CullingMode_1() { return &___m_CullingMode_1; } inline void set_m_CullingMode_1(int32_t value) { ___m_CullingMode_1 = value; } inline static int32_t get_offset_of_m_OffsetUnits_2() { return static_cast(offsetof(RasterState_tCE938359A754790604BA6BDF3A2C688A691D0B9E, ___m_OffsetUnits_2)); } inline int32_t get_m_OffsetUnits_2() const { return ___m_OffsetUnits_2; } inline int32_t* get_address_of_m_OffsetUnits_2() { return &___m_OffsetUnits_2; } inline void set_m_OffsetUnits_2(int32_t value) { ___m_OffsetUnits_2 = value; } inline static int32_t get_offset_of_m_OffsetFactor_3() { return static_cast(offsetof(RasterState_tCE938359A754790604BA6BDF3A2C688A691D0B9E, ___m_OffsetFactor_3)); } inline float get_m_OffsetFactor_3() const { return ___m_OffsetFactor_3; } inline float* get_address_of_m_OffsetFactor_3() { return &___m_OffsetFactor_3; } inline void set_m_OffsetFactor_3(float value) { ___m_OffsetFactor_3 = value; } inline static int32_t get_offset_of_m_DepthClip_4() { return static_cast(offsetof(RasterState_tCE938359A754790604BA6BDF3A2C688A691D0B9E, ___m_DepthClip_4)); } inline uint8_t get_m_DepthClip_4() const { return ___m_DepthClip_4; } inline uint8_t* get_address_of_m_DepthClip_4() { return &___m_DepthClip_4; } inline void set_m_DepthClip_4(uint8_t value) { ___m_DepthClip_4 = value; } inline static int32_t get_offset_of_m_Conservative_5() { return static_cast(offsetof(RasterState_tCE938359A754790604BA6BDF3A2C688A691D0B9E, ___m_Conservative_5)); } inline uint8_t get_m_Conservative_5() const { return ___m_Conservative_5; } inline uint8_t* get_address_of_m_Conservative_5() { return &___m_Conservative_5; } inline void set_m_Conservative_5(uint8_t value) { ___m_Conservative_5 = value; } inline static int32_t get_offset_of_m_Padding1_6() { return static_cast(offsetof(RasterState_tCE938359A754790604BA6BDF3A2C688A691D0B9E, ___m_Padding1_6)); } inline uint8_t get_m_Padding1_6() const { return ___m_Padding1_6; } inline uint8_t* get_address_of_m_Padding1_6() { return &___m_Padding1_6; } inline void set_m_Padding1_6(uint8_t value) { ___m_Padding1_6 = value; } inline static int32_t get_offset_of_m_Padding2_7() { return static_cast(offsetof(RasterState_tCE938359A754790604BA6BDF3A2C688A691D0B9E, ___m_Padding2_7)); } inline uint8_t get_m_Padding2_7() const { return ___m_Padding2_7; } inline uint8_t* get_address_of_m_Padding2_7() { return &___m_Padding2_7; } inline void set_m_Padding2_7(uint8_t value) { ___m_Padding2_7 = value; } }; // UnityEngine.Rendering.RenderTargetIdentifier struct RenderTargetIdentifier_t70F41F3016FFCC4AAF4D7C57F280818114534C13 { public: // UnityEngine.Rendering.BuiltinRenderTextureType UnityEngine.Rendering.RenderTargetIdentifier::m_Type int32_t ___m_Type_1; // System.Int32 UnityEngine.Rendering.RenderTargetIdentifier::m_NameID int32_t ___m_NameID_2; // System.Int32 UnityEngine.Rendering.RenderTargetIdentifier::m_InstanceID int32_t ___m_InstanceID_3; // System.IntPtr UnityEngine.Rendering.RenderTargetIdentifier::m_BufferPointer intptr_t ___m_BufferPointer_4; // System.Int32 UnityEngine.Rendering.RenderTargetIdentifier::m_MipLevel int32_t ___m_MipLevel_5; // UnityEngine.CubemapFace UnityEngine.Rendering.RenderTargetIdentifier::m_CubeFace int32_t ___m_CubeFace_6; // System.Int32 UnityEngine.Rendering.RenderTargetIdentifier::m_DepthSlice int32_t ___m_DepthSlice_7; public: inline static int32_t get_offset_of_m_Type_1() { return static_cast(offsetof(RenderTargetIdentifier_t70F41F3016FFCC4AAF4D7C57F280818114534C13, ___m_Type_1)); } inline int32_t get_m_Type_1() const { return ___m_Type_1; } inline int32_t* get_address_of_m_Type_1() { return &___m_Type_1; } inline void set_m_Type_1(int32_t value) { ___m_Type_1 = value; } inline static int32_t get_offset_of_m_NameID_2() { return static_cast(offsetof(RenderTargetIdentifier_t70F41F3016FFCC4AAF4D7C57F280818114534C13, ___m_NameID_2)); } inline int32_t get_m_NameID_2() const { return ___m_NameID_2; } inline int32_t* get_address_of_m_NameID_2() { return &___m_NameID_2; } inline void set_m_NameID_2(int32_t value) { ___m_NameID_2 = value; } inline static int32_t get_offset_of_m_InstanceID_3() { return static_cast(offsetof(RenderTargetIdentifier_t70F41F3016FFCC4AAF4D7C57F280818114534C13, ___m_InstanceID_3)); } inline int32_t get_m_InstanceID_3() const { return ___m_InstanceID_3; } inline int32_t* get_address_of_m_InstanceID_3() { return &___m_InstanceID_3; } inline void set_m_InstanceID_3(int32_t value) { ___m_InstanceID_3 = value; } inline static int32_t get_offset_of_m_BufferPointer_4() { return static_cast(offsetof(RenderTargetIdentifier_t70F41F3016FFCC4AAF4D7C57F280818114534C13, ___m_BufferPointer_4)); } inline intptr_t get_m_BufferPointer_4() const { return ___m_BufferPointer_4; } inline intptr_t* get_address_of_m_BufferPointer_4() { return &___m_BufferPointer_4; } inline void set_m_BufferPointer_4(intptr_t value) { ___m_BufferPointer_4 = value; } inline static int32_t get_offset_of_m_MipLevel_5() { return static_cast(offsetof(RenderTargetIdentifier_t70F41F3016FFCC4AAF4D7C57F280818114534C13, ___m_MipLevel_5)); } inline int32_t get_m_MipLevel_5() const { return ___m_MipLevel_5; } inline int32_t* get_address_of_m_MipLevel_5() { return &___m_MipLevel_5; } inline void set_m_MipLevel_5(int32_t value) { ___m_MipLevel_5 = value; } inline static int32_t get_offset_of_m_CubeFace_6() { return static_cast(offsetof(RenderTargetIdentifier_t70F41F3016FFCC4AAF4D7C57F280818114534C13, ___m_CubeFace_6)); } inline int32_t get_m_CubeFace_6() const { return ___m_CubeFace_6; } inline int32_t* get_address_of_m_CubeFace_6() { return &___m_CubeFace_6; } inline void set_m_CubeFace_6(int32_t value) { ___m_CubeFace_6 = value; } inline static int32_t get_offset_of_m_DepthSlice_7() { return static_cast(offsetof(RenderTargetIdentifier_t70F41F3016FFCC4AAF4D7C57F280818114534C13, ___m_DepthSlice_7)); } inline int32_t get_m_DepthSlice_7() const { return ___m_DepthSlice_7; } inline int32_t* get_address_of_m_DepthSlice_7() { return &___m_DepthSlice_7; } inline void set_m_DepthSlice_7(int32_t value) { ___m_DepthSlice_7 = value; } }; // UnityEngine.Experimental.Rendering.RenderGraphModule.ResourceHandle struct ResourceHandle_t671576C75E4BF9E42997795BD60D96FCA88AB948 { public: // System.UInt32 UnityEngine.Experimental.Rendering.RenderGraphModule.ResourceHandle::m_Value uint32_t ___m_Value_2; // UnityEngine.Experimental.Rendering.RenderGraphModule.RenderGraphResourceType UnityEngine.Experimental.Rendering.RenderGraphModule.ResourceHandle::k__BackingField int32_t ___U3CtypeU3Ek__BackingField_4; public: inline static int32_t get_offset_of_m_Value_2() { return static_cast(offsetof(ResourceHandle_t671576C75E4BF9E42997795BD60D96FCA88AB948, ___m_Value_2)); } inline uint32_t get_m_Value_2() const { return ___m_Value_2; } inline uint32_t* get_address_of_m_Value_2() { return &___m_Value_2; } inline void set_m_Value_2(uint32_t value) { ___m_Value_2 = value; } inline static int32_t get_offset_of_U3CtypeU3Ek__BackingField_4() { return static_cast(offsetof(ResourceHandle_t671576C75E4BF9E42997795BD60D96FCA88AB948, ___U3CtypeU3Ek__BackingField_4)); } inline int32_t get_U3CtypeU3Ek__BackingField_4() const { return ___U3CtypeU3Ek__BackingField_4; } inline int32_t* get_address_of_U3CtypeU3Ek__BackingField_4() { return &___U3CtypeU3Ek__BackingField_4; } inline void set_U3CtypeU3Ek__BackingField_4(int32_t value) { ___U3CtypeU3Ek__BackingField_4 = value; } }; // UnityEngine.Rendering.SortingSettings struct SortingSettings_t0D126E6892F6A0389C7AEC30C6F976A7AB21BDB6 { public: // UnityEngine.Matrix4x4 UnityEngine.Rendering.SortingSettings::m_WorldToCameraMatrix Matrix4x4_tDE7FF4F2E2EA284F6EFE00D627789D0E5B8B4461 ___m_WorldToCameraMatrix_0; // UnityEngine.Vector3 UnityEngine.Rendering.SortingSettings::m_CameraPosition Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___m_CameraPosition_1; // UnityEngine.Vector3 UnityEngine.Rendering.SortingSettings::m_CustomAxis Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___m_CustomAxis_2; // UnityEngine.Rendering.SortingCriteria UnityEngine.Rendering.SortingSettings::m_Criteria int32_t ___m_Criteria_3; // UnityEngine.Rendering.DistanceMetric UnityEngine.Rendering.SortingSettings::m_DistanceMetric int32_t ___m_DistanceMetric_4; // UnityEngine.Matrix4x4 UnityEngine.Rendering.SortingSettings::m_PreviousVPMatrix Matrix4x4_tDE7FF4F2E2EA284F6EFE00D627789D0E5B8B4461 ___m_PreviousVPMatrix_5; // UnityEngine.Matrix4x4 UnityEngine.Rendering.SortingSettings::m_NonJitteredVPMatrix Matrix4x4_tDE7FF4F2E2EA284F6EFE00D627789D0E5B8B4461 ___m_NonJitteredVPMatrix_6; public: inline static int32_t get_offset_of_m_WorldToCameraMatrix_0() { return static_cast(offsetof(SortingSettings_t0D126E6892F6A0389C7AEC30C6F976A7AB21BDB6, ___m_WorldToCameraMatrix_0)); } inline Matrix4x4_tDE7FF4F2E2EA284F6EFE00D627789D0E5B8B4461 get_m_WorldToCameraMatrix_0() const { return ___m_WorldToCameraMatrix_0; } inline Matrix4x4_tDE7FF4F2E2EA284F6EFE00D627789D0E5B8B4461 * get_address_of_m_WorldToCameraMatrix_0() { return &___m_WorldToCameraMatrix_0; } inline void set_m_WorldToCameraMatrix_0(Matrix4x4_tDE7FF4F2E2EA284F6EFE00D627789D0E5B8B4461 value) { ___m_WorldToCameraMatrix_0 = value; } inline static int32_t get_offset_of_m_CameraPosition_1() { return static_cast(offsetof(SortingSettings_t0D126E6892F6A0389C7AEC30C6F976A7AB21BDB6, ___m_CameraPosition_1)); } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E get_m_CameraPosition_1() const { return ___m_CameraPosition_1; } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * get_address_of_m_CameraPosition_1() { return &___m_CameraPosition_1; } inline void set_m_CameraPosition_1(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E value) { ___m_CameraPosition_1 = value; } inline static int32_t get_offset_of_m_CustomAxis_2() { return static_cast(offsetof(SortingSettings_t0D126E6892F6A0389C7AEC30C6F976A7AB21BDB6, ___m_CustomAxis_2)); } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E get_m_CustomAxis_2() const { return ___m_CustomAxis_2; } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * get_address_of_m_CustomAxis_2() { return &___m_CustomAxis_2; } inline void set_m_CustomAxis_2(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E value) { ___m_CustomAxis_2 = value; } inline static int32_t get_offset_of_m_Criteria_3() { return static_cast(offsetof(SortingSettings_t0D126E6892F6A0389C7AEC30C6F976A7AB21BDB6, ___m_Criteria_3)); } inline int32_t get_m_Criteria_3() const { return ___m_Criteria_3; } inline int32_t* get_address_of_m_Criteria_3() { return &___m_Criteria_3; } inline void set_m_Criteria_3(int32_t value) { ___m_Criteria_3 = value; } inline static int32_t get_offset_of_m_DistanceMetric_4() { return static_cast(offsetof(SortingSettings_t0D126E6892F6A0389C7AEC30C6F976A7AB21BDB6, ___m_DistanceMetric_4)); } inline int32_t get_m_DistanceMetric_4() const { return ___m_DistanceMetric_4; } inline int32_t* get_address_of_m_DistanceMetric_4() { return &___m_DistanceMetric_4; } inline void set_m_DistanceMetric_4(int32_t value) { ___m_DistanceMetric_4 = value; } inline static int32_t get_offset_of_m_PreviousVPMatrix_5() { return static_cast(offsetof(SortingSettings_t0D126E6892F6A0389C7AEC30C6F976A7AB21BDB6, ___m_PreviousVPMatrix_5)); } inline Matrix4x4_tDE7FF4F2E2EA284F6EFE00D627789D0E5B8B4461 get_m_PreviousVPMatrix_5() const { return ___m_PreviousVPMatrix_5; } inline Matrix4x4_tDE7FF4F2E2EA284F6EFE00D627789D0E5B8B4461 * get_address_of_m_PreviousVPMatrix_5() { return &___m_PreviousVPMatrix_5; } inline void set_m_PreviousVPMatrix_5(Matrix4x4_tDE7FF4F2E2EA284F6EFE00D627789D0E5B8B4461 value) { ___m_PreviousVPMatrix_5 = value; } inline static int32_t get_offset_of_m_NonJitteredVPMatrix_6() { return static_cast(offsetof(SortingSettings_t0D126E6892F6A0389C7AEC30C6F976A7AB21BDB6, ___m_NonJitteredVPMatrix_6)); } inline Matrix4x4_tDE7FF4F2E2EA284F6EFE00D627789D0E5B8B4461 get_m_NonJitteredVPMatrix_6() const { return ___m_NonJitteredVPMatrix_6; } inline Matrix4x4_tDE7FF4F2E2EA284F6EFE00D627789D0E5B8B4461 * get_address_of_m_NonJitteredVPMatrix_6() { return &___m_NonJitteredVPMatrix_6; } inline void set_m_NonJitteredVPMatrix_6(Matrix4x4_tDE7FF4F2E2EA284F6EFE00D627789D0E5B8B4461 value) { ___m_NonJitteredVPMatrix_6 = value; } }; // System.Runtime.Serialization.StreamingContext struct StreamingContext_t5888E7E8C81AB6EF3B14FDDA6674F458076A8505 { public: // System.Object System.Runtime.Serialization.StreamingContext::m_additionalContext RuntimeObject * ___m_additionalContext_0; // System.Runtime.Serialization.StreamingContextStates System.Runtime.Serialization.StreamingContext::m_state int32_t ___m_state_1; public: inline static int32_t get_offset_of_m_additionalContext_0() { return static_cast(offsetof(StreamingContext_t5888E7E8C81AB6EF3B14FDDA6674F458076A8505, ___m_additionalContext_0)); } inline RuntimeObject * get_m_additionalContext_0() const { return ___m_additionalContext_0; } inline RuntimeObject ** get_address_of_m_additionalContext_0() { return &___m_additionalContext_0; } inline void set_m_additionalContext_0(RuntimeObject * value) { ___m_additionalContext_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_additionalContext_0), (void*)value); } inline static int32_t get_offset_of_m_state_1() { return static_cast(offsetof(StreamingContext_t5888E7E8C81AB6EF3B14FDDA6674F458076A8505, ___m_state_1)); } inline int32_t get_m_state_1() const { return ___m_state_1; } inline int32_t* get_address_of_m_state_1() { return &___m_state_1; } inline void set_m_state_1(int32_t value) { ___m_state_1 = value; } }; // Native definition for P/Invoke marshalling of System.Runtime.Serialization.StreamingContext struct StreamingContext_t5888E7E8C81AB6EF3B14FDDA6674F458076A8505_marshaled_pinvoke { Il2CppIUnknown* ___m_additionalContext_0; int32_t ___m_state_1; }; // Native definition for COM marshalling of System.Runtime.Serialization.StreamingContext struct StreamingContext_t5888E7E8C81AB6EF3B14FDDA6674F458076A8505_marshaled_com { Il2CppIUnknown* ___m_additionalContext_0; int32_t ___m_state_1; }; // System.SystemException struct SystemException_tC551B4D6EE3772B5F32C71EE8C719F4B43ECCC62 : public Exception_t { public: public: }; // OVR.OpenVR.Texture_t struct Texture_t_t620CAA304875674443E89FE116A335886BF0413F { public: // System.IntPtr OVR.OpenVR.Texture_t::handle intptr_t ___handle_0; // OVR.OpenVR.ETextureType OVR.OpenVR.Texture_t::eType int32_t ___eType_1; // OVR.OpenVR.EColorSpace OVR.OpenVR.Texture_t::eColorSpace int32_t ___eColorSpace_2; public: inline static int32_t get_offset_of_handle_0() { return static_cast(offsetof(Texture_t_t620CAA304875674443E89FE116A335886BF0413F, ___handle_0)); } inline intptr_t get_handle_0() const { return ___handle_0; } inline intptr_t* get_address_of_handle_0() { return &___handle_0; } inline void set_handle_0(intptr_t value) { ___handle_0 = value; } inline static int32_t get_offset_of_eType_1() { return static_cast(offsetof(Texture_t_t620CAA304875674443E89FE116A335886BF0413F, ___eType_1)); } inline int32_t get_eType_1() const { return ___eType_1; } inline int32_t* get_address_of_eType_1() { return &___eType_1; } inline void set_eType_1(int32_t value) { ___eType_1 = value; } inline static int32_t get_offset_of_eColorSpace_2() { return static_cast(offsetof(Texture_t_t620CAA304875674443E89FE116A335886BF0413F, ___eColorSpace_2)); } inline int32_t get_eColorSpace_2() const { return ___eColorSpace_2; } inline int32_t* get_address_of_eColorSpace_2() { return &___eColorSpace_2; } inline void set_eColorSpace_2(int32_t value) { ___eColorSpace_2 = value; } }; // System.Diagnostics.Tracing.TraceLoggingMetadataCollector struct TraceLoggingMetadataCollector_tFDCF6C9B118FD41428DBE1C3AA17A601001C1B2C : public RuntimeObject { public: // System.Diagnostics.Tracing.TraceLoggingMetadataCollector/Impl System.Diagnostics.Tracing.TraceLoggingMetadataCollector::impl Impl_t275DB33AC909F02E92373EFEB69C92B5B4320B55 * ___impl_0; // System.Diagnostics.Tracing.FieldMetadata System.Diagnostics.Tracing.TraceLoggingMetadataCollector::currentGroup FieldMetadata_t2E7367B0A1B1168F2B7E8206B5A9C905E5F29A0A * ___currentGroup_1; // System.Int32 System.Diagnostics.Tracing.TraceLoggingMetadataCollector::bufferedArrayFieldCount int32_t ___bufferedArrayFieldCount_2; // System.Diagnostics.Tracing.EventFieldTags System.Diagnostics.Tracing.TraceLoggingMetadataCollector::k__BackingField int32_t ___U3CTagsU3Ek__BackingField_3; public: inline static int32_t get_offset_of_impl_0() { return static_cast(offsetof(TraceLoggingMetadataCollector_tFDCF6C9B118FD41428DBE1C3AA17A601001C1B2C, ___impl_0)); } inline Impl_t275DB33AC909F02E92373EFEB69C92B5B4320B55 * get_impl_0() const { return ___impl_0; } inline Impl_t275DB33AC909F02E92373EFEB69C92B5B4320B55 ** get_address_of_impl_0() { return &___impl_0; } inline void set_impl_0(Impl_t275DB33AC909F02E92373EFEB69C92B5B4320B55 * value) { ___impl_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___impl_0), (void*)value); } inline static int32_t get_offset_of_currentGroup_1() { return static_cast(offsetof(TraceLoggingMetadataCollector_tFDCF6C9B118FD41428DBE1C3AA17A601001C1B2C, ___currentGroup_1)); } inline FieldMetadata_t2E7367B0A1B1168F2B7E8206B5A9C905E5F29A0A * get_currentGroup_1() const { return ___currentGroup_1; } inline FieldMetadata_t2E7367B0A1B1168F2B7E8206B5A9C905E5F29A0A ** get_address_of_currentGroup_1() { return &___currentGroup_1; } inline void set_currentGroup_1(FieldMetadata_t2E7367B0A1B1168F2B7E8206B5A9C905E5F29A0A * value) { ___currentGroup_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___currentGroup_1), (void*)value); } inline static int32_t get_offset_of_bufferedArrayFieldCount_2() { return static_cast(offsetof(TraceLoggingMetadataCollector_tFDCF6C9B118FD41428DBE1C3AA17A601001C1B2C, ___bufferedArrayFieldCount_2)); } inline int32_t get_bufferedArrayFieldCount_2() const { return ___bufferedArrayFieldCount_2; } inline int32_t* get_address_of_bufferedArrayFieldCount_2() { return &___bufferedArrayFieldCount_2; } inline void set_bufferedArrayFieldCount_2(int32_t value) { ___bufferedArrayFieldCount_2 = value; } inline static int32_t get_offset_of_U3CTagsU3Ek__BackingField_3() { return static_cast(offsetof(TraceLoggingMetadataCollector_tFDCF6C9B118FD41428DBE1C3AA17A601001C1B2C, ___U3CTagsU3Ek__BackingField_3)); } inline int32_t get_U3CTagsU3Ek__BackingField_3() const { return ___U3CTagsU3Ek__BackingField_3; } inline int32_t* get_address_of_U3CTagsU3Ek__BackingField_3() { return &___U3CTagsU3Ek__BackingField_3; } inline void set_U3CTagsU3Ek__BackingField_3(int32_t value) { ___U3CTagsU3Ek__BackingField_3 = value; } }; // System.Diagnostics.Tracing.TraceLoggingTypeInfo struct TraceLoggingTypeInfo_t1A7BD5C2E0BF5D1AC23EEE6C22D724CBAA91CDDE : public RuntimeObject { public: // System.String System.Diagnostics.Tracing.TraceLoggingTypeInfo::name String_t* ___name_0; // System.Diagnostics.Tracing.EventKeywords System.Diagnostics.Tracing.TraceLoggingTypeInfo::keywords int64_t ___keywords_1; // System.Diagnostics.Tracing.EventLevel System.Diagnostics.Tracing.TraceLoggingTypeInfo::level int32_t ___level_2; // System.Diagnostics.Tracing.EventOpcode System.Diagnostics.Tracing.TraceLoggingTypeInfo::opcode int32_t ___opcode_3; // System.Diagnostics.Tracing.EventTags System.Diagnostics.Tracing.TraceLoggingTypeInfo::tags int32_t ___tags_4; // System.Type System.Diagnostics.Tracing.TraceLoggingTypeInfo::dataType Type_t * ___dataType_5; public: inline static int32_t get_offset_of_name_0() { return static_cast(offsetof(TraceLoggingTypeInfo_t1A7BD5C2E0BF5D1AC23EEE6C22D724CBAA91CDDE, ___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_keywords_1() { return static_cast(offsetof(TraceLoggingTypeInfo_t1A7BD5C2E0BF5D1AC23EEE6C22D724CBAA91CDDE, ___keywords_1)); } inline int64_t get_keywords_1() const { return ___keywords_1; } inline int64_t* get_address_of_keywords_1() { return &___keywords_1; } inline void set_keywords_1(int64_t value) { ___keywords_1 = value; } inline static int32_t get_offset_of_level_2() { return static_cast(offsetof(TraceLoggingTypeInfo_t1A7BD5C2E0BF5D1AC23EEE6C22D724CBAA91CDDE, ___level_2)); } inline int32_t get_level_2() const { return ___level_2; } inline int32_t* get_address_of_level_2() { return &___level_2; } inline void set_level_2(int32_t value) { ___level_2 = value; } inline static int32_t get_offset_of_opcode_3() { return static_cast(offsetof(TraceLoggingTypeInfo_t1A7BD5C2E0BF5D1AC23EEE6C22D724CBAA91CDDE, ___opcode_3)); } inline int32_t get_opcode_3() const { return ___opcode_3; } inline int32_t* get_address_of_opcode_3() { return &___opcode_3; } inline void set_opcode_3(int32_t value) { ___opcode_3 = value; } inline static int32_t get_offset_of_tags_4() { return static_cast(offsetof(TraceLoggingTypeInfo_t1A7BD5C2E0BF5D1AC23EEE6C22D724CBAA91CDDE, ___tags_4)); } inline int32_t get_tags_4() const { return ___tags_4; } inline int32_t* get_address_of_tags_4() { return &___tags_4; } inline void set_tags_4(int32_t value) { ___tags_4 = value; } inline static int32_t get_offset_of_dataType_5() { return static_cast(offsetof(TraceLoggingTypeInfo_t1A7BD5C2E0BF5D1AC23EEE6C22D724CBAA91CDDE, ___dataType_5)); } inline Type_t * get_dataType_5() const { return ___dataType_5; } inline Type_t ** get_address_of_dataType_5() { return &___dataType_5; } inline void set_dataType_5(Type_t * value) { ___dataType_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___dataType_5), (void*)value); } }; // OVR.OpenVR.TrackedDevicePose_t struct TrackedDevicePose_t_t5167AAFD9C93AA0ED2CE8223AB08CBAFBC32C153 { public: // OVR.OpenVR.HmdMatrix34_t OVR.OpenVR.TrackedDevicePose_t::mDeviceToAbsoluteTracking HmdMatrix34_t_tF8D32C33445560D919D139A2467312EE12CD654F ___mDeviceToAbsoluteTracking_0; // OVR.OpenVR.HmdVector3_t OVR.OpenVR.TrackedDevicePose_t::vVelocity HmdVector3_t_t9664F6EE707C3B5E5F61BC45443F8C56AA75E703 ___vVelocity_1; // OVR.OpenVR.HmdVector3_t OVR.OpenVR.TrackedDevicePose_t::vAngularVelocity HmdVector3_t_t9664F6EE707C3B5E5F61BC45443F8C56AA75E703 ___vAngularVelocity_2; // OVR.OpenVR.ETrackingResult OVR.OpenVR.TrackedDevicePose_t::eTrackingResult int32_t ___eTrackingResult_3; // System.Boolean OVR.OpenVR.TrackedDevicePose_t::bPoseIsValid bool ___bPoseIsValid_4; // System.Boolean OVR.OpenVR.TrackedDevicePose_t::bDeviceIsConnected bool ___bDeviceIsConnected_5; public: inline static int32_t get_offset_of_mDeviceToAbsoluteTracking_0() { return static_cast(offsetof(TrackedDevicePose_t_t5167AAFD9C93AA0ED2CE8223AB08CBAFBC32C153, ___mDeviceToAbsoluteTracking_0)); } inline HmdMatrix34_t_tF8D32C33445560D919D139A2467312EE12CD654F get_mDeviceToAbsoluteTracking_0() const { return ___mDeviceToAbsoluteTracking_0; } inline HmdMatrix34_t_tF8D32C33445560D919D139A2467312EE12CD654F * get_address_of_mDeviceToAbsoluteTracking_0() { return &___mDeviceToAbsoluteTracking_0; } inline void set_mDeviceToAbsoluteTracking_0(HmdMatrix34_t_tF8D32C33445560D919D139A2467312EE12CD654F value) { ___mDeviceToAbsoluteTracking_0 = value; } inline static int32_t get_offset_of_vVelocity_1() { return static_cast(offsetof(TrackedDevicePose_t_t5167AAFD9C93AA0ED2CE8223AB08CBAFBC32C153, ___vVelocity_1)); } inline HmdVector3_t_t9664F6EE707C3B5E5F61BC45443F8C56AA75E703 get_vVelocity_1() const { return ___vVelocity_1; } inline HmdVector3_t_t9664F6EE707C3B5E5F61BC45443F8C56AA75E703 * get_address_of_vVelocity_1() { return &___vVelocity_1; } inline void set_vVelocity_1(HmdVector3_t_t9664F6EE707C3B5E5F61BC45443F8C56AA75E703 value) { ___vVelocity_1 = value; } inline static int32_t get_offset_of_vAngularVelocity_2() { return static_cast(offsetof(TrackedDevicePose_t_t5167AAFD9C93AA0ED2CE8223AB08CBAFBC32C153, ___vAngularVelocity_2)); } inline HmdVector3_t_t9664F6EE707C3B5E5F61BC45443F8C56AA75E703 get_vAngularVelocity_2() const { return ___vAngularVelocity_2; } inline HmdVector3_t_t9664F6EE707C3B5E5F61BC45443F8C56AA75E703 * get_address_of_vAngularVelocity_2() { return &___vAngularVelocity_2; } inline void set_vAngularVelocity_2(HmdVector3_t_t9664F6EE707C3B5E5F61BC45443F8C56AA75E703 value) { ___vAngularVelocity_2 = value; } inline static int32_t get_offset_of_eTrackingResult_3() { return static_cast(offsetof(TrackedDevicePose_t_t5167AAFD9C93AA0ED2CE8223AB08CBAFBC32C153, ___eTrackingResult_3)); } inline int32_t get_eTrackingResult_3() const { return ___eTrackingResult_3; } inline int32_t* get_address_of_eTrackingResult_3() { return &___eTrackingResult_3; } inline void set_eTrackingResult_3(int32_t value) { ___eTrackingResult_3 = value; } inline static int32_t get_offset_of_bPoseIsValid_4() { return static_cast(offsetof(TrackedDevicePose_t_t5167AAFD9C93AA0ED2CE8223AB08CBAFBC32C153, ___bPoseIsValid_4)); } inline bool get_bPoseIsValid_4() const { return ___bPoseIsValid_4; } inline bool* get_address_of_bPoseIsValid_4() { return &___bPoseIsValid_4; } inline void set_bPoseIsValid_4(bool value) { ___bPoseIsValid_4 = value; } inline static int32_t get_offset_of_bDeviceIsConnected_5() { return static_cast(offsetof(TrackedDevicePose_t_t5167AAFD9C93AA0ED2CE8223AB08CBAFBC32C153, ___bDeviceIsConnected_5)); } inline bool get_bDeviceIsConnected_5() const { return ___bDeviceIsConnected_5; } inline bool* get_address_of_bDeviceIsConnected_5() { return &___bDeviceIsConnected_5; } inline void set_bDeviceIsConnected_5(bool value) { ___bDeviceIsConnected_5 = value; } }; // System.Type struct Type_t : public MemberInfo_t { public: // System.RuntimeTypeHandle System.Type::_impl RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 ____impl_9; public: inline static int32_t get_offset_of__impl_9() { return static_cast(offsetof(Type_t, ____impl_9)); } inline RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 get__impl_9() const { return ____impl_9; } inline RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 * get_address_of__impl_9() { return &____impl_9; } inline void set__impl_9(RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 value) { ____impl_9 = value; } }; // Steamworks.UserStatsReceived_t struct UserStatsReceived_t_t59EF7C70907287461DD6C1BF83153B2177D6B775 { public: union { #pragma pack(push, tp, 1) struct { // System.UInt64 Steamworks.UserStatsReceived_t::m_nGameID uint64_t ___m_nGameID_1; }; #pragma pack(pop, tp) #pragma pack(push, tp, 8) struct { uint64_t ___m_nGameID_1_forAlignmentOnly; }; #pragma pack(pop, tp) #pragma pack(push, tp, 1) struct { char ___m_eResult_2_OffsetPadding[8]; // Steamworks.EResult Steamworks.UserStatsReceived_t::m_eResult int32_t ___m_eResult_2; }; #pragma pack(pop, tp) #pragma pack(push, tp, 8) struct { char ___m_eResult_2_OffsetPadding_forAlignmentOnly[8]; int32_t ___m_eResult_2_forAlignmentOnly; }; #pragma pack(pop, tp) #pragma pack(push, tp, 1) struct { char ___m_steamIDUser_3_OffsetPadding[12]; // Steamworks.CSteamID Steamworks.UserStatsReceived_t::m_steamIDUser CSteamID_tC354C2A25A4DBDA8FBFA70FD05B58AE5AC521E82 ___m_steamIDUser_3; }; #pragma pack(pop, tp) #pragma pack(push, tp, 8) struct { char ___m_steamIDUser_3_OffsetPadding_forAlignmentOnly[12]; CSteamID_tC354C2A25A4DBDA8FBFA70FD05B58AE5AC521E82 ___m_steamIDUser_3_forAlignmentOnly; }; #pragma pack(pop, tp) }; public: inline static int32_t get_offset_of_m_nGameID_1() { return static_cast(offsetof(UserStatsReceived_t_t59EF7C70907287461DD6C1BF83153B2177D6B775, ___m_nGameID_1)); } inline uint64_t get_m_nGameID_1() const { return ___m_nGameID_1; } inline uint64_t* get_address_of_m_nGameID_1() { return &___m_nGameID_1; } inline void set_m_nGameID_1(uint64_t value) { ___m_nGameID_1 = value; } inline static int32_t get_offset_of_m_eResult_2() { return static_cast(offsetof(UserStatsReceived_t_t59EF7C70907287461DD6C1BF83153B2177D6B775, ___m_eResult_2)); } inline int32_t get_m_eResult_2() const { return ___m_eResult_2; } inline int32_t* get_address_of_m_eResult_2() { return &___m_eResult_2; } inline void set_m_eResult_2(int32_t value) { ___m_eResult_2 = value; } inline static int32_t get_offset_of_m_steamIDUser_3() { return static_cast(offsetof(UserStatsReceived_t_t59EF7C70907287461DD6C1BF83153B2177D6B775, ___m_steamIDUser_3)); } inline CSteamID_tC354C2A25A4DBDA8FBFA70FD05B58AE5AC521E82 get_m_steamIDUser_3() const { return ___m_steamIDUser_3; } inline CSteamID_tC354C2A25A4DBDA8FBFA70FD05B58AE5AC521E82 * get_address_of_m_steamIDUser_3() { return &___m_steamIDUser_3; } inline void set_m_steamIDUser_3(CSteamID_tC354C2A25A4DBDA8FBFA70FD05B58AE5AC521E82 value) { ___m_steamIDUser_3 = value; } }; // Steamworks.UserStatsStored_t #pragma pack(push, tp, 8) struct UserStatsStored_t_t29AF23328C3217677AB582A6DA46231A4D433FA3 { public: // System.UInt64 Steamworks.UserStatsStored_t::m_nGameID uint64_t ___m_nGameID_1; // Steamworks.EResult Steamworks.UserStatsStored_t::m_eResult int32_t ___m_eResult_2; public: inline static int32_t get_offset_of_m_nGameID_1() { return static_cast(offsetof(UserStatsStored_t_t29AF23328C3217677AB582A6DA46231A4D433FA3, ___m_nGameID_1)); } inline uint64_t get_m_nGameID_1() const { return ___m_nGameID_1; } inline uint64_t* get_address_of_m_nGameID_1() { return &___m_nGameID_1; } inline void set_m_nGameID_1(uint64_t value) { ___m_nGameID_1 = value; } inline static int32_t get_offset_of_m_eResult_2() { return static_cast(offsetof(UserStatsStored_t_t29AF23328C3217677AB582A6DA46231A4D433FA3, ___m_eResult_2)); } inline int32_t get_m_eResult_2() const { return ___m_eResult_2; } inline int32_t* get_address_of_m_eResult_2() { return &___m_eResult_2; } inline void set_m_eResult_2(int32_t value) { ___m_eResult_2 = value; } }; #pragma pack(pop, tp) // UnityEngine.Rendering.VertexAttributeDescriptor struct VertexAttributeDescriptor_t63A6AA231C2400B66A65E1B66732882B6C27E54E { public: // UnityEngine.Rendering.VertexAttribute UnityEngine.Rendering.VertexAttributeDescriptor::k__BackingField int32_t ___U3CattributeU3Ek__BackingField_0; // UnityEngine.Rendering.VertexAttributeFormat UnityEngine.Rendering.VertexAttributeDescriptor::k__BackingField int32_t ___U3CformatU3Ek__BackingField_1; // System.Int32 UnityEngine.Rendering.VertexAttributeDescriptor::k__BackingField int32_t ___U3CdimensionU3Ek__BackingField_2; // System.Int32 UnityEngine.Rendering.VertexAttributeDescriptor::k__BackingField int32_t ___U3CstreamU3Ek__BackingField_3; public: inline static int32_t get_offset_of_U3CattributeU3Ek__BackingField_0() { return static_cast(offsetof(VertexAttributeDescriptor_t63A6AA231C2400B66A65E1B66732882B6C27E54E, ___U3CattributeU3Ek__BackingField_0)); } inline int32_t get_U3CattributeU3Ek__BackingField_0() const { return ___U3CattributeU3Ek__BackingField_0; } inline int32_t* get_address_of_U3CattributeU3Ek__BackingField_0() { return &___U3CattributeU3Ek__BackingField_0; } inline void set_U3CattributeU3Ek__BackingField_0(int32_t value) { ___U3CattributeU3Ek__BackingField_0 = value; } inline static int32_t get_offset_of_U3CformatU3Ek__BackingField_1() { return static_cast(offsetof(VertexAttributeDescriptor_t63A6AA231C2400B66A65E1B66732882B6C27E54E, ___U3CformatU3Ek__BackingField_1)); } inline int32_t get_U3CformatU3Ek__BackingField_1() const { return ___U3CformatU3Ek__BackingField_1; } inline int32_t* get_address_of_U3CformatU3Ek__BackingField_1() { return &___U3CformatU3Ek__BackingField_1; } inline void set_U3CformatU3Ek__BackingField_1(int32_t value) { ___U3CformatU3Ek__BackingField_1 = value; } inline static int32_t get_offset_of_U3CdimensionU3Ek__BackingField_2() { return static_cast(offsetof(VertexAttributeDescriptor_t63A6AA231C2400B66A65E1B66732882B6C27E54E, ___U3CdimensionU3Ek__BackingField_2)); } inline int32_t get_U3CdimensionU3Ek__BackingField_2() const { return ___U3CdimensionU3Ek__BackingField_2; } inline int32_t* get_address_of_U3CdimensionU3Ek__BackingField_2() { return &___U3CdimensionU3Ek__BackingField_2; } inline void set_U3CdimensionU3Ek__BackingField_2(int32_t value) { ___U3CdimensionU3Ek__BackingField_2 = value; } inline static int32_t get_offset_of_U3CstreamU3Ek__BackingField_3() { return static_cast(offsetof(VertexAttributeDescriptor_t63A6AA231C2400B66A65E1B66732882B6C27E54E, ___U3CstreamU3Ek__BackingField_3)); } inline int32_t get_U3CstreamU3Ek__BackingField_3() const { return ___U3CstreamU3Ek__BackingField_3; } inline int32_t* get_address_of_U3CstreamU3Ek__BackingField_3() { return &___U3CstreamU3Ek__BackingField_3; } inline void set_U3CstreamU3Ek__BackingField_3(int32_t value) { ___U3CstreamU3Ek__BackingField_3 = value; } }; // UnityEngine.Rendering.VisibleLight struct VisibleLight_t72748A05D894B8E7CBD6F03B858BEE8E8CAF065B { public: // UnityEngine.LightType UnityEngine.Rendering.VisibleLight::m_LightType int32_t ___m_LightType_0; // UnityEngine.Color UnityEngine.Rendering.VisibleLight::m_FinalColor Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 ___m_FinalColor_1; // UnityEngine.Rect UnityEngine.Rendering.VisibleLight::m_ScreenRect Rect_t7D9187DB6339DBA5741C09B6CCEF2F54F1966878 ___m_ScreenRect_2; // UnityEngine.Matrix4x4 UnityEngine.Rendering.VisibleLight::m_LocalToWorldMatrix Matrix4x4_tDE7FF4F2E2EA284F6EFE00D627789D0E5B8B4461 ___m_LocalToWorldMatrix_3; // System.Single UnityEngine.Rendering.VisibleLight::m_Range float ___m_Range_4; // System.Single UnityEngine.Rendering.VisibleLight::m_SpotAngle float ___m_SpotAngle_5; // System.Int32 UnityEngine.Rendering.VisibleLight::m_InstanceId int32_t ___m_InstanceId_6; // UnityEngine.Rendering.VisibleLightFlags UnityEngine.Rendering.VisibleLight::m_Flags int32_t ___m_Flags_7; public: inline static int32_t get_offset_of_m_LightType_0() { return static_cast(offsetof(VisibleLight_t72748A05D894B8E7CBD6F03B858BEE8E8CAF065B, ___m_LightType_0)); } inline int32_t get_m_LightType_0() const { return ___m_LightType_0; } inline int32_t* get_address_of_m_LightType_0() { return &___m_LightType_0; } inline void set_m_LightType_0(int32_t value) { ___m_LightType_0 = value; } inline static int32_t get_offset_of_m_FinalColor_1() { return static_cast(offsetof(VisibleLight_t72748A05D894B8E7CBD6F03B858BEE8E8CAF065B, ___m_FinalColor_1)); } inline Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 get_m_FinalColor_1() const { return ___m_FinalColor_1; } inline Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 * get_address_of_m_FinalColor_1() { return &___m_FinalColor_1; } inline void set_m_FinalColor_1(Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 value) { ___m_FinalColor_1 = value; } inline static int32_t get_offset_of_m_ScreenRect_2() { return static_cast(offsetof(VisibleLight_t72748A05D894B8E7CBD6F03B858BEE8E8CAF065B, ___m_ScreenRect_2)); } inline Rect_t7D9187DB6339DBA5741C09B6CCEF2F54F1966878 get_m_ScreenRect_2() const { return ___m_ScreenRect_2; } inline Rect_t7D9187DB6339DBA5741C09B6CCEF2F54F1966878 * get_address_of_m_ScreenRect_2() { return &___m_ScreenRect_2; } inline void set_m_ScreenRect_2(Rect_t7D9187DB6339DBA5741C09B6CCEF2F54F1966878 value) { ___m_ScreenRect_2 = value; } inline static int32_t get_offset_of_m_LocalToWorldMatrix_3() { return static_cast(offsetof(VisibleLight_t72748A05D894B8E7CBD6F03B858BEE8E8CAF065B, ___m_LocalToWorldMatrix_3)); } inline Matrix4x4_tDE7FF4F2E2EA284F6EFE00D627789D0E5B8B4461 get_m_LocalToWorldMatrix_3() const { return ___m_LocalToWorldMatrix_3; } inline Matrix4x4_tDE7FF4F2E2EA284F6EFE00D627789D0E5B8B4461 * get_address_of_m_LocalToWorldMatrix_3() { return &___m_LocalToWorldMatrix_3; } inline void set_m_LocalToWorldMatrix_3(Matrix4x4_tDE7FF4F2E2EA284F6EFE00D627789D0E5B8B4461 value) { ___m_LocalToWorldMatrix_3 = value; } inline static int32_t get_offset_of_m_Range_4() { return static_cast(offsetof(VisibleLight_t72748A05D894B8E7CBD6F03B858BEE8E8CAF065B, ___m_Range_4)); } inline float get_m_Range_4() const { return ___m_Range_4; } inline float* get_address_of_m_Range_4() { return &___m_Range_4; } inline void set_m_Range_4(float value) { ___m_Range_4 = value; } inline static int32_t get_offset_of_m_SpotAngle_5() { return static_cast(offsetof(VisibleLight_t72748A05D894B8E7CBD6F03B858BEE8E8CAF065B, ___m_SpotAngle_5)); } inline float get_m_SpotAngle_5() const { return ___m_SpotAngle_5; } inline float* get_address_of_m_SpotAngle_5() { return &___m_SpotAngle_5; } inline void set_m_SpotAngle_5(float value) { ___m_SpotAngle_5 = value; } inline static int32_t get_offset_of_m_InstanceId_6() { return static_cast(offsetof(VisibleLight_t72748A05D894B8E7CBD6F03B858BEE8E8CAF065B, ___m_InstanceId_6)); } inline int32_t get_m_InstanceId_6() const { return ___m_InstanceId_6; } inline int32_t* get_address_of_m_InstanceId_6() { return &___m_InstanceId_6; } inline void set_m_InstanceId_6(int32_t value) { ___m_InstanceId_6 = value; } inline static int32_t get_offset_of_m_Flags_7() { return static_cast(offsetof(VisibleLight_t72748A05D894B8E7CBD6F03B858BEE8E8CAF065B, ___m_Flags_7)); } inline int32_t get_m_Flags_7() const { return ___m_Flags_7; } inline int32_t* get_address_of_m_Flags_7() { return &___m_Flags_7; } inline void set_m_Flags_7(int32_t value) { ___m_Flags_7 = value; } }; // System.Security.Cryptography.X509Certificates.X509ChainStatus struct X509ChainStatus_tB6C3677955C287CF97042F208630AA0F5ABF77FB { public: // System.Security.Cryptography.X509Certificates.X509ChainStatusFlags System.Security.Cryptography.X509Certificates.X509ChainStatus::status int32_t ___status_0; // System.String System.Security.Cryptography.X509Certificates.X509ChainStatus::info String_t* ___info_1; public: inline static int32_t get_offset_of_status_0() { return static_cast(offsetof(X509ChainStatus_tB6C3677955C287CF97042F208630AA0F5ABF77FB, ___status_0)); } inline int32_t get_status_0() const { return ___status_0; } inline int32_t* get_address_of_status_0() { return &___status_0; } inline void set_status_0(int32_t value) { ___status_0 = value; } inline static int32_t get_offset_of_info_1() { return static_cast(offsetof(X509ChainStatus_tB6C3677955C287CF97042F208630AA0F5ABF77FB, ___info_1)); } inline String_t* get_info_1() const { return ___info_1; } inline String_t** get_address_of_info_1() { return &___info_1; } inline void set_info_1(String_t* value) { ___info_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___info_1), (void*)value); } }; // Native definition for P/Invoke marshalling of System.Security.Cryptography.X509Certificates.X509ChainStatus struct X509ChainStatus_tB6C3677955C287CF97042F208630AA0F5ABF77FB_marshaled_pinvoke { int32_t ___status_0; char* ___info_1; }; // Native definition for COM marshalling of System.Security.Cryptography.X509Certificates.X509ChainStatus struct X509ChainStatus_tB6C3677955C287CF97042F208630AA0F5ABF77FB_marshaled_com { int32_t ___status_0; Il2CppChar* ___info_1; }; // UnityEngine.InputSystem.XR.XRFeatureDescriptor struct XRFeatureDescriptor_t5B3BBC971E81372C9B95CFD31D79CA3F0E8DF42E { public: // System.String UnityEngine.InputSystem.XR.XRFeatureDescriptor::name String_t* ___name_0; // System.Collections.Generic.List`1 UnityEngine.InputSystem.XR.XRFeatureDescriptor::usageHints List_1_t2DD46702114CB33CAAE4FD03EE0628A6B357B441 * ___usageHints_1; // UnityEngine.InputSystem.XR.FeatureType UnityEngine.InputSystem.XR.XRFeatureDescriptor::featureType int32_t ___featureType_2; // System.UInt32 UnityEngine.InputSystem.XR.XRFeatureDescriptor::customSize uint32_t ___customSize_3; public: inline static int32_t get_offset_of_name_0() { return static_cast(offsetof(XRFeatureDescriptor_t5B3BBC971E81372C9B95CFD31D79CA3F0E8DF42E, ___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_usageHints_1() { return static_cast(offsetof(XRFeatureDescriptor_t5B3BBC971E81372C9B95CFD31D79CA3F0E8DF42E, ___usageHints_1)); } inline List_1_t2DD46702114CB33CAAE4FD03EE0628A6B357B441 * get_usageHints_1() const { return ___usageHints_1; } inline List_1_t2DD46702114CB33CAAE4FD03EE0628A6B357B441 ** get_address_of_usageHints_1() { return &___usageHints_1; } inline void set_usageHints_1(List_1_t2DD46702114CB33CAAE4FD03EE0628A6B357B441 * value) { ___usageHints_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___usageHints_1), (void*)value); } inline static int32_t get_offset_of_featureType_2() { return static_cast(offsetof(XRFeatureDescriptor_t5B3BBC971E81372C9B95CFD31D79CA3F0E8DF42E, ___featureType_2)); } inline int32_t get_featureType_2() const { return ___featureType_2; } inline int32_t* get_address_of_featureType_2() { return &___featureType_2; } inline void set_featureType_2(int32_t value) { ___featureType_2 = value; } inline static int32_t get_offset_of_customSize_3() { return static_cast(offsetof(XRFeatureDescriptor_t5B3BBC971E81372C9B95CFD31D79CA3F0E8DF42E, ___customSize_3)); } inline uint32_t get_customSize_3() const { return ___customSize_3; } inline uint32_t* get_address_of_customSize_3() { return &___customSize_3; } inline void set_customSize_3(uint32_t value) { ___customSize_3 = value; } }; // Native definition for P/Invoke marshalling of UnityEngine.InputSystem.XR.XRFeatureDescriptor struct XRFeatureDescriptor_t5B3BBC971E81372C9B95CFD31D79CA3F0E8DF42E_marshaled_pinvoke { char* ___name_0; List_1_t2DD46702114CB33CAAE4FD03EE0628A6B357B441 * ___usageHints_1; int32_t ___featureType_2; uint32_t ___customSize_3; }; // Native definition for COM marshalling of UnityEngine.InputSystem.XR.XRFeatureDescriptor struct XRFeatureDescriptor_t5B3BBC971E81372C9B95CFD31D79CA3F0E8DF42E_marshaled_com { Il2CppChar* ___name_0; List_1_t2DD46702114CB33CAAE4FD03EE0628A6B357B441 * ___usageHints_1; int32_t ___featureType_2; uint32_t ___customSize_3; }; // UnityEngine.XR.XRNodeState struct XRNodeState_t6DC58D0C1BF2C4323D16B3905FDBEE7C03E27D33 { public: // UnityEngine.XR.XRNode UnityEngine.XR.XRNodeState::m_Type int32_t ___m_Type_0; // UnityEngine.XR.AvailableTrackingData UnityEngine.XR.XRNodeState::m_AvailableFields int32_t ___m_AvailableFields_1; // UnityEngine.Vector3 UnityEngine.XR.XRNodeState::m_Position Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___m_Position_2; // UnityEngine.Quaternion UnityEngine.XR.XRNodeState::m_Rotation Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 ___m_Rotation_3; // UnityEngine.Vector3 UnityEngine.XR.XRNodeState::m_Velocity Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___m_Velocity_4; // UnityEngine.Vector3 UnityEngine.XR.XRNodeState::m_AngularVelocity Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___m_AngularVelocity_5; // UnityEngine.Vector3 UnityEngine.XR.XRNodeState::m_Acceleration Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___m_Acceleration_6; // UnityEngine.Vector3 UnityEngine.XR.XRNodeState::m_AngularAcceleration Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___m_AngularAcceleration_7; // System.Int32 UnityEngine.XR.XRNodeState::m_Tracked int32_t ___m_Tracked_8; // System.UInt64 UnityEngine.XR.XRNodeState::m_UniqueID uint64_t ___m_UniqueID_9; public: inline static int32_t get_offset_of_m_Type_0() { return static_cast(offsetof(XRNodeState_t6DC58D0C1BF2C4323D16B3905FDBEE7C03E27D33, ___m_Type_0)); } inline int32_t get_m_Type_0() const { return ___m_Type_0; } inline int32_t* get_address_of_m_Type_0() { return &___m_Type_0; } inline void set_m_Type_0(int32_t value) { ___m_Type_0 = value; } inline static int32_t get_offset_of_m_AvailableFields_1() { return static_cast(offsetof(XRNodeState_t6DC58D0C1BF2C4323D16B3905FDBEE7C03E27D33, ___m_AvailableFields_1)); } inline int32_t get_m_AvailableFields_1() const { return ___m_AvailableFields_1; } inline int32_t* get_address_of_m_AvailableFields_1() { return &___m_AvailableFields_1; } inline void set_m_AvailableFields_1(int32_t value) { ___m_AvailableFields_1 = value; } inline static int32_t get_offset_of_m_Position_2() { return static_cast(offsetof(XRNodeState_t6DC58D0C1BF2C4323D16B3905FDBEE7C03E27D33, ___m_Position_2)); } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E get_m_Position_2() const { return ___m_Position_2; } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * get_address_of_m_Position_2() { return &___m_Position_2; } inline void set_m_Position_2(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E value) { ___m_Position_2 = value; } inline static int32_t get_offset_of_m_Rotation_3() { return static_cast(offsetof(XRNodeState_t6DC58D0C1BF2C4323D16B3905FDBEE7C03E27D33, ___m_Rotation_3)); } inline Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 get_m_Rotation_3() const { return ___m_Rotation_3; } inline Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 * get_address_of_m_Rotation_3() { return &___m_Rotation_3; } inline void set_m_Rotation_3(Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 value) { ___m_Rotation_3 = value; } inline static int32_t get_offset_of_m_Velocity_4() { return static_cast(offsetof(XRNodeState_t6DC58D0C1BF2C4323D16B3905FDBEE7C03E27D33, ___m_Velocity_4)); } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E get_m_Velocity_4() const { return ___m_Velocity_4; } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * get_address_of_m_Velocity_4() { return &___m_Velocity_4; } inline void set_m_Velocity_4(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E value) { ___m_Velocity_4 = value; } inline static int32_t get_offset_of_m_AngularVelocity_5() { return static_cast(offsetof(XRNodeState_t6DC58D0C1BF2C4323D16B3905FDBEE7C03E27D33, ___m_AngularVelocity_5)); } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E get_m_AngularVelocity_5() const { return ___m_AngularVelocity_5; } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * get_address_of_m_AngularVelocity_5() { return &___m_AngularVelocity_5; } inline void set_m_AngularVelocity_5(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E value) { ___m_AngularVelocity_5 = value; } inline static int32_t get_offset_of_m_Acceleration_6() { return static_cast(offsetof(XRNodeState_t6DC58D0C1BF2C4323D16B3905FDBEE7C03E27D33, ___m_Acceleration_6)); } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E get_m_Acceleration_6() const { return ___m_Acceleration_6; } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * get_address_of_m_Acceleration_6() { return &___m_Acceleration_6; } inline void set_m_Acceleration_6(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E value) { ___m_Acceleration_6 = value; } inline static int32_t get_offset_of_m_AngularAcceleration_7() { return static_cast(offsetof(XRNodeState_t6DC58D0C1BF2C4323D16B3905FDBEE7C03E27D33, ___m_AngularAcceleration_7)); } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E get_m_AngularAcceleration_7() const { return ___m_AngularAcceleration_7; } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * get_address_of_m_AngularAcceleration_7() { return &___m_AngularAcceleration_7; } inline void set_m_AngularAcceleration_7(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E value) { ___m_AngularAcceleration_7 = value; } inline static int32_t get_offset_of_m_Tracked_8() { return static_cast(offsetof(XRNodeState_t6DC58D0C1BF2C4323D16B3905FDBEE7C03E27D33, ___m_Tracked_8)); } inline int32_t get_m_Tracked_8() const { return ___m_Tracked_8; } inline int32_t* get_address_of_m_Tracked_8() { return &___m_Tracked_8; } inline void set_m_Tracked_8(int32_t value) { ___m_Tracked_8 = value; } inline static int32_t get_offset_of_m_UniqueID_9() { return static_cast(offsetof(XRNodeState_t6DC58D0C1BF2C4323D16B3905FDBEE7C03E27D33, ___m_UniqueID_9)); } inline uint64_t get_m_UniqueID_9() const { return ___m_UniqueID_9; } inline uint64_t* get_address_of_m_UniqueID_9() { return &___m_UniqueID_9; } inline void set_m_UniqueID_9(uint64_t value) { ___m_UniqueID_9 = value; } }; // Oculus.Platform.CAPI/ovrKeyValuePair struct ovrKeyValuePair_t3C944248A9D422332F7F67D4F8D90630886F7C32 { public: // System.String Oculus.Platform.CAPI/ovrKeyValuePair::key_ String_t* ___key__0; // Oculus.Platform.KeyValuePairType Oculus.Platform.CAPI/ovrKeyValuePair::valueType_ int32_t ___valueType__1; // System.String Oculus.Platform.CAPI/ovrKeyValuePair::stringValue_ String_t* ___stringValue__2; // System.Int32 Oculus.Platform.CAPI/ovrKeyValuePair::intValue_ int32_t ___intValue__3; // System.Double Oculus.Platform.CAPI/ovrKeyValuePair::doubleValue_ double ___doubleValue__4; public: inline static int32_t get_offset_of_key__0() { return static_cast(offsetof(ovrKeyValuePair_t3C944248A9D422332F7F67D4F8D90630886F7C32, ___key__0)); } inline String_t* get_key__0() const { return ___key__0; } inline String_t** get_address_of_key__0() { return &___key__0; } inline void set_key__0(String_t* value) { ___key__0 = value; Il2CppCodeGenWriteBarrier((void**)(&___key__0), (void*)value); } inline static int32_t get_offset_of_valueType__1() { return static_cast(offsetof(ovrKeyValuePair_t3C944248A9D422332F7F67D4F8D90630886F7C32, ___valueType__1)); } inline int32_t get_valueType__1() const { return ___valueType__1; } inline int32_t* get_address_of_valueType__1() { return &___valueType__1; } inline void set_valueType__1(int32_t value) { ___valueType__1 = value; } inline static int32_t get_offset_of_stringValue__2() { return static_cast(offsetof(ovrKeyValuePair_t3C944248A9D422332F7F67D4F8D90630886F7C32, ___stringValue__2)); } inline String_t* get_stringValue__2() const { return ___stringValue__2; } inline String_t** get_address_of_stringValue__2() { return &___stringValue__2; } inline void set_stringValue__2(String_t* value) { ___stringValue__2 = value; Il2CppCodeGenWriteBarrier((void**)(&___stringValue__2), (void*)value); } inline static int32_t get_offset_of_intValue__3() { return static_cast(offsetof(ovrKeyValuePair_t3C944248A9D422332F7F67D4F8D90630886F7C32, ___intValue__3)); } inline int32_t get_intValue__3() const { return ___intValue__3; } inline int32_t* get_address_of_intValue__3() { return &___intValue__3; } inline void set_intValue__3(int32_t value) { ___intValue__3 = value; } inline static int32_t get_offset_of_doubleValue__4() { return static_cast(offsetof(ovrKeyValuePair_t3C944248A9D422332F7F67D4F8D90630886F7C32, ___doubleValue__4)); } inline double get_doubleValue__4() const { return ___doubleValue__4; } inline double* get_address_of_doubleValue__4() { return &___doubleValue__4; } inline void set_doubleValue__4(double value) { ___doubleValue__4 = value; } }; // Native definition for P/Invoke marshalling of Oculus.Platform.CAPI/ovrKeyValuePair struct ovrKeyValuePair_t3C944248A9D422332F7F67D4F8D90630886F7C32_marshaled_pinvoke { char* ___key__0; int32_t ___valueType__1; char* ___stringValue__2; int32_t ___intValue__3; double ___doubleValue__4; }; // Native definition for COM marshalling of Oculus.Platform.CAPI/ovrKeyValuePair struct ovrKeyValuePair_t3C944248A9D422332F7F67D4F8D90630886F7C32_marshaled_com { Il2CppChar* ___key__0; int32_t ___valueType__1; Il2CppChar* ___stringValue__2; int32_t ___intValue__3; double ___doubleValue__4; }; // Oculus.Platform.CAPI/ovrMatchmakingCriterion struct ovrMatchmakingCriterion_t1FB116F2E9DB415F6E2BDFD8A9BD87A0538F94E4 { public: // System.String Oculus.Platform.CAPI/ovrMatchmakingCriterion::key_ String_t* ___key__0; // Oculus.Platform.MatchmakingCriterionImportance Oculus.Platform.CAPI/ovrMatchmakingCriterion::importance_ int32_t ___importance__1; // System.IntPtr Oculus.Platform.CAPI/ovrMatchmakingCriterion::parameterArray intptr_t ___parameterArray_2; // System.UInt32 Oculus.Platform.CAPI/ovrMatchmakingCriterion::parameterArrayCount uint32_t ___parameterArrayCount_3; public: inline static int32_t get_offset_of_key__0() { return static_cast(offsetof(ovrMatchmakingCriterion_t1FB116F2E9DB415F6E2BDFD8A9BD87A0538F94E4, ___key__0)); } inline String_t* get_key__0() const { return ___key__0; } inline String_t** get_address_of_key__0() { return &___key__0; } inline void set_key__0(String_t* value) { ___key__0 = value; Il2CppCodeGenWriteBarrier((void**)(&___key__0), (void*)value); } inline static int32_t get_offset_of_importance__1() { return static_cast(offsetof(ovrMatchmakingCriterion_t1FB116F2E9DB415F6E2BDFD8A9BD87A0538F94E4, ___importance__1)); } inline int32_t get_importance__1() const { return ___importance__1; } inline int32_t* get_address_of_importance__1() { return &___importance__1; } inline void set_importance__1(int32_t value) { ___importance__1 = value; } inline static int32_t get_offset_of_parameterArray_2() { return static_cast(offsetof(ovrMatchmakingCriterion_t1FB116F2E9DB415F6E2BDFD8A9BD87A0538F94E4, ___parameterArray_2)); } inline intptr_t get_parameterArray_2() const { return ___parameterArray_2; } inline intptr_t* get_address_of_parameterArray_2() { return &___parameterArray_2; } inline void set_parameterArray_2(intptr_t value) { ___parameterArray_2 = value; } inline static int32_t get_offset_of_parameterArrayCount_3() { return static_cast(offsetof(ovrMatchmakingCriterion_t1FB116F2E9DB415F6E2BDFD8A9BD87A0538F94E4, ___parameterArrayCount_3)); } inline uint32_t get_parameterArrayCount_3() const { return ___parameterArrayCount_3; } inline uint32_t* get_address_of_parameterArrayCount_3() { return &___parameterArrayCount_3; } inline void set_parameterArrayCount_3(uint32_t value) { ___parameterArrayCount_3 = value; } }; // Native definition for P/Invoke marshalling of Oculus.Platform.CAPI/ovrMatchmakingCriterion struct ovrMatchmakingCriterion_t1FB116F2E9DB415F6E2BDFD8A9BD87A0538F94E4_marshaled_pinvoke { char* ___key__0; int32_t ___importance__1; intptr_t ___parameterArray_2; uint32_t ___parameterArrayCount_3; }; // Native definition for COM marshalling of Oculus.Platform.CAPI/ovrMatchmakingCriterion struct ovrMatchmakingCriterion_t1FB116F2E9DB415F6E2BDFD8A9BD87A0538F94E4_marshaled_com { Il2CppChar* ___key__0; int32_t ___importance__1; intptr_t ___parameterArray_2; uint32_t ___parameterArrayCount_3; }; // UnityEngine.Camera/RenderRequest struct RenderRequest_t7DEDFA6AAA1C8D381280183054C328F26BBCCE94 { public: // UnityEngine.Camera/RenderRequestMode UnityEngine.Camera/RenderRequest::m_CameraRenderMode int32_t ___m_CameraRenderMode_0; // UnityEngine.RenderTexture UnityEngine.Camera/RenderRequest::m_ResultRT RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * ___m_ResultRT_1; // UnityEngine.Camera/RenderRequestOutputSpace UnityEngine.Camera/RenderRequest::m_OutputSpace int32_t ___m_OutputSpace_2; public: inline static int32_t get_offset_of_m_CameraRenderMode_0() { return static_cast(offsetof(RenderRequest_t7DEDFA6AAA1C8D381280183054C328F26BBCCE94, ___m_CameraRenderMode_0)); } inline int32_t get_m_CameraRenderMode_0() const { return ___m_CameraRenderMode_0; } inline int32_t* get_address_of_m_CameraRenderMode_0() { return &___m_CameraRenderMode_0; } inline void set_m_CameraRenderMode_0(int32_t value) { ___m_CameraRenderMode_0 = value; } inline static int32_t get_offset_of_m_ResultRT_1() { return static_cast(offsetof(RenderRequest_t7DEDFA6AAA1C8D381280183054C328F26BBCCE94, ___m_ResultRT_1)); } inline RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * get_m_ResultRT_1() const { return ___m_ResultRT_1; } inline RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 ** get_address_of_m_ResultRT_1() { return &___m_ResultRT_1; } inline void set_m_ResultRT_1(RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * value) { ___m_ResultRT_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_ResultRT_1), (void*)value); } inline static int32_t get_offset_of_m_OutputSpace_2() { return static_cast(offsetof(RenderRequest_t7DEDFA6AAA1C8D381280183054C328F26BBCCE94, ___m_OutputSpace_2)); } inline int32_t get_m_OutputSpace_2() const { return ___m_OutputSpace_2; } inline int32_t* get_address_of_m_OutputSpace_2() { return &___m_OutputSpace_2; } inline void set_m_OutputSpace_2(int32_t value) { ___m_OutputSpace_2 = value; } }; // Native definition for P/Invoke marshalling of UnityEngine.Camera/RenderRequest struct RenderRequest_t7DEDFA6AAA1C8D381280183054C328F26BBCCE94_marshaled_pinvoke { int32_t ___m_CameraRenderMode_0; RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * ___m_ResultRT_1; int32_t ___m_OutputSpace_2; }; // Native definition for COM marshalling of UnityEngine.Camera/RenderRequest struct RenderRequest_t7DEDFA6AAA1C8D381280183054C328F26BBCCE94_marshaled_com { int32_t ___m_CameraRenderMode_0; RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * ___m_ResultRT_1; int32_t ___m_OutputSpace_2; }; // System.Net.CookieTokenizer/RecognizedAttribute struct RecognizedAttribute_t2EEDD81B78A9A885AF1B6136D15CA9EC47C23A8A { public: // System.String System.Net.CookieTokenizer/RecognizedAttribute::m_name String_t* ___m_name_0; // System.Net.CookieToken System.Net.CookieTokenizer/RecognizedAttribute::m_token int32_t ___m_token_1; public: inline static int32_t get_offset_of_m_name_0() { return static_cast(offsetof(RecognizedAttribute_t2EEDD81B78A9A885AF1B6136D15CA9EC47C23A8A, ___m_name_0)); } inline String_t* get_m_name_0() const { return ___m_name_0; } inline String_t** get_address_of_m_name_0() { return &___m_name_0; } inline void set_m_name_0(String_t* value) { ___m_name_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_name_0), (void*)value); } inline static int32_t get_offset_of_m_token_1() { return static_cast(offsetof(RecognizedAttribute_t2EEDD81B78A9A885AF1B6136D15CA9EC47C23A8A, ___m_token_1)); } inline int32_t get_m_token_1() const { return ___m_token_1; } inline int32_t* get_address_of_m_token_1() { return &___m_token_1; } inline void set_m_token_1(int32_t value) { ___m_token_1 = value; } }; // Native definition for P/Invoke marshalling of System.Net.CookieTokenizer/RecognizedAttribute struct RecognizedAttribute_t2EEDD81B78A9A885AF1B6136D15CA9EC47C23A8A_marshaled_pinvoke { char* ___m_name_0; int32_t ___m_token_1; }; // Native definition for COM marshalling of System.Net.CookieTokenizer/RecognizedAttribute struct RecognizedAttribute_t2EEDD81B78A9A885AF1B6136D15CA9EC47C23A8A_marshaled_com { Il2CppChar* ___m_name_0; int32_t ___m_token_1; }; // UnityEngine.Rendering.Universal.DeferredShaderData/ComputeBufferInfo struct ComputeBufferInfo_t025B2271B4F21E4EF715D6CFF2FFD029C803155E { public: // System.UInt32 UnityEngine.Rendering.Universal.DeferredShaderData/ComputeBufferInfo::frameUsed uint32_t ___frameUsed_0; // UnityEngine.ComputeBufferType UnityEngine.Rendering.Universal.DeferredShaderData/ComputeBufferInfo::type int32_t ___type_1; public: inline static int32_t get_offset_of_frameUsed_0() { return static_cast(offsetof(ComputeBufferInfo_t025B2271B4F21E4EF715D6CFF2FFD029C803155E, ___frameUsed_0)); } inline uint32_t get_frameUsed_0() const { return ___frameUsed_0; } inline uint32_t* get_address_of_frameUsed_0() { return &___frameUsed_0; } inline void set_frameUsed_0(uint32_t value) { ___frameUsed_0 = value; } inline static int32_t get_offset_of_type_1() { return static_cast(offsetof(ComputeBufferInfo_t025B2271B4F21E4EF715D6CFF2FFD029C803155E, ___type_1)); } inline int32_t get_type_1() const { return ___type_1; } inline int32_t* get_address_of_type_1() { return &___type_1; } inline void set_type_1(int32_t value) { ___type_1 = value; } }; // System.Diagnostics.Tracing.EventSource/EventMetadata struct EventMetadata_t0F1E6D6A3AE52945C8B5DC3D6BF5F5F0BA3D3218 { public: // System.Diagnostics.Tracing.EventDescriptor System.Diagnostics.Tracing.EventSource/EventMetadata::Descriptor EventDescriptor_t932B329BA6E7F55510AC22858B583AADFC42E19F ___Descriptor_0; // System.Diagnostics.Tracing.EventTags System.Diagnostics.Tracing.EventSource/EventMetadata::Tags int32_t ___Tags_1; // System.Boolean System.Diagnostics.Tracing.EventSource/EventMetadata::EnabledForAnyListener bool ___EnabledForAnyListener_2; // System.Boolean System.Diagnostics.Tracing.EventSource/EventMetadata::EnabledForETW bool ___EnabledForETW_3; // System.Boolean System.Diagnostics.Tracing.EventSource/EventMetadata::HasRelatedActivityID bool ___HasRelatedActivityID_4; // System.Byte System.Diagnostics.Tracing.EventSource/EventMetadata::TriggersActivityTracking uint8_t ___TriggersActivityTracking_5; // System.String System.Diagnostics.Tracing.EventSource/EventMetadata::Name String_t* ___Name_6; // System.String System.Diagnostics.Tracing.EventSource/EventMetadata::Message String_t* ___Message_7; // System.Reflection.ParameterInfo[] System.Diagnostics.Tracing.EventSource/EventMetadata::Parameters ParameterInfoU5BU5D_tB1B367487BAA9E1B2DA7EAA95B443D0B183AF80B* ___Parameters_8; // System.Diagnostics.Tracing.TraceLoggingEventTypes System.Diagnostics.Tracing.EventSource/EventMetadata::TraceLoggingEventTypes TraceLoggingEventTypes_t5D42665BA8E6C5484C383973645BA1D54D61D23D * ___TraceLoggingEventTypes_9; // System.Diagnostics.Tracing.EventActivityOptions System.Diagnostics.Tracing.EventSource/EventMetadata::ActivityOptions int32_t ___ActivityOptions_10; public: inline static int32_t get_offset_of_Descriptor_0() { return static_cast(offsetof(EventMetadata_t0F1E6D6A3AE52945C8B5DC3D6BF5F5F0BA3D3218, ___Descriptor_0)); } inline EventDescriptor_t932B329BA6E7F55510AC22858B583AADFC42E19F get_Descriptor_0() const { return ___Descriptor_0; } inline EventDescriptor_t932B329BA6E7F55510AC22858B583AADFC42E19F * get_address_of_Descriptor_0() { return &___Descriptor_0; } inline void set_Descriptor_0(EventDescriptor_t932B329BA6E7F55510AC22858B583AADFC42E19F value) { ___Descriptor_0 = value; } inline static int32_t get_offset_of_Tags_1() { return static_cast(offsetof(EventMetadata_t0F1E6D6A3AE52945C8B5DC3D6BF5F5F0BA3D3218, ___Tags_1)); } inline int32_t get_Tags_1() const { return ___Tags_1; } inline int32_t* get_address_of_Tags_1() { return &___Tags_1; } inline void set_Tags_1(int32_t value) { ___Tags_1 = value; } inline static int32_t get_offset_of_EnabledForAnyListener_2() { return static_cast(offsetof(EventMetadata_t0F1E6D6A3AE52945C8B5DC3D6BF5F5F0BA3D3218, ___EnabledForAnyListener_2)); } inline bool get_EnabledForAnyListener_2() const { return ___EnabledForAnyListener_2; } inline bool* get_address_of_EnabledForAnyListener_2() { return &___EnabledForAnyListener_2; } inline void set_EnabledForAnyListener_2(bool value) { ___EnabledForAnyListener_2 = value; } inline static int32_t get_offset_of_EnabledForETW_3() { return static_cast(offsetof(EventMetadata_t0F1E6D6A3AE52945C8B5DC3D6BF5F5F0BA3D3218, ___EnabledForETW_3)); } inline bool get_EnabledForETW_3() const { return ___EnabledForETW_3; } inline bool* get_address_of_EnabledForETW_3() { return &___EnabledForETW_3; } inline void set_EnabledForETW_3(bool value) { ___EnabledForETW_3 = value; } inline static int32_t get_offset_of_HasRelatedActivityID_4() { return static_cast(offsetof(EventMetadata_t0F1E6D6A3AE52945C8B5DC3D6BF5F5F0BA3D3218, ___HasRelatedActivityID_4)); } inline bool get_HasRelatedActivityID_4() const { return ___HasRelatedActivityID_4; } inline bool* get_address_of_HasRelatedActivityID_4() { return &___HasRelatedActivityID_4; } inline void set_HasRelatedActivityID_4(bool value) { ___HasRelatedActivityID_4 = value; } inline static int32_t get_offset_of_TriggersActivityTracking_5() { return static_cast(offsetof(EventMetadata_t0F1E6D6A3AE52945C8B5DC3D6BF5F5F0BA3D3218, ___TriggersActivityTracking_5)); } inline uint8_t get_TriggersActivityTracking_5() const { return ___TriggersActivityTracking_5; } inline uint8_t* get_address_of_TriggersActivityTracking_5() { return &___TriggersActivityTracking_5; } inline void set_TriggersActivityTracking_5(uint8_t value) { ___TriggersActivityTracking_5 = value; } inline static int32_t get_offset_of_Name_6() { return static_cast(offsetof(EventMetadata_t0F1E6D6A3AE52945C8B5DC3D6BF5F5F0BA3D3218, ___Name_6)); } inline String_t* get_Name_6() const { return ___Name_6; } inline String_t** get_address_of_Name_6() { return &___Name_6; } inline void set_Name_6(String_t* value) { ___Name_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___Name_6), (void*)value); } inline static int32_t get_offset_of_Message_7() { return static_cast(offsetof(EventMetadata_t0F1E6D6A3AE52945C8B5DC3D6BF5F5F0BA3D3218, ___Message_7)); } inline String_t* get_Message_7() const { return ___Message_7; } inline String_t** get_address_of_Message_7() { return &___Message_7; } inline void set_Message_7(String_t* value) { ___Message_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___Message_7), (void*)value); } inline static int32_t get_offset_of_Parameters_8() { return static_cast(offsetof(EventMetadata_t0F1E6D6A3AE52945C8B5DC3D6BF5F5F0BA3D3218, ___Parameters_8)); } inline ParameterInfoU5BU5D_tB1B367487BAA9E1B2DA7EAA95B443D0B183AF80B* get_Parameters_8() const { return ___Parameters_8; } inline ParameterInfoU5BU5D_tB1B367487BAA9E1B2DA7EAA95B443D0B183AF80B** get_address_of_Parameters_8() { return &___Parameters_8; } inline void set_Parameters_8(ParameterInfoU5BU5D_tB1B367487BAA9E1B2DA7EAA95B443D0B183AF80B* value) { ___Parameters_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___Parameters_8), (void*)value); } inline static int32_t get_offset_of_TraceLoggingEventTypes_9() { return static_cast(offsetof(EventMetadata_t0F1E6D6A3AE52945C8B5DC3D6BF5F5F0BA3D3218, ___TraceLoggingEventTypes_9)); } inline TraceLoggingEventTypes_t5D42665BA8E6C5484C383973645BA1D54D61D23D * get_TraceLoggingEventTypes_9() const { return ___TraceLoggingEventTypes_9; } inline TraceLoggingEventTypes_t5D42665BA8E6C5484C383973645BA1D54D61D23D ** get_address_of_TraceLoggingEventTypes_9() { return &___TraceLoggingEventTypes_9; } inline void set_TraceLoggingEventTypes_9(TraceLoggingEventTypes_t5D42665BA8E6C5484C383973645BA1D54D61D23D * value) { ___TraceLoggingEventTypes_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___TraceLoggingEventTypes_9), (void*)value); } inline static int32_t get_offset_of_ActivityOptions_10() { return static_cast(offsetof(EventMetadata_t0F1E6D6A3AE52945C8B5DC3D6BF5F5F0BA3D3218, ___ActivityOptions_10)); } inline int32_t get_ActivityOptions_10() const { return ___ActivityOptions_10; } inline int32_t* get_address_of_ActivityOptions_10() { return &___ActivityOptions_10; } inline void set_ActivityOptions_10(int32_t value) { ___ActivityOptions_10 = value; } }; // Native definition for P/Invoke marshalling of System.Diagnostics.Tracing.EventSource/EventMetadata struct EventMetadata_t0F1E6D6A3AE52945C8B5DC3D6BF5F5F0BA3D3218_marshaled_pinvoke { EventDescriptor_t932B329BA6E7F55510AC22858B583AADFC42E19F ___Descriptor_0; int32_t ___Tags_1; int32_t ___EnabledForAnyListener_2; int32_t ___EnabledForETW_3; int32_t ___HasRelatedActivityID_4; uint8_t ___TriggersActivityTracking_5; char* ___Name_6; char* ___Message_7; ParameterInfo_t9D9DBDD93E685815E35F4F6D6F58E90EBC8852B7_marshaled_pinvoke** ___Parameters_8; TraceLoggingEventTypes_t5D42665BA8E6C5484C383973645BA1D54D61D23D * ___TraceLoggingEventTypes_9; int32_t ___ActivityOptions_10; }; // Native definition for COM marshalling of System.Diagnostics.Tracing.EventSource/EventMetadata struct EventMetadata_t0F1E6D6A3AE52945C8B5DC3D6BF5F5F0BA3D3218_marshaled_com { EventDescriptor_t932B329BA6E7F55510AC22858B583AADFC42E19F ___Descriptor_0; int32_t ___Tags_1; int32_t ___EnabledForAnyListener_2; int32_t ___EnabledForETW_3; int32_t ___HasRelatedActivityID_4; uint8_t ___TriggersActivityTracking_5; Il2CppChar* ___Name_6; Il2CppChar* ___Message_7; ParameterInfo_t9D9DBDD93E685815E35F4F6D6F58E90EBC8852B7_marshaled_com** ___Parameters_8; TraceLoggingEventTypes_t5D42665BA8E6C5484C383973645BA1D54D61D23D * ___TraceLoggingEventTypes_9; int32_t ___ActivityOptions_10; }; // UnityEngine.InputSystem.HID.HID/HIDCollectionDescriptor struct HIDCollectionDescriptor_tEDA872562AB61C209FF48351297285AEEB84EFB6 { public: // UnityEngine.InputSystem.HID.HID/HIDCollectionType UnityEngine.InputSystem.HID.HID/HIDCollectionDescriptor::type int32_t ___type_0; // System.Int32 UnityEngine.InputSystem.HID.HID/HIDCollectionDescriptor::usage int32_t ___usage_1; // UnityEngine.InputSystem.HID.HID/UsagePage UnityEngine.InputSystem.HID.HID/HIDCollectionDescriptor::usagePage int32_t ___usagePage_2; // System.Int32 UnityEngine.InputSystem.HID.HID/HIDCollectionDescriptor::parent int32_t ___parent_3; // System.Int32 UnityEngine.InputSystem.HID.HID/HIDCollectionDescriptor::childCount int32_t ___childCount_4; // System.Int32 UnityEngine.InputSystem.HID.HID/HIDCollectionDescriptor::firstChild int32_t ___firstChild_5; public: inline static int32_t get_offset_of_type_0() { return static_cast(offsetof(HIDCollectionDescriptor_tEDA872562AB61C209FF48351297285AEEB84EFB6, ___type_0)); } inline int32_t get_type_0() const { return ___type_0; } inline int32_t* get_address_of_type_0() { return &___type_0; } inline void set_type_0(int32_t value) { ___type_0 = value; } inline static int32_t get_offset_of_usage_1() { return static_cast(offsetof(HIDCollectionDescriptor_tEDA872562AB61C209FF48351297285AEEB84EFB6, ___usage_1)); } inline int32_t get_usage_1() const { return ___usage_1; } inline int32_t* get_address_of_usage_1() { return &___usage_1; } inline void set_usage_1(int32_t value) { ___usage_1 = value; } inline static int32_t get_offset_of_usagePage_2() { return static_cast(offsetof(HIDCollectionDescriptor_tEDA872562AB61C209FF48351297285AEEB84EFB6, ___usagePage_2)); } inline int32_t get_usagePage_2() const { return ___usagePage_2; } inline int32_t* get_address_of_usagePage_2() { return &___usagePage_2; } inline void set_usagePage_2(int32_t value) { ___usagePage_2 = value; } inline static int32_t get_offset_of_parent_3() { return static_cast(offsetof(HIDCollectionDescriptor_tEDA872562AB61C209FF48351297285AEEB84EFB6, ___parent_3)); } inline int32_t get_parent_3() const { return ___parent_3; } inline int32_t* get_address_of_parent_3() { return &___parent_3; } inline void set_parent_3(int32_t value) { ___parent_3 = value; } inline static int32_t get_offset_of_childCount_4() { return static_cast(offsetof(HIDCollectionDescriptor_tEDA872562AB61C209FF48351297285AEEB84EFB6, ___childCount_4)); } inline int32_t get_childCount_4() const { return ___childCount_4; } inline int32_t* get_address_of_childCount_4() { return &___childCount_4; } inline void set_childCount_4(int32_t value) { ___childCount_4 = value; } inline static int32_t get_offset_of_firstChild_5() { return static_cast(offsetof(HIDCollectionDescriptor_tEDA872562AB61C209FF48351297285AEEB84EFB6, ___firstChild_5)); } inline int32_t get_firstChild_5() const { return ___firstChild_5; } inline int32_t* get_address_of_firstChild_5() { return &___firstChild_5; } inline void set_firstChild_5(int32_t value) { ___firstChild_5 = value; } }; // UnityEngine.InputSystem.HID.HID/HIDElementDescriptor struct HIDElementDescriptor_tFB38373ABAFB8E910B966D9FA52DAAE4AEF19427 { public: // System.Int32 UnityEngine.InputSystem.HID.HID/HIDElementDescriptor::usage int32_t ___usage_0; // UnityEngine.InputSystem.HID.HID/UsagePage UnityEngine.InputSystem.HID.HID/HIDElementDescriptor::usagePage int32_t ___usagePage_1; // System.Int32 UnityEngine.InputSystem.HID.HID/HIDElementDescriptor::unit int32_t ___unit_2; // System.Int32 UnityEngine.InputSystem.HID.HID/HIDElementDescriptor::unitExponent int32_t ___unitExponent_3; // System.Int32 UnityEngine.InputSystem.HID.HID/HIDElementDescriptor::logicalMin int32_t ___logicalMin_4; // System.Int32 UnityEngine.InputSystem.HID.HID/HIDElementDescriptor::logicalMax int32_t ___logicalMax_5; // System.Int32 UnityEngine.InputSystem.HID.HID/HIDElementDescriptor::physicalMin int32_t ___physicalMin_6; // System.Int32 UnityEngine.InputSystem.HID.HID/HIDElementDescriptor::physicalMax int32_t ___physicalMax_7; // UnityEngine.InputSystem.HID.HID/HIDReportType UnityEngine.InputSystem.HID.HID/HIDElementDescriptor::reportType int32_t ___reportType_8; // System.Int32 UnityEngine.InputSystem.HID.HID/HIDElementDescriptor::collectionIndex int32_t ___collectionIndex_9; // System.Int32 UnityEngine.InputSystem.HID.HID/HIDElementDescriptor::reportId int32_t ___reportId_10; // System.Int32 UnityEngine.InputSystem.HID.HID/HIDElementDescriptor::reportSizeInBits int32_t ___reportSizeInBits_11; // System.Int32 UnityEngine.InputSystem.HID.HID/HIDElementDescriptor::reportOffsetInBits int32_t ___reportOffsetInBits_12; // UnityEngine.InputSystem.HID.HID/HIDElementFlags UnityEngine.InputSystem.HID.HID/HIDElementDescriptor::flags int32_t ___flags_13; // System.Nullable`1 UnityEngine.InputSystem.HID.HID/HIDElementDescriptor::usageMin Nullable_1_t864FD0051A05D37F91C857AB496BFCB3FE756103 ___usageMin_14; // System.Nullable`1 UnityEngine.InputSystem.HID.HID/HIDElementDescriptor::usageMax Nullable_1_t864FD0051A05D37F91C857AB496BFCB3FE756103 ___usageMax_15; public: inline static int32_t get_offset_of_usage_0() { return static_cast(offsetof(HIDElementDescriptor_tFB38373ABAFB8E910B966D9FA52DAAE4AEF19427, ___usage_0)); } inline int32_t get_usage_0() const { return ___usage_0; } inline int32_t* get_address_of_usage_0() { return &___usage_0; } inline void set_usage_0(int32_t value) { ___usage_0 = value; } inline static int32_t get_offset_of_usagePage_1() { return static_cast(offsetof(HIDElementDescriptor_tFB38373ABAFB8E910B966D9FA52DAAE4AEF19427, ___usagePage_1)); } inline int32_t get_usagePage_1() const { return ___usagePage_1; } inline int32_t* get_address_of_usagePage_1() { return &___usagePage_1; } inline void set_usagePage_1(int32_t value) { ___usagePage_1 = value; } inline static int32_t get_offset_of_unit_2() { return static_cast(offsetof(HIDElementDescriptor_tFB38373ABAFB8E910B966D9FA52DAAE4AEF19427, ___unit_2)); } inline int32_t get_unit_2() const { return ___unit_2; } inline int32_t* get_address_of_unit_2() { return &___unit_2; } inline void set_unit_2(int32_t value) { ___unit_2 = value; } inline static int32_t get_offset_of_unitExponent_3() { return static_cast(offsetof(HIDElementDescriptor_tFB38373ABAFB8E910B966D9FA52DAAE4AEF19427, ___unitExponent_3)); } inline int32_t get_unitExponent_3() const { return ___unitExponent_3; } inline int32_t* get_address_of_unitExponent_3() { return &___unitExponent_3; } inline void set_unitExponent_3(int32_t value) { ___unitExponent_3 = value; } inline static int32_t get_offset_of_logicalMin_4() { return static_cast(offsetof(HIDElementDescriptor_tFB38373ABAFB8E910B966D9FA52DAAE4AEF19427, ___logicalMin_4)); } inline int32_t get_logicalMin_4() const { return ___logicalMin_4; } inline int32_t* get_address_of_logicalMin_4() { return &___logicalMin_4; } inline void set_logicalMin_4(int32_t value) { ___logicalMin_4 = value; } inline static int32_t get_offset_of_logicalMax_5() { return static_cast(offsetof(HIDElementDescriptor_tFB38373ABAFB8E910B966D9FA52DAAE4AEF19427, ___logicalMax_5)); } inline int32_t get_logicalMax_5() const { return ___logicalMax_5; } inline int32_t* get_address_of_logicalMax_5() { return &___logicalMax_5; } inline void set_logicalMax_5(int32_t value) { ___logicalMax_5 = value; } inline static int32_t get_offset_of_physicalMin_6() { return static_cast(offsetof(HIDElementDescriptor_tFB38373ABAFB8E910B966D9FA52DAAE4AEF19427, ___physicalMin_6)); } inline int32_t get_physicalMin_6() const { return ___physicalMin_6; } inline int32_t* get_address_of_physicalMin_6() { return &___physicalMin_6; } inline void set_physicalMin_6(int32_t value) { ___physicalMin_6 = value; } inline static int32_t get_offset_of_physicalMax_7() { return static_cast(offsetof(HIDElementDescriptor_tFB38373ABAFB8E910B966D9FA52DAAE4AEF19427, ___physicalMax_7)); } inline int32_t get_physicalMax_7() const { return ___physicalMax_7; } inline int32_t* get_address_of_physicalMax_7() { return &___physicalMax_7; } inline void set_physicalMax_7(int32_t value) { ___physicalMax_7 = value; } inline static int32_t get_offset_of_reportType_8() { return static_cast(offsetof(HIDElementDescriptor_tFB38373ABAFB8E910B966D9FA52DAAE4AEF19427, ___reportType_8)); } inline int32_t get_reportType_8() const { return ___reportType_8; } inline int32_t* get_address_of_reportType_8() { return &___reportType_8; } inline void set_reportType_8(int32_t value) { ___reportType_8 = value; } inline static int32_t get_offset_of_collectionIndex_9() { return static_cast(offsetof(HIDElementDescriptor_tFB38373ABAFB8E910B966D9FA52DAAE4AEF19427, ___collectionIndex_9)); } inline int32_t get_collectionIndex_9() const { return ___collectionIndex_9; } inline int32_t* get_address_of_collectionIndex_9() { return &___collectionIndex_9; } inline void set_collectionIndex_9(int32_t value) { ___collectionIndex_9 = value; } inline static int32_t get_offset_of_reportId_10() { return static_cast(offsetof(HIDElementDescriptor_tFB38373ABAFB8E910B966D9FA52DAAE4AEF19427, ___reportId_10)); } inline int32_t get_reportId_10() const { return ___reportId_10; } inline int32_t* get_address_of_reportId_10() { return &___reportId_10; } inline void set_reportId_10(int32_t value) { ___reportId_10 = value; } inline static int32_t get_offset_of_reportSizeInBits_11() { return static_cast(offsetof(HIDElementDescriptor_tFB38373ABAFB8E910B966D9FA52DAAE4AEF19427, ___reportSizeInBits_11)); } inline int32_t get_reportSizeInBits_11() const { return ___reportSizeInBits_11; } inline int32_t* get_address_of_reportSizeInBits_11() { return &___reportSizeInBits_11; } inline void set_reportSizeInBits_11(int32_t value) { ___reportSizeInBits_11 = value; } inline static int32_t get_offset_of_reportOffsetInBits_12() { return static_cast(offsetof(HIDElementDescriptor_tFB38373ABAFB8E910B966D9FA52DAAE4AEF19427, ___reportOffsetInBits_12)); } inline int32_t get_reportOffsetInBits_12() const { return ___reportOffsetInBits_12; } inline int32_t* get_address_of_reportOffsetInBits_12() { return &___reportOffsetInBits_12; } inline void set_reportOffsetInBits_12(int32_t value) { ___reportOffsetInBits_12 = value; } inline static int32_t get_offset_of_flags_13() { return static_cast(offsetof(HIDElementDescriptor_tFB38373ABAFB8E910B966D9FA52DAAE4AEF19427, ___flags_13)); } inline int32_t get_flags_13() const { return ___flags_13; } inline int32_t* get_address_of_flags_13() { return &___flags_13; } inline void set_flags_13(int32_t value) { ___flags_13 = value; } inline static int32_t get_offset_of_usageMin_14() { return static_cast(offsetof(HIDElementDescriptor_tFB38373ABAFB8E910B966D9FA52DAAE4AEF19427, ___usageMin_14)); } inline Nullable_1_t864FD0051A05D37F91C857AB496BFCB3FE756103 get_usageMin_14() const { return ___usageMin_14; } inline Nullable_1_t864FD0051A05D37F91C857AB496BFCB3FE756103 * get_address_of_usageMin_14() { return &___usageMin_14; } inline void set_usageMin_14(Nullable_1_t864FD0051A05D37F91C857AB496BFCB3FE756103 value) { ___usageMin_14 = value; } inline static int32_t get_offset_of_usageMax_15() { return static_cast(offsetof(HIDElementDescriptor_tFB38373ABAFB8E910B966D9FA52DAAE4AEF19427, ___usageMax_15)); } inline Nullable_1_t864FD0051A05D37F91C857AB496BFCB3FE756103 get_usageMax_15() const { return ___usageMax_15; } inline Nullable_1_t864FD0051A05D37F91C857AB496BFCB3FE756103 * get_address_of_usageMax_15() { return &___usageMax_15; } inline void set_usageMax_15(Nullable_1_t864FD0051A05D37F91C857AB496BFCB3FE756103 value) { ___usageMax_15 = value; } }; // Native definition for P/Invoke marshalling of UnityEngine.InputSystem.HID.HID/HIDElementDescriptor struct HIDElementDescriptor_tFB38373ABAFB8E910B966D9FA52DAAE4AEF19427_marshaled_pinvoke { int32_t ___usage_0; int32_t ___usagePage_1; int32_t ___unit_2; int32_t ___unitExponent_3; int32_t ___logicalMin_4; int32_t ___logicalMax_5; int32_t ___physicalMin_6; int32_t ___physicalMax_7; int32_t ___reportType_8; int32_t ___collectionIndex_9; int32_t ___reportId_10; int32_t ___reportSizeInBits_11; int32_t ___reportOffsetInBits_12; int32_t ___flags_13; Nullable_1_t864FD0051A05D37F91C857AB496BFCB3FE756103 ___usageMin_14; Nullable_1_t864FD0051A05D37F91C857AB496BFCB3FE756103 ___usageMax_15; }; // Native definition for COM marshalling of UnityEngine.InputSystem.HID.HID/HIDElementDescriptor struct HIDElementDescriptor_tFB38373ABAFB8E910B966D9FA52DAAE4AEF19427_marshaled_com { int32_t ___usage_0; int32_t ___usagePage_1; int32_t ___unit_2; int32_t ___unitExponent_3; int32_t ___logicalMin_4; int32_t ___logicalMax_5; int32_t ___physicalMin_6; int32_t ___physicalMax_7; int32_t ___reportType_8; int32_t ___collectionIndex_9; int32_t ___reportId_10; int32_t ___reportSizeInBits_11; int32_t ___reportOffsetInBits_12; int32_t ___flags_13; Nullable_1_t864FD0051A05D37F91C857AB496BFCB3FE756103 ___usageMin_14; Nullable_1_t864FD0051A05D37F91C857AB496BFCB3FE756103 ___usageMax_15; }; // UnityEngine.InputSystem.HID.HIDParser/HIDReportData struct HIDReportData_tF41A69FD7D6BB249F5E780B6A3A784B0024FAC59 { public: // System.Int32 UnityEngine.InputSystem.HID.HIDParser/HIDReportData::reportId int32_t ___reportId_0; // UnityEngine.InputSystem.HID.HID/HIDReportType UnityEngine.InputSystem.HID.HIDParser/HIDReportData::reportType int32_t ___reportType_1; // System.Int32 UnityEngine.InputSystem.HID.HIDParser/HIDReportData::currentBitOffset int32_t ___currentBitOffset_2; public: inline static int32_t get_offset_of_reportId_0() { return static_cast(offsetof(HIDReportData_tF41A69FD7D6BB249F5E780B6A3A784B0024FAC59, ___reportId_0)); } inline int32_t get_reportId_0() const { return ___reportId_0; } inline int32_t* get_address_of_reportId_0() { return &___reportId_0; } inline void set_reportId_0(int32_t value) { ___reportId_0 = value; } inline static int32_t get_offset_of_reportType_1() { return static_cast(offsetof(HIDReportData_tF41A69FD7D6BB249F5E780B6A3A784B0024FAC59, ___reportType_1)); } inline int32_t get_reportType_1() const { return ___reportType_1; } inline int32_t* get_address_of_reportType_1() { return &___reportType_1; } inline void set_reportType_1(int32_t value) { ___reportType_1 = value; } inline static int32_t get_offset_of_currentBitOffset_2() { return static_cast(offsetof(HIDReportData_tF41A69FD7D6BB249F5E780B6A3A784B0024FAC59, ___currentBitOffset_2)); } inline int32_t get_currentBitOffset_2() const { return ___currentBitOffset_2; } inline int32_t* get_address_of_currentBitOffset_2() { return &___currentBitOffset_2; } inline void set_currentBitOffset_2(int32_t value) { ___currentBitOffset_2 = value; } }; // UnityEngine.InputSystem.HID.HIDSupport/HIDPageUsage struct HIDPageUsage_t879BAF59B0E8E71FE5FCC27A695C704E7A958AC1 { public: // UnityEngine.InputSystem.HID.HID/UsagePage UnityEngine.InputSystem.HID.HIDSupport/HIDPageUsage::page int32_t ___page_0; // System.Int32 UnityEngine.InputSystem.HID.HIDSupport/HIDPageUsage::usage int32_t ___usage_1; public: inline static int32_t get_offset_of_page_0() { return static_cast(offsetof(HIDPageUsage_t879BAF59B0E8E71FE5FCC27A695C704E7A958AC1, ___page_0)); } inline int32_t get_page_0() const { return ___page_0; } inline int32_t* get_address_of_page_0() { return &___page_0; } inline void set_page_0(int32_t value) { ___page_0 = value; } inline static int32_t get_offset_of_usage_1() { return static_cast(offsetof(HIDPageUsage_t879BAF59B0E8E71FE5FCC27A695C704E7A958AC1, ___usage_1)); } inline int32_t get_usage_1() const { return ___usage_1; } inline int32_t* get_address_of_usage_1() { return &___usage_1; } inline void set_usage_1(int32_t value) { ___usage_1 = value; } }; // UnityEngine.InputSystem.InputControlPath/ParsedPathComponent struct ParsedPathComponent_t66CA6341433EC984B5A351CC1A087BFBC3EB9838 { public: // UnityEngine.InputSystem.Utilities.Substring UnityEngine.InputSystem.InputControlPath/ParsedPathComponent::m_Layout Substring_t9EE457D8CFFFB970B2967B31E9D9AB465415571F ___m_Layout_0; // UnityEngine.InputSystem.Utilities.InlinedArray`1 UnityEngine.InputSystem.InputControlPath/ParsedPathComponent::m_Usages InlinedArray_1_t553149D8EBA6D89FE4952303D036252DC5D360C3 ___m_Usages_1; // UnityEngine.InputSystem.Utilities.Substring UnityEngine.InputSystem.InputControlPath/ParsedPathComponent::m_Name Substring_t9EE457D8CFFFB970B2967B31E9D9AB465415571F ___m_Name_2; // UnityEngine.InputSystem.Utilities.Substring UnityEngine.InputSystem.InputControlPath/ParsedPathComponent::m_DisplayName Substring_t9EE457D8CFFFB970B2967B31E9D9AB465415571F ___m_DisplayName_3; public: inline static int32_t get_offset_of_m_Layout_0() { return static_cast(offsetof(ParsedPathComponent_t66CA6341433EC984B5A351CC1A087BFBC3EB9838, ___m_Layout_0)); } inline Substring_t9EE457D8CFFFB970B2967B31E9D9AB465415571F get_m_Layout_0() const { return ___m_Layout_0; } inline Substring_t9EE457D8CFFFB970B2967B31E9D9AB465415571F * get_address_of_m_Layout_0() { return &___m_Layout_0; } inline void set_m_Layout_0(Substring_t9EE457D8CFFFB970B2967B31E9D9AB465415571F value) { ___m_Layout_0 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___m_Layout_0))->___m_String_0), (void*)NULL); } inline static int32_t get_offset_of_m_Usages_1() { return static_cast(offsetof(ParsedPathComponent_t66CA6341433EC984B5A351CC1A087BFBC3EB9838, ___m_Usages_1)); } inline InlinedArray_1_t553149D8EBA6D89FE4952303D036252DC5D360C3 get_m_Usages_1() const { return ___m_Usages_1; } inline InlinedArray_1_t553149D8EBA6D89FE4952303D036252DC5D360C3 * get_address_of_m_Usages_1() { return &___m_Usages_1; } inline void set_m_Usages_1(InlinedArray_1_t553149D8EBA6D89FE4952303D036252DC5D360C3 value) { ___m_Usages_1 = value; Il2CppCodeGenWriteBarrier((void**)&((&(((&___m_Usages_1))->___firstValue_1))->___m_String_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___m_Usages_1))->___additionalValues_2), (void*)NULL); #endif } inline static int32_t get_offset_of_m_Name_2() { return static_cast(offsetof(ParsedPathComponent_t66CA6341433EC984B5A351CC1A087BFBC3EB9838, ___m_Name_2)); } inline Substring_t9EE457D8CFFFB970B2967B31E9D9AB465415571F get_m_Name_2() const { return ___m_Name_2; } inline Substring_t9EE457D8CFFFB970B2967B31E9D9AB465415571F * get_address_of_m_Name_2() { return &___m_Name_2; } inline void set_m_Name_2(Substring_t9EE457D8CFFFB970B2967B31E9D9AB465415571F value) { ___m_Name_2 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___m_Name_2))->___m_String_0), (void*)NULL); } inline static int32_t get_offset_of_m_DisplayName_3() { return static_cast(offsetof(ParsedPathComponent_t66CA6341433EC984B5A351CC1A087BFBC3EB9838, ___m_DisplayName_3)); } inline Substring_t9EE457D8CFFFB970B2967B31E9D9AB465415571F get_m_DisplayName_3() const { return ___m_DisplayName_3; } inline Substring_t9EE457D8CFFFB970B2967B31E9D9AB465415571F * get_address_of_m_DisplayName_3() { return &___m_DisplayName_3; } inline void set_m_DisplayName_3(Substring_t9EE457D8CFFFB970B2967B31E9D9AB465415571F value) { ___m_DisplayName_3 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___m_DisplayName_3))->___m_String_0), (void*)NULL); } }; // Native definition for P/Invoke marshalling of UnityEngine.InputSystem.InputControlPath/ParsedPathComponent struct ParsedPathComponent_t66CA6341433EC984B5A351CC1A087BFBC3EB9838_marshaled_pinvoke { Substring_t9EE457D8CFFFB970B2967B31E9D9AB465415571F_marshaled_pinvoke ___m_Layout_0; InlinedArray_1_t553149D8EBA6D89FE4952303D036252DC5D360C3 ___m_Usages_1; Substring_t9EE457D8CFFFB970B2967B31E9D9AB465415571F_marshaled_pinvoke ___m_Name_2; Substring_t9EE457D8CFFFB970B2967B31E9D9AB465415571F_marshaled_pinvoke ___m_DisplayName_3; }; // Native definition for COM marshalling of UnityEngine.InputSystem.InputControlPath/ParsedPathComponent struct ParsedPathComponent_t66CA6341433EC984B5A351CC1A087BFBC3EB9838_marshaled_com { Substring_t9EE457D8CFFFB970B2967B31E9D9AB465415571F_marshaled_com ___m_Layout_0; InlinedArray_1_t553149D8EBA6D89FE4952303D036252DC5D360C3 ___m_Usages_1; Substring_t9EE457D8CFFFB970B2967B31E9D9AB465415571F_marshaled_com ___m_Name_2; Substring_t9EE457D8CFFFB970B2967B31E9D9AB465415571F_marshaled_com ___m_DisplayName_3; }; // UnityEngine.InputSystem.InputControlScheme/DeviceRequirement struct DeviceRequirement_tAB27570ED81D24759C54FDE48B6DD74FF51649C9 { public: // System.String UnityEngine.InputSystem.InputControlScheme/DeviceRequirement::m_ControlPath String_t* ___m_ControlPath_0; // UnityEngine.InputSystem.InputControlScheme/DeviceRequirement/Flags UnityEngine.InputSystem.InputControlScheme/DeviceRequirement::m_Flags int32_t ___m_Flags_1; public: inline static int32_t get_offset_of_m_ControlPath_0() { return static_cast(offsetof(DeviceRequirement_tAB27570ED81D24759C54FDE48B6DD74FF51649C9, ___m_ControlPath_0)); } inline String_t* get_m_ControlPath_0() const { return ___m_ControlPath_0; } inline String_t** get_address_of_m_ControlPath_0() { return &___m_ControlPath_0; } inline void set_m_ControlPath_0(String_t* value) { ___m_ControlPath_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_ControlPath_0), (void*)value); } inline static int32_t get_offset_of_m_Flags_1() { return static_cast(offsetof(DeviceRequirement_tAB27570ED81D24759C54FDE48B6DD74FF51649C9, ___m_Flags_1)); } inline int32_t get_m_Flags_1() const { return ___m_Flags_1; } inline int32_t* get_address_of_m_Flags_1() { return &___m_Flags_1; } inline void set_m_Flags_1(int32_t value) { ___m_Flags_1 = value; } }; // Native definition for P/Invoke marshalling of UnityEngine.InputSystem.InputControlScheme/DeviceRequirement struct DeviceRequirement_tAB27570ED81D24759C54FDE48B6DD74FF51649C9_marshaled_pinvoke { char* ___m_ControlPath_0; int32_t ___m_Flags_1; }; // Native definition for COM marshalling of UnityEngine.InputSystem.InputControlScheme/DeviceRequirement struct DeviceRequirement_tAB27570ED81D24759C54FDE48B6DD74FF51649C9_marshaled_com { Il2CppChar* ___m_ControlPath_0; int32_t ___m_Flags_1; }; // UnityEngine.InputSystem.InputManager/StateChangeMonitorsForDevice struct StateChangeMonitorsForDevice_t2F1944ED5BCDE768DDC64D5F89F74FCE9198B7C0 { public: // UnityEngine.InputSystem.Utilities.MemoryHelpers/BitRegion[] UnityEngine.InputSystem.InputManager/StateChangeMonitorsForDevice::memoryRegions BitRegionU5BU5D_tF6D5F89A752F557BCBFDE82CA0F4C7CB0ABF364B* ___memoryRegions_0; // UnityEngine.InputSystem.InputManager/StateChangeMonitorListener[] UnityEngine.InputSystem.InputManager/StateChangeMonitorsForDevice::listeners StateChangeMonitorListenerU5BU5D_tDAD5F58C5DE40F3506B68B397214BA6D4D94BC10* ___listeners_1; // UnityEngine.InputSystem.DynamicBitfield UnityEngine.InputSystem.InputManager/StateChangeMonitorsForDevice::signalled DynamicBitfield_t9EE258E0EEA93B8B97D6FE8A70CE8C1C9E56C0C5 ___signalled_2; // System.Boolean UnityEngine.InputSystem.InputManager/StateChangeMonitorsForDevice::needToUpdateOrderingOfMonitors bool ___needToUpdateOrderingOfMonitors_3; // System.Boolean UnityEngine.InputSystem.InputManager/StateChangeMonitorsForDevice::needToCompactArrays bool ___needToCompactArrays_4; public: inline static int32_t get_offset_of_memoryRegions_0() { return static_cast(offsetof(StateChangeMonitorsForDevice_t2F1944ED5BCDE768DDC64D5F89F74FCE9198B7C0, ___memoryRegions_0)); } inline BitRegionU5BU5D_tF6D5F89A752F557BCBFDE82CA0F4C7CB0ABF364B* get_memoryRegions_0() const { return ___memoryRegions_0; } inline BitRegionU5BU5D_tF6D5F89A752F557BCBFDE82CA0F4C7CB0ABF364B** get_address_of_memoryRegions_0() { return &___memoryRegions_0; } inline void set_memoryRegions_0(BitRegionU5BU5D_tF6D5F89A752F557BCBFDE82CA0F4C7CB0ABF364B* value) { ___memoryRegions_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___memoryRegions_0), (void*)value); } inline static int32_t get_offset_of_listeners_1() { return static_cast(offsetof(StateChangeMonitorsForDevice_t2F1944ED5BCDE768DDC64D5F89F74FCE9198B7C0, ___listeners_1)); } inline StateChangeMonitorListenerU5BU5D_tDAD5F58C5DE40F3506B68B397214BA6D4D94BC10* get_listeners_1() const { return ___listeners_1; } inline StateChangeMonitorListenerU5BU5D_tDAD5F58C5DE40F3506B68B397214BA6D4D94BC10** get_address_of_listeners_1() { return &___listeners_1; } inline void set_listeners_1(StateChangeMonitorListenerU5BU5D_tDAD5F58C5DE40F3506B68B397214BA6D4D94BC10* value) { ___listeners_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___listeners_1), (void*)value); } inline static int32_t get_offset_of_signalled_2() { return static_cast(offsetof(StateChangeMonitorsForDevice_t2F1944ED5BCDE768DDC64D5F89F74FCE9198B7C0, ___signalled_2)); } inline DynamicBitfield_t9EE258E0EEA93B8B97D6FE8A70CE8C1C9E56C0C5 get_signalled_2() const { return ___signalled_2; } inline DynamicBitfield_t9EE258E0EEA93B8B97D6FE8A70CE8C1C9E56C0C5 * get_address_of_signalled_2() { return &___signalled_2; } inline void set_signalled_2(DynamicBitfield_t9EE258E0EEA93B8B97D6FE8A70CE8C1C9E56C0C5 value) { ___signalled_2 = value; Il2CppCodeGenWriteBarrier((void**)&((&(((&___signalled_2))->___array_0))->___additionalValues_2), (void*)NULL); } inline static int32_t get_offset_of_needToUpdateOrderingOfMonitors_3() { return static_cast(offsetof(StateChangeMonitorsForDevice_t2F1944ED5BCDE768DDC64D5F89F74FCE9198B7C0, ___needToUpdateOrderingOfMonitors_3)); } inline bool get_needToUpdateOrderingOfMonitors_3() const { return ___needToUpdateOrderingOfMonitors_3; } inline bool* get_address_of_needToUpdateOrderingOfMonitors_3() { return &___needToUpdateOrderingOfMonitors_3; } inline void set_needToUpdateOrderingOfMonitors_3(bool value) { ___needToUpdateOrderingOfMonitors_3 = value; } inline static int32_t get_offset_of_needToCompactArrays_4() { return static_cast(offsetof(StateChangeMonitorsForDevice_t2F1944ED5BCDE768DDC64D5F89F74FCE9198B7C0, ___needToCompactArrays_4)); } inline bool get_needToCompactArrays_4() const { return ___needToCompactArrays_4; } inline bool* get_address_of_needToCompactArrays_4() { return &___needToCompactArrays_4; } inline void set_needToCompactArrays_4(bool value) { ___needToCompactArrays_4 = value; } }; // Native definition for P/Invoke marshalling of UnityEngine.InputSystem.InputManager/StateChangeMonitorsForDevice struct StateChangeMonitorsForDevice_t2F1944ED5BCDE768DDC64D5F89F74FCE9198B7C0_marshaled_pinvoke { BitRegion_t0A31F0D449F981815087F908462AF4D5C07DE8A0 * ___memoryRegions_0; StateChangeMonitorListener_t438EEB3B8EC5C287AACCE8321BE5B283ACCB7757_marshaled_pinvoke* ___listeners_1; DynamicBitfield_t9EE258E0EEA93B8B97D6FE8A70CE8C1C9E56C0C5_marshaled_pinvoke ___signalled_2; int32_t ___needToUpdateOrderingOfMonitors_3; int32_t ___needToCompactArrays_4; }; // Native definition for COM marshalling of UnityEngine.InputSystem.InputManager/StateChangeMonitorsForDevice struct StateChangeMonitorsForDevice_t2F1944ED5BCDE768DDC64D5F89F74FCE9198B7C0_marshaled_com { BitRegion_t0A31F0D449F981815087F908462AF4D5C07DE8A0 * ___memoryRegions_0; StateChangeMonitorListener_t438EEB3B8EC5C287AACCE8321BE5B283ACCB7757_marshaled_com* ___listeners_1; DynamicBitfield_t9EE258E0EEA93B8B97D6FE8A70CE8C1C9E56C0C5_marshaled_com ___signalled_2; int32_t ___needToUpdateOrderingOfMonitors_3; int32_t ___needToCompactArrays_4; }; // UnityEngine.InputSystem.Users.InputUser/GlobalState struct GlobalState_t28C51AEE8950F7B98D3DE070EC6C63F96088F9D9 { public: // System.Int32 UnityEngine.InputSystem.Users.InputUser/GlobalState::pairingStateVersion int32_t ___pairingStateVersion_0; // System.UInt32 UnityEngine.InputSystem.Users.InputUser/GlobalState::lastUserId uint32_t ___lastUserId_1; // System.Int32 UnityEngine.InputSystem.Users.InputUser/GlobalState::allUserCount int32_t ___allUserCount_2; // System.Int32 UnityEngine.InputSystem.Users.InputUser/GlobalState::allPairedDeviceCount int32_t ___allPairedDeviceCount_3; // System.Int32 UnityEngine.InputSystem.Users.InputUser/GlobalState::allLostDeviceCount int32_t ___allLostDeviceCount_4; // UnityEngine.InputSystem.Users.InputUser[] UnityEngine.InputSystem.Users.InputUser/GlobalState::allUsers InputUserU5BU5D_tE46EC3FAD1D93FC55C7CFF671B0CD166AF788CA7* ___allUsers_5; // UnityEngine.InputSystem.Users.InputUser/UserData[] UnityEngine.InputSystem.Users.InputUser/GlobalState::allUserData UserDataU5BU5D_tAAAE98ECE97118B421596A7C5E54DB9ABF2E047B* ___allUserData_6; // UnityEngine.InputSystem.InputDevice[] UnityEngine.InputSystem.Users.InputUser/GlobalState::allPairedDevices InputDeviceU5BU5D_tE05D1214F0F949DC3A889F8DB4B7A68A3089F6D6* ___allPairedDevices_7; // UnityEngine.InputSystem.InputDevice[] UnityEngine.InputSystem.Users.InputUser/GlobalState::allLostDevices InputDeviceU5BU5D_tE05D1214F0F949DC3A889F8DB4B7A68A3089F6D6* ___allLostDevices_8; // UnityEngine.InputSystem.Utilities.InlinedArray`1 UnityEngine.InputSystem.Users.InputUser/GlobalState::ongoingAccountSelections InlinedArray_1_t88F433B637F00BF0515B2D2901478094F58E2296 ___ongoingAccountSelections_9; // UnityEngine.InputSystem.Utilities.CallbackArray`1> UnityEngine.InputSystem.Users.InputUser/GlobalState::onChange CallbackArray_1_tFE880AAECE4CB38111E154315F2BC1861C51B670 ___onChange_10; // UnityEngine.InputSystem.Utilities.CallbackArray`1> UnityEngine.InputSystem.Users.InputUser/GlobalState::onUnpairedDeviceUsed CallbackArray_1_t8D4A78728586CDDC757E25A2DE7E62FFDEC81750 ___onUnpairedDeviceUsed_11; // UnityEngine.InputSystem.Utilities.CallbackArray`1> UnityEngine.InputSystem.Users.InputUser/GlobalState::onPreFilterUnpairedDeviceUsed CallbackArray_1_t221D3A2B2D587C09756894CCDA3070D3B4374E36 ___onPreFilterUnpairedDeviceUsed_12; // System.Action`2 UnityEngine.InputSystem.Users.InputUser/GlobalState::actionChangeDelegate Action_2_t86645AF7004B27FBBEEA9B4EBCE215885AFBC3E7 * ___actionChangeDelegate_13; // System.Action`2 UnityEngine.InputSystem.Users.InputUser/GlobalState::onDeviceChangeDelegate Action_2_tA58D913EBCC7FD3E95DEC877EDB4363CD3051DF4 * ___onDeviceChangeDelegate_14; // System.Action`2 UnityEngine.InputSystem.Users.InputUser/GlobalState::onEventDelegate Action_2_t18E7F4E321737EF92F70387314BC88164CA7B59C * ___onEventDelegate_15; // System.Boolean UnityEngine.InputSystem.Users.InputUser/GlobalState::onActionChangeHooked bool ___onActionChangeHooked_16; // System.Boolean UnityEngine.InputSystem.Users.InputUser/GlobalState::onDeviceChangeHooked bool ___onDeviceChangeHooked_17; // System.Boolean UnityEngine.InputSystem.Users.InputUser/GlobalState::onEventHooked bool ___onEventHooked_18; // System.Int32 UnityEngine.InputSystem.Users.InputUser/GlobalState::listenForUnpairedDeviceActivity int32_t ___listenForUnpairedDeviceActivity_19; public: inline static int32_t get_offset_of_pairingStateVersion_0() { return static_cast(offsetof(GlobalState_t28C51AEE8950F7B98D3DE070EC6C63F96088F9D9, ___pairingStateVersion_0)); } inline int32_t get_pairingStateVersion_0() const { return ___pairingStateVersion_0; } inline int32_t* get_address_of_pairingStateVersion_0() { return &___pairingStateVersion_0; } inline void set_pairingStateVersion_0(int32_t value) { ___pairingStateVersion_0 = value; } inline static int32_t get_offset_of_lastUserId_1() { return static_cast(offsetof(GlobalState_t28C51AEE8950F7B98D3DE070EC6C63F96088F9D9, ___lastUserId_1)); } inline uint32_t get_lastUserId_1() const { return ___lastUserId_1; } inline uint32_t* get_address_of_lastUserId_1() { return &___lastUserId_1; } inline void set_lastUserId_1(uint32_t value) { ___lastUserId_1 = value; } inline static int32_t get_offset_of_allUserCount_2() { return static_cast(offsetof(GlobalState_t28C51AEE8950F7B98D3DE070EC6C63F96088F9D9, ___allUserCount_2)); } inline int32_t get_allUserCount_2() const { return ___allUserCount_2; } inline int32_t* get_address_of_allUserCount_2() { return &___allUserCount_2; } inline void set_allUserCount_2(int32_t value) { ___allUserCount_2 = value; } inline static int32_t get_offset_of_allPairedDeviceCount_3() { return static_cast(offsetof(GlobalState_t28C51AEE8950F7B98D3DE070EC6C63F96088F9D9, ___allPairedDeviceCount_3)); } inline int32_t get_allPairedDeviceCount_3() const { return ___allPairedDeviceCount_3; } inline int32_t* get_address_of_allPairedDeviceCount_3() { return &___allPairedDeviceCount_3; } inline void set_allPairedDeviceCount_3(int32_t value) { ___allPairedDeviceCount_3 = value; } inline static int32_t get_offset_of_allLostDeviceCount_4() { return static_cast(offsetof(GlobalState_t28C51AEE8950F7B98D3DE070EC6C63F96088F9D9, ___allLostDeviceCount_4)); } inline int32_t get_allLostDeviceCount_4() const { return ___allLostDeviceCount_4; } inline int32_t* get_address_of_allLostDeviceCount_4() { return &___allLostDeviceCount_4; } inline void set_allLostDeviceCount_4(int32_t value) { ___allLostDeviceCount_4 = value; } inline static int32_t get_offset_of_allUsers_5() { return static_cast(offsetof(GlobalState_t28C51AEE8950F7B98D3DE070EC6C63F96088F9D9, ___allUsers_5)); } inline InputUserU5BU5D_tE46EC3FAD1D93FC55C7CFF671B0CD166AF788CA7* get_allUsers_5() const { return ___allUsers_5; } inline InputUserU5BU5D_tE46EC3FAD1D93FC55C7CFF671B0CD166AF788CA7** get_address_of_allUsers_5() { return &___allUsers_5; } inline void set_allUsers_5(InputUserU5BU5D_tE46EC3FAD1D93FC55C7CFF671B0CD166AF788CA7* value) { ___allUsers_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___allUsers_5), (void*)value); } inline static int32_t get_offset_of_allUserData_6() { return static_cast(offsetof(GlobalState_t28C51AEE8950F7B98D3DE070EC6C63F96088F9D9, ___allUserData_6)); } inline UserDataU5BU5D_tAAAE98ECE97118B421596A7C5E54DB9ABF2E047B* get_allUserData_6() const { return ___allUserData_6; } inline UserDataU5BU5D_tAAAE98ECE97118B421596A7C5E54DB9ABF2E047B** get_address_of_allUserData_6() { return &___allUserData_6; } inline void set_allUserData_6(UserDataU5BU5D_tAAAE98ECE97118B421596A7C5E54DB9ABF2E047B* value) { ___allUserData_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___allUserData_6), (void*)value); } inline static int32_t get_offset_of_allPairedDevices_7() { return static_cast(offsetof(GlobalState_t28C51AEE8950F7B98D3DE070EC6C63F96088F9D9, ___allPairedDevices_7)); } inline InputDeviceU5BU5D_tE05D1214F0F949DC3A889F8DB4B7A68A3089F6D6* get_allPairedDevices_7() const { return ___allPairedDevices_7; } inline InputDeviceU5BU5D_tE05D1214F0F949DC3A889F8DB4B7A68A3089F6D6** get_address_of_allPairedDevices_7() { return &___allPairedDevices_7; } inline void set_allPairedDevices_7(InputDeviceU5BU5D_tE05D1214F0F949DC3A889F8DB4B7A68A3089F6D6* value) { ___allPairedDevices_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___allPairedDevices_7), (void*)value); } inline static int32_t get_offset_of_allLostDevices_8() { return static_cast(offsetof(GlobalState_t28C51AEE8950F7B98D3DE070EC6C63F96088F9D9, ___allLostDevices_8)); } inline InputDeviceU5BU5D_tE05D1214F0F949DC3A889F8DB4B7A68A3089F6D6* get_allLostDevices_8() const { return ___allLostDevices_8; } inline InputDeviceU5BU5D_tE05D1214F0F949DC3A889F8DB4B7A68A3089F6D6** get_address_of_allLostDevices_8() { return &___allLostDevices_8; } inline void set_allLostDevices_8(InputDeviceU5BU5D_tE05D1214F0F949DC3A889F8DB4B7A68A3089F6D6* value) { ___allLostDevices_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___allLostDevices_8), (void*)value); } inline static int32_t get_offset_of_ongoingAccountSelections_9() { return static_cast(offsetof(GlobalState_t28C51AEE8950F7B98D3DE070EC6C63F96088F9D9, ___ongoingAccountSelections_9)); } inline InlinedArray_1_t88F433B637F00BF0515B2D2901478094F58E2296 get_ongoingAccountSelections_9() const { return ___ongoingAccountSelections_9; } inline InlinedArray_1_t88F433B637F00BF0515B2D2901478094F58E2296 * get_address_of_ongoingAccountSelections_9() { return &___ongoingAccountSelections_9; } inline void set_ongoingAccountSelections_9(InlinedArray_1_t88F433B637F00BF0515B2D2901478094F58E2296 value) { ___ongoingAccountSelections_9 = value; Il2CppCodeGenWriteBarrier((void**)&((&(((&___ongoingAccountSelections_9))->___firstValue_1))->___device_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___ongoingAccountSelections_9))->___additionalValues_2), (void*)NULL); #endif } inline static int32_t get_offset_of_onChange_10() { return static_cast(offsetof(GlobalState_t28C51AEE8950F7B98D3DE070EC6C63F96088F9D9, ___onChange_10)); } inline CallbackArray_1_tFE880AAECE4CB38111E154315F2BC1861C51B670 get_onChange_10() const { return ___onChange_10; } inline CallbackArray_1_tFE880AAECE4CB38111E154315F2BC1861C51B670 * get_address_of_onChange_10() { return &___onChange_10; } inline void set_onChange_10(CallbackArray_1_tFE880AAECE4CB38111E154315F2BC1861C51B670 value) { ___onChange_10 = value; Il2CppCodeGenWriteBarrier((void**)&((&(((&___onChange_10))->___m_Callbacks_1))->___firstValue_1), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&(((&___onChange_10))->___m_Callbacks_1))->___additionalValues_2), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&(((&___onChange_10))->___m_CallbacksToAdd_2))->___firstValue_1), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&(((&___onChange_10))->___m_CallbacksToAdd_2))->___additionalValues_2), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&(((&___onChange_10))->___m_CallbacksToRemove_3))->___firstValue_1), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&(((&___onChange_10))->___m_CallbacksToRemove_3))->___additionalValues_2), (void*)NULL); #endif } inline static int32_t get_offset_of_onUnpairedDeviceUsed_11() { return static_cast(offsetof(GlobalState_t28C51AEE8950F7B98D3DE070EC6C63F96088F9D9, ___onUnpairedDeviceUsed_11)); } inline CallbackArray_1_t8D4A78728586CDDC757E25A2DE7E62FFDEC81750 get_onUnpairedDeviceUsed_11() const { return ___onUnpairedDeviceUsed_11; } inline CallbackArray_1_t8D4A78728586CDDC757E25A2DE7E62FFDEC81750 * get_address_of_onUnpairedDeviceUsed_11() { return &___onUnpairedDeviceUsed_11; } inline void set_onUnpairedDeviceUsed_11(CallbackArray_1_t8D4A78728586CDDC757E25A2DE7E62FFDEC81750 value) { ___onUnpairedDeviceUsed_11 = value; Il2CppCodeGenWriteBarrier((void**)&((&(((&___onUnpairedDeviceUsed_11))->___m_Callbacks_1))->___firstValue_1), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&(((&___onUnpairedDeviceUsed_11))->___m_Callbacks_1))->___additionalValues_2), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&(((&___onUnpairedDeviceUsed_11))->___m_CallbacksToAdd_2))->___firstValue_1), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&(((&___onUnpairedDeviceUsed_11))->___m_CallbacksToAdd_2))->___additionalValues_2), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&(((&___onUnpairedDeviceUsed_11))->___m_CallbacksToRemove_3))->___firstValue_1), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&(((&___onUnpairedDeviceUsed_11))->___m_CallbacksToRemove_3))->___additionalValues_2), (void*)NULL); #endif } inline static int32_t get_offset_of_onPreFilterUnpairedDeviceUsed_12() { return static_cast(offsetof(GlobalState_t28C51AEE8950F7B98D3DE070EC6C63F96088F9D9, ___onPreFilterUnpairedDeviceUsed_12)); } inline CallbackArray_1_t221D3A2B2D587C09756894CCDA3070D3B4374E36 get_onPreFilterUnpairedDeviceUsed_12() const { return ___onPreFilterUnpairedDeviceUsed_12; } inline CallbackArray_1_t221D3A2B2D587C09756894CCDA3070D3B4374E36 * get_address_of_onPreFilterUnpairedDeviceUsed_12() { return &___onPreFilterUnpairedDeviceUsed_12; } inline void set_onPreFilterUnpairedDeviceUsed_12(CallbackArray_1_t221D3A2B2D587C09756894CCDA3070D3B4374E36 value) { ___onPreFilterUnpairedDeviceUsed_12 = value; Il2CppCodeGenWriteBarrier((void**)&((&(((&___onPreFilterUnpairedDeviceUsed_12))->___m_Callbacks_1))->___firstValue_1), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&(((&___onPreFilterUnpairedDeviceUsed_12))->___m_Callbacks_1))->___additionalValues_2), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&(((&___onPreFilterUnpairedDeviceUsed_12))->___m_CallbacksToAdd_2))->___firstValue_1), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&(((&___onPreFilterUnpairedDeviceUsed_12))->___m_CallbacksToAdd_2))->___additionalValues_2), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&(((&___onPreFilterUnpairedDeviceUsed_12))->___m_CallbacksToRemove_3))->___firstValue_1), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&(((&___onPreFilterUnpairedDeviceUsed_12))->___m_CallbacksToRemove_3))->___additionalValues_2), (void*)NULL); #endif } inline static int32_t get_offset_of_actionChangeDelegate_13() { return static_cast(offsetof(GlobalState_t28C51AEE8950F7B98D3DE070EC6C63F96088F9D9, ___actionChangeDelegate_13)); } inline Action_2_t86645AF7004B27FBBEEA9B4EBCE215885AFBC3E7 * get_actionChangeDelegate_13() const { return ___actionChangeDelegate_13; } inline Action_2_t86645AF7004B27FBBEEA9B4EBCE215885AFBC3E7 ** get_address_of_actionChangeDelegate_13() { return &___actionChangeDelegate_13; } inline void set_actionChangeDelegate_13(Action_2_t86645AF7004B27FBBEEA9B4EBCE215885AFBC3E7 * value) { ___actionChangeDelegate_13 = value; Il2CppCodeGenWriteBarrier((void**)(&___actionChangeDelegate_13), (void*)value); } inline static int32_t get_offset_of_onDeviceChangeDelegate_14() { return static_cast(offsetof(GlobalState_t28C51AEE8950F7B98D3DE070EC6C63F96088F9D9, ___onDeviceChangeDelegate_14)); } inline Action_2_tA58D913EBCC7FD3E95DEC877EDB4363CD3051DF4 * get_onDeviceChangeDelegate_14() const { return ___onDeviceChangeDelegate_14; } inline Action_2_tA58D913EBCC7FD3E95DEC877EDB4363CD3051DF4 ** get_address_of_onDeviceChangeDelegate_14() { return &___onDeviceChangeDelegate_14; } inline void set_onDeviceChangeDelegate_14(Action_2_tA58D913EBCC7FD3E95DEC877EDB4363CD3051DF4 * value) { ___onDeviceChangeDelegate_14 = value; Il2CppCodeGenWriteBarrier((void**)(&___onDeviceChangeDelegate_14), (void*)value); } inline static int32_t get_offset_of_onEventDelegate_15() { return static_cast(offsetof(GlobalState_t28C51AEE8950F7B98D3DE070EC6C63F96088F9D9, ___onEventDelegate_15)); } inline Action_2_t18E7F4E321737EF92F70387314BC88164CA7B59C * get_onEventDelegate_15() const { return ___onEventDelegate_15; } inline Action_2_t18E7F4E321737EF92F70387314BC88164CA7B59C ** get_address_of_onEventDelegate_15() { return &___onEventDelegate_15; } inline void set_onEventDelegate_15(Action_2_t18E7F4E321737EF92F70387314BC88164CA7B59C * value) { ___onEventDelegate_15 = value; Il2CppCodeGenWriteBarrier((void**)(&___onEventDelegate_15), (void*)value); } inline static int32_t get_offset_of_onActionChangeHooked_16() { return static_cast(offsetof(GlobalState_t28C51AEE8950F7B98D3DE070EC6C63F96088F9D9, ___onActionChangeHooked_16)); } inline bool get_onActionChangeHooked_16() const { return ___onActionChangeHooked_16; } inline bool* get_address_of_onActionChangeHooked_16() { return &___onActionChangeHooked_16; } inline void set_onActionChangeHooked_16(bool value) { ___onActionChangeHooked_16 = value; } inline static int32_t get_offset_of_onDeviceChangeHooked_17() { return static_cast(offsetof(GlobalState_t28C51AEE8950F7B98D3DE070EC6C63F96088F9D9, ___onDeviceChangeHooked_17)); } inline bool get_onDeviceChangeHooked_17() const { return ___onDeviceChangeHooked_17; } inline bool* get_address_of_onDeviceChangeHooked_17() { return &___onDeviceChangeHooked_17; } inline void set_onDeviceChangeHooked_17(bool value) { ___onDeviceChangeHooked_17 = value; } inline static int32_t get_offset_of_onEventHooked_18() { return static_cast(offsetof(GlobalState_t28C51AEE8950F7B98D3DE070EC6C63F96088F9D9, ___onEventHooked_18)); } inline bool get_onEventHooked_18() const { return ___onEventHooked_18; } inline bool* get_address_of_onEventHooked_18() { return &___onEventHooked_18; } inline void set_onEventHooked_18(bool value) { ___onEventHooked_18 = value; } inline static int32_t get_offset_of_listenForUnpairedDeviceActivity_19() { return static_cast(offsetof(GlobalState_t28C51AEE8950F7B98D3DE070EC6C63F96088F9D9, ___listenForUnpairedDeviceActivity_19)); } inline int32_t get_listenForUnpairedDeviceActivity_19() const { return ___listenForUnpairedDeviceActivity_19; } inline int32_t* get_address_of_listenForUnpairedDeviceActivity_19() { return &___listenForUnpairedDeviceActivity_19; } inline void set_listenForUnpairedDeviceActivity_19(int32_t value) { ___listenForUnpairedDeviceActivity_19 = value; } }; // Native definition for P/Invoke marshalling of UnityEngine.InputSystem.Users.InputUser/GlobalState struct GlobalState_t28C51AEE8950F7B98D3DE070EC6C63F96088F9D9_marshaled_pinvoke { int32_t ___pairingStateVersion_0; uint32_t ___lastUserId_1; int32_t ___allUserCount_2; int32_t ___allPairedDeviceCount_3; int32_t ___allLostDeviceCount_4; InputUser_t24563658CE23969C25DE4C0BF21F192443AE379A * ___allUsers_5; UserData_t2EC376B983DBA60C3F52B78EE7E77CE78C72D79C_marshaled_pinvoke* ___allUserData_6; InputDeviceU5BU5D_tE05D1214F0F949DC3A889F8DB4B7A68A3089F6D6* ___allPairedDevices_7; InputDeviceU5BU5D_tE05D1214F0F949DC3A889F8DB4B7A68A3089F6D6* ___allLostDevices_8; InlinedArray_1_t88F433B637F00BF0515B2D2901478094F58E2296 ___ongoingAccountSelections_9; CallbackArray_1_tFE880AAECE4CB38111E154315F2BC1861C51B670 ___onChange_10; CallbackArray_1_t8D4A78728586CDDC757E25A2DE7E62FFDEC81750 ___onUnpairedDeviceUsed_11; CallbackArray_1_t221D3A2B2D587C09756894CCDA3070D3B4374E36 ___onPreFilterUnpairedDeviceUsed_12; Il2CppMethodPointer ___actionChangeDelegate_13; Il2CppMethodPointer ___onDeviceChangeDelegate_14; Il2CppMethodPointer ___onEventDelegate_15; int32_t ___onActionChangeHooked_16; int32_t ___onDeviceChangeHooked_17; int32_t ___onEventHooked_18; int32_t ___listenForUnpairedDeviceActivity_19; }; // Native definition for COM marshalling of UnityEngine.InputSystem.Users.InputUser/GlobalState struct GlobalState_t28C51AEE8950F7B98D3DE070EC6C63F96088F9D9_marshaled_com { int32_t ___pairingStateVersion_0; uint32_t ___lastUserId_1; int32_t ___allUserCount_2; int32_t ___allPairedDeviceCount_3; int32_t ___allLostDeviceCount_4; InputUser_t24563658CE23969C25DE4C0BF21F192443AE379A * ___allUsers_5; UserData_t2EC376B983DBA60C3F52B78EE7E77CE78C72D79C_marshaled_com* ___allUserData_6; InputDeviceU5BU5D_tE05D1214F0F949DC3A889F8DB4B7A68A3089F6D6* ___allPairedDevices_7; InputDeviceU5BU5D_tE05D1214F0F949DC3A889F8DB4B7A68A3089F6D6* ___allLostDevices_8; InlinedArray_1_t88F433B637F00BF0515B2D2901478094F58E2296 ___ongoingAccountSelections_9; CallbackArray_1_tFE880AAECE4CB38111E154315F2BC1861C51B670 ___onChange_10; CallbackArray_1_t8D4A78728586CDDC757E25A2DE7E62FFDEC81750 ___onUnpairedDeviceUsed_11; CallbackArray_1_t221D3A2B2D587C09756894CCDA3070D3B4374E36 ___onPreFilterUnpairedDeviceUsed_12; Il2CppMethodPointer ___actionChangeDelegate_13; Il2CppMethodPointer ___onDeviceChangeDelegate_14; Il2CppMethodPointer ___onEventDelegate_15; int32_t ___onActionChangeHooked_16; int32_t ___onDeviceChangeHooked_17; int32_t ___onEventHooked_18; int32_t ___listenForUnpairedDeviceActivity_19; }; // UnityEngine.InputSystem.Utilities.JsonParser/JsonValue struct JsonValue_t547F68925DBBEF3A29A4E14D26153A04872154DB { public: // UnityEngine.InputSystem.Utilities.JsonParser/JsonValueType UnityEngine.InputSystem.Utilities.JsonParser/JsonValue::type int32_t ___type_0; // System.Boolean UnityEngine.InputSystem.Utilities.JsonParser/JsonValue::boolValue bool ___boolValue_1; // System.Double UnityEngine.InputSystem.Utilities.JsonParser/JsonValue::realValue double ___realValue_2; // System.Int64 UnityEngine.InputSystem.Utilities.JsonParser/JsonValue::integerValue int64_t ___integerValue_3; // UnityEngine.InputSystem.Utilities.JsonParser/JsonString UnityEngine.InputSystem.Utilities.JsonParser/JsonValue::stringValue JsonString_tB3A1938903F2377F780FF4C4FE7CC6EA81C0D301 ___stringValue_4; // System.Collections.Generic.List`1 UnityEngine.InputSystem.Utilities.JsonParser/JsonValue::arrayValue List_1_tEC0B302C3EF23400C3EC92ED7672A715CA602068 * ___arrayValue_5; // System.Collections.Generic.Dictionary`2 UnityEngine.InputSystem.Utilities.JsonParser/JsonValue::objectValue Dictionary_2_t7A371082270CA8FD6BC79B5622CCD5E1C87A6E42 * ___objectValue_6; // System.Object UnityEngine.InputSystem.Utilities.JsonParser/JsonValue::anyValue RuntimeObject * ___anyValue_7; public: inline static int32_t get_offset_of_type_0() { return static_cast(offsetof(JsonValue_t547F68925DBBEF3A29A4E14D26153A04872154DB, ___type_0)); } inline int32_t get_type_0() const { return ___type_0; } inline int32_t* get_address_of_type_0() { return &___type_0; } inline void set_type_0(int32_t value) { ___type_0 = value; } inline static int32_t get_offset_of_boolValue_1() { return static_cast(offsetof(JsonValue_t547F68925DBBEF3A29A4E14D26153A04872154DB, ___boolValue_1)); } inline bool get_boolValue_1() const { return ___boolValue_1; } inline bool* get_address_of_boolValue_1() { return &___boolValue_1; } inline void set_boolValue_1(bool value) { ___boolValue_1 = value; } inline static int32_t get_offset_of_realValue_2() { return static_cast(offsetof(JsonValue_t547F68925DBBEF3A29A4E14D26153A04872154DB, ___realValue_2)); } inline double get_realValue_2() const { return ___realValue_2; } inline double* get_address_of_realValue_2() { return &___realValue_2; } inline void set_realValue_2(double value) { ___realValue_2 = value; } inline static int32_t get_offset_of_integerValue_3() { return static_cast(offsetof(JsonValue_t547F68925DBBEF3A29A4E14D26153A04872154DB, ___integerValue_3)); } inline int64_t get_integerValue_3() const { return ___integerValue_3; } inline int64_t* get_address_of_integerValue_3() { return &___integerValue_3; } inline void set_integerValue_3(int64_t value) { ___integerValue_3 = value; } inline static int32_t get_offset_of_stringValue_4() { return static_cast(offsetof(JsonValue_t547F68925DBBEF3A29A4E14D26153A04872154DB, ___stringValue_4)); } inline JsonString_tB3A1938903F2377F780FF4C4FE7CC6EA81C0D301 get_stringValue_4() const { return ___stringValue_4; } inline JsonString_tB3A1938903F2377F780FF4C4FE7CC6EA81C0D301 * get_address_of_stringValue_4() { return &___stringValue_4; } inline void set_stringValue_4(JsonString_tB3A1938903F2377F780FF4C4FE7CC6EA81C0D301 value) { ___stringValue_4 = value; Il2CppCodeGenWriteBarrier((void**)&((&(((&___stringValue_4))->___text_0))->___m_String_0), (void*)NULL); } inline static int32_t get_offset_of_arrayValue_5() { return static_cast(offsetof(JsonValue_t547F68925DBBEF3A29A4E14D26153A04872154DB, ___arrayValue_5)); } inline List_1_tEC0B302C3EF23400C3EC92ED7672A715CA602068 * get_arrayValue_5() const { return ___arrayValue_5; } inline List_1_tEC0B302C3EF23400C3EC92ED7672A715CA602068 ** get_address_of_arrayValue_5() { return &___arrayValue_5; } inline void set_arrayValue_5(List_1_tEC0B302C3EF23400C3EC92ED7672A715CA602068 * value) { ___arrayValue_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___arrayValue_5), (void*)value); } inline static int32_t get_offset_of_objectValue_6() { return static_cast(offsetof(JsonValue_t547F68925DBBEF3A29A4E14D26153A04872154DB, ___objectValue_6)); } inline Dictionary_2_t7A371082270CA8FD6BC79B5622CCD5E1C87A6E42 * get_objectValue_6() const { return ___objectValue_6; } inline Dictionary_2_t7A371082270CA8FD6BC79B5622CCD5E1C87A6E42 ** get_address_of_objectValue_6() { return &___objectValue_6; } inline void set_objectValue_6(Dictionary_2_t7A371082270CA8FD6BC79B5622CCD5E1C87A6E42 * value) { ___objectValue_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___objectValue_6), (void*)value); } inline static int32_t get_offset_of_anyValue_7() { return static_cast(offsetof(JsonValue_t547F68925DBBEF3A29A4E14D26153A04872154DB, ___anyValue_7)); } inline RuntimeObject * get_anyValue_7() const { return ___anyValue_7; } inline RuntimeObject ** get_address_of_anyValue_7() { return &___anyValue_7; } inline void set_anyValue_7(RuntimeObject * value) { ___anyValue_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___anyValue_7), (void*)value); } }; // Native definition for P/Invoke marshalling of UnityEngine.InputSystem.Utilities.JsonParser/JsonValue struct JsonValue_t547F68925DBBEF3A29A4E14D26153A04872154DB_marshaled_pinvoke { int32_t ___type_0; int32_t ___boolValue_1; double ___realValue_2; int64_t ___integerValue_3; JsonString_tB3A1938903F2377F780FF4C4FE7CC6EA81C0D301_marshaled_pinvoke ___stringValue_4; List_1_tEC0B302C3EF23400C3EC92ED7672A715CA602068 * ___arrayValue_5; Dictionary_2_t7A371082270CA8FD6BC79B5622CCD5E1C87A6E42 * ___objectValue_6; Il2CppIUnknown* ___anyValue_7; }; // Native definition for COM marshalling of UnityEngine.InputSystem.Utilities.JsonParser/JsonValue struct JsonValue_t547F68925DBBEF3A29A4E14D26153A04872154DB_marshaled_com { int32_t ___type_0; int32_t ___boolValue_1; double ___realValue_2; int64_t ___integerValue_3; JsonString_tB3A1938903F2377F780FF4C4FE7CC6EA81C0D301_marshaled_com ___stringValue_4; List_1_tEC0B302C3EF23400C3EC92ED7672A715CA602068 * ___arrayValue_5; Dictionary_2_t7A371082270CA8FD6BC79B5622CCD5E1C87A6E42 * ___objectValue_6; Il2CppIUnknown* ___anyValue_7; }; // OVRInput/OpenVRControllerDetails struct OpenVRControllerDetails_t9774FA7129BBA566B6C6859F47D4C1253D9268C5 { public: // OVR.OpenVR.VRControllerState_t OVRInput/OpenVRControllerDetails::state VRControllerState_t_tA2AC10EB26FD0C1CE385148DE3655C9584E60A3A ___state_0; // OVRInput/OpenVRController OVRInput/OpenVRControllerDetails::controllerType uint64_t ___controllerType_1; // System.UInt32 OVRInput/OpenVRControllerDetails::deviceID uint32_t ___deviceID_2; // UnityEngine.Vector3 OVRInput/OpenVRControllerDetails::localPosition Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___localPosition_3; // UnityEngine.Quaternion OVRInput/OpenVRControllerDetails::localOrientation Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 ___localOrientation_4; public: inline static int32_t get_offset_of_state_0() { return static_cast(offsetof(OpenVRControllerDetails_t9774FA7129BBA566B6C6859F47D4C1253D9268C5, ___state_0)); } inline VRControllerState_t_tA2AC10EB26FD0C1CE385148DE3655C9584E60A3A get_state_0() const { return ___state_0; } inline VRControllerState_t_tA2AC10EB26FD0C1CE385148DE3655C9584E60A3A * get_address_of_state_0() { return &___state_0; } inline void set_state_0(VRControllerState_t_tA2AC10EB26FD0C1CE385148DE3655C9584E60A3A value) { ___state_0 = value; } inline static int32_t get_offset_of_controllerType_1() { return static_cast(offsetof(OpenVRControllerDetails_t9774FA7129BBA566B6C6859F47D4C1253D9268C5, ___controllerType_1)); } inline uint64_t get_controllerType_1() const { return ___controllerType_1; } inline uint64_t* get_address_of_controllerType_1() { return &___controllerType_1; } inline void set_controllerType_1(uint64_t value) { ___controllerType_1 = value; } inline static int32_t get_offset_of_deviceID_2() { return static_cast(offsetof(OpenVRControllerDetails_t9774FA7129BBA566B6C6859F47D4C1253D9268C5, ___deviceID_2)); } inline uint32_t get_deviceID_2() const { return ___deviceID_2; } inline uint32_t* get_address_of_deviceID_2() { return &___deviceID_2; } inline void set_deviceID_2(uint32_t value) { ___deviceID_2 = value; } inline static int32_t get_offset_of_localPosition_3() { return static_cast(offsetof(OpenVRControllerDetails_t9774FA7129BBA566B6C6859F47D4C1253D9268C5, ___localPosition_3)); } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E get_localPosition_3() const { return ___localPosition_3; } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * get_address_of_localPosition_3() { return &___localPosition_3; } inline void set_localPosition_3(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E value) { ___localPosition_3 = value; } inline static int32_t get_offset_of_localOrientation_4() { return static_cast(offsetof(OpenVRControllerDetails_t9774FA7129BBA566B6C6859F47D4C1253D9268C5, ___localOrientation_4)); } inline Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 get_localOrientation_4() const { return ___localOrientation_4; } inline Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 * get_address_of_localOrientation_4() { return &___localOrientation_4; } inline void set_localOrientation_4(Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 value) { ___localOrientation_4 = value; } }; // OVRPlugin/Bone struct Bone_tFB367C47EBF89DA78C7AA2A09C8D24427723B500 { public: // OVRPlugin/BoneId OVRPlugin/Bone::Id int32_t ___Id_0; // System.Int16 OVRPlugin/Bone::ParentBoneIndex int16_t ___ParentBoneIndex_1; // OVRPlugin/Posef OVRPlugin/Bone::Pose Posef_tAB560ABDD92D837B4DF63F6FAEE32A1E1144B952 ___Pose_2; public: inline static int32_t get_offset_of_Id_0() { return static_cast(offsetof(Bone_tFB367C47EBF89DA78C7AA2A09C8D24427723B500, ___Id_0)); } inline int32_t get_Id_0() const { return ___Id_0; } inline int32_t* get_address_of_Id_0() { return &___Id_0; } inline void set_Id_0(int32_t value) { ___Id_0 = value; } inline static int32_t get_offset_of_ParentBoneIndex_1() { return static_cast(offsetof(Bone_tFB367C47EBF89DA78C7AA2A09C8D24427723B500, ___ParentBoneIndex_1)); } inline int16_t get_ParentBoneIndex_1() const { return ___ParentBoneIndex_1; } inline int16_t* get_address_of_ParentBoneIndex_1() { return &___ParentBoneIndex_1; } inline void set_ParentBoneIndex_1(int16_t value) { ___ParentBoneIndex_1 = value; } inline static int32_t get_offset_of_Pose_2() { return static_cast(offsetof(Bone_tFB367C47EBF89DA78C7AA2A09C8D24427723B500, ___Pose_2)); } inline Posef_tAB560ABDD92D837B4DF63F6FAEE32A1E1144B952 get_Pose_2() const { return ___Pose_2; } inline Posef_tAB560ABDD92D837B4DF63F6FAEE32A1E1144B952 * get_address_of_Pose_2() { return &___Pose_2; } inline void set_Pose_2(Posef_tAB560ABDD92D837B4DF63F6FAEE32A1E1144B952 value) { ___Pose_2 = value; } }; // OVRTrackedKeyboardHands/HandBoneMapping struct HandBoneMapping_t2E33A69AFA6E1081803D7E5F73316F53C89DAAB2 { public: // UnityEngine.Transform OVRTrackedKeyboardHands/HandBoneMapping::LeftHandTransform Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * ___LeftHandTransform_0; // UnityEngine.Transform OVRTrackedKeyboardHands/HandBoneMapping::LeftPresenceTransform Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * ___LeftPresenceTransform_1; // UnityEngine.Transform OVRTrackedKeyboardHands/HandBoneMapping::RightHandTransform Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * ___RightHandTransform_2; // UnityEngine.Transform OVRTrackedKeyboardHands/HandBoneMapping::RightPresenceTransform Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * ___RightPresenceTransform_3; // OVRSkeleton/BoneId OVRTrackedKeyboardHands/HandBoneMapping::BoneName int32_t ___BoneName_4; // System.String OVRTrackedKeyboardHands/HandBoneMapping::HandPresenceLeftBoneName String_t* ___HandPresenceLeftBoneName_5; // System.String OVRTrackedKeyboardHands/HandBoneMapping::HandPresenceRightBoneName String_t* ___HandPresenceRightBoneName_6; public: inline static int32_t get_offset_of_LeftHandTransform_0() { return static_cast(offsetof(HandBoneMapping_t2E33A69AFA6E1081803D7E5F73316F53C89DAAB2, ___LeftHandTransform_0)); } inline Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * get_LeftHandTransform_0() const { return ___LeftHandTransform_0; } inline Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 ** get_address_of_LeftHandTransform_0() { return &___LeftHandTransform_0; } inline void set_LeftHandTransform_0(Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * value) { ___LeftHandTransform_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___LeftHandTransform_0), (void*)value); } inline static int32_t get_offset_of_LeftPresenceTransform_1() { return static_cast(offsetof(HandBoneMapping_t2E33A69AFA6E1081803D7E5F73316F53C89DAAB2, ___LeftPresenceTransform_1)); } inline Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * get_LeftPresenceTransform_1() const { return ___LeftPresenceTransform_1; } inline Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 ** get_address_of_LeftPresenceTransform_1() { return &___LeftPresenceTransform_1; } inline void set_LeftPresenceTransform_1(Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * value) { ___LeftPresenceTransform_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___LeftPresenceTransform_1), (void*)value); } inline static int32_t get_offset_of_RightHandTransform_2() { return static_cast(offsetof(HandBoneMapping_t2E33A69AFA6E1081803D7E5F73316F53C89DAAB2, ___RightHandTransform_2)); } inline Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * get_RightHandTransform_2() const { return ___RightHandTransform_2; } inline Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 ** get_address_of_RightHandTransform_2() { return &___RightHandTransform_2; } inline void set_RightHandTransform_2(Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * value) { ___RightHandTransform_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___RightHandTransform_2), (void*)value); } inline static int32_t get_offset_of_RightPresenceTransform_3() { return static_cast(offsetof(HandBoneMapping_t2E33A69AFA6E1081803D7E5F73316F53C89DAAB2, ___RightPresenceTransform_3)); } inline Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * get_RightPresenceTransform_3() const { return ___RightPresenceTransform_3; } inline Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 ** get_address_of_RightPresenceTransform_3() { return &___RightPresenceTransform_3; } inline void set_RightPresenceTransform_3(Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * value) { ___RightPresenceTransform_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___RightPresenceTransform_3), (void*)value); } inline static int32_t get_offset_of_BoneName_4() { return static_cast(offsetof(HandBoneMapping_t2E33A69AFA6E1081803D7E5F73316F53C89DAAB2, ___BoneName_4)); } inline int32_t get_BoneName_4() const { return ___BoneName_4; } inline int32_t* get_address_of_BoneName_4() { return &___BoneName_4; } inline void set_BoneName_4(int32_t value) { ___BoneName_4 = value; } inline static int32_t get_offset_of_HandPresenceLeftBoneName_5() { return static_cast(offsetof(HandBoneMapping_t2E33A69AFA6E1081803D7E5F73316F53C89DAAB2, ___HandPresenceLeftBoneName_5)); } inline String_t* get_HandPresenceLeftBoneName_5() const { return ___HandPresenceLeftBoneName_5; } inline String_t** get_address_of_HandPresenceLeftBoneName_5() { return &___HandPresenceLeftBoneName_5; } inline void set_HandPresenceLeftBoneName_5(String_t* value) { ___HandPresenceLeftBoneName_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___HandPresenceLeftBoneName_5), (void*)value); } inline static int32_t get_offset_of_HandPresenceRightBoneName_6() { return static_cast(offsetof(HandBoneMapping_t2E33A69AFA6E1081803D7E5F73316F53C89DAAB2, ___HandPresenceRightBoneName_6)); } inline String_t* get_HandPresenceRightBoneName_6() const { return ___HandPresenceRightBoneName_6; } inline String_t** get_address_of_HandPresenceRightBoneName_6() { return &___HandPresenceRightBoneName_6; } inline void set_HandPresenceRightBoneName_6(String_t* value) { ___HandPresenceRightBoneName_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___HandPresenceRightBoneName_6), (void*)value); } }; // Native definition for P/Invoke marshalling of OVRTrackedKeyboardHands/HandBoneMapping struct HandBoneMapping_t2E33A69AFA6E1081803D7E5F73316F53C89DAAB2_marshaled_pinvoke { Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * ___LeftHandTransform_0; Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * ___LeftPresenceTransform_1; Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * ___RightHandTransform_2; Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * ___RightPresenceTransform_3; int32_t ___BoneName_4; char* ___HandPresenceLeftBoneName_5; char* ___HandPresenceRightBoneName_6; }; // Native definition for COM marshalling of OVRTrackedKeyboardHands/HandBoneMapping struct HandBoneMapping_t2E33A69AFA6E1081803D7E5F73316F53C89DAAB2_marshaled_com { Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * ___LeftHandTransform_0; Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * ___LeftPresenceTransform_1; Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * ___RightHandTransform_2; Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * ___RightPresenceTransform_3; int32_t ___BoneName_4; Il2CppChar* ___HandPresenceLeftBoneName_5; Il2CppChar* ___HandPresenceRightBoneName_6; }; // UnityEngine.InputSystem.UI.PointerModel/ButtonState struct ButtonState_t051AA0F63F64852E1D9DD37D6B7A413B3F779D42 { public: // System.Boolean UnityEngine.InputSystem.UI.PointerModel/ButtonState::m_IsPressed bool ___m_IsPressed_0; // UnityEngine.EventSystems.PointerEventData/FramePressState UnityEngine.InputSystem.UI.PointerModel/ButtonState::m_FramePressState int32_t ___m_FramePressState_1; // System.Single UnityEngine.InputSystem.UI.PointerModel/ButtonState::m_PressTime float ___m_PressTime_2; // UnityEngine.EventSystems.RaycastResult UnityEngine.InputSystem.UI.PointerModel/ButtonState::m_PressRaycast RaycastResult_t9EFDE24B29650BD6DC8A49D954A3769E17146BCE ___m_PressRaycast_3; // UnityEngine.GameObject UnityEngine.InputSystem.UI.PointerModel/ButtonState::m_PressObject GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * ___m_PressObject_4; // UnityEngine.GameObject UnityEngine.InputSystem.UI.PointerModel/ButtonState::m_RawPressObject GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * ___m_RawPressObject_5; // UnityEngine.GameObject UnityEngine.InputSystem.UI.PointerModel/ButtonState::m_LastPressObject GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * ___m_LastPressObject_6; // UnityEngine.GameObject UnityEngine.InputSystem.UI.PointerModel/ButtonState::m_DragObject GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * ___m_DragObject_7; // UnityEngine.Vector2 UnityEngine.InputSystem.UI.PointerModel/ButtonState::m_PressPosition Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 ___m_PressPosition_8; // System.Single UnityEngine.InputSystem.UI.PointerModel/ButtonState::m_ClickTime float ___m_ClickTime_9; // System.Int32 UnityEngine.InputSystem.UI.PointerModel/ButtonState::m_ClickCount int32_t ___m_ClickCount_10; // System.Boolean UnityEngine.InputSystem.UI.PointerModel/ButtonState::m_Dragging bool ___m_Dragging_11; // System.Boolean UnityEngine.InputSystem.UI.PointerModel/ButtonState::m_ClickedOnSameGameObject bool ___m_ClickedOnSameGameObject_12; // System.Boolean UnityEngine.InputSystem.UI.PointerModel/ButtonState::m_IgnoreNextClick bool ___m_IgnoreNextClick_13; public: inline static int32_t get_offset_of_m_IsPressed_0() { return static_cast(offsetof(ButtonState_t051AA0F63F64852E1D9DD37D6B7A413B3F779D42, ___m_IsPressed_0)); } inline bool get_m_IsPressed_0() const { return ___m_IsPressed_0; } inline bool* get_address_of_m_IsPressed_0() { return &___m_IsPressed_0; } inline void set_m_IsPressed_0(bool value) { ___m_IsPressed_0 = value; } inline static int32_t get_offset_of_m_FramePressState_1() { return static_cast(offsetof(ButtonState_t051AA0F63F64852E1D9DD37D6B7A413B3F779D42, ___m_FramePressState_1)); } inline int32_t get_m_FramePressState_1() const { return ___m_FramePressState_1; } inline int32_t* get_address_of_m_FramePressState_1() { return &___m_FramePressState_1; } inline void set_m_FramePressState_1(int32_t value) { ___m_FramePressState_1 = value; } inline static int32_t get_offset_of_m_PressTime_2() { return static_cast(offsetof(ButtonState_t051AA0F63F64852E1D9DD37D6B7A413B3F779D42, ___m_PressTime_2)); } inline float get_m_PressTime_2() const { return ___m_PressTime_2; } inline float* get_address_of_m_PressTime_2() { return &___m_PressTime_2; } inline void set_m_PressTime_2(float value) { ___m_PressTime_2 = value; } inline static int32_t get_offset_of_m_PressRaycast_3() { return static_cast(offsetof(ButtonState_t051AA0F63F64852E1D9DD37D6B7A413B3F779D42, ___m_PressRaycast_3)); } inline RaycastResult_t9EFDE24B29650BD6DC8A49D954A3769E17146BCE get_m_PressRaycast_3() const { return ___m_PressRaycast_3; } inline RaycastResult_t9EFDE24B29650BD6DC8A49D954A3769E17146BCE * get_address_of_m_PressRaycast_3() { return &___m_PressRaycast_3; } inline void set_m_PressRaycast_3(RaycastResult_t9EFDE24B29650BD6DC8A49D954A3769E17146BCE value) { ___m_PressRaycast_3 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___m_PressRaycast_3))->___m_GameObject_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___m_PressRaycast_3))->___module_1), (void*)NULL); #endif } inline static int32_t get_offset_of_m_PressObject_4() { return static_cast(offsetof(ButtonState_t051AA0F63F64852E1D9DD37D6B7A413B3F779D42, ___m_PressObject_4)); } inline GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * get_m_PressObject_4() const { return ___m_PressObject_4; } inline GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 ** get_address_of_m_PressObject_4() { return &___m_PressObject_4; } inline void set_m_PressObject_4(GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * value) { ___m_PressObject_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_PressObject_4), (void*)value); } inline static int32_t get_offset_of_m_RawPressObject_5() { return static_cast(offsetof(ButtonState_t051AA0F63F64852E1D9DD37D6B7A413B3F779D42, ___m_RawPressObject_5)); } inline GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * get_m_RawPressObject_5() const { return ___m_RawPressObject_5; } inline GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 ** get_address_of_m_RawPressObject_5() { return &___m_RawPressObject_5; } inline void set_m_RawPressObject_5(GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * value) { ___m_RawPressObject_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_RawPressObject_5), (void*)value); } inline static int32_t get_offset_of_m_LastPressObject_6() { return static_cast(offsetof(ButtonState_t051AA0F63F64852E1D9DD37D6B7A413B3F779D42, ___m_LastPressObject_6)); } inline GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * get_m_LastPressObject_6() const { return ___m_LastPressObject_6; } inline GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 ** get_address_of_m_LastPressObject_6() { return &___m_LastPressObject_6; } inline void set_m_LastPressObject_6(GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * value) { ___m_LastPressObject_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_LastPressObject_6), (void*)value); } inline static int32_t get_offset_of_m_DragObject_7() { return static_cast(offsetof(ButtonState_t051AA0F63F64852E1D9DD37D6B7A413B3F779D42, ___m_DragObject_7)); } inline GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * get_m_DragObject_7() const { return ___m_DragObject_7; } inline GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 ** get_address_of_m_DragObject_7() { return &___m_DragObject_7; } inline void set_m_DragObject_7(GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * value) { ___m_DragObject_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_DragObject_7), (void*)value); } inline static int32_t get_offset_of_m_PressPosition_8() { return static_cast(offsetof(ButtonState_t051AA0F63F64852E1D9DD37D6B7A413B3F779D42, ___m_PressPosition_8)); } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 get_m_PressPosition_8() const { return ___m_PressPosition_8; } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 * get_address_of_m_PressPosition_8() { return &___m_PressPosition_8; } inline void set_m_PressPosition_8(Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 value) { ___m_PressPosition_8 = value; } inline static int32_t get_offset_of_m_ClickTime_9() { return static_cast(offsetof(ButtonState_t051AA0F63F64852E1D9DD37D6B7A413B3F779D42, ___m_ClickTime_9)); } inline float get_m_ClickTime_9() const { return ___m_ClickTime_9; } inline float* get_address_of_m_ClickTime_9() { return &___m_ClickTime_9; } inline void set_m_ClickTime_9(float value) { ___m_ClickTime_9 = value; } inline static int32_t get_offset_of_m_ClickCount_10() { return static_cast(offsetof(ButtonState_t051AA0F63F64852E1D9DD37D6B7A413B3F779D42, ___m_ClickCount_10)); } inline int32_t get_m_ClickCount_10() const { return ___m_ClickCount_10; } inline int32_t* get_address_of_m_ClickCount_10() { return &___m_ClickCount_10; } inline void set_m_ClickCount_10(int32_t value) { ___m_ClickCount_10 = value; } inline static int32_t get_offset_of_m_Dragging_11() { return static_cast(offsetof(ButtonState_t051AA0F63F64852E1D9DD37D6B7A413B3F779D42, ___m_Dragging_11)); } inline bool get_m_Dragging_11() const { return ___m_Dragging_11; } inline bool* get_address_of_m_Dragging_11() { return &___m_Dragging_11; } inline void set_m_Dragging_11(bool value) { ___m_Dragging_11 = value; } inline static int32_t get_offset_of_m_ClickedOnSameGameObject_12() { return static_cast(offsetof(ButtonState_t051AA0F63F64852E1D9DD37D6B7A413B3F779D42, ___m_ClickedOnSameGameObject_12)); } inline bool get_m_ClickedOnSameGameObject_12() const { return ___m_ClickedOnSameGameObject_12; } inline bool* get_address_of_m_ClickedOnSameGameObject_12() { return &___m_ClickedOnSameGameObject_12; } inline void set_m_ClickedOnSameGameObject_12(bool value) { ___m_ClickedOnSameGameObject_12 = value; } inline static int32_t get_offset_of_m_IgnoreNextClick_13() { return static_cast(offsetof(ButtonState_t051AA0F63F64852E1D9DD37D6B7A413B3F779D42, ___m_IgnoreNextClick_13)); } inline bool get_m_IgnoreNextClick_13() const { return ___m_IgnoreNextClick_13; } inline bool* get_address_of_m_IgnoreNextClick_13() { return &___m_IgnoreNextClick_13; } inline void set_m_IgnoreNextClick_13(bool value) { ___m_IgnoreNextClick_13 = value; } }; // Native definition for P/Invoke marshalling of UnityEngine.InputSystem.UI.PointerModel/ButtonState struct ButtonState_t051AA0F63F64852E1D9DD37D6B7A413B3F779D42_marshaled_pinvoke { int32_t ___m_IsPressed_0; int32_t ___m_FramePressState_1; float ___m_PressTime_2; RaycastResult_t9EFDE24B29650BD6DC8A49D954A3769E17146BCE_marshaled_pinvoke ___m_PressRaycast_3; GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * ___m_PressObject_4; GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * ___m_RawPressObject_5; GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * ___m_LastPressObject_6; GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * ___m_DragObject_7; Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 ___m_PressPosition_8; float ___m_ClickTime_9; int32_t ___m_ClickCount_10; int32_t ___m_Dragging_11; int32_t ___m_ClickedOnSameGameObject_12; int32_t ___m_IgnoreNextClick_13; }; // Native definition for COM marshalling of UnityEngine.InputSystem.UI.PointerModel/ButtonState struct ButtonState_t051AA0F63F64852E1D9DD37D6B7A413B3F779D42_marshaled_com { int32_t ___m_IsPressed_0; int32_t ___m_FramePressState_1; float ___m_PressTime_2; RaycastResult_t9EFDE24B29650BD6DC8A49D954A3769E17146BCE_marshaled_com ___m_PressRaycast_3; GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * ___m_PressObject_4; GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * ___m_RawPressObject_5; GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * ___m_LastPressObject_6; GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * ___m_DragObject_7; Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 ___m_PressPosition_8; float ___m_ClickTime_9; int32_t ___m_ClickCount_10; int32_t ___m_Dragging_11; int32_t ___m_ClickedOnSameGameObject_12; int32_t ___m_IgnoreNextClick_13; }; // FMODUnity.RuntimeManager/LoadedBank struct LoadedBank_t6D47D05FE1FABC12D52CC630432DF1262C663926 { public: // FMOD.Studio.Bank FMODUnity.RuntimeManager/LoadedBank::Bank Bank_t65BB4F2DD95EE2A62FC08E2C92D32FC34F2EFAE7 ___Bank_0; // System.Int32 FMODUnity.RuntimeManager/LoadedBank::RefCount int32_t ___RefCount_1; public: inline static int32_t get_offset_of_Bank_0() { return static_cast(offsetof(LoadedBank_t6D47D05FE1FABC12D52CC630432DF1262C663926, ___Bank_0)); } inline Bank_t65BB4F2DD95EE2A62FC08E2C92D32FC34F2EFAE7 get_Bank_0() const { return ___Bank_0; } inline Bank_t65BB4F2DD95EE2A62FC08E2C92D32FC34F2EFAE7 * get_address_of_Bank_0() { return &___Bank_0; } inline void set_Bank_0(Bank_t65BB4F2DD95EE2A62FC08E2C92D32FC34F2EFAE7 value) { ___Bank_0 = value; } inline static int32_t get_offset_of_RefCount_1() { return static_cast(offsetof(LoadedBank_t6D47D05FE1FABC12D52CC630432DF1262C663926, ___RefCount_1)); } inline int32_t get_RefCount_1() const { return ___RefCount_1; } inline int32_t* get_address_of_RefCount_1() { return &___RefCount_1; } inline void set_RefCount_1(int32_t value) { ___RefCount_1 = value; } }; // UnityEngine.Timeline.TimeNotificationBehaviour/NotificationEntry struct NotificationEntry_t930D625A1786911197A96C03960EA8D90628FC50 { public: // System.Double UnityEngine.Timeline.TimeNotificationBehaviour/NotificationEntry::time double ___time_0; // UnityEngine.Playables.INotification UnityEngine.Timeline.TimeNotificationBehaviour/NotificationEntry::payload RuntimeObject* ___payload_1; // System.Boolean UnityEngine.Timeline.TimeNotificationBehaviour/NotificationEntry::notificationFired bool ___notificationFired_2; // UnityEngine.Timeline.NotificationFlags UnityEngine.Timeline.TimeNotificationBehaviour/NotificationEntry::flags int16_t ___flags_3; public: inline static int32_t get_offset_of_time_0() { return static_cast(offsetof(NotificationEntry_t930D625A1786911197A96C03960EA8D90628FC50, ___time_0)); } inline double get_time_0() const { return ___time_0; } inline double* get_address_of_time_0() { return &___time_0; } inline void set_time_0(double value) { ___time_0 = value; } inline static int32_t get_offset_of_payload_1() { return static_cast(offsetof(NotificationEntry_t930D625A1786911197A96C03960EA8D90628FC50, ___payload_1)); } inline RuntimeObject* get_payload_1() const { return ___payload_1; } inline RuntimeObject** get_address_of_payload_1() { return &___payload_1; } inline void set_payload_1(RuntimeObject* value) { ___payload_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___payload_1), (void*)value); } inline static int32_t get_offset_of_notificationFired_2() { return static_cast(offsetof(NotificationEntry_t930D625A1786911197A96C03960EA8D90628FC50, ___notificationFired_2)); } inline bool get_notificationFired_2() const { return ___notificationFired_2; } inline bool* get_address_of_notificationFired_2() { return &___notificationFired_2; } inline void set_notificationFired_2(bool value) { ___notificationFired_2 = value; } inline static int32_t get_offset_of_flags_3() { return static_cast(offsetof(NotificationEntry_t930D625A1786911197A96C03960EA8D90628FC50, ___flags_3)); } inline int16_t get_flags_3() const { return ___flags_3; } inline int16_t* get_address_of_flags_3() { return &___flags_3; } inline void set_flags_3(int16_t value) { ___flags_3 = value; } }; // Native definition for P/Invoke marshalling of UnityEngine.Timeline.TimeNotificationBehaviour/NotificationEntry struct NotificationEntry_t930D625A1786911197A96C03960EA8D90628FC50_marshaled_pinvoke { double ___time_0; RuntimeObject* ___payload_1; int32_t ___notificationFired_2; int16_t ___flags_3; }; // Native definition for COM marshalling of UnityEngine.Timeline.TimeNotificationBehaviour/NotificationEntry struct NotificationEntry_t930D625A1786911197A96C03960EA8D90628FC50_marshaled_com { double ___time_0; RuntimeObject* ___payload_1; int32_t ___notificationFired_2; int16_t ___flags_3; }; // UnityEngine.InputSystem.EnhancedTouch.Touch/FingerAndTouchState struct FingerAndTouchState_t63C9C9EB7EAC3DBB10AC1FB5015F996D37BD3FEF { public: // UnityEngine.InputSystem.LowLevel.InputUpdateType UnityEngine.InputSystem.EnhancedTouch.Touch/FingerAndTouchState::updateMask int32_t ___updateMask_0; // UnityEngine.InputSystem.EnhancedTouch.Finger[] UnityEngine.InputSystem.EnhancedTouch.Touch/FingerAndTouchState::fingers FingerU5BU5D_tCFD149751D44AF322A6ECF960D5D2F213A2E14FD* ___fingers_1; // UnityEngine.InputSystem.EnhancedTouch.Finger[] UnityEngine.InputSystem.EnhancedTouch.Touch/FingerAndTouchState::activeFingers FingerU5BU5D_tCFD149751D44AF322A6ECF960D5D2F213A2E14FD* ___activeFingers_2; // UnityEngine.InputSystem.EnhancedTouch.Touch[] UnityEngine.InputSystem.EnhancedTouch.Touch/FingerAndTouchState::activeTouches TouchU5BU5D_tA75E18663150E79625A5A3C3FAE5D39238D343AA* ___activeTouches_3; // System.Int32 UnityEngine.InputSystem.EnhancedTouch.Touch/FingerAndTouchState::activeFingerCount int32_t ___activeFingerCount_4; // System.Int32 UnityEngine.InputSystem.EnhancedTouch.Touch/FingerAndTouchState::activeTouchCount int32_t ___activeTouchCount_5; // System.Int32 UnityEngine.InputSystem.EnhancedTouch.Touch/FingerAndTouchState::totalFingerCount int32_t ___totalFingerCount_6; // System.UInt32 UnityEngine.InputSystem.EnhancedTouch.Touch/FingerAndTouchState::lastId uint32_t ___lastId_7; // System.Boolean UnityEngine.InputSystem.EnhancedTouch.Touch/FingerAndTouchState::haveBuiltActiveTouches bool ___haveBuiltActiveTouches_8; // System.Boolean UnityEngine.InputSystem.EnhancedTouch.Touch/FingerAndTouchState::haveActiveTouchesNeedingRefreshNextUpdate bool ___haveActiveTouchesNeedingRefreshNextUpdate_9; // UnityEngine.InputSystem.LowLevel.InputStateHistory`1 UnityEngine.InputSystem.EnhancedTouch.Touch/FingerAndTouchState::activeTouchState InputStateHistory_1_tD641410C27386B52858D4862A3C8687BBF379F0B * ___activeTouchState_10; public: inline static int32_t get_offset_of_updateMask_0() { return static_cast(offsetof(FingerAndTouchState_t63C9C9EB7EAC3DBB10AC1FB5015F996D37BD3FEF, ___updateMask_0)); } inline int32_t get_updateMask_0() const { return ___updateMask_0; } inline int32_t* get_address_of_updateMask_0() { return &___updateMask_0; } inline void set_updateMask_0(int32_t value) { ___updateMask_0 = value; } inline static int32_t get_offset_of_fingers_1() { return static_cast(offsetof(FingerAndTouchState_t63C9C9EB7EAC3DBB10AC1FB5015F996D37BD3FEF, ___fingers_1)); } inline FingerU5BU5D_tCFD149751D44AF322A6ECF960D5D2F213A2E14FD* get_fingers_1() const { return ___fingers_1; } inline FingerU5BU5D_tCFD149751D44AF322A6ECF960D5D2F213A2E14FD** get_address_of_fingers_1() { return &___fingers_1; } inline void set_fingers_1(FingerU5BU5D_tCFD149751D44AF322A6ECF960D5D2F213A2E14FD* value) { ___fingers_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___fingers_1), (void*)value); } inline static int32_t get_offset_of_activeFingers_2() { return static_cast(offsetof(FingerAndTouchState_t63C9C9EB7EAC3DBB10AC1FB5015F996D37BD3FEF, ___activeFingers_2)); } inline FingerU5BU5D_tCFD149751D44AF322A6ECF960D5D2F213A2E14FD* get_activeFingers_2() const { return ___activeFingers_2; } inline FingerU5BU5D_tCFD149751D44AF322A6ECF960D5D2F213A2E14FD** get_address_of_activeFingers_2() { return &___activeFingers_2; } inline void set_activeFingers_2(FingerU5BU5D_tCFD149751D44AF322A6ECF960D5D2F213A2E14FD* value) { ___activeFingers_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___activeFingers_2), (void*)value); } inline static int32_t get_offset_of_activeTouches_3() { return static_cast(offsetof(FingerAndTouchState_t63C9C9EB7EAC3DBB10AC1FB5015F996D37BD3FEF, ___activeTouches_3)); } inline TouchU5BU5D_tA75E18663150E79625A5A3C3FAE5D39238D343AA* get_activeTouches_3() const { return ___activeTouches_3; } inline TouchU5BU5D_tA75E18663150E79625A5A3C3FAE5D39238D343AA** get_address_of_activeTouches_3() { return &___activeTouches_3; } inline void set_activeTouches_3(TouchU5BU5D_tA75E18663150E79625A5A3C3FAE5D39238D343AA* value) { ___activeTouches_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___activeTouches_3), (void*)value); } inline static int32_t get_offset_of_activeFingerCount_4() { return static_cast(offsetof(FingerAndTouchState_t63C9C9EB7EAC3DBB10AC1FB5015F996D37BD3FEF, ___activeFingerCount_4)); } inline int32_t get_activeFingerCount_4() const { return ___activeFingerCount_4; } inline int32_t* get_address_of_activeFingerCount_4() { return &___activeFingerCount_4; } inline void set_activeFingerCount_4(int32_t value) { ___activeFingerCount_4 = value; } inline static int32_t get_offset_of_activeTouchCount_5() { return static_cast(offsetof(FingerAndTouchState_t63C9C9EB7EAC3DBB10AC1FB5015F996D37BD3FEF, ___activeTouchCount_5)); } inline int32_t get_activeTouchCount_5() const { return ___activeTouchCount_5; } inline int32_t* get_address_of_activeTouchCount_5() { return &___activeTouchCount_5; } inline void set_activeTouchCount_5(int32_t value) { ___activeTouchCount_5 = value; } inline static int32_t get_offset_of_totalFingerCount_6() { return static_cast(offsetof(FingerAndTouchState_t63C9C9EB7EAC3DBB10AC1FB5015F996D37BD3FEF, ___totalFingerCount_6)); } inline int32_t get_totalFingerCount_6() const { return ___totalFingerCount_6; } inline int32_t* get_address_of_totalFingerCount_6() { return &___totalFingerCount_6; } inline void set_totalFingerCount_6(int32_t value) { ___totalFingerCount_6 = value; } inline static int32_t get_offset_of_lastId_7() { return static_cast(offsetof(FingerAndTouchState_t63C9C9EB7EAC3DBB10AC1FB5015F996D37BD3FEF, ___lastId_7)); } inline uint32_t get_lastId_7() const { return ___lastId_7; } inline uint32_t* get_address_of_lastId_7() { return &___lastId_7; } inline void set_lastId_7(uint32_t value) { ___lastId_7 = value; } inline static int32_t get_offset_of_haveBuiltActiveTouches_8() { return static_cast(offsetof(FingerAndTouchState_t63C9C9EB7EAC3DBB10AC1FB5015F996D37BD3FEF, ___haveBuiltActiveTouches_8)); } inline bool get_haveBuiltActiveTouches_8() const { return ___haveBuiltActiveTouches_8; } inline bool* get_address_of_haveBuiltActiveTouches_8() { return &___haveBuiltActiveTouches_8; } inline void set_haveBuiltActiveTouches_8(bool value) { ___haveBuiltActiveTouches_8 = value; } inline static int32_t get_offset_of_haveActiveTouchesNeedingRefreshNextUpdate_9() { return static_cast(offsetof(FingerAndTouchState_t63C9C9EB7EAC3DBB10AC1FB5015F996D37BD3FEF, ___haveActiveTouchesNeedingRefreshNextUpdate_9)); } inline bool get_haveActiveTouchesNeedingRefreshNextUpdate_9() const { return ___haveActiveTouchesNeedingRefreshNextUpdate_9; } inline bool* get_address_of_haveActiveTouchesNeedingRefreshNextUpdate_9() { return &___haveActiveTouchesNeedingRefreshNextUpdate_9; } inline void set_haveActiveTouchesNeedingRefreshNextUpdate_9(bool value) { ___haveActiveTouchesNeedingRefreshNextUpdate_9 = value; } inline static int32_t get_offset_of_activeTouchState_10() { return static_cast(offsetof(FingerAndTouchState_t63C9C9EB7EAC3DBB10AC1FB5015F996D37BD3FEF, ___activeTouchState_10)); } inline InputStateHistory_1_tD641410C27386B52858D4862A3C8687BBF379F0B * get_activeTouchState_10() const { return ___activeTouchState_10; } inline InputStateHistory_1_tD641410C27386B52858D4862A3C8687BBF379F0B ** get_address_of_activeTouchState_10() { return &___activeTouchState_10; } inline void set_activeTouchState_10(InputStateHistory_1_tD641410C27386B52858D4862A3C8687BBF379F0B * value) { ___activeTouchState_10 = value; Il2CppCodeGenWriteBarrier((void**)(&___activeTouchState_10), (void*)value); } }; // Native definition for P/Invoke marshalling of UnityEngine.InputSystem.EnhancedTouch.Touch/FingerAndTouchState struct FingerAndTouchState_t63C9C9EB7EAC3DBB10AC1FB5015F996D37BD3FEF_marshaled_pinvoke { int32_t ___updateMask_0; FingerU5BU5D_tCFD149751D44AF322A6ECF960D5D2F213A2E14FD* ___fingers_1; FingerU5BU5D_tCFD149751D44AF322A6ECF960D5D2F213A2E14FD* ___activeFingers_2; Touch_tB700CCC5E9EB6646D3C92FE9AE46EF0AE6021D21_marshaled_pinvoke* ___activeTouches_3; int32_t ___activeFingerCount_4; int32_t ___activeTouchCount_5; int32_t ___totalFingerCount_6; uint32_t ___lastId_7; int32_t ___haveBuiltActiveTouches_8; int32_t ___haveActiveTouchesNeedingRefreshNextUpdate_9; InputStateHistory_1_tD641410C27386B52858D4862A3C8687BBF379F0B * ___activeTouchState_10; }; // Native definition for COM marshalling of UnityEngine.InputSystem.EnhancedTouch.Touch/FingerAndTouchState struct FingerAndTouchState_t63C9C9EB7EAC3DBB10AC1FB5015F996D37BD3FEF_marshaled_com { int32_t ___updateMask_0; FingerU5BU5D_tCFD149751D44AF322A6ECF960D5D2F213A2E14FD* ___fingers_1; FingerU5BU5D_tCFD149751D44AF322A6ECF960D5D2F213A2E14FD* ___activeFingers_2; Touch_tB700CCC5E9EB6646D3C92FE9AE46EF0AE6021D21_marshaled_com* ___activeTouches_3; int32_t ___activeFingerCount_4; int32_t ___activeTouchCount_5; int32_t ___totalFingerCount_6; uint32_t ___lastId_7; int32_t ___haveBuiltActiveTouches_8; int32_t ___haveActiveTouchesNeedingRefreshNextUpdate_9; InputStateHistory_1_tD641410C27386B52858D4862A3C8687BBF379F0B * ___activeTouchState_10; }; // System.Xml.XmlTextWriter/TagInfo struct TagInfo_tCB16E7242088C97871045AB8D1E6B0D12350D6B2 { public: // System.String System.Xml.XmlTextWriter/TagInfo::name String_t* ___name_0; // System.String System.Xml.XmlTextWriter/TagInfo::prefix String_t* ___prefix_1; // System.String System.Xml.XmlTextWriter/TagInfo::defaultNs String_t* ___defaultNs_2; // System.Xml.XmlTextWriter/NamespaceState System.Xml.XmlTextWriter/TagInfo::defaultNsState int32_t ___defaultNsState_3; // System.Xml.XmlSpace System.Xml.XmlTextWriter/TagInfo::xmlSpace int32_t ___xmlSpace_4; // System.String System.Xml.XmlTextWriter/TagInfo::xmlLang String_t* ___xmlLang_5; // System.Int32 System.Xml.XmlTextWriter/TagInfo::prevNsTop int32_t ___prevNsTop_6; // System.Int32 System.Xml.XmlTextWriter/TagInfo::prefixCount int32_t ___prefixCount_7; // System.Boolean System.Xml.XmlTextWriter/TagInfo::mixed bool ___mixed_8; public: inline static int32_t get_offset_of_name_0() { return static_cast(offsetof(TagInfo_tCB16E7242088C97871045AB8D1E6B0D12350D6B2, ___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_prefix_1() { return static_cast(offsetof(TagInfo_tCB16E7242088C97871045AB8D1E6B0D12350D6B2, ___prefix_1)); } inline String_t* get_prefix_1() const { return ___prefix_1; } inline String_t** get_address_of_prefix_1() { return &___prefix_1; } inline void set_prefix_1(String_t* value) { ___prefix_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___prefix_1), (void*)value); } inline static int32_t get_offset_of_defaultNs_2() { return static_cast(offsetof(TagInfo_tCB16E7242088C97871045AB8D1E6B0D12350D6B2, ___defaultNs_2)); } inline String_t* get_defaultNs_2() const { return ___defaultNs_2; } inline String_t** get_address_of_defaultNs_2() { return &___defaultNs_2; } inline void set_defaultNs_2(String_t* value) { ___defaultNs_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___defaultNs_2), (void*)value); } inline static int32_t get_offset_of_defaultNsState_3() { return static_cast(offsetof(TagInfo_tCB16E7242088C97871045AB8D1E6B0D12350D6B2, ___defaultNsState_3)); } inline int32_t get_defaultNsState_3() const { return ___defaultNsState_3; } inline int32_t* get_address_of_defaultNsState_3() { return &___defaultNsState_3; } inline void set_defaultNsState_3(int32_t value) { ___defaultNsState_3 = value; } inline static int32_t get_offset_of_xmlSpace_4() { return static_cast(offsetof(TagInfo_tCB16E7242088C97871045AB8D1E6B0D12350D6B2, ___xmlSpace_4)); } inline int32_t get_xmlSpace_4() const { return ___xmlSpace_4; } inline int32_t* get_address_of_xmlSpace_4() { return &___xmlSpace_4; } inline void set_xmlSpace_4(int32_t value) { ___xmlSpace_4 = value; } inline static int32_t get_offset_of_xmlLang_5() { return static_cast(offsetof(TagInfo_tCB16E7242088C97871045AB8D1E6B0D12350D6B2, ___xmlLang_5)); } inline String_t* get_xmlLang_5() const { return ___xmlLang_5; } inline String_t** get_address_of_xmlLang_5() { return &___xmlLang_5; } inline void set_xmlLang_5(String_t* value) { ___xmlLang_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___xmlLang_5), (void*)value); } inline static int32_t get_offset_of_prevNsTop_6() { return static_cast(offsetof(TagInfo_tCB16E7242088C97871045AB8D1E6B0D12350D6B2, ___prevNsTop_6)); } inline int32_t get_prevNsTop_6() const { return ___prevNsTop_6; } inline int32_t* get_address_of_prevNsTop_6() { return &___prevNsTop_6; } inline void set_prevNsTop_6(int32_t value) { ___prevNsTop_6 = value; } inline static int32_t get_offset_of_prefixCount_7() { return static_cast(offsetof(TagInfo_tCB16E7242088C97871045AB8D1E6B0D12350D6B2, ___prefixCount_7)); } inline int32_t get_prefixCount_7() const { return ___prefixCount_7; } inline int32_t* get_address_of_prefixCount_7() { return &___prefixCount_7; } inline void set_prefixCount_7(int32_t value) { ___prefixCount_7 = value; } inline static int32_t get_offset_of_mixed_8() { return static_cast(offsetof(TagInfo_tCB16E7242088C97871045AB8D1E6B0D12350D6B2, ___mixed_8)); } inline bool get_mixed_8() const { return ___mixed_8; } inline bool* get_address_of_mixed_8() { return &___mixed_8; } inline void set_mixed_8(bool value) { ___mixed_8 = value; } }; // Native definition for P/Invoke marshalling of System.Xml.XmlTextWriter/TagInfo struct TagInfo_tCB16E7242088C97871045AB8D1E6B0D12350D6B2_marshaled_pinvoke { char* ___name_0; char* ___prefix_1; char* ___defaultNs_2; int32_t ___defaultNsState_3; int32_t ___xmlSpace_4; char* ___xmlLang_5; int32_t ___prevNsTop_6; int32_t ___prefixCount_7; int32_t ___mixed_8; }; // Native definition for COM marshalling of System.Xml.XmlTextWriter/TagInfo struct TagInfo_tCB16E7242088C97871045AB8D1E6B0D12350D6B2_marshaled_com { Il2CppChar* ___name_0; Il2CppChar* ___prefix_1; Il2CppChar* ___defaultNs_2; int32_t ___defaultNsState_3; int32_t ___xmlSpace_4; Il2CppChar* ___xmlLang_5; int32_t ___prevNsTop_6; int32_t ___prefixCount_7; int32_t ___mixed_8; }; // UnityEngine.InputSystem.Layouts.InputControlLayout/Collection/LayoutMatcher struct LayoutMatcher_tBA5A244DAB9F3FAA7CF8F8FEA3994EE80A03244D { public: // UnityEngine.InputSystem.Utilities.InternedString UnityEngine.InputSystem.Layouts.InputControlLayout/Collection/LayoutMatcher::layoutName InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED ___layoutName_0; // UnityEngine.InputSystem.Layouts.InputDeviceMatcher UnityEngine.InputSystem.Layouts.InputControlLayout/Collection/LayoutMatcher::deviceMatcher InputDeviceMatcher_tFC41EBE6D273378A154C6DFD759DD75D23C99E57 ___deviceMatcher_1; public: inline static int32_t get_offset_of_layoutName_0() { return static_cast(offsetof(LayoutMatcher_tBA5A244DAB9F3FAA7CF8F8FEA3994EE80A03244D, ___layoutName_0)); } inline InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED get_layoutName_0() const { return ___layoutName_0; } inline InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED * get_address_of_layoutName_0() { return &___layoutName_0; } inline void set_layoutName_0(InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED value) { ___layoutName_0 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___layoutName_0))->___m_StringOriginalCase_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___layoutName_0))->___m_StringLowerCase_1), (void*)NULL); #endif } inline static int32_t get_offset_of_deviceMatcher_1() { return static_cast(offsetof(LayoutMatcher_tBA5A244DAB9F3FAA7CF8F8FEA3994EE80A03244D, ___deviceMatcher_1)); } inline InputDeviceMatcher_tFC41EBE6D273378A154C6DFD759DD75D23C99E57 get_deviceMatcher_1() const { return ___deviceMatcher_1; } inline InputDeviceMatcher_tFC41EBE6D273378A154C6DFD759DD75D23C99E57 * get_address_of_deviceMatcher_1() { return &___deviceMatcher_1; } inline void set_deviceMatcher_1(InputDeviceMatcher_tFC41EBE6D273378A154C6DFD759DD75D23C99E57 value) { ___deviceMatcher_1 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___deviceMatcher_1))->___m_Patterns_0), (void*)NULL); } }; // Native definition for P/Invoke marshalling of UnityEngine.InputSystem.Layouts.InputControlLayout/Collection/LayoutMatcher struct LayoutMatcher_tBA5A244DAB9F3FAA7CF8F8FEA3994EE80A03244D_marshaled_pinvoke { InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED_marshaled_pinvoke ___layoutName_0; InputDeviceMatcher_tFC41EBE6D273378A154C6DFD759DD75D23C99E57_marshaled_pinvoke ___deviceMatcher_1; }; // Native definition for COM marshalling of UnityEngine.InputSystem.Layouts.InputControlLayout/Collection/LayoutMatcher struct LayoutMatcher_tBA5A244DAB9F3FAA7CF8F8FEA3994EE80A03244D_marshaled_com { InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED_marshaled_com ___layoutName_0; InputDeviceMatcher_tFC41EBE6D273378A154C6DFD759DD75D23C99E57_marshaled_com ___deviceMatcher_1; }; // Oculus.Platform.Matchmaking/CustomQuery/Criterion struct Criterion_t7C30F2D0DD5347F79227E2061C4398FB715BEF51 { public: // System.String Oculus.Platform.Matchmaking/CustomQuery/Criterion::key String_t* ___key_0; // Oculus.Platform.MatchmakingCriterionImportance Oculus.Platform.Matchmaking/CustomQuery/Criterion::importance int32_t ___importance_1; // System.Collections.Generic.Dictionary`2 Oculus.Platform.Matchmaking/CustomQuery/Criterion::parameters Dictionary_2_t692011309BA94F599C6042A381FC9F8B3CB08399 * ___parameters_2; public: inline static int32_t get_offset_of_key_0() { return static_cast(offsetof(Criterion_t7C30F2D0DD5347F79227E2061C4398FB715BEF51, ___key_0)); } inline String_t* get_key_0() const { return ___key_0; } inline String_t** get_address_of_key_0() { return &___key_0; } inline void set_key_0(String_t* value) { ___key_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___key_0), (void*)value); } inline static int32_t get_offset_of_importance_1() { return static_cast(offsetof(Criterion_t7C30F2D0DD5347F79227E2061C4398FB715BEF51, ___importance_1)); } inline int32_t get_importance_1() const { return ___importance_1; } inline int32_t* get_address_of_importance_1() { return &___importance_1; } inline void set_importance_1(int32_t value) { ___importance_1 = value; } inline static int32_t get_offset_of_parameters_2() { return static_cast(offsetof(Criterion_t7C30F2D0DD5347F79227E2061C4398FB715BEF51, ___parameters_2)); } inline Dictionary_2_t692011309BA94F599C6042A381FC9F8B3CB08399 * get_parameters_2() const { return ___parameters_2; } inline Dictionary_2_t692011309BA94F599C6042A381FC9F8B3CB08399 ** get_address_of_parameters_2() { return &___parameters_2; } inline void set_parameters_2(Dictionary_2_t692011309BA94F599C6042A381FC9F8B3CB08399 * value) { ___parameters_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___parameters_2), (void*)value); } }; // Native definition for P/Invoke marshalling of Oculus.Platform.Matchmaking/CustomQuery/Criterion struct Criterion_t7C30F2D0DD5347F79227E2061C4398FB715BEF51_marshaled_pinvoke { char* ___key_0; int32_t ___importance_1; Dictionary_2_t692011309BA94F599C6042A381FC9F8B3CB08399 * ___parameters_2; }; // Native definition for COM marshalling of Oculus.Platform.Matchmaking/CustomQuery/Criterion struct Criterion_t7C30F2D0DD5347F79227E2061C4398FB715BEF51_marshaled_com { Il2CppChar* ___key_0; int32_t ___importance_1; Dictionary_2_t692011309BA94F599C6042A381FC9F8B3CB08399 * ___parameters_2; }; // Steamworks.Callback`1/DispatchDelegate struct DispatchDelegate_t9E3E90A55D8B9AC3A2993170DED121F733BCF2EE : public MulticastDelegate_t { public: public: }; // Steamworks.Callback`1/DispatchDelegate struct DispatchDelegate_t25A223D612C9153980B05A2D5C9E69F397764792 : public MulticastDelegate_t { public: public: }; // Steamworks.Callback`1/DispatchDelegate struct DispatchDelegate_t899B7027C4CA59F98125B834669B4F50103EA71E : public MulticastDelegate_t { public: public: }; // Steamworks.Callback`1/DispatchDelegate struct DispatchDelegate_t5094E7612D8E84F9D920D14037E6D3A61C6CB33E : public MulticastDelegate_t { public: public: }; // System.Collections.Generic.Dictionary`2/Entry struct Entry_t7EFE4B1CABF5378A909AB71AF9AF0097DCFC8843 { public: // System.Int32 System.Collections.Generic.Dictionary`2/Entry::hashCode int32_t ___hashCode_0; // System.Int32 System.Collections.Generic.Dictionary`2/Entry::next int32_t ___next_1; // TKey System.Collections.Generic.Dictionary`2/Entry::key RuntimeObject * ___key_2; // TValue System.Collections.Generic.Dictionary`2/Entry::value Playable_tC24692CDD1DD8F1D5C646035A76D2830A70214E2 ___value_3; public: inline static int32_t get_offset_of_hashCode_0() { return static_cast(offsetof(Entry_t7EFE4B1CABF5378A909AB71AF9AF0097DCFC8843, ___hashCode_0)); } inline int32_t get_hashCode_0() const { return ___hashCode_0; } inline int32_t* get_address_of_hashCode_0() { return &___hashCode_0; } inline void set_hashCode_0(int32_t value) { ___hashCode_0 = value; } inline static int32_t get_offset_of_next_1() { return static_cast(offsetof(Entry_t7EFE4B1CABF5378A909AB71AF9AF0097DCFC8843, ___next_1)); } inline int32_t get_next_1() const { return ___next_1; } inline int32_t* get_address_of_next_1() { return &___next_1; } inline void set_next_1(int32_t value) { ___next_1 = value; } inline static int32_t get_offset_of_key_2() { return static_cast(offsetof(Entry_t7EFE4B1CABF5378A909AB71AF9AF0097DCFC8843, ___key_2)); } inline RuntimeObject * get_key_2() const { return ___key_2; } inline RuntimeObject ** get_address_of_key_2() { return &___key_2; } inline void set_key_2(RuntimeObject * value) { ___key_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___key_2), (void*)value); } inline static int32_t get_offset_of_value_3() { return static_cast(offsetof(Entry_t7EFE4B1CABF5378A909AB71AF9AF0097DCFC8843, ___value_3)); } inline Playable_tC24692CDD1DD8F1D5C646035A76D2830A70214E2 get_value_3() const { return ___value_3; } inline Playable_tC24692CDD1DD8F1D5C646035A76D2830A70214E2 * get_address_of_value_3() { return &___value_3; } inline void set_value_3(Playable_tC24692CDD1DD8F1D5C646035A76D2830A70214E2 value) { ___value_3 = value; } }; // System.Collections.Generic.Dictionary`2/Entry struct Entry_t834B95FB8E40C62C6ACA4227F541FA11D98335C3 { public: // System.Int32 System.Collections.Generic.Dictionary`2/Entry::hashCode int32_t ___hashCode_0; // System.Int32 System.Collections.Generic.Dictionary`2/Entry::next int32_t ___next_1; // TKey System.Collections.Generic.Dictionary`2/Entry::key RuntimeObject * ___key_2; // TValue System.Collections.Generic.Dictionary`2/Entry::value JsonValue_t547F68925DBBEF3A29A4E14D26153A04872154DB ___value_3; public: inline static int32_t get_offset_of_hashCode_0() { return static_cast(offsetof(Entry_t834B95FB8E40C62C6ACA4227F541FA11D98335C3, ___hashCode_0)); } inline int32_t get_hashCode_0() const { return ___hashCode_0; } inline int32_t* get_address_of_hashCode_0() { return &___hashCode_0; } inline void set_hashCode_0(int32_t value) { ___hashCode_0 = value; } inline static int32_t get_offset_of_next_1() { return static_cast(offsetof(Entry_t834B95FB8E40C62C6ACA4227F541FA11D98335C3, ___next_1)); } inline int32_t get_next_1() const { return ___next_1; } inline int32_t* get_address_of_next_1() { return &___next_1; } inline void set_next_1(int32_t value) { ___next_1 = value; } inline static int32_t get_offset_of_key_2() { return static_cast(offsetof(Entry_t834B95FB8E40C62C6ACA4227F541FA11D98335C3, ___key_2)); } inline RuntimeObject * get_key_2() const { return ___key_2; } inline RuntimeObject ** get_address_of_key_2() { return &___key_2; } inline void set_key_2(RuntimeObject * value) { ___key_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___key_2), (void*)value); } inline static int32_t get_offset_of_value_3() { return static_cast(offsetof(Entry_t834B95FB8E40C62C6ACA4227F541FA11D98335C3, ___value_3)); } inline JsonValue_t547F68925DBBEF3A29A4E14D26153A04872154DB get_value_3() const { return ___value_3; } inline JsonValue_t547F68925DBBEF3A29A4E14D26153A04872154DB * get_address_of_value_3() { return &___value_3; } inline void set_value_3(JsonValue_t547F68925DBBEF3A29A4E14D26153A04872154DB value) { ___value_3 = value; Il2CppCodeGenWriteBarrier((void**)&((&((&(((&___value_3))->___stringValue_4))->___text_0))->___m_String_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___value_3))->___arrayValue_5), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___value_3))->___objectValue_6), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___value_3))->___anyValue_7), (void*)NULL); #endif } }; // System.Collections.Generic.Dictionary`2/Entry struct Entry_t3E4FA3AD06B6A9C6C5753B8743138C811FBA5B2E { public: // System.Int32 System.Collections.Generic.Dictionary`2/Entry::hashCode int32_t ___hashCode_0; // System.Int32 System.Collections.Generic.Dictionary`2/Entry::next int32_t ___next_1; // TKey System.Collections.Generic.Dictionary`2/Entry::key RuntimeObject * ___key_2; // TValue System.Collections.Generic.Dictionary`2/Entry::value LoadedBank_t6D47D05FE1FABC12D52CC630432DF1262C663926 ___value_3; public: inline static int32_t get_offset_of_hashCode_0() { return static_cast(offsetof(Entry_t3E4FA3AD06B6A9C6C5753B8743138C811FBA5B2E, ___hashCode_0)); } inline int32_t get_hashCode_0() const { return ___hashCode_0; } inline int32_t* get_address_of_hashCode_0() { return &___hashCode_0; } inline void set_hashCode_0(int32_t value) { ___hashCode_0 = value; } inline static int32_t get_offset_of_next_1() { return static_cast(offsetof(Entry_t3E4FA3AD06B6A9C6C5753B8743138C811FBA5B2E, ___next_1)); } inline int32_t get_next_1() const { return ___next_1; } inline int32_t* get_address_of_next_1() { return &___next_1; } inline void set_next_1(int32_t value) { ___next_1 = value; } inline static int32_t get_offset_of_key_2() { return static_cast(offsetof(Entry_t3E4FA3AD06B6A9C6C5753B8743138C811FBA5B2E, ___key_2)); } inline RuntimeObject * get_key_2() const { return ___key_2; } inline RuntimeObject ** get_address_of_key_2() { return &___key_2; } inline void set_key_2(RuntimeObject * value) { ___key_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___key_2), (void*)value); } inline static int32_t get_offset_of_value_3() { return static_cast(offsetof(Entry_t3E4FA3AD06B6A9C6C5753B8743138C811FBA5B2E, ___value_3)); } inline LoadedBank_t6D47D05FE1FABC12D52CC630432DF1262C663926 get_value_3() const { return ___value_3; } inline LoadedBank_t6D47D05FE1FABC12D52CC630432DF1262C663926 * get_address_of_value_3() { return &___value_3; } inline void set_value_3(LoadedBank_t6D47D05FE1FABC12D52CC630432DF1262C663926 value) { ___value_3 = value; } }; // UnityEngine.InputSystem.InputControlList`1 struct InputControlList_1_tCCB2EBF6FDF573DC316CABD9A44894F5CCEEAE4A { public: // System.Int32 UnityEngine.InputSystem.InputControlList`1::m_Count int32_t ___m_Count_0; // Unity.Collections.NativeArray`1 UnityEngine.InputSystem.InputControlList`1::m_Indices NativeArray_1_t9D118727A643E61710D0A4DF5B0C8CD1A918A40B ___m_Indices_1; // Unity.Collections.Allocator UnityEngine.InputSystem.InputControlList`1::m_Allocator int32_t ___m_Allocator_2; public: inline static int32_t get_offset_of_m_Count_0() { return static_cast(offsetof(InputControlList_1_tCCB2EBF6FDF573DC316CABD9A44894F5CCEEAE4A, ___m_Count_0)); } inline int32_t get_m_Count_0() const { return ___m_Count_0; } inline int32_t* get_address_of_m_Count_0() { return &___m_Count_0; } inline void set_m_Count_0(int32_t value) { ___m_Count_0 = value; } inline static int32_t get_offset_of_m_Indices_1() { return static_cast(offsetof(InputControlList_1_tCCB2EBF6FDF573DC316CABD9A44894F5CCEEAE4A, ___m_Indices_1)); } inline NativeArray_1_t9D118727A643E61710D0A4DF5B0C8CD1A918A40B get_m_Indices_1() const { return ___m_Indices_1; } inline NativeArray_1_t9D118727A643E61710D0A4DF5B0C8CD1A918A40B * get_address_of_m_Indices_1() { return &___m_Indices_1; } inline void set_m_Indices_1(NativeArray_1_t9D118727A643E61710D0A4DF5B0C8CD1A918A40B value) { ___m_Indices_1 = value; } inline static int32_t get_offset_of_m_Allocator_2() { return static_cast(offsetof(InputControlList_1_tCCB2EBF6FDF573DC316CABD9A44894F5CCEEAE4A, ___m_Allocator_2)); } inline int32_t get_m_Allocator_2() const { return ___m_Allocator_2; } inline int32_t* get_address_of_m_Allocator_2() { return &___m_Allocator_2; } inline void set_m_Allocator_2(int32_t value) { ___m_Allocator_2 = value; } }; // UnityEngine.InputSystem.InputControlList`1 struct InputControlList_1_t9D0926F8AB5859C8767B43B76E6AC3847A5D7D02 { public: // System.Int32 UnityEngine.InputSystem.InputControlList`1::m_Count int32_t ___m_Count_0; // Unity.Collections.NativeArray`1 UnityEngine.InputSystem.InputControlList`1::m_Indices NativeArray_1_t9D118727A643E61710D0A4DF5B0C8CD1A918A40B ___m_Indices_1; // Unity.Collections.Allocator UnityEngine.InputSystem.InputControlList`1::m_Allocator int32_t ___m_Allocator_2; public: inline static int32_t get_offset_of_m_Count_0() { return static_cast(offsetof(InputControlList_1_t9D0926F8AB5859C8767B43B76E6AC3847A5D7D02, ___m_Count_0)); } inline int32_t get_m_Count_0() const { return ___m_Count_0; } inline int32_t* get_address_of_m_Count_0() { return &___m_Count_0; } inline void set_m_Count_0(int32_t value) { ___m_Count_0 = value; } inline static int32_t get_offset_of_m_Indices_1() { return static_cast(offsetof(InputControlList_1_t9D0926F8AB5859C8767B43B76E6AC3847A5D7D02, ___m_Indices_1)); } inline NativeArray_1_t9D118727A643E61710D0A4DF5B0C8CD1A918A40B get_m_Indices_1() const { return ___m_Indices_1; } inline NativeArray_1_t9D118727A643E61710D0A4DF5B0C8CD1A918A40B * get_address_of_m_Indices_1() { return &___m_Indices_1; } inline void set_m_Indices_1(NativeArray_1_t9D118727A643E61710D0A4DF5B0C8CD1A918A40B value) { ___m_Indices_1 = value; } inline static int32_t get_offset_of_m_Allocator_2() { return static_cast(offsetof(InputControlList_1_t9D0926F8AB5859C8767B43B76E6AC3847A5D7D02, ___m_Allocator_2)); } inline int32_t get_m_Allocator_2() const { return ___m_Allocator_2; } inline int32_t* get_address_of_m_Allocator_2() { return &___m_Allocator_2; } inline void set_m_Allocator_2(int32_t value) { ___m_Allocator_2 = value; } }; // System.Collections.Generic.KeyValuePair`2 struct KeyValuePair_2_t128BCD2E9E558C2DCCE19DC432FB05B376CE8446 { public: // TKey System.Collections.Generic.KeyValuePair`2::key RuntimeObject * ___key_0; // TValue System.Collections.Generic.KeyValuePair`2::value Playable_tC24692CDD1DD8F1D5C646035A76D2830A70214E2 ___value_1; public: inline static int32_t get_offset_of_key_0() { return static_cast(offsetof(KeyValuePair_2_t128BCD2E9E558C2DCCE19DC432FB05B376CE8446, ___key_0)); } inline RuntimeObject * get_key_0() const { return ___key_0; } inline RuntimeObject ** get_address_of_key_0() { return &___key_0; } inline void set_key_0(RuntimeObject * value) { ___key_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___key_0), (void*)value); } inline static int32_t get_offset_of_value_1() { return static_cast(offsetof(KeyValuePair_2_t128BCD2E9E558C2DCCE19DC432FB05B376CE8446, ___value_1)); } inline Playable_tC24692CDD1DD8F1D5C646035A76D2830A70214E2 get_value_1() const { return ___value_1; } inline Playable_tC24692CDD1DD8F1D5C646035A76D2830A70214E2 * get_address_of_value_1() { return &___value_1; } inline void set_value_1(Playable_tC24692CDD1DD8F1D5C646035A76D2830A70214E2 value) { ___value_1 = value; } }; // System.Collections.Generic.KeyValuePair`2 struct KeyValuePair_2_t017C0505BFEB76D462E1367442B1C866DB044184 { public: // TKey System.Collections.Generic.KeyValuePair`2::key RuntimeObject * ___key_0; // TValue System.Collections.Generic.KeyValuePair`2::value JsonValue_t547F68925DBBEF3A29A4E14D26153A04872154DB ___value_1; public: inline static int32_t get_offset_of_key_0() { return static_cast(offsetof(KeyValuePair_2_t017C0505BFEB76D462E1367442B1C866DB044184, ___key_0)); } inline RuntimeObject * get_key_0() const { return ___key_0; } inline RuntimeObject ** get_address_of_key_0() { return &___key_0; } inline void set_key_0(RuntimeObject * value) { ___key_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___key_0), (void*)value); } inline static int32_t get_offset_of_value_1() { return static_cast(offsetof(KeyValuePair_2_t017C0505BFEB76D462E1367442B1C866DB044184, ___value_1)); } inline JsonValue_t547F68925DBBEF3A29A4E14D26153A04872154DB get_value_1() const { return ___value_1; } inline JsonValue_t547F68925DBBEF3A29A4E14D26153A04872154DB * get_address_of_value_1() { return &___value_1; } inline void set_value_1(JsonValue_t547F68925DBBEF3A29A4E14D26153A04872154DB value) { ___value_1 = value; Il2CppCodeGenWriteBarrier((void**)&((&((&(((&___value_1))->___stringValue_4))->___text_0))->___m_String_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___value_1))->___arrayValue_5), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___value_1))->___objectValue_6), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___value_1))->___anyValue_7), (void*)NULL); #endif } }; // System.Collections.Generic.KeyValuePair`2 struct KeyValuePair_2_t0F425E1AEAFEE5091C5F8FD1A94999386E2496CD { public: // TKey System.Collections.Generic.KeyValuePair`2::key RuntimeObject * ___key_0; // TValue System.Collections.Generic.KeyValuePair`2::value LoadedBank_t6D47D05FE1FABC12D52CC630432DF1262C663926 ___value_1; public: inline static int32_t get_offset_of_key_0() { return static_cast(offsetof(KeyValuePair_2_t0F425E1AEAFEE5091C5F8FD1A94999386E2496CD, ___key_0)); } inline RuntimeObject * get_key_0() const { return ___key_0; } inline RuntimeObject ** get_address_of_key_0() { return &___key_0; } inline void set_key_0(RuntimeObject * value) { ___key_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___key_0), (void*)value); } inline static int32_t get_offset_of_value_1() { return static_cast(offsetof(KeyValuePair_2_t0F425E1AEAFEE5091C5F8FD1A94999386E2496CD, ___value_1)); } inline LoadedBank_t6D47D05FE1FABC12D52CC630432DF1262C663926 get_value_1() const { return ___value_1; } inline LoadedBank_t6D47D05FE1FABC12D52CC630432DF1262C663926 * get_address_of_value_1() { return &___value_1; } inline void set_value_1(LoadedBank_t6D47D05FE1FABC12D52CC630432DF1262C663926 value) { ___value_1 = value; } }; // System.Diagnostics.Tracing.TraceLoggingTypeInfo`1> struct TraceLoggingTypeInfo_1_tAA80A15704CE49500C66DC6B1C05B2A1188F89DC : public TraceLoggingTypeInfo_t1A7BD5C2E0BF5D1AC23EEE6C22D724CBAA91CDDE { public: public: }; // System.Diagnostics.Tracing.TraceLoggingTypeInfo`1 struct TraceLoggingTypeInfo_1_t2E09E8CA26064E30A8F7376A80B6440C13A23A68 : public TraceLoggingTypeInfo_t1A7BD5C2E0BF5D1AC23EEE6C22D724CBAA91CDDE { public: public: }; // System.Diagnostics.Tracing.TraceLoggingTypeInfo`1 struct TraceLoggingTypeInfo_1_t3249C39DDD7C9608FB6A71BC0E8ADAD2DBA7582D : public TraceLoggingTypeInfo_t1A7BD5C2E0BF5D1AC23EEE6C22D724CBAA91CDDE { public: public: }; // System.Diagnostics.Tracing.TraceLoggingTypeInfo`1 struct TraceLoggingTypeInfo_1_t4060A49A9615875C95710F4F7A74B649698B182C : public TraceLoggingTypeInfo_t1A7BD5C2E0BF5D1AC23EEE6C22D724CBAA91CDDE { public: public: }; // System.Diagnostics.Tracing.TraceLoggingTypeInfo`1 struct TraceLoggingTypeInfo_1_t3B564912583B489AA09CF4EC981BC921E43D206B : public TraceLoggingTypeInfo_t1A7BD5C2E0BF5D1AC23EEE6C22D724CBAA91CDDE { public: public: }; // System.Diagnostics.Tracing.TraceLoggingTypeInfo`1 struct TraceLoggingTypeInfo_1_t2222233AEF607D614ED51D9A909021B0AD1DD052 : public TraceLoggingTypeInfo_t1A7BD5C2E0BF5D1AC23EEE6C22D724CBAA91CDDE { public: public: }; // System.Diagnostics.Tracing.TraceLoggingTypeInfo`1 struct TraceLoggingTypeInfo_1_t31C39790E0722BFAB7EF167B090AFCF92BEF0393 : public TraceLoggingTypeInfo_t1A7BD5C2E0BF5D1AC23EEE6C22D724CBAA91CDDE { public: public: }; // System.Diagnostics.Tracing.TraceLoggingTypeInfo`1 struct TraceLoggingTypeInfo_1_t7DB46152A9D14F1E2B1949B20B3FDFDF3EE951B1 : public TraceLoggingTypeInfo_t1A7BD5C2E0BF5D1AC23EEE6C22D724CBAA91CDDE { public: public: }; // System.Diagnostics.Tracing.TraceLoggingTypeInfo`1 struct TraceLoggingTypeInfo_1_t632172B9985D9F811628DA2FBE10BB7F417FEA07 : public TraceLoggingTypeInfo_t1A7BD5C2E0BF5D1AC23EEE6C22D724CBAA91CDDE { public: public: }; // System.Diagnostics.Tracing.TraceLoggingTypeInfo`1 struct TraceLoggingTypeInfo_1_t8101320E9F094F3170A4766FC28D96B07623CAFF : public TraceLoggingTypeInfo_t1A7BD5C2E0BF5D1AC23EEE6C22D724CBAA91CDDE { public: public: }; // System.Diagnostics.Tracing.TraceLoggingTypeInfo`1 struct TraceLoggingTypeInfo_1_tCF0BA38E6075EA0A17E3D74D866D00756E15CE2A : public TraceLoggingTypeInfo_t1A7BD5C2E0BF5D1AC23EEE6C22D724CBAA91CDDE { public: public: }; // System.Diagnostics.Tracing.TraceLoggingTypeInfo`1 struct TraceLoggingTypeInfo_1_tC3E216D7BD16AEC469B9ADA1544BF7A54F8F5878 : public TraceLoggingTypeInfo_t1A7BD5C2E0BF5D1AC23EEE6C22D724CBAA91CDDE { public: public: }; // System.Diagnostics.Tracing.TraceLoggingTypeInfo`1 struct TraceLoggingTypeInfo_1_tF33AC29BBABEE752B432A303BA55EC74658EC78F : public TraceLoggingTypeInfo_t1A7BD5C2E0BF5D1AC23EEE6C22D724CBAA91CDDE { public: public: }; // System.Diagnostics.Tracing.TraceLoggingTypeInfo`1 struct TraceLoggingTypeInfo_1_t144B08556E9DDF4E7C7D53A98470BF1BBD2E67DA : public TraceLoggingTypeInfo_t1A7BD5C2E0BF5D1AC23EEE6C22D724CBAA91CDDE { public: public: }; // System.Diagnostics.Tracing.TraceLoggingTypeInfo`1 struct TraceLoggingTypeInfo_1_t2AA8837972AC05A92CCC42C2902E79514B223518 : public TraceLoggingTypeInfo_t1A7BD5C2E0BF5D1AC23EEE6C22D724CBAA91CDDE { public: public: }; // System.Diagnostics.Tracing.TraceLoggingTypeInfo`1 struct TraceLoggingTypeInfo_1_t20A735C3CB75F54C35E40A70E3166D5A33200746 : public TraceLoggingTypeInfo_t1A7BD5C2E0BF5D1AC23EEE6C22D724CBAA91CDDE { public: public: }; // System.Diagnostics.Tracing.TraceLoggingTypeInfo`1 struct TraceLoggingTypeInfo_1_t9815A50B47090D0FC0C086E821E0D4C3C0F00017 : public TraceLoggingTypeInfo_t1A7BD5C2E0BF5D1AC23EEE6C22D724CBAA91CDDE { public: public: }; // System.Diagnostics.Tracing.TraceLoggingTypeInfo`1 struct TraceLoggingTypeInfo_1_tC9A61AC7F8E9EEDA5909051820377A84D5B3EA40 : public TraceLoggingTypeInfo_t1A7BD5C2E0BF5D1AC23EEE6C22D724CBAA91CDDE { public: public: }; // System.Diagnostics.Tracing.TraceLoggingTypeInfo`1 struct TraceLoggingTypeInfo_1_tF53031808FEE0C6510DAADDC7D646FDC1003596D : public TraceLoggingTypeInfo_t1A7BD5C2E0BF5D1AC23EEE6C22D724CBAA91CDDE { public: public: }; // System.Diagnostics.Tracing.TraceLoggingTypeInfo`1 struct TraceLoggingTypeInfo_1_t5E4CDB44325F36D386C0A07E2A068BFFE01B013D : public TraceLoggingTypeInfo_t1A7BD5C2E0BF5D1AC23EEE6C22D724CBAA91CDDE { public: public: }; // System.Diagnostics.Tracing.TraceLoggingTypeInfo`1 struct TraceLoggingTypeInfo_1_t2AB1B6E82D459F19130F48405C93259B4FAD5DE0 : public TraceLoggingTypeInfo_t1A7BD5C2E0BF5D1AC23EEE6C22D724CBAA91CDDE { public: public: }; // System.Diagnostics.Tracing.TraceLoggingTypeInfo`1 struct TraceLoggingTypeInfo_1_t0AA37671ECD36B79145C47886B8425BF92BE7B13 : public TraceLoggingTypeInfo_t1A7BD5C2E0BF5D1AC23EEE6C22D724CBAA91CDDE { public: public: }; // System.ArgumentException struct ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 : public SystemException_tC551B4D6EE3772B5F32C71EE8C719F4B43ECCC62 { public: // System.String System.ArgumentException::m_paramName String_t* ___m_paramName_17; public: inline static int32_t get_offset_of_m_paramName_17() { return static_cast(offsetof(ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00, ___m_paramName_17)); } inline String_t* get_m_paramName_17() const { return ___m_paramName_17; } inline String_t** get_address_of_m_paramName_17() { return &___m_paramName_17; } inline void set_m_paramName_17(String_t* value) { ___m_paramName_17 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_paramName_17), (void*)value); } }; // System.ArrayTypeMismatchException struct ArrayTypeMismatchException_tFD610FDA00012564CB75AFCA3A489F29CF628784 : public SystemException_tC551B4D6EE3772B5F32C71EE8C719F4B43ECCC62 { public: public: }; // System.AsyncCallback struct AsyncCallback_tA7921BEF974919C46FF8F9D9867C567B200BB0EA : public MulticastDelegate_t { public: public: }; // UnityEngine.Rendering.Universal.Internal.DeferredTiler struct DeferredTiler_tFBDEC2ED9B79F74D4AF97826AF601C8EC12FD372 { public: // System.Int32 UnityEngine.Rendering.Universal.Internal.DeferredTiler::m_TilePixelWidth int32_t ___m_TilePixelWidth_0; // System.Int32 UnityEngine.Rendering.Universal.Internal.DeferredTiler::m_TilePixelHeight int32_t ___m_TilePixelHeight_1; // System.Int32 UnityEngine.Rendering.Universal.Internal.DeferredTiler::m_TileXCount int32_t ___m_TileXCount_2; // System.Int32 UnityEngine.Rendering.Universal.Internal.DeferredTiler::m_TileYCount int32_t ___m_TileYCount_3; // System.Int32 UnityEngine.Rendering.Universal.Internal.DeferredTiler::m_TileHeaderSize int32_t ___m_TileHeaderSize_4; // System.Int32 UnityEngine.Rendering.Universal.Internal.DeferredTiler::m_AvgLightPerTile int32_t ___m_AvgLightPerTile_5; // System.Int32 UnityEngine.Rendering.Universal.Internal.DeferredTiler::m_TilerLevel int32_t ___m_TilerLevel_6; // UnityEngine.FrustumPlanes UnityEngine.Rendering.Universal.Internal.DeferredTiler::m_FrustumPlanes FrustumPlanes_t04DCFA7A13B132C73BC888D7ABBC4C6C40CDC40C ___m_FrustumPlanes_7; // System.Boolean UnityEngine.Rendering.Universal.Internal.DeferredTiler::m_IsOrthographic bool ___m_IsOrthographic_8; // Unity.Collections.NativeArray`1 UnityEngine.Rendering.Universal.Internal.DeferredTiler::m_Counters NativeArray_1_tD60079F06B473C85CF6C2BB4F2D203F38191AE99 ___m_Counters_9; // Unity.Collections.NativeArray`1 UnityEngine.Rendering.Universal.Internal.DeferredTiler::m_TileData NativeArray_1_t7203C36524CBF9E07ED2D6B86C410B21B422626A ___m_TileData_10; // Unity.Collections.NativeArray`1 UnityEngine.Rendering.Universal.Internal.DeferredTiler::m_TileHeaders NativeArray_1_tCE3FBA37C1D711DDDD473E84C32A9F5C60F2577A ___m_TileHeaders_11; // Unity.Collections.NativeArray`1 UnityEngine.Rendering.Universal.Internal.DeferredTiler::m_PreTiles NativeArray_1_tCD004FBD9F8C000DD43B8D3D4AD6D1FE8D058ECA ___m_PreTiles_12; public: inline static int32_t get_offset_of_m_TilePixelWidth_0() { return static_cast(offsetof(DeferredTiler_tFBDEC2ED9B79F74D4AF97826AF601C8EC12FD372, ___m_TilePixelWidth_0)); } inline int32_t get_m_TilePixelWidth_0() const { return ___m_TilePixelWidth_0; } inline int32_t* get_address_of_m_TilePixelWidth_0() { return &___m_TilePixelWidth_0; } inline void set_m_TilePixelWidth_0(int32_t value) { ___m_TilePixelWidth_0 = value; } inline static int32_t get_offset_of_m_TilePixelHeight_1() { return static_cast(offsetof(DeferredTiler_tFBDEC2ED9B79F74D4AF97826AF601C8EC12FD372, ___m_TilePixelHeight_1)); } inline int32_t get_m_TilePixelHeight_1() const { return ___m_TilePixelHeight_1; } inline int32_t* get_address_of_m_TilePixelHeight_1() { return &___m_TilePixelHeight_1; } inline void set_m_TilePixelHeight_1(int32_t value) { ___m_TilePixelHeight_1 = value; } inline static int32_t get_offset_of_m_TileXCount_2() { return static_cast(offsetof(DeferredTiler_tFBDEC2ED9B79F74D4AF97826AF601C8EC12FD372, ___m_TileXCount_2)); } inline int32_t get_m_TileXCount_2() const { return ___m_TileXCount_2; } inline int32_t* get_address_of_m_TileXCount_2() { return &___m_TileXCount_2; } inline void set_m_TileXCount_2(int32_t value) { ___m_TileXCount_2 = value; } inline static int32_t get_offset_of_m_TileYCount_3() { return static_cast(offsetof(DeferredTiler_tFBDEC2ED9B79F74D4AF97826AF601C8EC12FD372, ___m_TileYCount_3)); } inline int32_t get_m_TileYCount_3() const { return ___m_TileYCount_3; } inline int32_t* get_address_of_m_TileYCount_3() { return &___m_TileYCount_3; } inline void set_m_TileYCount_3(int32_t value) { ___m_TileYCount_3 = value; } inline static int32_t get_offset_of_m_TileHeaderSize_4() { return static_cast(offsetof(DeferredTiler_tFBDEC2ED9B79F74D4AF97826AF601C8EC12FD372, ___m_TileHeaderSize_4)); } inline int32_t get_m_TileHeaderSize_4() const { return ___m_TileHeaderSize_4; } inline int32_t* get_address_of_m_TileHeaderSize_4() { return &___m_TileHeaderSize_4; } inline void set_m_TileHeaderSize_4(int32_t value) { ___m_TileHeaderSize_4 = value; } inline static int32_t get_offset_of_m_AvgLightPerTile_5() { return static_cast(offsetof(DeferredTiler_tFBDEC2ED9B79F74D4AF97826AF601C8EC12FD372, ___m_AvgLightPerTile_5)); } inline int32_t get_m_AvgLightPerTile_5() const { return ___m_AvgLightPerTile_5; } inline int32_t* get_address_of_m_AvgLightPerTile_5() { return &___m_AvgLightPerTile_5; } inline void set_m_AvgLightPerTile_5(int32_t value) { ___m_AvgLightPerTile_5 = value; } inline static int32_t get_offset_of_m_TilerLevel_6() { return static_cast(offsetof(DeferredTiler_tFBDEC2ED9B79F74D4AF97826AF601C8EC12FD372, ___m_TilerLevel_6)); } inline int32_t get_m_TilerLevel_6() const { return ___m_TilerLevel_6; } inline int32_t* get_address_of_m_TilerLevel_6() { return &___m_TilerLevel_6; } inline void set_m_TilerLevel_6(int32_t value) { ___m_TilerLevel_6 = value; } inline static int32_t get_offset_of_m_FrustumPlanes_7() { return static_cast(offsetof(DeferredTiler_tFBDEC2ED9B79F74D4AF97826AF601C8EC12FD372, ___m_FrustumPlanes_7)); } inline FrustumPlanes_t04DCFA7A13B132C73BC888D7ABBC4C6C40CDC40C get_m_FrustumPlanes_7() const { return ___m_FrustumPlanes_7; } inline FrustumPlanes_t04DCFA7A13B132C73BC888D7ABBC4C6C40CDC40C * get_address_of_m_FrustumPlanes_7() { return &___m_FrustumPlanes_7; } inline void set_m_FrustumPlanes_7(FrustumPlanes_t04DCFA7A13B132C73BC888D7ABBC4C6C40CDC40C value) { ___m_FrustumPlanes_7 = value; } inline static int32_t get_offset_of_m_IsOrthographic_8() { return static_cast(offsetof(DeferredTiler_tFBDEC2ED9B79F74D4AF97826AF601C8EC12FD372, ___m_IsOrthographic_8)); } inline bool get_m_IsOrthographic_8() const { return ___m_IsOrthographic_8; } inline bool* get_address_of_m_IsOrthographic_8() { return &___m_IsOrthographic_8; } inline void set_m_IsOrthographic_8(bool value) { ___m_IsOrthographic_8 = value; } inline static int32_t get_offset_of_m_Counters_9() { return static_cast(offsetof(DeferredTiler_tFBDEC2ED9B79F74D4AF97826AF601C8EC12FD372, ___m_Counters_9)); } inline NativeArray_1_tD60079F06B473C85CF6C2BB4F2D203F38191AE99 get_m_Counters_9() const { return ___m_Counters_9; } inline NativeArray_1_tD60079F06B473C85CF6C2BB4F2D203F38191AE99 * get_address_of_m_Counters_9() { return &___m_Counters_9; } inline void set_m_Counters_9(NativeArray_1_tD60079F06B473C85CF6C2BB4F2D203F38191AE99 value) { ___m_Counters_9 = value; } inline static int32_t get_offset_of_m_TileData_10() { return static_cast(offsetof(DeferredTiler_tFBDEC2ED9B79F74D4AF97826AF601C8EC12FD372, ___m_TileData_10)); } inline NativeArray_1_t7203C36524CBF9E07ED2D6B86C410B21B422626A get_m_TileData_10() const { return ___m_TileData_10; } inline NativeArray_1_t7203C36524CBF9E07ED2D6B86C410B21B422626A * get_address_of_m_TileData_10() { return &___m_TileData_10; } inline void set_m_TileData_10(NativeArray_1_t7203C36524CBF9E07ED2D6B86C410B21B422626A value) { ___m_TileData_10 = value; } inline static int32_t get_offset_of_m_TileHeaders_11() { return static_cast(offsetof(DeferredTiler_tFBDEC2ED9B79F74D4AF97826AF601C8EC12FD372, ___m_TileHeaders_11)); } inline NativeArray_1_tCE3FBA37C1D711DDDD473E84C32A9F5C60F2577A get_m_TileHeaders_11() const { return ___m_TileHeaders_11; } inline NativeArray_1_tCE3FBA37C1D711DDDD473E84C32A9F5C60F2577A * get_address_of_m_TileHeaders_11() { return &___m_TileHeaders_11; } inline void set_m_TileHeaders_11(NativeArray_1_tCE3FBA37C1D711DDDD473E84C32A9F5C60F2577A value) { ___m_TileHeaders_11 = value; } inline static int32_t get_offset_of_m_PreTiles_12() { return static_cast(offsetof(DeferredTiler_tFBDEC2ED9B79F74D4AF97826AF601C8EC12FD372, ___m_PreTiles_12)); } inline NativeArray_1_tCD004FBD9F8C000DD43B8D3D4AD6D1FE8D058ECA get_m_PreTiles_12() const { return ___m_PreTiles_12; } inline NativeArray_1_tCD004FBD9F8C000DD43B8D3D4AD6D1FE8D058ECA * get_address_of_m_PreTiles_12() { return &___m_PreTiles_12; } inline void set_m_PreTiles_12(NativeArray_1_tCD004FBD9F8C000DD43B8D3D4AD6D1FE8D058ECA value) { ___m_PreTiles_12 = value; } }; // Native definition for P/Invoke marshalling of UnityEngine.Rendering.Universal.Internal.DeferredTiler struct DeferredTiler_tFBDEC2ED9B79F74D4AF97826AF601C8EC12FD372_marshaled_pinvoke { int32_t ___m_TilePixelWidth_0; int32_t ___m_TilePixelHeight_1; int32_t ___m_TileXCount_2; int32_t ___m_TileYCount_3; int32_t ___m_TileHeaderSize_4; int32_t ___m_AvgLightPerTile_5; int32_t ___m_TilerLevel_6; FrustumPlanes_t04DCFA7A13B132C73BC888D7ABBC4C6C40CDC40C ___m_FrustumPlanes_7; int32_t ___m_IsOrthographic_8; NativeArray_1_tD60079F06B473C85CF6C2BB4F2D203F38191AE99 ___m_Counters_9; NativeArray_1_t7203C36524CBF9E07ED2D6B86C410B21B422626A ___m_TileData_10; NativeArray_1_tCE3FBA37C1D711DDDD473E84C32A9F5C60F2577A ___m_TileHeaders_11; NativeArray_1_tCD004FBD9F8C000DD43B8D3D4AD6D1FE8D058ECA ___m_PreTiles_12; }; // Native definition for COM marshalling of UnityEngine.Rendering.Universal.Internal.DeferredTiler struct DeferredTiler_tFBDEC2ED9B79F74D4AF97826AF601C8EC12FD372_marshaled_com { int32_t ___m_TilePixelWidth_0; int32_t ___m_TilePixelHeight_1; int32_t ___m_TileXCount_2; int32_t ___m_TileYCount_3; int32_t ___m_TileHeaderSize_4; int32_t ___m_AvgLightPerTile_5; int32_t ___m_TilerLevel_6; FrustumPlanes_t04DCFA7A13B132C73BC888D7ABBC4C6C40CDC40C ___m_FrustumPlanes_7; int32_t ___m_IsOrthographic_8; NativeArray_1_tD60079F06B473C85CF6C2BB4F2D203F38191AE99 ___m_Counters_9; NativeArray_1_t7203C36524CBF9E07ED2D6B86C410B21B422626A ___m_TileData_10; NativeArray_1_tCE3FBA37C1D711DDDD473E84C32A9F5C60F2577A ___m_TileHeaders_11; NativeArray_1_tCD004FBD9F8C000DD43B8D3D4AD6D1FE8D058ECA ___m_PreTiles_12; }; // UnityEngine.Rendering.DrawingSettings struct DrawingSettings_t3DA1A01D2B97D79DCF2205DDC9363DFDB97E890D { public: // UnityEngine.Rendering.SortingSettings UnityEngine.Rendering.DrawingSettings::m_SortingSettings SortingSettings_t0D126E6892F6A0389C7AEC30C6F976A7AB21BDB6 ___m_SortingSettings_1; // UnityEngine.Rendering.DrawingSettings/e__FixedBuffer UnityEngine.Rendering.DrawingSettings::shaderPassNames U3CshaderPassNamesU3Ee__FixedBuffer_tD1B82F2532DDB17723F27AB236D1A65F0A635DAF ___shaderPassNames_2; // UnityEngine.Rendering.PerObjectData UnityEngine.Rendering.DrawingSettings::m_PerObjectData int32_t ___m_PerObjectData_3; // UnityEngine.Rendering.DrawRendererFlags UnityEngine.Rendering.DrawingSettings::m_Flags int32_t ___m_Flags_4; // System.Int32 UnityEngine.Rendering.DrawingSettings::m_OverrideMaterialInstanceId int32_t ___m_OverrideMaterialInstanceId_5; // System.Int32 UnityEngine.Rendering.DrawingSettings::m_OverrideMaterialPassIndex int32_t ___m_OverrideMaterialPassIndex_6; // System.Int32 UnityEngine.Rendering.DrawingSettings::m_MainLightIndex int32_t ___m_MainLightIndex_7; // System.Int32 UnityEngine.Rendering.DrawingSettings::m_UseSrpBatcher int32_t ___m_UseSrpBatcher_8; public: inline static int32_t get_offset_of_m_SortingSettings_1() { return static_cast(offsetof(DrawingSettings_t3DA1A01D2B97D79DCF2205DDC9363DFDB97E890D, ___m_SortingSettings_1)); } inline SortingSettings_t0D126E6892F6A0389C7AEC30C6F976A7AB21BDB6 get_m_SortingSettings_1() const { return ___m_SortingSettings_1; } inline SortingSettings_t0D126E6892F6A0389C7AEC30C6F976A7AB21BDB6 * get_address_of_m_SortingSettings_1() { return &___m_SortingSettings_1; } inline void set_m_SortingSettings_1(SortingSettings_t0D126E6892F6A0389C7AEC30C6F976A7AB21BDB6 value) { ___m_SortingSettings_1 = value; } inline static int32_t get_offset_of_shaderPassNames_2() { return static_cast(offsetof(DrawingSettings_t3DA1A01D2B97D79DCF2205DDC9363DFDB97E890D, ___shaderPassNames_2)); } inline U3CshaderPassNamesU3Ee__FixedBuffer_tD1B82F2532DDB17723F27AB236D1A65F0A635DAF get_shaderPassNames_2() const { return ___shaderPassNames_2; } inline U3CshaderPassNamesU3Ee__FixedBuffer_tD1B82F2532DDB17723F27AB236D1A65F0A635DAF * get_address_of_shaderPassNames_2() { return &___shaderPassNames_2; } inline void set_shaderPassNames_2(U3CshaderPassNamesU3Ee__FixedBuffer_tD1B82F2532DDB17723F27AB236D1A65F0A635DAF value) { ___shaderPassNames_2 = value; } inline static int32_t get_offset_of_m_PerObjectData_3() { return static_cast(offsetof(DrawingSettings_t3DA1A01D2B97D79DCF2205DDC9363DFDB97E890D, ___m_PerObjectData_3)); } inline int32_t get_m_PerObjectData_3() const { return ___m_PerObjectData_3; } inline int32_t* get_address_of_m_PerObjectData_3() { return &___m_PerObjectData_3; } inline void set_m_PerObjectData_3(int32_t value) { ___m_PerObjectData_3 = value; } inline static int32_t get_offset_of_m_Flags_4() { return static_cast(offsetof(DrawingSettings_t3DA1A01D2B97D79DCF2205DDC9363DFDB97E890D, ___m_Flags_4)); } inline int32_t get_m_Flags_4() const { return ___m_Flags_4; } inline int32_t* get_address_of_m_Flags_4() { return &___m_Flags_4; } inline void set_m_Flags_4(int32_t value) { ___m_Flags_4 = value; } inline static int32_t get_offset_of_m_OverrideMaterialInstanceId_5() { return static_cast(offsetof(DrawingSettings_t3DA1A01D2B97D79DCF2205DDC9363DFDB97E890D, ___m_OverrideMaterialInstanceId_5)); } inline int32_t get_m_OverrideMaterialInstanceId_5() const { return ___m_OverrideMaterialInstanceId_5; } inline int32_t* get_address_of_m_OverrideMaterialInstanceId_5() { return &___m_OverrideMaterialInstanceId_5; } inline void set_m_OverrideMaterialInstanceId_5(int32_t value) { ___m_OverrideMaterialInstanceId_5 = value; } inline static int32_t get_offset_of_m_OverrideMaterialPassIndex_6() { return static_cast(offsetof(DrawingSettings_t3DA1A01D2B97D79DCF2205DDC9363DFDB97E890D, ___m_OverrideMaterialPassIndex_6)); } inline int32_t get_m_OverrideMaterialPassIndex_6() const { return ___m_OverrideMaterialPassIndex_6; } inline int32_t* get_address_of_m_OverrideMaterialPassIndex_6() { return &___m_OverrideMaterialPassIndex_6; } inline void set_m_OverrideMaterialPassIndex_6(int32_t value) { ___m_OverrideMaterialPassIndex_6 = value; } inline static int32_t get_offset_of_m_MainLightIndex_7() { return static_cast(offsetof(DrawingSettings_t3DA1A01D2B97D79DCF2205DDC9363DFDB97E890D, ___m_MainLightIndex_7)); } inline int32_t get_m_MainLightIndex_7() const { return ___m_MainLightIndex_7; } inline int32_t* get_address_of_m_MainLightIndex_7() { return &___m_MainLightIndex_7; } inline void set_m_MainLightIndex_7(int32_t value) { ___m_MainLightIndex_7 = value; } inline static int32_t get_offset_of_m_UseSrpBatcher_8() { return static_cast(offsetof(DrawingSettings_t3DA1A01D2B97D79DCF2205DDC9363DFDB97E890D, ___m_UseSrpBatcher_8)); } inline int32_t get_m_UseSrpBatcher_8() const { return ___m_UseSrpBatcher_8; } inline int32_t* get_address_of_m_UseSrpBatcher_8() { return &___m_UseSrpBatcher_8; } inline void set_m_UseSrpBatcher_8(int32_t value) { ___m_UseSrpBatcher_8 = value; } }; // UnityEngine.InputSystem.Users.InputUser struct InputUser_t24563658CE23969C25DE4C0BF21F192443AE379A { public: // System.UInt32 UnityEngine.InputSystem.Users.InputUser::m_Id uint32_t ___m_Id_1; public: inline static int32_t get_offset_of_m_Id_1() { return static_cast(offsetof(InputUser_t24563658CE23969C25DE4C0BF21F192443AE379A, ___m_Id_1)); } inline uint32_t get_m_Id_1() const { return ___m_Id_1; } inline uint32_t* get_address_of_m_Id_1() { return &___m_Id_1; } inline void set_m_Id_1(uint32_t value) { ___m_Id_1 = value; } }; // System.InvalidCastException struct InvalidCastException_tD99F9FF94C3859C78E90F68C2F77A1558BCAF463 : public SystemException_tC551B4D6EE3772B5F32C71EE8C719F4B43ECCC62 { public: public: }; // System.InvalidOperationException struct InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB : public SystemException_tC551B4D6EE3772B5F32C71EE8C719F4B43ECCC62 { public: public: }; // System.Collections.Generic.KeyNotFoundException struct KeyNotFoundException_t0A3BE653F7FA27DEA1C91C2FB3DAA6C8D0CBB952 : public SystemException_tC551B4D6EE3772B5F32C71EE8C719F4B43ECCC62 { public: public: }; // UnityEngine.InputSystem.Utilities.NamedValue struct NamedValue_t5AB4CF64C63DEAC2470566CAFCE9571D88D18077 { public: // System.String UnityEngine.InputSystem.Utilities.NamedValue::k__BackingField String_t* ___U3CnameU3Ek__BackingField_1; // UnityEngine.InputSystem.Utilities.PrimitiveValue UnityEngine.InputSystem.Utilities.NamedValue::k__BackingField PrimitiveValue_t70D8365A1CB2217C466D27D6820362EF4331A0C8 ___U3CvalueU3Ek__BackingField_2; public: inline static int32_t get_offset_of_U3CnameU3Ek__BackingField_1() { return static_cast(offsetof(NamedValue_t5AB4CF64C63DEAC2470566CAFCE9571D88D18077, ___U3CnameU3Ek__BackingField_1)); } inline String_t* get_U3CnameU3Ek__BackingField_1() const { return ___U3CnameU3Ek__BackingField_1; } inline String_t** get_address_of_U3CnameU3Ek__BackingField_1() { return &___U3CnameU3Ek__BackingField_1; } inline void set_U3CnameU3Ek__BackingField_1(String_t* value) { ___U3CnameU3Ek__BackingField_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CnameU3Ek__BackingField_1), (void*)value); } inline static int32_t get_offset_of_U3CvalueU3Ek__BackingField_2() { return static_cast(offsetof(NamedValue_t5AB4CF64C63DEAC2470566CAFCE9571D88D18077, ___U3CvalueU3Ek__BackingField_2)); } inline PrimitiveValue_t70D8365A1CB2217C466D27D6820362EF4331A0C8 get_U3CvalueU3Ek__BackingField_2() const { return ___U3CvalueU3Ek__BackingField_2; } inline PrimitiveValue_t70D8365A1CB2217C466D27D6820362EF4331A0C8 * get_address_of_U3CvalueU3Ek__BackingField_2() { return &___U3CvalueU3Ek__BackingField_2; } inline void set_U3CvalueU3Ek__BackingField_2(PrimitiveValue_t70D8365A1CB2217C466D27D6820362EF4331A0C8 value) { ___U3CvalueU3Ek__BackingField_2 = value; } }; // Native definition for P/Invoke marshalling of UnityEngine.InputSystem.Utilities.NamedValue struct NamedValue_t5AB4CF64C63DEAC2470566CAFCE9571D88D18077_marshaled_pinvoke { char* ___U3CnameU3Ek__BackingField_1; PrimitiveValue_t70D8365A1CB2217C466D27D6820362EF4331A0C8_marshaled_pinvoke ___U3CvalueU3Ek__BackingField_2; }; // Native definition for COM marshalling of UnityEngine.InputSystem.Utilities.NamedValue struct NamedValue_t5AB4CF64C63DEAC2470566CAFCE9571D88D18077_marshaled_com { Il2CppChar* ___U3CnameU3Ek__BackingField_1; PrimitiveValue_t70D8365A1CB2217C466D27D6820362EF4331A0C8_marshaled_com ___U3CvalueU3Ek__BackingField_2; }; // UnityEngine.InputSystem.UI.PointerModel struct PointerModel_t694B1146EE8307E8A4F003672E846E61E442860B { public: // System.Boolean UnityEngine.InputSystem.UI.PointerModel::changedThisFrame bool ___changedThisFrame_0; // UnityEngine.InputSystem.UI.PointerModel/ButtonState UnityEngine.InputSystem.UI.PointerModel::leftButton ButtonState_t051AA0F63F64852E1D9DD37D6B7A413B3F779D42 ___leftButton_1; // UnityEngine.InputSystem.UI.PointerModel/ButtonState UnityEngine.InputSystem.UI.PointerModel::rightButton ButtonState_t051AA0F63F64852E1D9DD37D6B7A413B3F779D42 ___rightButton_2; // UnityEngine.InputSystem.UI.PointerModel/ButtonState UnityEngine.InputSystem.UI.PointerModel::middleButton ButtonState_t051AA0F63F64852E1D9DD37D6B7A413B3F779D42 ___middleButton_3; // UnityEngine.InputSystem.UI.ExtendedPointerEventData UnityEngine.InputSystem.UI.PointerModel::eventData ExtendedPointerEventData_t92C1900C127BAADC044F56930EC40BF048DF5457 * ___eventData_4; // UnityEngine.Vector2 UnityEngine.InputSystem.UI.PointerModel::m_ScreenPosition Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 ___m_ScreenPosition_5; // UnityEngine.Vector2 UnityEngine.InputSystem.UI.PointerModel::m_ScrollDelta Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 ___m_ScrollDelta_6; // UnityEngine.Vector3 UnityEngine.InputSystem.UI.PointerModel::m_WorldPosition Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___m_WorldPosition_7; // UnityEngine.Quaternion UnityEngine.InputSystem.UI.PointerModel::m_WorldOrientation Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 ___m_WorldOrientation_8; // System.Single UnityEngine.InputSystem.UI.PointerModel::m_Pressure float ___m_Pressure_9; // System.Single UnityEngine.InputSystem.UI.PointerModel::m_AzimuthAngle float ___m_AzimuthAngle_10; // System.Single UnityEngine.InputSystem.UI.PointerModel::m_AltitudeAngle float ___m_AltitudeAngle_11; // System.Single UnityEngine.InputSystem.UI.PointerModel::m_Twist float ___m_Twist_12; // UnityEngine.Vector2 UnityEngine.InputSystem.UI.PointerModel::m_Radius Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 ___m_Radius_13; public: inline static int32_t get_offset_of_changedThisFrame_0() { return static_cast(offsetof(PointerModel_t694B1146EE8307E8A4F003672E846E61E442860B, ___changedThisFrame_0)); } inline bool get_changedThisFrame_0() const { return ___changedThisFrame_0; } inline bool* get_address_of_changedThisFrame_0() { return &___changedThisFrame_0; } inline void set_changedThisFrame_0(bool value) { ___changedThisFrame_0 = value; } inline static int32_t get_offset_of_leftButton_1() { return static_cast(offsetof(PointerModel_t694B1146EE8307E8A4F003672E846E61E442860B, ___leftButton_1)); } inline ButtonState_t051AA0F63F64852E1D9DD37D6B7A413B3F779D42 get_leftButton_1() const { return ___leftButton_1; } inline ButtonState_t051AA0F63F64852E1D9DD37D6B7A413B3F779D42 * get_address_of_leftButton_1() { return &___leftButton_1; } inline void set_leftButton_1(ButtonState_t051AA0F63F64852E1D9DD37D6B7A413B3F779D42 value) { ___leftButton_1 = value; Il2CppCodeGenWriteBarrier((void**)&((&(((&___leftButton_1))->___m_PressRaycast_3))->___m_GameObject_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&(((&___leftButton_1))->___m_PressRaycast_3))->___module_1), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___leftButton_1))->___m_PressObject_4), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___leftButton_1))->___m_RawPressObject_5), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___leftButton_1))->___m_LastPressObject_6), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___leftButton_1))->___m_DragObject_7), (void*)NULL); #endif } inline static int32_t get_offset_of_rightButton_2() { return static_cast(offsetof(PointerModel_t694B1146EE8307E8A4F003672E846E61E442860B, ___rightButton_2)); } inline ButtonState_t051AA0F63F64852E1D9DD37D6B7A413B3F779D42 get_rightButton_2() const { return ___rightButton_2; } inline ButtonState_t051AA0F63F64852E1D9DD37D6B7A413B3F779D42 * get_address_of_rightButton_2() { return &___rightButton_2; } inline void set_rightButton_2(ButtonState_t051AA0F63F64852E1D9DD37D6B7A413B3F779D42 value) { ___rightButton_2 = value; Il2CppCodeGenWriteBarrier((void**)&((&(((&___rightButton_2))->___m_PressRaycast_3))->___m_GameObject_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&(((&___rightButton_2))->___m_PressRaycast_3))->___module_1), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___rightButton_2))->___m_PressObject_4), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___rightButton_2))->___m_RawPressObject_5), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___rightButton_2))->___m_LastPressObject_6), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___rightButton_2))->___m_DragObject_7), (void*)NULL); #endif } inline static int32_t get_offset_of_middleButton_3() { return static_cast(offsetof(PointerModel_t694B1146EE8307E8A4F003672E846E61E442860B, ___middleButton_3)); } inline ButtonState_t051AA0F63F64852E1D9DD37D6B7A413B3F779D42 get_middleButton_3() const { return ___middleButton_3; } inline ButtonState_t051AA0F63F64852E1D9DD37D6B7A413B3F779D42 * get_address_of_middleButton_3() { return &___middleButton_3; } inline void set_middleButton_3(ButtonState_t051AA0F63F64852E1D9DD37D6B7A413B3F779D42 value) { ___middleButton_3 = value; Il2CppCodeGenWriteBarrier((void**)&((&(((&___middleButton_3))->___m_PressRaycast_3))->___m_GameObject_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&(((&___middleButton_3))->___m_PressRaycast_3))->___module_1), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___middleButton_3))->___m_PressObject_4), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___middleButton_3))->___m_RawPressObject_5), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___middleButton_3))->___m_LastPressObject_6), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___middleButton_3))->___m_DragObject_7), (void*)NULL); #endif } inline static int32_t get_offset_of_eventData_4() { return static_cast(offsetof(PointerModel_t694B1146EE8307E8A4F003672E846E61E442860B, ___eventData_4)); } inline ExtendedPointerEventData_t92C1900C127BAADC044F56930EC40BF048DF5457 * get_eventData_4() const { return ___eventData_4; } inline ExtendedPointerEventData_t92C1900C127BAADC044F56930EC40BF048DF5457 ** get_address_of_eventData_4() { return &___eventData_4; } inline void set_eventData_4(ExtendedPointerEventData_t92C1900C127BAADC044F56930EC40BF048DF5457 * value) { ___eventData_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___eventData_4), (void*)value); } inline static int32_t get_offset_of_m_ScreenPosition_5() { return static_cast(offsetof(PointerModel_t694B1146EE8307E8A4F003672E846E61E442860B, ___m_ScreenPosition_5)); } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 get_m_ScreenPosition_5() const { return ___m_ScreenPosition_5; } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 * get_address_of_m_ScreenPosition_5() { return &___m_ScreenPosition_5; } inline void set_m_ScreenPosition_5(Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 value) { ___m_ScreenPosition_5 = value; } inline static int32_t get_offset_of_m_ScrollDelta_6() { return static_cast(offsetof(PointerModel_t694B1146EE8307E8A4F003672E846E61E442860B, ___m_ScrollDelta_6)); } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 get_m_ScrollDelta_6() const { return ___m_ScrollDelta_6; } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 * get_address_of_m_ScrollDelta_6() { return &___m_ScrollDelta_6; } inline void set_m_ScrollDelta_6(Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 value) { ___m_ScrollDelta_6 = value; } inline static int32_t get_offset_of_m_WorldPosition_7() { return static_cast(offsetof(PointerModel_t694B1146EE8307E8A4F003672E846E61E442860B, ___m_WorldPosition_7)); } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E get_m_WorldPosition_7() const { return ___m_WorldPosition_7; } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * get_address_of_m_WorldPosition_7() { return &___m_WorldPosition_7; } inline void set_m_WorldPosition_7(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E value) { ___m_WorldPosition_7 = value; } inline static int32_t get_offset_of_m_WorldOrientation_8() { return static_cast(offsetof(PointerModel_t694B1146EE8307E8A4F003672E846E61E442860B, ___m_WorldOrientation_8)); } inline Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 get_m_WorldOrientation_8() const { return ___m_WorldOrientation_8; } inline Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 * get_address_of_m_WorldOrientation_8() { return &___m_WorldOrientation_8; } inline void set_m_WorldOrientation_8(Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 value) { ___m_WorldOrientation_8 = value; } inline static int32_t get_offset_of_m_Pressure_9() { return static_cast(offsetof(PointerModel_t694B1146EE8307E8A4F003672E846E61E442860B, ___m_Pressure_9)); } inline float get_m_Pressure_9() const { return ___m_Pressure_9; } inline float* get_address_of_m_Pressure_9() { return &___m_Pressure_9; } inline void set_m_Pressure_9(float value) { ___m_Pressure_9 = value; } inline static int32_t get_offset_of_m_AzimuthAngle_10() { return static_cast(offsetof(PointerModel_t694B1146EE8307E8A4F003672E846E61E442860B, ___m_AzimuthAngle_10)); } inline float get_m_AzimuthAngle_10() const { return ___m_AzimuthAngle_10; } inline float* get_address_of_m_AzimuthAngle_10() { return &___m_AzimuthAngle_10; } inline void set_m_AzimuthAngle_10(float value) { ___m_AzimuthAngle_10 = value; } inline static int32_t get_offset_of_m_AltitudeAngle_11() { return static_cast(offsetof(PointerModel_t694B1146EE8307E8A4F003672E846E61E442860B, ___m_AltitudeAngle_11)); } inline float get_m_AltitudeAngle_11() const { return ___m_AltitudeAngle_11; } inline float* get_address_of_m_AltitudeAngle_11() { return &___m_AltitudeAngle_11; } inline void set_m_AltitudeAngle_11(float value) { ___m_AltitudeAngle_11 = value; } inline static int32_t get_offset_of_m_Twist_12() { return static_cast(offsetof(PointerModel_t694B1146EE8307E8A4F003672E846E61E442860B, ___m_Twist_12)); } inline float get_m_Twist_12() const { return ___m_Twist_12; } inline float* get_address_of_m_Twist_12() { return &___m_Twist_12; } inline void set_m_Twist_12(float value) { ___m_Twist_12 = value; } inline static int32_t get_offset_of_m_Radius_13() { return static_cast(offsetof(PointerModel_t694B1146EE8307E8A4F003672E846E61E442860B, ___m_Radius_13)); } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 get_m_Radius_13() const { return ___m_Radius_13; } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 * get_address_of_m_Radius_13() { return &___m_Radius_13; } inline void set_m_Radius_13(Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 value) { ___m_Radius_13 = value; } }; // Native definition for P/Invoke marshalling of UnityEngine.InputSystem.UI.PointerModel struct PointerModel_t694B1146EE8307E8A4F003672E846E61E442860B_marshaled_pinvoke { int32_t ___changedThisFrame_0; ButtonState_t051AA0F63F64852E1D9DD37D6B7A413B3F779D42_marshaled_pinvoke ___leftButton_1; ButtonState_t051AA0F63F64852E1D9DD37D6B7A413B3F779D42_marshaled_pinvoke ___rightButton_2; ButtonState_t051AA0F63F64852E1D9DD37D6B7A413B3F779D42_marshaled_pinvoke ___middleButton_3; ExtendedPointerEventData_t92C1900C127BAADC044F56930EC40BF048DF5457 * ___eventData_4; Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 ___m_ScreenPosition_5; Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 ___m_ScrollDelta_6; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___m_WorldPosition_7; Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 ___m_WorldOrientation_8; float ___m_Pressure_9; float ___m_AzimuthAngle_10; float ___m_AltitudeAngle_11; float ___m_Twist_12; Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 ___m_Radius_13; }; // Native definition for COM marshalling of UnityEngine.InputSystem.UI.PointerModel struct PointerModel_t694B1146EE8307E8A4F003672E846E61E442860B_marshaled_com { int32_t ___changedThisFrame_0; ButtonState_t051AA0F63F64852E1D9DD37D6B7A413B3F779D42_marshaled_com ___leftButton_1; ButtonState_t051AA0F63F64852E1D9DD37D6B7A413B3F779D42_marshaled_com ___rightButton_2; ButtonState_t051AA0F63F64852E1D9DD37D6B7A413B3F779D42_marshaled_com ___middleButton_3; ExtendedPointerEventData_t92C1900C127BAADC044F56930EC40BF048DF5457 * ___eventData_4; Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 ___m_ScreenPosition_5; Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 ___m_ScrollDelta_6; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___m_WorldPosition_7; Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 ___m_WorldOrientation_8; float ___m_Pressure_9; float ___m_AzimuthAngle_10; float ___m_AltitudeAngle_11; float ___m_Twist_12; Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 ___m_Radius_13; }; // CrazyMinnow.SALSA.QueueData struct QueueData_t763FF68F31C75CE4AED3076335CBB8255CE00B08 { public: // CrazyMinnow.SALSA.QueueExpressionComponent CrazyMinnow.SALSA.QueueData::queueExpressionComponent QueueExpressionComponent_tC7718AE4502BCBF3E2697785D1F6CCBD33DB4376 ___queueExpressionComponent_0; // System.Single CrazyMinnow.SALSA.QueueData::lerpProgress float ___lerpProgress_1; // System.Single CrazyMinnow.SALSA.QueueData::startTime float ___startTime_2; // System.Boolean CrazyMinnow.SALSA.QueueData::isActivating bool ___isActivating_3; // System.Int32 CrazyMinnow.SALSA.QueueData::itemID int32_t ___itemID_4; public: inline static int32_t get_offset_of_queueExpressionComponent_0() { return static_cast(offsetof(QueueData_t763FF68F31C75CE4AED3076335CBB8255CE00B08, ___queueExpressionComponent_0)); } inline QueueExpressionComponent_tC7718AE4502BCBF3E2697785D1F6CCBD33DB4376 get_queueExpressionComponent_0() const { return ___queueExpressionComponent_0; } inline QueueExpressionComponent_tC7718AE4502BCBF3E2697785D1F6CCBD33DB4376 * get_address_of_queueExpressionComponent_0() { return &___queueExpressionComponent_0; } inline void set_queueExpressionComponent_0(QueueExpressionComponent_tC7718AE4502BCBF3E2697785D1F6CCBD33DB4376 value) { ___queueExpressionComponent_0 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___queueExpressionComponent_0))->___controller_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___queueExpressionComponent_0))->___name_12), (void*)NULL); #endif } inline static int32_t get_offset_of_lerpProgress_1() { return static_cast(offsetof(QueueData_t763FF68F31C75CE4AED3076335CBB8255CE00B08, ___lerpProgress_1)); } inline float get_lerpProgress_1() const { return ___lerpProgress_1; } inline float* get_address_of_lerpProgress_1() { return &___lerpProgress_1; } inline void set_lerpProgress_1(float value) { ___lerpProgress_1 = value; } inline static int32_t get_offset_of_startTime_2() { return static_cast(offsetof(QueueData_t763FF68F31C75CE4AED3076335CBB8255CE00B08, ___startTime_2)); } inline float get_startTime_2() const { return ___startTime_2; } inline float* get_address_of_startTime_2() { return &___startTime_2; } inline void set_startTime_2(float value) { ___startTime_2 = value; } inline static int32_t get_offset_of_isActivating_3() { return static_cast(offsetof(QueueData_t763FF68F31C75CE4AED3076335CBB8255CE00B08, ___isActivating_3)); } inline bool get_isActivating_3() const { return ___isActivating_3; } inline bool* get_address_of_isActivating_3() { return &___isActivating_3; } inline void set_isActivating_3(bool value) { ___isActivating_3 = value; } inline static int32_t get_offset_of_itemID_4() { return static_cast(offsetof(QueueData_t763FF68F31C75CE4AED3076335CBB8255CE00B08, ___itemID_4)); } inline int32_t get_itemID_4() const { return ___itemID_4; } inline int32_t* get_address_of_itemID_4() { return &___itemID_4; } inline void set_itemID_4(int32_t value) { ___itemID_4 = value; } }; // Native definition for P/Invoke marshalling of CrazyMinnow.SALSA.QueueData struct QueueData_t763FF68F31C75CE4AED3076335CBB8255CE00B08_marshaled_pinvoke { QueueExpressionComponent_tC7718AE4502BCBF3E2697785D1F6CCBD33DB4376_marshaled_pinvoke ___queueExpressionComponent_0; float ___lerpProgress_1; float ___startTime_2; int32_t ___isActivating_3; int32_t ___itemID_4; }; // Native definition for COM marshalling of CrazyMinnow.SALSA.QueueData struct QueueData_t763FF68F31C75CE4AED3076335CBB8255CE00B08_marshaled_com { QueueExpressionComponent_tC7718AE4502BCBF3E2697785D1F6CCBD33DB4376_marshaled_com ___queueExpressionComponent_0; float ___lerpProgress_1; float ___startTime_2; int32_t ___isActivating_3; int32_t ___itemID_4; }; // UnityEngine.Rendering.RenderStateBlock struct RenderStateBlock_tF93A39FEEF559096371ABBB792D58DFF892C240D { public: // UnityEngine.Rendering.BlendState UnityEngine.Rendering.RenderStateBlock::m_BlendState BlendState_t09DFE151438C901F8F49E436A9C3AFFE7B4BBF34 ___m_BlendState_0; // UnityEngine.Rendering.RasterState UnityEngine.Rendering.RenderStateBlock::m_RasterState RasterState_tCE938359A754790604BA6BDF3A2C688A691D0B9E ___m_RasterState_1; // UnityEngine.Rendering.DepthState UnityEngine.Rendering.RenderStateBlock::m_DepthState DepthState_t5EED2586BDDA2B0B997E9B5CBBFCE5B59108E4EA ___m_DepthState_2; // UnityEngine.Rendering.StencilState UnityEngine.Rendering.RenderStateBlock::m_StencilState StencilState_tB28C694E61104FAA8E48C56B6604DCA7911DB007 ___m_StencilState_3; // System.Int32 UnityEngine.Rendering.RenderStateBlock::m_StencilReference int32_t ___m_StencilReference_4; // UnityEngine.Rendering.RenderStateMask UnityEngine.Rendering.RenderStateBlock::m_Mask int32_t ___m_Mask_5; public: inline static int32_t get_offset_of_m_BlendState_0() { return static_cast(offsetof(RenderStateBlock_tF93A39FEEF559096371ABBB792D58DFF892C240D, ___m_BlendState_0)); } inline BlendState_t09DFE151438C901F8F49E436A9C3AFFE7B4BBF34 get_m_BlendState_0() const { return ___m_BlendState_0; } inline BlendState_t09DFE151438C901F8F49E436A9C3AFFE7B4BBF34 * get_address_of_m_BlendState_0() { return &___m_BlendState_0; } inline void set_m_BlendState_0(BlendState_t09DFE151438C901F8F49E436A9C3AFFE7B4BBF34 value) { ___m_BlendState_0 = value; } inline static int32_t get_offset_of_m_RasterState_1() { return static_cast(offsetof(RenderStateBlock_tF93A39FEEF559096371ABBB792D58DFF892C240D, ___m_RasterState_1)); } inline RasterState_tCE938359A754790604BA6BDF3A2C688A691D0B9E get_m_RasterState_1() const { return ___m_RasterState_1; } inline RasterState_tCE938359A754790604BA6BDF3A2C688A691D0B9E * get_address_of_m_RasterState_1() { return &___m_RasterState_1; } inline void set_m_RasterState_1(RasterState_tCE938359A754790604BA6BDF3A2C688A691D0B9E value) { ___m_RasterState_1 = value; } inline static int32_t get_offset_of_m_DepthState_2() { return static_cast(offsetof(RenderStateBlock_tF93A39FEEF559096371ABBB792D58DFF892C240D, ___m_DepthState_2)); } inline DepthState_t5EED2586BDDA2B0B997E9B5CBBFCE5B59108E4EA get_m_DepthState_2() const { return ___m_DepthState_2; } inline DepthState_t5EED2586BDDA2B0B997E9B5CBBFCE5B59108E4EA * get_address_of_m_DepthState_2() { return &___m_DepthState_2; } inline void set_m_DepthState_2(DepthState_t5EED2586BDDA2B0B997E9B5CBBFCE5B59108E4EA value) { ___m_DepthState_2 = value; } inline static int32_t get_offset_of_m_StencilState_3() { return static_cast(offsetof(RenderStateBlock_tF93A39FEEF559096371ABBB792D58DFF892C240D, ___m_StencilState_3)); } inline StencilState_tB28C694E61104FAA8E48C56B6604DCA7911DB007 get_m_StencilState_3() const { return ___m_StencilState_3; } inline StencilState_tB28C694E61104FAA8E48C56B6604DCA7911DB007 * get_address_of_m_StencilState_3() { return &___m_StencilState_3; } inline void set_m_StencilState_3(StencilState_tB28C694E61104FAA8E48C56B6604DCA7911DB007 value) { ___m_StencilState_3 = value; } inline static int32_t get_offset_of_m_StencilReference_4() { return static_cast(offsetof(RenderStateBlock_tF93A39FEEF559096371ABBB792D58DFF892C240D, ___m_StencilReference_4)); } inline int32_t get_m_StencilReference_4() const { return ___m_StencilReference_4; } inline int32_t* get_address_of_m_StencilReference_4() { return &___m_StencilReference_4; } inline void set_m_StencilReference_4(int32_t value) { ___m_StencilReference_4 = value; } inline static int32_t get_offset_of_m_Mask_5() { return static_cast(offsetof(RenderStateBlock_tF93A39FEEF559096371ABBB792D58DFF892C240D, ___m_Mask_5)); } inline int32_t get_m_Mask_5() const { return ___m_Mask_5; } inline int32_t* get_address_of_m_Mask_5() { return &___m_Mask_5; } inline void set_m_Mask_5(int32_t value) { ___m_Mask_5 = value; } }; // UnityEngine.Rendering.Universal.RenderTargetHandle struct RenderTargetHandle_tF1A0604007691ECF29A9F58D2EB48A516B9A9E7C { public: // System.Int32 UnityEngine.Rendering.Universal.RenderTargetHandle::k__BackingField int32_t ___U3CidU3Ek__BackingField_0; // UnityEngine.Rendering.RenderTargetIdentifier UnityEngine.Rendering.Universal.RenderTargetHandle::k__BackingField RenderTargetIdentifier_t70F41F3016FFCC4AAF4D7C57F280818114534C13 ___U3CrtidU3Ek__BackingField_1; public: inline static int32_t get_offset_of_U3CidU3Ek__BackingField_0() { return static_cast(offsetof(RenderTargetHandle_tF1A0604007691ECF29A9F58D2EB48A516B9A9E7C, ___U3CidU3Ek__BackingField_0)); } inline int32_t get_U3CidU3Ek__BackingField_0() const { return ___U3CidU3Ek__BackingField_0; } inline int32_t* get_address_of_U3CidU3Ek__BackingField_0() { return &___U3CidU3Ek__BackingField_0; } inline void set_U3CidU3Ek__BackingField_0(int32_t value) { ___U3CidU3Ek__BackingField_0 = value; } inline static int32_t get_offset_of_U3CrtidU3Ek__BackingField_1() { return static_cast(offsetof(RenderTargetHandle_tF1A0604007691ECF29A9F58D2EB48A516B9A9E7C, ___U3CrtidU3Ek__BackingField_1)); } inline RenderTargetIdentifier_t70F41F3016FFCC4AAF4D7C57F280818114534C13 get_U3CrtidU3Ek__BackingField_1() const { return ___U3CrtidU3Ek__BackingField_1; } inline RenderTargetIdentifier_t70F41F3016FFCC4AAF4D7C57F280818114534C13 * get_address_of_U3CrtidU3Ek__BackingField_1() { return &___U3CrtidU3Ek__BackingField_1; } inline void set_U3CrtidU3Ek__BackingField_1(RenderTargetIdentifier_t70F41F3016FFCC4AAF4D7C57F280818114534C13 value) { ___U3CrtidU3Ek__BackingField_1 = value; } }; // System.Runtime.Serialization.SerializationException struct SerializationException_tDB38C13A2ABF407C381E3F332D197AC1AD097A92 : public SystemException_tC551B4D6EE3772B5F32C71EE8C719F4B43ECCC62 { public: public: }; // UnityEngine.Experimental.Rendering.RenderGraphModule.TextureHandle struct TextureHandle_t01171C911231B22E81C764E167D04409E293729C { public: // UnityEngine.Experimental.Rendering.RenderGraphModule.ResourceHandle UnityEngine.Experimental.Rendering.RenderGraphModule.TextureHandle::handle ResourceHandle_t671576C75E4BF9E42997795BD60D96FCA88AB948 ___handle_1; public: inline static int32_t get_offset_of_handle_1() { return static_cast(offsetof(TextureHandle_t01171C911231B22E81C764E167D04409E293729C, ___handle_1)); } inline ResourceHandle_t671576C75E4BF9E42997795BD60D96FCA88AB948 get_handle_1() const { return ___handle_1; } inline ResourceHandle_t671576C75E4BF9E42997795BD60D96FCA88AB948 * get_address_of_handle_1() { return &___handle_1; } inline void set_handle_1(ResourceHandle_t671576C75E4BF9E42997795BD60D96FCA88AB948 value) { ___handle_1 = value; } }; // UnityEngine.Timeline.AnimationOutputWeightProcessor/WeightInfo struct WeightInfo_t251340617EC51F7E375DDE27FD235DBB045434AA { public: // UnityEngine.Playables.Playable UnityEngine.Timeline.AnimationOutputWeightProcessor/WeightInfo::mixer Playable_tC24692CDD1DD8F1D5C646035A76D2830A70214E2 ___mixer_0; // UnityEngine.Playables.Playable UnityEngine.Timeline.AnimationOutputWeightProcessor/WeightInfo::parentMixer Playable_tC24692CDD1DD8F1D5C646035A76D2830A70214E2 ___parentMixer_1; // System.Int32 UnityEngine.Timeline.AnimationOutputWeightProcessor/WeightInfo::port int32_t ___port_2; public: inline static int32_t get_offset_of_mixer_0() { return static_cast(offsetof(WeightInfo_t251340617EC51F7E375DDE27FD235DBB045434AA, ___mixer_0)); } inline Playable_tC24692CDD1DD8F1D5C646035A76D2830A70214E2 get_mixer_0() const { return ___mixer_0; } inline Playable_tC24692CDD1DD8F1D5C646035A76D2830A70214E2 * get_address_of_mixer_0() { return &___mixer_0; } inline void set_mixer_0(Playable_tC24692CDD1DD8F1D5C646035A76D2830A70214E2 value) { ___mixer_0 = value; } inline static int32_t get_offset_of_parentMixer_1() { return static_cast(offsetof(WeightInfo_t251340617EC51F7E375DDE27FD235DBB045434AA, ___parentMixer_1)); } inline Playable_tC24692CDD1DD8F1D5C646035A76D2830A70214E2 get_parentMixer_1() const { return ___parentMixer_1; } inline Playable_tC24692CDD1DD8F1D5C646035A76D2830A70214E2 * get_address_of_parentMixer_1() { return &___parentMixer_1; } inline void set_parentMixer_1(Playable_tC24692CDD1DD8F1D5C646035A76D2830A70214E2 value) { ___parentMixer_1 = value; } inline static int32_t get_offset_of_port_2() { return static_cast(offsetof(WeightInfo_t251340617EC51F7E375DDE27FD235DBB045434AA, ___port_2)); } inline int32_t get_port_2() const { return ___port_2; } inline int32_t* get_address_of_port_2() { return &___port_2; } inline void set_port_2(int32_t value) { ___port_2 = value; } }; // UnityEngine.InputSystem.InputActionRebindingExtensions/ParameterOverride struct ParameterOverride_tCD42C8DD25FE1912FF804959CF14F31924FB5DD7 { public: // System.String UnityEngine.InputSystem.InputActionRebindingExtensions/ParameterOverride::objectRegistrationName String_t* ___objectRegistrationName_0; // System.String UnityEngine.InputSystem.InputActionRebindingExtensions/ParameterOverride::parameter String_t* ___parameter_1; // UnityEngine.InputSystem.InputBinding UnityEngine.InputSystem.InputActionRebindingExtensions/ParameterOverride::bindingMask InputBinding_t95FC40907C92DDB8F118F0062BE49C22ADF28FFB ___bindingMask_2; // UnityEngine.InputSystem.Utilities.PrimitiveValue UnityEngine.InputSystem.InputActionRebindingExtensions/ParameterOverride::value PrimitiveValue_t70D8365A1CB2217C466D27D6820362EF4331A0C8 ___value_3; public: inline static int32_t get_offset_of_objectRegistrationName_0() { return static_cast(offsetof(ParameterOverride_tCD42C8DD25FE1912FF804959CF14F31924FB5DD7, ___objectRegistrationName_0)); } inline String_t* get_objectRegistrationName_0() const { return ___objectRegistrationName_0; } inline String_t** get_address_of_objectRegistrationName_0() { return &___objectRegistrationName_0; } inline void set_objectRegistrationName_0(String_t* value) { ___objectRegistrationName_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___objectRegistrationName_0), (void*)value); } inline static int32_t get_offset_of_parameter_1() { return static_cast(offsetof(ParameterOverride_tCD42C8DD25FE1912FF804959CF14F31924FB5DD7, ___parameter_1)); } inline String_t* get_parameter_1() const { return ___parameter_1; } inline String_t** get_address_of_parameter_1() { return &___parameter_1; } inline void set_parameter_1(String_t* value) { ___parameter_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___parameter_1), (void*)value); } inline static int32_t get_offset_of_bindingMask_2() { return static_cast(offsetof(ParameterOverride_tCD42C8DD25FE1912FF804959CF14F31924FB5DD7, ___bindingMask_2)); } inline InputBinding_t95FC40907C92DDB8F118F0062BE49C22ADF28FFB get_bindingMask_2() const { return ___bindingMask_2; } inline InputBinding_t95FC40907C92DDB8F118F0062BE49C22ADF28FFB * get_address_of_bindingMask_2() { return &___bindingMask_2; } inline void set_bindingMask_2(InputBinding_t95FC40907C92DDB8F118F0062BE49C22ADF28FFB value) { ___bindingMask_2 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___bindingMask_2))->___m_Name_2), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___bindingMask_2))->___m_Id_3), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___bindingMask_2))->___m_Path_4), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___bindingMask_2))->___m_Interactions_5), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___bindingMask_2))->___m_Processors_6), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___bindingMask_2))->___m_Groups_7), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___bindingMask_2))->___m_Action_8), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___bindingMask_2))->___m_OverridePath_10), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___bindingMask_2))->___m_OverrideInteractions_11), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___bindingMask_2))->___m_OverrideProcessors_12), (void*)NULL); #endif } inline static int32_t get_offset_of_value_3() { return static_cast(offsetof(ParameterOverride_tCD42C8DD25FE1912FF804959CF14F31924FB5DD7, ___value_3)); } inline PrimitiveValue_t70D8365A1CB2217C466D27D6820362EF4331A0C8 get_value_3() const { return ___value_3; } inline PrimitiveValue_t70D8365A1CB2217C466D27D6820362EF4331A0C8 * get_address_of_value_3() { return &___value_3; } inline void set_value_3(PrimitiveValue_t70D8365A1CB2217C466D27D6820362EF4331A0C8 value) { ___value_3 = value; } }; // Native definition for P/Invoke marshalling of UnityEngine.InputSystem.InputActionRebindingExtensions/ParameterOverride struct ParameterOverride_tCD42C8DD25FE1912FF804959CF14F31924FB5DD7_marshaled_pinvoke { char* ___objectRegistrationName_0; char* ___parameter_1; InputBinding_t95FC40907C92DDB8F118F0062BE49C22ADF28FFB_marshaled_pinvoke ___bindingMask_2; PrimitiveValue_t70D8365A1CB2217C466D27D6820362EF4331A0C8_marshaled_pinvoke ___value_3; }; // Native definition for COM marshalling of UnityEngine.InputSystem.InputActionRebindingExtensions/ParameterOverride struct ParameterOverride_tCD42C8DD25FE1912FF804959CF14F31924FB5DD7_marshaled_com { Il2CppChar* ___objectRegistrationName_0; Il2CppChar* ___parameter_1; InputBinding_t95FC40907C92DDB8F118F0062BE49C22ADF28FFB_marshaled_com ___bindingMask_2; PrimitiveValue_t70D8365A1CB2217C466D27D6820362EF4331A0C8_marshaled_com ___value_3; }; // UnityEngine.InputSystem.Layouts.InputControlLayout/ControlItem struct ControlItem_t88696CA6FA7E3E6EDBF31BD5A8994D959F583B15 { public: // UnityEngine.InputSystem.Utilities.InternedString UnityEngine.InputSystem.Layouts.InputControlLayout/ControlItem::k__BackingField InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED ___U3CnameU3Ek__BackingField_0; // UnityEngine.InputSystem.Utilities.InternedString UnityEngine.InputSystem.Layouts.InputControlLayout/ControlItem::k__BackingField InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED ___U3ClayoutU3Ek__BackingField_1; // UnityEngine.InputSystem.Utilities.InternedString UnityEngine.InputSystem.Layouts.InputControlLayout/ControlItem::k__BackingField InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED ___U3CvariantsU3Ek__BackingField_2; // System.String UnityEngine.InputSystem.Layouts.InputControlLayout/ControlItem::k__BackingField String_t* ___U3CuseStateFromU3Ek__BackingField_3; // System.String UnityEngine.InputSystem.Layouts.InputControlLayout/ControlItem::k__BackingField String_t* ___U3CdisplayNameU3Ek__BackingField_4; // System.String UnityEngine.InputSystem.Layouts.InputControlLayout/ControlItem::k__BackingField String_t* ___U3CshortDisplayNameU3Ek__BackingField_5; // UnityEngine.InputSystem.Utilities.ReadOnlyArray`1 UnityEngine.InputSystem.Layouts.InputControlLayout/ControlItem::k__BackingField ReadOnlyArray_1_t606E37DB0F1B75FCB4C4A029A0F6C2B4AE7DED75 ___U3CusagesU3Ek__BackingField_6; // UnityEngine.InputSystem.Utilities.ReadOnlyArray`1 UnityEngine.InputSystem.Layouts.InputControlLayout/ControlItem::k__BackingField ReadOnlyArray_1_t606E37DB0F1B75FCB4C4A029A0F6C2B4AE7DED75 ___U3CaliasesU3Ek__BackingField_7; // UnityEngine.InputSystem.Utilities.ReadOnlyArray`1 UnityEngine.InputSystem.Layouts.InputControlLayout/ControlItem::k__BackingField ReadOnlyArray_1_t644486DA5FB2B247FC64733F192E2894F46CFCF5 ___U3CparametersU3Ek__BackingField_8; // UnityEngine.InputSystem.Utilities.ReadOnlyArray`1 UnityEngine.InputSystem.Layouts.InputControlLayout/ControlItem::k__BackingField ReadOnlyArray_1_tC87F80F9582CEDF1B66B5875A22591316B710C6E ___U3CprocessorsU3Ek__BackingField_9; // System.UInt32 UnityEngine.InputSystem.Layouts.InputControlLayout/ControlItem::k__BackingField uint32_t ___U3CoffsetU3Ek__BackingField_10; // System.UInt32 UnityEngine.InputSystem.Layouts.InputControlLayout/ControlItem::k__BackingField uint32_t ___U3CbitU3Ek__BackingField_11; // System.UInt32 UnityEngine.InputSystem.Layouts.InputControlLayout/ControlItem::k__BackingField uint32_t ___U3CsizeInBitsU3Ek__BackingField_12; // UnityEngine.InputSystem.Utilities.FourCC UnityEngine.InputSystem.Layouts.InputControlLayout/ControlItem::k__BackingField FourCC_t8D38CDCEAD02FE53A6C2E9AF01354E4E5AB400A9 ___U3CformatU3Ek__BackingField_13; // UnityEngine.InputSystem.Layouts.InputControlLayout/ControlItem/Flags UnityEngine.InputSystem.Layouts.InputControlLayout/ControlItem::k__BackingField int32_t ___U3CflagsU3Ek__BackingField_14; // System.Int32 UnityEngine.InputSystem.Layouts.InputControlLayout/ControlItem::k__BackingField int32_t ___U3CarraySizeU3Ek__BackingField_15; // UnityEngine.InputSystem.Utilities.PrimitiveValue UnityEngine.InputSystem.Layouts.InputControlLayout/ControlItem::k__BackingField PrimitiveValue_t70D8365A1CB2217C466D27D6820362EF4331A0C8 ___U3CdefaultStateU3Ek__BackingField_16; // UnityEngine.InputSystem.Utilities.PrimitiveValue UnityEngine.InputSystem.Layouts.InputControlLayout/ControlItem::k__BackingField PrimitiveValue_t70D8365A1CB2217C466D27D6820362EF4331A0C8 ___U3CminValueU3Ek__BackingField_17; // UnityEngine.InputSystem.Utilities.PrimitiveValue UnityEngine.InputSystem.Layouts.InputControlLayout/ControlItem::k__BackingField PrimitiveValue_t70D8365A1CB2217C466D27D6820362EF4331A0C8 ___U3CmaxValueU3Ek__BackingField_18; public: inline static int32_t get_offset_of_U3CnameU3Ek__BackingField_0() { return static_cast(offsetof(ControlItem_t88696CA6FA7E3E6EDBF31BD5A8994D959F583B15, ___U3CnameU3Ek__BackingField_0)); } inline InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED get_U3CnameU3Ek__BackingField_0() const { return ___U3CnameU3Ek__BackingField_0; } inline InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED * get_address_of_U3CnameU3Ek__BackingField_0() { return &___U3CnameU3Ek__BackingField_0; } inline void set_U3CnameU3Ek__BackingField_0(InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED value) { ___U3CnameU3Ek__BackingField_0 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___U3CnameU3Ek__BackingField_0))->___m_StringOriginalCase_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___U3CnameU3Ek__BackingField_0))->___m_StringLowerCase_1), (void*)NULL); #endif } inline static int32_t get_offset_of_U3ClayoutU3Ek__BackingField_1() { return static_cast(offsetof(ControlItem_t88696CA6FA7E3E6EDBF31BD5A8994D959F583B15, ___U3ClayoutU3Ek__BackingField_1)); } inline InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED get_U3ClayoutU3Ek__BackingField_1() const { return ___U3ClayoutU3Ek__BackingField_1; } inline InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED * get_address_of_U3ClayoutU3Ek__BackingField_1() { return &___U3ClayoutU3Ek__BackingField_1; } inline void set_U3ClayoutU3Ek__BackingField_1(InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED value) { ___U3ClayoutU3Ek__BackingField_1 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___U3ClayoutU3Ek__BackingField_1))->___m_StringOriginalCase_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___U3ClayoutU3Ek__BackingField_1))->___m_StringLowerCase_1), (void*)NULL); #endif } inline static int32_t get_offset_of_U3CvariantsU3Ek__BackingField_2() { return static_cast(offsetof(ControlItem_t88696CA6FA7E3E6EDBF31BD5A8994D959F583B15, ___U3CvariantsU3Ek__BackingField_2)); } inline InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED get_U3CvariantsU3Ek__BackingField_2() const { return ___U3CvariantsU3Ek__BackingField_2; } inline InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED * get_address_of_U3CvariantsU3Ek__BackingField_2() { return &___U3CvariantsU3Ek__BackingField_2; } inline void set_U3CvariantsU3Ek__BackingField_2(InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED value) { ___U3CvariantsU3Ek__BackingField_2 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___U3CvariantsU3Ek__BackingField_2))->___m_StringOriginalCase_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___U3CvariantsU3Ek__BackingField_2))->___m_StringLowerCase_1), (void*)NULL); #endif } inline static int32_t get_offset_of_U3CuseStateFromU3Ek__BackingField_3() { return static_cast(offsetof(ControlItem_t88696CA6FA7E3E6EDBF31BD5A8994D959F583B15, ___U3CuseStateFromU3Ek__BackingField_3)); } inline String_t* get_U3CuseStateFromU3Ek__BackingField_3() const { return ___U3CuseStateFromU3Ek__BackingField_3; } inline String_t** get_address_of_U3CuseStateFromU3Ek__BackingField_3() { return &___U3CuseStateFromU3Ek__BackingField_3; } inline void set_U3CuseStateFromU3Ek__BackingField_3(String_t* value) { ___U3CuseStateFromU3Ek__BackingField_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CuseStateFromU3Ek__BackingField_3), (void*)value); } inline static int32_t get_offset_of_U3CdisplayNameU3Ek__BackingField_4() { return static_cast(offsetof(ControlItem_t88696CA6FA7E3E6EDBF31BD5A8994D959F583B15, ___U3CdisplayNameU3Ek__BackingField_4)); } inline String_t* get_U3CdisplayNameU3Ek__BackingField_4() const { return ___U3CdisplayNameU3Ek__BackingField_4; } inline String_t** get_address_of_U3CdisplayNameU3Ek__BackingField_4() { return &___U3CdisplayNameU3Ek__BackingField_4; } inline void set_U3CdisplayNameU3Ek__BackingField_4(String_t* value) { ___U3CdisplayNameU3Ek__BackingField_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CdisplayNameU3Ek__BackingField_4), (void*)value); } inline static int32_t get_offset_of_U3CshortDisplayNameU3Ek__BackingField_5() { return static_cast(offsetof(ControlItem_t88696CA6FA7E3E6EDBF31BD5A8994D959F583B15, ___U3CshortDisplayNameU3Ek__BackingField_5)); } inline String_t* get_U3CshortDisplayNameU3Ek__BackingField_5() const { return ___U3CshortDisplayNameU3Ek__BackingField_5; } inline String_t** get_address_of_U3CshortDisplayNameU3Ek__BackingField_5() { return &___U3CshortDisplayNameU3Ek__BackingField_5; } inline void set_U3CshortDisplayNameU3Ek__BackingField_5(String_t* value) { ___U3CshortDisplayNameU3Ek__BackingField_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CshortDisplayNameU3Ek__BackingField_5), (void*)value); } inline static int32_t get_offset_of_U3CusagesU3Ek__BackingField_6() { return static_cast(offsetof(ControlItem_t88696CA6FA7E3E6EDBF31BD5A8994D959F583B15, ___U3CusagesU3Ek__BackingField_6)); } inline ReadOnlyArray_1_t606E37DB0F1B75FCB4C4A029A0F6C2B4AE7DED75 get_U3CusagesU3Ek__BackingField_6() const { return ___U3CusagesU3Ek__BackingField_6; } inline ReadOnlyArray_1_t606E37DB0F1B75FCB4C4A029A0F6C2B4AE7DED75 * get_address_of_U3CusagesU3Ek__BackingField_6() { return &___U3CusagesU3Ek__BackingField_6; } inline void set_U3CusagesU3Ek__BackingField_6(ReadOnlyArray_1_t606E37DB0F1B75FCB4C4A029A0F6C2B4AE7DED75 value) { ___U3CusagesU3Ek__BackingField_6 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___U3CusagesU3Ek__BackingField_6))->___m_Array_0), (void*)NULL); } inline static int32_t get_offset_of_U3CaliasesU3Ek__BackingField_7() { return static_cast(offsetof(ControlItem_t88696CA6FA7E3E6EDBF31BD5A8994D959F583B15, ___U3CaliasesU3Ek__BackingField_7)); } inline ReadOnlyArray_1_t606E37DB0F1B75FCB4C4A029A0F6C2B4AE7DED75 get_U3CaliasesU3Ek__BackingField_7() const { return ___U3CaliasesU3Ek__BackingField_7; } inline ReadOnlyArray_1_t606E37DB0F1B75FCB4C4A029A0F6C2B4AE7DED75 * get_address_of_U3CaliasesU3Ek__BackingField_7() { return &___U3CaliasesU3Ek__BackingField_7; } inline void set_U3CaliasesU3Ek__BackingField_7(ReadOnlyArray_1_t606E37DB0F1B75FCB4C4A029A0F6C2B4AE7DED75 value) { ___U3CaliasesU3Ek__BackingField_7 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___U3CaliasesU3Ek__BackingField_7))->___m_Array_0), (void*)NULL); } inline static int32_t get_offset_of_U3CparametersU3Ek__BackingField_8() { return static_cast(offsetof(ControlItem_t88696CA6FA7E3E6EDBF31BD5A8994D959F583B15, ___U3CparametersU3Ek__BackingField_8)); } inline ReadOnlyArray_1_t644486DA5FB2B247FC64733F192E2894F46CFCF5 get_U3CparametersU3Ek__BackingField_8() const { return ___U3CparametersU3Ek__BackingField_8; } inline ReadOnlyArray_1_t644486DA5FB2B247FC64733F192E2894F46CFCF5 * get_address_of_U3CparametersU3Ek__BackingField_8() { return &___U3CparametersU3Ek__BackingField_8; } inline void set_U3CparametersU3Ek__BackingField_8(ReadOnlyArray_1_t644486DA5FB2B247FC64733F192E2894F46CFCF5 value) { ___U3CparametersU3Ek__BackingField_8 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___U3CparametersU3Ek__BackingField_8))->___m_Array_0), (void*)NULL); } inline static int32_t get_offset_of_U3CprocessorsU3Ek__BackingField_9() { return static_cast(offsetof(ControlItem_t88696CA6FA7E3E6EDBF31BD5A8994D959F583B15, ___U3CprocessorsU3Ek__BackingField_9)); } inline ReadOnlyArray_1_tC87F80F9582CEDF1B66B5875A22591316B710C6E get_U3CprocessorsU3Ek__BackingField_9() const { return ___U3CprocessorsU3Ek__BackingField_9; } inline ReadOnlyArray_1_tC87F80F9582CEDF1B66B5875A22591316B710C6E * get_address_of_U3CprocessorsU3Ek__BackingField_9() { return &___U3CprocessorsU3Ek__BackingField_9; } inline void set_U3CprocessorsU3Ek__BackingField_9(ReadOnlyArray_1_tC87F80F9582CEDF1B66B5875A22591316B710C6E value) { ___U3CprocessorsU3Ek__BackingField_9 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___U3CprocessorsU3Ek__BackingField_9))->___m_Array_0), (void*)NULL); } inline static int32_t get_offset_of_U3CoffsetU3Ek__BackingField_10() { return static_cast(offsetof(ControlItem_t88696CA6FA7E3E6EDBF31BD5A8994D959F583B15, ___U3CoffsetU3Ek__BackingField_10)); } inline uint32_t get_U3CoffsetU3Ek__BackingField_10() const { return ___U3CoffsetU3Ek__BackingField_10; } inline uint32_t* get_address_of_U3CoffsetU3Ek__BackingField_10() { return &___U3CoffsetU3Ek__BackingField_10; } inline void set_U3CoffsetU3Ek__BackingField_10(uint32_t value) { ___U3CoffsetU3Ek__BackingField_10 = value; } inline static int32_t get_offset_of_U3CbitU3Ek__BackingField_11() { return static_cast(offsetof(ControlItem_t88696CA6FA7E3E6EDBF31BD5A8994D959F583B15, ___U3CbitU3Ek__BackingField_11)); } inline uint32_t get_U3CbitU3Ek__BackingField_11() const { return ___U3CbitU3Ek__BackingField_11; } inline uint32_t* get_address_of_U3CbitU3Ek__BackingField_11() { return &___U3CbitU3Ek__BackingField_11; } inline void set_U3CbitU3Ek__BackingField_11(uint32_t value) { ___U3CbitU3Ek__BackingField_11 = value; } inline static int32_t get_offset_of_U3CsizeInBitsU3Ek__BackingField_12() { return static_cast(offsetof(ControlItem_t88696CA6FA7E3E6EDBF31BD5A8994D959F583B15, ___U3CsizeInBitsU3Ek__BackingField_12)); } inline uint32_t get_U3CsizeInBitsU3Ek__BackingField_12() const { return ___U3CsizeInBitsU3Ek__BackingField_12; } inline uint32_t* get_address_of_U3CsizeInBitsU3Ek__BackingField_12() { return &___U3CsizeInBitsU3Ek__BackingField_12; } inline void set_U3CsizeInBitsU3Ek__BackingField_12(uint32_t value) { ___U3CsizeInBitsU3Ek__BackingField_12 = value; } inline static int32_t get_offset_of_U3CformatU3Ek__BackingField_13() { return static_cast(offsetof(ControlItem_t88696CA6FA7E3E6EDBF31BD5A8994D959F583B15, ___U3CformatU3Ek__BackingField_13)); } inline FourCC_t8D38CDCEAD02FE53A6C2E9AF01354E4E5AB400A9 get_U3CformatU3Ek__BackingField_13() const { return ___U3CformatU3Ek__BackingField_13; } inline FourCC_t8D38CDCEAD02FE53A6C2E9AF01354E4E5AB400A9 * get_address_of_U3CformatU3Ek__BackingField_13() { return &___U3CformatU3Ek__BackingField_13; } inline void set_U3CformatU3Ek__BackingField_13(FourCC_t8D38CDCEAD02FE53A6C2E9AF01354E4E5AB400A9 value) { ___U3CformatU3Ek__BackingField_13 = value; } inline static int32_t get_offset_of_U3CflagsU3Ek__BackingField_14() { return static_cast(offsetof(ControlItem_t88696CA6FA7E3E6EDBF31BD5A8994D959F583B15, ___U3CflagsU3Ek__BackingField_14)); } inline int32_t get_U3CflagsU3Ek__BackingField_14() const { return ___U3CflagsU3Ek__BackingField_14; } inline int32_t* get_address_of_U3CflagsU3Ek__BackingField_14() { return &___U3CflagsU3Ek__BackingField_14; } inline void set_U3CflagsU3Ek__BackingField_14(int32_t value) { ___U3CflagsU3Ek__BackingField_14 = value; } inline static int32_t get_offset_of_U3CarraySizeU3Ek__BackingField_15() { return static_cast(offsetof(ControlItem_t88696CA6FA7E3E6EDBF31BD5A8994D959F583B15, ___U3CarraySizeU3Ek__BackingField_15)); } inline int32_t get_U3CarraySizeU3Ek__BackingField_15() const { return ___U3CarraySizeU3Ek__BackingField_15; } inline int32_t* get_address_of_U3CarraySizeU3Ek__BackingField_15() { return &___U3CarraySizeU3Ek__BackingField_15; } inline void set_U3CarraySizeU3Ek__BackingField_15(int32_t value) { ___U3CarraySizeU3Ek__BackingField_15 = value; } inline static int32_t get_offset_of_U3CdefaultStateU3Ek__BackingField_16() { return static_cast(offsetof(ControlItem_t88696CA6FA7E3E6EDBF31BD5A8994D959F583B15, ___U3CdefaultStateU3Ek__BackingField_16)); } inline PrimitiveValue_t70D8365A1CB2217C466D27D6820362EF4331A0C8 get_U3CdefaultStateU3Ek__BackingField_16() const { return ___U3CdefaultStateU3Ek__BackingField_16; } inline PrimitiveValue_t70D8365A1CB2217C466D27D6820362EF4331A0C8 * get_address_of_U3CdefaultStateU3Ek__BackingField_16() { return &___U3CdefaultStateU3Ek__BackingField_16; } inline void set_U3CdefaultStateU3Ek__BackingField_16(PrimitiveValue_t70D8365A1CB2217C466D27D6820362EF4331A0C8 value) { ___U3CdefaultStateU3Ek__BackingField_16 = value; } inline static int32_t get_offset_of_U3CminValueU3Ek__BackingField_17() { return static_cast(offsetof(ControlItem_t88696CA6FA7E3E6EDBF31BD5A8994D959F583B15, ___U3CminValueU3Ek__BackingField_17)); } inline PrimitiveValue_t70D8365A1CB2217C466D27D6820362EF4331A0C8 get_U3CminValueU3Ek__BackingField_17() const { return ___U3CminValueU3Ek__BackingField_17; } inline PrimitiveValue_t70D8365A1CB2217C466D27D6820362EF4331A0C8 * get_address_of_U3CminValueU3Ek__BackingField_17() { return &___U3CminValueU3Ek__BackingField_17; } inline void set_U3CminValueU3Ek__BackingField_17(PrimitiveValue_t70D8365A1CB2217C466D27D6820362EF4331A0C8 value) { ___U3CminValueU3Ek__BackingField_17 = value; } inline static int32_t get_offset_of_U3CmaxValueU3Ek__BackingField_18() { return static_cast(offsetof(ControlItem_t88696CA6FA7E3E6EDBF31BD5A8994D959F583B15, ___U3CmaxValueU3Ek__BackingField_18)); } inline PrimitiveValue_t70D8365A1CB2217C466D27D6820362EF4331A0C8 get_U3CmaxValueU3Ek__BackingField_18() const { return ___U3CmaxValueU3Ek__BackingField_18; } inline PrimitiveValue_t70D8365A1CB2217C466D27D6820362EF4331A0C8 * get_address_of_U3CmaxValueU3Ek__BackingField_18() { return &___U3CmaxValueU3Ek__BackingField_18; } inline void set_U3CmaxValueU3Ek__BackingField_18(PrimitiveValue_t70D8365A1CB2217C466D27D6820362EF4331A0C8 value) { ___U3CmaxValueU3Ek__BackingField_18 = value; } }; // Native definition for P/Invoke marshalling of UnityEngine.InputSystem.Layouts.InputControlLayout/ControlItem struct ControlItem_t88696CA6FA7E3E6EDBF31BD5A8994D959F583B15_marshaled_pinvoke { InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED_marshaled_pinvoke ___U3CnameU3Ek__BackingField_0; InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED_marshaled_pinvoke ___U3ClayoutU3Ek__BackingField_1; InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED_marshaled_pinvoke ___U3CvariantsU3Ek__BackingField_2; char* ___U3CuseStateFromU3Ek__BackingField_3; char* ___U3CdisplayNameU3Ek__BackingField_4; char* ___U3CshortDisplayNameU3Ek__BackingField_5; ReadOnlyArray_1_t606E37DB0F1B75FCB4C4A029A0F6C2B4AE7DED75 ___U3CusagesU3Ek__BackingField_6; ReadOnlyArray_1_t606E37DB0F1B75FCB4C4A029A0F6C2B4AE7DED75 ___U3CaliasesU3Ek__BackingField_7; ReadOnlyArray_1_t644486DA5FB2B247FC64733F192E2894F46CFCF5 ___U3CparametersU3Ek__BackingField_8; ReadOnlyArray_1_tC87F80F9582CEDF1B66B5875A22591316B710C6E ___U3CprocessorsU3Ek__BackingField_9; uint32_t ___U3CoffsetU3Ek__BackingField_10; uint32_t ___U3CbitU3Ek__BackingField_11; uint32_t ___U3CsizeInBitsU3Ek__BackingField_12; FourCC_t8D38CDCEAD02FE53A6C2E9AF01354E4E5AB400A9 ___U3CformatU3Ek__BackingField_13; int32_t ___U3CflagsU3Ek__BackingField_14; int32_t ___U3CarraySizeU3Ek__BackingField_15; PrimitiveValue_t70D8365A1CB2217C466D27D6820362EF4331A0C8_marshaled_pinvoke ___U3CdefaultStateU3Ek__BackingField_16; PrimitiveValue_t70D8365A1CB2217C466D27D6820362EF4331A0C8_marshaled_pinvoke ___U3CminValueU3Ek__BackingField_17; PrimitiveValue_t70D8365A1CB2217C466D27D6820362EF4331A0C8_marshaled_pinvoke ___U3CmaxValueU3Ek__BackingField_18; }; // Native definition for COM marshalling of UnityEngine.InputSystem.Layouts.InputControlLayout/ControlItem struct ControlItem_t88696CA6FA7E3E6EDBF31BD5A8994D959F583B15_marshaled_com { InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED_marshaled_com ___U3CnameU3Ek__BackingField_0; InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED_marshaled_com ___U3ClayoutU3Ek__BackingField_1; InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED_marshaled_com ___U3CvariantsU3Ek__BackingField_2; Il2CppChar* ___U3CuseStateFromU3Ek__BackingField_3; Il2CppChar* ___U3CdisplayNameU3Ek__BackingField_4; Il2CppChar* ___U3CshortDisplayNameU3Ek__BackingField_5; ReadOnlyArray_1_t606E37DB0F1B75FCB4C4A029A0F6C2B4AE7DED75 ___U3CusagesU3Ek__BackingField_6; ReadOnlyArray_1_t606E37DB0F1B75FCB4C4A029A0F6C2B4AE7DED75 ___U3CaliasesU3Ek__BackingField_7; ReadOnlyArray_1_t644486DA5FB2B247FC64733F192E2894F46CFCF5 ___U3CparametersU3Ek__BackingField_8; ReadOnlyArray_1_tC87F80F9582CEDF1B66B5875A22591316B710C6E ___U3CprocessorsU3Ek__BackingField_9; uint32_t ___U3CoffsetU3Ek__BackingField_10; uint32_t ___U3CbitU3Ek__BackingField_11; uint32_t ___U3CsizeInBitsU3Ek__BackingField_12; FourCC_t8D38CDCEAD02FE53A6C2E9AF01354E4E5AB400A9 ___U3CformatU3Ek__BackingField_13; int32_t ___U3CflagsU3Ek__BackingField_14; int32_t ___U3CarraySizeU3Ek__BackingField_15; PrimitiveValue_t70D8365A1CB2217C466D27D6820362EF4331A0C8_marshaled_com ___U3CdefaultStateU3Ek__BackingField_16; PrimitiveValue_t70D8365A1CB2217C466D27D6820362EF4331A0C8_marshaled_com ___U3CminValueU3Ek__BackingField_17; PrimitiveValue_t70D8365A1CB2217C466D27D6820362EF4331A0C8_marshaled_com ___U3CmaxValueU3Ek__BackingField_18; }; // UnityEngine.InputSystem.OnScreen.OnScreenControl/OnScreenDeviceInfo struct OnScreenDeviceInfo_t9B64CE4D3D0381C301110E39AE77158BEFACAF4D { public: // UnityEngine.InputSystem.LowLevel.InputEventPtr UnityEngine.InputSystem.OnScreen.OnScreenControl/OnScreenDeviceInfo::eventPtr InputEventPtr_t3ECDD4FDE129B0CD8021DF46D8D01D941F4AE5C1 ___eventPtr_0; // Unity.Collections.NativeArray`1 UnityEngine.InputSystem.OnScreen.OnScreenControl/OnScreenDeviceInfo::buffer NativeArray_1_t3C2855C5B238E8C6739D4C17833F244B95C0F785 ___buffer_1; // UnityEngine.InputSystem.InputDevice UnityEngine.InputSystem.OnScreen.OnScreenControl/OnScreenDeviceInfo::device InputDevice_t64BD575C54DB522A280D29E47F96E52B79B22D87 * ___device_2; // UnityEngine.InputSystem.OnScreen.OnScreenControl UnityEngine.InputSystem.OnScreen.OnScreenControl/OnScreenDeviceInfo::firstControl OnScreenControl_tA6D277F33AD97847569391E9C6EC9443CD08AFE4 * ___firstControl_3; public: inline static int32_t get_offset_of_eventPtr_0() { return static_cast(offsetof(OnScreenDeviceInfo_t9B64CE4D3D0381C301110E39AE77158BEFACAF4D, ___eventPtr_0)); } inline InputEventPtr_t3ECDD4FDE129B0CD8021DF46D8D01D941F4AE5C1 get_eventPtr_0() const { return ___eventPtr_0; } inline InputEventPtr_t3ECDD4FDE129B0CD8021DF46D8D01D941F4AE5C1 * get_address_of_eventPtr_0() { return &___eventPtr_0; } inline void set_eventPtr_0(InputEventPtr_t3ECDD4FDE129B0CD8021DF46D8D01D941F4AE5C1 value) { ___eventPtr_0 = value; } inline static int32_t get_offset_of_buffer_1() { return static_cast(offsetof(OnScreenDeviceInfo_t9B64CE4D3D0381C301110E39AE77158BEFACAF4D, ___buffer_1)); } inline NativeArray_1_t3C2855C5B238E8C6739D4C17833F244B95C0F785 get_buffer_1() const { return ___buffer_1; } inline NativeArray_1_t3C2855C5B238E8C6739D4C17833F244B95C0F785 * get_address_of_buffer_1() { return &___buffer_1; } inline void set_buffer_1(NativeArray_1_t3C2855C5B238E8C6739D4C17833F244B95C0F785 value) { ___buffer_1 = value; } inline static int32_t get_offset_of_device_2() { return static_cast(offsetof(OnScreenDeviceInfo_t9B64CE4D3D0381C301110E39AE77158BEFACAF4D, ___device_2)); } inline InputDevice_t64BD575C54DB522A280D29E47F96E52B79B22D87 * get_device_2() const { return ___device_2; } inline InputDevice_t64BD575C54DB522A280D29E47F96E52B79B22D87 ** get_address_of_device_2() { return &___device_2; } inline void set_device_2(InputDevice_t64BD575C54DB522A280D29E47F96E52B79B22D87 * value) { ___device_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___device_2), (void*)value); } inline static int32_t get_offset_of_firstControl_3() { return static_cast(offsetof(OnScreenDeviceInfo_t9B64CE4D3D0381C301110E39AE77158BEFACAF4D, ___firstControl_3)); } inline OnScreenControl_tA6D277F33AD97847569391E9C6EC9443CD08AFE4 * get_firstControl_3() const { return ___firstControl_3; } inline OnScreenControl_tA6D277F33AD97847569391E9C6EC9443CD08AFE4 ** get_address_of_firstControl_3() { return &___firstControl_3; } inline void set_firstControl_3(OnScreenControl_tA6D277F33AD97847569391E9C6EC9443CD08AFE4 * value) { ___firstControl_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___firstControl_3), (void*)value); } }; // Native definition for P/Invoke marshalling of UnityEngine.InputSystem.OnScreen.OnScreenControl/OnScreenDeviceInfo struct OnScreenDeviceInfo_t9B64CE4D3D0381C301110E39AE77158BEFACAF4D_marshaled_pinvoke { InputEventPtr_t3ECDD4FDE129B0CD8021DF46D8D01D941F4AE5C1 ___eventPtr_0; NativeArray_1_t3C2855C5B238E8C6739D4C17833F244B95C0F785 ___buffer_1; InputDevice_t64BD575C54DB522A280D29E47F96E52B79B22D87 * ___device_2; OnScreenControl_tA6D277F33AD97847569391E9C6EC9443CD08AFE4 * ___firstControl_3; }; // Native definition for COM marshalling of UnityEngine.InputSystem.OnScreen.OnScreenControl/OnScreenDeviceInfo struct OnScreenDeviceInfo_t9B64CE4D3D0381C301110E39AE77158BEFACAF4D_marshaled_com { InputEventPtr_t3ECDD4FDE129B0CD8021DF46D8D01D941F4AE5C1 ___eventPtr_0; NativeArray_1_t3C2855C5B238E8C6739D4C17833F244B95C0F785 ___buffer_1; InputDevice_t64BD575C54DB522A280D29E47F96E52B79B22D87 * ___device_2; OnScreenControl_tA6D277F33AD97847569391E9C6EC9443CD08AFE4 * ___firstControl_3; }; // UnityEngine.Experimental.Rendering.RenderGraphModule.RenderGraph/CompiledPassInfo struct CompiledPassInfo_tA93C0BB1327B1CD51C466F322A768F9ABB9F7601 { public: // UnityEngine.Experimental.Rendering.RenderGraphModule.RenderGraphPass UnityEngine.Experimental.Rendering.RenderGraphModule.RenderGraph/CompiledPassInfo::pass RenderGraphPass_t74E069EBD82C699F2D70EC8C0D5D16A8AF5EB520 * ___pass_0; // System.Collections.Generic.List`1[] UnityEngine.Experimental.Rendering.RenderGraphModule.RenderGraph/CompiledPassInfo::resourceCreateList List_1U5BU5D_tABF499D891C900D1171501E0545AD96030B3877C* ___resourceCreateList_1; // System.Collections.Generic.List`1[] UnityEngine.Experimental.Rendering.RenderGraphModule.RenderGraph/CompiledPassInfo::resourceReleaseList List_1U5BU5D_tABF499D891C900D1171501E0545AD96030B3877C* ___resourceReleaseList_2; // System.Int32 UnityEngine.Experimental.Rendering.RenderGraphModule.RenderGraph/CompiledPassInfo::refCount int32_t ___refCount_3; // System.Boolean UnityEngine.Experimental.Rendering.RenderGraphModule.RenderGraph/CompiledPassInfo::culled bool ___culled_4; // System.Boolean UnityEngine.Experimental.Rendering.RenderGraphModule.RenderGraph/CompiledPassInfo::hasSideEffect bool ___hasSideEffect_5; // System.Int32 UnityEngine.Experimental.Rendering.RenderGraphModule.RenderGraph/CompiledPassInfo::syncToPassIndex int32_t ___syncToPassIndex_6; // System.Int32 UnityEngine.Experimental.Rendering.RenderGraphModule.RenderGraph/CompiledPassInfo::syncFromPassIndex int32_t ___syncFromPassIndex_7; // System.Boolean UnityEngine.Experimental.Rendering.RenderGraphModule.RenderGraph/CompiledPassInfo::needGraphicsFence bool ___needGraphicsFence_8; // UnityEngine.Rendering.GraphicsFence UnityEngine.Experimental.Rendering.RenderGraphModule.RenderGraph/CompiledPassInfo::fence GraphicsFence_tD8128D4F75C9658CCB0CB94A5AADFA44200E4283 ___fence_9; // System.Boolean UnityEngine.Experimental.Rendering.RenderGraphModule.RenderGraph/CompiledPassInfo::enableAsyncCompute bool ___enableAsyncCompute_10; public: inline static int32_t get_offset_of_pass_0() { return static_cast(offsetof(CompiledPassInfo_tA93C0BB1327B1CD51C466F322A768F9ABB9F7601, ___pass_0)); } inline RenderGraphPass_t74E069EBD82C699F2D70EC8C0D5D16A8AF5EB520 * get_pass_0() const { return ___pass_0; } inline RenderGraphPass_t74E069EBD82C699F2D70EC8C0D5D16A8AF5EB520 ** get_address_of_pass_0() { return &___pass_0; } inline void set_pass_0(RenderGraphPass_t74E069EBD82C699F2D70EC8C0D5D16A8AF5EB520 * value) { ___pass_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___pass_0), (void*)value); } inline static int32_t get_offset_of_resourceCreateList_1() { return static_cast(offsetof(CompiledPassInfo_tA93C0BB1327B1CD51C466F322A768F9ABB9F7601, ___resourceCreateList_1)); } inline List_1U5BU5D_tABF499D891C900D1171501E0545AD96030B3877C* get_resourceCreateList_1() const { return ___resourceCreateList_1; } inline List_1U5BU5D_tABF499D891C900D1171501E0545AD96030B3877C** get_address_of_resourceCreateList_1() { return &___resourceCreateList_1; } inline void set_resourceCreateList_1(List_1U5BU5D_tABF499D891C900D1171501E0545AD96030B3877C* value) { ___resourceCreateList_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___resourceCreateList_1), (void*)value); } inline static int32_t get_offset_of_resourceReleaseList_2() { return static_cast(offsetof(CompiledPassInfo_tA93C0BB1327B1CD51C466F322A768F9ABB9F7601, ___resourceReleaseList_2)); } inline List_1U5BU5D_tABF499D891C900D1171501E0545AD96030B3877C* get_resourceReleaseList_2() const { return ___resourceReleaseList_2; } inline List_1U5BU5D_tABF499D891C900D1171501E0545AD96030B3877C** get_address_of_resourceReleaseList_2() { return &___resourceReleaseList_2; } inline void set_resourceReleaseList_2(List_1U5BU5D_tABF499D891C900D1171501E0545AD96030B3877C* value) { ___resourceReleaseList_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___resourceReleaseList_2), (void*)value); } inline static int32_t get_offset_of_refCount_3() { return static_cast(offsetof(CompiledPassInfo_tA93C0BB1327B1CD51C466F322A768F9ABB9F7601, ___refCount_3)); } inline int32_t get_refCount_3() const { return ___refCount_3; } inline int32_t* get_address_of_refCount_3() { return &___refCount_3; } inline void set_refCount_3(int32_t value) { ___refCount_3 = value; } inline static int32_t get_offset_of_culled_4() { return static_cast(offsetof(CompiledPassInfo_tA93C0BB1327B1CD51C466F322A768F9ABB9F7601, ___culled_4)); } inline bool get_culled_4() const { return ___culled_4; } inline bool* get_address_of_culled_4() { return &___culled_4; } inline void set_culled_4(bool value) { ___culled_4 = value; } inline static int32_t get_offset_of_hasSideEffect_5() { return static_cast(offsetof(CompiledPassInfo_tA93C0BB1327B1CD51C466F322A768F9ABB9F7601, ___hasSideEffect_5)); } inline bool get_hasSideEffect_5() const { return ___hasSideEffect_5; } inline bool* get_address_of_hasSideEffect_5() { return &___hasSideEffect_5; } inline void set_hasSideEffect_5(bool value) { ___hasSideEffect_5 = value; } inline static int32_t get_offset_of_syncToPassIndex_6() { return static_cast(offsetof(CompiledPassInfo_tA93C0BB1327B1CD51C466F322A768F9ABB9F7601, ___syncToPassIndex_6)); } inline int32_t get_syncToPassIndex_6() const { return ___syncToPassIndex_6; } inline int32_t* get_address_of_syncToPassIndex_6() { return &___syncToPassIndex_6; } inline void set_syncToPassIndex_6(int32_t value) { ___syncToPassIndex_6 = value; } inline static int32_t get_offset_of_syncFromPassIndex_7() { return static_cast(offsetof(CompiledPassInfo_tA93C0BB1327B1CD51C466F322A768F9ABB9F7601, ___syncFromPassIndex_7)); } inline int32_t get_syncFromPassIndex_7() const { return ___syncFromPassIndex_7; } inline int32_t* get_address_of_syncFromPassIndex_7() { return &___syncFromPassIndex_7; } inline void set_syncFromPassIndex_7(int32_t value) { ___syncFromPassIndex_7 = value; } inline static int32_t get_offset_of_needGraphicsFence_8() { return static_cast(offsetof(CompiledPassInfo_tA93C0BB1327B1CD51C466F322A768F9ABB9F7601, ___needGraphicsFence_8)); } inline bool get_needGraphicsFence_8() const { return ___needGraphicsFence_8; } inline bool* get_address_of_needGraphicsFence_8() { return &___needGraphicsFence_8; } inline void set_needGraphicsFence_8(bool value) { ___needGraphicsFence_8 = value; } inline static int32_t get_offset_of_fence_9() { return static_cast(offsetof(CompiledPassInfo_tA93C0BB1327B1CD51C466F322A768F9ABB9F7601, ___fence_9)); } inline GraphicsFence_tD8128D4F75C9658CCB0CB94A5AADFA44200E4283 get_fence_9() const { return ___fence_9; } inline GraphicsFence_tD8128D4F75C9658CCB0CB94A5AADFA44200E4283 * get_address_of_fence_9() { return &___fence_9; } inline void set_fence_9(GraphicsFence_tD8128D4F75C9658CCB0CB94A5AADFA44200E4283 value) { ___fence_9 = value; } inline static int32_t get_offset_of_enableAsyncCompute_10() { return static_cast(offsetof(CompiledPassInfo_tA93C0BB1327B1CD51C466F322A768F9ABB9F7601, ___enableAsyncCompute_10)); } inline bool get_enableAsyncCompute_10() const { return ___enableAsyncCompute_10; } inline bool* get_address_of_enableAsyncCompute_10() { return &___enableAsyncCompute_10; } inline void set_enableAsyncCompute_10(bool value) { ___enableAsyncCompute_10 = value; } }; // Native definition for P/Invoke marshalling of UnityEngine.Experimental.Rendering.RenderGraphModule.RenderGraph/CompiledPassInfo struct CompiledPassInfo_tA93C0BB1327B1CD51C466F322A768F9ABB9F7601_marshaled_pinvoke { RenderGraphPass_t74E069EBD82C699F2D70EC8C0D5D16A8AF5EB520 * ___pass_0; List_1_t260B41F956D673396C33A4CF94E8D6C4389EACB7 ** ___resourceCreateList_1; List_1_t260B41F956D673396C33A4CF94E8D6C4389EACB7 ** ___resourceReleaseList_2; int32_t ___refCount_3; int32_t ___culled_4; int32_t ___hasSideEffect_5; int32_t ___syncToPassIndex_6; int32_t ___syncFromPassIndex_7; int32_t ___needGraphicsFence_8; GraphicsFence_tD8128D4F75C9658CCB0CB94A5AADFA44200E4283 ___fence_9; int32_t ___enableAsyncCompute_10; }; // Native definition for COM marshalling of UnityEngine.Experimental.Rendering.RenderGraphModule.RenderGraph/CompiledPassInfo struct CompiledPassInfo_tA93C0BB1327B1CD51C466F322A768F9ABB9F7601_marshaled_com { RenderGraphPass_t74E069EBD82C699F2D70EC8C0D5D16A8AF5EB520 * ___pass_0; List_1_t260B41F956D673396C33A4CF94E8D6C4389EACB7 ** ___resourceCreateList_1; List_1_t260B41F956D673396C33A4CF94E8D6C4389EACB7 ** ___resourceReleaseList_2; int32_t ___refCount_3; int32_t ___culled_4; int32_t ___hasSideEffect_5; int32_t ___syncToPassIndex_6; int32_t ___syncFromPassIndex_7; int32_t ___needGraphicsFence_8; GraphicsFence_tD8128D4F75C9658CCB0CB94A5AADFA44200E4283 ___fence_9; int32_t ___enableAsyncCompute_10; }; // UnityEngine.InputSystem.EnhancedTouch.Touch/GlobalState struct GlobalState_tB5A240E45172237F738782A0C0A07882C2633227 { public: // UnityEngine.InputSystem.Utilities.InlinedArray`1 UnityEngine.InputSystem.EnhancedTouch.Touch/GlobalState::touchscreens InlinedArray_1_tC33146B5520C92E38045D45CEC34E7A57B8813D5 ___touchscreens_0; // System.Int32 UnityEngine.InputSystem.EnhancedTouch.Touch/GlobalState::historyLengthPerFinger int32_t ___historyLengthPerFinger_1; // UnityEngine.InputSystem.Utilities.CallbackArray`1> UnityEngine.InputSystem.EnhancedTouch.Touch/GlobalState::onFingerDown CallbackArray_1_t72A1C8F9A9234989D261FDC3B255B91E99FC49E2 ___onFingerDown_2; // UnityEngine.InputSystem.Utilities.CallbackArray`1> UnityEngine.InputSystem.EnhancedTouch.Touch/GlobalState::onFingerMove CallbackArray_1_t72A1C8F9A9234989D261FDC3B255B91E99FC49E2 ___onFingerMove_3; // UnityEngine.InputSystem.Utilities.CallbackArray`1> UnityEngine.InputSystem.EnhancedTouch.Touch/GlobalState::onFingerUp CallbackArray_1_t72A1C8F9A9234989D261FDC3B255B91E99FC49E2 ___onFingerUp_4; // UnityEngine.InputSystem.EnhancedTouch.Touch/FingerAndTouchState UnityEngine.InputSystem.EnhancedTouch.Touch/GlobalState::playerState FingerAndTouchState_t63C9C9EB7EAC3DBB10AC1FB5015F996D37BD3FEF ___playerState_5; public: inline static int32_t get_offset_of_touchscreens_0() { return static_cast(offsetof(GlobalState_tB5A240E45172237F738782A0C0A07882C2633227, ___touchscreens_0)); } inline InlinedArray_1_tC33146B5520C92E38045D45CEC34E7A57B8813D5 get_touchscreens_0() const { return ___touchscreens_0; } inline InlinedArray_1_tC33146B5520C92E38045D45CEC34E7A57B8813D5 * get_address_of_touchscreens_0() { return &___touchscreens_0; } inline void set_touchscreens_0(InlinedArray_1_tC33146B5520C92E38045D45CEC34E7A57B8813D5 value) { ___touchscreens_0 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___touchscreens_0))->___firstValue_1), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___touchscreens_0))->___additionalValues_2), (void*)NULL); #endif } inline static int32_t get_offset_of_historyLengthPerFinger_1() { return static_cast(offsetof(GlobalState_tB5A240E45172237F738782A0C0A07882C2633227, ___historyLengthPerFinger_1)); } inline int32_t get_historyLengthPerFinger_1() const { return ___historyLengthPerFinger_1; } inline int32_t* get_address_of_historyLengthPerFinger_1() { return &___historyLengthPerFinger_1; } inline void set_historyLengthPerFinger_1(int32_t value) { ___historyLengthPerFinger_1 = value; } inline static int32_t get_offset_of_onFingerDown_2() { return static_cast(offsetof(GlobalState_tB5A240E45172237F738782A0C0A07882C2633227, ___onFingerDown_2)); } inline CallbackArray_1_t72A1C8F9A9234989D261FDC3B255B91E99FC49E2 get_onFingerDown_2() const { return ___onFingerDown_2; } inline CallbackArray_1_t72A1C8F9A9234989D261FDC3B255B91E99FC49E2 * get_address_of_onFingerDown_2() { return &___onFingerDown_2; } inline void set_onFingerDown_2(CallbackArray_1_t72A1C8F9A9234989D261FDC3B255B91E99FC49E2 value) { ___onFingerDown_2 = value; Il2CppCodeGenWriteBarrier((void**)&((&(((&___onFingerDown_2))->___m_Callbacks_1))->___firstValue_1), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&(((&___onFingerDown_2))->___m_Callbacks_1))->___additionalValues_2), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&(((&___onFingerDown_2))->___m_CallbacksToAdd_2))->___firstValue_1), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&(((&___onFingerDown_2))->___m_CallbacksToAdd_2))->___additionalValues_2), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&(((&___onFingerDown_2))->___m_CallbacksToRemove_3))->___firstValue_1), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&(((&___onFingerDown_2))->___m_CallbacksToRemove_3))->___additionalValues_2), (void*)NULL); #endif } inline static int32_t get_offset_of_onFingerMove_3() { return static_cast(offsetof(GlobalState_tB5A240E45172237F738782A0C0A07882C2633227, ___onFingerMove_3)); } inline CallbackArray_1_t72A1C8F9A9234989D261FDC3B255B91E99FC49E2 get_onFingerMove_3() const { return ___onFingerMove_3; } inline CallbackArray_1_t72A1C8F9A9234989D261FDC3B255B91E99FC49E2 * get_address_of_onFingerMove_3() { return &___onFingerMove_3; } inline void set_onFingerMove_3(CallbackArray_1_t72A1C8F9A9234989D261FDC3B255B91E99FC49E2 value) { ___onFingerMove_3 = value; Il2CppCodeGenWriteBarrier((void**)&((&(((&___onFingerMove_3))->___m_Callbacks_1))->___firstValue_1), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&(((&___onFingerMove_3))->___m_Callbacks_1))->___additionalValues_2), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&(((&___onFingerMove_3))->___m_CallbacksToAdd_2))->___firstValue_1), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&(((&___onFingerMove_3))->___m_CallbacksToAdd_2))->___additionalValues_2), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&(((&___onFingerMove_3))->___m_CallbacksToRemove_3))->___firstValue_1), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&(((&___onFingerMove_3))->___m_CallbacksToRemove_3))->___additionalValues_2), (void*)NULL); #endif } inline static int32_t get_offset_of_onFingerUp_4() { return static_cast(offsetof(GlobalState_tB5A240E45172237F738782A0C0A07882C2633227, ___onFingerUp_4)); } inline CallbackArray_1_t72A1C8F9A9234989D261FDC3B255B91E99FC49E2 get_onFingerUp_4() const { return ___onFingerUp_4; } inline CallbackArray_1_t72A1C8F9A9234989D261FDC3B255B91E99FC49E2 * get_address_of_onFingerUp_4() { return &___onFingerUp_4; } inline void set_onFingerUp_4(CallbackArray_1_t72A1C8F9A9234989D261FDC3B255B91E99FC49E2 value) { ___onFingerUp_4 = value; Il2CppCodeGenWriteBarrier((void**)&((&(((&___onFingerUp_4))->___m_Callbacks_1))->___firstValue_1), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&(((&___onFingerUp_4))->___m_Callbacks_1))->___additionalValues_2), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&(((&___onFingerUp_4))->___m_CallbacksToAdd_2))->___firstValue_1), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&(((&___onFingerUp_4))->___m_CallbacksToAdd_2))->___additionalValues_2), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&(((&___onFingerUp_4))->___m_CallbacksToRemove_3))->___firstValue_1), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&(((&___onFingerUp_4))->___m_CallbacksToRemove_3))->___additionalValues_2), (void*)NULL); #endif } inline static int32_t get_offset_of_playerState_5() { return static_cast(offsetof(GlobalState_tB5A240E45172237F738782A0C0A07882C2633227, ___playerState_5)); } inline FingerAndTouchState_t63C9C9EB7EAC3DBB10AC1FB5015F996D37BD3FEF get_playerState_5() const { return ___playerState_5; } inline FingerAndTouchState_t63C9C9EB7EAC3DBB10AC1FB5015F996D37BD3FEF * get_address_of_playerState_5() { return &___playerState_5; } inline void set_playerState_5(FingerAndTouchState_t63C9C9EB7EAC3DBB10AC1FB5015F996D37BD3FEF value) { ___playerState_5 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___playerState_5))->___fingers_1), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___playerState_5))->___activeFingers_2), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___playerState_5))->___activeTouches_3), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___playerState_5))->___activeTouchState_10), (void*)NULL); #endif } }; // Native definition for P/Invoke marshalling of UnityEngine.InputSystem.EnhancedTouch.Touch/GlobalState struct GlobalState_tB5A240E45172237F738782A0C0A07882C2633227_marshaled_pinvoke { InlinedArray_1_tC33146B5520C92E38045D45CEC34E7A57B8813D5 ___touchscreens_0; int32_t ___historyLengthPerFinger_1; CallbackArray_1_t72A1C8F9A9234989D261FDC3B255B91E99FC49E2 ___onFingerDown_2; CallbackArray_1_t72A1C8F9A9234989D261FDC3B255B91E99FC49E2 ___onFingerMove_3; CallbackArray_1_t72A1C8F9A9234989D261FDC3B255B91E99FC49E2 ___onFingerUp_4; FingerAndTouchState_t63C9C9EB7EAC3DBB10AC1FB5015F996D37BD3FEF_marshaled_pinvoke ___playerState_5; }; // Native definition for COM marshalling of UnityEngine.InputSystem.EnhancedTouch.Touch/GlobalState struct GlobalState_tB5A240E45172237F738782A0C0A07882C2633227_marshaled_com { InlinedArray_1_tC33146B5520C92E38045D45CEC34E7A57B8813D5 ___touchscreens_0; int32_t ___historyLengthPerFinger_1; CallbackArray_1_t72A1C8F9A9234989D261FDC3B255B91E99FC49E2 ___onFingerDown_2; CallbackArray_1_t72A1C8F9A9234989D261FDC3B255B91E99FC49E2 ___onFingerMove_3; CallbackArray_1_t72A1C8F9A9234989D261FDC3B255B91E99FC49E2 ___onFingerUp_4; FingerAndTouchState_t63C9C9EB7EAC3DBB10AC1FB5015F996D37BD3FEF_marshaled_com ___playerState_5; }; // System.Collections.Generic.Dictionary`2/Entry struct Entry_t406C2170C4FF0BFE539AF4DAE3665670305D4D10 { public: // System.Int32 System.Collections.Generic.Dictionary`2/Entry::hashCode int32_t ___hashCode_0; // System.Int32 System.Collections.Generic.Dictionary`2/Entry::next int32_t ___next_1; // TKey System.Collections.Generic.Dictionary`2/Entry::key RuntimeObject * ___key_2; // TValue System.Collections.Generic.Dictionary`2/Entry::value ControlItem_t88696CA6FA7E3E6EDBF31BD5A8994D959F583B15 ___value_3; public: inline static int32_t get_offset_of_hashCode_0() { return static_cast(offsetof(Entry_t406C2170C4FF0BFE539AF4DAE3665670305D4D10, ___hashCode_0)); } inline int32_t get_hashCode_0() const { return ___hashCode_0; } inline int32_t* get_address_of_hashCode_0() { return &___hashCode_0; } inline void set_hashCode_0(int32_t value) { ___hashCode_0 = value; } inline static int32_t get_offset_of_next_1() { return static_cast(offsetof(Entry_t406C2170C4FF0BFE539AF4DAE3665670305D4D10, ___next_1)); } inline int32_t get_next_1() const { return ___next_1; } inline int32_t* get_address_of_next_1() { return &___next_1; } inline void set_next_1(int32_t value) { ___next_1 = value; } inline static int32_t get_offset_of_key_2() { return static_cast(offsetof(Entry_t406C2170C4FF0BFE539AF4DAE3665670305D4D10, ___key_2)); } inline RuntimeObject * get_key_2() const { return ___key_2; } inline RuntimeObject ** get_address_of_key_2() { return &___key_2; } inline void set_key_2(RuntimeObject * value) { ___key_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___key_2), (void*)value); } inline static int32_t get_offset_of_value_3() { return static_cast(offsetof(Entry_t406C2170C4FF0BFE539AF4DAE3665670305D4D10, ___value_3)); } inline ControlItem_t88696CA6FA7E3E6EDBF31BD5A8994D959F583B15 get_value_3() const { return ___value_3; } inline ControlItem_t88696CA6FA7E3E6EDBF31BD5A8994D959F583B15 * get_address_of_value_3() { return &___value_3; } inline void set_value_3(ControlItem_t88696CA6FA7E3E6EDBF31BD5A8994D959F583B15 value) { ___value_3 = value; Il2CppCodeGenWriteBarrier((void**)&((&(((&___value_3))->___U3CnameU3Ek__BackingField_0))->___m_StringOriginalCase_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&(((&___value_3))->___U3CnameU3Ek__BackingField_0))->___m_StringLowerCase_1), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&(((&___value_3))->___U3ClayoutU3Ek__BackingField_1))->___m_StringOriginalCase_0), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&(((&___value_3))->___U3ClayoutU3Ek__BackingField_1))->___m_StringLowerCase_1), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&(((&___value_3))->___U3CvariantsU3Ek__BackingField_2))->___m_StringOriginalCase_0), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&(((&___value_3))->___U3CvariantsU3Ek__BackingField_2))->___m_StringLowerCase_1), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___value_3))->___U3CuseStateFromU3Ek__BackingField_3), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___value_3))->___U3CdisplayNameU3Ek__BackingField_4), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___value_3))->___U3CshortDisplayNameU3Ek__BackingField_5), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&(((&___value_3))->___U3CusagesU3Ek__BackingField_6))->___m_Array_0), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&(((&___value_3))->___U3CaliasesU3Ek__BackingField_7))->___m_Array_0), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&(((&___value_3))->___U3CparametersU3Ek__BackingField_8))->___m_Array_0), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&(((&___value_3))->___U3CprocessorsU3Ek__BackingField_9))->___m_Array_0), (void*)NULL); #endif } }; // System.Diagnostics.Tracing.EnumByteTypeInfo`1> struct EnumByteTypeInfo_1_t2B01C2FF22010EC7C6CB9E22BB68B0696826010B : public TraceLoggingTypeInfo_1_tAA80A15704CE49500C66DC6B1C05B2A1188F89DC { public: public: }; // System.Diagnostics.Tracing.EnumByteTypeInfo`1 struct EnumByteTypeInfo_1_tBAC5667C5EBFA89F73BB2B11778B6E17969DD181 : public TraceLoggingTypeInfo_1_t2E09E8CA26064E30A8F7376A80B6440C13A23A68 { public: public: }; // System.Diagnostics.Tracing.EnumByteTypeInfo`1 struct EnumByteTypeInfo_1_tA547620C007CCFB0ACB7E71C8C1DDB1517B204A2 : public TraceLoggingTypeInfo_1_t3249C39DDD7C9608FB6A71BC0E8ADAD2DBA7582D { public: public: }; // System.Diagnostics.Tracing.EnumByteTypeInfo`1 struct EnumByteTypeInfo_1_tB73F5A2B1FB8789FDECF5311F58A46108C97C5BF : public TraceLoggingTypeInfo_1_t4060A49A9615875C95710F4F7A74B649698B182C { public: public: }; // System.Diagnostics.Tracing.EnumByteTypeInfo`1 struct EnumByteTypeInfo_1_t8AF9D231B3B3DD90C81F720A0B0F8F2D0BB6678B : public TraceLoggingTypeInfo_1_t3B564912583B489AA09CF4EC981BC921E43D206B { public: public: }; // System.Diagnostics.Tracing.EnumByteTypeInfo`1 struct EnumByteTypeInfo_1_t571F010C3CC85EC2545E126F36C1855C67767017 : public TraceLoggingTypeInfo_1_t2222233AEF607D614ED51D9A909021B0AD1DD052 { public: public: }; // System.Diagnostics.Tracing.EnumByteTypeInfo`1 struct EnumByteTypeInfo_1_t80FC2B3FEF7782AB273C7B2774A78B0948EB3A02 : public TraceLoggingTypeInfo_1_t31C39790E0722BFAB7EF167B090AFCF92BEF0393 { public: public: }; // System.Diagnostics.Tracing.EnumByteTypeInfo`1 struct EnumByteTypeInfo_1_t024482F4B0B6B81E02D39660251D773ACD4B0AB6 : public TraceLoggingTypeInfo_1_t7DB46152A9D14F1E2B1949B20B3FDFDF3EE951B1 { public: public: }; // System.Diagnostics.Tracing.EnumByteTypeInfo`1 struct EnumByteTypeInfo_1_t8021ADF8A3542085324EA36CC00D1753CE885C65 : public TraceLoggingTypeInfo_1_t632172B9985D9F811628DA2FBE10BB7F417FEA07 { public: public: }; // System.Diagnostics.Tracing.EnumByteTypeInfo`1 struct EnumByteTypeInfo_1_tDF6D6989829B76A5C988771A28950918ECE6F4A5 : public TraceLoggingTypeInfo_1_t8101320E9F094F3170A4766FC28D96B07623CAFF { public: public: }; // System.Diagnostics.Tracing.EnumByteTypeInfo`1 struct EnumByteTypeInfo_1_tFF31FD2EF9C97245E250019CE04FCCD1663810EF : public TraceLoggingTypeInfo_1_tCF0BA38E6075EA0A17E3D74D866D00756E15CE2A { public: public: }; // System.Diagnostics.Tracing.EnumByteTypeInfo`1 struct EnumByteTypeInfo_1_tED0102B036E2AACFC9F62EEBCD06FA23FBDDADC0 : public TraceLoggingTypeInfo_1_tC3E216D7BD16AEC469B9ADA1544BF7A54F8F5878 { public: public: }; // System.Diagnostics.Tracing.EnumByteTypeInfo`1 struct EnumByteTypeInfo_1_t49CAE8EBFA16BEB643E91CA08435E0DF437CC4F1 : public TraceLoggingTypeInfo_1_tF33AC29BBABEE752B432A303BA55EC74658EC78F { public: public: }; // System.Diagnostics.Tracing.EnumByteTypeInfo`1 struct EnumByteTypeInfo_1_t63098800EFFC3D9BDBDACDE96A68889593A7C5AF : public TraceLoggingTypeInfo_1_t144B08556E9DDF4E7C7D53A98470BF1BBD2E67DA { public: public: }; // System.Diagnostics.Tracing.EnumByteTypeInfo`1 struct EnumByteTypeInfo_1_tFF36065B44C9B218757F1109AB290E133E261F2B : public TraceLoggingTypeInfo_1_t2AA8837972AC05A92CCC42C2902E79514B223518 { public: public: }; // System.Diagnostics.Tracing.EnumByteTypeInfo`1 struct EnumByteTypeInfo_1_t5BF38240874E331AA136E8D3BCFE53E823012C3B : public TraceLoggingTypeInfo_1_t20A735C3CB75F54C35E40A70E3166D5A33200746 { public: public: }; // System.Diagnostics.Tracing.EnumByteTypeInfo`1 struct EnumByteTypeInfo_1_t2CDA26F1FA5536AA60FBB955C7AB51329A9BDD52 : public TraceLoggingTypeInfo_1_t9815A50B47090D0FC0C086E821E0D4C3C0F00017 { public: public: }; // System.Diagnostics.Tracing.EnumByteTypeInfo`1 struct EnumByteTypeInfo_1_tE2124AAA0A64CC065EA1DD0EF5042D952FD2C634 : public TraceLoggingTypeInfo_1_tC9A61AC7F8E9EEDA5909051820377A84D5B3EA40 { public: public: }; // System.Diagnostics.Tracing.EnumByteTypeInfo`1 struct EnumByteTypeInfo_1_t83FB7340A3D747B93409629F4CD8F89197AC677A : public TraceLoggingTypeInfo_1_tF53031808FEE0C6510DAADDC7D646FDC1003596D { public: public: }; // System.Diagnostics.Tracing.EnumByteTypeInfo`1 struct EnumByteTypeInfo_1_t4A75496F1D956831555411622DC2C57B37EC9BB1 : public TraceLoggingTypeInfo_1_t5E4CDB44325F36D386C0A07E2A068BFFE01B013D { public: public: }; // System.Diagnostics.Tracing.EnumByteTypeInfo`1 struct EnumByteTypeInfo_1_t8C70A9696DABF5BA9A62DFD154B1A2545D6E63E1 : public TraceLoggingTypeInfo_1_t2AB1B6E82D459F19130F48405C93259B4FAD5DE0 { public: public: }; // System.Diagnostics.Tracing.EnumByteTypeInfo`1 struct EnumByteTypeInfo_1_t38C5E4EF5D5D658EEE67B959518815664DC74179 : public TraceLoggingTypeInfo_1_t0AA37671ECD36B79145C47886B8425BF92BE7B13 { public: public: }; // System.Diagnostics.Tracing.EnumInt16TypeInfo`1> struct EnumInt16TypeInfo_1_tFA937295358D806515AF38EFCA7911A0EA2D38F7 : public TraceLoggingTypeInfo_1_tAA80A15704CE49500C66DC6B1C05B2A1188F89DC { public: public: }; // System.Diagnostics.Tracing.EnumInt16TypeInfo`1 struct EnumInt16TypeInfo_1_t327CFD38FE638C1016880A03A3983E1D343EB141 : public TraceLoggingTypeInfo_1_t2E09E8CA26064E30A8F7376A80B6440C13A23A68 { public: public: }; // System.Diagnostics.Tracing.EnumInt16TypeInfo`1 struct EnumInt16TypeInfo_1_t69BC5B08632F1831FF99E20E7C3809CF0A313C49 : public TraceLoggingTypeInfo_1_t3249C39DDD7C9608FB6A71BC0E8ADAD2DBA7582D { public: public: }; // System.Diagnostics.Tracing.EnumInt16TypeInfo`1 struct EnumInt16TypeInfo_1_tE3D19816F70E7AA87E6FF968F9C5CCE627769576 : public TraceLoggingTypeInfo_1_t4060A49A9615875C95710F4F7A74B649698B182C { public: public: }; // System.Diagnostics.Tracing.EnumInt16TypeInfo`1 struct EnumInt16TypeInfo_1_t32FB733BCEA55C2CEE76DEA2B23012323FAD017A : public TraceLoggingTypeInfo_1_t3B564912583B489AA09CF4EC981BC921E43D206B { public: public: }; // System.Diagnostics.Tracing.EnumInt16TypeInfo`1 struct EnumInt16TypeInfo_1_t99DDF1EA62F654C0A16E8C90515B55147A31793B : public TraceLoggingTypeInfo_1_t2222233AEF607D614ED51D9A909021B0AD1DD052 { public: public: }; // System.Diagnostics.Tracing.EnumInt16TypeInfo`1 struct EnumInt16TypeInfo_1_t18BDB87955FDCFC2936A6471E76CF71C1E90FE2A : public TraceLoggingTypeInfo_1_t31C39790E0722BFAB7EF167B090AFCF92BEF0393 { public: public: }; // System.Diagnostics.Tracing.EnumInt16TypeInfo`1 struct EnumInt16TypeInfo_1_t5AFA642C960C00F0106E89E6DEA6CE283716026A : public TraceLoggingTypeInfo_1_t7DB46152A9D14F1E2B1949B20B3FDFDF3EE951B1 { public: public: }; // System.Diagnostics.Tracing.EnumInt16TypeInfo`1 struct EnumInt16TypeInfo_1_t25AA9DA41BEF36AB22B550015483203637DD22D4 : public TraceLoggingTypeInfo_1_t632172B9985D9F811628DA2FBE10BB7F417FEA07 { public: public: }; // System.Diagnostics.Tracing.EnumInt16TypeInfo`1 struct EnumInt16TypeInfo_1_tF050B47045F9121905EEF58B032A0CB40D2CB366 : public TraceLoggingTypeInfo_1_t8101320E9F094F3170A4766FC28D96B07623CAFF { public: public: }; // System.Diagnostics.Tracing.EnumInt16TypeInfo`1 struct EnumInt16TypeInfo_1_tB01166CDFE7E864C7925E376ECB0753E8CF2C0B4 : public TraceLoggingTypeInfo_1_tCF0BA38E6075EA0A17E3D74D866D00756E15CE2A { public: public: }; // System.Diagnostics.Tracing.EnumInt16TypeInfo`1 struct EnumInt16TypeInfo_1_t4F37C3B46A3B0A08CC74FEAB6B7A0D669D229802 : public TraceLoggingTypeInfo_1_tC3E216D7BD16AEC469B9ADA1544BF7A54F8F5878 { public: public: }; // System.Diagnostics.Tracing.EnumInt16TypeInfo`1 struct EnumInt16TypeInfo_1_t0C69DBEDB014558B1176BDD0EB316E300E3E5682 : public TraceLoggingTypeInfo_1_tF33AC29BBABEE752B432A303BA55EC74658EC78F { public: public: }; // System.Diagnostics.Tracing.EnumInt16TypeInfo`1 struct EnumInt16TypeInfo_1_t830E5C147E78CE3ABFDDB116A72108BE5894573D : public TraceLoggingTypeInfo_1_t144B08556E9DDF4E7C7D53A98470BF1BBD2E67DA { public: public: }; // System.Diagnostics.Tracing.EnumInt16TypeInfo`1 struct EnumInt16TypeInfo_1_tAEB7018DD4935DDF24534C47D611BE1A520F9909 : public TraceLoggingTypeInfo_1_t2AA8837972AC05A92CCC42C2902E79514B223518 { public: public: }; // System.Diagnostics.Tracing.EnumInt16TypeInfo`1 struct EnumInt16TypeInfo_1_t5B4CC5E07FD951EC3E095AC8EA0CED0925D79ADD : public TraceLoggingTypeInfo_1_t20A735C3CB75F54C35E40A70E3166D5A33200746 { public: public: }; // System.Diagnostics.Tracing.EnumInt16TypeInfo`1 struct EnumInt16TypeInfo_1_tDF0930E8B7AC5520A5D18DBA7E3622A03AA6EE4A : public TraceLoggingTypeInfo_1_t9815A50B47090D0FC0C086E821E0D4C3C0F00017 { public: public: }; // System.Diagnostics.Tracing.EnumInt16TypeInfo`1 struct EnumInt16TypeInfo_1_t31DE07F2D365B96C91081C141A1015AD629B01D2 : public TraceLoggingTypeInfo_1_tC9A61AC7F8E9EEDA5909051820377A84D5B3EA40 { public: public: }; // System.Diagnostics.Tracing.EnumInt16TypeInfo`1 struct EnumInt16TypeInfo_1_tE1C2BBB284DB6ACCBA87CF289CD08B4A94558170 : public TraceLoggingTypeInfo_1_tF53031808FEE0C6510DAADDC7D646FDC1003596D { public: public: }; // System.Diagnostics.Tracing.EnumInt16TypeInfo`1 struct EnumInt16TypeInfo_1_t3FA461AB3C0FAAD355B9ECECAD9A1744E64A322B : public TraceLoggingTypeInfo_1_t5E4CDB44325F36D386C0A07E2A068BFFE01B013D { public: public: }; // System.Diagnostics.Tracing.EnumInt16TypeInfo`1 struct EnumInt16TypeInfo_1_t0AC11F8037165408BDBB3DF7965802C78F87CE68 : public TraceLoggingTypeInfo_1_t2AB1B6E82D459F19130F48405C93259B4FAD5DE0 { public: public: }; // System.Diagnostics.Tracing.EnumInt16TypeInfo`1 struct EnumInt16TypeInfo_1_tAAC69CF43F9FC760FCDDA29A238C0E38B67BF88E : public TraceLoggingTypeInfo_1_t0AA37671ECD36B79145C47886B8425BF92BE7B13 { public: public: }; // System.Diagnostics.Tracing.EnumInt32TypeInfo`1> struct EnumInt32TypeInfo_1_t3F2F71A6E45491AACCC156DF27C45A45AF764C50 : public TraceLoggingTypeInfo_1_tAA80A15704CE49500C66DC6B1C05B2A1188F89DC { public: public: }; // System.Diagnostics.Tracing.EnumInt32TypeInfo`1 struct EnumInt32TypeInfo_1_tF464127DD9BDD21EB1D95AAFF1A311540ECCE80E : public TraceLoggingTypeInfo_1_t2E09E8CA26064E30A8F7376A80B6440C13A23A68 { public: public: }; // System.Diagnostics.Tracing.EnumInt32TypeInfo`1 struct EnumInt32TypeInfo_1_t5AA6EA53C13EEDEF08F912E6519262F7BEBF3E9A : public TraceLoggingTypeInfo_1_t3249C39DDD7C9608FB6A71BC0E8ADAD2DBA7582D { public: public: }; // System.Diagnostics.Tracing.EnumInt32TypeInfo`1 struct EnumInt32TypeInfo_1_t817C642DDFBA4E0855DB4518B9368A1CDE53BE67 : public TraceLoggingTypeInfo_1_t4060A49A9615875C95710F4F7A74B649698B182C { public: public: }; // System.Diagnostics.Tracing.EnumInt32TypeInfo`1 struct EnumInt32TypeInfo_1_t8230EFB4B42416308F5FBF50250B54B84FBAE0D6 : public TraceLoggingTypeInfo_1_t3B564912583B489AA09CF4EC981BC921E43D206B { public: public: }; // System.Diagnostics.Tracing.EnumInt32TypeInfo`1 struct EnumInt32TypeInfo_1_tCD5592E744BBDB846E8B6E91B53C9E65664D985E : public TraceLoggingTypeInfo_1_t2222233AEF607D614ED51D9A909021B0AD1DD052 { public: public: }; // System.Diagnostics.Tracing.EnumInt32TypeInfo`1 struct EnumInt32TypeInfo_1_tBB431510B340A77219B556FAB4F133BCD1720116 : public TraceLoggingTypeInfo_1_t31C39790E0722BFAB7EF167B090AFCF92BEF0393 { public: public: }; // System.Diagnostics.Tracing.EnumInt32TypeInfo`1 struct EnumInt32TypeInfo_1_t1D4E3675464183D7FBE2E5B0EDC19225EB4654C5 : public TraceLoggingTypeInfo_1_t7DB46152A9D14F1E2B1949B20B3FDFDF3EE951B1 { public: public: }; // System.Diagnostics.Tracing.EnumInt32TypeInfo`1 struct EnumInt32TypeInfo_1_t198514C54F5277CAA412C5470C666CE11EBA0758 : public TraceLoggingTypeInfo_1_t632172B9985D9F811628DA2FBE10BB7F417FEA07 { public: public: }; // System.Diagnostics.Tracing.EnumInt32TypeInfo`1 struct EnumInt32TypeInfo_1_t2A9F7F34EB2D63094B3DB1071968F8AC49C3A666 : public TraceLoggingTypeInfo_1_t8101320E9F094F3170A4766FC28D96B07623CAFF { public: public: }; // System.Diagnostics.Tracing.EnumInt32TypeInfo`1 struct EnumInt32TypeInfo_1_tE53029C877F07790B95275AA5A70D46BFC15DCED : public TraceLoggingTypeInfo_1_tCF0BA38E6075EA0A17E3D74D866D00756E15CE2A { public: public: }; // System.Diagnostics.Tracing.EnumInt32TypeInfo`1 struct EnumInt32TypeInfo_1_tD7F1E859807297D330927C28645E28D865006524 : public TraceLoggingTypeInfo_1_tC3E216D7BD16AEC469B9ADA1544BF7A54F8F5878 { public: public: }; // System.Diagnostics.Tracing.EnumInt32TypeInfo`1 struct EnumInt32TypeInfo_1_t2164AB8BBD2403E79FE926BA0BF2C41C6986C12F : public TraceLoggingTypeInfo_1_tF33AC29BBABEE752B432A303BA55EC74658EC78F { public: public: }; // System.Diagnostics.Tracing.EnumInt32TypeInfo`1 struct EnumInt32TypeInfo_1_tD004A9A7A229BEE457C37FCC03E9128468FD2442 : public TraceLoggingTypeInfo_1_t144B08556E9DDF4E7C7D53A98470BF1BBD2E67DA { public: public: }; // System.Diagnostics.Tracing.EnumInt32TypeInfo`1 struct EnumInt32TypeInfo_1_tCB0F8B832689979194BA21A79ED6F5FC17A7A17B : public TraceLoggingTypeInfo_1_t2AA8837972AC05A92CCC42C2902E79514B223518 { public: public: }; // System.Diagnostics.Tracing.EnumInt32TypeInfo`1 struct EnumInt32TypeInfo_1_tB870A563BA74B6D5B6C4801EC1C16AF307DB219A : public TraceLoggingTypeInfo_1_t20A735C3CB75F54C35E40A70E3166D5A33200746 { public: public: }; // System.Diagnostics.Tracing.EnumInt32TypeInfo`1 struct EnumInt32TypeInfo_1_tCDC252DC29AEAE31FF4BA0607DEE10809E3CBBEC : public TraceLoggingTypeInfo_1_t9815A50B47090D0FC0C086E821E0D4C3C0F00017 { public: public: }; // System.Diagnostics.Tracing.EnumInt32TypeInfo`1 struct EnumInt32TypeInfo_1_t9A4FE2D243380A995EDA41308EDA59A20BD452E5 : public TraceLoggingTypeInfo_1_tC9A61AC7F8E9EEDA5909051820377A84D5B3EA40 { public: public: }; // System.Diagnostics.Tracing.EnumInt32TypeInfo`1 struct EnumInt32TypeInfo_1_tF317DAD37B17CC33168FB08833D9689CAACE255E : public TraceLoggingTypeInfo_1_tF53031808FEE0C6510DAADDC7D646FDC1003596D { public: public: }; // System.Diagnostics.Tracing.EnumInt32TypeInfo`1 struct EnumInt32TypeInfo_1_t7E1179359DA885C0D44ACCDBDEA28EDCB4B22D0A : public TraceLoggingTypeInfo_1_t5E4CDB44325F36D386C0A07E2A068BFFE01B013D { public: public: }; // System.Diagnostics.Tracing.EnumInt32TypeInfo`1 struct EnumInt32TypeInfo_1_t3A47066B959455950ACBE0CFC9887025D1CD80F0 : public TraceLoggingTypeInfo_1_t2AB1B6E82D459F19130F48405C93259B4FAD5DE0 { public: public: }; // System.Diagnostics.Tracing.EnumInt32TypeInfo`1 struct EnumInt32TypeInfo_1_tA1D2D03ACE576F348FFBA879037FF1BD472CC166 : public TraceLoggingTypeInfo_1_t0AA37671ECD36B79145C47886B8425BF92BE7B13 { public: public: }; // System.Diagnostics.Tracing.EnumInt64TypeInfo`1> struct EnumInt64TypeInfo_1_t58765D93BC94D11BDAF817D783D668EAC859398C : public TraceLoggingTypeInfo_1_tAA80A15704CE49500C66DC6B1C05B2A1188F89DC { public: public: }; // System.Diagnostics.Tracing.EnumInt64TypeInfo`1 struct EnumInt64TypeInfo_1_t8D63CCE711D787B505F27202C192F156FBDE159E : public TraceLoggingTypeInfo_1_t2E09E8CA26064E30A8F7376A80B6440C13A23A68 { public: public: }; // System.Diagnostics.Tracing.EnumInt64TypeInfo`1 struct EnumInt64TypeInfo_1_t83E1CDD1E74E62E528675B59C9E63527EF101BBA : public TraceLoggingTypeInfo_1_t3249C39DDD7C9608FB6A71BC0E8ADAD2DBA7582D { public: public: }; // System.Diagnostics.Tracing.EnumInt64TypeInfo`1 struct EnumInt64TypeInfo_1_t2B598E745D9F688892BB7181A11A2A1C8289EB77 : public TraceLoggingTypeInfo_1_t4060A49A9615875C95710F4F7A74B649698B182C { public: public: }; // System.Diagnostics.Tracing.EnumInt64TypeInfo`1 struct EnumInt64TypeInfo_1_t2115F030762723EFE513888B2C714F94C4D3B165 : public TraceLoggingTypeInfo_1_t3B564912583B489AA09CF4EC981BC921E43D206B { public: public: }; // System.Diagnostics.Tracing.EnumInt64TypeInfo`1 struct EnumInt64TypeInfo_1_tC00F858446FAD6544F8EC61471FFB598FB0CB59A : public TraceLoggingTypeInfo_1_t2222233AEF607D614ED51D9A909021B0AD1DD052 { public: public: }; // System.Diagnostics.Tracing.EnumInt64TypeInfo`1 struct EnumInt64TypeInfo_1_tD60467A70F0810A329DB43094B8FEF0F00C553DC : public TraceLoggingTypeInfo_1_t31C39790E0722BFAB7EF167B090AFCF92BEF0393 { public: public: }; // System.Diagnostics.Tracing.EnumInt64TypeInfo`1 struct EnumInt64TypeInfo_1_tBB7480D10E8775D22C96A77490FAF27D6A993BBD : public TraceLoggingTypeInfo_1_t7DB46152A9D14F1E2B1949B20B3FDFDF3EE951B1 { public: public: }; // System.Diagnostics.Tracing.EnumInt64TypeInfo`1 struct EnumInt64TypeInfo_1_t9B21A8F5C191B5FD83E952D815E1AAD0C858B073 : public TraceLoggingTypeInfo_1_t632172B9985D9F811628DA2FBE10BB7F417FEA07 { public: public: }; // System.Diagnostics.Tracing.EnumInt64TypeInfo`1 struct EnumInt64TypeInfo_1_t592CC480D0AB9A543177E03C361F7091766BDF75 : public TraceLoggingTypeInfo_1_t8101320E9F094F3170A4766FC28D96B07623CAFF { public: public: }; // System.Diagnostics.Tracing.EnumInt64TypeInfo`1 struct EnumInt64TypeInfo_1_tF9FB59F0DCA22E0DA0A457C1EE8FB0EE8654F454 : public TraceLoggingTypeInfo_1_tCF0BA38E6075EA0A17E3D74D866D00756E15CE2A { public: public: }; // System.Diagnostics.Tracing.EnumInt64TypeInfo`1 struct EnumInt64TypeInfo_1_t5350663388346C1CD19DB2C70CA3015A880F0BE1 : public TraceLoggingTypeInfo_1_tC3E216D7BD16AEC469B9ADA1544BF7A54F8F5878 { public: public: }; // System.Diagnostics.Tracing.EnumInt64TypeInfo`1 struct EnumInt64TypeInfo_1_t8E578BDC9FF4461730DE63EA0BAAAA6BAB508721 : public TraceLoggingTypeInfo_1_tF33AC29BBABEE752B432A303BA55EC74658EC78F { public: public: }; // System.Diagnostics.Tracing.EnumInt64TypeInfo`1 struct EnumInt64TypeInfo_1_tEFCEDEF68525B8822A30AF94FEF5456DEA7EF570 : public TraceLoggingTypeInfo_1_t144B08556E9DDF4E7C7D53A98470BF1BBD2E67DA { public: public: }; // System.Diagnostics.Tracing.EnumInt64TypeInfo`1 struct EnumInt64TypeInfo_1_t1D318ACB541DA4D4CF866D7047192C427A2B4AA5 : public TraceLoggingTypeInfo_1_t2AA8837972AC05A92CCC42C2902E79514B223518 { public: public: }; // System.Diagnostics.Tracing.EnumInt64TypeInfo`1 struct EnumInt64TypeInfo_1_t2E18C187ACF74742421A69A2271C5C7480D40281 : public TraceLoggingTypeInfo_1_t20A735C3CB75F54C35E40A70E3166D5A33200746 { public: public: }; // System.Diagnostics.Tracing.EnumInt64TypeInfo`1 struct EnumInt64TypeInfo_1_tD254910F490AAD6431163325E807FD4CB93BD85F : public TraceLoggingTypeInfo_1_t9815A50B47090D0FC0C086E821E0D4C3C0F00017 { public: public: }; // System.Diagnostics.Tracing.EnumInt64TypeInfo`1 struct EnumInt64TypeInfo_1_t8A2E161C3A44AFCAD5CC905E5185DBF22A7D63BC : public TraceLoggingTypeInfo_1_tC9A61AC7F8E9EEDA5909051820377A84D5B3EA40 { public: public: }; // System.Diagnostics.Tracing.EnumInt64TypeInfo`1 struct EnumInt64TypeInfo_1_t8FB3C29C1D5EE212A04894C372A6D70C450D9A9B : public TraceLoggingTypeInfo_1_tF53031808FEE0C6510DAADDC7D646FDC1003596D { public: public: }; // System.Diagnostics.Tracing.EnumInt64TypeInfo`1 struct EnumInt64TypeInfo_1_t7CDB049B26DE2904471375E665C19F66A18CE589 : public TraceLoggingTypeInfo_1_t5E4CDB44325F36D386C0A07E2A068BFFE01B013D { public: public: }; // System.Diagnostics.Tracing.EnumInt64TypeInfo`1 struct EnumInt64TypeInfo_1_t522993BB9667D5C27EC5E9B3AE63C2D436CD9D8D : public TraceLoggingTypeInfo_1_t2AB1B6E82D459F19130F48405C93259B4FAD5DE0 { public: public: }; // System.Diagnostics.Tracing.EnumInt64TypeInfo`1 struct EnumInt64TypeInfo_1_tCD5A3B48346B99E1A927055B827FD7B490144F23 : public TraceLoggingTypeInfo_1_t0AA37671ECD36B79145C47886B8425BF92BE7B13 { public: public: }; // System.Diagnostics.Tracing.EnumSByteTypeInfo`1> struct EnumSByteTypeInfo_1_tC7CFCCC18A3C3E6F197134F5C02B5DD1593CDBE3 : public TraceLoggingTypeInfo_1_tAA80A15704CE49500C66DC6B1C05B2A1188F89DC { public: public: }; // System.Diagnostics.Tracing.EnumSByteTypeInfo`1 struct EnumSByteTypeInfo_1_t84A9F7127C451FD1D6F918C13E5A9C820F169A81 : public TraceLoggingTypeInfo_1_t2E09E8CA26064E30A8F7376A80B6440C13A23A68 { public: public: }; // System.Diagnostics.Tracing.EnumSByteTypeInfo`1 struct EnumSByteTypeInfo_1_t250B0618D664E497916244D0DB60E13735980431 : public TraceLoggingTypeInfo_1_t3249C39DDD7C9608FB6A71BC0E8ADAD2DBA7582D { public: public: }; // System.Diagnostics.Tracing.EnumSByteTypeInfo`1 struct EnumSByteTypeInfo_1_t33E4770DB98C2C3B2FF5FECB0A2ADB94E711754B : public TraceLoggingTypeInfo_1_t4060A49A9615875C95710F4F7A74B649698B182C { public: public: }; // System.Diagnostics.Tracing.EnumSByteTypeInfo`1 struct EnumSByteTypeInfo_1_t1C26360FF983B58A8A584BB51D9E20F7436E7C99 : public TraceLoggingTypeInfo_1_t3B564912583B489AA09CF4EC981BC921E43D206B { public: public: }; // System.Diagnostics.Tracing.EnumSByteTypeInfo`1 struct EnumSByteTypeInfo_1_t0820CC7D54DB2AEAC3579C92CA91439430B1019C : public TraceLoggingTypeInfo_1_t2222233AEF607D614ED51D9A909021B0AD1DD052 { public: public: }; // System.Diagnostics.Tracing.EnumSByteTypeInfo`1 struct EnumSByteTypeInfo_1_t654819E19CACBC246DDB3C6A360B4B77F9301F2A : public TraceLoggingTypeInfo_1_t31C39790E0722BFAB7EF167B090AFCF92BEF0393 { public: public: }; // System.Diagnostics.Tracing.EnumSByteTypeInfo`1 struct EnumSByteTypeInfo_1_tD05DFADCA5F38B6A889DA46E9DCC97495B422AC5 : public TraceLoggingTypeInfo_1_t7DB46152A9D14F1E2B1949B20B3FDFDF3EE951B1 { public: public: }; // System.Diagnostics.Tracing.EnumSByteTypeInfo`1 struct EnumSByteTypeInfo_1_t9505519225E30BD5F45B9E7234A0F3052A3AB2FC : public TraceLoggingTypeInfo_1_t632172B9985D9F811628DA2FBE10BB7F417FEA07 { public: public: }; // System.Diagnostics.Tracing.EnumSByteTypeInfo`1 struct EnumSByteTypeInfo_1_t8326E59BD0C7145884A338DD12145BA46B11E077 : public TraceLoggingTypeInfo_1_t8101320E9F094F3170A4766FC28D96B07623CAFF { public: public: }; // System.Diagnostics.Tracing.EnumSByteTypeInfo`1 struct EnumSByteTypeInfo_1_tDA4A6E57EC3564EB72B0A09095C7CBF5B2310081 : public TraceLoggingTypeInfo_1_tCF0BA38E6075EA0A17E3D74D866D00756E15CE2A { public: public: }; // System.Diagnostics.Tracing.EnumSByteTypeInfo`1 struct EnumSByteTypeInfo_1_t64215EF0747458831042D8F4F5ABEE86A71A135E : public TraceLoggingTypeInfo_1_tC3E216D7BD16AEC469B9ADA1544BF7A54F8F5878 { public: public: }; // System.Diagnostics.Tracing.EnumSByteTypeInfo`1 struct EnumSByteTypeInfo_1_t9FB747701226849D9B596E4F139E4F97F9A55073 : public TraceLoggingTypeInfo_1_tF33AC29BBABEE752B432A303BA55EC74658EC78F { public: public: }; // System.Diagnostics.Tracing.EnumSByteTypeInfo`1 struct EnumSByteTypeInfo_1_tEECBB9E81DBC7BC17832FFCB4C73501C94FE0216 : public TraceLoggingTypeInfo_1_t144B08556E9DDF4E7C7D53A98470BF1BBD2E67DA { public: public: }; // System.Diagnostics.Tracing.EnumSByteTypeInfo`1 struct EnumSByteTypeInfo_1_t770ED5035F38F84F5FDDAF39C579C845047138C9 : public TraceLoggingTypeInfo_1_t2AA8837972AC05A92CCC42C2902E79514B223518 { public: public: }; // System.Diagnostics.Tracing.EnumSByteTypeInfo`1 struct EnumSByteTypeInfo_1_t8D6C3F5B5E58D4A1BA1F5F2444105366BA7EAF99 : public TraceLoggingTypeInfo_1_t20A735C3CB75F54C35E40A70E3166D5A33200746 { public: public: }; // System.Diagnostics.Tracing.EnumSByteTypeInfo`1 struct EnumSByteTypeInfo_1_t40C9792F9A4EFE9B35A68F710427FD5173062C83 : public TraceLoggingTypeInfo_1_t9815A50B47090D0FC0C086E821E0D4C3C0F00017 { public: public: }; // System.Diagnostics.Tracing.EnumSByteTypeInfo`1 struct EnumSByteTypeInfo_1_t13407952A865FEAEB03EED0B851FC6DBCDF8348F : public TraceLoggingTypeInfo_1_tC9A61AC7F8E9EEDA5909051820377A84D5B3EA40 { public: public: }; // System.Diagnostics.Tracing.EnumSByteTypeInfo`1 struct EnumSByteTypeInfo_1_tDD384F5303E0BFC3A84A3BF8139886B03C04DD56 : public TraceLoggingTypeInfo_1_tF53031808FEE0C6510DAADDC7D646FDC1003596D { public: public: }; // System.Diagnostics.Tracing.EnumSByteTypeInfo`1 struct EnumSByteTypeInfo_1_tA24AB66B3F6028EEC1242CC736FFA2E7E66FCD2E : public TraceLoggingTypeInfo_1_t5E4CDB44325F36D386C0A07E2A068BFFE01B013D { public: public: }; // System.Diagnostics.Tracing.EnumSByteTypeInfo`1 struct EnumSByteTypeInfo_1_tF576FA9D6755AA93609B1A09062823557540DA81 : public TraceLoggingTypeInfo_1_t2AB1B6E82D459F19130F48405C93259B4FAD5DE0 { public: public: }; // System.Diagnostics.Tracing.EnumSByteTypeInfo`1 struct EnumSByteTypeInfo_1_tEADFAC9679D9988BB655F8DE25270B5CAC21740B : public TraceLoggingTypeInfo_1_t0AA37671ECD36B79145C47886B8425BF92BE7B13 { public: public: }; // System.Diagnostics.Tracing.EnumUInt16TypeInfo`1> struct EnumUInt16TypeInfo_1_t38EFBEDCD057539918395E1E7D0D580F95202C0E : public TraceLoggingTypeInfo_1_tAA80A15704CE49500C66DC6B1C05B2A1188F89DC { public: public: }; // System.Diagnostics.Tracing.EnumUInt16TypeInfo`1 struct EnumUInt16TypeInfo_1_t4AD5FDF893DD7EE4C997BB550F5A149141C4EB53 : public TraceLoggingTypeInfo_1_t2E09E8CA26064E30A8F7376A80B6440C13A23A68 { public: public: }; // System.Diagnostics.Tracing.EnumUInt16TypeInfo`1 struct EnumUInt16TypeInfo_1_tFF28C636A959C216791C4C3AA561AD9F403E9F00 : public TraceLoggingTypeInfo_1_t3249C39DDD7C9608FB6A71BC0E8ADAD2DBA7582D { public: public: }; // System.Diagnostics.Tracing.EnumUInt16TypeInfo`1 struct EnumUInt16TypeInfo_1_t3FE64114574BA927247CBC86ED4C0D55B90E72B9 : public TraceLoggingTypeInfo_1_t4060A49A9615875C95710F4F7A74B649698B182C { public: public: }; // System.Diagnostics.Tracing.EnumUInt16TypeInfo`1 struct EnumUInt16TypeInfo_1_tE12FD630A12C83B714974FB541B4D24953E3B6BA : public TraceLoggingTypeInfo_1_t3B564912583B489AA09CF4EC981BC921E43D206B { public: public: }; // System.Diagnostics.Tracing.EnumUInt16TypeInfo`1 struct EnumUInt16TypeInfo_1_t120CAF216CECB574B59943E8281DDA1827918831 : public TraceLoggingTypeInfo_1_t2222233AEF607D614ED51D9A909021B0AD1DD052 { public: public: }; // System.Diagnostics.Tracing.EnumUInt16TypeInfo`1 struct EnumUInt16TypeInfo_1_t151493147DC956BB06D567BE058D4E4C15186E80 : public TraceLoggingTypeInfo_1_t31C39790E0722BFAB7EF167B090AFCF92BEF0393 { public: public: }; // System.Diagnostics.Tracing.EnumUInt16TypeInfo`1 struct EnumUInt16TypeInfo_1_t4E94CEA914BE69A357965EBE760A6A0FAAF74B0C : public TraceLoggingTypeInfo_1_t7DB46152A9D14F1E2B1949B20B3FDFDF3EE951B1 { public: public: }; // System.Diagnostics.Tracing.EnumUInt16TypeInfo`1 struct EnumUInt16TypeInfo_1_tCDE284BF7B32E3EE413F07B2E601EA9F44D345C6 : public TraceLoggingTypeInfo_1_t632172B9985D9F811628DA2FBE10BB7F417FEA07 { public: public: }; // System.Diagnostics.Tracing.EnumUInt16TypeInfo`1 struct EnumUInt16TypeInfo_1_t89415BF23FB31544896C1804CEE1467010DE071A : public TraceLoggingTypeInfo_1_t8101320E9F094F3170A4766FC28D96B07623CAFF { public: public: }; // System.Diagnostics.Tracing.EnumUInt16TypeInfo`1 struct EnumUInt16TypeInfo_1_tC6DEB8FC9D9B894AEE1BBDF8975F86A1A3C5DABE : public TraceLoggingTypeInfo_1_tCF0BA38E6075EA0A17E3D74D866D00756E15CE2A { public: public: }; // System.Diagnostics.Tracing.EnumUInt16TypeInfo`1 struct EnumUInt16TypeInfo_1_t91AD75788430C6878826DF12A785D17C8DE4BBAA : public TraceLoggingTypeInfo_1_tC3E216D7BD16AEC469B9ADA1544BF7A54F8F5878 { public: public: }; // System.Diagnostics.Tracing.EnumUInt16TypeInfo`1 struct EnumUInt16TypeInfo_1_t2C82D2C3955A53EDCAEE1DA9AFA408A03DADDB01 : public TraceLoggingTypeInfo_1_tF33AC29BBABEE752B432A303BA55EC74658EC78F { public: public: }; // System.Diagnostics.Tracing.EnumUInt16TypeInfo`1 struct EnumUInt16TypeInfo_1_tD7022CE83D3C5757EB561562C38EB96183A140D9 : public TraceLoggingTypeInfo_1_t144B08556E9DDF4E7C7D53A98470BF1BBD2E67DA { public: public: }; // System.Diagnostics.Tracing.EnumUInt16TypeInfo`1 struct EnumUInt16TypeInfo_1_t9DCDBD102963282E16F58089C36FC5D7EE61B1B2 : public TraceLoggingTypeInfo_1_t2AA8837972AC05A92CCC42C2902E79514B223518 { public: public: }; // System.Diagnostics.Tracing.EnumUInt16TypeInfo`1 struct EnumUInt16TypeInfo_1_t249C26AE78F7B30A017D6FCA3D039CE6BD9B02F8 : public TraceLoggingTypeInfo_1_t20A735C3CB75F54C35E40A70E3166D5A33200746 { public: public: }; // System.Diagnostics.Tracing.EnumUInt16TypeInfo`1 struct EnumUInt16TypeInfo_1_tA0C6343C56CD58A84A7DF749484F28939392AE88 : public TraceLoggingTypeInfo_1_t9815A50B47090D0FC0C086E821E0D4C3C0F00017 { public: public: }; // System.Diagnostics.Tracing.EnumUInt16TypeInfo`1 struct EnumUInt16TypeInfo_1_t1D0D9261EA389BFDD0A4E251ADD11779E3C2145E : public TraceLoggingTypeInfo_1_tC9A61AC7F8E9EEDA5909051820377A84D5B3EA40 { public: public: }; // System.Diagnostics.Tracing.EnumUInt16TypeInfo`1 struct EnumUInt16TypeInfo_1_t6C23BA045D7DC8EA33A4D87AC0BAE044CB37133C : public TraceLoggingTypeInfo_1_tF53031808FEE0C6510DAADDC7D646FDC1003596D { public: public: }; // System.Diagnostics.Tracing.EnumUInt16TypeInfo`1 struct EnumUInt16TypeInfo_1_t72BF93EF6AFB611AC2A4C7BEB20D689927625A82 : public TraceLoggingTypeInfo_1_t5E4CDB44325F36D386C0A07E2A068BFFE01B013D { public: public: }; // System.Diagnostics.Tracing.EnumUInt16TypeInfo`1 struct EnumUInt16TypeInfo_1_tD6E553A8AD56B7EF440E85253049139EF6AD4A38 : public TraceLoggingTypeInfo_1_t2AB1B6E82D459F19130F48405C93259B4FAD5DE0 { public: public: }; // System.Diagnostics.Tracing.EnumUInt16TypeInfo`1 struct EnumUInt16TypeInfo_1_tC774663856D86742424A43EC6810B3E5F3A1A44D : public TraceLoggingTypeInfo_1_t0AA37671ECD36B79145C47886B8425BF92BE7B13 { public: public: }; // System.Diagnostics.Tracing.EnumUInt32TypeInfo`1> struct EnumUInt32TypeInfo_1_tBFC8606E6CE1A6012B12491DF98C2A5101F9A70B : public TraceLoggingTypeInfo_1_tAA80A15704CE49500C66DC6B1C05B2A1188F89DC { public: public: }; // System.Diagnostics.Tracing.EnumUInt32TypeInfo`1 struct EnumUInt32TypeInfo_1_tF7FEF362DB25FADB725D09C2F14F854D11B63ABA : public TraceLoggingTypeInfo_1_t2E09E8CA26064E30A8F7376A80B6440C13A23A68 { public: public: }; // System.Diagnostics.Tracing.EnumUInt32TypeInfo`1 struct EnumUInt32TypeInfo_1_tF6B8B1B3DE81A7B78D50D108799138A0D8C41653 : public TraceLoggingTypeInfo_1_t3249C39DDD7C9608FB6A71BC0E8ADAD2DBA7582D { public: public: }; // System.Diagnostics.Tracing.EnumUInt32TypeInfo`1 struct EnumUInt32TypeInfo_1_t7AC969B8021364B81F118EA0868B1F8832F0DC9D : public TraceLoggingTypeInfo_1_t4060A49A9615875C95710F4F7A74B649698B182C { public: public: }; // System.Diagnostics.Tracing.EnumUInt32TypeInfo`1 struct EnumUInt32TypeInfo_1_tDFDF9F220BEA5C6EA946F840B8ECF216CD54D68A : public TraceLoggingTypeInfo_1_t3B564912583B489AA09CF4EC981BC921E43D206B { public: public: }; // System.Diagnostics.Tracing.EnumUInt32TypeInfo`1 struct EnumUInt32TypeInfo_1_t3B7E139A1CEF87EA729C6339CC4241AF0A28BEF3 : public TraceLoggingTypeInfo_1_t2222233AEF607D614ED51D9A909021B0AD1DD052 { public: public: }; // System.Diagnostics.Tracing.EnumUInt32TypeInfo`1 struct EnumUInt32TypeInfo_1_t3FDA1CA3592B8989840DDF5D6311F9B497D5C790 : public TraceLoggingTypeInfo_1_t31C39790E0722BFAB7EF167B090AFCF92BEF0393 { public: public: }; // System.Diagnostics.Tracing.EnumUInt32TypeInfo`1 struct EnumUInt32TypeInfo_1_tCABE7B4B070D353057068ED0F533C152A4A19D64 : public TraceLoggingTypeInfo_1_t7DB46152A9D14F1E2B1949B20B3FDFDF3EE951B1 { public: public: }; // System.Diagnostics.Tracing.EnumUInt32TypeInfo`1 struct EnumUInt32TypeInfo_1_t8E173B3BA9045D2C66ECDC3711E1C245A1C18504 : public TraceLoggingTypeInfo_1_t632172B9985D9F811628DA2FBE10BB7F417FEA07 { public: public: }; // System.Diagnostics.Tracing.EnumUInt32TypeInfo`1 struct EnumUInt32TypeInfo_1_t6A8CBA9C780F318B2BF90C794C5AB1A061CC3F0F : public TraceLoggingTypeInfo_1_t8101320E9F094F3170A4766FC28D96B07623CAFF { public: public: }; // System.Diagnostics.Tracing.EnumUInt32TypeInfo`1 struct EnumUInt32TypeInfo_1_tD1F689AF2049E4429338061D66C31AFD79162768 : public TraceLoggingTypeInfo_1_tCF0BA38E6075EA0A17E3D74D866D00756E15CE2A { public: public: }; // System.Diagnostics.Tracing.EnumUInt32TypeInfo`1 struct EnumUInt32TypeInfo_1_t5F7B20BE56156822DE56E73535D7BC3895425DE9 : public TraceLoggingTypeInfo_1_tC3E216D7BD16AEC469B9ADA1544BF7A54F8F5878 { public: public: }; // System.Diagnostics.Tracing.EnumUInt32TypeInfo`1 struct EnumUInt32TypeInfo_1_tDD9BBE8D777B7A64B31B130FB8E3C8F638DE7A5F : public TraceLoggingTypeInfo_1_tF33AC29BBABEE752B432A303BA55EC74658EC78F { public: public: }; // System.Diagnostics.Tracing.EnumUInt32TypeInfo`1 struct EnumUInt32TypeInfo_1_t591AF7C675D2A8509E0A53BEB4434882D3E0AED3 : public TraceLoggingTypeInfo_1_t144B08556E9DDF4E7C7D53A98470BF1BBD2E67DA { public: public: }; // System.Diagnostics.Tracing.EnumUInt32TypeInfo`1 struct EnumUInt32TypeInfo_1_t3B389296BEBBB004B501EB9041F9CE339695BC5E : public TraceLoggingTypeInfo_1_t2AA8837972AC05A92CCC42C2902E79514B223518 { public: public: }; // System.Diagnostics.Tracing.EnumUInt32TypeInfo`1 struct EnumUInt32TypeInfo_1_t275B65074942FCA680640C7B3E4C072126BB1A6E : public TraceLoggingTypeInfo_1_t20A735C3CB75F54C35E40A70E3166D5A33200746 { public: public: }; // System.Diagnostics.Tracing.EnumUInt32TypeInfo`1 struct EnumUInt32TypeInfo_1_tFB15F0364F9F5604AF7883573ED42D6220778344 : public TraceLoggingTypeInfo_1_t9815A50B47090D0FC0C086E821E0D4C3C0F00017 { public: public: }; // System.Diagnostics.Tracing.EnumUInt32TypeInfo`1 struct EnumUInt32TypeInfo_1_t4C61F08DB05681989B0CDDC6EC177CDA8B8B4F02 : public TraceLoggingTypeInfo_1_tC9A61AC7F8E9EEDA5909051820377A84D5B3EA40 { public: public: }; // System.Diagnostics.Tracing.EnumUInt32TypeInfo`1 struct EnumUInt32TypeInfo_1_t3FF7FEA94FC466A228E2CCECC8FF77CA0755D215 : public TraceLoggingTypeInfo_1_tF53031808FEE0C6510DAADDC7D646FDC1003596D { public: public: }; // System.Diagnostics.Tracing.EnumUInt32TypeInfo`1 struct EnumUInt32TypeInfo_1_t22BD1905DAB86D680B4DEDA4F958372FE5A8BD3C : public TraceLoggingTypeInfo_1_t5E4CDB44325F36D386C0A07E2A068BFFE01B013D { public: public: }; // System.Diagnostics.Tracing.EnumUInt32TypeInfo`1 struct EnumUInt32TypeInfo_1_tFBE04A697D5F1EE10D67252422795FB2D23D2936 : public TraceLoggingTypeInfo_1_t2AB1B6E82D459F19130F48405C93259B4FAD5DE0 { public: public: }; // System.Diagnostics.Tracing.EnumUInt32TypeInfo`1 struct EnumUInt32TypeInfo_1_t964FA9B7A79FFED659FCF789885172B6BE990F28 : public TraceLoggingTypeInfo_1_t0AA37671ECD36B79145C47886B8425BF92BE7B13 { public: public: }; // System.Diagnostics.Tracing.EnumUInt64TypeInfo`1> struct EnumUInt64TypeInfo_1_tD0ED195FD21F23CD7EE18DBE7E7916ADC97439D1 : public TraceLoggingTypeInfo_1_tAA80A15704CE49500C66DC6B1C05B2A1188F89DC { public: public: }; // System.Diagnostics.Tracing.EnumUInt64TypeInfo`1 struct EnumUInt64TypeInfo_1_t3AD9F0619B62F6356E93B3A2B07753E5F2A70792 : public TraceLoggingTypeInfo_1_t2E09E8CA26064E30A8F7376A80B6440C13A23A68 { public: public: }; // System.Diagnostics.Tracing.EnumUInt64TypeInfo`1 struct EnumUInt64TypeInfo_1_t53CDC6701619BAEF529C860F0CC84AC3B091A375 : public TraceLoggingTypeInfo_1_t3249C39DDD7C9608FB6A71BC0E8ADAD2DBA7582D { public: public: }; // System.Collections.Generic.KeyValuePair`2 struct KeyValuePair_2_tC6EA32F8AC3BFF582192B7389CCA58173D1D1D80 { public: // TKey System.Collections.Generic.KeyValuePair`2::key RuntimeObject * ___key_0; // TValue System.Collections.Generic.KeyValuePair`2::value ControlItem_t88696CA6FA7E3E6EDBF31BD5A8994D959F583B15 ___value_1; public: inline static int32_t get_offset_of_key_0() { return static_cast(offsetof(KeyValuePair_2_tC6EA32F8AC3BFF582192B7389CCA58173D1D1D80, ___key_0)); } inline RuntimeObject * get_key_0() const { return ___key_0; } inline RuntimeObject ** get_address_of_key_0() { return &___key_0; } inline void set_key_0(RuntimeObject * value) { ___key_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___key_0), (void*)value); } inline static int32_t get_offset_of_value_1() { return static_cast(offsetof(KeyValuePair_2_tC6EA32F8AC3BFF582192B7389CCA58173D1D1D80, ___value_1)); } inline ControlItem_t88696CA6FA7E3E6EDBF31BD5A8994D959F583B15 get_value_1() const { return ___value_1; } inline ControlItem_t88696CA6FA7E3E6EDBF31BD5A8994D959F583B15 * get_address_of_value_1() { return &___value_1; } inline void set_value_1(ControlItem_t88696CA6FA7E3E6EDBF31BD5A8994D959F583B15 value) { ___value_1 = value; Il2CppCodeGenWriteBarrier((void**)&((&(((&___value_1))->___U3CnameU3Ek__BackingField_0))->___m_StringOriginalCase_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&(((&___value_1))->___U3CnameU3Ek__BackingField_0))->___m_StringLowerCase_1), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&(((&___value_1))->___U3ClayoutU3Ek__BackingField_1))->___m_StringOriginalCase_0), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&(((&___value_1))->___U3ClayoutU3Ek__BackingField_1))->___m_StringLowerCase_1), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&(((&___value_1))->___U3CvariantsU3Ek__BackingField_2))->___m_StringOriginalCase_0), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&(((&___value_1))->___U3CvariantsU3Ek__BackingField_2))->___m_StringLowerCase_1), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___value_1))->___U3CuseStateFromU3Ek__BackingField_3), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___value_1))->___U3CdisplayNameU3Ek__BackingField_4), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___value_1))->___U3CshortDisplayNameU3Ek__BackingField_5), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&(((&___value_1))->___U3CusagesU3Ek__BackingField_6))->___m_Array_0), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&(((&___value_1))->___U3CaliasesU3Ek__BackingField_7))->___m_Array_0), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&(((&___value_1))->___U3CparametersU3Ek__BackingField_8))->___m_Array_0), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&(((&___value_1))->___U3CprocessorsU3Ek__BackingField_9))->___m_Array_0), (void*)NULL); #endif } }; // System.Nullable`1 struct Nullable_1_t832C5A73894D9D127823455B916D20244229A698 { public: // T System.Nullable`1::value RenderStateBlock_tF93A39FEEF559096371ABBB792D58DFF892C240D ___value_0; // System.Boolean System.Nullable`1::has_value bool ___has_value_1; public: inline static int32_t get_offset_of_value_0() { return static_cast(offsetof(Nullable_1_t832C5A73894D9D127823455B916D20244229A698, ___value_0)); } inline RenderStateBlock_tF93A39FEEF559096371ABBB792D58DFF892C240D get_value_0() const { return ___value_0; } inline RenderStateBlock_tF93A39FEEF559096371ABBB792D58DFF892C240D * get_address_of_value_0() { return &___value_0; } inline void set_value_0(RenderStateBlock_tF93A39FEEF559096371ABBB792D58DFF892C240D value) { ___value_0 = value; } inline static int32_t get_offset_of_has_value_1() { return static_cast(offsetof(Nullable_1_t832C5A73894D9D127823455B916D20244229A698, ___has_value_1)); } inline bool get_has_value_1() const { return ___has_value_1; } inline bool* get_address_of_has_value_1() { return &___has_value_1; } inline void set_has_value_1(bool value) { ___has_value_1 = value; } }; // System.ArgumentNullException struct ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB : public ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 { public: public: }; // System.ArgumentOutOfRangeException struct ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 : public ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 { public: // System.Object System.ArgumentOutOfRangeException::m_actualValue RuntimeObject * ___m_actualValue_19; public: inline static int32_t get_offset_of_m_actualValue_19() { return static_cast(offsetof(ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8, ___m_actualValue_19)); } inline RuntimeObject * get_m_actualValue_19() const { return ___m_actualValue_19; } inline RuntimeObject ** get_address_of_m_actualValue_19() { return &___m_actualValue_19; } inline void set_m_actualValue_19(RuntimeObject * value) { ___m_actualValue_19 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_actualValue_19), (void*)value); } }; // UnityEngine.Experimental.Rendering.Universal.Light2DBlendStyle struct Light2DBlendStyle_t06F4675186D47D53176BB550B7D6A09A48C4EBE6 { public: // System.String UnityEngine.Experimental.Rendering.Universal.Light2DBlendStyle::name String_t* ___name_0; // UnityEngine.Experimental.Rendering.Universal.Light2DBlendStyle/TextureChannel UnityEngine.Experimental.Rendering.Universal.Light2DBlendStyle::maskTextureChannel int32_t ___maskTextureChannel_1; // System.Single UnityEngine.Experimental.Rendering.Universal.Light2DBlendStyle::renderTextureScale float ___renderTextureScale_2; // UnityEngine.Experimental.Rendering.Universal.Light2DBlendStyle/BlendMode UnityEngine.Experimental.Rendering.Universal.Light2DBlendStyle::blendMode int32_t ___blendMode_3; // UnityEngine.Experimental.Rendering.Universal.Light2DBlendStyle/BlendFactors UnityEngine.Experimental.Rendering.Universal.Light2DBlendStyle::customBlendFactors BlendFactors_tBD57409A01A6700CE58058F2776A2851DD7303C9 ___customBlendFactors_4; // System.Boolean UnityEngine.Experimental.Rendering.Universal.Light2DBlendStyle::k__BackingField bool ___U3CisDirtyU3Ek__BackingField_5; // System.Boolean UnityEngine.Experimental.Rendering.Universal.Light2DBlendStyle::k__BackingField bool ___U3ChasRenderTargetU3Ek__BackingField_6; // UnityEngine.Rendering.Universal.RenderTargetHandle UnityEngine.Experimental.Rendering.Universal.Light2DBlendStyle::renderTargetHandle RenderTargetHandle_tF1A0604007691ECF29A9F58D2EB48A516B9A9E7C ___renderTargetHandle_7; public: inline static int32_t get_offset_of_name_0() { return static_cast(offsetof(Light2DBlendStyle_t06F4675186D47D53176BB550B7D6A09A48C4EBE6, ___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_maskTextureChannel_1() { return static_cast(offsetof(Light2DBlendStyle_t06F4675186D47D53176BB550B7D6A09A48C4EBE6, ___maskTextureChannel_1)); } inline int32_t get_maskTextureChannel_1() const { return ___maskTextureChannel_1; } inline int32_t* get_address_of_maskTextureChannel_1() { return &___maskTextureChannel_1; } inline void set_maskTextureChannel_1(int32_t value) { ___maskTextureChannel_1 = value; } inline static int32_t get_offset_of_renderTextureScale_2() { return static_cast(offsetof(Light2DBlendStyle_t06F4675186D47D53176BB550B7D6A09A48C4EBE6, ___renderTextureScale_2)); } inline float get_renderTextureScale_2() const { return ___renderTextureScale_2; } inline float* get_address_of_renderTextureScale_2() { return &___renderTextureScale_2; } inline void set_renderTextureScale_2(float value) { ___renderTextureScale_2 = value; } inline static int32_t get_offset_of_blendMode_3() { return static_cast(offsetof(Light2DBlendStyle_t06F4675186D47D53176BB550B7D6A09A48C4EBE6, ___blendMode_3)); } inline int32_t get_blendMode_3() const { return ___blendMode_3; } inline int32_t* get_address_of_blendMode_3() { return &___blendMode_3; } inline void set_blendMode_3(int32_t value) { ___blendMode_3 = value; } inline static int32_t get_offset_of_customBlendFactors_4() { return static_cast(offsetof(Light2DBlendStyle_t06F4675186D47D53176BB550B7D6A09A48C4EBE6, ___customBlendFactors_4)); } inline BlendFactors_tBD57409A01A6700CE58058F2776A2851DD7303C9 get_customBlendFactors_4() const { return ___customBlendFactors_4; } inline BlendFactors_tBD57409A01A6700CE58058F2776A2851DD7303C9 * get_address_of_customBlendFactors_4() { return &___customBlendFactors_4; } inline void set_customBlendFactors_4(BlendFactors_tBD57409A01A6700CE58058F2776A2851DD7303C9 value) { ___customBlendFactors_4 = value; } inline static int32_t get_offset_of_U3CisDirtyU3Ek__BackingField_5() { return static_cast(offsetof(Light2DBlendStyle_t06F4675186D47D53176BB550B7D6A09A48C4EBE6, ___U3CisDirtyU3Ek__BackingField_5)); } inline bool get_U3CisDirtyU3Ek__BackingField_5() const { return ___U3CisDirtyU3Ek__BackingField_5; } inline bool* get_address_of_U3CisDirtyU3Ek__BackingField_5() { return &___U3CisDirtyU3Ek__BackingField_5; } inline void set_U3CisDirtyU3Ek__BackingField_5(bool value) { ___U3CisDirtyU3Ek__BackingField_5 = value; } inline static int32_t get_offset_of_U3ChasRenderTargetU3Ek__BackingField_6() { return static_cast(offsetof(Light2DBlendStyle_t06F4675186D47D53176BB550B7D6A09A48C4EBE6, ___U3ChasRenderTargetU3Ek__BackingField_6)); } inline bool get_U3ChasRenderTargetU3Ek__BackingField_6() const { return ___U3ChasRenderTargetU3Ek__BackingField_6; } inline bool* get_address_of_U3ChasRenderTargetU3Ek__BackingField_6() { return &___U3ChasRenderTargetU3Ek__BackingField_6; } inline void set_U3ChasRenderTargetU3Ek__BackingField_6(bool value) { ___U3ChasRenderTargetU3Ek__BackingField_6 = value; } inline static int32_t get_offset_of_renderTargetHandle_7() { return static_cast(offsetof(Light2DBlendStyle_t06F4675186D47D53176BB550B7D6A09A48C4EBE6, ___renderTargetHandle_7)); } inline RenderTargetHandle_tF1A0604007691ECF29A9F58D2EB48A516B9A9E7C get_renderTargetHandle_7() const { return ___renderTargetHandle_7; } inline RenderTargetHandle_tF1A0604007691ECF29A9F58D2EB48A516B9A9E7C * get_address_of_renderTargetHandle_7() { return &___renderTargetHandle_7; } inline void set_renderTargetHandle_7(RenderTargetHandle_tF1A0604007691ECF29A9F58D2EB48A516B9A9E7C value) { ___renderTargetHandle_7 = value; } }; // Native definition for P/Invoke marshalling of UnityEngine.Experimental.Rendering.Universal.Light2DBlendStyle struct Light2DBlendStyle_t06F4675186D47D53176BB550B7D6A09A48C4EBE6_marshaled_pinvoke { char* ___name_0; int32_t ___maskTextureChannel_1; float ___renderTextureScale_2; int32_t ___blendMode_3; BlendFactors_tBD57409A01A6700CE58058F2776A2851DD7303C9 ___customBlendFactors_4; int32_t ___U3CisDirtyU3Ek__BackingField_5; int32_t ___U3ChasRenderTargetU3Ek__BackingField_6; RenderTargetHandle_tF1A0604007691ECF29A9F58D2EB48A516B9A9E7C ___renderTargetHandle_7; }; // Native definition for COM marshalling of UnityEngine.Experimental.Rendering.Universal.Light2DBlendStyle struct Light2DBlendStyle_t06F4675186D47D53176BB550B7D6A09A48C4EBE6_marshaled_com { Il2CppChar* ___name_0; int32_t ___maskTextureChannel_1; float ___renderTextureScale_2; int32_t ___blendMode_3; BlendFactors_tBD57409A01A6700CE58058F2776A2851DD7303C9 ___customBlendFactors_4; int32_t ___U3CisDirtyU3Ek__BackingField_5; int32_t ___U3ChasRenderTargetU3Ek__BackingField_6; RenderTargetHandle_tF1A0604007691ECF29A9F58D2EB48A516B9A9E7C ___renderTargetHandle_7; }; // UnityEngine.InputSystem.EnhancedTouch.Touch struct Touch_tB700CCC5E9EB6646D3C92FE9AE46EF0AE6021D21 { public: // UnityEngine.InputSystem.EnhancedTouch.Finger UnityEngine.InputSystem.EnhancedTouch.Touch::m_Finger Finger_t3B83C972B2375B2C4628C53FE90CE859951A677F * ___m_Finger_0; // UnityEngine.InputSystem.LowLevel.InputStateHistory`1/Record UnityEngine.InputSystem.EnhancedTouch.Touch::m_TouchRecord Record_t66AF7A083A5E272F632199AC60E7F86B0E68F110 ___m_TouchRecord_1; public: inline static int32_t get_offset_of_m_Finger_0() { return static_cast(offsetof(Touch_tB700CCC5E9EB6646D3C92FE9AE46EF0AE6021D21, ___m_Finger_0)); } inline Finger_t3B83C972B2375B2C4628C53FE90CE859951A677F * get_m_Finger_0() const { return ___m_Finger_0; } inline Finger_t3B83C972B2375B2C4628C53FE90CE859951A677F ** get_address_of_m_Finger_0() { return &___m_Finger_0; } inline void set_m_Finger_0(Finger_t3B83C972B2375B2C4628C53FE90CE859951A677F * value) { ___m_Finger_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_Finger_0), (void*)value); } inline static int32_t get_offset_of_m_TouchRecord_1() { return static_cast(offsetof(Touch_tB700CCC5E9EB6646D3C92FE9AE46EF0AE6021D21, ___m_TouchRecord_1)); } inline Record_t66AF7A083A5E272F632199AC60E7F86B0E68F110 get_m_TouchRecord_1() const { return ___m_TouchRecord_1; } inline Record_t66AF7A083A5E272F632199AC60E7F86B0E68F110 * get_address_of_m_TouchRecord_1() { return &___m_TouchRecord_1; } inline void set_m_TouchRecord_1(Record_t66AF7A083A5E272F632199AC60E7F86B0E68F110 value) { ___m_TouchRecord_1 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___m_TouchRecord_1))->___m_Owner_0), (void*)NULL); } }; // Native definition for P/Invoke marshalling of UnityEngine.InputSystem.EnhancedTouch.Touch struct Touch_tB700CCC5E9EB6646D3C92FE9AE46EF0AE6021D21_marshaled_pinvoke { Finger_t3B83C972B2375B2C4628C53FE90CE859951A677F * ___m_Finger_0; Record_t66AF7A083A5E272F632199AC60E7F86B0E68F110 ___m_TouchRecord_1; }; // Native definition for COM marshalling of UnityEngine.InputSystem.EnhancedTouch.Touch struct Touch_tB700CCC5E9EB6646D3C92FE9AE46EF0AE6021D21_marshaled_com { Finger_t3B83C972B2375B2C4628C53FE90CE859951A677F * ___m_Finger_0; Record_t66AF7A083A5E272F632199AC60E7F86B0E68F110 ___m_TouchRecord_1; }; // UnityEngine.InputSystem.InputControlScheme/MatchResult struct MatchResult_tB87B08CF46A07B0916A575EBC373FC406131649E { public: // UnityEngine.InputSystem.InputControlScheme/MatchResult/Result UnityEngine.InputSystem.InputControlScheme/MatchResult::m_Result int32_t ___m_Result_0; // System.Single UnityEngine.InputSystem.InputControlScheme/MatchResult::m_Score float ___m_Score_1; // UnityEngine.InputSystem.InputControlList`1 UnityEngine.InputSystem.InputControlScheme/MatchResult::m_Devices InputControlList_1_t9D0926F8AB5859C8767B43B76E6AC3847A5D7D02 ___m_Devices_2; // UnityEngine.InputSystem.InputControlList`1 UnityEngine.InputSystem.InputControlScheme/MatchResult::m_Controls InputControlList_1_tCCB2EBF6FDF573DC316CABD9A44894F5CCEEAE4A ___m_Controls_3; // UnityEngine.InputSystem.InputControlScheme/DeviceRequirement[] UnityEngine.InputSystem.InputControlScheme/MatchResult::m_Requirements DeviceRequirementU5BU5D_tBAAEA8AD0E93A8EF9DF98E9F4957B7A56286E795* ___m_Requirements_4; public: inline static int32_t get_offset_of_m_Result_0() { return static_cast(offsetof(MatchResult_tB87B08CF46A07B0916A575EBC373FC406131649E, ___m_Result_0)); } inline int32_t get_m_Result_0() const { return ___m_Result_0; } inline int32_t* get_address_of_m_Result_0() { return &___m_Result_0; } inline void set_m_Result_0(int32_t value) { ___m_Result_0 = value; } inline static int32_t get_offset_of_m_Score_1() { return static_cast(offsetof(MatchResult_tB87B08CF46A07B0916A575EBC373FC406131649E, ___m_Score_1)); } inline float get_m_Score_1() const { return ___m_Score_1; } inline float* get_address_of_m_Score_1() { return &___m_Score_1; } inline void set_m_Score_1(float value) { ___m_Score_1 = value; } inline static int32_t get_offset_of_m_Devices_2() { return static_cast(offsetof(MatchResult_tB87B08CF46A07B0916A575EBC373FC406131649E, ___m_Devices_2)); } inline InputControlList_1_t9D0926F8AB5859C8767B43B76E6AC3847A5D7D02 get_m_Devices_2() const { return ___m_Devices_2; } inline InputControlList_1_t9D0926F8AB5859C8767B43B76E6AC3847A5D7D02 * get_address_of_m_Devices_2() { return &___m_Devices_2; } inline void set_m_Devices_2(InputControlList_1_t9D0926F8AB5859C8767B43B76E6AC3847A5D7D02 value) { ___m_Devices_2 = value; } inline static int32_t get_offset_of_m_Controls_3() { return static_cast(offsetof(MatchResult_tB87B08CF46A07B0916A575EBC373FC406131649E, ___m_Controls_3)); } inline InputControlList_1_tCCB2EBF6FDF573DC316CABD9A44894F5CCEEAE4A get_m_Controls_3() const { return ___m_Controls_3; } inline InputControlList_1_tCCB2EBF6FDF573DC316CABD9A44894F5CCEEAE4A * get_address_of_m_Controls_3() { return &___m_Controls_3; } inline void set_m_Controls_3(InputControlList_1_tCCB2EBF6FDF573DC316CABD9A44894F5CCEEAE4A value) { ___m_Controls_3 = value; } inline static int32_t get_offset_of_m_Requirements_4() { return static_cast(offsetof(MatchResult_tB87B08CF46A07B0916A575EBC373FC406131649E, ___m_Requirements_4)); } inline DeviceRequirementU5BU5D_tBAAEA8AD0E93A8EF9DF98E9F4957B7A56286E795* get_m_Requirements_4() const { return ___m_Requirements_4; } inline DeviceRequirementU5BU5D_tBAAEA8AD0E93A8EF9DF98E9F4957B7A56286E795** get_address_of_m_Requirements_4() { return &___m_Requirements_4; } inline void set_m_Requirements_4(DeviceRequirementU5BU5D_tBAAEA8AD0E93A8EF9DF98E9F4957B7A56286E795* value) { ___m_Requirements_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_Requirements_4), (void*)value); } }; // Native definition for P/Invoke marshalling of UnityEngine.InputSystem.InputControlScheme/MatchResult struct MatchResult_tB87B08CF46A07B0916A575EBC373FC406131649E_marshaled_pinvoke { int32_t ___m_Result_0; float ___m_Score_1; InputControlList_1_t9D0926F8AB5859C8767B43B76E6AC3847A5D7D02 ___m_Devices_2; InputControlList_1_tCCB2EBF6FDF573DC316CABD9A44894F5CCEEAE4A ___m_Controls_3; DeviceRequirement_tAB27570ED81D24759C54FDE48B6DD74FF51649C9_marshaled_pinvoke* ___m_Requirements_4; }; // Native definition for COM marshalling of UnityEngine.InputSystem.InputControlScheme/MatchResult struct MatchResult_tB87B08CF46A07B0916A575EBC373FC406131649E_marshaled_com { int32_t ___m_Result_0; float ___m_Score_1; InputControlList_1_t9D0926F8AB5859C8767B43B76E6AC3847A5D7D02 ___m_Devices_2; InputControlList_1_tCCB2EBF6FDF573DC316CABD9A44894F5CCEEAE4A ___m_Controls_3; DeviceRequirement_tAB27570ED81D24759C54FDE48B6DD74FF51649C9_marshaled_com* ___m_Requirements_4; }; // UnityEngine.InputSystem.InputControlScheme/MatchResult/Match struct Match_tA58ECEA5A4F2339662BC2CF8B9F215FAB1182DDB { public: // System.Int32 UnityEngine.InputSystem.InputControlScheme/MatchResult/Match::m_RequirementIndex int32_t ___m_RequirementIndex_0; // UnityEngine.InputSystem.InputControlScheme/DeviceRequirement[] UnityEngine.InputSystem.InputControlScheme/MatchResult/Match::m_Requirements DeviceRequirementU5BU5D_tBAAEA8AD0E93A8EF9DF98E9F4957B7A56286E795* ___m_Requirements_1; // UnityEngine.InputSystem.InputControlList`1 UnityEngine.InputSystem.InputControlScheme/MatchResult/Match::m_Controls InputControlList_1_tCCB2EBF6FDF573DC316CABD9A44894F5CCEEAE4A ___m_Controls_2; public: inline static int32_t get_offset_of_m_RequirementIndex_0() { return static_cast(offsetof(Match_tA58ECEA5A4F2339662BC2CF8B9F215FAB1182DDB, ___m_RequirementIndex_0)); } inline int32_t get_m_RequirementIndex_0() const { return ___m_RequirementIndex_0; } inline int32_t* get_address_of_m_RequirementIndex_0() { return &___m_RequirementIndex_0; } inline void set_m_RequirementIndex_0(int32_t value) { ___m_RequirementIndex_0 = value; } inline static int32_t get_offset_of_m_Requirements_1() { return static_cast(offsetof(Match_tA58ECEA5A4F2339662BC2CF8B9F215FAB1182DDB, ___m_Requirements_1)); } inline DeviceRequirementU5BU5D_tBAAEA8AD0E93A8EF9DF98E9F4957B7A56286E795* get_m_Requirements_1() const { return ___m_Requirements_1; } inline DeviceRequirementU5BU5D_tBAAEA8AD0E93A8EF9DF98E9F4957B7A56286E795** get_address_of_m_Requirements_1() { return &___m_Requirements_1; } inline void set_m_Requirements_1(DeviceRequirementU5BU5D_tBAAEA8AD0E93A8EF9DF98E9F4957B7A56286E795* value) { ___m_Requirements_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_Requirements_1), (void*)value); } inline static int32_t get_offset_of_m_Controls_2() { return static_cast(offsetof(Match_tA58ECEA5A4F2339662BC2CF8B9F215FAB1182DDB, ___m_Controls_2)); } inline InputControlList_1_tCCB2EBF6FDF573DC316CABD9A44894F5CCEEAE4A get_m_Controls_2() const { return ___m_Controls_2; } inline InputControlList_1_tCCB2EBF6FDF573DC316CABD9A44894F5CCEEAE4A * get_address_of_m_Controls_2() { return &___m_Controls_2; } inline void set_m_Controls_2(InputControlList_1_tCCB2EBF6FDF573DC316CABD9A44894F5CCEEAE4A value) { ___m_Controls_2 = value; } }; // Native definition for P/Invoke marshalling of UnityEngine.InputSystem.InputControlScheme/MatchResult/Match struct Match_tA58ECEA5A4F2339662BC2CF8B9F215FAB1182DDB_marshaled_pinvoke { int32_t ___m_RequirementIndex_0; DeviceRequirement_tAB27570ED81D24759C54FDE48B6DD74FF51649C9_marshaled_pinvoke* ___m_Requirements_1; InputControlList_1_tCCB2EBF6FDF573DC316CABD9A44894F5CCEEAE4A ___m_Controls_2; }; // Native definition for COM marshalling of UnityEngine.InputSystem.InputControlScheme/MatchResult/Match struct Match_tA58ECEA5A4F2339662BC2CF8B9F215FAB1182DDB_marshaled_com { int32_t ___m_RequirementIndex_0; DeviceRequirement_tAB27570ED81D24759C54FDE48B6DD74FF51649C9_marshaled_com* ___m_Requirements_1; InputControlList_1_tCCB2EBF6FDF573DC316CABD9A44894F5CCEEAE4A ___m_Controls_2; }; // UnityEngine.Experimental.Rendering.RendererList struct RendererList_t92D26C492525F3325518AD520E30D212BB8209DC { public: // System.Boolean UnityEngine.Experimental.Rendering.RendererList::k__BackingField bool ___U3CisValidU3Ek__BackingField_2; // UnityEngine.Rendering.CullingResults UnityEngine.Experimental.Rendering.RendererList::cullingResult CullingResults_tDD88138CA53E22569BE3E63082758F29F3988760 ___cullingResult_3; // UnityEngine.Rendering.DrawingSettings UnityEngine.Experimental.Rendering.RendererList::drawSettings DrawingSettings_t3DA1A01D2B97D79DCF2205DDC9363DFDB97E890D ___drawSettings_4; // UnityEngine.Rendering.FilteringSettings UnityEngine.Experimental.Rendering.RendererList::filteringSettings FilteringSettings_t39826B82D840F8E764363820E5585455977B2AF5 ___filteringSettings_5; // System.Nullable`1 UnityEngine.Experimental.Rendering.RendererList::stateBlock Nullable_1_t832C5A73894D9D127823455B916D20244229A698 ___stateBlock_6; public: inline static int32_t get_offset_of_U3CisValidU3Ek__BackingField_2() { return static_cast(offsetof(RendererList_t92D26C492525F3325518AD520E30D212BB8209DC, ___U3CisValidU3Ek__BackingField_2)); } inline bool get_U3CisValidU3Ek__BackingField_2() const { return ___U3CisValidU3Ek__BackingField_2; } inline bool* get_address_of_U3CisValidU3Ek__BackingField_2() { return &___U3CisValidU3Ek__BackingField_2; } inline void set_U3CisValidU3Ek__BackingField_2(bool value) { ___U3CisValidU3Ek__BackingField_2 = value; } inline static int32_t get_offset_of_cullingResult_3() { return static_cast(offsetof(RendererList_t92D26C492525F3325518AD520E30D212BB8209DC, ___cullingResult_3)); } inline CullingResults_tDD88138CA53E22569BE3E63082758F29F3988760 get_cullingResult_3() const { return ___cullingResult_3; } inline CullingResults_tDD88138CA53E22569BE3E63082758F29F3988760 * get_address_of_cullingResult_3() { return &___cullingResult_3; } inline void set_cullingResult_3(CullingResults_tDD88138CA53E22569BE3E63082758F29F3988760 value) { ___cullingResult_3 = value; } inline static int32_t get_offset_of_drawSettings_4() { return static_cast(offsetof(RendererList_t92D26C492525F3325518AD520E30D212BB8209DC, ___drawSettings_4)); } inline DrawingSettings_t3DA1A01D2B97D79DCF2205DDC9363DFDB97E890D get_drawSettings_4() const { return ___drawSettings_4; } inline DrawingSettings_t3DA1A01D2B97D79DCF2205DDC9363DFDB97E890D * get_address_of_drawSettings_4() { return &___drawSettings_4; } inline void set_drawSettings_4(DrawingSettings_t3DA1A01D2B97D79DCF2205DDC9363DFDB97E890D value) { ___drawSettings_4 = value; } inline static int32_t get_offset_of_filteringSettings_5() { return static_cast(offsetof(RendererList_t92D26C492525F3325518AD520E30D212BB8209DC, ___filteringSettings_5)); } inline FilteringSettings_t39826B82D840F8E764363820E5585455977B2AF5 get_filteringSettings_5() const { return ___filteringSettings_5; } inline FilteringSettings_t39826B82D840F8E764363820E5585455977B2AF5 * get_address_of_filteringSettings_5() { return &___filteringSettings_5; } inline void set_filteringSettings_5(FilteringSettings_t39826B82D840F8E764363820E5585455977B2AF5 value) { ___filteringSettings_5 = value; } inline static int32_t get_offset_of_stateBlock_6() { return static_cast(offsetof(RendererList_t92D26C492525F3325518AD520E30D212BB8209DC, ___stateBlock_6)); } inline Nullable_1_t832C5A73894D9D127823455B916D20244229A698 get_stateBlock_6() const { return ___stateBlock_6; } inline Nullable_1_t832C5A73894D9D127823455B916D20244229A698 * get_address_of_stateBlock_6() { return &___stateBlock_6; } inline void set_stateBlock_6(Nullable_1_t832C5A73894D9D127823455B916D20244229A698 value) { ___stateBlock_6 = value; } }; // Native definition for P/Invoke marshalling of UnityEngine.Experimental.Rendering.RendererList struct RendererList_t92D26C492525F3325518AD520E30D212BB8209DC_marshaled_pinvoke { int32_t ___U3CisValidU3Ek__BackingField_2; CullingResults_tDD88138CA53E22569BE3E63082758F29F3988760 ___cullingResult_3; DrawingSettings_t3DA1A01D2B97D79DCF2205DDC9363DFDB97E890D ___drawSettings_4; FilteringSettings_t39826B82D840F8E764363820E5585455977B2AF5 ___filteringSettings_5; Nullable_1_t832C5A73894D9D127823455B916D20244229A698 ___stateBlock_6; }; // Native definition for COM marshalling of UnityEngine.Experimental.Rendering.RendererList struct RendererList_t92D26C492525F3325518AD520E30D212BB8209DC_marshaled_com { int32_t ___U3CisValidU3Ek__BackingField_2; CullingResults_tDD88138CA53E22569BE3E63082758F29F3988760 ___cullingResult_3; DrawingSettings_t3DA1A01D2B97D79DCF2205DDC9363DFDB97E890D ___drawSettings_4; FilteringSettings_t39826B82D840F8E764363820E5585455977B2AF5 ___filteringSettings_5; Nullable_1_t832C5A73894D9D127823455B916D20244229A698 ___stateBlock_6; }; // UnityEngine.Experimental.Rendering.RendererListDesc struct RendererListDesc_t7FF5C3CD439E8D9AF06D8E7E7E41D02D552CEEF8 { public: // UnityEngine.Rendering.SortingCriteria UnityEngine.Experimental.Rendering.RendererListDesc::sortingCriteria int32_t ___sortingCriteria_0; // UnityEngine.Rendering.PerObjectData UnityEngine.Experimental.Rendering.RendererListDesc::rendererConfiguration int32_t ___rendererConfiguration_1; // UnityEngine.Rendering.RenderQueueRange UnityEngine.Experimental.Rendering.RendererListDesc::renderQueueRange RenderQueueRange_t328914EF72BEF60B323076881C62F04CE14027B7 ___renderQueueRange_2; // System.Nullable`1 UnityEngine.Experimental.Rendering.RendererListDesc::stateBlock Nullable_1_t832C5A73894D9D127823455B916D20244229A698 ___stateBlock_3; // UnityEngine.Material UnityEngine.Experimental.Rendering.RendererListDesc::overrideMaterial Material_t8927C00353A72755313F046D0CE85178AE8218EE * ___overrideMaterial_4; // System.Boolean UnityEngine.Experimental.Rendering.RendererListDesc::excludeObjectMotionVectors bool ___excludeObjectMotionVectors_5; // System.Int32 UnityEngine.Experimental.Rendering.RendererListDesc::layerMask int32_t ___layerMask_6; // System.Int32 UnityEngine.Experimental.Rendering.RendererListDesc::overrideMaterialPassIndex int32_t ___overrideMaterialPassIndex_7; // UnityEngine.Rendering.CullingResults UnityEngine.Experimental.Rendering.RendererListDesc::k__BackingField CullingResults_tDD88138CA53E22569BE3E63082758F29F3988760 ___U3CcullingResultU3Ek__BackingField_8; // UnityEngine.Camera UnityEngine.Experimental.Rendering.RendererListDesc::k__BackingField Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C * ___U3CcameraU3Ek__BackingField_9; // UnityEngine.Rendering.ShaderTagId UnityEngine.Experimental.Rendering.RendererListDesc::k__BackingField ShaderTagId_t51914C89B8119195DACD234D1A624AAB7A07F795 ___U3CpassNameU3Ek__BackingField_10; // UnityEngine.Rendering.ShaderTagId[] UnityEngine.Experimental.Rendering.RendererListDesc::k__BackingField ShaderTagIdU5BU5D_t686E07D907EFB64EA7EDB605791DF44DE6CAD823* ___U3CpassNamesU3Ek__BackingField_11; public: inline static int32_t get_offset_of_sortingCriteria_0() { return static_cast(offsetof(RendererListDesc_t7FF5C3CD439E8D9AF06D8E7E7E41D02D552CEEF8, ___sortingCriteria_0)); } inline int32_t get_sortingCriteria_0() const { return ___sortingCriteria_0; } inline int32_t* get_address_of_sortingCriteria_0() { return &___sortingCriteria_0; } inline void set_sortingCriteria_0(int32_t value) { ___sortingCriteria_0 = value; } inline static int32_t get_offset_of_rendererConfiguration_1() { return static_cast(offsetof(RendererListDesc_t7FF5C3CD439E8D9AF06D8E7E7E41D02D552CEEF8, ___rendererConfiguration_1)); } inline int32_t get_rendererConfiguration_1() const { return ___rendererConfiguration_1; } inline int32_t* get_address_of_rendererConfiguration_1() { return &___rendererConfiguration_1; } inline void set_rendererConfiguration_1(int32_t value) { ___rendererConfiguration_1 = value; } inline static int32_t get_offset_of_renderQueueRange_2() { return static_cast(offsetof(RendererListDesc_t7FF5C3CD439E8D9AF06D8E7E7E41D02D552CEEF8, ___renderQueueRange_2)); } inline RenderQueueRange_t328914EF72BEF60B323076881C62F04CE14027B7 get_renderQueueRange_2() const { return ___renderQueueRange_2; } inline RenderQueueRange_t328914EF72BEF60B323076881C62F04CE14027B7 * get_address_of_renderQueueRange_2() { return &___renderQueueRange_2; } inline void set_renderQueueRange_2(RenderQueueRange_t328914EF72BEF60B323076881C62F04CE14027B7 value) { ___renderQueueRange_2 = value; } inline static int32_t get_offset_of_stateBlock_3() { return static_cast(offsetof(RendererListDesc_t7FF5C3CD439E8D9AF06D8E7E7E41D02D552CEEF8, ___stateBlock_3)); } inline Nullable_1_t832C5A73894D9D127823455B916D20244229A698 get_stateBlock_3() const { return ___stateBlock_3; } inline Nullable_1_t832C5A73894D9D127823455B916D20244229A698 * get_address_of_stateBlock_3() { return &___stateBlock_3; } inline void set_stateBlock_3(Nullable_1_t832C5A73894D9D127823455B916D20244229A698 value) { ___stateBlock_3 = value; } inline static int32_t get_offset_of_overrideMaterial_4() { return static_cast(offsetof(RendererListDesc_t7FF5C3CD439E8D9AF06D8E7E7E41D02D552CEEF8, ___overrideMaterial_4)); } inline Material_t8927C00353A72755313F046D0CE85178AE8218EE * get_overrideMaterial_4() const { return ___overrideMaterial_4; } inline Material_t8927C00353A72755313F046D0CE85178AE8218EE ** get_address_of_overrideMaterial_4() { return &___overrideMaterial_4; } inline void set_overrideMaterial_4(Material_t8927C00353A72755313F046D0CE85178AE8218EE * value) { ___overrideMaterial_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___overrideMaterial_4), (void*)value); } inline static int32_t get_offset_of_excludeObjectMotionVectors_5() { return static_cast(offsetof(RendererListDesc_t7FF5C3CD439E8D9AF06D8E7E7E41D02D552CEEF8, ___excludeObjectMotionVectors_5)); } inline bool get_excludeObjectMotionVectors_5() const { return ___excludeObjectMotionVectors_5; } inline bool* get_address_of_excludeObjectMotionVectors_5() { return &___excludeObjectMotionVectors_5; } inline void set_excludeObjectMotionVectors_5(bool value) { ___excludeObjectMotionVectors_5 = value; } inline static int32_t get_offset_of_layerMask_6() { return static_cast(offsetof(RendererListDesc_t7FF5C3CD439E8D9AF06D8E7E7E41D02D552CEEF8, ___layerMask_6)); } inline int32_t get_layerMask_6() const { return ___layerMask_6; } inline int32_t* get_address_of_layerMask_6() { return &___layerMask_6; } inline void set_layerMask_6(int32_t value) { ___layerMask_6 = value; } inline static int32_t get_offset_of_overrideMaterialPassIndex_7() { return static_cast(offsetof(RendererListDesc_t7FF5C3CD439E8D9AF06D8E7E7E41D02D552CEEF8, ___overrideMaterialPassIndex_7)); } inline int32_t get_overrideMaterialPassIndex_7() const { return ___overrideMaterialPassIndex_7; } inline int32_t* get_address_of_overrideMaterialPassIndex_7() { return &___overrideMaterialPassIndex_7; } inline void set_overrideMaterialPassIndex_7(int32_t value) { ___overrideMaterialPassIndex_7 = value; } inline static int32_t get_offset_of_U3CcullingResultU3Ek__BackingField_8() { return static_cast(offsetof(RendererListDesc_t7FF5C3CD439E8D9AF06D8E7E7E41D02D552CEEF8, ___U3CcullingResultU3Ek__BackingField_8)); } inline CullingResults_tDD88138CA53E22569BE3E63082758F29F3988760 get_U3CcullingResultU3Ek__BackingField_8() const { return ___U3CcullingResultU3Ek__BackingField_8; } inline CullingResults_tDD88138CA53E22569BE3E63082758F29F3988760 * get_address_of_U3CcullingResultU3Ek__BackingField_8() { return &___U3CcullingResultU3Ek__BackingField_8; } inline void set_U3CcullingResultU3Ek__BackingField_8(CullingResults_tDD88138CA53E22569BE3E63082758F29F3988760 value) { ___U3CcullingResultU3Ek__BackingField_8 = value; } inline static int32_t get_offset_of_U3CcameraU3Ek__BackingField_9() { return static_cast(offsetof(RendererListDesc_t7FF5C3CD439E8D9AF06D8E7E7E41D02D552CEEF8, ___U3CcameraU3Ek__BackingField_9)); } inline Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C * get_U3CcameraU3Ek__BackingField_9() const { return ___U3CcameraU3Ek__BackingField_9; } inline Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C ** get_address_of_U3CcameraU3Ek__BackingField_9() { return &___U3CcameraU3Ek__BackingField_9; } inline void set_U3CcameraU3Ek__BackingField_9(Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C * value) { ___U3CcameraU3Ek__BackingField_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CcameraU3Ek__BackingField_9), (void*)value); } inline static int32_t get_offset_of_U3CpassNameU3Ek__BackingField_10() { return static_cast(offsetof(RendererListDesc_t7FF5C3CD439E8D9AF06D8E7E7E41D02D552CEEF8, ___U3CpassNameU3Ek__BackingField_10)); } inline ShaderTagId_t51914C89B8119195DACD234D1A624AAB7A07F795 get_U3CpassNameU3Ek__BackingField_10() const { return ___U3CpassNameU3Ek__BackingField_10; } inline ShaderTagId_t51914C89B8119195DACD234D1A624AAB7A07F795 * get_address_of_U3CpassNameU3Ek__BackingField_10() { return &___U3CpassNameU3Ek__BackingField_10; } inline void set_U3CpassNameU3Ek__BackingField_10(ShaderTagId_t51914C89B8119195DACD234D1A624AAB7A07F795 value) { ___U3CpassNameU3Ek__BackingField_10 = value; } inline static int32_t get_offset_of_U3CpassNamesU3Ek__BackingField_11() { return static_cast(offsetof(RendererListDesc_t7FF5C3CD439E8D9AF06D8E7E7E41D02D552CEEF8, ___U3CpassNamesU3Ek__BackingField_11)); } inline ShaderTagIdU5BU5D_t686E07D907EFB64EA7EDB605791DF44DE6CAD823* get_U3CpassNamesU3Ek__BackingField_11() const { return ___U3CpassNamesU3Ek__BackingField_11; } inline ShaderTagIdU5BU5D_t686E07D907EFB64EA7EDB605791DF44DE6CAD823** get_address_of_U3CpassNamesU3Ek__BackingField_11() { return &___U3CpassNamesU3Ek__BackingField_11; } inline void set_U3CpassNamesU3Ek__BackingField_11(ShaderTagIdU5BU5D_t686E07D907EFB64EA7EDB605791DF44DE6CAD823* value) { ___U3CpassNamesU3Ek__BackingField_11 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CpassNamesU3Ek__BackingField_11), (void*)value); } }; // Native definition for P/Invoke marshalling of UnityEngine.Experimental.Rendering.RendererListDesc struct RendererListDesc_t7FF5C3CD439E8D9AF06D8E7E7E41D02D552CEEF8_marshaled_pinvoke { int32_t ___sortingCriteria_0; int32_t ___rendererConfiguration_1; RenderQueueRange_t328914EF72BEF60B323076881C62F04CE14027B7 ___renderQueueRange_2; Nullable_1_t832C5A73894D9D127823455B916D20244229A698 ___stateBlock_3; Material_t8927C00353A72755313F046D0CE85178AE8218EE * ___overrideMaterial_4; int32_t ___excludeObjectMotionVectors_5; int32_t ___layerMask_6; int32_t ___overrideMaterialPassIndex_7; CullingResults_tDD88138CA53E22569BE3E63082758F29F3988760 ___U3CcullingResultU3Ek__BackingField_8; Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C * ___U3CcameraU3Ek__BackingField_9; ShaderTagId_t51914C89B8119195DACD234D1A624AAB7A07F795 ___U3CpassNameU3Ek__BackingField_10; ShaderTagId_t51914C89B8119195DACD234D1A624AAB7A07F795 * ___U3CpassNamesU3Ek__BackingField_11; }; // Native definition for COM marshalling of UnityEngine.Experimental.Rendering.RendererListDesc struct RendererListDesc_t7FF5C3CD439E8D9AF06D8E7E7E41D02D552CEEF8_marshaled_com { int32_t ___sortingCriteria_0; int32_t ___rendererConfiguration_1; RenderQueueRange_t328914EF72BEF60B323076881C62F04CE14027B7 ___renderQueueRange_2; Nullable_1_t832C5A73894D9D127823455B916D20244229A698 ___stateBlock_3; Material_t8927C00353A72755313F046D0CE85178AE8218EE * ___overrideMaterial_4; int32_t ___excludeObjectMotionVectors_5; int32_t ___layerMask_6; int32_t ___overrideMaterialPassIndex_7; CullingResults_tDD88138CA53E22569BE3E63082758F29F3988760 ___U3CcullingResultU3Ek__BackingField_8; Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C * ___U3CcameraU3Ek__BackingField_9; ShaderTagId_t51914C89B8119195DACD234D1A624AAB7A07F795 ___U3CpassNameU3Ek__BackingField_10; ShaderTagId_t51914C89B8119195DACD234D1A624AAB7A07F795 * ___U3CpassNamesU3Ek__BackingField_11; }; // UnityEngine.InputSystem.Users.InputUser/UserData struct UserData_t2EC376B983DBA60C3F52B78EE7E77CE78C72D79C { public: // System.Nullable`1 UnityEngine.InputSystem.Users.InputUser/UserData::platformUserAccountHandle Nullable_1_t78CA8D55E4A3225A51A3F5327002D3088A587B10 ___platformUserAccountHandle_0; // System.String UnityEngine.InputSystem.Users.InputUser/UserData::platformUserAccountName String_t* ___platformUserAccountName_1; // System.String UnityEngine.InputSystem.Users.InputUser/UserData::platformUserAccountId String_t* ___platformUserAccountId_2; // System.Int32 UnityEngine.InputSystem.Users.InputUser/UserData::deviceCount int32_t ___deviceCount_3; // System.Int32 UnityEngine.InputSystem.Users.InputUser/UserData::deviceStartIndex int32_t ___deviceStartIndex_4; // UnityEngine.InputSystem.IInputActionCollection UnityEngine.InputSystem.Users.InputUser/UserData::actions RuntimeObject* ___actions_5; // System.Nullable`1 UnityEngine.InputSystem.Users.InputUser/UserData::controlScheme Nullable_1_t7E8D134849FD70B33AA436F1A224083C40D24ADA ___controlScheme_6; // UnityEngine.InputSystem.InputControlScheme/MatchResult UnityEngine.InputSystem.Users.InputUser/UserData::controlSchemeMatch MatchResult_tB87B08CF46A07B0916A575EBC373FC406131649E ___controlSchemeMatch_7; // System.Int32 UnityEngine.InputSystem.Users.InputUser/UserData::lostDeviceCount int32_t ___lostDeviceCount_8; // System.Int32 UnityEngine.InputSystem.Users.InputUser/UserData::lostDeviceStartIndex int32_t ___lostDeviceStartIndex_9; // UnityEngine.InputSystem.Users.InputUser/UserFlags UnityEngine.InputSystem.Users.InputUser/UserData::flags int32_t ___flags_10; public: inline static int32_t get_offset_of_platformUserAccountHandle_0() { return static_cast(offsetof(UserData_t2EC376B983DBA60C3F52B78EE7E77CE78C72D79C, ___platformUserAccountHandle_0)); } inline Nullable_1_t78CA8D55E4A3225A51A3F5327002D3088A587B10 get_platformUserAccountHandle_0() const { return ___platformUserAccountHandle_0; } inline Nullable_1_t78CA8D55E4A3225A51A3F5327002D3088A587B10 * get_address_of_platformUserAccountHandle_0() { return &___platformUserAccountHandle_0; } inline void set_platformUserAccountHandle_0(Nullable_1_t78CA8D55E4A3225A51A3F5327002D3088A587B10 value) { ___platformUserAccountHandle_0 = value; Il2CppCodeGenWriteBarrier((void**)&((&(((&___platformUserAccountHandle_0))->___value_0))->___m_ApiName_0), (void*)NULL); } inline static int32_t get_offset_of_platformUserAccountName_1() { return static_cast(offsetof(UserData_t2EC376B983DBA60C3F52B78EE7E77CE78C72D79C, ___platformUserAccountName_1)); } inline String_t* get_platformUserAccountName_1() const { return ___platformUserAccountName_1; } inline String_t** get_address_of_platformUserAccountName_1() { return &___platformUserAccountName_1; } inline void set_platformUserAccountName_1(String_t* value) { ___platformUserAccountName_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___platformUserAccountName_1), (void*)value); } inline static int32_t get_offset_of_platformUserAccountId_2() { return static_cast(offsetof(UserData_t2EC376B983DBA60C3F52B78EE7E77CE78C72D79C, ___platformUserAccountId_2)); } inline String_t* get_platformUserAccountId_2() const { return ___platformUserAccountId_2; } inline String_t** get_address_of_platformUserAccountId_2() { return &___platformUserAccountId_2; } inline void set_platformUserAccountId_2(String_t* value) { ___platformUserAccountId_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___platformUserAccountId_2), (void*)value); } inline static int32_t get_offset_of_deviceCount_3() { return static_cast(offsetof(UserData_t2EC376B983DBA60C3F52B78EE7E77CE78C72D79C, ___deviceCount_3)); } inline int32_t get_deviceCount_3() const { return ___deviceCount_3; } inline int32_t* get_address_of_deviceCount_3() { return &___deviceCount_3; } inline void set_deviceCount_3(int32_t value) { ___deviceCount_3 = value; } inline static int32_t get_offset_of_deviceStartIndex_4() { return static_cast(offsetof(UserData_t2EC376B983DBA60C3F52B78EE7E77CE78C72D79C, ___deviceStartIndex_4)); } inline int32_t get_deviceStartIndex_4() const { return ___deviceStartIndex_4; } inline int32_t* get_address_of_deviceStartIndex_4() { return &___deviceStartIndex_4; } inline void set_deviceStartIndex_4(int32_t value) { ___deviceStartIndex_4 = value; } inline static int32_t get_offset_of_actions_5() { return static_cast(offsetof(UserData_t2EC376B983DBA60C3F52B78EE7E77CE78C72D79C, ___actions_5)); } inline RuntimeObject* get_actions_5() const { return ___actions_5; } inline RuntimeObject** get_address_of_actions_5() { return &___actions_5; } inline void set_actions_5(RuntimeObject* value) { ___actions_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___actions_5), (void*)value); } inline static int32_t get_offset_of_controlScheme_6() { return static_cast(offsetof(UserData_t2EC376B983DBA60C3F52B78EE7E77CE78C72D79C, ___controlScheme_6)); } inline Nullable_1_t7E8D134849FD70B33AA436F1A224083C40D24ADA get_controlScheme_6() const { return ___controlScheme_6; } inline Nullable_1_t7E8D134849FD70B33AA436F1A224083C40D24ADA * get_address_of_controlScheme_6() { return &___controlScheme_6; } inline void set_controlScheme_6(Nullable_1_t7E8D134849FD70B33AA436F1A224083C40D24ADA value) { ___controlScheme_6 = value; Il2CppCodeGenWriteBarrier((void**)&((&(((&___controlScheme_6))->___value_0))->___m_Name_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&(((&___controlScheme_6))->___value_0))->___m_BindingGroup_1), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&(((&___controlScheme_6))->___value_0))->___m_DeviceRequirements_2), (void*)NULL); #endif } inline static int32_t get_offset_of_controlSchemeMatch_7() { return static_cast(offsetof(UserData_t2EC376B983DBA60C3F52B78EE7E77CE78C72D79C, ___controlSchemeMatch_7)); } inline MatchResult_tB87B08CF46A07B0916A575EBC373FC406131649E get_controlSchemeMatch_7() const { return ___controlSchemeMatch_7; } inline MatchResult_tB87B08CF46A07B0916A575EBC373FC406131649E * get_address_of_controlSchemeMatch_7() { return &___controlSchemeMatch_7; } inline void set_controlSchemeMatch_7(MatchResult_tB87B08CF46A07B0916A575EBC373FC406131649E value) { ___controlSchemeMatch_7 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___controlSchemeMatch_7))->___m_Requirements_4), (void*)NULL); } inline static int32_t get_offset_of_lostDeviceCount_8() { return static_cast(offsetof(UserData_t2EC376B983DBA60C3F52B78EE7E77CE78C72D79C, ___lostDeviceCount_8)); } inline int32_t get_lostDeviceCount_8() const { return ___lostDeviceCount_8; } inline int32_t* get_address_of_lostDeviceCount_8() { return &___lostDeviceCount_8; } inline void set_lostDeviceCount_8(int32_t value) { ___lostDeviceCount_8 = value; } inline static int32_t get_offset_of_lostDeviceStartIndex_9() { return static_cast(offsetof(UserData_t2EC376B983DBA60C3F52B78EE7E77CE78C72D79C, ___lostDeviceStartIndex_9)); } inline int32_t get_lostDeviceStartIndex_9() const { return ___lostDeviceStartIndex_9; } inline int32_t* get_address_of_lostDeviceStartIndex_9() { return &___lostDeviceStartIndex_9; } inline void set_lostDeviceStartIndex_9(int32_t value) { ___lostDeviceStartIndex_9 = value; } inline static int32_t get_offset_of_flags_10() { return static_cast(offsetof(UserData_t2EC376B983DBA60C3F52B78EE7E77CE78C72D79C, ___flags_10)); } inline int32_t get_flags_10() const { return ___flags_10; } inline int32_t* get_address_of_flags_10() { return &___flags_10; } inline void set_flags_10(int32_t value) { ___flags_10 = value; } }; // Native definition for P/Invoke marshalling of UnityEngine.InputSystem.Users.InputUser/UserData struct UserData_t2EC376B983DBA60C3F52B78EE7E77CE78C72D79C_marshaled_pinvoke { Nullable_1_t78CA8D55E4A3225A51A3F5327002D3088A587B10 ___platformUserAccountHandle_0; char* ___platformUserAccountName_1; char* ___platformUserAccountId_2; int32_t ___deviceCount_3; int32_t ___deviceStartIndex_4; RuntimeObject* ___actions_5; Nullable_1_t7E8D134849FD70B33AA436F1A224083C40D24ADA ___controlScheme_6; MatchResult_tB87B08CF46A07B0916A575EBC373FC406131649E_marshaled_pinvoke ___controlSchemeMatch_7; int32_t ___lostDeviceCount_8; int32_t ___lostDeviceStartIndex_9; int32_t ___flags_10; }; // Native definition for COM marshalling of UnityEngine.InputSystem.Users.InputUser/UserData struct UserData_t2EC376B983DBA60C3F52B78EE7E77CE78C72D79C_marshaled_com { Nullable_1_t78CA8D55E4A3225A51A3F5327002D3088A587B10 ___platformUserAccountHandle_0; Il2CppChar* ___platformUserAccountName_1; Il2CppChar* ___platformUserAccountId_2; int32_t ___deviceCount_3; int32_t ___deviceStartIndex_4; RuntimeObject* ___actions_5; Nullable_1_t7E8D134849FD70B33AA436F1A224083C40D24ADA ___controlScheme_6; MatchResult_tB87B08CF46A07B0916A575EBC373FC406131649E_marshaled_com ___controlSchemeMatch_7; int32_t ___lostDeviceCount_8; int32_t ___lostDeviceStartIndex_9; int32_t ___flags_10; }; // UnityEngine.Experimental.Rendering.RenderGraphModule.RenderGraphResourceRegistry/RendererListResource struct RendererListResource_tB83FADD77C73085F76C00D94911263A69556D250 { public: // UnityEngine.Experimental.Rendering.RendererListDesc UnityEngine.Experimental.Rendering.RenderGraphModule.RenderGraphResourceRegistry/RendererListResource::desc RendererListDesc_t7FF5C3CD439E8D9AF06D8E7E7E41D02D552CEEF8 ___desc_0; // UnityEngine.Experimental.Rendering.RendererList UnityEngine.Experimental.Rendering.RenderGraphModule.RenderGraphResourceRegistry/RendererListResource::rendererList RendererList_t92D26C492525F3325518AD520E30D212BB8209DC ___rendererList_1; public: inline static int32_t get_offset_of_desc_0() { return static_cast(offsetof(RendererListResource_tB83FADD77C73085F76C00D94911263A69556D250, ___desc_0)); } inline RendererListDesc_t7FF5C3CD439E8D9AF06D8E7E7E41D02D552CEEF8 get_desc_0() const { return ___desc_0; } inline RendererListDesc_t7FF5C3CD439E8D9AF06D8E7E7E41D02D552CEEF8 * get_address_of_desc_0() { return &___desc_0; } inline void set_desc_0(RendererListDesc_t7FF5C3CD439E8D9AF06D8E7E7E41D02D552CEEF8 value) { ___desc_0 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___desc_0))->___overrideMaterial_4), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___desc_0))->___U3CcameraU3Ek__BackingField_9), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___desc_0))->___U3CpassNamesU3Ek__BackingField_11), (void*)NULL); #endif } inline static int32_t get_offset_of_rendererList_1() { return static_cast(offsetof(RendererListResource_tB83FADD77C73085F76C00D94911263A69556D250, ___rendererList_1)); } inline RendererList_t92D26C492525F3325518AD520E30D212BB8209DC get_rendererList_1() const { return ___rendererList_1; } inline RendererList_t92D26C492525F3325518AD520E30D212BB8209DC * get_address_of_rendererList_1() { return &___rendererList_1; } inline void set_rendererList_1(RendererList_t92D26C492525F3325518AD520E30D212BB8209DC value) { ___rendererList_1 = value; } }; // Native definition for P/Invoke marshalling of UnityEngine.Experimental.Rendering.RenderGraphModule.RenderGraphResourceRegistry/RendererListResource struct RendererListResource_tB83FADD77C73085F76C00D94911263A69556D250_marshaled_pinvoke { RendererListDesc_t7FF5C3CD439E8D9AF06D8E7E7E41D02D552CEEF8_marshaled_pinvoke ___desc_0; RendererList_t92D26C492525F3325518AD520E30D212BB8209DC_marshaled_pinvoke ___rendererList_1; }; // Native definition for COM marshalling of UnityEngine.Experimental.Rendering.RenderGraphModule.RenderGraphResourceRegistry/RendererListResource struct RendererListResource_tB83FADD77C73085F76C00D94911263A69556D250_marshaled_com { RendererListDesc_t7FF5C3CD439E8D9AF06D8E7E7E41D02D552CEEF8_marshaled_com ___desc_0; RendererList_t92D26C492525F3325518AD520E30D212BB8209DC_marshaled_com ___rendererList_1; }; // System.Object // System.Object // System.Runtime.CompilerServices.ConditionalWeakTable`2 // System.Runtime.CompilerServices.ConditionalWeakTable`2 // System.Collections.Generic.Dictionary`2 // System.Collections.Generic.Dictionary`2 // UnityEngine.Rendering.DynamicArray`1 // UnityEngine.Rendering.DynamicArray`1 // UnityEngine.Rendering.DynamicArray`1 // UnityEngine.Rendering.DynamicArray`1 // UnityEngine.Rendering.DynamicArray`1 // UnityEngine.Rendering.DynamicArray`1 // UnityEngine.Rendering.DynamicArray`1 // UnityEngine.Rendering.DynamicArray`1 // System.EmptyArray`1> struct EmptyArray_1_tBA56689668D4C468EDD146FA6F3D34B8966942FB_StaticFields { public: // T[] System.EmptyArray`1::Value KeyValuePair_2U5BU5D_tA97D178F25732408D4AC6B5F926A9EDED5F8E000* ___Value_0; public: inline static int32_t get_offset_of_Value_0() { return static_cast(offsetof(EmptyArray_1_tBA56689668D4C468EDD146FA6F3D34B8966942FB_StaticFields, ___Value_0)); } inline KeyValuePair_2U5BU5D_tA97D178F25732408D4AC6B5F926A9EDED5F8E000* get_Value_0() const { return ___Value_0; } inline KeyValuePair_2U5BU5D_tA97D178F25732408D4AC6B5F926A9EDED5F8E000** get_address_of_Value_0() { return &___Value_0; } inline void set_Value_0(KeyValuePair_2U5BU5D_tA97D178F25732408D4AC6B5F926A9EDED5F8E000* value) { ___Value_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___Value_0), (void*)value); } }; // System.EmptyArray`1> // System.EmptyArray`1> struct EmptyArray_1_t157400003BD48F37AB902496D96EF719CF8FDEC5_StaticFields { public: // T[] System.EmptyArray`1::Value KeyValuePair_2U5BU5D_t0BF7C6185BEFBB97D75B41C977593F6FA8E45F23* ___Value_0; public: inline static int32_t get_offset_of_Value_0() { return static_cast(offsetof(EmptyArray_1_t157400003BD48F37AB902496D96EF719CF8FDEC5_StaticFields, ___Value_0)); } inline KeyValuePair_2U5BU5D_t0BF7C6185BEFBB97D75B41C977593F6FA8E45F23* get_Value_0() const { return ___Value_0; } inline KeyValuePair_2U5BU5D_t0BF7C6185BEFBB97D75B41C977593F6FA8E45F23** get_address_of_Value_0() { return &___Value_0; } inline void set_Value_0(KeyValuePair_2U5BU5D_t0BF7C6185BEFBB97D75B41C977593F6FA8E45F23* value) { ___Value_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___Value_0), (void*)value); } }; // System.EmptyArray`1> // System.EmptyArray`1> struct EmptyArray_1_t829AF529974C1C303146206269A36C99A4A80EDF_StaticFields { public: // T[] System.EmptyArray`1::Value KeyValuePair_2U5BU5D_tA780E964000F617CC6335A0DEC92B09FE0085E1C* ___Value_0; public: inline static int32_t get_offset_of_Value_0() { return static_cast(offsetof(EmptyArray_1_t829AF529974C1C303146206269A36C99A4A80EDF_StaticFields, ___Value_0)); } inline KeyValuePair_2U5BU5D_tA780E964000F617CC6335A0DEC92B09FE0085E1C* get_Value_0() const { return ___Value_0; } inline KeyValuePair_2U5BU5D_tA780E964000F617CC6335A0DEC92B09FE0085E1C** get_address_of_Value_0() { return &___Value_0; } inline void set_Value_0(KeyValuePair_2U5BU5D_tA780E964000F617CC6335A0DEC92B09FE0085E1C* value) { ___Value_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___Value_0), (void*)value); } }; // System.EmptyArray`1> // System.EmptyArray`1 struct EmptyArray_1_tB2402F7A8151EE5618C0BCC8815C169E00142333_StaticFields { public: // T[] System.EmptyArray`1::Value ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___Value_0; public: inline static int32_t get_offset_of_Value_0() { return static_cast(offsetof(EmptyArray_1_tB2402F7A8151EE5618C0BCC8815C169E00142333_StaticFields, ___Value_0)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_Value_0() const { return ___Value_0; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_Value_0() { return &___Value_0; } inline void set_Value_0(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___Value_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___Value_0), (void*)value); } }; // System.EmptyArray`1 // System.EmptyArray`1 struct EmptyArray_1_t8C9D46673F64ABE360DE6F02C2BA0A5566DC9FDC_StaticFields { public: // T[] System.EmptyArray`1::Value CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* ___Value_0; public: inline static int32_t get_offset_of_Value_0() { return static_cast(offsetof(EmptyArray_1_t8C9D46673F64ABE360DE6F02C2BA0A5566DC9FDC_StaticFields, ___Value_0)); } inline CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* get_Value_0() const { return ___Value_0; } inline CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34** get_address_of_Value_0() { return &___Value_0; } inline void set_Value_0(CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* value) { ___Value_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___Value_0), (void*)value); } }; // System.EmptyArray`1 // System.EmptyArray`1 struct EmptyArray_1_t929B62FB2BE425A28E9061DB488711798B3E7DE9_StaticFields { public: // T[] System.EmptyArray`1::Value CustomAttributeNamedArgumentU5BU5D_t4EC7EAEB21A9435BFB8F2693AE8B3AD73E574451* ___Value_0; public: inline static int32_t get_offset_of_Value_0() { return static_cast(offsetof(EmptyArray_1_t929B62FB2BE425A28E9061DB488711798B3E7DE9_StaticFields, ___Value_0)); } inline CustomAttributeNamedArgumentU5BU5D_t4EC7EAEB21A9435BFB8F2693AE8B3AD73E574451* get_Value_0() const { return ___Value_0; } inline CustomAttributeNamedArgumentU5BU5D_t4EC7EAEB21A9435BFB8F2693AE8B3AD73E574451** get_address_of_Value_0() { return &___Value_0; } inline void set_Value_0(CustomAttributeNamedArgumentU5BU5D_t4EC7EAEB21A9435BFB8F2693AE8B3AD73E574451* value) { ___Value_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___Value_0), (void*)value); } }; // System.EmptyArray`1 // System.EmptyArray`1 struct EmptyArray_1_t5C432F52782BD51992CB0284C4CC298BFC223635_StaticFields { public: // T[] System.EmptyArray`1::Value CustomAttributeTypedArgumentU5BU5D_t20B1BE58263263B492DAC21E270358FB31189F98* ___Value_0; public: inline static int32_t get_offset_of_Value_0() { return static_cast(offsetof(EmptyArray_1_t5C432F52782BD51992CB0284C4CC298BFC223635_StaticFields, ___Value_0)); } inline CustomAttributeTypedArgumentU5BU5D_t20B1BE58263263B492DAC21E270358FB31189F98* get_Value_0() const { return ___Value_0; } inline CustomAttributeTypedArgumentU5BU5D_t20B1BE58263263B492DAC21E270358FB31189F98** get_address_of_Value_0() { return &___Value_0; } inline void set_Value_0(CustomAttributeTypedArgumentU5BU5D_t20B1BE58263263B492DAC21E270358FB31189F98* value) { ___Value_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___Value_0), (void*)value); } }; // System.EmptyArray`1 // System.EmptyArray`1 struct EmptyArray_1_t70104E2805268B05862A836622FCF0A8BFD10539_StaticFields { public: // T[] System.EmptyArray`1::Value Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ___Value_0; public: inline static int32_t get_offset_of_Value_0() { return static_cast(offsetof(EmptyArray_1_t70104E2805268B05862A836622FCF0A8BFD10539_StaticFields, ___Value_0)); } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* get_Value_0() const { return ___Value_0; } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32** get_address_of_Value_0() { return &___Value_0; } inline void set_Value_0(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* value) { ___Value_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___Value_0), (void*)value); } }; // System.EmptyArray`1 // System.EmptyArray`1 struct EmptyArray_1_tBF73225DFA890366D579424FE8F40073BF9FBAD4_StaticFields { public: // T[] System.EmptyArray`1::Value ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* ___Value_0; public: inline static int32_t get_offset_of_Value_0() { return static_cast(offsetof(EmptyArray_1_tBF73225DFA890366D579424FE8F40073BF9FBAD4_StaticFields, ___Value_0)); } inline ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* get_Value_0() const { return ___Value_0; } inline ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE** get_address_of_Value_0() { return &___Value_0; } inline void set_Value_0(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* value) { ___Value_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___Value_0), (void*)value); } }; // System.EmptyArray`1 // System.EmptyArray`1 struct EmptyArray_1_t7FF24080930E4AD8DE852A0BE03367CD925FC4F9_StaticFields { public: // T[] System.EmptyArray`1::Value ParameterModifierU5BU5D_tFF6F73F1CFE837331D6AAA11CC78CE5D9B5F0A2B* ___Value_0; public: inline static int32_t get_offset_of_Value_0() { return static_cast(offsetof(EmptyArray_1_t7FF24080930E4AD8DE852A0BE03367CD925FC4F9_StaticFields, ___Value_0)); } inline ParameterModifierU5BU5D_tFF6F73F1CFE837331D6AAA11CC78CE5D9B5F0A2B* get_Value_0() const { return ___Value_0; } inline ParameterModifierU5BU5D_tFF6F73F1CFE837331D6AAA11CC78CE5D9B5F0A2B** get_address_of_Value_0() { return &___Value_0; } inline void set_Value_0(ParameterModifierU5BU5D_tFF6F73F1CFE837331D6AAA11CC78CE5D9B5F0A2B* value) { ___Value_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___Value_0), (void*)value); } }; // System.EmptyArray`1 // System.EmptyArray`1 struct EmptyArray_1_tCF3DF720A40D73DE0991855C0585DC39C1FB9B67_StaticFields { public: // T[] System.EmptyArray`1::Value ReflectionSnapshotU5BU5D_t690458B797C9FE34D387A9C1A0145317B3E08FED* ___Value_0; public: inline static int32_t get_offset_of_Value_0() { return static_cast(offsetof(EmptyArray_1_tCF3DF720A40D73DE0991855C0585DC39C1FB9B67_StaticFields, ___Value_0)); } inline ReflectionSnapshotU5BU5D_t690458B797C9FE34D387A9C1A0145317B3E08FED* get_Value_0() const { return ___Value_0; } inline ReflectionSnapshotU5BU5D_t690458B797C9FE34D387A9C1A0145317B3E08FED** get_address_of_Value_0() { return &___Value_0; } inline void set_Value_0(ReflectionSnapshotU5BU5D_t690458B797C9FE34D387A9C1A0145317B3E08FED* value) { ___Value_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___Value_0), (void*)value); } }; // System.EmptyArray`1 // System.EmptyArray`1 struct EmptyArray_1_t68F9516C5E9EAFDE58AE85134704A6A24487DBE4_StaticFields { public: // T[] System.EmptyArray`1::Value SequenceConstructPosContextU5BU5D_tB4ACA1FC55072B19F97324DE24BBB743C90351EF* ___Value_0; public: inline static int32_t get_offset_of_Value_0() { return static_cast(offsetof(EmptyArray_1_t68F9516C5E9EAFDE58AE85134704A6A24487DBE4_StaticFields, ___Value_0)); } inline SequenceConstructPosContextU5BU5D_tB4ACA1FC55072B19F97324DE24BBB743C90351EF* get_Value_0() const { return ___Value_0; } inline SequenceConstructPosContextU5BU5D_tB4ACA1FC55072B19F97324DE24BBB743C90351EF** get_address_of_Value_0() { return &___Value_0; } inline void set_Value_0(SequenceConstructPosContextU5BU5D_tB4ACA1FC55072B19F97324DE24BBB743C90351EF* value) { ___Value_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___Value_0), (void*)value); } }; // System.EmptyArray`1 // System.Linq.EmptyEnumerable`1 struct EmptyEnumerable_1_t3EC83D0CDB97EC1E6EF8947DA317677A6F06FCF5_StaticFields { public: // TElement[] System.Linq.EmptyEnumerable`1::Instance NameAndParametersU5BU5D_t960DDB52F44DD1231B0C626E9C859F1E0B2F5EAD* ___Instance_0; public: inline static int32_t get_offset_of_Instance_0() { return static_cast(offsetof(EmptyEnumerable_1_t3EC83D0CDB97EC1E6EF8947DA317677A6F06FCF5_StaticFields, ___Instance_0)); } inline NameAndParametersU5BU5D_t960DDB52F44DD1231B0C626E9C859F1E0B2F5EAD* get_Instance_0() const { return ___Instance_0; } inline NameAndParametersU5BU5D_t960DDB52F44DD1231B0C626E9C859F1E0B2F5EAD** get_address_of_Instance_0() { return &___Instance_0; } inline void set_Instance_0(NameAndParametersU5BU5D_t960DDB52F44DD1231B0C626E9C859F1E0B2F5EAD* value) { ___Instance_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___Instance_0), (void*)value); } }; // System.Linq.EmptyEnumerable`1 // System.Linq.EmptyEnumerable`1 struct EmptyEnumerable_1_tB6A330001520792410A46A172F103A91B1608883_StaticFields { public: // TElement[] System.Linq.EmptyEnumerable`1::Instance ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* ___Instance_0; public: inline static int32_t get_offset_of_Instance_0() { return static_cast(offsetof(EmptyEnumerable_1_tB6A330001520792410A46A172F103A91B1608883_StaticFields, ___Instance_0)); } inline ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* get_Instance_0() const { return ___Instance_0; } inline ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE** get_address_of_Instance_0() { return &___Instance_0; } inline void set_Instance_0(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* value) { ___Instance_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___Instance_0), (void*)value); } }; // System.Linq.EmptyEnumerable`1 // System.Array/EmptyInternalEnumerator`1> struct EmptyInternalEnumerator_1_t5998DEBC01E06A514D3531209C656488BE980CF9_StaticFields { public: // System.Array/EmptyInternalEnumerator`1 System.Array/EmptyInternalEnumerator`1::Value EmptyInternalEnumerator_1_t5998DEBC01E06A514D3531209C656488BE980CF9 * ___Value_0; public: inline static int32_t get_offset_of_Value_0() { return static_cast(offsetof(EmptyInternalEnumerator_1_t5998DEBC01E06A514D3531209C656488BE980CF9_StaticFields, ___Value_0)); } inline EmptyInternalEnumerator_1_t5998DEBC01E06A514D3531209C656488BE980CF9 * get_Value_0() const { return ___Value_0; } inline EmptyInternalEnumerator_1_t5998DEBC01E06A514D3531209C656488BE980CF9 ** get_address_of_Value_0() { return &___Value_0; } inline void set_Value_0(EmptyInternalEnumerator_1_t5998DEBC01E06A514D3531209C656488BE980CF9 * value) { ___Value_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___Value_0), (void*)value); } }; // System.Array/EmptyInternalEnumerator`1> // System.Array/EmptyInternalEnumerator`1> struct EmptyInternalEnumerator_1_t38E8BD09315B9CCB594A7E9DE01AE28DC764F3D1_StaticFields { public: // System.Array/EmptyInternalEnumerator`1 System.Array/EmptyInternalEnumerator`1::Value EmptyInternalEnumerator_1_t38E8BD09315B9CCB594A7E9DE01AE28DC764F3D1 * ___Value_0; public: inline static int32_t get_offset_of_Value_0() { return static_cast(offsetof(EmptyInternalEnumerator_1_t38E8BD09315B9CCB594A7E9DE01AE28DC764F3D1_StaticFields, ___Value_0)); } inline EmptyInternalEnumerator_1_t38E8BD09315B9CCB594A7E9DE01AE28DC764F3D1 * get_Value_0() const { return ___Value_0; } inline EmptyInternalEnumerator_1_t38E8BD09315B9CCB594A7E9DE01AE28DC764F3D1 ** get_address_of_Value_0() { return &___Value_0; } inline void set_Value_0(EmptyInternalEnumerator_1_t38E8BD09315B9CCB594A7E9DE01AE28DC764F3D1 * value) { ___Value_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___Value_0), (void*)value); } }; // System.Array/EmptyInternalEnumerator`1> // System.Array/EmptyInternalEnumerator`1,System.Object>> struct EmptyInternalEnumerator_1_tAF219D0D163A9BE31FF74EA74B0ABFC135A7780E_StaticFields { public: // System.Array/EmptyInternalEnumerator`1 System.Array/EmptyInternalEnumerator`1::Value EmptyInternalEnumerator_1_tAF219D0D163A9BE31FF74EA74B0ABFC135A7780E * ___Value_0; public: inline static int32_t get_offset_of_Value_0() { return static_cast(offsetof(EmptyInternalEnumerator_1_tAF219D0D163A9BE31FF74EA74B0ABFC135A7780E_StaticFields, ___Value_0)); } inline EmptyInternalEnumerator_1_tAF219D0D163A9BE31FF74EA74B0ABFC135A7780E * get_Value_0() const { return ___Value_0; } inline EmptyInternalEnumerator_1_tAF219D0D163A9BE31FF74EA74B0ABFC135A7780E ** get_address_of_Value_0() { return &___Value_0; } inline void set_Value_0(EmptyInternalEnumerator_1_tAF219D0D163A9BE31FF74EA74B0ABFC135A7780E * value) { ___Value_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___Value_0), (void*)value); } }; // System.Array/EmptyInternalEnumerator`1,System.Object>> // System.Array/EmptyInternalEnumerator`1> struct EmptyInternalEnumerator_1_tD88F5942877B5E3A0D48AE257113F894B2B0BCD7_StaticFields { public: // System.Array/EmptyInternalEnumerator`1 System.Array/EmptyInternalEnumerator`1::Value EmptyInternalEnumerator_1_tD88F5942877B5E3A0D48AE257113F894B2B0BCD7 * ___Value_0; public: inline static int32_t get_offset_of_Value_0() { return static_cast(offsetof(EmptyInternalEnumerator_1_tD88F5942877B5E3A0D48AE257113F894B2B0BCD7_StaticFields, ___Value_0)); } inline EmptyInternalEnumerator_1_tD88F5942877B5E3A0D48AE257113F894B2B0BCD7 * get_Value_0() const { return ___Value_0; } inline EmptyInternalEnumerator_1_tD88F5942877B5E3A0D48AE257113F894B2B0BCD7 ** get_address_of_Value_0() { return &___Value_0; } inline void set_Value_0(EmptyInternalEnumerator_1_tD88F5942877B5E3A0D48AE257113F894B2B0BCD7 * value) { ___Value_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___Value_0), (void*)value); } }; // System.Array/EmptyInternalEnumerator`1> // System.Array/EmptyInternalEnumerator`1> struct EmptyInternalEnumerator_1_t50438ADEBE12925FE3301E492E2A9AF10C742ECB_StaticFields { public: // System.Array/EmptyInternalEnumerator`1 System.Array/EmptyInternalEnumerator`1::Value EmptyInternalEnumerator_1_t50438ADEBE12925FE3301E492E2A9AF10C742ECB * ___Value_0; public: inline static int32_t get_offset_of_Value_0() { return static_cast(offsetof(EmptyInternalEnumerator_1_t50438ADEBE12925FE3301E492E2A9AF10C742ECB_StaticFields, ___Value_0)); } inline EmptyInternalEnumerator_1_t50438ADEBE12925FE3301E492E2A9AF10C742ECB * get_Value_0() const { return ___Value_0; } inline EmptyInternalEnumerator_1_t50438ADEBE12925FE3301E492E2A9AF10C742ECB ** get_address_of_Value_0() { return &___Value_0; } inline void set_Value_0(EmptyInternalEnumerator_1_t50438ADEBE12925FE3301E492E2A9AF10C742ECB * value) { ___Value_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___Value_0), (void*)value); } }; // System.Array/EmptyInternalEnumerator`1> // System.Array/EmptyInternalEnumerator`1> struct EmptyInternalEnumerator_1_tC45B9FEDAF327926C926165B86AC6722C46A97E0_StaticFields { public: // System.Array/EmptyInternalEnumerator`1 System.Array/EmptyInternalEnumerator`1::Value EmptyInternalEnumerator_1_tC45B9FEDAF327926C926165B86AC6722C46A97E0 * ___Value_0; public: inline static int32_t get_offset_of_Value_0() { return static_cast(offsetof(EmptyInternalEnumerator_1_tC45B9FEDAF327926C926165B86AC6722C46A97E0_StaticFields, ___Value_0)); } inline EmptyInternalEnumerator_1_tC45B9FEDAF327926C926165B86AC6722C46A97E0 * get_Value_0() const { return ___Value_0; } inline EmptyInternalEnumerator_1_tC45B9FEDAF327926C926165B86AC6722C46A97E0 ** get_address_of_Value_0() { return &___Value_0; } inline void set_Value_0(EmptyInternalEnumerator_1_tC45B9FEDAF327926C926165B86AC6722C46A97E0 * value) { ___Value_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___Value_0), (void*)value); } }; // System.Array/EmptyInternalEnumerator`1> // System.Array/EmptyInternalEnumerator`1> struct EmptyInternalEnumerator_1_t3E679E759FCEEE3F16A6B393EDB3AEBEF9822054_StaticFields { public: // System.Array/EmptyInternalEnumerator`1 System.Array/EmptyInternalEnumerator`1::Value EmptyInternalEnumerator_1_t3E679E759FCEEE3F16A6B393EDB3AEBEF9822054 * ___Value_0; public: inline static int32_t get_offset_of_Value_0() { return static_cast(offsetof(EmptyInternalEnumerator_1_t3E679E759FCEEE3F16A6B393EDB3AEBEF9822054_StaticFields, ___Value_0)); } inline EmptyInternalEnumerator_1_t3E679E759FCEEE3F16A6B393EDB3AEBEF9822054 * get_Value_0() const { return ___Value_0; } inline EmptyInternalEnumerator_1_t3E679E759FCEEE3F16A6B393EDB3AEBEF9822054 ** get_address_of_Value_0() { return &___Value_0; } inline void set_Value_0(EmptyInternalEnumerator_1_t3E679E759FCEEE3F16A6B393EDB3AEBEF9822054 * value) { ___Value_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___Value_0), (void*)value); } }; // System.Array/EmptyInternalEnumerator`1> // System.Array/EmptyInternalEnumerator`1> struct EmptyInternalEnumerator_1_t6E90875C18FF25486956593064A87B70675C0163_StaticFields { public: // System.Array/EmptyInternalEnumerator`1 System.Array/EmptyInternalEnumerator`1::Value EmptyInternalEnumerator_1_t6E90875C18FF25486956593064A87B70675C0163 * ___Value_0; public: inline static int32_t get_offset_of_Value_0() { return static_cast(offsetof(EmptyInternalEnumerator_1_t6E90875C18FF25486956593064A87B70675C0163_StaticFields, ___Value_0)); } inline EmptyInternalEnumerator_1_t6E90875C18FF25486956593064A87B70675C0163 * get_Value_0() const { return ___Value_0; } inline EmptyInternalEnumerator_1_t6E90875C18FF25486956593064A87B70675C0163 ** get_address_of_Value_0() { return &___Value_0; } inline void set_Value_0(EmptyInternalEnumerator_1_t6E90875C18FF25486956593064A87B70675C0163 * value) { ___Value_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___Value_0), (void*)value); } }; // System.Array/EmptyInternalEnumerator`1> // System.Array/EmptyInternalEnumerator`1> struct EmptyInternalEnumerator_1_t2AA2DC8D5283124987F4ADFD9076C1CE7A2CF98C_StaticFields { public: // System.Array/EmptyInternalEnumerator`1 System.Array/EmptyInternalEnumerator`1::Value EmptyInternalEnumerator_1_t2AA2DC8D5283124987F4ADFD9076C1CE7A2CF98C * ___Value_0; public: inline static int32_t get_offset_of_Value_0() { return static_cast(offsetof(EmptyInternalEnumerator_1_t2AA2DC8D5283124987F4ADFD9076C1CE7A2CF98C_StaticFields, ___Value_0)); } inline EmptyInternalEnumerator_1_t2AA2DC8D5283124987F4ADFD9076C1CE7A2CF98C * get_Value_0() const { return ___Value_0; } inline EmptyInternalEnumerator_1_t2AA2DC8D5283124987F4ADFD9076C1CE7A2CF98C ** get_address_of_Value_0() { return &___Value_0; } inline void set_Value_0(EmptyInternalEnumerator_1_t2AA2DC8D5283124987F4ADFD9076C1CE7A2CF98C * value) { ___Value_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___Value_0), (void*)value); } }; // System.Array/EmptyInternalEnumerator`1> // System.Array/EmptyInternalEnumerator`1> struct EmptyInternalEnumerator_1_t909486D2717613B5B3FD3C02F3EC58E60933F757_StaticFields { public: // System.Array/EmptyInternalEnumerator`1 System.Array/EmptyInternalEnumerator`1::Value EmptyInternalEnumerator_1_t909486D2717613B5B3FD3C02F3EC58E60933F757 * ___Value_0; public: inline static int32_t get_offset_of_Value_0() { return static_cast(offsetof(EmptyInternalEnumerator_1_t909486D2717613B5B3FD3C02F3EC58E60933F757_StaticFields, ___Value_0)); } inline EmptyInternalEnumerator_1_t909486D2717613B5B3FD3C02F3EC58E60933F757 * get_Value_0() const { return ___Value_0; } inline EmptyInternalEnumerator_1_t909486D2717613B5B3FD3C02F3EC58E60933F757 ** get_address_of_Value_0() { return &___Value_0; } inline void set_Value_0(EmptyInternalEnumerator_1_t909486D2717613B5B3FD3C02F3EC58E60933F757 * value) { ___Value_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___Value_0), (void*)value); } }; // System.Array/EmptyInternalEnumerator`1> // System.Array/EmptyInternalEnumerator`1> struct EmptyInternalEnumerator_1_tCD5FF7F3D7FB95851EB37733FCB6A4BFEECE8688_StaticFields { public: // System.Array/EmptyInternalEnumerator`1 System.Array/EmptyInternalEnumerator`1::Value EmptyInternalEnumerator_1_tCD5FF7F3D7FB95851EB37733FCB6A4BFEECE8688 * ___Value_0; public: inline static int32_t get_offset_of_Value_0() { return static_cast(offsetof(EmptyInternalEnumerator_1_tCD5FF7F3D7FB95851EB37733FCB6A4BFEECE8688_StaticFields, ___Value_0)); } inline EmptyInternalEnumerator_1_tCD5FF7F3D7FB95851EB37733FCB6A4BFEECE8688 * get_Value_0() const { return ___Value_0; } inline EmptyInternalEnumerator_1_tCD5FF7F3D7FB95851EB37733FCB6A4BFEECE8688 ** get_address_of_Value_0() { return &___Value_0; } inline void set_Value_0(EmptyInternalEnumerator_1_tCD5FF7F3D7FB95851EB37733FCB6A4BFEECE8688 * value) { ___Value_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___Value_0), (void*)value); } }; // System.Array/EmptyInternalEnumerator`1> // System.Array/EmptyInternalEnumerator`1> struct EmptyInternalEnumerator_1_tC0D90B3765E5AB255ABC5FF56288B14752AF6D21_StaticFields { public: // System.Array/EmptyInternalEnumerator`1 System.Array/EmptyInternalEnumerator`1::Value EmptyInternalEnumerator_1_tC0D90B3765E5AB255ABC5FF56288B14752AF6D21 * ___Value_0; public: inline static int32_t get_offset_of_Value_0() { return static_cast(offsetof(EmptyInternalEnumerator_1_tC0D90B3765E5AB255ABC5FF56288B14752AF6D21_StaticFields, ___Value_0)); } inline EmptyInternalEnumerator_1_tC0D90B3765E5AB255ABC5FF56288B14752AF6D21 * get_Value_0() const { return ___Value_0; } inline EmptyInternalEnumerator_1_tC0D90B3765E5AB255ABC5FF56288B14752AF6D21 ** get_address_of_Value_0() { return &___Value_0; } inline void set_Value_0(EmptyInternalEnumerator_1_tC0D90B3765E5AB255ABC5FF56288B14752AF6D21 * value) { ___Value_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___Value_0), (void*)value); } }; // System.Array/EmptyInternalEnumerator`1> // System.Array/EmptyInternalEnumerator`1> struct EmptyInternalEnumerator_1_tEFC2CBDB4072269D245669E379D6DE92BAD63DFC_StaticFields { public: // System.Array/EmptyInternalEnumerator`1 System.Array/EmptyInternalEnumerator`1::Value EmptyInternalEnumerator_1_tEFC2CBDB4072269D245669E379D6DE92BAD63DFC * ___Value_0; public: inline static int32_t get_offset_of_Value_0() { return static_cast(offsetof(EmptyInternalEnumerator_1_tEFC2CBDB4072269D245669E379D6DE92BAD63DFC_StaticFields, ___Value_0)); } inline EmptyInternalEnumerator_1_tEFC2CBDB4072269D245669E379D6DE92BAD63DFC * get_Value_0() const { return ___Value_0; } inline EmptyInternalEnumerator_1_tEFC2CBDB4072269D245669E379D6DE92BAD63DFC ** get_address_of_Value_0() { return &___Value_0; } inline void set_Value_0(EmptyInternalEnumerator_1_tEFC2CBDB4072269D245669E379D6DE92BAD63DFC * value) { ___Value_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___Value_0), (void*)value); } }; // System.Array/EmptyInternalEnumerator`1> // System.Array/EmptyInternalEnumerator`1> struct EmptyInternalEnumerator_1_tBB7E79E1DF123ED48EC81893022C5F1226FB7958_StaticFields { public: // System.Array/EmptyInternalEnumerator`1 System.Array/EmptyInternalEnumerator`1::Value EmptyInternalEnumerator_1_tBB7E79E1DF123ED48EC81893022C5F1226FB7958 * ___Value_0; public: inline static int32_t get_offset_of_Value_0() { return static_cast(offsetof(EmptyInternalEnumerator_1_tBB7E79E1DF123ED48EC81893022C5F1226FB7958_StaticFields, ___Value_0)); } inline EmptyInternalEnumerator_1_tBB7E79E1DF123ED48EC81893022C5F1226FB7958 * get_Value_0() const { return ___Value_0; } inline EmptyInternalEnumerator_1_tBB7E79E1DF123ED48EC81893022C5F1226FB7958 ** get_address_of_Value_0() { return &___Value_0; } inline void set_Value_0(EmptyInternalEnumerator_1_tBB7E79E1DF123ED48EC81893022C5F1226FB7958 * value) { ___Value_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___Value_0), (void*)value); } }; // System.Array/EmptyInternalEnumerator`1> // System.Array/EmptyInternalEnumerator`1> struct EmptyInternalEnumerator_1_tED4C023FC80044DE674016F5C6FEE207162389A0_StaticFields { public: // System.Array/EmptyInternalEnumerator`1 System.Array/EmptyInternalEnumerator`1::Value EmptyInternalEnumerator_1_tED4C023FC80044DE674016F5C6FEE207162389A0 * ___Value_0; public: inline static int32_t get_offset_of_Value_0() { return static_cast(offsetof(EmptyInternalEnumerator_1_tED4C023FC80044DE674016F5C6FEE207162389A0_StaticFields, ___Value_0)); } inline EmptyInternalEnumerator_1_tED4C023FC80044DE674016F5C6FEE207162389A0 * get_Value_0() const { return ___Value_0; } inline EmptyInternalEnumerator_1_tED4C023FC80044DE674016F5C6FEE207162389A0 ** get_address_of_Value_0() { return &___Value_0; } inline void set_Value_0(EmptyInternalEnumerator_1_tED4C023FC80044DE674016F5C6FEE207162389A0 * value) { ___Value_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___Value_0), (void*)value); } }; // System.Array/EmptyInternalEnumerator`1> // System.Array/EmptyInternalEnumerator`1> struct EmptyInternalEnumerator_1_t13C601E6C74FCD16FD70186B975C1C5F64C55C1E_StaticFields { public: // System.Array/EmptyInternalEnumerator`1 System.Array/EmptyInternalEnumerator`1::Value EmptyInternalEnumerator_1_t13C601E6C74FCD16FD70186B975C1C5F64C55C1E * ___Value_0; public: inline static int32_t get_offset_of_Value_0() { return static_cast(offsetof(EmptyInternalEnumerator_1_t13C601E6C74FCD16FD70186B975C1C5F64C55C1E_StaticFields, ___Value_0)); } inline EmptyInternalEnumerator_1_t13C601E6C74FCD16FD70186B975C1C5F64C55C1E * get_Value_0() const { return ___Value_0; } inline EmptyInternalEnumerator_1_t13C601E6C74FCD16FD70186B975C1C5F64C55C1E ** get_address_of_Value_0() { return &___Value_0; } inline void set_Value_0(EmptyInternalEnumerator_1_t13C601E6C74FCD16FD70186B975C1C5F64C55C1E * value) { ___Value_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___Value_0), (void*)value); } }; // System.Array/EmptyInternalEnumerator`1> // System.Array/EmptyInternalEnumerator`1> struct EmptyInternalEnumerator_1_t3ED101D16761E173A3580218E83FB10A4C82D836_StaticFields { public: // System.Array/EmptyInternalEnumerator`1 System.Array/EmptyInternalEnumerator`1::Value EmptyInternalEnumerator_1_t3ED101D16761E173A3580218E83FB10A4C82D836 * ___Value_0; public: inline static int32_t get_offset_of_Value_0() { return static_cast(offsetof(EmptyInternalEnumerator_1_t3ED101D16761E173A3580218E83FB10A4C82D836_StaticFields, ___Value_0)); } inline EmptyInternalEnumerator_1_t3ED101D16761E173A3580218E83FB10A4C82D836 * get_Value_0() const { return ___Value_0; } inline EmptyInternalEnumerator_1_t3ED101D16761E173A3580218E83FB10A4C82D836 ** get_address_of_Value_0() { return &___Value_0; } inline void set_Value_0(EmptyInternalEnumerator_1_t3ED101D16761E173A3580218E83FB10A4C82D836 * value) { ___Value_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___Value_0), (void*)value); } }; // System.Array/EmptyInternalEnumerator`1> // System.Array/EmptyInternalEnumerator`1> struct EmptyInternalEnumerator_1_t23E000D1E84ED515BA90427C644660870BBDD837_StaticFields { public: // System.Array/EmptyInternalEnumerator`1 System.Array/EmptyInternalEnumerator`1::Value EmptyInternalEnumerator_1_t23E000D1E84ED515BA90427C644660870BBDD837 * ___Value_0; public: inline static int32_t get_offset_of_Value_0() { return static_cast(offsetof(EmptyInternalEnumerator_1_t23E000D1E84ED515BA90427C644660870BBDD837_StaticFields, ___Value_0)); } inline EmptyInternalEnumerator_1_t23E000D1E84ED515BA90427C644660870BBDD837 * get_Value_0() const { return ___Value_0; } inline EmptyInternalEnumerator_1_t23E000D1E84ED515BA90427C644660870BBDD837 ** get_address_of_Value_0() { return &___Value_0; } inline void set_Value_0(EmptyInternalEnumerator_1_t23E000D1E84ED515BA90427C644660870BBDD837 * value) { ___Value_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___Value_0), (void*)value); } }; // System.Array/EmptyInternalEnumerator`1> // System.Array/EmptyInternalEnumerator`1> struct EmptyInternalEnumerator_1_t45526046D23CD02DA328834A3090024152A7F89A_StaticFields { public: // System.Array/EmptyInternalEnumerator`1 System.Array/EmptyInternalEnumerator`1::Value EmptyInternalEnumerator_1_t45526046D23CD02DA328834A3090024152A7F89A * ___Value_0; public: inline static int32_t get_offset_of_Value_0() { return static_cast(offsetof(EmptyInternalEnumerator_1_t45526046D23CD02DA328834A3090024152A7F89A_StaticFields, ___Value_0)); } inline EmptyInternalEnumerator_1_t45526046D23CD02DA328834A3090024152A7F89A * get_Value_0() const { return ___Value_0; } inline EmptyInternalEnumerator_1_t45526046D23CD02DA328834A3090024152A7F89A ** get_address_of_Value_0() { return &___Value_0; } inline void set_Value_0(EmptyInternalEnumerator_1_t45526046D23CD02DA328834A3090024152A7F89A * value) { ___Value_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___Value_0), (void*)value); } }; // System.Array/EmptyInternalEnumerator`1> // System.Array/EmptyInternalEnumerator`1> struct EmptyInternalEnumerator_1_tB39E97F62003749CA39EE4AE81FD3BE6456EFB76_StaticFields { public: // System.Array/EmptyInternalEnumerator`1 System.Array/EmptyInternalEnumerator`1::Value EmptyInternalEnumerator_1_tB39E97F62003749CA39EE4AE81FD3BE6456EFB76 * ___Value_0; public: inline static int32_t get_offset_of_Value_0() { return static_cast(offsetof(EmptyInternalEnumerator_1_tB39E97F62003749CA39EE4AE81FD3BE6456EFB76_StaticFields, ___Value_0)); } inline EmptyInternalEnumerator_1_tB39E97F62003749CA39EE4AE81FD3BE6456EFB76 * get_Value_0() const { return ___Value_0; } inline EmptyInternalEnumerator_1_tB39E97F62003749CA39EE4AE81FD3BE6456EFB76 ** get_address_of_Value_0() { return &___Value_0; } inline void set_Value_0(EmptyInternalEnumerator_1_tB39E97F62003749CA39EE4AE81FD3BE6456EFB76 * value) { ___Value_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___Value_0), (void*)value); } }; // System.Array/EmptyInternalEnumerator`1> // System.Array/EmptyInternalEnumerator`1> struct EmptyInternalEnumerator_1_t779B528016F8C02B9BA4BE868C24B258ED160FE0_StaticFields { public: // System.Array/EmptyInternalEnumerator`1 System.Array/EmptyInternalEnumerator`1::Value EmptyInternalEnumerator_1_t779B528016F8C02B9BA4BE868C24B258ED160FE0 * ___Value_0; public: inline static int32_t get_offset_of_Value_0() { return static_cast(offsetof(EmptyInternalEnumerator_1_t779B528016F8C02B9BA4BE868C24B258ED160FE0_StaticFields, ___Value_0)); } inline EmptyInternalEnumerator_1_t779B528016F8C02B9BA4BE868C24B258ED160FE0 * get_Value_0() const { return ___Value_0; } inline EmptyInternalEnumerator_1_t779B528016F8C02B9BA4BE868C24B258ED160FE0 ** get_address_of_Value_0() { return &___Value_0; } inline void set_Value_0(EmptyInternalEnumerator_1_t779B528016F8C02B9BA4BE868C24B258ED160FE0 * value) { ___Value_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___Value_0), (void*)value); } }; // System.Array/EmptyInternalEnumerator`1> // System.Array/EmptyInternalEnumerator`1> struct EmptyInternalEnumerator_1_t369C98CBAD1F2A13CC6A585FDEB61C5E766C8430_StaticFields { public: // System.Array/EmptyInternalEnumerator`1 System.Array/EmptyInternalEnumerator`1::Value EmptyInternalEnumerator_1_t369C98CBAD1F2A13CC6A585FDEB61C5E766C8430 * ___Value_0; public: inline static int32_t get_offset_of_Value_0() { return static_cast(offsetof(EmptyInternalEnumerator_1_t369C98CBAD1F2A13CC6A585FDEB61C5E766C8430_StaticFields, ___Value_0)); } inline EmptyInternalEnumerator_1_t369C98CBAD1F2A13CC6A585FDEB61C5E766C8430 * get_Value_0() const { return ___Value_0; } inline EmptyInternalEnumerator_1_t369C98CBAD1F2A13CC6A585FDEB61C5E766C8430 ** get_address_of_Value_0() { return &___Value_0; } inline void set_Value_0(EmptyInternalEnumerator_1_t369C98CBAD1F2A13CC6A585FDEB61C5E766C8430 * value) { ___Value_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___Value_0), (void*)value); } }; // System.Array/EmptyInternalEnumerator`1> // System.Array/EmptyInternalEnumerator`1> struct EmptyInternalEnumerator_1_t0EAF6EBC1B48EB0E1FD970EE356F8B0951222FC4_StaticFields { public: // System.Array/EmptyInternalEnumerator`1 System.Array/EmptyInternalEnumerator`1::Value EmptyInternalEnumerator_1_t0EAF6EBC1B48EB0E1FD970EE356F8B0951222FC4 * ___Value_0; public: inline static int32_t get_offset_of_Value_0() { return static_cast(offsetof(EmptyInternalEnumerator_1_t0EAF6EBC1B48EB0E1FD970EE356F8B0951222FC4_StaticFields, ___Value_0)); } inline EmptyInternalEnumerator_1_t0EAF6EBC1B48EB0E1FD970EE356F8B0951222FC4 * get_Value_0() const { return ___Value_0; } inline EmptyInternalEnumerator_1_t0EAF6EBC1B48EB0E1FD970EE356F8B0951222FC4 ** get_address_of_Value_0() { return &___Value_0; } inline void set_Value_0(EmptyInternalEnumerator_1_t0EAF6EBC1B48EB0E1FD970EE356F8B0951222FC4 * value) { ___Value_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___Value_0), (void*)value); } }; // System.Array/EmptyInternalEnumerator`1> // System.Array/EmptyInternalEnumerator`1> struct EmptyInternalEnumerator_1_tA1C30C1C3641AB2CD6C63B81225FC8869FE4672A_StaticFields { public: // System.Array/EmptyInternalEnumerator`1 System.Array/EmptyInternalEnumerator`1::Value EmptyInternalEnumerator_1_tA1C30C1C3641AB2CD6C63B81225FC8869FE4672A * ___Value_0; public: inline static int32_t get_offset_of_Value_0() { return static_cast(offsetof(EmptyInternalEnumerator_1_tA1C30C1C3641AB2CD6C63B81225FC8869FE4672A_StaticFields, ___Value_0)); } inline EmptyInternalEnumerator_1_tA1C30C1C3641AB2CD6C63B81225FC8869FE4672A * get_Value_0() const { return ___Value_0; } inline EmptyInternalEnumerator_1_tA1C30C1C3641AB2CD6C63B81225FC8869FE4672A ** get_address_of_Value_0() { return &___Value_0; } inline void set_Value_0(EmptyInternalEnumerator_1_tA1C30C1C3641AB2CD6C63B81225FC8869FE4672A * value) { ___Value_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___Value_0), (void*)value); } }; // System.Array/EmptyInternalEnumerator`1> // System.Array/EmptyInternalEnumerator`1> struct EmptyInternalEnumerator_1_tD48AE40EEF4BFCDBCF88997B674CD77F98318B40_StaticFields { public: // System.Array/EmptyInternalEnumerator`1 System.Array/EmptyInternalEnumerator`1::Value EmptyInternalEnumerator_1_tD48AE40EEF4BFCDBCF88997B674CD77F98318B40 * ___Value_0; public: inline static int32_t get_offset_of_Value_0() { return static_cast(offsetof(EmptyInternalEnumerator_1_tD48AE40EEF4BFCDBCF88997B674CD77F98318B40_StaticFields, ___Value_0)); } inline EmptyInternalEnumerator_1_tD48AE40EEF4BFCDBCF88997B674CD77F98318B40 * get_Value_0() const { return ___Value_0; } inline EmptyInternalEnumerator_1_tD48AE40EEF4BFCDBCF88997B674CD77F98318B40 ** get_address_of_Value_0() { return &___Value_0; } inline void set_Value_0(EmptyInternalEnumerator_1_tD48AE40EEF4BFCDBCF88997B674CD77F98318B40 * value) { ___Value_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___Value_0), (void*)value); } }; // System.Array/EmptyInternalEnumerator`1> // System.Array/EmptyInternalEnumerator`1> struct EmptyInternalEnumerator_1_t0B1E3E5AEC5EEB197102AD54F2D11CB20AD75364_StaticFields { public: // System.Array/EmptyInternalEnumerator`1 System.Array/EmptyInternalEnumerator`1::Value EmptyInternalEnumerator_1_t0B1E3E5AEC5EEB197102AD54F2D11CB20AD75364 * ___Value_0; public: inline static int32_t get_offset_of_Value_0() { return static_cast(offsetof(EmptyInternalEnumerator_1_t0B1E3E5AEC5EEB197102AD54F2D11CB20AD75364_StaticFields, ___Value_0)); } inline EmptyInternalEnumerator_1_t0B1E3E5AEC5EEB197102AD54F2D11CB20AD75364 * get_Value_0() const { return ___Value_0; } inline EmptyInternalEnumerator_1_t0B1E3E5AEC5EEB197102AD54F2D11CB20AD75364 ** get_address_of_Value_0() { return &___Value_0; } inline void set_Value_0(EmptyInternalEnumerator_1_t0B1E3E5AEC5EEB197102AD54F2D11CB20AD75364 * value) { ___Value_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___Value_0), (void*)value); } }; // System.Array/EmptyInternalEnumerator`1> // System.Array/EmptyInternalEnumerator`1> struct EmptyInternalEnumerator_1_t58DE3C6C7EC6EB7E0807210444917F71487CF828_StaticFields { public: // System.Array/EmptyInternalEnumerator`1 System.Array/EmptyInternalEnumerator`1::Value EmptyInternalEnumerator_1_t58DE3C6C7EC6EB7E0807210444917F71487CF828 * ___Value_0; public: inline static int32_t get_offset_of_Value_0() { return static_cast(offsetof(EmptyInternalEnumerator_1_t58DE3C6C7EC6EB7E0807210444917F71487CF828_StaticFields, ___Value_0)); } inline EmptyInternalEnumerator_1_t58DE3C6C7EC6EB7E0807210444917F71487CF828 * get_Value_0() const { return ___Value_0; } inline EmptyInternalEnumerator_1_t58DE3C6C7EC6EB7E0807210444917F71487CF828 ** get_address_of_Value_0() { return &___Value_0; } inline void set_Value_0(EmptyInternalEnumerator_1_t58DE3C6C7EC6EB7E0807210444917F71487CF828 * value) { ___Value_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___Value_0), (void*)value); } }; // System.Array/EmptyInternalEnumerator`1> // System.Array/EmptyInternalEnumerator`1> struct EmptyInternalEnumerator_1_tB0A90EEFB5301D3567980A0D8B39CCAE9E642C52_StaticFields { public: // System.Array/EmptyInternalEnumerator`1 System.Array/EmptyInternalEnumerator`1::Value EmptyInternalEnumerator_1_tB0A90EEFB5301D3567980A0D8B39CCAE9E642C52 * ___Value_0; public: inline static int32_t get_offset_of_Value_0() { return static_cast(offsetof(EmptyInternalEnumerator_1_tB0A90EEFB5301D3567980A0D8B39CCAE9E642C52_StaticFields, ___Value_0)); } inline EmptyInternalEnumerator_1_tB0A90EEFB5301D3567980A0D8B39CCAE9E642C52 * get_Value_0() const { return ___Value_0; } inline EmptyInternalEnumerator_1_tB0A90EEFB5301D3567980A0D8B39CCAE9E642C52 ** get_address_of_Value_0() { return &___Value_0; } inline void set_Value_0(EmptyInternalEnumerator_1_tB0A90EEFB5301D3567980A0D8B39CCAE9E642C52 * value) { ___Value_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___Value_0), (void*)value); } }; // System.Array/EmptyInternalEnumerator`1> // System.Array/EmptyInternalEnumerator`1> struct EmptyInternalEnumerator_1_tDD7D4CAAD8D90F43099836DE693B0135F348B194_StaticFields { public: // System.Array/EmptyInternalEnumerator`1 System.Array/EmptyInternalEnumerator`1::Value EmptyInternalEnumerator_1_tDD7D4CAAD8D90F43099836DE693B0135F348B194 * ___Value_0; public: inline static int32_t get_offset_of_Value_0() { return static_cast(offsetof(EmptyInternalEnumerator_1_tDD7D4CAAD8D90F43099836DE693B0135F348B194_StaticFields, ___Value_0)); } inline EmptyInternalEnumerator_1_tDD7D4CAAD8D90F43099836DE693B0135F348B194 * get_Value_0() const { return ___Value_0; } inline EmptyInternalEnumerator_1_tDD7D4CAAD8D90F43099836DE693B0135F348B194 ** get_address_of_Value_0() { return &___Value_0; } inline void set_Value_0(EmptyInternalEnumerator_1_tDD7D4CAAD8D90F43099836DE693B0135F348B194 * value) { ___Value_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___Value_0), (void*)value); } }; // System.Array/EmptyInternalEnumerator`1> // System.Array/EmptyInternalEnumerator`1> struct EmptyInternalEnumerator_1_tE688339CFB247663CC1CFEF8B1C840F8FB73AFA0_StaticFields { public: // System.Array/EmptyInternalEnumerator`1 System.Array/EmptyInternalEnumerator`1::Value EmptyInternalEnumerator_1_tE688339CFB247663CC1CFEF8B1C840F8FB73AFA0 * ___Value_0; public: inline static int32_t get_offset_of_Value_0() { return static_cast(offsetof(EmptyInternalEnumerator_1_tE688339CFB247663CC1CFEF8B1C840F8FB73AFA0_StaticFields, ___Value_0)); } inline EmptyInternalEnumerator_1_tE688339CFB247663CC1CFEF8B1C840F8FB73AFA0 * get_Value_0() const { return ___Value_0; } inline EmptyInternalEnumerator_1_tE688339CFB247663CC1CFEF8B1C840F8FB73AFA0 ** get_address_of_Value_0() { return &___Value_0; } inline void set_Value_0(EmptyInternalEnumerator_1_tE688339CFB247663CC1CFEF8B1C840F8FB73AFA0 * value) { ___Value_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___Value_0), (void*)value); } }; // System.Array/EmptyInternalEnumerator`1> // System.Array/EmptyInternalEnumerator`1> struct EmptyInternalEnumerator_1_t130ECF43D9B89FA1939766F92146FEBFD4EC8FB7_StaticFields { public: // System.Array/EmptyInternalEnumerator`1 System.Array/EmptyInternalEnumerator`1::Value EmptyInternalEnumerator_1_t130ECF43D9B89FA1939766F92146FEBFD4EC8FB7 * ___Value_0; public: inline static int32_t get_offset_of_Value_0() { return static_cast(offsetof(EmptyInternalEnumerator_1_t130ECF43D9B89FA1939766F92146FEBFD4EC8FB7_StaticFields, ___Value_0)); } inline EmptyInternalEnumerator_1_t130ECF43D9B89FA1939766F92146FEBFD4EC8FB7 * get_Value_0() const { return ___Value_0; } inline EmptyInternalEnumerator_1_t130ECF43D9B89FA1939766F92146FEBFD4EC8FB7 ** get_address_of_Value_0() { return &___Value_0; } inline void set_Value_0(EmptyInternalEnumerator_1_t130ECF43D9B89FA1939766F92146FEBFD4EC8FB7 * value) { ___Value_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___Value_0), (void*)value); } }; // System.Array/EmptyInternalEnumerator`1> // System.Array/EmptyInternalEnumerator`1,System.Object>> struct EmptyInternalEnumerator_1_tD141A0B4F24F91F82D6E36E32972590D989C41DC_StaticFields { public: // System.Array/EmptyInternalEnumerator`1 System.Array/EmptyInternalEnumerator`1::Value EmptyInternalEnumerator_1_tD141A0B4F24F91F82D6E36E32972590D989C41DC * ___Value_0; public: inline static int32_t get_offset_of_Value_0() { return static_cast(offsetof(EmptyInternalEnumerator_1_tD141A0B4F24F91F82D6E36E32972590D989C41DC_StaticFields, ___Value_0)); } inline EmptyInternalEnumerator_1_tD141A0B4F24F91F82D6E36E32972590D989C41DC * get_Value_0() const { return ___Value_0; } inline EmptyInternalEnumerator_1_tD141A0B4F24F91F82D6E36E32972590D989C41DC ** get_address_of_Value_0() { return &___Value_0; } inline void set_Value_0(EmptyInternalEnumerator_1_tD141A0B4F24F91F82D6E36E32972590D989C41DC * value) { ___Value_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___Value_0), (void*)value); } }; // System.Array/EmptyInternalEnumerator`1,System.Object>> // System.Array/EmptyInternalEnumerator`1> struct EmptyInternalEnumerator_1_t966ADDD1EAEDE079621F9BE0ADB4FF170B02B395_StaticFields { public: // System.Array/EmptyInternalEnumerator`1 System.Array/EmptyInternalEnumerator`1::Value EmptyInternalEnumerator_1_t966ADDD1EAEDE079621F9BE0ADB4FF170B02B395 * ___Value_0; public: inline static int32_t get_offset_of_Value_0() { return static_cast(offsetof(EmptyInternalEnumerator_1_t966ADDD1EAEDE079621F9BE0ADB4FF170B02B395_StaticFields, ___Value_0)); } inline EmptyInternalEnumerator_1_t966ADDD1EAEDE079621F9BE0ADB4FF170B02B395 * get_Value_0() const { return ___Value_0; } inline EmptyInternalEnumerator_1_t966ADDD1EAEDE079621F9BE0ADB4FF170B02B395 ** get_address_of_Value_0() { return &___Value_0; } inline void set_Value_0(EmptyInternalEnumerator_1_t966ADDD1EAEDE079621F9BE0ADB4FF170B02B395 * value) { ___Value_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___Value_0), (void*)value); } }; // System.Array/EmptyInternalEnumerator`1> // System.Array/EmptyInternalEnumerator`1> struct EmptyInternalEnumerator_1_t8D6170FF4D878FB8ACD2C279E19BE2EF0F7147C7_StaticFields { public: // System.Array/EmptyInternalEnumerator`1 System.Array/EmptyInternalEnumerator`1::Value EmptyInternalEnumerator_1_t8D6170FF4D878FB8ACD2C279E19BE2EF0F7147C7 * ___Value_0; public: inline static int32_t get_offset_of_Value_0() { return static_cast(offsetof(EmptyInternalEnumerator_1_t8D6170FF4D878FB8ACD2C279E19BE2EF0F7147C7_StaticFields, ___Value_0)); } inline EmptyInternalEnumerator_1_t8D6170FF4D878FB8ACD2C279E19BE2EF0F7147C7 * get_Value_0() const { return ___Value_0; } inline EmptyInternalEnumerator_1_t8D6170FF4D878FB8ACD2C279E19BE2EF0F7147C7 ** get_address_of_Value_0() { return &___Value_0; } inline void set_Value_0(EmptyInternalEnumerator_1_t8D6170FF4D878FB8ACD2C279E19BE2EF0F7147C7 * value) { ___Value_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___Value_0), (void*)value); } }; // System.Array/EmptyInternalEnumerator`1> // System.Array/EmptyInternalEnumerator`1> struct EmptyInternalEnumerator_1_tD2160A0A5702CFCD1FD92165D43213A6F7669E60_StaticFields { public: // System.Array/EmptyInternalEnumerator`1 System.Array/EmptyInternalEnumerator`1::Value EmptyInternalEnumerator_1_tD2160A0A5702CFCD1FD92165D43213A6F7669E60 * ___Value_0; public: inline static int32_t get_offset_of_Value_0() { return static_cast(offsetof(EmptyInternalEnumerator_1_tD2160A0A5702CFCD1FD92165D43213A6F7669E60_StaticFields, ___Value_0)); } inline EmptyInternalEnumerator_1_tD2160A0A5702CFCD1FD92165D43213A6F7669E60 * get_Value_0() const { return ___Value_0; } inline EmptyInternalEnumerator_1_tD2160A0A5702CFCD1FD92165D43213A6F7669E60 ** get_address_of_Value_0() { return &___Value_0; } inline void set_Value_0(EmptyInternalEnumerator_1_tD2160A0A5702CFCD1FD92165D43213A6F7669E60 * value) { ___Value_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___Value_0), (void*)value); } }; // System.Array/EmptyInternalEnumerator`1> // System.Array/EmptyInternalEnumerator`1> struct EmptyInternalEnumerator_1_t9914FEAB1B80B3192D77FFA28C256883610FE367_StaticFields { public: // System.Array/EmptyInternalEnumerator`1 System.Array/EmptyInternalEnumerator`1::Value EmptyInternalEnumerator_1_t9914FEAB1B80B3192D77FFA28C256883610FE367 * ___Value_0; public: inline static int32_t get_offset_of_Value_0() { return static_cast(offsetof(EmptyInternalEnumerator_1_t9914FEAB1B80B3192D77FFA28C256883610FE367_StaticFields, ___Value_0)); } inline EmptyInternalEnumerator_1_t9914FEAB1B80B3192D77FFA28C256883610FE367 * get_Value_0() const { return ___Value_0; } inline EmptyInternalEnumerator_1_t9914FEAB1B80B3192D77FFA28C256883610FE367 ** get_address_of_Value_0() { return &___Value_0; } inline void set_Value_0(EmptyInternalEnumerator_1_t9914FEAB1B80B3192D77FFA28C256883610FE367 * value) { ___Value_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___Value_0), (void*)value); } }; // System.Array/EmptyInternalEnumerator`1> // System.Array/EmptyInternalEnumerator`1> struct EmptyInternalEnumerator_1_t7BDE1A1AE93397FC94E5BB71BFBCD770B438A90A_StaticFields { public: // System.Array/EmptyInternalEnumerator`1 System.Array/EmptyInternalEnumerator`1::Value EmptyInternalEnumerator_1_t7BDE1A1AE93397FC94E5BB71BFBCD770B438A90A * ___Value_0; public: inline static int32_t get_offset_of_Value_0() { return static_cast(offsetof(EmptyInternalEnumerator_1_t7BDE1A1AE93397FC94E5BB71BFBCD770B438A90A_StaticFields, ___Value_0)); } inline EmptyInternalEnumerator_1_t7BDE1A1AE93397FC94E5BB71BFBCD770B438A90A * get_Value_0() const { return ___Value_0; } inline EmptyInternalEnumerator_1_t7BDE1A1AE93397FC94E5BB71BFBCD770B438A90A ** get_address_of_Value_0() { return &___Value_0; } inline void set_Value_0(EmptyInternalEnumerator_1_t7BDE1A1AE93397FC94E5BB71BFBCD770B438A90A * value) { ___Value_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___Value_0), (void*)value); } }; // System.Array/EmptyInternalEnumerator`1> // System.Array/EmptyInternalEnumerator`1> struct EmptyInternalEnumerator_1_t046EFDEF0E0F1AD5768C46A120BB364F4AA5FB97_StaticFields { public: // System.Array/EmptyInternalEnumerator`1 System.Array/EmptyInternalEnumerator`1::Value EmptyInternalEnumerator_1_t046EFDEF0E0F1AD5768C46A120BB364F4AA5FB97 * ___Value_0; public: inline static int32_t get_offset_of_Value_0() { return static_cast(offsetof(EmptyInternalEnumerator_1_t046EFDEF0E0F1AD5768C46A120BB364F4AA5FB97_StaticFields, ___Value_0)); } inline EmptyInternalEnumerator_1_t046EFDEF0E0F1AD5768C46A120BB364F4AA5FB97 * get_Value_0() const { return ___Value_0; } inline EmptyInternalEnumerator_1_t046EFDEF0E0F1AD5768C46A120BB364F4AA5FB97 ** get_address_of_Value_0() { return &___Value_0; } inline void set_Value_0(EmptyInternalEnumerator_1_t046EFDEF0E0F1AD5768C46A120BB364F4AA5FB97 * value) { ___Value_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___Value_0), (void*)value); } }; // System.Array/EmptyInternalEnumerator`1> // System.Array/EmptyInternalEnumerator`1> struct EmptyInternalEnumerator_1_t9D19E334C22FA71D9E21A65F42507768392DD880_StaticFields { public: // System.Array/EmptyInternalEnumerator`1 System.Array/EmptyInternalEnumerator`1::Value EmptyInternalEnumerator_1_t9D19E334C22FA71D9E21A65F42507768392DD880 * ___Value_0; public: inline static int32_t get_offset_of_Value_0() { return static_cast(offsetof(EmptyInternalEnumerator_1_t9D19E334C22FA71D9E21A65F42507768392DD880_StaticFields, ___Value_0)); } inline EmptyInternalEnumerator_1_t9D19E334C22FA71D9E21A65F42507768392DD880 * get_Value_0() const { return ___Value_0; } inline EmptyInternalEnumerator_1_t9D19E334C22FA71D9E21A65F42507768392DD880 ** get_address_of_Value_0() { return &___Value_0; } inline void set_Value_0(EmptyInternalEnumerator_1_t9D19E334C22FA71D9E21A65F42507768392DD880 * value) { ___Value_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___Value_0), (void*)value); } }; // System.Array/EmptyInternalEnumerator`1> // System.Array/EmptyInternalEnumerator`1> struct EmptyInternalEnumerator_1_t91AF4CD6F5CE6FE6265A4E5595BEF3A9DB1AD7E4_StaticFields { public: // System.Array/EmptyInternalEnumerator`1 System.Array/EmptyInternalEnumerator`1::Value EmptyInternalEnumerator_1_t91AF4CD6F5CE6FE6265A4E5595BEF3A9DB1AD7E4 * ___Value_0; public: inline static int32_t get_offset_of_Value_0() { return static_cast(offsetof(EmptyInternalEnumerator_1_t91AF4CD6F5CE6FE6265A4E5595BEF3A9DB1AD7E4_StaticFields, ___Value_0)); } inline EmptyInternalEnumerator_1_t91AF4CD6F5CE6FE6265A4E5595BEF3A9DB1AD7E4 * get_Value_0() const { return ___Value_0; } inline EmptyInternalEnumerator_1_t91AF4CD6F5CE6FE6265A4E5595BEF3A9DB1AD7E4 ** get_address_of_Value_0() { return &___Value_0; } inline void set_Value_0(EmptyInternalEnumerator_1_t91AF4CD6F5CE6FE6265A4E5595BEF3A9DB1AD7E4 * value) { ___Value_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___Value_0), (void*)value); } }; // System.Array/EmptyInternalEnumerator`1> // System.Array/EmptyInternalEnumerator`1> struct EmptyInternalEnumerator_1_tA1AE239D07C0A97FB3B3A41E04D07BA8C49122AF_StaticFields { public: // System.Array/EmptyInternalEnumerator`1 System.Array/EmptyInternalEnumerator`1::Value EmptyInternalEnumerator_1_tA1AE239D07C0A97FB3B3A41E04D07BA8C49122AF * ___Value_0; public: inline static int32_t get_offset_of_Value_0() { return static_cast(offsetof(EmptyInternalEnumerator_1_tA1AE239D07C0A97FB3B3A41E04D07BA8C49122AF_StaticFields, ___Value_0)); } inline EmptyInternalEnumerator_1_tA1AE239D07C0A97FB3B3A41E04D07BA8C49122AF * get_Value_0() const { return ___Value_0; } inline EmptyInternalEnumerator_1_tA1AE239D07C0A97FB3B3A41E04D07BA8C49122AF ** get_address_of_Value_0() { return &___Value_0; } inline void set_Value_0(EmptyInternalEnumerator_1_tA1AE239D07C0A97FB3B3A41E04D07BA8C49122AF * value) { ___Value_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___Value_0), (void*)value); } }; // System.Array/EmptyInternalEnumerator`1> // System.Array/EmptyInternalEnumerator`1> struct EmptyInternalEnumerator_1_t9321242252FD13DEFE01C41D2DB51D818C7A40A4_StaticFields { public: // System.Array/EmptyInternalEnumerator`1 System.Array/EmptyInternalEnumerator`1::Value EmptyInternalEnumerator_1_t9321242252FD13DEFE01C41D2DB51D818C7A40A4 * ___Value_0; public: inline static int32_t get_offset_of_Value_0() { return static_cast(offsetof(EmptyInternalEnumerator_1_t9321242252FD13DEFE01C41D2DB51D818C7A40A4_StaticFields, ___Value_0)); } inline EmptyInternalEnumerator_1_t9321242252FD13DEFE01C41D2DB51D818C7A40A4 * get_Value_0() const { return ___Value_0; } inline EmptyInternalEnumerator_1_t9321242252FD13DEFE01C41D2DB51D818C7A40A4 ** get_address_of_Value_0() { return &___Value_0; } inline void set_Value_0(EmptyInternalEnumerator_1_t9321242252FD13DEFE01C41D2DB51D818C7A40A4 * value) { ___Value_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___Value_0), (void*)value); } }; // System.Array/EmptyInternalEnumerator`1> // System.Array/EmptyInternalEnumerator`1> struct EmptyInternalEnumerator_1_t4D37450D4EEE719CC3F2959C0155DE2C84683440_StaticFields { public: // System.Array/EmptyInternalEnumerator`1 System.Array/EmptyInternalEnumerator`1::Value EmptyInternalEnumerator_1_t4D37450D4EEE719CC3F2959C0155DE2C84683440 * ___Value_0; public: inline static int32_t get_offset_of_Value_0() { return static_cast(offsetof(EmptyInternalEnumerator_1_t4D37450D4EEE719CC3F2959C0155DE2C84683440_StaticFields, ___Value_0)); } inline EmptyInternalEnumerator_1_t4D37450D4EEE719CC3F2959C0155DE2C84683440 * get_Value_0() const { return ___Value_0; } inline EmptyInternalEnumerator_1_t4D37450D4EEE719CC3F2959C0155DE2C84683440 ** get_address_of_Value_0() { return &___Value_0; } inline void set_Value_0(EmptyInternalEnumerator_1_t4D37450D4EEE719CC3F2959C0155DE2C84683440 * value) { ___Value_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___Value_0), (void*)value); } }; // System.Array/EmptyInternalEnumerator`1> // System.Array/EmptyInternalEnumerator`1> struct EmptyInternalEnumerator_1_tF69DA81D29E54A10C4F09A9107469CE611631BB7_StaticFields { public: // System.Array/EmptyInternalEnumerator`1 System.Array/EmptyInternalEnumerator`1::Value EmptyInternalEnumerator_1_tF69DA81D29E54A10C4F09A9107469CE611631BB7 * ___Value_0; public: inline static int32_t get_offset_of_Value_0() { return static_cast(offsetof(EmptyInternalEnumerator_1_tF69DA81D29E54A10C4F09A9107469CE611631BB7_StaticFields, ___Value_0)); } inline EmptyInternalEnumerator_1_tF69DA81D29E54A10C4F09A9107469CE611631BB7 * get_Value_0() const { return ___Value_0; } inline EmptyInternalEnumerator_1_tF69DA81D29E54A10C4F09A9107469CE611631BB7 ** get_address_of_Value_0() { return &___Value_0; } inline void set_Value_0(EmptyInternalEnumerator_1_tF69DA81D29E54A10C4F09A9107469CE611631BB7 * value) { ___Value_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___Value_0), (void*)value); } }; // System.Array/EmptyInternalEnumerator`1> // System.Array/EmptyInternalEnumerator`1> struct EmptyInternalEnumerator_1_t1BE5BFD8C0A26FC21EB0EB23FC9762773BE05F84_StaticFields { public: // System.Array/EmptyInternalEnumerator`1 System.Array/EmptyInternalEnumerator`1::Value EmptyInternalEnumerator_1_t1BE5BFD8C0A26FC21EB0EB23FC9762773BE05F84 * ___Value_0; public: inline static int32_t get_offset_of_Value_0() { return static_cast(offsetof(EmptyInternalEnumerator_1_t1BE5BFD8C0A26FC21EB0EB23FC9762773BE05F84_StaticFields, ___Value_0)); } inline EmptyInternalEnumerator_1_t1BE5BFD8C0A26FC21EB0EB23FC9762773BE05F84 * get_Value_0() const { return ___Value_0; } inline EmptyInternalEnumerator_1_t1BE5BFD8C0A26FC21EB0EB23FC9762773BE05F84 ** get_address_of_Value_0() { return &___Value_0; } inline void set_Value_0(EmptyInternalEnumerator_1_t1BE5BFD8C0A26FC21EB0EB23FC9762773BE05F84 * value) { ___Value_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___Value_0), (void*)value); } }; // System.Array/EmptyInternalEnumerator`1> // System.Array/EmptyInternalEnumerator`1> struct EmptyInternalEnumerator_1_t64A1FC9DB7F5C44421365C0F743F1880FEBA2918_StaticFields { public: // System.Array/EmptyInternalEnumerator`1 System.Array/EmptyInternalEnumerator`1::Value EmptyInternalEnumerator_1_t64A1FC9DB7F5C44421365C0F743F1880FEBA2918 * ___Value_0; public: inline static int32_t get_offset_of_Value_0() { return static_cast(offsetof(EmptyInternalEnumerator_1_t64A1FC9DB7F5C44421365C0F743F1880FEBA2918_StaticFields, ___Value_0)); } inline EmptyInternalEnumerator_1_t64A1FC9DB7F5C44421365C0F743F1880FEBA2918 * get_Value_0() const { return ___Value_0; } inline EmptyInternalEnumerator_1_t64A1FC9DB7F5C44421365C0F743F1880FEBA2918 ** get_address_of_Value_0() { return &___Value_0; } inline void set_Value_0(EmptyInternalEnumerator_1_t64A1FC9DB7F5C44421365C0F743F1880FEBA2918 * value) { ___Value_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___Value_0), (void*)value); } }; // System.Array/EmptyInternalEnumerator`1> // System.Array/EmptyInternalEnumerator`1> struct EmptyInternalEnumerator_1_t3092EC50C097407908F7B1F651F29ECAB232F3CC_StaticFields { public: // System.Array/EmptyInternalEnumerator`1 System.Array/EmptyInternalEnumerator`1::Value EmptyInternalEnumerator_1_t3092EC50C097407908F7B1F651F29ECAB232F3CC * ___Value_0; public: inline static int32_t get_offset_of_Value_0() { return static_cast(offsetof(EmptyInternalEnumerator_1_t3092EC50C097407908F7B1F651F29ECAB232F3CC_StaticFields, ___Value_0)); } inline EmptyInternalEnumerator_1_t3092EC50C097407908F7B1F651F29ECAB232F3CC * get_Value_0() const { return ___Value_0; } inline EmptyInternalEnumerator_1_t3092EC50C097407908F7B1F651F29ECAB232F3CC ** get_address_of_Value_0() { return &___Value_0; } inline void set_Value_0(EmptyInternalEnumerator_1_t3092EC50C097407908F7B1F651F29ECAB232F3CC * value) { ___Value_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___Value_0), (void*)value); } }; // System.Array/EmptyInternalEnumerator`1> // System.Array/EmptyInternalEnumerator`1> struct EmptyInternalEnumerator_1_t1696B72521DF760934B18135B25B34F4F1A87784_StaticFields { public: // System.Array/EmptyInternalEnumerator`1 System.Array/EmptyInternalEnumerator`1::Value EmptyInternalEnumerator_1_t1696B72521DF760934B18135B25B34F4F1A87784 * ___Value_0; public: inline static int32_t get_offset_of_Value_0() { return static_cast(offsetof(EmptyInternalEnumerator_1_t1696B72521DF760934B18135B25B34F4F1A87784_StaticFields, ___Value_0)); } inline EmptyInternalEnumerator_1_t1696B72521DF760934B18135B25B34F4F1A87784 * get_Value_0() const { return ___Value_0; } inline EmptyInternalEnumerator_1_t1696B72521DF760934B18135B25B34F4F1A87784 ** get_address_of_Value_0() { return &___Value_0; } inline void set_Value_0(EmptyInternalEnumerator_1_t1696B72521DF760934B18135B25B34F4F1A87784 * value) { ___Value_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___Value_0), (void*)value); } }; // System.Array/EmptyInternalEnumerator`1> // System.Array/EmptyInternalEnumerator`1> struct EmptyInternalEnumerator_1_t473158D827BD222CBC21ED99C68D61DCC7EC3241_StaticFields { public: // System.Array/EmptyInternalEnumerator`1 System.Array/EmptyInternalEnumerator`1::Value EmptyInternalEnumerator_1_t473158D827BD222CBC21ED99C68D61DCC7EC3241 * ___Value_0; public: inline static int32_t get_offset_of_Value_0() { return static_cast(offsetof(EmptyInternalEnumerator_1_t473158D827BD222CBC21ED99C68D61DCC7EC3241_StaticFields, ___Value_0)); } inline EmptyInternalEnumerator_1_t473158D827BD222CBC21ED99C68D61DCC7EC3241 * get_Value_0() const { return ___Value_0; } inline EmptyInternalEnumerator_1_t473158D827BD222CBC21ED99C68D61DCC7EC3241 ** get_address_of_Value_0() { return &___Value_0; } inline void set_Value_0(EmptyInternalEnumerator_1_t473158D827BD222CBC21ED99C68D61DCC7EC3241 * value) { ___Value_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___Value_0), (void*)value); } }; // System.Array/EmptyInternalEnumerator`1> // System.Array/EmptyInternalEnumerator`1> struct EmptyInternalEnumerator_1_tEABF07CFDCB233BF1790E6728FD573ECB7F525A9_StaticFields { public: // System.Array/EmptyInternalEnumerator`1 System.Array/EmptyInternalEnumerator`1::Value EmptyInternalEnumerator_1_tEABF07CFDCB233BF1790E6728FD573ECB7F525A9 * ___Value_0; public: inline static int32_t get_offset_of_Value_0() { return static_cast(offsetof(EmptyInternalEnumerator_1_tEABF07CFDCB233BF1790E6728FD573ECB7F525A9_StaticFields, ___Value_0)); } inline EmptyInternalEnumerator_1_tEABF07CFDCB233BF1790E6728FD573ECB7F525A9 * get_Value_0() const { return ___Value_0; } inline EmptyInternalEnumerator_1_tEABF07CFDCB233BF1790E6728FD573ECB7F525A9 ** get_address_of_Value_0() { return &___Value_0; } inline void set_Value_0(EmptyInternalEnumerator_1_tEABF07CFDCB233BF1790E6728FD573ECB7F525A9 * value) { ___Value_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___Value_0), (void*)value); } }; // System.Array/EmptyInternalEnumerator`1> // System.Array/EmptyInternalEnumerator`1> struct EmptyInternalEnumerator_1_tF93F1A422F38EE3D134F3FB69C951A141167560B_StaticFields { public: // System.Array/EmptyInternalEnumerator`1 System.Array/EmptyInternalEnumerator`1::Value EmptyInternalEnumerator_1_tF93F1A422F38EE3D134F3FB69C951A141167560B * ___Value_0; public: inline static int32_t get_offset_of_Value_0() { return static_cast(offsetof(EmptyInternalEnumerator_1_tF93F1A422F38EE3D134F3FB69C951A141167560B_StaticFields, ___Value_0)); } inline EmptyInternalEnumerator_1_tF93F1A422F38EE3D134F3FB69C951A141167560B * get_Value_0() const { return ___Value_0; } inline EmptyInternalEnumerator_1_tF93F1A422F38EE3D134F3FB69C951A141167560B ** get_address_of_Value_0() { return &___Value_0; } inline void set_Value_0(EmptyInternalEnumerator_1_tF93F1A422F38EE3D134F3FB69C951A141167560B * value) { ___Value_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___Value_0), (void*)value); } }; // System.Array/EmptyInternalEnumerator`1> // System.Array/EmptyInternalEnumerator`1> struct EmptyInternalEnumerator_1_t082CE0F9A270BB694A82EDF0FE5E943864B48F58_StaticFields { public: // System.Array/EmptyInternalEnumerator`1 System.Array/EmptyInternalEnumerator`1::Value EmptyInternalEnumerator_1_t082CE0F9A270BB694A82EDF0FE5E943864B48F58 * ___Value_0; public: inline static int32_t get_offset_of_Value_0() { return static_cast(offsetof(EmptyInternalEnumerator_1_t082CE0F9A270BB694A82EDF0FE5E943864B48F58_StaticFields, ___Value_0)); } inline EmptyInternalEnumerator_1_t082CE0F9A270BB694A82EDF0FE5E943864B48F58 * get_Value_0() const { return ___Value_0; } inline EmptyInternalEnumerator_1_t082CE0F9A270BB694A82EDF0FE5E943864B48F58 ** get_address_of_Value_0() { return &___Value_0; } inline void set_Value_0(EmptyInternalEnumerator_1_t082CE0F9A270BB694A82EDF0FE5E943864B48F58 * value) { ___Value_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___Value_0), (void*)value); } }; // System.Array/EmptyInternalEnumerator`1> // System.Array/EmptyInternalEnumerator`1> struct EmptyInternalEnumerator_1_tDAE3F061B3E7B1C69325FF3770FD545D3F658303_StaticFields { public: // System.Array/EmptyInternalEnumerator`1 System.Array/EmptyInternalEnumerator`1::Value EmptyInternalEnumerator_1_tDAE3F061B3E7B1C69325FF3770FD545D3F658303 * ___Value_0; public: inline static int32_t get_offset_of_Value_0() { return static_cast(offsetof(EmptyInternalEnumerator_1_tDAE3F061B3E7B1C69325FF3770FD545D3F658303_StaticFields, ___Value_0)); } inline EmptyInternalEnumerator_1_tDAE3F061B3E7B1C69325FF3770FD545D3F658303 * get_Value_0() const { return ___Value_0; } inline EmptyInternalEnumerator_1_tDAE3F061B3E7B1C69325FF3770FD545D3F658303 ** get_address_of_Value_0() { return &___Value_0; } inline void set_Value_0(EmptyInternalEnumerator_1_tDAE3F061B3E7B1C69325FF3770FD545D3F658303 * value) { ___Value_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___Value_0), (void*)value); } }; // System.Array/EmptyInternalEnumerator`1> // System.Array/EmptyInternalEnumerator`1> struct EmptyInternalEnumerator_1_t34491215C0E15EECFEBC9F5194F332A99C3890B4_StaticFields { public: // System.Array/EmptyInternalEnumerator`1 System.Array/EmptyInternalEnumerator`1::Value EmptyInternalEnumerator_1_t34491215C0E15EECFEBC9F5194F332A99C3890B4 * ___Value_0; public: inline static int32_t get_offset_of_Value_0() { return static_cast(offsetof(EmptyInternalEnumerator_1_t34491215C0E15EECFEBC9F5194F332A99C3890B4_StaticFields, ___Value_0)); } inline EmptyInternalEnumerator_1_t34491215C0E15EECFEBC9F5194F332A99C3890B4 * get_Value_0() const { return ___Value_0; } inline EmptyInternalEnumerator_1_t34491215C0E15EECFEBC9F5194F332A99C3890B4 ** get_address_of_Value_0() { return &___Value_0; } inline void set_Value_0(EmptyInternalEnumerator_1_t34491215C0E15EECFEBC9F5194F332A99C3890B4 * value) { ___Value_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___Value_0), (void*)value); } }; // System.Array/EmptyInternalEnumerator`1> // System.Array/EmptyInternalEnumerator`1> struct EmptyInternalEnumerator_1_tC9F3F6D84D0B7FFAFE6D7B231951AA8BAC5FB536_StaticFields { public: // System.Array/EmptyInternalEnumerator`1 System.Array/EmptyInternalEnumerator`1::Value EmptyInternalEnumerator_1_tC9F3F6D84D0B7FFAFE6D7B231951AA8BAC5FB536 * ___Value_0; public: inline static int32_t get_offset_of_Value_0() { return static_cast(offsetof(EmptyInternalEnumerator_1_tC9F3F6D84D0B7FFAFE6D7B231951AA8BAC5FB536_StaticFields, ___Value_0)); } inline EmptyInternalEnumerator_1_tC9F3F6D84D0B7FFAFE6D7B231951AA8BAC5FB536 * get_Value_0() const { return ___Value_0; } inline EmptyInternalEnumerator_1_tC9F3F6D84D0B7FFAFE6D7B231951AA8BAC5FB536 ** get_address_of_Value_0() { return &___Value_0; } inline void set_Value_0(EmptyInternalEnumerator_1_tC9F3F6D84D0B7FFAFE6D7B231951AA8BAC5FB536 * value) { ___Value_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___Value_0), (void*)value); } }; // System.Array/EmptyInternalEnumerator`1> // System.Array/EmptyInternalEnumerator`1> struct EmptyInternalEnumerator_1_t8764188BE3B4340BF80A20AF769CAA5616600102_StaticFields { public: // System.Array/EmptyInternalEnumerator`1 System.Array/EmptyInternalEnumerator`1::Value EmptyInternalEnumerator_1_t8764188BE3B4340BF80A20AF769CAA5616600102 * ___Value_0; public: inline static int32_t get_offset_of_Value_0() { return static_cast(offsetof(EmptyInternalEnumerator_1_t8764188BE3B4340BF80A20AF769CAA5616600102_StaticFields, ___Value_0)); } inline EmptyInternalEnumerator_1_t8764188BE3B4340BF80A20AF769CAA5616600102 * get_Value_0() const { return ___Value_0; } inline EmptyInternalEnumerator_1_t8764188BE3B4340BF80A20AF769CAA5616600102 ** get_address_of_Value_0() { return &___Value_0; } inline void set_Value_0(EmptyInternalEnumerator_1_t8764188BE3B4340BF80A20AF769CAA5616600102 * value) { ___Value_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___Value_0), (void*)value); } }; // System.Array/EmptyInternalEnumerator`1> // System.Array/EmptyInternalEnumerator`1> struct EmptyInternalEnumerator_1_tBCDEC1DBA7F8C4EFB34E5F00B02A1352B8356702_StaticFields { public: // System.Array/EmptyInternalEnumerator`1 System.Array/EmptyInternalEnumerator`1::Value EmptyInternalEnumerator_1_tBCDEC1DBA7F8C4EFB34E5F00B02A1352B8356702 * ___Value_0; public: inline static int32_t get_offset_of_Value_0() { return static_cast(offsetof(EmptyInternalEnumerator_1_tBCDEC1DBA7F8C4EFB34E5F00B02A1352B8356702_StaticFields, ___Value_0)); } inline EmptyInternalEnumerator_1_tBCDEC1DBA7F8C4EFB34E5F00B02A1352B8356702 * get_Value_0() const { return ___Value_0; } inline EmptyInternalEnumerator_1_tBCDEC1DBA7F8C4EFB34E5F00B02A1352B8356702 ** get_address_of_Value_0() { return &___Value_0; } inline void set_Value_0(EmptyInternalEnumerator_1_tBCDEC1DBA7F8C4EFB34E5F00B02A1352B8356702 * value) { ___Value_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___Value_0), (void*)value); } }; // System.Array/EmptyInternalEnumerator`1> // System.Array/EmptyInternalEnumerator`1> struct EmptyInternalEnumerator_1_tE4842672B4C948DA29DC8CC60BB4D38D4839BAEA_StaticFields { public: // System.Array/EmptyInternalEnumerator`1 System.Array/EmptyInternalEnumerator`1::Value EmptyInternalEnumerator_1_tE4842672B4C948DA29DC8CC60BB4D38D4839BAEA * ___Value_0; public: inline static int32_t get_offset_of_Value_0() { return static_cast(offsetof(EmptyInternalEnumerator_1_tE4842672B4C948DA29DC8CC60BB4D38D4839BAEA_StaticFields, ___Value_0)); } inline EmptyInternalEnumerator_1_tE4842672B4C948DA29DC8CC60BB4D38D4839BAEA * get_Value_0() const { return ___Value_0; } inline EmptyInternalEnumerator_1_tE4842672B4C948DA29DC8CC60BB4D38D4839BAEA ** get_address_of_Value_0() { return &___Value_0; } inline void set_Value_0(EmptyInternalEnumerator_1_tE4842672B4C948DA29DC8CC60BB4D38D4839BAEA * value) { ___Value_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___Value_0), (void*)value); } }; // System.Array/EmptyInternalEnumerator`1> // System.Array/EmptyInternalEnumerator`1> struct EmptyInternalEnumerator_1_tEF56ACB538879672E6C4AC9CBA76ADCEFD8C37AB_StaticFields { public: // System.Array/EmptyInternalEnumerator`1 System.Array/EmptyInternalEnumerator`1::Value EmptyInternalEnumerator_1_tEF56ACB538879672E6C4AC9CBA76ADCEFD8C37AB * ___Value_0; public: inline static int32_t get_offset_of_Value_0() { return static_cast(offsetof(EmptyInternalEnumerator_1_tEF56ACB538879672E6C4AC9CBA76ADCEFD8C37AB_StaticFields, ___Value_0)); } inline EmptyInternalEnumerator_1_tEF56ACB538879672E6C4AC9CBA76ADCEFD8C37AB * get_Value_0() const { return ___Value_0; } inline EmptyInternalEnumerator_1_tEF56ACB538879672E6C4AC9CBA76ADCEFD8C37AB ** get_address_of_Value_0() { return &___Value_0; } inline void set_Value_0(EmptyInternalEnumerator_1_tEF56ACB538879672E6C4AC9CBA76ADCEFD8C37AB * value) { ___Value_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___Value_0), (void*)value); } }; // System.Array/EmptyInternalEnumerator`1> // System.Array/EmptyInternalEnumerator`1> struct EmptyInternalEnumerator_1_t9B3C2D4E5284B1381F77165083AE961DF19F4459_StaticFields { public: // System.Array/EmptyInternalEnumerator`1 System.Array/EmptyInternalEnumerator`1::Value EmptyInternalEnumerator_1_t9B3C2D4E5284B1381F77165083AE961DF19F4459 * ___Value_0; public: inline static int32_t get_offset_of_Value_0() { return static_cast(offsetof(EmptyInternalEnumerator_1_t9B3C2D4E5284B1381F77165083AE961DF19F4459_StaticFields, ___Value_0)); } inline EmptyInternalEnumerator_1_t9B3C2D4E5284B1381F77165083AE961DF19F4459 * get_Value_0() const { return ___Value_0; } inline EmptyInternalEnumerator_1_t9B3C2D4E5284B1381F77165083AE961DF19F4459 ** get_address_of_Value_0() { return &___Value_0; } inline void set_Value_0(EmptyInternalEnumerator_1_t9B3C2D4E5284B1381F77165083AE961DF19F4459 * value) { ___Value_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___Value_0), (void*)value); } }; // System.Array/EmptyInternalEnumerator`1> // System.Array/EmptyInternalEnumerator`1> struct EmptyInternalEnumerator_1_t7ABEAF3E3EBE73411A9CE891C06EAC179A8E0563_StaticFields { public: // System.Array/EmptyInternalEnumerator`1 System.Array/EmptyInternalEnumerator`1::Value EmptyInternalEnumerator_1_t7ABEAF3E3EBE73411A9CE891C06EAC179A8E0563 * ___Value_0; public: inline static int32_t get_offset_of_Value_0() { return static_cast(offsetof(EmptyInternalEnumerator_1_t7ABEAF3E3EBE73411A9CE891C06EAC179A8E0563_StaticFields, ___Value_0)); } inline EmptyInternalEnumerator_1_t7ABEAF3E3EBE73411A9CE891C06EAC179A8E0563 * get_Value_0() const { return ___Value_0; } inline EmptyInternalEnumerator_1_t7ABEAF3E3EBE73411A9CE891C06EAC179A8E0563 ** get_address_of_Value_0() { return &___Value_0; } inline void set_Value_0(EmptyInternalEnumerator_1_t7ABEAF3E3EBE73411A9CE891C06EAC179A8E0563 * value) { ___Value_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___Value_0), (void*)value); } }; // System.Array/EmptyInternalEnumerator`1> // System.Array/EmptyInternalEnumerator`1> struct EmptyInternalEnumerator_1_t9DE757EF1608B1EB8DE3F58E4CB52C1DC9587DF8_StaticFields { public: // System.Array/EmptyInternalEnumerator`1 System.Array/EmptyInternalEnumerator`1::Value EmptyInternalEnumerator_1_t9DE757EF1608B1EB8DE3F58E4CB52C1DC9587DF8 * ___Value_0; public: inline static int32_t get_offset_of_Value_0() { return static_cast(offsetof(EmptyInternalEnumerator_1_t9DE757EF1608B1EB8DE3F58E4CB52C1DC9587DF8_StaticFields, ___Value_0)); } inline EmptyInternalEnumerator_1_t9DE757EF1608B1EB8DE3F58E4CB52C1DC9587DF8 * get_Value_0() const { return ___Value_0; } inline EmptyInternalEnumerator_1_t9DE757EF1608B1EB8DE3F58E4CB52C1DC9587DF8 ** get_address_of_Value_0() { return &___Value_0; } inline void set_Value_0(EmptyInternalEnumerator_1_t9DE757EF1608B1EB8DE3F58E4CB52C1DC9587DF8 * value) { ___Value_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___Value_0), (void*)value); } }; // System.Array/EmptyInternalEnumerator`1> // System.Array/EmptyInternalEnumerator`1> struct EmptyInternalEnumerator_1_t42B4AE8EE108DC0E69D3F239CF9895144073EE00_StaticFields { public: // System.Array/EmptyInternalEnumerator`1 System.Array/EmptyInternalEnumerator`1::Value EmptyInternalEnumerator_1_t42B4AE8EE108DC0E69D3F239CF9895144073EE00 * ___Value_0; public: inline static int32_t get_offset_of_Value_0() { return static_cast(offsetof(EmptyInternalEnumerator_1_t42B4AE8EE108DC0E69D3F239CF9895144073EE00_StaticFields, ___Value_0)); } inline EmptyInternalEnumerator_1_t42B4AE8EE108DC0E69D3F239CF9895144073EE00 * get_Value_0() const { return ___Value_0; } inline EmptyInternalEnumerator_1_t42B4AE8EE108DC0E69D3F239CF9895144073EE00 ** get_address_of_Value_0() { return &___Value_0; } inline void set_Value_0(EmptyInternalEnumerator_1_t42B4AE8EE108DC0E69D3F239CF9895144073EE00 * value) { ___Value_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___Value_0), (void*)value); } }; // System.Array/EmptyInternalEnumerator`1> // System.Array/EmptyInternalEnumerator`1> struct EmptyInternalEnumerator_1_t928017AFEBBB9752979FFFD647223C199B3BBFCB_StaticFields { public: // System.Array/EmptyInternalEnumerator`1 System.Array/EmptyInternalEnumerator`1::Value EmptyInternalEnumerator_1_t928017AFEBBB9752979FFFD647223C199B3BBFCB * ___Value_0; public: inline static int32_t get_offset_of_Value_0() { return static_cast(offsetof(EmptyInternalEnumerator_1_t928017AFEBBB9752979FFFD647223C199B3BBFCB_StaticFields, ___Value_0)); } inline EmptyInternalEnumerator_1_t928017AFEBBB9752979FFFD647223C199B3BBFCB * get_Value_0() const { return ___Value_0; } inline EmptyInternalEnumerator_1_t928017AFEBBB9752979FFFD647223C199B3BBFCB ** get_address_of_Value_0() { return &___Value_0; } inline void set_Value_0(EmptyInternalEnumerator_1_t928017AFEBBB9752979FFFD647223C199B3BBFCB * value) { ___Value_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___Value_0), (void*)value); } }; // System.Array/EmptyInternalEnumerator`1> // System.Array/EmptyInternalEnumerator`1> struct EmptyInternalEnumerator_1_tE7B917ADBEC4FF739C91FD4CD2F0D706FF4AF2E2_StaticFields { public: // System.Array/EmptyInternalEnumerator`1 System.Array/EmptyInternalEnumerator`1::Value EmptyInternalEnumerator_1_tE7B917ADBEC4FF739C91FD4CD2F0D706FF4AF2E2 * ___Value_0; public: inline static int32_t get_offset_of_Value_0() { return static_cast(offsetof(EmptyInternalEnumerator_1_tE7B917ADBEC4FF739C91FD4CD2F0D706FF4AF2E2_StaticFields, ___Value_0)); } inline EmptyInternalEnumerator_1_tE7B917ADBEC4FF739C91FD4CD2F0D706FF4AF2E2 * get_Value_0() const { return ___Value_0; } inline EmptyInternalEnumerator_1_tE7B917ADBEC4FF739C91FD4CD2F0D706FF4AF2E2 ** get_address_of_Value_0() { return &___Value_0; } inline void set_Value_0(EmptyInternalEnumerator_1_tE7B917ADBEC4FF739C91FD4CD2F0D706FF4AF2E2 * value) { ___Value_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___Value_0), (void*)value); } }; // System.Array/EmptyInternalEnumerator`1> // System.Array/EmptyInternalEnumerator`1> struct EmptyInternalEnumerator_1_t5AA0F1DBE479071E1EEA3932B47114301C25B727_StaticFields { public: // System.Array/EmptyInternalEnumerator`1 System.Array/EmptyInternalEnumerator`1::Value EmptyInternalEnumerator_1_t5AA0F1DBE479071E1EEA3932B47114301C25B727 * ___Value_0; public: inline static int32_t get_offset_of_Value_0() { return static_cast(offsetof(EmptyInternalEnumerator_1_t5AA0F1DBE479071E1EEA3932B47114301C25B727_StaticFields, ___Value_0)); } inline EmptyInternalEnumerator_1_t5AA0F1DBE479071E1EEA3932B47114301C25B727 * get_Value_0() const { return ___Value_0; } inline EmptyInternalEnumerator_1_t5AA0F1DBE479071E1EEA3932B47114301C25B727 ** get_address_of_Value_0() { return &___Value_0; } inline void set_Value_0(EmptyInternalEnumerator_1_t5AA0F1DBE479071E1EEA3932B47114301C25B727 * value) { ___Value_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___Value_0), (void*)value); } }; // System.Array/EmptyInternalEnumerator`1> // System.Array/EmptyInternalEnumerator`1> struct EmptyInternalEnumerator_1_t0C9C40285FC752EA7EA179C027BB84F4B28637B0_StaticFields { public: // System.Array/EmptyInternalEnumerator`1 System.Array/EmptyInternalEnumerator`1::Value EmptyInternalEnumerator_1_t0C9C40285FC752EA7EA179C027BB84F4B28637B0 * ___Value_0; public: inline static int32_t get_offset_of_Value_0() { return static_cast(offsetof(EmptyInternalEnumerator_1_t0C9C40285FC752EA7EA179C027BB84F4B28637B0_StaticFields, ___Value_0)); } inline EmptyInternalEnumerator_1_t0C9C40285FC752EA7EA179C027BB84F4B28637B0 * get_Value_0() const { return ___Value_0; } inline EmptyInternalEnumerator_1_t0C9C40285FC752EA7EA179C027BB84F4B28637B0 ** get_address_of_Value_0() { return &___Value_0; } inline void set_Value_0(EmptyInternalEnumerator_1_t0C9C40285FC752EA7EA179C027BB84F4B28637B0 * value) { ___Value_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___Value_0), (void*)value); } }; // System.Array/EmptyInternalEnumerator`1> // System.Array/EmptyInternalEnumerator`1> struct EmptyInternalEnumerator_1_t91959EE23CCDF5DE1BF257E8E15A09BE03F31246_StaticFields { public: // System.Array/EmptyInternalEnumerator`1 System.Array/EmptyInternalEnumerator`1::Value EmptyInternalEnumerator_1_t91959EE23CCDF5DE1BF257E8E15A09BE03F31246 * ___Value_0; public: inline static int32_t get_offset_of_Value_0() { return static_cast(offsetof(EmptyInternalEnumerator_1_t91959EE23CCDF5DE1BF257E8E15A09BE03F31246_StaticFields, ___Value_0)); } inline EmptyInternalEnumerator_1_t91959EE23CCDF5DE1BF257E8E15A09BE03F31246 * get_Value_0() const { return ___Value_0; } inline EmptyInternalEnumerator_1_t91959EE23CCDF5DE1BF257E8E15A09BE03F31246 ** get_address_of_Value_0() { return &___Value_0; } inline void set_Value_0(EmptyInternalEnumerator_1_t91959EE23CCDF5DE1BF257E8E15A09BE03F31246 * value) { ___Value_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___Value_0), (void*)value); } }; // System.Array/EmptyInternalEnumerator`1> // System.Array/EmptyInternalEnumerator`1> struct EmptyInternalEnumerator_1_t760E1005CBC9E5E0C819F837E57F2A8C436CE28F_StaticFields { public: // System.Array/EmptyInternalEnumerator`1 System.Array/EmptyInternalEnumerator`1::Value EmptyInternalEnumerator_1_t760E1005CBC9E5E0C819F837E57F2A8C436CE28F * ___Value_0; public: inline static int32_t get_offset_of_Value_0() { return static_cast(offsetof(EmptyInternalEnumerator_1_t760E1005CBC9E5E0C819F837E57F2A8C436CE28F_StaticFields, ___Value_0)); } inline EmptyInternalEnumerator_1_t760E1005CBC9E5E0C819F837E57F2A8C436CE28F * get_Value_0() const { return ___Value_0; } inline EmptyInternalEnumerator_1_t760E1005CBC9E5E0C819F837E57F2A8C436CE28F ** get_address_of_Value_0() { return &___Value_0; } inline void set_Value_0(EmptyInternalEnumerator_1_t760E1005CBC9E5E0C819F837E57F2A8C436CE28F * value) { ___Value_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___Value_0), (void*)value); } }; // System.Array/EmptyInternalEnumerator`1> // System.Array/EmptyInternalEnumerator`1> struct EmptyInternalEnumerator_1_tE3306630937DBFD539F8BF9E78E894B7B14621D7_StaticFields { public: // System.Array/EmptyInternalEnumerator`1 System.Array/EmptyInternalEnumerator`1::Value EmptyInternalEnumerator_1_tE3306630937DBFD539F8BF9E78E894B7B14621D7 * ___Value_0; public: inline static int32_t get_offset_of_Value_0() { return static_cast(offsetof(EmptyInternalEnumerator_1_tE3306630937DBFD539F8BF9E78E894B7B14621D7_StaticFields, ___Value_0)); } inline EmptyInternalEnumerator_1_tE3306630937DBFD539F8BF9E78E894B7B14621D7 * get_Value_0() const { return ___Value_0; } inline EmptyInternalEnumerator_1_tE3306630937DBFD539F8BF9E78E894B7B14621D7 ** get_address_of_Value_0() { return &___Value_0; } inline void set_Value_0(EmptyInternalEnumerator_1_tE3306630937DBFD539F8BF9E78E894B7B14621D7 * value) { ___Value_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___Value_0), (void*)value); } }; // System.Array/EmptyInternalEnumerator`1> // System.Array/EmptyInternalEnumerator`1>> struct EmptyInternalEnumerator_1_t40E67616104B2B7A8E9F242A0C9DBB32225E33E7_StaticFields { public: // System.Array/EmptyInternalEnumerator`1 System.Array/EmptyInternalEnumerator`1::Value EmptyInternalEnumerator_1_t40E67616104B2B7A8E9F242A0C9DBB32225E33E7 * ___Value_0; public: inline static int32_t get_offset_of_Value_0() { return static_cast(offsetof(EmptyInternalEnumerator_1_t40E67616104B2B7A8E9F242A0C9DBB32225E33E7_StaticFields, ___Value_0)); } inline EmptyInternalEnumerator_1_t40E67616104B2B7A8E9F242A0C9DBB32225E33E7 * get_Value_0() const { return ___Value_0; } inline EmptyInternalEnumerator_1_t40E67616104B2B7A8E9F242A0C9DBB32225E33E7 ** get_address_of_Value_0() { return &___Value_0; } inline void set_Value_0(EmptyInternalEnumerator_1_t40E67616104B2B7A8E9F242A0C9DBB32225E33E7 * value) { ___Value_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___Value_0), (void*)value); } }; // System.Array/EmptyInternalEnumerator`1>> // System.Array/EmptyInternalEnumerator`1> struct EmptyInternalEnumerator_1_tB127034219392F6589F6C380FA5676465880FA09_StaticFields { public: // System.Array/EmptyInternalEnumerator`1 System.Array/EmptyInternalEnumerator`1::Value EmptyInternalEnumerator_1_tB127034219392F6589F6C380FA5676465880FA09 * ___Value_0; public: inline static int32_t get_offset_of_Value_0() { return static_cast(offsetof(EmptyInternalEnumerator_1_tB127034219392F6589F6C380FA5676465880FA09_StaticFields, ___Value_0)); } inline EmptyInternalEnumerator_1_tB127034219392F6589F6C380FA5676465880FA09 * get_Value_0() const { return ___Value_0; } inline EmptyInternalEnumerator_1_tB127034219392F6589F6C380FA5676465880FA09 ** get_address_of_Value_0() { return &___Value_0; } inline void set_Value_0(EmptyInternalEnumerator_1_tB127034219392F6589F6C380FA5676465880FA09 * value) { ___Value_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___Value_0), (void*)value); } }; // System.Array/EmptyInternalEnumerator`1> // System.Array/EmptyInternalEnumerator`1> struct EmptyInternalEnumerator_1_tAD9CD963568578AF3F34F81DF4FD94446CB031F3_StaticFields { public: // System.Array/EmptyInternalEnumerator`1 System.Array/EmptyInternalEnumerator`1::Value EmptyInternalEnumerator_1_tAD9CD963568578AF3F34F81DF4FD94446CB031F3 * ___Value_0; public: inline static int32_t get_offset_of_Value_0() { return static_cast(offsetof(EmptyInternalEnumerator_1_tAD9CD963568578AF3F34F81DF4FD94446CB031F3_StaticFields, ___Value_0)); } inline EmptyInternalEnumerator_1_tAD9CD963568578AF3F34F81DF4FD94446CB031F3 * get_Value_0() const { return ___Value_0; } inline EmptyInternalEnumerator_1_tAD9CD963568578AF3F34F81DF4FD94446CB031F3 ** get_address_of_Value_0() { return &___Value_0; } inline void set_Value_0(EmptyInternalEnumerator_1_tAD9CD963568578AF3F34F81DF4FD94446CB031F3 * value) { ___Value_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___Value_0), (void*)value); } }; // System.Array/EmptyInternalEnumerator`1> // System.Array/EmptyInternalEnumerator`1> struct EmptyInternalEnumerator_1_t2FEC7076EA3327732AB00B9C6EF87D3585DC1F4D_StaticFields { public: // System.Array/EmptyInternalEnumerator`1 System.Array/EmptyInternalEnumerator`1::Value EmptyInternalEnumerator_1_t2FEC7076EA3327732AB00B9C6EF87D3585DC1F4D * ___Value_0; public: inline static int32_t get_offset_of_Value_0() { return static_cast(offsetof(EmptyInternalEnumerator_1_t2FEC7076EA3327732AB00B9C6EF87D3585DC1F4D_StaticFields, ___Value_0)); } inline EmptyInternalEnumerator_1_t2FEC7076EA3327732AB00B9C6EF87D3585DC1F4D * get_Value_0() const { return ___Value_0; } inline EmptyInternalEnumerator_1_t2FEC7076EA3327732AB00B9C6EF87D3585DC1F4D ** get_address_of_Value_0() { return &___Value_0; } inline void set_Value_0(EmptyInternalEnumerator_1_t2FEC7076EA3327732AB00B9C6EF87D3585DC1F4D * value) { ___Value_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___Value_0), (void*)value); } }; // System.Array/EmptyInternalEnumerator`1> // System.Array/EmptyInternalEnumerator`1 struct EmptyInternalEnumerator_1_tAA3AAC5E62FD15CB7C734A783557D0FF6EA25195_StaticFields { public: // System.Array/EmptyInternalEnumerator`1 System.Array/EmptyInternalEnumerator`1::Value EmptyInternalEnumerator_1_tAA3AAC5E62FD15CB7C734A783557D0FF6EA25195 * ___Value_0; public: inline static int32_t get_offset_of_Value_0() { return static_cast(offsetof(EmptyInternalEnumerator_1_tAA3AAC5E62FD15CB7C734A783557D0FF6EA25195_StaticFields, ___Value_0)); } inline EmptyInternalEnumerator_1_tAA3AAC5E62FD15CB7C734A783557D0FF6EA25195 * get_Value_0() const { return ___Value_0; } inline EmptyInternalEnumerator_1_tAA3AAC5E62FD15CB7C734A783557D0FF6EA25195 ** get_address_of_Value_0() { return &___Value_0; } inline void set_Value_0(EmptyInternalEnumerator_1_tAA3AAC5E62FD15CB7C734A783557D0FF6EA25195 * value) { ___Value_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___Value_0), (void*)value); } }; // System.Array/EmptyInternalEnumerator`1 // System.Array/EmptyInternalEnumerator`1 struct EmptyInternalEnumerator_1_tB3149E03C7156231CCE49F02AE1D9DD023E9FD11_StaticFields { public: // System.Array/EmptyInternalEnumerator`1 System.Array/EmptyInternalEnumerator`1::Value EmptyInternalEnumerator_1_tB3149E03C7156231CCE49F02AE1D9DD023E9FD11 * ___Value_0; public: inline static int32_t get_offset_of_Value_0() { return static_cast(offsetof(EmptyInternalEnumerator_1_tB3149E03C7156231CCE49F02AE1D9DD023E9FD11_StaticFields, ___Value_0)); } inline EmptyInternalEnumerator_1_tB3149E03C7156231CCE49F02AE1D9DD023E9FD11 * get_Value_0() const { return ___Value_0; } inline EmptyInternalEnumerator_1_tB3149E03C7156231CCE49F02AE1D9DD023E9FD11 ** get_address_of_Value_0() { return &___Value_0; } inline void set_Value_0(EmptyInternalEnumerator_1_tB3149E03C7156231CCE49F02AE1D9DD023E9FD11 * value) { ___Value_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___Value_0), (void*)value); } }; // System.Array/EmptyInternalEnumerator`1 // System.Array/EmptyInternalEnumerator`1 struct EmptyInternalEnumerator_1_tDA76FB5ACED84D62EA6CA37CD8E9B3563A6EA7FE_StaticFields { public: // System.Array/EmptyInternalEnumerator`1 System.Array/EmptyInternalEnumerator`1::Value EmptyInternalEnumerator_1_tDA76FB5ACED84D62EA6CA37CD8E9B3563A6EA7FE * ___Value_0; public: inline static int32_t get_offset_of_Value_0() { return static_cast(offsetof(EmptyInternalEnumerator_1_tDA76FB5ACED84D62EA6CA37CD8E9B3563A6EA7FE_StaticFields, ___Value_0)); } inline EmptyInternalEnumerator_1_tDA76FB5ACED84D62EA6CA37CD8E9B3563A6EA7FE * get_Value_0() const { return ___Value_0; } inline EmptyInternalEnumerator_1_tDA76FB5ACED84D62EA6CA37CD8E9B3563A6EA7FE ** get_address_of_Value_0() { return &___Value_0; } inline void set_Value_0(EmptyInternalEnumerator_1_tDA76FB5ACED84D62EA6CA37CD8E9B3563A6EA7FE * value) { ___Value_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___Value_0), (void*)value); } }; // System.Array/EmptyInternalEnumerator`1 // System.Array/EmptyInternalEnumerator`1 struct EmptyInternalEnumerator_1_tF20EE401E92C8A7DB8CE68DCCEEA94F2754681C2_StaticFields { public: // System.Array/EmptyInternalEnumerator`1 System.Array/EmptyInternalEnumerator`1::Value EmptyInternalEnumerator_1_tF20EE401E92C8A7DB8CE68DCCEEA94F2754681C2 * ___Value_0; public: inline static int32_t get_offset_of_Value_0() { return static_cast(offsetof(EmptyInternalEnumerator_1_tF20EE401E92C8A7DB8CE68DCCEEA94F2754681C2_StaticFields, ___Value_0)); } inline EmptyInternalEnumerator_1_tF20EE401E92C8A7DB8CE68DCCEEA94F2754681C2 * get_Value_0() const { return ___Value_0; } inline EmptyInternalEnumerator_1_tF20EE401E92C8A7DB8CE68DCCEEA94F2754681C2 ** get_address_of_Value_0() { return &___Value_0; } inline void set_Value_0(EmptyInternalEnumerator_1_tF20EE401E92C8A7DB8CE68DCCEEA94F2754681C2 * value) { ___Value_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___Value_0), (void*)value); } }; // System.Array/EmptyInternalEnumerator`1 // System.Array/EmptyInternalEnumerator`1 struct EmptyInternalEnumerator_1_tBEBBB9FF0F0766E4EE3FE2DCCF4D45558B448632_StaticFields { public: // System.Array/EmptyInternalEnumerator`1 System.Array/EmptyInternalEnumerator`1::Value EmptyInternalEnumerator_1_tBEBBB9FF0F0766E4EE3FE2DCCF4D45558B448632 * ___Value_0; public: inline static int32_t get_offset_of_Value_0() { return static_cast(offsetof(EmptyInternalEnumerator_1_tBEBBB9FF0F0766E4EE3FE2DCCF4D45558B448632_StaticFields, ___Value_0)); } inline EmptyInternalEnumerator_1_tBEBBB9FF0F0766E4EE3FE2DCCF4D45558B448632 * get_Value_0() const { return ___Value_0; } inline EmptyInternalEnumerator_1_tBEBBB9FF0F0766E4EE3FE2DCCF4D45558B448632 ** get_address_of_Value_0() { return &___Value_0; } inline void set_Value_0(EmptyInternalEnumerator_1_tBEBBB9FF0F0766E4EE3FE2DCCF4D45558B448632 * value) { ___Value_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___Value_0), (void*)value); } }; // System.Array/EmptyInternalEnumerator`1 // System.Array/EmptyInternalEnumerator`1 struct EmptyInternalEnumerator_1_t56875141BAD686F8D3B9957E154224C010B1732C_StaticFields { public: // System.Array/EmptyInternalEnumerator`1 System.Array/EmptyInternalEnumerator`1::Value EmptyInternalEnumerator_1_t56875141BAD686F8D3B9957E154224C010B1732C * ___Value_0; public: inline static int32_t get_offset_of_Value_0() { return static_cast(offsetof(EmptyInternalEnumerator_1_t56875141BAD686F8D3B9957E154224C010B1732C_StaticFields, ___Value_0)); } inline EmptyInternalEnumerator_1_t56875141BAD686F8D3B9957E154224C010B1732C * get_Value_0() const { return ___Value_0; } inline EmptyInternalEnumerator_1_t56875141BAD686F8D3B9957E154224C010B1732C ** get_address_of_Value_0() { return &___Value_0; } inline void set_Value_0(EmptyInternalEnumerator_1_t56875141BAD686F8D3B9957E154224C010B1732C * value) { ___Value_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___Value_0), (void*)value); } }; // System.Array/EmptyInternalEnumerator`1 // System.Array/EmptyInternalEnumerator`1 struct EmptyInternalEnumerator_1_t3C7DF4C102BE025CFEA0444590D7AFF49CCAC7B1_StaticFields { public: // System.Array/EmptyInternalEnumerator`1 System.Array/EmptyInternalEnumerator`1::Value EmptyInternalEnumerator_1_t3C7DF4C102BE025CFEA0444590D7AFF49CCAC7B1 * ___Value_0; public: inline static int32_t get_offset_of_Value_0() { return static_cast(offsetof(EmptyInternalEnumerator_1_t3C7DF4C102BE025CFEA0444590D7AFF49CCAC7B1_StaticFields, ___Value_0)); } inline EmptyInternalEnumerator_1_t3C7DF4C102BE025CFEA0444590D7AFF49CCAC7B1 * get_Value_0() const { return ___Value_0; } inline EmptyInternalEnumerator_1_t3C7DF4C102BE025CFEA0444590D7AFF49CCAC7B1 ** get_address_of_Value_0() { return &___Value_0; } inline void set_Value_0(EmptyInternalEnumerator_1_t3C7DF4C102BE025CFEA0444590D7AFF49CCAC7B1 * value) { ___Value_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___Value_0), (void*)value); } }; // System.Array/EmptyInternalEnumerator`1 // System.Array/EmptyInternalEnumerator`1 struct EmptyInternalEnumerator_1_tE274EF0424898DBF5EC129B311A01C53341F0598_StaticFields { public: // System.Array/EmptyInternalEnumerator`1 System.Array/EmptyInternalEnumerator`1::Value EmptyInternalEnumerator_1_tE274EF0424898DBF5EC129B311A01C53341F0598 * ___Value_0; public: inline static int32_t get_offset_of_Value_0() { return static_cast(offsetof(EmptyInternalEnumerator_1_tE274EF0424898DBF5EC129B311A01C53341F0598_StaticFields, ___Value_0)); } inline EmptyInternalEnumerator_1_tE274EF0424898DBF5EC129B311A01C53341F0598 * get_Value_0() const { return ___Value_0; } inline EmptyInternalEnumerator_1_tE274EF0424898DBF5EC129B311A01C53341F0598 ** get_address_of_Value_0() { return &___Value_0; } inline void set_Value_0(EmptyInternalEnumerator_1_tE274EF0424898DBF5EC129B311A01C53341F0598 * value) { ___Value_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___Value_0), (void*)value); } }; // System.Array/EmptyInternalEnumerator`1 // System.Array/EmptyInternalEnumerator`1 struct EmptyInternalEnumerator_1_t0D0C54D8936D5A5FCB7C8979BEAC44DA515DD2A5_StaticFields { public: // System.Array/EmptyInternalEnumerator`1 System.Array/EmptyInternalEnumerator`1::Value EmptyInternalEnumerator_1_t0D0C54D8936D5A5FCB7C8979BEAC44DA515DD2A5 * ___Value_0; public: inline static int32_t get_offset_of_Value_0() { return static_cast(offsetof(EmptyInternalEnumerator_1_t0D0C54D8936D5A5FCB7C8979BEAC44DA515DD2A5_StaticFields, ___Value_0)); } inline EmptyInternalEnumerator_1_t0D0C54D8936D5A5FCB7C8979BEAC44DA515DD2A5 * get_Value_0() const { return ___Value_0; } inline EmptyInternalEnumerator_1_t0D0C54D8936D5A5FCB7C8979BEAC44DA515DD2A5 ** get_address_of_Value_0() { return &___Value_0; } inline void set_Value_0(EmptyInternalEnumerator_1_t0D0C54D8936D5A5FCB7C8979BEAC44DA515DD2A5 * value) { ___Value_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___Value_0), (void*)value); } }; // System.Array/EmptyInternalEnumerator`1 // System.Array/EmptyInternalEnumerator`1 struct EmptyInternalEnumerator_1_t260B2DC9A6E06AC480B93F71CB9030E830C1BBC0_StaticFields { public: // System.Array/EmptyInternalEnumerator`1 System.Array/EmptyInternalEnumerator`1::Value EmptyInternalEnumerator_1_t260B2DC9A6E06AC480B93F71CB9030E830C1BBC0 * ___Value_0; public: inline static int32_t get_offset_of_Value_0() { return static_cast(offsetof(EmptyInternalEnumerator_1_t260B2DC9A6E06AC480B93F71CB9030E830C1BBC0_StaticFields, ___Value_0)); } inline EmptyInternalEnumerator_1_t260B2DC9A6E06AC480B93F71CB9030E830C1BBC0 * get_Value_0() const { return ___Value_0; } inline EmptyInternalEnumerator_1_t260B2DC9A6E06AC480B93F71CB9030E830C1BBC0 ** get_address_of_Value_0() { return &___Value_0; } inline void set_Value_0(EmptyInternalEnumerator_1_t260B2DC9A6E06AC480B93F71CB9030E830C1BBC0 * value) { ___Value_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___Value_0), (void*)value); } }; // System.Array/EmptyInternalEnumerator`1 // System.Array/EmptyInternalEnumerator`1 struct EmptyInternalEnumerator_1_t68965D45121004F90196ED4A22A337D374BB896B_StaticFields { public: // System.Array/EmptyInternalEnumerator`1 System.Array/EmptyInternalEnumerator`1::Value EmptyInternalEnumerator_1_t68965D45121004F90196ED4A22A337D374BB896B * ___Value_0; public: inline static int32_t get_offset_of_Value_0() { return static_cast(offsetof(EmptyInternalEnumerator_1_t68965D45121004F90196ED4A22A337D374BB896B_StaticFields, ___Value_0)); } inline EmptyInternalEnumerator_1_t68965D45121004F90196ED4A22A337D374BB896B * get_Value_0() const { return ___Value_0; } inline EmptyInternalEnumerator_1_t68965D45121004F90196ED4A22A337D374BB896B ** get_address_of_Value_0() { return &___Value_0; } inline void set_Value_0(EmptyInternalEnumerator_1_t68965D45121004F90196ED4A22A337D374BB896B * value) { ___Value_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___Value_0), (void*)value); } }; // System.Array/EmptyInternalEnumerator`1 // System.Array/EmptyInternalEnumerator`1 struct EmptyInternalEnumerator_1_t5FFF1E7E631A8659D5EC54D85E3D496593F186F3_StaticFields { public: // System.Array/EmptyInternalEnumerator`1 System.Array/EmptyInternalEnumerator`1::Value EmptyInternalEnumerator_1_t5FFF1E7E631A8659D5EC54D85E3D496593F186F3 * ___Value_0; public: inline static int32_t get_offset_of_Value_0() { return static_cast(offsetof(EmptyInternalEnumerator_1_t5FFF1E7E631A8659D5EC54D85E3D496593F186F3_StaticFields, ___Value_0)); } inline EmptyInternalEnumerator_1_t5FFF1E7E631A8659D5EC54D85E3D496593F186F3 * get_Value_0() const { return ___Value_0; } inline EmptyInternalEnumerator_1_t5FFF1E7E631A8659D5EC54D85E3D496593F186F3 ** get_address_of_Value_0() { return &___Value_0; } inline void set_Value_0(EmptyInternalEnumerator_1_t5FFF1E7E631A8659D5EC54D85E3D496593F186F3 * value) { ___Value_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___Value_0), (void*)value); } }; // System.Array/EmptyInternalEnumerator`1 // System.Array/EmptyInternalEnumerator`1 struct EmptyInternalEnumerator_1_t6B949F196DF8432C2FEF83EDF3E97C2603988BE9_StaticFields { public: // System.Array/EmptyInternalEnumerator`1 System.Array/EmptyInternalEnumerator`1::Value EmptyInternalEnumerator_1_t6B949F196DF8432C2FEF83EDF3E97C2603988BE9 * ___Value_0; public: inline static int32_t get_offset_of_Value_0() { return static_cast(offsetof(EmptyInternalEnumerator_1_t6B949F196DF8432C2FEF83EDF3E97C2603988BE9_StaticFields, ___Value_0)); } inline EmptyInternalEnumerator_1_t6B949F196DF8432C2FEF83EDF3E97C2603988BE9 * get_Value_0() const { return ___Value_0; } inline EmptyInternalEnumerator_1_t6B949F196DF8432C2FEF83EDF3E97C2603988BE9 ** get_address_of_Value_0() { return &___Value_0; } inline void set_Value_0(EmptyInternalEnumerator_1_t6B949F196DF8432C2FEF83EDF3E97C2603988BE9 * value) { ___Value_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___Value_0), (void*)value); } }; // System.Array/EmptyInternalEnumerator`1 // System.Array/EmptyInternalEnumerator`1 struct EmptyInternalEnumerator_1_t417E627D5E362F858F8946540FD27F4E47CFC498_StaticFields { public: // System.Array/EmptyInternalEnumerator`1 System.Array/EmptyInternalEnumerator`1::Value EmptyInternalEnumerator_1_t417E627D5E362F858F8946540FD27F4E47CFC498 * ___Value_0; public: inline static int32_t get_offset_of_Value_0() { return static_cast(offsetof(EmptyInternalEnumerator_1_t417E627D5E362F858F8946540FD27F4E47CFC498_StaticFields, ___Value_0)); } inline EmptyInternalEnumerator_1_t417E627D5E362F858F8946540FD27F4E47CFC498 * get_Value_0() const { return ___Value_0; } inline EmptyInternalEnumerator_1_t417E627D5E362F858F8946540FD27F4E47CFC498 ** get_address_of_Value_0() { return &___Value_0; } inline void set_Value_0(EmptyInternalEnumerator_1_t417E627D5E362F858F8946540FD27F4E47CFC498 * value) { ___Value_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___Value_0), (void*)value); } }; // System.Array/EmptyInternalEnumerator`1 // System.Array/EmptyInternalEnumerator`1 struct EmptyInternalEnumerator_1_tE3DA363E49EC2BF1E5550AD8F59DD953BEEE9D0A_StaticFields { public: // System.Array/EmptyInternalEnumerator`1 System.Array/EmptyInternalEnumerator`1::Value EmptyInternalEnumerator_1_tE3DA363E49EC2BF1E5550AD8F59DD953BEEE9D0A * ___Value_0; public: inline static int32_t get_offset_of_Value_0() { return static_cast(offsetof(EmptyInternalEnumerator_1_tE3DA363E49EC2BF1E5550AD8F59DD953BEEE9D0A_StaticFields, ___Value_0)); } inline EmptyInternalEnumerator_1_tE3DA363E49EC2BF1E5550AD8F59DD953BEEE9D0A * get_Value_0() const { return ___Value_0; } inline EmptyInternalEnumerator_1_tE3DA363E49EC2BF1E5550AD8F59DD953BEEE9D0A ** get_address_of_Value_0() { return &___Value_0; } inline void set_Value_0(EmptyInternalEnumerator_1_tE3DA363E49EC2BF1E5550AD8F59DD953BEEE9D0A * value) { ___Value_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___Value_0), (void*)value); } }; // System.Array/EmptyInternalEnumerator`1 // System.Array/EmptyInternalEnumerator`1 struct EmptyInternalEnumerator_1_t5CE830CCCEBCAFD5B01A216B4428B6F18765CC4D_StaticFields { public: // System.Array/EmptyInternalEnumerator`1 System.Array/EmptyInternalEnumerator`1::Value EmptyInternalEnumerator_1_t5CE830CCCEBCAFD5B01A216B4428B6F18765CC4D * ___Value_0; public: inline static int32_t get_offset_of_Value_0() { return static_cast(offsetof(EmptyInternalEnumerator_1_t5CE830CCCEBCAFD5B01A216B4428B6F18765CC4D_StaticFields, ___Value_0)); } inline EmptyInternalEnumerator_1_t5CE830CCCEBCAFD5B01A216B4428B6F18765CC4D * get_Value_0() const { return ___Value_0; } inline EmptyInternalEnumerator_1_t5CE830CCCEBCAFD5B01A216B4428B6F18765CC4D ** get_address_of_Value_0() { return &___Value_0; } inline void set_Value_0(EmptyInternalEnumerator_1_t5CE830CCCEBCAFD5B01A216B4428B6F18765CC4D * value) { ___Value_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___Value_0), (void*)value); } }; // System.Array/EmptyInternalEnumerator`1 // System.Array/EmptyInternalEnumerator`1 struct EmptyInternalEnumerator_1_tD302D23E4F553F7AAEE30C52D2EEFEB9F7A54ACA_StaticFields { public: // System.Array/EmptyInternalEnumerator`1 System.Array/EmptyInternalEnumerator`1::Value EmptyInternalEnumerator_1_tD302D23E4F553F7AAEE30C52D2EEFEB9F7A54ACA * ___Value_0; public: inline static int32_t get_offset_of_Value_0() { return static_cast(offsetof(EmptyInternalEnumerator_1_tD302D23E4F553F7AAEE30C52D2EEFEB9F7A54ACA_StaticFields, ___Value_0)); } inline EmptyInternalEnumerator_1_tD302D23E4F553F7AAEE30C52D2EEFEB9F7A54ACA * get_Value_0() const { return ___Value_0; } inline EmptyInternalEnumerator_1_tD302D23E4F553F7AAEE30C52D2EEFEB9F7A54ACA ** get_address_of_Value_0() { return &___Value_0; } inline void set_Value_0(EmptyInternalEnumerator_1_tD302D23E4F553F7AAEE30C52D2EEFEB9F7A54ACA * value) { ___Value_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___Value_0), (void*)value); } }; // System.Array/EmptyInternalEnumerator`1 // System.Array/EmptyInternalEnumerator`1 struct EmptyInternalEnumerator_1_t33093D4F66C78C341C2408FAF0E817B344679BCD_StaticFields { public: // System.Array/EmptyInternalEnumerator`1 System.Array/EmptyInternalEnumerator`1::Value EmptyInternalEnumerator_1_t33093D4F66C78C341C2408FAF0E817B344679BCD * ___Value_0; public: inline static int32_t get_offset_of_Value_0() { return static_cast(offsetof(EmptyInternalEnumerator_1_t33093D4F66C78C341C2408FAF0E817B344679BCD_StaticFields, ___Value_0)); } inline EmptyInternalEnumerator_1_t33093D4F66C78C341C2408FAF0E817B344679BCD * get_Value_0() const { return ___Value_0; } inline EmptyInternalEnumerator_1_t33093D4F66C78C341C2408FAF0E817B344679BCD ** get_address_of_Value_0() { return &___Value_0; } inline void set_Value_0(EmptyInternalEnumerator_1_t33093D4F66C78C341C2408FAF0E817B344679BCD * value) { ___Value_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___Value_0), (void*)value); } }; // System.Array/EmptyInternalEnumerator`1 // System.Array/EmptyInternalEnumerator`1 struct EmptyInternalEnumerator_1_tE4CA89C5F29E18B9602E91DE3B6513EE3620E21E_StaticFields { public: // System.Array/EmptyInternalEnumerator`1 System.Array/EmptyInternalEnumerator`1::Value EmptyInternalEnumerator_1_tE4CA89C5F29E18B9602E91DE3B6513EE3620E21E * ___Value_0; public: inline static int32_t get_offset_of_Value_0() { return static_cast(offsetof(EmptyInternalEnumerator_1_tE4CA89C5F29E18B9602E91DE3B6513EE3620E21E_StaticFields, ___Value_0)); } inline EmptyInternalEnumerator_1_tE4CA89C5F29E18B9602E91DE3B6513EE3620E21E * get_Value_0() const { return ___Value_0; } inline EmptyInternalEnumerator_1_tE4CA89C5F29E18B9602E91DE3B6513EE3620E21E ** get_address_of_Value_0() { return &___Value_0; } inline void set_Value_0(EmptyInternalEnumerator_1_tE4CA89C5F29E18B9602E91DE3B6513EE3620E21E * value) { ___Value_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___Value_0), (void*)value); } }; // System.Array/EmptyInternalEnumerator`1 // System.Array/EmptyInternalEnumerator`1 struct EmptyInternalEnumerator_1_tC26AA0681D8DFAC1A9F431D4E08D085F23E41E3D_StaticFields { public: // System.Array/EmptyInternalEnumerator`1 System.Array/EmptyInternalEnumerator`1::Value EmptyInternalEnumerator_1_tC26AA0681D8DFAC1A9F431D4E08D085F23E41E3D * ___Value_0; public: inline static int32_t get_offset_of_Value_0() { return static_cast(offsetof(EmptyInternalEnumerator_1_tC26AA0681D8DFAC1A9F431D4E08D085F23E41E3D_StaticFields, ___Value_0)); } inline EmptyInternalEnumerator_1_tC26AA0681D8DFAC1A9F431D4E08D085F23E41E3D * get_Value_0() const { return ___Value_0; } inline EmptyInternalEnumerator_1_tC26AA0681D8DFAC1A9F431D4E08D085F23E41E3D ** get_address_of_Value_0() { return &___Value_0; } inline void set_Value_0(EmptyInternalEnumerator_1_tC26AA0681D8DFAC1A9F431D4E08D085F23E41E3D * value) { ___Value_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___Value_0), (void*)value); } }; // System.Array/EmptyInternalEnumerator`1 // System.Array/EmptyInternalEnumerator`1 struct EmptyInternalEnumerator_1_t6518414A85CC07AB5F8FF8051D384C1067C41C9E_StaticFields { public: // System.Array/EmptyInternalEnumerator`1 System.Array/EmptyInternalEnumerator`1::Value EmptyInternalEnumerator_1_t6518414A85CC07AB5F8FF8051D384C1067C41C9E * ___Value_0; public: inline static int32_t get_offset_of_Value_0() { return static_cast(offsetof(EmptyInternalEnumerator_1_t6518414A85CC07AB5F8FF8051D384C1067C41C9E_StaticFields, ___Value_0)); } inline EmptyInternalEnumerator_1_t6518414A85CC07AB5F8FF8051D384C1067C41C9E * get_Value_0() const { return ___Value_0; } inline EmptyInternalEnumerator_1_t6518414A85CC07AB5F8FF8051D384C1067C41C9E ** get_address_of_Value_0() { return &___Value_0; } inline void set_Value_0(EmptyInternalEnumerator_1_t6518414A85CC07AB5F8FF8051D384C1067C41C9E * value) { ___Value_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___Value_0), (void*)value); } }; // System.Array/EmptyInternalEnumerator`1 // System.Array/EmptyInternalEnumerator`1 struct EmptyInternalEnumerator_1_t726E3D54CC64D8EC3060D4391CC46D8E54068656_StaticFields { public: // System.Array/EmptyInternalEnumerator`1 System.Array/EmptyInternalEnumerator`1::Value EmptyInternalEnumerator_1_t726E3D54CC64D8EC3060D4391CC46D8E54068656 * ___Value_0; public: inline static int32_t get_offset_of_Value_0() { return static_cast(offsetof(EmptyInternalEnumerator_1_t726E3D54CC64D8EC3060D4391CC46D8E54068656_StaticFields, ___Value_0)); } inline EmptyInternalEnumerator_1_t726E3D54CC64D8EC3060D4391CC46D8E54068656 * get_Value_0() const { return ___Value_0; } inline EmptyInternalEnumerator_1_t726E3D54CC64D8EC3060D4391CC46D8E54068656 ** get_address_of_Value_0() { return &___Value_0; } inline void set_Value_0(EmptyInternalEnumerator_1_t726E3D54CC64D8EC3060D4391CC46D8E54068656 * value) { ___Value_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___Value_0), (void*)value); } }; // System.Array/EmptyInternalEnumerator`1 // System.Array/EmptyInternalEnumerator`1 struct EmptyInternalEnumerator_1_t6503CD2D7E6C44706DA1CF9DAF027F7BFF351C51_StaticFields { public: // System.Array/EmptyInternalEnumerator`1 System.Array/EmptyInternalEnumerator`1::Value EmptyInternalEnumerator_1_t6503CD2D7E6C44706DA1CF9DAF027F7BFF351C51 * ___Value_0; public: inline static int32_t get_offset_of_Value_0() { return static_cast(offsetof(EmptyInternalEnumerator_1_t6503CD2D7E6C44706DA1CF9DAF027F7BFF351C51_StaticFields, ___Value_0)); } inline EmptyInternalEnumerator_1_t6503CD2D7E6C44706DA1CF9DAF027F7BFF351C51 * get_Value_0() const { return ___Value_0; } inline EmptyInternalEnumerator_1_t6503CD2D7E6C44706DA1CF9DAF027F7BFF351C51 ** get_address_of_Value_0() { return &___Value_0; } inline void set_Value_0(EmptyInternalEnumerator_1_t6503CD2D7E6C44706DA1CF9DAF027F7BFF351C51 * value) { ___Value_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___Value_0), (void*)value); } }; // System.Array/EmptyInternalEnumerator`1 // System.Array/EmptyInternalEnumerator`1 struct EmptyInternalEnumerator_1_t10B6FEF1B4ABCF7096A50C987CB11542CE024E2E_StaticFields { public: // System.Array/EmptyInternalEnumerator`1 System.Array/EmptyInternalEnumerator`1::Value EmptyInternalEnumerator_1_t10B6FEF1B4ABCF7096A50C987CB11542CE024E2E * ___Value_0; public: inline static int32_t get_offset_of_Value_0() { return static_cast(offsetof(EmptyInternalEnumerator_1_t10B6FEF1B4ABCF7096A50C987CB11542CE024E2E_StaticFields, ___Value_0)); } inline EmptyInternalEnumerator_1_t10B6FEF1B4ABCF7096A50C987CB11542CE024E2E * get_Value_0() const { return ___Value_0; } inline EmptyInternalEnumerator_1_t10B6FEF1B4ABCF7096A50C987CB11542CE024E2E ** get_address_of_Value_0() { return &___Value_0; } inline void set_Value_0(EmptyInternalEnumerator_1_t10B6FEF1B4ABCF7096A50C987CB11542CE024E2E * value) { ___Value_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___Value_0), (void*)value); } }; // System.Array/EmptyInternalEnumerator`1 // System.Array/EmptyInternalEnumerator`1 struct EmptyInternalEnumerator_1_tB49DC3FB5274801F30FC5844EB71290673C3C826_StaticFields { public: // System.Array/EmptyInternalEnumerator`1 System.Array/EmptyInternalEnumerator`1::Value EmptyInternalEnumerator_1_tB49DC3FB5274801F30FC5844EB71290673C3C826 * ___Value_0; public: inline static int32_t get_offset_of_Value_0() { return static_cast(offsetof(EmptyInternalEnumerator_1_tB49DC3FB5274801F30FC5844EB71290673C3C826_StaticFields, ___Value_0)); } inline EmptyInternalEnumerator_1_tB49DC3FB5274801F30FC5844EB71290673C3C826 * get_Value_0() const { return ___Value_0; } inline EmptyInternalEnumerator_1_tB49DC3FB5274801F30FC5844EB71290673C3C826 ** get_address_of_Value_0() { return &___Value_0; } inline void set_Value_0(EmptyInternalEnumerator_1_tB49DC3FB5274801F30FC5844EB71290673C3C826 * value) { ___Value_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___Value_0), (void*)value); } }; // System.Array/EmptyInternalEnumerator`1 // System.Array/EmptyInternalEnumerator`1 struct EmptyInternalEnumerator_1_tA204D365C3C1347BE86955967974285971A30861_StaticFields { public: // System.Array/EmptyInternalEnumerator`1 System.Array/EmptyInternalEnumerator`1::Value EmptyInternalEnumerator_1_tA204D365C3C1347BE86955967974285971A30861 * ___Value_0; public: inline static int32_t get_offset_of_Value_0() { return static_cast(offsetof(EmptyInternalEnumerator_1_tA204D365C3C1347BE86955967974285971A30861_StaticFields, ___Value_0)); } inline EmptyInternalEnumerator_1_tA204D365C3C1347BE86955967974285971A30861 * get_Value_0() const { return ___Value_0; } inline EmptyInternalEnumerator_1_tA204D365C3C1347BE86955967974285971A30861 ** get_address_of_Value_0() { return &___Value_0; } inline void set_Value_0(EmptyInternalEnumerator_1_tA204D365C3C1347BE86955967974285971A30861 * value) { ___Value_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___Value_0), (void*)value); } }; // System.Array/EmptyInternalEnumerator`1 // System.Array/EmptyInternalEnumerator`1 struct EmptyInternalEnumerator_1_t1170CCD0BDFDCF58482AAF758C02403FD74427A6_StaticFields { public: // System.Array/EmptyInternalEnumerator`1 System.Array/EmptyInternalEnumerator`1::Value EmptyInternalEnumerator_1_t1170CCD0BDFDCF58482AAF758C02403FD74427A6 * ___Value_0; public: inline static int32_t get_offset_of_Value_0() { return static_cast(offsetof(EmptyInternalEnumerator_1_t1170CCD0BDFDCF58482AAF758C02403FD74427A6_StaticFields, ___Value_0)); } inline EmptyInternalEnumerator_1_t1170CCD0BDFDCF58482AAF758C02403FD74427A6 * get_Value_0() const { return ___Value_0; } inline EmptyInternalEnumerator_1_t1170CCD0BDFDCF58482AAF758C02403FD74427A6 ** get_address_of_Value_0() { return &___Value_0; } inline void set_Value_0(EmptyInternalEnumerator_1_t1170CCD0BDFDCF58482AAF758C02403FD74427A6 * value) { ___Value_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___Value_0), (void*)value); } }; // System.Array/EmptyInternalEnumerator`1 // System.Array/EmptyInternalEnumerator`1 struct EmptyInternalEnumerator_1_tA189556638C04823DE8AE67ECE13105A473F9F2A_StaticFields { public: // System.Array/EmptyInternalEnumerator`1 System.Array/EmptyInternalEnumerator`1::Value EmptyInternalEnumerator_1_tA189556638C04823DE8AE67ECE13105A473F9F2A * ___Value_0; public: inline static int32_t get_offset_of_Value_0() { return static_cast(offsetof(EmptyInternalEnumerator_1_tA189556638C04823DE8AE67ECE13105A473F9F2A_StaticFields, ___Value_0)); } inline EmptyInternalEnumerator_1_tA189556638C04823DE8AE67ECE13105A473F9F2A * get_Value_0() const { return ___Value_0; } inline EmptyInternalEnumerator_1_tA189556638C04823DE8AE67ECE13105A473F9F2A ** get_address_of_Value_0() { return &___Value_0; } inline void set_Value_0(EmptyInternalEnumerator_1_tA189556638C04823DE8AE67ECE13105A473F9F2A * value) { ___Value_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___Value_0), (void*)value); } }; // System.Array/EmptyInternalEnumerator`1 // System.Array/EmptyInternalEnumerator`1 struct EmptyInternalEnumerator_1_t8F2B9E7FE9E0069D37DBAE8D9B5CE88425095F08_StaticFields { public: // System.Array/EmptyInternalEnumerator`1 System.Array/EmptyInternalEnumerator`1::Value EmptyInternalEnumerator_1_t8F2B9E7FE9E0069D37DBAE8D9B5CE88425095F08 * ___Value_0; public: inline static int32_t get_offset_of_Value_0() { return static_cast(offsetof(EmptyInternalEnumerator_1_t8F2B9E7FE9E0069D37DBAE8D9B5CE88425095F08_StaticFields, ___Value_0)); } inline EmptyInternalEnumerator_1_t8F2B9E7FE9E0069D37DBAE8D9B5CE88425095F08 * get_Value_0() const { return ___Value_0; } inline EmptyInternalEnumerator_1_t8F2B9E7FE9E0069D37DBAE8D9B5CE88425095F08 ** get_address_of_Value_0() { return &___Value_0; } inline void set_Value_0(EmptyInternalEnumerator_1_t8F2B9E7FE9E0069D37DBAE8D9B5CE88425095F08 * value) { ___Value_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___Value_0), (void*)value); } }; // System.Array/EmptyInternalEnumerator`1 // System.Array/EmptyInternalEnumerator`1 struct EmptyInternalEnumerator_1_t6F66026A71AC1C3D4EA84126D09DDD25C2BD32BC_StaticFields { public: // System.Array/EmptyInternalEnumerator`1 System.Array/EmptyInternalEnumerator`1::Value EmptyInternalEnumerator_1_t6F66026A71AC1C3D4EA84126D09DDD25C2BD32BC * ___Value_0; public: inline static int32_t get_offset_of_Value_0() { return static_cast(offsetof(EmptyInternalEnumerator_1_t6F66026A71AC1C3D4EA84126D09DDD25C2BD32BC_StaticFields, ___Value_0)); } inline EmptyInternalEnumerator_1_t6F66026A71AC1C3D4EA84126D09DDD25C2BD32BC * get_Value_0() const { return ___Value_0; } inline EmptyInternalEnumerator_1_t6F66026A71AC1C3D4EA84126D09DDD25C2BD32BC ** get_address_of_Value_0() { return &___Value_0; } inline void set_Value_0(EmptyInternalEnumerator_1_t6F66026A71AC1C3D4EA84126D09DDD25C2BD32BC * value) { ___Value_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___Value_0), (void*)value); } }; // System.Array/EmptyInternalEnumerator`1 // System.Array/EmptyInternalEnumerator`1 struct EmptyInternalEnumerator_1_tBC0574AADD31054875385E2CACE9BDC921EDEBAE_StaticFields { public: // System.Array/EmptyInternalEnumerator`1 System.Array/EmptyInternalEnumerator`1::Value EmptyInternalEnumerator_1_tBC0574AADD31054875385E2CACE9BDC921EDEBAE * ___Value_0; public: inline static int32_t get_offset_of_Value_0() { return static_cast(offsetof(EmptyInternalEnumerator_1_tBC0574AADD31054875385E2CACE9BDC921EDEBAE_StaticFields, ___Value_0)); } inline EmptyInternalEnumerator_1_tBC0574AADD31054875385E2CACE9BDC921EDEBAE * get_Value_0() const { return ___Value_0; } inline EmptyInternalEnumerator_1_tBC0574AADD31054875385E2CACE9BDC921EDEBAE ** get_address_of_Value_0() { return &___Value_0; } inline void set_Value_0(EmptyInternalEnumerator_1_tBC0574AADD31054875385E2CACE9BDC921EDEBAE * value) { ___Value_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___Value_0), (void*)value); } }; // System.Array/EmptyInternalEnumerator`1 // System.Array/EmptyInternalEnumerator`1 struct EmptyInternalEnumerator_1_tCCCA7955FD6ABCE0C436239FACB16B5B127A89D8_StaticFields { public: // System.Array/EmptyInternalEnumerator`1 System.Array/EmptyInternalEnumerator`1::Value EmptyInternalEnumerator_1_tCCCA7955FD6ABCE0C436239FACB16B5B127A89D8 * ___Value_0; public: inline static int32_t get_offset_of_Value_0() { return static_cast(offsetof(EmptyInternalEnumerator_1_tCCCA7955FD6ABCE0C436239FACB16B5B127A89D8_StaticFields, ___Value_0)); } inline EmptyInternalEnumerator_1_tCCCA7955FD6ABCE0C436239FACB16B5B127A89D8 * get_Value_0() const { return ___Value_0; } inline EmptyInternalEnumerator_1_tCCCA7955FD6ABCE0C436239FACB16B5B127A89D8 ** get_address_of_Value_0() { return &___Value_0; } inline void set_Value_0(EmptyInternalEnumerator_1_tCCCA7955FD6ABCE0C436239FACB16B5B127A89D8 * value) { ___Value_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___Value_0), (void*)value); } }; // System.Array/EmptyInternalEnumerator`1 // System.Array/EmptyInternalEnumerator`1 struct EmptyInternalEnumerator_1_t0B6EFE19888B5D18EE4326D4C1FDB66AF5644DCC_StaticFields { public: // System.Array/EmptyInternalEnumerator`1 System.Array/EmptyInternalEnumerator`1::Value EmptyInternalEnumerator_1_t0B6EFE19888B5D18EE4326D4C1FDB66AF5644DCC * ___Value_0; public: inline static int32_t get_offset_of_Value_0() { return static_cast(offsetof(EmptyInternalEnumerator_1_t0B6EFE19888B5D18EE4326D4C1FDB66AF5644DCC_StaticFields, ___Value_0)); } inline EmptyInternalEnumerator_1_t0B6EFE19888B5D18EE4326D4C1FDB66AF5644DCC * get_Value_0() const { return ___Value_0; } inline EmptyInternalEnumerator_1_t0B6EFE19888B5D18EE4326D4C1FDB66AF5644DCC ** get_address_of_Value_0() { return &___Value_0; } inline void set_Value_0(EmptyInternalEnumerator_1_t0B6EFE19888B5D18EE4326D4C1FDB66AF5644DCC * value) { ___Value_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___Value_0), (void*)value); } }; // System.Array/EmptyInternalEnumerator`1 // System.Array/EmptyInternalEnumerator`1 struct EmptyInternalEnumerator_1_t48F7297744ACEAFE78133A8F63D9426751835F3C_StaticFields { public: // System.Array/EmptyInternalEnumerator`1 System.Array/EmptyInternalEnumerator`1::Value EmptyInternalEnumerator_1_t48F7297744ACEAFE78133A8F63D9426751835F3C * ___Value_0; public: inline static int32_t get_offset_of_Value_0() { return static_cast(offsetof(EmptyInternalEnumerator_1_t48F7297744ACEAFE78133A8F63D9426751835F3C_StaticFields, ___Value_0)); } inline EmptyInternalEnumerator_1_t48F7297744ACEAFE78133A8F63D9426751835F3C * get_Value_0() const { return ___Value_0; } inline EmptyInternalEnumerator_1_t48F7297744ACEAFE78133A8F63D9426751835F3C ** get_address_of_Value_0() { return &___Value_0; } inline void set_Value_0(EmptyInternalEnumerator_1_t48F7297744ACEAFE78133A8F63D9426751835F3C * value) { ___Value_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___Value_0), (void*)value); } }; // System.Array/EmptyInternalEnumerator`1 // System.Array/EmptyInternalEnumerator`1 struct EmptyInternalEnumerator_1_tD68414D16589E152F8316B674FC004E6E2F8335D_StaticFields { public: // System.Array/EmptyInternalEnumerator`1 System.Array/EmptyInternalEnumerator`1::Value EmptyInternalEnumerator_1_tD68414D16589E152F8316B674FC004E6E2F8335D * ___Value_0; public: inline static int32_t get_offset_of_Value_0() { return static_cast(offsetof(EmptyInternalEnumerator_1_tD68414D16589E152F8316B674FC004E6E2F8335D_StaticFields, ___Value_0)); } inline EmptyInternalEnumerator_1_tD68414D16589E152F8316B674FC004E6E2F8335D * get_Value_0() const { return ___Value_0; } inline EmptyInternalEnumerator_1_tD68414D16589E152F8316B674FC004E6E2F8335D ** get_address_of_Value_0() { return &___Value_0; } inline void set_Value_0(EmptyInternalEnumerator_1_tD68414D16589E152F8316B674FC004E6E2F8335D * value) { ___Value_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___Value_0), (void*)value); } }; // System.Array/EmptyInternalEnumerator`1 // System.Array/EmptyInternalEnumerator`1 struct EmptyInternalEnumerator_1_t17CB0E6F2F9E76CD1BF00B847D7CE0B1D6AE7C29_StaticFields { public: // System.Array/EmptyInternalEnumerator`1 System.Array/EmptyInternalEnumerator`1::Value EmptyInternalEnumerator_1_t17CB0E6F2F9E76CD1BF00B847D7CE0B1D6AE7C29 * ___Value_0; public: inline static int32_t get_offset_of_Value_0() { return static_cast(offsetof(EmptyInternalEnumerator_1_t17CB0E6F2F9E76CD1BF00B847D7CE0B1D6AE7C29_StaticFields, ___Value_0)); } inline EmptyInternalEnumerator_1_t17CB0E6F2F9E76CD1BF00B847D7CE0B1D6AE7C29 * get_Value_0() const { return ___Value_0; } inline EmptyInternalEnumerator_1_t17CB0E6F2F9E76CD1BF00B847D7CE0B1D6AE7C29 ** get_address_of_Value_0() { return &___Value_0; } inline void set_Value_0(EmptyInternalEnumerator_1_t17CB0E6F2F9E76CD1BF00B847D7CE0B1D6AE7C29 * value) { ___Value_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___Value_0), (void*)value); } }; // System.Array/EmptyInternalEnumerator`1 // System.Array/EmptyInternalEnumerator`1 struct EmptyInternalEnumerator_1_tFAD2389573AFD6D91E651E0E382AE9EA3E4E0193_StaticFields { public: // System.Array/EmptyInternalEnumerator`1 System.Array/EmptyInternalEnumerator`1::Value EmptyInternalEnumerator_1_tFAD2389573AFD6D91E651E0E382AE9EA3E4E0193 * ___Value_0; public: inline static int32_t get_offset_of_Value_0() { return static_cast(offsetof(EmptyInternalEnumerator_1_tFAD2389573AFD6D91E651E0E382AE9EA3E4E0193_StaticFields, ___Value_0)); } inline EmptyInternalEnumerator_1_tFAD2389573AFD6D91E651E0E382AE9EA3E4E0193 * get_Value_0() const { return ___Value_0; } inline EmptyInternalEnumerator_1_tFAD2389573AFD6D91E651E0E382AE9EA3E4E0193 ** get_address_of_Value_0() { return &___Value_0; } inline void set_Value_0(EmptyInternalEnumerator_1_tFAD2389573AFD6D91E651E0E382AE9EA3E4E0193 * value) { ___Value_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___Value_0), (void*)value); } }; // System.Array/EmptyInternalEnumerator`1 // System.Array/EmptyInternalEnumerator`1 struct EmptyInternalEnumerator_1_tD3B6658370504A40A66DE99B14DE0DE9F3AA9FE4_StaticFields { public: // System.Array/EmptyInternalEnumerator`1 System.Array/EmptyInternalEnumerator`1::Value EmptyInternalEnumerator_1_tD3B6658370504A40A66DE99B14DE0DE9F3AA9FE4 * ___Value_0; public: inline static int32_t get_offset_of_Value_0() { return static_cast(offsetof(EmptyInternalEnumerator_1_tD3B6658370504A40A66DE99B14DE0DE9F3AA9FE4_StaticFields, ___Value_0)); } inline EmptyInternalEnumerator_1_tD3B6658370504A40A66DE99B14DE0DE9F3AA9FE4 * get_Value_0() const { return ___Value_0; } inline EmptyInternalEnumerator_1_tD3B6658370504A40A66DE99B14DE0DE9F3AA9FE4 ** get_address_of_Value_0() { return &___Value_0; } inline void set_Value_0(EmptyInternalEnumerator_1_tD3B6658370504A40A66DE99B14DE0DE9F3AA9FE4 * value) { ___Value_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___Value_0), (void*)value); } }; // System.Array/EmptyInternalEnumerator`1 // System.Array/EmptyInternalEnumerator`1 struct EmptyInternalEnumerator_1_tC4BD83CD32AC253C8FB58834BC82D5B0B01EC8B0_StaticFields { public: // System.Array/EmptyInternalEnumerator`1 System.Array/EmptyInternalEnumerator`1::Value EmptyInternalEnumerator_1_tC4BD83CD32AC253C8FB58834BC82D5B0B01EC8B0 * ___Value_0; public: inline static int32_t get_offset_of_Value_0() { return static_cast(offsetof(EmptyInternalEnumerator_1_tC4BD83CD32AC253C8FB58834BC82D5B0B01EC8B0_StaticFields, ___Value_0)); } inline EmptyInternalEnumerator_1_tC4BD83CD32AC253C8FB58834BC82D5B0B01EC8B0 * get_Value_0() const { return ___Value_0; } inline EmptyInternalEnumerator_1_tC4BD83CD32AC253C8FB58834BC82D5B0B01EC8B0 ** get_address_of_Value_0() { return &___Value_0; } inline void set_Value_0(EmptyInternalEnumerator_1_tC4BD83CD32AC253C8FB58834BC82D5B0B01EC8B0 * value) { ___Value_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___Value_0), (void*)value); } }; // System.Array/EmptyInternalEnumerator`1 // System.Array/EmptyInternalEnumerator`1 struct EmptyInternalEnumerator_1_tC5A8EB0F5E1BBC81F98B3FA4B8C76D07FCD12D56_StaticFields { public: // System.Array/EmptyInternalEnumerator`1 System.Array/EmptyInternalEnumerator`1::Value EmptyInternalEnumerator_1_tC5A8EB0F5E1BBC81F98B3FA4B8C76D07FCD12D56 * ___Value_0; public: inline static int32_t get_offset_of_Value_0() { return static_cast(offsetof(EmptyInternalEnumerator_1_tC5A8EB0F5E1BBC81F98B3FA4B8C76D07FCD12D56_StaticFields, ___Value_0)); } inline EmptyInternalEnumerator_1_tC5A8EB0F5E1BBC81F98B3FA4B8C76D07FCD12D56 * get_Value_0() const { return ___Value_0; } inline EmptyInternalEnumerator_1_tC5A8EB0F5E1BBC81F98B3FA4B8C76D07FCD12D56 ** get_address_of_Value_0() { return &___Value_0; } inline void set_Value_0(EmptyInternalEnumerator_1_tC5A8EB0F5E1BBC81F98B3FA4B8C76D07FCD12D56 * value) { ___Value_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___Value_0), (void*)value); } }; // System.Array/EmptyInternalEnumerator`1 // System.Array/EmptyInternalEnumerator`1 struct EmptyInternalEnumerator_1_t5FD32FF123B831648EF69274CA4EBC20E4ADED03_StaticFields { public: // System.Array/EmptyInternalEnumerator`1 System.Array/EmptyInternalEnumerator`1::Value EmptyInternalEnumerator_1_t5FD32FF123B831648EF69274CA4EBC20E4ADED03 * ___Value_0; public: inline static int32_t get_offset_of_Value_0() { return static_cast(offsetof(EmptyInternalEnumerator_1_t5FD32FF123B831648EF69274CA4EBC20E4ADED03_StaticFields, ___Value_0)); } inline EmptyInternalEnumerator_1_t5FD32FF123B831648EF69274CA4EBC20E4ADED03 * get_Value_0() const { return ___Value_0; } inline EmptyInternalEnumerator_1_t5FD32FF123B831648EF69274CA4EBC20E4ADED03 ** get_address_of_Value_0() { return &___Value_0; } inline void set_Value_0(EmptyInternalEnumerator_1_t5FD32FF123B831648EF69274CA4EBC20E4ADED03 * value) { ___Value_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___Value_0), (void*)value); } }; // System.Array/EmptyInternalEnumerator`1 // System.Array/EmptyInternalEnumerator`1 struct EmptyInternalEnumerator_1_tEB5C29F0625EB1E98571BC04E51328E84EF98BC2_StaticFields { public: // System.Array/EmptyInternalEnumerator`1 System.Array/EmptyInternalEnumerator`1::Value EmptyInternalEnumerator_1_tEB5C29F0625EB1E98571BC04E51328E84EF98BC2 * ___Value_0; public: inline static int32_t get_offset_of_Value_0() { return static_cast(offsetof(EmptyInternalEnumerator_1_tEB5C29F0625EB1E98571BC04E51328E84EF98BC2_StaticFields, ___Value_0)); } inline EmptyInternalEnumerator_1_tEB5C29F0625EB1E98571BC04E51328E84EF98BC2 * get_Value_0() const { return ___Value_0; } inline EmptyInternalEnumerator_1_tEB5C29F0625EB1E98571BC04E51328E84EF98BC2 ** get_address_of_Value_0() { return &___Value_0; } inline void set_Value_0(EmptyInternalEnumerator_1_tEB5C29F0625EB1E98571BC04E51328E84EF98BC2 * value) { ___Value_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___Value_0), (void*)value); } }; // System.Array/EmptyInternalEnumerator`1 // System.Array/EmptyInternalEnumerator`1 struct EmptyInternalEnumerator_1_tDB34587FFE38D2D85851249A3B380F978AD68C4D_StaticFields { public: // System.Array/EmptyInternalEnumerator`1 System.Array/EmptyInternalEnumerator`1::Value EmptyInternalEnumerator_1_tDB34587FFE38D2D85851249A3B380F978AD68C4D * ___Value_0; public: inline static int32_t get_offset_of_Value_0() { return static_cast(offsetof(EmptyInternalEnumerator_1_tDB34587FFE38D2D85851249A3B380F978AD68C4D_StaticFields, ___Value_0)); } inline EmptyInternalEnumerator_1_tDB34587FFE38D2D85851249A3B380F978AD68C4D * get_Value_0() const { return ___Value_0; } inline EmptyInternalEnumerator_1_tDB34587FFE38D2D85851249A3B380F978AD68C4D ** get_address_of_Value_0() { return &___Value_0; } inline void set_Value_0(EmptyInternalEnumerator_1_tDB34587FFE38D2D85851249A3B380F978AD68C4D * value) { ___Value_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___Value_0), (void*)value); } }; // System.Array/EmptyInternalEnumerator`1 // System.Array/EmptyInternalEnumerator`1 struct EmptyInternalEnumerator_1_tF15A3752DA216D09FD5F129496CF55E18CED8CAD_StaticFields { public: // System.Array/EmptyInternalEnumerator`1 System.Array/EmptyInternalEnumerator`1::Value EmptyInternalEnumerator_1_tF15A3752DA216D09FD5F129496CF55E18CED8CAD * ___Value_0; public: inline static int32_t get_offset_of_Value_0() { return static_cast(offsetof(EmptyInternalEnumerator_1_tF15A3752DA216D09FD5F129496CF55E18CED8CAD_StaticFields, ___Value_0)); } inline EmptyInternalEnumerator_1_tF15A3752DA216D09FD5F129496CF55E18CED8CAD * get_Value_0() const { return ___Value_0; } inline EmptyInternalEnumerator_1_tF15A3752DA216D09FD5F129496CF55E18CED8CAD ** get_address_of_Value_0() { return &___Value_0; } inline void set_Value_0(EmptyInternalEnumerator_1_tF15A3752DA216D09FD5F129496CF55E18CED8CAD * value) { ___Value_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___Value_0), (void*)value); } }; // System.Array/EmptyInternalEnumerator`1 // System.Array/EmptyInternalEnumerator`1 struct EmptyInternalEnumerator_1_t183B07D6D966587E51B7703F377C4CA1A11B89BB_StaticFields { public: // System.Array/EmptyInternalEnumerator`1 System.Array/EmptyInternalEnumerator`1::Value EmptyInternalEnumerator_1_t183B07D6D966587E51B7703F377C4CA1A11B89BB * ___Value_0; public: inline static int32_t get_offset_of_Value_0() { return static_cast(offsetof(EmptyInternalEnumerator_1_t183B07D6D966587E51B7703F377C4CA1A11B89BB_StaticFields, ___Value_0)); } inline EmptyInternalEnumerator_1_t183B07D6D966587E51B7703F377C4CA1A11B89BB * get_Value_0() const { return ___Value_0; } inline EmptyInternalEnumerator_1_t183B07D6D966587E51B7703F377C4CA1A11B89BB ** get_address_of_Value_0() { return &___Value_0; } inline void set_Value_0(EmptyInternalEnumerator_1_t183B07D6D966587E51B7703F377C4CA1A11B89BB * value) { ___Value_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___Value_0), (void*)value); } }; // System.Array/EmptyInternalEnumerator`1 // System.Array/EmptyInternalEnumerator`1 struct EmptyInternalEnumerator_1_t1433AB7767B1D7B05E3BD32D17D5A5C68E546953_StaticFields { public: // System.Array/EmptyInternalEnumerator`1 System.Array/EmptyInternalEnumerator`1::Value EmptyInternalEnumerator_1_t1433AB7767B1D7B05E3BD32D17D5A5C68E546953 * ___Value_0; public: inline static int32_t get_offset_of_Value_0() { return static_cast(offsetof(EmptyInternalEnumerator_1_t1433AB7767B1D7B05E3BD32D17D5A5C68E546953_StaticFields, ___Value_0)); } inline EmptyInternalEnumerator_1_t1433AB7767B1D7B05E3BD32D17D5A5C68E546953 * get_Value_0() const { return ___Value_0; } inline EmptyInternalEnumerator_1_t1433AB7767B1D7B05E3BD32D17D5A5C68E546953 ** get_address_of_Value_0() { return &___Value_0; } inline void set_Value_0(EmptyInternalEnumerator_1_t1433AB7767B1D7B05E3BD32D17D5A5C68E546953 * value) { ___Value_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___Value_0), (void*)value); } }; // System.Array/EmptyInternalEnumerator`1 // System.Array/EmptyInternalEnumerator`1 struct EmptyInternalEnumerator_1_t9073B4D4D4F8C8EE06ED64F5961DFC02616F5CBB_StaticFields { public: // System.Array/EmptyInternalEnumerator`1 System.Array/EmptyInternalEnumerator`1::Value EmptyInternalEnumerator_1_t9073B4D4D4F8C8EE06ED64F5961DFC02616F5CBB * ___Value_0; public: inline static int32_t get_offset_of_Value_0() { return static_cast(offsetof(EmptyInternalEnumerator_1_t9073B4D4D4F8C8EE06ED64F5961DFC02616F5CBB_StaticFields, ___Value_0)); } inline EmptyInternalEnumerator_1_t9073B4D4D4F8C8EE06ED64F5961DFC02616F5CBB * get_Value_0() const { return ___Value_0; } inline EmptyInternalEnumerator_1_t9073B4D4D4F8C8EE06ED64F5961DFC02616F5CBB ** get_address_of_Value_0() { return &___Value_0; } inline void set_Value_0(EmptyInternalEnumerator_1_t9073B4D4D4F8C8EE06ED64F5961DFC02616F5CBB * value) { ___Value_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___Value_0), (void*)value); } }; // System.Array/EmptyInternalEnumerator`1 // System.Array/EmptyInternalEnumerator`1 struct EmptyInternalEnumerator_1_t4D184FDE16ED45A8E86776C9F3914F335727A9F3_StaticFields { public: // System.Array/EmptyInternalEnumerator`1 System.Array/EmptyInternalEnumerator`1::Value EmptyInternalEnumerator_1_t4D184FDE16ED45A8E86776C9F3914F335727A9F3 * ___Value_0; public: inline static int32_t get_offset_of_Value_0() { return static_cast(offsetof(EmptyInternalEnumerator_1_t4D184FDE16ED45A8E86776C9F3914F335727A9F3_StaticFields, ___Value_0)); } inline EmptyInternalEnumerator_1_t4D184FDE16ED45A8E86776C9F3914F335727A9F3 * get_Value_0() const { return ___Value_0; } inline EmptyInternalEnumerator_1_t4D184FDE16ED45A8E86776C9F3914F335727A9F3 ** get_address_of_Value_0() { return &___Value_0; } inline void set_Value_0(EmptyInternalEnumerator_1_t4D184FDE16ED45A8E86776C9F3914F335727A9F3 * value) { ___Value_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___Value_0), (void*)value); } }; // System.Array/EmptyInternalEnumerator`1 // System.Array/EmptyInternalEnumerator`1 struct EmptyInternalEnumerator_1_t2381C5689C58EA562845E104791FDF9FEEB438FA_StaticFields { public: // System.Array/EmptyInternalEnumerator`1 System.Array/EmptyInternalEnumerator`1::Value EmptyInternalEnumerator_1_t2381C5689C58EA562845E104791FDF9FEEB438FA * ___Value_0; public: inline static int32_t get_offset_of_Value_0() { return static_cast(offsetof(EmptyInternalEnumerator_1_t2381C5689C58EA562845E104791FDF9FEEB438FA_StaticFields, ___Value_0)); } inline EmptyInternalEnumerator_1_t2381C5689C58EA562845E104791FDF9FEEB438FA * get_Value_0() const { return ___Value_0; } inline EmptyInternalEnumerator_1_t2381C5689C58EA562845E104791FDF9FEEB438FA ** get_address_of_Value_0() { return &___Value_0; } inline void set_Value_0(EmptyInternalEnumerator_1_t2381C5689C58EA562845E104791FDF9FEEB438FA * value) { ___Value_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___Value_0), (void*)value); } }; // System.Array/EmptyInternalEnumerator`1 // System.Array/EmptyInternalEnumerator`1 struct EmptyInternalEnumerator_1_tF2F23339A1A0382CC15047A7956A4CF88AC69608_StaticFields { public: // System.Array/EmptyInternalEnumerator`1 System.Array/EmptyInternalEnumerator`1::Value EmptyInternalEnumerator_1_tF2F23339A1A0382CC15047A7956A4CF88AC69608 * ___Value_0; public: inline static int32_t get_offset_of_Value_0() { return static_cast(offsetof(EmptyInternalEnumerator_1_tF2F23339A1A0382CC15047A7956A4CF88AC69608_StaticFields, ___Value_0)); } inline EmptyInternalEnumerator_1_tF2F23339A1A0382CC15047A7956A4CF88AC69608 * get_Value_0() const { return ___Value_0; } inline EmptyInternalEnumerator_1_tF2F23339A1A0382CC15047A7956A4CF88AC69608 ** get_address_of_Value_0() { return &___Value_0; } inline void set_Value_0(EmptyInternalEnumerator_1_tF2F23339A1A0382CC15047A7956A4CF88AC69608 * value) { ___Value_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___Value_0), (void*)value); } }; // System.Array/EmptyInternalEnumerator`1 // System.Array/EmptyInternalEnumerator`1 struct EmptyInternalEnumerator_1_t64DD0F659EFF5EE0DB8D0C133BA51C77E4494882_StaticFields { public: // System.Array/EmptyInternalEnumerator`1 System.Array/EmptyInternalEnumerator`1::Value EmptyInternalEnumerator_1_t64DD0F659EFF5EE0DB8D0C133BA51C77E4494882 * ___Value_0; public: inline static int32_t get_offset_of_Value_0() { return static_cast(offsetof(EmptyInternalEnumerator_1_t64DD0F659EFF5EE0DB8D0C133BA51C77E4494882_StaticFields, ___Value_0)); } inline EmptyInternalEnumerator_1_t64DD0F659EFF5EE0DB8D0C133BA51C77E4494882 * get_Value_0() const { return ___Value_0; } inline EmptyInternalEnumerator_1_t64DD0F659EFF5EE0DB8D0C133BA51C77E4494882 ** get_address_of_Value_0() { return &___Value_0; } inline void set_Value_0(EmptyInternalEnumerator_1_t64DD0F659EFF5EE0DB8D0C133BA51C77E4494882 * value) { ___Value_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___Value_0), (void*)value); } }; // System.Array/EmptyInternalEnumerator`1 // System.Array/EmptyInternalEnumerator`1 struct EmptyInternalEnumerator_1_tDF1CDD1CB85BE3866A609B8CDF9793B1F295613D_StaticFields { public: // System.Array/EmptyInternalEnumerator`1 System.Array/EmptyInternalEnumerator`1::Value EmptyInternalEnumerator_1_tDF1CDD1CB85BE3866A609B8CDF9793B1F295613D * ___Value_0; public: inline static int32_t get_offset_of_Value_0() { return static_cast(offsetof(EmptyInternalEnumerator_1_tDF1CDD1CB85BE3866A609B8CDF9793B1F295613D_StaticFields, ___Value_0)); } inline EmptyInternalEnumerator_1_tDF1CDD1CB85BE3866A609B8CDF9793B1F295613D * get_Value_0() const { return ___Value_0; } inline EmptyInternalEnumerator_1_tDF1CDD1CB85BE3866A609B8CDF9793B1F295613D ** get_address_of_Value_0() { return &___Value_0; } inline void set_Value_0(EmptyInternalEnumerator_1_tDF1CDD1CB85BE3866A609B8CDF9793B1F295613D * value) { ___Value_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___Value_0), (void*)value); } }; // System.Array/EmptyInternalEnumerator`1 // System.Array/EmptyInternalEnumerator`1 struct EmptyInternalEnumerator_1_tA30BBD95ECE61DE2F7547AAD04C340F30FB945C5_StaticFields { public: // System.Array/EmptyInternalEnumerator`1 System.Array/EmptyInternalEnumerator`1::Value EmptyInternalEnumerator_1_tA30BBD95ECE61DE2F7547AAD04C340F30FB945C5 * ___Value_0; public: inline static int32_t get_offset_of_Value_0() { return static_cast(offsetof(EmptyInternalEnumerator_1_tA30BBD95ECE61DE2F7547AAD04C340F30FB945C5_StaticFields, ___Value_0)); } inline EmptyInternalEnumerator_1_tA30BBD95ECE61DE2F7547AAD04C340F30FB945C5 * get_Value_0() const { return ___Value_0; } inline EmptyInternalEnumerator_1_tA30BBD95ECE61DE2F7547AAD04C340F30FB945C5 ** get_address_of_Value_0() { return &___Value_0; } inline void set_Value_0(EmptyInternalEnumerator_1_tA30BBD95ECE61DE2F7547AAD04C340F30FB945C5 * value) { ___Value_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___Value_0), (void*)value); } }; // System.Array/EmptyInternalEnumerator`1 // System.Array/EmptyInternalEnumerator`1 struct EmptyInternalEnumerator_1_t75C26DC5E37A1DE5E7952364949788A0414292F8_StaticFields { public: // System.Array/EmptyInternalEnumerator`1 System.Array/EmptyInternalEnumerator`1::Value EmptyInternalEnumerator_1_t75C26DC5E37A1DE5E7952364949788A0414292F8 * ___Value_0; public: inline static int32_t get_offset_of_Value_0() { return static_cast(offsetof(EmptyInternalEnumerator_1_t75C26DC5E37A1DE5E7952364949788A0414292F8_StaticFields, ___Value_0)); } inline EmptyInternalEnumerator_1_t75C26DC5E37A1DE5E7952364949788A0414292F8 * get_Value_0() const { return ___Value_0; } inline EmptyInternalEnumerator_1_t75C26DC5E37A1DE5E7952364949788A0414292F8 ** get_address_of_Value_0() { return &___Value_0; } inline void set_Value_0(EmptyInternalEnumerator_1_t75C26DC5E37A1DE5E7952364949788A0414292F8 * value) { ___Value_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___Value_0), (void*)value); } }; // System.Array/EmptyInternalEnumerator`1 // System.Array/EmptyInternalEnumerator`1 struct EmptyInternalEnumerator_1_t95B86B7AF92D937E5DC9BF6C0E636018F7636CAD_StaticFields { public: // System.Array/EmptyInternalEnumerator`1 System.Array/EmptyInternalEnumerator`1::Value EmptyInternalEnumerator_1_t95B86B7AF92D937E5DC9BF6C0E636018F7636CAD * ___Value_0; public: inline static int32_t get_offset_of_Value_0() { return static_cast(offsetof(EmptyInternalEnumerator_1_t95B86B7AF92D937E5DC9BF6C0E636018F7636CAD_StaticFields, ___Value_0)); } inline EmptyInternalEnumerator_1_t95B86B7AF92D937E5DC9BF6C0E636018F7636CAD * get_Value_0() const { return ___Value_0; } inline EmptyInternalEnumerator_1_t95B86B7AF92D937E5DC9BF6C0E636018F7636CAD ** get_address_of_Value_0() { return &___Value_0; } inline void set_Value_0(EmptyInternalEnumerator_1_t95B86B7AF92D937E5DC9BF6C0E636018F7636CAD * value) { ___Value_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___Value_0), (void*)value); } }; // System.Array/EmptyInternalEnumerator`1 // System.Array/EmptyInternalEnumerator`1 struct EmptyInternalEnumerator_1_t4F313D65DA3E0211846543E644E5E7E086E8F28D_StaticFields { public: // System.Array/EmptyInternalEnumerator`1 System.Array/EmptyInternalEnumerator`1::Value EmptyInternalEnumerator_1_t4F313D65DA3E0211846543E644E5E7E086E8F28D * ___Value_0; public: inline static int32_t get_offset_of_Value_0() { return static_cast(offsetof(EmptyInternalEnumerator_1_t4F313D65DA3E0211846543E644E5E7E086E8F28D_StaticFields, ___Value_0)); } inline EmptyInternalEnumerator_1_t4F313D65DA3E0211846543E644E5E7E086E8F28D * get_Value_0() const { return ___Value_0; } inline EmptyInternalEnumerator_1_t4F313D65DA3E0211846543E644E5E7E086E8F28D ** get_address_of_Value_0() { return &___Value_0; } inline void set_Value_0(EmptyInternalEnumerator_1_t4F313D65DA3E0211846543E644E5E7E086E8F28D * value) { ___Value_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___Value_0), (void*)value); } }; // System.Array/EmptyInternalEnumerator`1 // System.Array/EmptyInternalEnumerator`1 struct EmptyInternalEnumerator_1_tED0D8BE1466C6C1533A3FB110C1BB85541EF34F7_StaticFields { public: // System.Array/EmptyInternalEnumerator`1 System.Array/EmptyInternalEnumerator`1::Value EmptyInternalEnumerator_1_tED0D8BE1466C6C1533A3FB110C1BB85541EF34F7 * ___Value_0; public: inline static int32_t get_offset_of_Value_0() { return static_cast(offsetof(EmptyInternalEnumerator_1_tED0D8BE1466C6C1533A3FB110C1BB85541EF34F7_StaticFields, ___Value_0)); } inline EmptyInternalEnumerator_1_tED0D8BE1466C6C1533A3FB110C1BB85541EF34F7 * get_Value_0() const { return ___Value_0; } inline EmptyInternalEnumerator_1_tED0D8BE1466C6C1533A3FB110C1BB85541EF34F7 ** get_address_of_Value_0() { return &___Value_0; } inline void set_Value_0(EmptyInternalEnumerator_1_tED0D8BE1466C6C1533A3FB110C1BB85541EF34F7 * value) { ___Value_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___Value_0), (void*)value); } }; // System.Array/EmptyInternalEnumerator`1 // System.Array/EmptyInternalEnumerator`1 struct EmptyInternalEnumerator_1_tE491D747D968BCDAA28B7929721EE2F6134FC9FA_StaticFields { public: // System.Array/EmptyInternalEnumerator`1 System.Array/EmptyInternalEnumerator`1::Value EmptyInternalEnumerator_1_tE491D747D968BCDAA28B7929721EE2F6134FC9FA * ___Value_0; public: inline static int32_t get_offset_of_Value_0() { return static_cast(offsetof(EmptyInternalEnumerator_1_tE491D747D968BCDAA28B7929721EE2F6134FC9FA_StaticFields, ___Value_0)); } inline EmptyInternalEnumerator_1_tE491D747D968BCDAA28B7929721EE2F6134FC9FA * get_Value_0() const { return ___Value_0; } inline EmptyInternalEnumerator_1_tE491D747D968BCDAA28B7929721EE2F6134FC9FA ** get_address_of_Value_0() { return &___Value_0; } inline void set_Value_0(EmptyInternalEnumerator_1_tE491D747D968BCDAA28B7929721EE2F6134FC9FA * value) { ___Value_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___Value_0), (void*)value); } }; // System.Array/EmptyInternalEnumerator`1 // System.Array/EmptyInternalEnumerator`1 struct EmptyInternalEnumerator_1_tB7FBA40E1F922CFAE24E5AF576F47C4A523413F5_StaticFields { public: // System.Array/EmptyInternalEnumerator`1 System.Array/EmptyInternalEnumerator`1::Value EmptyInternalEnumerator_1_tB7FBA40E1F922CFAE24E5AF576F47C4A523413F5 * ___Value_0; public: inline static int32_t get_offset_of_Value_0() { return static_cast(offsetof(EmptyInternalEnumerator_1_tB7FBA40E1F922CFAE24E5AF576F47C4A523413F5_StaticFields, ___Value_0)); } inline EmptyInternalEnumerator_1_tB7FBA40E1F922CFAE24E5AF576F47C4A523413F5 * get_Value_0() const { return ___Value_0; } inline EmptyInternalEnumerator_1_tB7FBA40E1F922CFAE24E5AF576F47C4A523413F5 ** get_address_of_Value_0() { return &___Value_0; } inline void set_Value_0(EmptyInternalEnumerator_1_tB7FBA40E1F922CFAE24E5AF576F47C4A523413F5 * value) { ___Value_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___Value_0), (void*)value); } }; // System.Array/EmptyInternalEnumerator`1 // System.Array/EmptyInternalEnumerator`1 struct EmptyInternalEnumerator_1_tAC7F371FC996A284046B5A578FEEC307D75516DE_StaticFields { public: // System.Array/EmptyInternalEnumerator`1 System.Array/EmptyInternalEnumerator`1::Value EmptyInternalEnumerator_1_tAC7F371FC996A284046B5A578FEEC307D75516DE * ___Value_0; public: inline static int32_t get_offset_of_Value_0() { return static_cast(offsetof(EmptyInternalEnumerator_1_tAC7F371FC996A284046B5A578FEEC307D75516DE_StaticFields, ___Value_0)); } inline EmptyInternalEnumerator_1_tAC7F371FC996A284046B5A578FEEC307D75516DE * get_Value_0() const { return ___Value_0; } inline EmptyInternalEnumerator_1_tAC7F371FC996A284046B5A578FEEC307D75516DE ** get_address_of_Value_0() { return &___Value_0; } inline void set_Value_0(EmptyInternalEnumerator_1_tAC7F371FC996A284046B5A578FEEC307D75516DE * value) { ___Value_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___Value_0), (void*)value); } }; // System.Array/EmptyInternalEnumerator`1 // System.Array/EmptyInternalEnumerator`1 struct EmptyInternalEnumerator_1_tD9EE058AEC228CE233000D9A7BE7331A6F3AD60C_StaticFields { public: // System.Array/EmptyInternalEnumerator`1 System.Array/EmptyInternalEnumerator`1::Value EmptyInternalEnumerator_1_tD9EE058AEC228CE233000D9A7BE7331A6F3AD60C * ___Value_0; public: inline static int32_t get_offset_of_Value_0() { return static_cast(offsetof(EmptyInternalEnumerator_1_tD9EE058AEC228CE233000D9A7BE7331A6F3AD60C_StaticFields, ___Value_0)); } inline EmptyInternalEnumerator_1_tD9EE058AEC228CE233000D9A7BE7331A6F3AD60C * get_Value_0() const { return ___Value_0; } inline EmptyInternalEnumerator_1_tD9EE058AEC228CE233000D9A7BE7331A6F3AD60C ** get_address_of_Value_0() { return &___Value_0; } inline void set_Value_0(EmptyInternalEnumerator_1_tD9EE058AEC228CE233000D9A7BE7331A6F3AD60C * value) { ___Value_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___Value_0), (void*)value); } }; // System.Array/EmptyInternalEnumerator`1 // System.Array/EmptyInternalEnumerator`1 struct EmptyInternalEnumerator_1_tB97C27906CE71067C984DF626A2F5CE4B8868EDE_StaticFields { public: // System.Array/EmptyInternalEnumerator`1 System.Array/EmptyInternalEnumerator`1::Value EmptyInternalEnumerator_1_tB97C27906CE71067C984DF626A2F5CE4B8868EDE * ___Value_0; public: inline static int32_t get_offset_of_Value_0() { return static_cast(offsetof(EmptyInternalEnumerator_1_tB97C27906CE71067C984DF626A2F5CE4B8868EDE_StaticFields, ___Value_0)); } inline EmptyInternalEnumerator_1_tB97C27906CE71067C984DF626A2F5CE4B8868EDE * get_Value_0() const { return ___Value_0; } inline EmptyInternalEnumerator_1_tB97C27906CE71067C984DF626A2F5CE4B8868EDE ** get_address_of_Value_0() { return &___Value_0; } inline void set_Value_0(EmptyInternalEnumerator_1_tB97C27906CE71067C984DF626A2F5CE4B8868EDE * value) { ___Value_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___Value_0), (void*)value); } }; // System.Array/EmptyInternalEnumerator`1 // System.Array/EmptyInternalEnumerator`1 struct EmptyInternalEnumerator_1_tFF9E4C29D686A07247159E8C1D1E3AD449392FBF_StaticFields { public: // System.Array/EmptyInternalEnumerator`1 System.Array/EmptyInternalEnumerator`1::Value EmptyInternalEnumerator_1_tFF9E4C29D686A07247159E8C1D1E3AD449392FBF * ___Value_0; public: inline static int32_t get_offset_of_Value_0() { return static_cast(offsetof(EmptyInternalEnumerator_1_tFF9E4C29D686A07247159E8C1D1E3AD449392FBF_StaticFields, ___Value_0)); } inline EmptyInternalEnumerator_1_tFF9E4C29D686A07247159E8C1D1E3AD449392FBF * get_Value_0() const { return ___Value_0; } inline EmptyInternalEnumerator_1_tFF9E4C29D686A07247159E8C1D1E3AD449392FBF ** get_address_of_Value_0() { return &___Value_0; } inline void set_Value_0(EmptyInternalEnumerator_1_tFF9E4C29D686A07247159E8C1D1E3AD449392FBF * value) { ___Value_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___Value_0), (void*)value); } }; // System.Array/EmptyInternalEnumerator`1 // System.Array/EmptyInternalEnumerator`1 struct EmptyInternalEnumerator_1_t80FA39BD3211CD51051562C455EBE3119386955B_StaticFields { public: // System.Array/EmptyInternalEnumerator`1 System.Array/EmptyInternalEnumerator`1::Value EmptyInternalEnumerator_1_t80FA39BD3211CD51051562C455EBE3119386955B * ___Value_0; public: inline static int32_t get_offset_of_Value_0() { return static_cast(offsetof(EmptyInternalEnumerator_1_t80FA39BD3211CD51051562C455EBE3119386955B_StaticFields, ___Value_0)); } inline EmptyInternalEnumerator_1_t80FA39BD3211CD51051562C455EBE3119386955B * get_Value_0() const { return ___Value_0; } inline EmptyInternalEnumerator_1_t80FA39BD3211CD51051562C455EBE3119386955B ** get_address_of_Value_0() { return &___Value_0; } inline void set_Value_0(EmptyInternalEnumerator_1_t80FA39BD3211CD51051562C455EBE3119386955B * value) { ___Value_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___Value_0), (void*)value); } }; // System.Array/EmptyInternalEnumerator`1 // System.Array/EmptyInternalEnumerator`1 struct EmptyInternalEnumerator_1_t1E569FEB7008B5871C918075F065025ADCDD86AD_StaticFields { public: // System.Array/EmptyInternalEnumerator`1 System.Array/EmptyInternalEnumerator`1::Value EmptyInternalEnumerator_1_t1E569FEB7008B5871C918075F065025ADCDD86AD * ___Value_0; public: inline static int32_t get_offset_of_Value_0() { return static_cast(offsetof(EmptyInternalEnumerator_1_t1E569FEB7008B5871C918075F065025ADCDD86AD_StaticFields, ___Value_0)); } inline EmptyInternalEnumerator_1_t1E569FEB7008B5871C918075F065025ADCDD86AD * get_Value_0() const { return ___Value_0; } inline EmptyInternalEnumerator_1_t1E569FEB7008B5871C918075F065025ADCDD86AD ** get_address_of_Value_0() { return &___Value_0; } inline void set_Value_0(EmptyInternalEnumerator_1_t1E569FEB7008B5871C918075F065025ADCDD86AD * value) { ___Value_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___Value_0), (void*)value); } }; // System.Array/EmptyInternalEnumerator`1 // System.Array/EmptyInternalEnumerator`1 struct EmptyInternalEnumerator_1_t78065659056F4527D230B0D22B4F4308F9564EED_StaticFields { public: // System.Array/EmptyInternalEnumerator`1 System.Array/EmptyInternalEnumerator`1::Value EmptyInternalEnumerator_1_t78065659056F4527D230B0D22B4F4308F9564EED * ___Value_0; public: inline static int32_t get_offset_of_Value_0() { return static_cast(offsetof(EmptyInternalEnumerator_1_t78065659056F4527D230B0D22B4F4308F9564EED_StaticFields, ___Value_0)); } inline EmptyInternalEnumerator_1_t78065659056F4527D230B0D22B4F4308F9564EED * get_Value_0() const { return ___Value_0; } inline EmptyInternalEnumerator_1_t78065659056F4527D230B0D22B4F4308F9564EED ** get_address_of_Value_0() { return &___Value_0; } inline void set_Value_0(EmptyInternalEnumerator_1_t78065659056F4527D230B0D22B4F4308F9564EED * value) { ___Value_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___Value_0), (void*)value); } }; // System.Array/EmptyInternalEnumerator`1 // System.Array/EmptyInternalEnumerator`1 struct EmptyInternalEnumerator_1_t0D8586E4E28DEBF0AE2A74E26A558748C4201881_StaticFields { public: // System.Array/EmptyInternalEnumerator`1 System.Array/EmptyInternalEnumerator`1::Value EmptyInternalEnumerator_1_t0D8586E4E28DEBF0AE2A74E26A558748C4201881 * ___Value_0; public: inline static int32_t get_offset_of_Value_0() { return static_cast(offsetof(EmptyInternalEnumerator_1_t0D8586E4E28DEBF0AE2A74E26A558748C4201881_StaticFields, ___Value_0)); } inline EmptyInternalEnumerator_1_t0D8586E4E28DEBF0AE2A74E26A558748C4201881 * get_Value_0() const { return ___Value_0; } inline EmptyInternalEnumerator_1_t0D8586E4E28DEBF0AE2A74E26A558748C4201881 ** get_address_of_Value_0() { return &___Value_0; } inline void set_Value_0(EmptyInternalEnumerator_1_t0D8586E4E28DEBF0AE2A74E26A558748C4201881 * value) { ___Value_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___Value_0), (void*)value); } }; // System.Array/EmptyInternalEnumerator`1 // System.Array/EmptyInternalEnumerator`1 struct EmptyInternalEnumerator_1_tFB6AB4078B849B7D9D041709E7ACE075063933DC_StaticFields { public: // System.Array/EmptyInternalEnumerator`1 System.Array/EmptyInternalEnumerator`1::Value EmptyInternalEnumerator_1_tFB6AB4078B849B7D9D041709E7ACE075063933DC * ___Value_0; public: inline static int32_t get_offset_of_Value_0() { return static_cast(offsetof(EmptyInternalEnumerator_1_tFB6AB4078B849B7D9D041709E7ACE075063933DC_StaticFields, ___Value_0)); } inline EmptyInternalEnumerator_1_tFB6AB4078B849B7D9D041709E7ACE075063933DC * get_Value_0() const { return ___Value_0; } inline EmptyInternalEnumerator_1_tFB6AB4078B849B7D9D041709E7ACE075063933DC ** get_address_of_Value_0() { return &___Value_0; } inline void set_Value_0(EmptyInternalEnumerator_1_tFB6AB4078B849B7D9D041709E7ACE075063933DC * value) { ___Value_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___Value_0), (void*)value); } }; // System.Array/EmptyInternalEnumerator`1 // System.Array/EmptyInternalEnumerator`1 struct EmptyInternalEnumerator_1_t66E1ED5C5EE9212424EB40088B0C53B90FD2107F_StaticFields { public: // System.Array/EmptyInternalEnumerator`1 System.Array/EmptyInternalEnumerator`1::Value EmptyInternalEnumerator_1_t66E1ED5C5EE9212424EB40088B0C53B90FD2107F * ___Value_0; public: inline static int32_t get_offset_of_Value_0() { return static_cast(offsetof(EmptyInternalEnumerator_1_t66E1ED5C5EE9212424EB40088B0C53B90FD2107F_StaticFields, ___Value_0)); } inline EmptyInternalEnumerator_1_t66E1ED5C5EE9212424EB40088B0C53B90FD2107F * get_Value_0() const { return ___Value_0; } inline EmptyInternalEnumerator_1_t66E1ED5C5EE9212424EB40088B0C53B90FD2107F ** get_address_of_Value_0() { return &___Value_0; } inline void set_Value_0(EmptyInternalEnumerator_1_t66E1ED5C5EE9212424EB40088B0C53B90FD2107F * value) { ___Value_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___Value_0), (void*)value); } }; // System.Array/EmptyInternalEnumerator`1 // System.Array/EmptyInternalEnumerator`1 struct EmptyInternalEnumerator_1_tDA240E936C6885E689C8EDD57FBCC92B8FF8623C_StaticFields { public: // System.Array/EmptyInternalEnumerator`1 System.Array/EmptyInternalEnumerator`1::Value EmptyInternalEnumerator_1_tDA240E936C6885E689C8EDD57FBCC92B8FF8623C * ___Value_0; public: inline static int32_t get_offset_of_Value_0() { return static_cast(offsetof(EmptyInternalEnumerator_1_tDA240E936C6885E689C8EDD57FBCC92B8FF8623C_StaticFields, ___Value_0)); } inline EmptyInternalEnumerator_1_tDA240E936C6885E689C8EDD57FBCC92B8FF8623C * get_Value_0() const { return ___Value_0; } inline EmptyInternalEnumerator_1_tDA240E936C6885E689C8EDD57FBCC92B8FF8623C ** get_address_of_Value_0() { return &___Value_0; } inline void set_Value_0(EmptyInternalEnumerator_1_tDA240E936C6885E689C8EDD57FBCC92B8FF8623C * value) { ___Value_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___Value_0), (void*)value); } }; // System.Array/EmptyInternalEnumerator`1 // System.Array/EmptyInternalEnumerator`1 struct EmptyInternalEnumerator_1_tE80CE8A0BBB70ADFA376E01A8A783F282753A057_StaticFields { public: // System.Array/EmptyInternalEnumerator`1 System.Array/EmptyInternalEnumerator`1::Value EmptyInternalEnumerator_1_tE80CE8A0BBB70ADFA376E01A8A783F282753A057 * ___Value_0; public: inline static int32_t get_offset_of_Value_0() { return static_cast(offsetof(EmptyInternalEnumerator_1_tE80CE8A0BBB70ADFA376E01A8A783F282753A057_StaticFields, ___Value_0)); } inline EmptyInternalEnumerator_1_tE80CE8A0BBB70ADFA376E01A8A783F282753A057 * get_Value_0() const { return ___Value_0; } inline EmptyInternalEnumerator_1_tE80CE8A0BBB70ADFA376E01A8A783F282753A057 ** get_address_of_Value_0() { return &___Value_0; } inline void set_Value_0(EmptyInternalEnumerator_1_tE80CE8A0BBB70ADFA376E01A8A783F282753A057 * value) { ___Value_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___Value_0), (void*)value); } }; // System.Array/EmptyInternalEnumerator`1 // System.Array/EmptyInternalEnumerator`1 struct EmptyInternalEnumerator_1_tEDE237734B17321A1012C1F07588C732EF5FDCB4_StaticFields { public: // System.Array/EmptyInternalEnumerator`1 System.Array/EmptyInternalEnumerator`1::Value EmptyInternalEnumerator_1_tEDE237734B17321A1012C1F07588C732EF5FDCB4 * ___Value_0; public: inline static int32_t get_offset_of_Value_0() { return static_cast(offsetof(EmptyInternalEnumerator_1_tEDE237734B17321A1012C1F07588C732EF5FDCB4_StaticFields, ___Value_0)); } inline EmptyInternalEnumerator_1_tEDE237734B17321A1012C1F07588C732EF5FDCB4 * get_Value_0() const { return ___Value_0; } inline EmptyInternalEnumerator_1_tEDE237734B17321A1012C1F07588C732EF5FDCB4 ** get_address_of_Value_0() { return &___Value_0; } inline void set_Value_0(EmptyInternalEnumerator_1_tEDE237734B17321A1012C1F07588C732EF5FDCB4 * value) { ___Value_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___Value_0), (void*)value); } }; // System.Array/EmptyInternalEnumerator`1 // System.Array/EmptyInternalEnumerator`1 struct EmptyInternalEnumerator_1_tD34CCBC5E8B24A6CCAA67EDD5862CBFDDA3F7974_StaticFields { public: // System.Array/EmptyInternalEnumerator`1 System.Array/EmptyInternalEnumerator`1::Value EmptyInternalEnumerator_1_tD34CCBC5E8B24A6CCAA67EDD5862CBFDDA3F7974 * ___Value_0; public: inline static int32_t get_offset_of_Value_0() { return static_cast(offsetof(EmptyInternalEnumerator_1_tD34CCBC5E8B24A6CCAA67EDD5862CBFDDA3F7974_StaticFields, ___Value_0)); } inline EmptyInternalEnumerator_1_tD34CCBC5E8B24A6CCAA67EDD5862CBFDDA3F7974 * get_Value_0() const { return ___Value_0; } inline EmptyInternalEnumerator_1_tD34CCBC5E8B24A6CCAA67EDD5862CBFDDA3F7974 ** get_address_of_Value_0() { return &___Value_0; } inline void set_Value_0(EmptyInternalEnumerator_1_tD34CCBC5E8B24A6CCAA67EDD5862CBFDDA3F7974 * value) { ___Value_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___Value_0), (void*)value); } }; // System.Array/EmptyInternalEnumerator`1 // System.Array/EmptyInternalEnumerator`1 struct EmptyInternalEnumerator_1_t0FA3F7997D7FA23EE3CE13E5A07DAA5699295DA4_StaticFields { public: // System.Array/EmptyInternalEnumerator`1 System.Array/EmptyInternalEnumerator`1::Value EmptyInternalEnumerator_1_t0FA3F7997D7FA23EE3CE13E5A07DAA5699295DA4 * ___Value_0; public: inline static int32_t get_offset_of_Value_0() { return static_cast(offsetof(EmptyInternalEnumerator_1_t0FA3F7997D7FA23EE3CE13E5A07DAA5699295DA4_StaticFields, ___Value_0)); } inline EmptyInternalEnumerator_1_t0FA3F7997D7FA23EE3CE13E5A07DAA5699295DA4 * get_Value_0() const { return ___Value_0; } inline EmptyInternalEnumerator_1_t0FA3F7997D7FA23EE3CE13E5A07DAA5699295DA4 ** get_address_of_Value_0() { return &___Value_0; } inline void set_Value_0(EmptyInternalEnumerator_1_t0FA3F7997D7FA23EE3CE13E5A07DAA5699295DA4 * value) { ___Value_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___Value_0), (void*)value); } }; // System.Array/EmptyInternalEnumerator`1 // System.Array/EmptyInternalEnumerator`1 struct EmptyInternalEnumerator_1_t0948888B9BA933F2DFDAC75410FAC8088CDB483B_StaticFields { public: // System.Array/EmptyInternalEnumerator`1 System.Array/EmptyInternalEnumerator`1::Value EmptyInternalEnumerator_1_t0948888B9BA933F2DFDAC75410FAC8088CDB483B * ___Value_0; public: inline static int32_t get_offset_of_Value_0() { return static_cast(offsetof(EmptyInternalEnumerator_1_t0948888B9BA933F2DFDAC75410FAC8088CDB483B_StaticFields, ___Value_0)); } inline EmptyInternalEnumerator_1_t0948888B9BA933F2DFDAC75410FAC8088CDB483B * get_Value_0() const { return ___Value_0; } inline EmptyInternalEnumerator_1_t0948888B9BA933F2DFDAC75410FAC8088CDB483B ** get_address_of_Value_0() { return &___Value_0; } inline void set_Value_0(EmptyInternalEnumerator_1_t0948888B9BA933F2DFDAC75410FAC8088CDB483B * value) { ___Value_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___Value_0), (void*)value); } }; // System.Array/EmptyInternalEnumerator`1 // System.Array/EmptyInternalEnumerator`1 struct EmptyInternalEnumerator_1_t691D809CDF0F0D0A2ED848EC1DB03C958FF2EE71_StaticFields { public: // System.Array/EmptyInternalEnumerator`1 System.Array/EmptyInternalEnumerator`1::Value EmptyInternalEnumerator_1_t691D809CDF0F0D0A2ED848EC1DB03C958FF2EE71 * ___Value_0; public: inline static int32_t get_offset_of_Value_0() { return static_cast(offsetof(EmptyInternalEnumerator_1_t691D809CDF0F0D0A2ED848EC1DB03C958FF2EE71_StaticFields, ___Value_0)); } inline EmptyInternalEnumerator_1_t691D809CDF0F0D0A2ED848EC1DB03C958FF2EE71 * get_Value_0() const { return ___Value_0; } inline EmptyInternalEnumerator_1_t691D809CDF0F0D0A2ED848EC1DB03C958FF2EE71 ** get_address_of_Value_0() { return &___Value_0; } inline void set_Value_0(EmptyInternalEnumerator_1_t691D809CDF0F0D0A2ED848EC1DB03C958FF2EE71 * value) { ___Value_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___Value_0), (void*)value); } }; // System.Array/EmptyInternalEnumerator`1 // System.Array/EmptyInternalEnumerator`1 struct EmptyInternalEnumerator_1_t1161F4679FC506ABABE6B869D0FDEF9B2628297D_StaticFields { public: // System.Array/EmptyInternalEnumerator`1 System.Array/EmptyInternalEnumerator`1::Value EmptyInternalEnumerator_1_t1161F4679FC506ABABE6B869D0FDEF9B2628297D * ___Value_0; public: inline static int32_t get_offset_of_Value_0() { return static_cast(offsetof(EmptyInternalEnumerator_1_t1161F4679FC506ABABE6B869D0FDEF9B2628297D_StaticFields, ___Value_0)); } inline EmptyInternalEnumerator_1_t1161F4679FC506ABABE6B869D0FDEF9B2628297D * get_Value_0() const { return ___Value_0; } inline EmptyInternalEnumerator_1_t1161F4679FC506ABABE6B869D0FDEF9B2628297D ** get_address_of_Value_0() { return &___Value_0; } inline void set_Value_0(EmptyInternalEnumerator_1_t1161F4679FC506ABABE6B869D0FDEF9B2628297D * value) { ___Value_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___Value_0), (void*)value); } }; // System.Array/EmptyInternalEnumerator`1 // System.Array/EmptyInternalEnumerator`1 struct EmptyInternalEnumerator_1_t2BD7ACAB2895105DECC544A7F5EB2906B0AE9679_StaticFields { public: // System.Array/EmptyInternalEnumerator`1 System.Array/EmptyInternalEnumerator`1::Value EmptyInternalEnumerator_1_t2BD7ACAB2895105DECC544A7F5EB2906B0AE9679 * ___Value_0; public: inline static int32_t get_offset_of_Value_0() { return static_cast(offsetof(EmptyInternalEnumerator_1_t2BD7ACAB2895105DECC544A7F5EB2906B0AE9679_StaticFields, ___Value_0)); } inline EmptyInternalEnumerator_1_t2BD7ACAB2895105DECC544A7F5EB2906B0AE9679 * get_Value_0() const { return ___Value_0; } inline EmptyInternalEnumerator_1_t2BD7ACAB2895105DECC544A7F5EB2906B0AE9679 ** get_address_of_Value_0() { return &___Value_0; } inline void set_Value_0(EmptyInternalEnumerator_1_t2BD7ACAB2895105DECC544A7F5EB2906B0AE9679 * value) { ___Value_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___Value_0), (void*)value); } }; // System.Array/EmptyInternalEnumerator`1 // System.Array/EmptyInternalEnumerator`1 struct EmptyInternalEnumerator_1_tC1E11F50E1529EF34BC931C90452ACB00144BFEF_StaticFields { public: // System.Array/EmptyInternalEnumerator`1 System.Array/EmptyInternalEnumerator`1::Value EmptyInternalEnumerator_1_tC1E11F50E1529EF34BC931C90452ACB00144BFEF * ___Value_0; public: inline static int32_t get_offset_of_Value_0() { return static_cast(offsetof(EmptyInternalEnumerator_1_tC1E11F50E1529EF34BC931C90452ACB00144BFEF_StaticFields, ___Value_0)); } inline EmptyInternalEnumerator_1_tC1E11F50E1529EF34BC931C90452ACB00144BFEF * get_Value_0() const { return ___Value_0; } inline EmptyInternalEnumerator_1_tC1E11F50E1529EF34BC931C90452ACB00144BFEF ** get_address_of_Value_0() { return &___Value_0; } inline void set_Value_0(EmptyInternalEnumerator_1_tC1E11F50E1529EF34BC931C90452ACB00144BFEF * value) { ___Value_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___Value_0), (void*)value); } }; // System.Array/EmptyInternalEnumerator`1 // System.Array/EmptyInternalEnumerator`1 struct EmptyInternalEnumerator_1_t9F8D57DDC21056D464CEA712BEE8F71A11A72B97_StaticFields { public: // System.Array/EmptyInternalEnumerator`1 System.Array/EmptyInternalEnumerator`1::Value EmptyInternalEnumerator_1_t9F8D57DDC21056D464CEA712BEE8F71A11A72B97 * ___Value_0; public: inline static int32_t get_offset_of_Value_0() { return static_cast(offsetof(EmptyInternalEnumerator_1_t9F8D57DDC21056D464CEA712BEE8F71A11A72B97_StaticFields, ___Value_0)); } inline EmptyInternalEnumerator_1_t9F8D57DDC21056D464CEA712BEE8F71A11A72B97 * get_Value_0() const { return ___Value_0; } inline EmptyInternalEnumerator_1_t9F8D57DDC21056D464CEA712BEE8F71A11A72B97 ** get_address_of_Value_0() { return &___Value_0; } inline void set_Value_0(EmptyInternalEnumerator_1_t9F8D57DDC21056D464CEA712BEE8F71A11A72B97 * value) { ___Value_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___Value_0), (void*)value); } }; // System.Array/EmptyInternalEnumerator`1 // System.Array/EmptyInternalEnumerator`1 struct EmptyInternalEnumerator_1_t53B4E0869EA4A5DE4955F924441FACA997CDB5E4_StaticFields { public: // System.Array/EmptyInternalEnumerator`1 System.Array/EmptyInternalEnumerator`1::Value EmptyInternalEnumerator_1_t53B4E0869EA4A5DE4955F924441FACA997CDB5E4 * ___Value_0; public: inline static int32_t get_offset_of_Value_0() { return static_cast(offsetof(EmptyInternalEnumerator_1_t53B4E0869EA4A5DE4955F924441FACA997CDB5E4_StaticFields, ___Value_0)); } inline EmptyInternalEnumerator_1_t53B4E0869EA4A5DE4955F924441FACA997CDB5E4 * get_Value_0() const { return ___Value_0; } inline EmptyInternalEnumerator_1_t53B4E0869EA4A5DE4955F924441FACA997CDB5E4 ** get_address_of_Value_0() { return &___Value_0; } inline void set_Value_0(EmptyInternalEnumerator_1_t53B4E0869EA4A5DE4955F924441FACA997CDB5E4 * value) { ___Value_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___Value_0), (void*)value); } }; // System.Array/EmptyInternalEnumerator`1 // System.Array/EmptyInternalEnumerator`1 struct EmptyInternalEnumerator_1_t68D4A80D4205D2F708F849F4FA71BE453FADCEE2_StaticFields { public: // System.Array/EmptyInternalEnumerator`1 System.Array/EmptyInternalEnumerator`1::Value EmptyInternalEnumerator_1_t68D4A80D4205D2F708F849F4FA71BE453FADCEE2 * ___Value_0; public: inline static int32_t get_offset_of_Value_0() { return static_cast(offsetof(EmptyInternalEnumerator_1_t68D4A80D4205D2F708F849F4FA71BE453FADCEE2_StaticFields, ___Value_0)); } inline EmptyInternalEnumerator_1_t68D4A80D4205D2F708F849F4FA71BE453FADCEE2 * get_Value_0() const { return ___Value_0; } inline EmptyInternalEnumerator_1_t68D4A80D4205D2F708F849F4FA71BE453FADCEE2 ** get_address_of_Value_0() { return &___Value_0; } inline void set_Value_0(EmptyInternalEnumerator_1_t68D4A80D4205D2F708F849F4FA71BE453FADCEE2 * value) { ___Value_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___Value_0), (void*)value); } }; // System.Array/EmptyInternalEnumerator`1 // System.Array/EmptyInternalEnumerator`1 struct EmptyInternalEnumerator_1_tCC91096AF17ED3D2253194F2410C4FCFCF1B5026_StaticFields { public: // System.Array/EmptyInternalEnumerator`1 System.Array/EmptyInternalEnumerator`1::Value EmptyInternalEnumerator_1_tCC91096AF17ED3D2253194F2410C4FCFCF1B5026 * ___Value_0; public: inline static int32_t get_offset_of_Value_0() { return static_cast(offsetof(EmptyInternalEnumerator_1_tCC91096AF17ED3D2253194F2410C4FCFCF1B5026_StaticFields, ___Value_0)); } inline EmptyInternalEnumerator_1_tCC91096AF17ED3D2253194F2410C4FCFCF1B5026 * get_Value_0() const { return ___Value_0; } inline EmptyInternalEnumerator_1_tCC91096AF17ED3D2253194F2410C4FCFCF1B5026 ** get_address_of_Value_0() { return &___Value_0; } inline void set_Value_0(EmptyInternalEnumerator_1_tCC91096AF17ED3D2253194F2410C4FCFCF1B5026 * value) { ___Value_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___Value_0), (void*)value); } }; // System.Array/EmptyInternalEnumerator`1 // System.Array/EmptyInternalEnumerator`1 struct EmptyInternalEnumerator_1_tF7C975948BA52A9C19E497449E4D87DA7BAE2EAB_StaticFields { public: // System.Array/EmptyInternalEnumerator`1 System.Array/EmptyInternalEnumerator`1::Value EmptyInternalEnumerator_1_tF7C975948BA52A9C19E497449E4D87DA7BAE2EAB * ___Value_0; public: inline static int32_t get_offset_of_Value_0() { return static_cast(offsetof(EmptyInternalEnumerator_1_tF7C975948BA52A9C19E497449E4D87DA7BAE2EAB_StaticFields, ___Value_0)); } inline EmptyInternalEnumerator_1_tF7C975948BA52A9C19E497449E4D87DA7BAE2EAB * get_Value_0() const { return ___Value_0; } inline EmptyInternalEnumerator_1_tF7C975948BA52A9C19E497449E4D87DA7BAE2EAB ** get_address_of_Value_0() { return &___Value_0; } inline void set_Value_0(EmptyInternalEnumerator_1_tF7C975948BA52A9C19E497449E4D87DA7BAE2EAB * value) { ___Value_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___Value_0), (void*)value); } }; // System.Array/EmptyInternalEnumerator`1 // System.Array/EmptyInternalEnumerator`1 struct EmptyInternalEnumerator_1_tD8717F9EDAFEA749606D9032B12F467BC8978D29_StaticFields { public: // System.Array/EmptyInternalEnumerator`1 System.Array/EmptyInternalEnumerator`1::Value EmptyInternalEnumerator_1_tD8717F9EDAFEA749606D9032B12F467BC8978D29 * ___Value_0; public: inline static int32_t get_offset_of_Value_0() { return static_cast(offsetof(EmptyInternalEnumerator_1_tD8717F9EDAFEA749606D9032B12F467BC8978D29_StaticFields, ___Value_0)); } inline EmptyInternalEnumerator_1_tD8717F9EDAFEA749606D9032B12F467BC8978D29 * get_Value_0() const { return ___Value_0; } inline EmptyInternalEnumerator_1_tD8717F9EDAFEA749606D9032B12F467BC8978D29 ** get_address_of_Value_0() { return &___Value_0; } inline void set_Value_0(EmptyInternalEnumerator_1_tD8717F9EDAFEA749606D9032B12F467BC8978D29 * value) { ___Value_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___Value_0), (void*)value); } }; // System.Array/EmptyInternalEnumerator`1 // System.Array/EmptyInternalEnumerator`1 struct EmptyInternalEnumerator_1_t548575A991ADA04BAE2FDC8DF88859F243206697_StaticFields { public: // System.Array/EmptyInternalEnumerator`1 System.Array/EmptyInternalEnumerator`1::Value EmptyInternalEnumerator_1_t548575A991ADA04BAE2FDC8DF88859F243206697 * ___Value_0; public: inline static int32_t get_offset_of_Value_0() { return static_cast(offsetof(EmptyInternalEnumerator_1_t548575A991ADA04BAE2FDC8DF88859F243206697_StaticFields, ___Value_0)); } inline EmptyInternalEnumerator_1_t548575A991ADA04BAE2FDC8DF88859F243206697 * get_Value_0() const { return ___Value_0; } inline EmptyInternalEnumerator_1_t548575A991ADA04BAE2FDC8DF88859F243206697 ** get_address_of_Value_0() { return &___Value_0; } inline void set_Value_0(EmptyInternalEnumerator_1_t548575A991ADA04BAE2FDC8DF88859F243206697 * value) { ___Value_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___Value_0), (void*)value); } }; // System.Array/EmptyInternalEnumerator`1 // System.Array/EmptyInternalEnumerator`1 struct EmptyInternalEnumerator_1_t9A225F66BDBAE9083D6E8F6B86F3C91892BC354C_StaticFields { public: // System.Array/EmptyInternalEnumerator`1 System.Array/EmptyInternalEnumerator`1::Value EmptyInternalEnumerator_1_t9A225F66BDBAE9083D6E8F6B86F3C91892BC354C * ___Value_0; public: inline static int32_t get_offset_of_Value_0() { return static_cast(offsetof(EmptyInternalEnumerator_1_t9A225F66BDBAE9083D6E8F6B86F3C91892BC354C_StaticFields, ___Value_0)); } inline EmptyInternalEnumerator_1_t9A225F66BDBAE9083D6E8F6B86F3C91892BC354C * get_Value_0() const { return ___Value_0; } inline EmptyInternalEnumerator_1_t9A225F66BDBAE9083D6E8F6B86F3C91892BC354C ** get_address_of_Value_0() { return &___Value_0; } inline void set_Value_0(EmptyInternalEnumerator_1_t9A225F66BDBAE9083D6E8F6B86F3C91892BC354C * value) { ___Value_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___Value_0), (void*)value); } }; // System.Array/EmptyInternalEnumerator`1 // System.Array/EmptyInternalEnumerator`1 struct EmptyInternalEnumerator_1_tC8818CF16AC890751650DCD18AAF4B9C47D4ED95_StaticFields { public: // System.Array/EmptyInternalEnumerator`1 System.Array/EmptyInternalEnumerator`1::Value EmptyInternalEnumerator_1_tC8818CF16AC890751650DCD18AAF4B9C47D4ED95 * ___Value_0; public: inline static int32_t get_offset_of_Value_0() { return static_cast(offsetof(EmptyInternalEnumerator_1_tC8818CF16AC890751650DCD18AAF4B9C47D4ED95_StaticFields, ___Value_0)); } inline EmptyInternalEnumerator_1_tC8818CF16AC890751650DCD18AAF4B9C47D4ED95 * get_Value_0() const { return ___Value_0; } inline EmptyInternalEnumerator_1_tC8818CF16AC890751650DCD18AAF4B9C47D4ED95 ** get_address_of_Value_0() { return &___Value_0; } inline void set_Value_0(EmptyInternalEnumerator_1_tC8818CF16AC890751650DCD18AAF4B9C47D4ED95 * value) { ___Value_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___Value_0), (void*)value); } }; // System.Array/EmptyInternalEnumerator`1 // System.Array/EmptyInternalEnumerator`1 struct EmptyInternalEnumerator_1_t643E4C393934C261460C4AE21D0ABCFF7772377E_StaticFields { public: // System.Array/EmptyInternalEnumerator`1 System.Array/EmptyInternalEnumerator`1::Value EmptyInternalEnumerator_1_t643E4C393934C261460C4AE21D0ABCFF7772377E * ___Value_0; public: inline static int32_t get_offset_of_Value_0() { return static_cast(offsetof(EmptyInternalEnumerator_1_t643E4C393934C261460C4AE21D0ABCFF7772377E_StaticFields, ___Value_0)); } inline EmptyInternalEnumerator_1_t643E4C393934C261460C4AE21D0ABCFF7772377E * get_Value_0() const { return ___Value_0; } inline EmptyInternalEnumerator_1_t643E4C393934C261460C4AE21D0ABCFF7772377E ** get_address_of_Value_0() { return &___Value_0; } inline void set_Value_0(EmptyInternalEnumerator_1_t643E4C393934C261460C4AE21D0ABCFF7772377E * value) { ___Value_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___Value_0), (void*)value); } }; // System.Array/EmptyInternalEnumerator`1 // System.Array/EmptyInternalEnumerator`1 struct EmptyInternalEnumerator_1_t2BB9B1BF736B9B5FC07FF1183C4C1BFFC001E29B_StaticFields { public: // System.Array/EmptyInternalEnumerator`1 System.Array/EmptyInternalEnumerator`1::Value EmptyInternalEnumerator_1_t2BB9B1BF736B9B5FC07FF1183C4C1BFFC001E29B * ___Value_0; public: inline static int32_t get_offset_of_Value_0() { return static_cast(offsetof(EmptyInternalEnumerator_1_t2BB9B1BF736B9B5FC07FF1183C4C1BFFC001E29B_StaticFields, ___Value_0)); } inline EmptyInternalEnumerator_1_t2BB9B1BF736B9B5FC07FF1183C4C1BFFC001E29B * get_Value_0() const { return ___Value_0; } inline EmptyInternalEnumerator_1_t2BB9B1BF736B9B5FC07FF1183C4C1BFFC001E29B ** get_address_of_Value_0() { return &___Value_0; } inline void set_Value_0(EmptyInternalEnumerator_1_t2BB9B1BF736B9B5FC07FF1183C4C1BFFC001E29B * value) { ___Value_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___Value_0), (void*)value); } }; // System.Array/EmptyInternalEnumerator`1 // System.Array/EmptyInternalEnumerator`1 struct EmptyInternalEnumerator_1_tFE3CC8B1F64DFF46D715668BD4CE87C4423858B1_StaticFields { public: // System.Array/EmptyInternalEnumerator`1 System.Array/EmptyInternalEnumerator`1::Value EmptyInternalEnumerator_1_tFE3CC8B1F64DFF46D715668BD4CE87C4423858B1 * ___Value_0; public: inline static int32_t get_offset_of_Value_0() { return static_cast(offsetof(EmptyInternalEnumerator_1_tFE3CC8B1F64DFF46D715668BD4CE87C4423858B1_StaticFields, ___Value_0)); } inline EmptyInternalEnumerator_1_tFE3CC8B1F64DFF46D715668BD4CE87C4423858B1 * get_Value_0() const { return ___Value_0; } inline EmptyInternalEnumerator_1_tFE3CC8B1F64DFF46D715668BD4CE87C4423858B1 ** get_address_of_Value_0() { return &___Value_0; } inline void set_Value_0(EmptyInternalEnumerator_1_tFE3CC8B1F64DFF46D715668BD4CE87C4423858B1 * value) { ___Value_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___Value_0), (void*)value); } }; // System.Array/EmptyInternalEnumerator`1 // System.Array/EmptyInternalEnumerator`1 struct EmptyInternalEnumerator_1_tDB61423ADEE2FA3467B27AD9E508FBEEE459496D_StaticFields { public: // System.Array/EmptyInternalEnumerator`1 System.Array/EmptyInternalEnumerator`1::Value EmptyInternalEnumerator_1_tDB61423ADEE2FA3467B27AD9E508FBEEE459496D * ___Value_0; public: inline static int32_t get_offset_of_Value_0() { return static_cast(offsetof(EmptyInternalEnumerator_1_tDB61423ADEE2FA3467B27AD9E508FBEEE459496D_StaticFields, ___Value_0)); } inline EmptyInternalEnumerator_1_tDB61423ADEE2FA3467B27AD9E508FBEEE459496D * get_Value_0() const { return ___Value_0; } inline EmptyInternalEnumerator_1_tDB61423ADEE2FA3467B27AD9E508FBEEE459496D ** get_address_of_Value_0() { return &___Value_0; } inline void set_Value_0(EmptyInternalEnumerator_1_tDB61423ADEE2FA3467B27AD9E508FBEEE459496D * value) { ___Value_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___Value_0), (void*)value); } }; // System.Array/EmptyInternalEnumerator`1 // System.Array/EmptyInternalEnumerator`1 struct EmptyInternalEnumerator_1_t33C7848FDC3BDF3E6052A87C20D3B514445524B2_StaticFields { public: // System.Array/EmptyInternalEnumerator`1 System.Array/EmptyInternalEnumerator`1::Value EmptyInternalEnumerator_1_t33C7848FDC3BDF3E6052A87C20D3B514445524B2 * ___Value_0; public: inline static int32_t get_offset_of_Value_0() { return static_cast(offsetof(EmptyInternalEnumerator_1_t33C7848FDC3BDF3E6052A87C20D3B514445524B2_StaticFields, ___Value_0)); } inline EmptyInternalEnumerator_1_t33C7848FDC3BDF3E6052A87C20D3B514445524B2 * get_Value_0() const { return ___Value_0; } inline EmptyInternalEnumerator_1_t33C7848FDC3BDF3E6052A87C20D3B514445524B2 ** get_address_of_Value_0() { return &___Value_0; } inline void set_Value_0(EmptyInternalEnumerator_1_t33C7848FDC3BDF3E6052A87C20D3B514445524B2 * value) { ___Value_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___Value_0), (void*)value); } }; // System.Array/EmptyInternalEnumerator`1 // System.Array/EmptyInternalEnumerator`1 struct EmptyInternalEnumerator_1_t70C51C5876A18557C10F2B87AA211402ECE319F0_StaticFields { public: // System.Array/EmptyInternalEnumerator`1 System.Array/EmptyInternalEnumerator`1::Value EmptyInternalEnumerator_1_t70C51C5876A18557C10F2B87AA211402ECE319F0 * ___Value_0; public: inline static int32_t get_offset_of_Value_0() { return static_cast(offsetof(EmptyInternalEnumerator_1_t70C51C5876A18557C10F2B87AA211402ECE319F0_StaticFields, ___Value_0)); } inline EmptyInternalEnumerator_1_t70C51C5876A18557C10F2B87AA211402ECE319F0 * get_Value_0() const { return ___Value_0; } inline EmptyInternalEnumerator_1_t70C51C5876A18557C10F2B87AA211402ECE319F0 ** get_address_of_Value_0() { return &___Value_0; } inline void set_Value_0(EmptyInternalEnumerator_1_t70C51C5876A18557C10F2B87AA211402ECE319F0 * value) { ___Value_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___Value_0), (void*)value); } }; // System.Array/EmptyInternalEnumerator`1 // System.Array/EmptyInternalEnumerator`1 struct EmptyInternalEnumerator_1_t33D11EFD52D67BC92E5A950CB83039387E015D94_StaticFields { public: // System.Array/EmptyInternalEnumerator`1 System.Array/EmptyInternalEnumerator`1::Value EmptyInternalEnumerator_1_t33D11EFD52D67BC92E5A950CB83039387E015D94 * ___Value_0; public: inline static int32_t get_offset_of_Value_0() { return static_cast(offsetof(EmptyInternalEnumerator_1_t33D11EFD52D67BC92E5A950CB83039387E015D94_StaticFields, ___Value_0)); } inline EmptyInternalEnumerator_1_t33D11EFD52D67BC92E5A950CB83039387E015D94 * get_Value_0() const { return ___Value_0; } inline EmptyInternalEnumerator_1_t33D11EFD52D67BC92E5A950CB83039387E015D94 ** get_address_of_Value_0() { return &___Value_0; } inline void set_Value_0(EmptyInternalEnumerator_1_t33D11EFD52D67BC92E5A950CB83039387E015D94 * value) { ___Value_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___Value_0), (void*)value); } }; // System.Array/EmptyInternalEnumerator`1 // System.Array/EmptyInternalEnumerator`1 struct EmptyInternalEnumerator_1_t85A861267AC03AA70FBCBCCBD5862D1BFC6A7E0C_StaticFields { public: // System.Array/EmptyInternalEnumerator`1 System.Array/EmptyInternalEnumerator`1::Value EmptyInternalEnumerator_1_t85A861267AC03AA70FBCBCCBD5862D1BFC6A7E0C * ___Value_0; public: inline static int32_t get_offset_of_Value_0() { return static_cast(offsetof(EmptyInternalEnumerator_1_t85A861267AC03AA70FBCBCCBD5862D1BFC6A7E0C_StaticFields, ___Value_0)); } inline EmptyInternalEnumerator_1_t85A861267AC03AA70FBCBCCBD5862D1BFC6A7E0C * get_Value_0() const { return ___Value_0; } inline EmptyInternalEnumerator_1_t85A861267AC03AA70FBCBCCBD5862D1BFC6A7E0C ** get_address_of_Value_0() { return &___Value_0; } inline void set_Value_0(EmptyInternalEnumerator_1_t85A861267AC03AA70FBCBCCBD5862D1BFC6A7E0C * value) { ___Value_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___Value_0), (void*)value); } }; // System.Array/EmptyInternalEnumerator`1 // System.Array/EmptyInternalEnumerator`1 struct EmptyInternalEnumerator_1_tEAE621422B45A916EB63D1A3C34443173C206B52_StaticFields { public: // System.Array/EmptyInternalEnumerator`1 System.Array/EmptyInternalEnumerator`1::Value EmptyInternalEnumerator_1_tEAE621422B45A916EB63D1A3C34443173C206B52 * ___Value_0; public: inline static int32_t get_offset_of_Value_0() { return static_cast(offsetof(EmptyInternalEnumerator_1_tEAE621422B45A916EB63D1A3C34443173C206B52_StaticFields, ___Value_0)); } inline EmptyInternalEnumerator_1_tEAE621422B45A916EB63D1A3C34443173C206B52 * get_Value_0() const { return ___Value_0; } inline EmptyInternalEnumerator_1_tEAE621422B45A916EB63D1A3C34443173C206B52 ** get_address_of_Value_0() { return &___Value_0; } inline void set_Value_0(EmptyInternalEnumerator_1_tEAE621422B45A916EB63D1A3C34443173C206B52 * value) { ___Value_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___Value_0), (void*)value); } }; // System.Array/EmptyInternalEnumerator`1 // System.Array/EmptyInternalEnumerator`1 struct EmptyInternalEnumerator_1_t4554562CF33334CC82E175689C588EB2436DC902_StaticFields { public: // System.Array/EmptyInternalEnumerator`1 System.Array/EmptyInternalEnumerator`1::Value EmptyInternalEnumerator_1_t4554562CF33334CC82E175689C588EB2436DC902 * ___Value_0; public: inline static int32_t get_offset_of_Value_0() { return static_cast(offsetof(EmptyInternalEnumerator_1_t4554562CF33334CC82E175689C588EB2436DC902_StaticFields, ___Value_0)); } inline EmptyInternalEnumerator_1_t4554562CF33334CC82E175689C588EB2436DC902 * get_Value_0() const { return ___Value_0; } inline EmptyInternalEnumerator_1_t4554562CF33334CC82E175689C588EB2436DC902 ** get_address_of_Value_0() { return &___Value_0; } inline void set_Value_0(EmptyInternalEnumerator_1_t4554562CF33334CC82E175689C588EB2436DC902 * value) { ___Value_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___Value_0), (void*)value); } }; // System.Array/EmptyInternalEnumerator`1 // System.Array/EmptyInternalEnumerator`1 struct EmptyInternalEnumerator_1_t2CBF422896913BA624F3044D06177CE5C7AE41F6_StaticFields { public: // System.Array/EmptyInternalEnumerator`1 System.Array/EmptyInternalEnumerator`1::Value EmptyInternalEnumerator_1_t2CBF422896913BA624F3044D06177CE5C7AE41F6 * ___Value_0; public: inline static int32_t get_offset_of_Value_0() { return static_cast(offsetof(EmptyInternalEnumerator_1_t2CBF422896913BA624F3044D06177CE5C7AE41F6_StaticFields, ___Value_0)); } inline EmptyInternalEnumerator_1_t2CBF422896913BA624F3044D06177CE5C7AE41F6 * get_Value_0() const { return ___Value_0; } inline EmptyInternalEnumerator_1_t2CBF422896913BA624F3044D06177CE5C7AE41F6 ** get_address_of_Value_0() { return &___Value_0; } inline void set_Value_0(EmptyInternalEnumerator_1_t2CBF422896913BA624F3044D06177CE5C7AE41F6 * value) { ___Value_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___Value_0), (void*)value); } }; // System.Array/EmptyInternalEnumerator`1 // System.Array/EmptyInternalEnumerator`1 struct EmptyInternalEnumerator_1_t2324D12D3B691A4D3AA0F430B3B4DAC7A90F9780_StaticFields { public: // System.Array/EmptyInternalEnumerator`1 System.Array/EmptyInternalEnumerator`1::Value EmptyInternalEnumerator_1_t2324D12D3B691A4D3AA0F430B3B4DAC7A90F9780 * ___Value_0; public: inline static int32_t get_offset_of_Value_0() { return static_cast(offsetof(EmptyInternalEnumerator_1_t2324D12D3B691A4D3AA0F430B3B4DAC7A90F9780_StaticFields, ___Value_0)); } inline EmptyInternalEnumerator_1_t2324D12D3B691A4D3AA0F430B3B4DAC7A90F9780 * get_Value_0() const { return ___Value_0; } inline EmptyInternalEnumerator_1_t2324D12D3B691A4D3AA0F430B3B4DAC7A90F9780 ** get_address_of_Value_0() { return &___Value_0; } inline void set_Value_0(EmptyInternalEnumerator_1_t2324D12D3B691A4D3AA0F430B3B4DAC7A90F9780 * value) { ___Value_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___Value_0), (void*)value); } }; // System.Array/EmptyInternalEnumerator`1 // System.Array/EmptyInternalEnumerator`1 struct EmptyInternalEnumerator_1_tDABC0B9124E439B71B0A7E09B4F046688CD559E5_StaticFields { public: // System.Array/EmptyInternalEnumerator`1 System.Array/EmptyInternalEnumerator`1::Value EmptyInternalEnumerator_1_tDABC0B9124E439B71B0A7E09B4F046688CD559E5 * ___Value_0; public: inline static int32_t get_offset_of_Value_0() { return static_cast(offsetof(EmptyInternalEnumerator_1_tDABC0B9124E439B71B0A7E09B4F046688CD559E5_StaticFields, ___Value_0)); } inline EmptyInternalEnumerator_1_tDABC0B9124E439B71B0A7E09B4F046688CD559E5 * get_Value_0() const { return ___Value_0; } inline EmptyInternalEnumerator_1_tDABC0B9124E439B71B0A7E09B4F046688CD559E5 ** get_address_of_Value_0() { return &___Value_0; } inline void set_Value_0(EmptyInternalEnumerator_1_tDABC0B9124E439B71B0A7E09B4F046688CD559E5 * value) { ___Value_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___Value_0), (void*)value); } }; // System.Array/EmptyInternalEnumerator`1 // System.Array/EmptyInternalEnumerator`1 struct EmptyInternalEnumerator_1_tE19B246B93EA5FEB80BD15478DBEE70788312918_StaticFields { public: // System.Array/EmptyInternalEnumerator`1 System.Array/EmptyInternalEnumerator`1::Value EmptyInternalEnumerator_1_tE19B246B93EA5FEB80BD15478DBEE70788312918 * ___Value_0; public: inline static int32_t get_offset_of_Value_0() { return static_cast(offsetof(EmptyInternalEnumerator_1_tE19B246B93EA5FEB80BD15478DBEE70788312918_StaticFields, ___Value_0)); } inline EmptyInternalEnumerator_1_tE19B246B93EA5FEB80BD15478DBEE70788312918 * get_Value_0() const { return ___Value_0; } inline EmptyInternalEnumerator_1_tE19B246B93EA5FEB80BD15478DBEE70788312918 ** get_address_of_Value_0() { return &___Value_0; } inline void set_Value_0(EmptyInternalEnumerator_1_tE19B246B93EA5FEB80BD15478DBEE70788312918 * value) { ___Value_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___Value_0), (void*)value); } }; // System.Array/EmptyInternalEnumerator`1 // System.Array/EmptyInternalEnumerator`1 struct EmptyInternalEnumerator_1_t51F5549F32E1C07F8FF104B77F094FFEFE29779E_StaticFields { public: // System.Array/EmptyInternalEnumerator`1 System.Array/EmptyInternalEnumerator`1::Value EmptyInternalEnumerator_1_t51F5549F32E1C07F8FF104B77F094FFEFE29779E * ___Value_0; public: inline static int32_t get_offset_of_Value_0() { return static_cast(offsetof(EmptyInternalEnumerator_1_t51F5549F32E1C07F8FF104B77F094FFEFE29779E_StaticFields, ___Value_0)); } inline EmptyInternalEnumerator_1_t51F5549F32E1C07F8FF104B77F094FFEFE29779E * get_Value_0() const { return ___Value_0; } inline EmptyInternalEnumerator_1_t51F5549F32E1C07F8FF104B77F094FFEFE29779E ** get_address_of_Value_0() { return &___Value_0; } inline void set_Value_0(EmptyInternalEnumerator_1_t51F5549F32E1C07F8FF104B77F094FFEFE29779E * value) { ___Value_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___Value_0), (void*)value); } }; // System.Array/EmptyInternalEnumerator`1 // System.Array/EmptyInternalEnumerator`1 struct EmptyInternalEnumerator_1_t3C259954882BC0944CF8D2156284068F14F5C377_StaticFields { public: // System.Array/EmptyInternalEnumerator`1 System.Array/EmptyInternalEnumerator`1::Value EmptyInternalEnumerator_1_t3C259954882BC0944CF8D2156284068F14F5C377 * ___Value_0; public: inline static int32_t get_offset_of_Value_0() { return static_cast(offsetof(EmptyInternalEnumerator_1_t3C259954882BC0944CF8D2156284068F14F5C377_StaticFields, ___Value_0)); } inline EmptyInternalEnumerator_1_t3C259954882BC0944CF8D2156284068F14F5C377 * get_Value_0() const { return ___Value_0; } inline EmptyInternalEnumerator_1_t3C259954882BC0944CF8D2156284068F14F5C377 ** get_address_of_Value_0() { return &___Value_0; } inline void set_Value_0(EmptyInternalEnumerator_1_t3C259954882BC0944CF8D2156284068F14F5C377 * value) { ___Value_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___Value_0), (void*)value); } }; // System.Array/EmptyInternalEnumerator`1 // System.Array/EmptyInternalEnumerator`1 struct EmptyInternalEnumerator_1_tBF97ABFDA9C760BDF7D30019D8C37352ECDB4E65_StaticFields { public: // System.Array/EmptyInternalEnumerator`1 System.Array/EmptyInternalEnumerator`1::Value EmptyInternalEnumerator_1_tBF97ABFDA9C760BDF7D30019D8C37352ECDB4E65 * ___Value_0; public: inline static int32_t get_offset_of_Value_0() { return static_cast(offsetof(EmptyInternalEnumerator_1_tBF97ABFDA9C760BDF7D30019D8C37352ECDB4E65_StaticFields, ___Value_0)); } inline EmptyInternalEnumerator_1_tBF97ABFDA9C760BDF7D30019D8C37352ECDB4E65 * get_Value_0() const { return ___Value_0; } inline EmptyInternalEnumerator_1_tBF97ABFDA9C760BDF7D30019D8C37352ECDB4E65 ** get_address_of_Value_0() { return &___Value_0; } inline void set_Value_0(EmptyInternalEnumerator_1_tBF97ABFDA9C760BDF7D30019D8C37352ECDB4E65 * value) { ___Value_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___Value_0), (void*)value); } }; // System.Array/EmptyInternalEnumerator`1 // System.Array/EmptyInternalEnumerator`1 struct EmptyInternalEnumerator_1_tB45A9A443595936CD1B8EBBE346D89CA95D68ED1_StaticFields { public: // System.Array/EmptyInternalEnumerator`1 System.Array/EmptyInternalEnumerator`1::Value EmptyInternalEnumerator_1_tB45A9A443595936CD1B8EBBE346D89CA95D68ED1 * ___Value_0; public: inline static int32_t get_offset_of_Value_0() { return static_cast(offsetof(EmptyInternalEnumerator_1_tB45A9A443595936CD1B8EBBE346D89CA95D68ED1_StaticFields, ___Value_0)); } inline EmptyInternalEnumerator_1_tB45A9A443595936CD1B8EBBE346D89CA95D68ED1 * get_Value_0() const { return ___Value_0; } inline EmptyInternalEnumerator_1_tB45A9A443595936CD1B8EBBE346D89CA95D68ED1 ** get_address_of_Value_0() { return &___Value_0; } inline void set_Value_0(EmptyInternalEnumerator_1_tB45A9A443595936CD1B8EBBE346D89CA95D68ED1 * value) { ___Value_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___Value_0), (void*)value); } }; // System.Array/EmptyInternalEnumerator`1 // System.Array/EmptyInternalEnumerator`1 struct EmptyInternalEnumerator_1_t89D4C08A67E4D7D8F5320797FFA1CE531542CE8A_StaticFields { public: // System.Array/EmptyInternalEnumerator`1 System.Array/EmptyInternalEnumerator`1::Value EmptyInternalEnumerator_1_t89D4C08A67E4D7D8F5320797FFA1CE531542CE8A * ___Value_0; public: inline static int32_t get_offset_of_Value_0() { return static_cast(offsetof(EmptyInternalEnumerator_1_t89D4C08A67E4D7D8F5320797FFA1CE531542CE8A_StaticFields, ___Value_0)); } inline EmptyInternalEnumerator_1_t89D4C08A67E4D7D8F5320797FFA1CE531542CE8A * get_Value_0() const { return ___Value_0; } inline EmptyInternalEnumerator_1_t89D4C08A67E4D7D8F5320797FFA1CE531542CE8A ** get_address_of_Value_0() { return &___Value_0; } inline void set_Value_0(EmptyInternalEnumerator_1_t89D4C08A67E4D7D8F5320797FFA1CE531542CE8A * value) { ___Value_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___Value_0), (void*)value); } }; // System.Array/EmptyInternalEnumerator`1 // System.Array/EmptyInternalEnumerator`1 struct EmptyInternalEnumerator_1_t062CD4635FD05C48CB2B2B1A352BF09B43EA85FA_StaticFields { public: // System.Array/EmptyInternalEnumerator`1 System.Array/EmptyInternalEnumerator`1::Value EmptyInternalEnumerator_1_t062CD4635FD05C48CB2B2B1A352BF09B43EA85FA * ___Value_0; public: inline static int32_t get_offset_of_Value_0() { return static_cast(offsetof(EmptyInternalEnumerator_1_t062CD4635FD05C48CB2B2B1A352BF09B43EA85FA_StaticFields, ___Value_0)); } inline EmptyInternalEnumerator_1_t062CD4635FD05C48CB2B2B1A352BF09B43EA85FA * get_Value_0() const { return ___Value_0; } inline EmptyInternalEnumerator_1_t062CD4635FD05C48CB2B2B1A352BF09B43EA85FA ** get_address_of_Value_0() { return &___Value_0; } inline void set_Value_0(EmptyInternalEnumerator_1_t062CD4635FD05C48CB2B2B1A352BF09B43EA85FA * value) { ___Value_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___Value_0), (void*)value); } }; // System.Array/EmptyInternalEnumerator`1 // System.Array/EmptyInternalEnumerator`1 struct EmptyInternalEnumerator_1_tBDFFEB4D48CC1E8414924C00730B45E3DCDF5003_StaticFields { public: // System.Array/EmptyInternalEnumerator`1 System.Array/EmptyInternalEnumerator`1::Value EmptyInternalEnumerator_1_tBDFFEB4D48CC1E8414924C00730B45E3DCDF5003 * ___Value_0; public: inline static int32_t get_offset_of_Value_0() { return static_cast(offsetof(EmptyInternalEnumerator_1_tBDFFEB4D48CC1E8414924C00730B45E3DCDF5003_StaticFields, ___Value_0)); } inline EmptyInternalEnumerator_1_tBDFFEB4D48CC1E8414924C00730B45E3DCDF5003 * get_Value_0() const { return ___Value_0; } inline EmptyInternalEnumerator_1_tBDFFEB4D48CC1E8414924C00730B45E3DCDF5003 ** get_address_of_Value_0() { return &___Value_0; } inline void set_Value_0(EmptyInternalEnumerator_1_tBDFFEB4D48CC1E8414924C00730B45E3DCDF5003 * value) { ___Value_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___Value_0), (void*)value); } }; // System.Array/EmptyInternalEnumerator`1 // System.Array/EmptyInternalEnumerator`1 struct EmptyInternalEnumerator_1_t1964EB5C96A8CA58A55EA579A0732387C8CAF89A_StaticFields { public: // System.Array/EmptyInternalEnumerator`1 System.Array/EmptyInternalEnumerator`1::Value EmptyInternalEnumerator_1_t1964EB5C96A8CA58A55EA579A0732387C8CAF89A * ___Value_0; public: inline static int32_t get_offset_of_Value_0() { return static_cast(offsetof(EmptyInternalEnumerator_1_t1964EB5C96A8CA58A55EA579A0732387C8CAF89A_StaticFields, ___Value_0)); } inline EmptyInternalEnumerator_1_t1964EB5C96A8CA58A55EA579A0732387C8CAF89A * get_Value_0() const { return ___Value_0; } inline EmptyInternalEnumerator_1_t1964EB5C96A8CA58A55EA579A0732387C8CAF89A ** get_address_of_Value_0() { return &___Value_0; } inline void set_Value_0(EmptyInternalEnumerator_1_t1964EB5C96A8CA58A55EA579A0732387C8CAF89A * value) { ___Value_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___Value_0), (void*)value); } }; // System.Array/EmptyInternalEnumerator`1 // System.Array/EmptyInternalEnumerator`1 struct EmptyInternalEnumerator_1_t4749769BF884C08C887BEDE3F0F393622F82CD91_StaticFields { public: // System.Array/EmptyInternalEnumerator`1 System.Array/EmptyInternalEnumerator`1::Value EmptyInternalEnumerator_1_t4749769BF884C08C887BEDE3F0F393622F82CD91 * ___Value_0; public: inline static int32_t get_offset_of_Value_0() { return static_cast(offsetof(EmptyInternalEnumerator_1_t4749769BF884C08C887BEDE3F0F393622F82CD91_StaticFields, ___Value_0)); } inline EmptyInternalEnumerator_1_t4749769BF884C08C887BEDE3F0F393622F82CD91 * get_Value_0() const { return ___Value_0; } inline EmptyInternalEnumerator_1_t4749769BF884C08C887BEDE3F0F393622F82CD91 ** get_address_of_Value_0() { return &___Value_0; } inline void set_Value_0(EmptyInternalEnumerator_1_t4749769BF884C08C887BEDE3F0F393622F82CD91 * value) { ___Value_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___Value_0), (void*)value); } }; // System.Array/EmptyInternalEnumerator`1 // System.Array/EmptyInternalEnumerator`1 struct EmptyInternalEnumerator_1_tCD191E04A46D6A0734D4E3E6954CA6AE8A247027_StaticFields { public: // System.Array/EmptyInternalEnumerator`1 System.Array/EmptyInternalEnumerator`1::Value EmptyInternalEnumerator_1_tCD191E04A46D6A0734D4E3E6954CA6AE8A247027 * ___Value_0; public: inline static int32_t get_offset_of_Value_0() { return static_cast(offsetof(EmptyInternalEnumerator_1_tCD191E04A46D6A0734D4E3E6954CA6AE8A247027_StaticFields, ___Value_0)); } inline EmptyInternalEnumerator_1_tCD191E04A46D6A0734D4E3E6954CA6AE8A247027 * get_Value_0() const { return ___Value_0; } inline EmptyInternalEnumerator_1_tCD191E04A46D6A0734D4E3E6954CA6AE8A247027 ** get_address_of_Value_0() { return &___Value_0; } inline void set_Value_0(EmptyInternalEnumerator_1_tCD191E04A46D6A0734D4E3E6954CA6AE8A247027 * value) { ___Value_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___Value_0), (void*)value); } }; // System.Array/EmptyInternalEnumerator`1 // System.Array/EmptyInternalEnumerator`1 struct EmptyInternalEnumerator_1_t3BB8D6973AFE9459C0A40A9A822E206DCD689660_StaticFields { public: // System.Array/EmptyInternalEnumerator`1 System.Array/EmptyInternalEnumerator`1::Value EmptyInternalEnumerator_1_t3BB8D6973AFE9459C0A40A9A822E206DCD689660 * ___Value_0; public: inline static int32_t get_offset_of_Value_0() { return static_cast(offsetof(EmptyInternalEnumerator_1_t3BB8D6973AFE9459C0A40A9A822E206DCD689660_StaticFields, ___Value_0)); } inline EmptyInternalEnumerator_1_t3BB8D6973AFE9459C0A40A9A822E206DCD689660 * get_Value_0() const { return ___Value_0; } inline EmptyInternalEnumerator_1_t3BB8D6973AFE9459C0A40A9A822E206DCD689660 ** get_address_of_Value_0() { return &___Value_0; } inline void set_Value_0(EmptyInternalEnumerator_1_t3BB8D6973AFE9459C0A40A9A822E206DCD689660 * value) { ___Value_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___Value_0), (void*)value); } }; // System.Array/EmptyInternalEnumerator`1 // System.Array/EmptyInternalEnumerator`1 struct EmptyInternalEnumerator_1_tB21572CDA5780184C5880361BCAD84D1013CF993_StaticFields { public: // System.Array/EmptyInternalEnumerator`1 System.Array/EmptyInternalEnumerator`1::Value EmptyInternalEnumerator_1_tB21572CDA5780184C5880361BCAD84D1013CF993 * ___Value_0; public: inline static int32_t get_offset_of_Value_0() { return static_cast(offsetof(EmptyInternalEnumerator_1_tB21572CDA5780184C5880361BCAD84D1013CF993_StaticFields, ___Value_0)); } inline EmptyInternalEnumerator_1_tB21572CDA5780184C5880361BCAD84D1013CF993 * get_Value_0() const { return ___Value_0; } inline EmptyInternalEnumerator_1_tB21572CDA5780184C5880361BCAD84D1013CF993 ** get_address_of_Value_0() { return &___Value_0; } inline void set_Value_0(EmptyInternalEnumerator_1_tB21572CDA5780184C5880361BCAD84D1013CF993 * value) { ___Value_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___Value_0), (void*)value); } }; // System.Array/EmptyInternalEnumerator`1 // System.Array/EmptyInternalEnumerator`1 struct EmptyInternalEnumerator_1_t55F95808B461721419503A675C22E578580CFAD6_StaticFields { public: // System.Array/EmptyInternalEnumerator`1 System.Array/EmptyInternalEnumerator`1::Value EmptyInternalEnumerator_1_t55F95808B461721419503A675C22E578580CFAD6 * ___Value_0; public: inline static int32_t get_offset_of_Value_0() { return static_cast(offsetof(EmptyInternalEnumerator_1_t55F95808B461721419503A675C22E578580CFAD6_StaticFields, ___Value_0)); } inline EmptyInternalEnumerator_1_t55F95808B461721419503A675C22E578580CFAD6 * get_Value_0() const { return ___Value_0; } inline EmptyInternalEnumerator_1_t55F95808B461721419503A675C22E578580CFAD6 ** get_address_of_Value_0() { return &___Value_0; } inline void set_Value_0(EmptyInternalEnumerator_1_t55F95808B461721419503A675C22E578580CFAD6 * value) { ___Value_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___Value_0), (void*)value); } }; // System.Array/EmptyInternalEnumerator`1 // System.Array/EmptyInternalEnumerator`1 struct EmptyInternalEnumerator_1_t557F2B049AB0C85681510E3FB9C145E69501F788_StaticFields { public: // System.Array/EmptyInternalEnumerator`1 System.Array/EmptyInternalEnumerator`1::Value EmptyInternalEnumerator_1_t557F2B049AB0C85681510E3FB9C145E69501F788 * ___Value_0; public: inline static int32_t get_offset_of_Value_0() { return static_cast(offsetof(EmptyInternalEnumerator_1_t557F2B049AB0C85681510E3FB9C145E69501F788_StaticFields, ___Value_0)); } inline EmptyInternalEnumerator_1_t557F2B049AB0C85681510E3FB9C145E69501F788 * get_Value_0() const { return ___Value_0; } inline EmptyInternalEnumerator_1_t557F2B049AB0C85681510E3FB9C145E69501F788 ** get_address_of_Value_0() { return &___Value_0; } inline void set_Value_0(EmptyInternalEnumerator_1_t557F2B049AB0C85681510E3FB9C145E69501F788 * value) { ___Value_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___Value_0), (void*)value); } }; // System.Array/EmptyInternalEnumerator`1 // System.Array/EmptyInternalEnumerator`1 struct EmptyInternalEnumerator_1_t8C1EBBA425F786FEEA936A2899789BE1E09916BA_StaticFields { public: // System.Array/EmptyInternalEnumerator`1 System.Array/EmptyInternalEnumerator`1::Value EmptyInternalEnumerator_1_t8C1EBBA425F786FEEA936A2899789BE1E09916BA * ___Value_0; public: inline static int32_t get_offset_of_Value_0() { return static_cast(offsetof(EmptyInternalEnumerator_1_t8C1EBBA425F786FEEA936A2899789BE1E09916BA_StaticFields, ___Value_0)); } inline EmptyInternalEnumerator_1_t8C1EBBA425F786FEEA936A2899789BE1E09916BA * get_Value_0() const { return ___Value_0; } inline EmptyInternalEnumerator_1_t8C1EBBA425F786FEEA936A2899789BE1E09916BA ** get_address_of_Value_0() { return &___Value_0; } inline void set_Value_0(EmptyInternalEnumerator_1_t8C1EBBA425F786FEEA936A2899789BE1E09916BA * value) { ___Value_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___Value_0), (void*)value); } }; // System.Array/EmptyInternalEnumerator`1 // System.Array/EmptyInternalEnumerator`1 struct EmptyInternalEnumerator_1_tA5E7DB878B495301EF1A17EFDE75C0979C7B792C_StaticFields { public: // System.Array/EmptyInternalEnumerator`1 System.Array/EmptyInternalEnumerator`1::Value EmptyInternalEnumerator_1_tA5E7DB878B495301EF1A17EFDE75C0979C7B792C * ___Value_0; public: inline static int32_t get_offset_of_Value_0() { return static_cast(offsetof(EmptyInternalEnumerator_1_tA5E7DB878B495301EF1A17EFDE75C0979C7B792C_StaticFields, ___Value_0)); } inline EmptyInternalEnumerator_1_tA5E7DB878B495301EF1A17EFDE75C0979C7B792C * get_Value_0() const { return ___Value_0; } inline EmptyInternalEnumerator_1_tA5E7DB878B495301EF1A17EFDE75C0979C7B792C ** get_address_of_Value_0() { return &___Value_0; } inline void set_Value_0(EmptyInternalEnumerator_1_tA5E7DB878B495301EF1A17EFDE75C0979C7B792C * value) { ___Value_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___Value_0), (void*)value); } }; // System.Array/EmptyInternalEnumerator`1 // System.Array/EmptyInternalEnumerator`1 struct EmptyInternalEnumerator_1_t2086054D86C308C6BACD48367418D110DA1B011A_StaticFields { public: // System.Array/EmptyInternalEnumerator`1 System.Array/EmptyInternalEnumerator`1::Value EmptyInternalEnumerator_1_t2086054D86C308C6BACD48367418D110DA1B011A * ___Value_0; public: inline static int32_t get_offset_of_Value_0() { return static_cast(offsetof(EmptyInternalEnumerator_1_t2086054D86C308C6BACD48367418D110DA1B011A_StaticFields, ___Value_0)); } inline EmptyInternalEnumerator_1_t2086054D86C308C6BACD48367418D110DA1B011A * get_Value_0() const { return ___Value_0; } inline EmptyInternalEnumerator_1_t2086054D86C308C6BACD48367418D110DA1B011A ** get_address_of_Value_0() { return &___Value_0; } inline void set_Value_0(EmptyInternalEnumerator_1_t2086054D86C308C6BACD48367418D110DA1B011A * value) { ___Value_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___Value_0), (void*)value); } }; // System.Array/EmptyInternalEnumerator`1 // System.Array/EmptyInternalEnumerator`1 struct EmptyInternalEnumerator_1_t1A2705DFC00DBC178C31F156817B8F2B2B2CBD41_StaticFields { public: // System.Array/EmptyInternalEnumerator`1 System.Array/EmptyInternalEnumerator`1::Value EmptyInternalEnumerator_1_t1A2705DFC00DBC178C31F156817B8F2B2B2CBD41 * ___Value_0; public: inline static int32_t get_offset_of_Value_0() { return static_cast(offsetof(EmptyInternalEnumerator_1_t1A2705DFC00DBC178C31F156817B8F2B2B2CBD41_StaticFields, ___Value_0)); } inline EmptyInternalEnumerator_1_t1A2705DFC00DBC178C31F156817B8F2B2B2CBD41 * get_Value_0() const { return ___Value_0; } inline EmptyInternalEnumerator_1_t1A2705DFC00DBC178C31F156817B8F2B2B2CBD41 ** get_address_of_Value_0() { return &___Value_0; } inline void set_Value_0(EmptyInternalEnumerator_1_t1A2705DFC00DBC178C31F156817B8F2B2B2CBD41 * value) { ___Value_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___Value_0), (void*)value); } }; // System.Array/EmptyInternalEnumerator`1 // System.Array/EmptyInternalEnumerator`1 struct EmptyInternalEnumerator_1_tD81DD3BA356969A065505AF1B8654DBAFD30DFFE_StaticFields { public: // System.Array/EmptyInternalEnumerator`1 System.Array/EmptyInternalEnumerator`1::Value EmptyInternalEnumerator_1_tD81DD3BA356969A065505AF1B8654DBAFD30DFFE * ___Value_0; public: inline static int32_t get_offset_of_Value_0() { return static_cast(offsetof(EmptyInternalEnumerator_1_tD81DD3BA356969A065505AF1B8654DBAFD30DFFE_StaticFields, ___Value_0)); } inline EmptyInternalEnumerator_1_tD81DD3BA356969A065505AF1B8654DBAFD30DFFE * get_Value_0() const { return ___Value_0; } inline EmptyInternalEnumerator_1_tD81DD3BA356969A065505AF1B8654DBAFD30DFFE ** get_address_of_Value_0() { return &___Value_0; } inline void set_Value_0(EmptyInternalEnumerator_1_tD81DD3BA356969A065505AF1B8654DBAFD30DFFE * value) { ___Value_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___Value_0), (void*)value); } }; // System.Array/EmptyInternalEnumerator`1 // System.Array/EmptyInternalEnumerator`1 struct EmptyInternalEnumerator_1_t2479F21C77D30DE2FB51BE3CE1B30F61EB52569B_StaticFields { public: // System.Array/EmptyInternalEnumerator`1 System.Array/EmptyInternalEnumerator`1::Value EmptyInternalEnumerator_1_t2479F21C77D30DE2FB51BE3CE1B30F61EB52569B * ___Value_0; public: inline static int32_t get_offset_of_Value_0() { return static_cast(offsetof(EmptyInternalEnumerator_1_t2479F21C77D30DE2FB51BE3CE1B30F61EB52569B_StaticFields, ___Value_0)); } inline EmptyInternalEnumerator_1_t2479F21C77D30DE2FB51BE3CE1B30F61EB52569B * get_Value_0() const { return ___Value_0; } inline EmptyInternalEnumerator_1_t2479F21C77D30DE2FB51BE3CE1B30F61EB52569B ** get_address_of_Value_0() { return &___Value_0; } inline void set_Value_0(EmptyInternalEnumerator_1_t2479F21C77D30DE2FB51BE3CE1B30F61EB52569B * value) { ___Value_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___Value_0), (void*)value); } }; // System.Array/EmptyInternalEnumerator`1 // System.Array/EmptyInternalEnumerator`1 struct EmptyInternalEnumerator_1_tDE022C747BB06B92CE84863A9E7ABFE11D7F90F8_StaticFields { public: // System.Array/EmptyInternalEnumerator`1 System.Array/EmptyInternalEnumerator`1::Value EmptyInternalEnumerator_1_tDE022C747BB06B92CE84863A9E7ABFE11D7F90F8 * ___Value_0; public: inline static int32_t get_offset_of_Value_0() { return static_cast(offsetof(EmptyInternalEnumerator_1_tDE022C747BB06B92CE84863A9E7ABFE11D7F90F8_StaticFields, ___Value_0)); } inline EmptyInternalEnumerator_1_tDE022C747BB06B92CE84863A9E7ABFE11D7F90F8 * get_Value_0() const { return ___Value_0; } inline EmptyInternalEnumerator_1_tDE022C747BB06B92CE84863A9E7ABFE11D7F90F8 ** get_address_of_Value_0() { return &___Value_0; } inline void set_Value_0(EmptyInternalEnumerator_1_tDE022C747BB06B92CE84863A9E7ABFE11D7F90F8 * value) { ___Value_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___Value_0), (void*)value); } }; // System.Array/EmptyInternalEnumerator`1 // System.Array/EmptyInternalEnumerator`1 struct EmptyInternalEnumerator_1_t77B81818A5C8F290E3D7992CEE06E18EA1A155A7_StaticFields { public: // System.Array/EmptyInternalEnumerator`1 System.Array/EmptyInternalEnumerator`1::Value EmptyInternalEnumerator_1_t77B81818A5C8F290E3D7992CEE06E18EA1A155A7 * ___Value_0; public: inline static int32_t get_offset_of_Value_0() { return static_cast(offsetof(EmptyInternalEnumerator_1_t77B81818A5C8F290E3D7992CEE06E18EA1A155A7_StaticFields, ___Value_0)); } inline EmptyInternalEnumerator_1_t77B81818A5C8F290E3D7992CEE06E18EA1A155A7 * get_Value_0() const { return ___Value_0; } inline EmptyInternalEnumerator_1_t77B81818A5C8F290E3D7992CEE06E18EA1A155A7 ** get_address_of_Value_0() { return &___Value_0; } inline void set_Value_0(EmptyInternalEnumerator_1_t77B81818A5C8F290E3D7992CEE06E18EA1A155A7 * value) { ___Value_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___Value_0), (void*)value); } }; // System.Array/EmptyInternalEnumerator`1 // System.Array/EmptyInternalEnumerator`1 struct EmptyInternalEnumerator_1_t06A6DF4ADE963D0D30948E1D189615DBBF72F1C8_StaticFields { public: // System.Array/EmptyInternalEnumerator`1 System.Array/EmptyInternalEnumerator`1::Value EmptyInternalEnumerator_1_t06A6DF4ADE963D0D30948E1D189615DBBF72F1C8 * ___Value_0; public: inline static int32_t get_offset_of_Value_0() { return static_cast(offsetof(EmptyInternalEnumerator_1_t06A6DF4ADE963D0D30948E1D189615DBBF72F1C8_StaticFields, ___Value_0)); } inline EmptyInternalEnumerator_1_t06A6DF4ADE963D0D30948E1D189615DBBF72F1C8 * get_Value_0() const { return ___Value_0; } inline EmptyInternalEnumerator_1_t06A6DF4ADE963D0D30948E1D189615DBBF72F1C8 ** get_address_of_Value_0() { return &___Value_0; } inline void set_Value_0(EmptyInternalEnumerator_1_t06A6DF4ADE963D0D30948E1D189615DBBF72F1C8 * value) { ___Value_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___Value_0), (void*)value); } }; // System.Array/EmptyInternalEnumerator`1 // System.Array/EmptyInternalEnumerator`1 struct EmptyInternalEnumerator_1_t39F8FBD7BAF43D07A717A48C34DB6D64016BCB60_StaticFields { public: // System.Array/EmptyInternalEnumerator`1 System.Array/EmptyInternalEnumerator`1::Value EmptyInternalEnumerator_1_t39F8FBD7BAF43D07A717A48C34DB6D64016BCB60 * ___Value_0; public: inline static int32_t get_offset_of_Value_0() { return static_cast(offsetof(EmptyInternalEnumerator_1_t39F8FBD7BAF43D07A717A48C34DB6D64016BCB60_StaticFields, ___Value_0)); } inline EmptyInternalEnumerator_1_t39F8FBD7BAF43D07A717A48C34DB6D64016BCB60 * get_Value_0() const { return ___Value_0; } inline EmptyInternalEnumerator_1_t39F8FBD7BAF43D07A717A48C34DB6D64016BCB60 ** get_address_of_Value_0() { return &___Value_0; } inline void set_Value_0(EmptyInternalEnumerator_1_t39F8FBD7BAF43D07A717A48C34DB6D64016BCB60 * value) { ___Value_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___Value_0), (void*)value); } }; // System.Array/EmptyInternalEnumerator`1 // System.Array/EmptyInternalEnumerator`1 struct EmptyInternalEnumerator_1_t0E8F96C5F6A18DD6294A10B13FCD28E14664F571_StaticFields { public: // System.Array/EmptyInternalEnumerator`1 System.Array/EmptyInternalEnumerator`1::Value EmptyInternalEnumerator_1_t0E8F96C5F6A18DD6294A10B13FCD28E14664F571 * ___Value_0; public: inline static int32_t get_offset_of_Value_0() { return static_cast(offsetof(EmptyInternalEnumerator_1_t0E8F96C5F6A18DD6294A10B13FCD28E14664F571_StaticFields, ___Value_0)); } inline EmptyInternalEnumerator_1_t0E8F96C5F6A18DD6294A10B13FCD28E14664F571 * get_Value_0() const { return ___Value_0; } inline EmptyInternalEnumerator_1_t0E8F96C5F6A18DD6294A10B13FCD28E14664F571 ** get_address_of_Value_0() { return &___Value_0; } inline void set_Value_0(EmptyInternalEnumerator_1_t0E8F96C5F6A18DD6294A10B13FCD28E14664F571 * value) { ___Value_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___Value_0), (void*)value); } }; // System.Array/EmptyInternalEnumerator`1 // System.Array/EmptyInternalEnumerator`1 struct EmptyInternalEnumerator_1_tB7A93CFCADF72A6A0D3804497DB3C65762335196_StaticFields { public: // System.Array/EmptyInternalEnumerator`1 System.Array/EmptyInternalEnumerator`1::Value EmptyInternalEnumerator_1_tB7A93CFCADF72A6A0D3804497DB3C65762335196 * ___Value_0; public: inline static int32_t get_offset_of_Value_0() { return static_cast(offsetof(EmptyInternalEnumerator_1_tB7A93CFCADF72A6A0D3804497DB3C65762335196_StaticFields, ___Value_0)); } inline EmptyInternalEnumerator_1_tB7A93CFCADF72A6A0D3804497DB3C65762335196 * get_Value_0() const { return ___Value_0; } inline EmptyInternalEnumerator_1_tB7A93CFCADF72A6A0D3804497DB3C65762335196 ** get_address_of_Value_0() { return &___Value_0; } inline void set_Value_0(EmptyInternalEnumerator_1_tB7A93CFCADF72A6A0D3804497DB3C65762335196 * value) { ___Value_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___Value_0), (void*)value); } }; // System.Array/EmptyInternalEnumerator`1 // System.Array/EmptyInternalEnumerator`1 struct EmptyInternalEnumerator_1_tCA61C4E9AB06E9560096B8164444E558D9B6D877_StaticFields { public: // System.Array/EmptyInternalEnumerator`1 System.Array/EmptyInternalEnumerator`1::Value EmptyInternalEnumerator_1_tCA61C4E9AB06E9560096B8164444E558D9B6D877 * ___Value_0; public: inline static int32_t get_offset_of_Value_0() { return static_cast(offsetof(EmptyInternalEnumerator_1_tCA61C4E9AB06E9560096B8164444E558D9B6D877_StaticFields, ___Value_0)); } inline EmptyInternalEnumerator_1_tCA61C4E9AB06E9560096B8164444E558D9B6D877 * get_Value_0() const { return ___Value_0; } inline EmptyInternalEnumerator_1_tCA61C4E9AB06E9560096B8164444E558D9B6D877 ** get_address_of_Value_0() { return &___Value_0; } inline void set_Value_0(EmptyInternalEnumerator_1_tCA61C4E9AB06E9560096B8164444E558D9B6D877 * value) { ___Value_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___Value_0), (void*)value); } }; // System.Array/EmptyInternalEnumerator`1 // System.Array/EmptyInternalEnumerator`1 struct EmptyInternalEnumerator_1_tADC2DEF881932D2D771A7A3FBDC01E8CFC251CBB_StaticFields { public: // System.Array/EmptyInternalEnumerator`1 System.Array/EmptyInternalEnumerator`1::Value EmptyInternalEnumerator_1_tADC2DEF881932D2D771A7A3FBDC01E8CFC251CBB * ___Value_0; public: inline static int32_t get_offset_of_Value_0() { return static_cast(offsetof(EmptyInternalEnumerator_1_tADC2DEF881932D2D771A7A3FBDC01E8CFC251CBB_StaticFields, ___Value_0)); } inline EmptyInternalEnumerator_1_tADC2DEF881932D2D771A7A3FBDC01E8CFC251CBB * get_Value_0() const { return ___Value_0; } inline EmptyInternalEnumerator_1_tADC2DEF881932D2D771A7A3FBDC01E8CFC251CBB ** get_address_of_Value_0() { return &___Value_0; } inline void set_Value_0(EmptyInternalEnumerator_1_tADC2DEF881932D2D771A7A3FBDC01E8CFC251CBB * value) { ___Value_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___Value_0), (void*)value); } }; // System.Array/EmptyInternalEnumerator`1 // System.Array/EmptyInternalEnumerator`1 struct EmptyInternalEnumerator_1_t34001D5D38962500B81A96C8CB973D3BBD77AEDC_StaticFields { public: // System.Array/EmptyInternalEnumerator`1 System.Array/EmptyInternalEnumerator`1::Value EmptyInternalEnumerator_1_t34001D5D38962500B81A96C8CB973D3BBD77AEDC * ___Value_0; public: inline static int32_t get_offset_of_Value_0() { return static_cast(offsetof(EmptyInternalEnumerator_1_t34001D5D38962500B81A96C8CB973D3BBD77AEDC_StaticFields, ___Value_0)); } inline EmptyInternalEnumerator_1_t34001D5D38962500B81A96C8CB973D3BBD77AEDC * get_Value_0() const { return ___Value_0; } inline EmptyInternalEnumerator_1_t34001D5D38962500B81A96C8CB973D3BBD77AEDC ** get_address_of_Value_0() { return &___Value_0; } inline void set_Value_0(EmptyInternalEnumerator_1_t34001D5D38962500B81A96C8CB973D3BBD77AEDC * value) { ___Value_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___Value_0), (void*)value); } }; // System.Array/EmptyInternalEnumerator`1 // System.Array/EmptyInternalEnumerator`1 struct EmptyInternalEnumerator_1_t358EDE63C99865E62702448FAACEABAEC278D2ED_StaticFields { public: // System.Array/EmptyInternalEnumerator`1 System.Array/EmptyInternalEnumerator`1::Value EmptyInternalEnumerator_1_t358EDE63C99865E62702448FAACEABAEC278D2ED * ___Value_0; public: inline static int32_t get_offset_of_Value_0() { return static_cast(offsetof(EmptyInternalEnumerator_1_t358EDE63C99865E62702448FAACEABAEC278D2ED_StaticFields, ___Value_0)); } inline EmptyInternalEnumerator_1_t358EDE63C99865E62702448FAACEABAEC278D2ED * get_Value_0() const { return ___Value_0; } inline EmptyInternalEnumerator_1_t358EDE63C99865E62702448FAACEABAEC278D2ED ** get_address_of_Value_0() { return &___Value_0; } inline void set_Value_0(EmptyInternalEnumerator_1_t358EDE63C99865E62702448FAACEABAEC278D2ED * value) { ___Value_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___Value_0), (void*)value); } }; // System.Array/EmptyInternalEnumerator`1 // System.Array/EmptyInternalEnumerator`1 struct EmptyInternalEnumerator_1_t8D9B26FDC485BE75A5E2AEAB7CA8653A173F84C7_StaticFields { public: // System.Array/EmptyInternalEnumerator`1 System.Array/EmptyInternalEnumerator`1::Value EmptyInternalEnumerator_1_t8D9B26FDC485BE75A5E2AEAB7CA8653A173F84C7 * ___Value_0; public: inline static int32_t get_offset_of_Value_0() { return static_cast(offsetof(EmptyInternalEnumerator_1_t8D9B26FDC485BE75A5E2AEAB7CA8653A173F84C7_StaticFields, ___Value_0)); } inline EmptyInternalEnumerator_1_t8D9B26FDC485BE75A5E2AEAB7CA8653A173F84C7 * get_Value_0() const { return ___Value_0; } inline EmptyInternalEnumerator_1_t8D9B26FDC485BE75A5E2AEAB7CA8653A173F84C7 ** get_address_of_Value_0() { return &___Value_0; } inline void set_Value_0(EmptyInternalEnumerator_1_t8D9B26FDC485BE75A5E2AEAB7CA8653A173F84C7 * value) { ___Value_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___Value_0), (void*)value); } }; // System.Array/EmptyInternalEnumerator`1 // System.Array/EmptyInternalEnumerator`1 struct EmptyInternalEnumerator_1_t62FFC2869691A959416CB9C288E7C4BD5AD4CC74_StaticFields { public: // System.Array/EmptyInternalEnumerator`1 System.Array/EmptyInternalEnumerator`1::Value EmptyInternalEnumerator_1_t62FFC2869691A959416CB9C288E7C4BD5AD4CC74 * ___Value_0; public: inline static int32_t get_offset_of_Value_0() { return static_cast(offsetof(EmptyInternalEnumerator_1_t62FFC2869691A959416CB9C288E7C4BD5AD4CC74_StaticFields, ___Value_0)); } inline EmptyInternalEnumerator_1_t62FFC2869691A959416CB9C288E7C4BD5AD4CC74 * get_Value_0() const { return ___Value_0; } inline EmptyInternalEnumerator_1_t62FFC2869691A959416CB9C288E7C4BD5AD4CC74 ** get_address_of_Value_0() { return &___Value_0; } inline void set_Value_0(EmptyInternalEnumerator_1_t62FFC2869691A959416CB9C288E7C4BD5AD4CC74 * value) { ___Value_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___Value_0), (void*)value); } }; // System.Array/EmptyInternalEnumerator`1 // System.Array/EmptyInternalEnumerator`1 struct EmptyInternalEnumerator_1_t1CDB1EF1D278FA468399CCEA465980FB85BFD254_StaticFields { public: // System.Array/EmptyInternalEnumerator`1 System.Array/EmptyInternalEnumerator`1::Value EmptyInternalEnumerator_1_t1CDB1EF1D278FA468399CCEA465980FB85BFD254 * ___Value_0; public: inline static int32_t get_offset_of_Value_0() { return static_cast(offsetof(EmptyInternalEnumerator_1_t1CDB1EF1D278FA468399CCEA465980FB85BFD254_StaticFields, ___Value_0)); } inline EmptyInternalEnumerator_1_t1CDB1EF1D278FA468399CCEA465980FB85BFD254 * get_Value_0() const { return ___Value_0; } inline EmptyInternalEnumerator_1_t1CDB1EF1D278FA468399CCEA465980FB85BFD254 ** get_address_of_Value_0() { return &___Value_0; } inline void set_Value_0(EmptyInternalEnumerator_1_t1CDB1EF1D278FA468399CCEA465980FB85BFD254 * value) { ___Value_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___Value_0), (void*)value); } }; // System.Array/EmptyInternalEnumerator`1 // System.Array/EmptyInternalEnumerator`1 struct EmptyInternalEnumerator_1_tC2DC768C893401F3201F97825245090B967AFE9A_StaticFields { public: // System.Array/EmptyInternalEnumerator`1 System.Array/EmptyInternalEnumerator`1::Value EmptyInternalEnumerator_1_tC2DC768C893401F3201F97825245090B967AFE9A * ___Value_0; public: inline static int32_t get_offset_of_Value_0() { return static_cast(offsetof(EmptyInternalEnumerator_1_tC2DC768C893401F3201F97825245090B967AFE9A_StaticFields, ___Value_0)); } inline EmptyInternalEnumerator_1_tC2DC768C893401F3201F97825245090B967AFE9A * get_Value_0() const { return ___Value_0; } inline EmptyInternalEnumerator_1_tC2DC768C893401F3201F97825245090B967AFE9A ** get_address_of_Value_0() { return &___Value_0; } inline void set_Value_0(EmptyInternalEnumerator_1_tC2DC768C893401F3201F97825245090B967AFE9A * value) { ___Value_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___Value_0), (void*)value); } }; // System.Array/EmptyInternalEnumerator`1 // System.Array/EmptyInternalEnumerator`1 struct EmptyInternalEnumerator_1_t08947FD048E88D15D0B7C8BE10F545B46097E61B_StaticFields { public: // System.Array/EmptyInternalEnumerator`1 System.Array/EmptyInternalEnumerator`1::Value EmptyInternalEnumerator_1_t08947FD048E88D15D0B7C8BE10F545B46097E61B * ___Value_0; public: inline static int32_t get_offset_of_Value_0() { return static_cast(offsetof(EmptyInternalEnumerator_1_t08947FD048E88D15D0B7C8BE10F545B46097E61B_StaticFields, ___Value_0)); } inline EmptyInternalEnumerator_1_t08947FD048E88D15D0B7C8BE10F545B46097E61B * get_Value_0() const { return ___Value_0; } inline EmptyInternalEnumerator_1_t08947FD048E88D15D0B7C8BE10F545B46097E61B ** get_address_of_Value_0() { return &___Value_0; } inline void set_Value_0(EmptyInternalEnumerator_1_t08947FD048E88D15D0B7C8BE10F545B46097E61B * value) { ___Value_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___Value_0), (void*)value); } }; // System.Array/EmptyInternalEnumerator`1 // System.Array/EmptyInternalEnumerator`1 struct EmptyInternalEnumerator_1_t9674A9A497E405A3CDC2BC575DFE2818DD8414E0_StaticFields { public: // System.Array/EmptyInternalEnumerator`1 System.Array/EmptyInternalEnumerator`1::Value EmptyInternalEnumerator_1_t9674A9A497E405A3CDC2BC575DFE2818DD8414E0 * ___Value_0; public: inline static int32_t get_offset_of_Value_0() { return static_cast(offsetof(EmptyInternalEnumerator_1_t9674A9A497E405A3CDC2BC575DFE2818DD8414E0_StaticFields, ___Value_0)); } inline EmptyInternalEnumerator_1_t9674A9A497E405A3CDC2BC575DFE2818DD8414E0 * get_Value_0() const { return ___Value_0; } inline EmptyInternalEnumerator_1_t9674A9A497E405A3CDC2BC575DFE2818DD8414E0 ** get_address_of_Value_0() { return &___Value_0; } inline void set_Value_0(EmptyInternalEnumerator_1_t9674A9A497E405A3CDC2BC575DFE2818DD8414E0 * value) { ___Value_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___Value_0), (void*)value); } }; // System.Array/EmptyInternalEnumerator`1 // System.Array/EmptyInternalEnumerator`1 struct EmptyInternalEnumerator_1_tD46410A5F9864CFAB940A647F59D8BF48D8A215B_StaticFields { public: // System.Array/EmptyInternalEnumerator`1 System.Array/EmptyInternalEnumerator`1::Value EmptyInternalEnumerator_1_tD46410A5F9864CFAB940A647F59D8BF48D8A215B * ___Value_0; public: inline static int32_t get_offset_of_Value_0() { return static_cast(offsetof(EmptyInternalEnumerator_1_tD46410A5F9864CFAB940A647F59D8BF48D8A215B_StaticFields, ___Value_0)); } inline EmptyInternalEnumerator_1_tD46410A5F9864CFAB940A647F59D8BF48D8A215B * get_Value_0() const { return ___Value_0; } inline EmptyInternalEnumerator_1_tD46410A5F9864CFAB940A647F59D8BF48D8A215B ** get_address_of_Value_0() { return &___Value_0; } inline void set_Value_0(EmptyInternalEnumerator_1_tD46410A5F9864CFAB940A647F59D8BF48D8A215B * value) { ___Value_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___Value_0), (void*)value); } }; // System.Array/EmptyInternalEnumerator`1 // System.Array/EmptyInternalEnumerator`1 struct EmptyInternalEnumerator_1_t60459A041C4E5FAF95F79FE4185CABD0CB7746A0_StaticFields { public: // System.Array/EmptyInternalEnumerator`1 System.Array/EmptyInternalEnumerator`1::Value EmptyInternalEnumerator_1_t60459A041C4E5FAF95F79FE4185CABD0CB7746A0 * ___Value_0; public: inline static int32_t get_offset_of_Value_0() { return static_cast(offsetof(EmptyInternalEnumerator_1_t60459A041C4E5FAF95F79FE4185CABD0CB7746A0_StaticFields, ___Value_0)); } inline EmptyInternalEnumerator_1_t60459A041C4E5FAF95F79FE4185CABD0CB7746A0 * get_Value_0() const { return ___Value_0; } inline EmptyInternalEnumerator_1_t60459A041C4E5FAF95F79FE4185CABD0CB7746A0 ** get_address_of_Value_0() { return &___Value_0; } inline void set_Value_0(EmptyInternalEnumerator_1_t60459A041C4E5FAF95F79FE4185CABD0CB7746A0 * value) { ___Value_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___Value_0), (void*)value); } }; // System.Array/EmptyInternalEnumerator`1 // System.Array/EmptyInternalEnumerator`1 struct EmptyInternalEnumerator_1_t3FB8CD3210561E4173013EC444474C6FB13FBBB2_StaticFields { public: // System.Array/EmptyInternalEnumerator`1 System.Array/EmptyInternalEnumerator`1::Value EmptyInternalEnumerator_1_t3FB8CD3210561E4173013EC444474C6FB13FBBB2 * ___Value_0; public: inline static int32_t get_offset_of_Value_0() { return static_cast(offsetof(EmptyInternalEnumerator_1_t3FB8CD3210561E4173013EC444474C6FB13FBBB2_StaticFields, ___Value_0)); } inline EmptyInternalEnumerator_1_t3FB8CD3210561E4173013EC444474C6FB13FBBB2 * get_Value_0() const { return ___Value_0; } inline EmptyInternalEnumerator_1_t3FB8CD3210561E4173013EC444474C6FB13FBBB2 ** get_address_of_Value_0() { return &___Value_0; } inline void set_Value_0(EmptyInternalEnumerator_1_t3FB8CD3210561E4173013EC444474C6FB13FBBB2 * value) { ___Value_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___Value_0), (void*)value); } }; // System.Array/EmptyInternalEnumerator`1 // System.Array/EmptyInternalEnumerator`1 struct EmptyInternalEnumerator_1_t0DA18AF09BD2D57ECE98A2D6FCB01E49F642F743_StaticFields { public: // System.Array/EmptyInternalEnumerator`1 System.Array/EmptyInternalEnumerator`1::Value EmptyInternalEnumerator_1_t0DA18AF09BD2D57ECE98A2D6FCB01E49F642F743 * ___Value_0; public: inline static int32_t get_offset_of_Value_0() { return static_cast(offsetof(EmptyInternalEnumerator_1_t0DA18AF09BD2D57ECE98A2D6FCB01E49F642F743_StaticFields, ___Value_0)); } inline EmptyInternalEnumerator_1_t0DA18AF09BD2D57ECE98A2D6FCB01E49F642F743 * get_Value_0() const { return ___Value_0; } inline EmptyInternalEnumerator_1_t0DA18AF09BD2D57ECE98A2D6FCB01E49F642F743 ** get_address_of_Value_0() { return &___Value_0; } inline void set_Value_0(EmptyInternalEnumerator_1_t0DA18AF09BD2D57ECE98A2D6FCB01E49F642F743 * value) { ___Value_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___Value_0), (void*)value); } }; // System.Array/EmptyInternalEnumerator`1 // System.Array/EmptyInternalEnumerator`1 struct EmptyInternalEnumerator_1_t772576279A18E7E354091996649F2F665152F82B_StaticFields { public: // System.Array/EmptyInternalEnumerator`1 System.Array/EmptyInternalEnumerator`1::Value EmptyInternalEnumerator_1_t772576279A18E7E354091996649F2F665152F82B * ___Value_0; public: inline static int32_t get_offset_of_Value_0() { return static_cast(offsetof(EmptyInternalEnumerator_1_t772576279A18E7E354091996649F2F665152F82B_StaticFields, ___Value_0)); } inline EmptyInternalEnumerator_1_t772576279A18E7E354091996649F2F665152F82B * get_Value_0() const { return ___Value_0; } inline EmptyInternalEnumerator_1_t772576279A18E7E354091996649F2F665152F82B ** get_address_of_Value_0() { return &___Value_0; } inline void set_Value_0(EmptyInternalEnumerator_1_t772576279A18E7E354091996649F2F665152F82B * value) { ___Value_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___Value_0), (void*)value); } }; // System.Array/EmptyInternalEnumerator`1 // System.Array/EmptyInternalEnumerator`1 struct EmptyInternalEnumerator_1_tA1968E4E8A70EEFCFC1CEF1875F0AA245D45D1AD_StaticFields { public: // System.Array/EmptyInternalEnumerator`1 System.Array/EmptyInternalEnumerator`1::Value EmptyInternalEnumerator_1_tA1968E4E8A70EEFCFC1CEF1875F0AA245D45D1AD * ___Value_0; public: inline static int32_t get_offset_of_Value_0() { return static_cast(offsetof(EmptyInternalEnumerator_1_tA1968E4E8A70EEFCFC1CEF1875F0AA245D45D1AD_StaticFields, ___Value_0)); } inline EmptyInternalEnumerator_1_tA1968E4E8A70EEFCFC1CEF1875F0AA245D45D1AD * get_Value_0() const { return ___Value_0; } inline EmptyInternalEnumerator_1_tA1968E4E8A70EEFCFC1CEF1875F0AA245D45D1AD ** get_address_of_Value_0() { return &___Value_0; } inline void set_Value_0(EmptyInternalEnumerator_1_tA1968E4E8A70EEFCFC1CEF1875F0AA245D45D1AD * value) { ___Value_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___Value_0), (void*)value); } }; // System.Array/EmptyInternalEnumerator`1 // System.Array/EmptyInternalEnumerator`1 struct EmptyInternalEnumerator_1_tB7875A6587F3E177FCB1D982676AEC5F9E5043E2_StaticFields { public: // System.Array/EmptyInternalEnumerator`1 System.Array/EmptyInternalEnumerator`1::Value EmptyInternalEnumerator_1_tB7875A6587F3E177FCB1D982676AEC5F9E5043E2 * ___Value_0; public: inline static int32_t get_offset_of_Value_0() { return static_cast(offsetof(EmptyInternalEnumerator_1_tB7875A6587F3E177FCB1D982676AEC5F9E5043E2_StaticFields, ___Value_0)); } inline EmptyInternalEnumerator_1_tB7875A6587F3E177FCB1D982676AEC5F9E5043E2 * get_Value_0() const { return ___Value_0; } inline EmptyInternalEnumerator_1_tB7875A6587F3E177FCB1D982676AEC5F9E5043E2 ** get_address_of_Value_0() { return &___Value_0; } inline void set_Value_0(EmptyInternalEnumerator_1_tB7875A6587F3E177FCB1D982676AEC5F9E5043E2 * value) { ___Value_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___Value_0), (void*)value); } }; // System.Array/EmptyInternalEnumerator`1 // System.Array/EmptyInternalEnumerator`1 struct EmptyInternalEnumerator_1_t4850C37B8D667684B81D10946F69EE93E08E8EC9_StaticFields { public: // System.Array/EmptyInternalEnumerator`1 System.Array/EmptyInternalEnumerator`1::Value EmptyInternalEnumerator_1_t4850C37B8D667684B81D10946F69EE93E08E8EC9 * ___Value_0; public: inline static int32_t get_offset_of_Value_0() { return static_cast(offsetof(EmptyInternalEnumerator_1_t4850C37B8D667684B81D10946F69EE93E08E8EC9_StaticFields, ___Value_0)); } inline EmptyInternalEnumerator_1_t4850C37B8D667684B81D10946F69EE93E08E8EC9 * get_Value_0() const { return ___Value_0; } inline EmptyInternalEnumerator_1_t4850C37B8D667684B81D10946F69EE93E08E8EC9 ** get_address_of_Value_0() { return &___Value_0; } inline void set_Value_0(EmptyInternalEnumerator_1_t4850C37B8D667684B81D10946F69EE93E08E8EC9 * value) { ___Value_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___Value_0), (void*)value); } }; // System.Array/EmptyInternalEnumerator`1 // System.Array/EmptyInternalEnumerator`1 struct EmptyInternalEnumerator_1_t9476497B8A2D6DC3B2C174BE8EE718551C797B63_StaticFields { public: // System.Array/EmptyInternalEnumerator`1 System.Array/EmptyInternalEnumerator`1::Value EmptyInternalEnumerator_1_t9476497B8A2D6DC3B2C174BE8EE718551C797B63 * ___Value_0; public: inline static int32_t get_offset_of_Value_0() { return static_cast(offsetof(EmptyInternalEnumerator_1_t9476497B8A2D6DC3B2C174BE8EE718551C797B63_StaticFields, ___Value_0)); } inline EmptyInternalEnumerator_1_t9476497B8A2D6DC3B2C174BE8EE718551C797B63 * get_Value_0() const { return ___Value_0; } inline EmptyInternalEnumerator_1_t9476497B8A2D6DC3B2C174BE8EE718551C797B63 ** get_address_of_Value_0() { return &___Value_0; } inline void set_Value_0(EmptyInternalEnumerator_1_t9476497B8A2D6DC3B2C174BE8EE718551C797B63 * value) { ___Value_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___Value_0), (void*)value); } }; // System.Array/EmptyInternalEnumerator`1 // System.Array/EmptyInternalEnumerator`1 struct EmptyInternalEnumerator_1_t722CE7953BDA5EAB673D0A20586B627F26F3FF47_StaticFields { public: // System.Array/EmptyInternalEnumerator`1 System.Array/EmptyInternalEnumerator`1::Value EmptyInternalEnumerator_1_t722CE7953BDA5EAB673D0A20586B627F26F3FF47 * ___Value_0; public: inline static int32_t get_offset_of_Value_0() { return static_cast(offsetof(EmptyInternalEnumerator_1_t722CE7953BDA5EAB673D0A20586B627F26F3FF47_StaticFields, ___Value_0)); } inline EmptyInternalEnumerator_1_t722CE7953BDA5EAB673D0A20586B627F26F3FF47 * get_Value_0() const { return ___Value_0; } inline EmptyInternalEnumerator_1_t722CE7953BDA5EAB673D0A20586B627F26F3FF47 ** get_address_of_Value_0() { return &___Value_0; } inline void set_Value_0(EmptyInternalEnumerator_1_t722CE7953BDA5EAB673D0A20586B627F26F3FF47 * value) { ___Value_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___Value_0), (void*)value); } }; // System.Array/EmptyInternalEnumerator`1 // System.Array/EmptyInternalEnumerator`1 struct EmptyInternalEnumerator_1_t0B71F5B648D4E09E5558F0E0531743818454C863_StaticFields { public: // System.Array/EmptyInternalEnumerator`1 System.Array/EmptyInternalEnumerator`1::Value EmptyInternalEnumerator_1_t0B71F5B648D4E09E5558F0E0531743818454C863 * ___Value_0; public: inline static int32_t get_offset_of_Value_0() { return static_cast(offsetof(EmptyInternalEnumerator_1_t0B71F5B648D4E09E5558F0E0531743818454C863_StaticFields, ___Value_0)); } inline EmptyInternalEnumerator_1_t0B71F5B648D4E09E5558F0E0531743818454C863 * get_Value_0() const { return ___Value_0; } inline EmptyInternalEnumerator_1_t0B71F5B648D4E09E5558F0E0531743818454C863 ** get_address_of_Value_0() { return &___Value_0; } inline void set_Value_0(EmptyInternalEnumerator_1_t0B71F5B648D4E09E5558F0E0531743818454C863 * value) { ___Value_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___Value_0), (void*)value); } }; // System.Array/EmptyInternalEnumerator`1 // System.Array/EmptyInternalEnumerator`1 struct EmptyInternalEnumerator_1_t63C2F4188FD59356321B045E3274184978BFCD48_StaticFields { public: // System.Array/EmptyInternalEnumerator`1 System.Array/EmptyInternalEnumerator`1::Value EmptyInternalEnumerator_1_t63C2F4188FD59356321B045E3274184978BFCD48 * ___Value_0; public: inline static int32_t get_offset_of_Value_0() { return static_cast(offsetof(EmptyInternalEnumerator_1_t63C2F4188FD59356321B045E3274184978BFCD48_StaticFields, ___Value_0)); } inline EmptyInternalEnumerator_1_t63C2F4188FD59356321B045E3274184978BFCD48 * get_Value_0() const { return ___Value_0; } inline EmptyInternalEnumerator_1_t63C2F4188FD59356321B045E3274184978BFCD48 ** get_address_of_Value_0() { return &___Value_0; } inline void set_Value_0(EmptyInternalEnumerator_1_t63C2F4188FD59356321B045E3274184978BFCD48 * value) { ___Value_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___Value_0), (void*)value); } }; // System.Array/EmptyInternalEnumerator`1 // System.Array/EmptyInternalEnumerator`1 struct EmptyInternalEnumerator_1_t1CB3201AB1140C79244F0FCBFC073E5DAF6093D3_StaticFields { public: // System.Array/EmptyInternalEnumerator`1 System.Array/EmptyInternalEnumerator`1::Value EmptyInternalEnumerator_1_t1CB3201AB1140C79244F0FCBFC073E5DAF6093D3 * ___Value_0; public: inline static int32_t get_offset_of_Value_0() { return static_cast(offsetof(EmptyInternalEnumerator_1_t1CB3201AB1140C79244F0FCBFC073E5DAF6093D3_StaticFields, ___Value_0)); } inline EmptyInternalEnumerator_1_t1CB3201AB1140C79244F0FCBFC073E5DAF6093D3 * get_Value_0() const { return ___Value_0; } inline EmptyInternalEnumerator_1_t1CB3201AB1140C79244F0FCBFC073E5DAF6093D3 ** get_address_of_Value_0() { return &___Value_0; } inline void set_Value_0(EmptyInternalEnumerator_1_t1CB3201AB1140C79244F0FCBFC073E5DAF6093D3 * value) { ___Value_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___Value_0), (void*)value); } }; // System.Array/EmptyInternalEnumerator`1 // System.Array/EmptyInternalEnumerator`1 struct EmptyInternalEnumerator_1_t4B61F3E4F8090CEBB2CB74615D9AB6993ED8835E_StaticFields { public: // System.Array/EmptyInternalEnumerator`1 System.Array/EmptyInternalEnumerator`1::Value EmptyInternalEnumerator_1_t4B61F3E4F8090CEBB2CB74615D9AB6993ED8835E * ___Value_0; public: inline static int32_t get_offset_of_Value_0() { return static_cast(offsetof(EmptyInternalEnumerator_1_t4B61F3E4F8090CEBB2CB74615D9AB6993ED8835E_StaticFields, ___Value_0)); } inline EmptyInternalEnumerator_1_t4B61F3E4F8090CEBB2CB74615D9AB6993ED8835E * get_Value_0() const { return ___Value_0; } inline EmptyInternalEnumerator_1_t4B61F3E4F8090CEBB2CB74615D9AB6993ED8835E ** get_address_of_Value_0() { return &___Value_0; } inline void set_Value_0(EmptyInternalEnumerator_1_t4B61F3E4F8090CEBB2CB74615D9AB6993ED8835E * value) { ___Value_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___Value_0), (void*)value); } }; // System.Array/EmptyInternalEnumerator`1 // System.Array/EmptyInternalEnumerator`1 struct EmptyInternalEnumerator_1_t28B7E84C7E7561CF0F48E33B65739714ABD39DC2_StaticFields { public: // System.Array/EmptyInternalEnumerator`1 System.Array/EmptyInternalEnumerator`1::Value EmptyInternalEnumerator_1_t28B7E84C7E7561CF0F48E33B65739714ABD39DC2 * ___Value_0; public: inline static int32_t get_offset_of_Value_0() { return static_cast(offsetof(EmptyInternalEnumerator_1_t28B7E84C7E7561CF0F48E33B65739714ABD39DC2_StaticFields, ___Value_0)); } inline EmptyInternalEnumerator_1_t28B7E84C7E7561CF0F48E33B65739714ABD39DC2 * get_Value_0() const { return ___Value_0; } inline EmptyInternalEnumerator_1_t28B7E84C7E7561CF0F48E33B65739714ABD39DC2 ** get_address_of_Value_0() { return &___Value_0; } inline void set_Value_0(EmptyInternalEnumerator_1_t28B7E84C7E7561CF0F48E33B65739714ABD39DC2 * value) { ___Value_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___Value_0), (void*)value); } }; // System.Array/EmptyInternalEnumerator`1 // System.Array/EmptyInternalEnumerator`1 struct EmptyInternalEnumerator_1_t79AED38F0349586A13A1F7DD8EC209A6D5A25CAF_StaticFields { public: // System.Array/EmptyInternalEnumerator`1 System.Array/EmptyInternalEnumerator`1::Value EmptyInternalEnumerator_1_t79AED38F0349586A13A1F7DD8EC209A6D5A25CAF * ___Value_0; public: inline static int32_t get_offset_of_Value_0() { return static_cast(offsetof(EmptyInternalEnumerator_1_t79AED38F0349586A13A1F7DD8EC209A6D5A25CAF_StaticFields, ___Value_0)); } inline EmptyInternalEnumerator_1_t79AED38F0349586A13A1F7DD8EC209A6D5A25CAF * get_Value_0() const { return ___Value_0; } inline EmptyInternalEnumerator_1_t79AED38F0349586A13A1F7DD8EC209A6D5A25CAF ** get_address_of_Value_0() { return &___Value_0; } inline void set_Value_0(EmptyInternalEnumerator_1_t79AED38F0349586A13A1F7DD8EC209A6D5A25CAF * value) { ___Value_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___Value_0), (void*)value); } }; // System.Array/EmptyInternalEnumerator`1 // System.Array/EmptyInternalEnumerator`1 struct EmptyInternalEnumerator_1_t075260F4BD98862AF408A3D7D63A7770F2F6A48D_StaticFields { public: // System.Array/EmptyInternalEnumerator`1 System.Array/EmptyInternalEnumerator`1::Value EmptyInternalEnumerator_1_t075260F4BD98862AF408A3D7D63A7770F2F6A48D * ___Value_0; public: inline static int32_t get_offset_of_Value_0() { return static_cast(offsetof(EmptyInternalEnumerator_1_t075260F4BD98862AF408A3D7D63A7770F2F6A48D_StaticFields, ___Value_0)); } inline EmptyInternalEnumerator_1_t075260F4BD98862AF408A3D7D63A7770F2F6A48D * get_Value_0() const { return ___Value_0; } inline EmptyInternalEnumerator_1_t075260F4BD98862AF408A3D7D63A7770F2F6A48D ** get_address_of_Value_0() { return &___Value_0; } inline void set_Value_0(EmptyInternalEnumerator_1_t075260F4BD98862AF408A3D7D63A7770F2F6A48D * value) { ___Value_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___Value_0), (void*)value); } }; // System.Array/EmptyInternalEnumerator`1 // System.Array/EmptyInternalEnumerator`1 struct EmptyInternalEnumerator_1_tDFD0A49BCBDB0BCE75241FAC96985940B1327FF6_StaticFields { public: // System.Array/EmptyInternalEnumerator`1 System.Array/EmptyInternalEnumerator`1::Value EmptyInternalEnumerator_1_tDFD0A49BCBDB0BCE75241FAC96985940B1327FF6 * ___Value_0; public: inline static int32_t get_offset_of_Value_0() { return static_cast(offsetof(EmptyInternalEnumerator_1_tDFD0A49BCBDB0BCE75241FAC96985940B1327FF6_StaticFields, ___Value_0)); } inline EmptyInternalEnumerator_1_tDFD0A49BCBDB0BCE75241FAC96985940B1327FF6 * get_Value_0() const { return ___Value_0; } inline EmptyInternalEnumerator_1_tDFD0A49BCBDB0BCE75241FAC96985940B1327FF6 ** get_address_of_Value_0() { return &___Value_0; } inline void set_Value_0(EmptyInternalEnumerator_1_tDFD0A49BCBDB0BCE75241FAC96985940B1327FF6 * value) { ___Value_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___Value_0), (void*)value); } }; // System.Array/EmptyInternalEnumerator`1 // System.Array/EmptyInternalEnumerator`1 struct EmptyInternalEnumerator_1_t7662F99D9DFDF8BB0086720C275D108512881D11_StaticFields { public: // System.Array/EmptyInternalEnumerator`1 System.Array/EmptyInternalEnumerator`1::Value EmptyInternalEnumerator_1_t7662F99D9DFDF8BB0086720C275D108512881D11 * ___Value_0; public: inline static int32_t get_offset_of_Value_0() { return static_cast(offsetof(EmptyInternalEnumerator_1_t7662F99D9DFDF8BB0086720C275D108512881D11_StaticFields, ___Value_0)); } inline EmptyInternalEnumerator_1_t7662F99D9DFDF8BB0086720C275D108512881D11 * get_Value_0() const { return ___Value_0; } inline EmptyInternalEnumerator_1_t7662F99D9DFDF8BB0086720C275D108512881D11 ** get_address_of_Value_0() { return &___Value_0; } inline void set_Value_0(EmptyInternalEnumerator_1_t7662F99D9DFDF8BB0086720C275D108512881D11 * value) { ___Value_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___Value_0), (void*)value); } }; // System.Array/EmptyInternalEnumerator`1 // System.Array/EmptyInternalEnumerator`1 struct EmptyInternalEnumerator_1_t772C11AA97DF48CC9CAF3C7294CA2D6EECDD504F_StaticFields { public: // System.Array/EmptyInternalEnumerator`1 System.Array/EmptyInternalEnumerator`1::Value EmptyInternalEnumerator_1_t772C11AA97DF48CC9CAF3C7294CA2D6EECDD504F * ___Value_0; public: inline static int32_t get_offset_of_Value_0() { return static_cast(offsetof(EmptyInternalEnumerator_1_t772C11AA97DF48CC9CAF3C7294CA2D6EECDD504F_StaticFields, ___Value_0)); } inline EmptyInternalEnumerator_1_t772C11AA97DF48CC9CAF3C7294CA2D6EECDD504F * get_Value_0() const { return ___Value_0; } inline EmptyInternalEnumerator_1_t772C11AA97DF48CC9CAF3C7294CA2D6EECDD504F ** get_address_of_Value_0() { return &___Value_0; } inline void set_Value_0(EmptyInternalEnumerator_1_t772C11AA97DF48CC9CAF3C7294CA2D6EECDD504F * value) { ___Value_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___Value_0), (void*)value); } }; // System.Array/EmptyInternalEnumerator`1 // System.Array/EmptyInternalEnumerator`1 struct EmptyInternalEnumerator_1_t78C9519B88CC65240245B97CE24A61D28E0C0476_StaticFields { public: // System.Array/EmptyInternalEnumerator`1 System.Array/EmptyInternalEnumerator`1::Value EmptyInternalEnumerator_1_t78C9519B88CC65240245B97CE24A61D28E0C0476 * ___Value_0; public: inline static int32_t get_offset_of_Value_0() { return static_cast(offsetof(EmptyInternalEnumerator_1_t78C9519B88CC65240245B97CE24A61D28E0C0476_StaticFields, ___Value_0)); } inline EmptyInternalEnumerator_1_t78C9519B88CC65240245B97CE24A61D28E0C0476 * get_Value_0() const { return ___Value_0; } inline EmptyInternalEnumerator_1_t78C9519B88CC65240245B97CE24A61D28E0C0476 ** get_address_of_Value_0() { return &___Value_0; } inline void set_Value_0(EmptyInternalEnumerator_1_t78C9519B88CC65240245B97CE24A61D28E0C0476 * value) { ___Value_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___Value_0), (void*)value); } }; // System.Array/EmptyInternalEnumerator`1 // System.Array/EmptyInternalEnumerator`1 struct EmptyInternalEnumerator_1_t3C46DAD43A8674D13F53BCB5049F9D7512D8CDA4_StaticFields { public: // System.Array/EmptyInternalEnumerator`1 System.Array/EmptyInternalEnumerator`1::Value EmptyInternalEnumerator_1_t3C46DAD43A8674D13F53BCB5049F9D7512D8CDA4 * ___Value_0; public: inline static int32_t get_offset_of_Value_0() { return static_cast(offsetof(EmptyInternalEnumerator_1_t3C46DAD43A8674D13F53BCB5049F9D7512D8CDA4_StaticFields, ___Value_0)); } inline EmptyInternalEnumerator_1_t3C46DAD43A8674D13F53BCB5049F9D7512D8CDA4 * get_Value_0() const { return ___Value_0; } inline EmptyInternalEnumerator_1_t3C46DAD43A8674D13F53BCB5049F9D7512D8CDA4 ** get_address_of_Value_0() { return &___Value_0; } inline void set_Value_0(EmptyInternalEnumerator_1_t3C46DAD43A8674D13F53BCB5049F9D7512D8CDA4 * value) { ___Value_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___Value_0), (void*)value); } }; // System.Array/EmptyInternalEnumerator`1 // System.Array/EmptyInternalEnumerator`1 struct EmptyInternalEnumerator_1_t39B81971183ACF6AAE9B98E1E73BCF5662FD8657_StaticFields { public: // System.Array/EmptyInternalEnumerator`1 System.Array/EmptyInternalEnumerator`1::Value EmptyInternalEnumerator_1_t39B81971183ACF6AAE9B98E1E73BCF5662FD8657 * ___Value_0; public: inline static int32_t get_offset_of_Value_0() { return static_cast(offsetof(EmptyInternalEnumerator_1_t39B81971183ACF6AAE9B98E1E73BCF5662FD8657_StaticFields, ___Value_0)); } inline EmptyInternalEnumerator_1_t39B81971183ACF6AAE9B98E1E73BCF5662FD8657 * get_Value_0() const { return ___Value_0; } inline EmptyInternalEnumerator_1_t39B81971183ACF6AAE9B98E1E73BCF5662FD8657 ** get_address_of_Value_0() { return &___Value_0; } inline void set_Value_0(EmptyInternalEnumerator_1_t39B81971183ACF6AAE9B98E1E73BCF5662FD8657 * value) { ___Value_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___Value_0), (void*)value); } }; // System.Array/EmptyInternalEnumerator`1 // System.Array/EmptyInternalEnumerator`1 struct EmptyInternalEnumerator_1_t47B0D106EE8D18A907B909B426CDD33588105828_StaticFields { public: // System.Array/EmptyInternalEnumerator`1 System.Array/EmptyInternalEnumerator`1::Value EmptyInternalEnumerator_1_t47B0D106EE8D18A907B909B426CDD33588105828 * ___Value_0; public: inline static int32_t get_offset_of_Value_0() { return static_cast(offsetof(EmptyInternalEnumerator_1_t47B0D106EE8D18A907B909B426CDD33588105828_StaticFields, ___Value_0)); } inline EmptyInternalEnumerator_1_t47B0D106EE8D18A907B909B426CDD33588105828 * get_Value_0() const { return ___Value_0; } inline EmptyInternalEnumerator_1_t47B0D106EE8D18A907B909B426CDD33588105828 ** get_address_of_Value_0() { return &___Value_0; } inline void set_Value_0(EmptyInternalEnumerator_1_t47B0D106EE8D18A907B909B426CDD33588105828 * value) { ___Value_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___Value_0), (void*)value); } }; // System.Array/EmptyInternalEnumerator`1 // System.Array/EmptyInternalEnumerator`1 struct EmptyInternalEnumerator_1_t80AB5D9410DC17AE081A175DBEA733CFF8D856C4_StaticFields { public: // System.Array/EmptyInternalEnumerator`1 System.Array/EmptyInternalEnumerator`1::Value EmptyInternalEnumerator_1_t80AB5D9410DC17AE081A175DBEA733CFF8D856C4 * ___Value_0; public: inline static int32_t get_offset_of_Value_0() { return static_cast(offsetof(EmptyInternalEnumerator_1_t80AB5D9410DC17AE081A175DBEA733CFF8D856C4_StaticFields, ___Value_0)); } inline EmptyInternalEnumerator_1_t80AB5D9410DC17AE081A175DBEA733CFF8D856C4 * get_Value_0() const { return ___Value_0; } inline EmptyInternalEnumerator_1_t80AB5D9410DC17AE081A175DBEA733CFF8D856C4 ** get_address_of_Value_0() { return &___Value_0; } inline void set_Value_0(EmptyInternalEnumerator_1_t80AB5D9410DC17AE081A175DBEA733CFF8D856C4 * value) { ___Value_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___Value_0), (void*)value); } }; // System.Array/EmptyInternalEnumerator`1 // System.Array/EmptyInternalEnumerator`1 struct EmptyInternalEnumerator_1_t82CAC5A35EA8F2365B35192D176A39CF3DF3BFAD_StaticFields { public: // System.Array/EmptyInternalEnumerator`1 System.Array/EmptyInternalEnumerator`1::Value EmptyInternalEnumerator_1_t82CAC5A35EA8F2365B35192D176A39CF3DF3BFAD * ___Value_0; public: inline static int32_t get_offset_of_Value_0() { return static_cast(offsetof(EmptyInternalEnumerator_1_t82CAC5A35EA8F2365B35192D176A39CF3DF3BFAD_StaticFields, ___Value_0)); } inline EmptyInternalEnumerator_1_t82CAC5A35EA8F2365B35192D176A39CF3DF3BFAD * get_Value_0() const { return ___Value_0; } inline EmptyInternalEnumerator_1_t82CAC5A35EA8F2365B35192D176A39CF3DF3BFAD ** get_address_of_Value_0() { return &___Value_0; } inline void set_Value_0(EmptyInternalEnumerator_1_t82CAC5A35EA8F2365B35192D176A39CF3DF3BFAD * value) { ___Value_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___Value_0), (void*)value); } }; // System.Array/EmptyInternalEnumerator`1 // System.Array/EmptyInternalEnumerator`1 struct EmptyInternalEnumerator_1_t16843B1642589EADAF9F33CC8C01815F1B3461A0_StaticFields { public: // System.Array/EmptyInternalEnumerator`1 System.Array/EmptyInternalEnumerator`1::Value EmptyInternalEnumerator_1_t16843B1642589EADAF9F33CC8C01815F1B3461A0 * ___Value_0; public: inline static int32_t get_offset_of_Value_0() { return static_cast(offsetof(EmptyInternalEnumerator_1_t16843B1642589EADAF9F33CC8C01815F1B3461A0_StaticFields, ___Value_0)); } inline EmptyInternalEnumerator_1_t16843B1642589EADAF9F33CC8C01815F1B3461A0 * get_Value_0() const { return ___Value_0; } inline EmptyInternalEnumerator_1_t16843B1642589EADAF9F33CC8C01815F1B3461A0 ** get_address_of_Value_0() { return &___Value_0; } inline void set_Value_0(EmptyInternalEnumerator_1_t16843B1642589EADAF9F33CC8C01815F1B3461A0 * value) { ___Value_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___Value_0), (void*)value); } }; // System.Array/EmptyInternalEnumerator`1 // System.Array/EmptyInternalEnumerator`1 struct EmptyInternalEnumerator_1_tCC66E29B3135EADE98ABBECB476FC9B8F7071732_StaticFields { public: // System.Array/EmptyInternalEnumerator`1 System.Array/EmptyInternalEnumerator`1::Value EmptyInternalEnumerator_1_tCC66E29B3135EADE98ABBECB476FC9B8F7071732 * ___Value_0; public: inline static int32_t get_offset_of_Value_0() { return static_cast(offsetof(EmptyInternalEnumerator_1_tCC66E29B3135EADE98ABBECB476FC9B8F7071732_StaticFields, ___Value_0)); } inline EmptyInternalEnumerator_1_tCC66E29B3135EADE98ABBECB476FC9B8F7071732 * get_Value_0() const { return ___Value_0; } inline EmptyInternalEnumerator_1_tCC66E29B3135EADE98ABBECB476FC9B8F7071732 ** get_address_of_Value_0() { return &___Value_0; } inline void set_Value_0(EmptyInternalEnumerator_1_tCC66E29B3135EADE98ABBECB476FC9B8F7071732 * value) { ___Value_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___Value_0), (void*)value); } }; // System.Array/EmptyInternalEnumerator`1 // System.Array/EmptyInternalEnumerator`1 struct EmptyInternalEnumerator_1_t2511B3DF67BF1CDD93699F757F7F84C07044A9EA_StaticFields { public: // System.Array/EmptyInternalEnumerator`1 System.Array/EmptyInternalEnumerator`1::Value EmptyInternalEnumerator_1_t2511B3DF67BF1CDD93699F757F7F84C07044A9EA * ___Value_0; public: inline static int32_t get_offset_of_Value_0() { return static_cast(offsetof(EmptyInternalEnumerator_1_t2511B3DF67BF1CDD93699F757F7F84C07044A9EA_StaticFields, ___Value_0)); } inline EmptyInternalEnumerator_1_t2511B3DF67BF1CDD93699F757F7F84C07044A9EA * get_Value_0() const { return ___Value_0; } inline EmptyInternalEnumerator_1_t2511B3DF67BF1CDD93699F757F7F84C07044A9EA ** get_address_of_Value_0() { return &___Value_0; } inline void set_Value_0(EmptyInternalEnumerator_1_t2511B3DF67BF1CDD93699F757F7F84C07044A9EA * value) { ___Value_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___Value_0), (void*)value); } }; // System.Array/EmptyInternalEnumerator`1 // System.Array/EmptyInternalEnumerator`1 struct EmptyInternalEnumerator_1_t5EC8C2C93272C78B81F86D78B9A7EE8019367A5D_StaticFields { public: // System.Array/EmptyInternalEnumerator`1 System.Array/EmptyInternalEnumerator`1::Value EmptyInternalEnumerator_1_t5EC8C2C93272C78B81F86D78B9A7EE8019367A5D * ___Value_0; public: inline static int32_t get_offset_of_Value_0() { return static_cast(offsetof(EmptyInternalEnumerator_1_t5EC8C2C93272C78B81F86D78B9A7EE8019367A5D_StaticFields, ___Value_0)); } inline EmptyInternalEnumerator_1_t5EC8C2C93272C78B81F86D78B9A7EE8019367A5D * get_Value_0() const { return ___Value_0; } inline EmptyInternalEnumerator_1_t5EC8C2C93272C78B81F86D78B9A7EE8019367A5D ** get_address_of_Value_0() { return &___Value_0; } inline void set_Value_0(EmptyInternalEnumerator_1_t5EC8C2C93272C78B81F86D78B9A7EE8019367A5D * value) { ___Value_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___Value_0), (void*)value); } }; // System.Array/EmptyInternalEnumerator`1 // System.Array/EmptyInternalEnumerator`1 struct EmptyInternalEnumerator_1_t436A8E58E78E92A6DF929ED5DA7612A30EED69C3_StaticFields { public: // System.Array/EmptyInternalEnumerator`1 System.Array/EmptyInternalEnumerator`1::Value EmptyInternalEnumerator_1_t436A8E58E78E92A6DF929ED5DA7612A30EED69C3 * ___Value_0; public: inline static int32_t get_offset_of_Value_0() { return static_cast(offsetof(EmptyInternalEnumerator_1_t436A8E58E78E92A6DF929ED5DA7612A30EED69C3_StaticFields, ___Value_0)); } inline EmptyInternalEnumerator_1_t436A8E58E78E92A6DF929ED5DA7612A30EED69C3 * get_Value_0() const { return ___Value_0; } inline EmptyInternalEnumerator_1_t436A8E58E78E92A6DF929ED5DA7612A30EED69C3 ** get_address_of_Value_0() { return &___Value_0; } inline void set_Value_0(EmptyInternalEnumerator_1_t436A8E58E78E92A6DF929ED5DA7612A30EED69C3 * value) { ___Value_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___Value_0), (void*)value); } }; // System.Array/EmptyInternalEnumerator`1 // System.Array/EmptyInternalEnumerator`1 struct EmptyInternalEnumerator_1_t5379C91906C96D81A176FD439FA270890E6A6491_StaticFields { public: // System.Array/EmptyInternalEnumerator`1 System.Array/EmptyInternalEnumerator`1::Value EmptyInternalEnumerator_1_t5379C91906C96D81A176FD439FA270890E6A6491 * ___Value_0; public: inline static int32_t get_offset_of_Value_0() { return static_cast(offsetof(EmptyInternalEnumerator_1_t5379C91906C96D81A176FD439FA270890E6A6491_StaticFields, ___Value_0)); } inline EmptyInternalEnumerator_1_t5379C91906C96D81A176FD439FA270890E6A6491 * get_Value_0() const { return ___Value_0; } inline EmptyInternalEnumerator_1_t5379C91906C96D81A176FD439FA270890E6A6491 ** get_address_of_Value_0() { return &___Value_0; } inline void set_Value_0(EmptyInternalEnumerator_1_t5379C91906C96D81A176FD439FA270890E6A6491 * value) { ___Value_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___Value_0), (void*)value); } }; // System.Array/EmptyInternalEnumerator`1 // System.Array/EmptyInternalEnumerator`1 struct EmptyInternalEnumerator_1_tE0EFDA98496404617E2248BB62C2725447743B26_StaticFields { public: // System.Array/EmptyInternalEnumerator`1 System.Array/EmptyInternalEnumerator`1::Value EmptyInternalEnumerator_1_tE0EFDA98496404617E2248BB62C2725447743B26 * ___Value_0; public: inline static int32_t get_offset_of_Value_0() { return static_cast(offsetof(EmptyInternalEnumerator_1_tE0EFDA98496404617E2248BB62C2725447743B26_StaticFields, ___Value_0)); } inline EmptyInternalEnumerator_1_tE0EFDA98496404617E2248BB62C2725447743B26 * get_Value_0() const { return ___Value_0; } inline EmptyInternalEnumerator_1_tE0EFDA98496404617E2248BB62C2725447743B26 ** get_address_of_Value_0() { return &___Value_0; } inline void set_Value_0(EmptyInternalEnumerator_1_tE0EFDA98496404617E2248BB62C2725447743B26 * value) { ___Value_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___Value_0), (void*)value); } }; // System.Array/EmptyInternalEnumerator`1 // System.Array/EmptyInternalEnumerator`1 struct EmptyInternalEnumerator_1_tC27E938DE5A96CEDC2D7B2C76CC8542F71FE755F_StaticFields { public: // System.Array/EmptyInternalEnumerator`1 System.Array/EmptyInternalEnumerator`1::Value EmptyInternalEnumerator_1_tC27E938DE5A96CEDC2D7B2C76CC8542F71FE755F * ___Value_0; public: inline static int32_t get_offset_of_Value_0() { return static_cast(offsetof(EmptyInternalEnumerator_1_tC27E938DE5A96CEDC2D7B2C76CC8542F71FE755F_StaticFields, ___Value_0)); } inline EmptyInternalEnumerator_1_tC27E938DE5A96CEDC2D7B2C76CC8542F71FE755F * get_Value_0() const { return ___Value_0; } inline EmptyInternalEnumerator_1_tC27E938DE5A96CEDC2D7B2C76CC8542F71FE755F ** get_address_of_Value_0() { return &___Value_0; } inline void set_Value_0(EmptyInternalEnumerator_1_tC27E938DE5A96CEDC2D7B2C76CC8542F71FE755F * value) { ___Value_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___Value_0), (void*)value); } }; // System.Array/EmptyInternalEnumerator`1 // System.Array/EmptyInternalEnumerator`1 struct EmptyInternalEnumerator_1_tD267943FEA15E70B35D06088E9305C3A64B07783_StaticFields { public: // System.Array/EmptyInternalEnumerator`1 System.Array/EmptyInternalEnumerator`1::Value EmptyInternalEnumerator_1_tD267943FEA15E70B35D06088E9305C3A64B07783 * ___Value_0; public: inline static int32_t get_offset_of_Value_0() { return static_cast(offsetof(EmptyInternalEnumerator_1_tD267943FEA15E70B35D06088E9305C3A64B07783_StaticFields, ___Value_0)); } inline EmptyInternalEnumerator_1_tD267943FEA15E70B35D06088E9305C3A64B07783 * get_Value_0() const { return ___Value_0; } inline EmptyInternalEnumerator_1_tD267943FEA15E70B35D06088E9305C3A64B07783 ** get_address_of_Value_0() { return &___Value_0; } inline void set_Value_0(EmptyInternalEnumerator_1_tD267943FEA15E70B35D06088E9305C3A64B07783 * value) { ___Value_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___Value_0), (void*)value); } }; // System.Array/EmptyInternalEnumerator`1 // System.Array/EmptyInternalEnumerator`1 struct EmptyInternalEnumerator_1_t6F84B5F5D1332EEA9E39C4378210EFE7ADDC3FF3_StaticFields { public: // System.Array/EmptyInternalEnumerator`1 System.Array/EmptyInternalEnumerator`1::Value EmptyInternalEnumerator_1_t6F84B5F5D1332EEA9E39C4378210EFE7ADDC3FF3 * ___Value_0; public: inline static int32_t get_offset_of_Value_0() { return static_cast(offsetof(EmptyInternalEnumerator_1_t6F84B5F5D1332EEA9E39C4378210EFE7ADDC3FF3_StaticFields, ___Value_0)); } inline EmptyInternalEnumerator_1_t6F84B5F5D1332EEA9E39C4378210EFE7ADDC3FF3 * get_Value_0() const { return ___Value_0; } inline EmptyInternalEnumerator_1_t6F84B5F5D1332EEA9E39C4378210EFE7ADDC3FF3 ** get_address_of_Value_0() { return &___Value_0; } inline void set_Value_0(EmptyInternalEnumerator_1_t6F84B5F5D1332EEA9E39C4378210EFE7ADDC3FF3 * value) { ___Value_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___Value_0), (void*)value); } }; // System.Array/EmptyInternalEnumerator`1 // System.Array/EmptyInternalEnumerator`1 struct EmptyInternalEnumerator_1_tFE21CE0E9E8FCC0DEABB4249725B977E128F3DA1_StaticFields { public: // System.Array/EmptyInternalEnumerator`1 System.Array/EmptyInternalEnumerator`1::Value EmptyInternalEnumerator_1_tFE21CE0E9E8FCC0DEABB4249725B977E128F3DA1 * ___Value_0; public: inline static int32_t get_offset_of_Value_0() { return static_cast(offsetof(EmptyInternalEnumerator_1_tFE21CE0E9E8FCC0DEABB4249725B977E128F3DA1_StaticFields, ___Value_0)); } inline EmptyInternalEnumerator_1_tFE21CE0E9E8FCC0DEABB4249725B977E128F3DA1 * get_Value_0() const { return ___Value_0; } inline EmptyInternalEnumerator_1_tFE21CE0E9E8FCC0DEABB4249725B977E128F3DA1 ** get_address_of_Value_0() { return &___Value_0; } inline void set_Value_0(EmptyInternalEnumerator_1_tFE21CE0E9E8FCC0DEABB4249725B977E128F3DA1 * value) { ___Value_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___Value_0), (void*)value); } }; // System.Array/EmptyInternalEnumerator`1 // System.Array/EmptyInternalEnumerator`1 struct EmptyInternalEnumerator_1_t977058BA5DF708B76EFE8A3D63499448DDD7CB99_StaticFields { public: // System.Array/EmptyInternalEnumerator`1 System.Array/EmptyInternalEnumerator`1::Value EmptyInternalEnumerator_1_t977058BA5DF708B76EFE8A3D63499448DDD7CB99 * ___Value_0; public: inline static int32_t get_offset_of_Value_0() { return static_cast(offsetof(EmptyInternalEnumerator_1_t977058BA5DF708B76EFE8A3D63499448DDD7CB99_StaticFields, ___Value_0)); } inline EmptyInternalEnumerator_1_t977058BA5DF708B76EFE8A3D63499448DDD7CB99 * get_Value_0() const { return ___Value_0; } inline EmptyInternalEnumerator_1_t977058BA5DF708B76EFE8A3D63499448DDD7CB99 ** get_address_of_Value_0() { return &___Value_0; } inline void set_Value_0(EmptyInternalEnumerator_1_t977058BA5DF708B76EFE8A3D63499448DDD7CB99 * value) { ___Value_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___Value_0), (void*)value); } }; // System.Array/EmptyInternalEnumerator`1 // System.Array/EmptyInternalEnumerator`1 struct EmptyInternalEnumerator_1_t41CD724EDE4107811D1D67A80613C36AED051F08_StaticFields { public: // System.Array/EmptyInternalEnumerator`1 System.Array/EmptyInternalEnumerator`1::Value EmptyInternalEnumerator_1_t41CD724EDE4107811D1D67A80613C36AED051F08 * ___Value_0; public: inline static int32_t get_offset_of_Value_0() { return static_cast(offsetof(EmptyInternalEnumerator_1_t41CD724EDE4107811D1D67A80613C36AED051F08_StaticFields, ___Value_0)); } inline EmptyInternalEnumerator_1_t41CD724EDE4107811D1D67A80613C36AED051F08 * get_Value_0() const { return ___Value_0; } inline EmptyInternalEnumerator_1_t41CD724EDE4107811D1D67A80613C36AED051F08 ** get_address_of_Value_0() { return &___Value_0; } inline void set_Value_0(EmptyInternalEnumerator_1_t41CD724EDE4107811D1D67A80613C36AED051F08 * value) { ___Value_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___Value_0), (void*)value); } }; // System.Array/EmptyInternalEnumerator`1 // System.Array/EmptyInternalEnumerator`1 struct EmptyInternalEnumerator_1_t78BD071F27948921D02557CDE1E5B27B1542719B_StaticFields { public: // System.Array/EmptyInternalEnumerator`1 System.Array/EmptyInternalEnumerator`1::Value EmptyInternalEnumerator_1_t78BD071F27948921D02557CDE1E5B27B1542719B * ___Value_0; public: inline static int32_t get_offset_of_Value_0() { return static_cast(offsetof(EmptyInternalEnumerator_1_t78BD071F27948921D02557CDE1E5B27B1542719B_StaticFields, ___Value_0)); } inline EmptyInternalEnumerator_1_t78BD071F27948921D02557CDE1E5B27B1542719B * get_Value_0() const { return ___Value_0; } inline EmptyInternalEnumerator_1_t78BD071F27948921D02557CDE1E5B27B1542719B ** get_address_of_Value_0() { return &___Value_0; } inline void set_Value_0(EmptyInternalEnumerator_1_t78BD071F27948921D02557CDE1E5B27B1542719B * value) { ___Value_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___Value_0), (void*)value); } }; // System.Array/EmptyInternalEnumerator`1 // System.Array/EmptyInternalEnumerator`1 struct EmptyInternalEnumerator_1_tFA36265E145BEFB4C2387CEDD2177C39AF4F4CFF_StaticFields { public: // System.Array/EmptyInternalEnumerator`1 System.Array/EmptyInternalEnumerator`1::Value EmptyInternalEnumerator_1_tFA36265E145BEFB4C2387CEDD2177C39AF4F4CFF * ___Value_0; public: inline static int32_t get_offset_of_Value_0() { return static_cast(offsetof(EmptyInternalEnumerator_1_tFA36265E145BEFB4C2387CEDD2177C39AF4F4CFF_StaticFields, ___Value_0)); } inline EmptyInternalEnumerator_1_tFA36265E145BEFB4C2387CEDD2177C39AF4F4CFF * get_Value_0() const { return ___Value_0; } inline EmptyInternalEnumerator_1_tFA36265E145BEFB4C2387CEDD2177C39AF4F4CFF ** get_address_of_Value_0() { return &___Value_0; } inline void set_Value_0(EmptyInternalEnumerator_1_tFA36265E145BEFB4C2387CEDD2177C39AF4F4CFF * value) { ___Value_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___Value_0), (void*)value); } }; // System.Array/EmptyInternalEnumerator`1 // System.Array/EmptyInternalEnumerator`1 struct EmptyInternalEnumerator_1_t1D36B876276BBC1AB82DE5E20C3891081518D252_StaticFields { public: // System.Array/EmptyInternalEnumerator`1 System.Array/EmptyInternalEnumerator`1::Value EmptyInternalEnumerator_1_t1D36B876276BBC1AB82DE5E20C3891081518D252 * ___Value_0; public: inline static int32_t get_offset_of_Value_0() { return static_cast(offsetof(EmptyInternalEnumerator_1_t1D36B876276BBC1AB82DE5E20C3891081518D252_StaticFields, ___Value_0)); } inline EmptyInternalEnumerator_1_t1D36B876276BBC1AB82DE5E20C3891081518D252 * get_Value_0() const { return ___Value_0; } inline EmptyInternalEnumerator_1_t1D36B876276BBC1AB82DE5E20C3891081518D252 ** get_address_of_Value_0() { return &___Value_0; } inline void set_Value_0(EmptyInternalEnumerator_1_t1D36B876276BBC1AB82DE5E20C3891081518D252 * value) { ___Value_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___Value_0), (void*)value); } }; // System.Array/EmptyInternalEnumerator`1 // System.Array/EmptyInternalEnumerator`1 struct EmptyInternalEnumerator_1_tED893ABE189F22EB7D5E09157289C0A8AD8BF7F8_StaticFields { public: // System.Array/EmptyInternalEnumerator`1 System.Array/EmptyInternalEnumerator`1::Value EmptyInternalEnumerator_1_tED893ABE189F22EB7D5E09157289C0A8AD8BF7F8 * ___Value_0; public: inline static int32_t get_offset_of_Value_0() { return static_cast(offsetof(EmptyInternalEnumerator_1_tED893ABE189F22EB7D5E09157289C0A8AD8BF7F8_StaticFields, ___Value_0)); } inline EmptyInternalEnumerator_1_tED893ABE189F22EB7D5E09157289C0A8AD8BF7F8 * get_Value_0() const { return ___Value_0; } inline EmptyInternalEnumerator_1_tED893ABE189F22EB7D5E09157289C0A8AD8BF7F8 ** get_address_of_Value_0() { return &___Value_0; } inline void set_Value_0(EmptyInternalEnumerator_1_tED893ABE189F22EB7D5E09157289C0A8AD8BF7F8 * value) { ___Value_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___Value_0), (void*)value); } }; // System.Array/EmptyInternalEnumerator`1 // System.Array/EmptyInternalEnumerator`1 struct EmptyInternalEnumerator_1_tE38A03D29C5D01915500036E60DB35344EB8051B_StaticFields { public: // System.Array/EmptyInternalEnumerator`1 System.Array/EmptyInternalEnumerator`1::Value EmptyInternalEnumerator_1_tE38A03D29C5D01915500036E60DB35344EB8051B * ___Value_0; public: inline static int32_t get_offset_of_Value_0() { return static_cast(offsetof(EmptyInternalEnumerator_1_tE38A03D29C5D01915500036E60DB35344EB8051B_StaticFields, ___Value_0)); } inline EmptyInternalEnumerator_1_tE38A03D29C5D01915500036E60DB35344EB8051B * get_Value_0() const { return ___Value_0; } inline EmptyInternalEnumerator_1_tE38A03D29C5D01915500036E60DB35344EB8051B ** get_address_of_Value_0() { return &___Value_0; } inline void set_Value_0(EmptyInternalEnumerator_1_tE38A03D29C5D01915500036E60DB35344EB8051B * value) { ___Value_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___Value_0), (void*)value); } }; // System.Array/EmptyInternalEnumerator`1 // System.Array/EmptyInternalEnumerator`1 struct EmptyInternalEnumerator_1_t5A7251A7DDCCD505DFD2D7551CFF9B8683F979A8_StaticFields { public: // System.Array/EmptyInternalEnumerator`1 System.Array/EmptyInternalEnumerator`1::Value EmptyInternalEnumerator_1_t5A7251A7DDCCD505DFD2D7551CFF9B8683F979A8 * ___Value_0; public: inline static int32_t get_offset_of_Value_0() { return static_cast(offsetof(EmptyInternalEnumerator_1_t5A7251A7DDCCD505DFD2D7551CFF9B8683F979A8_StaticFields, ___Value_0)); } inline EmptyInternalEnumerator_1_t5A7251A7DDCCD505DFD2D7551CFF9B8683F979A8 * get_Value_0() const { return ___Value_0; } inline EmptyInternalEnumerator_1_t5A7251A7DDCCD505DFD2D7551CFF9B8683F979A8 ** get_address_of_Value_0() { return &___Value_0; } inline void set_Value_0(EmptyInternalEnumerator_1_t5A7251A7DDCCD505DFD2D7551CFF9B8683F979A8 * value) { ___Value_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___Value_0), (void*)value); } }; // System.Array/EmptyInternalEnumerator`1 // System.Array/EmptyInternalEnumerator`1 struct EmptyInternalEnumerator_1_t7D78B8ED2D6994907431822DF3F70C61899DA870_StaticFields { public: // System.Array/EmptyInternalEnumerator`1 System.Array/EmptyInternalEnumerator`1::Value EmptyInternalEnumerator_1_t7D78B8ED2D6994907431822DF3F70C61899DA870 * ___Value_0; public: inline static int32_t get_offset_of_Value_0() { return static_cast(offsetof(EmptyInternalEnumerator_1_t7D78B8ED2D6994907431822DF3F70C61899DA870_StaticFields, ___Value_0)); } inline EmptyInternalEnumerator_1_t7D78B8ED2D6994907431822DF3F70C61899DA870 * get_Value_0() const { return ___Value_0; } inline EmptyInternalEnumerator_1_t7D78B8ED2D6994907431822DF3F70C61899DA870 ** get_address_of_Value_0() { return &___Value_0; } inline void set_Value_0(EmptyInternalEnumerator_1_t7D78B8ED2D6994907431822DF3F70C61899DA870 * value) { ___Value_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___Value_0), (void*)value); } }; // System.Array/EmptyInternalEnumerator`1 // System.Array/EmptyInternalEnumerator`1 struct EmptyInternalEnumerator_1_tC33BA940B33128AB5252993B41D371E728B28C64_StaticFields { public: // System.Array/EmptyInternalEnumerator`1 System.Array/EmptyInternalEnumerator`1::Value EmptyInternalEnumerator_1_tC33BA940B33128AB5252993B41D371E728B28C64 * ___Value_0; public: inline static int32_t get_offset_of_Value_0() { return static_cast(offsetof(EmptyInternalEnumerator_1_tC33BA940B33128AB5252993B41D371E728B28C64_StaticFields, ___Value_0)); } inline EmptyInternalEnumerator_1_tC33BA940B33128AB5252993B41D371E728B28C64 * get_Value_0() const { return ___Value_0; } inline EmptyInternalEnumerator_1_tC33BA940B33128AB5252993B41D371E728B28C64 ** get_address_of_Value_0() { return &___Value_0; } inline void set_Value_0(EmptyInternalEnumerator_1_tC33BA940B33128AB5252993B41D371E728B28C64 * value) { ___Value_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___Value_0), (void*)value); } }; // System.Array/EmptyInternalEnumerator`1 // System.Array/EmptyInternalEnumerator`1 struct EmptyInternalEnumerator_1_tE33AC1C261115C13DB5646C12E381B7F32ECDD2F_StaticFields { public: // System.Array/EmptyInternalEnumerator`1 System.Array/EmptyInternalEnumerator`1::Value EmptyInternalEnumerator_1_tE33AC1C261115C13DB5646C12E381B7F32ECDD2F * ___Value_0; public: inline static int32_t get_offset_of_Value_0() { return static_cast(offsetof(EmptyInternalEnumerator_1_tE33AC1C261115C13DB5646C12E381B7F32ECDD2F_StaticFields, ___Value_0)); } inline EmptyInternalEnumerator_1_tE33AC1C261115C13DB5646C12E381B7F32ECDD2F * get_Value_0() const { return ___Value_0; } inline EmptyInternalEnumerator_1_tE33AC1C261115C13DB5646C12E381B7F32ECDD2F ** get_address_of_Value_0() { return &___Value_0; } inline void set_Value_0(EmptyInternalEnumerator_1_tE33AC1C261115C13DB5646C12E381B7F32ECDD2F * value) { ___Value_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___Value_0), (void*)value); } }; // System.Array/EmptyInternalEnumerator`1 // System.Array/EmptyInternalEnumerator`1 struct EmptyInternalEnumerator_1_tE7567E6BB8EA251B4D724020109F3E3C177C2160_StaticFields { public: // System.Array/EmptyInternalEnumerator`1 System.Array/EmptyInternalEnumerator`1::Value EmptyInternalEnumerator_1_tE7567E6BB8EA251B4D724020109F3E3C177C2160 * ___Value_0; public: inline static int32_t get_offset_of_Value_0() { return static_cast(offsetof(EmptyInternalEnumerator_1_tE7567E6BB8EA251B4D724020109F3E3C177C2160_StaticFields, ___Value_0)); } inline EmptyInternalEnumerator_1_tE7567E6BB8EA251B4D724020109F3E3C177C2160 * get_Value_0() const { return ___Value_0; } inline EmptyInternalEnumerator_1_tE7567E6BB8EA251B4D724020109F3E3C177C2160 ** get_address_of_Value_0() { return &___Value_0; } inline void set_Value_0(EmptyInternalEnumerator_1_tE7567E6BB8EA251B4D724020109F3E3C177C2160 * value) { ___Value_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___Value_0), (void*)value); } }; // System.Array/EmptyInternalEnumerator`1 // System.Array/EmptyInternalEnumerator`1 struct EmptyInternalEnumerator_1_t6BEB084D2BC1808D906100D677CCAE5E680B180E_StaticFields { public: // System.Array/EmptyInternalEnumerator`1 System.Array/EmptyInternalEnumerator`1::Value EmptyInternalEnumerator_1_t6BEB084D2BC1808D906100D677CCAE5E680B180E * ___Value_0; public: inline static int32_t get_offset_of_Value_0() { return static_cast(offsetof(EmptyInternalEnumerator_1_t6BEB084D2BC1808D906100D677CCAE5E680B180E_StaticFields, ___Value_0)); } inline EmptyInternalEnumerator_1_t6BEB084D2BC1808D906100D677CCAE5E680B180E * get_Value_0() const { return ___Value_0; } inline EmptyInternalEnumerator_1_t6BEB084D2BC1808D906100D677CCAE5E680B180E ** get_address_of_Value_0() { return &___Value_0; } inline void set_Value_0(EmptyInternalEnumerator_1_t6BEB084D2BC1808D906100D677CCAE5E680B180E * value) { ___Value_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___Value_0), (void*)value); } }; // System.Array/EmptyInternalEnumerator`1 // System.Array/EmptyInternalEnumerator`1 struct EmptyInternalEnumerator_1_t28361BD02237DAA066C206B11CE1747480563403_StaticFields { public: // System.Array/EmptyInternalEnumerator`1 System.Array/EmptyInternalEnumerator`1::Value EmptyInternalEnumerator_1_t28361BD02237DAA066C206B11CE1747480563403 * ___Value_0; public: inline static int32_t get_offset_of_Value_0() { return static_cast(offsetof(EmptyInternalEnumerator_1_t28361BD02237DAA066C206B11CE1747480563403_StaticFields, ___Value_0)); } inline EmptyInternalEnumerator_1_t28361BD02237DAA066C206B11CE1747480563403 * get_Value_0() const { return ___Value_0; } inline EmptyInternalEnumerator_1_t28361BD02237DAA066C206B11CE1747480563403 ** get_address_of_Value_0() { return &___Value_0; } inline void set_Value_0(EmptyInternalEnumerator_1_t28361BD02237DAA066C206B11CE1747480563403 * value) { ___Value_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___Value_0), (void*)value); } }; // System.Array/EmptyInternalEnumerator`1 // System.Array/EmptyInternalEnumerator`1 struct EmptyInternalEnumerator_1_t5DC1BD6DBE58432FD2AD24070F2C5A1970ECFED3_StaticFields { public: // System.Array/EmptyInternalEnumerator`1 System.Array/EmptyInternalEnumerator`1::Value EmptyInternalEnumerator_1_t5DC1BD6DBE58432FD2AD24070F2C5A1970ECFED3 * ___Value_0; public: inline static int32_t get_offset_of_Value_0() { return static_cast(offsetof(EmptyInternalEnumerator_1_t5DC1BD6DBE58432FD2AD24070F2C5A1970ECFED3_StaticFields, ___Value_0)); } inline EmptyInternalEnumerator_1_t5DC1BD6DBE58432FD2AD24070F2C5A1970ECFED3 * get_Value_0() const { return ___Value_0; } inline EmptyInternalEnumerator_1_t5DC1BD6DBE58432FD2AD24070F2C5A1970ECFED3 ** get_address_of_Value_0() { return &___Value_0; } inline void set_Value_0(EmptyInternalEnumerator_1_t5DC1BD6DBE58432FD2AD24070F2C5A1970ECFED3 * value) { ___Value_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___Value_0), (void*)value); } }; // System.Array/EmptyInternalEnumerator`1 // System.Array/EmptyInternalEnumerator`1 struct EmptyInternalEnumerator_1_t3D712869A1A38EC649025A0DAD21E601A327F57A_StaticFields { public: // System.Array/EmptyInternalEnumerator`1 System.Array/EmptyInternalEnumerator`1::Value EmptyInternalEnumerator_1_t3D712869A1A38EC649025A0DAD21E601A327F57A * ___Value_0; public: inline static int32_t get_offset_of_Value_0() { return static_cast(offsetof(EmptyInternalEnumerator_1_t3D712869A1A38EC649025A0DAD21E601A327F57A_StaticFields, ___Value_0)); } inline EmptyInternalEnumerator_1_t3D712869A1A38EC649025A0DAD21E601A327F57A * get_Value_0() const { return ___Value_0; } inline EmptyInternalEnumerator_1_t3D712869A1A38EC649025A0DAD21E601A327F57A ** get_address_of_Value_0() { return &___Value_0; } inline void set_Value_0(EmptyInternalEnumerator_1_t3D712869A1A38EC649025A0DAD21E601A327F57A * value) { ___Value_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___Value_0), (void*)value); } }; // System.Array/EmptyInternalEnumerator`1 // System.Array/EmptyInternalEnumerator`1 struct EmptyInternalEnumerator_1_t7A683453405B1E11CE3B7C74EE32E654E5D3D003_StaticFields { public: // System.Array/EmptyInternalEnumerator`1 System.Array/EmptyInternalEnumerator`1::Value EmptyInternalEnumerator_1_t7A683453405B1E11CE3B7C74EE32E654E5D3D003 * ___Value_0; public: inline static int32_t get_offset_of_Value_0() { return static_cast(offsetof(EmptyInternalEnumerator_1_t7A683453405B1E11CE3B7C74EE32E654E5D3D003_StaticFields, ___Value_0)); } inline EmptyInternalEnumerator_1_t7A683453405B1E11CE3B7C74EE32E654E5D3D003 * get_Value_0() const { return ___Value_0; } inline EmptyInternalEnumerator_1_t7A683453405B1E11CE3B7C74EE32E654E5D3D003 ** get_address_of_Value_0() { return &___Value_0; } inline void set_Value_0(EmptyInternalEnumerator_1_t7A683453405B1E11CE3B7C74EE32E654E5D3D003 * value) { ___Value_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___Value_0), (void*)value); } }; // System.Array/EmptyInternalEnumerator`1 // System.Array/EmptyInternalEnumerator`1 struct EmptyInternalEnumerator_1_tCA1A006B3D27CD3CDE87FFF120D7BAE084D25D36_StaticFields { public: // System.Array/EmptyInternalEnumerator`1 System.Array/EmptyInternalEnumerator`1::Value EmptyInternalEnumerator_1_tCA1A006B3D27CD3CDE87FFF120D7BAE084D25D36 * ___Value_0; public: inline static int32_t get_offset_of_Value_0() { return static_cast(offsetof(EmptyInternalEnumerator_1_tCA1A006B3D27CD3CDE87FFF120D7BAE084D25D36_StaticFields, ___Value_0)); } inline EmptyInternalEnumerator_1_tCA1A006B3D27CD3CDE87FFF120D7BAE084D25D36 * get_Value_0() const { return ___Value_0; } inline EmptyInternalEnumerator_1_tCA1A006B3D27CD3CDE87FFF120D7BAE084D25D36 ** get_address_of_Value_0() { return &___Value_0; } inline void set_Value_0(EmptyInternalEnumerator_1_tCA1A006B3D27CD3CDE87FFF120D7BAE084D25D36 * value) { ___Value_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___Value_0), (void*)value); } }; // System.Array/EmptyInternalEnumerator`1 // System.Array/EmptyInternalEnumerator`1 struct EmptyInternalEnumerator_1_tD9017A6FD9B3F46A6027C8679C211AD08F0B9E16_StaticFields { public: // System.Array/EmptyInternalEnumerator`1 System.Array/EmptyInternalEnumerator`1::Value EmptyInternalEnumerator_1_tD9017A6FD9B3F46A6027C8679C211AD08F0B9E16 * ___Value_0; public: inline static int32_t get_offset_of_Value_0() { return static_cast(offsetof(EmptyInternalEnumerator_1_tD9017A6FD9B3F46A6027C8679C211AD08F0B9E16_StaticFields, ___Value_0)); } inline EmptyInternalEnumerator_1_tD9017A6FD9B3F46A6027C8679C211AD08F0B9E16 * get_Value_0() const { return ___Value_0; } inline EmptyInternalEnumerator_1_tD9017A6FD9B3F46A6027C8679C211AD08F0B9E16 ** get_address_of_Value_0() { return &___Value_0; } inline void set_Value_0(EmptyInternalEnumerator_1_tD9017A6FD9B3F46A6027C8679C211AD08F0B9E16 * value) { ___Value_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___Value_0), (void*)value); } }; // System.Array/EmptyInternalEnumerator`1 // System.Array/EmptyInternalEnumerator`1 struct EmptyInternalEnumerator_1_tA61AF8C8594BD6ADF80D10C379D81BDD57EA3A5D_StaticFields { public: // System.Array/EmptyInternalEnumerator`1 System.Array/EmptyInternalEnumerator`1::Value EmptyInternalEnumerator_1_tA61AF8C8594BD6ADF80D10C379D81BDD57EA3A5D * ___Value_0; public: inline static int32_t get_offset_of_Value_0() { return static_cast(offsetof(EmptyInternalEnumerator_1_tA61AF8C8594BD6ADF80D10C379D81BDD57EA3A5D_StaticFields, ___Value_0)); } inline EmptyInternalEnumerator_1_tA61AF8C8594BD6ADF80D10C379D81BDD57EA3A5D * get_Value_0() const { return ___Value_0; } inline EmptyInternalEnumerator_1_tA61AF8C8594BD6ADF80D10C379D81BDD57EA3A5D ** get_address_of_Value_0() { return &___Value_0; } inline void set_Value_0(EmptyInternalEnumerator_1_tA61AF8C8594BD6ADF80D10C379D81BDD57EA3A5D * value) { ___Value_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___Value_0), (void*)value); } }; // System.Array/EmptyInternalEnumerator`1 // System.Array/EmptyInternalEnumerator`1 struct EmptyInternalEnumerator_1_tFA941F7D9F1310C18343514C062A63AE7526CB99_StaticFields { public: // System.Array/EmptyInternalEnumerator`1 System.Array/EmptyInternalEnumerator`1::Value EmptyInternalEnumerator_1_tFA941F7D9F1310C18343514C062A63AE7526CB99 * ___Value_0; public: inline static int32_t get_offset_of_Value_0() { return static_cast(offsetof(EmptyInternalEnumerator_1_tFA941F7D9F1310C18343514C062A63AE7526CB99_StaticFields, ___Value_0)); } inline EmptyInternalEnumerator_1_tFA941F7D9F1310C18343514C062A63AE7526CB99 * get_Value_0() const { return ___Value_0; } inline EmptyInternalEnumerator_1_tFA941F7D9F1310C18343514C062A63AE7526CB99 ** get_address_of_Value_0() { return &___Value_0; } inline void set_Value_0(EmptyInternalEnumerator_1_tFA941F7D9F1310C18343514C062A63AE7526CB99 * value) { ___Value_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___Value_0), (void*)value); } }; // System.Array/EmptyInternalEnumerator`1 // System.Array/EmptyInternalEnumerator`1 struct EmptyInternalEnumerator_1_t20A6E62029D868B2FC8F6349E1E22AFD495F97E7_StaticFields { public: // System.Array/EmptyInternalEnumerator`1 System.Array/EmptyInternalEnumerator`1::Value EmptyInternalEnumerator_1_t20A6E62029D868B2FC8F6349E1E22AFD495F97E7 * ___Value_0; public: inline static int32_t get_offset_of_Value_0() { return static_cast(offsetof(EmptyInternalEnumerator_1_t20A6E62029D868B2FC8F6349E1E22AFD495F97E7_StaticFields, ___Value_0)); } inline EmptyInternalEnumerator_1_t20A6E62029D868B2FC8F6349E1E22AFD495F97E7 * get_Value_0() const { return ___Value_0; } inline EmptyInternalEnumerator_1_t20A6E62029D868B2FC8F6349E1E22AFD495F97E7 ** get_address_of_Value_0() { return &___Value_0; } inline void set_Value_0(EmptyInternalEnumerator_1_t20A6E62029D868B2FC8F6349E1E22AFD495F97E7 * value) { ___Value_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___Value_0), (void*)value); } }; // System.Array/EmptyInternalEnumerator`1 // System.Array/EmptyInternalEnumerator`1 struct EmptyInternalEnumerator_1_t57D078EEBED8E750A04791076167E9CD447656B7_StaticFields { public: // System.Array/EmptyInternalEnumerator`1 System.Array/EmptyInternalEnumerator`1::Value EmptyInternalEnumerator_1_t57D078EEBED8E750A04791076167E9CD447656B7 * ___Value_0; public: inline static int32_t get_offset_of_Value_0() { return static_cast(offsetof(EmptyInternalEnumerator_1_t57D078EEBED8E750A04791076167E9CD447656B7_StaticFields, ___Value_0)); } inline EmptyInternalEnumerator_1_t57D078EEBED8E750A04791076167E9CD447656B7 * get_Value_0() const { return ___Value_0; } inline EmptyInternalEnumerator_1_t57D078EEBED8E750A04791076167E9CD447656B7 ** get_address_of_Value_0() { return &___Value_0; } inline void set_Value_0(EmptyInternalEnumerator_1_t57D078EEBED8E750A04791076167E9CD447656B7 * value) { ___Value_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___Value_0), (void*)value); } }; // System.Array/EmptyInternalEnumerator`1 // System.Array/EmptyInternalEnumerator`1 struct EmptyInternalEnumerator_1_tE1762C69884D124A5642023609CDDE2036FD1FA2_StaticFields { public: // System.Array/EmptyInternalEnumerator`1 System.Array/EmptyInternalEnumerator`1::Value EmptyInternalEnumerator_1_tE1762C69884D124A5642023609CDDE2036FD1FA2 * ___Value_0; public: inline static int32_t get_offset_of_Value_0() { return static_cast(offsetof(EmptyInternalEnumerator_1_tE1762C69884D124A5642023609CDDE2036FD1FA2_StaticFields, ___Value_0)); } inline EmptyInternalEnumerator_1_tE1762C69884D124A5642023609CDDE2036FD1FA2 * get_Value_0() const { return ___Value_0; } inline EmptyInternalEnumerator_1_tE1762C69884D124A5642023609CDDE2036FD1FA2 ** get_address_of_Value_0() { return &___Value_0; } inline void set_Value_0(EmptyInternalEnumerator_1_tE1762C69884D124A5642023609CDDE2036FD1FA2 * value) { ___Value_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___Value_0), (void*)value); } }; // System.Array/EmptyInternalEnumerator`1 // System.Array/EmptyInternalEnumerator`1 struct EmptyInternalEnumerator_1_tA5EC5164E7CEB028A21B00DB1EB420BD203D87A8_StaticFields { public: // System.Array/EmptyInternalEnumerator`1 System.Array/EmptyInternalEnumerator`1::Value EmptyInternalEnumerator_1_tA5EC5164E7CEB028A21B00DB1EB420BD203D87A8 * ___Value_0; public: inline static int32_t get_offset_of_Value_0() { return static_cast(offsetof(EmptyInternalEnumerator_1_tA5EC5164E7CEB028A21B00DB1EB420BD203D87A8_StaticFields, ___Value_0)); } inline EmptyInternalEnumerator_1_tA5EC5164E7CEB028A21B00DB1EB420BD203D87A8 * get_Value_0() const { return ___Value_0; } inline EmptyInternalEnumerator_1_tA5EC5164E7CEB028A21B00DB1EB420BD203D87A8 ** get_address_of_Value_0() { return &___Value_0; } inline void set_Value_0(EmptyInternalEnumerator_1_tA5EC5164E7CEB028A21B00DB1EB420BD203D87A8 * value) { ___Value_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___Value_0), (void*)value); } }; // System.Array/EmptyInternalEnumerator`1 // System.Array/EmptyInternalEnumerator`1 struct EmptyInternalEnumerator_1_tE273924199065C212041718B598F5734839D142E_StaticFields { public: // System.Array/EmptyInternalEnumerator`1 System.Array/EmptyInternalEnumerator`1::Value EmptyInternalEnumerator_1_tE273924199065C212041718B598F5734839D142E * ___Value_0; public: inline static int32_t get_offset_of_Value_0() { return static_cast(offsetof(EmptyInternalEnumerator_1_tE273924199065C212041718B598F5734839D142E_StaticFields, ___Value_0)); } inline EmptyInternalEnumerator_1_tE273924199065C212041718B598F5734839D142E * get_Value_0() const { return ___Value_0; } inline EmptyInternalEnumerator_1_tE273924199065C212041718B598F5734839D142E ** get_address_of_Value_0() { return &___Value_0; } inline void set_Value_0(EmptyInternalEnumerator_1_tE273924199065C212041718B598F5734839D142E * value) { ___Value_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___Value_0), (void*)value); } }; // System.Array/EmptyInternalEnumerator`1 // System.Array/EmptyInternalEnumerator`1 struct EmptyInternalEnumerator_1_tE697715FD913EAFBA4E17D8865C36C4863EC7428_StaticFields { public: // System.Array/EmptyInternalEnumerator`1 System.Array/EmptyInternalEnumerator`1::Value EmptyInternalEnumerator_1_tE697715FD913EAFBA4E17D8865C36C4863EC7428 * ___Value_0; public: inline static int32_t get_offset_of_Value_0() { return static_cast(offsetof(EmptyInternalEnumerator_1_tE697715FD913EAFBA4E17D8865C36C4863EC7428_StaticFields, ___Value_0)); } inline EmptyInternalEnumerator_1_tE697715FD913EAFBA4E17D8865C36C4863EC7428 * get_Value_0() const { return ___Value_0; } inline EmptyInternalEnumerator_1_tE697715FD913EAFBA4E17D8865C36C4863EC7428 ** get_address_of_Value_0() { return &___Value_0; } inline void set_Value_0(EmptyInternalEnumerator_1_tE697715FD913EAFBA4E17D8865C36C4863EC7428 * value) { ___Value_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___Value_0), (void*)value); } }; // System.Array/EmptyInternalEnumerator`1 // System.Array/EmptyInternalEnumerator`1 struct EmptyInternalEnumerator_1_t3105CF83CD9BCB53534C1A58DA924FB226F4A2C5_StaticFields { public: // System.Array/EmptyInternalEnumerator`1 System.Array/EmptyInternalEnumerator`1::Value EmptyInternalEnumerator_1_t3105CF83CD9BCB53534C1A58DA924FB226F4A2C5 * ___Value_0; public: inline static int32_t get_offset_of_Value_0() { return static_cast(offsetof(EmptyInternalEnumerator_1_t3105CF83CD9BCB53534C1A58DA924FB226F4A2C5_StaticFields, ___Value_0)); } inline EmptyInternalEnumerator_1_t3105CF83CD9BCB53534C1A58DA924FB226F4A2C5 * get_Value_0() const { return ___Value_0; } inline EmptyInternalEnumerator_1_t3105CF83CD9BCB53534C1A58DA924FB226F4A2C5 ** get_address_of_Value_0() { return &___Value_0; } inline void set_Value_0(EmptyInternalEnumerator_1_t3105CF83CD9BCB53534C1A58DA924FB226F4A2C5 * value) { ___Value_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___Value_0), (void*)value); } }; // System.Array/EmptyInternalEnumerator`1 // System.Array/EmptyInternalEnumerator`1 struct EmptyInternalEnumerator_1_tC497CFE7E54D32E49F6EDBD2EEC94FF24748E774_StaticFields { public: // System.Array/EmptyInternalEnumerator`1 System.Array/EmptyInternalEnumerator`1::Value EmptyInternalEnumerator_1_tC497CFE7E54D32E49F6EDBD2EEC94FF24748E774 * ___Value_0; public: inline static int32_t get_offset_of_Value_0() { return static_cast(offsetof(EmptyInternalEnumerator_1_tC497CFE7E54D32E49F6EDBD2EEC94FF24748E774_StaticFields, ___Value_0)); } inline EmptyInternalEnumerator_1_tC497CFE7E54D32E49F6EDBD2EEC94FF24748E774 * get_Value_0() const { return ___Value_0; } inline EmptyInternalEnumerator_1_tC497CFE7E54D32E49F6EDBD2EEC94FF24748E774 ** get_address_of_Value_0() { return &___Value_0; } inline void set_Value_0(EmptyInternalEnumerator_1_tC497CFE7E54D32E49F6EDBD2EEC94FF24748E774 * value) { ___Value_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___Value_0), (void*)value); } }; // System.Array/EmptyInternalEnumerator`1 // System.Array/EmptyInternalEnumerator`1 struct EmptyInternalEnumerator_1_tE67FF7685F44E27CF9E5E66F2D329F5A87F189F5_StaticFields { public: // System.Array/EmptyInternalEnumerator`1 System.Array/EmptyInternalEnumerator`1::Value EmptyInternalEnumerator_1_tE67FF7685F44E27CF9E5E66F2D329F5A87F189F5 * ___Value_0; public: inline static int32_t get_offset_of_Value_0() { return static_cast(offsetof(EmptyInternalEnumerator_1_tE67FF7685F44E27CF9E5E66F2D329F5A87F189F5_StaticFields, ___Value_0)); } inline EmptyInternalEnumerator_1_tE67FF7685F44E27CF9E5E66F2D329F5A87F189F5 * get_Value_0() const { return ___Value_0; } inline EmptyInternalEnumerator_1_tE67FF7685F44E27CF9E5E66F2D329F5A87F189F5 ** get_address_of_Value_0() { return &___Value_0; } inline void set_Value_0(EmptyInternalEnumerator_1_tE67FF7685F44E27CF9E5E66F2D329F5A87F189F5 * value) { ___Value_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___Value_0), (void*)value); } }; // System.Array/EmptyInternalEnumerator`1 // System.Array/EmptyInternalEnumerator`1 struct EmptyInternalEnumerator_1_tDFBF4198A6A41EFCDB69F00825A2AD0BD14DE103_StaticFields { public: // System.Array/EmptyInternalEnumerator`1 System.Array/EmptyInternalEnumerator`1::Value EmptyInternalEnumerator_1_tDFBF4198A6A41EFCDB69F00825A2AD0BD14DE103 * ___Value_0; public: inline static int32_t get_offset_of_Value_0() { return static_cast(offsetof(EmptyInternalEnumerator_1_tDFBF4198A6A41EFCDB69F00825A2AD0BD14DE103_StaticFields, ___Value_0)); } inline EmptyInternalEnumerator_1_tDFBF4198A6A41EFCDB69F00825A2AD0BD14DE103 * get_Value_0() const { return ___Value_0; } inline EmptyInternalEnumerator_1_tDFBF4198A6A41EFCDB69F00825A2AD0BD14DE103 ** get_address_of_Value_0() { return &___Value_0; } inline void set_Value_0(EmptyInternalEnumerator_1_tDFBF4198A6A41EFCDB69F00825A2AD0BD14DE103 * value) { ___Value_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___Value_0), (void*)value); } }; // System.Array/EmptyInternalEnumerator`1 // System.Array/EmptyInternalEnumerator`1 struct EmptyInternalEnumerator_1_t8096FB9EDCD3F7EDF91BD916709CF02EFDBB432B_StaticFields { public: // System.Array/EmptyInternalEnumerator`1 System.Array/EmptyInternalEnumerator`1::Value EmptyInternalEnumerator_1_t8096FB9EDCD3F7EDF91BD916709CF02EFDBB432B * ___Value_0; public: inline static int32_t get_offset_of_Value_0() { return static_cast(offsetof(EmptyInternalEnumerator_1_t8096FB9EDCD3F7EDF91BD916709CF02EFDBB432B_StaticFields, ___Value_0)); } inline EmptyInternalEnumerator_1_t8096FB9EDCD3F7EDF91BD916709CF02EFDBB432B * get_Value_0() const { return ___Value_0; } inline EmptyInternalEnumerator_1_t8096FB9EDCD3F7EDF91BD916709CF02EFDBB432B ** get_address_of_Value_0() { return &___Value_0; } inline void set_Value_0(EmptyInternalEnumerator_1_t8096FB9EDCD3F7EDF91BD916709CF02EFDBB432B * value) { ___Value_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___Value_0), (void*)value); } }; // System.Array/EmptyInternalEnumerator`1 // System.Array/EmptyInternalEnumerator`1 struct EmptyInternalEnumerator_1_t13378F229E2E4DC22603AEED1C10CEAFED4A2E0F_StaticFields { public: // System.Array/EmptyInternalEnumerator`1 System.Array/EmptyInternalEnumerator`1::Value EmptyInternalEnumerator_1_t13378F229E2E4DC22603AEED1C10CEAFED4A2E0F * ___Value_0; public: inline static int32_t get_offset_of_Value_0() { return static_cast(offsetof(EmptyInternalEnumerator_1_t13378F229E2E4DC22603AEED1C10CEAFED4A2E0F_StaticFields, ___Value_0)); } inline EmptyInternalEnumerator_1_t13378F229E2E4DC22603AEED1C10CEAFED4A2E0F * get_Value_0() const { return ___Value_0; } inline EmptyInternalEnumerator_1_t13378F229E2E4DC22603AEED1C10CEAFED4A2E0F ** get_address_of_Value_0() { return &___Value_0; } inline void set_Value_0(EmptyInternalEnumerator_1_t13378F229E2E4DC22603AEED1C10CEAFED4A2E0F * value) { ___Value_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___Value_0), (void*)value); } }; // System.Array/EmptyInternalEnumerator`1 // System.Array/EmptyInternalEnumerator`1 struct EmptyInternalEnumerator_1_t069A8F46B23F5F7C42F0609ECC8560CE8353AC95_StaticFields { public: // System.Array/EmptyInternalEnumerator`1 System.Array/EmptyInternalEnumerator`1::Value EmptyInternalEnumerator_1_t069A8F46B23F5F7C42F0609ECC8560CE8353AC95 * ___Value_0; public: inline static int32_t get_offset_of_Value_0() { return static_cast(offsetof(EmptyInternalEnumerator_1_t069A8F46B23F5F7C42F0609ECC8560CE8353AC95_StaticFields, ___Value_0)); } inline EmptyInternalEnumerator_1_t069A8F46B23F5F7C42F0609ECC8560CE8353AC95 * get_Value_0() const { return ___Value_0; } inline EmptyInternalEnumerator_1_t069A8F46B23F5F7C42F0609ECC8560CE8353AC95 ** get_address_of_Value_0() { return &___Value_0; } inline void set_Value_0(EmptyInternalEnumerator_1_t069A8F46B23F5F7C42F0609ECC8560CE8353AC95 * value) { ___Value_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___Value_0), (void*)value); } }; // System.Array/EmptyInternalEnumerator`1 // System.Array/EmptyInternalEnumerator`1 struct EmptyInternalEnumerator_1_t13EFB0F6A71E5D69F639A074499CB97EEE02356B_StaticFields { public: // System.Array/EmptyInternalEnumerator`1 System.Array/EmptyInternalEnumerator`1::Value EmptyInternalEnumerator_1_t13EFB0F6A71E5D69F639A074499CB97EEE02356B * ___Value_0; public: inline static int32_t get_offset_of_Value_0() { return static_cast(offsetof(EmptyInternalEnumerator_1_t13EFB0F6A71E5D69F639A074499CB97EEE02356B_StaticFields, ___Value_0)); } inline EmptyInternalEnumerator_1_t13EFB0F6A71E5D69F639A074499CB97EEE02356B * get_Value_0() const { return ___Value_0; } inline EmptyInternalEnumerator_1_t13EFB0F6A71E5D69F639A074499CB97EEE02356B ** get_address_of_Value_0() { return &___Value_0; } inline void set_Value_0(EmptyInternalEnumerator_1_t13EFB0F6A71E5D69F639A074499CB97EEE02356B * value) { ___Value_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___Value_0), (void*)value); } }; // System.Array/EmptyInternalEnumerator`1 // System.Array/EmptyInternalEnumerator`1 struct EmptyInternalEnumerator_1_t279FEE66D5269BCAFAE1A52E72858BBDB6786F92_StaticFields { public: // System.Array/EmptyInternalEnumerator`1 System.Array/EmptyInternalEnumerator`1::Value EmptyInternalEnumerator_1_t279FEE66D5269BCAFAE1A52E72858BBDB6786F92 * ___Value_0; public: inline static int32_t get_offset_of_Value_0() { return static_cast(offsetof(EmptyInternalEnumerator_1_t279FEE66D5269BCAFAE1A52E72858BBDB6786F92_StaticFields, ___Value_0)); } inline EmptyInternalEnumerator_1_t279FEE66D5269BCAFAE1A52E72858BBDB6786F92 * get_Value_0() const { return ___Value_0; } inline EmptyInternalEnumerator_1_t279FEE66D5269BCAFAE1A52E72858BBDB6786F92 ** get_address_of_Value_0() { return &___Value_0; } inline void set_Value_0(EmptyInternalEnumerator_1_t279FEE66D5269BCAFAE1A52E72858BBDB6786F92 * value) { ___Value_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___Value_0), (void*)value); } }; // System.Array/EmptyInternalEnumerator`1 // System.Array/EmptyInternalEnumerator`1 struct EmptyInternalEnumerator_1_tC7B404BFFB6EFE7AD7010E1251BD57B3096A7E54_StaticFields { public: // System.Array/EmptyInternalEnumerator`1 System.Array/EmptyInternalEnumerator`1::Value EmptyInternalEnumerator_1_tC7B404BFFB6EFE7AD7010E1251BD57B3096A7E54 * ___Value_0; public: inline static int32_t get_offset_of_Value_0() { return static_cast(offsetof(EmptyInternalEnumerator_1_tC7B404BFFB6EFE7AD7010E1251BD57B3096A7E54_StaticFields, ___Value_0)); } inline EmptyInternalEnumerator_1_tC7B404BFFB6EFE7AD7010E1251BD57B3096A7E54 * get_Value_0() const { return ___Value_0; } inline EmptyInternalEnumerator_1_tC7B404BFFB6EFE7AD7010E1251BD57B3096A7E54 ** get_address_of_Value_0() { return &___Value_0; } inline void set_Value_0(EmptyInternalEnumerator_1_tC7B404BFFB6EFE7AD7010E1251BD57B3096A7E54 * value) { ___Value_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___Value_0), (void*)value); } }; // System.Array/EmptyInternalEnumerator`1 // System.Array/EmptyInternalEnumerator`1 struct EmptyInternalEnumerator_1_t6E1F01990B14E5CF70A5275B3CAB2CA9D5138DDC_StaticFields { public: // System.Array/EmptyInternalEnumerator`1 System.Array/EmptyInternalEnumerator`1::Value EmptyInternalEnumerator_1_t6E1F01990B14E5CF70A5275B3CAB2CA9D5138DDC * ___Value_0; public: inline static int32_t get_offset_of_Value_0() { return static_cast(offsetof(EmptyInternalEnumerator_1_t6E1F01990B14E5CF70A5275B3CAB2CA9D5138DDC_StaticFields, ___Value_0)); } inline EmptyInternalEnumerator_1_t6E1F01990B14E5CF70A5275B3CAB2CA9D5138DDC * get_Value_0() const { return ___Value_0; } inline EmptyInternalEnumerator_1_t6E1F01990B14E5CF70A5275B3CAB2CA9D5138DDC ** get_address_of_Value_0() { return &___Value_0; } inline void set_Value_0(EmptyInternalEnumerator_1_t6E1F01990B14E5CF70A5275B3CAB2CA9D5138DDC * value) { ___Value_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___Value_0), (void*)value); } }; // System.Array/EmptyInternalEnumerator`1 // System.Array/EmptyInternalEnumerator`1 struct EmptyInternalEnumerator_1_t84A8DF33473F4D6DAB214658DA8981FDA9C2007F_StaticFields { public: // System.Array/EmptyInternalEnumerator`1 System.Array/EmptyInternalEnumerator`1::Value EmptyInternalEnumerator_1_t84A8DF33473F4D6DAB214658DA8981FDA9C2007F * ___Value_0; public: inline static int32_t get_offset_of_Value_0() { return static_cast(offsetof(EmptyInternalEnumerator_1_t84A8DF33473F4D6DAB214658DA8981FDA9C2007F_StaticFields, ___Value_0)); } inline EmptyInternalEnumerator_1_t84A8DF33473F4D6DAB214658DA8981FDA9C2007F * get_Value_0() const { return ___Value_0; } inline EmptyInternalEnumerator_1_t84A8DF33473F4D6DAB214658DA8981FDA9C2007F ** get_address_of_Value_0() { return &___Value_0; } inline void set_Value_0(EmptyInternalEnumerator_1_t84A8DF33473F4D6DAB214658DA8981FDA9C2007F * value) { ___Value_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___Value_0), (void*)value); } }; // System.Array/EmptyInternalEnumerator`1 // System.Array/EmptyInternalEnumerator`1 struct EmptyInternalEnumerator_1_tEED4261EED459AEC3771D6198D494C8571BFE110_StaticFields { public: // System.Array/EmptyInternalEnumerator`1 System.Array/EmptyInternalEnumerator`1::Value EmptyInternalEnumerator_1_tEED4261EED459AEC3771D6198D494C8571BFE110 * ___Value_0; public: inline static int32_t get_offset_of_Value_0() { return static_cast(offsetof(EmptyInternalEnumerator_1_tEED4261EED459AEC3771D6198D494C8571BFE110_StaticFields, ___Value_0)); } inline EmptyInternalEnumerator_1_tEED4261EED459AEC3771D6198D494C8571BFE110 * get_Value_0() const { return ___Value_0; } inline EmptyInternalEnumerator_1_tEED4261EED459AEC3771D6198D494C8571BFE110 ** get_address_of_Value_0() { return &___Value_0; } inline void set_Value_0(EmptyInternalEnumerator_1_tEED4261EED459AEC3771D6198D494C8571BFE110 * value) { ___Value_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___Value_0), (void*)value); } }; // System.Array/EmptyInternalEnumerator`1 // System.Array/EmptyInternalEnumerator`1 struct EmptyInternalEnumerator_1_t18B58D648CF8DB7AFA8148912BCC28974CD5D2EE_StaticFields { public: // System.Array/EmptyInternalEnumerator`1 System.Array/EmptyInternalEnumerator`1::Value EmptyInternalEnumerator_1_t18B58D648CF8DB7AFA8148912BCC28974CD5D2EE * ___Value_0; public: inline static int32_t get_offset_of_Value_0() { return static_cast(offsetof(EmptyInternalEnumerator_1_t18B58D648CF8DB7AFA8148912BCC28974CD5D2EE_StaticFields, ___Value_0)); } inline EmptyInternalEnumerator_1_t18B58D648CF8DB7AFA8148912BCC28974CD5D2EE * get_Value_0() const { return ___Value_0; } inline EmptyInternalEnumerator_1_t18B58D648CF8DB7AFA8148912BCC28974CD5D2EE ** get_address_of_Value_0() { return &___Value_0; } inline void set_Value_0(EmptyInternalEnumerator_1_t18B58D648CF8DB7AFA8148912BCC28974CD5D2EE * value) { ___Value_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___Value_0), (void*)value); } }; // System.Array/EmptyInternalEnumerator`1 // System.Array/EmptyInternalEnumerator`1 struct EmptyInternalEnumerator_1_tAFBF291D27B33B60D837072DFB7B292FD1301E38_StaticFields { public: // System.Array/EmptyInternalEnumerator`1 System.Array/EmptyInternalEnumerator`1::Value EmptyInternalEnumerator_1_tAFBF291D27B33B60D837072DFB7B292FD1301E38 * ___Value_0; public: inline static int32_t get_offset_of_Value_0() { return static_cast(offsetof(EmptyInternalEnumerator_1_tAFBF291D27B33B60D837072DFB7B292FD1301E38_StaticFields, ___Value_0)); } inline EmptyInternalEnumerator_1_tAFBF291D27B33B60D837072DFB7B292FD1301E38 * get_Value_0() const { return ___Value_0; } inline EmptyInternalEnumerator_1_tAFBF291D27B33B60D837072DFB7B292FD1301E38 ** get_address_of_Value_0() { return &___Value_0; } inline void set_Value_0(EmptyInternalEnumerator_1_tAFBF291D27B33B60D837072DFB7B292FD1301E38 * value) { ___Value_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___Value_0), (void*)value); } }; // System.Array/EmptyInternalEnumerator`1 // System.Array/EmptyInternalEnumerator`1 struct EmptyInternalEnumerator_1_t7B4E263007B5245D364F3DE57E8D413F0EC5B282_StaticFields { public: // System.Array/EmptyInternalEnumerator`1 System.Array/EmptyInternalEnumerator`1::Value EmptyInternalEnumerator_1_t7B4E263007B5245D364F3DE57E8D413F0EC5B282 * ___Value_0; public: inline static int32_t get_offset_of_Value_0() { return static_cast(offsetof(EmptyInternalEnumerator_1_t7B4E263007B5245D364F3DE57E8D413F0EC5B282_StaticFields, ___Value_0)); } inline EmptyInternalEnumerator_1_t7B4E263007B5245D364F3DE57E8D413F0EC5B282 * get_Value_0() const { return ___Value_0; } inline EmptyInternalEnumerator_1_t7B4E263007B5245D364F3DE57E8D413F0EC5B282 ** get_address_of_Value_0() { return &___Value_0; } inline void set_Value_0(EmptyInternalEnumerator_1_t7B4E263007B5245D364F3DE57E8D413F0EC5B282 * value) { ___Value_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___Value_0), (void*)value); } }; // System.Array/EmptyInternalEnumerator`1 // System.Array/EmptyInternalEnumerator`1 struct EmptyInternalEnumerator_1_t7AADAEA1DA96907AC2064CD661624BAF7CEEA9C6_StaticFields { public: // System.Array/EmptyInternalEnumerator`1 System.Array/EmptyInternalEnumerator`1::Value EmptyInternalEnumerator_1_t7AADAEA1DA96907AC2064CD661624BAF7CEEA9C6 * ___Value_0; public: inline static int32_t get_offset_of_Value_0() { return static_cast(offsetof(EmptyInternalEnumerator_1_t7AADAEA1DA96907AC2064CD661624BAF7CEEA9C6_StaticFields, ___Value_0)); } inline EmptyInternalEnumerator_1_t7AADAEA1DA96907AC2064CD661624BAF7CEEA9C6 * get_Value_0() const { return ___Value_0; } inline EmptyInternalEnumerator_1_t7AADAEA1DA96907AC2064CD661624BAF7CEEA9C6 ** get_address_of_Value_0() { return &___Value_0; } inline void set_Value_0(EmptyInternalEnumerator_1_t7AADAEA1DA96907AC2064CD661624BAF7CEEA9C6 * value) { ___Value_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___Value_0), (void*)value); } }; // System.Array/EmptyInternalEnumerator`1 // System.Array/EmptyInternalEnumerator`1 struct EmptyInternalEnumerator_1_t35CEF44640E855F55F038A9D9DE6AC3C435D4D3F_StaticFields { public: // System.Array/EmptyInternalEnumerator`1 System.Array/EmptyInternalEnumerator`1::Value EmptyInternalEnumerator_1_t35CEF44640E855F55F038A9D9DE6AC3C435D4D3F * ___Value_0; public: inline static int32_t get_offset_of_Value_0() { return static_cast(offsetof(EmptyInternalEnumerator_1_t35CEF44640E855F55F038A9D9DE6AC3C435D4D3F_StaticFields, ___Value_0)); } inline EmptyInternalEnumerator_1_t35CEF44640E855F55F038A9D9DE6AC3C435D4D3F * get_Value_0() const { return ___Value_0; } inline EmptyInternalEnumerator_1_t35CEF44640E855F55F038A9D9DE6AC3C435D4D3F ** get_address_of_Value_0() { return &___Value_0; } inline void set_Value_0(EmptyInternalEnumerator_1_t35CEF44640E855F55F038A9D9DE6AC3C435D4D3F * value) { ___Value_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___Value_0), (void*)value); } }; // System.Array/EmptyInternalEnumerator`1 // System.Array/EmptyInternalEnumerator`1 struct EmptyInternalEnumerator_1_tB0204AEDE076DC986248229638A80CDDE8B26F51_StaticFields { public: // System.Array/EmptyInternalEnumerator`1 System.Array/EmptyInternalEnumerator`1::Value EmptyInternalEnumerator_1_tB0204AEDE076DC986248229638A80CDDE8B26F51 * ___Value_0; public: inline static int32_t get_offset_of_Value_0() { return static_cast(offsetof(EmptyInternalEnumerator_1_tB0204AEDE076DC986248229638A80CDDE8B26F51_StaticFields, ___Value_0)); } inline EmptyInternalEnumerator_1_tB0204AEDE076DC986248229638A80CDDE8B26F51 * get_Value_0() const { return ___Value_0; } inline EmptyInternalEnumerator_1_tB0204AEDE076DC986248229638A80CDDE8B26F51 ** get_address_of_Value_0() { return &___Value_0; } inline void set_Value_0(EmptyInternalEnumerator_1_tB0204AEDE076DC986248229638A80CDDE8B26F51 * value) { ___Value_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___Value_0), (void*)value); } }; // System.Array/EmptyInternalEnumerator`1 // System.Array/EmptyInternalEnumerator`1 struct EmptyInternalEnumerator_1_t138F9C08430E69EA3E201558737AF4ECCE297F04_StaticFields { public: // System.Array/EmptyInternalEnumerator`1 System.Array/EmptyInternalEnumerator`1::Value EmptyInternalEnumerator_1_t138F9C08430E69EA3E201558737AF4ECCE297F04 * ___Value_0; public: inline static int32_t get_offset_of_Value_0() { return static_cast(offsetof(EmptyInternalEnumerator_1_t138F9C08430E69EA3E201558737AF4ECCE297F04_StaticFields, ___Value_0)); } inline EmptyInternalEnumerator_1_t138F9C08430E69EA3E201558737AF4ECCE297F04 * get_Value_0() const { return ___Value_0; } inline EmptyInternalEnumerator_1_t138F9C08430E69EA3E201558737AF4ECCE297F04 ** get_address_of_Value_0() { return &___Value_0; } inline void set_Value_0(EmptyInternalEnumerator_1_t138F9C08430E69EA3E201558737AF4ECCE297F04 * value) { ___Value_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___Value_0), (void*)value); } }; // System.Array/EmptyInternalEnumerator`1 // System.Array/EmptyInternalEnumerator`1 struct EmptyInternalEnumerator_1_tC4A45C636A3E451E287F0BC7A63AE5FA2EF9C1E5_StaticFields { public: // System.Array/EmptyInternalEnumerator`1 System.Array/EmptyInternalEnumerator`1::Value EmptyInternalEnumerator_1_tC4A45C636A3E451E287F0BC7A63AE5FA2EF9C1E5 * ___Value_0; public: inline static int32_t get_offset_of_Value_0() { return static_cast(offsetof(EmptyInternalEnumerator_1_tC4A45C636A3E451E287F0BC7A63AE5FA2EF9C1E5_StaticFields, ___Value_0)); } inline EmptyInternalEnumerator_1_tC4A45C636A3E451E287F0BC7A63AE5FA2EF9C1E5 * get_Value_0() const { return ___Value_0; } inline EmptyInternalEnumerator_1_tC4A45C636A3E451E287F0BC7A63AE5FA2EF9C1E5 ** get_address_of_Value_0() { return &___Value_0; } inline void set_Value_0(EmptyInternalEnumerator_1_tC4A45C636A3E451E287F0BC7A63AE5FA2EF9C1E5 * value) { ___Value_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___Value_0), (void*)value); } }; // System.Array/EmptyInternalEnumerator`1 // System.Array/EmptyInternalEnumerator`1 struct EmptyInternalEnumerator_1_tFD916BBA991A8131DB67E03BADF574C2A4D464DB_StaticFields { public: // System.Array/EmptyInternalEnumerator`1 System.Array/EmptyInternalEnumerator`1::Value EmptyInternalEnumerator_1_tFD916BBA991A8131DB67E03BADF574C2A4D464DB * ___Value_0; public: inline static int32_t get_offset_of_Value_0() { return static_cast(offsetof(EmptyInternalEnumerator_1_tFD916BBA991A8131DB67E03BADF574C2A4D464DB_StaticFields, ___Value_0)); } inline EmptyInternalEnumerator_1_tFD916BBA991A8131DB67E03BADF574C2A4D464DB * get_Value_0() const { return ___Value_0; } inline EmptyInternalEnumerator_1_tFD916BBA991A8131DB67E03BADF574C2A4D464DB ** get_address_of_Value_0() { return &___Value_0; } inline void set_Value_0(EmptyInternalEnumerator_1_tFD916BBA991A8131DB67E03BADF574C2A4D464DB * value) { ___Value_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___Value_0), (void*)value); } }; // System.Array/EmptyInternalEnumerator`1 // System.Array/EmptyInternalEnumerator`1 struct EmptyInternalEnumerator_1_tC0170A53767F69A1E246D1C25C2DD93FD4C5294E_StaticFields { public: // System.Array/EmptyInternalEnumerator`1 System.Array/EmptyInternalEnumerator`1::Value EmptyInternalEnumerator_1_tC0170A53767F69A1E246D1C25C2DD93FD4C5294E * ___Value_0; public: inline static int32_t get_offset_of_Value_0() { return static_cast(offsetof(EmptyInternalEnumerator_1_tC0170A53767F69A1E246D1C25C2DD93FD4C5294E_StaticFields, ___Value_0)); } inline EmptyInternalEnumerator_1_tC0170A53767F69A1E246D1C25C2DD93FD4C5294E * get_Value_0() const { return ___Value_0; } inline EmptyInternalEnumerator_1_tC0170A53767F69A1E246D1C25C2DD93FD4C5294E ** get_address_of_Value_0() { return &___Value_0; } inline void set_Value_0(EmptyInternalEnumerator_1_tC0170A53767F69A1E246D1C25C2DD93FD4C5294E * value) { ___Value_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___Value_0), (void*)value); } }; // System.Array/EmptyInternalEnumerator`1 // System.Array/EmptyInternalEnumerator`1 struct EmptyInternalEnumerator_1_t470BA227CDE85E8BE876AFBAD67EEEDE36CC2934_StaticFields { public: // System.Array/EmptyInternalEnumerator`1 System.Array/EmptyInternalEnumerator`1::Value EmptyInternalEnumerator_1_t470BA227CDE85E8BE876AFBAD67EEEDE36CC2934 * ___Value_0; public: inline static int32_t get_offset_of_Value_0() { return static_cast(offsetof(EmptyInternalEnumerator_1_t470BA227CDE85E8BE876AFBAD67EEEDE36CC2934_StaticFields, ___Value_0)); } inline EmptyInternalEnumerator_1_t470BA227CDE85E8BE876AFBAD67EEEDE36CC2934 * get_Value_0() const { return ___Value_0; } inline EmptyInternalEnumerator_1_t470BA227CDE85E8BE876AFBAD67EEEDE36CC2934 ** get_address_of_Value_0() { return &___Value_0; } inline void set_Value_0(EmptyInternalEnumerator_1_t470BA227CDE85E8BE876AFBAD67EEEDE36CC2934 * value) { ___Value_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___Value_0), (void*)value); } }; // System.Array/EmptyInternalEnumerator`1 // System.Array/EmptyInternalEnumerator`1 struct EmptyInternalEnumerator_1_t17F951B7232B094ADCC96D593BAA55DFE90B5F35_StaticFields { public: // System.Array/EmptyInternalEnumerator`1 System.Array/EmptyInternalEnumerator`1::Value EmptyInternalEnumerator_1_t17F951B7232B094ADCC96D593BAA55DFE90B5F35 * ___Value_0; public: inline static int32_t get_offset_of_Value_0() { return static_cast(offsetof(EmptyInternalEnumerator_1_t17F951B7232B094ADCC96D593BAA55DFE90B5F35_StaticFields, ___Value_0)); } inline EmptyInternalEnumerator_1_t17F951B7232B094ADCC96D593BAA55DFE90B5F35 * get_Value_0() const { return ___Value_0; } inline EmptyInternalEnumerator_1_t17F951B7232B094ADCC96D593BAA55DFE90B5F35 ** get_address_of_Value_0() { return &___Value_0; } inline void set_Value_0(EmptyInternalEnumerator_1_t17F951B7232B094ADCC96D593BAA55DFE90B5F35 * value) { ___Value_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___Value_0), (void*)value); } }; // System.Array/EmptyInternalEnumerator`1 // System.Array/EmptyInternalEnumerator`1 struct EmptyInternalEnumerator_1_tA66305A5F8C37746A04CC3C0EAD66820B011BBFA_StaticFields { public: // System.Array/EmptyInternalEnumerator`1 System.Array/EmptyInternalEnumerator`1::Value EmptyInternalEnumerator_1_tA66305A5F8C37746A04CC3C0EAD66820B011BBFA * ___Value_0; public: inline static int32_t get_offset_of_Value_0() { return static_cast(offsetof(EmptyInternalEnumerator_1_tA66305A5F8C37746A04CC3C0EAD66820B011BBFA_StaticFields, ___Value_0)); } inline EmptyInternalEnumerator_1_tA66305A5F8C37746A04CC3C0EAD66820B011BBFA * get_Value_0() const { return ___Value_0; } inline EmptyInternalEnumerator_1_tA66305A5F8C37746A04CC3C0EAD66820B011BBFA ** get_address_of_Value_0() { return &___Value_0; } inline void set_Value_0(EmptyInternalEnumerator_1_tA66305A5F8C37746A04CC3C0EAD66820B011BBFA * value) { ___Value_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___Value_0), (void*)value); } }; // System.Array/EmptyInternalEnumerator`1 // System.Array/EmptyInternalEnumerator`1 struct EmptyInternalEnumerator_1_t28B37C6AFA5BAF4334D574BC0326E1F9F9FD71CF_StaticFields { public: // System.Array/EmptyInternalEnumerator`1 System.Array/EmptyInternalEnumerator`1::Value EmptyInternalEnumerator_1_t28B37C6AFA5BAF4334D574BC0326E1F9F9FD71CF * ___Value_0; public: inline static int32_t get_offset_of_Value_0() { return static_cast(offsetof(EmptyInternalEnumerator_1_t28B37C6AFA5BAF4334D574BC0326E1F9F9FD71CF_StaticFields, ___Value_0)); } inline EmptyInternalEnumerator_1_t28B37C6AFA5BAF4334D574BC0326E1F9F9FD71CF * get_Value_0() const { return ___Value_0; } inline EmptyInternalEnumerator_1_t28B37C6AFA5BAF4334D574BC0326E1F9F9FD71CF ** get_address_of_Value_0() { return &___Value_0; } inline void set_Value_0(EmptyInternalEnumerator_1_t28B37C6AFA5BAF4334D574BC0326E1F9F9FD71CF * value) { ___Value_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___Value_0), (void*)value); } }; // System.Array/EmptyInternalEnumerator`1 // System.Array/EmptyInternalEnumerator`1 struct EmptyInternalEnumerator_1_t8EF1D7C4BFC3AF79E2E5539541FA7161DFE2E594_StaticFields { public: // System.Array/EmptyInternalEnumerator`1 System.Array/EmptyInternalEnumerator`1::Value EmptyInternalEnumerator_1_t8EF1D7C4BFC3AF79E2E5539541FA7161DFE2E594 * ___Value_0; public: inline static int32_t get_offset_of_Value_0() { return static_cast(offsetof(EmptyInternalEnumerator_1_t8EF1D7C4BFC3AF79E2E5539541FA7161DFE2E594_StaticFields, ___Value_0)); } inline EmptyInternalEnumerator_1_t8EF1D7C4BFC3AF79E2E5539541FA7161DFE2E594 * get_Value_0() const { return ___Value_0; } inline EmptyInternalEnumerator_1_t8EF1D7C4BFC3AF79E2E5539541FA7161DFE2E594 ** get_address_of_Value_0() { return &___Value_0; } inline void set_Value_0(EmptyInternalEnumerator_1_t8EF1D7C4BFC3AF79E2E5539541FA7161DFE2E594 * value) { ___Value_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___Value_0), (void*)value); } }; // System.Array/EmptyInternalEnumerator`1 // System.Array/EmptyInternalEnumerator`1 struct EmptyInternalEnumerator_1_t5885B11B71E206F85D3CE75F3AEF0DC039476C54_StaticFields { public: // System.Array/EmptyInternalEnumerator`1 System.Array/EmptyInternalEnumerator`1::Value EmptyInternalEnumerator_1_t5885B11B71E206F85D3CE75F3AEF0DC039476C54 * ___Value_0; public: inline static int32_t get_offset_of_Value_0() { return static_cast(offsetof(EmptyInternalEnumerator_1_t5885B11B71E206F85D3CE75F3AEF0DC039476C54_StaticFields, ___Value_0)); } inline EmptyInternalEnumerator_1_t5885B11B71E206F85D3CE75F3AEF0DC039476C54 * get_Value_0() const { return ___Value_0; } inline EmptyInternalEnumerator_1_t5885B11B71E206F85D3CE75F3AEF0DC039476C54 ** get_address_of_Value_0() { return &___Value_0; } inline void set_Value_0(EmptyInternalEnumerator_1_t5885B11B71E206F85D3CE75F3AEF0DC039476C54 * value) { ___Value_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___Value_0), (void*)value); } }; // System.Array/EmptyInternalEnumerator`1 // System.Array/EmptyInternalEnumerator`1 struct EmptyInternalEnumerator_1_tE5908A4B1561410C2C919B7BD9D3289C27A4AA93_StaticFields { public: // System.Array/EmptyInternalEnumerator`1 System.Array/EmptyInternalEnumerator`1::Value EmptyInternalEnumerator_1_tE5908A4B1561410C2C919B7BD9D3289C27A4AA93 * ___Value_0; public: inline static int32_t get_offset_of_Value_0() { return static_cast(offsetof(EmptyInternalEnumerator_1_tE5908A4B1561410C2C919B7BD9D3289C27A4AA93_StaticFields, ___Value_0)); } inline EmptyInternalEnumerator_1_tE5908A4B1561410C2C919B7BD9D3289C27A4AA93 * get_Value_0() const { return ___Value_0; } inline EmptyInternalEnumerator_1_tE5908A4B1561410C2C919B7BD9D3289C27A4AA93 ** get_address_of_Value_0() { return &___Value_0; } inline void set_Value_0(EmptyInternalEnumerator_1_tE5908A4B1561410C2C919B7BD9D3289C27A4AA93 * value) { ___Value_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___Value_0), (void*)value); } }; // System.Array/EmptyInternalEnumerator`1 // System.Dynamic.Utils.CacheDict`2/Entry // System.Dynamic.Utils.CacheDict`2/Entry // System.Diagnostics.Tracing.EnumHelper`1 struct EnumHelper_1_t20AF5068487E525E3E8193BD8075E5581B0827B5_StaticFields { public: // System.Reflection.MethodInfo System.Diagnostics.Tracing.EnumHelper`1::IdentityInfo MethodInfo_t * ___IdentityInfo_0; public: inline static int32_t get_offset_of_IdentityInfo_0() { return static_cast(offsetof(EnumHelper_1_t20AF5068487E525E3E8193BD8075E5581B0827B5_StaticFields, ___IdentityInfo_0)); } inline MethodInfo_t * get_IdentityInfo_0() const { return ___IdentityInfo_0; } inline MethodInfo_t ** get_address_of_IdentityInfo_0() { return &___IdentityInfo_0; } inline void set_IdentityInfo_0(MethodInfo_t * value) { ___IdentityInfo_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdentityInfo_0), (void*)value); } }; // System.Diagnostics.Tracing.EnumHelper`1 // System.Diagnostics.Tracing.EnumHelper`1 struct EnumHelper_1_t6BD71958DB2C269FECC9ECC395A69D160418277D_StaticFields { public: // System.Reflection.MethodInfo System.Diagnostics.Tracing.EnumHelper`1::IdentityInfo MethodInfo_t * ___IdentityInfo_0; public: inline static int32_t get_offset_of_IdentityInfo_0() { return static_cast(offsetof(EnumHelper_1_t6BD71958DB2C269FECC9ECC395A69D160418277D_StaticFields, ___IdentityInfo_0)); } inline MethodInfo_t * get_IdentityInfo_0() const { return ___IdentityInfo_0; } inline MethodInfo_t ** get_address_of_IdentityInfo_0() { return &___IdentityInfo_0; } inline void set_IdentityInfo_0(MethodInfo_t * value) { ___IdentityInfo_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdentityInfo_0), (void*)value); } }; // System.Diagnostics.Tracing.EnumHelper`1 // System.Diagnostics.Tracing.EnumHelper`1 struct EnumHelper_1_t93237184A227ABFC32C9556D849B44C8CC074D48_StaticFields { public: // System.Reflection.MethodInfo System.Diagnostics.Tracing.EnumHelper`1::IdentityInfo MethodInfo_t * ___IdentityInfo_0; public: inline static int32_t get_offset_of_IdentityInfo_0() { return static_cast(offsetof(EnumHelper_1_t93237184A227ABFC32C9556D849B44C8CC074D48_StaticFields, ___IdentityInfo_0)); } inline MethodInfo_t * get_IdentityInfo_0() const { return ___IdentityInfo_0; } inline MethodInfo_t ** get_address_of_IdentityInfo_0() { return &___IdentityInfo_0; } inline void set_IdentityInfo_0(MethodInfo_t * value) { ___IdentityInfo_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdentityInfo_0), (void*)value); } }; // System.Diagnostics.Tracing.EnumHelper`1 // System.Diagnostics.Tracing.EnumHelper`1 struct EnumHelper_1_t0BA1977F909FE948AAD5243D1B7C86D1D12A2C81_StaticFields { public: // System.Reflection.MethodInfo System.Diagnostics.Tracing.EnumHelper`1::IdentityInfo MethodInfo_t * ___IdentityInfo_0; public: inline static int32_t get_offset_of_IdentityInfo_0() { return static_cast(offsetof(EnumHelper_1_t0BA1977F909FE948AAD5243D1B7C86D1D12A2C81_StaticFields, ___IdentityInfo_0)); } inline MethodInfo_t * get_IdentityInfo_0() const { return ___IdentityInfo_0; } inline MethodInfo_t ** get_address_of_IdentityInfo_0() { return &___IdentityInfo_0; } inline void set_IdentityInfo_0(MethodInfo_t * value) { ___IdentityInfo_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdentityInfo_0), (void*)value); } }; // System.Diagnostics.Tracing.EnumHelper`1 // System.Diagnostics.Tracing.EnumHelper`1 struct EnumHelper_1_t9A5A2A5D5D0ABD1D770B359F6C07DD36CC834558_StaticFields { public: // System.Reflection.MethodInfo System.Diagnostics.Tracing.EnumHelper`1::IdentityInfo MethodInfo_t * ___IdentityInfo_0; public: inline static int32_t get_offset_of_IdentityInfo_0() { return static_cast(offsetof(EnumHelper_1_t9A5A2A5D5D0ABD1D770B359F6C07DD36CC834558_StaticFields, ___IdentityInfo_0)); } inline MethodInfo_t * get_IdentityInfo_0() const { return ___IdentityInfo_0; } inline MethodInfo_t ** get_address_of_IdentityInfo_0() { return &___IdentityInfo_0; } inline void set_IdentityInfo_0(MethodInfo_t * value) { ___IdentityInfo_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdentityInfo_0), (void*)value); } }; // System.Diagnostics.Tracing.EnumHelper`1 // System.Diagnostics.Tracing.EnumHelper`1 struct EnumHelper_1_t1A18AB4B10A79E8CE2267B3FAD22C9B957BBCA3E_StaticFields { public: // System.Reflection.MethodInfo System.Diagnostics.Tracing.EnumHelper`1::IdentityInfo MethodInfo_t * ___IdentityInfo_0; public: inline static int32_t get_offset_of_IdentityInfo_0() { return static_cast(offsetof(EnumHelper_1_t1A18AB4B10A79E8CE2267B3FAD22C9B957BBCA3E_StaticFields, ___IdentityInfo_0)); } inline MethodInfo_t * get_IdentityInfo_0() const { return ___IdentityInfo_0; } inline MethodInfo_t ** get_address_of_IdentityInfo_0() { return &___IdentityInfo_0; } inline void set_IdentityInfo_0(MethodInfo_t * value) { ___IdentityInfo_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdentityInfo_0), (void*)value); } }; // System.Diagnostics.Tracing.EnumHelper`1 // System.Diagnostics.Tracing.EnumHelper`1 struct EnumHelper_1_t2D08E12E0A6AD73687A24BCA4D645C9F49D8D946_StaticFields { public: // System.Reflection.MethodInfo System.Diagnostics.Tracing.EnumHelper`1::IdentityInfo MethodInfo_t * ___IdentityInfo_0; public: inline static int32_t get_offset_of_IdentityInfo_0() { return static_cast(offsetof(EnumHelper_1_t2D08E12E0A6AD73687A24BCA4D645C9F49D8D946_StaticFields, ___IdentityInfo_0)); } inline MethodInfo_t * get_IdentityInfo_0() const { return ___IdentityInfo_0; } inline MethodInfo_t ** get_address_of_IdentityInfo_0() { return &___IdentityInfo_0; } inline void set_IdentityInfo_0(MethodInfo_t * value) { ___IdentityInfo_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdentityInfo_0), (void*)value); } }; // System.Diagnostics.Tracing.EnumHelper`1 // System.Diagnostics.Tracing.EnumHelper`1 struct EnumHelper_1_tC82FAAF78504152B465669C9102B86D7DCE21244_StaticFields { public: // System.Reflection.MethodInfo System.Diagnostics.Tracing.EnumHelper`1::IdentityInfo MethodInfo_t * ___IdentityInfo_0; public: inline static int32_t get_offset_of_IdentityInfo_0() { return static_cast(offsetof(EnumHelper_1_tC82FAAF78504152B465669C9102B86D7DCE21244_StaticFields, ___IdentityInfo_0)); } inline MethodInfo_t * get_IdentityInfo_0() const { return ___IdentityInfo_0; } inline MethodInfo_t ** get_address_of_IdentityInfo_0() { return &___IdentityInfo_0; } inline void set_IdentityInfo_0(MethodInfo_t * value) { ___IdentityInfo_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdentityInfo_0), (void*)value); } }; // System.Diagnostics.Tracing.EnumHelper`1 // System.Diagnostics.Tracing.EnumHelper`1 struct EnumHelper_1_t710CB15BC03192055332903E689AAFD52F3E8852_StaticFields { public: // System.Reflection.MethodInfo System.Diagnostics.Tracing.EnumHelper`1::IdentityInfo MethodInfo_t * ___IdentityInfo_0; public: inline static int32_t get_offset_of_IdentityInfo_0() { return static_cast(offsetof(EnumHelper_1_t710CB15BC03192055332903E689AAFD52F3E8852_StaticFields, ___IdentityInfo_0)); } inline MethodInfo_t * get_IdentityInfo_0() const { return ___IdentityInfo_0; } inline MethodInfo_t ** get_address_of_IdentityInfo_0() { return &___IdentityInfo_0; } inline void set_IdentityInfo_0(MethodInfo_t * value) { ___IdentityInfo_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdentityInfo_0), (void*)value); } }; // System.Diagnostics.Tracing.EnumHelper`1 // System.Collections.Generic.EqualityComparer`1 struct EqualityComparer_1_t399C4B066E24442E62E52C1FD1CCF501E96C846F_StaticFields { public: // System.Collections.Generic.EqualityComparer`1 modreq(System.Runtime.CompilerServices.IsVolatile) System.Collections.Generic.EqualityComparer`1::defaultComparer EqualityComparer_1_t399C4B066E24442E62E52C1FD1CCF501E96C846F * ___defaultComparer_0; public: inline static int32_t get_offset_of_defaultComparer_0() { return static_cast(offsetof(EqualityComparer_1_t399C4B066E24442E62E52C1FD1CCF501E96C846F_StaticFields, ___defaultComparer_0)); } inline EqualityComparer_1_t399C4B066E24442E62E52C1FD1CCF501E96C846F * get_defaultComparer_0() const { return ___defaultComparer_0; } inline EqualityComparer_1_t399C4B066E24442E62E52C1FD1CCF501E96C846F ** get_address_of_defaultComparer_0() { return &___defaultComparer_0; } inline void set_defaultComparer_0(EqualityComparer_1_t399C4B066E24442E62E52C1FD1CCF501E96C846F * value) { ___defaultComparer_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___defaultComparer_0), (void*)value); } }; // System.Collections.Generic.EqualityComparer`1 // System.Collections.Generic.EqualityComparer`1 struct EqualityComparer_1_t469B0BBE7B6765C576211BEF8F2803A5AD411A20_StaticFields { public: // System.Collections.Generic.EqualityComparer`1 modreq(System.Runtime.CompilerServices.IsVolatile) System.Collections.Generic.EqualityComparer`1::defaultComparer EqualityComparer_1_t469B0BBE7B6765C576211BEF8F2803A5AD411A20 * ___defaultComparer_0; public: inline static int32_t get_offset_of_defaultComparer_0() { return static_cast(offsetof(EqualityComparer_1_t469B0BBE7B6765C576211BEF8F2803A5AD411A20_StaticFields, ___defaultComparer_0)); } inline EqualityComparer_1_t469B0BBE7B6765C576211BEF8F2803A5AD411A20 * get_defaultComparer_0() const { return ___defaultComparer_0; } inline EqualityComparer_1_t469B0BBE7B6765C576211BEF8F2803A5AD411A20 ** get_address_of_defaultComparer_0() { return &___defaultComparer_0; } inline void set_defaultComparer_0(EqualityComparer_1_t469B0BBE7B6765C576211BEF8F2803A5AD411A20 * value) { ___defaultComparer_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___defaultComparer_0), (void*)value); } }; // System.Collections.Generic.EqualityComparer`1 // System.Collections.Generic.EqualityComparer`1 struct EqualityComparer_1_tDC2082D4D5947A0F76D6FA7870E09811B1A8B69E_StaticFields { public: // System.Collections.Generic.EqualityComparer`1 modreq(System.Runtime.CompilerServices.IsVolatile) System.Collections.Generic.EqualityComparer`1::defaultComparer EqualityComparer_1_tDC2082D4D5947A0F76D6FA7870E09811B1A8B69E * ___defaultComparer_0; public: inline static int32_t get_offset_of_defaultComparer_0() { return static_cast(offsetof(EqualityComparer_1_tDC2082D4D5947A0F76D6FA7870E09811B1A8B69E_StaticFields, ___defaultComparer_0)); } inline EqualityComparer_1_tDC2082D4D5947A0F76D6FA7870E09811B1A8B69E * get_defaultComparer_0() const { return ___defaultComparer_0; } inline EqualityComparer_1_tDC2082D4D5947A0F76D6FA7870E09811B1A8B69E ** get_address_of_defaultComparer_0() { return &___defaultComparer_0; } inline void set_defaultComparer_0(EqualityComparer_1_tDC2082D4D5947A0F76D6FA7870E09811B1A8B69E * value) { ___defaultComparer_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___defaultComparer_0), (void*)value); } }; // System.Collections.Generic.EqualityComparer`1 // System.Collections.Generic.EqualityComparer`1 struct EqualityComparer_1_t2CB162EA279A061211B72C2877C7DA4B0F751210_StaticFields { public: // System.Collections.Generic.EqualityComparer`1 modreq(System.Runtime.CompilerServices.IsVolatile) System.Collections.Generic.EqualityComparer`1::defaultComparer EqualityComparer_1_t2CB162EA279A061211B72C2877C7DA4B0F751210 * ___defaultComparer_0; public: inline static int32_t get_offset_of_defaultComparer_0() { return static_cast(offsetof(EqualityComparer_1_t2CB162EA279A061211B72C2877C7DA4B0F751210_StaticFields, ___defaultComparer_0)); } inline EqualityComparer_1_t2CB162EA279A061211B72C2877C7DA4B0F751210 * get_defaultComparer_0() const { return ___defaultComparer_0; } inline EqualityComparer_1_t2CB162EA279A061211B72C2877C7DA4B0F751210 ** get_address_of_defaultComparer_0() { return &___defaultComparer_0; } inline void set_defaultComparer_0(EqualityComparer_1_t2CB162EA279A061211B72C2877C7DA4B0F751210 * value) { ___defaultComparer_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___defaultComparer_0), (void*)value); } }; // System.Collections.Generic.EqualityComparer`1 // System.Collections.Generic.EqualityComparer`1 struct EqualityComparer_1_t36F59BE8A7D09DAD053C946F6A3C52D5990604F5_StaticFields { public: // System.Collections.Generic.EqualityComparer`1 modreq(System.Runtime.CompilerServices.IsVolatile) System.Collections.Generic.EqualityComparer`1::defaultComparer EqualityComparer_1_t36F59BE8A7D09DAD053C946F6A3C52D5990604F5 * ___defaultComparer_0; public: inline static int32_t get_offset_of_defaultComparer_0() { return static_cast(offsetof(EqualityComparer_1_t36F59BE8A7D09DAD053C946F6A3C52D5990604F5_StaticFields, ___defaultComparer_0)); } inline EqualityComparer_1_t36F59BE8A7D09DAD053C946F6A3C52D5990604F5 * get_defaultComparer_0() const { return ___defaultComparer_0; } inline EqualityComparer_1_t36F59BE8A7D09DAD053C946F6A3C52D5990604F5 ** get_address_of_defaultComparer_0() { return &___defaultComparer_0; } inline void set_defaultComparer_0(EqualityComparer_1_t36F59BE8A7D09DAD053C946F6A3C52D5990604F5 * value) { ___defaultComparer_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___defaultComparer_0), (void*)value); } }; // System.Collections.Generic.EqualityComparer`1 // System.Collections.Generic.Dictionary`2/KeyCollection // System.Collections.Generic.Dictionary`2/KeyCollection // System.Collections.Generic.Dictionary`2/ValueCollection // System.Collections.Generic.Dictionary`2/ValueCollection struct Il2CppArrayBounds; // System.Array struct Il2CppArrayBounds; // System.Array // System.Collections.Generic.DictionaryHashHelpers struct DictionaryHashHelpers_tEF09A64281F3DF4301DEFFAC2B97BCCEDE109060_StaticFields { public: // System.Runtime.CompilerServices.ConditionalWeakTable`2 System.Collections.Generic.DictionaryHashHelpers::k__BackingField ConditionalWeakTable_2_t5051815BADC99C4FE5D8F9293F92B3C7FD565B5E * ___U3CSerializationInfoTableU3Ek__BackingField_0; public: inline static int32_t get_offset_of_U3CSerializationInfoTableU3Ek__BackingField_0() { return static_cast(offsetof(DictionaryHashHelpers_tEF09A64281F3DF4301DEFFAC2B97BCCEDE109060_StaticFields, ___U3CSerializationInfoTableU3Ek__BackingField_0)); } inline ConditionalWeakTable_2_t5051815BADC99C4FE5D8F9293F92B3C7FD565B5E * get_U3CSerializationInfoTableU3Ek__BackingField_0() const { return ___U3CSerializationInfoTableU3Ek__BackingField_0; } inline ConditionalWeakTable_2_t5051815BADC99C4FE5D8F9293F92B3C7FD565B5E ** get_address_of_U3CSerializationInfoTableU3Ek__BackingField_0() { return &___U3CSerializationInfoTableU3Ek__BackingField_0; } inline void set_U3CSerializationInfoTableU3Ek__BackingField_0(ConditionalWeakTable_2_t5051815BADC99C4FE5D8F9293F92B3C7FD565B5E * value) { ___U3CSerializationInfoTableU3Ek__BackingField_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CSerializationInfoTableU3Ek__BackingField_0), (void*)value); } }; // System.Collections.Generic.DictionaryHashHelpers // System.Reflection.MemberInfo // System.Reflection.MemberInfo // System.Runtime.Serialization.SerializationInfo // System.Runtime.Serialization.SerializationInfo // System.String 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.String // System.Diagnostics.Tracing.TraceLoggingDataCollector struct TraceLoggingDataCollector_t5C690F08E67433C8CBAC45BCF713D40E805DB2C7_StaticFields { public: // System.Diagnostics.Tracing.TraceLoggingDataCollector System.Diagnostics.Tracing.TraceLoggingDataCollector::Instance TraceLoggingDataCollector_t5C690F08E67433C8CBAC45BCF713D40E805DB2C7 * ___Instance_0; public: inline static int32_t get_offset_of_Instance_0() { return static_cast(offsetof(TraceLoggingDataCollector_t5C690F08E67433C8CBAC45BCF713D40E805DB2C7_StaticFields, ___Instance_0)); } inline TraceLoggingDataCollector_t5C690F08E67433C8CBAC45BCF713D40E805DB2C7 * get_Instance_0() const { return ___Instance_0; } inline TraceLoggingDataCollector_t5C690F08E67433C8CBAC45BCF713D40E805DB2C7 ** get_address_of_Instance_0() { return &___Instance_0; } inline void set_Instance_0(TraceLoggingDataCollector_t5C690F08E67433C8CBAC45BCF713D40E805DB2C7 * value) { ___Instance_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___Instance_0), (void*)value); } }; // System.Diagnostics.Tracing.TraceLoggingDataCollector // System.ValueType // System.ValueType // System.ArraySegment`1 // System.ArraySegment`1 // UnityEngine.Timeline.IntervalTree`1/Entry // UnityEngine.Timeline.IntervalTree`1/Entry // System.Collections.Generic.Dictionary`2/Entry // System.Collections.Generic.Dictionary`2/Entry // System.Collections.Generic.Dictionary`2/Entry // System.Collections.Generic.Dictionary`2/Entry // System.Collections.Generic.Dictionary`2/Entry // System.Collections.Generic.Dictionary`2/Entry // System.Collections.Generic.Dictionary`2/Entry // System.Collections.Generic.Dictionary`2/Entry // System.Collections.Generic.Dictionary`2/Entry // System.Collections.Generic.Dictionary`2/Entry // System.Collections.Generic.Dictionary`2/Entry // System.Collections.Generic.Dictionary`2/Entry // System.Collections.Generic.Dictionary`2/Entry // System.Collections.Generic.Dictionary`2/Entry // System.Collections.Generic.Dictionary`2/Entry // System.Collections.Generic.Dictionary`2/Entry // System.Collections.Generic.Dictionary`2/Entry // System.Collections.Generic.Dictionary`2/Entry // System.Collections.Generic.EnumEqualityComparer`1 // System.Collections.Generic.EnumEqualityComparer`1 // System.Collections.Generic.EnumEqualityComparer`1 // System.Collections.Generic.EnumEqualityComparer`1 // UnityEngine.InputSystem.Utilities.InlinedArray`1> // UnityEngine.InputSystem.Utilities.InlinedArray`1> // UnityEngine.InputSystem.Utilities.InlinedArray`1> // UnityEngine.InputSystem.Utilities.InlinedArray`1> // UnityEngine.InputSystem.Utilities.InlinedArray`1> // UnityEngine.InputSystem.Utilities.InlinedArray`1> // UnityEngine.InputSystem.Utilities.InlinedArray`1> // UnityEngine.InputSystem.Utilities.InlinedArray`1> // UnityEngine.InputSystem.Utilities.InlinedArray`1 // UnityEngine.InputSystem.Utilities.InlinedArray`1 // UnityEngine.InputSystem.Utilities.InlinedArray`1 // UnityEngine.InputSystem.Utilities.InlinedArray`1 // System.Collections.Generic.KeyValuePair`2 // System.Collections.Generic.KeyValuePair`2 // System.Collections.Generic.KeyValuePair`2 // System.Collections.Generic.KeyValuePair`2 // System.Collections.Generic.KeyValuePair`2 // System.Collections.Generic.KeyValuePair`2 // System.Collections.Generic.KeyValuePair`2 // System.Collections.Generic.KeyValuePair`2 // System.Collections.Generic.KeyValuePair`2 // System.Collections.Generic.KeyValuePair`2 // System.Collections.Generic.KeyValuePair`2 // System.Collections.Generic.KeyValuePair`2 // System.Collections.Generic.KeyValuePair`2 // System.Collections.Generic.KeyValuePair`2 // System.Collections.Generic.KeyValuePair`2 // System.Collections.Generic.KeyValuePair`2 // System.Collections.Generic.KeyValuePair`2 // System.Collections.Generic.KeyValuePair`2 // System.Nullable`1 // System.Nullable`1 // UnityEngine.InputSystem.Utilities.ReadOnlyArray`1 // UnityEngine.InputSystem.Utilities.ReadOnlyArray`1 // UnityEngine.InputSystem.Utilities.ReadOnlyArray`1 // UnityEngine.InputSystem.Utilities.ReadOnlyArray`1 // UnityEngine.InputSystem.Utilities.ReadOnlyArray`1 // UnityEngine.InputSystem.Utilities.ReadOnlyArray`1 // UnityEngine.InputSystem.LowLevel.InputStateHistory`1/Record // UnityEngine.InputSystem.LowLevel.InputStateHistory`1/Record // UnityEngine.Experimental.Rendering.RenderGraphModule.RenderGraphResourcePool`1/ResourceLogInfo // UnityEngine.Experimental.Rendering.RenderGraphModule.RenderGraphResourcePool`1/ResourceLogInfo // System.Collections.Generic.HashSet`1/Slot // System.Collections.Generic.HashSet`1/Slot // System.Collections.Generic.HashSet`1/Slot // System.Collections.Generic.HashSet`1/Slot // System.Linq.Set`1/Slot // System.Linq.Set`1/Slot // System.Threading.SparselyPopulatedArrayAddInfo`1 // System.Threading.SparselyPopulatedArrayAddInfo`1 // System.ValueTuple`2 // System.ValueTuple`2 // System.ValueTuple`2 // System.ValueTuple`2 // System.ValueTuple`2 // System.ValueTuple`2 // System.ValueTuple`3 // System.ValueTuple`3 // UnityEngine.Rendering.BatchVisibility // UnityEngine.Rendering.BatchVisibility // UnityEngine.BoneWeight // UnityEngine.BoneWeight // System.Boolean 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.Boolean // System.Byte // System.Byte // Steamworks.CSteamID struct CSteamID_tC354C2A25A4DBDA8FBFA70FD05B58AE5AC521E82_StaticFields { public: // Steamworks.CSteamID Steamworks.CSteamID::Nil CSteamID_tC354C2A25A4DBDA8FBFA70FD05B58AE5AC521E82 ___Nil_0; // Steamworks.CSteamID Steamworks.CSteamID::OutofDateGS CSteamID_tC354C2A25A4DBDA8FBFA70FD05B58AE5AC521E82 ___OutofDateGS_1; // Steamworks.CSteamID Steamworks.CSteamID::LanModeGS CSteamID_tC354C2A25A4DBDA8FBFA70FD05B58AE5AC521E82 ___LanModeGS_2; // Steamworks.CSteamID Steamworks.CSteamID::NotInitYetGS CSteamID_tC354C2A25A4DBDA8FBFA70FD05B58AE5AC521E82 ___NotInitYetGS_3; // Steamworks.CSteamID Steamworks.CSteamID::NonSteamGS CSteamID_tC354C2A25A4DBDA8FBFA70FD05B58AE5AC521E82 ___NonSteamGS_4; public: inline static int32_t get_offset_of_Nil_0() { return static_cast(offsetof(CSteamID_tC354C2A25A4DBDA8FBFA70FD05B58AE5AC521E82_StaticFields, ___Nil_0)); } inline CSteamID_tC354C2A25A4DBDA8FBFA70FD05B58AE5AC521E82 get_Nil_0() const { return ___Nil_0; } inline CSteamID_tC354C2A25A4DBDA8FBFA70FD05B58AE5AC521E82 * get_address_of_Nil_0() { return &___Nil_0; } inline void set_Nil_0(CSteamID_tC354C2A25A4DBDA8FBFA70FD05B58AE5AC521E82 value) { ___Nil_0 = value; } inline static int32_t get_offset_of_OutofDateGS_1() { return static_cast(offsetof(CSteamID_tC354C2A25A4DBDA8FBFA70FD05B58AE5AC521E82_StaticFields, ___OutofDateGS_1)); } inline CSteamID_tC354C2A25A4DBDA8FBFA70FD05B58AE5AC521E82 get_OutofDateGS_1() const { return ___OutofDateGS_1; } inline CSteamID_tC354C2A25A4DBDA8FBFA70FD05B58AE5AC521E82 * get_address_of_OutofDateGS_1() { return &___OutofDateGS_1; } inline void set_OutofDateGS_1(CSteamID_tC354C2A25A4DBDA8FBFA70FD05B58AE5AC521E82 value) { ___OutofDateGS_1 = value; } inline static int32_t get_offset_of_LanModeGS_2() { return static_cast(offsetof(CSteamID_tC354C2A25A4DBDA8FBFA70FD05B58AE5AC521E82_StaticFields, ___LanModeGS_2)); } inline CSteamID_tC354C2A25A4DBDA8FBFA70FD05B58AE5AC521E82 get_LanModeGS_2() const { return ___LanModeGS_2; } inline CSteamID_tC354C2A25A4DBDA8FBFA70FD05B58AE5AC521E82 * get_address_of_LanModeGS_2() { return &___LanModeGS_2; } inline void set_LanModeGS_2(CSteamID_tC354C2A25A4DBDA8FBFA70FD05B58AE5AC521E82 value) { ___LanModeGS_2 = value; } inline static int32_t get_offset_of_NotInitYetGS_3() { return static_cast(offsetof(CSteamID_tC354C2A25A4DBDA8FBFA70FD05B58AE5AC521E82_StaticFields, ___NotInitYetGS_3)); } inline CSteamID_tC354C2A25A4DBDA8FBFA70FD05B58AE5AC521E82 get_NotInitYetGS_3() const { return ___NotInitYetGS_3; } inline CSteamID_tC354C2A25A4DBDA8FBFA70FD05B58AE5AC521E82 * get_address_of_NotInitYetGS_3() { return &___NotInitYetGS_3; } inline void set_NotInitYetGS_3(CSteamID_tC354C2A25A4DBDA8FBFA70FD05B58AE5AC521E82 value) { ___NotInitYetGS_3 = value; } inline static int32_t get_offset_of_NonSteamGS_4() { return static_cast(offsetof(CSteamID_tC354C2A25A4DBDA8FBFA70FD05B58AE5AC521E82_StaticFields, ___NonSteamGS_4)); } inline CSteamID_tC354C2A25A4DBDA8FBFA70FD05B58AE5AC521E82 get_NonSteamGS_4() const { return ___NonSteamGS_4; } inline CSteamID_tC354C2A25A4DBDA8FBFA70FD05B58AE5AC521E82 * get_address_of_NonSteamGS_4() { return &___NonSteamGS_4; } inline void set_NonSteamGS_4(CSteamID_tC354C2A25A4DBDA8FBFA70FD05B58AE5AC521E82 value) { ___NonSteamGS_4 = value; } }; // Steamworks.CSteamID // System.Threading.CancellationToken struct CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD_StaticFields { public: // System.Action`1 System.Threading.CancellationToken::s_ActionToActionObjShunt Action_1_tD9663D9715FAA4E62035CFCF1AD4D094EE7872DC * ___s_ActionToActionObjShunt_1; public: inline static int32_t get_offset_of_s_ActionToActionObjShunt_1() { return static_cast(offsetof(CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD_StaticFields, ___s_ActionToActionObjShunt_1)); } inline Action_1_tD9663D9715FAA4E62035CFCF1AD4D094EE7872DC * get_s_ActionToActionObjShunt_1() const { return ___s_ActionToActionObjShunt_1; } inline Action_1_tD9663D9715FAA4E62035CFCF1AD4D094EE7872DC ** get_address_of_s_ActionToActionObjShunt_1() { return &___s_ActionToActionObjShunt_1; } inline void set_s_ActionToActionObjShunt_1(Action_1_tD9663D9715FAA4E62035CFCF1AD4D094EE7872DC * value) { ___s_ActionToActionObjShunt_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_ActionToActionObjShunt_1), (void*)value); } }; // System.Threading.CancellationToken // System.Char struct Char_tFF60D8E7E89A20BE2294A003734341BD1DF43E14_StaticFields { public: // System.Byte[] System.Char::categoryForLatin1 ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___categoryForLatin1_3; public: inline static int32_t get_offset_of_categoryForLatin1_3() { return static_cast(offsetof(Char_tFF60D8E7E89A20BE2294A003734341BD1DF43E14_StaticFields, ___categoryForLatin1_3)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_categoryForLatin1_3() const { return ___categoryForLatin1_3; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_categoryForLatin1_3() { return &___categoryForLatin1_3; } inline void set_categoryForLatin1_3(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___categoryForLatin1_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___categoryForLatin1_3), (void*)value); } }; // System.Char // UnityEngine.Color // UnityEngine.Color // UnityEngine.Color32 // UnityEngine.Color32 // System.Reflection.CustomAttributeTypedArgument // System.Reflection.CustomAttributeTypedArgument // System.DateTime struct DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_StaticFields { public: // System.Int32[] System.DateTime::DaysToMonth365 Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ___DaysToMonth365_29; // System.Int32[] System.DateTime::DaysToMonth366 Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ___DaysToMonth366_30; // System.DateTime System.DateTime::MinValue DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 ___MinValue_31; // System.DateTime System.DateTime::MaxValue DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 ___MaxValue_32; public: inline static int32_t get_offset_of_DaysToMonth365_29() { return static_cast(offsetof(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_StaticFields, ___DaysToMonth365_29)); } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* get_DaysToMonth365_29() const { return ___DaysToMonth365_29; } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32** get_address_of_DaysToMonth365_29() { return &___DaysToMonth365_29; } inline void set_DaysToMonth365_29(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* value) { ___DaysToMonth365_29 = value; Il2CppCodeGenWriteBarrier((void**)(&___DaysToMonth365_29), (void*)value); } inline static int32_t get_offset_of_DaysToMonth366_30() { return static_cast(offsetof(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_StaticFields, ___DaysToMonth366_30)); } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* get_DaysToMonth366_30() const { return ___DaysToMonth366_30; } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32** get_address_of_DaysToMonth366_30() { return &___DaysToMonth366_30; } inline void set_DaysToMonth366_30(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* value) { ___DaysToMonth366_30 = value; Il2CppCodeGenWriteBarrier((void**)(&___DaysToMonth366_30), (void*)value); } inline static int32_t get_offset_of_MinValue_31() { return static_cast(offsetof(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_StaticFields, ___MinValue_31)); } inline DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 get_MinValue_31() const { return ___MinValue_31; } inline DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 * get_address_of_MinValue_31() { return &___MinValue_31; } inline void set_MinValue_31(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 value) { ___MinValue_31 = value; } inline static int32_t get_offset_of_MaxValue_32() { return static_cast(offsetof(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_StaticFields, ___MaxValue_32)); } inline DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 get_MaxValue_32() const { return ___MaxValue_32; } inline DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 * get_address_of_MaxValue_32() { return &___MaxValue_32; } inline void set_MaxValue_32(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 value) { ___MaxValue_32 = value; } }; // System.DateTime // System.Decimal struct Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7_StaticFields { public: // System.UInt32[] System.Decimal::Powers10 UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ___Powers10_6; // System.Decimal System.Decimal::Zero Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 ___Zero_7; // System.Decimal System.Decimal::One Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 ___One_8; // System.Decimal System.Decimal::MinusOne Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 ___MinusOne_9; // System.Decimal System.Decimal::MaxValue Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 ___MaxValue_10; // System.Decimal System.Decimal::MinValue Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 ___MinValue_11; // System.Decimal System.Decimal::NearNegativeZero Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 ___NearNegativeZero_12; // System.Decimal System.Decimal::NearPositiveZero Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 ___NearPositiveZero_13; public: inline static int32_t get_offset_of_Powers10_6() { return static_cast(offsetof(Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7_StaticFields, ___Powers10_6)); } inline UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* get_Powers10_6() const { return ___Powers10_6; } inline UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF** get_address_of_Powers10_6() { return &___Powers10_6; } inline void set_Powers10_6(UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* value) { ___Powers10_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___Powers10_6), (void*)value); } inline static int32_t get_offset_of_Zero_7() { return static_cast(offsetof(Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7_StaticFields, ___Zero_7)); } inline Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 get_Zero_7() const { return ___Zero_7; } inline Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 * get_address_of_Zero_7() { return &___Zero_7; } inline void set_Zero_7(Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 value) { ___Zero_7 = value; } inline static int32_t get_offset_of_One_8() { return static_cast(offsetof(Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7_StaticFields, ___One_8)); } inline Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 get_One_8() const { return ___One_8; } inline Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 * get_address_of_One_8() { return &___One_8; } inline void set_One_8(Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 value) { ___One_8 = value; } inline static int32_t get_offset_of_MinusOne_9() { return static_cast(offsetof(Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7_StaticFields, ___MinusOne_9)); } inline Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 get_MinusOne_9() const { return ___MinusOne_9; } inline Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 * get_address_of_MinusOne_9() { return &___MinusOne_9; } inline void set_MinusOne_9(Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 value) { ___MinusOne_9 = value; } inline static int32_t get_offset_of_MaxValue_10() { return static_cast(offsetof(Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7_StaticFields, ___MaxValue_10)); } inline Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 get_MaxValue_10() const { return ___MaxValue_10; } inline Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 * get_address_of_MaxValue_10() { return &___MaxValue_10; } inline void set_MaxValue_10(Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 value) { ___MaxValue_10 = value; } inline static int32_t get_offset_of_MinValue_11() { return static_cast(offsetof(Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7_StaticFields, ___MinValue_11)); } inline Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 get_MinValue_11() const { return ___MinValue_11; } inline Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 * get_address_of_MinValue_11() { return &___MinValue_11; } inline void set_MinValue_11(Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 value) { ___MinValue_11 = value; } inline static int32_t get_offset_of_NearNegativeZero_12() { return static_cast(offsetof(Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7_StaticFields, ___NearNegativeZero_12)); } inline Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 get_NearNegativeZero_12() const { return ___NearNegativeZero_12; } inline Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 * get_address_of_NearNegativeZero_12() { return &___NearNegativeZero_12; } inline void set_NearNegativeZero_12(Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 value) { ___NearNegativeZero_12 = value; } inline static int32_t get_offset_of_NearPositiveZero_13() { return static_cast(offsetof(Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7_StaticFields, ___NearPositiveZero_13)); } inline Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 get_NearPositiveZero_13() const { return ___NearPositiveZero_13; } inline Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 * get_address_of_NearPositiveZero_13() { return &___NearPositiveZero_13; } inline void set_NearPositiveZero_13(Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 value) { ___NearPositiveZero_13 = value; } }; // System.Decimal // UnityEngine.Rendering.DepthState // UnityEngine.Rendering.DepthState // System.Collections.DictionaryEntry // System.Collections.DictionaryEntry // System.Double struct Double_t42821932CB52DE2057E685D0E1AF3DE5033D2181_StaticFields { public: // System.Double System.Double::NegativeZero double ___NegativeZero_7; public: inline static int32_t get_offset_of_NegativeZero_7() { return static_cast(offsetof(Double_t42821932CB52DE2057E685D0E1AF3DE5033D2181_StaticFields, ___NegativeZero_7)); } inline double get_NegativeZero_7() const { return ___NegativeZero_7; } inline double* get_address_of_NegativeZero_7() { return &___NegativeZero_7; } inline void set_NegativeZero_7(double value) { ___NegativeZero_7 = value; } }; // System.Double // System.Diagnostics.Tracing.EmptyStruct // System.Diagnostics.Tracing.EmptyStruct // System.Enum 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); } }; // System.Enum // System.Runtime.CompilerServices.Ephemeron // System.Runtime.CompilerServices.Ephemeron // System.Diagnostics.Tracing.EventDescriptor // System.Diagnostics.Tracing.EventDescriptor // UnityEngine.InputSystem.Utilities.FourCC // UnityEngine.InputSystem.Utilities.FourCC // UnityEngine.FrustumPlanes // UnityEngine.FrustumPlanes // System.Runtime.InteropServices.GCHandle // System.Runtime.InteropServices.GCHandle // FMOD.GUID // FMOD.GUID // UnityEngine.GradientAlphaKey // UnityEngine.GradientAlphaKey // System.Guid struct Guid_t_StaticFields { public: // System.Guid System.Guid::Empty Guid_t ___Empty_0; // System.Object System.Guid::_rngAccess RuntimeObject * ____rngAccess_12; // System.Security.Cryptography.RandomNumberGenerator System.Guid::_rng RandomNumberGenerator_t2CB5440F189986116A2FA9F907AE52644047AC50 * ____rng_13; // System.Security.Cryptography.RandomNumberGenerator System.Guid::_fastRng RandomNumberGenerator_t2CB5440F189986116A2FA9F907AE52644047AC50 * ____fastRng_14; public: inline static int32_t get_offset_of_Empty_0() { return static_cast(offsetof(Guid_t_StaticFields, ___Empty_0)); } inline Guid_t get_Empty_0() const { return ___Empty_0; } inline Guid_t * get_address_of_Empty_0() { return &___Empty_0; } inline void set_Empty_0(Guid_t value) { ___Empty_0 = value; } inline static int32_t get_offset_of__rngAccess_12() { return static_cast(offsetof(Guid_t_StaticFields, ____rngAccess_12)); } inline RuntimeObject * get__rngAccess_12() const { return ____rngAccess_12; } inline RuntimeObject ** get_address_of__rngAccess_12() { return &____rngAccess_12; } inline void set__rngAccess_12(RuntimeObject * value) { ____rngAccess_12 = value; Il2CppCodeGenWriteBarrier((void**)(&____rngAccess_12), (void*)value); } inline static int32_t get_offset_of__rng_13() { return static_cast(offsetof(Guid_t_StaticFields, ____rng_13)); } inline RandomNumberGenerator_t2CB5440F189986116A2FA9F907AE52644047AC50 * get__rng_13() const { return ____rng_13; } inline RandomNumberGenerator_t2CB5440F189986116A2FA9F907AE52644047AC50 ** get_address_of__rng_13() { return &____rng_13; } inline void set__rng_13(RandomNumberGenerator_t2CB5440F189986116A2FA9F907AE52644047AC50 * value) { ____rng_13 = value; Il2CppCodeGenWriteBarrier((void**)(&____rng_13), (void*)value); } inline static int32_t get_offset_of__fastRng_14() { return static_cast(offsetof(Guid_t_StaticFields, ____fastRng_14)); } inline RandomNumberGenerator_t2CB5440F189986116A2FA9F907AE52644047AC50 * get__fastRng_14() const { return ____fastRng_14; } inline RandomNumberGenerator_t2CB5440F189986116A2FA9F907AE52644047AC50 ** get_address_of__fastRng_14() { return &____fastRng_14; } inline void set__fastRng_14(RandomNumberGenerator_t2CB5440F189986116A2FA9F907AE52644047AC50 * value) { ____fastRng_14 = value; Il2CppCodeGenWriteBarrier((void**)(&____fastRng_14), (void*)value); } }; // System.Guid // OVR.OpenVR.HmdMatrix34_t // OVR.OpenVR.HmdMatrix34_t // OVR.OpenVR.HmdQuaternionf_t // OVR.OpenVR.HmdQuaternionf_t // OVR.OpenVR.HmdVector3_t // OVR.OpenVR.HmdVector3_t // OVR.OpenVR.HmdVector4_t // OVR.OpenVR.HmdVector4_t // UnityEngine.InputSystem.InputControlScheme // UnityEngine.InputSystem.InputControlScheme // UnityEngine.InputSystem.Layouts.InputDeviceDescription // UnityEngine.InputSystem.Layouts.InputDeviceDescription // UnityEngine.InputSystem.LowLevel.InputEventPtr // UnityEngine.InputSystem.LowLevel.InputEventPtr // UnityEngine.InputSystem.Users.InputUserAccountHandle // UnityEngine.InputSystem.Users.InputUserAccountHandle // System.Int16 // System.Int16 // System.Int32 // System.Int32 // System.Int64 // System.Int64 // System.IntPtr struct IntPtr_t_StaticFields { public: // System.IntPtr System.IntPtr::Zero intptr_t ___Zero_1; public: inline static int32_t get_offset_of_Zero_1() { return static_cast(offsetof(IntPtr_t_StaticFields, ___Zero_1)); } inline intptr_t get_Zero_1() const { return ___Zero_1; } inline intptr_t* get_address_of_Zero_1() { return &___Zero_1; } inline void set_Zero_1(intptr_t value) { ___Zero_1 = value; } }; // System.IntPtr // System.Globalization.InternalCodePageDataItem // System.Globalization.InternalCodePageDataItem // System.Globalization.InternalEncodingDataItem // System.Globalization.InternalEncodingDataItem // UnityEngine.InputSystem.Utilities.InternedString // UnityEngine.InputSystem.Utilities.InternedString // UnityEngine.Timeline.IntervalTreeNode // UnityEngine.Timeline.IntervalTreeNode // UnityEngine.Keyframe // UnityEngine.Keyframe // UnityEngine.LayerMask // UnityEngine.LayerMask // UnityEngine.Experimental.GlobalIllumination.LinearColor // UnityEngine.Experimental.GlobalIllumination.LinearColor // UnityEngine.Matrix4x4 struct Matrix4x4_tDE7FF4F2E2EA284F6EFE00D627789D0E5B8B4461_StaticFields { public: // UnityEngine.Matrix4x4 UnityEngine.Matrix4x4::zeroMatrix Matrix4x4_tDE7FF4F2E2EA284F6EFE00D627789D0E5B8B4461 ___zeroMatrix_16; // UnityEngine.Matrix4x4 UnityEngine.Matrix4x4::identityMatrix Matrix4x4_tDE7FF4F2E2EA284F6EFE00D627789D0E5B8B4461 ___identityMatrix_17; public: inline static int32_t get_offset_of_zeroMatrix_16() { return static_cast(offsetof(Matrix4x4_tDE7FF4F2E2EA284F6EFE00D627789D0E5B8B4461_StaticFields, ___zeroMatrix_16)); } inline Matrix4x4_tDE7FF4F2E2EA284F6EFE00D627789D0E5B8B4461 get_zeroMatrix_16() const { return ___zeroMatrix_16; } inline Matrix4x4_tDE7FF4F2E2EA284F6EFE00D627789D0E5B8B4461 * get_address_of_zeroMatrix_16() { return &___zeroMatrix_16; } inline void set_zeroMatrix_16(Matrix4x4_tDE7FF4F2E2EA284F6EFE00D627789D0E5B8B4461 value) { ___zeroMatrix_16 = value; } inline static int32_t get_offset_of_identityMatrix_17() { return static_cast(offsetof(Matrix4x4_tDE7FF4F2E2EA284F6EFE00D627789D0E5B8B4461_StaticFields, ___identityMatrix_17)); } inline Matrix4x4_tDE7FF4F2E2EA284F6EFE00D627789D0E5B8B4461 get_identityMatrix_17() const { return ___identityMatrix_17; } inline Matrix4x4_tDE7FF4F2E2EA284F6EFE00D627789D0E5B8B4461 * get_address_of_identityMatrix_17() { return &___identityMatrix_17; } inline void set_identityMatrix_17(Matrix4x4_tDE7FF4F2E2EA284F6EFE00D627789D0E5B8B4461 value) { ___identityMatrix_17 = value; } }; // UnityEngine.Matrix4x4 // System.Reflection.MethodBase // System.Reflection.MethodBase // System.Collections.Generic.NonRandomizedStringEqualityComparer // System.Collections.Generic.NonRandomizedStringEqualityComparer // FMOD.Studio.PARAMETER_ID // FMOD.Studio.PARAMETER_ID // System.Reflection.ParameterModifier // System.Reflection.ParameterModifier // Steamworks.PublishedFileId_t struct PublishedFileId_t_tAE6F9644AE2DD319BD789BBFD744508B9A6CCFD5_StaticFields { public: // Steamworks.PublishedFileId_t Steamworks.PublishedFileId_t::Invalid PublishedFileId_t_tAE6F9644AE2DD319BD789BBFD744508B9A6CCFD5 ___Invalid_0; public: inline static int32_t get_offset_of_Invalid_0() { return static_cast(offsetof(PublishedFileId_t_tAE6F9644AE2DD319BD789BBFD744508B9A6CCFD5_StaticFields, ___Invalid_0)); } inline PublishedFileId_t_tAE6F9644AE2DD319BD789BBFD744508B9A6CCFD5 get_Invalid_0() const { return ___Invalid_0; } inline PublishedFileId_t_tAE6F9644AE2DD319BD789BBFD744508B9A6CCFD5 * get_address_of_Invalid_0() { return &___Invalid_0; } inline void set_Invalid_0(PublishedFileId_t_tAE6F9644AE2DD319BD789BBFD744508B9A6CCFD5 value) { ___Invalid_0 = value; } }; // Steamworks.PublishedFileId_t // UnityEngine.Quaternion struct Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4_StaticFields { public: // UnityEngine.Quaternion UnityEngine.Quaternion::identityQuaternion Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 ___identityQuaternion_4; public: inline static int32_t get_offset_of_identityQuaternion_4() { return static_cast(offsetof(Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4_StaticFields, ___identityQuaternion_4)); } inline Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 get_identityQuaternion_4() const { return ___identityQuaternion_4; } inline Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 * get_address_of_identityQuaternion_4() { return &___identityQuaternion_4; } inline void set_identityQuaternion_4(Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 value) { ___identityQuaternion_4 = value; } }; // UnityEngine.Quaternion // UnityEngine.Rect // UnityEngine.Rect // ReflectionSnapshot // ReflectionSnapshot // UnityEngine.Rendering.RenderQueueRange struct RenderQueueRange_t328914EF72BEF60B323076881C62F04CE14027B7_StaticFields { public: // System.Int32 UnityEngine.Rendering.RenderQueueRange::minimumBound int32_t ___minimumBound_3; // System.Int32 UnityEngine.Rendering.RenderQueueRange::maximumBound int32_t ___maximumBound_5; public: inline static int32_t get_offset_of_minimumBound_3() { return static_cast(offsetof(RenderQueueRange_t328914EF72BEF60B323076881C62F04CE14027B7_StaticFields, ___minimumBound_3)); } inline int32_t get_minimumBound_3() const { return ___minimumBound_3; } inline int32_t* get_address_of_minimumBound_3() { return &___minimumBound_3; } inline void set_minimumBound_3(int32_t value) { ___minimumBound_3 = value; } inline static int32_t get_offset_of_maximumBound_5() { return static_cast(offsetof(RenderQueueRange_t328914EF72BEF60B323076881C62F04CE14027B7_StaticFields, ___maximumBound_5)); } inline int32_t get_maximumBound_5() const { return ___maximumBound_5; } inline int32_t* get_address_of_maximumBound_5() { return &___maximumBound_5; } inline void set_maximumBound_5(int32_t value) { ___maximumBound_5 = value; } }; // UnityEngine.Rendering.RenderQueueRange // UnityEngine.Rendering.RenderTargetBlendState // UnityEngine.Rendering.RenderTargetBlendState // UnityEngine.Experimental.Rendering.RenderGraphModule.RendererListHandle // UnityEngine.Experimental.Rendering.RenderGraphModule.RendererListHandle // System.Resources.ResourceLocator // System.Resources.ResourceLocator // System.SByte // System.SByte // UnityEngine.Windows.Speech.SemanticMeaning // UnityEngine.Windows.Speech.SemanticMeaning // UnityEngine.Rendering.ShaderKeyword // UnityEngine.Rendering.ShaderKeyword // UnityEngine.Rendering.ShaderTagId struct ShaderTagId_t51914C89B8119195DACD234D1A624AAB7A07F795_StaticFields { public: // UnityEngine.Rendering.ShaderTagId UnityEngine.Rendering.ShaderTagId::none ShaderTagId_t51914C89B8119195DACD234D1A624AAB7A07F795 ___none_0; public: inline static int32_t get_offset_of_none_0() { return static_cast(offsetof(ShaderTagId_t51914C89B8119195DACD234D1A624AAB7A07F795_StaticFields, ___none_0)); } inline ShaderTagId_t51914C89B8119195DACD234D1A624AAB7A07F795 get_none_0() const { return ___none_0; } inline ShaderTagId_t51914C89B8119195DACD234D1A624AAB7A07F795 * get_address_of_none_0() { return &___none_0; } inline void set_none_0(ShaderTagId_t51914C89B8119195DACD234D1A624AAB7A07F795 value) { ___none_0 = value; } }; // UnityEngine.Rendering.ShaderTagId // System.Single // System.Single // UnityEngine.SortingLayer // UnityEngine.SortingLayer // UnityEngine.Rendering.SortingLayerRange // UnityEngine.Rendering.SortingLayerRange // UnityEngine.UI.SpriteState // UnityEngine.UI.SpriteState // UnityEngine.Rendering.StencilState // UnityEngine.Rendering.StencilState // UnityEngine.InputSystem.Utilities.Substring // UnityEngine.InputSystem.Utilities.Substring // UnityEngine.UILineInfo // UnityEngine.UILineInfo // System.UInt16 // System.UInt16 // System.UInt32 // System.UInt32 // System.UInt64 // System.UInt64 // System.UIntPtr struct UIntPtr_t_StaticFields { public: // System.UIntPtr System.UIntPtr::Zero uintptr_t ___Zero_0; public: inline static int32_t get_offset_of_Zero_0() { return static_cast(offsetof(UIntPtr_t_StaticFields, ___Zero_0)); } inline uintptr_t get_Zero_0() const { return ___Zero_0; } inline uintptr_t* get_address_of_Zero_0() { return &___Zero_0; } inline void set_Zero_0(uintptr_t value) { ___Zero_0 = value; } }; // System.UIntPtr // UnityEngine.InputSystem.XR.UsageHint // UnityEngine.InputSystem.XR.UsageHint // FMOD.VECTOR // FMOD.VECTOR // OVR.OpenVR.VRActiveActionSet_t // OVR.OpenVR.VRActiveActionSet_t // OVR.OpenVR.VRControllerAxis_t // OVR.OpenVR.VRControllerAxis_t // UnityEngine.Experimental.Rendering.Universal.LibTessDotNet.Vec3 struct Vec3_tDD913B31171F6A37E61E4625FEA6C7901A6B1BC1_StaticFields { public: // UnityEngine.Experimental.Rendering.Universal.LibTessDotNet.Vec3 UnityEngine.Experimental.Rendering.Universal.LibTessDotNet.Vec3::Zero Vec3_tDD913B31171F6A37E61E4625FEA6C7901A6B1BC1 ___Zero_0; public: inline static int32_t get_offset_of_Zero_0() { return static_cast(offsetof(Vec3_tDD913B31171F6A37E61E4625FEA6C7901A6B1BC1_StaticFields, ___Zero_0)); } inline Vec3_tDD913B31171F6A37E61E4625FEA6C7901A6B1BC1 get_Zero_0() const { return ___Zero_0; } inline Vec3_tDD913B31171F6A37E61E4625FEA6C7901A6B1BC1 * get_address_of_Zero_0() { return &___Zero_0; } inline void set_Zero_0(Vec3_tDD913B31171F6A37E61E4625FEA6C7901A6B1BC1 value) { ___Zero_0 = value; } }; // UnityEngine.Experimental.Rendering.Universal.LibTessDotNet.Vec3 // UnityEngine.Vector2 struct Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9_StaticFields { public: // UnityEngine.Vector2 UnityEngine.Vector2::zeroVector Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 ___zeroVector_2; // UnityEngine.Vector2 UnityEngine.Vector2::oneVector Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 ___oneVector_3; // UnityEngine.Vector2 UnityEngine.Vector2::upVector Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 ___upVector_4; // UnityEngine.Vector2 UnityEngine.Vector2::downVector Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 ___downVector_5; // UnityEngine.Vector2 UnityEngine.Vector2::leftVector Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 ___leftVector_6; // UnityEngine.Vector2 UnityEngine.Vector2::rightVector Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 ___rightVector_7; // UnityEngine.Vector2 UnityEngine.Vector2::positiveInfinityVector Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 ___positiveInfinityVector_8; // UnityEngine.Vector2 UnityEngine.Vector2::negativeInfinityVector Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 ___negativeInfinityVector_9; public: inline static int32_t get_offset_of_zeroVector_2() { return static_cast(offsetof(Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9_StaticFields, ___zeroVector_2)); } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 get_zeroVector_2() const { return ___zeroVector_2; } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 * get_address_of_zeroVector_2() { return &___zeroVector_2; } inline void set_zeroVector_2(Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 value) { ___zeroVector_2 = value; } inline static int32_t get_offset_of_oneVector_3() { return static_cast(offsetof(Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9_StaticFields, ___oneVector_3)); } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 get_oneVector_3() const { return ___oneVector_3; } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 * get_address_of_oneVector_3() { return &___oneVector_3; } inline void set_oneVector_3(Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 value) { ___oneVector_3 = value; } inline static int32_t get_offset_of_upVector_4() { return static_cast(offsetof(Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9_StaticFields, ___upVector_4)); } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 get_upVector_4() const { return ___upVector_4; } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 * get_address_of_upVector_4() { return &___upVector_4; } inline void set_upVector_4(Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 value) { ___upVector_4 = value; } inline static int32_t get_offset_of_downVector_5() { return static_cast(offsetof(Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9_StaticFields, ___downVector_5)); } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 get_downVector_5() const { return ___downVector_5; } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 * get_address_of_downVector_5() { return &___downVector_5; } inline void set_downVector_5(Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 value) { ___downVector_5 = value; } inline static int32_t get_offset_of_leftVector_6() { return static_cast(offsetof(Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9_StaticFields, ___leftVector_6)); } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 get_leftVector_6() const { return ___leftVector_6; } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 * get_address_of_leftVector_6() { return &___leftVector_6; } inline void set_leftVector_6(Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 value) { ___leftVector_6 = value; } inline static int32_t get_offset_of_rightVector_7() { return static_cast(offsetof(Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9_StaticFields, ___rightVector_7)); } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 get_rightVector_7() const { return ___rightVector_7; } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 * get_address_of_rightVector_7() { return &___rightVector_7; } inline void set_rightVector_7(Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 value) { ___rightVector_7 = value; } inline static int32_t get_offset_of_positiveInfinityVector_8() { return static_cast(offsetof(Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9_StaticFields, ___positiveInfinityVector_8)); } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 get_positiveInfinityVector_8() const { return ___positiveInfinityVector_8; } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 * get_address_of_positiveInfinityVector_8() { return &___positiveInfinityVector_8; } inline void set_positiveInfinityVector_8(Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 value) { ___positiveInfinityVector_8 = value; } inline static int32_t get_offset_of_negativeInfinityVector_9() { return static_cast(offsetof(Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9_StaticFields, ___negativeInfinityVector_9)); } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 get_negativeInfinityVector_9() const { return ___negativeInfinityVector_9; } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 * get_address_of_negativeInfinityVector_9() { return &___negativeInfinityVector_9; } inline void set_negativeInfinityVector_9(Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 value) { ___negativeInfinityVector_9 = value; } }; // UnityEngine.Vector2 // UnityEngine.Vector3 struct Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E_StaticFields { public: // UnityEngine.Vector3 UnityEngine.Vector3::zeroVector Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___zeroVector_5; // UnityEngine.Vector3 UnityEngine.Vector3::oneVector Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___oneVector_6; // UnityEngine.Vector3 UnityEngine.Vector3::upVector Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___upVector_7; // UnityEngine.Vector3 UnityEngine.Vector3::downVector Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___downVector_8; // UnityEngine.Vector3 UnityEngine.Vector3::leftVector Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___leftVector_9; // UnityEngine.Vector3 UnityEngine.Vector3::rightVector Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___rightVector_10; // UnityEngine.Vector3 UnityEngine.Vector3::forwardVector Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___forwardVector_11; // UnityEngine.Vector3 UnityEngine.Vector3::backVector Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___backVector_12; // UnityEngine.Vector3 UnityEngine.Vector3::positiveInfinityVector Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___positiveInfinityVector_13; // UnityEngine.Vector3 UnityEngine.Vector3::negativeInfinityVector Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___negativeInfinityVector_14; public: inline static int32_t get_offset_of_zeroVector_5() { return static_cast(offsetof(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E_StaticFields, ___zeroVector_5)); } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E get_zeroVector_5() const { return ___zeroVector_5; } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * get_address_of_zeroVector_5() { return &___zeroVector_5; } inline void set_zeroVector_5(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E value) { ___zeroVector_5 = value; } inline static int32_t get_offset_of_oneVector_6() { return static_cast(offsetof(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E_StaticFields, ___oneVector_6)); } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E get_oneVector_6() const { return ___oneVector_6; } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * get_address_of_oneVector_6() { return &___oneVector_6; } inline void set_oneVector_6(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E value) { ___oneVector_6 = value; } inline static int32_t get_offset_of_upVector_7() { return static_cast(offsetof(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E_StaticFields, ___upVector_7)); } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E get_upVector_7() const { return ___upVector_7; } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * get_address_of_upVector_7() { return &___upVector_7; } inline void set_upVector_7(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E value) { ___upVector_7 = value; } inline static int32_t get_offset_of_downVector_8() { return static_cast(offsetof(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E_StaticFields, ___downVector_8)); } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E get_downVector_8() const { return ___downVector_8; } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * get_address_of_downVector_8() { return &___downVector_8; } inline void set_downVector_8(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E value) { ___downVector_8 = value; } inline static int32_t get_offset_of_leftVector_9() { return static_cast(offsetof(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E_StaticFields, ___leftVector_9)); } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E get_leftVector_9() const { return ___leftVector_9; } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * get_address_of_leftVector_9() { return &___leftVector_9; } inline void set_leftVector_9(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E value) { ___leftVector_9 = value; } inline static int32_t get_offset_of_rightVector_10() { return static_cast(offsetof(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E_StaticFields, ___rightVector_10)); } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E get_rightVector_10() const { return ___rightVector_10; } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * get_address_of_rightVector_10() { return &___rightVector_10; } inline void set_rightVector_10(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E value) { ___rightVector_10 = value; } inline static int32_t get_offset_of_forwardVector_11() { return static_cast(offsetof(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E_StaticFields, ___forwardVector_11)); } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E get_forwardVector_11() const { return ___forwardVector_11; } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * get_address_of_forwardVector_11() { return &___forwardVector_11; } inline void set_forwardVector_11(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E value) { ___forwardVector_11 = value; } inline static int32_t get_offset_of_backVector_12() { return static_cast(offsetof(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E_StaticFields, ___backVector_12)); } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E get_backVector_12() const { return ___backVector_12; } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * get_address_of_backVector_12() { return &___backVector_12; } inline void set_backVector_12(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E value) { ___backVector_12 = value; } inline static int32_t get_offset_of_positiveInfinityVector_13() { return static_cast(offsetof(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E_StaticFields, ___positiveInfinityVector_13)); } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E get_positiveInfinityVector_13() const { return ___positiveInfinityVector_13; } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * get_address_of_positiveInfinityVector_13() { return &___positiveInfinityVector_13; } inline void set_positiveInfinityVector_13(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E value) { ___positiveInfinityVector_13 = value; } inline static int32_t get_offset_of_negativeInfinityVector_14() { return static_cast(offsetof(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E_StaticFields, ___negativeInfinityVector_14)); } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E get_negativeInfinityVector_14() const { return ___negativeInfinityVector_14; } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * get_address_of_negativeInfinityVector_14() { return &___negativeInfinityVector_14; } inline void set_negativeInfinityVector_14(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E value) { ___negativeInfinityVector_14 = value; } }; // UnityEngine.Vector3 // UnityEngine.Vector4 struct Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7_StaticFields { public: // UnityEngine.Vector4 UnityEngine.Vector4::zeroVector Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 ___zeroVector_5; // UnityEngine.Vector4 UnityEngine.Vector4::oneVector Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 ___oneVector_6; // UnityEngine.Vector4 UnityEngine.Vector4::positiveInfinityVector Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 ___positiveInfinityVector_7; // UnityEngine.Vector4 UnityEngine.Vector4::negativeInfinityVector Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 ___negativeInfinityVector_8; public: inline static int32_t get_offset_of_zeroVector_5() { return static_cast(offsetof(Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7_StaticFields, ___zeroVector_5)); } inline Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 get_zeroVector_5() const { return ___zeroVector_5; } inline Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 * get_address_of_zeroVector_5() { return &___zeroVector_5; } inline void set_zeroVector_5(Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 value) { ___zeroVector_5 = value; } inline static int32_t get_offset_of_oneVector_6() { return static_cast(offsetof(Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7_StaticFields, ___oneVector_6)); } inline Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 get_oneVector_6() const { return ___oneVector_6; } inline Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 * get_address_of_oneVector_6() { return &___oneVector_6; } inline void set_oneVector_6(Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 value) { ___oneVector_6 = value; } inline static int32_t get_offset_of_positiveInfinityVector_7() { return static_cast(offsetof(Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7_StaticFields, ___positiveInfinityVector_7)); } inline Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 get_positiveInfinityVector_7() const { return ___positiveInfinityVector_7; } inline Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 * get_address_of_positiveInfinityVector_7() { return &___positiveInfinityVector_7; } inline void set_positiveInfinityVector_7(Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 value) { ___positiveInfinityVector_7 = value; } inline static int32_t get_offset_of_negativeInfinityVector_8() { return static_cast(offsetof(Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7_StaticFields, ___negativeInfinityVector_8)); } inline Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 get_negativeInfinityVector_8() const { return ___negativeInfinityVector_8; } inline Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 * get_address_of_negativeInfinityVector_8() { return &___negativeInfinityVector_8; } inline void set_negativeInfinityVector_8(Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 value) { ___negativeInfinityVector_8 = value; } }; // UnityEngine.Vector4 // System.Void // System.Void // MS.Internal.Xml.Cache.XPathNode // MS.Internal.Xml.Cache.XPathNode // MS.Internal.Xml.Cache.XPathNodeRef // MS.Internal.Xml.Cache.XPathNodeRef // Unity.Mathematics.float2 // Unity.Mathematics.float2 // Unity.Mathematics.float3 struct float3_tE0DD2FF13F818025945C9AC314390D2A1F55E37D_StaticFields { public: // Unity.Mathematics.float3 Unity.Mathematics.float3::zero float3_tE0DD2FF13F818025945C9AC314390D2A1F55E37D ___zero_3; public: inline static int32_t get_offset_of_zero_3() { return static_cast(offsetof(float3_tE0DD2FF13F818025945C9AC314390D2A1F55E37D_StaticFields, ___zero_3)); } inline float3_tE0DD2FF13F818025945C9AC314390D2A1F55E37D get_zero_3() const { return ___zero_3; } inline float3_tE0DD2FF13F818025945C9AC314390D2A1F55E37D * get_address_of_zero_3() { return &___zero_3; } inline void set_zero_3(float3_tE0DD2FF13F818025945C9AC314390D2A1F55E37D value) { ___zero_3 = value; } }; // Unity.Mathematics.float3 // Unity.Mathematics.float4 // Unity.Mathematics.float4 // Unity.Mathematics.uint4 // Unity.Mathematics.uint4 // UnityEngine.BeforeRenderHelper/OrderBlock // UnityEngine.BeforeRenderHelper/OrderBlock // UnityEngine.Rendering.PostProcessing.BloomRenderer/Level // UnityEngine.Rendering.PostProcessing.BloomRenderer/Level // Mono.Globalization.Unicode.CodePointIndexer/TableRange // Mono.Globalization.Unicode.CodePointIndexer/TableRange // UnityEngine.Rendering.Universal.Internal.DeferredLights/DrawCall // UnityEngine.Rendering.Universal.Internal.DeferredLights/DrawCall // UnityEngine.Rendering.DrawingSettings/e__FixedBuffer // UnityEngine.Rendering.DrawingSettings/e__FixedBuffer // System.Diagnostics.Tracing.EventProvider/SessionInfo // System.Diagnostics.Tracing.EventProvider/SessionInfo // System.Collections.Hashtable/bucket // System.Collections.Hashtable/bucket // UnityEngine.InputSystem.InputActionMap/BindingJson // UnityEngine.InputSystem.InputActionMap/BindingJson // UnityEngine.InputSystem.InputActionMap/BindingOverrideJson // UnityEngine.InputSystem.InputActionMap/BindingOverrideJson // UnityEngine.InputSystem.InputActionMap/ReadActionJson // UnityEngine.InputSystem.InputActionMap/ReadActionJson // UnityEngine.InputSystem.InputActionMap/ReadMapJson // UnityEngine.InputSystem.InputActionMap/ReadMapJson // UnityEngine.InputSystem.InputActionMap/WriteActionJson // UnityEngine.InputSystem.InputActionMap/WriteActionJson // UnityEngine.InputSystem.InputActionMap/WriteMapJson // UnityEngine.InputSystem.InputActionMap/WriteMapJson // UnityEngine.InputSystem.InputActionRebindingExtensions/Parameter // UnityEngine.InputSystem.InputActionRebindingExtensions/Parameter // UnityEngine.InputSystem.Utilities.InputActionTrace/ActionEventPtr // UnityEngine.InputSystem.Utilities.InputActionTrace/ActionEventPtr // UnityEngine.InputSystem.InputBindingCompositeContext/PartBinding // UnityEngine.InputSystem.InputBindingCompositeContext/PartBinding // UnityEngine.InputSystem.InputControlScheme/SchemeJson // UnityEngine.InputSystem.InputControlScheme/SchemeJson // UnityEngine.InputSystem.InputManager/StateChangeMonitorListener // UnityEngine.InputSystem.InputManager/StateChangeMonitorListener // UnityEngine.InputSystem.InputManager/StateChangeMonitorTimeout // UnityEngine.InputSystem.InputManager/StateChangeMonitorTimeout // UnityEngine.InputSystem.InputRemoting/RemoteSender // UnityEngine.InputSystem.InputRemoting/RemoteSender // UnityEngine.InputSystem.LowLevel.InputStateHistory/Record // UnityEngine.InputSystem.LowLevel.InputStateHistory/Record // UnityEngine.InputSystem.UI.InputSystemUIInputModule/InputActionReferenceState // UnityEngine.InputSystem.UI.InputSystemUIInputModule/InputActionReferenceState // UnityEngine.InputSystem.Users.InputUser/OngoingAccountSelection // UnityEngine.InputSystem.Users.InputUser/OngoingAccountSelection // UnityEngine.Experimental.Rendering.Universal.Light2DBlendStyle/BlendFactors // UnityEngine.Experimental.Rendering.Universal.Light2DBlendStyle/BlendFactors // UnityEngine.InputSystem.Utilities.MemoryHelpers/BitRegion // UnityEngine.InputSystem.Utilities.MemoryHelpers/BitRegion // ONSPPropagationGeometry/MeshMaterial // ONSPPropagationGeometry/MeshMaterial // ONSPPropagationGeometry/TerrainMaterial // ONSPPropagationGeometry/TerrainMaterial // OVRDisplay/EyeFov // OVRDisplay/EyeFov // OVRPassthroughLayer/DeferredPassthroughMeshAddition // OVRPassthroughLayer/DeferredPassthroughMeshAddition // OVRPassthroughLayer/PassthroughMeshInstance // OVRPassthroughLayer/PassthroughMeshInstance // OVRPlugin/AppPerfFrameStats // OVRPlugin/AppPerfFrameStats // OVRPlugin/Fovf // OVRPlugin/Fovf // OVRPlugin/Quatf struct Quatf_t62062FC7CE72F55D499CA6BFF7EF122D2C6AF42D_StaticFields { public: // OVRPlugin/Quatf OVRPlugin/Quatf::identity Quatf_t62062FC7CE72F55D499CA6BFF7EF122D2C6AF42D ___identity_4; public: inline static int32_t get_offset_of_identity_4() { return static_cast(offsetof(Quatf_t62062FC7CE72F55D499CA6BFF7EF122D2C6AF42D_StaticFields, ___identity_4)); } inline Quatf_t62062FC7CE72F55D499CA6BFF7EF122D2C6AF42D get_identity_4() const { return ___identity_4; } inline Quatf_t62062FC7CE72F55D499CA6BFF7EF122D2C6AF42D * get_address_of_identity_4() { return &___identity_4; } inline void set_identity_4(Quatf_t62062FC7CE72F55D499CA6BFF7EF122D2C6AF42D value) { ___identity_4 = value; } }; // OVRPlugin/Quatf // OVRPlugin/Sizef struct Sizef_t2ED899DE36514803EED2B3ADA0FF5BBA57281314_StaticFields { public: // OVRPlugin/Sizef OVRPlugin/Sizef::zero Sizef_t2ED899DE36514803EED2B3ADA0FF5BBA57281314 ___zero_2; public: inline static int32_t get_offset_of_zero_2() { return static_cast(offsetof(Sizef_t2ED899DE36514803EED2B3ADA0FF5BBA57281314_StaticFields, ___zero_2)); } inline Sizef_t2ED899DE36514803EED2B3ADA0FF5BBA57281314 get_zero_2() const { return ___zero_2; } inline Sizef_t2ED899DE36514803EED2B3ADA0FF5BBA57281314 * get_address_of_zero_2() { return &___zero_2; } inline void set_zero_2(Sizef_t2ED899DE36514803EED2B3ADA0FF5BBA57281314 value) { ___zero_2 = value; } }; // OVRPlugin/Sizef // OVRPlugin/Sizei struct Sizei_tEB5AC4FB252F39A8D3FE08B6D3FCE03666021041_StaticFields { public: // OVRPlugin/Sizei OVRPlugin/Sizei::zero Sizei_tEB5AC4FB252F39A8D3FE08B6D3FCE03666021041 ___zero_2; public: inline static int32_t get_offset_of_zero_2() { return static_cast(offsetof(Sizei_tEB5AC4FB252F39A8D3FE08B6D3FCE03666021041_StaticFields, ___zero_2)); } inline Sizei_tEB5AC4FB252F39A8D3FE08B6D3FCE03666021041 get_zero_2() const { return ___zero_2; } inline Sizei_tEB5AC4FB252F39A8D3FE08B6D3FCE03666021041 * get_address_of_zero_2() { return &___zero_2; } inline void set_zero_2(Sizei_tEB5AC4FB252F39A8D3FE08B6D3FCE03666021041 value) { ___zero_2 = value; } }; // OVRPlugin/Sizei // OVRPlugin/SpatialEntityUuid // OVRPlugin/SpatialEntityUuid // OVRPlugin/Vector2f // OVRPlugin/Vector2f // OVRPlugin/Vector2i // OVRPlugin/Vector2i // OVRPlugin/Vector3f struct Vector3f_tF74D3A692AC7064BFF4EBEC1E704723CA2905417_StaticFields { public: // OVRPlugin/Vector3f OVRPlugin/Vector3f::zero Vector3f_tF74D3A692AC7064BFF4EBEC1E704723CA2905417 ___zero_3; public: inline static int32_t get_offset_of_zero_3() { return static_cast(offsetof(Vector3f_tF74D3A692AC7064BFF4EBEC1E704723CA2905417_StaticFields, ___zero_3)); } inline Vector3f_tF74D3A692AC7064BFF4EBEC1E704723CA2905417 get_zero_3() const { return ___zero_3; } inline Vector3f_tF74D3A692AC7064BFF4EBEC1E704723CA2905417 * get_address_of_zero_3() { return &___zero_3; } inline void set_zero_3(Vector3f_tF74D3A692AC7064BFF4EBEC1E704723CA2905417 value) { ___zero_3 = value; } }; // OVRPlugin/Vector3f // OVRPlugin/Vector4f struct Vector4f_t24110069BA2FAF7DB40FE0F5ADB8D9077AE473EE_StaticFields { public: // OVRPlugin/Vector4f OVRPlugin/Vector4f::zero Vector4f_t24110069BA2FAF7DB40FE0F5ADB8D9077AE473EE ___zero_4; public: inline static int32_t get_offset_of_zero_4() { return static_cast(offsetof(Vector4f_t24110069BA2FAF7DB40FE0F5ADB8D9077AE473EE_StaticFields, ___zero_4)); } inline Vector4f_t24110069BA2FAF7DB40FE0F5ADB8D9077AE473EE get_zero_4() const { return ___zero_4; } inline Vector4f_t24110069BA2FAF7DB40FE0F5ADB8D9077AE473EE * get_address_of_zero_4() { return &___zero_4; } inline void set_zero_4(Vector4f_t24110069BA2FAF7DB40FE0F5ADB8D9077AE473EE value) { ___zero_4 = value; } }; // OVRPlugin/Vector4f // OVRPlugin/Vector4s struct Vector4s_tD5B54B42EDC5CC229E64974A8A66DFF6EA3F54E1_StaticFields { public: // OVRPlugin/Vector4s OVRPlugin/Vector4s::zero Vector4s_tD5B54B42EDC5CC229E64974A8A66DFF6EA3F54E1 ___zero_4; public: inline static int32_t get_offset_of_zero_4() { return static_cast(offsetof(Vector4s_tD5B54B42EDC5CC229E64974A8A66DFF6EA3F54E1_StaticFields, ___zero_4)); } inline Vector4s_tD5B54B42EDC5CC229E64974A8A66DFF6EA3F54E1 get_zero_4() const { return ___zero_4; } inline Vector4s_tD5B54B42EDC5CC229E64974A8A66DFF6EA3F54E1 * get_address_of_zero_4() { return &___zero_4; } inline void set_zero_4(Vector4s_tD5B54B42EDC5CC229E64974A8A66DFF6EA3F54E1 value) { ___zero_4 = value; } }; // OVRPlugin/Vector4s // UnityEngine.XR.OpenXR.Input.OpenXRInput/SerializedBinding // UnityEngine.XR.OpenXR.Input.OpenXRInput/SerializedBinding // System.ParameterizedStrings/FormatParam // System.ParameterizedStrings/FormatParam // System.Text.RegularExpressions.RegexCharClass/LowerCaseMapping // System.Text.RegularExpressions.RegexCharClass/LowerCaseMapping // UnityEngine.Experimental.Rendering.RenderGraphModule.RenderGraph/CompiledResourceInfo // UnityEngine.Experimental.Rendering.RenderGraphModule.RenderGraph/CompiledResourceInfo // UnityEngine.Experimental.Rendering.RenderGraphModule.RenderGraphDebugData/PassDebugData // UnityEngine.Experimental.Rendering.RenderGraphModule.RenderGraphDebugData/PassDebugData // UnityEngine.Experimental.Rendering.RenderGraphModule.RenderGraphDebugData/ResourceDebugData // UnityEngine.Experimental.Rendering.RenderGraphModule.RenderGraphDebugData/ResourceDebugData // UnityEngine.SendMouseEvents/HitInfo // UnityEngine.SendMouseEvents/HitInfo // System.Xml.Schema.SequenceNode/SequenceConstructPosContext // System.Xml.Schema.SequenceNode/SequenceConstructPosContext // FMODUnity.Settings/PlatformTemplate // FMODUnity.Settings/PlatformTemplate // UnityEngine.UnitySynchronizationContext/WorkRequest // UnityEngine.UnitySynchronizationContext/WorkRequest // System.Xml.XmlNamespaceManager/NamespaceDeclaration // System.Xml.XmlNamespaceManager/NamespaceDeclaration // System.Xml.XmlTextReaderImpl/ParsingState // System.Xml.XmlTextReaderImpl/ParsingState // System.Xml.XmlTextWriter/Namespace // System.Xml.XmlTextWriter/Namespace // UnityEngine.InputSystem.Layouts.InputControlLayout/Collection/PrecompiledLayout // UnityEngine.InputSystem.Layouts.InputControlLayout/Collection/PrecompiledLayout // UnityEngine.InputSystem.InputControlScheme/SchemeJson/DeviceJson // UnityEngine.InputSystem.InputControlScheme/SchemeJson/DeviceJson // UnityEngine.InputSystem.Layouts.InputDeviceMatcher/MatcherJson/Capability // UnityEngine.InputSystem.Layouts.InputDeviceMatcher/MatcherJson/Capability // UnityEngine.Experimental.TerrainAPI.TerrainUtility/TerrainMap/TileCoord // UnityEngine.Experimental.TerrainAPI.TerrainUtility/TerrainMap/TileCoord // UnityEngine.InputSystem.Utilities.CallbackArray`1> // UnityEngine.InputSystem.Utilities.CallbackArray`1> // UnityEngine.InputSystem.Utilities.CallbackArray`1> // UnityEngine.InputSystem.Utilities.CallbackArray`1> // UnityEngine.InputSystem.Utilities.CallbackArray`1> // UnityEngine.InputSystem.Utilities.CallbackArray`1> // UnityEngine.InputSystem.Utilities.CallbackArray`1> // UnityEngine.InputSystem.Utilities.CallbackArray`1> // System.Collections.Generic.Dictionary`2/Entry,System.Object> // System.Collections.Generic.Dictionary`2/Entry,System.Object> // System.Collections.Generic.Dictionary`2/Entry // System.Collections.Generic.Dictionary`2/Entry // System.Collections.Generic.Dictionary`2/Entry // System.Collections.Generic.Dictionary`2/Entry // System.Collections.Generic.Dictionary`2/Entry // System.Collections.Generic.Dictionary`2/Entry // System.Collections.Generic.Dictionary`2/Entry // System.Collections.Generic.Dictionary`2/Entry // System.Collections.Generic.Dictionary`2/Entry // System.Collections.Generic.Dictionary`2/Entry // System.Collections.Generic.Dictionary`2/Entry // System.Collections.Generic.Dictionary`2/Entry // System.Collections.Generic.Dictionary`2/Entry // System.Collections.Generic.Dictionary`2/Entry // System.Collections.Generic.Dictionary`2/Entry // System.Collections.Generic.Dictionary`2/Entry // System.Collections.Generic.Dictionary`2/Entry // System.Collections.Generic.Dictionary`2/Entry // UnityEngine.InputSystem.Utilities.InlinedArray`1 // UnityEngine.InputSystem.Utilities.InlinedArray`1 // UnityEngine.InputSystem.Utilities.InlinedArray`1 // UnityEngine.InputSystem.Utilities.InlinedArray`1 // System.Collections.Generic.KeyValuePair`2,System.Object> // System.Collections.Generic.KeyValuePair`2,System.Object> // System.Collections.Generic.KeyValuePair`2 // System.Collections.Generic.KeyValuePair`2 // System.Collections.Generic.KeyValuePair`2 // System.Collections.Generic.KeyValuePair`2 // System.Collections.Generic.KeyValuePair`2 // System.Collections.Generic.KeyValuePair`2 // System.Collections.Generic.KeyValuePair`2 // System.Collections.Generic.KeyValuePair`2 // System.Collections.Generic.KeyValuePair`2 // System.Collections.Generic.KeyValuePair`2 // System.Collections.Generic.KeyValuePair`2 // System.Collections.Generic.KeyValuePair`2 // System.Collections.Generic.KeyValuePair`2 // System.Collections.Generic.KeyValuePair`2 // System.Collections.Generic.KeyValuePair`2 // System.Collections.Generic.KeyValuePair`2 // System.Collections.Generic.KeyValuePair`2 // System.Collections.Generic.KeyValuePair`2 // System.Collections.Generic.KeyValuePair`2 // System.Collections.Generic.KeyValuePair`2 // System.Collections.Generic.KeyValuePair`2 // System.Collections.Generic.KeyValuePair`2 // System.Nullable`1 // System.Nullable`1 // System.Nullable`1 // System.Nullable`1 // System.Collections.Generic.HashSet`1/Slot // System.Collections.Generic.HashSet`1/Slot // System.ValueTuple`2> // System.ValueTuple`2> // FMOD.ATTRIBUTES_3D // FMOD.ATTRIBUTES_3D // Unity.Collections.Allocator // Unity.Collections.Allocator // OVR.OpenVR.AppOverrideKeys_t // OVR.OpenVR.AppOverrideKeys_t // UnityEngine.XR.AvailableTrackingData // UnityEngine.XR.AvailableTrackingData // FMOD.Studio.Bank // FMOD.Studio.Bank // System.Reflection.BindingFlags // System.Reflection.BindingFlags // UnityEngine.Rendering.BlendState // UnityEngine.Rendering.BlendState // UnityEngine.Rendering.BuiltinRenderTextureType // UnityEngine.Rendering.BuiltinRenderTextureType // FMOD.Studio.Bus // FMOD.Studio.Bus // System.ByteEnum // System.ByteEnum // System.Threading.CancellationTokenRegistration // System.Threading.CancellationTokenRegistration // UnityEngine.UI.ColorBlock struct ColorBlock_t04DFBB97B4772D2E00FD17ED2E3E6590E6916955_StaticFields { public: // UnityEngine.UI.ColorBlock UnityEngine.UI.ColorBlock::defaultColorBlock ColorBlock_t04DFBB97B4772D2E00FD17ED2E3E6590E6916955 ___defaultColorBlock_7; public: inline static int32_t get_offset_of_defaultColorBlock_7() { return static_cast(offsetof(ColorBlock_t04DFBB97B4772D2E00FD17ED2E3E6590E6916955_StaticFields, ___defaultColorBlock_7)); } inline ColorBlock_t04DFBB97B4772D2E00FD17ED2E3E6590E6916955 get_defaultColorBlock_7() const { return ___defaultColorBlock_7; } inline ColorBlock_t04DFBB97B4772D2E00FD17ED2E3E6590E6916955 * get_address_of_defaultColorBlock_7() { return &___defaultColorBlock_7; } inline void set_defaultColorBlock_7(ColorBlock_t04DFBB97B4772D2E00FD17ED2E3E6590E6916955 value) { ___defaultColorBlock_7 = value; } }; // UnityEngine.UI.ColorBlock // UnityEngine.CombineInstance // UnityEngine.CombineInstance // UnityEngine.ComputeBufferType // UnityEngine.ComputeBufferType // UnityEngine.ContactPoint // UnityEngine.ContactPoint // UnityEngine.ContactPoint2D // UnityEngine.ContactPoint2D // UnityEngine.Experimental.Rendering.Universal.LibTessDotNet.ContourVertex // UnityEngine.Experimental.Rendering.Universal.LibTessDotNet.ContourVertex // System.Net.CookieToken // System.Net.CookieToken // System.Net.CookieVariant // System.Net.CookieVariant // UnityEngine.CubemapFace // UnityEngine.CubemapFace // UnityEngine.Rendering.CullMode // UnityEngine.Rendering.CullMode // UnityEngine.Rendering.CullingResults // UnityEngine.Rendering.CullingResults // System.Reflection.CustomAttributeNamedArgument // System.Reflection.CustomAttributeNamedArgument // System.DateTimeOffset struct DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5_StaticFields { public: // System.DateTimeOffset System.DateTimeOffset::MinValue DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5 ___MinValue_0; // System.DateTimeOffset System.DateTimeOffset::MaxValue DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5 ___MaxValue_1; public: inline static int32_t get_offset_of_MinValue_0() { return static_cast(offsetof(DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5_StaticFields, ___MinValue_0)); } inline DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5 get_MinValue_0() const { return ___MinValue_0; } inline DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5 * get_address_of_MinValue_0() { return &___MinValue_0; } inline void set_MinValue_0(DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5 value) { ___MinValue_0 = value; } inline static int32_t get_offset_of_MaxValue_1() { return static_cast(offsetof(DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5_StaticFields, ___MaxValue_1)); } inline DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5 get_MaxValue_1() const { return ___MaxValue_1; } inline DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5 * get_address_of_MaxValue_1() { return &___MaxValue_1; } inline void set_MaxValue_1(DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5 value) { ___MaxValue_1 = value; } }; // System.DateTimeOffset // System.Delegate // System.Delegate // UnityEngine.Rendering.DistanceMetric // UnityEngine.Rendering.DistanceMetric // UnityEngine.Rendering.DrawRendererFlags // UnityEngine.Rendering.DrawRendererFlags // UnityEngine.InputSystem.DynamicBitfield // UnityEngine.InputSystem.DynamicBitfield // OVR.OpenVR.EColorSpace // OVR.OpenVR.EColorSpace // Steamworks.EResult // Steamworks.EResult // OVR.OpenVR.ETextureType // OVR.OpenVR.ETextureType // OVR.OpenVR.ETrackingResult // OVR.OpenVR.ETrackingResult // System.Diagnostics.Tracing.EventActivityOptions // System.Diagnostics.Tracing.EventActivityOptions // FMOD.Studio.EventDescription // FMOD.Studio.EventDescription // System.Diagnostics.Tracing.EventFieldFormat // System.Diagnostics.Tracing.EventFieldFormat // System.Diagnostics.Tracing.EventFieldTags // System.Diagnostics.Tracing.EventFieldTags // FMOD.Studio.EventInstance // FMOD.Studio.EventInstance // System.Diagnostics.Tracing.EventKeywords // System.Diagnostics.Tracing.EventKeywords // System.Diagnostics.Tracing.EventLevel // System.Diagnostics.Tracing.EventLevel // System.Diagnostics.Tracing.EventOpcode // System.Diagnostics.Tracing.EventOpcode // System.Diagnostics.Tracing.EventTags // System.Diagnostics.Tracing.EventTags // System.Exception struct Exception_t_StaticFields { public: // System.Object System.Exception::s_EDILock RuntimeObject * ___s_EDILock_0; public: inline static int32_t get_offset_of_s_EDILock_0() { return static_cast(offsetof(Exception_t_StaticFields, ___s_EDILock_0)); } inline RuntimeObject * get_s_EDILock_0() const { return ___s_EDILock_0; } inline RuntimeObject ** get_address_of_s_EDILock_0() { return &___s_EDILock_0; } inline void set_s_EDILock_0(RuntimeObject * value) { ___s_EDILock_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_EDILock_0), (void*)value); } }; // System.Exception // Oculus.Spatializer.Propagation.FaceType // Oculus.Spatializer.Propagation.FaceType // UnityEngine.Experimental.GlobalIllumination.FalloffType // UnityEngine.Experimental.GlobalIllumination.FalloffType // UnityEngine.InputSystem.XR.FeatureType // UnityEngine.InputSystem.XR.FeatureType // UnityEngine.Rendering.FilteringSettings // UnityEngine.Rendering.FilteringSettings // UnityEngine.GradientColorKey // UnityEngine.GradientColorKey // UnityEngine.Rendering.GraphicsFenceType // UnityEngine.Rendering.GraphicsFenceType // OVR.OpenVR.HmdQuad_t // OVR.OpenVR.HmdQuad_t // UnityEngine.HumanLimit // UnityEngine.HumanLimit // UnityEngine.InputSystem.Layouts.InputDeviceMatcher struct InputDeviceMatcher_tFC41EBE6D273378A154C6DFD759DD75D23C99E57_StaticFields { public: // UnityEngine.InputSystem.Utilities.InternedString UnityEngine.InputSystem.Layouts.InputDeviceMatcher::kInterfaceKey InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED ___kInterfaceKey_1; // UnityEngine.InputSystem.Utilities.InternedString UnityEngine.InputSystem.Layouts.InputDeviceMatcher::kDeviceClassKey InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED ___kDeviceClassKey_2; // UnityEngine.InputSystem.Utilities.InternedString UnityEngine.InputSystem.Layouts.InputDeviceMatcher::kManufacturerKey InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED ___kManufacturerKey_3; // UnityEngine.InputSystem.Utilities.InternedString UnityEngine.InputSystem.Layouts.InputDeviceMatcher::kProductKey InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED ___kProductKey_4; // UnityEngine.InputSystem.Utilities.InternedString UnityEngine.InputSystem.Layouts.InputDeviceMatcher::kVersionKey InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED ___kVersionKey_5; public: inline static int32_t get_offset_of_kInterfaceKey_1() { return static_cast(offsetof(InputDeviceMatcher_tFC41EBE6D273378A154C6DFD759DD75D23C99E57_StaticFields, ___kInterfaceKey_1)); } inline InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED get_kInterfaceKey_1() const { return ___kInterfaceKey_1; } inline InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED * get_address_of_kInterfaceKey_1() { return &___kInterfaceKey_1; } inline void set_kInterfaceKey_1(InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED value) { ___kInterfaceKey_1 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___kInterfaceKey_1))->___m_StringOriginalCase_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___kInterfaceKey_1))->___m_StringLowerCase_1), (void*)NULL); #endif } inline static int32_t get_offset_of_kDeviceClassKey_2() { return static_cast(offsetof(InputDeviceMatcher_tFC41EBE6D273378A154C6DFD759DD75D23C99E57_StaticFields, ___kDeviceClassKey_2)); } inline InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED get_kDeviceClassKey_2() const { return ___kDeviceClassKey_2; } inline InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED * get_address_of_kDeviceClassKey_2() { return &___kDeviceClassKey_2; } inline void set_kDeviceClassKey_2(InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED value) { ___kDeviceClassKey_2 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___kDeviceClassKey_2))->___m_StringOriginalCase_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___kDeviceClassKey_2))->___m_StringLowerCase_1), (void*)NULL); #endif } inline static int32_t get_offset_of_kManufacturerKey_3() { return static_cast(offsetof(InputDeviceMatcher_tFC41EBE6D273378A154C6DFD759DD75D23C99E57_StaticFields, ___kManufacturerKey_3)); } inline InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED get_kManufacturerKey_3() const { return ___kManufacturerKey_3; } inline InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED * get_address_of_kManufacturerKey_3() { return &___kManufacturerKey_3; } inline void set_kManufacturerKey_3(InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED value) { ___kManufacturerKey_3 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___kManufacturerKey_3))->___m_StringOriginalCase_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___kManufacturerKey_3))->___m_StringLowerCase_1), (void*)NULL); #endif } inline static int32_t get_offset_of_kProductKey_4() { return static_cast(offsetof(InputDeviceMatcher_tFC41EBE6D273378A154C6DFD759DD75D23C99E57_StaticFields, ___kProductKey_4)); } inline InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED get_kProductKey_4() const { return ___kProductKey_4; } inline InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED * get_address_of_kProductKey_4() { return &___kProductKey_4; } inline void set_kProductKey_4(InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED value) { ___kProductKey_4 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___kProductKey_4))->___m_StringOriginalCase_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___kProductKey_4))->___m_StringLowerCase_1), (void*)NULL); #endif } inline static int32_t get_offset_of_kVersionKey_5() { return static_cast(offsetof(InputDeviceMatcher_tFC41EBE6D273378A154C6DFD759DD75D23C99E57_StaticFields, ___kVersionKey_5)); } inline InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED get_kVersionKey_5() const { return ___kVersionKey_5; } inline InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED * get_address_of_kVersionKey_5() { return &___kVersionKey_5; } inline void set_kVersionKey_5(InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED value) { ___kVersionKey_5 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___kVersionKey_5))->___m_StringOriginalCase_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___kVersionKey_5))->___m_StringLowerCase_1), (void*)NULL); #endif } }; // UnityEngine.InputSystem.Layouts.InputDeviceMatcher // UnityEngine.InputSystem.LowLevel.InputUpdateType // UnityEngine.InputSystem.LowLevel.InputUpdateType // System.Collections.Generic.InsertionBehavior // System.Collections.Generic.InsertionBehavior // System.Int32Enum // System.Int32Enum // Unity.Jobs.JobHandle // Unity.Jobs.JobHandle // Oculus.Platform.KeyValuePairType // Oculus.Platform.KeyValuePairType // UnityEngine.Experimental.GlobalIllumination.LightMode // UnityEngine.Experimental.GlobalIllumination.LightMode // UnityEngine.LightType // UnityEngine.LightType // UnityEngine.Experimental.GlobalIllumination.LightType // UnityEngine.Experimental.GlobalIllumination.LightType // Oculus.Platform.MatchmakingCriterionImportance // Oculus.Platform.MatchmakingCriterionImportance // System.Reflection.MethodInfo // System.Reflection.MethodInfo // UnityEngine.InputSystem.Utilities.NameAndParameters // UnityEngine.InputSystem.Utilities.NameAndParameters // UnityEngine.Timeline.NotificationFlags // UnityEngine.Timeline.NotificationFlags // UnityEngine.Object struct Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_StaticFields { public: // System.Int32 UnityEngine.Object::OffsetOfInstanceIDInCPlusPlusObject int32_t ___OffsetOfInstanceIDInCPlusPlusObject_1; public: inline static int32_t get_offset_of_OffsetOfInstanceIDInCPlusPlusObject_1() { return static_cast(offsetof(Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_StaticFields, ___OffsetOfInstanceIDInCPlusPlusObject_1)); } inline int32_t get_OffsetOfInstanceIDInCPlusPlusObject_1() const { return ___OffsetOfInstanceIDInCPlusPlusObject_1; } inline int32_t* get_address_of_OffsetOfInstanceIDInCPlusPlusObject_1() { return &___OffsetOfInstanceIDInCPlusPlusObject_1; } inline void set_OffsetOfInstanceIDInCPlusPlusObject_1(int32_t value) { ___OffsetOfInstanceIDInCPlusPlusObject_1 = value; } }; // UnityEngine.Object // FMOD.Studio.PARAMETER_FLAGS // FMOD.Studio.PARAMETER_FLAGS // FMOD.Studio.PARAMETER_TYPE // FMOD.Studio.PARAMETER_TYPE // UnityEngine.ParticleCollisionEvent // UnityEngine.ParticleCollisionEvent // UnityEngine.Rendering.PerObjectData // UnityEngine.Rendering.PerObjectData // UnityEngine.Plane // UnityEngine.Plane // UnityEngine.Playables.PlayableHandle struct PlayableHandle_t50DCD240B0400DDAD0822C13E5DBC7AD64DC027A_StaticFields { public: // UnityEngine.Playables.PlayableHandle UnityEngine.Playables.PlayableHandle::m_Null PlayableHandle_t50DCD240B0400DDAD0822C13E5DBC7AD64DC027A ___m_Null_2; public: inline static int32_t get_offset_of_m_Null_2() { return static_cast(offsetof(PlayableHandle_t50DCD240B0400DDAD0822C13E5DBC7AD64DC027A_StaticFields, ___m_Null_2)); } inline PlayableHandle_t50DCD240B0400DDAD0822C13E5DBC7AD64DC027A get_m_Null_2() const { return ___m_Null_2; } inline PlayableHandle_t50DCD240B0400DDAD0822C13E5DBC7AD64DC027A * get_address_of_m_Null_2() { return &___m_Null_2; } inline void set_m_Null_2(PlayableHandle_t50DCD240B0400DDAD0822C13E5DBC7AD64DC027A value) { ___m_Null_2 = value; } }; // UnityEngine.Playables.PlayableHandle // UnityEngine.LowLevel.PlayerLoopSystem // UnityEngine.LowLevel.PlayerLoopSystem // UnityEngine.Rendering.Universal.PreTile // UnityEngine.Rendering.Universal.PreTile // UnityEngine.RaycastHit // UnityEngine.RaycastHit // UnityEngine.RaycastHit2D // UnityEngine.RaycastHit2D // UnityEngine.EventSystems.RaycastResult // UnityEngine.EventSystems.RaycastResult // UnityEngine.Experimental.Rendering.RenderGraphModule.RenderGraphResourceType // UnityEngine.Experimental.Rendering.RenderGraphModule.RenderGraphResourceType // UnityEngine.Rendering.RenderStateMask // UnityEngine.Rendering.RenderStateMask // System.RuntimeTypeHandle // System.RuntimeTypeHandle // UnityEngine.Rendering.Universal.ShadowSliceData // UnityEngine.Rendering.Universal.ShadowSliceData // UnityEngine.SkeletonBone // UnityEngine.SkeletonBone // UnityEngine.Rendering.SortingCriteria // UnityEngine.Rendering.SortingCriteria // System.Runtime.Serialization.StreamingContextStates // System.Runtime.Serialization.StreamingContextStates // FMOD.StringWrapper // FMOD.StringWrapper // System.TimeSpan struct TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203_StaticFields { public: // System.TimeSpan System.TimeSpan::Zero TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 ___Zero_0; // System.TimeSpan System.TimeSpan::MaxValue TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 ___MaxValue_1; // System.TimeSpan System.TimeSpan::MinValue TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 ___MinValue_2; // System.Boolean modreq(System.Runtime.CompilerServices.IsVolatile) System.TimeSpan::_legacyConfigChecked bool ____legacyConfigChecked_4; // System.Boolean modreq(System.Runtime.CompilerServices.IsVolatile) System.TimeSpan::_legacyMode bool ____legacyMode_5; public: inline static int32_t get_offset_of_Zero_0() { return static_cast(offsetof(TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203_StaticFields, ___Zero_0)); } inline TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 get_Zero_0() const { return ___Zero_0; } inline TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 * get_address_of_Zero_0() { return &___Zero_0; } inline void set_Zero_0(TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 value) { ___Zero_0 = value; } inline static int32_t get_offset_of_MaxValue_1() { return static_cast(offsetof(TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203_StaticFields, ___MaxValue_1)); } inline TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 get_MaxValue_1() const { return ___MaxValue_1; } inline TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 * get_address_of_MaxValue_1() { return &___MaxValue_1; } inline void set_MaxValue_1(TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 value) { ___MaxValue_1 = value; } inline static int32_t get_offset_of_MinValue_2() { return static_cast(offsetof(TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203_StaticFields, ___MinValue_2)); } inline TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 get_MinValue_2() const { return ___MinValue_2; } inline TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 * get_address_of_MinValue_2() { return &___MinValue_2; } inline void set_MinValue_2(TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 value) { ___MinValue_2 = value; } inline static int32_t get_offset_of__legacyConfigChecked_4() { return static_cast(offsetof(TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203_StaticFields, ____legacyConfigChecked_4)); } inline bool get__legacyConfigChecked_4() const { return ____legacyConfigChecked_4; } inline bool* get_address_of__legacyConfigChecked_4() { return &____legacyConfigChecked_4; } inline void set__legacyConfigChecked_4(bool value) { ____legacyConfigChecked_4 = value; } inline static int32_t get_offset_of__legacyMode_5() { return static_cast(offsetof(TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203_StaticFields, ____legacyMode_5)); } inline bool get__legacyMode_5() const { return ____legacyMode_5; } inline bool* get_address_of__legacyMode_5() { return &____legacyMode_5; } inline void set__legacyMode_5(bool value) { ____legacyMode_5 = value; } }; // System.TimeSpan // System.Diagnostics.Tracing.TraceLoggingDataType // System.Diagnostics.Tracing.TraceLoggingDataType // UnityEngine.TreeInstance // UnityEngine.TreeInstance // System.TypeCode // System.TypeCode // UnityEngine.UICharInfo // UnityEngine.UICharInfo // UnityEngine.UIVertex struct UIVertex_tD94AAC5F0B42DBC441AAA8ADBFCFF9E5C320C03A_StaticFields { public: // UnityEngine.Color32 UnityEngine.UIVertex::s_DefaultColor Color32_tDB54A78627878A7D2DE42BB028D64306A18E858D ___s_DefaultColor_8; // UnityEngine.Vector4 UnityEngine.UIVertex::s_DefaultTangent Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 ___s_DefaultTangent_9; // UnityEngine.UIVertex UnityEngine.UIVertex::simpleVert UIVertex_tD94AAC5F0B42DBC441AAA8ADBFCFF9E5C320C03A ___simpleVert_10; public: inline static int32_t get_offset_of_s_DefaultColor_8() { return static_cast(offsetof(UIVertex_tD94AAC5F0B42DBC441AAA8ADBFCFF9E5C320C03A_StaticFields, ___s_DefaultColor_8)); } inline Color32_tDB54A78627878A7D2DE42BB028D64306A18E858D get_s_DefaultColor_8() const { return ___s_DefaultColor_8; } inline Color32_tDB54A78627878A7D2DE42BB028D64306A18E858D * get_address_of_s_DefaultColor_8() { return &___s_DefaultColor_8; } inline void set_s_DefaultColor_8(Color32_tDB54A78627878A7D2DE42BB028D64306A18E858D value) { ___s_DefaultColor_8 = value; } inline static int32_t get_offset_of_s_DefaultTangent_9() { return static_cast(offsetof(UIVertex_tD94AAC5F0B42DBC441AAA8ADBFCFF9E5C320C03A_StaticFields, ___s_DefaultTangent_9)); } inline Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 get_s_DefaultTangent_9() const { return ___s_DefaultTangent_9; } inline Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 * get_address_of_s_DefaultTangent_9() { return &___s_DefaultTangent_9; } inline void set_s_DefaultTangent_9(Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 value) { ___s_DefaultTangent_9 = value; } inline static int32_t get_offset_of_simpleVert_10() { return static_cast(offsetof(UIVertex_tD94AAC5F0B42DBC441AAA8ADBFCFF9E5C320C03A_StaticFields, ___simpleVert_10)); } inline UIVertex_tD94AAC5F0B42DBC441AAA8ADBFCFF9E5C320C03A get_simpleVert_10() const { return ___simpleVert_10; } inline UIVertex_tD94AAC5F0B42DBC441AAA8ADBFCFF9E5C320C03A * get_address_of_simpleVert_10() { return &___simpleVert_10; } inline void set_simpleVert_10(UIVertex_tD94AAC5F0B42DBC441AAA8ADBFCFF9E5C320C03A value) { ___simpleVert_10 = value; } }; // UnityEngine.UIVertex // System.UInt16Enum // System.UInt16Enum // System.UInt32Enum // System.UInt32Enum // Steamworks.UserAchievementStored_t // Steamworks.UserAchievementStored_t // FMOD.Studio.VCA // FMOD.Studio.VCA // OVR.OpenVR.VRBoneTransform_t // OVR.OpenVR.VRBoneTransform_t // OVR.OpenVR.VRControllerState_t // OVR.OpenVR.VRControllerState_t // UnityEngine.Rendering.VertexAttribute // UnityEngine.Rendering.VertexAttribute // UnityEngine.Rendering.VertexAttributeFormat // UnityEngine.Rendering.VertexAttributeFormat // UnityEngine.Rendering.VisibleLightFlags // UnityEngine.Rendering.VisibleLightFlags // System.Security.Cryptography.X509Certificates.X509ChainStatusFlags // System.Security.Cryptography.X509Certificates.X509ChainStatusFlags // UnityEngine.XR.XRNode // UnityEngine.XR.XRNode // UnityEngine.Rendering.Universal.XRView // UnityEngine.Rendering.Universal.XRView // System.Xml.XmlSpace // System.Xml.XmlSpace // UnityEngine.jvalue // UnityEngine.jvalue // UnityEngine.Camera/RenderRequestMode // UnityEngine.Camera/RenderRequestMode // UnityEngine.Camera/RenderRequestOutputSpace // UnityEngine.Camera/RenderRequestOutputSpace // UnityEngine.Rendering.Universal.Internal.DeferredTiler/PrePunctualLight // UnityEngine.Rendering.Universal.Internal.DeferredTiler/PrePunctualLight // CrazyMinnow.SALSA.ExpressionComponent/ControlType // CrazyMinnow.SALSA.ExpressionComponent/ControlType // CrazyMinnow.SALSA.ExpressionComponent/ExpressionHandler // CrazyMinnow.SALSA.ExpressionComponent/ExpressionHandler // CrazyMinnow.SALSA.ExpressionComponent/ExpressionType // CrazyMinnow.SALSA.ExpressionComponent/ExpressionType // UnityEngine.InputSystem.HID.HID/HIDCollectionType // UnityEngine.InputSystem.HID.HID/HIDCollectionType // UnityEngine.InputSystem.HID.HID/HIDElementFlags // UnityEngine.InputSystem.HID.HID/HIDElementFlags // UnityEngine.InputSystem.HID.HID/HIDReportType // UnityEngine.InputSystem.HID.HID/HIDReportType // UnityEngine.InputSystem.HID.HID/UsagePage // UnityEngine.InputSystem.HID.HID/UsagePage // UnityEngine.InputSystem.InputBinding/Flags // UnityEngine.InputSystem.InputBinding/Flags // UnityEngine.InputSystem.LowLevel.InputEventTrace/DeviceInfo // UnityEngine.InputSystem.LowLevel.InputEventTrace/DeviceInfo // UnityEngine.InputSystem.InputManager/AvailableDevice // UnityEngine.InputSystem.InputManager/AvailableDevice // UnityEngine.InputSystem.InputRemoting/RemoteInputDevice // UnityEngine.InputSystem.InputRemoting/RemoteInputDevice // UnityEngine.InputSystem.Users.InputUser/UserFlags // UnityEngine.InputSystem.Users.InputUser/UserFlags // UnityEngine.InputSystem.Utilities.JsonParser/JsonString // UnityEngine.InputSystem.Utilities.JsonParser/JsonString // UnityEngine.InputSystem.Utilities.JsonParser/JsonValueType // UnityEngine.InputSystem.Utilities.JsonParser/JsonValueType // CrazyMinnow.SALSA.LerpEasings/EasingType // CrazyMinnow.SALSA.LerpEasings/EasingType // UnityEngine.Experimental.Rendering.Universal.Light2DBlendStyle/BlendMode // UnityEngine.Experimental.Rendering.Universal.Light2DBlendStyle/BlendMode // UnityEngine.Experimental.Rendering.Universal.Light2DBlendStyle/TextureChannel // UnityEngine.Experimental.Rendering.Universal.Light2DBlendStyle/TextureChannel // UnityEngine.Experimental.Rendering.Universal.LightUtility/ParametricLightMeshVertex struct ParametricLightMeshVertex_tB82504F406737A009734BC6F80812DAC6B4DE893_StaticFields { public: // UnityEngine.Rendering.VertexAttributeDescriptor[] UnityEngine.Experimental.Rendering.Universal.LightUtility/ParametricLightMeshVertex::VertexLayout VertexAttributeDescriptorU5BU5D_tD5E8E25AC5B9F233FDC5658F2C11FB7412BBDBFF* ___VertexLayout_2; public: inline static int32_t get_offset_of_VertexLayout_2() { return static_cast(offsetof(ParametricLightMeshVertex_tB82504F406737A009734BC6F80812DAC6B4DE893_StaticFields, ___VertexLayout_2)); } inline VertexAttributeDescriptorU5BU5D_tD5E8E25AC5B9F233FDC5658F2C11FB7412BBDBFF* get_VertexLayout_2() const { return ___VertexLayout_2; } inline VertexAttributeDescriptorU5BU5D_tD5E8E25AC5B9F233FDC5658F2C11FB7412BBDBFF** get_address_of_VertexLayout_2() { return &___VertexLayout_2; } inline void set_VertexLayout_2(VertexAttributeDescriptorU5BU5D_tD5E8E25AC5B9F233FDC5658F2C11FB7412BBDBFF* value) { ___VertexLayout_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___VertexLayout_2), (void*)value); } }; // UnityEngine.Experimental.Rendering.Universal.LightUtility/ParametricLightMeshVertex // UnityEngine.Experimental.Rendering.Universal.LightUtility/SpriteLightMeshVertex struct SpriteLightMeshVertex_t6B4EA22B1C7FE0AFC97B4E47B3D24031A436CBCC_StaticFields { public: // UnityEngine.Rendering.VertexAttributeDescriptor[] UnityEngine.Experimental.Rendering.Universal.LightUtility/SpriteLightMeshVertex::VertexLayout VertexAttributeDescriptorU5BU5D_tD5E8E25AC5B9F233FDC5658F2C11FB7412BBDBFF* ___VertexLayout_3; public: inline static int32_t get_offset_of_VertexLayout_3() { return static_cast(offsetof(SpriteLightMeshVertex_t6B4EA22B1C7FE0AFC97B4E47B3D24031A436CBCC_StaticFields, ___VertexLayout_3)); } inline VertexAttributeDescriptorU5BU5D_tD5E8E25AC5B9F233FDC5658F2C11FB7412BBDBFF* get_VertexLayout_3() const { return ___VertexLayout_3; } inline VertexAttributeDescriptorU5BU5D_tD5E8E25AC5B9F233FDC5658F2C11FB7412BBDBFF** get_address_of_VertexLayout_3() { return &___VertexLayout_3; } inline void set_VertexLayout_3(VertexAttributeDescriptorU5BU5D_tD5E8E25AC5B9F233FDC5658F2C11FB7412BBDBFF* value) { ___VertexLayout_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___VertexLayout_3), (void*)value); } }; // UnityEngine.Experimental.Rendering.Universal.LightUtility/SpriteLightMeshVertex // UnityEngine.UI.Navigation/Mode // UnityEngine.UI.Navigation/Mode // OVRDisplay/EyeRenderDesc // OVRDisplay/EyeRenderDesc // OVRInput/OpenVRController // OVRInput/OpenVRController // OVROverlay/LayerTexture // OVROverlay/LayerTexture // OVRPlugin/BoneCapsule // OVRPlugin/BoneCapsule // OVRPlugin/BoneId // OVRPlugin/BoneId // OVRPlugin/Posef struct Posef_tAB560ABDD92D837B4DF63F6FAEE32A1E1144B952_StaticFields { public: // OVRPlugin/Posef OVRPlugin/Posef::identity Posef_tAB560ABDD92D837B4DF63F6FAEE32A1E1144B952 ___identity_2; public: inline static int32_t get_offset_of_identity_2() { return static_cast(offsetof(Posef_tAB560ABDD92D837B4DF63F6FAEE32A1E1144B952_StaticFields, ___identity_2)); } inline Posef_tAB560ABDD92D837B4DF63F6FAEE32A1E1144B952 get_identity_2() const { return ___identity_2; } inline Posef_tAB560ABDD92D837B4DF63F6FAEE32A1E1144B952 * get_address_of_identity_2() { return &___identity_2; } inline void set_identity_2(Posef_tAB560ABDD92D837B4DF63F6FAEE32A1E1144B952 value) { ___identity_2 = value; } }; // OVRPlugin/Posef // OVRPlugin/Rectf // OVRPlugin/Rectf // OVRPlugin/Recti // OVRPlugin/Recti // OVRPlugin/SpatialEntityQueryResult // OVRPlugin/SpatialEntityQueryResult // OVRRaycaster/RaycastHit // OVRRaycaster/RaycastHit // OVRSkeleton/BoneId // OVRSkeleton/BoneId // UnityEngine.ParticleSystem/Particle // UnityEngine.ParticleSystem/Particle // UnityEngine.EventSystems.PointerEventData/FramePressState // UnityEngine.EventSystems.PointerEventData/FramePressState // UnityEngine.Rendering.Universal.ShaderInput/LightData // UnityEngine.Rendering.Universal.ShaderInput/LightData // UnityEngine.Rendering.Universal.ShaderInput/ShadowData // UnityEngine.Rendering.Universal.ShaderInput/ShadowData // UnityEngine.Experimental.Rendering.Universal.ShadowUtility/Edge // UnityEngine.Experimental.Rendering.Universal.ShadowUtility/Edge // System.Net.Sockets.Socket/WSABUF // System.Net.Sockets.Socket/WSABUF // UnityEngine.InputSystem.UI.TrackedDeviceRaycaster/RaycastHitData // UnityEngine.InputSystem.UI.TrackedDeviceRaycaster/RaycastHitData // System.Globalization.UmAlQuraCalendar/DateMapping // System.Globalization.UmAlQuraCalendar/DateMapping // System.Xml.XmlTextWriter/NamespaceState // System.Xml.XmlTextWriter/NamespaceState // UnityEngine.InputSystem.Layouts.InputControlLayout/ControlItem/Flags // UnityEngine.InputSystem.Layouts.InputControlLayout/ControlItem/Flags // UnityEngine.InputSystem.InputControlScheme/DeviceRequirement/Flags // UnityEngine.InputSystem.InputControlScheme/DeviceRequirement/Flags // UnityEngine.InputSystem.InputControlScheme/MatchResult/Result // UnityEngine.InputSystem.InputControlScheme/MatchResult/Result // System.Collections.Generic.Dictionary`2/Entry // System.Collections.Generic.Dictionary`2/Entry // System.Collections.Generic.Dictionary`2/Entry // System.Collections.Generic.Dictionary`2/Entry // System.Collections.Generic.Dictionary`2/Entry // System.Collections.Generic.Dictionary`2/Entry // System.Collections.Generic.Dictionary`2/Entry // System.Collections.Generic.Dictionary`2/Entry // System.Collections.Generic.Dictionary`2/Entry // System.Collections.Generic.Dictionary`2/Entry // System.Collections.Generic.Dictionary`2/Entry // System.Collections.Generic.Dictionary`2/Entry // System.Collections.Generic.Dictionary`2/Enumerator // System.Collections.Generic.Dictionary`2/Enumerator // System.Collections.Generic.KeyValuePair`2 // System.Collections.Generic.KeyValuePair`2 // System.Collections.Generic.KeyValuePair`2 // System.Collections.Generic.KeyValuePair`2 // System.Collections.Generic.KeyValuePair`2 // System.Collections.Generic.KeyValuePair`2 // System.Collections.Generic.KeyValuePair`2 // System.Collections.Generic.KeyValuePair`2 // System.Collections.Generic.KeyValuePair`2 // System.Collections.Generic.KeyValuePair`2 // System.Collections.Generic.KeyValuePair`2 // System.Collections.Generic.KeyValuePair`2 // Unity.Collections.NativeArray`1 // Unity.Collections.NativeArray`1 // Unity.Collections.NativeArray`1 // Unity.Collections.NativeArray`1 // Unity.Collections.NativeArray`1 // Unity.Collections.NativeArray`1 // Unity.Collections.NativeArray`1 // Unity.Collections.NativeArray`1 // Unity.Collections.NativeArray`1 // Unity.Collections.NativeArray`1 // Unity.Collections.NativeArray`1 // Unity.Collections.NativeArray`1 // UnityEngine.Rendering.GraphicsFence // UnityEngine.Rendering.GraphicsFence // System.Net.HeaderVariantInfo // System.Net.HeaderVariantInfo // UnityEngine.HumanBone // UnityEngine.HumanBone // UnityEngine.InputSystem.InputBinding // UnityEngine.InputSystem.InputBinding // UnityEngine.Experimental.GlobalIllumination.LightDataGI // UnityEngine.Experimental.GlobalIllumination.LightDataGI // Oculus.Spatializer.Propagation.MeshGroup // Oculus.Spatializer.Propagation.MeshGroup // System.MulticastDelegate // System.MulticastDelegate // UnityEngine.UI.Navigation // UnityEngine.UI.Navigation // FMOD.Studio.PARAMETER_DESCRIPTION // FMOD.Studio.PARAMETER_DESCRIPTION // UnityEngine.Playables.Playable struct Playable_tC24692CDD1DD8F1D5C646035A76D2830A70214E2_StaticFields { public: // UnityEngine.Playables.Playable UnityEngine.Playables.Playable::m_NullPlayable Playable_tC24692CDD1DD8F1D5C646035A76D2830A70214E2 ___m_NullPlayable_1; public: inline static int32_t get_offset_of_m_NullPlayable_1() { return static_cast(offsetof(Playable_tC24692CDD1DD8F1D5C646035A76D2830A70214E2_StaticFields, ___m_NullPlayable_1)); } inline Playable_tC24692CDD1DD8F1D5C646035A76D2830A70214E2 get_m_NullPlayable_1() const { return ___m_NullPlayable_1; } inline Playable_tC24692CDD1DD8F1D5C646035A76D2830A70214E2 * get_address_of_m_NullPlayable_1() { return &___m_NullPlayable_1; } inline void set_m_NullPlayable_1(Playable_tC24692CDD1DD8F1D5C646035A76D2830A70214E2 value) { ___m_NullPlayable_1 = value; } }; // UnityEngine.Playables.Playable // UnityEngine.Playables.PlayableBinding struct PlayableBinding_t265202500C703254AD9777368C05D1986C8AC7A2_StaticFields { public: // UnityEngine.Playables.PlayableBinding[] UnityEngine.Playables.PlayableBinding::None PlayableBindingU5BU5D_t4FD470872BB5C6A1794C9CB06830B557CA874CB3* ___None_4; // System.Double UnityEngine.Playables.PlayableBinding::DefaultDuration double ___DefaultDuration_5; public: inline static int32_t get_offset_of_None_4() { return static_cast(offsetof(PlayableBinding_t265202500C703254AD9777368C05D1986C8AC7A2_StaticFields, ___None_4)); } inline PlayableBindingU5BU5D_t4FD470872BB5C6A1794C9CB06830B557CA874CB3* get_None_4() const { return ___None_4; } inline PlayableBindingU5BU5D_t4FD470872BB5C6A1794C9CB06830B557CA874CB3** get_address_of_None_4() { return &___None_4; } inline void set_None_4(PlayableBindingU5BU5D_t4FD470872BB5C6A1794C9CB06830B557CA874CB3* value) { ___None_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___None_4), (void*)value); } inline static int32_t get_offset_of_DefaultDuration_5() { return static_cast(offsetof(PlayableBinding_t265202500C703254AD9777368C05D1986C8AC7A2_StaticFields, ___DefaultDuration_5)); } inline double get_DefaultDuration_5() const { return ___DefaultDuration_5; } inline double* get_address_of_DefaultDuration_5() { return &___DefaultDuration_5; } inline void set_DefaultDuration_5(double value) { ___DefaultDuration_5 = value; } }; // UnityEngine.Playables.PlayableBinding // UnityEngine.InputSystem.Utilities.PrimitiveValue // UnityEngine.InputSystem.Utilities.PrimitiveValue // CrazyMinnow.SALSA.QueueExpressionComponent // CrazyMinnow.SALSA.QueueExpressionComponent // UnityEngine.Rendering.RasterState struct RasterState_tCE938359A754790604BA6BDF3A2C688A691D0B9E_StaticFields { public: // UnityEngine.Rendering.RasterState UnityEngine.Rendering.RasterState::defaultValue RasterState_tCE938359A754790604BA6BDF3A2C688A691D0B9E ___defaultValue_0; public: inline static int32_t get_offset_of_defaultValue_0() { return static_cast(offsetof(RasterState_tCE938359A754790604BA6BDF3A2C688A691D0B9E_StaticFields, ___defaultValue_0)); } inline RasterState_tCE938359A754790604BA6BDF3A2C688A691D0B9E get_defaultValue_0() const { return ___defaultValue_0; } inline RasterState_tCE938359A754790604BA6BDF3A2C688A691D0B9E * get_address_of_defaultValue_0() { return &___defaultValue_0; } inline void set_defaultValue_0(RasterState_tCE938359A754790604BA6BDF3A2C688A691D0B9E value) { ___defaultValue_0 = value; } }; // UnityEngine.Rendering.RasterState // UnityEngine.Rendering.RenderTargetIdentifier // UnityEngine.Rendering.RenderTargetIdentifier // UnityEngine.Experimental.Rendering.RenderGraphModule.ResourceHandle struct ResourceHandle_t671576C75E4BF9E42997795BD60D96FCA88AB948_StaticFields { public: // System.UInt32 UnityEngine.Experimental.Rendering.RenderGraphModule.ResourceHandle::s_CurrentValidBit uint32_t ___s_CurrentValidBit_3; public: inline static int32_t get_offset_of_s_CurrentValidBit_3() { return static_cast(offsetof(ResourceHandle_t671576C75E4BF9E42997795BD60D96FCA88AB948_StaticFields, ___s_CurrentValidBit_3)); } inline uint32_t get_s_CurrentValidBit_3() const { return ___s_CurrentValidBit_3; } inline uint32_t* get_address_of_s_CurrentValidBit_3() { return &___s_CurrentValidBit_3; } inline void set_s_CurrentValidBit_3(uint32_t value) { ___s_CurrentValidBit_3 = value; } }; // UnityEngine.Experimental.Rendering.RenderGraphModule.ResourceHandle // UnityEngine.Rendering.SortingSettings // UnityEngine.Rendering.SortingSettings // System.Runtime.Serialization.StreamingContext // System.Runtime.Serialization.StreamingContext // System.SystemException // System.SystemException // OVR.OpenVR.Texture_t // OVR.OpenVR.Texture_t // System.Diagnostics.Tracing.TraceLoggingMetadataCollector // System.Diagnostics.Tracing.TraceLoggingMetadataCollector // System.Diagnostics.Tracing.TraceLoggingTypeInfo // System.Diagnostics.Tracing.TraceLoggingTypeInfo // OVR.OpenVR.TrackedDevicePose_t // OVR.OpenVR.TrackedDevicePose_t // System.Type struct Type_t_StaticFields { public: // System.Reflection.MemberFilter System.Type::FilterAttribute MemberFilter_t48D0AA10105D186AF42428FA532D4B4332CF8B81 * ___FilterAttribute_0; // System.Reflection.MemberFilter System.Type::FilterName MemberFilter_t48D0AA10105D186AF42428FA532D4B4332CF8B81 * ___FilterName_1; // System.Reflection.MemberFilter System.Type::FilterNameIgnoreCase MemberFilter_t48D0AA10105D186AF42428FA532D4B4332CF8B81 * ___FilterNameIgnoreCase_2; // System.Object System.Type::Missing RuntimeObject * ___Missing_3; // System.Char System.Type::Delimiter Il2CppChar ___Delimiter_4; // System.Type[] System.Type::EmptyTypes TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* ___EmptyTypes_5; // System.Reflection.Binder System.Type::defaultBinder Binder_t2BEE27FD84737D1E79BC47FD67F6D3DD2F2DDA30 * ___defaultBinder_6; public: inline static int32_t get_offset_of_FilterAttribute_0() { return static_cast(offsetof(Type_t_StaticFields, ___FilterAttribute_0)); } inline MemberFilter_t48D0AA10105D186AF42428FA532D4B4332CF8B81 * get_FilterAttribute_0() const { return ___FilterAttribute_0; } inline MemberFilter_t48D0AA10105D186AF42428FA532D4B4332CF8B81 ** get_address_of_FilterAttribute_0() { return &___FilterAttribute_0; } inline void set_FilterAttribute_0(MemberFilter_t48D0AA10105D186AF42428FA532D4B4332CF8B81 * value) { ___FilterAttribute_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___FilterAttribute_0), (void*)value); } inline static int32_t get_offset_of_FilterName_1() { return static_cast(offsetof(Type_t_StaticFields, ___FilterName_1)); } inline MemberFilter_t48D0AA10105D186AF42428FA532D4B4332CF8B81 * get_FilterName_1() const { return ___FilterName_1; } inline MemberFilter_t48D0AA10105D186AF42428FA532D4B4332CF8B81 ** get_address_of_FilterName_1() { return &___FilterName_1; } inline void set_FilterName_1(MemberFilter_t48D0AA10105D186AF42428FA532D4B4332CF8B81 * value) { ___FilterName_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___FilterName_1), (void*)value); } inline static int32_t get_offset_of_FilterNameIgnoreCase_2() { return static_cast(offsetof(Type_t_StaticFields, ___FilterNameIgnoreCase_2)); } inline MemberFilter_t48D0AA10105D186AF42428FA532D4B4332CF8B81 * get_FilterNameIgnoreCase_2() const { return ___FilterNameIgnoreCase_2; } inline MemberFilter_t48D0AA10105D186AF42428FA532D4B4332CF8B81 ** get_address_of_FilterNameIgnoreCase_2() { return &___FilterNameIgnoreCase_2; } inline void set_FilterNameIgnoreCase_2(MemberFilter_t48D0AA10105D186AF42428FA532D4B4332CF8B81 * value) { ___FilterNameIgnoreCase_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___FilterNameIgnoreCase_2), (void*)value); } inline static int32_t get_offset_of_Missing_3() { return static_cast(offsetof(Type_t_StaticFields, ___Missing_3)); } inline RuntimeObject * get_Missing_3() const { return ___Missing_3; } inline RuntimeObject ** get_address_of_Missing_3() { return &___Missing_3; } inline void set_Missing_3(RuntimeObject * value) { ___Missing_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___Missing_3), (void*)value); } inline static int32_t get_offset_of_Delimiter_4() { return static_cast(offsetof(Type_t_StaticFields, ___Delimiter_4)); } inline Il2CppChar get_Delimiter_4() const { return ___Delimiter_4; } inline Il2CppChar* get_address_of_Delimiter_4() { return &___Delimiter_4; } inline void set_Delimiter_4(Il2CppChar value) { ___Delimiter_4 = value; } inline static int32_t get_offset_of_EmptyTypes_5() { return static_cast(offsetof(Type_t_StaticFields, ___EmptyTypes_5)); } inline TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* get_EmptyTypes_5() const { return ___EmptyTypes_5; } inline TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755** get_address_of_EmptyTypes_5() { return &___EmptyTypes_5; } inline void set_EmptyTypes_5(TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* value) { ___EmptyTypes_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___EmptyTypes_5), (void*)value); } inline static int32_t get_offset_of_defaultBinder_6() { return static_cast(offsetof(Type_t_StaticFields, ___defaultBinder_6)); } inline Binder_t2BEE27FD84737D1E79BC47FD67F6D3DD2F2DDA30 * get_defaultBinder_6() const { return ___defaultBinder_6; } inline Binder_t2BEE27FD84737D1E79BC47FD67F6D3DD2F2DDA30 ** get_address_of_defaultBinder_6() { return &___defaultBinder_6; } inline void set_defaultBinder_6(Binder_t2BEE27FD84737D1E79BC47FD67F6D3DD2F2DDA30 * value) { ___defaultBinder_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___defaultBinder_6), (void*)value); } }; // System.Type // Steamworks.UserStatsReceived_t // Steamworks.UserStatsReceived_t // Steamworks.UserStatsStored_t // Steamworks.UserStatsStored_t // UnityEngine.Rendering.VertexAttributeDescriptor // UnityEngine.Rendering.VertexAttributeDescriptor // UnityEngine.Rendering.VisibleLight // UnityEngine.Rendering.VisibleLight // System.Security.Cryptography.X509Certificates.X509ChainStatus // System.Security.Cryptography.X509Certificates.X509ChainStatus // UnityEngine.InputSystem.XR.XRFeatureDescriptor // UnityEngine.InputSystem.XR.XRFeatureDescriptor // UnityEngine.XR.XRNodeState // UnityEngine.XR.XRNodeState // Oculus.Platform.CAPI/ovrKeyValuePair // Oculus.Platform.CAPI/ovrKeyValuePair // Oculus.Platform.CAPI/ovrMatchmakingCriterion // Oculus.Platform.CAPI/ovrMatchmakingCriterion // UnityEngine.Camera/RenderRequest // UnityEngine.Camera/RenderRequest // System.Net.CookieTokenizer/RecognizedAttribute // System.Net.CookieTokenizer/RecognizedAttribute // UnityEngine.Rendering.Universal.DeferredShaderData/ComputeBufferInfo // UnityEngine.Rendering.Universal.DeferredShaderData/ComputeBufferInfo // System.Diagnostics.Tracing.EventSource/EventMetadata // System.Diagnostics.Tracing.EventSource/EventMetadata // UnityEngine.InputSystem.HID.HID/HIDCollectionDescriptor // UnityEngine.InputSystem.HID.HID/HIDCollectionDescriptor // UnityEngine.InputSystem.HID.HID/HIDElementDescriptor // UnityEngine.InputSystem.HID.HID/HIDElementDescriptor // UnityEngine.InputSystem.HID.HIDParser/HIDReportData // UnityEngine.InputSystem.HID.HIDParser/HIDReportData // UnityEngine.InputSystem.HID.HIDSupport/HIDPageUsage // UnityEngine.InputSystem.HID.HIDSupport/HIDPageUsage // UnityEngine.InputSystem.InputControlPath/ParsedPathComponent // UnityEngine.InputSystem.InputControlPath/ParsedPathComponent // UnityEngine.InputSystem.InputControlScheme/DeviceRequirement // UnityEngine.InputSystem.InputControlScheme/DeviceRequirement // UnityEngine.InputSystem.InputManager/StateChangeMonitorsForDevice // UnityEngine.InputSystem.InputManager/StateChangeMonitorsForDevice // UnityEngine.InputSystem.Users.InputUser/GlobalState // UnityEngine.InputSystem.Users.InputUser/GlobalState // UnityEngine.InputSystem.Utilities.JsonParser/JsonValue // UnityEngine.InputSystem.Utilities.JsonParser/JsonValue // OVRInput/OpenVRControllerDetails // OVRInput/OpenVRControllerDetails // OVRPlugin/Bone // OVRPlugin/Bone // OVRTrackedKeyboardHands/HandBoneMapping // OVRTrackedKeyboardHands/HandBoneMapping // UnityEngine.InputSystem.UI.PointerModel/ButtonState // UnityEngine.InputSystem.UI.PointerModel/ButtonState // FMODUnity.RuntimeManager/LoadedBank // FMODUnity.RuntimeManager/LoadedBank // UnityEngine.Timeline.TimeNotificationBehaviour/NotificationEntry // UnityEngine.Timeline.TimeNotificationBehaviour/NotificationEntry // UnityEngine.InputSystem.EnhancedTouch.Touch/FingerAndTouchState // UnityEngine.InputSystem.EnhancedTouch.Touch/FingerAndTouchState // System.Xml.XmlTextWriter/TagInfo // System.Xml.XmlTextWriter/TagInfo // UnityEngine.InputSystem.Layouts.InputControlLayout/Collection/LayoutMatcher // UnityEngine.InputSystem.Layouts.InputControlLayout/Collection/LayoutMatcher // Oculus.Platform.Matchmaking/CustomQuery/Criterion // Oculus.Platform.Matchmaking/CustomQuery/Criterion // Steamworks.Callback`1/DispatchDelegate // Steamworks.Callback`1/DispatchDelegate // Steamworks.Callback`1/DispatchDelegate // Steamworks.Callback`1/DispatchDelegate // Steamworks.Callback`1/DispatchDelegate // Steamworks.Callback`1/DispatchDelegate // Steamworks.Callback`1/DispatchDelegate // Steamworks.Callback`1/DispatchDelegate // System.Collections.Generic.Dictionary`2/Entry // System.Collections.Generic.Dictionary`2/Entry // System.Collections.Generic.Dictionary`2/Entry // System.Collections.Generic.Dictionary`2/Entry // System.Collections.Generic.Dictionary`2/Entry // System.Collections.Generic.Dictionary`2/Entry // UnityEngine.InputSystem.InputControlList`1 // UnityEngine.InputSystem.InputControlList`1 // UnityEngine.InputSystem.InputControlList`1 // UnityEngine.InputSystem.InputControlList`1 // System.Collections.Generic.KeyValuePair`2 // System.Collections.Generic.KeyValuePair`2 // System.Collections.Generic.KeyValuePair`2 // System.Collections.Generic.KeyValuePair`2 // System.Collections.Generic.KeyValuePair`2 // System.Collections.Generic.KeyValuePair`2 // System.Diagnostics.Tracing.TraceLoggingTypeInfo`1> struct TraceLoggingTypeInfo_1_tAA80A15704CE49500C66DC6B1C05B2A1188F89DC_StaticFields { public: // System.Diagnostics.Tracing.TraceLoggingTypeInfo`1 System.Diagnostics.Tracing.TraceLoggingTypeInfo`1::instance TraceLoggingTypeInfo_1_tAA80A15704CE49500C66DC6B1C05B2A1188F89DC * ___instance_6; public: inline static int32_t get_offset_of_instance_6() { return static_cast(offsetof(TraceLoggingTypeInfo_1_tAA80A15704CE49500C66DC6B1C05B2A1188F89DC_StaticFields, ___instance_6)); } inline TraceLoggingTypeInfo_1_tAA80A15704CE49500C66DC6B1C05B2A1188F89DC * get_instance_6() const { return ___instance_6; } inline TraceLoggingTypeInfo_1_tAA80A15704CE49500C66DC6B1C05B2A1188F89DC ** get_address_of_instance_6() { return &___instance_6; } inline void set_instance_6(TraceLoggingTypeInfo_1_tAA80A15704CE49500C66DC6B1C05B2A1188F89DC * value) { ___instance_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___instance_6), (void*)value); } }; // System.Diagnostics.Tracing.TraceLoggingTypeInfo`1> // System.Diagnostics.Tracing.TraceLoggingTypeInfo`1 struct TraceLoggingTypeInfo_1_t2E09E8CA26064E30A8F7376A80B6440C13A23A68_StaticFields { public: // System.Diagnostics.Tracing.TraceLoggingTypeInfo`1 System.Diagnostics.Tracing.TraceLoggingTypeInfo`1::instance TraceLoggingTypeInfo_1_t2E09E8CA26064E30A8F7376A80B6440C13A23A68 * ___instance_6; public: inline static int32_t get_offset_of_instance_6() { return static_cast(offsetof(TraceLoggingTypeInfo_1_t2E09E8CA26064E30A8F7376A80B6440C13A23A68_StaticFields, ___instance_6)); } inline TraceLoggingTypeInfo_1_t2E09E8CA26064E30A8F7376A80B6440C13A23A68 * get_instance_6() const { return ___instance_6; } inline TraceLoggingTypeInfo_1_t2E09E8CA26064E30A8F7376A80B6440C13A23A68 ** get_address_of_instance_6() { return &___instance_6; } inline void set_instance_6(TraceLoggingTypeInfo_1_t2E09E8CA26064E30A8F7376A80B6440C13A23A68 * value) { ___instance_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___instance_6), (void*)value); } }; // System.Diagnostics.Tracing.TraceLoggingTypeInfo`1 // System.Diagnostics.Tracing.TraceLoggingTypeInfo`1 struct TraceLoggingTypeInfo_1_t3249C39DDD7C9608FB6A71BC0E8ADAD2DBA7582D_StaticFields { public: // System.Diagnostics.Tracing.TraceLoggingTypeInfo`1 System.Diagnostics.Tracing.TraceLoggingTypeInfo`1::instance TraceLoggingTypeInfo_1_t3249C39DDD7C9608FB6A71BC0E8ADAD2DBA7582D * ___instance_6; public: inline static int32_t get_offset_of_instance_6() { return static_cast(offsetof(TraceLoggingTypeInfo_1_t3249C39DDD7C9608FB6A71BC0E8ADAD2DBA7582D_StaticFields, ___instance_6)); } inline TraceLoggingTypeInfo_1_t3249C39DDD7C9608FB6A71BC0E8ADAD2DBA7582D * get_instance_6() const { return ___instance_6; } inline TraceLoggingTypeInfo_1_t3249C39DDD7C9608FB6A71BC0E8ADAD2DBA7582D ** get_address_of_instance_6() { return &___instance_6; } inline void set_instance_6(TraceLoggingTypeInfo_1_t3249C39DDD7C9608FB6A71BC0E8ADAD2DBA7582D * value) { ___instance_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___instance_6), (void*)value); } }; // System.Diagnostics.Tracing.TraceLoggingTypeInfo`1 // System.Diagnostics.Tracing.TraceLoggingTypeInfo`1 struct TraceLoggingTypeInfo_1_t4060A49A9615875C95710F4F7A74B649698B182C_StaticFields { public: // System.Diagnostics.Tracing.TraceLoggingTypeInfo`1 System.Diagnostics.Tracing.TraceLoggingTypeInfo`1::instance TraceLoggingTypeInfo_1_t4060A49A9615875C95710F4F7A74B649698B182C * ___instance_6; public: inline static int32_t get_offset_of_instance_6() { return static_cast(offsetof(TraceLoggingTypeInfo_1_t4060A49A9615875C95710F4F7A74B649698B182C_StaticFields, ___instance_6)); } inline TraceLoggingTypeInfo_1_t4060A49A9615875C95710F4F7A74B649698B182C * get_instance_6() const { return ___instance_6; } inline TraceLoggingTypeInfo_1_t4060A49A9615875C95710F4F7A74B649698B182C ** get_address_of_instance_6() { return &___instance_6; } inline void set_instance_6(TraceLoggingTypeInfo_1_t4060A49A9615875C95710F4F7A74B649698B182C * value) { ___instance_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___instance_6), (void*)value); } }; // System.Diagnostics.Tracing.TraceLoggingTypeInfo`1 // System.Diagnostics.Tracing.TraceLoggingTypeInfo`1 struct TraceLoggingTypeInfo_1_t3B564912583B489AA09CF4EC981BC921E43D206B_StaticFields { public: // System.Diagnostics.Tracing.TraceLoggingTypeInfo`1 System.Diagnostics.Tracing.TraceLoggingTypeInfo`1::instance TraceLoggingTypeInfo_1_t3B564912583B489AA09CF4EC981BC921E43D206B * ___instance_6; public: inline static int32_t get_offset_of_instance_6() { return static_cast(offsetof(TraceLoggingTypeInfo_1_t3B564912583B489AA09CF4EC981BC921E43D206B_StaticFields, ___instance_6)); } inline TraceLoggingTypeInfo_1_t3B564912583B489AA09CF4EC981BC921E43D206B * get_instance_6() const { return ___instance_6; } inline TraceLoggingTypeInfo_1_t3B564912583B489AA09CF4EC981BC921E43D206B ** get_address_of_instance_6() { return &___instance_6; } inline void set_instance_6(TraceLoggingTypeInfo_1_t3B564912583B489AA09CF4EC981BC921E43D206B * value) { ___instance_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___instance_6), (void*)value); } }; // System.Diagnostics.Tracing.TraceLoggingTypeInfo`1 // System.Diagnostics.Tracing.TraceLoggingTypeInfo`1 struct TraceLoggingTypeInfo_1_t2222233AEF607D614ED51D9A909021B0AD1DD052_StaticFields { public: // System.Diagnostics.Tracing.TraceLoggingTypeInfo`1 System.Diagnostics.Tracing.TraceLoggingTypeInfo`1::instance TraceLoggingTypeInfo_1_t2222233AEF607D614ED51D9A909021B0AD1DD052 * ___instance_6; public: inline static int32_t get_offset_of_instance_6() { return static_cast(offsetof(TraceLoggingTypeInfo_1_t2222233AEF607D614ED51D9A909021B0AD1DD052_StaticFields, ___instance_6)); } inline TraceLoggingTypeInfo_1_t2222233AEF607D614ED51D9A909021B0AD1DD052 * get_instance_6() const { return ___instance_6; } inline TraceLoggingTypeInfo_1_t2222233AEF607D614ED51D9A909021B0AD1DD052 ** get_address_of_instance_6() { return &___instance_6; } inline void set_instance_6(TraceLoggingTypeInfo_1_t2222233AEF607D614ED51D9A909021B0AD1DD052 * value) { ___instance_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___instance_6), (void*)value); } }; // System.Diagnostics.Tracing.TraceLoggingTypeInfo`1 // System.Diagnostics.Tracing.TraceLoggingTypeInfo`1 struct TraceLoggingTypeInfo_1_t31C39790E0722BFAB7EF167B090AFCF92BEF0393_StaticFields { public: // System.Diagnostics.Tracing.TraceLoggingTypeInfo`1 System.Diagnostics.Tracing.TraceLoggingTypeInfo`1::instance TraceLoggingTypeInfo_1_t31C39790E0722BFAB7EF167B090AFCF92BEF0393 * ___instance_6; public: inline static int32_t get_offset_of_instance_6() { return static_cast(offsetof(TraceLoggingTypeInfo_1_t31C39790E0722BFAB7EF167B090AFCF92BEF0393_StaticFields, ___instance_6)); } inline TraceLoggingTypeInfo_1_t31C39790E0722BFAB7EF167B090AFCF92BEF0393 * get_instance_6() const { return ___instance_6; } inline TraceLoggingTypeInfo_1_t31C39790E0722BFAB7EF167B090AFCF92BEF0393 ** get_address_of_instance_6() { return &___instance_6; } inline void set_instance_6(TraceLoggingTypeInfo_1_t31C39790E0722BFAB7EF167B090AFCF92BEF0393 * value) { ___instance_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___instance_6), (void*)value); } }; // System.Diagnostics.Tracing.TraceLoggingTypeInfo`1 // System.Diagnostics.Tracing.TraceLoggingTypeInfo`1 struct TraceLoggingTypeInfo_1_t7DB46152A9D14F1E2B1949B20B3FDFDF3EE951B1_StaticFields { public: // System.Diagnostics.Tracing.TraceLoggingTypeInfo`1 System.Diagnostics.Tracing.TraceLoggingTypeInfo`1::instance TraceLoggingTypeInfo_1_t7DB46152A9D14F1E2B1949B20B3FDFDF3EE951B1 * ___instance_6; public: inline static int32_t get_offset_of_instance_6() { return static_cast(offsetof(TraceLoggingTypeInfo_1_t7DB46152A9D14F1E2B1949B20B3FDFDF3EE951B1_StaticFields, ___instance_6)); } inline TraceLoggingTypeInfo_1_t7DB46152A9D14F1E2B1949B20B3FDFDF3EE951B1 * get_instance_6() const { return ___instance_6; } inline TraceLoggingTypeInfo_1_t7DB46152A9D14F1E2B1949B20B3FDFDF3EE951B1 ** get_address_of_instance_6() { return &___instance_6; } inline void set_instance_6(TraceLoggingTypeInfo_1_t7DB46152A9D14F1E2B1949B20B3FDFDF3EE951B1 * value) { ___instance_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___instance_6), (void*)value); } }; // System.Diagnostics.Tracing.TraceLoggingTypeInfo`1 // System.Diagnostics.Tracing.TraceLoggingTypeInfo`1 struct TraceLoggingTypeInfo_1_t632172B9985D9F811628DA2FBE10BB7F417FEA07_StaticFields { public: // System.Diagnostics.Tracing.TraceLoggingTypeInfo`1 System.Diagnostics.Tracing.TraceLoggingTypeInfo`1::instance TraceLoggingTypeInfo_1_t632172B9985D9F811628DA2FBE10BB7F417FEA07 * ___instance_6; public: inline static int32_t get_offset_of_instance_6() { return static_cast(offsetof(TraceLoggingTypeInfo_1_t632172B9985D9F811628DA2FBE10BB7F417FEA07_StaticFields, ___instance_6)); } inline TraceLoggingTypeInfo_1_t632172B9985D9F811628DA2FBE10BB7F417FEA07 * get_instance_6() const { return ___instance_6; } inline TraceLoggingTypeInfo_1_t632172B9985D9F811628DA2FBE10BB7F417FEA07 ** get_address_of_instance_6() { return &___instance_6; } inline void set_instance_6(TraceLoggingTypeInfo_1_t632172B9985D9F811628DA2FBE10BB7F417FEA07 * value) { ___instance_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___instance_6), (void*)value); } }; // System.Diagnostics.Tracing.TraceLoggingTypeInfo`1 // System.Diagnostics.Tracing.TraceLoggingTypeInfo`1 struct TraceLoggingTypeInfo_1_t8101320E9F094F3170A4766FC28D96B07623CAFF_StaticFields { public: // System.Diagnostics.Tracing.TraceLoggingTypeInfo`1 System.Diagnostics.Tracing.TraceLoggingTypeInfo`1::instance TraceLoggingTypeInfo_1_t8101320E9F094F3170A4766FC28D96B07623CAFF * ___instance_6; public: inline static int32_t get_offset_of_instance_6() { return static_cast(offsetof(TraceLoggingTypeInfo_1_t8101320E9F094F3170A4766FC28D96B07623CAFF_StaticFields, ___instance_6)); } inline TraceLoggingTypeInfo_1_t8101320E9F094F3170A4766FC28D96B07623CAFF * get_instance_6() const { return ___instance_6; } inline TraceLoggingTypeInfo_1_t8101320E9F094F3170A4766FC28D96B07623CAFF ** get_address_of_instance_6() { return &___instance_6; } inline void set_instance_6(TraceLoggingTypeInfo_1_t8101320E9F094F3170A4766FC28D96B07623CAFF * value) { ___instance_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___instance_6), (void*)value); } }; // System.Diagnostics.Tracing.TraceLoggingTypeInfo`1 // System.Diagnostics.Tracing.TraceLoggingTypeInfo`1 struct TraceLoggingTypeInfo_1_tCF0BA38E6075EA0A17E3D74D866D00756E15CE2A_StaticFields { public: // System.Diagnostics.Tracing.TraceLoggingTypeInfo`1 System.Diagnostics.Tracing.TraceLoggingTypeInfo`1::instance TraceLoggingTypeInfo_1_tCF0BA38E6075EA0A17E3D74D866D00756E15CE2A * ___instance_6; public: inline static int32_t get_offset_of_instance_6() { return static_cast(offsetof(TraceLoggingTypeInfo_1_tCF0BA38E6075EA0A17E3D74D866D00756E15CE2A_StaticFields, ___instance_6)); } inline TraceLoggingTypeInfo_1_tCF0BA38E6075EA0A17E3D74D866D00756E15CE2A * get_instance_6() const { return ___instance_6; } inline TraceLoggingTypeInfo_1_tCF0BA38E6075EA0A17E3D74D866D00756E15CE2A ** get_address_of_instance_6() { return &___instance_6; } inline void set_instance_6(TraceLoggingTypeInfo_1_tCF0BA38E6075EA0A17E3D74D866D00756E15CE2A * value) { ___instance_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___instance_6), (void*)value); } }; // System.Diagnostics.Tracing.TraceLoggingTypeInfo`1 // System.Diagnostics.Tracing.TraceLoggingTypeInfo`1 struct TraceLoggingTypeInfo_1_tC3E216D7BD16AEC469B9ADA1544BF7A54F8F5878_StaticFields { public: // System.Diagnostics.Tracing.TraceLoggingTypeInfo`1 System.Diagnostics.Tracing.TraceLoggingTypeInfo`1::instance TraceLoggingTypeInfo_1_tC3E216D7BD16AEC469B9ADA1544BF7A54F8F5878 * ___instance_6; public: inline static int32_t get_offset_of_instance_6() { return static_cast(offsetof(TraceLoggingTypeInfo_1_tC3E216D7BD16AEC469B9ADA1544BF7A54F8F5878_StaticFields, ___instance_6)); } inline TraceLoggingTypeInfo_1_tC3E216D7BD16AEC469B9ADA1544BF7A54F8F5878 * get_instance_6() const { return ___instance_6; } inline TraceLoggingTypeInfo_1_tC3E216D7BD16AEC469B9ADA1544BF7A54F8F5878 ** get_address_of_instance_6() { return &___instance_6; } inline void set_instance_6(TraceLoggingTypeInfo_1_tC3E216D7BD16AEC469B9ADA1544BF7A54F8F5878 * value) { ___instance_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___instance_6), (void*)value); } }; // System.Diagnostics.Tracing.TraceLoggingTypeInfo`1 // System.Diagnostics.Tracing.TraceLoggingTypeInfo`1 struct TraceLoggingTypeInfo_1_tF33AC29BBABEE752B432A303BA55EC74658EC78F_StaticFields { public: // System.Diagnostics.Tracing.TraceLoggingTypeInfo`1 System.Diagnostics.Tracing.TraceLoggingTypeInfo`1::instance TraceLoggingTypeInfo_1_tF33AC29BBABEE752B432A303BA55EC74658EC78F * ___instance_6; public: inline static int32_t get_offset_of_instance_6() { return static_cast(offsetof(TraceLoggingTypeInfo_1_tF33AC29BBABEE752B432A303BA55EC74658EC78F_StaticFields, ___instance_6)); } inline TraceLoggingTypeInfo_1_tF33AC29BBABEE752B432A303BA55EC74658EC78F * get_instance_6() const { return ___instance_6; } inline TraceLoggingTypeInfo_1_tF33AC29BBABEE752B432A303BA55EC74658EC78F ** get_address_of_instance_6() { return &___instance_6; } inline void set_instance_6(TraceLoggingTypeInfo_1_tF33AC29BBABEE752B432A303BA55EC74658EC78F * value) { ___instance_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___instance_6), (void*)value); } }; // System.Diagnostics.Tracing.TraceLoggingTypeInfo`1 // System.Diagnostics.Tracing.TraceLoggingTypeInfo`1 struct TraceLoggingTypeInfo_1_t144B08556E9DDF4E7C7D53A98470BF1BBD2E67DA_StaticFields { public: // System.Diagnostics.Tracing.TraceLoggingTypeInfo`1 System.Diagnostics.Tracing.TraceLoggingTypeInfo`1::instance TraceLoggingTypeInfo_1_t144B08556E9DDF4E7C7D53A98470BF1BBD2E67DA * ___instance_6; public: inline static int32_t get_offset_of_instance_6() { return static_cast(offsetof(TraceLoggingTypeInfo_1_t144B08556E9DDF4E7C7D53A98470BF1BBD2E67DA_StaticFields, ___instance_6)); } inline TraceLoggingTypeInfo_1_t144B08556E9DDF4E7C7D53A98470BF1BBD2E67DA * get_instance_6() const { return ___instance_6; } inline TraceLoggingTypeInfo_1_t144B08556E9DDF4E7C7D53A98470BF1BBD2E67DA ** get_address_of_instance_6() { return &___instance_6; } inline void set_instance_6(TraceLoggingTypeInfo_1_t144B08556E9DDF4E7C7D53A98470BF1BBD2E67DA * value) { ___instance_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___instance_6), (void*)value); } }; // System.Diagnostics.Tracing.TraceLoggingTypeInfo`1 // System.Diagnostics.Tracing.TraceLoggingTypeInfo`1 struct TraceLoggingTypeInfo_1_t2AA8837972AC05A92CCC42C2902E79514B223518_StaticFields { public: // System.Diagnostics.Tracing.TraceLoggingTypeInfo`1 System.Diagnostics.Tracing.TraceLoggingTypeInfo`1::instance TraceLoggingTypeInfo_1_t2AA8837972AC05A92CCC42C2902E79514B223518 * ___instance_6; public: inline static int32_t get_offset_of_instance_6() { return static_cast(offsetof(TraceLoggingTypeInfo_1_t2AA8837972AC05A92CCC42C2902E79514B223518_StaticFields, ___instance_6)); } inline TraceLoggingTypeInfo_1_t2AA8837972AC05A92CCC42C2902E79514B223518 * get_instance_6() const { return ___instance_6; } inline TraceLoggingTypeInfo_1_t2AA8837972AC05A92CCC42C2902E79514B223518 ** get_address_of_instance_6() { return &___instance_6; } inline void set_instance_6(TraceLoggingTypeInfo_1_t2AA8837972AC05A92CCC42C2902E79514B223518 * value) { ___instance_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___instance_6), (void*)value); } }; // System.Diagnostics.Tracing.TraceLoggingTypeInfo`1 // System.Diagnostics.Tracing.TraceLoggingTypeInfo`1 struct TraceLoggingTypeInfo_1_t20A735C3CB75F54C35E40A70E3166D5A33200746_StaticFields { public: // System.Diagnostics.Tracing.TraceLoggingTypeInfo`1 System.Diagnostics.Tracing.TraceLoggingTypeInfo`1::instance TraceLoggingTypeInfo_1_t20A735C3CB75F54C35E40A70E3166D5A33200746 * ___instance_6; public: inline static int32_t get_offset_of_instance_6() { return static_cast(offsetof(TraceLoggingTypeInfo_1_t20A735C3CB75F54C35E40A70E3166D5A33200746_StaticFields, ___instance_6)); } inline TraceLoggingTypeInfo_1_t20A735C3CB75F54C35E40A70E3166D5A33200746 * get_instance_6() const { return ___instance_6; } inline TraceLoggingTypeInfo_1_t20A735C3CB75F54C35E40A70E3166D5A33200746 ** get_address_of_instance_6() { return &___instance_6; } inline void set_instance_6(TraceLoggingTypeInfo_1_t20A735C3CB75F54C35E40A70E3166D5A33200746 * value) { ___instance_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___instance_6), (void*)value); } }; // System.Diagnostics.Tracing.TraceLoggingTypeInfo`1 // System.Diagnostics.Tracing.TraceLoggingTypeInfo`1 struct TraceLoggingTypeInfo_1_t9815A50B47090D0FC0C086E821E0D4C3C0F00017_StaticFields { public: // System.Diagnostics.Tracing.TraceLoggingTypeInfo`1 System.Diagnostics.Tracing.TraceLoggingTypeInfo`1::instance TraceLoggingTypeInfo_1_t9815A50B47090D0FC0C086E821E0D4C3C0F00017 * ___instance_6; public: inline static int32_t get_offset_of_instance_6() { return static_cast(offsetof(TraceLoggingTypeInfo_1_t9815A50B47090D0FC0C086E821E0D4C3C0F00017_StaticFields, ___instance_6)); } inline TraceLoggingTypeInfo_1_t9815A50B47090D0FC0C086E821E0D4C3C0F00017 * get_instance_6() const { return ___instance_6; } inline TraceLoggingTypeInfo_1_t9815A50B47090D0FC0C086E821E0D4C3C0F00017 ** get_address_of_instance_6() { return &___instance_6; } inline void set_instance_6(TraceLoggingTypeInfo_1_t9815A50B47090D0FC0C086E821E0D4C3C0F00017 * value) { ___instance_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___instance_6), (void*)value); } }; // System.Diagnostics.Tracing.TraceLoggingTypeInfo`1 // System.Diagnostics.Tracing.TraceLoggingTypeInfo`1 struct TraceLoggingTypeInfo_1_tC9A61AC7F8E9EEDA5909051820377A84D5B3EA40_StaticFields { public: // System.Diagnostics.Tracing.TraceLoggingTypeInfo`1 System.Diagnostics.Tracing.TraceLoggingTypeInfo`1::instance TraceLoggingTypeInfo_1_tC9A61AC7F8E9EEDA5909051820377A84D5B3EA40 * ___instance_6; public: inline static int32_t get_offset_of_instance_6() { return static_cast(offsetof(TraceLoggingTypeInfo_1_tC9A61AC7F8E9EEDA5909051820377A84D5B3EA40_StaticFields, ___instance_6)); } inline TraceLoggingTypeInfo_1_tC9A61AC7F8E9EEDA5909051820377A84D5B3EA40 * get_instance_6() const { return ___instance_6; } inline TraceLoggingTypeInfo_1_tC9A61AC7F8E9EEDA5909051820377A84D5B3EA40 ** get_address_of_instance_6() { return &___instance_6; } inline void set_instance_6(TraceLoggingTypeInfo_1_tC9A61AC7F8E9EEDA5909051820377A84D5B3EA40 * value) { ___instance_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___instance_6), (void*)value); } }; // System.Diagnostics.Tracing.TraceLoggingTypeInfo`1 // System.Diagnostics.Tracing.TraceLoggingTypeInfo`1 struct TraceLoggingTypeInfo_1_tF53031808FEE0C6510DAADDC7D646FDC1003596D_StaticFields { public: // System.Diagnostics.Tracing.TraceLoggingTypeInfo`1 System.Diagnostics.Tracing.TraceLoggingTypeInfo`1::instance TraceLoggingTypeInfo_1_tF53031808FEE0C6510DAADDC7D646FDC1003596D * ___instance_6; public: inline static int32_t get_offset_of_instance_6() { return static_cast(offsetof(TraceLoggingTypeInfo_1_tF53031808FEE0C6510DAADDC7D646FDC1003596D_StaticFields, ___instance_6)); } inline TraceLoggingTypeInfo_1_tF53031808FEE0C6510DAADDC7D646FDC1003596D * get_instance_6() const { return ___instance_6; } inline TraceLoggingTypeInfo_1_tF53031808FEE0C6510DAADDC7D646FDC1003596D ** get_address_of_instance_6() { return &___instance_6; } inline void set_instance_6(TraceLoggingTypeInfo_1_tF53031808FEE0C6510DAADDC7D646FDC1003596D * value) { ___instance_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___instance_6), (void*)value); } }; // System.Diagnostics.Tracing.TraceLoggingTypeInfo`1 // System.Diagnostics.Tracing.TraceLoggingTypeInfo`1 struct TraceLoggingTypeInfo_1_t5E4CDB44325F36D386C0A07E2A068BFFE01B013D_StaticFields { public: // System.Diagnostics.Tracing.TraceLoggingTypeInfo`1 System.Diagnostics.Tracing.TraceLoggingTypeInfo`1::instance TraceLoggingTypeInfo_1_t5E4CDB44325F36D386C0A07E2A068BFFE01B013D * ___instance_6; public: inline static int32_t get_offset_of_instance_6() { return static_cast(offsetof(TraceLoggingTypeInfo_1_t5E4CDB44325F36D386C0A07E2A068BFFE01B013D_StaticFields, ___instance_6)); } inline TraceLoggingTypeInfo_1_t5E4CDB44325F36D386C0A07E2A068BFFE01B013D * get_instance_6() const { return ___instance_6; } inline TraceLoggingTypeInfo_1_t5E4CDB44325F36D386C0A07E2A068BFFE01B013D ** get_address_of_instance_6() { return &___instance_6; } inline void set_instance_6(TraceLoggingTypeInfo_1_t5E4CDB44325F36D386C0A07E2A068BFFE01B013D * value) { ___instance_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___instance_6), (void*)value); } }; // System.Diagnostics.Tracing.TraceLoggingTypeInfo`1 // System.Diagnostics.Tracing.TraceLoggingTypeInfo`1 struct TraceLoggingTypeInfo_1_t2AB1B6E82D459F19130F48405C93259B4FAD5DE0_StaticFields { public: // System.Diagnostics.Tracing.TraceLoggingTypeInfo`1 System.Diagnostics.Tracing.TraceLoggingTypeInfo`1::instance TraceLoggingTypeInfo_1_t2AB1B6E82D459F19130F48405C93259B4FAD5DE0 * ___instance_6; public: inline static int32_t get_offset_of_instance_6() { return static_cast(offsetof(TraceLoggingTypeInfo_1_t2AB1B6E82D459F19130F48405C93259B4FAD5DE0_StaticFields, ___instance_6)); } inline TraceLoggingTypeInfo_1_t2AB1B6E82D459F19130F48405C93259B4FAD5DE0 * get_instance_6() const { return ___instance_6; } inline TraceLoggingTypeInfo_1_t2AB1B6E82D459F19130F48405C93259B4FAD5DE0 ** get_address_of_instance_6() { return &___instance_6; } inline void set_instance_6(TraceLoggingTypeInfo_1_t2AB1B6E82D459F19130F48405C93259B4FAD5DE0 * value) { ___instance_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___instance_6), (void*)value); } }; // System.Diagnostics.Tracing.TraceLoggingTypeInfo`1 // System.Diagnostics.Tracing.TraceLoggingTypeInfo`1 struct TraceLoggingTypeInfo_1_t0AA37671ECD36B79145C47886B8425BF92BE7B13_StaticFields { public: // System.Diagnostics.Tracing.TraceLoggingTypeInfo`1 System.Diagnostics.Tracing.TraceLoggingTypeInfo`1::instance TraceLoggingTypeInfo_1_t0AA37671ECD36B79145C47886B8425BF92BE7B13 * ___instance_6; public: inline static int32_t get_offset_of_instance_6() { return static_cast(offsetof(TraceLoggingTypeInfo_1_t0AA37671ECD36B79145C47886B8425BF92BE7B13_StaticFields, ___instance_6)); } inline TraceLoggingTypeInfo_1_t0AA37671ECD36B79145C47886B8425BF92BE7B13 * get_instance_6() const { return ___instance_6; } inline TraceLoggingTypeInfo_1_t0AA37671ECD36B79145C47886B8425BF92BE7B13 ** get_address_of_instance_6() { return &___instance_6; } inline void set_instance_6(TraceLoggingTypeInfo_1_t0AA37671ECD36B79145C47886B8425BF92BE7B13 * value) { ___instance_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___instance_6), (void*)value); } }; // System.Diagnostics.Tracing.TraceLoggingTypeInfo`1 // System.ArgumentException // System.ArgumentException // System.ArrayTypeMismatchException // System.ArrayTypeMismatchException // System.AsyncCallback // System.AsyncCallback // UnityEngine.Rendering.Universal.Internal.DeferredTiler // UnityEngine.Rendering.Universal.Internal.DeferredTiler // UnityEngine.Rendering.DrawingSettings struct DrawingSettings_t3DA1A01D2B97D79DCF2205DDC9363DFDB97E890D_StaticFields { public: // System.Int32 UnityEngine.Rendering.DrawingSettings::maxShaderPasses int32_t ___maxShaderPasses_0; public: inline static int32_t get_offset_of_maxShaderPasses_0() { return static_cast(offsetof(DrawingSettings_t3DA1A01D2B97D79DCF2205DDC9363DFDB97E890D_StaticFields, ___maxShaderPasses_0)); } inline int32_t get_maxShaderPasses_0() const { return ___maxShaderPasses_0; } inline int32_t* get_address_of_maxShaderPasses_0() { return &___maxShaderPasses_0; } inline void set_maxShaderPasses_0(int32_t value) { ___maxShaderPasses_0 = value; } }; // UnityEngine.Rendering.DrawingSettings // UnityEngine.InputSystem.Users.InputUser struct InputUser_t24563658CE23969C25DE4C0BF21F192443AE379A_StaticFields { public: // UnityEngine.InputSystem.Users.InputUser/GlobalState UnityEngine.InputSystem.Users.InputUser::s_GlobalState GlobalState_t28C51AEE8950F7B98D3DE070EC6C63F96088F9D9 ___s_GlobalState_2; public: inline static int32_t get_offset_of_s_GlobalState_2() { return static_cast(offsetof(InputUser_t24563658CE23969C25DE4C0BF21F192443AE379A_StaticFields, ___s_GlobalState_2)); } inline GlobalState_t28C51AEE8950F7B98D3DE070EC6C63F96088F9D9 get_s_GlobalState_2() const { return ___s_GlobalState_2; } inline GlobalState_t28C51AEE8950F7B98D3DE070EC6C63F96088F9D9 * get_address_of_s_GlobalState_2() { return &___s_GlobalState_2; } inline void set_s_GlobalState_2(GlobalState_t28C51AEE8950F7B98D3DE070EC6C63F96088F9D9 value) { ___s_GlobalState_2 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___s_GlobalState_2))->___allUsers_5), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___s_GlobalState_2))->___allUserData_6), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___s_GlobalState_2))->___allPairedDevices_7), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___s_GlobalState_2))->___allLostDevices_8), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&((&(((&___s_GlobalState_2))->___ongoingAccountSelections_9))->___firstValue_1))->___device_0), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&(((&___s_GlobalState_2))->___ongoingAccountSelections_9))->___additionalValues_2), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&((&(((&___s_GlobalState_2))->___onChange_10))->___m_Callbacks_1))->___firstValue_1), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&((&(((&___s_GlobalState_2))->___onChange_10))->___m_Callbacks_1))->___additionalValues_2), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&((&(((&___s_GlobalState_2))->___onChange_10))->___m_CallbacksToAdd_2))->___firstValue_1), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&((&(((&___s_GlobalState_2))->___onChange_10))->___m_CallbacksToAdd_2))->___additionalValues_2), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&((&(((&___s_GlobalState_2))->___onChange_10))->___m_CallbacksToRemove_3))->___firstValue_1), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&((&(((&___s_GlobalState_2))->___onChange_10))->___m_CallbacksToRemove_3))->___additionalValues_2), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&((&(((&___s_GlobalState_2))->___onUnpairedDeviceUsed_11))->___m_Callbacks_1))->___firstValue_1), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&((&(((&___s_GlobalState_2))->___onUnpairedDeviceUsed_11))->___m_Callbacks_1))->___additionalValues_2), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&((&(((&___s_GlobalState_2))->___onUnpairedDeviceUsed_11))->___m_CallbacksToAdd_2))->___firstValue_1), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&((&(((&___s_GlobalState_2))->___onUnpairedDeviceUsed_11))->___m_CallbacksToAdd_2))->___additionalValues_2), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&((&(((&___s_GlobalState_2))->___onUnpairedDeviceUsed_11))->___m_CallbacksToRemove_3))->___firstValue_1), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&((&(((&___s_GlobalState_2))->___onUnpairedDeviceUsed_11))->___m_CallbacksToRemove_3))->___additionalValues_2), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&((&(((&___s_GlobalState_2))->___onPreFilterUnpairedDeviceUsed_12))->___m_Callbacks_1))->___firstValue_1), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&((&(((&___s_GlobalState_2))->___onPreFilterUnpairedDeviceUsed_12))->___m_Callbacks_1))->___additionalValues_2), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&((&(((&___s_GlobalState_2))->___onPreFilterUnpairedDeviceUsed_12))->___m_CallbacksToAdd_2))->___firstValue_1), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&((&(((&___s_GlobalState_2))->___onPreFilterUnpairedDeviceUsed_12))->___m_CallbacksToAdd_2))->___additionalValues_2), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&((&(((&___s_GlobalState_2))->___onPreFilterUnpairedDeviceUsed_12))->___m_CallbacksToRemove_3))->___firstValue_1), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&((&(((&___s_GlobalState_2))->___onPreFilterUnpairedDeviceUsed_12))->___m_CallbacksToRemove_3))->___additionalValues_2), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___s_GlobalState_2))->___actionChangeDelegate_13), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___s_GlobalState_2))->___onDeviceChangeDelegate_14), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___s_GlobalState_2))->___onEventDelegate_15), (void*)NULL); #endif } }; // UnityEngine.InputSystem.Users.InputUser // System.InvalidCastException // System.InvalidCastException // System.InvalidOperationException // System.InvalidOperationException // System.Collections.Generic.KeyNotFoundException // System.Collections.Generic.KeyNotFoundException // UnityEngine.InputSystem.Utilities.NamedValue // UnityEngine.InputSystem.Utilities.NamedValue // UnityEngine.InputSystem.UI.PointerModel // UnityEngine.InputSystem.UI.PointerModel // CrazyMinnow.SALSA.QueueData // CrazyMinnow.SALSA.QueueData // UnityEngine.Rendering.RenderStateBlock // UnityEngine.Rendering.RenderStateBlock // UnityEngine.Rendering.Universal.RenderTargetHandle struct RenderTargetHandle_tF1A0604007691ECF29A9F58D2EB48A516B9A9E7C_StaticFields { public: // UnityEngine.Rendering.Universal.RenderTargetHandle UnityEngine.Rendering.Universal.RenderTargetHandle::CameraTarget RenderTargetHandle_tF1A0604007691ECF29A9F58D2EB48A516B9A9E7C ___CameraTarget_2; public: inline static int32_t get_offset_of_CameraTarget_2() { return static_cast(offsetof(RenderTargetHandle_tF1A0604007691ECF29A9F58D2EB48A516B9A9E7C_StaticFields, ___CameraTarget_2)); } inline RenderTargetHandle_tF1A0604007691ECF29A9F58D2EB48A516B9A9E7C get_CameraTarget_2() const { return ___CameraTarget_2; } inline RenderTargetHandle_tF1A0604007691ECF29A9F58D2EB48A516B9A9E7C * get_address_of_CameraTarget_2() { return &___CameraTarget_2; } inline void set_CameraTarget_2(RenderTargetHandle_tF1A0604007691ECF29A9F58D2EB48A516B9A9E7C value) { ___CameraTarget_2 = value; } }; // UnityEngine.Rendering.Universal.RenderTargetHandle // System.Runtime.Serialization.SerializationException struct SerializationException_tDB38C13A2ABF407C381E3F332D197AC1AD097A92_StaticFields { public: // System.String System.Runtime.Serialization.SerializationException::_nullMessage String_t* ____nullMessage_17; public: inline static int32_t get_offset_of__nullMessage_17() { return static_cast(offsetof(SerializationException_tDB38C13A2ABF407C381E3F332D197AC1AD097A92_StaticFields, ____nullMessage_17)); } inline String_t* get__nullMessage_17() const { return ____nullMessage_17; } inline String_t** get_address_of__nullMessage_17() { return &____nullMessage_17; } inline void set__nullMessage_17(String_t* value) { ____nullMessage_17 = value; Il2CppCodeGenWriteBarrier((void**)(&____nullMessage_17), (void*)value); } }; // System.Runtime.Serialization.SerializationException // UnityEngine.Experimental.Rendering.RenderGraphModule.TextureHandle struct TextureHandle_t01171C911231B22E81C764E167D04409E293729C_StaticFields { public: // UnityEngine.Experimental.Rendering.RenderGraphModule.TextureHandle UnityEngine.Experimental.Rendering.RenderGraphModule.TextureHandle::s_NullHandle TextureHandle_t01171C911231B22E81C764E167D04409E293729C ___s_NullHandle_0; public: inline static int32_t get_offset_of_s_NullHandle_0() { return static_cast(offsetof(TextureHandle_t01171C911231B22E81C764E167D04409E293729C_StaticFields, ___s_NullHandle_0)); } inline TextureHandle_t01171C911231B22E81C764E167D04409E293729C get_s_NullHandle_0() const { return ___s_NullHandle_0; } inline TextureHandle_t01171C911231B22E81C764E167D04409E293729C * get_address_of_s_NullHandle_0() { return &___s_NullHandle_0; } inline void set_s_NullHandle_0(TextureHandle_t01171C911231B22E81C764E167D04409E293729C value) { ___s_NullHandle_0 = value; } }; // UnityEngine.Experimental.Rendering.RenderGraphModule.TextureHandle // UnityEngine.Timeline.AnimationOutputWeightProcessor/WeightInfo // UnityEngine.Timeline.AnimationOutputWeightProcessor/WeightInfo // UnityEngine.InputSystem.InputActionRebindingExtensions/ParameterOverride // UnityEngine.InputSystem.InputActionRebindingExtensions/ParameterOverride // UnityEngine.InputSystem.Layouts.InputControlLayout/ControlItem // UnityEngine.InputSystem.Layouts.InputControlLayout/ControlItem // UnityEngine.InputSystem.OnScreen.OnScreenControl/OnScreenDeviceInfo // UnityEngine.InputSystem.OnScreen.OnScreenControl/OnScreenDeviceInfo // UnityEngine.Experimental.Rendering.RenderGraphModule.RenderGraph/CompiledPassInfo // UnityEngine.Experimental.Rendering.RenderGraphModule.RenderGraph/CompiledPassInfo // UnityEngine.InputSystem.EnhancedTouch.Touch/GlobalState // UnityEngine.InputSystem.EnhancedTouch.Touch/GlobalState // System.Collections.Generic.Dictionary`2/Entry // System.Collections.Generic.Dictionary`2/Entry // System.Diagnostics.Tracing.EnumByteTypeInfo`1> // System.Diagnostics.Tracing.EnumByteTypeInfo`1> // System.Diagnostics.Tracing.EnumByteTypeInfo`1 // System.Diagnostics.Tracing.EnumByteTypeInfo`1 // System.Diagnostics.Tracing.EnumByteTypeInfo`1 // System.Diagnostics.Tracing.EnumByteTypeInfo`1 // System.Diagnostics.Tracing.EnumByteTypeInfo`1 // System.Diagnostics.Tracing.EnumByteTypeInfo`1 // System.Diagnostics.Tracing.EnumByteTypeInfo`1 // System.Diagnostics.Tracing.EnumByteTypeInfo`1 // System.Diagnostics.Tracing.EnumByteTypeInfo`1 // System.Diagnostics.Tracing.EnumByteTypeInfo`1 // System.Diagnostics.Tracing.EnumByteTypeInfo`1 // System.Diagnostics.Tracing.EnumByteTypeInfo`1 // System.Diagnostics.Tracing.EnumByteTypeInfo`1 // System.Diagnostics.Tracing.EnumByteTypeInfo`1 // System.Diagnostics.Tracing.EnumByteTypeInfo`1 // System.Diagnostics.Tracing.EnumByteTypeInfo`1 // System.Diagnostics.Tracing.EnumByteTypeInfo`1 // System.Diagnostics.Tracing.EnumByteTypeInfo`1 // System.Diagnostics.Tracing.EnumByteTypeInfo`1 // System.Diagnostics.Tracing.EnumByteTypeInfo`1 // System.Diagnostics.Tracing.EnumByteTypeInfo`1 // System.Diagnostics.Tracing.EnumByteTypeInfo`1 // System.Diagnostics.Tracing.EnumByteTypeInfo`1 // System.Diagnostics.Tracing.EnumByteTypeInfo`1 // System.Diagnostics.Tracing.EnumByteTypeInfo`1 // System.Diagnostics.Tracing.EnumByteTypeInfo`1 // System.Diagnostics.Tracing.EnumByteTypeInfo`1 // System.Diagnostics.Tracing.EnumByteTypeInfo`1 // System.Diagnostics.Tracing.EnumByteTypeInfo`1 // System.Diagnostics.Tracing.EnumByteTypeInfo`1 // System.Diagnostics.Tracing.EnumByteTypeInfo`1 // System.Diagnostics.Tracing.EnumByteTypeInfo`1 // System.Diagnostics.Tracing.EnumByteTypeInfo`1 // System.Diagnostics.Tracing.EnumByteTypeInfo`1 // System.Diagnostics.Tracing.EnumByteTypeInfo`1 // System.Diagnostics.Tracing.EnumByteTypeInfo`1 // System.Diagnostics.Tracing.EnumByteTypeInfo`1 // System.Diagnostics.Tracing.EnumByteTypeInfo`1 // System.Diagnostics.Tracing.EnumByteTypeInfo`1 // System.Diagnostics.Tracing.EnumByteTypeInfo`1 // System.Diagnostics.Tracing.EnumByteTypeInfo`1 // System.Diagnostics.Tracing.EnumByteTypeInfo`1 // System.Diagnostics.Tracing.EnumInt16TypeInfo`1> // System.Diagnostics.Tracing.EnumInt16TypeInfo`1> // System.Diagnostics.Tracing.EnumInt16TypeInfo`1 // System.Diagnostics.Tracing.EnumInt16TypeInfo`1 // System.Diagnostics.Tracing.EnumInt16TypeInfo`1 // System.Diagnostics.Tracing.EnumInt16TypeInfo`1 // System.Diagnostics.Tracing.EnumInt16TypeInfo`1 // System.Diagnostics.Tracing.EnumInt16TypeInfo`1 // System.Diagnostics.Tracing.EnumInt16TypeInfo`1 // System.Diagnostics.Tracing.EnumInt16TypeInfo`1 // System.Diagnostics.Tracing.EnumInt16TypeInfo`1 // System.Diagnostics.Tracing.EnumInt16TypeInfo`1 // System.Diagnostics.Tracing.EnumInt16TypeInfo`1 // System.Diagnostics.Tracing.EnumInt16TypeInfo`1 // System.Diagnostics.Tracing.EnumInt16TypeInfo`1 // System.Diagnostics.Tracing.EnumInt16TypeInfo`1 // System.Diagnostics.Tracing.EnumInt16TypeInfo`1 // System.Diagnostics.Tracing.EnumInt16TypeInfo`1 // System.Diagnostics.Tracing.EnumInt16TypeInfo`1 // System.Diagnostics.Tracing.EnumInt16TypeInfo`1 // System.Diagnostics.Tracing.EnumInt16TypeInfo`1 // System.Diagnostics.Tracing.EnumInt16TypeInfo`1 // System.Diagnostics.Tracing.EnumInt16TypeInfo`1 // System.Diagnostics.Tracing.EnumInt16TypeInfo`1 // System.Diagnostics.Tracing.EnumInt16TypeInfo`1 // System.Diagnostics.Tracing.EnumInt16TypeInfo`1 // System.Diagnostics.Tracing.EnumInt16TypeInfo`1 // System.Diagnostics.Tracing.EnumInt16TypeInfo`1 // System.Diagnostics.Tracing.EnumInt16TypeInfo`1 // System.Diagnostics.Tracing.EnumInt16TypeInfo`1 // System.Diagnostics.Tracing.EnumInt16TypeInfo`1 // System.Diagnostics.Tracing.EnumInt16TypeInfo`1 // System.Diagnostics.Tracing.EnumInt16TypeInfo`1 // System.Diagnostics.Tracing.EnumInt16TypeInfo`1 // System.Diagnostics.Tracing.EnumInt16TypeInfo`1 // System.Diagnostics.Tracing.EnumInt16TypeInfo`1 // System.Diagnostics.Tracing.EnumInt16TypeInfo`1 // System.Diagnostics.Tracing.EnumInt16TypeInfo`1 // System.Diagnostics.Tracing.EnumInt16TypeInfo`1 // System.Diagnostics.Tracing.EnumInt16TypeInfo`1 // System.Diagnostics.Tracing.EnumInt16TypeInfo`1 // System.Diagnostics.Tracing.EnumInt16TypeInfo`1 // System.Diagnostics.Tracing.EnumInt16TypeInfo`1 // System.Diagnostics.Tracing.EnumInt16TypeInfo`1 // System.Diagnostics.Tracing.EnumInt32TypeInfo`1> // System.Diagnostics.Tracing.EnumInt32TypeInfo`1> // System.Diagnostics.Tracing.EnumInt32TypeInfo`1 // System.Diagnostics.Tracing.EnumInt32TypeInfo`1 // System.Diagnostics.Tracing.EnumInt32TypeInfo`1 // System.Diagnostics.Tracing.EnumInt32TypeInfo`1 // System.Diagnostics.Tracing.EnumInt32TypeInfo`1 // System.Diagnostics.Tracing.EnumInt32TypeInfo`1 // System.Diagnostics.Tracing.EnumInt32TypeInfo`1 // System.Diagnostics.Tracing.EnumInt32TypeInfo`1 // System.Diagnostics.Tracing.EnumInt32TypeInfo`1 // System.Diagnostics.Tracing.EnumInt32TypeInfo`1 // System.Diagnostics.Tracing.EnumInt32TypeInfo`1 // System.Diagnostics.Tracing.EnumInt32TypeInfo`1 // System.Diagnostics.Tracing.EnumInt32TypeInfo`1 // System.Diagnostics.Tracing.EnumInt32TypeInfo`1 // System.Diagnostics.Tracing.EnumInt32TypeInfo`1 // System.Diagnostics.Tracing.EnumInt32TypeInfo`1 // System.Diagnostics.Tracing.EnumInt32TypeInfo`1 // System.Diagnostics.Tracing.EnumInt32TypeInfo`1 // System.Diagnostics.Tracing.EnumInt32TypeInfo`1 // System.Diagnostics.Tracing.EnumInt32TypeInfo`1 // System.Diagnostics.Tracing.EnumInt32TypeInfo`1 // System.Diagnostics.Tracing.EnumInt32TypeInfo`1 // System.Diagnostics.Tracing.EnumInt32TypeInfo`1 // System.Diagnostics.Tracing.EnumInt32TypeInfo`1 // System.Diagnostics.Tracing.EnumInt32TypeInfo`1 // System.Diagnostics.Tracing.EnumInt32TypeInfo`1 // System.Diagnostics.Tracing.EnumInt32TypeInfo`1 // System.Diagnostics.Tracing.EnumInt32TypeInfo`1 // System.Diagnostics.Tracing.EnumInt32TypeInfo`1 // System.Diagnostics.Tracing.EnumInt32TypeInfo`1 // System.Diagnostics.Tracing.EnumInt32TypeInfo`1 // System.Diagnostics.Tracing.EnumInt32TypeInfo`1 // System.Diagnostics.Tracing.EnumInt32TypeInfo`1 // System.Diagnostics.Tracing.EnumInt32TypeInfo`1 // System.Diagnostics.Tracing.EnumInt32TypeInfo`1 // System.Diagnostics.Tracing.EnumInt32TypeInfo`1 // System.Diagnostics.Tracing.EnumInt32TypeInfo`1 // System.Diagnostics.Tracing.EnumInt32TypeInfo`1 // System.Diagnostics.Tracing.EnumInt32TypeInfo`1 // System.Diagnostics.Tracing.EnumInt32TypeInfo`1 // System.Diagnostics.Tracing.EnumInt32TypeInfo`1 // System.Diagnostics.Tracing.EnumInt32TypeInfo`1 // System.Diagnostics.Tracing.EnumInt64TypeInfo`1> // System.Diagnostics.Tracing.EnumInt64TypeInfo`1> // System.Diagnostics.Tracing.EnumInt64TypeInfo`1 // System.Diagnostics.Tracing.EnumInt64TypeInfo`1 // System.Diagnostics.Tracing.EnumInt64TypeInfo`1 // System.Diagnostics.Tracing.EnumInt64TypeInfo`1 // System.Diagnostics.Tracing.EnumInt64TypeInfo`1 // System.Diagnostics.Tracing.EnumInt64TypeInfo`1 // System.Diagnostics.Tracing.EnumInt64TypeInfo`1 // System.Diagnostics.Tracing.EnumInt64TypeInfo`1 // System.Diagnostics.Tracing.EnumInt64TypeInfo`1 // System.Diagnostics.Tracing.EnumInt64TypeInfo`1 // System.Diagnostics.Tracing.EnumInt64TypeInfo`1 // System.Diagnostics.Tracing.EnumInt64TypeInfo`1 // System.Diagnostics.Tracing.EnumInt64TypeInfo`1 // System.Diagnostics.Tracing.EnumInt64TypeInfo`1 // System.Diagnostics.Tracing.EnumInt64TypeInfo`1 // System.Diagnostics.Tracing.EnumInt64TypeInfo`1 // System.Diagnostics.Tracing.EnumInt64TypeInfo`1 // System.Diagnostics.Tracing.EnumInt64TypeInfo`1 // System.Diagnostics.Tracing.EnumInt64TypeInfo`1 // System.Diagnostics.Tracing.EnumInt64TypeInfo`1 // System.Diagnostics.Tracing.EnumInt64TypeInfo`1 // System.Diagnostics.Tracing.EnumInt64TypeInfo`1 // System.Diagnostics.Tracing.EnumInt64TypeInfo`1 // System.Diagnostics.Tracing.EnumInt64TypeInfo`1 // System.Diagnostics.Tracing.EnumInt64TypeInfo`1 // System.Diagnostics.Tracing.EnumInt64TypeInfo`1 // System.Diagnostics.Tracing.EnumInt64TypeInfo`1 // System.Diagnostics.Tracing.EnumInt64TypeInfo`1 // System.Diagnostics.Tracing.EnumInt64TypeInfo`1 // System.Diagnostics.Tracing.EnumInt64TypeInfo`1 // System.Diagnostics.Tracing.EnumInt64TypeInfo`1 // System.Diagnostics.Tracing.EnumInt64TypeInfo`1 // System.Diagnostics.Tracing.EnumInt64TypeInfo`1 // System.Diagnostics.Tracing.EnumInt64TypeInfo`1 // System.Diagnostics.Tracing.EnumInt64TypeInfo`1 // System.Diagnostics.Tracing.EnumInt64TypeInfo`1 // System.Diagnostics.Tracing.EnumInt64TypeInfo`1 // System.Diagnostics.Tracing.EnumInt64TypeInfo`1 // System.Diagnostics.Tracing.EnumInt64TypeInfo`1 // System.Diagnostics.Tracing.EnumInt64TypeInfo`1 // System.Diagnostics.Tracing.EnumInt64TypeInfo`1 // System.Diagnostics.Tracing.EnumInt64TypeInfo`1 // System.Diagnostics.Tracing.EnumSByteTypeInfo`1> // System.Diagnostics.Tracing.EnumSByteTypeInfo`1> // System.Diagnostics.Tracing.EnumSByteTypeInfo`1 // System.Diagnostics.Tracing.EnumSByteTypeInfo`1 // System.Diagnostics.Tracing.EnumSByteTypeInfo`1 // System.Diagnostics.Tracing.EnumSByteTypeInfo`1 // System.Diagnostics.Tracing.EnumSByteTypeInfo`1 // System.Diagnostics.Tracing.EnumSByteTypeInfo`1 // System.Diagnostics.Tracing.EnumSByteTypeInfo`1 // System.Diagnostics.Tracing.EnumSByteTypeInfo`1 // System.Diagnostics.Tracing.EnumSByteTypeInfo`1 // System.Diagnostics.Tracing.EnumSByteTypeInfo`1 // System.Diagnostics.Tracing.EnumSByteTypeInfo`1 // System.Diagnostics.Tracing.EnumSByteTypeInfo`1 // System.Diagnostics.Tracing.EnumSByteTypeInfo`1 // System.Diagnostics.Tracing.EnumSByteTypeInfo`1 // System.Diagnostics.Tracing.EnumSByteTypeInfo`1 // System.Diagnostics.Tracing.EnumSByteTypeInfo`1 // System.Diagnostics.Tracing.EnumSByteTypeInfo`1 // System.Diagnostics.Tracing.EnumSByteTypeInfo`1 // System.Diagnostics.Tracing.EnumSByteTypeInfo`1 // System.Diagnostics.Tracing.EnumSByteTypeInfo`1 // System.Diagnostics.Tracing.EnumSByteTypeInfo`1 // System.Diagnostics.Tracing.EnumSByteTypeInfo`1 // System.Diagnostics.Tracing.EnumSByteTypeInfo`1 // System.Diagnostics.Tracing.EnumSByteTypeInfo`1 // System.Diagnostics.Tracing.EnumSByteTypeInfo`1 // System.Diagnostics.Tracing.EnumSByteTypeInfo`1 // System.Diagnostics.Tracing.EnumSByteTypeInfo`1 // System.Diagnostics.Tracing.EnumSByteTypeInfo`1 // System.Diagnostics.Tracing.EnumSByteTypeInfo`1 // System.Diagnostics.Tracing.EnumSByteTypeInfo`1 // System.Diagnostics.Tracing.EnumSByteTypeInfo`1 // System.Diagnostics.Tracing.EnumSByteTypeInfo`1 // System.Diagnostics.Tracing.EnumSByteTypeInfo`1 // System.Diagnostics.Tracing.EnumSByteTypeInfo`1 // System.Diagnostics.Tracing.EnumSByteTypeInfo`1 // System.Diagnostics.Tracing.EnumSByteTypeInfo`1 // System.Diagnostics.Tracing.EnumSByteTypeInfo`1 // System.Diagnostics.Tracing.EnumSByteTypeInfo`1 // System.Diagnostics.Tracing.EnumSByteTypeInfo`1 // System.Diagnostics.Tracing.EnumSByteTypeInfo`1 // System.Diagnostics.Tracing.EnumSByteTypeInfo`1 // System.Diagnostics.Tracing.EnumSByteTypeInfo`1 // System.Diagnostics.Tracing.EnumUInt16TypeInfo`1> // System.Diagnostics.Tracing.EnumUInt16TypeInfo`1> // System.Diagnostics.Tracing.EnumUInt16TypeInfo`1 // System.Diagnostics.Tracing.EnumUInt16TypeInfo`1 // System.Diagnostics.Tracing.EnumUInt16TypeInfo`1 // System.Diagnostics.Tracing.EnumUInt16TypeInfo`1 // System.Diagnostics.Tracing.EnumUInt16TypeInfo`1 // System.Diagnostics.Tracing.EnumUInt16TypeInfo`1 // System.Diagnostics.Tracing.EnumUInt16TypeInfo`1 // System.Diagnostics.Tracing.EnumUInt16TypeInfo`1 // System.Diagnostics.Tracing.EnumUInt16TypeInfo`1 // System.Diagnostics.Tracing.EnumUInt16TypeInfo`1 // System.Diagnostics.Tracing.EnumUInt16TypeInfo`1 // System.Diagnostics.Tracing.EnumUInt16TypeInfo`1 // System.Diagnostics.Tracing.EnumUInt16TypeInfo`1 // System.Diagnostics.Tracing.EnumUInt16TypeInfo`1 // System.Diagnostics.Tracing.EnumUInt16TypeInfo`1 // System.Diagnostics.Tracing.EnumUInt16TypeInfo`1 // System.Diagnostics.Tracing.EnumUInt16TypeInfo`1 // System.Diagnostics.Tracing.EnumUInt16TypeInfo`1 // System.Diagnostics.Tracing.EnumUInt16TypeInfo`1 // System.Diagnostics.Tracing.EnumUInt16TypeInfo`1 // System.Diagnostics.Tracing.EnumUInt16TypeInfo`1 // System.Diagnostics.Tracing.EnumUInt16TypeInfo`1 // System.Diagnostics.Tracing.EnumUInt16TypeInfo`1 // System.Diagnostics.Tracing.EnumUInt16TypeInfo`1 // System.Diagnostics.Tracing.EnumUInt16TypeInfo`1 // System.Diagnostics.Tracing.EnumUInt16TypeInfo`1 // System.Diagnostics.Tracing.EnumUInt16TypeInfo`1 // System.Diagnostics.Tracing.EnumUInt16TypeInfo`1 // System.Diagnostics.Tracing.EnumUInt16TypeInfo`1 // System.Diagnostics.Tracing.EnumUInt16TypeInfo`1 // System.Diagnostics.Tracing.EnumUInt16TypeInfo`1 // System.Diagnostics.Tracing.EnumUInt16TypeInfo`1 // System.Diagnostics.Tracing.EnumUInt16TypeInfo`1 // System.Diagnostics.Tracing.EnumUInt16TypeInfo`1 // System.Diagnostics.Tracing.EnumUInt16TypeInfo`1 // System.Diagnostics.Tracing.EnumUInt16TypeInfo`1 // System.Diagnostics.Tracing.EnumUInt16TypeInfo`1 // System.Diagnostics.Tracing.EnumUInt16TypeInfo`1 // System.Diagnostics.Tracing.EnumUInt16TypeInfo`1 // System.Diagnostics.Tracing.EnumUInt16TypeInfo`1 // System.Diagnostics.Tracing.EnumUInt16TypeInfo`1 // System.Diagnostics.Tracing.EnumUInt16TypeInfo`1 // System.Diagnostics.Tracing.EnumUInt32TypeInfo`1> // System.Diagnostics.Tracing.EnumUInt32TypeInfo`1> // System.Diagnostics.Tracing.EnumUInt32TypeInfo`1 // System.Diagnostics.Tracing.EnumUInt32TypeInfo`1 // System.Diagnostics.Tracing.EnumUInt32TypeInfo`1 // System.Diagnostics.Tracing.EnumUInt32TypeInfo`1 // System.Diagnostics.Tracing.EnumUInt32TypeInfo`1 // System.Diagnostics.Tracing.EnumUInt32TypeInfo`1 // System.Diagnostics.Tracing.EnumUInt32TypeInfo`1 // System.Diagnostics.Tracing.EnumUInt32TypeInfo`1 // System.Diagnostics.Tracing.EnumUInt32TypeInfo`1 // System.Diagnostics.Tracing.EnumUInt32TypeInfo`1 // System.Diagnostics.Tracing.EnumUInt32TypeInfo`1 // System.Diagnostics.Tracing.EnumUInt32TypeInfo`1 // System.Diagnostics.Tracing.EnumUInt32TypeInfo`1 // System.Diagnostics.Tracing.EnumUInt32TypeInfo`1 // System.Diagnostics.Tracing.EnumUInt32TypeInfo`1 // System.Diagnostics.Tracing.EnumUInt32TypeInfo`1 // System.Diagnostics.Tracing.EnumUInt32TypeInfo`1 // System.Diagnostics.Tracing.EnumUInt32TypeInfo`1 // System.Diagnostics.Tracing.EnumUInt32TypeInfo`1 // System.Diagnostics.Tracing.EnumUInt32TypeInfo`1 // System.Diagnostics.Tracing.EnumUInt32TypeInfo`1 // System.Diagnostics.Tracing.EnumUInt32TypeInfo`1 // System.Diagnostics.Tracing.EnumUInt32TypeInfo`1 // System.Diagnostics.Tracing.EnumUInt32TypeInfo`1 // System.Diagnostics.Tracing.EnumUInt32TypeInfo`1 // System.Diagnostics.Tracing.EnumUInt32TypeInfo`1 // System.Diagnostics.Tracing.EnumUInt32TypeInfo`1 // System.Diagnostics.Tracing.EnumUInt32TypeInfo`1 // System.Diagnostics.Tracing.EnumUInt32TypeInfo`1 // System.Diagnostics.Tracing.EnumUInt32TypeInfo`1 // System.Diagnostics.Tracing.EnumUInt32TypeInfo`1 // System.Diagnostics.Tracing.EnumUInt32TypeInfo`1 // System.Diagnostics.Tracing.EnumUInt32TypeInfo`1 // System.Diagnostics.Tracing.EnumUInt32TypeInfo`1 // System.Diagnostics.Tracing.EnumUInt32TypeInfo`1 // System.Diagnostics.Tracing.EnumUInt32TypeInfo`1 // System.Diagnostics.Tracing.EnumUInt32TypeInfo`1 // System.Diagnostics.Tracing.EnumUInt32TypeInfo`1 // System.Diagnostics.Tracing.EnumUInt32TypeInfo`1 // System.Diagnostics.Tracing.EnumUInt32TypeInfo`1 // System.Diagnostics.Tracing.EnumUInt32TypeInfo`1 // System.Diagnostics.Tracing.EnumUInt32TypeInfo`1 // System.Diagnostics.Tracing.EnumUInt64TypeInfo`1> // System.Diagnostics.Tracing.EnumUInt64TypeInfo`1> // System.Diagnostics.Tracing.EnumUInt64TypeInfo`1 // System.Diagnostics.Tracing.EnumUInt64TypeInfo`1 // System.Diagnostics.Tracing.EnumUInt64TypeInfo`1 // System.Diagnostics.Tracing.EnumUInt64TypeInfo`1 // System.Collections.Generic.KeyValuePair`2 // System.Collections.Generic.KeyValuePair`2 // System.Nullable`1 // System.Nullable`1 // System.ArgumentNullException // System.ArgumentNullException // System.ArgumentOutOfRangeException struct ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8_StaticFields { public: // System.String modreq(System.Runtime.CompilerServices.IsVolatile) System.ArgumentOutOfRangeException::_rangeMessage String_t* ____rangeMessage_18; public: inline static int32_t get_offset_of__rangeMessage_18() { return static_cast(offsetof(ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8_StaticFields, ____rangeMessage_18)); } inline String_t* get__rangeMessage_18() const { return ____rangeMessage_18; } inline String_t** get_address_of__rangeMessage_18() { return &____rangeMessage_18; } inline void set__rangeMessage_18(String_t* value) { ____rangeMessage_18 = value; Il2CppCodeGenWriteBarrier((void**)(&____rangeMessage_18), (void*)value); } }; // System.ArgumentOutOfRangeException // UnityEngine.Experimental.Rendering.Universal.Light2DBlendStyle // UnityEngine.Experimental.Rendering.Universal.Light2DBlendStyle // UnityEngine.InputSystem.EnhancedTouch.Touch struct Touch_tB700CCC5E9EB6646D3C92FE9AE46EF0AE6021D21_StaticFields { public: // UnityEngine.InputSystem.EnhancedTouch.Touch/GlobalState UnityEngine.InputSystem.EnhancedTouch.Touch::s_GlobalState GlobalState_tB5A240E45172237F738782A0C0A07882C2633227 ___s_GlobalState_2; public: inline static int32_t get_offset_of_s_GlobalState_2() { return static_cast(offsetof(Touch_tB700CCC5E9EB6646D3C92FE9AE46EF0AE6021D21_StaticFields, ___s_GlobalState_2)); } inline GlobalState_tB5A240E45172237F738782A0C0A07882C2633227 get_s_GlobalState_2() const { return ___s_GlobalState_2; } inline GlobalState_tB5A240E45172237F738782A0C0A07882C2633227 * get_address_of_s_GlobalState_2() { return &___s_GlobalState_2; } inline void set_s_GlobalState_2(GlobalState_tB5A240E45172237F738782A0C0A07882C2633227 value) { ___s_GlobalState_2 = value; Il2CppCodeGenWriteBarrier((void**)&((&(((&___s_GlobalState_2))->___touchscreens_0))->___firstValue_1), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&(((&___s_GlobalState_2))->___touchscreens_0))->___additionalValues_2), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&((&(((&___s_GlobalState_2))->___onFingerDown_2))->___m_Callbacks_1))->___firstValue_1), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&((&(((&___s_GlobalState_2))->___onFingerDown_2))->___m_Callbacks_1))->___additionalValues_2), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&((&(((&___s_GlobalState_2))->___onFingerDown_2))->___m_CallbacksToAdd_2))->___firstValue_1), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&((&(((&___s_GlobalState_2))->___onFingerDown_2))->___m_CallbacksToAdd_2))->___additionalValues_2), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&((&(((&___s_GlobalState_2))->___onFingerDown_2))->___m_CallbacksToRemove_3))->___firstValue_1), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&((&(((&___s_GlobalState_2))->___onFingerDown_2))->___m_CallbacksToRemove_3))->___additionalValues_2), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&((&(((&___s_GlobalState_2))->___onFingerMove_3))->___m_Callbacks_1))->___firstValue_1), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&((&(((&___s_GlobalState_2))->___onFingerMove_3))->___m_Callbacks_1))->___additionalValues_2), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&((&(((&___s_GlobalState_2))->___onFingerMove_3))->___m_CallbacksToAdd_2))->___firstValue_1), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&((&(((&___s_GlobalState_2))->___onFingerMove_3))->___m_CallbacksToAdd_2))->___additionalValues_2), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&((&(((&___s_GlobalState_2))->___onFingerMove_3))->___m_CallbacksToRemove_3))->___firstValue_1), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&((&(((&___s_GlobalState_2))->___onFingerMove_3))->___m_CallbacksToRemove_3))->___additionalValues_2), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&((&(((&___s_GlobalState_2))->___onFingerUp_4))->___m_Callbacks_1))->___firstValue_1), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&((&(((&___s_GlobalState_2))->___onFingerUp_4))->___m_Callbacks_1))->___additionalValues_2), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&((&(((&___s_GlobalState_2))->___onFingerUp_4))->___m_CallbacksToAdd_2))->___firstValue_1), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&((&(((&___s_GlobalState_2))->___onFingerUp_4))->___m_CallbacksToAdd_2))->___additionalValues_2), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&((&(((&___s_GlobalState_2))->___onFingerUp_4))->___m_CallbacksToRemove_3))->___firstValue_1), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&((&(((&___s_GlobalState_2))->___onFingerUp_4))->___m_CallbacksToRemove_3))->___additionalValues_2), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&(((&___s_GlobalState_2))->___playerState_5))->___fingers_1), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&(((&___s_GlobalState_2))->___playerState_5))->___activeFingers_2), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&(((&___s_GlobalState_2))->___playerState_5))->___activeTouches_3), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&(((&___s_GlobalState_2))->___playerState_5))->___activeTouchState_10), (void*)NULL); #endif } }; // UnityEngine.InputSystem.EnhancedTouch.Touch // UnityEngine.InputSystem.InputControlScheme/MatchResult // UnityEngine.InputSystem.InputControlScheme/MatchResult // UnityEngine.InputSystem.InputControlScheme/MatchResult/Match // UnityEngine.InputSystem.InputControlScheme/MatchResult/Match // UnityEngine.Experimental.Rendering.RendererList struct RendererList_t92D26C492525F3325518AD520E30D212BB8209DC_StaticFields { public: // UnityEngine.Rendering.ShaderTagId UnityEngine.Experimental.Rendering.RendererList::s_EmptyName ShaderTagId_t51914C89B8119195DACD234D1A624AAB7A07F795 ___s_EmptyName_0; // UnityEngine.Experimental.Rendering.RendererList UnityEngine.Experimental.Rendering.RendererList::nullRendererList RendererList_t92D26C492525F3325518AD520E30D212BB8209DC ___nullRendererList_1; public: inline static int32_t get_offset_of_s_EmptyName_0() { return static_cast(offsetof(RendererList_t92D26C492525F3325518AD520E30D212BB8209DC_StaticFields, ___s_EmptyName_0)); } inline ShaderTagId_t51914C89B8119195DACD234D1A624AAB7A07F795 get_s_EmptyName_0() const { return ___s_EmptyName_0; } inline ShaderTagId_t51914C89B8119195DACD234D1A624AAB7A07F795 * get_address_of_s_EmptyName_0() { return &___s_EmptyName_0; } inline void set_s_EmptyName_0(ShaderTagId_t51914C89B8119195DACD234D1A624AAB7A07F795 value) { ___s_EmptyName_0 = value; } inline static int32_t get_offset_of_nullRendererList_1() { return static_cast(offsetof(RendererList_t92D26C492525F3325518AD520E30D212BB8209DC_StaticFields, ___nullRendererList_1)); } inline RendererList_t92D26C492525F3325518AD520E30D212BB8209DC get_nullRendererList_1() const { return ___nullRendererList_1; } inline RendererList_t92D26C492525F3325518AD520E30D212BB8209DC * get_address_of_nullRendererList_1() { return &___nullRendererList_1; } inline void set_nullRendererList_1(RendererList_t92D26C492525F3325518AD520E30D212BB8209DC value) { ___nullRendererList_1 = value; } }; // UnityEngine.Experimental.Rendering.RendererList // UnityEngine.Experimental.Rendering.RendererListDesc // UnityEngine.Experimental.Rendering.RendererListDesc // UnityEngine.InputSystem.Users.InputUser/UserData // UnityEngine.InputSystem.Users.InputUser/UserData // UnityEngine.Experimental.Rendering.RenderGraphModule.RenderGraphResourceRegistry/RendererListResource // UnityEngine.Experimental.Rendering.RenderGraphModule.RenderGraphResourceRegistry/RendererListResource #ifdef __clang__ #pragma clang diagnostic pop #endif // System.Collections.Generic.Dictionary`2/Entry[] struct EntryU5BU5D_t19FCE264BF26418E45186B707D1479049C0FEA67 : public RuntimeArray { public: ALIGN_FIELD (8) Entry_tA2F747A511B65CEC54DAB28F6273EE844D053E99 m_Items[1]; public: inline Entry_tA2F747A511B65CEC54DAB28F6273EE844D053E99 GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline Entry_tA2F747A511B65CEC54DAB28F6273EE844D053E99 * GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, Entry_tA2F747A511B65CEC54DAB28F6273EE844D053E99 value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___value_3), (void*)NULL); } inline Entry_tA2F747A511B65CEC54DAB28F6273EE844D053E99 GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline Entry_tA2F747A511B65CEC54DAB28F6273EE844D053E99 * GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, Entry_tA2F747A511B65CEC54DAB28F6273EE844D053E99 value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___value_3), (void*)NULL); } }; // System.Int32[] struct Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32 : public RuntimeArray { public: ALIGN_FIELD (8) int32_t m_Items[1]; public: inline int32_t GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline int32_t* GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, int32_t value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline int32_t GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline int32_t* GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, int32_t value) { m_Items[index] = value; } }; // System.Collections.Generic.KeyValuePair`2[] struct KeyValuePair_2U5BU5D_tFE6B4C7AAF7248A65A2EFD85E339C6F988A62C2C : public RuntimeArray { public: ALIGN_FIELD (8) KeyValuePair_2_tCBAAE4FBE6091373C1916EE17527311382CF4551 m_Items[1]; public: inline KeyValuePair_2_tCBAAE4FBE6091373C1916EE17527311382CF4551 GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline KeyValuePair_2_tCBAAE4FBE6091373C1916EE17527311382CF4551 * GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, KeyValuePair_2_tCBAAE4FBE6091373C1916EE17527311382CF4551 value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___value_1), (void*)NULL); } inline KeyValuePair_2_tCBAAE4FBE6091373C1916EE17527311382CF4551 GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline KeyValuePair_2_tCBAAE4FBE6091373C1916EE17527311382CF4551 * GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, KeyValuePair_2_tCBAAE4FBE6091373C1916EE17527311382CF4551 value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___value_1), (void*)NULL); } }; // System.Collections.DictionaryEntry[] struct DictionaryEntryU5BU5D_t33D15CB512B443D0720CE6253811B8F4FA7179B1 : public RuntimeArray { public: ALIGN_FIELD (8) DictionaryEntry_tF60471FAB430320A9C7D4382BF966EAAC06D7A90 m_Items[1]; public: inline DictionaryEntry_tF60471FAB430320A9C7D4382BF966EAAC06D7A90 GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline DictionaryEntry_tF60471FAB430320A9C7D4382BF966EAAC06D7A90 * GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, DictionaryEntry_tF60471FAB430320A9C7D4382BF966EAAC06D7A90 value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->____key_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->____value_1), (void*)NULL); #endif } inline DictionaryEntry_tF60471FAB430320A9C7D4382BF966EAAC06D7A90 GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline DictionaryEntry_tF60471FAB430320A9C7D4382BF966EAAC06D7A90 * GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, DictionaryEntry_tF60471FAB430320A9C7D4382BF966EAAC06D7A90 value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->____key_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->____value_1), (void*)NULL); #endif } }; // System.Object[] struct ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE : public RuntimeArray { public: ALIGN_FIELD (8) RuntimeObject * m_Items[1]; public: inline RuntimeObject * GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline RuntimeObject ** GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, RuntimeObject * value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } inline RuntimeObject * GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline RuntimeObject ** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, RuntimeObject * value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } }; // System.Delegate[] struct DelegateU5BU5D_t677D8FE08A5F99E8EE49150B73966CD6E9BF7DB8 : public RuntimeArray { public: ALIGN_FIELD (8) Delegate_t * m_Items[1]; public: inline Delegate_t * GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline Delegate_t ** GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, Delegate_t * value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } inline Delegate_t * GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline Delegate_t ** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, Delegate_t * value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } }; // UnityEngine.Experimental.Rendering.RenderGraphModule.RenderGraph/CompiledPassInfo[] struct CompiledPassInfoU5BU5D_t073F9C3742D322F388D91BA1CF5FD37AA26DA9C5 : public RuntimeArray { public: ALIGN_FIELD (8) CompiledPassInfo_tA93C0BB1327B1CD51C466F322A768F9ABB9F7601 m_Items[1]; public: inline CompiledPassInfo_tA93C0BB1327B1CD51C466F322A768F9ABB9F7601 GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline CompiledPassInfo_tA93C0BB1327B1CD51C466F322A768F9ABB9F7601 * GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, CompiledPassInfo_tA93C0BB1327B1CD51C466F322A768F9ABB9F7601 value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___pass_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___resourceCreateList_1), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___resourceReleaseList_2), (void*)NULL); #endif } inline CompiledPassInfo_tA93C0BB1327B1CD51C466F322A768F9ABB9F7601 GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline CompiledPassInfo_tA93C0BB1327B1CD51C466F322A768F9ABB9F7601 * GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, CompiledPassInfo_tA93C0BB1327B1CD51C466F322A768F9ABB9F7601 value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___pass_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___resourceCreateList_1), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___resourceReleaseList_2), (void*)NULL); #endif } }; // UnityEngine.Experimental.Rendering.RenderGraphModule.RenderGraph/CompiledResourceInfo[] struct CompiledResourceInfoU5BU5D_t5FAF4C10C564B8826DA6268137496CC9583C5D37 : public RuntimeArray { public: ALIGN_FIELD (8) CompiledResourceInfo_t0707D61FE612A92CBE023DB38ADE9A9E663A1483 m_Items[1]; public: inline CompiledResourceInfo_t0707D61FE612A92CBE023DB38ADE9A9E663A1483 GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline CompiledResourceInfo_t0707D61FE612A92CBE023DB38ADE9A9E663A1483 * GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, CompiledResourceInfo_t0707D61FE612A92CBE023DB38ADE9A9E663A1483 value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___producers_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___consumers_1), (void*)NULL); #endif } inline CompiledResourceInfo_t0707D61FE612A92CBE023DB38ADE9A9E663A1483 GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline CompiledResourceInfo_t0707D61FE612A92CBE023DB38ADE9A9E663A1483 * GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, CompiledResourceInfo_t0707D61FE612A92CBE023DB38ADE9A9E663A1483 value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___producers_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___consumers_1), (void*)NULL); #endif } }; // UnityEngine.Experimental.Rendering.RenderGraphModule.RenderGraphResourceRegistry/RendererListResource[] struct RendererListResourceU5BU5D_tCD88751EFCF46EA115841E25D7484FADFCCF9BA3 : public RuntimeArray { public: ALIGN_FIELD (8) RendererListResource_tB83FADD77C73085F76C00D94911263A69556D250 m_Items[1]; public: inline RendererListResource_tB83FADD77C73085F76C00D94911263A69556D250 GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline RendererListResource_tB83FADD77C73085F76C00D94911263A69556D250 * GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, RendererListResource_tB83FADD77C73085F76C00D94911263A69556D250 value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)&((&((m_Items + index)->___desc_0))->___overrideMaterial_4), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&((m_Items + index)->___desc_0))->___U3CcameraU3Ek__BackingField_9), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&((m_Items + index)->___desc_0))->___U3CpassNamesU3Ek__BackingField_11), (void*)NULL); #endif } inline RendererListResource_tB83FADD77C73085F76C00D94911263A69556D250 GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline RendererListResource_tB83FADD77C73085F76C00D94911263A69556D250 * GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, RendererListResource_tB83FADD77C73085F76C00D94911263A69556D250 value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)&((&((m_Items + index)->___desc_0))->___overrideMaterial_4), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&((m_Items + index)->___desc_0))->___U3CcameraU3Ek__BackingField_9), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&((m_Items + index)->___desc_0))->___U3CpassNamesU3Ek__BackingField_11), (void*)NULL); #endif } }; // System.Collections.Generic.KeyValuePair`2[] struct KeyValuePair_2U5BU5D_tA97D178F25732408D4AC6B5F926A9EDED5F8E000 : public RuntimeArray { public: ALIGN_FIELD (8) KeyValuePair_2_tD19B66260C7C9D60E4EA4CE576A9DC5979BBA242 m_Items[1]; public: inline KeyValuePair_2_tD19B66260C7C9D60E4EA4CE576A9DC5979BBA242 GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline KeyValuePair_2_tD19B66260C7C9D60E4EA4CE576A9DC5979BBA242 * GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, KeyValuePair_2_tD19B66260C7C9D60E4EA4CE576A9DC5979BBA242 value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline KeyValuePair_2_tD19B66260C7C9D60E4EA4CE576A9DC5979BBA242 GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline KeyValuePair_2_tD19B66260C7C9D60E4EA4CE576A9DC5979BBA242 * GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, KeyValuePair_2_tD19B66260C7C9D60E4EA4CE576A9DC5979BBA242 value) { m_Items[index] = value; } }; // System.Collections.Generic.KeyValuePair`2[] struct KeyValuePair_2U5BU5D_t0BF7C6185BEFBB97D75B41C977593F6FA8E45F23 : public RuntimeArray { public: ALIGN_FIELD (8) KeyValuePair_2_t74D5C76BCA7D14D18A99E0FA9EC3584DBFB65F7F m_Items[1]; public: inline KeyValuePair_2_t74D5C76BCA7D14D18A99E0FA9EC3584DBFB65F7F GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline KeyValuePair_2_t74D5C76BCA7D14D18A99E0FA9EC3584DBFB65F7F * GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, KeyValuePair_2_t74D5C76BCA7D14D18A99E0FA9EC3584DBFB65F7F value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___value_1), (void*)NULL); } inline KeyValuePair_2_t74D5C76BCA7D14D18A99E0FA9EC3584DBFB65F7F GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline KeyValuePair_2_t74D5C76BCA7D14D18A99E0FA9EC3584DBFB65F7F * GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, KeyValuePair_2_t74D5C76BCA7D14D18A99E0FA9EC3584DBFB65F7F value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___value_1), (void*)NULL); } }; // System.Collections.Generic.KeyValuePair`2[] struct KeyValuePair_2U5BU5D_tA780E964000F617CC6335A0DEC92B09FE0085E1C : public RuntimeArray { public: ALIGN_FIELD (8) KeyValuePair_2_tFB6A066C69E28C6ACA5FC5E24D969BFADC5FA625 m_Items[1]; public: inline KeyValuePair_2_tFB6A066C69E28C6ACA5FC5E24D969BFADC5FA625 GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline KeyValuePair_2_tFB6A066C69E28C6ACA5FC5E24D969BFADC5FA625 * GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, KeyValuePair_2_tFB6A066C69E28C6ACA5FC5E24D969BFADC5FA625 value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___key_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___value_1), (void*)NULL); #endif } inline KeyValuePair_2_tFB6A066C69E28C6ACA5FC5E24D969BFADC5FA625 GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline KeyValuePair_2_tFB6A066C69E28C6ACA5FC5E24D969BFADC5FA625 * GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, KeyValuePair_2_tFB6A066C69E28C6ACA5FC5E24D969BFADC5FA625 value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___key_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___value_1), (void*)NULL); #endif } }; // System.Byte[] struct ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726 : public RuntimeArray { public: ALIGN_FIELD (8) uint8_t m_Items[1]; public: inline uint8_t GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline uint8_t* GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, uint8_t value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline uint8_t GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline uint8_t* GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, uint8_t value) { m_Items[index] = value; } }; // System.Char[] struct CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34 : public RuntimeArray { public: ALIGN_FIELD (8) Il2CppChar m_Items[1]; public: inline Il2CppChar GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline Il2CppChar* GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, Il2CppChar value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline Il2CppChar GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline Il2CppChar* GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, Il2CppChar value) { m_Items[index] = value; } }; // System.Reflection.CustomAttributeNamedArgument[] struct CustomAttributeNamedArgumentU5BU5D_t4EC7EAEB21A9435BFB8F2693AE8B3AD73E574451 : public RuntimeArray { public: ALIGN_FIELD (8) CustomAttributeNamedArgument_t618778691CF7F5B44F7177210A817A29D3DAEDDA m_Items[1]; public: inline CustomAttributeNamedArgument_t618778691CF7F5B44F7177210A817A29D3DAEDDA GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline CustomAttributeNamedArgument_t618778691CF7F5B44F7177210A817A29D3DAEDDA * GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, CustomAttributeNamedArgument_t618778691CF7F5B44F7177210A817A29D3DAEDDA value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)&((&((m_Items + index)->___typedArgument_0))->___argumentType_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&((m_Items + index)->___typedArgument_0))->___value_1), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___memberInfo_1), (void*)NULL); #endif } inline CustomAttributeNamedArgument_t618778691CF7F5B44F7177210A817A29D3DAEDDA GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline CustomAttributeNamedArgument_t618778691CF7F5B44F7177210A817A29D3DAEDDA * GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, CustomAttributeNamedArgument_t618778691CF7F5B44F7177210A817A29D3DAEDDA value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)&((&((m_Items + index)->___typedArgument_0))->___argumentType_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&((m_Items + index)->___typedArgument_0))->___value_1), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___memberInfo_1), (void*)NULL); #endif } }; // System.Reflection.CustomAttributeTypedArgument[] struct CustomAttributeTypedArgumentU5BU5D_t20B1BE58263263B492DAC21E270358FB31189F98 : public RuntimeArray { public: ALIGN_FIELD (8) CustomAttributeTypedArgument_tE7152E8FACDD29A8E0040E151C86F436FA8E6910 m_Items[1]; public: inline CustomAttributeTypedArgument_tE7152E8FACDD29A8E0040E151C86F436FA8E6910 GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline CustomAttributeTypedArgument_tE7152E8FACDD29A8E0040E151C86F436FA8E6910 * GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, CustomAttributeTypedArgument_tE7152E8FACDD29A8E0040E151C86F436FA8E6910 value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___argumentType_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___value_1), (void*)NULL); #endif } inline CustomAttributeTypedArgument_tE7152E8FACDD29A8E0040E151C86F436FA8E6910 GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline CustomAttributeTypedArgument_tE7152E8FACDD29A8E0040E151C86F436FA8E6910 * GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, CustomAttributeTypedArgument_tE7152E8FACDD29A8E0040E151C86F436FA8E6910 value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___argumentType_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___value_1), (void*)NULL); #endif } }; // System.Reflection.ParameterModifier[] struct ParameterModifierU5BU5D_tFF6F73F1CFE837331D6AAA11CC78CE5D9B5F0A2B : public RuntimeArray { public: ALIGN_FIELD (8) ParameterModifier_tC1C793BD8B003B24010657487AFD17A4BA3DF6EA m_Items[1]; public: inline ParameterModifier_tC1C793BD8B003B24010657487AFD17A4BA3DF6EA GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline ParameterModifier_tC1C793BD8B003B24010657487AFD17A4BA3DF6EA * GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, ParameterModifier_tC1C793BD8B003B24010657487AFD17A4BA3DF6EA value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->____byRef_0), (void*)NULL); } inline ParameterModifier_tC1C793BD8B003B24010657487AFD17A4BA3DF6EA GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline ParameterModifier_tC1C793BD8B003B24010657487AFD17A4BA3DF6EA * GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, ParameterModifier_tC1C793BD8B003B24010657487AFD17A4BA3DF6EA value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->____byRef_0), (void*)NULL); } }; // ReflectionSnapshot[] struct ReflectionSnapshotU5BU5D_t690458B797C9FE34D387A9C1A0145317B3E08FED : public RuntimeArray { public: ALIGN_FIELD (8) ReflectionSnapshot_tE77F5F16D0982D7B349411B233C427D08E691661 m_Items[1]; public: inline ReflectionSnapshot_tE77F5F16D0982D7B349411B233C427D08E691661 GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline ReflectionSnapshot_tE77F5F16D0982D7B349411B233C427D08E691661 * GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, ReflectionSnapshot_tE77F5F16D0982D7B349411B233C427D08E691661 value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___mixerSnapshot_0), (void*)NULL); } inline ReflectionSnapshot_tE77F5F16D0982D7B349411B233C427D08E691661 GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline ReflectionSnapshot_tE77F5F16D0982D7B349411B233C427D08E691661 * GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, ReflectionSnapshot_tE77F5F16D0982D7B349411B233C427D08E691661 value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___mixerSnapshot_0), (void*)NULL); } }; // System.Xml.Schema.SequenceNode/SequenceConstructPosContext[] struct SequenceConstructPosContextU5BU5D_tB4ACA1FC55072B19F97324DE24BBB743C90351EF : public RuntimeArray { public: ALIGN_FIELD (8) SequenceConstructPosContext_tF123DDD568337316B30320BDDD88646EBA9F94ED m_Items[1]; public: inline SequenceConstructPosContext_tF123DDD568337316B30320BDDD88646EBA9F94ED GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline SequenceConstructPosContext_tF123DDD568337316B30320BDDD88646EBA9F94ED * GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, SequenceConstructPosContext_tF123DDD568337316B30320BDDD88646EBA9F94ED value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___this__0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___firstpos_1), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___lastpos_2), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___lastposLeft_3), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___firstposRight_4), (void*)NULL); #endif } inline SequenceConstructPosContext_tF123DDD568337316B30320BDDD88646EBA9F94ED GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline SequenceConstructPosContext_tF123DDD568337316B30320BDDD88646EBA9F94ED * GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, SequenceConstructPosContext_tF123DDD568337316B30320BDDD88646EBA9F94ED value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___this__0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___firstpos_1), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___lastpos_2), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___lastposLeft_3), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___firstposRight_4), (void*)NULL); #endif } }; // UnityEngine.InputSystem.Utilities.NameAndParameters[] struct NameAndParametersU5BU5D_t960DDB52F44DD1231B0C626E9C859F1E0B2F5EAD : public RuntimeArray { public: ALIGN_FIELD (8) NameAndParameters_t028B3A860264D254B13642649D34F0953C3B9DCA m_Items[1]; public: inline NameAndParameters_t028B3A860264D254B13642649D34F0953C3B9DCA GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline NameAndParameters_t028B3A860264D254B13642649D34F0953C3B9DCA * GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, NameAndParameters_t028B3A860264D254B13642649D34F0953C3B9DCA value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___U3CnameU3Ek__BackingField_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&((m_Items + index)->___U3CparametersU3Ek__BackingField_1))->___m_Array_0), (void*)NULL); #endif } inline NameAndParameters_t028B3A860264D254B13642649D34F0953C3B9DCA GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline NameAndParameters_t028B3A860264D254B13642649D34F0953C3B9DCA * GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, NameAndParameters_t028B3A860264D254B13642649D34F0953C3B9DCA value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___U3CnameU3Ek__BackingField_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&((m_Items + index)->___U3CparametersU3Ek__BackingField_1))->___m_Array_0), (void*)NULL); #endif } }; // TKey System.Collections.Generic.KeyValuePair`2::get_Key() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR TileCoord_t491EABF2B90DFB255C8F7624FF5528F2DE2CC901 KeyValuePair_2_get_Key_m212B0FE7898E52C6B11FD6DD2C01E618B497E2AD_gshared_inline (KeyValuePair_2_tCBAAE4FBE6091373C1916EE17527311382CF4551 * __this, const RuntimeMethod* method); // TValue System.Collections.Generic.KeyValuePair`2::get_Value() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject * KeyValuePair_2_get_Value_mB163C52D89E02AECC98A60EC1244AD3DB0F622F2_gshared_inline (KeyValuePair_2_tCBAAE4FBE6091373C1916EE17527311382CF4551 * __this, const RuntimeMethod* method); // System.Void System.Runtime.CompilerServices.ConditionalWeakTable`2::Add(TKey,TValue) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ConditionalWeakTable_2_Add_m92A993D020EA2EE92A0C05D9AA35E65E043E7805_gshared (ConditionalWeakTable_2_tCF100268EF76D0BC19F774221E488BBB4CD4B365 * __this, RuntimeObject * ___key0, RuntimeObject * ___value1, const RuntimeMethod* method); // System.Void System.Collections.Generic.KeyValuePair`2::.ctor(TKey,TValue) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void KeyValuePair_2__ctor_m5DD6150F53F2A8A0D618EC656C3E89B4EB22ACBA_gshared (KeyValuePair_2_tCBAAE4FBE6091373C1916EE17527311382CF4551 * __this, TileCoord_t491EABF2B90DFB255C8F7624FF5528F2DE2CC901 ___key0, RuntimeObject * ___value1, const RuntimeMethod* method); // System.Void System.Collections.Generic.Dictionary`2/Enumerator::.ctor(System.Collections.Generic.Dictionary`2,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Enumerator__ctor_mF42283FF333C1D27CFB7E7FBF8624645C37CF46E_gshared (Enumerator_t81F0095C2D5C396203071D667A6252EFAB3D76D6 * __this, Dictionary_2_tBF9E2338C61ABCF5ED32053F509AFB44385F774C * ___dictionary0, int32_t ___getEnumeratorRetType1, const RuntimeMethod* method); // System.Collections.Generic.EqualityComparer`1 System.Collections.Generic.EqualityComparer`1::get_Default() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR EqualityComparer_1_t469B0BBE7B6765C576211BEF8F2803A5AD411A20 * EqualityComparer_1_get_Default_m9BD85218737A4A828EAFB90EA108486128A85E90_gshared (const RuntimeMethod* method); // System.Boolean System.Runtime.CompilerServices.ConditionalWeakTable`2::TryGetValue(TKey,TValue&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ConditionalWeakTable_2_TryGetValue_mA862158C8AFAC8C13E7929EBC6C2377B77749884_gshared (ConditionalWeakTable_2_tCF100268EF76D0BC19F774221E488BBB4CD4B365 * __this, RuntimeObject * ___key0, RuntimeObject ** ___value1, const RuntimeMethod* method); // System.Boolean System.Runtime.CompilerServices.ConditionalWeakTable`2::Remove(TKey) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ConditionalWeakTable_2_Remove_m0B765A2BAD7A3874D8B33A87AC105A25764895FB_gshared (ConditionalWeakTable_2_tCF100268EF76D0BC19F774221E488BBB4CD4B365 * __this, RuntimeObject * ___key0, const RuntimeMethod* method); // System.Void System.Object::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405 (RuntimeObject * __this, const RuntimeMethod* method); // System.Void System.ArgumentOutOfRangeException::.ctor(System.String,System.Object,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ArgumentOutOfRangeException__ctor_m7C5B3BE7792B7C73E7D82C4DBAD4ACA2DAE71AA9 (ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 * __this, String_t* ___paramName0, RuntimeObject * ___actualValue1, String_t* ___message2, const RuntimeMethod* method); // System.Void System.ArgumentNullException::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ArgumentNullException__ctor_m81AB157B93BFE2FBFDB08B88F84B444293042F97 (ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB * __this, String_t* ___paramName0, const RuntimeMethod* method); // System.Type System.Object::GetType() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t * Object_GetType_m571FE8360C10B98C23AAF1F066D92C08CC94F45B (RuntimeObject * __this, const RuntimeMethod* method); // System.Type System.Type::GetTypeFromHandle(System.RuntimeTypeHandle) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t * Type_GetTypeFromHandle_m180706985100778663E9C75D4FC001D367C0120F (RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 ___handle0, const RuntimeMethod* method); // System.Boolean System.Type::op_Equality(System.Type,System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Type_op_Equality_m01CE523ADAD8D6348C8247353F7C1E5FA3031732 (Type_t * ___left0, Type_t * ___right1, const RuntimeMethod* method); // TKey System.Collections.Generic.KeyValuePair`2::get_Key() inline TileCoord_t491EABF2B90DFB255C8F7624FF5528F2DE2CC901 KeyValuePair_2_get_Key_m212B0FE7898E52C6B11FD6DD2C01E618B497E2AD_inline (KeyValuePair_2_tCBAAE4FBE6091373C1916EE17527311382CF4551 * __this, const RuntimeMethod* method) { return (( TileCoord_t491EABF2B90DFB255C8F7624FF5528F2DE2CC901 (*) (KeyValuePair_2_tCBAAE4FBE6091373C1916EE17527311382CF4551 *, const RuntimeMethod*))KeyValuePair_2_get_Key_m212B0FE7898E52C6B11FD6DD2C01E618B497E2AD_gshared_inline)(__this, method); } // TValue System.Collections.Generic.KeyValuePair`2::get_Value() inline RuntimeObject * KeyValuePair_2_get_Value_mB163C52D89E02AECC98A60EC1244AD3DB0F622F2_inline (KeyValuePair_2_tCBAAE4FBE6091373C1916EE17527311382CF4551 * __this, const RuntimeMethod* method) { return (( RuntimeObject * (*) (KeyValuePair_2_tCBAAE4FBE6091373C1916EE17527311382CF4551 *, const RuntimeMethod*))KeyValuePair_2_get_Value_mB163C52D89E02AECC98A60EC1244AD3DB0F622F2_gshared_inline)(__this, method); } // System.Runtime.CompilerServices.ConditionalWeakTable`2 System.Collections.Generic.DictionaryHashHelpers::get_SerializationInfoTable() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR ConditionalWeakTable_2_t5051815BADC99C4FE5D8F9293F92B3C7FD565B5E * DictionaryHashHelpers_get_SerializationInfoTable_mBC1FAE5ECDFFAFA735583E160A2C7366A0B3D087_inline (const RuntimeMethod* method); // System.Void System.Runtime.CompilerServices.ConditionalWeakTable`2::Add(TKey,TValue) inline void ConditionalWeakTable_2_Add_mF91BF6A515300AB082CBB3A7794B9367B10A47B6 (ConditionalWeakTable_2_t5051815BADC99C4FE5D8F9293F92B3C7FD565B5E * __this, RuntimeObject * ___key0, SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 * ___value1, const RuntimeMethod* method) { (( void (*) (ConditionalWeakTable_2_t5051815BADC99C4FE5D8F9293F92B3C7FD565B5E *, RuntimeObject *, SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 *, const RuntimeMethod*))ConditionalWeakTable_2_Add_m92A993D020EA2EE92A0C05D9AA35E65E043E7805_gshared)(__this, ___key0, ___value1, method); } // System.Void System.Collections.Generic.KeyNotFoundException::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void KeyNotFoundException__ctor_mDC226A7A5A3DA52C5886236F32F19F36E6B1C1C1 (KeyNotFoundException_t0A3BE653F7FA27DEA1C91C2FB3DAA6C8D0CBB952 * __this, const RuntimeMethod* method); // System.Void System.Array::Clear(System.Array,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Array_Clear_m14F24D8DBE5A2FD747E8F94E2F7759FBA495DB1C (RuntimeArray * ___array0, int32_t ___index1, int32_t ___length2, const RuntimeMethod* method); // System.Void System.ArgumentException::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ArgumentException__ctor_m2D35EAD113C2ADC99EB17B940A2097A93FD23EFC (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * __this, String_t* ___message0, const RuntimeMethod* method); // System.Void System.Collections.Generic.KeyValuePair`2::.ctor(TKey,TValue) inline void KeyValuePair_2__ctor_m5DD6150F53F2A8A0D618EC656C3E89B4EB22ACBA (KeyValuePair_2_tCBAAE4FBE6091373C1916EE17527311382CF4551 * __this, TileCoord_t491EABF2B90DFB255C8F7624FF5528F2DE2CC901 ___key0, RuntimeObject * ___value1, const RuntimeMethod* method) { (( void (*) (KeyValuePair_2_tCBAAE4FBE6091373C1916EE17527311382CF4551 *, TileCoord_t491EABF2B90DFB255C8F7624FF5528F2DE2CC901 , RuntimeObject *, const RuntimeMethod*))KeyValuePair_2__ctor_m5DD6150F53F2A8A0D618EC656C3E89B4EB22ACBA_gshared)(__this, ___key0, ___value1, method); } // System.Void System.Collections.Generic.Dictionary`2/Enumerator::.ctor(System.Collections.Generic.Dictionary`2,System.Int32) inline void Enumerator__ctor_mF42283FF333C1D27CFB7E7FBF8624645C37CF46E (Enumerator_t81F0095C2D5C396203071D667A6252EFAB3D76D6 * __this, Dictionary_2_tBF9E2338C61ABCF5ED32053F509AFB44385F774C * ___dictionary0, int32_t ___getEnumeratorRetType1, const RuntimeMethod* method) { (( void (*) (Enumerator_t81F0095C2D5C396203071D667A6252EFAB3D76D6 *, Dictionary_2_tBF9E2338C61ABCF5ED32053F509AFB44385F774C *, int32_t, const RuntimeMethod*))Enumerator__ctor_mF42283FF333C1D27CFB7E7FBF8624645C37CF46E_gshared)(__this, ___dictionary0, ___getEnumeratorRetType1, method); } // System.Void System.Runtime.Serialization.SerializationInfo::AddValue(System.String,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SerializationInfo_AddValue_m3DF5B182A63FFCD12287E97EA38944D0C6405BB5 (SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 * __this, String_t* ___name0, int32_t ___value1, const RuntimeMethod* method); // System.Void System.Runtime.Serialization.SerializationInfo::AddValue(System.String,System.Object,System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SerializationInfo_AddValue_mA20A32DFDB224FCD9595675255264FD10940DFC6 (SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 * __this, String_t* ___name0, RuntimeObject * ___value1, Type_t * ___type2, const RuntimeMethod* method); // System.Int32 System.Collections.HashHelpers::GetPrime(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t HashHelpers_GetPrime_m7952C5BA012D681FFC5760660C4DFF99C9EB4465 (int32_t ___min0, const RuntimeMethod* method); // System.String SR::Format(System.String,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* SR_Format_m86ED3134FB107447E738C04EAF8CF4E289AF0E7F (String_t* ___resourceFormat0, RuntimeObject * ___p11, const RuntimeMethod* method); // System.Collections.Generic.EqualityComparer`1 System.Collections.Generic.EqualityComparer`1::get_Default() inline EqualityComparer_1_tDC2082D4D5947A0F76D6FA7870E09811B1A8B69E * EqualityComparer_1_get_Default_m9BA669C1B24A4FF1960F815D3DFA76B1D95018A1 (const RuntimeMethod* method) { return (( EqualityComparer_1_tDC2082D4D5947A0F76D6FA7870E09811B1A8B69E * (*) (const RuntimeMethod*))EqualityComparer_1_get_Default_m9BD85218737A4A828EAFB90EA108486128A85E90_gshared)(method); } // System.Boolean System.Runtime.CompilerServices.ConditionalWeakTable`2::TryGetValue(TKey,TValue&) inline bool ConditionalWeakTable_2_TryGetValue_mEF885DA19B41F4A1F481078F276C7F4F8A095063 (ConditionalWeakTable_2_t5051815BADC99C4FE5D8F9293F92B3C7FD565B5E * __this, RuntimeObject * ___key0, SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 ** ___value1, const RuntimeMethod* method) { return (( bool (*) (ConditionalWeakTable_2_t5051815BADC99C4FE5D8F9293F92B3C7FD565B5E *, RuntimeObject *, SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 **, const RuntimeMethod*))ConditionalWeakTable_2_TryGetValue_mA862158C8AFAC8C13E7929EBC6C2377B77749884_gshared)(__this, ___key0, ___value1, method); } // System.Int32 System.Runtime.Serialization.SerializationInfo::GetInt32(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t SerializationInfo_GetInt32_mB22BBD01CBC189B7A76465CBFF7224F619395D30 (SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 * __this, String_t* ___name0, const RuntimeMethod* method); // System.Object System.Runtime.Serialization.SerializationInfo::GetValue(System.String,System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * SerializationInfo_GetValue_mF6E311779D55AD7C80B2D19FF2A7E9683AEF2A99 (SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 * __this, String_t* ___name0, Type_t * ___type1, const RuntimeMethod* method); // System.Void System.Runtime.Serialization.SerializationException::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SerializationException__ctor_m685187C44D70983FA86F76A8BB1599A2969B43E3 (SerializationException_tDB38C13A2ABF407C381E3F332D197AC1AD097A92 * __this, String_t* ___message0, const RuntimeMethod* method); // System.Boolean System.Runtime.CompilerServices.ConditionalWeakTable`2::Remove(TKey) inline bool ConditionalWeakTable_2_Remove_m311B542E354997FD9AF99516C911AD0408A51B5A (ConditionalWeakTable_2_t5051815BADC99C4FE5D8F9293F92B3C7FD565B5E * __this, RuntimeObject * ___key0, const RuntimeMethod* method) { return (( bool (*) (ConditionalWeakTable_2_t5051815BADC99C4FE5D8F9293F92B3C7FD565B5E *, RuntimeObject *, const RuntimeMethod*))ConditionalWeakTable_2_Remove_m0B765A2BAD7A3874D8B33A87AC105A25764895FB_gshared)(__this, ___key0, method); } // System.Int32 System.Collections.HashHelpers::ExpandPrime(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t HashHelpers_ExpandPrime_mDE0E0A2A7FD17ECBBA6C6542337EC4AF73689D64 (int32_t ___oldSize0, const RuntimeMethod* method); // System.Void System.Array::Copy(System.Array,System.Int32,System.Array,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Array_Copy_m7EF35EEE2A8E2DC040222146974ADA2C3DACC229 (RuntimeArray * ___sourceArray0, int32_t ___sourceIndex1, RuntimeArray * ___destinationArray2, int32_t ___destinationIndex3, int32_t ___length4, const RuntimeMethod* method); // System.Int32 System.Array::get_Rank() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Array_get_Rank_mE9E4804EA433AA2265F9D9CA3B1B5082ECD757D0 (RuntimeArray * __this, const RuntimeMethod* method); // System.Void System.ArgumentException::.ctor(System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ArgumentException__ctor_m71044C2110E357B71A1C30D2561C3F861AF1DC0D (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * __this, String_t* ___message0, String_t* ___paramName1, const RuntimeMethod* method); // System.Int32 System.Array::GetLowerBound(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Array_GetLowerBound_m6198001EA09E7523356C18FD6E3315E1B3A5C773 (RuntimeArray * __this, int32_t ___dimension0, const RuntimeMethod* method); // System.Int32 System.Array::get_Length() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Array_get_Length_m12B3E61F1BF9880AB252640D69269B49665C0A10 (RuntimeArray * __this, const RuntimeMethod* method); // System.Void System.Collections.DictionaryEntry::.ctor(System.Object,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DictionaryEntry__ctor_mF383FECC02E6A6FA003D609E63697A9FC010BCB4 (DictionaryEntry_tF60471FAB430320A9C7D4382BF966EAAC06D7A90 * __this, RuntimeObject * ___key0, RuntimeObject * ___value1, const RuntimeMethod* method); // System.String SR::Format(System.String,System.Object,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* SR_Format_mE78A3696E1B42AEEF20334CACBA2E9E3002E2A42 (String_t* ___resourceFormat0, RuntimeObject * ___p11, RuntimeObject * ___p22, const RuntimeMethod* method); // System.Void System.Array::Copy(System.Array,System.Array,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Array_Copy_mDB95A273EF4E8A4BC2F5D25236E21AF6584F5F5D (RuntimeArray * ___sourceArray0, RuntimeArray * ___destinationArray1, int32_t ___length2, const RuntimeMethod* method); // System.Void System.InvalidOperationException::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InvalidOperationException__ctor_mC012CE552988309733C896F3FEA8249171E4402E (InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB * __this, String_t* ___message0, const RuntimeMethod* method); // System.Diagnostics.Tracing.TraceLoggingDataType System.Diagnostics.Tracing.Statics::Format8(System.Diagnostics.Tracing.EventFieldFormat,System.Diagnostics.Tracing.TraceLoggingDataType) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Statics_Format8_mE45EF4E6E42F82768CE748BDA7E5106F3CD0E15C (int32_t ___format0, int32_t ___native1, const RuntimeMethod* method); // System.Void System.Diagnostics.Tracing.TraceLoggingMetadataCollector::AddScalar(System.String,System.Diagnostics.Tracing.TraceLoggingDataType) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TraceLoggingMetadataCollector_AddScalar_mA1A23105BD49003C6FD1A00C6A4ADBD02FA49854 (TraceLoggingMetadataCollector_tFDCF6C9B118FD41428DBE1C3AA17A601001C1B2C * __this, String_t* ___name0, int32_t ___type1, const RuntimeMethod* method); // System.Void System.Diagnostics.Tracing.TraceLoggingDataCollector::AddScalar(System.Byte) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TraceLoggingDataCollector_AddScalar_mC8F3998A1B09964D7D4FFF35AF2C90960052A0E6 (TraceLoggingDataCollector_t5C690F08E67433C8CBAC45BCF713D40E805DB2C7 * __this, uint8_t ___value0, const RuntimeMethod* method); // System.Int32 System.Int32::GetHashCode() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Int32_GetHashCode_mEDD3F492A5F7CF021125AE3F38E2B8F8743FC667 (int32_t* __this, const RuntimeMethod* method); // System.Type System.Enum::GetUnderlyingType(System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t * Enum_GetUnderlyingType_m380C0D0D93A7161EAB25F84B68BF263693C9361B (Type_t * ___enumType0, const RuntimeMethod* method); // System.TypeCode System.Type::GetTypeCode(System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Type_GetTypeCode_mC0FBF8DFCAC822CC01A76F54BF058140211142BF (Type_t * ___type0, const RuntimeMethod* method); // System.Void System.Runtime.Serialization.SerializationInfo::SetType(System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SerializationInfo_SetType_mD6F11DC42FDE78E7E8A58BC3D9E248E21BB37275 (SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 * __this, Type_t * ___type0, const RuntimeMethod* method); // System.Reflection.MethodInfo System.Diagnostics.Tracing.Statics::GetDeclaredStaticMethod(System.Type,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR MethodInfo_t * Statics_GetDeclaredStaticMethod_mA65899B1733466BC669DD49BD6BABBD6F2BD5A47 (Type_t * ___declaringType0, String_t* ___name1, const RuntimeMethod* method); // System.Diagnostics.Tracing.TraceLoggingDataType System.Diagnostics.Tracing.Statics::Format16(System.Diagnostics.Tracing.EventFieldFormat,System.Diagnostics.Tracing.TraceLoggingDataType) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Statics_Format16_mBAB4FA70D517E1F775D2CA5C49A92CDF13203B29 (int32_t ___format0, int32_t ___native1, const RuntimeMethod* method); // System.Void System.Diagnostics.Tracing.TraceLoggingDataCollector::AddScalar(System.Int16) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TraceLoggingDataCollector_AddScalar_m97510C9F3EE7C3875792D62493462BF7D46F2009 (TraceLoggingDataCollector_t5C690F08E67433C8CBAC45BCF713D40E805DB2C7 * __this, int16_t ___value0, const RuntimeMethod* method); // System.Diagnostics.Tracing.TraceLoggingDataType System.Diagnostics.Tracing.Statics::Format32(System.Diagnostics.Tracing.EventFieldFormat,System.Diagnostics.Tracing.TraceLoggingDataType) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Statics_Format32_m25FF11C309E27D937639636FA4C09AD529BD68D6 (int32_t ___format0, int32_t ___native1, const RuntimeMethod* method); // System.Void System.Diagnostics.Tracing.TraceLoggingDataCollector::AddScalar(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TraceLoggingDataCollector_AddScalar_m21710C6C5BBB8FA11D417467F3C5BCAE798B8F64 (TraceLoggingDataCollector_t5C690F08E67433C8CBAC45BCF713D40E805DB2C7 * __this, int32_t ___value0, const RuntimeMethod* method); // System.Diagnostics.Tracing.TraceLoggingDataType System.Diagnostics.Tracing.Statics::Format64(System.Diagnostics.Tracing.EventFieldFormat,System.Diagnostics.Tracing.TraceLoggingDataType) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Statics_Format64_m5CFC372799333FAA966A913CCCA0DB44A08CE285 (int32_t ___format0, int32_t ___native1, const RuntimeMethod* method); // System.Void System.Diagnostics.Tracing.TraceLoggingDataCollector::AddScalar(System.Int64) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TraceLoggingDataCollector_AddScalar_m3A643EF28FDC7EAA760FE391CA525E63F192ADBB (TraceLoggingDataCollector_t5C690F08E67433C8CBAC45BCF713D40E805DB2C7 * __this, int64_t ___value0, const RuntimeMethod* method); // System.Void System.Diagnostics.Tracing.TraceLoggingDataCollector::AddScalar(System.SByte) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TraceLoggingDataCollector_AddScalar_m9203030D27BA68019EE250777A63DA2DAC402D3B (TraceLoggingDataCollector_t5C690F08E67433C8CBAC45BCF713D40E805DB2C7 * __this, int8_t ___value0, const RuntimeMethod* method); // System.Void System.Diagnostics.Tracing.TraceLoggingDataCollector::AddScalar(System.UInt16) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TraceLoggingDataCollector_AddScalar_m3070476C2EB3B597E1C98A7330F3BAD9E8AF7875 (TraceLoggingDataCollector_t5C690F08E67433C8CBAC45BCF713D40E805DB2C7 * __this, uint16_t ___value0, const RuntimeMethod* method); // System.Void System.Diagnostics.Tracing.TraceLoggingDataCollector::AddScalar(System.UInt32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TraceLoggingDataCollector_AddScalar_m927E4206C30350DDE06751E3D8CC7F23CCEE3427 (TraceLoggingDataCollector_t5C690F08E67433C8CBAC45BCF713D40E805DB2C7 * __this, uint32_t ___value0, const RuntimeMethod* method); // System.Void System.Diagnostics.Tracing.TraceLoggingDataCollector::AddScalar(System.UInt64) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TraceLoggingDataCollector_AddScalar_m1AE30605C6BC3A680FD60DD697885271D907D6CD (TraceLoggingDataCollector_t5C690F08E67433C8CBAC45BCF713D40E805DB2C7 * __this, uint64_t ___value0, const RuntimeMethod* method); #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Collections.Generic.Dictionary`2::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Dictionary_2__ctor_mAA4C8F456AA58EC1FB154441680BCFAA27AD6183_gshared (Dictionary_2_tBF9E2338C61ABCF5ED32053F509AFB44385F774C * __this, const RuntimeMethod* method) { { NullCheck((Dictionary_2_tBF9E2338C61ABCF5ED32053F509AFB44385F774C *)__this); (( void (*) (Dictionary_2_tBF9E2338C61ABCF5ED32053F509AFB44385F774C *, int32_t, RuntimeObject*, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((Dictionary_2_tBF9E2338C61ABCF5ED32053F509AFB44385F774C *)__this, (int32_t)0, (RuntimeObject*)NULL, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); return; } } // System.Void System.Collections.Generic.Dictionary`2::.ctor(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Dictionary_2__ctor_m5C77C4A826C4357E152A586CFE37B7CC9F629E8C_gshared (Dictionary_2_tBF9E2338C61ABCF5ED32053F509AFB44385F774C * __this, int32_t ___capacity0, const RuntimeMethod* method) { { int32_t L_0 = ___capacity0; NullCheck((Dictionary_2_tBF9E2338C61ABCF5ED32053F509AFB44385F774C *)__this); (( void (*) (Dictionary_2_tBF9E2338C61ABCF5ED32053F509AFB44385F774C *, int32_t, RuntimeObject*, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((Dictionary_2_tBF9E2338C61ABCF5ED32053F509AFB44385F774C *)__this, (int32_t)L_0, (RuntimeObject*)NULL, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); return; } } // System.Void System.Collections.Generic.Dictionary`2::.ctor(System.Collections.Generic.IEqualityComparer`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Dictionary_2__ctor_mAEFD74527E14DF95D73AEF244E0E6D611B8E7110_gshared (Dictionary_2_tBF9E2338C61ABCF5ED32053F509AFB44385F774C * __this, RuntimeObject* ___comparer0, const RuntimeMethod* method) { { RuntimeObject* L_0 = ___comparer0; NullCheck((Dictionary_2_tBF9E2338C61ABCF5ED32053F509AFB44385F774C *)__this); (( void (*) (Dictionary_2_tBF9E2338C61ABCF5ED32053F509AFB44385F774C *, int32_t, RuntimeObject*, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((Dictionary_2_tBF9E2338C61ABCF5ED32053F509AFB44385F774C *)__this, (int32_t)0, (RuntimeObject*)L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); return; } } // System.Void System.Collections.Generic.Dictionary`2::.ctor(System.Int32,System.Collections.Generic.IEqualityComparer`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Dictionary_2__ctor_mD542FD73F37BE31306287B27841109B0F48188E8_gshared (Dictionary_2_tBF9E2338C61ABCF5ED32053F509AFB44385F774C * __this, int32_t ___capacity0, RuntimeObject* ___comparer1, const RuntimeMethod* method) { RuntimeObject* G_B6_0 = NULL; Dictionary_2_tBF9E2338C61ABCF5ED32053F509AFB44385F774C * G_B6_1 = NULL; RuntimeObject* G_B5_0 = NULL; Dictionary_2_tBF9E2338C61ABCF5ED32053F509AFB44385F774C * G_B5_1 = NULL; { NullCheck((RuntimeObject *)__this); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405((RuntimeObject *)__this, /*hidden argument*/NULL); int32_t L_0 = ___capacity0; if ((((int32_t)L_0) >= ((int32_t)0))) { goto IL_0020; } } { int32_t L_1 = ___capacity0; int32_t L_2 = L_1; RuntimeObject * L_3 = Box(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var)), &L_2); ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 * L_4 = (ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8_il2cpp_TypeInfo_var))); ArgumentOutOfRangeException__ctor_m7C5B3BE7792B7C73E7D82C4DBAD4ACA2DAE71AA9(L_4, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralC37D78082ACFC8DEE7B32D9351C6E433A074FEC7)), (RuntimeObject *)L_3, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral38E3DBC7FC353425EF3A98DC8DAC6689AF5FD1BE)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Dictionary_2__ctor_mD542FD73F37BE31306287B27841109B0F48188E8_RuntimeMethod_var))); } IL_0020: { int32_t L_5 = ___capacity0; if ((((int32_t)L_5) <= ((int32_t)0))) { goto IL_002b; } } { int32_t L_6 = ___capacity0; NullCheck((Dictionary_2_tBF9E2338C61ABCF5ED32053F509AFB44385F774C *)__this); (( void (*) (Dictionary_2_tBF9E2338C61ABCF5ED32053F509AFB44385F774C *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)->methodPointer)((Dictionary_2_tBF9E2338C61ABCF5ED32053F509AFB44385F774C *)__this, (int32_t)L_6, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)); } IL_002b: { RuntimeObject* L_7 = ___comparer1; RuntimeObject* L_8 = (RuntimeObject*)L_7; G_B5_0 = L_8; G_B5_1 = ((Dictionary_2_tBF9E2338C61ABCF5ED32053F509AFB44385F774C *)(__this)); if (L_8) { G_B6_0 = L_8; G_B6_1 = ((Dictionary_2_tBF9E2338C61ABCF5ED32053F509AFB44385F774C *)(__this)); goto IL_0036; } } { EqualityComparer_1_t36F59BE8A7D09DAD053C946F6A3C52D5990604F5 * L_9; L_9 = (( EqualityComparer_1_t36F59BE8A7D09DAD053C946F6A3C52D5990604F5 * (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 2)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 2)); G_B6_0 = ((RuntimeObject*)(L_9)); G_B6_1 = ((Dictionary_2_tBF9E2338C61ABCF5ED32053F509AFB44385F774C *)(G_B5_1)); } IL_0036: { NullCheck(G_B6_1); G_B6_1->set_comparer_6(G_B6_0); return; } } // System.Void System.Collections.Generic.Dictionary`2::.ctor(System.Collections.Generic.IDictionary`2) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Dictionary_2__ctor_mB214A97E38F010A44E942AC875C863138D72B07B_gshared (Dictionary_2_tBF9E2338C61ABCF5ED32053F509AFB44385F774C * __this, RuntimeObject* ___dictionary0, const RuntimeMethod* method) { { RuntimeObject* L_0 = ___dictionary0; NullCheck((Dictionary_2_tBF9E2338C61ABCF5ED32053F509AFB44385F774C *)__this); (( void (*) (Dictionary_2_tBF9E2338C61ABCF5ED32053F509AFB44385F774C *, RuntimeObject*, RuntimeObject*, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 4)->methodPointer)((Dictionary_2_tBF9E2338C61ABCF5ED32053F509AFB44385F774C *)__this, (RuntimeObject*)L_0, (RuntimeObject*)NULL, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 4)); return; } } // System.Void System.Collections.Generic.Dictionary`2::.ctor(System.Collections.Generic.IDictionary`2,System.Collections.Generic.IEqualityComparer`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Dictionary_2__ctor_mADEDE89AF2281B22D136EF6AEA88548A0D9E57A5_gshared (Dictionary_2_tBF9E2338C61ABCF5ED32053F509AFB44385F774C * __this, RuntimeObject* ___dictionary0, RuntimeObject* ___comparer1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; EntryU5BU5D_t19FCE264BF26418E45186B707D1479049C0FEA67* V_1 = NULL; int32_t V_2 = 0; RuntimeObject* V_3 = NULL; KeyValuePair_2_tCBAAE4FBE6091373C1916EE17527311382CF4551 V_4; memset((&V_4), 0, sizeof(V_4)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; Dictionary_2_tBF9E2338C61ABCF5ED32053F509AFB44385F774C * G_B2_0 = NULL; Dictionary_2_tBF9E2338C61ABCF5ED32053F509AFB44385F774C * G_B1_0 = NULL; int32_t G_B3_0 = 0; Dictionary_2_tBF9E2338C61ABCF5ED32053F509AFB44385F774C * G_B3_1 = NULL; { RuntimeObject* L_0 = ___dictionary0; G_B1_0 = ((Dictionary_2_tBF9E2338C61ABCF5ED32053F509AFB44385F774C *)(__this)); if (L_0) { G_B2_0 = ((Dictionary_2_tBF9E2338C61ABCF5ED32053F509AFB44385F774C *)(__this)); goto IL_0007; } } { G_B3_0 = 0; G_B3_1 = ((Dictionary_2_tBF9E2338C61ABCF5ED32053F509AFB44385F774C *)(G_B1_0)); goto IL_000d; } IL_0007: { RuntimeObject* L_1 = ___dictionary0; NullCheck((RuntimeObject*)L_1); int32_t L_2; L_2 = InterfaceFuncInvoker0< int32_t >::Invoke(0 /* System.Int32 System.Collections.Generic.ICollection`1>::get_Count() */, IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 5), (RuntimeObject*)L_1); G_B3_0 = L_2; G_B3_1 = ((Dictionary_2_tBF9E2338C61ABCF5ED32053F509AFB44385F774C *)(G_B2_0)); } IL_000d: { RuntimeObject* L_3 = ___comparer1; NullCheck((Dictionary_2_tBF9E2338C61ABCF5ED32053F509AFB44385F774C *)G_B3_1); (( void (*) (Dictionary_2_tBF9E2338C61ABCF5ED32053F509AFB44385F774C *, int32_t, RuntimeObject*, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((Dictionary_2_tBF9E2338C61ABCF5ED32053F509AFB44385F774C *)G_B3_1, (int32_t)G_B3_0, (RuntimeObject*)L_3, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); RuntimeObject* L_4 = ___dictionary0; if (L_4) { goto IL_0021; } } { ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB * L_5 = (ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_m81AB157B93BFE2FBFDB08B88F84B444293042F97(L_5, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralC0E02A0440A6BB4475B7E59901C37A6A25E773C8)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_5, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Dictionary_2__ctor_mADEDE89AF2281B22D136EF6AEA88548A0D9E57A5_RuntimeMethod_var))); } IL_0021: { RuntimeObject* L_6 = ___dictionary0; NullCheck((RuntimeObject *)L_6); Type_t * L_7; L_7 = Object_GetType_m571FE8360C10B98C23AAF1F066D92C08CC94F45B((RuntimeObject *)L_6, /*hidden argument*/NULL); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_8 = { reinterpret_cast (IL2CPP_RGCTX_TYPE(method->klass->rgctx_data, 6)) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_9; L_9 = Type_GetTypeFromHandle_m180706985100778663E9C75D4FC001D367C0120F((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_8, /*hidden argument*/NULL); bool L_10; L_10 = Type_op_Equality_m01CE523ADAD8D6348C8247353F7C1E5FA3031732((Type_t *)L_7, (Type_t *)L_9, /*hidden argument*/NULL); if (!L_10) { goto IL_0085; } } { RuntimeObject* L_11 = ___dictionary0; Dictionary_2_tBF9E2338C61ABCF5ED32053F509AFB44385F774C * L_12 = (Dictionary_2_tBF9E2338C61ABCF5ED32053F509AFB44385F774C *)((Dictionary_2_tBF9E2338C61ABCF5ED32053F509AFB44385F774C *)Castclass((RuntimeObject*)L_11, IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 7))); NullCheck(L_12); int32_t L_13 = (int32_t)L_12->get_count_2(); V_0 = (int32_t)L_13; NullCheck(L_12); EntryU5BU5D_t19FCE264BF26418E45186B707D1479049C0FEA67* L_14 = (EntryU5BU5D_t19FCE264BF26418E45186B707D1479049C0FEA67*)L_12->get_entries_1(); V_1 = (EntryU5BU5D_t19FCE264BF26418E45186B707D1479049C0FEA67*)L_14; V_2 = (int32_t)0; goto IL_0080; } IL_004f: { EntryU5BU5D_t19FCE264BF26418E45186B707D1479049C0FEA67* L_15 = V_1; int32_t L_16 = V_2; NullCheck(L_15); int32_t L_17 = (int32_t)((L_15)->GetAddressAt(static_cast(L_16)))->get_hashCode_0(); if ((((int32_t)L_17) < ((int32_t)0))) { goto IL_007c; } } { EntryU5BU5D_t19FCE264BF26418E45186B707D1479049C0FEA67* L_18 = V_1; int32_t L_19 = V_2; NullCheck(L_18); TileCoord_t491EABF2B90DFB255C8F7624FF5528F2DE2CC901 L_20 = (TileCoord_t491EABF2B90DFB255C8F7624FF5528F2DE2CC901 )((L_18)->GetAddressAt(static_cast(L_19)))->get_key_2(); EntryU5BU5D_t19FCE264BF26418E45186B707D1479049C0FEA67* L_21 = V_1; int32_t L_22 = V_2; NullCheck(L_21); RuntimeObject * L_23 = (RuntimeObject *)((L_21)->GetAddressAt(static_cast(L_22)))->get_value_3(); NullCheck((Dictionary_2_tBF9E2338C61ABCF5ED32053F509AFB44385F774C *)__this); (( void (*) (Dictionary_2_tBF9E2338C61ABCF5ED32053F509AFB44385F774C *, TileCoord_t491EABF2B90DFB255C8F7624FF5528F2DE2CC901 , RuntimeObject *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 8)->methodPointer)((Dictionary_2_tBF9E2338C61ABCF5ED32053F509AFB44385F774C *)__this, (TileCoord_t491EABF2B90DFB255C8F7624FF5528F2DE2CC901 )L_20, (RuntimeObject *)L_23, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 8)); } IL_007c: { int32_t L_24 = V_2; V_2 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_24, (int32_t)1)); } IL_0080: { int32_t L_25 = V_2; int32_t L_26 = V_0; if ((((int32_t)L_25) < ((int32_t)L_26))) { goto IL_004f; } } { return; } IL_0085: { RuntimeObject* L_27 = ___dictionary0; NullCheck((RuntimeObject*)L_27); RuntimeObject* L_28; L_28 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0 /* System.Collections.Generic.IEnumerator`1 System.Collections.Generic.IEnumerable`1>::GetEnumerator() */, IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 9), (RuntimeObject*)L_27); V_3 = (RuntimeObject*)L_28; } IL_008c: try { // begin try (depth: 1) { goto IL_00aa; } IL_008e: { RuntimeObject* L_29 = V_3; NullCheck((RuntimeObject*)L_29); KeyValuePair_2_tCBAAE4FBE6091373C1916EE17527311382CF4551 L_30; L_30 = InterfaceFuncInvoker0< KeyValuePair_2_tCBAAE4FBE6091373C1916EE17527311382CF4551 >::Invoke(0 /* T System.Collections.Generic.IEnumerator`1>::get_Current() */, IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 10), (RuntimeObject*)L_29); V_4 = (KeyValuePair_2_tCBAAE4FBE6091373C1916EE17527311382CF4551 )L_30; TileCoord_t491EABF2B90DFB255C8F7624FF5528F2DE2CC901 L_31; L_31 = KeyValuePair_2_get_Key_m212B0FE7898E52C6B11FD6DD2C01E618B497E2AD_inline((KeyValuePair_2_tCBAAE4FBE6091373C1916EE17527311382CF4551 *)(KeyValuePair_2_tCBAAE4FBE6091373C1916EE17527311382CF4551 *)(&V_4), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 11)); RuntimeObject * L_32; L_32 = KeyValuePair_2_get_Value_mB163C52D89E02AECC98A60EC1244AD3DB0F622F2_inline((KeyValuePair_2_tCBAAE4FBE6091373C1916EE17527311382CF4551 *)(KeyValuePair_2_tCBAAE4FBE6091373C1916EE17527311382CF4551 *)(&V_4), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 12)); NullCheck((Dictionary_2_tBF9E2338C61ABCF5ED32053F509AFB44385F774C *)__this); (( void (*) (Dictionary_2_tBF9E2338C61ABCF5ED32053F509AFB44385F774C *, TileCoord_t491EABF2B90DFB255C8F7624FF5528F2DE2CC901 , RuntimeObject *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 8)->methodPointer)((Dictionary_2_tBF9E2338C61ABCF5ED32053F509AFB44385F774C *)__this, (TileCoord_t491EABF2B90DFB255C8F7624FF5528F2DE2CC901 )L_31, (RuntimeObject *)L_32, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 8)); } IL_00aa: { RuntimeObject* L_33 = V_3; NullCheck((RuntimeObject*)L_33); bool L_34; L_34 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, (RuntimeObject*)L_33); if (L_34) { goto IL_008e; } } IL_00b2: { IL2CPP_LEAVE(0xBE, FINALLY_00b4); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_00b4; } FINALLY_00b4: { // begin finally (depth: 1) { RuntimeObject* L_35 = V_3; if (!L_35) { goto IL_00bd; } } IL_00b7: { RuntimeObject* L_36 = V_3; NullCheck((RuntimeObject*)L_36); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_36); } IL_00bd: { IL2CPP_END_FINALLY(180) } } // end finally (depth: 1) IL2CPP_CLEANUP(180) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0xBE, IL_00be) } IL_00be: { return; } } // System.Void System.Collections.Generic.Dictionary`2::.ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Dictionary_2__ctor_m5C72A5781C94581F9DDB76085BE050E7417DFBAF_gshared (Dictionary_2_tBF9E2338C61ABCF5ED32053F509AFB44385F774C * __this, SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 * ___info0, StreamingContext_t5888E7E8C81AB6EF3B14FDDA6674F458076A8505 ___context1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ConditionalWeakTable_2_Add_mF91BF6A515300AB082CBB3A7794B9367B10A47B6_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DictionaryHashHelpers_tEF09A64281F3DF4301DEFFAC2B97BCCEDE109060_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { NullCheck((RuntimeObject *)__this); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405((RuntimeObject *)__this, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(DictionaryHashHelpers_tEF09A64281F3DF4301DEFFAC2B97BCCEDE109060_il2cpp_TypeInfo_var); ConditionalWeakTable_2_t5051815BADC99C4FE5D8F9293F92B3C7FD565B5E * L_0; L_0 = DictionaryHashHelpers_get_SerializationInfoTable_mBC1FAE5ECDFFAFA735583E160A2C7366A0B3D087_inline(/*hidden argument*/NULL); SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 * L_1 = ___info0; NullCheck((ConditionalWeakTable_2_t5051815BADC99C4FE5D8F9293F92B3C7FD565B5E *)L_0); ConditionalWeakTable_2_Add_mF91BF6A515300AB082CBB3A7794B9367B10A47B6((ConditionalWeakTable_2_t5051815BADC99C4FE5D8F9293F92B3C7FD565B5E *)L_0, (RuntimeObject *)__this, (SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 *)L_1, /*hidden argument*/ConditionalWeakTable_2_Add_mF91BF6A515300AB082CBB3A7794B9367B10A47B6_RuntimeMethod_var); return; } } // System.Int32 System.Collections.Generic.Dictionary`2::get_Count() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Dictionary_2_get_Count_mAD01C6490D7FB912583AA3512A48322E17DE103A_gshared (Dictionary_2_tBF9E2338C61ABCF5ED32053F509AFB44385F774C * __this, const RuntimeMethod* method) { { int32_t L_0 = (int32_t)__this->get_count_2(); int32_t L_1 = (int32_t)__this->get_freeCount_5(); return (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_0, (int32_t)L_1)); } } // System.Collections.Generic.Dictionary`2/KeyCollection System.Collections.Generic.Dictionary`2::get_Keys() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR KeyCollection_t7A3E9764F18C1DE44C90DF9D411158787E20A943 * Dictionary_2_get_Keys_mC4EA837159240291D78B6A50F7FFB1079128A54A_gshared (Dictionary_2_tBF9E2338C61ABCF5ED32053F509AFB44385F774C * __this, const RuntimeMethod* method) { { KeyCollection_t7A3E9764F18C1DE44C90DF9D411158787E20A943 * L_0 = (KeyCollection_t7A3E9764F18C1DE44C90DF9D411158787E20A943 *)__this->get_keys_7(); if (L_0) { goto IL_0014; } } { KeyCollection_t7A3E9764F18C1DE44C90DF9D411158787E20A943 * L_1 = (KeyCollection_t7A3E9764F18C1DE44C90DF9D411158787E20A943 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 13)); (( void (*) (KeyCollection_t7A3E9764F18C1DE44C90DF9D411158787E20A943 *, Dictionary_2_tBF9E2338C61ABCF5ED32053F509AFB44385F774C *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 14)->methodPointer)(L_1, (Dictionary_2_tBF9E2338C61ABCF5ED32053F509AFB44385F774C *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 14)); __this->set_keys_7(L_1); } IL_0014: { KeyCollection_t7A3E9764F18C1DE44C90DF9D411158787E20A943 * L_2 = (KeyCollection_t7A3E9764F18C1DE44C90DF9D411158787E20A943 *)__this->get_keys_7(); return (KeyCollection_t7A3E9764F18C1DE44C90DF9D411158787E20A943 *)L_2; } } // System.Collections.Generic.Dictionary`2/ValueCollection System.Collections.Generic.Dictionary`2::get_Values() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ValueCollection_tE30D2CF7AE93E79624FC9423989FB43B317280DF * Dictionary_2_get_Values_m0B7F14B471D9B9A1D4CA4E7776FE1111A3280576_gshared (Dictionary_2_tBF9E2338C61ABCF5ED32053F509AFB44385F774C * __this, const RuntimeMethod* method) { { ValueCollection_tE30D2CF7AE93E79624FC9423989FB43B317280DF * L_0 = (ValueCollection_tE30D2CF7AE93E79624FC9423989FB43B317280DF *)__this->get_values_8(); if (L_0) { goto IL_0014; } } { ValueCollection_tE30D2CF7AE93E79624FC9423989FB43B317280DF * L_1 = (ValueCollection_tE30D2CF7AE93E79624FC9423989FB43B317280DF *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 15)); (( void (*) (ValueCollection_tE30D2CF7AE93E79624FC9423989FB43B317280DF *, Dictionary_2_tBF9E2338C61ABCF5ED32053F509AFB44385F774C *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 16)->methodPointer)(L_1, (Dictionary_2_tBF9E2338C61ABCF5ED32053F509AFB44385F774C *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 16)); __this->set_values_8(L_1); } IL_0014: { ValueCollection_tE30D2CF7AE93E79624FC9423989FB43B317280DF * L_2 = (ValueCollection_tE30D2CF7AE93E79624FC9423989FB43B317280DF *)__this->get_values_8(); return (ValueCollection_tE30D2CF7AE93E79624FC9423989FB43B317280DF *)L_2; } } // TValue System.Collections.Generic.Dictionary`2::get_Item(TKey) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * Dictionary_2_get_Item_mA1B1F6D327636861E71C5A7774E247DB89E933B6_gshared (Dictionary_2_tBF9E2338C61ABCF5ED32053F509AFB44385F774C * __this, TileCoord_t491EABF2B90DFB255C8F7624FF5528F2DE2CC901 ___key0, const RuntimeMethod* method) { int32_t V_0 = 0; { TileCoord_t491EABF2B90DFB255C8F7624FF5528F2DE2CC901 L_0 = ___key0; NullCheck((Dictionary_2_tBF9E2338C61ABCF5ED32053F509AFB44385F774C *)__this); int32_t L_1; L_1 = (( int32_t (*) (Dictionary_2_tBF9E2338C61ABCF5ED32053F509AFB44385F774C *, TileCoord_t491EABF2B90DFB255C8F7624FF5528F2DE2CC901 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 17)->methodPointer)((Dictionary_2_tBF9E2338C61ABCF5ED32053F509AFB44385F774C *)__this, (TileCoord_t491EABF2B90DFB255C8F7624FF5528F2DE2CC901 )L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 17)); V_0 = (int32_t)L_1; int32_t L_2 = V_0; if ((((int32_t)L_2) < ((int32_t)0))) { goto IL_001e; } } { EntryU5BU5D_t19FCE264BF26418E45186B707D1479049C0FEA67* L_3 = (EntryU5BU5D_t19FCE264BF26418E45186B707D1479049C0FEA67*)__this->get_entries_1(); int32_t L_4 = V_0; NullCheck(L_3); RuntimeObject * L_5 = (RuntimeObject *)((L_3)->GetAddressAt(static_cast(L_4)))->get_value_3(); return (RuntimeObject *)L_5; } IL_001e: { KeyNotFoundException_t0A3BE653F7FA27DEA1C91C2FB3DAA6C8D0CBB952 * L_6 = (KeyNotFoundException_t0A3BE653F7FA27DEA1C91C2FB3DAA6C8D0CBB952 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&KeyNotFoundException_t0A3BE653F7FA27DEA1C91C2FB3DAA6C8D0CBB952_il2cpp_TypeInfo_var))); KeyNotFoundException__ctor_mDC226A7A5A3DA52C5886236F32F19F36E6B1C1C1(L_6, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_6, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Dictionary_2_get_Item_mA1B1F6D327636861E71C5A7774E247DB89E933B6_RuntimeMethod_var))); } } // System.Void System.Collections.Generic.Dictionary`2::set_Item(TKey,TValue) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Dictionary_2_set_Item_mE2A074967627FF6CF69E255FB2D18BC21F0851B6_gshared (Dictionary_2_tBF9E2338C61ABCF5ED32053F509AFB44385F774C * __this, TileCoord_t491EABF2B90DFB255C8F7624FF5528F2DE2CC901 ___key0, RuntimeObject * ___value1, const RuntimeMethod* method) { { TileCoord_t491EABF2B90DFB255C8F7624FF5528F2DE2CC901 L_0 = ___key0; RuntimeObject * L_1 = ___value1; NullCheck((Dictionary_2_tBF9E2338C61ABCF5ED32053F509AFB44385F774C *)__this); bool L_2; L_2 = (( bool (*) (Dictionary_2_tBF9E2338C61ABCF5ED32053F509AFB44385F774C *, TileCoord_t491EABF2B90DFB255C8F7624FF5528F2DE2CC901 , RuntimeObject *, uint8_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 18)->methodPointer)((Dictionary_2_tBF9E2338C61ABCF5ED32053F509AFB44385F774C *)__this, (TileCoord_t491EABF2B90DFB255C8F7624FF5528F2DE2CC901 )L_0, (RuntimeObject *)L_1, (uint8_t)1, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 18)); return; } } // System.Void System.Collections.Generic.Dictionary`2::Add(TKey,TValue) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Dictionary_2_Add_mF229F30CFDA8329990CF5541CC1C2D4E1E6E32DC_gshared (Dictionary_2_tBF9E2338C61ABCF5ED32053F509AFB44385F774C * __this, TileCoord_t491EABF2B90DFB255C8F7624FF5528F2DE2CC901 ___key0, RuntimeObject * ___value1, const RuntimeMethod* method) { { TileCoord_t491EABF2B90DFB255C8F7624FF5528F2DE2CC901 L_0 = ___key0; RuntimeObject * L_1 = ___value1; NullCheck((Dictionary_2_tBF9E2338C61ABCF5ED32053F509AFB44385F774C *)__this); bool L_2; L_2 = (( bool (*) (Dictionary_2_tBF9E2338C61ABCF5ED32053F509AFB44385F774C *, TileCoord_t491EABF2B90DFB255C8F7624FF5528F2DE2CC901 , RuntimeObject *, uint8_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 18)->methodPointer)((Dictionary_2_tBF9E2338C61ABCF5ED32053F509AFB44385F774C *)__this, (TileCoord_t491EABF2B90DFB255C8F7624FF5528F2DE2CC901 )L_0, (RuntimeObject *)L_1, (uint8_t)2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 18)); return; } } // System.Void System.Collections.Generic.Dictionary`2::System.Collections.Generic.ICollection>.Add(System.Collections.Generic.KeyValuePair`2) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Dictionary_2_System_Collections_Generic_ICollectionU3CSystem_Collections_Generic_KeyValuePairU3CTKeyU2CTValueU3EU3E_Add_m49BB2C408AD946B2A1C8C4E6485750B5E3A5107B_gshared (Dictionary_2_tBF9E2338C61ABCF5ED32053F509AFB44385F774C * __this, KeyValuePair_2_tCBAAE4FBE6091373C1916EE17527311382CF4551 ___keyValuePair0, const RuntimeMethod* method) { { TileCoord_t491EABF2B90DFB255C8F7624FF5528F2DE2CC901 L_0; L_0 = KeyValuePair_2_get_Key_m212B0FE7898E52C6B11FD6DD2C01E618B497E2AD_inline((KeyValuePair_2_tCBAAE4FBE6091373C1916EE17527311382CF4551 *)(KeyValuePair_2_tCBAAE4FBE6091373C1916EE17527311382CF4551 *)(&___keyValuePair0), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 11)); RuntimeObject * L_1; L_1 = KeyValuePair_2_get_Value_mB163C52D89E02AECC98A60EC1244AD3DB0F622F2_inline((KeyValuePair_2_tCBAAE4FBE6091373C1916EE17527311382CF4551 *)(KeyValuePair_2_tCBAAE4FBE6091373C1916EE17527311382CF4551 *)(&___keyValuePair0), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 12)); NullCheck((Dictionary_2_tBF9E2338C61ABCF5ED32053F509AFB44385F774C *)__this); (( void (*) (Dictionary_2_tBF9E2338C61ABCF5ED32053F509AFB44385F774C *, TileCoord_t491EABF2B90DFB255C8F7624FF5528F2DE2CC901 , RuntimeObject *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 8)->methodPointer)((Dictionary_2_tBF9E2338C61ABCF5ED32053F509AFB44385F774C *)__this, (TileCoord_t491EABF2B90DFB255C8F7624FF5528F2DE2CC901 )L_0, (RuntimeObject *)L_1, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 8)); return; } } // System.Boolean System.Collections.Generic.Dictionary`2::System.Collections.Generic.ICollection>.Contains(System.Collections.Generic.KeyValuePair`2) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Dictionary_2_System_Collections_Generic_ICollectionU3CSystem_Collections_Generic_KeyValuePairU3CTKeyU2CTValueU3EU3E_Contains_mC004CA54275A863417C3DAD353CECBF5E73D1276_gshared (Dictionary_2_tBF9E2338C61ABCF5ED32053F509AFB44385F774C * __this, KeyValuePair_2_tCBAAE4FBE6091373C1916EE17527311382CF4551 ___keyValuePair0, const RuntimeMethod* method) { int32_t V_0 = 0; { TileCoord_t491EABF2B90DFB255C8F7624FF5528F2DE2CC901 L_0; L_0 = KeyValuePair_2_get_Key_m212B0FE7898E52C6B11FD6DD2C01E618B497E2AD_inline((KeyValuePair_2_tCBAAE4FBE6091373C1916EE17527311382CF4551 *)(KeyValuePair_2_tCBAAE4FBE6091373C1916EE17527311382CF4551 *)(&___keyValuePair0), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 11)); NullCheck((Dictionary_2_tBF9E2338C61ABCF5ED32053F509AFB44385F774C *)__this); int32_t L_1; L_1 = (( int32_t (*) (Dictionary_2_tBF9E2338C61ABCF5ED32053F509AFB44385F774C *, TileCoord_t491EABF2B90DFB255C8F7624FF5528F2DE2CC901 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 17)->methodPointer)((Dictionary_2_tBF9E2338C61ABCF5ED32053F509AFB44385F774C *)__this, (TileCoord_t491EABF2B90DFB255C8F7624FF5528F2DE2CC901 )L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 17)); V_0 = (int32_t)L_1; int32_t L_2 = V_0; if ((((int32_t)L_2) < ((int32_t)0))) { goto IL_0038; } } { EqualityComparer_1_t469B0BBE7B6765C576211BEF8F2803A5AD411A20 * L_3; L_3 = (( EqualityComparer_1_t469B0BBE7B6765C576211BEF8F2803A5AD411A20 * (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 19)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 19)); EntryU5BU5D_t19FCE264BF26418E45186B707D1479049C0FEA67* L_4 = (EntryU5BU5D_t19FCE264BF26418E45186B707D1479049C0FEA67*)__this->get_entries_1(); int32_t L_5 = V_0; NullCheck(L_4); RuntimeObject * L_6 = (RuntimeObject *)((L_4)->GetAddressAt(static_cast(L_5)))->get_value_3(); RuntimeObject * L_7; L_7 = KeyValuePair_2_get_Value_mB163C52D89E02AECC98A60EC1244AD3DB0F622F2_inline((KeyValuePair_2_tCBAAE4FBE6091373C1916EE17527311382CF4551 *)(KeyValuePair_2_tCBAAE4FBE6091373C1916EE17527311382CF4551 *)(&___keyValuePair0), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 12)); NullCheck((EqualityComparer_1_t469B0BBE7B6765C576211BEF8F2803A5AD411A20 *)L_3); bool L_8; L_8 = VirtFuncInvoker2< bool, RuntimeObject *, RuntimeObject * >::Invoke(8 /* System.Boolean System.Collections.Generic.EqualityComparer`1::Equals(T,T) */, (EqualityComparer_1_t469B0BBE7B6765C576211BEF8F2803A5AD411A20 *)L_3, (RuntimeObject *)L_6, (RuntimeObject *)L_7); if (!L_8) { goto IL_0038; } } { return (bool)1; } IL_0038: { return (bool)0; } } // System.Boolean System.Collections.Generic.Dictionary`2::System.Collections.Generic.ICollection>.Remove(System.Collections.Generic.KeyValuePair`2) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Dictionary_2_System_Collections_Generic_ICollectionU3CSystem_Collections_Generic_KeyValuePairU3CTKeyU2CTValueU3EU3E_Remove_mB52DB71FD368C0D1364268CF8991AC7977FA7784_gshared (Dictionary_2_tBF9E2338C61ABCF5ED32053F509AFB44385F774C * __this, KeyValuePair_2_tCBAAE4FBE6091373C1916EE17527311382CF4551 ___keyValuePair0, const RuntimeMethod* method) { int32_t V_0 = 0; { TileCoord_t491EABF2B90DFB255C8F7624FF5528F2DE2CC901 L_0; L_0 = KeyValuePair_2_get_Key_m212B0FE7898E52C6B11FD6DD2C01E618B497E2AD_inline((KeyValuePair_2_tCBAAE4FBE6091373C1916EE17527311382CF4551 *)(KeyValuePair_2_tCBAAE4FBE6091373C1916EE17527311382CF4551 *)(&___keyValuePair0), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 11)); NullCheck((Dictionary_2_tBF9E2338C61ABCF5ED32053F509AFB44385F774C *)__this); int32_t L_1; L_1 = (( int32_t (*) (Dictionary_2_tBF9E2338C61ABCF5ED32053F509AFB44385F774C *, TileCoord_t491EABF2B90DFB255C8F7624FF5528F2DE2CC901 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 17)->methodPointer)((Dictionary_2_tBF9E2338C61ABCF5ED32053F509AFB44385F774C *)__this, (TileCoord_t491EABF2B90DFB255C8F7624FF5528F2DE2CC901 )L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 17)); V_0 = (int32_t)L_1; int32_t L_2 = V_0; if ((((int32_t)L_2) < ((int32_t)0))) { goto IL_0046; } } { EqualityComparer_1_t469B0BBE7B6765C576211BEF8F2803A5AD411A20 * L_3; L_3 = (( EqualityComparer_1_t469B0BBE7B6765C576211BEF8F2803A5AD411A20 * (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 19)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 19)); EntryU5BU5D_t19FCE264BF26418E45186B707D1479049C0FEA67* L_4 = (EntryU5BU5D_t19FCE264BF26418E45186B707D1479049C0FEA67*)__this->get_entries_1(); int32_t L_5 = V_0; NullCheck(L_4); RuntimeObject * L_6 = (RuntimeObject *)((L_4)->GetAddressAt(static_cast(L_5)))->get_value_3(); RuntimeObject * L_7; L_7 = KeyValuePair_2_get_Value_mB163C52D89E02AECC98A60EC1244AD3DB0F622F2_inline((KeyValuePair_2_tCBAAE4FBE6091373C1916EE17527311382CF4551 *)(KeyValuePair_2_tCBAAE4FBE6091373C1916EE17527311382CF4551 *)(&___keyValuePair0), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 12)); NullCheck((EqualityComparer_1_t469B0BBE7B6765C576211BEF8F2803A5AD411A20 *)L_3); bool L_8; L_8 = VirtFuncInvoker2< bool, RuntimeObject *, RuntimeObject * >::Invoke(8 /* System.Boolean System.Collections.Generic.EqualityComparer`1::Equals(T,T) */, (EqualityComparer_1_t469B0BBE7B6765C576211BEF8F2803A5AD411A20 *)L_3, (RuntimeObject *)L_6, (RuntimeObject *)L_7); if (!L_8) { goto IL_0046; } } { TileCoord_t491EABF2B90DFB255C8F7624FF5528F2DE2CC901 L_9; L_9 = KeyValuePair_2_get_Key_m212B0FE7898E52C6B11FD6DD2C01E618B497E2AD_inline((KeyValuePair_2_tCBAAE4FBE6091373C1916EE17527311382CF4551 *)(KeyValuePair_2_tCBAAE4FBE6091373C1916EE17527311382CF4551 *)(&___keyValuePair0), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 11)); NullCheck((Dictionary_2_tBF9E2338C61ABCF5ED32053F509AFB44385F774C *)__this); bool L_10; L_10 = (( bool (*) (Dictionary_2_tBF9E2338C61ABCF5ED32053F509AFB44385F774C *, TileCoord_t491EABF2B90DFB255C8F7624FF5528F2DE2CC901 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 22)->methodPointer)((Dictionary_2_tBF9E2338C61ABCF5ED32053F509AFB44385F774C *)__this, (TileCoord_t491EABF2B90DFB255C8F7624FF5528F2DE2CC901 )L_9, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 22)); return (bool)1; } IL_0046: { return (bool)0; } } // System.Void System.Collections.Generic.Dictionary`2::Clear() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Dictionary_2_Clear_mD0C2DAA42E2A7C1F5E039713F34D7AA9BCE0DB9D_gshared (Dictionary_2_tBF9E2338C61ABCF5ED32053F509AFB44385F774C * __this, const RuntimeMethod* method) { int32_t V_0 = 0; { int32_t L_0 = (int32_t)__this->get_count_2(); if ((((int32_t)L_0) <= ((int32_t)0))) { goto IL_005a; } } { V_0 = (int32_t)0; goto IL_001a; } IL_000d: { Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_1 = (Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32*)__this->get_buckets_0(); int32_t L_2 = V_0; NullCheck(L_1); (L_1)->SetAt(static_cast(L_2), (int32_t)(-1)); int32_t L_3 = V_0; V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_3, (int32_t)1)); } IL_001a: { int32_t L_4 = V_0; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_5 = (Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32*)__this->get_buckets_0(); NullCheck(L_5); if ((((int32_t)L_4) < ((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_5)->max_length)))))) { goto IL_000d; } } { EntryU5BU5D_t19FCE264BF26418E45186B707D1479049C0FEA67* L_6 = (EntryU5BU5D_t19FCE264BF26418E45186B707D1479049C0FEA67*)__this->get_entries_1(); int32_t L_7 = (int32_t)__this->get_count_2(); Array_Clear_m14F24D8DBE5A2FD747E8F94E2F7759FBA495DB1C((RuntimeArray *)(RuntimeArray *)L_6, (int32_t)0, (int32_t)L_7, /*hidden argument*/NULL); __this->set_freeList_4((-1)); __this->set_count_2(0); __this->set_freeCount_5(0); int32_t L_8 = (int32_t)__this->get_version_3(); __this->set_version_3(((int32_t)il2cpp_codegen_add((int32_t)L_8, (int32_t)1))); } IL_005a: { return; } } // System.Boolean System.Collections.Generic.Dictionary`2::ContainsKey(TKey) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Dictionary_2_ContainsKey_m75C90E04B5808F408FACB32BBD12D54B08A389D0_gshared (Dictionary_2_tBF9E2338C61ABCF5ED32053F509AFB44385F774C * __this, TileCoord_t491EABF2B90DFB255C8F7624FF5528F2DE2CC901 ___key0, const RuntimeMethod* method) { { TileCoord_t491EABF2B90DFB255C8F7624FF5528F2DE2CC901 L_0 = ___key0; NullCheck((Dictionary_2_tBF9E2338C61ABCF5ED32053F509AFB44385F774C *)__this); int32_t L_1; L_1 = (( int32_t (*) (Dictionary_2_tBF9E2338C61ABCF5ED32053F509AFB44385F774C *, TileCoord_t491EABF2B90DFB255C8F7624FF5528F2DE2CC901 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 17)->methodPointer)((Dictionary_2_tBF9E2338C61ABCF5ED32053F509AFB44385F774C *)__this, (TileCoord_t491EABF2B90DFB255C8F7624FF5528F2DE2CC901 )L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 17)); return (bool)((((int32_t)((((int32_t)L_1) < ((int32_t)0))? 1 : 0)) == ((int32_t)0))? 1 : 0); } } // System.Boolean System.Collections.Generic.Dictionary`2::ContainsValue(TValue) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Dictionary_2_ContainsValue_m2F8696EABCCE6D0D9AE9820051E2EFA9C467DCBB_gshared (Dictionary_2_tBF9E2338C61ABCF5ED32053F509AFB44385F774C * __this, RuntimeObject * ___value0, const RuntimeMethod* method) { int32_t V_0 = 0; EqualityComparer_1_t469B0BBE7B6765C576211BEF8F2803A5AD411A20 * V_1 = NULL; int32_t V_2 = 0; { RuntimeObject * L_0 = ___value0; if (L_0) { goto IL_0049; } } { V_0 = (int32_t)0; goto IL_003e; } IL_000c: { EntryU5BU5D_t19FCE264BF26418E45186B707D1479049C0FEA67* L_1 = (EntryU5BU5D_t19FCE264BF26418E45186B707D1479049C0FEA67*)__this->get_entries_1(); int32_t L_2 = V_0; NullCheck(L_1); int32_t L_3 = (int32_t)((L_1)->GetAddressAt(static_cast(L_2)))->get_hashCode_0(); if ((((int32_t)L_3) < ((int32_t)0))) { goto IL_003a; } } { EntryU5BU5D_t19FCE264BF26418E45186B707D1479049C0FEA67* L_4 = (EntryU5BU5D_t19FCE264BF26418E45186B707D1479049C0FEA67*)__this->get_entries_1(); int32_t L_5 = V_0; NullCheck(L_4); RuntimeObject * L_6 = (RuntimeObject *)((L_4)->GetAddressAt(static_cast(L_5)))->get_value_3(); if (L_6) { goto IL_003a; } } { return (bool)1; } IL_003a: { int32_t L_7 = V_0; V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_7, (int32_t)1)); } IL_003e: { int32_t L_8 = V_0; int32_t L_9 = (int32_t)__this->get_count_2(); if ((((int32_t)L_8) < ((int32_t)L_9))) { goto IL_000c; } } { goto IL_0090; } IL_0049: { EqualityComparer_1_t469B0BBE7B6765C576211BEF8F2803A5AD411A20 * L_10; L_10 = (( EqualityComparer_1_t469B0BBE7B6765C576211BEF8F2803A5AD411A20 * (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 19)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 19)); V_1 = (EqualityComparer_1_t469B0BBE7B6765C576211BEF8F2803A5AD411A20 *)L_10; V_2 = (int32_t)0; goto IL_0087; } IL_0053: { EntryU5BU5D_t19FCE264BF26418E45186B707D1479049C0FEA67* L_11 = (EntryU5BU5D_t19FCE264BF26418E45186B707D1479049C0FEA67*)__this->get_entries_1(); int32_t L_12 = V_2; NullCheck(L_11); int32_t L_13 = (int32_t)((L_11)->GetAddressAt(static_cast(L_12)))->get_hashCode_0(); if ((((int32_t)L_13) < ((int32_t)0))) { goto IL_0083; } } { EqualityComparer_1_t469B0BBE7B6765C576211BEF8F2803A5AD411A20 * L_14 = V_1; EntryU5BU5D_t19FCE264BF26418E45186B707D1479049C0FEA67* L_15 = (EntryU5BU5D_t19FCE264BF26418E45186B707D1479049C0FEA67*)__this->get_entries_1(); int32_t L_16 = V_2; NullCheck(L_15); RuntimeObject * L_17 = (RuntimeObject *)((L_15)->GetAddressAt(static_cast(L_16)))->get_value_3(); RuntimeObject * L_18 = ___value0; NullCheck((EqualityComparer_1_t469B0BBE7B6765C576211BEF8F2803A5AD411A20 *)L_14); bool L_19; L_19 = VirtFuncInvoker2< bool, RuntimeObject *, RuntimeObject * >::Invoke(8 /* System.Boolean System.Collections.Generic.EqualityComparer`1::Equals(T,T) */, (EqualityComparer_1_t469B0BBE7B6765C576211BEF8F2803A5AD411A20 *)L_14, (RuntimeObject *)L_17, (RuntimeObject *)L_18); if (!L_19) { goto IL_0083; } } { return (bool)1; } IL_0083: { int32_t L_20 = V_2; V_2 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_20, (int32_t)1)); } IL_0087: { int32_t L_21 = V_2; int32_t L_22 = (int32_t)__this->get_count_2(); if ((((int32_t)L_21) < ((int32_t)L_22))) { goto IL_0053; } } IL_0090: { return (bool)0; } } // System.Void System.Collections.Generic.Dictionary`2::CopyTo(System.Collections.Generic.KeyValuePair`2[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Dictionary_2_CopyTo_m3B73DD625B9B43ADB15426F9F4C5989E631F3ABD_gshared (Dictionary_2_tBF9E2338C61ABCF5ED32053F509AFB44385F774C * __this, KeyValuePair_2U5BU5D_tFE6B4C7AAF7248A65A2EFD85E339C6F988A62C2C* ___array0, int32_t ___index1, const RuntimeMethod* method) { int32_t V_0 = 0; EntryU5BU5D_t19FCE264BF26418E45186B707D1479049C0FEA67* V_1 = NULL; int32_t V_2 = 0; { KeyValuePair_2U5BU5D_tFE6B4C7AAF7248A65A2EFD85E339C6F988A62C2C* L_0 = ___array0; if (L_0) { goto IL_000e; } } { ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB * L_1 = (ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_m81AB157B93BFE2FBFDB08B88F84B444293042F97(L_1, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralB829404B947F7E1629A30B5E953A49EB21CCD2ED)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Dictionary_2_CopyTo_m3B73DD625B9B43ADB15426F9F4C5989E631F3ABD_RuntimeMethod_var))); } IL_000e: { int32_t L_2 = ___index1; if ((((int32_t)L_2) < ((int32_t)0))) { goto IL_0018; } } { int32_t L_3 = ___index1; KeyValuePair_2U5BU5D_tFE6B4C7AAF7248A65A2EFD85E339C6F988A62C2C* L_4 = ___array0; NullCheck(L_4); if ((((int32_t)L_3) <= ((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_4)->max_length)))))) { goto IL_002e; } } IL_0018: { int32_t L_5 = ___index1; int32_t L_6 = L_5; RuntimeObject * L_7 = Box(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var)), &L_6); ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 * L_8 = (ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8_il2cpp_TypeInfo_var))); ArgumentOutOfRangeException__ctor_m7C5B3BE7792B7C73E7D82C4DBAD4ACA2DAE71AA9(L_8, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral2B6D6F48C27C60C3B55391AB377D9DC8F5639AA1)), (RuntimeObject *)L_7, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral569FEAE6AEE421BCD8D24F22865E84F808C2A1E4)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_8, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Dictionary_2_CopyTo_m3B73DD625B9B43ADB15426F9F4C5989E631F3ABD_RuntimeMethod_var))); } IL_002e: { KeyValuePair_2U5BU5D_tFE6B4C7AAF7248A65A2EFD85E339C6F988A62C2C* L_9 = ___array0; NullCheck(L_9); int32_t L_10 = ___index1; NullCheck((Dictionary_2_tBF9E2338C61ABCF5ED32053F509AFB44385F774C *)__this); int32_t L_11; L_11 = (( int32_t (*) (Dictionary_2_tBF9E2338C61ABCF5ED32053F509AFB44385F774C *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 24)->methodPointer)((Dictionary_2_tBF9E2338C61ABCF5ED32053F509AFB44385F774C *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 24)); if ((((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_9)->max_length))), (int32_t)L_10))) >= ((int32_t)L_11))) { goto IL_0046; } } { ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_12 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m2D35EAD113C2ADC99EB17B940A2097A93FD23EFC(L_12, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral3ECE023333DCF45DE7B1FEAFFE30E295210DDD9B)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_12, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Dictionary_2_CopyTo_m3B73DD625B9B43ADB15426F9F4C5989E631F3ABD_RuntimeMethod_var))); } IL_0046: { int32_t L_13 = (int32_t)__this->get_count_2(); V_0 = (int32_t)L_13; EntryU5BU5D_t19FCE264BF26418E45186B707D1479049C0FEA67* L_14 = (EntryU5BU5D_t19FCE264BF26418E45186B707D1479049C0FEA67*)__this->get_entries_1(); V_1 = (EntryU5BU5D_t19FCE264BF26418E45186B707D1479049C0FEA67*)L_14; V_2 = (int32_t)0; goto IL_0094; } IL_0058: { EntryU5BU5D_t19FCE264BF26418E45186B707D1479049C0FEA67* L_15 = V_1; int32_t L_16 = V_2; NullCheck(L_15); int32_t L_17 = (int32_t)((L_15)->GetAddressAt(static_cast(L_16)))->get_hashCode_0(); if ((((int32_t)L_17) < ((int32_t)0))) { goto IL_0090; } } { KeyValuePair_2U5BU5D_tFE6B4C7AAF7248A65A2EFD85E339C6F988A62C2C* L_18 = ___array0; int32_t L_19 = ___index1; int32_t L_20 = (int32_t)L_19; ___index1 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_20, (int32_t)1)); EntryU5BU5D_t19FCE264BF26418E45186B707D1479049C0FEA67* L_21 = V_1; int32_t L_22 = V_2; NullCheck(L_21); TileCoord_t491EABF2B90DFB255C8F7624FF5528F2DE2CC901 L_23 = (TileCoord_t491EABF2B90DFB255C8F7624FF5528F2DE2CC901 )((L_21)->GetAddressAt(static_cast(L_22)))->get_key_2(); EntryU5BU5D_t19FCE264BF26418E45186B707D1479049C0FEA67* L_24 = V_1; int32_t L_25 = V_2; NullCheck(L_24); RuntimeObject * L_26 = (RuntimeObject *)((L_24)->GetAddressAt(static_cast(L_25)))->get_value_3(); KeyValuePair_2_tCBAAE4FBE6091373C1916EE17527311382CF4551 L_27; memset((&L_27), 0, sizeof(L_27)); KeyValuePair_2__ctor_m5DD6150F53F2A8A0D618EC656C3E89B4EB22ACBA((&L_27), (TileCoord_t491EABF2B90DFB255C8F7624FF5528F2DE2CC901 )L_23, (RuntimeObject *)L_26, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 26)); NullCheck(L_18); (L_18)->SetAt(static_cast(L_20), (KeyValuePair_2_tCBAAE4FBE6091373C1916EE17527311382CF4551 )L_27); } IL_0090: { int32_t L_28 = V_2; V_2 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_28, (int32_t)1)); } IL_0094: { int32_t L_29 = V_2; int32_t L_30 = V_0; if ((((int32_t)L_29) < ((int32_t)L_30))) { goto IL_0058; } } { return; } } // System.Collections.Generic.Dictionary`2/Enumerator System.Collections.Generic.Dictionary`2::GetEnumerator() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Enumerator_t81F0095C2D5C396203071D667A6252EFAB3D76D6 Dictionary_2_GetEnumerator_m42E0EB162F4066A0FB7F3A2A02C8CC0318A39399_gshared (Dictionary_2_tBF9E2338C61ABCF5ED32053F509AFB44385F774C * __this, const RuntimeMethod* method) { { Enumerator_t81F0095C2D5C396203071D667A6252EFAB3D76D6 L_0; memset((&L_0), 0, sizeof(L_0)); Enumerator__ctor_mF42283FF333C1D27CFB7E7FBF8624645C37CF46E((&L_0), (Dictionary_2_tBF9E2338C61ABCF5ED32053F509AFB44385F774C *)__this, (int32_t)2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 28)); return (Enumerator_t81F0095C2D5C396203071D667A6252EFAB3D76D6 )L_0; } } // System.Collections.Generic.IEnumerator`1> System.Collections.Generic.Dictionary`2::System.Collections.Generic.IEnumerable>.GetEnumerator() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Dictionary_2_System_Collections_Generic_IEnumerableU3CSystem_Collections_Generic_KeyValuePairU3CTKeyU2CTValueU3EU3E_GetEnumerator_mD7247C2DC1ADAAA676BED3C54C9B36DA658181E5_gshared (Dictionary_2_tBF9E2338C61ABCF5ED32053F509AFB44385F774C * __this, const RuntimeMethod* method) { { Enumerator_t81F0095C2D5C396203071D667A6252EFAB3D76D6 L_0; memset((&L_0), 0, sizeof(L_0)); Enumerator__ctor_mF42283FF333C1D27CFB7E7FBF8624645C37CF46E((&L_0), (Dictionary_2_tBF9E2338C61ABCF5ED32053F509AFB44385F774C *)__this, (int32_t)2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 28)); Enumerator_t81F0095C2D5C396203071D667A6252EFAB3D76D6 L_1 = (Enumerator_t81F0095C2D5C396203071D667A6252EFAB3D76D6 )L_0; RuntimeObject * L_2 = Box(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 27), &L_1); return (RuntimeObject*)L_2; } } // System.Void System.Collections.Generic.Dictionary`2::GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Dictionary_2_GetObjectData_mC58820C2AEFB7758746460EF93C97FAB6F2B4D8A_gshared (Dictionary_2_tBF9E2338C61ABCF5ED32053F509AFB44385F774C * __this, SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 * ___info0, StreamingContext_t5888E7E8C81AB6EF3B14FDDA6674F458076A8505 ___context1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral1275D52763CF050C5A4C759818D60119CC35BD69); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralC5F173ABE7214E8ED04EE91D0D5626EEDF0007E9); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralCECF2650D3F261EAEF98CF86BF0563F906B4EB7A); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralE200AC1425952F4F5CEAAA9C773B6D17B90E47C1); s_Il2CppMethodInitialized = true; } KeyValuePair_2U5BU5D_tFE6B4C7AAF7248A65A2EFD85E339C6F988A62C2C* V_0 = NULL; String_t* G_B4_0 = NULL; SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 * G_B4_1 = NULL; String_t* G_B3_0 = NULL; SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 * G_B3_1 = NULL; int32_t G_B5_0 = 0; String_t* G_B5_1 = NULL; SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 * G_B5_2 = NULL; { SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 * L_0 = ___info0; if (L_0) { goto IL_000e; } } { ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB * L_1 = (ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_m81AB157B93BFE2FBFDB08B88F84B444293042F97(L_1, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralA7B00F7F25C375B2501A6ADBC86D092B23977085)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Dictionary_2_GetObjectData_mC58820C2AEFB7758746460EF93C97FAB6F2B4D8A_RuntimeMethod_var))); } IL_000e: { SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 * L_2 = ___info0; int32_t L_3 = (int32_t)__this->get_version_3(); NullCheck((SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 *)L_2); SerializationInfo_AddValue_m3DF5B182A63FFCD12287E97EA38944D0C6405BB5((SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 *)L_2, (String_t*)_stringLiteralE200AC1425952F4F5CEAAA9C773B6D17B90E47C1, (int32_t)L_3, /*hidden argument*/NULL); SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 * L_4 = ___info0; RuntimeObject* L_5 = (RuntimeObject*)__this->get_comparer_6(); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_6 = { reinterpret_cast (IL2CPP_RGCTX_TYPE(method->klass->rgctx_data, 29)) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_7; L_7 = Type_GetTypeFromHandle_m180706985100778663E9C75D4FC001D367C0120F((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_6, /*hidden argument*/NULL); NullCheck((SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 *)L_4); SerializationInfo_AddValue_mA20A32DFDB224FCD9595675255264FD10940DFC6((SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 *)L_4, (String_t*)_stringLiteralC5F173ABE7214E8ED04EE91D0D5626EEDF0007E9, (RuntimeObject *)L_5, (Type_t *)L_7, /*hidden argument*/NULL); SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 * L_8 = ___info0; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_9 = (Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32*)__this->get_buckets_0(); G_B3_0 = _stringLiteral1275D52763CF050C5A4C759818D60119CC35BD69; G_B3_1 = L_8; if (!L_9) { G_B4_0 = _stringLiteral1275D52763CF050C5A4C759818D60119CC35BD69; G_B4_1 = L_8; goto IL_0052; } } { Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_10 = (Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32*)__this->get_buckets_0(); NullCheck(L_10); G_B5_0 = ((int32_t)((int32_t)(((RuntimeArray*)L_10)->max_length))); G_B5_1 = G_B3_0; G_B5_2 = G_B3_1; goto IL_0053; } IL_0052: { G_B5_0 = 0; G_B5_1 = G_B4_0; G_B5_2 = G_B4_1; } IL_0053: { NullCheck((SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 *)G_B5_2); SerializationInfo_AddValue_m3DF5B182A63FFCD12287E97EA38944D0C6405BB5((SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 *)G_B5_2, (String_t*)G_B5_1, (int32_t)G_B5_0, /*hidden argument*/NULL); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_11 = (Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32*)__this->get_buckets_0(); if (!L_11) { goto IL_008a; } } { NullCheck((Dictionary_2_tBF9E2338C61ABCF5ED32053F509AFB44385F774C *)__this); int32_t L_12; L_12 = (( int32_t (*) (Dictionary_2_tBF9E2338C61ABCF5ED32053F509AFB44385F774C *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 24)->methodPointer)((Dictionary_2_tBF9E2338C61ABCF5ED32053F509AFB44385F774C *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 24)); KeyValuePair_2U5BU5D_tFE6B4C7AAF7248A65A2EFD85E339C6F988A62C2C* L_13 = (KeyValuePair_2U5BU5D_tFE6B4C7AAF7248A65A2EFD85E339C6F988A62C2C*)(KeyValuePair_2U5BU5D_tFE6B4C7AAF7248A65A2EFD85E339C6F988A62C2C*)SZArrayNew(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 30), (uint32_t)L_12); V_0 = (KeyValuePair_2U5BU5D_tFE6B4C7AAF7248A65A2EFD85E339C6F988A62C2C*)L_13; KeyValuePair_2U5BU5D_tFE6B4C7AAF7248A65A2EFD85E339C6F988A62C2C* L_14 = V_0; NullCheck((Dictionary_2_tBF9E2338C61ABCF5ED32053F509AFB44385F774C *)__this); (( void (*) (Dictionary_2_tBF9E2338C61ABCF5ED32053F509AFB44385F774C *, KeyValuePair_2U5BU5D_tFE6B4C7AAF7248A65A2EFD85E339C6F988A62C2C*, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 31)->methodPointer)((Dictionary_2_tBF9E2338C61ABCF5ED32053F509AFB44385F774C *)__this, (KeyValuePair_2U5BU5D_tFE6B4C7AAF7248A65A2EFD85E339C6F988A62C2C*)L_14, (int32_t)0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 31)); SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 * L_15 = ___info0; KeyValuePair_2U5BU5D_tFE6B4C7AAF7248A65A2EFD85E339C6F988A62C2C* L_16 = V_0; RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_17 = { reinterpret_cast (IL2CPP_RGCTX_TYPE(method->klass->rgctx_data, 32)) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_18; L_18 = Type_GetTypeFromHandle_m180706985100778663E9C75D4FC001D367C0120F((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_17, /*hidden argument*/NULL); NullCheck((SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 *)L_15); SerializationInfo_AddValue_mA20A32DFDB224FCD9595675255264FD10940DFC6((SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 *)L_15, (String_t*)_stringLiteralCECF2650D3F261EAEF98CF86BF0563F906B4EB7A, (RuntimeObject *)(RuntimeObject *)L_16, (Type_t *)L_18, /*hidden argument*/NULL); } IL_008a: { return; } } // System.Int32 System.Collections.Generic.Dictionary`2::FindEntry(TKey) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Dictionary_2_FindEntry_m11069B3D9965ED6E800ACB1DD030BA18B41C8303_gshared (Dictionary_2_tBF9E2338C61ABCF5ED32053F509AFB44385F774C * __this, TileCoord_t491EABF2B90DFB255C8F7624FF5528F2DE2CC901 ___key0, const RuntimeMethod* method) { int32_t V_0 = 0; int32_t V_1 = 0; { goto IL_0013; } { ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB * L_1 = (ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_m81AB157B93BFE2FBFDB08B88F84B444293042F97(L_1, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralE7D028CCE3B6E7B61AE2C752D7AE970DA04AB7C6)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Dictionary_2_FindEntry_m11069B3D9965ED6E800ACB1DD030BA18B41C8303_RuntimeMethod_var))); } IL_0013: { Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_2 = (Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32*)__this->get_buckets_0(); if (!L_2) { goto IL_008d; } } { RuntimeObject* L_3 = (RuntimeObject*)__this->get_comparer_6(); TileCoord_t491EABF2B90DFB255C8F7624FF5528F2DE2CC901 L_4 = ___key0; NullCheck((RuntimeObject*)L_3); int32_t L_5; L_5 = InterfaceFuncInvoker1< int32_t, TileCoord_t491EABF2B90DFB255C8F7624FF5528F2DE2CC901 >::Invoke(1 /* System.Int32 System.Collections.Generic.IEqualityComparer`1::GetHashCode(T) */, IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 34), (RuntimeObject*)L_3, (TileCoord_t491EABF2B90DFB255C8F7624FF5528F2DE2CC901 )L_4); V_0 = (int32_t)((int32_t)((int32_t)L_5&(int32_t)((int32_t)2147483647LL))); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_6 = (Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32*)__this->get_buckets_0(); int32_t L_7 = V_0; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_8 = (Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32*)__this->get_buckets_0(); NullCheck(L_8); NullCheck(L_6); int32_t L_9 = ((int32_t)((int32_t)L_7%(int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_8)->max_length))))); int32_t L_10 = (L_6)->GetAt(static_cast(L_9)); V_1 = (int32_t)L_10; goto IL_0089; } IL_0042: { EntryU5BU5D_t19FCE264BF26418E45186B707D1479049C0FEA67* L_11 = (EntryU5BU5D_t19FCE264BF26418E45186B707D1479049C0FEA67*)__this->get_entries_1(); int32_t L_12 = V_1; NullCheck(L_11); int32_t L_13 = (int32_t)((L_11)->GetAddressAt(static_cast(L_12)))->get_hashCode_0(); int32_t L_14 = V_0; if ((!(((uint32_t)L_13) == ((uint32_t)L_14)))) { goto IL_0077; } } { RuntimeObject* L_15 = (RuntimeObject*)__this->get_comparer_6(); EntryU5BU5D_t19FCE264BF26418E45186B707D1479049C0FEA67* L_16 = (EntryU5BU5D_t19FCE264BF26418E45186B707D1479049C0FEA67*)__this->get_entries_1(); int32_t L_17 = V_1; NullCheck(L_16); TileCoord_t491EABF2B90DFB255C8F7624FF5528F2DE2CC901 L_18 = (TileCoord_t491EABF2B90DFB255C8F7624FF5528F2DE2CC901 )((L_16)->GetAddressAt(static_cast(L_17)))->get_key_2(); TileCoord_t491EABF2B90DFB255C8F7624FF5528F2DE2CC901 L_19 = ___key0; NullCheck((RuntimeObject*)L_15); bool L_20; L_20 = InterfaceFuncInvoker2< bool, TileCoord_t491EABF2B90DFB255C8F7624FF5528F2DE2CC901 , TileCoord_t491EABF2B90DFB255C8F7624FF5528F2DE2CC901 >::Invoke(0 /* System.Boolean System.Collections.Generic.IEqualityComparer`1::Equals(T,T) */, IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 34), (RuntimeObject*)L_15, (TileCoord_t491EABF2B90DFB255C8F7624FF5528F2DE2CC901 )L_18, (TileCoord_t491EABF2B90DFB255C8F7624FF5528F2DE2CC901 )L_19); if (!L_20) { goto IL_0077; } } { int32_t L_21 = V_1; return (int32_t)L_21; } IL_0077: { EntryU5BU5D_t19FCE264BF26418E45186B707D1479049C0FEA67* L_22 = (EntryU5BU5D_t19FCE264BF26418E45186B707D1479049C0FEA67*)__this->get_entries_1(); int32_t L_23 = V_1; NullCheck(L_22); int32_t L_24 = (int32_t)((L_22)->GetAddressAt(static_cast(L_23)))->get_next_1(); V_1 = (int32_t)L_24; } IL_0089: { int32_t L_25 = V_1; if ((((int32_t)L_25) >= ((int32_t)0))) { goto IL_0042; } } IL_008d: { return (int32_t)(-1); } } // System.Void System.Collections.Generic.Dictionary`2::Initialize(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Dictionary_2_Initialize_m3AD98C85DA17408DE36E9DFDB96AE4CEC0E07C6D_gshared (Dictionary_2_tBF9E2338C61ABCF5ED32053F509AFB44385F774C * __this, int32_t ___capacity0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HashHelpers_t001D7D03DA7A3C3426744B45509316917E7A90F9_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; { int32_t L_0 = ___capacity0; IL2CPP_RUNTIME_CLASS_INIT(HashHelpers_t001D7D03DA7A3C3426744B45509316917E7A90F9_il2cpp_TypeInfo_var); int32_t L_1; L_1 = HashHelpers_GetPrime_m7952C5BA012D681FFC5760660C4DFF99C9EB4465((int32_t)L_0, /*hidden argument*/NULL); V_0 = (int32_t)L_1; int32_t L_2 = V_0; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_3 = (Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32*)(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32*)SZArrayNew(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32_il2cpp_TypeInfo_var, (uint32_t)L_2); __this->set_buckets_0(L_3); V_1 = (int32_t)0; goto IL_0024; } IL_0017: { Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_4 = (Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32*)__this->get_buckets_0(); int32_t L_5 = V_1; NullCheck(L_4); (L_4)->SetAt(static_cast(L_5), (int32_t)(-1)); int32_t L_6 = V_1; V_1 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_6, (int32_t)1)); } IL_0024: { int32_t L_7 = V_1; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_8 = (Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32*)__this->get_buckets_0(); NullCheck(L_8); if ((((int32_t)L_7) < ((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_8)->max_length)))))) { goto IL_0017; } } { int32_t L_9 = V_0; EntryU5BU5D_t19FCE264BF26418E45186B707D1479049C0FEA67* L_10 = (EntryU5BU5D_t19FCE264BF26418E45186B707D1479049C0FEA67*)(EntryU5BU5D_t19FCE264BF26418E45186B707D1479049C0FEA67*)SZArrayNew(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 35), (uint32_t)L_9); __this->set_entries_1(L_10); __this->set_freeList_4((-1)); return; } } // System.Boolean System.Collections.Generic.Dictionary`2::TryInsert(TKey,TValue,System.Collections.Generic.InsertionBehavior) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Dictionary_2_TryInsert_mC8549918F8F74910551417C7C0CD06BDA185D976_gshared (Dictionary_2_tBF9E2338C61ABCF5ED32053F509AFB44385F774C * __this, TileCoord_t491EABF2B90DFB255C8F7624FF5528F2DE2CC901 ___key0, RuntimeObject * ___value1, uint8_t ___behavior2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&EqualityComparer_1_get_Default_m9BA669C1B24A4FF1960F815D3DFA76B1D95018A1_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NonRandomizedStringEqualityComparer_t10D949965180A66DA3BC8C7D0EDFF8CE941FF620_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; int32_t V_2 = 0; int32_t V_3 = 0; int32_t V_4 = 0; { goto IL_0013; } { ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB * L_1 = (ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_m81AB157B93BFE2FBFDB08B88F84B444293042F97(L_1, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralE7D028CCE3B6E7B61AE2C752D7AE970DA04AB7C6)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Dictionary_2_TryInsert_mC8549918F8F74910551417C7C0CD06BDA185D976_RuntimeMethod_var))); } IL_0013: { Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_2 = (Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32*)__this->get_buckets_0(); if (L_2) { goto IL_0022; } } { NullCheck((Dictionary_2_tBF9E2338C61ABCF5ED32053F509AFB44385F774C *)__this); (( void (*) (Dictionary_2_tBF9E2338C61ABCF5ED32053F509AFB44385F774C *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)->methodPointer)((Dictionary_2_tBF9E2338C61ABCF5ED32053F509AFB44385F774C *)__this, (int32_t)0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)); } IL_0022: { RuntimeObject* L_3 = (RuntimeObject*)__this->get_comparer_6(); TileCoord_t491EABF2B90DFB255C8F7624FF5528F2DE2CC901 L_4 = ___key0; NullCheck((RuntimeObject*)L_3); int32_t L_5; L_5 = InterfaceFuncInvoker1< int32_t, TileCoord_t491EABF2B90DFB255C8F7624FF5528F2DE2CC901 >::Invoke(1 /* System.Int32 System.Collections.Generic.IEqualityComparer`1::GetHashCode(T) */, IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 34), (RuntimeObject*)L_3, (TileCoord_t491EABF2B90DFB255C8F7624FF5528F2DE2CC901 )L_4); V_0 = (int32_t)((int32_t)((int32_t)L_5&(int32_t)((int32_t)2147483647LL))); int32_t L_6 = V_0; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_7 = (Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32*)__this->get_buckets_0(); NullCheck(L_7); V_1 = (int32_t)((int32_t)((int32_t)L_6%(int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_7)->max_length))))); V_2 = (int32_t)0; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_8 = (Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32*)__this->get_buckets_0(); int32_t L_9 = V_1; NullCheck(L_8); int32_t L_10 = L_9; int32_t L_11 = (L_8)->GetAt(static_cast(L_10)); V_4 = (int32_t)L_11; goto IL_00e1; } IL_0051: { EntryU5BU5D_t19FCE264BF26418E45186B707D1479049C0FEA67* L_12 = (EntryU5BU5D_t19FCE264BF26418E45186B707D1479049C0FEA67*)__this->get_entries_1(); int32_t L_13 = V_4; NullCheck(L_12); int32_t L_14 = (int32_t)((L_12)->GetAddressAt(static_cast(L_13)))->get_hashCode_0(); int32_t L_15 = V_0; if ((!(((uint32_t)L_14) == ((uint32_t)L_15)))) { goto IL_00c9; } } { RuntimeObject* L_16 = (RuntimeObject*)__this->get_comparer_6(); EntryU5BU5D_t19FCE264BF26418E45186B707D1479049C0FEA67* L_17 = (EntryU5BU5D_t19FCE264BF26418E45186B707D1479049C0FEA67*)__this->get_entries_1(); int32_t L_18 = V_4; NullCheck(L_17); TileCoord_t491EABF2B90DFB255C8F7624FF5528F2DE2CC901 L_19 = (TileCoord_t491EABF2B90DFB255C8F7624FF5528F2DE2CC901 )((L_17)->GetAddressAt(static_cast(L_18)))->get_key_2(); TileCoord_t491EABF2B90DFB255C8F7624FF5528F2DE2CC901 L_20 = ___key0; NullCheck((RuntimeObject*)L_16); bool L_21; L_21 = InterfaceFuncInvoker2< bool, TileCoord_t491EABF2B90DFB255C8F7624FF5528F2DE2CC901 , TileCoord_t491EABF2B90DFB255C8F7624FF5528F2DE2CC901 >::Invoke(0 /* System.Boolean System.Collections.Generic.IEqualityComparer`1::Equals(T,T) */, IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 34), (RuntimeObject*)L_16, (TileCoord_t491EABF2B90DFB255C8F7624FF5528F2DE2CC901 )L_19, (TileCoord_t491EABF2B90DFB255C8F7624FF5528F2DE2CC901 )L_20); if (!L_21) { goto IL_00c9; } } { uint8_t L_22 = ___behavior2; if ((!(((uint32_t)L_22) == ((uint32_t)1)))) { goto IL_00ad; } } { EntryU5BU5D_t19FCE264BF26418E45186B707D1479049C0FEA67* L_23 = (EntryU5BU5D_t19FCE264BF26418E45186B707D1479049C0FEA67*)__this->get_entries_1(); int32_t L_24 = V_4; NullCheck(L_23); RuntimeObject * L_25 = ___value1; ((L_23)->GetAddressAt(static_cast(L_24)))->set_value_3(L_25); int32_t L_26 = (int32_t)__this->get_version_3(); __this->set_version_3(((int32_t)il2cpp_codegen_add((int32_t)L_26, (int32_t)1))); return (bool)1; } IL_00ad: { uint8_t L_27 = ___behavior2; if ((!(((uint32_t)L_27) == ((uint32_t)2)))) { goto IL_00c7; } } { TileCoord_t491EABF2B90DFB255C8F7624FF5528F2DE2CC901 L_28 = ___key0; TileCoord_t491EABF2B90DFB255C8F7624FF5528F2DE2CC901 L_29 = (TileCoord_t491EABF2B90DFB255C8F7624FF5528F2DE2CC901 )L_28; RuntimeObject * L_30 = Box(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 33), &L_29); String_t* L_31; L_31 = SR_Format_m86ED3134FB107447E738C04EAF8CF4E289AF0E7F((String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral46A01A440913AE3A82489D220ACF899D570C29A7)), (RuntimeObject *)L_30, /*hidden argument*/NULL); ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_32 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m2D35EAD113C2ADC99EB17B940A2097A93FD23EFC(L_32, (String_t*)L_31, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_32, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Dictionary_2_TryInsert_mC8549918F8F74910551417C7C0CD06BDA185D976_RuntimeMethod_var))); } IL_00c7: { return (bool)0; } IL_00c9: { int32_t L_33 = V_2; V_2 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_33, (int32_t)1)); EntryU5BU5D_t19FCE264BF26418E45186B707D1479049C0FEA67* L_34 = (EntryU5BU5D_t19FCE264BF26418E45186B707D1479049C0FEA67*)__this->get_entries_1(); int32_t L_35 = V_4; NullCheck(L_34); int32_t L_36 = (int32_t)((L_34)->GetAddressAt(static_cast(L_35)))->get_next_1(); V_4 = (int32_t)L_36; } IL_00e1: { int32_t L_37 = V_4; if ((((int32_t)L_37) >= ((int32_t)0))) { goto IL_0051; } } { int32_t L_38 = (int32_t)__this->get_freeCount_5(); if ((((int32_t)L_38) <= ((int32_t)0))) { goto IL_0120; } } { int32_t L_39 = (int32_t)__this->get_freeList_4(); V_3 = (int32_t)L_39; EntryU5BU5D_t19FCE264BF26418E45186B707D1479049C0FEA67* L_40 = (EntryU5BU5D_t19FCE264BF26418E45186B707D1479049C0FEA67*)__this->get_entries_1(); int32_t L_41 = V_3; NullCheck(L_40); int32_t L_42 = (int32_t)((L_40)->GetAddressAt(static_cast(L_41)))->get_next_1(); __this->set_freeList_4(L_42); int32_t L_43 = (int32_t)__this->get_freeCount_5(); __this->set_freeCount_5(((int32_t)il2cpp_codegen_subtract((int32_t)L_43, (int32_t)1))); goto IL_0156; } IL_0120: { int32_t L_44 = (int32_t)__this->get_count_2(); EntryU5BU5D_t19FCE264BF26418E45186B707D1479049C0FEA67* L_45 = (EntryU5BU5D_t19FCE264BF26418E45186B707D1479049C0FEA67*)__this->get_entries_1(); NullCheck(L_45); if ((!(((uint32_t)L_44) == ((uint32_t)((int32_t)((int32_t)(((RuntimeArray*)L_45)->max_length))))))) { goto IL_0141; } } { NullCheck((Dictionary_2_tBF9E2338C61ABCF5ED32053F509AFB44385F774C *)__this); (( void (*) (Dictionary_2_tBF9E2338C61ABCF5ED32053F509AFB44385F774C *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 36)->methodPointer)((Dictionary_2_tBF9E2338C61ABCF5ED32053F509AFB44385F774C *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 36)); int32_t L_46 = V_0; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_47 = (Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32*)__this->get_buckets_0(); NullCheck(L_47); V_1 = (int32_t)((int32_t)((int32_t)L_46%(int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_47)->max_length))))); } IL_0141: { int32_t L_48 = (int32_t)__this->get_count_2(); V_3 = (int32_t)L_48; int32_t L_49 = (int32_t)__this->get_count_2(); __this->set_count_2(((int32_t)il2cpp_codegen_add((int32_t)L_49, (int32_t)1))); } IL_0156: { EntryU5BU5D_t19FCE264BF26418E45186B707D1479049C0FEA67* L_50 = (EntryU5BU5D_t19FCE264BF26418E45186B707D1479049C0FEA67*)__this->get_entries_1(); int32_t L_51 = V_3; NullCheck(L_50); int32_t L_52 = V_0; ((L_50)->GetAddressAt(static_cast(L_51)))->set_hashCode_0(L_52); EntryU5BU5D_t19FCE264BF26418E45186B707D1479049C0FEA67* L_53 = (EntryU5BU5D_t19FCE264BF26418E45186B707D1479049C0FEA67*)__this->get_entries_1(); int32_t L_54 = V_3; NullCheck(L_53); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_55 = (Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32*)__this->get_buckets_0(); int32_t L_56 = V_1; NullCheck(L_55); int32_t L_57 = L_56; int32_t L_58 = (L_55)->GetAt(static_cast(L_57)); ((L_53)->GetAddressAt(static_cast(L_54)))->set_next_1(L_58); EntryU5BU5D_t19FCE264BF26418E45186B707D1479049C0FEA67* L_59 = (EntryU5BU5D_t19FCE264BF26418E45186B707D1479049C0FEA67*)__this->get_entries_1(); int32_t L_60 = V_3; NullCheck(L_59); TileCoord_t491EABF2B90DFB255C8F7624FF5528F2DE2CC901 L_61 = ___key0; ((L_59)->GetAddressAt(static_cast(L_60)))->set_key_2(L_61); EntryU5BU5D_t19FCE264BF26418E45186B707D1479049C0FEA67* L_62 = (EntryU5BU5D_t19FCE264BF26418E45186B707D1479049C0FEA67*)__this->get_entries_1(); int32_t L_63 = V_3; NullCheck(L_62); RuntimeObject * L_64 = ___value1; ((L_62)->GetAddressAt(static_cast(L_63)))->set_value_3(L_64); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_65 = (Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32*)__this->get_buckets_0(); int32_t L_66 = V_1; int32_t L_67 = V_3; NullCheck(L_65); (L_65)->SetAt(static_cast(L_66), (int32_t)L_67); int32_t L_68 = (int32_t)__this->get_version_3(); __this->set_version_3(((int32_t)il2cpp_codegen_add((int32_t)L_68, (int32_t)1))); int32_t L_69 = V_2; if ((((int32_t)L_69) <= ((int32_t)((int32_t)100)))) { goto IL_01ed; } } { RuntimeObject* L_70 = (RuntimeObject*)__this->get_comparer_6(); if (!((NonRandomizedStringEqualityComparer_t10D949965180A66DA3BC8C7D0EDFF8CE941FF620 *)IsInst((RuntimeObject*)L_70, NonRandomizedStringEqualityComparer_t10D949965180A66DA3BC8C7D0EDFF8CE941FF620_il2cpp_TypeInfo_var))) { goto IL_01ed; } } { EqualityComparer_1_tDC2082D4D5947A0F76D6FA7870E09811B1A8B69E * L_71; L_71 = EqualityComparer_1_get_Default_m9BA669C1B24A4FF1960F815D3DFA76B1D95018A1(/*hidden argument*/EqualityComparer_1_get_Default_m9BA669C1B24A4FF1960F815D3DFA76B1D95018A1_RuntimeMethod_var); __this->set_comparer_6(((RuntimeObject*)Castclass((RuntimeObject*)L_71, IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 34)))); EntryU5BU5D_t19FCE264BF26418E45186B707D1479049C0FEA67* L_72 = (EntryU5BU5D_t19FCE264BF26418E45186B707D1479049C0FEA67*)__this->get_entries_1(); NullCheck(L_72); NullCheck((Dictionary_2_tBF9E2338C61ABCF5ED32053F509AFB44385F774C *)__this); (( void (*) (Dictionary_2_tBF9E2338C61ABCF5ED32053F509AFB44385F774C *, int32_t, bool, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 37)->methodPointer)((Dictionary_2_tBF9E2338C61ABCF5ED32053F509AFB44385F774C *)__this, (int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_72)->max_length))), (bool)1, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 37)); } IL_01ed: { return (bool)1; } } // System.Void System.Collections.Generic.Dictionary`2::OnDeserialization(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Dictionary_2_OnDeserialization_mD5EF1B513D2D2C1F2A28BF625C430205D4E03F8B_gshared (Dictionary_2_tBF9E2338C61ABCF5ED32053F509AFB44385F774C * __this, RuntimeObject * ___sender0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ConditionalWeakTable_2_Remove_m311B542E354997FD9AF99516C911AD0408A51B5A_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ConditionalWeakTable_2_TryGetValue_mEF885DA19B41F4A1F481078F276C7F4F8A095063_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DictionaryHashHelpers_tEF09A64281F3DF4301DEFFAC2B97BCCEDE109060_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral1275D52763CF050C5A4C759818D60119CC35BD69); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralC5F173ABE7214E8ED04EE91D0D5626EEDF0007E9); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralCECF2650D3F261EAEF98CF86BF0563F906B4EB7A); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralE200AC1425952F4F5CEAAA9C773B6D17B90E47C1); s_Il2CppMethodInitialized = true; } SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 * V_0 = NULL; int32_t V_1 = 0; int32_t V_2 = 0; KeyValuePair_2U5BU5D_tFE6B4C7AAF7248A65A2EFD85E339C6F988A62C2C* V_3 = NULL; int32_t V_4 = 0; int32_t V_5 = 0; { IL2CPP_RUNTIME_CLASS_INIT(DictionaryHashHelpers_tEF09A64281F3DF4301DEFFAC2B97BCCEDE109060_il2cpp_TypeInfo_var); ConditionalWeakTable_2_t5051815BADC99C4FE5D8F9293F92B3C7FD565B5E * L_0; L_0 = DictionaryHashHelpers_get_SerializationInfoTable_mBC1FAE5ECDFFAFA735583E160A2C7366A0B3D087_inline(/*hidden argument*/NULL); NullCheck((ConditionalWeakTable_2_t5051815BADC99C4FE5D8F9293F92B3C7FD565B5E *)L_0); bool L_1; L_1 = ConditionalWeakTable_2_TryGetValue_mEF885DA19B41F4A1F481078F276C7F4F8A095063((ConditionalWeakTable_2_t5051815BADC99C4FE5D8F9293F92B3C7FD565B5E *)L_0, (RuntimeObject *)__this, (SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 **)(SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 **)(&V_0), /*hidden argument*/ConditionalWeakTable_2_TryGetValue_mEF885DA19B41F4A1F481078F276C7F4F8A095063_RuntimeMethod_var); SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 * L_2 = V_0; if (L_2) { goto IL_0012; } } { return; } IL_0012: { SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 * L_3 = V_0; NullCheck((SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 *)L_3); int32_t L_4; L_4 = SerializationInfo_GetInt32_mB22BBD01CBC189B7A76465CBFF7224F619395D30((SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 *)L_3, (String_t*)_stringLiteralE200AC1425952F4F5CEAAA9C773B6D17B90E47C1, /*hidden argument*/NULL); V_1 = (int32_t)L_4; SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 * L_5 = V_0; NullCheck((SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 *)L_5); int32_t L_6; L_6 = SerializationInfo_GetInt32_mB22BBD01CBC189B7A76465CBFF7224F619395D30((SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 *)L_5, (String_t*)_stringLiteral1275D52763CF050C5A4C759818D60119CC35BD69, /*hidden argument*/NULL); V_2 = (int32_t)L_6; SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 * L_7 = V_0; RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_8 = { reinterpret_cast (IL2CPP_RGCTX_TYPE(method->klass->rgctx_data, 29)) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_9; L_9 = Type_GetTypeFromHandle_m180706985100778663E9C75D4FC001D367C0120F((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_8, /*hidden argument*/NULL); NullCheck((SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 *)L_7); RuntimeObject * L_10; L_10 = SerializationInfo_GetValue_mF6E311779D55AD7C80B2D19FF2A7E9683AEF2A99((SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 *)L_7, (String_t*)_stringLiteralC5F173ABE7214E8ED04EE91D0D5626EEDF0007E9, (Type_t *)L_9, /*hidden argument*/NULL); __this->set_comparer_6(((RuntimeObject*)Castclass((RuntimeObject*)L_10, IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 34)))); int32_t L_11 = V_2; if (!L_11) { goto IL_010c; } } { int32_t L_12 = V_2; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_13 = (Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32*)(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32*)SZArrayNew(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32_il2cpp_TypeInfo_var, (uint32_t)L_12); __this->set_buckets_0(L_13); V_4 = (int32_t)0; goto IL_0071; } IL_0061: { Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_14 = (Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32*)__this->get_buckets_0(); int32_t L_15 = V_4; NullCheck(L_14); (L_14)->SetAt(static_cast(L_15), (int32_t)(-1)); int32_t L_16 = V_4; V_4 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_16, (int32_t)1)); } IL_0071: { int32_t L_17 = V_4; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_18 = (Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32*)__this->get_buckets_0(); NullCheck(L_18); if ((((int32_t)L_17) < ((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_18)->max_length)))))) { goto IL_0061; } } { int32_t L_19 = V_2; EntryU5BU5D_t19FCE264BF26418E45186B707D1479049C0FEA67* L_20 = (EntryU5BU5D_t19FCE264BF26418E45186B707D1479049C0FEA67*)(EntryU5BU5D_t19FCE264BF26418E45186B707D1479049C0FEA67*)SZArrayNew(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 35), (uint32_t)L_19); __this->set_entries_1(L_20); __this->set_freeList_4((-1)); SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 * L_21 = V_0; RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_22 = { reinterpret_cast (IL2CPP_RGCTX_TYPE(method->klass->rgctx_data, 32)) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_23; L_23 = Type_GetTypeFromHandle_m180706985100778663E9C75D4FC001D367C0120F((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_22, /*hidden argument*/NULL); NullCheck((SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 *)L_21); RuntimeObject * L_24; L_24 = SerializationInfo_GetValue_mF6E311779D55AD7C80B2D19FF2A7E9683AEF2A99((SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 *)L_21, (String_t*)_stringLiteralCECF2650D3F261EAEF98CF86BF0563F906B4EB7A, (Type_t *)L_23, /*hidden argument*/NULL); V_3 = (KeyValuePair_2U5BU5D_tFE6B4C7AAF7248A65A2EFD85E339C6F988A62C2C*)((KeyValuePair_2U5BU5D_tFE6B4C7AAF7248A65A2EFD85E339C6F988A62C2C*)Castclass((RuntimeObject*)L_24, IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 38))); KeyValuePair_2U5BU5D_tFE6B4C7AAF7248A65A2EFD85E339C6F988A62C2C* L_25 = V_3; if (L_25) { goto IL_00b9; } } { SerializationException_tDB38C13A2ABF407C381E3F332D197AC1AD097A92 * L_26 = (SerializationException_tDB38C13A2ABF407C381E3F332D197AC1AD097A92 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SerializationException_tDB38C13A2ABF407C381E3F332D197AC1AD097A92_il2cpp_TypeInfo_var))); SerializationException__ctor_m685187C44D70983FA86F76A8BB1599A2969B43E3(L_26, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralC5ABE84F2ABF009EBC68D2A32EF8C171B074F922)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_26, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Dictionary_2_OnDeserialization_mD5EF1B513D2D2C1F2A28BF625C430205D4E03F8B_RuntimeMethod_var))); } IL_00b9: { V_5 = (int32_t)0; goto IL_0103; } IL_00be: { KeyValuePair_2U5BU5D_tFE6B4C7AAF7248A65A2EFD85E339C6F988A62C2C* L_27 = V_3; int32_t L_28 = V_5; NullCheck(L_27); TileCoord_t491EABF2B90DFB255C8F7624FF5528F2DE2CC901 L_29; L_29 = KeyValuePair_2_get_Key_m212B0FE7898E52C6B11FD6DD2C01E618B497E2AD_inline((KeyValuePair_2_tCBAAE4FBE6091373C1916EE17527311382CF4551 *)(KeyValuePair_2_tCBAAE4FBE6091373C1916EE17527311382CF4551 *)((L_27)->GetAddressAt(static_cast(L_28))), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 11)); goto IL_00dd; } { SerializationException_tDB38C13A2ABF407C381E3F332D197AC1AD097A92 * L_30 = (SerializationException_tDB38C13A2ABF407C381E3F332D197AC1AD097A92 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SerializationException_tDB38C13A2ABF407C381E3F332D197AC1AD097A92_il2cpp_TypeInfo_var))); SerializationException__ctor_m685187C44D70983FA86F76A8BB1599A2969B43E3(L_30, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral6A42FCEEAC1D98507D8329C4992B135D890D96AB)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_30, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Dictionary_2_OnDeserialization_mD5EF1B513D2D2C1F2A28BF625C430205D4E03F8B_RuntimeMethod_var))); } IL_00dd: { KeyValuePair_2U5BU5D_tFE6B4C7AAF7248A65A2EFD85E339C6F988A62C2C* L_31 = V_3; int32_t L_32 = V_5; NullCheck(L_31); TileCoord_t491EABF2B90DFB255C8F7624FF5528F2DE2CC901 L_33; L_33 = KeyValuePair_2_get_Key_m212B0FE7898E52C6B11FD6DD2C01E618B497E2AD_inline((KeyValuePair_2_tCBAAE4FBE6091373C1916EE17527311382CF4551 *)(KeyValuePair_2_tCBAAE4FBE6091373C1916EE17527311382CF4551 *)((L_31)->GetAddressAt(static_cast(L_32))), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 11)); KeyValuePair_2U5BU5D_tFE6B4C7AAF7248A65A2EFD85E339C6F988A62C2C* L_34 = V_3; int32_t L_35 = V_5; NullCheck(L_34); RuntimeObject * L_36; L_36 = KeyValuePair_2_get_Value_mB163C52D89E02AECC98A60EC1244AD3DB0F622F2_inline((KeyValuePair_2_tCBAAE4FBE6091373C1916EE17527311382CF4551 *)(KeyValuePair_2_tCBAAE4FBE6091373C1916EE17527311382CF4551 *)((L_34)->GetAddressAt(static_cast(L_35))), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 12)); NullCheck((Dictionary_2_tBF9E2338C61ABCF5ED32053F509AFB44385F774C *)__this); (( void (*) (Dictionary_2_tBF9E2338C61ABCF5ED32053F509AFB44385F774C *, TileCoord_t491EABF2B90DFB255C8F7624FF5528F2DE2CC901 , RuntimeObject *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 8)->methodPointer)((Dictionary_2_tBF9E2338C61ABCF5ED32053F509AFB44385F774C *)__this, (TileCoord_t491EABF2B90DFB255C8F7624FF5528F2DE2CC901 )L_33, (RuntimeObject *)L_36, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 8)); int32_t L_37 = V_5; V_5 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_37, (int32_t)1)); } IL_0103: { int32_t L_38 = V_5; KeyValuePair_2U5BU5D_tFE6B4C7AAF7248A65A2EFD85E339C6F988A62C2C* L_39 = V_3; NullCheck(L_39); if ((((int32_t)L_38) < ((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_39)->max_length)))))) { goto IL_00be; } } { goto IL_0113; } IL_010c: { __this->set_buckets_0((Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32*)NULL); } IL_0113: { int32_t L_40 = V_1; __this->set_version_3(L_40); IL2CPP_RUNTIME_CLASS_INIT(DictionaryHashHelpers_tEF09A64281F3DF4301DEFFAC2B97BCCEDE109060_il2cpp_TypeInfo_var); ConditionalWeakTable_2_t5051815BADC99C4FE5D8F9293F92B3C7FD565B5E * L_41; L_41 = DictionaryHashHelpers_get_SerializationInfoTable_mBC1FAE5ECDFFAFA735583E160A2C7366A0B3D087_inline(/*hidden argument*/NULL); NullCheck((ConditionalWeakTable_2_t5051815BADC99C4FE5D8F9293F92B3C7FD565B5E *)L_41); bool L_42; L_42 = ConditionalWeakTable_2_Remove_m311B542E354997FD9AF99516C911AD0408A51B5A((ConditionalWeakTable_2_t5051815BADC99C4FE5D8F9293F92B3C7FD565B5E *)L_41, (RuntimeObject *)__this, /*hidden argument*/ConditionalWeakTable_2_Remove_m311B542E354997FD9AF99516C911AD0408A51B5A_RuntimeMethod_var); return; } } // System.Void System.Collections.Generic.Dictionary`2::Resize() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Dictionary_2_Resize_m99F43A54DC2F83CE29F9630429B465CB524D4A4C_gshared (Dictionary_2_tBF9E2338C61ABCF5ED32053F509AFB44385F774C * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HashHelpers_t001D7D03DA7A3C3426744B45509316917E7A90F9_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { int32_t L_0 = (int32_t)__this->get_count_2(); IL2CPP_RUNTIME_CLASS_INIT(HashHelpers_t001D7D03DA7A3C3426744B45509316917E7A90F9_il2cpp_TypeInfo_var); int32_t L_1; L_1 = HashHelpers_ExpandPrime_mDE0E0A2A7FD17ECBBA6C6542337EC4AF73689D64((int32_t)L_0, /*hidden argument*/NULL); NullCheck((Dictionary_2_tBF9E2338C61ABCF5ED32053F509AFB44385F774C *)__this); (( void (*) (Dictionary_2_tBF9E2338C61ABCF5ED32053F509AFB44385F774C *, int32_t, bool, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 37)->methodPointer)((Dictionary_2_tBF9E2338C61ABCF5ED32053F509AFB44385F774C *)__this, (int32_t)L_1, (bool)0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 37)); return; } } // System.Void System.Collections.Generic.Dictionary`2::Resize(System.Int32,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Dictionary_2_Resize_m4AB616380B098257BFD2D36832360EE28057253A_gshared (Dictionary_2_tBF9E2338C61ABCF5ED32053F509AFB44385F774C * __this, int32_t ___newSize0, bool ___forceNewHashCodes1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* V_0 = NULL; EntryU5BU5D_t19FCE264BF26418E45186B707D1479049C0FEA67* V_1 = NULL; int32_t V_2 = 0; int32_t V_3 = 0; int32_t V_4 = 0; int32_t V_5 = 0; { int32_t L_0 = ___newSize0; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_1 = (Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32*)(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32*)SZArrayNew(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32_il2cpp_TypeInfo_var, (uint32_t)L_0); V_0 = (Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32*)L_1; V_2 = (int32_t)0; goto IL_0013; } IL_000b: { Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_2 = V_0; int32_t L_3 = V_2; NullCheck(L_2); (L_2)->SetAt(static_cast(L_3), (int32_t)(-1)); int32_t L_4 = V_2; V_2 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_4, (int32_t)1)); } IL_0013: { int32_t L_5 = V_2; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_6 = V_0; NullCheck(L_6); if ((((int32_t)L_5) < ((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_6)->max_length)))))) { goto IL_000b; } } { int32_t L_7 = ___newSize0; EntryU5BU5D_t19FCE264BF26418E45186B707D1479049C0FEA67* L_8 = (EntryU5BU5D_t19FCE264BF26418E45186B707D1479049C0FEA67*)(EntryU5BU5D_t19FCE264BF26418E45186B707D1479049C0FEA67*)SZArrayNew(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 35), (uint32_t)L_7); V_1 = (EntryU5BU5D_t19FCE264BF26418E45186B707D1479049C0FEA67*)L_8; EntryU5BU5D_t19FCE264BF26418E45186B707D1479049C0FEA67* L_9 = (EntryU5BU5D_t19FCE264BF26418E45186B707D1479049C0FEA67*)__this->get_entries_1(); EntryU5BU5D_t19FCE264BF26418E45186B707D1479049C0FEA67* L_10 = V_1; int32_t L_11 = (int32_t)__this->get_count_2(); Array_Copy_m7EF35EEE2A8E2DC040222146974ADA2C3DACC229((RuntimeArray *)(RuntimeArray *)L_9, (int32_t)0, (RuntimeArray *)(RuntimeArray *)L_10, (int32_t)0, (int32_t)L_11, /*hidden argument*/NULL); bool L_12 = ___forceNewHashCodes1; if (!L_12) { goto IL_0080; } } { V_3 = (int32_t)0; goto IL_0077; } IL_003b: { EntryU5BU5D_t19FCE264BF26418E45186B707D1479049C0FEA67* L_13 = V_1; int32_t L_14 = V_3; NullCheck(L_13); int32_t L_15 = (int32_t)((L_13)->GetAddressAt(static_cast(L_14)))->get_hashCode_0(); if ((((int32_t)L_15) == ((int32_t)(-1)))) { goto IL_0073; } } { EntryU5BU5D_t19FCE264BF26418E45186B707D1479049C0FEA67* L_16 = V_1; int32_t L_17 = V_3; NullCheck(L_16); RuntimeObject* L_18 = (RuntimeObject*)__this->get_comparer_6(); EntryU5BU5D_t19FCE264BF26418E45186B707D1479049C0FEA67* L_19 = V_1; int32_t L_20 = V_3; NullCheck(L_19); TileCoord_t491EABF2B90DFB255C8F7624FF5528F2DE2CC901 L_21 = (TileCoord_t491EABF2B90DFB255C8F7624FF5528F2DE2CC901 )((L_19)->GetAddressAt(static_cast(L_20)))->get_key_2(); NullCheck((RuntimeObject*)L_18); int32_t L_22; L_22 = InterfaceFuncInvoker1< int32_t, TileCoord_t491EABF2B90DFB255C8F7624FF5528F2DE2CC901 >::Invoke(1 /* System.Int32 System.Collections.Generic.IEqualityComparer`1::GetHashCode(T) */, IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 34), (RuntimeObject*)L_18, (TileCoord_t491EABF2B90DFB255C8F7624FF5528F2DE2CC901 )L_21); ((L_16)->GetAddressAt(static_cast(L_17)))->set_hashCode_0(((int32_t)((int32_t)L_22&(int32_t)((int32_t)2147483647LL)))); } IL_0073: { int32_t L_23 = V_3; V_3 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_23, (int32_t)1)); } IL_0077: { int32_t L_24 = V_3; int32_t L_25 = (int32_t)__this->get_count_2(); if ((((int32_t)L_24) < ((int32_t)L_25))) { goto IL_003b; } } IL_0080: { V_4 = (int32_t)0; goto IL_00c3; } IL_0085: { EntryU5BU5D_t19FCE264BF26418E45186B707D1479049C0FEA67* L_26 = V_1; int32_t L_27 = V_4; NullCheck(L_26); int32_t L_28 = (int32_t)((L_26)->GetAddressAt(static_cast(L_27)))->get_hashCode_0(); if ((((int32_t)L_28) < ((int32_t)0))) { goto IL_00bd; } } { EntryU5BU5D_t19FCE264BF26418E45186B707D1479049C0FEA67* L_29 = V_1; int32_t L_30 = V_4; NullCheck(L_29); int32_t L_31 = (int32_t)((L_29)->GetAddressAt(static_cast(L_30)))->get_hashCode_0(); int32_t L_32 = ___newSize0; V_5 = (int32_t)((int32_t)((int32_t)L_31%(int32_t)L_32)); EntryU5BU5D_t19FCE264BF26418E45186B707D1479049C0FEA67* L_33 = V_1; int32_t L_34 = V_4; NullCheck(L_33); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_35 = V_0; int32_t L_36 = V_5; NullCheck(L_35); int32_t L_37 = L_36; int32_t L_38 = (L_35)->GetAt(static_cast(L_37)); ((L_33)->GetAddressAt(static_cast(L_34)))->set_next_1(L_38); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_39 = V_0; int32_t L_40 = V_5; int32_t L_41 = V_4; NullCheck(L_39); (L_39)->SetAt(static_cast(L_40), (int32_t)L_41); } IL_00bd: { int32_t L_42 = V_4; V_4 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_42, (int32_t)1)); } IL_00c3: { int32_t L_43 = V_4; int32_t L_44 = (int32_t)__this->get_count_2(); if ((((int32_t)L_43) < ((int32_t)L_44))) { goto IL_0085; } } { Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_45 = V_0; __this->set_buckets_0(L_45); EntryU5BU5D_t19FCE264BF26418E45186B707D1479049C0FEA67* L_46 = V_1; __this->set_entries_1(L_46); return; } } // System.Boolean System.Collections.Generic.Dictionary`2::Remove(TKey) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Dictionary_2_Remove_mCE7357D221551D7B4D7A686806D784AC749B6D9A_gshared (Dictionary_2_tBF9E2338C61ABCF5ED32053F509AFB44385F774C * __this, TileCoord_t491EABF2B90DFB255C8F7624FF5528F2DE2CC901 ___key0, const RuntimeMethod* method) { int32_t V_0 = 0; int32_t V_1 = 0; int32_t V_2 = 0; int32_t V_3 = 0; { goto IL_0013; } { ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB * L_1 = (ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_m81AB157B93BFE2FBFDB08B88F84B444293042F97(L_1, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralE7D028CCE3B6E7B61AE2C752D7AE970DA04AB7C6)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Dictionary_2_Remove_mCE7357D221551D7B4D7A686806D784AC749B6D9A_RuntimeMethod_var))); } IL_0013: { Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_2 = (Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32*)__this->get_buckets_0(); if (!L_2) { goto IL_015d; } } { RuntimeObject* L_3 = (RuntimeObject*)__this->get_comparer_6(); TileCoord_t491EABF2B90DFB255C8F7624FF5528F2DE2CC901 L_4 = ___key0; NullCheck((RuntimeObject*)L_3); int32_t L_5; L_5 = InterfaceFuncInvoker1< int32_t, TileCoord_t491EABF2B90DFB255C8F7624FF5528F2DE2CC901 >::Invoke(1 /* System.Int32 System.Collections.Generic.IEqualityComparer`1::GetHashCode(T) */, IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 34), (RuntimeObject*)L_3, (TileCoord_t491EABF2B90DFB255C8F7624FF5528F2DE2CC901 )L_4); V_0 = (int32_t)((int32_t)((int32_t)L_5&(int32_t)((int32_t)2147483647LL))); int32_t L_6 = V_0; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_7 = (Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32*)__this->get_buckets_0(); NullCheck(L_7); V_1 = (int32_t)((int32_t)((int32_t)L_6%(int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_7)->max_length))))); V_2 = (int32_t)(-1); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_8 = (Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32*)__this->get_buckets_0(); int32_t L_9 = V_1; NullCheck(L_8); int32_t L_10 = L_9; int32_t L_11 = (L_8)->GetAt(static_cast(L_10)); V_3 = (int32_t)L_11; goto IL_0156; } IL_004c: { EntryU5BU5D_t19FCE264BF26418E45186B707D1479049C0FEA67* L_12 = (EntryU5BU5D_t19FCE264BF26418E45186B707D1479049C0FEA67*)__this->get_entries_1(); int32_t L_13 = V_3; NullCheck(L_12); int32_t L_14 = (int32_t)((L_12)->GetAddressAt(static_cast(L_13)))->get_hashCode_0(); int32_t L_15 = V_0; if ((!(((uint32_t)L_14) == ((uint32_t)L_15)))) { goto IL_0142; } } { RuntimeObject* L_16 = (RuntimeObject*)__this->get_comparer_6(); EntryU5BU5D_t19FCE264BF26418E45186B707D1479049C0FEA67* L_17 = (EntryU5BU5D_t19FCE264BF26418E45186B707D1479049C0FEA67*)__this->get_entries_1(); int32_t L_18 = V_3; NullCheck(L_17); TileCoord_t491EABF2B90DFB255C8F7624FF5528F2DE2CC901 L_19 = (TileCoord_t491EABF2B90DFB255C8F7624FF5528F2DE2CC901 )((L_17)->GetAddressAt(static_cast(L_18)))->get_key_2(); TileCoord_t491EABF2B90DFB255C8F7624FF5528F2DE2CC901 L_20 = ___key0; NullCheck((RuntimeObject*)L_16); bool L_21; L_21 = InterfaceFuncInvoker2< bool, TileCoord_t491EABF2B90DFB255C8F7624FF5528F2DE2CC901 , TileCoord_t491EABF2B90DFB255C8F7624FF5528F2DE2CC901 >::Invoke(0 /* System.Boolean System.Collections.Generic.IEqualityComparer`1::Equals(T,T) */, IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 34), (RuntimeObject*)L_16, (TileCoord_t491EABF2B90DFB255C8F7624FF5528F2DE2CC901 )L_19, (TileCoord_t491EABF2B90DFB255C8F7624FF5528F2DE2CC901 )L_20); if (!L_21) { goto IL_0142; } } { int32_t L_22 = V_2; if ((((int32_t)L_22) >= ((int32_t)0))) { goto IL_00a4; } } { Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_23 = (Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32*)__this->get_buckets_0(); int32_t L_24 = V_1; EntryU5BU5D_t19FCE264BF26418E45186B707D1479049C0FEA67* L_25 = (EntryU5BU5D_t19FCE264BF26418E45186B707D1479049C0FEA67*)__this->get_entries_1(); int32_t L_26 = V_3; NullCheck(L_25); int32_t L_27 = (int32_t)((L_25)->GetAddressAt(static_cast(L_26)))->get_next_1(); NullCheck(L_23); (L_23)->SetAt(static_cast(L_24), (int32_t)L_27); goto IL_00c6; } IL_00a4: { EntryU5BU5D_t19FCE264BF26418E45186B707D1479049C0FEA67* L_28 = (EntryU5BU5D_t19FCE264BF26418E45186B707D1479049C0FEA67*)__this->get_entries_1(); int32_t L_29 = V_2; NullCheck(L_28); EntryU5BU5D_t19FCE264BF26418E45186B707D1479049C0FEA67* L_30 = (EntryU5BU5D_t19FCE264BF26418E45186B707D1479049C0FEA67*)__this->get_entries_1(); int32_t L_31 = V_3; NullCheck(L_30); int32_t L_32 = (int32_t)((L_30)->GetAddressAt(static_cast(L_31)))->get_next_1(); ((L_28)->GetAddressAt(static_cast(L_29)))->set_next_1(L_32); } IL_00c6: { EntryU5BU5D_t19FCE264BF26418E45186B707D1479049C0FEA67* L_33 = (EntryU5BU5D_t19FCE264BF26418E45186B707D1479049C0FEA67*)__this->get_entries_1(); int32_t L_34 = V_3; NullCheck(L_33); ((L_33)->GetAddressAt(static_cast(L_34)))->set_hashCode_0((-1)); EntryU5BU5D_t19FCE264BF26418E45186B707D1479049C0FEA67* L_35 = (EntryU5BU5D_t19FCE264BF26418E45186B707D1479049C0FEA67*)__this->get_entries_1(); int32_t L_36 = V_3; NullCheck(L_35); int32_t L_37 = (int32_t)__this->get_freeList_4(); ((L_35)->GetAddressAt(static_cast(L_36)))->set_next_1(L_37); EntryU5BU5D_t19FCE264BF26418E45186B707D1479049C0FEA67* L_38 = (EntryU5BU5D_t19FCE264BF26418E45186B707D1479049C0FEA67*)__this->get_entries_1(); int32_t L_39 = V_3; NullCheck(L_38); TileCoord_t491EABF2B90DFB255C8F7624FF5528F2DE2CC901 * L_40 = (TileCoord_t491EABF2B90DFB255C8F7624FF5528F2DE2CC901 *)((L_38)->GetAddressAt(static_cast(L_39)))->get_address_of_key_2(); il2cpp_codegen_initobj(L_40, sizeof(TileCoord_t491EABF2B90DFB255C8F7624FF5528F2DE2CC901 )); EntryU5BU5D_t19FCE264BF26418E45186B707D1479049C0FEA67* L_41 = (EntryU5BU5D_t19FCE264BF26418E45186B707D1479049C0FEA67*)__this->get_entries_1(); int32_t L_42 = V_3; NullCheck(L_41); RuntimeObject ** L_43 = (RuntimeObject **)((L_41)->GetAddressAt(static_cast(L_42)))->get_address_of_value_3(); il2cpp_codegen_initobj(L_43, sizeof(RuntimeObject *)); int32_t L_44 = V_3; __this->set_freeList_4(L_44); int32_t L_45 = (int32_t)__this->get_freeCount_5(); __this->set_freeCount_5(((int32_t)il2cpp_codegen_add((int32_t)L_45, (int32_t)1))); int32_t L_46 = (int32_t)__this->get_version_3(); __this->set_version_3(((int32_t)il2cpp_codegen_add((int32_t)L_46, (int32_t)1))); return (bool)1; } IL_0142: { int32_t L_47 = V_3; V_2 = (int32_t)L_47; EntryU5BU5D_t19FCE264BF26418E45186B707D1479049C0FEA67* L_48 = (EntryU5BU5D_t19FCE264BF26418E45186B707D1479049C0FEA67*)__this->get_entries_1(); int32_t L_49 = V_3; NullCheck(L_48); int32_t L_50 = (int32_t)((L_48)->GetAddressAt(static_cast(L_49)))->get_next_1(); V_3 = (int32_t)L_50; } IL_0156: { int32_t L_51 = V_3; if ((((int32_t)L_51) >= ((int32_t)0))) { goto IL_004c; } } IL_015d: { return (bool)0; } } // System.Boolean System.Collections.Generic.Dictionary`2::TryGetValue(TKey,TValue&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Dictionary_2_TryGetValue_mCCC44A3A72C551AAFFAC85CBF1112F4AECA55E1C_gshared (Dictionary_2_tBF9E2338C61ABCF5ED32053F509AFB44385F774C * __this, TileCoord_t491EABF2B90DFB255C8F7624FF5528F2DE2CC901 ___key0, RuntimeObject ** ___value1, const RuntimeMethod* method) { int32_t V_0 = 0; { TileCoord_t491EABF2B90DFB255C8F7624FF5528F2DE2CC901 L_0 = ___key0; NullCheck((Dictionary_2_tBF9E2338C61ABCF5ED32053F509AFB44385F774C *)__this); int32_t L_1; L_1 = (( int32_t (*) (Dictionary_2_tBF9E2338C61ABCF5ED32053F509AFB44385F774C *, TileCoord_t491EABF2B90DFB255C8F7624FF5528F2DE2CC901 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 17)->methodPointer)((Dictionary_2_tBF9E2338C61ABCF5ED32053F509AFB44385F774C *)__this, (TileCoord_t491EABF2B90DFB255C8F7624FF5528F2DE2CC901 )L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 17)); V_0 = (int32_t)L_1; int32_t L_2 = V_0; if ((((int32_t)L_2) < ((int32_t)0))) { goto IL_0025; } } { RuntimeObject ** L_3 = ___value1; EntryU5BU5D_t19FCE264BF26418E45186B707D1479049C0FEA67* L_4 = (EntryU5BU5D_t19FCE264BF26418E45186B707D1479049C0FEA67*)__this->get_entries_1(); int32_t L_5 = V_0; NullCheck(L_4); RuntimeObject * L_6 = (RuntimeObject *)((L_4)->GetAddressAt(static_cast(L_5)))->get_value_3(); *(RuntimeObject **)L_3 = L_6; Il2CppCodeGenWriteBarrier((void**)(RuntimeObject **)L_3, (void*)L_6); return (bool)1; } IL_0025: { RuntimeObject ** L_7 = ___value1; il2cpp_codegen_initobj(L_7, sizeof(RuntimeObject *)); return (bool)0; } } // System.Boolean System.Collections.Generic.Dictionary`2::System.Collections.Generic.ICollection>.get_IsReadOnly() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Dictionary_2_System_Collections_Generic_ICollectionU3CSystem_Collections_Generic_KeyValuePairU3CTKeyU2CTValueU3EU3E_get_IsReadOnly_m604DA99827CB87F9CF82E35CBE49A82EFCA080BE_gshared (Dictionary_2_tBF9E2338C61ABCF5ED32053F509AFB44385F774C * __this, const RuntimeMethod* method) { { return (bool)0; } } // System.Void System.Collections.Generic.Dictionary`2::System.Collections.Generic.ICollection>.CopyTo(System.Collections.Generic.KeyValuePair`2[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Dictionary_2_System_Collections_Generic_ICollectionU3CSystem_Collections_Generic_KeyValuePairU3CTKeyU2CTValueU3EU3E_CopyTo_m9135FDB71466EF4E292F1137893D0D5F45952023_gshared (Dictionary_2_tBF9E2338C61ABCF5ED32053F509AFB44385F774C * __this, KeyValuePair_2U5BU5D_tFE6B4C7AAF7248A65A2EFD85E339C6F988A62C2C* ___array0, int32_t ___index1, const RuntimeMethod* method) { { KeyValuePair_2U5BU5D_tFE6B4C7AAF7248A65A2EFD85E339C6F988A62C2C* L_0 = ___array0; int32_t L_1 = ___index1; NullCheck((Dictionary_2_tBF9E2338C61ABCF5ED32053F509AFB44385F774C *)__this); (( void (*) (Dictionary_2_tBF9E2338C61ABCF5ED32053F509AFB44385F774C *, KeyValuePair_2U5BU5D_tFE6B4C7AAF7248A65A2EFD85E339C6F988A62C2C*, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 31)->methodPointer)((Dictionary_2_tBF9E2338C61ABCF5ED32053F509AFB44385F774C *)__this, (KeyValuePair_2U5BU5D_tFE6B4C7AAF7248A65A2EFD85E339C6F988A62C2C*)L_0, (int32_t)L_1, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 31)); return; } } // System.Void System.Collections.Generic.Dictionary`2::System.Collections.ICollection.CopyTo(System.Array,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Dictionary_2_System_Collections_ICollection_CopyTo_m91F39A3D534DCA13ADEDC85B9DB64D4D14A4100F_gshared (Dictionary_2_tBF9E2338C61ABCF5ED32053F509AFB44385F774C * __this, RuntimeArray * ___array0, int32_t ___index1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DictionaryEntryU5BU5D_t33D15CB512B443D0720CE6253811B8F4FA7179B1_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } KeyValuePair_2U5BU5D_tFE6B4C7AAF7248A65A2EFD85E339C6F988A62C2C* V_0 = NULL; DictionaryEntryU5BU5D_t33D15CB512B443D0720CE6253811B8F4FA7179B1* V_1 = NULL; EntryU5BU5D_t19FCE264BF26418E45186B707D1479049C0FEA67* V_2 = NULL; int32_t V_3 = 0; ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* V_4 = NULL; int32_t V_5 = 0; EntryU5BU5D_t19FCE264BF26418E45186B707D1479049C0FEA67* V_6 = NULL; int32_t V_7 = 0; il2cpp::utils::ExceptionSupportStack __active_exceptions; il2cpp::utils::ExceptionSupportStack __leave_targets; { RuntimeArray * L_0 = ___array0; if (L_0) { goto IL_000e; } } { ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB * L_1 = (ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_m81AB157B93BFE2FBFDB08B88F84B444293042F97(L_1, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralB829404B947F7E1629A30B5E953A49EB21CCD2ED)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Dictionary_2_System_Collections_ICollection_CopyTo_m91F39A3D534DCA13ADEDC85B9DB64D4D14A4100F_RuntimeMethod_var))); } IL_000e: { RuntimeArray * L_2 = ___array0; NullCheck((RuntimeArray *)L_2); int32_t L_3; L_3 = Array_get_Rank_mE9E4804EA433AA2265F9D9CA3B1B5082ECD757D0((RuntimeArray *)L_2, /*hidden argument*/NULL); if ((((int32_t)L_3) == ((int32_t)1))) { goto IL_0027; } } { ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_4 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m71044C2110E357B71A1C30D2561C3F861AF1DC0D(L_4, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral967D403A541A1026A83D548E5AD5CA800AD4EFB5)), (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralB829404B947F7E1629A30B5E953A49EB21CCD2ED)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Dictionary_2_System_Collections_ICollection_CopyTo_m91F39A3D534DCA13ADEDC85B9DB64D4D14A4100F_RuntimeMethod_var))); } IL_0027: { RuntimeArray * L_5 = ___array0; NullCheck((RuntimeArray *)L_5); int32_t L_6; L_6 = Array_GetLowerBound_m6198001EA09E7523356C18FD6E3315E1B3A5C773((RuntimeArray *)L_5, (int32_t)0, /*hidden argument*/NULL); if (!L_6) { goto IL_0040; } } { ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_7 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m71044C2110E357B71A1C30D2561C3F861AF1DC0D(L_7, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral6195D7DA68D16D4985AD1A1B4FD2841A43CDDE70)), (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralB829404B947F7E1629A30B5E953A49EB21CCD2ED)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_7, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Dictionary_2_System_Collections_ICollection_CopyTo_m91F39A3D534DCA13ADEDC85B9DB64D4D14A4100F_RuntimeMethod_var))); } IL_0040: { int32_t L_8 = ___index1; if ((((int32_t)L_8) < ((int32_t)0))) { goto IL_004d; } } { int32_t L_9 = ___index1; RuntimeArray * L_10 = ___array0; NullCheck((RuntimeArray *)L_10); int32_t L_11; L_11 = Array_get_Length_m12B3E61F1BF9880AB252640D69269B49665C0A10((RuntimeArray *)L_10, /*hidden argument*/NULL); if ((((int32_t)L_9) <= ((int32_t)L_11))) { goto IL_0063; } } IL_004d: { int32_t L_12 = ___index1; int32_t L_13 = L_12; RuntimeObject * L_14 = Box(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var)), &L_13); ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 * L_15 = (ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8_il2cpp_TypeInfo_var))); ArgumentOutOfRangeException__ctor_m7C5B3BE7792B7C73E7D82C4DBAD4ACA2DAE71AA9(L_15, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral2B6D6F48C27C60C3B55391AB377D9DC8F5639AA1)), (RuntimeObject *)L_14, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral569FEAE6AEE421BCD8D24F22865E84F808C2A1E4)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_15, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Dictionary_2_System_Collections_ICollection_CopyTo_m91F39A3D534DCA13ADEDC85B9DB64D4D14A4100F_RuntimeMethod_var))); } IL_0063: { RuntimeArray * L_16 = ___array0; NullCheck((RuntimeArray *)L_16); int32_t L_17; L_17 = Array_get_Length_m12B3E61F1BF9880AB252640D69269B49665C0A10((RuntimeArray *)L_16, /*hidden argument*/NULL); int32_t L_18 = ___index1; NullCheck((Dictionary_2_tBF9E2338C61ABCF5ED32053F509AFB44385F774C *)__this); int32_t L_19; L_19 = (( int32_t (*) (Dictionary_2_tBF9E2338C61ABCF5ED32053F509AFB44385F774C *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 24)->methodPointer)((Dictionary_2_tBF9E2338C61ABCF5ED32053F509AFB44385F774C *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 24)); if ((((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_17, (int32_t)L_18))) >= ((int32_t)L_19))) { goto IL_007e; } } { ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_20 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m2D35EAD113C2ADC99EB17B940A2097A93FD23EFC(L_20, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral3ECE023333DCF45DE7B1FEAFFE30E295210DDD9B)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_20, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Dictionary_2_System_Collections_ICollection_CopyTo_m91F39A3D534DCA13ADEDC85B9DB64D4D14A4100F_RuntimeMethod_var))); } IL_007e: { RuntimeArray * L_21 = ___array0; V_0 = (KeyValuePair_2U5BU5D_tFE6B4C7AAF7248A65A2EFD85E339C6F988A62C2C*)((KeyValuePair_2U5BU5D_tFE6B4C7AAF7248A65A2EFD85E339C6F988A62C2C*)IsInst((RuntimeObject*)L_21, IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 38))); KeyValuePair_2U5BU5D_tFE6B4C7AAF7248A65A2EFD85E339C6F988A62C2C* L_22 = V_0; if (!L_22) { goto IL_0091; } } { KeyValuePair_2U5BU5D_tFE6B4C7AAF7248A65A2EFD85E339C6F988A62C2C* L_23 = V_0; int32_t L_24 = ___index1; NullCheck((Dictionary_2_tBF9E2338C61ABCF5ED32053F509AFB44385F774C *)__this); (( void (*) (Dictionary_2_tBF9E2338C61ABCF5ED32053F509AFB44385F774C *, KeyValuePair_2U5BU5D_tFE6B4C7AAF7248A65A2EFD85E339C6F988A62C2C*, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 31)->methodPointer)((Dictionary_2_tBF9E2338C61ABCF5ED32053F509AFB44385F774C *)__this, (KeyValuePair_2U5BU5D_tFE6B4C7AAF7248A65A2EFD85E339C6F988A62C2C*)L_23, (int32_t)L_24, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 31)); return; } IL_0091: { RuntimeArray * L_25 = ___array0; if (!((DictionaryEntryU5BU5D_t33D15CB512B443D0720CE6253811B8F4FA7179B1*)IsInst((RuntimeObject*)L_25, DictionaryEntryU5BU5D_t33D15CB512B443D0720CE6253811B8F4FA7179B1_il2cpp_TypeInfo_var))) { goto IL_00fb; } } { RuntimeArray * L_26 = ___array0; V_1 = (DictionaryEntryU5BU5D_t33D15CB512B443D0720CE6253811B8F4FA7179B1*)((DictionaryEntryU5BU5D_t33D15CB512B443D0720CE6253811B8F4FA7179B1*)IsInst((RuntimeObject*)L_26, DictionaryEntryU5BU5D_t33D15CB512B443D0720CE6253811B8F4FA7179B1_il2cpp_TypeInfo_var)); EntryU5BU5D_t19FCE264BF26418E45186B707D1479049C0FEA67* L_27 = (EntryU5BU5D_t19FCE264BF26418E45186B707D1479049C0FEA67*)__this->get_entries_1(); V_2 = (EntryU5BU5D_t19FCE264BF26418E45186B707D1479049C0FEA67*)L_27; V_3 = (int32_t)0; goto IL_00f1; } IL_00ab: { EntryU5BU5D_t19FCE264BF26418E45186B707D1479049C0FEA67* L_28 = V_2; int32_t L_29 = V_3; NullCheck(L_28); int32_t L_30 = (int32_t)((L_28)->GetAddressAt(static_cast(L_29)))->get_hashCode_0(); if ((((int32_t)L_30) < ((int32_t)0))) { goto IL_00ed; } } { DictionaryEntryU5BU5D_t33D15CB512B443D0720CE6253811B8F4FA7179B1* L_31 = V_1; int32_t L_32 = ___index1; int32_t L_33 = (int32_t)L_32; ___index1 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_33, (int32_t)1)); EntryU5BU5D_t19FCE264BF26418E45186B707D1479049C0FEA67* L_34 = V_2; int32_t L_35 = V_3; NullCheck(L_34); TileCoord_t491EABF2B90DFB255C8F7624FF5528F2DE2CC901 L_36 = (TileCoord_t491EABF2B90DFB255C8F7624FF5528F2DE2CC901 )((L_34)->GetAddressAt(static_cast(L_35)))->get_key_2(); TileCoord_t491EABF2B90DFB255C8F7624FF5528F2DE2CC901 L_37 = (TileCoord_t491EABF2B90DFB255C8F7624FF5528F2DE2CC901 )L_36; RuntimeObject * L_38 = Box(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 33), &L_37); EntryU5BU5D_t19FCE264BF26418E45186B707D1479049C0FEA67* L_39 = V_2; int32_t L_40 = V_3; NullCheck(L_39); RuntimeObject * L_41 = (RuntimeObject *)((L_39)->GetAddressAt(static_cast(L_40)))->get_value_3(); DictionaryEntry_tF60471FAB430320A9C7D4382BF966EAAC06D7A90 L_42; memset((&L_42), 0, sizeof(L_42)); DictionaryEntry__ctor_mF383FECC02E6A6FA003D609E63697A9FC010BCB4((&L_42), (RuntimeObject *)L_38, (RuntimeObject *)L_41, /*hidden argument*/NULL); NullCheck(L_31); (L_31)->SetAt(static_cast(L_33), (DictionaryEntry_tF60471FAB430320A9C7D4382BF966EAAC06D7A90 )L_42); } IL_00ed: { int32_t L_43 = V_3; V_3 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_43, (int32_t)1)); } IL_00f1: { int32_t L_44 = V_3; int32_t L_45 = (int32_t)__this->get_count_2(); if ((((int32_t)L_44) < ((int32_t)L_45))) { goto IL_00ab; } } { return; } IL_00fb: { RuntimeArray * L_46 = ___array0; V_4 = (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)((ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)IsInst((RuntimeObject*)L_46, ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE_il2cpp_TypeInfo_var)); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_47 = V_4; if (L_47) { goto IL_0117; } } { ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_48 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m71044C2110E357B71A1C30D2561C3F861AF1DC0D(L_48, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralBD0381A992FDF4F7DA60E5D83689FE7FF6309CB8)), (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralB829404B947F7E1629A30B5E953A49EB21CCD2ED)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_48, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Dictionary_2_System_Collections_ICollection_CopyTo_m91F39A3D534DCA13ADEDC85B9DB64D4D14A4100F_RuntimeMethod_var))); } IL_0117: { } IL_0118: try { // begin try (depth: 1) { int32_t L_49 = (int32_t)__this->get_count_2(); V_5 = (int32_t)L_49; EntryU5BU5D_t19FCE264BF26418E45186B707D1479049C0FEA67* L_50 = (EntryU5BU5D_t19FCE264BF26418E45186B707D1479049C0FEA67*)__this->get_entries_1(); V_6 = (EntryU5BU5D_t19FCE264BF26418E45186B707D1479049C0FEA67*)L_50; V_7 = (int32_t)0; goto IL_0173; } IL_012d: { EntryU5BU5D_t19FCE264BF26418E45186B707D1479049C0FEA67* L_51 = V_6; int32_t L_52 = V_7; NullCheck(L_51); int32_t L_53 = (int32_t)((L_51)->GetAddressAt(static_cast(L_52)))->get_hashCode_0(); if ((((int32_t)L_53) < ((int32_t)0))) { goto IL_016d; } } IL_013e: { ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_54 = V_4; int32_t L_55 = ___index1; int32_t L_56 = (int32_t)L_55; ___index1 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_56, (int32_t)1)); EntryU5BU5D_t19FCE264BF26418E45186B707D1479049C0FEA67* L_57 = V_6; int32_t L_58 = V_7; NullCheck(L_57); TileCoord_t491EABF2B90DFB255C8F7624FF5528F2DE2CC901 L_59 = (TileCoord_t491EABF2B90DFB255C8F7624FF5528F2DE2CC901 )((L_57)->GetAddressAt(static_cast(L_58)))->get_key_2(); EntryU5BU5D_t19FCE264BF26418E45186B707D1479049C0FEA67* L_60 = V_6; int32_t L_61 = V_7; NullCheck(L_60); RuntimeObject * L_62 = (RuntimeObject *)((L_60)->GetAddressAt(static_cast(L_61)))->get_value_3(); KeyValuePair_2_tCBAAE4FBE6091373C1916EE17527311382CF4551 L_63; memset((&L_63), 0, sizeof(L_63)); KeyValuePair_2__ctor_m5DD6150F53F2A8A0D618EC656C3E89B4EB22ACBA((&L_63), (TileCoord_t491EABF2B90DFB255C8F7624FF5528F2DE2CC901 )L_59, (RuntimeObject *)L_62, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 26)); KeyValuePair_2_tCBAAE4FBE6091373C1916EE17527311382CF4551 L_64 = (KeyValuePair_2_tCBAAE4FBE6091373C1916EE17527311382CF4551 )L_63; RuntimeObject * L_65 = Box(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 25), &L_64); NullCheck(L_54); ArrayElementTypeCheck (L_54, L_65); (L_54)->SetAt(static_cast(L_56), (RuntimeObject *)L_65); } IL_016d: { int32_t L_66 = V_7; V_7 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_66, (int32_t)1)); } IL_0173: { int32_t L_67 = V_7; int32_t L_68 = V_5; if ((((int32_t)L_67) < ((int32_t)L_68))) { goto IL_012d; } } IL_0179: { goto IL_018c; } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArrayTypeMismatchException_tFD610FDA00012564CB75AFCA3A489F29CF628784_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex))) { IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex); goto CATCH_017b; } throw e; } CATCH_017b: { // begin catch(System.ArrayTypeMismatchException) ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_69 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m71044C2110E357B71A1C30D2561C3F861AF1DC0D(L_69, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralBD0381A992FDF4F7DA60E5D83689FE7FF6309CB8)), (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralB829404B947F7E1629A30B5E953A49EB21CCD2ED)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_69, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Dictionary_2_System_Collections_ICollection_CopyTo_m91F39A3D534DCA13ADEDC85B9DB64D4D14A4100F_RuntimeMethod_var))); } // end catch (depth: 1) IL_018c: { return; } } // System.Collections.IEnumerator System.Collections.Generic.Dictionary`2::System.Collections.IEnumerable.GetEnumerator() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Dictionary_2_System_Collections_IEnumerable_GetEnumerator_m9B8E9A3F012ECCBE2A2859DDF84C3EB33078A5DD_gshared (Dictionary_2_tBF9E2338C61ABCF5ED32053F509AFB44385F774C * __this, const RuntimeMethod* method) { { Enumerator_t81F0095C2D5C396203071D667A6252EFAB3D76D6 L_0; memset((&L_0), 0, sizeof(L_0)); Enumerator__ctor_mF42283FF333C1D27CFB7E7FBF8624645C37CF46E((&L_0), (Dictionary_2_tBF9E2338C61ABCF5ED32053F509AFB44385F774C *)__this, (int32_t)2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 28)); Enumerator_t81F0095C2D5C396203071D667A6252EFAB3D76D6 L_1 = (Enumerator_t81F0095C2D5C396203071D667A6252EFAB3D76D6 )L_0; RuntimeObject * L_2 = Box(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 27), &L_1); return (RuntimeObject*)L_2; } } // System.Object System.Collections.Generic.Dictionary`2::System.Collections.IDictionary.get_Item(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * Dictionary_2_System_Collections_IDictionary_get_Item_m5893D9A2A2D97B3D065E51DC829D979450438EB2_gshared (Dictionary_2_tBF9E2338C61ABCF5ED32053F509AFB44385F774C * __this, RuntimeObject * ___key0, const RuntimeMethod* method) { int32_t V_0 = 0; { RuntimeObject * L_0 = ___key0; bool L_1; L_1 = (( bool (*) (RuntimeObject *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 39)->methodPointer)((RuntimeObject *)L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 39)); if (!L_1) { goto IL_0030; } } { RuntimeObject * L_2 = ___key0; NullCheck((Dictionary_2_tBF9E2338C61ABCF5ED32053F509AFB44385F774C *)__this); int32_t L_3; L_3 = (( int32_t (*) (Dictionary_2_tBF9E2338C61ABCF5ED32053F509AFB44385F774C *, TileCoord_t491EABF2B90DFB255C8F7624FF5528F2DE2CC901 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 17)->methodPointer)((Dictionary_2_tBF9E2338C61ABCF5ED32053F509AFB44385F774C *)__this, (TileCoord_t491EABF2B90DFB255C8F7624FF5528F2DE2CC901 )((*(TileCoord_t491EABF2B90DFB255C8F7624FF5528F2DE2CC901 *)((TileCoord_t491EABF2B90DFB255C8F7624FF5528F2DE2CC901 *)UnBox(L_2, IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 33))))), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 17)); V_0 = (int32_t)L_3; int32_t L_4 = V_0; if ((((int32_t)L_4) < ((int32_t)0))) { goto IL_0030; } } { EntryU5BU5D_t19FCE264BF26418E45186B707D1479049C0FEA67* L_5 = (EntryU5BU5D_t19FCE264BF26418E45186B707D1479049C0FEA67*)__this->get_entries_1(); int32_t L_6 = V_0; NullCheck(L_5); RuntimeObject * L_7 = (RuntimeObject *)((L_5)->GetAddressAt(static_cast(L_6)))->get_value_3(); return (RuntimeObject *)L_7; } IL_0030: { return (RuntimeObject *)NULL; } } // System.Void System.Collections.Generic.Dictionary`2::System.Collections.IDictionary.set_Item(System.Object,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Dictionary_2_System_Collections_IDictionary_set_Item_mA85EE45A3270AC8C88B384DF0D2BE9EFF74ECA05_gshared (Dictionary_2_tBF9E2338C61ABCF5ED32053F509AFB44385F774C * __this, RuntimeObject * ___key0, RuntimeObject * ___value1, const RuntimeMethod* method) { RuntimeObject * V_0 = NULL; TileCoord_t491EABF2B90DFB255C8F7624FF5528F2DE2CC901 V_1; memset((&V_1), 0, sizeof(V_1)); il2cpp::utils::ExceptionSupportStack __active_exceptions; il2cpp::utils::ExceptionSupportStack __leave_targets; { RuntimeObject * L_0 = ___key0; if (L_0) { goto IL_000e; } } { ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB * L_1 = (ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_m81AB157B93BFE2FBFDB08B88F84B444293042F97(L_1, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralE7D028CCE3B6E7B61AE2C752D7AE970DA04AB7C6)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Dictionary_2_System_Collections_IDictionary_set_Item_mA85EE45A3270AC8C88B384DF0D2BE9EFF74ECA05_RuntimeMethod_var))); } IL_000e: { RuntimeObject * L_2 = ___value1; if (L_2) { goto IL_002c; } } { il2cpp_codegen_initobj((&V_0), sizeof(RuntimeObject *)); RuntimeObject * L_3 = V_0; if (!L_3) { goto IL_002c; } } { ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB * L_4 = (ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_m81AB157B93BFE2FBFDB08B88F84B444293042F97(L_4, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral46F273EF641E07D271D91E0DC24A4392582671F8)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Dictionary_2_System_Collections_IDictionary_set_Item_mA85EE45A3270AC8C88B384DF0D2BE9EFF74ECA05_RuntimeMethod_var))); } IL_002c: { } IL_002d: try { // begin try (depth: 1) { RuntimeObject * L_5 = ___key0; V_1 = (TileCoord_t491EABF2B90DFB255C8F7624FF5528F2DE2CC901 )((*(TileCoord_t491EABF2B90DFB255C8F7624FF5528F2DE2CC901 *)((TileCoord_t491EABF2B90DFB255C8F7624FF5528F2DE2CC901 *)UnBox(L_5, IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 33))))); } IL_0034: try { // begin try (depth: 2) TileCoord_t491EABF2B90DFB255C8F7624FF5528F2DE2CC901 L_6 = V_1; RuntimeObject * L_7 = ___value1; NullCheck((Dictionary_2_tBF9E2338C61ABCF5ED32053F509AFB44385F774C *)__this); (( void (*) (Dictionary_2_tBF9E2338C61ABCF5ED32053F509AFB44385F774C *, TileCoord_t491EABF2B90DFB255C8F7624FF5528F2DE2CC901 , RuntimeObject *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 41)->methodPointer)((Dictionary_2_tBF9E2338C61ABCF5ED32053F509AFB44385F774C *)__this, (TileCoord_t491EABF2B90DFB255C8F7624FF5528F2DE2CC901 )L_6, (RuntimeObject *)((RuntimeObject *)Castclass((RuntimeObject*)L_7, IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 23))), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 41)); goto IL_0064; } // end try (depth: 2) catch(Il2CppExceptionWrapper& e) { if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidCastException_tD99F9FF94C3859C78E90F68C2F77A1558BCAF463_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex))) { IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex); goto CATCH_0043; } throw e; } CATCH_0043: { // begin catch(System.InvalidCastException) RuntimeObject * L_8 = ___value1; RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_9 = { reinterpret_cast (IL2CPP_RGCTX_TYPE(method->klass->rgctx_data, 42)) }; IL2CPP_RUNTIME_CLASS_INIT(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Type_t_il2cpp_TypeInfo_var))); Type_t * L_10; L_10 = Type_GetTypeFromHandle_m180706985100778663E9C75D4FC001D367C0120F((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_9, /*hidden argument*/NULL); String_t* L_11; L_11 = SR_Format_mE78A3696E1B42AEEF20334CACBA2E9E3002E2A42((String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralF0569A2D4DF78C8C40FBF38FD14928474637FF26)), (RuntimeObject *)L_8, (RuntimeObject *)L_10, /*hidden argument*/NULL); ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_12 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m71044C2110E357B71A1C30D2561C3F861AF1DC0D(L_12, (String_t*)L_11, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral46F273EF641E07D271D91E0DC24A4392582671F8)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_12, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Dictionary_2_System_Collections_IDictionary_set_Item_mA85EE45A3270AC8C88B384DF0D2BE9EFF74ECA05_RuntimeMethod_var))); } // end catch (depth: 2) IL_0064: { goto IL_0087; } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidCastException_tD99F9FF94C3859C78E90F68C2F77A1558BCAF463_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex))) { IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex); goto CATCH_0066; } throw e; } CATCH_0066: { // begin catch(System.InvalidCastException) RuntimeObject * L_13 = ___key0; RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_14 = { reinterpret_cast (IL2CPP_RGCTX_TYPE(method->klass->rgctx_data, 43)) }; IL2CPP_RUNTIME_CLASS_INIT(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Type_t_il2cpp_TypeInfo_var))); Type_t * L_15; L_15 = Type_GetTypeFromHandle_m180706985100778663E9C75D4FC001D367C0120F((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_14, /*hidden argument*/NULL); String_t* L_16; L_16 = SR_Format_mE78A3696E1B42AEEF20334CACBA2E9E3002E2A42((String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralF0569A2D4DF78C8C40FBF38FD14928474637FF26)), (RuntimeObject *)L_13, (RuntimeObject *)L_15, /*hidden argument*/NULL); ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_17 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m71044C2110E357B71A1C30D2561C3F861AF1DC0D(L_17, (String_t*)L_16, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralE7D028CCE3B6E7B61AE2C752D7AE970DA04AB7C6)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_17, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Dictionary_2_System_Collections_IDictionary_set_Item_mA85EE45A3270AC8C88B384DF0D2BE9EFF74ECA05_RuntimeMethod_var))); } // end catch (depth: 1) IL_0087: { return; } } // System.Boolean System.Collections.Generic.Dictionary`2::IsCompatibleKey(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Dictionary_2_IsCompatibleKey_m396EE40F0AD029A0BEE45BE47659585979DBED2F_gshared (RuntimeObject * ___key0, const RuntimeMethod* method) { { RuntimeObject * L_0 = ___key0; if (L_0) { goto IL_000e; } } { ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB * L_1 = (ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_m81AB157B93BFE2FBFDB08B88F84B444293042F97(L_1, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralE7D028CCE3B6E7B61AE2C752D7AE970DA04AB7C6)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Dictionary_2_IsCompatibleKey_m396EE40F0AD029A0BEE45BE47659585979DBED2F_RuntimeMethod_var))); } IL_000e: { RuntimeObject * L_2 = ___key0; return (bool)((!(((RuntimeObject*)(RuntimeObject *)((RuntimeObject *)IsInst((RuntimeObject*)L_2, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 33)))) <= ((RuntimeObject*)(RuntimeObject *)NULL)))? 1 : 0); } } // System.Boolean System.Collections.Generic.Dictionary`2::System.Collections.IDictionary.Contains(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Dictionary_2_System_Collections_IDictionary_Contains_m55A1B680E465960205AAA0ABBE52A2A279E0013F_gshared (Dictionary_2_tBF9E2338C61ABCF5ED32053F509AFB44385F774C * __this, RuntimeObject * ___key0, const RuntimeMethod* method) { { RuntimeObject * L_0 = ___key0; bool L_1; L_1 = (( bool (*) (RuntimeObject *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 39)->methodPointer)((RuntimeObject *)L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 39)); if (!L_1) { goto IL_0015; } } { RuntimeObject * L_2 = ___key0; NullCheck((Dictionary_2_tBF9E2338C61ABCF5ED32053F509AFB44385F774C *)__this); bool L_3; L_3 = (( bool (*) (Dictionary_2_tBF9E2338C61ABCF5ED32053F509AFB44385F774C *, TileCoord_t491EABF2B90DFB255C8F7624FF5528F2DE2CC901 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 44)->methodPointer)((Dictionary_2_tBF9E2338C61ABCF5ED32053F509AFB44385F774C *)__this, (TileCoord_t491EABF2B90DFB255C8F7624FF5528F2DE2CC901 )((*(TileCoord_t491EABF2B90DFB255C8F7624FF5528F2DE2CC901 *)((TileCoord_t491EABF2B90DFB255C8F7624FF5528F2DE2CC901 *)UnBox(L_2, IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 33))))), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 44)); return (bool)L_3; } IL_0015: { return (bool)0; } } // System.Collections.IDictionaryEnumerator System.Collections.Generic.Dictionary`2::System.Collections.IDictionary.GetEnumerator() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Dictionary_2_System_Collections_IDictionary_GetEnumerator_m055A1DC6D9B7DE8E6F370B83D6C5E92B003944F8_gshared (Dictionary_2_tBF9E2338C61ABCF5ED32053F509AFB44385F774C * __this, const RuntimeMethod* method) { { Enumerator_t81F0095C2D5C396203071D667A6252EFAB3D76D6 L_0; memset((&L_0), 0, sizeof(L_0)); Enumerator__ctor_mF42283FF333C1D27CFB7E7FBF8624645C37CF46E((&L_0), (Dictionary_2_tBF9E2338C61ABCF5ED32053F509AFB44385F774C *)__this, (int32_t)1, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 28)); Enumerator_t81F0095C2D5C396203071D667A6252EFAB3D76D6 L_1 = (Enumerator_t81F0095C2D5C396203071D667A6252EFAB3D76D6 )L_0; RuntimeObject * L_2 = Box(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 27), &L_1); return (RuntimeObject*)L_2; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void Steamworks.Callback`1/DispatchDelegate::.ctor(System.Object,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DispatchDelegate__ctor_mC3BAF4857FB775AB95BA4EA7E18351734638CFD8_gshared (DispatchDelegate_t9E3E90A55D8B9AC3A2993170DED121F733BCF2EE * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method) { if (___object0 == NULL && !MethodIsStatic((RuntimeMethod*)___method1)) { il2cpp_codegen_raise_exception(il2cpp_codegen_get_argument_exception(NULL, "Delegate to an instance method cannot have null 'this'."), NULL); } __this->set_method_ptr_0(il2cpp_codegen_get_method_pointer((RuntimeMethod*)___method1)); __this->set_method_3(___method1); __this->set_m_target_2(___object0); } // System.Void Steamworks.Callback`1/DispatchDelegate::Invoke(T) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DispatchDelegate_Invoke_mDDEA05D17D26C0DA419BDC12DEAD8E09299910E3_gshared (DispatchDelegate_t9E3E90A55D8B9AC3A2993170DED121F733BCF2EE * __this, RuntimeObject * ___param0, const RuntimeMethod* method) { DelegateU5BU5D_t677D8FE08A5F99E8EE49150B73966CD6E9BF7DB8* delegateArrayToInvoke = __this->get_delegates_11(); Delegate_t** delegatesToInvoke; il2cpp_array_size_t length; if (delegateArrayToInvoke != NULL) { length = delegateArrayToInvoke->max_length; delegatesToInvoke = reinterpret_cast(delegateArrayToInvoke->GetAddressAtUnchecked(0)); } else { length = 1; delegatesToInvoke = reinterpret_cast(&__this); } for (il2cpp_array_size_t i = 0; i < length; i++) { Delegate_t* currentDelegate = delegatesToInvoke[i]; Il2CppMethodPointer targetMethodPointer = currentDelegate->get_method_ptr_0(); RuntimeObject* targetThis = currentDelegate->get_m_target_2(); RuntimeMethod* targetMethod = (RuntimeMethod*)(currentDelegate->get_method_3()); if (!il2cpp_codegen_method_is_virtual(targetMethod)) { il2cpp_codegen_raise_execution_engine_exception_if_method_is_not_found(targetMethod); } bool ___methodIsStatic = MethodIsStatic(targetMethod); int ___parameterCount = il2cpp_codegen_method_parameter_count(targetMethod); if (___methodIsStatic) { if (___parameterCount == 1) { // open typedef void (*FunctionPointerType) (RuntimeObject *, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(___param0, targetMethod); } else { // closed typedef void (*FunctionPointerType) (void*, RuntimeObject *, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, ___param0, targetMethod); } } else if (___parameterCount != 1) { // open if (il2cpp_codegen_method_is_virtual(targetMethod) && il2cpp_codegen_delegate_has_invoker((Il2CppDelegate*)__this)) { if (il2cpp_codegen_method_is_generic_instance(targetMethod)) { if (il2cpp_codegen_method_is_interface_method(targetMethod)) GenericInterfaceActionInvoker0::Invoke(targetMethod, ___param0); else GenericVirtActionInvoker0::Invoke(targetMethod, ___param0); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) InterfaceActionInvoker0::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), ___param0); else VirtActionInvoker0::Invoke(il2cpp_codegen_method_get_slot(targetMethod), ___param0); } } else { typedef void (*FunctionPointerType) (RuntimeObject *, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(___param0, targetMethod); } } else { // closed if (targetThis != NULL && il2cpp_codegen_method_is_virtual(targetMethod) && !il2cpp_codegen_object_is_of_sealed_type(targetThis) && il2cpp_codegen_delegate_has_invoker((Il2CppDelegate*)__this)) { if (il2cpp_codegen_method_is_generic_instance(targetMethod)) { if (il2cpp_codegen_method_is_interface_method(targetMethod)) GenericInterfaceActionInvoker1< RuntimeObject * >::Invoke(targetMethod, targetThis, ___param0); else GenericVirtActionInvoker1< RuntimeObject * >::Invoke(targetMethod, targetThis, ___param0); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) InterfaceActionInvoker1< RuntimeObject * >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___param0); else VirtActionInvoker1< RuntimeObject * >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___param0); } } else { if (___parameterCount == 0) { typedef void (*FunctionPointerType) (RuntimeObject *, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(___param0, targetMethod); } else { typedef void (*FunctionPointerType) (void*, RuntimeObject *, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, ___param0, targetMethod); } } } } } // System.IAsyncResult Steamworks.Callback`1/DispatchDelegate::BeginInvoke(T,System.AsyncCallback,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* DispatchDelegate_BeginInvoke_m27023F98331403F13BBDE763A5E7A1190B40CF5C_gshared (DispatchDelegate_t9E3E90A55D8B9AC3A2993170DED121F733BCF2EE * __this, RuntimeObject * ___param0, AsyncCallback_tA7921BEF974919C46FF8F9D9867C567B200BB0EA * ___callback1, RuntimeObject * ___object2, const RuntimeMethod* method) { void *__d_args[2] = {0}; __d_args[0] = ___param0; return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback1, (RuntimeObject*)___object2);; } // System.Void Steamworks.Callback`1/DispatchDelegate::EndInvoke(System.IAsyncResult) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DispatchDelegate_EndInvoke_m1979F1FB3621A5F49553439C1D47BB7822CD891D_gshared (DispatchDelegate_t9E3E90A55D8B9AC3A2993170DED121F733BCF2EE * __this, RuntimeObject* ___result0, const RuntimeMethod* method) { il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result0, 0); } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void Steamworks.Callback`1/DispatchDelegate::.ctor(System.Object,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DispatchDelegate__ctor_m101D4878BE9C1B8B2C7E8EAD62F719A85EAE0E8B_gshared (DispatchDelegate_t25A223D612C9153980B05A2D5C9E69F397764792 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method) { if (___object0 == NULL && !MethodIsStatic((RuntimeMethod*)___method1)) { il2cpp_codegen_raise_exception(il2cpp_codegen_get_argument_exception(NULL, "Delegate to an instance method cannot have null 'this'."), NULL); } __this->set_method_ptr_0(il2cpp_codegen_get_method_pointer((RuntimeMethod*)___method1)); __this->set_method_3(___method1); __this->set_m_target_2(___object0); } // System.Void Steamworks.Callback`1/DispatchDelegate::Invoke(T) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DispatchDelegate_Invoke_mFCFAB24753C7E95EB0D81DE88E059E451C198E18_gshared (DispatchDelegate_t25A223D612C9153980B05A2D5C9E69F397764792 * __this, UserAchievementStored_t_t247111C9F9BE58DACABB3B133080AF61378E680F ___param0, const RuntimeMethod* method) { DelegateU5BU5D_t677D8FE08A5F99E8EE49150B73966CD6E9BF7DB8* delegateArrayToInvoke = __this->get_delegates_11(); Delegate_t** delegatesToInvoke; il2cpp_array_size_t length; if (delegateArrayToInvoke != NULL) { length = delegateArrayToInvoke->max_length; delegatesToInvoke = reinterpret_cast(delegateArrayToInvoke->GetAddressAtUnchecked(0)); } else { length = 1; delegatesToInvoke = reinterpret_cast(&__this); } for (il2cpp_array_size_t i = 0; i < length; i++) { Delegate_t* currentDelegate = delegatesToInvoke[i]; Il2CppMethodPointer targetMethodPointer = currentDelegate->get_method_ptr_0(); RuntimeObject* targetThis = currentDelegate->get_m_target_2(); RuntimeMethod* targetMethod = (RuntimeMethod*)(currentDelegate->get_method_3()); if (!il2cpp_codegen_method_is_virtual(targetMethod)) { il2cpp_codegen_raise_execution_engine_exception_if_method_is_not_found(targetMethod); } bool ___methodIsStatic = MethodIsStatic(targetMethod); int ___parameterCount = il2cpp_codegen_method_parameter_count(targetMethod); if (___methodIsStatic) { if (___parameterCount == 1) { // open typedef void (*FunctionPointerType) (UserAchievementStored_t_t247111C9F9BE58DACABB3B133080AF61378E680F , const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(___param0, targetMethod); } else { // closed typedef void (*FunctionPointerType) (void*, UserAchievementStored_t_t247111C9F9BE58DACABB3B133080AF61378E680F , const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, ___param0, targetMethod); } } else { // closed if (targetThis != NULL && il2cpp_codegen_method_is_virtual(targetMethod) && !il2cpp_codegen_object_is_of_sealed_type(targetThis) && il2cpp_codegen_delegate_has_invoker((Il2CppDelegate*)__this)) { if (il2cpp_codegen_method_is_generic_instance(targetMethod)) { if (il2cpp_codegen_method_is_interface_method(targetMethod)) GenericInterfaceActionInvoker1< UserAchievementStored_t_t247111C9F9BE58DACABB3B133080AF61378E680F >::Invoke(targetMethod, targetThis, ___param0); else GenericVirtActionInvoker1< UserAchievementStored_t_t247111C9F9BE58DACABB3B133080AF61378E680F >::Invoke(targetMethod, targetThis, ___param0); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) InterfaceActionInvoker1< UserAchievementStored_t_t247111C9F9BE58DACABB3B133080AF61378E680F >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___param0); else VirtActionInvoker1< UserAchievementStored_t_t247111C9F9BE58DACABB3B133080AF61378E680F >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___param0); } } else { if (___parameterCount == 0) { typedef void (*FunctionPointerType) (RuntimeObject*, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)((RuntimeObject*)(reinterpret_cast(&___param0) - 1), targetMethod); } else { typedef void (*FunctionPointerType) (void*, UserAchievementStored_t_t247111C9F9BE58DACABB3B133080AF61378E680F , const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, ___param0, targetMethod); } } } } } // System.IAsyncResult Steamworks.Callback`1/DispatchDelegate::BeginInvoke(T,System.AsyncCallback,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* DispatchDelegate_BeginInvoke_m678A046468F8300336FA768E587F266877524ADE_gshared (DispatchDelegate_t25A223D612C9153980B05A2D5C9E69F397764792 * __this, UserAchievementStored_t_t247111C9F9BE58DACABB3B133080AF61378E680F ___param0, AsyncCallback_tA7921BEF974919C46FF8F9D9867C567B200BB0EA * ___callback1, RuntimeObject * ___object2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UserAchievementStored_t_t247111C9F9BE58DACABB3B133080AF61378E680F_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } void *__d_args[2] = {0}; __d_args[0] = Box(UserAchievementStored_t_t247111C9F9BE58DACABB3B133080AF61378E680F_il2cpp_TypeInfo_var, &___param0); return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback1, (RuntimeObject*)___object2);; } // System.Void Steamworks.Callback`1/DispatchDelegate::EndInvoke(System.IAsyncResult) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DispatchDelegate_EndInvoke_m11EA0AD9C104631E27B01BA86AF6094B3169006B_gshared (DispatchDelegate_t25A223D612C9153980B05A2D5C9E69F397764792 * __this, RuntimeObject* ___result0, const RuntimeMethod* method) { il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result0, 0); } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void Steamworks.Callback`1/DispatchDelegate::.ctor(System.Object,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DispatchDelegate__ctor_m6015D82AB8CD34722D24D007FB15FB33D9CB48F7_gshared (DispatchDelegate_t899B7027C4CA59F98125B834669B4F50103EA71E * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method) { if (___object0 == NULL && !MethodIsStatic((RuntimeMethod*)___method1)) { il2cpp_codegen_raise_exception(il2cpp_codegen_get_argument_exception(NULL, "Delegate to an instance method cannot have null 'this'."), NULL); } __this->set_method_ptr_0(il2cpp_codegen_get_method_pointer((RuntimeMethod*)___method1)); __this->set_method_3(___method1); __this->set_m_target_2(___object0); } // System.Void Steamworks.Callback`1/DispatchDelegate::Invoke(T) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DispatchDelegate_Invoke_m049DD00BD3CF9611E80701C467BB537E83E95ADD_gshared (DispatchDelegate_t899B7027C4CA59F98125B834669B4F50103EA71E * __this, UserStatsReceived_t_t59EF7C70907287461DD6C1BF83153B2177D6B775 ___param0, const RuntimeMethod* method) { DelegateU5BU5D_t677D8FE08A5F99E8EE49150B73966CD6E9BF7DB8* delegateArrayToInvoke = __this->get_delegates_11(); Delegate_t** delegatesToInvoke; il2cpp_array_size_t length; if (delegateArrayToInvoke != NULL) { length = delegateArrayToInvoke->max_length; delegatesToInvoke = reinterpret_cast(delegateArrayToInvoke->GetAddressAtUnchecked(0)); } else { length = 1; delegatesToInvoke = reinterpret_cast(&__this); } for (il2cpp_array_size_t i = 0; i < length; i++) { Delegate_t* currentDelegate = delegatesToInvoke[i]; Il2CppMethodPointer targetMethodPointer = currentDelegate->get_method_ptr_0(); RuntimeObject* targetThis = currentDelegate->get_m_target_2(); RuntimeMethod* targetMethod = (RuntimeMethod*)(currentDelegate->get_method_3()); if (!il2cpp_codegen_method_is_virtual(targetMethod)) { il2cpp_codegen_raise_execution_engine_exception_if_method_is_not_found(targetMethod); } bool ___methodIsStatic = MethodIsStatic(targetMethod); int ___parameterCount = il2cpp_codegen_method_parameter_count(targetMethod); if (___methodIsStatic) { if (___parameterCount == 1) { // open typedef void (*FunctionPointerType) (UserStatsReceived_t_t59EF7C70907287461DD6C1BF83153B2177D6B775 , const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(___param0, targetMethod); } else { // closed typedef void (*FunctionPointerType) (void*, UserStatsReceived_t_t59EF7C70907287461DD6C1BF83153B2177D6B775 , const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, ___param0, targetMethod); } } else { // closed if (targetThis != NULL && il2cpp_codegen_method_is_virtual(targetMethod) && !il2cpp_codegen_object_is_of_sealed_type(targetThis) && il2cpp_codegen_delegate_has_invoker((Il2CppDelegate*)__this)) { if (il2cpp_codegen_method_is_generic_instance(targetMethod)) { if (il2cpp_codegen_method_is_interface_method(targetMethod)) GenericInterfaceActionInvoker1< UserStatsReceived_t_t59EF7C70907287461DD6C1BF83153B2177D6B775 >::Invoke(targetMethod, targetThis, ___param0); else GenericVirtActionInvoker1< UserStatsReceived_t_t59EF7C70907287461DD6C1BF83153B2177D6B775 >::Invoke(targetMethod, targetThis, ___param0); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) InterfaceActionInvoker1< UserStatsReceived_t_t59EF7C70907287461DD6C1BF83153B2177D6B775 >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___param0); else VirtActionInvoker1< UserStatsReceived_t_t59EF7C70907287461DD6C1BF83153B2177D6B775 >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___param0); } } else { if (___parameterCount == 0) { typedef void (*FunctionPointerType) (RuntimeObject*, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)((RuntimeObject*)(reinterpret_cast(&___param0) - 1), targetMethod); } else { typedef void (*FunctionPointerType) (void*, UserStatsReceived_t_t59EF7C70907287461DD6C1BF83153B2177D6B775 , const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, ___param0, targetMethod); } } } } } // System.IAsyncResult Steamworks.Callback`1/DispatchDelegate::BeginInvoke(T,System.AsyncCallback,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* DispatchDelegate_BeginInvoke_m657BED12CF3B5F244448C8860F8697BE31DF2F3E_gshared (DispatchDelegate_t899B7027C4CA59F98125B834669B4F50103EA71E * __this, UserStatsReceived_t_t59EF7C70907287461DD6C1BF83153B2177D6B775 ___param0, AsyncCallback_tA7921BEF974919C46FF8F9D9867C567B200BB0EA * ___callback1, RuntimeObject * ___object2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UserStatsReceived_t_t59EF7C70907287461DD6C1BF83153B2177D6B775_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } void *__d_args[2] = {0}; __d_args[0] = Box(UserStatsReceived_t_t59EF7C70907287461DD6C1BF83153B2177D6B775_il2cpp_TypeInfo_var, &___param0); return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback1, (RuntimeObject*)___object2);; } // System.Void Steamworks.Callback`1/DispatchDelegate::EndInvoke(System.IAsyncResult) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DispatchDelegate_EndInvoke_m68AADF6E830032798BC1DA778168B3E33D3C2907_gshared (DispatchDelegate_t899B7027C4CA59F98125B834669B4F50103EA71E * __this, RuntimeObject* ___result0, const RuntimeMethod* method) { il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result0, 0); } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void Steamworks.Callback`1/DispatchDelegate::.ctor(System.Object,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DispatchDelegate__ctor_m6CCF2BB3B90F7A869E39A40A07E11ABDE41713A6_gshared (DispatchDelegate_t5094E7612D8E84F9D920D14037E6D3A61C6CB33E * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method) { if (___object0 == NULL && !MethodIsStatic((RuntimeMethod*)___method1)) { il2cpp_codegen_raise_exception(il2cpp_codegen_get_argument_exception(NULL, "Delegate to an instance method cannot have null 'this'."), NULL); } __this->set_method_ptr_0(il2cpp_codegen_get_method_pointer((RuntimeMethod*)___method1)); __this->set_method_3(___method1); __this->set_m_target_2(___object0); } // System.Void Steamworks.Callback`1/DispatchDelegate::Invoke(T) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DispatchDelegate_Invoke_m410A216A66D8A0851EBBAD13F58A5246E6071178_gshared (DispatchDelegate_t5094E7612D8E84F9D920D14037E6D3A61C6CB33E * __this, UserStatsStored_t_t29AF23328C3217677AB582A6DA46231A4D433FA3 ___param0, const RuntimeMethod* method) { DelegateU5BU5D_t677D8FE08A5F99E8EE49150B73966CD6E9BF7DB8* delegateArrayToInvoke = __this->get_delegates_11(); Delegate_t** delegatesToInvoke; il2cpp_array_size_t length; if (delegateArrayToInvoke != NULL) { length = delegateArrayToInvoke->max_length; delegatesToInvoke = reinterpret_cast(delegateArrayToInvoke->GetAddressAtUnchecked(0)); } else { length = 1; delegatesToInvoke = reinterpret_cast(&__this); } for (il2cpp_array_size_t i = 0; i < length; i++) { Delegate_t* currentDelegate = delegatesToInvoke[i]; Il2CppMethodPointer targetMethodPointer = currentDelegate->get_method_ptr_0(); RuntimeObject* targetThis = currentDelegate->get_m_target_2(); RuntimeMethod* targetMethod = (RuntimeMethod*)(currentDelegate->get_method_3()); if (!il2cpp_codegen_method_is_virtual(targetMethod)) { il2cpp_codegen_raise_execution_engine_exception_if_method_is_not_found(targetMethod); } bool ___methodIsStatic = MethodIsStatic(targetMethod); int ___parameterCount = il2cpp_codegen_method_parameter_count(targetMethod); if (___methodIsStatic) { if (___parameterCount == 1) { // open typedef void (*FunctionPointerType) (UserStatsStored_t_t29AF23328C3217677AB582A6DA46231A4D433FA3 , const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(___param0, targetMethod); } else { // closed typedef void (*FunctionPointerType) (void*, UserStatsStored_t_t29AF23328C3217677AB582A6DA46231A4D433FA3 , const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, ___param0, targetMethod); } } else { // closed if (targetThis != NULL && il2cpp_codegen_method_is_virtual(targetMethod) && !il2cpp_codegen_object_is_of_sealed_type(targetThis) && il2cpp_codegen_delegate_has_invoker((Il2CppDelegate*)__this)) { if (il2cpp_codegen_method_is_generic_instance(targetMethod)) { if (il2cpp_codegen_method_is_interface_method(targetMethod)) GenericInterfaceActionInvoker1< UserStatsStored_t_t29AF23328C3217677AB582A6DA46231A4D433FA3 >::Invoke(targetMethod, targetThis, ___param0); else GenericVirtActionInvoker1< UserStatsStored_t_t29AF23328C3217677AB582A6DA46231A4D433FA3 >::Invoke(targetMethod, targetThis, ___param0); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) InterfaceActionInvoker1< UserStatsStored_t_t29AF23328C3217677AB582A6DA46231A4D433FA3 >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___param0); else VirtActionInvoker1< UserStatsStored_t_t29AF23328C3217677AB582A6DA46231A4D433FA3 >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___param0); } } else { if (___parameterCount == 0) { typedef void (*FunctionPointerType) (RuntimeObject*, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)((RuntimeObject*)(reinterpret_cast(&___param0) - 1), targetMethod); } else { typedef void (*FunctionPointerType) (void*, UserStatsStored_t_t29AF23328C3217677AB582A6DA46231A4D433FA3 , const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, ___param0, targetMethod); } } } } } // System.IAsyncResult Steamworks.Callback`1/DispatchDelegate::BeginInvoke(T,System.AsyncCallback,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* DispatchDelegate_BeginInvoke_mA0A7E8F03445CEAED82669FEC35FF2444B8AF402_gshared (DispatchDelegate_t5094E7612D8E84F9D920D14037E6D3A61C6CB33E * __this, UserStatsStored_t_t29AF23328C3217677AB582A6DA46231A4D433FA3 ___param0, AsyncCallback_tA7921BEF974919C46FF8F9D9867C567B200BB0EA * ___callback1, RuntimeObject * ___object2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UserStatsStored_t_t29AF23328C3217677AB582A6DA46231A4D433FA3_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } void *__d_args[2] = {0}; __d_args[0] = Box(UserStatsStored_t_t29AF23328C3217677AB582A6DA46231A4D433FA3_il2cpp_TypeInfo_var, &___param0); return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback1, (RuntimeObject*)___object2);; } // System.Void Steamworks.Callback`1/DispatchDelegate::EndInvoke(System.IAsyncResult) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DispatchDelegate_EndInvoke_mA5CB73964C63AFE879F526E3EA94D6268B0C9057_gshared (DispatchDelegate_t5094E7612D8E84F9D920D14037E6D3A61C6CB33E * __this, RuntimeObject* ___result0, const RuntimeMethod* method) { il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result0, 0); } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Int32 UnityEngine.Rendering.DynamicArray`1::get_size() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DynamicArray_1_get_size_m0D404D0EDA77F50046B5592673CEADED3EB1DDF9_gshared (DynamicArray_1_tBD159187A396D2634FDBCFD5A8F85F26FA3DF11D * __this, const RuntimeMethod* method) { { // public int size { get; private set; } int32_t L_0 = (int32_t)__this->get_U3CsizeU3Ek__BackingField_1(); return (int32_t)L_0; } } // System.Void UnityEngine.Rendering.DynamicArray`1::set_size(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DynamicArray_1_set_size_mB75AE5C9C5E9D622C15B11E798B0B45AE37AE1D7_gshared (DynamicArray_1_tBD159187A396D2634FDBCFD5A8F85F26FA3DF11D * __this, int32_t ___value0, const RuntimeMethod* method) { { // public int size { get; private set; } int32_t L_0 = ___value0; __this->set_U3CsizeU3Ek__BackingField_1(L_0); return; } } // System.Int32 UnityEngine.Rendering.DynamicArray`1::get_capacity() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DynamicArray_1_get_capacity_mA0730EE571118AD7AAAFD1A2BAB5390E4E856C41_gshared (DynamicArray_1_tBD159187A396D2634FDBCFD5A8F85F26FA3DF11D * __this, const RuntimeMethod* method) { { // public int capacity { get { return m_Array.Length; } } ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_0 = (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)__this->get_m_Array_0(); NullCheck(L_0); return (int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_0)->max_length))); } } // System.Void UnityEngine.Rendering.DynamicArray`1::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DynamicArray_1__ctor_mBB6D10EED7AE245CD74C5A7FD9DAE51292F7E9EF_gshared (DynamicArray_1_tBD159187A396D2634FDBCFD5A8F85F26FA3DF11D * __this, const RuntimeMethod* method) { { // public DynamicArray() NullCheck((RuntimeObject *)__this); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405((RuntimeObject *)__this, /*hidden argument*/NULL); // m_Array = new T[32]; ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_0 = (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)SZArrayNew(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 0), (uint32_t)((int32_t)32)); __this->set_m_Array_0(L_0); // size = 0; NullCheck((DynamicArray_1_tBD159187A396D2634FDBCFD5A8F85F26FA3DF11D *)__this); (( void (*) (DynamicArray_1_tBD159187A396D2634FDBCFD5A8F85F26FA3DF11D *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)->methodPointer)((DynamicArray_1_tBD159187A396D2634FDBCFD5A8F85F26FA3DF11D *)__this, (int32_t)0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)); // } return; } } // System.Void UnityEngine.Rendering.DynamicArray`1::.ctor(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DynamicArray_1__ctor_mA862FABB601439F24D5E797CB54836FE66583ABA_gshared (DynamicArray_1_tBD159187A396D2634FDBCFD5A8F85F26FA3DF11D * __this, int32_t ___size0, const RuntimeMethod* method) { { // public DynamicArray(int size) NullCheck((RuntimeObject *)__this); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405((RuntimeObject *)__this, /*hidden argument*/NULL); // m_Array = new T[size]; int32_t L_0 = ___size0; ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_1 = (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)SZArrayNew(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 0), (uint32_t)L_0); __this->set_m_Array_0(L_1); // this.size = size; int32_t L_2 = ___size0; NullCheck((DynamicArray_1_tBD159187A396D2634FDBCFD5A8F85F26FA3DF11D *)__this); (( void (*) (DynamicArray_1_tBD159187A396D2634FDBCFD5A8F85F26FA3DF11D *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)->methodPointer)((DynamicArray_1_tBD159187A396D2634FDBCFD5A8F85F26FA3DF11D *)__this, (int32_t)L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)); // } return; } } // System.Void UnityEngine.Rendering.DynamicArray`1::Clear() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DynamicArray_1_Clear_mDD59845DF83EA467251968C64403232615D78462_gshared (DynamicArray_1_tBD159187A396D2634FDBCFD5A8F85F26FA3DF11D * __this, const RuntimeMethod* method) { { // size = 0; NullCheck((DynamicArray_1_tBD159187A396D2634FDBCFD5A8F85F26FA3DF11D *)__this); (( void (*) (DynamicArray_1_tBD159187A396D2634FDBCFD5A8F85F26FA3DF11D *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)->methodPointer)((DynamicArray_1_tBD159187A396D2634FDBCFD5A8F85F26FA3DF11D *)__this, (int32_t)0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)); // } return; } } // System.Int32 UnityEngine.Rendering.DynamicArray`1::Add(T&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DynamicArray_1_Add_mAFFBBD3F7CFAE7AA49C6B0C6FAADDC498F3B076C_gshared (DynamicArray_1_tBD159187A396D2634FDBCFD5A8F85F26FA3DF11D * __this, RuntimeObject ** ___value0, const RuntimeMethod* method) { int32_t V_0 = 0; ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* V_1 = NULL; int32_t V_2 = 0; { // int index = size; NullCheck((DynamicArray_1_tBD159187A396D2634FDBCFD5A8F85F26FA3DF11D *)__this); int32_t L_0; L_0 = (( int32_t (*) (DynamicArray_1_tBD159187A396D2634FDBCFD5A8F85F26FA3DF11D *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 2)->methodPointer)((DynamicArray_1_tBD159187A396D2634FDBCFD5A8F85F26FA3DF11D *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 2)); V_0 = (int32_t)L_0; // if (index >= m_Array.Length) int32_t L_1 = V_0; ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_2 = (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)__this->get_m_Array_0(); NullCheck(L_2); if ((((int32_t)L_1) < ((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_2)->max_length)))))) { goto IL_003d; } } { // var newArray = new T[m_Array.Length * 2]; ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_3 = (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)__this->get_m_Array_0(); NullCheck(L_3); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_4 = (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)SZArrayNew(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 0), (uint32_t)((int32_t)il2cpp_codegen_multiply((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_3)->max_length))), (int32_t)2))); V_1 = (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)L_4; // Array.Copy(m_Array, newArray, m_Array.Length); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_5 = (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)__this->get_m_Array_0(); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_6 = V_1; ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_7 = (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)__this->get_m_Array_0(); NullCheck(L_7); Array_Copy_mDB95A273EF4E8A4BC2F5D25236E21AF6584F5F5D((RuntimeArray *)(RuntimeArray *)L_5, (RuntimeArray *)(RuntimeArray *)L_6, (int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_7)->max_length))), /*hidden argument*/NULL); // m_Array = newArray; ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_8 = V_1; __this->set_m_Array_0(L_8); } IL_003d: { // m_Array[index] = value; ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_9 = (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)__this->get_m_Array_0(); int32_t L_10 = V_0; RuntimeObject ** L_11 = ___value0; RuntimeObject * L_12 = (*(RuntimeObject **)L_11); NullCheck(L_9); (L_9)->SetAt(static_cast(L_10), (RuntimeObject *)L_12); // size++; NullCheck((DynamicArray_1_tBD159187A396D2634FDBCFD5A8F85F26FA3DF11D *)__this); int32_t L_13; L_13 = (( int32_t (*) (DynamicArray_1_tBD159187A396D2634FDBCFD5A8F85F26FA3DF11D *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 2)->methodPointer)((DynamicArray_1_tBD159187A396D2634FDBCFD5A8F85F26FA3DF11D *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 2)); V_2 = (int32_t)L_13; int32_t L_14 = V_2; NullCheck((DynamicArray_1_tBD159187A396D2634FDBCFD5A8F85F26FA3DF11D *)__this); (( void (*) (DynamicArray_1_tBD159187A396D2634FDBCFD5A8F85F26FA3DF11D *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)->methodPointer)((DynamicArray_1_tBD159187A396D2634FDBCFD5A8F85F26FA3DF11D *)__this, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_14, (int32_t)1)), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)); // return index; int32_t L_15 = V_0; return (int32_t)L_15; } } // System.Void UnityEngine.Rendering.DynamicArray`1::Resize(System.Int32,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DynamicArray_1_Resize_m3CEAE3B337E1361CC36C95D76BF653D9ADD630A2_gshared (DynamicArray_1_tBD159187A396D2634FDBCFD5A8F85F26FA3DF11D * __this, int32_t ___newSize0, bool ___keepContent1, const RuntimeMethod* method) { ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* V_0 = NULL; { // if (newSize > m_Array.Length) int32_t L_0 = ___newSize0; ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_1 = (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)__this->get_m_Array_0(); NullCheck(L_1); if ((((int32_t)L_0) <= ((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_1)->max_length)))))) { goto IL_003e; } } { // if (keepContent) bool L_2 = ___keepContent1; if (!L_2) { goto IL_0032; } } { // var newArray = new T[newSize]; int32_t L_3 = ___newSize0; ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_4 = (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)SZArrayNew(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 0), (uint32_t)L_3); V_0 = (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)L_4; // Array.Copy(m_Array, newArray, m_Array.Length); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_5 = (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)__this->get_m_Array_0(); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_6 = V_0; ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_7 = (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)__this->get_m_Array_0(); NullCheck(L_7); Array_Copy_mDB95A273EF4E8A4BC2F5D25236E21AF6584F5F5D((RuntimeArray *)(RuntimeArray *)L_5, (RuntimeArray *)(RuntimeArray *)L_6, (int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_7)->max_length))), /*hidden argument*/NULL); // m_Array = newArray; ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_8 = V_0; __this->set_m_Array_0(L_8); // } goto IL_003e; } IL_0032: { // m_Array = new T[newSize]; int32_t L_9 = ___newSize0; ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_10 = (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)SZArrayNew(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 0), (uint32_t)L_9); __this->set_m_Array_0(L_10); } IL_003e: { // size = newSize; int32_t L_11 = ___newSize0; NullCheck((DynamicArray_1_tBD159187A396D2634FDBCFD5A8F85F26FA3DF11D *)__this); (( void (*) (DynamicArray_1_tBD159187A396D2634FDBCFD5A8F85F26FA3DF11D *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)->methodPointer)((DynamicArray_1_tBD159187A396D2634FDBCFD5A8F85F26FA3DF11D *)__this, (int32_t)L_11, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)); // } return; } } // T& UnityEngine.Rendering.DynamicArray`1::get_Item(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject ** DynamicArray_1_get_Item_m9DBCD5716A0D525874606AF541FEC00329B69013_gshared (DynamicArray_1_tBD159187A396D2634FDBCFD5A8F85F26FA3DF11D * __this, int32_t ___index0, const RuntimeMethod* method) { { // return ref m_Array[index]; ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_0 = (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)__this->get_m_Array_0(); int32_t L_1 = ___index0; NullCheck(L_0); return (RuntimeObject **)(((L_0)->GetAddressAt(static_cast(L_1)))); } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Int32 UnityEngine.Rendering.DynamicArray`1::get_size() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DynamicArray_1_get_size_mB44D9D2BBE60829D8370DCF62B346A65E925B44F_gshared (DynamicArray_1_t141EB4910B97146B9BB45A5021F0687B50ED95F7 * __this, const RuntimeMethod* method) { { // public int size { get; private set; } int32_t L_0 = (int32_t)__this->get_U3CsizeU3Ek__BackingField_1(); return (int32_t)L_0; } } // System.Void UnityEngine.Rendering.DynamicArray`1::set_size(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DynamicArray_1_set_size_m2AEBF0FA21750AEEC737BF50CC25F6FB8B37940A_gshared (DynamicArray_1_t141EB4910B97146B9BB45A5021F0687B50ED95F7 * __this, int32_t ___value0, const RuntimeMethod* method) { { // public int size { get; private set; } int32_t L_0 = ___value0; __this->set_U3CsizeU3Ek__BackingField_1(L_0); return; } } // System.Int32 UnityEngine.Rendering.DynamicArray`1::get_capacity() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DynamicArray_1_get_capacity_m75BB9787321E5651E58FC995AB7DD3FD76B024FD_gshared (DynamicArray_1_t141EB4910B97146B9BB45A5021F0687B50ED95F7 * __this, const RuntimeMethod* method) { { // public int capacity { get { return m_Array.Length; } } CompiledPassInfoU5BU5D_t073F9C3742D322F388D91BA1CF5FD37AA26DA9C5* L_0 = (CompiledPassInfoU5BU5D_t073F9C3742D322F388D91BA1CF5FD37AA26DA9C5*)__this->get_m_Array_0(); NullCheck(L_0); return (int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_0)->max_length))); } } // System.Void UnityEngine.Rendering.DynamicArray`1::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DynamicArray_1__ctor_m865BE323B76A6000344D927894A833CE8A9AC172_gshared (DynamicArray_1_t141EB4910B97146B9BB45A5021F0687B50ED95F7 * __this, const RuntimeMethod* method) { { // public DynamicArray() NullCheck((RuntimeObject *)__this); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405((RuntimeObject *)__this, /*hidden argument*/NULL); // m_Array = new T[32]; CompiledPassInfoU5BU5D_t073F9C3742D322F388D91BA1CF5FD37AA26DA9C5* L_0 = (CompiledPassInfoU5BU5D_t073F9C3742D322F388D91BA1CF5FD37AA26DA9C5*)(CompiledPassInfoU5BU5D_t073F9C3742D322F388D91BA1CF5FD37AA26DA9C5*)SZArrayNew(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 0), (uint32_t)((int32_t)32)); __this->set_m_Array_0(L_0); // size = 0; NullCheck((DynamicArray_1_t141EB4910B97146B9BB45A5021F0687B50ED95F7 *)__this); (( void (*) (DynamicArray_1_t141EB4910B97146B9BB45A5021F0687B50ED95F7 *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)->methodPointer)((DynamicArray_1_t141EB4910B97146B9BB45A5021F0687B50ED95F7 *)__this, (int32_t)0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)); // } return; } } // System.Void UnityEngine.Rendering.DynamicArray`1::.ctor(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DynamicArray_1__ctor_m4E442B8A27AF2573A7EF15AAA3D6EBCFA81DD6AB_gshared (DynamicArray_1_t141EB4910B97146B9BB45A5021F0687B50ED95F7 * __this, int32_t ___size0, const RuntimeMethod* method) { { // public DynamicArray(int size) NullCheck((RuntimeObject *)__this); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405((RuntimeObject *)__this, /*hidden argument*/NULL); // m_Array = new T[size]; int32_t L_0 = ___size0; CompiledPassInfoU5BU5D_t073F9C3742D322F388D91BA1CF5FD37AA26DA9C5* L_1 = (CompiledPassInfoU5BU5D_t073F9C3742D322F388D91BA1CF5FD37AA26DA9C5*)(CompiledPassInfoU5BU5D_t073F9C3742D322F388D91BA1CF5FD37AA26DA9C5*)SZArrayNew(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 0), (uint32_t)L_0); __this->set_m_Array_0(L_1); // this.size = size; int32_t L_2 = ___size0; NullCheck((DynamicArray_1_t141EB4910B97146B9BB45A5021F0687B50ED95F7 *)__this); (( void (*) (DynamicArray_1_t141EB4910B97146B9BB45A5021F0687B50ED95F7 *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)->methodPointer)((DynamicArray_1_t141EB4910B97146B9BB45A5021F0687B50ED95F7 *)__this, (int32_t)L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)); // } return; } } // System.Void UnityEngine.Rendering.DynamicArray`1::Clear() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DynamicArray_1_Clear_m991B0F413ACF986E339B13AF9E223F7B9E6C272E_gshared (DynamicArray_1_t141EB4910B97146B9BB45A5021F0687B50ED95F7 * __this, const RuntimeMethod* method) { { // size = 0; NullCheck((DynamicArray_1_t141EB4910B97146B9BB45A5021F0687B50ED95F7 *)__this); (( void (*) (DynamicArray_1_t141EB4910B97146B9BB45A5021F0687B50ED95F7 *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)->methodPointer)((DynamicArray_1_t141EB4910B97146B9BB45A5021F0687B50ED95F7 *)__this, (int32_t)0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)); // } return; } } // System.Int32 UnityEngine.Rendering.DynamicArray`1::Add(T&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DynamicArray_1_Add_mB15775C2F44AD635CB2B03CC5F1C32430EC3A72C_gshared (DynamicArray_1_t141EB4910B97146B9BB45A5021F0687B50ED95F7 * __this, CompiledPassInfo_tA93C0BB1327B1CD51C466F322A768F9ABB9F7601 * ___value0, const RuntimeMethod* method) { int32_t V_0 = 0; CompiledPassInfoU5BU5D_t073F9C3742D322F388D91BA1CF5FD37AA26DA9C5* V_1 = NULL; int32_t V_2 = 0; { // int index = size; NullCheck((DynamicArray_1_t141EB4910B97146B9BB45A5021F0687B50ED95F7 *)__this); int32_t L_0; L_0 = (( int32_t (*) (DynamicArray_1_t141EB4910B97146B9BB45A5021F0687B50ED95F7 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 2)->methodPointer)((DynamicArray_1_t141EB4910B97146B9BB45A5021F0687B50ED95F7 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 2)); V_0 = (int32_t)L_0; // if (index >= m_Array.Length) int32_t L_1 = V_0; CompiledPassInfoU5BU5D_t073F9C3742D322F388D91BA1CF5FD37AA26DA9C5* L_2 = (CompiledPassInfoU5BU5D_t073F9C3742D322F388D91BA1CF5FD37AA26DA9C5*)__this->get_m_Array_0(); NullCheck(L_2); if ((((int32_t)L_1) < ((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_2)->max_length)))))) { goto IL_003d; } } { // var newArray = new T[m_Array.Length * 2]; CompiledPassInfoU5BU5D_t073F9C3742D322F388D91BA1CF5FD37AA26DA9C5* L_3 = (CompiledPassInfoU5BU5D_t073F9C3742D322F388D91BA1CF5FD37AA26DA9C5*)__this->get_m_Array_0(); NullCheck(L_3); CompiledPassInfoU5BU5D_t073F9C3742D322F388D91BA1CF5FD37AA26DA9C5* L_4 = (CompiledPassInfoU5BU5D_t073F9C3742D322F388D91BA1CF5FD37AA26DA9C5*)(CompiledPassInfoU5BU5D_t073F9C3742D322F388D91BA1CF5FD37AA26DA9C5*)SZArrayNew(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 0), (uint32_t)((int32_t)il2cpp_codegen_multiply((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_3)->max_length))), (int32_t)2))); V_1 = (CompiledPassInfoU5BU5D_t073F9C3742D322F388D91BA1CF5FD37AA26DA9C5*)L_4; // Array.Copy(m_Array, newArray, m_Array.Length); CompiledPassInfoU5BU5D_t073F9C3742D322F388D91BA1CF5FD37AA26DA9C5* L_5 = (CompiledPassInfoU5BU5D_t073F9C3742D322F388D91BA1CF5FD37AA26DA9C5*)__this->get_m_Array_0(); CompiledPassInfoU5BU5D_t073F9C3742D322F388D91BA1CF5FD37AA26DA9C5* L_6 = V_1; CompiledPassInfoU5BU5D_t073F9C3742D322F388D91BA1CF5FD37AA26DA9C5* L_7 = (CompiledPassInfoU5BU5D_t073F9C3742D322F388D91BA1CF5FD37AA26DA9C5*)__this->get_m_Array_0(); NullCheck(L_7); Array_Copy_mDB95A273EF4E8A4BC2F5D25236E21AF6584F5F5D((RuntimeArray *)(RuntimeArray *)L_5, (RuntimeArray *)(RuntimeArray *)L_6, (int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_7)->max_length))), /*hidden argument*/NULL); // m_Array = newArray; CompiledPassInfoU5BU5D_t073F9C3742D322F388D91BA1CF5FD37AA26DA9C5* L_8 = V_1; __this->set_m_Array_0(L_8); } IL_003d: { // m_Array[index] = value; CompiledPassInfoU5BU5D_t073F9C3742D322F388D91BA1CF5FD37AA26DA9C5* L_9 = (CompiledPassInfoU5BU5D_t073F9C3742D322F388D91BA1CF5FD37AA26DA9C5*)__this->get_m_Array_0(); int32_t L_10 = V_0; CompiledPassInfo_tA93C0BB1327B1CD51C466F322A768F9ABB9F7601 * L_11 = ___value0; CompiledPassInfo_tA93C0BB1327B1CD51C466F322A768F9ABB9F7601 L_12 = (*(CompiledPassInfo_tA93C0BB1327B1CD51C466F322A768F9ABB9F7601 *)L_11); NullCheck(L_9); (L_9)->SetAt(static_cast(L_10), (CompiledPassInfo_tA93C0BB1327B1CD51C466F322A768F9ABB9F7601 )L_12); // size++; NullCheck((DynamicArray_1_t141EB4910B97146B9BB45A5021F0687B50ED95F7 *)__this); int32_t L_13; L_13 = (( int32_t (*) (DynamicArray_1_t141EB4910B97146B9BB45A5021F0687B50ED95F7 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 2)->methodPointer)((DynamicArray_1_t141EB4910B97146B9BB45A5021F0687B50ED95F7 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 2)); V_2 = (int32_t)L_13; int32_t L_14 = V_2; NullCheck((DynamicArray_1_t141EB4910B97146B9BB45A5021F0687B50ED95F7 *)__this); (( void (*) (DynamicArray_1_t141EB4910B97146B9BB45A5021F0687B50ED95F7 *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)->methodPointer)((DynamicArray_1_t141EB4910B97146B9BB45A5021F0687B50ED95F7 *)__this, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_14, (int32_t)1)), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)); // return index; int32_t L_15 = V_0; return (int32_t)L_15; } } // System.Void UnityEngine.Rendering.DynamicArray`1::Resize(System.Int32,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DynamicArray_1_Resize_mC49D7C3A4735C3D04A0C2EE88642C2510E5F7F94_gshared (DynamicArray_1_t141EB4910B97146B9BB45A5021F0687B50ED95F7 * __this, int32_t ___newSize0, bool ___keepContent1, const RuntimeMethod* method) { CompiledPassInfoU5BU5D_t073F9C3742D322F388D91BA1CF5FD37AA26DA9C5* V_0 = NULL; { // if (newSize > m_Array.Length) int32_t L_0 = ___newSize0; CompiledPassInfoU5BU5D_t073F9C3742D322F388D91BA1CF5FD37AA26DA9C5* L_1 = (CompiledPassInfoU5BU5D_t073F9C3742D322F388D91BA1CF5FD37AA26DA9C5*)__this->get_m_Array_0(); NullCheck(L_1); if ((((int32_t)L_0) <= ((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_1)->max_length)))))) { goto IL_003e; } } { // if (keepContent) bool L_2 = ___keepContent1; if (!L_2) { goto IL_0032; } } { // var newArray = new T[newSize]; int32_t L_3 = ___newSize0; CompiledPassInfoU5BU5D_t073F9C3742D322F388D91BA1CF5FD37AA26DA9C5* L_4 = (CompiledPassInfoU5BU5D_t073F9C3742D322F388D91BA1CF5FD37AA26DA9C5*)(CompiledPassInfoU5BU5D_t073F9C3742D322F388D91BA1CF5FD37AA26DA9C5*)SZArrayNew(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 0), (uint32_t)L_3); V_0 = (CompiledPassInfoU5BU5D_t073F9C3742D322F388D91BA1CF5FD37AA26DA9C5*)L_4; // Array.Copy(m_Array, newArray, m_Array.Length); CompiledPassInfoU5BU5D_t073F9C3742D322F388D91BA1CF5FD37AA26DA9C5* L_5 = (CompiledPassInfoU5BU5D_t073F9C3742D322F388D91BA1CF5FD37AA26DA9C5*)__this->get_m_Array_0(); CompiledPassInfoU5BU5D_t073F9C3742D322F388D91BA1CF5FD37AA26DA9C5* L_6 = V_0; CompiledPassInfoU5BU5D_t073F9C3742D322F388D91BA1CF5FD37AA26DA9C5* L_7 = (CompiledPassInfoU5BU5D_t073F9C3742D322F388D91BA1CF5FD37AA26DA9C5*)__this->get_m_Array_0(); NullCheck(L_7); Array_Copy_mDB95A273EF4E8A4BC2F5D25236E21AF6584F5F5D((RuntimeArray *)(RuntimeArray *)L_5, (RuntimeArray *)(RuntimeArray *)L_6, (int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_7)->max_length))), /*hidden argument*/NULL); // m_Array = newArray; CompiledPassInfoU5BU5D_t073F9C3742D322F388D91BA1CF5FD37AA26DA9C5* L_8 = V_0; __this->set_m_Array_0(L_8); // } goto IL_003e; } IL_0032: { // m_Array = new T[newSize]; int32_t L_9 = ___newSize0; CompiledPassInfoU5BU5D_t073F9C3742D322F388D91BA1CF5FD37AA26DA9C5* L_10 = (CompiledPassInfoU5BU5D_t073F9C3742D322F388D91BA1CF5FD37AA26DA9C5*)(CompiledPassInfoU5BU5D_t073F9C3742D322F388D91BA1CF5FD37AA26DA9C5*)SZArrayNew(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 0), (uint32_t)L_9); __this->set_m_Array_0(L_10); } IL_003e: { // size = newSize; int32_t L_11 = ___newSize0; NullCheck((DynamicArray_1_t141EB4910B97146B9BB45A5021F0687B50ED95F7 *)__this); (( void (*) (DynamicArray_1_t141EB4910B97146B9BB45A5021F0687B50ED95F7 *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)->methodPointer)((DynamicArray_1_t141EB4910B97146B9BB45A5021F0687B50ED95F7 *)__this, (int32_t)L_11, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)); // } return; } } // T& UnityEngine.Rendering.DynamicArray`1::get_Item(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR CompiledPassInfo_tA93C0BB1327B1CD51C466F322A768F9ABB9F7601 * DynamicArray_1_get_Item_mEC31D33A82AAF9961B970AE9B32E5C258E17B344_gshared (DynamicArray_1_t141EB4910B97146B9BB45A5021F0687B50ED95F7 * __this, int32_t ___index0, const RuntimeMethod* method) { { // return ref m_Array[index]; CompiledPassInfoU5BU5D_t073F9C3742D322F388D91BA1CF5FD37AA26DA9C5* L_0 = (CompiledPassInfoU5BU5D_t073F9C3742D322F388D91BA1CF5FD37AA26DA9C5*)__this->get_m_Array_0(); int32_t L_1 = ___index0; NullCheck(L_0); return (CompiledPassInfo_tA93C0BB1327B1CD51C466F322A768F9ABB9F7601 *)(((L_0)->GetAddressAt(static_cast(L_1)))); } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Int32 UnityEngine.Rendering.DynamicArray`1::get_size() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DynamicArray_1_get_size_m6396862E79594E3166CB6D354F35457E2B0FC27C_gshared (DynamicArray_1_tE33D3AAF18259E1A7D4BFD15F803D228B20F3B2C * __this, const RuntimeMethod* method) { { // public int size { get; private set; } int32_t L_0 = (int32_t)__this->get_U3CsizeU3Ek__BackingField_1(); return (int32_t)L_0; } } // System.Void UnityEngine.Rendering.DynamicArray`1::set_size(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DynamicArray_1_set_size_m865FEE1B55CA62E256403FB86AFC485D86A87EB1_gshared (DynamicArray_1_tE33D3AAF18259E1A7D4BFD15F803D228B20F3B2C * __this, int32_t ___value0, const RuntimeMethod* method) { { // public int size { get; private set; } int32_t L_0 = ___value0; __this->set_U3CsizeU3Ek__BackingField_1(L_0); return; } } // System.Int32 UnityEngine.Rendering.DynamicArray`1::get_capacity() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DynamicArray_1_get_capacity_mE69D62CE2FCDF143A238A2A7D702C1C3F2D74695_gshared (DynamicArray_1_tE33D3AAF18259E1A7D4BFD15F803D228B20F3B2C * __this, const RuntimeMethod* method) { { // public int capacity { get { return m_Array.Length; } } CompiledResourceInfoU5BU5D_t5FAF4C10C564B8826DA6268137496CC9583C5D37* L_0 = (CompiledResourceInfoU5BU5D_t5FAF4C10C564B8826DA6268137496CC9583C5D37*)__this->get_m_Array_0(); NullCheck(L_0); return (int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_0)->max_length))); } } // System.Void UnityEngine.Rendering.DynamicArray`1::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DynamicArray_1__ctor_m7239F96AA643F74809148C45BC5F7642B0CC8F16_gshared (DynamicArray_1_tE33D3AAF18259E1A7D4BFD15F803D228B20F3B2C * __this, const RuntimeMethod* method) { { // public DynamicArray() NullCheck((RuntimeObject *)__this); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405((RuntimeObject *)__this, /*hidden argument*/NULL); // m_Array = new T[32]; CompiledResourceInfoU5BU5D_t5FAF4C10C564B8826DA6268137496CC9583C5D37* L_0 = (CompiledResourceInfoU5BU5D_t5FAF4C10C564B8826DA6268137496CC9583C5D37*)(CompiledResourceInfoU5BU5D_t5FAF4C10C564B8826DA6268137496CC9583C5D37*)SZArrayNew(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 0), (uint32_t)((int32_t)32)); __this->set_m_Array_0(L_0); // size = 0; NullCheck((DynamicArray_1_tE33D3AAF18259E1A7D4BFD15F803D228B20F3B2C *)__this); (( void (*) (DynamicArray_1_tE33D3AAF18259E1A7D4BFD15F803D228B20F3B2C *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)->methodPointer)((DynamicArray_1_tE33D3AAF18259E1A7D4BFD15F803D228B20F3B2C *)__this, (int32_t)0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)); // } return; } } // System.Void UnityEngine.Rendering.DynamicArray`1::.ctor(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DynamicArray_1__ctor_m46A782F5F2E5E2694FED508368F4218039AAD682_gshared (DynamicArray_1_tE33D3AAF18259E1A7D4BFD15F803D228B20F3B2C * __this, int32_t ___size0, const RuntimeMethod* method) { { // public DynamicArray(int size) NullCheck((RuntimeObject *)__this); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405((RuntimeObject *)__this, /*hidden argument*/NULL); // m_Array = new T[size]; int32_t L_0 = ___size0; CompiledResourceInfoU5BU5D_t5FAF4C10C564B8826DA6268137496CC9583C5D37* L_1 = (CompiledResourceInfoU5BU5D_t5FAF4C10C564B8826DA6268137496CC9583C5D37*)(CompiledResourceInfoU5BU5D_t5FAF4C10C564B8826DA6268137496CC9583C5D37*)SZArrayNew(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 0), (uint32_t)L_0); __this->set_m_Array_0(L_1); // this.size = size; int32_t L_2 = ___size0; NullCheck((DynamicArray_1_tE33D3AAF18259E1A7D4BFD15F803D228B20F3B2C *)__this); (( void (*) (DynamicArray_1_tE33D3AAF18259E1A7D4BFD15F803D228B20F3B2C *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)->methodPointer)((DynamicArray_1_tE33D3AAF18259E1A7D4BFD15F803D228B20F3B2C *)__this, (int32_t)L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)); // } return; } } // System.Void UnityEngine.Rendering.DynamicArray`1::Clear() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DynamicArray_1_Clear_mB024BDC055D2A7C2607385A45E9734B6E50B1439_gshared (DynamicArray_1_tE33D3AAF18259E1A7D4BFD15F803D228B20F3B2C * __this, const RuntimeMethod* method) { { // size = 0; NullCheck((DynamicArray_1_tE33D3AAF18259E1A7D4BFD15F803D228B20F3B2C *)__this); (( void (*) (DynamicArray_1_tE33D3AAF18259E1A7D4BFD15F803D228B20F3B2C *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)->methodPointer)((DynamicArray_1_tE33D3AAF18259E1A7D4BFD15F803D228B20F3B2C *)__this, (int32_t)0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)); // } return; } } // System.Int32 UnityEngine.Rendering.DynamicArray`1::Add(T&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DynamicArray_1_Add_mC1B9BEB97E8AA4D7DF5DC02E322FCDA95BA0937E_gshared (DynamicArray_1_tE33D3AAF18259E1A7D4BFD15F803D228B20F3B2C * __this, CompiledResourceInfo_t0707D61FE612A92CBE023DB38ADE9A9E663A1483 * ___value0, const RuntimeMethod* method) { int32_t V_0 = 0; CompiledResourceInfoU5BU5D_t5FAF4C10C564B8826DA6268137496CC9583C5D37* V_1 = NULL; int32_t V_2 = 0; { // int index = size; NullCheck((DynamicArray_1_tE33D3AAF18259E1A7D4BFD15F803D228B20F3B2C *)__this); int32_t L_0; L_0 = (( int32_t (*) (DynamicArray_1_tE33D3AAF18259E1A7D4BFD15F803D228B20F3B2C *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 2)->methodPointer)((DynamicArray_1_tE33D3AAF18259E1A7D4BFD15F803D228B20F3B2C *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 2)); V_0 = (int32_t)L_0; // if (index >= m_Array.Length) int32_t L_1 = V_0; CompiledResourceInfoU5BU5D_t5FAF4C10C564B8826DA6268137496CC9583C5D37* L_2 = (CompiledResourceInfoU5BU5D_t5FAF4C10C564B8826DA6268137496CC9583C5D37*)__this->get_m_Array_0(); NullCheck(L_2); if ((((int32_t)L_1) < ((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_2)->max_length)))))) { goto IL_003d; } } { // var newArray = new T[m_Array.Length * 2]; CompiledResourceInfoU5BU5D_t5FAF4C10C564B8826DA6268137496CC9583C5D37* L_3 = (CompiledResourceInfoU5BU5D_t5FAF4C10C564B8826DA6268137496CC9583C5D37*)__this->get_m_Array_0(); NullCheck(L_3); CompiledResourceInfoU5BU5D_t5FAF4C10C564B8826DA6268137496CC9583C5D37* L_4 = (CompiledResourceInfoU5BU5D_t5FAF4C10C564B8826DA6268137496CC9583C5D37*)(CompiledResourceInfoU5BU5D_t5FAF4C10C564B8826DA6268137496CC9583C5D37*)SZArrayNew(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 0), (uint32_t)((int32_t)il2cpp_codegen_multiply((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_3)->max_length))), (int32_t)2))); V_1 = (CompiledResourceInfoU5BU5D_t5FAF4C10C564B8826DA6268137496CC9583C5D37*)L_4; // Array.Copy(m_Array, newArray, m_Array.Length); CompiledResourceInfoU5BU5D_t5FAF4C10C564B8826DA6268137496CC9583C5D37* L_5 = (CompiledResourceInfoU5BU5D_t5FAF4C10C564B8826DA6268137496CC9583C5D37*)__this->get_m_Array_0(); CompiledResourceInfoU5BU5D_t5FAF4C10C564B8826DA6268137496CC9583C5D37* L_6 = V_1; CompiledResourceInfoU5BU5D_t5FAF4C10C564B8826DA6268137496CC9583C5D37* L_7 = (CompiledResourceInfoU5BU5D_t5FAF4C10C564B8826DA6268137496CC9583C5D37*)__this->get_m_Array_0(); NullCheck(L_7); Array_Copy_mDB95A273EF4E8A4BC2F5D25236E21AF6584F5F5D((RuntimeArray *)(RuntimeArray *)L_5, (RuntimeArray *)(RuntimeArray *)L_6, (int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_7)->max_length))), /*hidden argument*/NULL); // m_Array = newArray; CompiledResourceInfoU5BU5D_t5FAF4C10C564B8826DA6268137496CC9583C5D37* L_8 = V_1; __this->set_m_Array_0(L_8); } IL_003d: { // m_Array[index] = value; CompiledResourceInfoU5BU5D_t5FAF4C10C564B8826DA6268137496CC9583C5D37* L_9 = (CompiledResourceInfoU5BU5D_t5FAF4C10C564B8826DA6268137496CC9583C5D37*)__this->get_m_Array_0(); int32_t L_10 = V_0; CompiledResourceInfo_t0707D61FE612A92CBE023DB38ADE9A9E663A1483 * L_11 = ___value0; CompiledResourceInfo_t0707D61FE612A92CBE023DB38ADE9A9E663A1483 L_12 = (*(CompiledResourceInfo_t0707D61FE612A92CBE023DB38ADE9A9E663A1483 *)L_11); NullCheck(L_9); (L_9)->SetAt(static_cast(L_10), (CompiledResourceInfo_t0707D61FE612A92CBE023DB38ADE9A9E663A1483 )L_12); // size++; NullCheck((DynamicArray_1_tE33D3AAF18259E1A7D4BFD15F803D228B20F3B2C *)__this); int32_t L_13; L_13 = (( int32_t (*) (DynamicArray_1_tE33D3AAF18259E1A7D4BFD15F803D228B20F3B2C *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 2)->methodPointer)((DynamicArray_1_tE33D3AAF18259E1A7D4BFD15F803D228B20F3B2C *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 2)); V_2 = (int32_t)L_13; int32_t L_14 = V_2; NullCheck((DynamicArray_1_tE33D3AAF18259E1A7D4BFD15F803D228B20F3B2C *)__this); (( void (*) (DynamicArray_1_tE33D3AAF18259E1A7D4BFD15F803D228B20F3B2C *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)->methodPointer)((DynamicArray_1_tE33D3AAF18259E1A7D4BFD15F803D228B20F3B2C *)__this, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_14, (int32_t)1)), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)); // return index; int32_t L_15 = V_0; return (int32_t)L_15; } } // System.Void UnityEngine.Rendering.DynamicArray`1::Resize(System.Int32,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DynamicArray_1_Resize_m063286C0083A85C3DDB8FAAFB65E5AF9C89CFF93_gshared (DynamicArray_1_tE33D3AAF18259E1A7D4BFD15F803D228B20F3B2C * __this, int32_t ___newSize0, bool ___keepContent1, const RuntimeMethod* method) { CompiledResourceInfoU5BU5D_t5FAF4C10C564B8826DA6268137496CC9583C5D37* V_0 = NULL; { // if (newSize > m_Array.Length) int32_t L_0 = ___newSize0; CompiledResourceInfoU5BU5D_t5FAF4C10C564B8826DA6268137496CC9583C5D37* L_1 = (CompiledResourceInfoU5BU5D_t5FAF4C10C564B8826DA6268137496CC9583C5D37*)__this->get_m_Array_0(); NullCheck(L_1); if ((((int32_t)L_0) <= ((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_1)->max_length)))))) { goto IL_003e; } } { // if (keepContent) bool L_2 = ___keepContent1; if (!L_2) { goto IL_0032; } } { // var newArray = new T[newSize]; int32_t L_3 = ___newSize0; CompiledResourceInfoU5BU5D_t5FAF4C10C564B8826DA6268137496CC9583C5D37* L_4 = (CompiledResourceInfoU5BU5D_t5FAF4C10C564B8826DA6268137496CC9583C5D37*)(CompiledResourceInfoU5BU5D_t5FAF4C10C564B8826DA6268137496CC9583C5D37*)SZArrayNew(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 0), (uint32_t)L_3); V_0 = (CompiledResourceInfoU5BU5D_t5FAF4C10C564B8826DA6268137496CC9583C5D37*)L_4; // Array.Copy(m_Array, newArray, m_Array.Length); CompiledResourceInfoU5BU5D_t5FAF4C10C564B8826DA6268137496CC9583C5D37* L_5 = (CompiledResourceInfoU5BU5D_t5FAF4C10C564B8826DA6268137496CC9583C5D37*)__this->get_m_Array_0(); CompiledResourceInfoU5BU5D_t5FAF4C10C564B8826DA6268137496CC9583C5D37* L_6 = V_0; CompiledResourceInfoU5BU5D_t5FAF4C10C564B8826DA6268137496CC9583C5D37* L_7 = (CompiledResourceInfoU5BU5D_t5FAF4C10C564B8826DA6268137496CC9583C5D37*)__this->get_m_Array_0(); NullCheck(L_7); Array_Copy_mDB95A273EF4E8A4BC2F5D25236E21AF6584F5F5D((RuntimeArray *)(RuntimeArray *)L_5, (RuntimeArray *)(RuntimeArray *)L_6, (int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_7)->max_length))), /*hidden argument*/NULL); // m_Array = newArray; CompiledResourceInfoU5BU5D_t5FAF4C10C564B8826DA6268137496CC9583C5D37* L_8 = V_0; __this->set_m_Array_0(L_8); // } goto IL_003e; } IL_0032: { // m_Array = new T[newSize]; int32_t L_9 = ___newSize0; CompiledResourceInfoU5BU5D_t5FAF4C10C564B8826DA6268137496CC9583C5D37* L_10 = (CompiledResourceInfoU5BU5D_t5FAF4C10C564B8826DA6268137496CC9583C5D37*)(CompiledResourceInfoU5BU5D_t5FAF4C10C564B8826DA6268137496CC9583C5D37*)SZArrayNew(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 0), (uint32_t)L_9); __this->set_m_Array_0(L_10); } IL_003e: { // size = newSize; int32_t L_11 = ___newSize0; NullCheck((DynamicArray_1_tE33D3AAF18259E1A7D4BFD15F803D228B20F3B2C *)__this); (( void (*) (DynamicArray_1_tE33D3AAF18259E1A7D4BFD15F803D228B20F3B2C *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)->methodPointer)((DynamicArray_1_tE33D3AAF18259E1A7D4BFD15F803D228B20F3B2C *)__this, (int32_t)L_11, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)); // } return; } } // T& UnityEngine.Rendering.DynamicArray`1::get_Item(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR CompiledResourceInfo_t0707D61FE612A92CBE023DB38ADE9A9E663A1483 * DynamicArray_1_get_Item_m6B7794A0F1141D915CE9566929658D993337D68B_gshared (DynamicArray_1_tE33D3AAF18259E1A7D4BFD15F803D228B20F3B2C * __this, int32_t ___index0, const RuntimeMethod* method) { { // return ref m_Array[index]; CompiledResourceInfoU5BU5D_t5FAF4C10C564B8826DA6268137496CC9583C5D37* L_0 = (CompiledResourceInfoU5BU5D_t5FAF4C10C564B8826DA6268137496CC9583C5D37*)__this->get_m_Array_0(); int32_t L_1 = ___index0; NullCheck(L_0); return (CompiledResourceInfo_t0707D61FE612A92CBE023DB38ADE9A9E663A1483 *)(((L_0)->GetAddressAt(static_cast(L_1)))); } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Int32 UnityEngine.Rendering.DynamicArray`1::get_size() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DynamicArray_1_get_size_m3E25F5D128D6D9242323CF6E06BB37D665BFAAEC_gshared (DynamicArray_1_t240269079A07187CA35F5933B3D1DF275B77C5FB * __this, const RuntimeMethod* method) { { // public int size { get; private set; } int32_t L_0 = (int32_t)__this->get_U3CsizeU3Ek__BackingField_1(); return (int32_t)L_0; } } // System.Void UnityEngine.Rendering.DynamicArray`1::set_size(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DynamicArray_1_set_size_m99DE928FF58F8BFF00BB94C96BC39C6EC2C0F9FF_gshared (DynamicArray_1_t240269079A07187CA35F5933B3D1DF275B77C5FB * __this, int32_t ___value0, const RuntimeMethod* method) { { // public int size { get; private set; } int32_t L_0 = ___value0; __this->set_U3CsizeU3Ek__BackingField_1(L_0); return; } } // System.Int32 UnityEngine.Rendering.DynamicArray`1::get_capacity() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DynamicArray_1_get_capacity_mBE6182114AA7D3B71278BE0A8EC1CC646C9F1029_gshared (DynamicArray_1_t240269079A07187CA35F5933B3D1DF275B77C5FB * __this, const RuntimeMethod* method) { { // public int capacity { get { return m_Array.Length; } } RendererListResourceU5BU5D_tCD88751EFCF46EA115841E25D7484FADFCCF9BA3* L_0 = (RendererListResourceU5BU5D_tCD88751EFCF46EA115841E25D7484FADFCCF9BA3*)__this->get_m_Array_0(); NullCheck(L_0); return (int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_0)->max_length))); } } // System.Void UnityEngine.Rendering.DynamicArray`1::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DynamicArray_1__ctor_mFD16BC857F84AE081DF9F2E4DD783F11F00C2EEC_gshared (DynamicArray_1_t240269079A07187CA35F5933B3D1DF275B77C5FB * __this, const RuntimeMethod* method) { { // public DynamicArray() NullCheck((RuntimeObject *)__this); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405((RuntimeObject *)__this, /*hidden argument*/NULL); // m_Array = new T[32]; RendererListResourceU5BU5D_tCD88751EFCF46EA115841E25D7484FADFCCF9BA3* L_0 = (RendererListResourceU5BU5D_tCD88751EFCF46EA115841E25D7484FADFCCF9BA3*)(RendererListResourceU5BU5D_tCD88751EFCF46EA115841E25D7484FADFCCF9BA3*)SZArrayNew(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 0), (uint32_t)((int32_t)32)); __this->set_m_Array_0(L_0); // size = 0; NullCheck((DynamicArray_1_t240269079A07187CA35F5933B3D1DF275B77C5FB *)__this); (( void (*) (DynamicArray_1_t240269079A07187CA35F5933B3D1DF275B77C5FB *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)->methodPointer)((DynamicArray_1_t240269079A07187CA35F5933B3D1DF275B77C5FB *)__this, (int32_t)0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)); // } return; } } // System.Void UnityEngine.Rendering.DynamicArray`1::.ctor(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DynamicArray_1__ctor_m7A099526D7D2880D799D26E94FFD9BAFFC57B5B9_gshared (DynamicArray_1_t240269079A07187CA35F5933B3D1DF275B77C5FB * __this, int32_t ___size0, const RuntimeMethod* method) { { // public DynamicArray(int size) NullCheck((RuntimeObject *)__this); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405((RuntimeObject *)__this, /*hidden argument*/NULL); // m_Array = new T[size]; int32_t L_0 = ___size0; RendererListResourceU5BU5D_tCD88751EFCF46EA115841E25D7484FADFCCF9BA3* L_1 = (RendererListResourceU5BU5D_tCD88751EFCF46EA115841E25D7484FADFCCF9BA3*)(RendererListResourceU5BU5D_tCD88751EFCF46EA115841E25D7484FADFCCF9BA3*)SZArrayNew(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 0), (uint32_t)L_0); __this->set_m_Array_0(L_1); // this.size = size; int32_t L_2 = ___size0; NullCheck((DynamicArray_1_t240269079A07187CA35F5933B3D1DF275B77C5FB *)__this); (( void (*) (DynamicArray_1_t240269079A07187CA35F5933B3D1DF275B77C5FB *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)->methodPointer)((DynamicArray_1_t240269079A07187CA35F5933B3D1DF275B77C5FB *)__this, (int32_t)L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)); // } return; } } // System.Void UnityEngine.Rendering.DynamicArray`1::Clear() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DynamicArray_1_Clear_m3026D5876E2D4BAE6AE9035C1C995BF6FED5256D_gshared (DynamicArray_1_t240269079A07187CA35F5933B3D1DF275B77C5FB * __this, const RuntimeMethod* method) { { // size = 0; NullCheck((DynamicArray_1_t240269079A07187CA35F5933B3D1DF275B77C5FB *)__this); (( void (*) (DynamicArray_1_t240269079A07187CA35F5933B3D1DF275B77C5FB *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)->methodPointer)((DynamicArray_1_t240269079A07187CA35F5933B3D1DF275B77C5FB *)__this, (int32_t)0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)); // } return; } } // System.Int32 UnityEngine.Rendering.DynamicArray`1::Add(T&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DynamicArray_1_Add_m382223C83C0B9F31AD580DB51B3B9803B0BC3B2F_gshared (DynamicArray_1_t240269079A07187CA35F5933B3D1DF275B77C5FB * __this, RendererListResource_tB83FADD77C73085F76C00D94911263A69556D250 * ___value0, const RuntimeMethod* method) { int32_t V_0 = 0; RendererListResourceU5BU5D_tCD88751EFCF46EA115841E25D7484FADFCCF9BA3* V_1 = NULL; int32_t V_2 = 0; { // int index = size; NullCheck((DynamicArray_1_t240269079A07187CA35F5933B3D1DF275B77C5FB *)__this); int32_t L_0; L_0 = (( int32_t (*) (DynamicArray_1_t240269079A07187CA35F5933B3D1DF275B77C5FB *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 2)->methodPointer)((DynamicArray_1_t240269079A07187CA35F5933B3D1DF275B77C5FB *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 2)); V_0 = (int32_t)L_0; // if (index >= m_Array.Length) int32_t L_1 = V_0; RendererListResourceU5BU5D_tCD88751EFCF46EA115841E25D7484FADFCCF9BA3* L_2 = (RendererListResourceU5BU5D_tCD88751EFCF46EA115841E25D7484FADFCCF9BA3*)__this->get_m_Array_0(); NullCheck(L_2); if ((((int32_t)L_1) < ((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_2)->max_length)))))) { goto IL_003d; } } { // var newArray = new T[m_Array.Length * 2]; RendererListResourceU5BU5D_tCD88751EFCF46EA115841E25D7484FADFCCF9BA3* L_3 = (RendererListResourceU5BU5D_tCD88751EFCF46EA115841E25D7484FADFCCF9BA3*)__this->get_m_Array_0(); NullCheck(L_3); RendererListResourceU5BU5D_tCD88751EFCF46EA115841E25D7484FADFCCF9BA3* L_4 = (RendererListResourceU5BU5D_tCD88751EFCF46EA115841E25D7484FADFCCF9BA3*)(RendererListResourceU5BU5D_tCD88751EFCF46EA115841E25D7484FADFCCF9BA3*)SZArrayNew(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 0), (uint32_t)((int32_t)il2cpp_codegen_multiply((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_3)->max_length))), (int32_t)2))); V_1 = (RendererListResourceU5BU5D_tCD88751EFCF46EA115841E25D7484FADFCCF9BA3*)L_4; // Array.Copy(m_Array, newArray, m_Array.Length); RendererListResourceU5BU5D_tCD88751EFCF46EA115841E25D7484FADFCCF9BA3* L_5 = (RendererListResourceU5BU5D_tCD88751EFCF46EA115841E25D7484FADFCCF9BA3*)__this->get_m_Array_0(); RendererListResourceU5BU5D_tCD88751EFCF46EA115841E25D7484FADFCCF9BA3* L_6 = V_1; RendererListResourceU5BU5D_tCD88751EFCF46EA115841E25D7484FADFCCF9BA3* L_7 = (RendererListResourceU5BU5D_tCD88751EFCF46EA115841E25D7484FADFCCF9BA3*)__this->get_m_Array_0(); NullCheck(L_7); Array_Copy_mDB95A273EF4E8A4BC2F5D25236E21AF6584F5F5D((RuntimeArray *)(RuntimeArray *)L_5, (RuntimeArray *)(RuntimeArray *)L_6, (int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_7)->max_length))), /*hidden argument*/NULL); // m_Array = newArray; RendererListResourceU5BU5D_tCD88751EFCF46EA115841E25D7484FADFCCF9BA3* L_8 = V_1; __this->set_m_Array_0(L_8); } IL_003d: { // m_Array[index] = value; RendererListResourceU5BU5D_tCD88751EFCF46EA115841E25D7484FADFCCF9BA3* L_9 = (RendererListResourceU5BU5D_tCD88751EFCF46EA115841E25D7484FADFCCF9BA3*)__this->get_m_Array_0(); int32_t L_10 = V_0; RendererListResource_tB83FADD77C73085F76C00D94911263A69556D250 * L_11 = ___value0; RendererListResource_tB83FADD77C73085F76C00D94911263A69556D250 L_12 = (*(RendererListResource_tB83FADD77C73085F76C00D94911263A69556D250 *)L_11); NullCheck(L_9); (L_9)->SetAt(static_cast(L_10), (RendererListResource_tB83FADD77C73085F76C00D94911263A69556D250 )L_12); // size++; NullCheck((DynamicArray_1_t240269079A07187CA35F5933B3D1DF275B77C5FB *)__this); int32_t L_13; L_13 = (( int32_t (*) (DynamicArray_1_t240269079A07187CA35F5933B3D1DF275B77C5FB *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 2)->methodPointer)((DynamicArray_1_t240269079A07187CA35F5933B3D1DF275B77C5FB *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 2)); V_2 = (int32_t)L_13; int32_t L_14 = V_2; NullCheck((DynamicArray_1_t240269079A07187CA35F5933B3D1DF275B77C5FB *)__this); (( void (*) (DynamicArray_1_t240269079A07187CA35F5933B3D1DF275B77C5FB *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)->methodPointer)((DynamicArray_1_t240269079A07187CA35F5933B3D1DF275B77C5FB *)__this, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_14, (int32_t)1)), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)); // return index; int32_t L_15 = V_0; return (int32_t)L_15; } } // System.Void UnityEngine.Rendering.DynamicArray`1::Resize(System.Int32,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DynamicArray_1_Resize_m49532DE7835242935DE3077A706898DAE45843FA_gshared (DynamicArray_1_t240269079A07187CA35F5933B3D1DF275B77C5FB * __this, int32_t ___newSize0, bool ___keepContent1, const RuntimeMethod* method) { RendererListResourceU5BU5D_tCD88751EFCF46EA115841E25D7484FADFCCF9BA3* V_0 = NULL; { // if (newSize > m_Array.Length) int32_t L_0 = ___newSize0; RendererListResourceU5BU5D_tCD88751EFCF46EA115841E25D7484FADFCCF9BA3* L_1 = (RendererListResourceU5BU5D_tCD88751EFCF46EA115841E25D7484FADFCCF9BA3*)__this->get_m_Array_0(); NullCheck(L_1); if ((((int32_t)L_0) <= ((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_1)->max_length)))))) { goto IL_003e; } } { // if (keepContent) bool L_2 = ___keepContent1; if (!L_2) { goto IL_0032; } } { // var newArray = new T[newSize]; int32_t L_3 = ___newSize0; RendererListResourceU5BU5D_tCD88751EFCF46EA115841E25D7484FADFCCF9BA3* L_4 = (RendererListResourceU5BU5D_tCD88751EFCF46EA115841E25D7484FADFCCF9BA3*)(RendererListResourceU5BU5D_tCD88751EFCF46EA115841E25D7484FADFCCF9BA3*)SZArrayNew(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 0), (uint32_t)L_3); V_0 = (RendererListResourceU5BU5D_tCD88751EFCF46EA115841E25D7484FADFCCF9BA3*)L_4; // Array.Copy(m_Array, newArray, m_Array.Length); RendererListResourceU5BU5D_tCD88751EFCF46EA115841E25D7484FADFCCF9BA3* L_5 = (RendererListResourceU5BU5D_tCD88751EFCF46EA115841E25D7484FADFCCF9BA3*)__this->get_m_Array_0(); RendererListResourceU5BU5D_tCD88751EFCF46EA115841E25D7484FADFCCF9BA3* L_6 = V_0; RendererListResourceU5BU5D_tCD88751EFCF46EA115841E25D7484FADFCCF9BA3* L_7 = (RendererListResourceU5BU5D_tCD88751EFCF46EA115841E25D7484FADFCCF9BA3*)__this->get_m_Array_0(); NullCheck(L_7); Array_Copy_mDB95A273EF4E8A4BC2F5D25236E21AF6584F5F5D((RuntimeArray *)(RuntimeArray *)L_5, (RuntimeArray *)(RuntimeArray *)L_6, (int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_7)->max_length))), /*hidden argument*/NULL); // m_Array = newArray; RendererListResourceU5BU5D_tCD88751EFCF46EA115841E25D7484FADFCCF9BA3* L_8 = V_0; __this->set_m_Array_0(L_8); // } goto IL_003e; } IL_0032: { // m_Array = new T[newSize]; int32_t L_9 = ___newSize0; RendererListResourceU5BU5D_tCD88751EFCF46EA115841E25D7484FADFCCF9BA3* L_10 = (RendererListResourceU5BU5D_tCD88751EFCF46EA115841E25D7484FADFCCF9BA3*)(RendererListResourceU5BU5D_tCD88751EFCF46EA115841E25D7484FADFCCF9BA3*)SZArrayNew(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 0), (uint32_t)L_9); __this->set_m_Array_0(L_10); } IL_003e: { // size = newSize; int32_t L_11 = ___newSize0; NullCheck((DynamicArray_1_t240269079A07187CA35F5933B3D1DF275B77C5FB *)__this); (( void (*) (DynamicArray_1_t240269079A07187CA35F5933B3D1DF275B77C5FB *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)->methodPointer)((DynamicArray_1_t240269079A07187CA35F5933B3D1DF275B77C5FB *)__this, (int32_t)L_11, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)); // } return; } } // T& UnityEngine.Rendering.DynamicArray`1::get_Item(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RendererListResource_tB83FADD77C73085F76C00D94911263A69556D250 * DynamicArray_1_get_Item_m0452A4A4FA0453A1BF56B5C0E2D602EB72BEE45E_gshared (DynamicArray_1_t240269079A07187CA35F5933B3D1DF275B77C5FB * __this, int32_t ___index0, const RuntimeMethod* method) { { // return ref m_Array[index]; RendererListResourceU5BU5D_tCD88751EFCF46EA115841E25D7484FADFCCF9BA3* L_0 = (RendererListResourceU5BU5D_tCD88751EFCF46EA115841E25D7484FADFCCF9BA3*)__this->get_m_Array_0(); int32_t L_1 = ___index0; NullCheck(L_0); return (RendererListResource_tB83FADD77C73085F76C00D94911263A69556D250 *)(((L_0)->GetAddressAt(static_cast(L_1)))); } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.EmptyArray`1>::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyArray_1__cctor_mD2EEF27EE142F078C88F24683F2630354C001B63_gshared (const RuntimeMethod* method) { { KeyValuePair_2U5BU5D_tA97D178F25732408D4AC6B5F926A9EDED5F8E000* L_0 = (KeyValuePair_2U5BU5D_tA97D178F25732408D4AC6B5F926A9EDED5F8E000*)(KeyValuePair_2U5BU5D_tA97D178F25732408D4AC6B5F926A9EDED5F8E000*)SZArrayNew(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0), (uint32_t)0); ((EmptyArray_1_tBA56689668D4C468EDD146FA6F3D34B8966942FB_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 1)))->set_Value_0(L_0); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.EmptyArray`1>::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyArray_1__cctor_m29150DE24605D7813C75FC118125D4151ABE139B_gshared (const RuntimeMethod* method) { { KeyValuePair_2U5BU5D_t0BF7C6185BEFBB97D75B41C977593F6FA8E45F23* L_0 = (KeyValuePair_2U5BU5D_t0BF7C6185BEFBB97D75B41C977593F6FA8E45F23*)(KeyValuePair_2U5BU5D_t0BF7C6185BEFBB97D75B41C977593F6FA8E45F23*)SZArrayNew(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0), (uint32_t)0); ((EmptyArray_1_t157400003BD48F37AB902496D96EF719CF8FDEC5_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 1)))->set_Value_0(L_0); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.EmptyArray`1>::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyArray_1__cctor_m46689CABD845E1946C5192F36857F1017A3A6308_gshared (const RuntimeMethod* method) { { KeyValuePair_2U5BU5D_tA780E964000F617CC6335A0DEC92B09FE0085E1C* L_0 = (KeyValuePair_2U5BU5D_tA780E964000F617CC6335A0DEC92B09FE0085E1C*)(KeyValuePair_2U5BU5D_tA780E964000F617CC6335A0DEC92B09FE0085E1C*)SZArrayNew(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0), (uint32_t)0); ((EmptyArray_1_t829AF529974C1C303146206269A36C99A4A80EDF_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 1)))->set_Value_0(L_0); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.EmptyArray`1::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyArray_1__cctor_m4F16ADDD39F104CFE6342FE5C1A972AA6E8C0AB9_gshared (const RuntimeMethod* method) { { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_0 = (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)SZArrayNew(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0), (uint32_t)0); ((EmptyArray_1_tB2402F7A8151EE5618C0BCC8815C169E00142333_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 1)))->set_Value_0(L_0); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.EmptyArray`1::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyArray_1__cctor_m6F0F15723B0B96D3CB33F7A70E010F2AE905F2AB_gshared (const RuntimeMethod* method) { { CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_0 = (CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34*)(CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34*)SZArrayNew(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0), (uint32_t)0); ((EmptyArray_1_t8C9D46673F64ABE360DE6F02C2BA0A5566DC9FDC_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 1)))->set_Value_0(L_0); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.EmptyArray`1::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyArray_1__cctor_m7BC29EC04AB1B4519C5AB236139DDD930C48B262_gshared (const RuntimeMethod* method) { { CustomAttributeNamedArgumentU5BU5D_t4EC7EAEB21A9435BFB8F2693AE8B3AD73E574451* L_0 = (CustomAttributeNamedArgumentU5BU5D_t4EC7EAEB21A9435BFB8F2693AE8B3AD73E574451*)(CustomAttributeNamedArgumentU5BU5D_t4EC7EAEB21A9435BFB8F2693AE8B3AD73E574451*)SZArrayNew(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0), (uint32_t)0); ((EmptyArray_1_t929B62FB2BE425A28E9061DB488711798B3E7DE9_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 1)))->set_Value_0(L_0); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.EmptyArray`1::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyArray_1__cctor_m5C2198054C19CEFDB6A77BE7635DF494C673FB06_gshared (const RuntimeMethod* method) { { CustomAttributeTypedArgumentU5BU5D_t20B1BE58263263B492DAC21E270358FB31189F98* L_0 = (CustomAttributeTypedArgumentU5BU5D_t20B1BE58263263B492DAC21E270358FB31189F98*)(CustomAttributeTypedArgumentU5BU5D_t20B1BE58263263B492DAC21E270358FB31189F98*)SZArrayNew(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0), (uint32_t)0); ((EmptyArray_1_t5C432F52782BD51992CB0284C4CC298BFC223635_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 1)))->set_Value_0(L_0); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.EmptyArray`1::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyArray_1__cctor_mAD75BDC34CB81036B6C373D559A2F7D412EA38F6_gshared (const RuntimeMethod* method) { { Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_0 = (Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32*)(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32*)SZArrayNew(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0), (uint32_t)0); ((EmptyArray_1_t70104E2805268B05862A836622FCF0A8BFD10539_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 1)))->set_Value_0(L_0); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.EmptyArray`1::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyArray_1__cctor_m8DCA6973B6E09D986A4A9DB5AEF114A2EE1E903E_gshared (const RuntimeMethod* method) { { ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_0 = (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)SZArrayNew(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0), (uint32_t)0); ((EmptyArray_1_tBF73225DFA890366D579424FE8F40073BF9FBAD4_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 1)))->set_Value_0(L_0); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.EmptyArray`1::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyArray_1__cctor_m9326E80F46727989B8E8447C58C9003B2BAC8BF6_gshared (const RuntimeMethod* method) { { ParameterModifierU5BU5D_tFF6F73F1CFE837331D6AAA11CC78CE5D9B5F0A2B* L_0 = (ParameterModifierU5BU5D_tFF6F73F1CFE837331D6AAA11CC78CE5D9B5F0A2B*)(ParameterModifierU5BU5D_tFF6F73F1CFE837331D6AAA11CC78CE5D9B5F0A2B*)SZArrayNew(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0), (uint32_t)0); ((EmptyArray_1_t7FF24080930E4AD8DE852A0BE03367CD925FC4F9_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 1)))->set_Value_0(L_0); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.EmptyArray`1::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyArray_1__cctor_m17FF218B89F9DEEF281566A36A69D1A6EAA195EC_gshared (const RuntimeMethod* method) { { ReflectionSnapshotU5BU5D_t690458B797C9FE34D387A9C1A0145317B3E08FED* L_0 = (ReflectionSnapshotU5BU5D_t690458B797C9FE34D387A9C1A0145317B3E08FED*)(ReflectionSnapshotU5BU5D_t690458B797C9FE34D387A9C1A0145317B3E08FED*)SZArrayNew(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0), (uint32_t)0); ((EmptyArray_1_tCF3DF720A40D73DE0991855C0585DC39C1FB9B67_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 1)))->set_Value_0(L_0); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.EmptyArray`1::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyArray_1__cctor_m30AF1DEB46DE71E09E431EF8EBC50A71957BCE50_gshared (const RuntimeMethod* method) { { SequenceConstructPosContextU5BU5D_tB4ACA1FC55072B19F97324DE24BBB743C90351EF* L_0 = (SequenceConstructPosContextU5BU5D_tB4ACA1FC55072B19F97324DE24BBB743C90351EF*)(SequenceConstructPosContextU5BU5D_tB4ACA1FC55072B19F97324DE24BBB743C90351EF*)SZArrayNew(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0), (uint32_t)0); ((EmptyArray_1_t68F9516C5E9EAFDE58AE85134704A6A24487DBE4_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 1)))->set_Value_0(L_0); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Linq.EmptyEnumerable`1::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyEnumerable_1__cctor_m3A194B1FC19C39907C40C057262DDEEEBD231BF5_gshared (const RuntimeMethod* method) { { NameAndParametersU5BU5D_t960DDB52F44DD1231B0C626E9C859F1E0B2F5EAD* L_0 = (NameAndParametersU5BU5D_t960DDB52F44DD1231B0C626E9C859F1E0B2F5EAD*)(NameAndParametersU5BU5D_t960DDB52F44DD1231B0C626E9C859F1E0B2F5EAD*)SZArrayNew(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0), (uint32_t)0); ((EmptyEnumerable_1_t3EC83D0CDB97EC1E6EF8947DA317677A6F06FCF5_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 1)))->set_Instance_0(L_0); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Linq.EmptyEnumerable`1::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyEnumerable_1__cctor_mB2FD8C5EBDFDDBA4E8CE305CBF5C552DBBBB6B7A_gshared (const RuntimeMethod* method) { { ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_0 = (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)SZArrayNew(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0), (uint32_t)0); ((EmptyEnumerable_1_tB6A330001520792410A46A172F103A91B1608883_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 1)))->set_Instance_0(L_0); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Array/EmptyInternalEnumerator`1>::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1_Dispose_m2A0B50A0C00A8DCEFF9E7024BC17782EB94BBF88_gshared (EmptyInternalEnumerator_1_t5998DEBC01E06A514D3531209C656488BE980CF9 * __this, const RuntimeMethod* method) { { return; } } // System.Boolean System.Array/EmptyInternalEnumerator`1>::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool EmptyInternalEnumerator_1_MoveNext_mC96BB4417A45CDB45C037D422FD3FF877D71CCDC_gshared (EmptyInternalEnumerator_1_t5998DEBC01E06A514D3531209C656488BE980CF9 * __this, const RuntimeMethod* method) { { return (bool)0; } } // T System.Array/EmptyInternalEnumerator`1>::get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ArraySegment_1_t89782CFC3178DB9FD8FFCCC398B4575AE8D740AE EmptyInternalEnumerator_1_get_Current_m3695A61080AD3233FAB9CBF9097297874D36C156_gshared (EmptyInternalEnumerator_1_t5998DEBC01E06A514D3531209C656488BE980CF9 * __this, const RuntimeMethod* method) { { InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB * L_0 = (InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB_il2cpp_TypeInfo_var))); InvalidOperationException__ctor_mC012CE552988309733C896F3FEA8249171E4402E(L_0, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral7E7A07FECA0FF43839D67A9F7828EE56182CC9F6)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&EmptyInternalEnumerator_1_get_Current_m3695A61080AD3233FAB9CBF9097297874D36C156_RuntimeMethod_var))); } } // System.Object System.Array/EmptyInternalEnumerator`1>::System.Collections.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * EmptyInternalEnumerator_1_System_Collections_IEnumerator_get_Current_m0FD06AC1A979607DB4B1FA490E26B52D5FC908B1_gshared (EmptyInternalEnumerator_1_t5998DEBC01E06A514D3531209C656488BE980CF9 * __this, const RuntimeMethod* method) { { NullCheck((EmptyInternalEnumerator_1_t5998DEBC01E06A514D3531209C656488BE980CF9 *)__this); ArraySegment_1_t89782CFC3178DB9FD8FFCCC398B4575AE8D740AE L_0; L_0 = (( ArraySegment_1_t89782CFC3178DB9FD8FFCCC398B4575AE8D740AE (*) (EmptyInternalEnumerator_1_t5998DEBC01E06A514D3531209C656488BE980CF9 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((EmptyInternalEnumerator_1_t5998DEBC01E06A514D3531209C656488BE980CF9 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); ArraySegment_1_t89782CFC3178DB9FD8FFCCC398B4575AE8D740AE L_1 = (ArraySegment_1_t89782CFC3178DB9FD8FFCCC398B4575AE8D740AE )L_0; RuntimeObject * L_2 = Box(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 1), &L_1); return (RuntimeObject *)L_2; } } // System.Void System.Array/EmptyInternalEnumerator`1>::System.Collections.IEnumerator.Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1_System_Collections_IEnumerator_Reset_m8D437CB264F951EE948B437F1A9A644120B7B713_gshared (EmptyInternalEnumerator_1_t5998DEBC01E06A514D3531209C656488BE980CF9 * __this, const RuntimeMethod* method) { { return; } } // System.Void System.Array/EmptyInternalEnumerator`1>::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1__ctor_m52F24893541F432A25C267CA01DDCCBF71DD14BC_gshared (EmptyInternalEnumerator_1_t5998DEBC01E06A514D3531209C656488BE980CF9 * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405((RuntimeObject *)__this, /*hidden argument*/NULL); return; } } // System.Void System.Array/EmptyInternalEnumerator`1>::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1__cctor_m8B0E2C07683A0CCA622907C85E3193E58C635AD5_gshared (const RuntimeMethod* method) { { EmptyInternalEnumerator_1_t5998DEBC01E06A514D3531209C656488BE980CF9 * L_0 = (EmptyInternalEnumerator_1_t5998DEBC01E06A514D3531209C656488BE980CF9 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2)); (( void (*) (EmptyInternalEnumerator_1_t5998DEBC01E06A514D3531209C656488BE980CF9 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)->methodPointer)(L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); ((EmptyInternalEnumerator_1_t5998DEBC01E06A514D3531209C656488BE980CF9_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4)))->set_Value_0(L_0); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Array/EmptyInternalEnumerator`1>::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1_Dispose_m3BF0FBA9B8F3E1860758DB499B21E37CE52DE199_gshared (EmptyInternalEnumerator_1_t38E8BD09315B9CCB594A7E9DE01AE28DC764F3D1 * __this, const RuntimeMethod* method) { { return; } } // System.Boolean System.Array/EmptyInternalEnumerator`1>::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool EmptyInternalEnumerator_1_MoveNext_m1551BA88444E9E07B83E8FA4E6A6F8C4AFD0D50A_gshared (EmptyInternalEnumerator_1_t38E8BD09315B9CCB594A7E9DE01AE28DC764F3D1 * __this, const RuntimeMethod* method) { { return (bool)0; } } // T System.Array/EmptyInternalEnumerator`1>::get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Entry_t7354459F6787FFC973F7672A4A98A04A07EC9C46 EmptyInternalEnumerator_1_get_Current_m9FE6E5919B6D374A9F12C8F74A465EBCFFE2D91E_gshared (EmptyInternalEnumerator_1_t38E8BD09315B9CCB594A7E9DE01AE28DC764F3D1 * __this, const RuntimeMethod* method) { { InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB * L_0 = (InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB_il2cpp_TypeInfo_var))); InvalidOperationException__ctor_mC012CE552988309733C896F3FEA8249171E4402E(L_0, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral7E7A07FECA0FF43839D67A9F7828EE56182CC9F6)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&EmptyInternalEnumerator_1_get_Current_m9FE6E5919B6D374A9F12C8F74A465EBCFFE2D91E_RuntimeMethod_var))); } } // System.Object System.Array/EmptyInternalEnumerator`1>::System.Collections.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * EmptyInternalEnumerator_1_System_Collections_IEnumerator_get_Current_m6F7F2E195B9D3AFC8558AEA71A96510185FE21BA_gshared (EmptyInternalEnumerator_1_t38E8BD09315B9CCB594A7E9DE01AE28DC764F3D1 * __this, const RuntimeMethod* method) { { NullCheck((EmptyInternalEnumerator_1_t38E8BD09315B9CCB594A7E9DE01AE28DC764F3D1 *)__this); Entry_t7354459F6787FFC973F7672A4A98A04A07EC9C46 L_0; L_0 = (( Entry_t7354459F6787FFC973F7672A4A98A04A07EC9C46 (*) (EmptyInternalEnumerator_1_t38E8BD09315B9CCB594A7E9DE01AE28DC764F3D1 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((EmptyInternalEnumerator_1_t38E8BD09315B9CCB594A7E9DE01AE28DC764F3D1 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); Entry_t7354459F6787FFC973F7672A4A98A04A07EC9C46 L_1 = (Entry_t7354459F6787FFC973F7672A4A98A04A07EC9C46 )L_0; RuntimeObject * L_2 = Box(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 1), &L_1); return (RuntimeObject *)L_2; } } // System.Void System.Array/EmptyInternalEnumerator`1>::System.Collections.IEnumerator.Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1_System_Collections_IEnumerator_Reset_m953474D0631CF5503D725463BDCF813FE7FDE4E8_gshared (EmptyInternalEnumerator_1_t38E8BD09315B9CCB594A7E9DE01AE28DC764F3D1 * __this, const RuntimeMethod* method) { { return; } } // System.Void System.Array/EmptyInternalEnumerator`1>::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1__ctor_mD9DC0DBD265E838AEB819CF2A700CD4697901ED3_gshared (EmptyInternalEnumerator_1_t38E8BD09315B9CCB594A7E9DE01AE28DC764F3D1 * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405((RuntimeObject *)__this, /*hidden argument*/NULL); return; } } // System.Void System.Array/EmptyInternalEnumerator`1>::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1__cctor_m3EC0E4CFE1C36D9EC110A74C5DD45EBEFC90CEE3_gshared (const RuntimeMethod* method) { { EmptyInternalEnumerator_1_t38E8BD09315B9CCB594A7E9DE01AE28DC764F3D1 * L_0 = (EmptyInternalEnumerator_1_t38E8BD09315B9CCB594A7E9DE01AE28DC764F3D1 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2)); (( void (*) (EmptyInternalEnumerator_1_t38E8BD09315B9CCB594A7E9DE01AE28DC764F3D1 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)->methodPointer)(L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); ((EmptyInternalEnumerator_1_t38E8BD09315B9CCB594A7E9DE01AE28DC764F3D1_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4)))->set_Value_0(L_0); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Array/EmptyInternalEnumerator`1,System.Object>>::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1_Dispose_mD805DE45AC6469A9266910650B11177B0CE9A0D8_gshared (EmptyInternalEnumerator_1_tAF219D0D163A9BE31FF74EA74B0ABFC135A7780E * __this, const RuntimeMethod* method) { { return; } } // System.Boolean System.Array/EmptyInternalEnumerator`1,System.Object>>::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool EmptyInternalEnumerator_1_MoveNext_m2E5B1004B90A2C8C23E1E2C1AD44CAB285E6452A_gshared (EmptyInternalEnumerator_1_tAF219D0D163A9BE31FF74EA74B0ABFC135A7780E * __this, const RuntimeMethod* method) { { return (bool)0; } } // T System.Array/EmptyInternalEnumerator`1,System.Object>>::get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Entry_tB294B9C2737CEA8C4F8673B948596F849040B414 EmptyInternalEnumerator_1_get_Current_m8D5BCB6E030FB836FEDE19CF0BD83C0B2EF6A1CC_gshared (EmptyInternalEnumerator_1_tAF219D0D163A9BE31FF74EA74B0ABFC135A7780E * __this, const RuntimeMethod* method) { { InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB * L_0 = (InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB_il2cpp_TypeInfo_var))); InvalidOperationException__ctor_mC012CE552988309733C896F3FEA8249171E4402E(L_0, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral7E7A07FECA0FF43839D67A9F7828EE56182CC9F6)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&EmptyInternalEnumerator_1_get_Current_m8D5BCB6E030FB836FEDE19CF0BD83C0B2EF6A1CC_RuntimeMethod_var))); } } // System.Object System.Array/EmptyInternalEnumerator`1,System.Object>>::System.Collections.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * EmptyInternalEnumerator_1_System_Collections_IEnumerator_get_Current_m97ED703B253292AD13E77E1D6645C808E18B976D_gshared (EmptyInternalEnumerator_1_tAF219D0D163A9BE31FF74EA74B0ABFC135A7780E * __this, const RuntimeMethod* method) { { NullCheck((EmptyInternalEnumerator_1_tAF219D0D163A9BE31FF74EA74B0ABFC135A7780E *)__this); Entry_tB294B9C2737CEA8C4F8673B948596F849040B414 L_0; L_0 = (( Entry_tB294B9C2737CEA8C4F8673B948596F849040B414 (*) (EmptyInternalEnumerator_1_tAF219D0D163A9BE31FF74EA74B0ABFC135A7780E *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((EmptyInternalEnumerator_1_tAF219D0D163A9BE31FF74EA74B0ABFC135A7780E *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); Entry_tB294B9C2737CEA8C4F8673B948596F849040B414 L_1 = (Entry_tB294B9C2737CEA8C4F8673B948596F849040B414 )L_0; RuntimeObject * L_2 = Box(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 1), &L_1); return (RuntimeObject *)L_2; } } // System.Void System.Array/EmptyInternalEnumerator`1,System.Object>>::System.Collections.IEnumerator.Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1_System_Collections_IEnumerator_Reset_mA9D8711710E481DA4C057199AF50F0DFA52007C8_gshared (EmptyInternalEnumerator_1_tAF219D0D163A9BE31FF74EA74B0ABFC135A7780E * __this, const RuntimeMethod* method) { { return; } } // System.Void System.Array/EmptyInternalEnumerator`1,System.Object>>::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1__ctor_mC28DE23ADD21FCFD4EBE85D4AF3E1A7DEDF8F049_gshared (EmptyInternalEnumerator_1_tAF219D0D163A9BE31FF74EA74B0ABFC135A7780E * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405((RuntimeObject *)__this, /*hidden argument*/NULL); return; } } // System.Void System.Array/EmptyInternalEnumerator`1,System.Object>>::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1__cctor_m9AFA63D93D453AC92321E950BE3E2DA140DF2EDF_gshared (const RuntimeMethod* method) { { EmptyInternalEnumerator_1_tAF219D0D163A9BE31FF74EA74B0ABFC135A7780E * L_0 = (EmptyInternalEnumerator_1_tAF219D0D163A9BE31FF74EA74B0ABFC135A7780E *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2)); (( void (*) (EmptyInternalEnumerator_1_tAF219D0D163A9BE31FF74EA74B0ABFC135A7780E *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)->methodPointer)(L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); ((EmptyInternalEnumerator_1_tAF219D0D163A9BE31FF74EA74B0ABFC135A7780E_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4)))->set_Value_0(L_0); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Array/EmptyInternalEnumerator`1>::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1_Dispose_m8484567B6CBDE6CF9D045FBC3A0DEC620B802EC8_gshared (EmptyInternalEnumerator_1_tD88F5942877B5E3A0D48AE257113F894B2B0BCD7 * __this, const RuntimeMethod* method) { { return; } } // System.Boolean System.Array/EmptyInternalEnumerator`1>::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool EmptyInternalEnumerator_1_MoveNext_mBD37638D2847D1D9A87B19DF999BBBC8E768E34F_gshared (EmptyInternalEnumerator_1_tD88F5942877B5E3A0D48AE257113F894B2B0BCD7 * __this, const RuntimeMethod* method) { { return (bool)0; } } // T System.Array/EmptyInternalEnumerator`1>::get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Entry_t69CCC09D37B33E09DFFE24773C0E619628DC8D54 EmptyInternalEnumerator_1_get_Current_mB2F6B519AF5688829B01FAF3856C534D7E6B63D9_gshared (EmptyInternalEnumerator_1_tD88F5942877B5E3A0D48AE257113F894B2B0BCD7 * __this, const RuntimeMethod* method) { { InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB * L_0 = (InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB_il2cpp_TypeInfo_var))); InvalidOperationException__ctor_mC012CE552988309733C896F3FEA8249171E4402E(L_0, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral7E7A07FECA0FF43839D67A9F7828EE56182CC9F6)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&EmptyInternalEnumerator_1_get_Current_mB2F6B519AF5688829B01FAF3856C534D7E6B63D9_RuntimeMethod_var))); } } // System.Object System.Array/EmptyInternalEnumerator`1>::System.Collections.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * EmptyInternalEnumerator_1_System_Collections_IEnumerator_get_Current_m9E99E09992BB20321762759F47D3921C109BFB2E_gshared (EmptyInternalEnumerator_1_tD88F5942877B5E3A0D48AE257113F894B2B0BCD7 * __this, const RuntimeMethod* method) { { NullCheck((EmptyInternalEnumerator_1_tD88F5942877B5E3A0D48AE257113F894B2B0BCD7 *)__this); Entry_t69CCC09D37B33E09DFFE24773C0E619628DC8D54 L_0; L_0 = (( Entry_t69CCC09D37B33E09DFFE24773C0E619628DC8D54 (*) (EmptyInternalEnumerator_1_tD88F5942877B5E3A0D48AE257113F894B2B0BCD7 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((EmptyInternalEnumerator_1_tD88F5942877B5E3A0D48AE257113F894B2B0BCD7 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); Entry_t69CCC09D37B33E09DFFE24773C0E619628DC8D54 L_1 = (Entry_t69CCC09D37B33E09DFFE24773C0E619628DC8D54 )L_0; RuntimeObject * L_2 = Box(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 1), &L_1); return (RuntimeObject *)L_2; } } // System.Void System.Array/EmptyInternalEnumerator`1>::System.Collections.IEnumerator.Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1_System_Collections_IEnumerator_Reset_mCDE03604C1CCD5BB6E684C549F0C20985FBFC015_gshared (EmptyInternalEnumerator_1_tD88F5942877B5E3A0D48AE257113F894B2B0BCD7 * __this, const RuntimeMethod* method) { { return; } } // System.Void System.Array/EmptyInternalEnumerator`1>::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1__ctor_mC93A9455EAE75A2337E6FBA75FAD248AED524427_gshared (EmptyInternalEnumerator_1_tD88F5942877B5E3A0D48AE257113F894B2B0BCD7 * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405((RuntimeObject *)__this, /*hidden argument*/NULL); return; } } // System.Void System.Array/EmptyInternalEnumerator`1>::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1__cctor_m7E5C0E03506546F7951D1859E2636C08105FF39F_gshared (const RuntimeMethod* method) { { EmptyInternalEnumerator_1_tD88F5942877B5E3A0D48AE257113F894B2B0BCD7 * L_0 = (EmptyInternalEnumerator_1_tD88F5942877B5E3A0D48AE257113F894B2B0BCD7 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2)); (( void (*) (EmptyInternalEnumerator_1_tD88F5942877B5E3A0D48AE257113F894B2B0BCD7 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)->methodPointer)(L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); ((EmptyInternalEnumerator_1_tD88F5942877B5E3A0D48AE257113F894B2B0BCD7_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4)))->set_Value_0(L_0); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Array/EmptyInternalEnumerator`1>::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1_Dispose_mE38F69074653F81900EAE37C85AD4357C0AC53D7_gshared (EmptyInternalEnumerator_1_t50438ADEBE12925FE3301E492E2A9AF10C742ECB * __this, const RuntimeMethod* method) { { return; } } // System.Boolean System.Array/EmptyInternalEnumerator`1>::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool EmptyInternalEnumerator_1_MoveNext_m0A0751CA00EC630314FD8E980549DBD7B8B92492_gshared (EmptyInternalEnumerator_1_t50438ADEBE12925FE3301E492E2A9AF10C742ECB * __this, const RuntimeMethod* method) { { return (bool)0; } } // T System.Array/EmptyInternalEnumerator`1>::get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Entry_t93EE83F6AABF1097132D1968F2D35414B871BF93 EmptyInternalEnumerator_1_get_Current_m2AD96AA1F82EF56E2CFAEB299BC0DC9599A75042_gshared (EmptyInternalEnumerator_1_t50438ADEBE12925FE3301E492E2A9AF10C742ECB * __this, const RuntimeMethod* method) { { InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB * L_0 = (InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB_il2cpp_TypeInfo_var))); InvalidOperationException__ctor_mC012CE552988309733C896F3FEA8249171E4402E(L_0, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral7E7A07FECA0FF43839D67A9F7828EE56182CC9F6)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&EmptyInternalEnumerator_1_get_Current_m2AD96AA1F82EF56E2CFAEB299BC0DC9599A75042_RuntimeMethod_var))); } } // System.Object System.Array/EmptyInternalEnumerator`1>::System.Collections.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * EmptyInternalEnumerator_1_System_Collections_IEnumerator_get_Current_m9042C6BD00B1A760498E20A399CF08F8CFB736B5_gshared (EmptyInternalEnumerator_1_t50438ADEBE12925FE3301E492E2A9AF10C742ECB * __this, const RuntimeMethod* method) { { NullCheck((EmptyInternalEnumerator_1_t50438ADEBE12925FE3301E492E2A9AF10C742ECB *)__this); Entry_t93EE83F6AABF1097132D1968F2D35414B871BF93 L_0; L_0 = (( Entry_t93EE83F6AABF1097132D1968F2D35414B871BF93 (*) (EmptyInternalEnumerator_1_t50438ADEBE12925FE3301E492E2A9AF10C742ECB *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((EmptyInternalEnumerator_1_t50438ADEBE12925FE3301E492E2A9AF10C742ECB *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); Entry_t93EE83F6AABF1097132D1968F2D35414B871BF93 L_1 = (Entry_t93EE83F6AABF1097132D1968F2D35414B871BF93 )L_0; RuntimeObject * L_2 = Box(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 1), &L_1); return (RuntimeObject *)L_2; } } // System.Void System.Array/EmptyInternalEnumerator`1>::System.Collections.IEnumerator.Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1_System_Collections_IEnumerator_Reset_mCFB200F1AC1FEEA7C1E10924265A83F1541663FF_gshared (EmptyInternalEnumerator_1_t50438ADEBE12925FE3301E492E2A9AF10C742ECB * __this, const RuntimeMethod* method) { { return; } } // System.Void System.Array/EmptyInternalEnumerator`1>::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1__ctor_mC2D1BF5C45C4955068CA85B185E21B1462ED834E_gshared (EmptyInternalEnumerator_1_t50438ADEBE12925FE3301E492E2A9AF10C742ECB * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405((RuntimeObject *)__this, /*hidden argument*/NULL); return; } } // System.Void System.Array/EmptyInternalEnumerator`1>::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1__cctor_m261F8F7D7566C5411EBC91FC1CDB578B54AB500F_gshared (const RuntimeMethod* method) { { EmptyInternalEnumerator_1_t50438ADEBE12925FE3301E492E2A9AF10C742ECB * L_0 = (EmptyInternalEnumerator_1_t50438ADEBE12925FE3301E492E2A9AF10C742ECB *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2)); (( void (*) (EmptyInternalEnumerator_1_t50438ADEBE12925FE3301E492E2A9AF10C742ECB *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)->methodPointer)(L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); ((EmptyInternalEnumerator_1_t50438ADEBE12925FE3301E492E2A9AF10C742ECB_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4)))->set_Value_0(L_0); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Array/EmptyInternalEnumerator`1>::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1_Dispose_mFCBB64B545B162EA43324F37D8E5398835E27A0E_gshared (EmptyInternalEnumerator_1_tC45B9FEDAF327926C926165B86AC6722C46A97E0 * __this, const RuntimeMethod* method) { { return; } } // System.Boolean System.Array/EmptyInternalEnumerator`1>::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool EmptyInternalEnumerator_1_MoveNext_mF460497F641BD8AB9E78AF95E6511E60BAD97471_gshared (EmptyInternalEnumerator_1_tC45B9FEDAF327926C926165B86AC6722C46A97E0 * __this, const RuntimeMethod* method) { { return (bool)0; } } // T System.Array/EmptyInternalEnumerator`1>::get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Entry_tDC6B5B6EF2FC2247811C43D191A724C9BDEBE574 EmptyInternalEnumerator_1_get_Current_m2E8657A474D2F0C522A34D116A84EBA084E2963C_gshared (EmptyInternalEnumerator_1_tC45B9FEDAF327926C926165B86AC6722C46A97E0 * __this, const RuntimeMethod* method) { { InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB * L_0 = (InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB_il2cpp_TypeInfo_var))); InvalidOperationException__ctor_mC012CE552988309733C896F3FEA8249171E4402E(L_0, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral7E7A07FECA0FF43839D67A9F7828EE56182CC9F6)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&EmptyInternalEnumerator_1_get_Current_m2E8657A474D2F0C522A34D116A84EBA084E2963C_RuntimeMethod_var))); } } // System.Object System.Array/EmptyInternalEnumerator`1>::System.Collections.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * EmptyInternalEnumerator_1_System_Collections_IEnumerator_get_Current_mEF5FF6080CCA67FD9590C259D367424640B9A573_gshared (EmptyInternalEnumerator_1_tC45B9FEDAF327926C926165B86AC6722C46A97E0 * __this, const RuntimeMethod* method) { { NullCheck((EmptyInternalEnumerator_1_tC45B9FEDAF327926C926165B86AC6722C46A97E0 *)__this); Entry_tDC6B5B6EF2FC2247811C43D191A724C9BDEBE574 L_0; L_0 = (( Entry_tDC6B5B6EF2FC2247811C43D191A724C9BDEBE574 (*) (EmptyInternalEnumerator_1_tC45B9FEDAF327926C926165B86AC6722C46A97E0 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((EmptyInternalEnumerator_1_tC45B9FEDAF327926C926165B86AC6722C46A97E0 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); Entry_tDC6B5B6EF2FC2247811C43D191A724C9BDEBE574 L_1 = (Entry_tDC6B5B6EF2FC2247811C43D191A724C9BDEBE574 )L_0; RuntimeObject * L_2 = Box(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 1), &L_1); return (RuntimeObject *)L_2; } } // System.Void System.Array/EmptyInternalEnumerator`1>::System.Collections.IEnumerator.Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1_System_Collections_IEnumerator_Reset_m911F644676852A80114D2A584BEB91B8DAB233F5_gshared (EmptyInternalEnumerator_1_tC45B9FEDAF327926C926165B86AC6722C46A97E0 * __this, const RuntimeMethod* method) { { return; } } // System.Void System.Array/EmptyInternalEnumerator`1>::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1__ctor_mA5AEAFEEB280CBA574769AC393EF6514CA2983B2_gshared (EmptyInternalEnumerator_1_tC45B9FEDAF327926C926165B86AC6722C46A97E0 * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405((RuntimeObject *)__this, /*hidden argument*/NULL); return; } } // System.Void System.Array/EmptyInternalEnumerator`1>::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1__cctor_m927B11B7A89ED5F406AECA809971C3933D67BBE3_gshared (const RuntimeMethod* method) { { EmptyInternalEnumerator_1_tC45B9FEDAF327926C926165B86AC6722C46A97E0 * L_0 = (EmptyInternalEnumerator_1_tC45B9FEDAF327926C926165B86AC6722C46A97E0 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2)); (( void (*) (EmptyInternalEnumerator_1_tC45B9FEDAF327926C926165B86AC6722C46A97E0 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)->methodPointer)(L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); ((EmptyInternalEnumerator_1_tC45B9FEDAF327926C926165B86AC6722C46A97E0_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4)))->set_Value_0(L_0); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Array/EmptyInternalEnumerator`1>::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1_Dispose_m1B7D3007C9D755201E55263CF7D9B246D5588DCC_gshared (EmptyInternalEnumerator_1_t3E679E759FCEEE3F16A6B393EDB3AEBEF9822054 * __this, const RuntimeMethod* method) { { return; } } // System.Boolean System.Array/EmptyInternalEnumerator`1>::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool EmptyInternalEnumerator_1_MoveNext_mBDA23673D131B136EF48747F0F523AC64C6C6F94_gshared (EmptyInternalEnumerator_1_t3E679E759FCEEE3F16A6B393EDB3AEBEF9822054 * __this, const RuntimeMethod* method) { { return (bool)0; } } // T System.Array/EmptyInternalEnumerator`1>::get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Entry_tCDC4EA498E71B056C8C5CAA79DCC23A3051ABBA2 EmptyInternalEnumerator_1_get_Current_m62B4756A40B8D4AC787C04B210DE851B31C78CA9_gshared (EmptyInternalEnumerator_1_t3E679E759FCEEE3F16A6B393EDB3AEBEF9822054 * __this, const RuntimeMethod* method) { { InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB * L_0 = (InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB_il2cpp_TypeInfo_var))); InvalidOperationException__ctor_mC012CE552988309733C896F3FEA8249171E4402E(L_0, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral7E7A07FECA0FF43839D67A9F7828EE56182CC9F6)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&EmptyInternalEnumerator_1_get_Current_m62B4756A40B8D4AC787C04B210DE851B31C78CA9_RuntimeMethod_var))); } } // System.Object System.Array/EmptyInternalEnumerator`1>::System.Collections.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * EmptyInternalEnumerator_1_System_Collections_IEnumerator_get_Current_mD2C95B6C8DB4DF1ED68BE8881D4D860CF77DD965_gshared (EmptyInternalEnumerator_1_t3E679E759FCEEE3F16A6B393EDB3AEBEF9822054 * __this, const RuntimeMethod* method) { { NullCheck((EmptyInternalEnumerator_1_t3E679E759FCEEE3F16A6B393EDB3AEBEF9822054 *)__this); Entry_tCDC4EA498E71B056C8C5CAA79DCC23A3051ABBA2 L_0; L_0 = (( Entry_tCDC4EA498E71B056C8C5CAA79DCC23A3051ABBA2 (*) (EmptyInternalEnumerator_1_t3E679E759FCEEE3F16A6B393EDB3AEBEF9822054 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((EmptyInternalEnumerator_1_t3E679E759FCEEE3F16A6B393EDB3AEBEF9822054 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); Entry_tCDC4EA498E71B056C8C5CAA79DCC23A3051ABBA2 L_1 = (Entry_tCDC4EA498E71B056C8C5CAA79DCC23A3051ABBA2 )L_0; RuntimeObject * L_2 = Box(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 1), &L_1); return (RuntimeObject *)L_2; } } // System.Void System.Array/EmptyInternalEnumerator`1>::System.Collections.IEnumerator.Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1_System_Collections_IEnumerator_Reset_mAF341B26179E1ADA61F4001CB693891DD2E5EE65_gshared (EmptyInternalEnumerator_1_t3E679E759FCEEE3F16A6B393EDB3AEBEF9822054 * __this, const RuntimeMethod* method) { { return; } } // System.Void System.Array/EmptyInternalEnumerator`1>::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1__ctor_mE7DE3FFC94E341BDA48FB106409E5CCAF6FEE999_gshared (EmptyInternalEnumerator_1_t3E679E759FCEEE3F16A6B393EDB3AEBEF9822054 * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405((RuntimeObject *)__this, /*hidden argument*/NULL); return; } } // System.Void System.Array/EmptyInternalEnumerator`1>::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1__cctor_m984EBBF96731BB2BFD5291D3496B88ED0C7D6D29_gshared (const RuntimeMethod* method) { { EmptyInternalEnumerator_1_t3E679E759FCEEE3F16A6B393EDB3AEBEF9822054 * L_0 = (EmptyInternalEnumerator_1_t3E679E759FCEEE3F16A6B393EDB3AEBEF9822054 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2)); (( void (*) (EmptyInternalEnumerator_1_t3E679E759FCEEE3F16A6B393EDB3AEBEF9822054 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)->methodPointer)(L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); ((EmptyInternalEnumerator_1_t3E679E759FCEEE3F16A6B393EDB3AEBEF9822054_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4)))->set_Value_0(L_0); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Array/EmptyInternalEnumerator`1>::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1_Dispose_m925FB25710F7CF171E794CDD46F02ADCD1C02659_gshared (EmptyInternalEnumerator_1_t6E90875C18FF25486956593064A87B70675C0163 * __this, const RuntimeMethod* method) { { return; } } // System.Boolean System.Array/EmptyInternalEnumerator`1>::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool EmptyInternalEnumerator_1_MoveNext_m96271D071B05C474C8203CED20324CC30F21BEFD_gshared (EmptyInternalEnumerator_1_t6E90875C18FF25486956593064A87B70675C0163 * __this, const RuntimeMethod* method) { { return (bool)0; } } // T System.Array/EmptyInternalEnumerator`1>::get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Entry_tA523D5B6E52C9B2DF32AD9B215DB4CD22E449895 EmptyInternalEnumerator_1_get_Current_m8957882C693CDB461E40D2BBA7529C6D89ED509E_gshared (EmptyInternalEnumerator_1_t6E90875C18FF25486956593064A87B70675C0163 * __this, const RuntimeMethod* method) { { InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB * L_0 = (InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB_il2cpp_TypeInfo_var))); InvalidOperationException__ctor_mC012CE552988309733C896F3FEA8249171E4402E(L_0, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral7E7A07FECA0FF43839D67A9F7828EE56182CC9F6)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&EmptyInternalEnumerator_1_get_Current_m8957882C693CDB461E40D2BBA7529C6D89ED509E_RuntimeMethod_var))); } } // System.Object System.Array/EmptyInternalEnumerator`1>::System.Collections.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * EmptyInternalEnumerator_1_System_Collections_IEnumerator_get_Current_mA39C3E74B174047C871AE7D7F54C62DF3EF6B96D_gshared (EmptyInternalEnumerator_1_t6E90875C18FF25486956593064A87B70675C0163 * __this, const RuntimeMethod* method) { { NullCheck((EmptyInternalEnumerator_1_t6E90875C18FF25486956593064A87B70675C0163 *)__this); Entry_tA523D5B6E52C9B2DF32AD9B215DB4CD22E449895 L_0; L_0 = (( Entry_tA523D5B6E52C9B2DF32AD9B215DB4CD22E449895 (*) (EmptyInternalEnumerator_1_t6E90875C18FF25486956593064A87B70675C0163 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((EmptyInternalEnumerator_1_t6E90875C18FF25486956593064A87B70675C0163 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); Entry_tA523D5B6E52C9B2DF32AD9B215DB4CD22E449895 L_1 = (Entry_tA523D5B6E52C9B2DF32AD9B215DB4CD22E449895 )L_0; RuntimeObject * L_2 = Box(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 1), &L_1); return (RuntimeObject *)L_2; } } // System.Void System.Array/EmptyInternalEnumerator`1>::System.Collections.IEnumerator.Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1_System_Collections_IEnumerator_Reset_mE4CF84166283F319BEFEB29AE1087759D5AC8718_gshared (EmptyInternalEnumerator_1_t6E90875C18FF25486956593064A87B70675C0163 * __this, const RuntimeMethod* method) { { return; } } // System.Void System.Array/EmptyInternalEnumerator`1>::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1__ctor_mF2B8C36ABF39CD47D01940FDD5E99505F1BD2BE6_gshared (EmptyInternalEnumerator_1_t6E90875C18FF25486956593064A87B70675C0163 * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405((RuntimeObject *)__this, /*hidden argument*/NULL); return; } } // System.Void System.Array/EmptyInternalEnumerator`1>::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1__cctor_m51CA68702E3FD786BAA7C5087D5EF359F9F1C88C_gshared (const RuntimeMethod* method) { { EmptyInternalEnumerator_1_t6E90875C18FF25486956593064A87B70675C0163 * L_0 = (EmptyInternalEnumerator_1_t6E90875C18FF25486956593064A87B70675C0163 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2)); (( void (*) (EmptyInternalEnumerator_1_t6E90875C18FF25486956593064A87B70675C0163 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)->methodPointer)(L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); ((EmptyInternalEnumerator_1_t6E90875C18FF25486956593064A87B70675C0163_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4)))->set_Value_0(L_0); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Array/EmptyInternalEnumerator`1>::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1_Dispose_m81512BF9A92AB23D6952D688FED494202CA8C8D3_gshared (EmptyInternalEnumerator_1_t2AA2DC8D5283124987F4ADFD9076C1CE7A2CF98C * __this, const RuntimeMethod* method) { { return; } } // System.Boolean System.Array/EmptyInternalEnumerator`1>::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool EmptyInternalEnumerator_1_MoveNext_m7F619B71C35D9E33AFB2AA705FFDDEC21D7EEAE5_gshared (EmptyInternalEnumerator_1_t2AA2DC8D5283124987F4ADFD9076C1CE7A2CF98C * __this, const RuntimeMethod* method) { { return (bool)0; } } // T System.Array/EmptyInternalEnumerator`1>::get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Entry_tD3C172E348082DAA38034A7BFC5251A40A96D632 EmptyInternalEnumerator_1_get_Current_m567FA3625E36E8936B6E871A6C9652DB35DF2297_gshared (EmptyInternalEnumerator_1_t2AA2DC8D5283124987F4ADFD9076C1CE7A2CF98C * __this, const RuntimeMethod* method) { { InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB * L_0 = (InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB_il2cpp_TypeInfo_var))); InvalidOperationException__ctor_mC012CE552988309733C896F3FEA8249171E4402E(L_0, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral7E7A07FECA0FF43839D67A9F7828EE56182CC9F6)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&EmptyInternalEnumerator_1_get_Current_m567FA3625E36E8936B6E871A6C9652DB35DF2297_RuntimeMethod_var))); } } // System.Object System.Array/EmptyInternalEnumerator`1>::System.Collections.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * EmptyInternalEnumerator_1_System_Collections_IEnumerator_get_Current_mC43AF7DF2AF034C881775C1B78A59E2639D13DE9_gshared (EmptyInternalEnumerator_1_t2AA2DC8D5283124987F4ADFD9076C1CE7A2CF98C * __this, const RuntimeMethod* method) { { NullCheck((EmptyInternalEnumerator_1_t2AA2DC8D5283124987F4ADFD9076C1CE7A2CF98C *)__this); Entry_tD3C172E348082DAA38034A7BFC5251A40A96D632 L_0; L_0 = (( Entry_tD3C172E348082DAA38034A7BFC5251A40A96D632 (*) (EmptyInternalEnumerator_1_t2AA2DC8D5283124987F4ADFD9076C1CE7A2CF98C *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((EmptyInternalEnumerator_1_t2AA2DC8D5283124987F4ADFD9076C1CE7A2CF98C *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); Entry_tD3C172E348082DAA38034A7BFC5251A40A96D632 L_1 = (Entry_tD3C172E348082DAA38034A7BFC5251A40A96D632 )L_0; RuntimeObject * L_2 = Box(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 1), &L_1); return (RuntimeObject *)L_2; } } // System.Void System.Array/EmptyInternalEnumerator`1>::System.Collections.IEnumerator.Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1_System_Collections_IEnumerator_Reset_mB835CB4BCAE975B055DF67FE2BAE7B905720553F_gshared (EmptyInternalEnumerator_1_t2AA2DC8D5283124987F4ADFD9076C1CE7A2CF98C * __this, const RuntimeMethod* method) { { return; } } // System.Void System.Array/EmptyInternalEnumerator`1>::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1__ctor_m7D8B0940411453E9792E3C1A825C342FCD616CCB_gshared (EmptyInternalEnumerator_1_t2AA2DC8D5283124987F4ADFD9076C1CE7A2CF98C * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405((RuntimeObject *)__this, /*hidden argument*/NULL); return; } } // System.Void System.Array/EmptyInternalEnumerator`1>::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1__cctor_m4C6CF6BB086B2440697256B8399EF7B1E2F18D6E_gshared (const RuntimeMethod* method) { { EmptyInternalEnumerator_1_t2AA2DC8D5283124987F4ADFD9076C1CE7A2CF98C * L_0 = (EmptyInternalEnumerator_1_t2AA2DC8D5283124987F4ADFD9076C1CE7A2CF98C *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2)); (( void (*) (EmptyInternalEnumerator_1_t2AA2DC8D5283124987F4ADFD9076C1CE7A2CF98C *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)->methodPointer)(L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); ((EmptyInternalEnumerator_1_t2AA2DC8D5283124987F4ADFD9076C1CE7A2CF98C_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4)))->set_Value_0(L_0); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Array/EmptyInternalEnumerator`1>::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1_Dispose_mCAEC5AC6C1D193C7649857D5554592AC38786EEF_gshared (EmptyInternalEnumerator_1_t909486D2717613B5B3FD3C02F3EC58E60933F757 * __this, const RuntimeMethod* method) { { return; } } // System.Boolean System.Array/EmptyInternalEnumerator`1>::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool EmptyInternalEnumerator_1_MoveNext_m18182F33FD0F22B728E9A4C814EEB86A2CDEC67A_gshared (EmptyInternalEnumerator_1_t909486D2717613B5B3FD3C02F3EC58E60933F757 * __this, const RuntimeMethod* method) { { return (bool)0; } } // T System.Array/EmptyInternalEnumerator`1>::get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Entry_tB53F836B4E9ADA531BA7E0DD730CEC7F77215590 EmptyInternalEnumerator_1_get_Current_m56829B86C3DA6EB74BBFD5A1E16DB3919AEF641D_gshared (EmptyInternalEnumerator_1_t909486D2717613B5B3FD3C02F3EC58E60933F757 * __this, const RuntimeMethod* method) { { InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB * L_0 = (InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB_il2cpp_TypeInfo_var))); InvalidOperationException__ctor_mC012CE552988309733C896F3FEA8249171E4402E(L_0, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral7E7A07FECA0FF43839D67A9F7828EE56182CC9F6)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&EmptyInternalEnumerator_1_get_Current_m56829B86C3DA6EB74BBFD5A1E16DB3919AEF641D_RuntimeMethod_var))); } } // System.Object System.Array/EmptyInternalEnumerator`1>::System.Collections.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * EmptyInternalEnumerator_1_System_Collections_IEnumerator_get_Current_mC5D74ED8B3EAC4B86F93345FDB3872DA7E682606_gshared (EmptyInternalEnumerator_1_t909486D2717613B5B3FD3C02F3EC58E60933F757 * __this, const RuntimeMethod* method) { { NullCheck((EmptyInternalEnumerator_1_t909486D2717613B5B3FD3C02F3EC58E60933F757 *)__this); Entry_tB53F836B4E9ADA531BA7E0DD730CEC7F77215590 L_0; L_0 = (( Entry_tB53F836B4E9ADA531BA7E0DD730CEC7F77215590 (*) (EmptyInternalEnumerator_1_t909486D2717613B5B3FD3C02F3EC58E60933F757 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((EmptyInternalEnumerator_1_t909486D2717613B5B3FD3C02F3EC58E60933F757 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); Entry_tB53F836B4E9ADA531BA7E0DD730CEC7F77215590 L_1 = (Entry_tB53F836B4E9ADA531BA7E0DD730CEC7F77215590 )L_0; RuntimeObject * L_2 = Box(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 1), &L_1); return (RuntimeObject *)L_2; } } // System.Void System.Array/EmptyInternalEnumerator`1>::System.Collections.IEnumerator.Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1_System_Collections_IEnumerator_Reset_m0DF2CF6CA15B4F302973DA2A1D009F0D8A314177_gshared (EmptyInternalEnumerator_1_t909486D2717613B5B3FD3C02F3EC58E60933F757 * __this, const RuntimeMethod* method) { { return; } } // System.Void System.Array/EmptyInternalEnumerator`1>::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1__ctor_m69355545BE914772DA316087A4A8C1204A71A19B_gshared (EmptyInternalEnumerator_1_t909486D2717613B5B3FD3C02F3EC58E60933F757 * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405((RuntimeObject *)__this, /*hidden argument*/NULL); return; } } // System.Void System.Array/EmptyInternalEnumerator`1>::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1__cctor_mA26646C25FE8994EEC307EAC867B0B6CEA7B93D7_gshared (const RuntimeMethod* method) { { EmptyInternalEnumerator_1_t909486D2717613B5B3FD3C02F3EC58E60933F757 * L_0 = (EmptyInternalEnumerator_1_t909486D2717613B5B3FD3C02F3EC58E60933F757 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2)); (( void (*) (EmptyInternalEnumerator_1_t909486D2717613B5B3FD3C02F3EC58E60933F757 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)->methodPointer)(L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); ((EmptyInternalEnumerator_1_t909486D2717613B5B3FD3C02F3EC58E60933F757_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4)))->set_Value_0(L_0); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Array/EmptyInternalEnumerator`1>::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1_Dispose_mA374EDE597FB83699D80D372BFFE1685DF1460C9_gshared (EmptyInternalEnumerator_1_tCD5FF7F3D7FB95851EB37733FCB6A4BFEECE8688 * __this, const RuntimeMethod* method) { { return; } } // System.Boolean System.Array/EmptyInternalEnumerator`1>::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool EmptyInternalEnumerator_1_MoveNext_mA17FC1DB432876A3FAD77A40155C1D0BD4E068E8_gshared (EmptyInternalEnumerator_1_tCD5FF7F3D7FB95851EB37733FCB6A4BFEECE8688 * __this, const RuntimeMethod* method) { { return (bool)0; } } // T System.Array/EmptyInternalEnumerator`1>::get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Entry_t51C832A182CFB5F60F04E3DA5ACBB373C7DD560B EmptyInternalEnumerator_1_get_Current_m716400B5045C5A4CF74825AA1DB1E42289C35D13_gshared (EmptyInternalEnumerator_1_tCD5FF7F3D7FB95851EB37733FCB6A4BFEECE8688 * __this, const RuntimeMethod* method) { { InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB * L_0 = (InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB_il2cpp_TypeInfo_var))); InvalidOperationException__ctor_mC012CE552988309733C896F3FEA8249171E4402E(L_0, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral7E7A07FECA0FF43839D67A9F7828EE56182CC9F6)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&EmptyInternalEnumerator_1_get_Current_m716400B5045C5A4CF74825AA1DB1E42289C35D13_RuntimeMethod_var))); } } // System.Object System.Array/EmptyInternalEnumerator`1>::System.Collections.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * EmptyInternalEnumerator_1_System_Collections_IEnumerator_get_Current_mE838A18ACBAEA775D7C3530602C7B2F6C9287727_gshared (EmptyInternalEnumerator_1_tCD5FF7F3D7FB95851EB37733FCB6A4BFEECE8688 * __this, const RuntimeMethod* method) { { NullCheck((EmptyInternalEnumerator_1_tCD5FF7F3D7FB95851EB37733FCB6A4BFEECE8688 *)__this); Entry_t51C832A182CFB5F60F04E3DA5ACBB373C7DD560B L_0; L_0 = (( Entry_t51C832A182CFB5F60F04E3DA5ACBB373C7DD560B (*) (EmptyInternalEnumerator_1_tCD5FF7F3D7FB95851EB37733FCB6A4BFEECE8688 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((EmptyInternalEnumerator_1_tCD5FF7F3D7FB95851EB37733FCB6A4BFEECE8688 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); Entry_t51C832A182CFB5F60F04E3DA5ACBB373C7DD560B L_1 = (Entry_t51C832A182CFB5F60F04E3DA5ACBB373C7DD560B )L_0; RuntimeObject * L_2 = Box(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 1), &L_1); return (RuntimeObject *)L_2; } } // System.Void System.Array/EmptyInternalEnumerator`1>::System.Collections.IEnumerator.Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1_System_Collections_IEnumerator_Reset_mADB2EA627A606D781B08D4E91915FE5E770E290B_gshared (EmptyInternalEnumerator_1_tCD5FF7F3D7FB95851EB37733FCB6A4BFEECE8688 * __this, const RuntimeMethod* method) { { return; } } // System.Void System.Array/EmptyInternalEnumerator`1>::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1__ctor_m5B53AD6A719877CF58001DB780F0C5E68E613E72_gshared (EmptyInternalEnumerator_1_tCD5FF7F3D7FB95851EB37733FCB6A4BFEECE8688 * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405((RuntimeObject *)__this, /*hidden argument*/NULL); return; } } // System.Void System.Array/EmptyInternalEnumerator`1>::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1__cctor_m27AA8C1B47F5A0D5433339FF42CEED2CD2A4F7CA_gshared (const RuntimeMethod* method) { { EmptyInternalEnumerator_1_tCD5FF7F3D7FB95851EB37733FCB6A4BFEECE8688 * L_0 = (EmptyInternalEnumerator_1_tCD5FF7F3D7FB95851EB37733FCB6A4BFEECE8688 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2)); (( void (*) (EmptyInternalEnumerator_1_tCD5FF7F3D7FB95851EB37733FCB6A4BFEECE8688 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)->methodPointer)(L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); ((EmptyInternalEnumerator_1_tCD5FF7F3D7FB95851EB37733FCB6A4BFEECE8688_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4)))->set_Value_0(L_0); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Array/EmptyInternalEnumerator`1>::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1_Dispose_m46334C8B82A9CFA2AEC93F138122A75C1AF81A08_gshared (EmptyInternalEnumerator_1_tC0D90B3765E5AB255ABC5FF56288B14752AF6D21 * __this, const RuntimeMethod* method) { { return; } } // System.Boolean System.Array/EmptyInternalEnumerator`1>::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool EmptyInternalEnumerator_1_MoveNext_mE4E4BA349A14191B9FB80C8659E196A549C5699F_gshared (EmptyInternalEnumerator_1_tC0D90B3765E5AB255ABC5FF56288B14752AF6D21 * __this, const RuntimeMethod* method) { { return (bool)0; } } // T System.Array/EmptyInternalEnumerator`1>::get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Entry_t73B574168D7517F2659C759CDC9666076FCBC3B2 EmptyInternalEnumerator_1_get_Current_m9201FA21817D2AEA662B561504377871E0E9414A_gshared (EmptyInternalEnumerator_1_tC0D90B3765E5AB255ABC5FF56288B14752AF6D21 * __this, const RuntimeMethod* method) { { InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB * L_0 = (InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB_il2cpp_TypeInfo_var))); InvalidOperationException__ctor_mC012CE552988309733C896F3FEA8249171E4402E(L_0, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral7E7A07FECA0FF43839D67A9F7828EE56182CC9F6)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&EmptyInternalEnumerator_1_get_Current_m9201FA21817D2AEA662B561504377871E0E9414A_RuntimeMethod_var))); } } // System.Object System.Array/EmptyInternalEnumerator`1>::System.Collections.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * EmptyInternalEnumerator_1_System_Collections_IEnumerator_get_Current_m23601E65330E9ACC1A962A2B6408F6FDD782E7BB_gshared (EmptyInternalEnumerator_1_tC0D90B3765E5AB255ABC5FF56288B14752AF6D21 * __this, const RuntimeMethod* method) { { NullCheck((EmptyInternalEnumerator_1_tC0D90B3765E5AB255ABC5FF56288B14752AF6D21 *)__this); Entry_t73B574168D7517F2659C759CDC9666076FCBC3B2 L_0; L_0 = (( Entry_t73B574168D7517F2659C759CDC9666076FCBC3B2 (*) (EmptyInternalEnumerator_1_tC0D90B3765E5AB255ABC5FF56288B14752AF6D21 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((EmptyInternalEnumerator_1_tC0D90B3765E5AB255ABC5FF56288B14752AF6D21 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); Entry_t73B574168D7517F2659C759CDC9666076FCBC3B2 L_1 = (Entry_t73B574168D7517F2659C759CDC9666076FCBC3B2 )L_0; RuntimeObject * L_2 = Box(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 1), &L_1); return (RuntimeObject *)L_2; } } // System.Void System.Array/EmptyInternalEnumerator`1>::System.Collections.IEnumerator.Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1_System_Collections_IEnumerator_Reset_m2CCCFC6BFED1F35E518C927567E0B0EC096D0266_gshared (EmptyInternalEnumerator_1_tC0D90B3765E5AB255ABC5FF56288B14752AF6D21 * __this, const RuntimeMethod* method) { { return; } } // System.Void System.Array/EmptyInternalEnumerator`1>::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1__ctor_m59AC41E4A3F11DEA69FD99467ADD5DD42060ED8F_gshared (EmptyInternalEnumerator_1_tC0D90B3765E5AB255ABC5FF56288B14752AF6D21 * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405((RuntimeObject *)__this, /*hidden argument*/NULL); return; } } // System.Void System.Array/EmptyInternalEnumerator`1>::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1__cctor_m7F6BACD1CD9B70CD918CE1146D5BA675950FF403_gshared (const RuntimeMethod* method) { { EmptyInternalEnumerator_1_tC0D90B3765E5AB255ABC5FF56288B14752AF6D21 * L_0 = (EmptyInternalEnumerator_1_tC0D90B3765E5AB255ABC5FF56288B14752AF6D21 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2)); (( void (*) (EmptyInternalEnumerator_1_tC0D90B3765E5AB255ABC5FF56288B14752AF6D21 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)->methodPointer)(L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); ((EmptyInternalEnumerator_1_tC0D90B3765E5AB255ABC5FF56288B14752AF6D21_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4)))->set_Value_0(L_0); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Array/EmptyInternalEnumerator`1>::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1_Dispose_mF9CF50B55F996301A8405F539F021EB75A0266DF_gshared (EmptyInternalEnumerator_1_tEFC2CBDB4072269D245669E379D6DE92BAD63DFC * __this, const RuntimeMethod* method) { { return; } } // System.Boolean System.Array/EmptyInternalEnumerator`1>::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool EmptyInternalEnumerator_1_MoveNext_m6616C898B442F0D20FC4E83FD58D3C14EA855A7B_gshared (EmptyInternalEnumerator_1_tEFC2CBDB4072269D245669E379D6DE92BAD63DFC * __this, const RuntimeMethod* method) { { return (bool)0; } } // T System.Array/EmptyInternalEnumerator`1>::get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Entry_t010F7FB3A0EB86139FD2E2B6FA68712C67B9AD95 EmptyInternalEnumerator_1_get_Current_m6E303DCCC1D4FD778003D42A5D5ED7FF4620A3CE_gshared (EmptyInternalEnumerator_1_tEFC2CBDB4072269D245669E379D6DE92BAD63DFC * __this, const RuntimeMethod* method) { { InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB * L_0 = (InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB_il2cpp_TypeInfo_var))); InvalidOperationException__ctor_mC012CE552988309733C896F3FEA8249171E4402E(L_0, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral7E7A07FECA0FF43839D67A9F7828EE56182CC9F6)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&EmptyInternalEnumerator_1_get_Current_m6E303DCCC1D4FD778003D42A5D5ED7FF4620A3CE_RuntimeMethod_var))); } } // System.Object System.Array/EmptyInternalEnumerator`1>::System.Collections.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * EmptyInternalEnumerator_1_System_Collections_IEnumerator_get_Current_m8E181B6C9E36B68B3D44C99D757F02B2AA198FB7_gshared (EmptyInternalEnumerator_1_tEFC2CBDB4072269D245669E379D6DE92BAD63DFC * __this, const RuntimeMethod* method) { { NullCheck((EmptyInternalEnumerator_1_tEFC2CBDB4072269D245669E379D6DE92BAD63DFC *)__this); Entry_t010F7FB3A0EB86139FD2E2B6FA68712C67B9AD95 L_0; L_0 = (( Entry_t010F7FB3A0EB86139FD2E2B6FA68712C67B9AD95 (*) (EmptyInternalEnumerator_1_tEFC2CBDB4072269D245669E379D6DE92BAD63DFC *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((EmptyInternalEnumerator_1_tEFC2CBDB4072269D245669E379D6DE92BAD63DFC *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); Entry_t010F7FB3A0EB86139FD2E2B6FA68712C67B9AD95 L_1 = (Entry_t010F7FB3A0EB86139FD2E2B6FA68712C67B9AD95 )L_0; RuntimeObject * L_2 = Box(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 1), &L_1); return (RuntimeObject *)L_2; } } // System.Void System.Array/EmptyInternalEnumerator`1>::System.Collections.IEnumerator.Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1_System_Collections_IEnumerator_Reset_m2A5ED711ABC1F516D6938263F323AA682716EB00_gshared (EmptyInternalEnumerator_1_tEFC2CBDB4072269D245669E379D6DE92BAD63DFC * __this, const RuntimeMethod* method) { { return; } } // System.Void System.Array/EmptyInternalEnumerator`1>::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1__ctor_m4FB23B8281C57AA5E02B8AFF58085B0809461A8C_gshared (EmptyInternalEnumerator_1_tEFC2CBDB4072269D245669E379D6DE92BAD63DFC * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405((RuntimeObject *)__this, /*hidden argument*/NULL); return; } } // System.Void System.Array/EmptyInternalEnumerator`1>::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1__cctor_mFA015AE62CCDA548C4FB8BC43CBD0F3645CFA180_gshared (const RuntimeMethod* method) { { EmptyInternalEnumerator_1_tEFC2CBDB4072269D245669E379D6DE92BAD63DFC * L_0 = (EmptyInternalEnumerator_1_tEFC2CBDB4072269D245669E379D6DE92BAD63DFC *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2)); (( void (*) (EmptyInternalEnumerator_1_tEFC2CBDB4072269D245669E379D6DE92BAD63DFC *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)->methodPointer)(L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); ((EmptyInternalEnumerator_1_tEFC2CBDB4072269D245669E379D6DE92BAD63DFC_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4)))->set_Value_0(L_0); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Array/EmptyInternalEnumerator`1>::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1_Dispose_m69DF467B03988F252F877A733D32E7905E694FAD_gshared (EmptyInternalEnumerator_1_tBB7E79E1DF123ED48EC81893022C5F1226FB7958 * __this, const RuntimeMethod* method) { { return; } } // System.Boolean System.Array/EmptyInternalEnumerator`1>::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool EmptyInternalEnumerator_1_MoveNext_mCCD9F94956E8A16582E2A73DFC9AEDA727D2E4AF_gshared (EmptyInternalEnumerator_1_tBB7E79E1DF123ED48EC81893022C5F1226FB7958 * __this, const RuntimeMethod* method) { { return (bool)0; } } // T System.Array/EmptyInternalEnumerator`1>::get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Entry_t20366A83673E834353D3C00256FA8669E3207CDA EmptyInternalEnumerator_1_get_Current_m12D771D7D2E13EC5A2031B8C63D728241480A6DF_gshared (EmptyInternalEnumerator_1_tBB7E79E1DF123ED48EC81893022C5F1226FB7958 * __this, const RuntimeMethod* method) { { InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB * L_0 = (InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB_il2cpp_TypeInfo_var))); InvalidOperationException__ctor_mC012CE552988309733C896F3FEA8249171E4402E(L_0, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral7E7A07FECA0FF43839D67A9F7828EE56182CC9F6)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&EmptyInternalEnumerator_1_get_Current_m12D771D7D2E13EC5A2031B8C63D728241480A6DF_RuntimeMethod_var))); } } // System.Object System.Array/EmptyInternalEnumerator`1>::System.Collections.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * EmptyInternalEnumerator_1_System_Collections_IEnumerator_get_Current_m0392ECE2773D9A50EC676D96D0DC5BFF745A01A4_gshared (EmptyInternalEnumerator_1_tBB7E79E1DF123ED48EC81893022C5F1226FB7958 * __this, const RuntimeMethod* method) { { NullCheck((EmptyInternalEnumerator_1_tBB7E79E1DF123ED48EC81893022C5F1226FB7958 *)__this); Entry_t20366A83673E834353D3C00256FA8669E3207CDA L_0; L_0 = (( Entry_t20366A83673E834353D3C00256FA8669E3207CDA (*) (EmptyInternalEnumerator_1_tBB7E79E1DF123ED48EC81893022C5F1226FB7958 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((EmptyInternalEnumerator_1_tBB7E79E1DF123ED48EC81893022C5F1226FB7958 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); Entry_t20366A83673E834353D3C00256FA8669E3207CDA L_1 = (Entry_t20366A83673E834353D3C00256FA8669E3207CDA )L_0; RuntimeObject * L_2 = Box(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 1), &L_1); return (RuntimeObject *)L_2; } } // System.Void System.Array/EmptyInternalEnumerator`1>::System.Collections.IEnumerator.Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1_System_Collections_IEnumerator_Reset_mD67CDAA0F4FB1456B850B4B96BB851853D75CA81_gshared (EmptyInternalEnumerator_1_tBB7E79E1DF123ED48EC81893022C5F1226FB7958 * __this, const RuntimeMethod* method) { { return; } } // System.Void System.Array/EmptyInternalEnumerator`1>::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1__ctor_m32B216424AF6317160DCB9896349779A3DD3EE4D_gshared (EmptyInternalEnumerator_1_tBB7E79E1DF123ED48EC81893022C5F1226FB7958 * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405((RuntimeObject *)__this, /*hidden argument*/NULL); return; } } // System.Void System.Array/EmptyInternalEnumerator`1>::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1__cctor_mCB18B5B648F91214FFA3B54803279D4584721A8F_gshared (const RuntimeMethod* method) { { EmptyInternalEnumerator_1_tBB7E79E1DF123ED48EC81893022C5F1226FB7958 * L_0 = (EmptyInternalEnumerator_1_tBB7E79E1DF123ED48EC81893022C5F1226FB7958 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2)); (( void (*) (EmptyInternalEnumerator_1_tBB7E79E1DF123ED48EC81893022C5F1226FB7958 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)->methodPointer)(L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); ((EmptyInternalEnumerator_1_tBB7E79E1DF123ED48EC81893022C5F1226FB7958_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4)))->set_Value_0(L_0); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Array/EmptyInternalEnumerator`1>::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1_Dispose_mD2E3C2E85C0999676BC590DB60C8928B3BFFA04C_gshared (EmptyInternalEnumerator_1_tED4C023FC80044DE674016F5C6FEE207162389A0 * __this, const RuntimeMethod* method) { { return; } } // System.Boolean System.Array/EmptyInternalEnumerator`1>::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool EmptyInternalEnumerator_1_MoveNext_m18A5DD94F9FADBEC5707396C7FDFC442223BC05F_gshared (EmptyInternalEnumerator_1_tED4C023FC80044DE674016F5C6FEE207162389A0 * __this, const RuntimeMethod* method) { { return (bool)0; } } // T System.Array/EmptyInternalEnumerator`1>::get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Entry_tE032650534234E8BCC41BF224A68F799EB231216 EmptyInternalEnumerator_1_get_Current_m85C12A244F264B2A4ECE3F21516F39675C97790A_gshared (EmptyInternalEnumerator_1_tED4C023FC80044DE674016F5C6FEE207162389A0 * __this, const RuntimeMethod* method) { { InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB * L_0 = (InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB_il2cpp_TypeInfo_var))); InvalidOperationException__ctor_mC012CE552988309733C896F3FEA8249171E4402E(L_0, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral7E7A07FECA0FF43839D67A9F7828EE56182CC9F6)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&EmptyInternalEnumerator_1_get_Current_m85C12A244F264B2A4ECE3F21516F39675C97790A_RuntimeMethod_var))); } } // System.Object System.Array/EmptyInternalEnumerator`1>::System.Collections.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * EmptyInternalEnumerator_1_System_Collections_IEnumerator_get_Current_m531AFE37A690000E9E27630DBDF5C65F64FA4771_gshared (EmptyInternalEnumerator_1_tED4C023FC80044DE674016F5C6FEE207162389A0 * __this, const RuntimeMethod* method) { { NullCheck((EmptyInternalEnumerator_1_tED4C023FC80044DE674016F5C6FEE207162389A0 *)__this); Entry_tE032650534234E8BCC41BF224A68F799EB231216 L_0; L_0 = (( Entry_tE032650534234E8BCC41BF224A68F799EB231216 (*) (EmptyInternalEnumerator_1_tED4C023FC80044DE674016F5C6FEE207162389A0 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((EmptyInternalEnumerator_1_tED4C023FC80044DE674016F5C6FEE207162389A0 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); Entry_tE032650534234E8BCC41BF224A68F799EB231216 L_1 = (Entry_tE032650534234E8BCC41BF224A68F799EB231216 )L_0; RuntimeObject * L_2 = Box(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 1), &L_1); return (RuntimeObject *)L_2; } } // System.Void System.Array/EmptyInternalEnumerator`1>::System.Collections.IEnumerator.Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1_System_Collections_IEnumerator_Reset_mA463FC8FEBEAA33BA6BBA24627DBC883D9BFAB1A_gshared (EmptyInternalEnumerator_1_tED4C023FC80044DE674016F5C6FEE207162389A0 * __this, const RuntimeMethod* method) { { return; } } // System.Void System.Array/EmptyInternalEnumerator`1>::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1__ctor_mF6282422370DC6B63FA9C3C6019E361366369C71_gshared (EmptyInternalEnumerator_1_tED4C023FC80044DE674016F5C6FEE207162389A0 * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405((RuntimeObject *)__this, /*hidden argument*/NULL); return; } } // System.Void System.Array/EmptyInternalEnumerator`1>::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1__cctor_m13FEFA7B6DEDF215A844822FD54F55FC848D3256_gshared (const RuntimeMethod* method) { { EmptyInternalEnumerator_1_tED4C023FC80044DE674016F5C6FEE207162389A0 * L_0 = (EmptyInternalEnumerator_1_tED4C023FC80044DE674016F5C6FEE207162389A0 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2)); (( void (*) (EmptyInternalEnumerator_1_tED4C023FC80044DE674016F5C6FEE207162389A0 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)->methodPointer)(L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); ((EmptyInternalEnumerator_1_tED4C023FC80044DE674016F5C6FEE207162389A0_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4)))->set_Value_0(L_0); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Array/EmptyInternalEnumerator`1>::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1_Dispose_mA6C9345D31CF88C1B514E84E97733D544042F244_gshared (EmptyInternalEnumerator_1_t13C601E6C74FCD16FD70186B975C1C5F64C55C1E * __this, const RuntimeMethod* method) { { return; } } // System.Boolean System.Array/EmptyInternalEnumerator`1>::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool EmptyInternalEnumerator_1_MoveNext_mA4537072D909A8295DAF4123D0ED53C7E1DD776E_gshared (EmptyInternalEnumerator_1_t13C601E6C74FCD16FD70186B975C1C5F64C55C1E * __this, const RuntimeMethod* method) { { return (bool)0; } } // T System.Array/EmptyInternalEnumerator`1>::get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Entry_t19C714E802975CC32D4BD74AE5A32816E1352D0A EmptyInternalEnumerator_1_get_Current_m9D81932FB7FB6C07309FB991D2E60C090DF4CDEF_gshared (EmptyInternalEnumerator_1_t13C601E6C74FCD16FD70186B975C1C5F64C55C1E * __this, const RuntimeMethod* method) { { InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB * L_0 = (InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB_il2cpp_TypeInfo_var))); InvalidOperationException__ctor_mC012CE552988309733C896F3FEA8249171E4402E(L_0, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral7E7A07FECA0FF43839D67A9F7828EE56182CC9F6)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&EmptyInternalEnumerator_1_get_Current_m9D81932FB7FB6C07309FB991D2E60C090DF4CDEF_RuntimeMethod_var))); } } // System.Object System.Array/EmptyInternalEnumerator`1>::System.Collections.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * EmptyInternalEnumerator_1_System_Collections_IEnumerator_get_Current_m13371C6D9529292C657409230AA5F2EB9EF58856_gshared (EmptyInternalEnumerator_1_t13C601E6C74FCD16FD70186B975C1C5F64C55C1E * __this, const RuntimeMethod* method) { { NullCheck((EmptyInternalEnumerator_1_t13C601E6C74FCD16FD70186B975C1C5F64C55C1E *)__this); Entry_t19C714E802975CC32D4BD74AE5A32816E1352D0A L_0; L_0 = (( Entry_t19C714E802975CC32D4BD74AE5A32816E1352D0A (*) (EmptyInternalEnumerator_1_t13C601E6C74FCD16FD70186B975C1C5F64C55C1E *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((EmptyInternalEnumerator_1_t13C601E6C74FCD16FD70186B975C1C5F64C55C1E *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); Entry_t19C714E802975CC32D4BD74AE5A32816E1352D0A L_1 = (Entry_t19C714E802975CC32D4BD74AE5A32816E1352D0A )L_0; RuntimeObject * L_2 = Box(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 1), &L_1); return (RuntimeObject *)L_2; } } // System.Void System.Array/EmptyInternalEnumerator`1>::System.Collections.IEnumerator.Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1_System_Collections_IEnumerator_Reset_mC86AF3B71008DB2C5B6AFD5666912C696EF964C4_gshared (EmptyInternalEnumerator_1_t13C601E6C74FCD16FD70186B975C1C5F64C55C1E * __this, const RuntimeMethod* method) { { return; } } // System.Void System.Array/EmptyInternalEnumerator`1>::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1__ctor_m8DA4D6783EDD3EF43C55609ACBB1B308A8830F30_gshared (EmptyInternalEnumerator_1_t13C601E6C74FCD16FD70186B975C1C5F64C55C1E * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405((RuntimeObject *)__this, /*hidden argument*/NULL); return; } } // System.Void System.Array/EmptyInternalEnumerator`1>::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1__cctor_mE79B137966CA3A0E1861150EB9A591C3484D0254_gshared (const RuntimeMethod* method) { { EmptyInternalEnumerator_1_t13C601E6C74FCD16FD70186B975C1C5F64C55C1E * L_0 = (EmptyInternalEnumerator_1_t13C601E6C74FCD16FD70186B975C1C5F64C55C1E *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2)); (( void (*) (EmptyInternalEnumerator_1_t13C601E6C74FCD16FD70186B975C1C5F64C55C1E *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)->methodPointer)(L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); ((EmptyInternalEnumerator_1_t13C601E6C74FCD16FD70186B975C1C5F64C55C1E_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4)))->set_Value_0(L_0); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Array/EmptyInternalEnumerator`1>::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1_Dispose_mD3C15A42FB9BFDE635CDA66E69FC4309FD2D837A_gshared (EmptyInternalEnumerator_1_t3ED101D16761E173A3580218E83FB10A4C82D836 * __this, const RuntimeMethod* method) { { return; } } // System.Boolean System.Array/EmptyInternalEnumerator`1>::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool EmptyInternalEnumerator_1_MoveNext_m7C2CD7BEE8A04BA43282114F563F974522945C50_gshared (EmptyInternalEnumerator_1_t3ED101D16761E173A3580218E83FB10A4C82D836 * __this, const RuntimeMethod* method) { { return (bool)0; } } // T System.Array/EmptyInternalEnumerator`1>::get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Entry_t008C5E6740BBF4D72FC9F1B0E121CB377E4BFA58 EmptyInternalEnumerator_1_get_Current_mF11154D63DC8051B0721A8C12D76AE05718AEAA5_gshared (EmptyInternalEnumerator_1_t3ED101D16761E173A3580218E83FB10A4C82D836 * __this, const RuntimeMethod* method) { { InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB * L_0 = (InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB_il2cpp_TypeInfo_var))); InvalidOperationException__ctor_mC012CE552988309733C896F3FEA8249171E4402E(L_0, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral7E7A07FECA0FF43839D67A9F7828EE56182CC9F6)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&EmptyInternalEnumerator_1_get_Current_mF11154D63DC8051B0721A8C12D76AE05718AEAA5_RuntimeMethod_var))); } } // System.Object System.Array/EmptyInternalEnumerator`1>::System.Collections.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * EmptyInternalEnumerator_1_System_Collections_IEnumerator_get_Current_m4A022C72AE3357E9B86C6CC96C105044C0EE2B82_gshared (EmptyInternalEnumerator_1_t3ED101D16761E173A3580218E83FB10A4C82D836 * __this, const RuntimeMethod* method) { { NullCheck((EmptyInternalEnumerator_1_t3ED101D16761E173A3580218E83FB10A4C82D836 *)__this); Entry_t008C5E6740BBF4D72FC9F1B0E121CB377E4BFA58 L_0; L_0 = (( Entry_t008C5E6740BBF4D72FC9F1B0E121CB377E4BFA58 (*) (EmptyInternalEnumerator_1_t3ED101D16761E173A3580218E83FB10A4C82D836 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((EmptyInternalEnumerator_1_t3ED101D16761E173A3580218E83FB10A4C82D836 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); Entry_t008C5E6740BBF4D72FC9F1B0E121CB377E4BFA58 L_1 = (Entry_t008C5E6740BBF4D72FC9F1B0E121CB377E4BFA58 )L_0; RuntimeObject * L_2 = Box(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 1), &L_1); return (RuntimeObject *)L_2; } } // System.Void System.Array/EmptyInternalEnumerator`1>::System.Collections.IEnumerator.Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1_System_Collections_IEnumerator_Reset_mF355CA54BF8CA7071F414C26A68466AF97F79359_gshared (EmptyInternalEnumerator_1_t3ED101D16761E173A3580218E83FB10A4C82D836 * __this, const RuntimeMethod* method) { { return; } } // System.Void System.Array/EmptyInternalEnumerator`1>::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1__ctor_m32EFE08D366BADF5532FFE38E62F9D19ED6EB28E_gshared (EmptyInternalEnumerator_1_t3ED101D16761E173A3580218E83FB10A4C82D836 * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405((RuntimeObject *)__this, /*hidden argument*/NULL); return; } } // System.Void System.Array/EmptyInternalEnumerator`1>::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1__cctor_m02F64CC59301C875D0D2E8FE3EEC71CAE8E6F37A_gshared (const RuntimeMethod* method) { { EmptyInternalEnumerator_1_t3ED101D16761E173A3580218E83FB10A4C82D836 * L_0 = (EmptyInternalEnumerator_1_t3ED101D16761E173A3580218E83FB10A4C82D836 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2)); (( void (*) (EmptyInternalEnumerator_1_t3ED101D16761E173A3580218E83FB10A4C82D836 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)->methodPointer)(L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); ((EmptyInternalEnumerator_1_t3ED101D16761E173A3580218E83FB10A4C82D836_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4)))->set_Value_0(L_0); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Array/EmptyInternalEnumerator`1>::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1_Dispose_m9D86D618C49D5421C9ED4E6B3415C902470152D6_gshared (EmptyInternalEnumerator_1_t23E000D1E84ED515BA90427C644660870BBDD837 * __this, const RuntimeMethod* method) { { return; } } // System.Boolean System.Array/EmptyInternalEnumerator`1>::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool EmptyInternalEnumerator_1_MoveNext_mE40577ACD65621938E66F422D277E855131DEF9E_gshared (EmptyInternalEnumerator_1_t23E000D1E84ED515BA90427C644660870BBDD837 * __this, const RuntimeMethod* method) { { return (bool)0; } } // T System.Array/EmptyInternalEnumerator`1>::get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Entry_t83C37D8208C6D1FBF2FAE2AACE83E9AA3EDBB4DE EmptyInternalEnumerator_1_get_Current_mCEB22E95E6D6B673B728FBDB27D5967DF03CBC69_gshared (EmptyInternalEnumerator_1_t23E000D1E84ED515BA90427C644660870BBDD837 * __this, const RuntimeMethod* method) { { InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB * L_0 = (InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB_il2cpp_TypeInfo_var))); InvalidOperationException__ctor_mC012CE552988309733C896F3FEA8249171E4402E(L_0, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral7E7A07FECA0FF43839D67A9F7828EE56182CC9F6)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&EmptyInternalEnumerator_1_get_Current_mCEB22E95E6D6B673B728FBDB27D5967DF03CBC69_RuntimeMethod_var))); } } // System.Object System.Array/EmptyInternalEnumerator`1>::System.Collections.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * EmptyInternalEnumerator_1_System_Collections_IEnumerator_get_Current_m4FFEDD5DF82B3E6DF1808AC369DB249F6086981A_gshared (EmptyInternalEnumerator_1_t23E000D1E84ED515BA90427C644660870BBDD837 * __this, const RuntimeMethod* method) { { NullCheck((EmptyInternalEnumerator_1_t23E000D1E84ED515BA90427C644660870BBDD837 *)__this); Entry_t83C37D8208C6D1FBF2FAE2AACE83E9AA3EDBB4DE L_0; L_0 = (( Entry_t83C37D8208C6D1FBF2FAE2AACE83E9AA3EDBB4DE (*) (EmptyInternalEnumerator_1_t23E000D1E84ED515BA90427C644660870BBDD837 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((EmptyInternalEnumerator_1_t23E000D1E84ED515BA90427C644660870BBDD837 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); Entry_t83C37D8208C6D1FBF2FAE2AACE83E9AA3EDBB4DE L_1 = (Entry_t83C37D8208C6D1FBF2FAE2AACE83E9AA3EDBB4DE )L_0; RuntimeObject * L_2 = Box(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 1), &L_1); return (RuntimeObject *)L_2; } } // System.Void System.Array/EmptyInternalEnumerator`1>::System.Collections.IEnumerator.Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1_System_Collections_IEnumerator_Reset_m1BCF371C3308BA3E691EB223D2AEBBCAA9971BD9_gshared (EmptyInternalEnumerator_1_t23E000D1E84ED515BA90427C644660870BBDD837 * __this, const RuntimeMethod* method) { { return; } } // System.Void System.Array/EmptyInternalEnumerator`1>::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1__ctor_mB6551F48A0BF83E86CA0D5A153560936B81F2880_gshared (EmptyInternalEnumerator_1_t23E000D1E84ED515BA90427C644660870BBDD837 * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405((RuntimeObject *)__this, /*hidden argument*/NULL); return; } } // System.Void System.Array/EmptyInternalEnumerator`1>::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1__cctor_m72D73B57CA7DF493EBC0483DD66AA1AA59187738_gshared (const RuntimeMethod* method) { { EmptyInternalEnumerator_1_t23E000D1E84ED515BA90427C644660870BBDD837 * L_0 = (EmptyInternalEnumerator_1_t23E000D1E84ED515BA90427C644660870BBDD837 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2)); (( void (*) (EmptyInternalEnumerator_1_t23E000D1E84ED515BA90427C644660870BBDD837 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)->methodPointer)(L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); ((EmptyInternalEnumerator_1_t23E000D1E84ED515BA90427C644660870BBDD837_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4)))->set_Value_0(L_0); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Array/EmptyInternalEnumerator`1>::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1_Dispose_mEED1437878DF2AF152E82482A72E9BB696825732_gshared (EmptyInternalEnumerator_1_t45526046D23CD02DA328834A3090024152A7F89A * __this, const RuntimeMethod* method) { { return; } } // System.Boolean System.Array/EmptyInternalEnumerator`1>::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool EmptyInternalEnumerator_1_MoveNext_m8F62D4FFFC610705F1704F58B8D82AD2AFE60337_gshared (EmptyInternalEnumerator_1_t45526046D23CD02DA328834A3090024152A7F89A * __this, const RuntimeMethod* method) { { return (bool)0; } } // T System.Array/EmptyInternalEnumerator`1>::get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Entry_t7EFE4B1CABF5378A909AB71AF9AF0097DCFC8843 EmptyInternalEnumerator_1_get_Current_mA5DE8E4F1CAADE158C33521C4E59AEC6108DDB58_gshared (EmptyInternalEnumerator_1_t45526046D23CD02DA328834A3090024152A7F89A * __this, const RuntimeMethod* method) { { InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB * L_0 = (InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB_il2cpp_TypeInfo_var))); InvalidOperationException__ctor_mC012CE552988309733C896F3FEA8249171E4402E(L_0, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral7E7A07FECA0FF43839D67A9F7828EE56182CC9F6)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&EmptyInternalEnumerator_1_get_Current_mA5DE8E4F1CAADE158C33521C4E59AEC6108DDB58_RuntimeMethod_var))); } } // System.Object System.Array/EmptyInternalEnumerator`1>::System.Collections.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * EmptyInternalEnumerator_1_System_Collections_IEnumerator_get_Current_mD1592C8CD43AA816D8F195FC7577E495DF922791_gshared (EmptyInternalEnumerator_1_t45526046D23CD02DA328834A3090024152A7F89A * __this, const RuntimeMethod* method) { { NullCheck((EmptyInternalEnumerator_1_t45526046D23CD02DA328834A3090024152A7F89A *)__this); Entry_t7EFE4B1CABF5378A909AB71AF9AF0097DCFC8843 L_0; L_0 = (( Entry_t7EFE4B1CABF5378A909AB71AF9AF0097DCFC8843 (*) (EmptyInternalEnumerator_1_t45526046D23CD02DA328834A3090024152A7F89A *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((EmptyInternalEnumerator_1_t45526046D23CD02DA328834A3090024152A7F89A *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); Entry_t7EFE4B1CABF5378A909AB71AF9AF0097DCFC8843 L_1 = (Entry_t7EFE4B1CABF5378A909AB71AF9AF0097DCFC8843 )L_0; RuntimeObject * L_2 = Box(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 1), &L_1); return (RuntimeObject *)L_2; } } // System.Void System.Array/EmptyInternalEnumerator`1>::System.Collections.IEnumerator.Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1_System_Collections_IEnumerator_Reset_m1C101416B42673D6F889027A247010FAFD0300DD_gshared (EmptyInternalEnumerator_1_t45526046D23CD02DA328834A3090024152A7F89A * __this, const RuntimeMethod* method) { { return; } } // System.Void System.Array/EmptyInternalEnumerator`1>::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1__ctor_m03C8EF0FFA5C39E856328D0B2B57287B35B45461_gshared (EmptyInternalEnumerator_1_t45526046D23CD02DA328834A3090024152A7F89A * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405((RuntimeObject *)__this, /*hidden argument*/NULL); return; } } // System.Void System.Array/EmptyInternalEnumerator`1>::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1__cctor_m238A75A000B4812F53B41C867A25AC1FAC9AA766_gshared (const RuntimeMethod* method) { { EmptyInternalEnumerator_1_t45526046D23CD02DA328834A3090024152A7F89A * L_0 = (EmptyInternalEnumerator_1_t45526046D23CD02DA328834A3090024152A7F89A *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2)); (( void (*) (EmptyInternalEnumerator_1_t45526046D23CD02DA328834A3090024152A7F89A *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)->methodPointer)(L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); ((EmptyInternalEnumerator_1_t45526046D23CD02DA328834A3090024152A7F89A_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4)))->set_Value_0(L_0); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Array/EmptyInternalEnumerator`1>::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1_Dispose_m5107A5FB6C8B57CE3361370D0BC30D7C569D3C02_gshared (EmptyInternalEnumerator_1_tB39E97F62003749CA39EE4AE81FD3BE6456EFB76 * __this, const RuntimeMethod* method) { { return; } } // System.Boolean System.Array/EmptyInternalEnumerator`1>::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool EmptyInternalEnumerator_1_MoveNext_m6C63A699FD8D6724F73131DB3BC481519F4C4BA2_gshared (EmptyInternalEnumerator_1_tB39E97F62003749CA39EE4AE81FD3BE6456EFB76 * __this, const RuntimeMethod* method) { { return (bool)0; } } // T System.Array/EmptyInternalEnumerator`1>::get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Entry_tD8A93CAFA635C3623A9F8C1541CA22C83D04EA26 EmptyInternalEnumerator_1_get_Current_m3D3A59BE056D3440ABD199EF42BAEE7287F92820_gshared (EmptyInternalEnumerator_1_tB39E97F62003749CA39EE4AE81FD3BE6456EFB76 * __this, const RuntimeMethod* method) { { InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB * L_0 = (InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB_il2cpp_TypeInfo_var))); InvalidOperationException__ctor_mC012CE552988309733C896F3FEA8249171E4402E(L_0, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral7E7A07FECA0FF43839D67A9F7828EE56182CC9F6)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&EmptyInternalEnumerator_1_get_Current_m3D3A59BE056D3440ABD199EF42BAEE7287F92820_RuntimeMethod_var))); } } // System.Object System.Array/EmptyInternalEnumerator`1>::System.Collections.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * EmptyInternalEnumerator_1_System_Collections_IEnumerator_get_Current_mA41834A88787B4B2BFE71C8CA0B2FD77C06F6432_gshared (EmptyInternalEnumerator_1_tB39E97F62003749CA39EE4AE81FD3BE6456EFB76 * __this, const RuntimeMethod* method) { { NullCheck((EmptyInternalEnumerator_1_tB39E97F62003749CA39EE4AE81FD3BE6456EFB76 *)__this); Entry_tD8A93CAFA635C3623A9F8C1541CA22C83D04EA26 L_0; L_0 = (( Entry_tD8A93CAFA635C3623A9F8C1541CA22C83D04EA26 (*) (EmptyInternalEnumerator_1_tB39E97F62003749CA39EE4AE81FD3BE6456EFB76 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((EmptyInternalEnumerator_1_tB39E97F62003749CA39EE4AE81FD3BE6456EFB76 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); Entry_tD8A93CAFA635C3623A9F8C1541CA22C83D04EA26 L_1 = (Entry_tD8A93CAFA635C3623A9F8C1541CA22C83D04EA26 )L_0; RuntimeObject * L_2 = Box(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 1), &L_1); return (RuntimeObject *)L_2; } } // System.Void System.Array/EmptyInternalEnumerator`1>::System.Collections.IEnumerator.Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1_System_Collections_IEnumerator_Reset_m67ED421B2FAF74CD054A5F487CF9353D6B45E248_gshared (EmptyInternalEnumerator_1_tB39E97F62003749CA39EE4AE81FD3BE6456EFB76 * __this, const RuntimeMethod* method) { { return; } } // System.Void System.Array/EmptyInternalEnumerator`1>::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1__ctor_m1986E61EE627D096F6F05ECF4CD028AC2903DD0A_gshared (EmptyInternalEnumerator_1_tB39E97F62003749CA39EE4AE81FD3BE6456EFB76 * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405((RuntimeObject *)__this, /*hidden argument*/NULL); return; } } // System.Void System.Array/EmptyInternalEnumerator`1>::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1__cctor_mA6239CD8EB9E515AC3F1A14A1A8229931C9AA14C_gshared (const RuntimeMethod* method) { { EmptyInternalEnumerator_1_tB39E97F62003749CA39EE4AE81FD3BE6456EFB76 * L_0 = (EmptyInternalEnumerator_1_tB39E97F62003749CA39EE4AE81FD3BE6456EFB76 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2)); (( void (*) (EmptyInternalEnumerator_1_tB39E97F62003749CA39EE4AE81FD3BE6456EFB76 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)->methodPointer)(L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); ((EmptyInternalEnumerator_1_tB39E97F62003749CA39EE4AE81FD3BE6456EFB76_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4)))->set_Value_0(L_0); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Array/EmptyInternalEnumerator`1>::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1_Dispose_m0559D512406307DDB59BE4CA53A9EECB925577DB_gshared (EmptyInternalEnumerator_1_t779B528016F8C02B9BA4BE868C24B258ED160FE0 * __this, const RuntimeMethod* method) { { return; } } // System.Boolean System.Array/EmptyInternalEnumerator`1>::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool EmptyInternalEnumerator_1_MoveNext_m8B98399E647D21E9B2266E2FE74A6FD0783A20AE_gshared (EmptyInternalEnumerator_1_t779B528016F8C02B9BA4BE868C24B258ED160FE0 * __this, const RuntimeMethod* method) { { return (bool)0; } } // T System.Array/EmptyInternalEnumerator`1>::get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Entry_tEB6BA79AEA99BB76838C2C976F1B8E940BB541DC EmptyInternalEnumerator_1_get_Current_m45B5348D1B9F8B5D76E6B2A0B9C2F60D473DB761_gshared (EmptyInternalEnumerator_1_t779B528016F8C02B9BA4BE868C24B258ED160FE0 * __this, const RuntimeMethod* method) { { InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB * L_0 = (InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB_il2cpp_TypeInfo_var))); InvalidOperationException__ctor_mC012CE552988309733C896F3FEA8249171E4402E(L_0, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral7E7A07FECA0FF43839D67A9F7828EE56182CC9F6)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&EmptyInternalEnumerator_1_get_Current_m45B5348D1B9F8B5D76E6B2A0B9C2F60D473DB761_RuntimeMethod_var))); } } // System.Object System.Array/EmptyInternalEnumerator`1>::System.Collections.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * EmptyInternalEnumerator_1_System_Collections_IEnumerator_get_Current_mAC3C036A6C4A48C852793B4726460A10BDB23862_gshared (EmptyInternalEnumerator_1_t779B528016F8C02B9BA4BE868C24B258ED160FE0 * __this, const RuntimeMethod* method) { { NullCheck((EmptyInternalEnumerator_1_t779B528016F8C02B9BA4BE868C24B258ED160FE0 *)__this); Entry_tEB6BA79AEA99BB76838C2C976F1B8E940BB541DC L_0; L_0 = (( Entry_tEB6BA79AEA99BB76838C2C976F1B8E940BB541DC (*) (EmptyInternalEnumerator_1_t779B528016F8C02B9BA4BE868C24B258ED160FE0 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((EmptyInternalEnumerator_1_t779B528016F8C02B9BA4BE868C24B258ED160FE0 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); Entry_tEB6BA79AEA99BB76838C2C976F1B8E940BB541DC L_1 = (Entry_tEB6BA79AEA99BB76838C2C976F1B8E940BB541DC )L_0; RuntimeObject * L_2 = Box(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 1), &L_1); return (RuntimeObject *)L_2; } } // System.Void System.Array/EmptyInternalEnumerator`1>::System.Collections.IEnumerator.Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1_System_Collections_IEnumerator_Reset_m282BF3286AC0B2A2A1F705A9E0B563750A45590C_gshared (EmptyInternalEnumerator_1_t779B528016F8C02B9BA4BE868C24B258ED160FE0 * __this, const RuntimeMethod* method) { { return; } } // System.Void System.Array/EmptyInternalEnumerator`1>::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1__ctor_mCF0512110042B110FCC4F72F3BE2B37E7E2F9D0F_gshared (EmptyInternalEnumerator_1_t779B528016F8C02B9BA4BE868C24B258ED160FE0 * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405((RuntimeObject *)__this, /*hidden argument*/NULL); return; } } // System.Void System.Array/EmptyInternalEnumerator`1>::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1__cctor_m65819E27E354EA0625214DC97C2397D335103D13_gshared (const RuntimeMethod* method) { { EmptyInternalEnumerator_1_t779B528016F8C02B9BA4BE868C24B258ED160FE0 * L_0 = (EmptyInternalEnumerator_1_t779B528016F8C02B9BA4BE868C24B258ED160FE0 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2)); (( void (*) (EmptyInternalEnumerator_1_t779B528016F8C02B9BA4BE868C24B258ED160FE0 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)->methodPointer)(L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); ((EmptyInternalEnumerator_1_t779B528016F8C02B9BA4BE868C24B258ED160FE0_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4)))->set_Value_0(L_0); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Array/EmptyInternalEnumerator`1>::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1_Dispose_mA261341BDC2AE70325B004B0493768711BE0E636_gshared (EmptyInternalEnumerator_1_t369C98CBAD1F2A13CC6A585FDEB61C5E766C8430 * __this, const RuntimeMethod* method) { { return; } } // System.Boolean System.Array/EmptyInternalEnumerator`1>::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool EmptyInternalEnumerator_1_MoveNext_mB6BE27B030C5DB104E3659F13CF21E26EEBF2B55_gshared (EmptyInternalEnumerator_1_t369C98CBAD1F2A13CC6A585FDEB61C5E766C8430 * __this, const RuntimeMethod* method) { { return (bool)0; } } // T System.Array/EmptyInternalEnumerator`1>::get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Entry_t406C2170C4FF0BFE539AF4DAE3665670305D4D10 EmptyInternalEnumerator_1_get_Current_mE0B1A9A602327D940F1D38BBBBCC63B0E02C0588_gshared (EmptyInternalEnumerator_1_t369C98CBAD1F2A13CC6A585FDEB61C5E766C8430 * __this, const RuntimeMethod* method) { { InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB * L_0 = (InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB_il2cpp_TypeInfo_var))); InvalidOperationException__ctor_mC012CE552988309733C896F3FEA8249171E4402E(L_0, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral7E7A07FECA0FF43839D67A9F7828EE56182CC9F6)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&EmptyInternalEnumerator_1_get_Current_mE0B1A9A602327D940F1D38BBBBCC63B0E02C0588_RuntimeMethod_var))); } } // System.Object System.Array/EmptyInternalEnumerator`1>::System.Collections.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * EmptyInternalEnumerator_1_System_Collections_IEnumerator_get_Current_m67BFD3B72CC7A3BBDB0ED1C2924F4A6D7308BA04_gshared (EmptyInternalEnumerator_1_t369C98CBAD1F2A13CC6A585FDEB61C5E766C8430 * __this, const RuntimeMethod* method) { { NullCheck((EmptyInternalEnumerator_1_t369C98CBAD1F2A13CC6A585FDEB61C5E766C8430 *)__this); Entry_t406C2170C4FF0BFE539AF4DAE3665670305D4D10 L_0; L_0 = (( Entry_t406C2170C4FF0BFE539AF4DAE3665670305D4D10 (*) (EmptyInternalEnumerator_1_t369C98CBAD1F2A13CC6A585FDEB61C5E766C8430 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((EmptyInternalEnumerator_1_t369C98CBAD1F2A13CC6A585FDEB61C5E766C8430 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); Entry_t406C2170C4FF0BFE539AF4DAE3665670305D4D10 L_1 = (Entry_t406C2170C4FF0BFE539AF4DAE3665670305D4D10 )L_0; RuntimeObject * L_2 = Box(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 1), &L_1); return (RuntimeObject *)L_2; } } // System.Void System.Array/EmptyInternalEnumerator`1>::System.Collections.IEnumerator.Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1_System_Collections_IEnumerator_Reset_mE46D0A05166A15590F44BF6391569A90C100C86E_gshared (EmptyInternalEnumerator_1_t369C98CBAD1F2A13CC6A585FDEB61C5E766C8430 * __this, const RuntimeMethod* method) { { return; } } // System.Void System.Array/EmptyInternalEnumerator`1>::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1__ctor_m4B1EC7705C647D227A547A6B52306EFA3CAF6FC4_gshared (EmptyInternalEnumerator_1_t369C98CBAD1F2A13CC6A585FDEB61C5E766C8430 * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405((RuntimeObject *)__this, /*hidden argument*/NULL); return; } } // System.Void System.Array/EmptyInternalEnumerator`1>::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1__cctor_m67C127DCDF3F90D6BB7A7572BBBB55762AF586FE_gshared (const RuntimeMethod* method) { { EmptyInternalEnumerator_1_t369C98CBAD1F2A13CC6A585FDEB61C5E766C8430 * L_0 = (EmptyInternalEnumerator_1_t369C98CBAD1F2A13CC6A585FDEB61C5E766C8430 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2)); (( void (*) (EmptyInternalEnumerator_1_t369C98CBAD1F2A13CC6A585FDEB61C5E766C8430 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)->methodPointer)(L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); ((EmptyInternalEnumerator_1_t369C98CBAD1F2A13CC6A585FDEB61C5E766C8430_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4)))->set_Value_0(L_0); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Array/EmptyInternalEnumerator`1>::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1_Dispose_mE31E12FFC889E95067C8647B75C1979465157049_gshared (EmptyInternalEnumerator_1_t0EAF6EBC1B48EB0E1FD970EE356F8B0951222FC4 * __this, const RuntimeMethod* method) { { return; } } // System.Boolean System.Array/EmptyInternalEnumerator`1>::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool EmptyInternalEnumerator_1_MoveNext_mFF7B60012196793553E23FC6FB24F3E3B7D2AC39_gshared (EmptyInternalEnumerator_1_t0EAF6EBC1B48EB0E1FD970EE356F8B0951222FC4 * __this, const RuntimeMethod* method) { { return (bool)0; } } // T System.Array/EmptyInternalEnumerator`1>::get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Entry_t3C4F3E7F176E0DC1945A1DA485691A579D4F3F9C EmptyInternalEnumerator_1_get_Current_m502FC1BD5160CDD4C7C54309777A6147C7F16C57_gshared (EmptyInternalEnumerator_1_t0EAF6EBC1B48EB0E1FD970EE356F8B0951222FC4 * __this, const RuntimeMethod* method) { { InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB * L_0 = (InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB_il2cpp_TypeInfo_var))); InvalidOperationException__ctor_mC012CE552988309733C896F3FEA8249171E4402E(L_0, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral7E7A07FECA0FF43839D67A9F7828EE56182CC9F6)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&EmptyInternalEnumerator_1_get_Current_m502FC1BD5160CDD4C7C54309777A6147C7F16C57_RuntimeMethod_var))); } } // System.Object System.Array/EmptyInternalEnumerator`1>::System.Collections.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * EmptyInternalEnumerator_1_System_Collections_IEnumerator_get_Current_mE277FD63399262962560181F7B9BF2525C6E7024_gshared (EmptyInternalEnumerator_1_t0EAF6EBC1B48EB0E1FD970EE356F8B0951222FC4 * __this, const RuntimeMethod* method) { { NullCheck((EmptyInternalEnumerator_1_t0EAF6EBC1B48EB0E1FD970EE356F8B0951222FC4 *)__this); Entry_t3C4F3E7F176E0DC1945A1DA485691A579D4F3F9C L_0; L_0 = (( Entry_t3C4F3E7F176E0DC1945A1DA485691A579D4F3F9C (*) (EmptyInternalEnumerator_1_t0EAF6EBC1B48EB0E1FD970EE356F8B0951222FC4 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((EmptyInternalEnumerator_1_t0EAF6EBC1B48EB0E1FD970EE356F8B0951222FC4 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); Entry_t3C4F3E7F176E0DC1945A1DA485691A579D4F3F9C L_1 = (Entry_t3C4F3E7F176E0DC1945A1DA485691A579D4F3F9C )L_0; RuntimeObject * L_2 = Box(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 1), &L_1); return (RuntimeObject *)L_2; } } // System.Void System.Array/EmptyInternalEnumerator`1>::System.Collections.IEnumerator.Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1_System_Collections_IEnumerator_Reset_mADAAD92C5B24AAECA560DAA594AE9BBBDBAA98CF_gshared (EmptyInternalEnumerator_1_t0EAF6EBC1B48EB0E1FD970EE356F8B0951222FC4 * __this, const RuntimeMethod* method) { { return; } } // System.Void System.Array/EmptyInternalEnumerator`1>::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1__ctor_mA898EA9C285AD92023AF6DA836513B79F4878F6B_gshared (EmptyInternalEnumerator_1_t0EAF6EBC1B48EB0E1FD970EE356F8B0951222FC4 * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405((RuntimeObject *)__this, /*hidden argument*/NULL); return; } } // System.Void System.Array/EmptyInternalEnumerator`1>::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1__cctor_mC514418E1A74E520D6AD33CBFE8DF81BF8DC8135_gshared (const RuntimeMethod* method) { { EmptyInternalEnumerator_1_t0EAF6EBC1B48EB0E1FD970EE356F8B0951222FC4 * L_0 = (EmptyInternalEnumerator_1_t0EAF6EBC1B48EB0E1FD970EE356F8B0951222FC4 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2)); (( void (*) (EmptyInternalEnumerator_1_t0EAF6EBC1B48EB0E1FD970EE356F8B0951222FC4 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)->methodPointer)(L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); ((EmptyInternalEnumerator_1_t0EAF6EBC1B48EB0E1FD970EE356F8B0951222FC4_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4)))->set_Value_0(L_0); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Array/EmptyInternalEnumerator`1>::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1_Dispose_m0D3FC35ABFE81064193C36310E4CCF35717D3987_gshared (EmptyInternalEnumerator_1_tA1C30C1C3641AB2CD6C63B81225FC8869FE4672A * __this, const RuntimeMethod* method) { { return; } } // System.Boolean System.Array/EmptyInternalEnumerator`1>::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool EmptyInternalEnumerator_1_MoveNext_m2803CC1631DE9D03E755AFC795625331F7CAD3E4_gshared (EmptyInternalEnumerator_1_tA1C30C1C3641AB2CD6C63B81225FC8869FE4672A * __this, const RuntimeMethod* method) { { return (bool)0; } } // T System.Array/EmptyInternalEnumerator`1>::get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Entry_t834B95FB8E40C62C6ACA4227F541FA11D98335C3 EmptyInternalEnumerator_1_get_Current_m6FE200BB410D4654ABC7E2D4D8124B40C3173A6E_gshared (EmptyInternalEnumerator_1_tA1C30C1C3641AB2CD6C63B81225FC8869FE4672A * __this, const RuntimeMethod* method) { { InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB * L_0 = (InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB_il2cpp_TypeInfo_var))); InvalidOperationException__ctor_mC012CE552988309733C896F3FEA8249171E4402E(L_0, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral7E7A07FECA0FF43839D67A9F7828EE56182CC9F6)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&EmptyInternalEnumerator_1_get_Current_m6FE200BB410D4654ABC7E2D4D8124B40C3173A6E_RuntimeMethod_var))); } } // System.Object System.Array/EmptyInternalEnumerator`1>::System.Collections.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * EmptyInternalEnumerator_1_System_Collections_IEnumerator_get_Current_m14FCAFF7805E91E005F2D7F1AE8E0E085A369EF9_gshared (EmptyInternalEnumerator_1_tA1C30C1C3641AB2CD6C63B81225FC8869FE4672A * __this, const RuntimeMethod* method) { { NullCheck((EmptyInternalEnumerator_1_tA1C30C1C3641AB2CD6C63B81225FC8869FE4672A *)__this); Entry_t834B95FB8E40C62C6ACA4227F541FA11D98335C3 L_0; L_0 = (( Entry_t834B95FB8E40C62C6ACA4227F541FA11D98335C3 (*) (EmptyInternalEnumerator_1_tA1C30C1C3641AB2CD6C63B81225FC8869FE4672A *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((EmptyInternalEnumerator_1_tA1C30C1C3641AB2CD6C63B81225FC8869FE4672A *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); Entry_t834B95FB8E40C62C6ACA4227F541FA11D98335C3 L_1 = (Entry_t834B95FB8E40C62C6ACA4227F541FA11D98335C3 )L_0; RuntimeObject * L_2 = Box(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 1), &L_1); return (RuntimeObject *)L_2; } } // System.Void System.Array/EmptyInternalEnumerator`1>::System.Collections.IEnumerator.Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1_System_Collections_IEnumerator_Reset_mB561F89D2BA8D524D0CC21FEDAB037924EF220A0_gshared (EmptyInternalEnumerator_1_tA1C30C1C3641AB2CD6C63B81225FC8869FE4672A * __this, const RuntimeMethod* method) { { return; } } // System.Void System.Array/EmptyInternalEnumerator`1>::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1__ctor_m78C96FD7AF17FF8A8037A9F62B86979F54BA3A84_gshared (EmptyInternalEnumerator_1_tA1C30C1C3641AB2CD6C63B81225FC8869FE4672A * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405((RuntimeObject *)__this, /*hidden argument*/NULL); return; } } // System.Void System.Array/EmptyInternalEnumerator`1>::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1__cctor_mB14C18351072C1B1FDF853DB98A70FE2DE71BB17_gshared (const RuntimeMethod* method) { { EmptyInternalEnumerator_1_tA1C30C1C3641AB2CD6C63B81225FC8869FE4672A * L_0 = (EmptyInternalEnumerator_1_tA1C30C1C3641AB2CD6C63B81225FC8869FE4672A *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2)); (( void (*) (EmptyInternalEnumerator_1_tA1C30C1C3641AB2CD6C63B81225FC8869FE4672A *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)->methodPointer)(L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); ((EmptyInternalEnumerator_1_tA1C30C1C3641AB2CD6C63B81225FC8869FE4672A_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4)))->set_Value_0(L_0); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Array/EmptyInternalEnumerator`1>::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1_Dispose_m1A39DC32E29D42EA7E9CE322F4499F9258D1A077_gshared (EmptyInternalEnumerator_1_tD48AE40EEF4BFCDBCF88997B674CD77F98318B40 * __this, const RuntimeMethod* method) { { return; } } // System.Boolean System.Array/EmptyInternalEnumerator`1>::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool EmptyInternalEnumerator_1_MoveNext_m14D059FB752B3FD7DB13C164C674171205FF74CC_gshared (EmptyInternalEnumerator_1_tD48AE40EEF4BFCDBCF88997B674CD77F98318B40 * __this, const RuntimeMethod* method) { { return (bool)0; } } // T System.Array/EmptyInternalEnumerator`1>::get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Entry_tA640A750E64B9A8B3CE47F33007EA5533A4421D9 EmptyInternalEnumerator_1_get_Current_m3ABAB84E7152F21359715C62AD448DD1D361227B_gshared (EmptyInternalEnumerator_1_tD48AE40EEF4BFCDBCF88997B674CD77F98318B40 * __this, const RuntimeMethod* method) { { InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB * L_0 = (InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB_il2cpp_TypeInfo_var))); InvalidOperationException__ctor_mC012CE552988309733C896F3FEA8249171E4402E(L_0, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral7E7A07FECA0FF43839D67A9F7828EE56182CC9F6)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&EmptyInternalEnumerator_1_get_Current_m3ABAB84E7152F21359715C62AD448DD1D361227B_RuntimeMethod_var))); } } // System.Object System.Array/EmptyInternalEnumerator`1>::System.Collections.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * EmptyInternalEnumerator_1_System_Collections_IEnumerator_get_Current_m593D5719CEDA30C36683BDC3F565AD2D00258681_gshared (EmptyInternalEnumerator_1_tD48AE40EEF4BFCDBCF88997B674CD77F98318B40 * __this, const RuntimeMethod* method) { { NullCheck((EmptyInternalEnumerator_1_tD48AE40EEF4BFCDBCF88997B674CD77F98318B40 *)__this); Entry_tA640A750E64B9A8B3CE47F33007EA5533A4421D9 L_0; L_0 = (( Entry_tA640A750E64B9A8B3CE47F33007EA5533A4421D9 (*) (EmptyInternalEnumerator_1_tD48AE40EEF4BFCDBCF88997B674CD77F98318B40 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((EmptyInternalEnumerator_1_tD48AE40EEF4BFCDBCF88997B674CD77F98318B40 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); Entry_tA640A750E64B9A8B3CE47F33007EA5533A4421D9 L_1 = (Entry_tA640A750E64B9A8B3CE47F33007EA5533A4421D9 )L_0; RuntimeObject * L_2 = Box(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 1), &L_1); return (RuntimeObject *)L_2; } } // System.Void System.Array/EmptyInternalEnumerator`1>::System.Collections.IEnumerator.Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1_System_Collections_IEnumerator_Reset_m8952F0A1D0B4DE3B4C46B3E173337B91EB857B6B_gshared (EmptyInternalEnumerator_1_tD48AE40EEF4BFCDBCF88997B674CD77F98318B40 * __this, const RuntimeMethod* method) { { return; } } // System.Void System.Array/EmptyInternalEnumerator`1>::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1__ctor_mEB6EA32A6ED553370FB87BABA8CAEF687C35BFDC_gshared (EmptyInternalEnumerator_1_tD48AE40EEF4BFCDBCF88997B674CD77F98318B40 * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405((RuntimeObject *)__this, /*hidden argument*/NULL); return; } } // System.Void System.Array/EmptyInternalEnumerator`1>::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1__cctor_mF2833FB61A67517F69BB8A61FC03974432D47244_gshared (const RuntimeMethod* method) { { EmptyInternalEnumerator_1_tD48AE40EEF4BFCDBCF88997B674CD77F98318B40 * L_0 = (EmptyInternalEnumerator_1_tD48AE40EEF4BFCDBCF88997B674CD77F98318B40 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2)); (( void (*) (EmptyInternalEnumerator_1_tD48AE40EEF4BFCDBCF88997B674CD77F98318B40 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)->methodPointer)(L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); ((EmptyInternalEnumerator_1_tD48AE40EEF4BFCDBCF88997B674CD77F98318B40_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4)))->set_Value_0(L_0); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Array/EmptyInternalEnumerator`1>::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1_Dispose_m2668E7B72BA7051B7BB28B0AB4D45B2CDA9DED2C_gshared (EmptyInternalEnumerator_1_t0B1E3E5AEC5EEB197102AD54F2D11CB20AD75364 * __this, const RuntimeMethod* method) { { return; } } // System.Boolean System.Array/EmptyInternalEnumerator`1>::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool EmptyInternalEnumerator_1_MoveNext_m058861C39DAF2905BA0B93B64DF043C4AEF61285_gshared (EmptyInternalEnumerator_1_t0B1E3E5AEC5EEB197102AD54F2D11CB20AD75364 * __this, const RuntimeMethod* method) { { return (bool)0; } } // T System.Array/EmptyInternalEnumerator`1>::get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Entry_t3E4FA3AD06B6A9C6C5753B8743138C811FBA5B2E EmptyInternalEnumerator_1_get_Current_mC5E06CB1C2D90CBBA7726BB9CD3AA2600BCBE0E9_gshared (EmptyInternalEnumerator_1_t0B1E3E5AEC5EEB197102AD54F2D11CB20AD75364 * __this, const RuntimeMethod* method) { { InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB * L_0 = (InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB_il2cpp_TypeInfo_var))); InvalidOperationException__ctor_mC012CE552988309733C896F3FEA8249171E4402E(L_0, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral7E7A07FECA0FF43839D67A9F7828EE56182CC9F6)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&EmptyInternalEnumerator_1_get_Current_mC5E06CB1C2D90CBBA7726BB9CD3AA2600BCBE0E9_RuntimeMethod_var))); } } // System.Object System.Array/EmptyInternalEnumerator`1>::System.Collections.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * EmptyInternalEnumerator_1_System_Collections_IEnumerator_get_Current_mB5916B5ED338C835A3C670DFADE3FF9157E2FF2E_gshared (EmptyInternalEnumerator_1_t0B1E3E5AEC5EEB197102AD54F2D11CB20AD75364 * __this, const RuntimeMethod* method) { { NullCheck((EmptyInternalEnumerator_1_t0B1E3E5AEC5EEB197102AD54F2D11CB20AD75364 *)__this); Entry_t3E4FA3AD06B6A9C6C5753B8743138C811FBA5B2E L_0; L_0 = (( Entry_t3E4FA3AD06B6A9C6C5753B8743138C811FBA5B2E (*) (EmptyInternalEnumerator_1_t0B1E3E5AEC5EEB197102AD54F2D11CB20AD75364 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((EmptyInternalEnumerator_1_t0B1E3E5AEC5EEB197102AD54F2D11CB20AD75364 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); Entry_t3E4FA3AD06B6A9C6C5753B8743138C811FBA5B2E L_1 = (Entry_t3E4FA3AD06B6A9C6C5753B8743138C811FBA5B2E )L_0; RuntimeObject * L_2 = Box(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 1), &L_1); return (RuntimeObject *)L_2; } } // System.Void System.Array/EmptyInternalEnumerator`1>::System.Collections.IEnumerator.Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1_System_Collections_IEnumerator_Reset_m44D3B028A92B4FC1858923B8F13FAABD6B68B8B2_gshared (EmptyInternalEnumerator_1_t0B1E3E5AEC5EEB197102AD54F2D11CB20AD75364 * __this, const RuntimeMethod* method) { { return; } } // System.Void System.Array/EmptyInternalEnumerator`1>::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1__ctor_m5C2550A9085825CC1EDD40D260C216CAEC9073FA_gshared (EmptyInternalEnumerator_1_t0B1E3E5AEC5EEB197102AD54F2D11CB20AD75364 * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405((RuntimeObject *)__this, /*hidden argument*/NULL); return; } } // System.Void System.Array/EmptyInternalEnumerator`1>::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1__cctor_m1D1EDED79D12C86060B3E962BA2F5DDCAA19737A_gshared (const RuntimeMethod* method) { { EmptyInternalEnumerator_1_t0B1E3E5AEC5EEB197102AD54F2D11CB20AD75364 * L_0 = (EmptyInternalEnumerator_1_t0B1E3E5AEC5EEB197102AD54F2D11CB20AD75364 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2)); (( void (*) (EmptyInternalEnumerator_1_t0B1E3E5AEC5EEB197102AD54F2D11CB20AD75364 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)->methodPointer)(L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); ((EmptyInternalEnumerator_1_t0B1E3E5AEC5EEB197102AD54F2D11CB20AD75364_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4)))->set_Value_0(L_0); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Array/EmptyInternalEnumerator`1>::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1_Dispose_m459DAF9B91C91049E09002D25C9788A7D7981D88_gshared (EmptyInternalEnumerator_1_t58DE3C6C7EC6EB7E0807210444917F71487CF828 * __this, const RuntimeMethod* method) { { return; } } // System.Boolean System.Array/EmptyInternalEnumerator`1>::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool EmptyInternalEnumerator_1_MoveNext_mE993ED6F4F47E15358E30887E4FAD6D9A9EBB716_gshared (EmptyInternalEnumerator_1_t58DE3C6C7EC6EB7E0807210444917F71487CF828 * __this, const RuntimeMethod* method) { { return (bool)0; } } // T System.Array/EmptyInternalEnumerator`1>::get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Entry_t03A87BF6367938D67497088665C733ED14E14AC9 EmptyInternalEnumerator_1_get_Current_m43F4F61B3901E0AAB1F3A30F063DF360A77512C0_gshared (EmptyInternalEnumerator_1_t58DE3C6C7EC6EB7E0807210444917F71487CF828 * __this, const RuntimeMethod* method) { { InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB * L_0 = (InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB_il2cpp_TypeInfo_var))); InvalidOperationException__ctor_mC012CE552988309733C896F3FEA8249171E4402E(L_0, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral7E7A07FECA0FF43839D67A9F7828EE56182CC9F6)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&EmptyInternalEnumerator_1_get_Current_m43F4F61B3901E0AAB1F3A30F063DF360A77512C0_RuntimeMethod_var))); } } // System.Object System.Array/EmptyInternalEnumerator`1>::System.Collections.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * EmptyInternalEnumerator_1_System_Collections_IEnumerator_get_Current_m0BA63D5DB82A0485F9B0EE743B29C7166F97EA88_gshared (EmptyInternalEnumerator_1_t58DE3C6C7EC6EB7E0807210444917F71487CF828 * __this, const RuntimeMethod* method) { { NullCheck((EmptyInternalEnumerator_1_t58DE3C6C7EC6EB7E0807210444917F71487CF828 *)__this); Entry_t03A87BF6367938D67497088665C733ED14E14AC9 L_0; L_0 = (( Entry_t03A87BF6367938D67497088665C733ED14E14AC9 (*) (EmptyInternalEnumerator_1_t58DE3C6C7EC6EB7E0807210444917F71487CF828 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((EmptyInternalEnumerator_1_t58DE3C6C7EC6EB7E0807210444917F71487CF828 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); Entry_t03A87BF6367938D67497088665C733ED14E14AC9 L_1 = (Entry_t03A87BF6367938D67497088665C733ED14E14AC9 )L_0; RuntimeObject * L_2 = Box(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 1), &L_1); return (RuntimeObject *)L_2; } } // System.Void System.Array/EmptyInternalEnumerator`1>::System.Collections.IEnumerator.Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1_System_Collections_IEnumerator_Reset_m5E0FE4B1C278EC1DB9C05F635D05A36338795171_gshared (EmptyInternalEnumerator_1_t58DE3C6C7EC6EB7E0807210444917F71487CF828 * __this, const RuntimeMethod* method) { { return; } } // System.Void System.Array/EmptyInternalEnumerator`1>::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1__ctor_mF753DF9558C5DAC87F555CE60DB0670B48AE47EB_gshared (EmptyInternalEnumerator_1_t58DE3C6C7EC6EB7E0807210444917F71487CF828 * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405((RuntimeObject *)__this, /*hidden argument*/NULL); return; } } // System.Void System.Array/EmptyInternalEnumerator`1>::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1__cctor_m61EE823C6CDC2BAB52D9B652E2500986156A380A_gshared (const RuntimeMethod* method) { { EmptyInternalEnumerator_1_t58DE3C6C7EC6EB7E0807210444917F71487CF828 * L_0 = (EmptyInternalEnumerator_1_t58DE3C6C7EC6EB7E0807210444917F71487CF828 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2)); (( void (*) (EmptyInternalEnumerator_1_t58DE3C6C7EC6EB7E0807210444917F71487CF828 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)->methodPointer)(L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); ((EmptyInternalEnumerator_1_t58DE3C6C7EC6EB7E0807210444917F71487CF828_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4)))->set_Value_0(L_0); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Array/EmptyInternalEnumerator`1>::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1_Dispose_mF9F602830C8DF846A9D237690E02C445889328A8_gshared (EmptyInternalEnumerator_1_tB0A90EEFB5301D3567980A0D8B39CCAE9E642C52 * __this, const RuntimeMethod* method) { { return; } } // System.Boolean System.Array/EmptyInternalEnumerator`1>::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool EmptyInternalEnumerator_1_MoveNext_m95E27361F94FDD6451EA15DA94933D5938A8860B_gshared (EmptyInternalEnumerator_1_tB0A90EEFB5301D3567980A0D8B39CCAE9E642C52 * __this, const RuntimeMethod* method) { { return (bool)0; } } // T System.Array/EmptyInternalEnumerator`1>::get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Entry_t75555245F6EED3D80CF16B19FECB5C191236CF38 EmptyInternalEnumerator_1_get_Current_m3A3980FCA0251C618E7A48EEDCC0A3723CC2BF9A_gshared (EmptyInternalEnumerator_1_tB0A90EEFB5301D3567980A0D8B39CCAE9E642C52 * __this, const RuntimeMethod* method) { { InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB * L_0 = (InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB_il2cpp_TypeInfo_var))); InvalidOperationException__ctor_mC012CE552988309733C896F3FEA8249171E4402E(L_0, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral7E7A07FECA0FF43839D67A9F7828EE56182CC9F6)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&EmptyInternalEnumerator_1_get_Current_m3A3980FCA0251C618E7A48EEDCC0A3723CC2BF9A_RuntimeMethod_var))); } } // System.Object System.Array/EmptyInternalEnumerator`1>::System.Collections.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * EmptyInternalEnumerator_1_System_Collections_IEnumerator_get_Current_mF49530F1CE689DCC59BB1C45E0D64FAD68FB46FF_gshared (EmptyInternalEnumerator_1_tB0A90EEFB5301D3567980A0D8B39CCAE9E642C52 * __this, const RuntimeMethod* method) { { NullCheck((EmptyInternalEnumerator_1_tB0A90EEFB5301D3567980A0D8B39CCAE9E642C52 *)__this); Entry_t75555245F6EED3D80CF16B19FECB5C191236CF38 L_0; L_0 = (( Entry_t75555245F6EED3D80CF16B19FECB5C191236CF38 (*) (EmptyInternalEnumerator_1_tB0A90EEFB5301D3567980A0D8B39CCAE9E642C52 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((EmptyInternalEnumerator_1_tB0A90EEFB5301D3567980A0D8B39CCAE9E642C52 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); Entry_t75555245F6EED3D80CF16B19FECB5C191236CF38 L_1 = (Entry_t75555245F6EED3D80CF16B19FECB5C191236CF38 )L_0; RuntimeObject * L_2 = Box(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 1), &L_1); return (RuntimeObject *)L_2; } } // System.Void System.Array/EmptyInternalEnumerator`1>::System.Collections.IEnumerator.Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1_System_Collections_IEnumerator_Reset_m8DAFE361694828E087F7EC4746C002FFBD3A229E_gshared (EmptyInternalEnumerator_1_tB0A90EEFB5301D3567980A0D8B39CCAE9E642C52 * __this, const RuntimeMethod* method) { { return; } } // System.Void System.Array/EmptyInternalEnumerator`1>::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1__ctor_mB43EA5864F5C08F00B45AC3A805A69F772282D0C_gshared (EmptyInternalEnumerator_1_tB0A90EEFB5301D3567980A0D8B39CCAE9E642C52 * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405((RuntimeObject *)__this, /*hidden argument*/NULL); return; } } // System.Void System.Array/EmptyInternalEnumerator`1>::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1__cctor_m105BA014FA3401505FCE065BD588A99F9C81D933_gshared (const RuntimeMethod* method) { { EmptyInternalEnumerator_1_tB0A90EEFB5301D3567980A0D8B39CCAE9E642C52 * L_0 = (EmptyInternalEnumerator_1_tB0A90EEFB5301D3567980A0D8B39CCAE9E642C52 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2)); (( void (*) (EmptyInternalEnumerator_1_tB0A90EEFB5301D3567980A0D8B39CCAE9E642C52 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)->methodPointer)(L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); ((EmptyInternalEnumerator_1_tB0A90EEFB5301D3567980A0D8B39CCAE9E642C52_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4)))->set_Value_0(L_0); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Array/EmptyInternalEnumerator`1>::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1_Dispose_mAB88970CBE21B7DE9D40D8C1CF23CED5415E006D_gshared (EmptyInternalEnumerator_1_tDD7D4CAAD8D90F43099836DE693B0135F348B194 * __this, const RuntimeMethod* method) { { return; } } // System.Boolean System.Array/EmptyInternalEnumerator`1>::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool EmptyInternalEnumerator_1_MoveNext_m5F408859B9CCEC406F543FED56604C3F5682C041_gshared (EmptyInternalEnumerator_1_tDD7D4CAAD8D90F43099836DE693B0135F348B194 * __this, const RuntimeMethod* method) { { return (bool)0; } } // T System.Array/EmptyInternalEnumerator`1>::get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Entry_t8E7896C112810E7B3FD1419DDAC87B62F5549A31 EmptyInternalEnumerator_1_get_Current_m9A8C830B983A5F2048E17B70D942C63A8BFBA606_gshared (EmptyInternalEnumerator_1_tDD7D4CAAD8D90F43099836DE693B0135F348B194 * __this, const RuntimeMethod* method) { { InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB * L_0 = (InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB_il2cpp_TypeInfo_var))); InvalidOperationException__ctor_mC012CE552988309733C896F3FEA8249171E4402E(L_0, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral7E7A07FECA0FF43839D67A9F7828EE56182CC9F6)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&EmptyInternalEnumerator_1_get_Current_m9A8C830B983A5F2048E17B70D942C63A8BFBA606_RuntimeMethod_var))); } } // System.Object System.Array/EmptyInternalEnumerator`1>::System.Collections.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * EmptyInternalEnumerator_1_System_Collections_IEnumerator_get_Current_mC8A55E1B009C215B154771DE9DC41635633F504A_gshared (EmptyInternalEnumerator_1_tDD7D4CAAD8D90F43099836DE693B0135F348B194 * __this, const RuntimeMethod* method) { { NullCheck((EmptyInternalEnumerator_1_tDD7D4CAAD8D90F43099836DE693B0135F348B194 *)__this); Entry_t8E7896C112810E7B3FD1419DDAC87B62F5549A31 L_0; L_0 = (( Entry_t8E7896C112810E7B3FD1419DDAC87B62F5549A31 (*) (EmptyInternalEnumerator_1_tDD7D4CAAD8D90F43099836DE693B0135F348B194 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((EmptyInternalEnumerator_1_tDD7D4CAAD8D90F43099836DE693B0135F348B194 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); Entry_t8E7896C112810E7B3FD1419DDAC87B62F5549A31 L_1 = (Entry_t8E7896C112810E7B3FD1419DDAC87B62F5549A31 )L_0; RuntimeObject * L_2 = Box(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 1), &L_1); return (RuntimeObject *)L_2; } } // System.Void System.Array/EmptyInternalEnumerator`1>::System.Collections.IEnumerator.Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1_System_Collections_IEnumerator_Reset_m72D1AC9700BC7177ECC71B64BCE4A97EE010EA42_gshared (EmptyInternalEnumerator_1_tDD7D4CAAD8D90F43099836DE693B0135F348B194 * __this, const RuntimeMethod* method) { { return; } } // System.Void System.Array/EmptyInternalEnumerator`1>::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1__ctor_m20769075A13E4A2AA7D3A958FE76DD6622ED4E4E_gshared (EmptyInternalEnumerator_1_tDD7D4CAAD8D90F43099836DE693B0135F348B194 * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405((RuntimeObject *)__this, /*hidden argument*/NULL); return; } } // System.Void System.Array/EmptyInternalEnumerator`1>::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1__cctor_mC556FDA975758F317A404C22B8F655A1F9C5DA4C_gshared (const RuntimeMethod* method) { { EmptyInternalEnumerator_1_tDD7D4CAAD8D90F43099836DE693B0135F348B194 * L_0 = (EmptyInternalEnumerator_1_tDD7D4CAAD8D90F43099836DE693B0135F348B194 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2)); (( void (*) (EmptyInternalEnumerator_1_tDD7D4CAAD8D90F43099836DE693B0135F348B194 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)->methodPointer)(L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); ((EmptyInternalEnumerator_1_tDD7D4CAAD8D90F43099836DE693B0135F348B194_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4)))->set_Value_0(L_0); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Array/EmptyInternalEnumerator`1>::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1_Dispose_mDD1CFB46AC3899C290DF997672AB4AE7582F3028_gshared (EmptyInternalEnumerator_1_tE688339CFB247663CC1CFEF8B1C840F8FB73AFA0 * __this, const RuntimeMethod* method) { { return; } } // System.Boolean System.Array/EmptyInternalEnumerator`1>::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool EmptyInternalEnumerator_1_MoveNext_m289AC761A8DC8F88A864E9A3638BD81FE8EF4780_gshared (EmptyInternalEnumerator_1_tE688339CFB247663CC1CFEF8B1C840F8FB73AFA0 * __this, const RuntimeMethod* method) { { return (bool)0; } } // T System.Array/EmptyInternalEnumerator`1>::get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Entry_t1DD1D1FCCF2E056D99B682EB02F71E6501842A9A EmptyInternalEnumerator_1_get_Current_m66901240B51142EB6BDDFBE2F068F657395B2ACA_gshared (EmptyInternalEnumerator_1_tE688339CFB247663CC1CFEF8B1C840F8FB73AFA0 * __this, const RuntimeMethod* method) { { InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB * L_0 = (InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB_il2cpp_TypeInfo_var))); InvalidOperationException__ctor_mC012CE552988309733C896F3FEA8249171E4402E(L_0, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral7E7A07FECA0FF43839D67A9F7828EE56182CC9F6)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&EmptyInternalEnumerator_1_get_Current_m66901240B51142EB6BDDFBE2F068F657395B2ACA_RuntimeMethod_var))); } } // System.Object System.Array/EmptyInternalEnumerator`1>::System.Collections.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * EmptyInternalEnumerator_1_System_Collections_IEnumerator_get_Current_m3D0EC6C185638E020E4B85B74FB98CF616F8057B_gshared (EmptyInternalEnumerator_1_tE688339CFB247663CC1CFEF8B1C840F8FB73AFA0 * __this, const RuntimeMethod* method) { { NullCheck((EmptyInternalEnumerator_1_tE688339CFB247663CC1CFEF8B1C840F8FB73AFA0 *)__this); Entry_t1DD1D1FCCF2E056D99B682EB02F71E6501842A9A L_0; L_0 = (( Entry_t1DD1D1FCCF2E056D99B682EB02F71E6501842A9A (*) (EmptyInternalEnumerator_1_tE688339CFB247663CC1CFEF8B1C840F8FB73AFA0 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((EmptyInternalEnumerator_1_tE688339CFB247663CC1CFEF8B1C840F8FB73AFA0 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); Entry_t1DD1D1FCCF2E056D99B682EB02F71E6501842A9A L_1 = (Entry_t1DD1D1FCCF2E056D99B682EB02F71E6501842A9A )L_0; RuntimeObject * L_2 = Box(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 1), &L_1); return (RuntimeObject *)L_2; } } // System.Void System.Array/EmptyInternalEnumerator`1>::System.Collections.IEnumerator.Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1_System_Collections_IEnumerator_Reset_mB0943710C4A33D26749F93DF04DA58DDC43BD726_gshared (EmptyInternalEnumerator_1_tE688339CFB247663CC1CFEF8B1C840F8FB73AFA0 * __this, const RuntimeMethod* method) { { return; } } // System.Void System.Array/EmptyInternalEnumerator`1>::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1__ctor_mF6CF0A26F72DEAAAFF3F294918D572B620A619A0_gshared (EmptyInternalEnumerator_1_tE688339CFB247663CC1CFEF8B1C840F8FB73AFA0 * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405((RuntimeObject *)__this, /*hidden argument*/NULL); return; } } // System.Void System.Array/EmptyInternalEnumerator`1>::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1__cctor_m220243A38AA11826B0F34586C1B30FDEB01DE3D7_gshared (const RuntimeMethod* method) { { EmptyInternalEnumerator_1_tE688339CFB247663CC1CFEF8B1C840F8FB73AFA0 * L_0 = (EmptyInternalEnumerator_1_tE688339CFB247663CC1CFEF8B1C840F8FB73AFA0 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2)); (( void (*) (EmptyInternalEnumerator_1_tE688339CFB247663CC1CFEF8B1C840F8FB73AFA0 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)->methodPointer)(L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); ((EmptyInternalEnumerator_1_tE688339CFB247663CC1CFEF8B1C840F8FB73AFA0_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4)))->set_Value_0(L_0); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Array/EmptyInternalEnumerator`1>::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1_Dispose_mEE6C812EE53032145D86B192228FF5509C379374_gshared (EmptyInternalEnumerator_1_t130ECF43D9B89FA1939766F92146FEBFD4EC8FB7 * __this, const RuntimeMethod* method) { { return; } } // System.Boolean System.Array/EmptyInternalEnumerator`1>::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool EmptyInternalEnumerator_1_MoveNext_m82ADEAF2C14AC8C5F123EA8860169382D43C7EE6_gshared (EmptyInternalEnumerator_1_t130ECF43D9B89FA1939766F92146FEBFD4EC8FB7 * __this, const RuntimeMethod* method) { { return (bool)0; } } // T System.Array/EmptyInternalEnumerator`1>::get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Entry_tA2F747A511B65CEC54DAB28F6273EE844D053E99 EmptyInternalEnumerator_1_get_Current_mDD751C7FA1E5F4D62BA024723DA1BDD58CF46E72_gshared (EmptyInternalEnumerator_1_t130ECF43D9B89FA1939766F92146FEBFD4EC8FB7 * __this, const RuntimeMethod* method) { { InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB * L_0 = (InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB_il2cpp_TypeInfo_var))); InvalidOperationException__ctor_mC012CE552988309733C896F3FEA8249171E4402E(L_0, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral7E7A07FECA0FF43839D67A9F7828EE56182CC9F6)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&EmptyInternalEnumerator_1_get_Current_mDD751C7FA1E5F4D62BA024723DA1BDD58CF46E72_RuntimeMethod_var))); } } // System.Object System.Array/EmptyInternalEnumerator`1>::System.Collections.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * EmptyInternalEnumerator_1_System_Collections_IEnumerator_get_Current_m45525534E9EF6982A7F67C62FE65E09FD1F009B0_gshared (EmptyInternalEnumerator_1_t130ECF43D9B89FA1939766F92146FEBFD4EC8FB7 * __this, const RuntimeMethod* method) { { NullCheck((EmptyInternalEnumerator_1_t130ECF43D9B89FA1939766F92146FEBFD4EC8FB7 *)__this); Entry_tA2F747A511B65CEC54DAB28F6273EE844D053E99 L_0; L_0 = (( Entry_tA2F747A511B65CEC54DAB28F6273EE844D053E99 (*) (EmptyInternalEnumerator_1_t130ECF43D9B89FA1939766F92146FEBFD4EC8FB7 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((EmptyInternalEnumerator_1_t130ECF43D9B89FA1939766F92146FEBFD4EC8FB7 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); Entry_tA2F747A511B65CEC54DAB28F6273EE844D053E99 L_1 = (Entry_tA2F747A511B65CEC54DAB28F6273EE844D053E99 )L_0; RuntimeObject * L_2 = Box(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 1), &L_1); return (RuntimeObject *)L_2; } } // System.Void System.Array/EmptyInternalEnumerator`1>::System.Collections.IEnumerator.Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1_System_Collections_IEnumerator_Reset_m87C79AFE63012B7A491F10624760EF0CC0C5A7EF_gshared (EmptyInternalEnumerator_1_t130ECF43D9B89FA1939766F92146FEBFD4EC8FB7 * __this, const RuntimeMethod* method) { { return; } } // System.Void System.Array/EmptyInternalEnumerator`1>::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1__ctor_m018208C27F3AC39D157F6C661B666F661017ECFA_gshared (EmptyInternalEnumerator_1_t130ECF43D9B89FA1939766F92146FEBFD4EC8FB7 * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405((RuntimeObject *)__this, /*hidden argument*/NULL); return; } } // System.Void System.Array/EmptyInternalEnumerator`1>::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1__cctor_m2CCF504FF68683EAACF87241BB7A037EBA9A959E_gshared (const RuntimeMethod* method) { { EmptyInternalEnumerator_1_t130ECF43D9B89FA1939766F92146FEBFD4EC8FB7 * L_0 = (EmptyInternalEnumerator_1_t130ECF43D9B89FA1939766F92146FEBFD4EC8FB7 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2)); (( void (*) (EmptyInternalEnumerator_1_t130ECF43D9B89FA1939766F92146FEBFD4EC8FB7 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)->methodPointer)(L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); ((EmptyInternalEnumerator_1_t130ECF43D9B89FA1939766F92146FEBFD4EC8FB7_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4)))->set_Value_0(L_0); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Array/EmptyInternalEnumerator`1,System.Object>>::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1_Dispose_m90710FDF2DB905080B2263FEBD908FCCA4A80A22_gshared (EmptyInternalEnumerator_1_tD141A0B4F24F91F82D6E36E32972590D989C41DC * __this, const RuntimeMethod* method) { { return; } } // System.Boolean System.Array/EmptyInternalEnumerator`1,System.Object>>::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool EmptyInternalEnumerator_1_MoveNext_m1688F6B6B8E45448BF6F75B9A0E0A6575DA77421_gshared (EmptyInternalEnumerator_1_tD141A0B4F24F91F82D6E36E32972590D989C41DC * __this, const RuntimeMethod* method) { { return (bool)0; } } // T System.Array/EmptyInternalEnumerator`1,System.Object>>::get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR KeyValuePair_2_t26DA7FDD45C2AED4C163F9914FAE1E316242393A EmptyInternalEnumerator_1_get_Current_m8C2D00059086F0C493362463BE0C1CE28904CDD1_gshared (EmptyInternalEnumerator_1_tD141A0B4F24F91F82D6E36E32972590D989C41DC * __this, const RuntimeMethod* method) { { InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB * L_0 = (InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB_il2cpp_TypeInfo_var))); InvalidOperationException__ctor_mC012CE552988309733C896F3FEA8249171E4402E(L_0, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral7E7A07FECA0FF43839D67A9F7828EE56182CC9F6)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&EmptyInternalEnumerator_1_get_Current_m8C2D00059086F0C493362463BE0C1CE28904CDD1_RuntimeMethod_var))); } } // System.Object System.Array/EmptyInternalEnumerator`1,System.Object>>::System.Collections.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * EmptyInternalEnumerator_1_System_Collections_IEnumerator_get_Current_m3BEF9F1894FA2A636E7421EA86D456FCBE8E2ADD_gshared (EmptyInternalEnumerator_1_tD141A0B4F24F91F82D6E36E32972590D989C41DC * __this, const RuntimeMethod* method) { { NullCheck((EmptyInternalEnumerator_1_tD141A0B4F24F91F82D6E36E32972590D989C41DC *)__this); KeyValuePair_2_t26DA7FDD45C2AED4C163F9914FAE1E316242393A L_0; L_0 = (( KeyValuePair_2_t26DA7FDD45C2AED4C163F9914FAE1E316242393A (*) (EmptyInternalEnumerator_1_tD141A0B4F24F91F82D6E36E32972590D989C41DC *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((EmptyInternalEnumerator_1_tD141A0B4F24F91F82D6E36E32972590D989C41DC *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); KeyValuePair_2_t26DA7FDD45C2AED4C163F9914FAE1E316242393A L_1 = (KeyValuePair_2_t26DA7FDD45C2AED4C163F9914FAE1E316242393A )L_0; RuntimeObject * L_2 = Box(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 1), &L_1); return (RuntimeObject *)L_2; } } // System.Void System.Array/EmptyInternalEnumerator`1,System.Object>>::System.Collections.IEnumerator.Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1_System_Collections_IEnumerator_Reset_m80A49A37E7D80A8822C170D277662B730CE32FE2_gshared (EmptyInternalEnumerator_1_tD141A0B4F24F91F82D6E36E32972590D989C41DC * __this, const RuntimeMethod* method) { { return; } } // System.Void System.Array/EmptyInternalEnumerator`1,System.Object>>::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1__ctor_mB5E7E69EFBDA3277B2F1AAC0787229B2BF80AD87_gshared (EmptyInternalEnumerator_1_tD141A0B4F24F91F82D6E36E32972590D989C41DC * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405((RuntimeObject *)__this, /*hidden argument*/NULL); return; } } // System.Void System.Array/EmptyInternalEnumerator`1,System.Object>>::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1__cctor_mECA25B01A991445E3EFD3A98DDDE2B1BCD443B3C_gshared (const RuntimeMethod* method) { { EmptyInternalEnumerator_1_tD141A0B4F24F91F82D6E36E32972590D989C41DC * L_0 = (EmptyInternalEnumerator_1_tD141A0B4F24F91F82D6E36E32972590D989C41DC *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2)); (( void (*) (EmptyInternalEnumerator_1_tD141A0B4F24F91F82D6E36E32972590D989C41DC *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)->methodPointer)(L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); ((EmptyInternalEnumerator_1_tD141A0B4F24F91F82D6E36E32972590D989C41DC_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4)))->set_Value_0(L_0); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Array/EmptyInternalEnumerator`1>::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1_Dispose_m20B0566D7E614E90BB530FE8ADFAA64CFFE82AE9_gshared (EmptyInternalEnumerator_1_t966ADDD1EAEDE079621F9BE0ADB4FF170B02B395 * __this, const RuntimeMethod* method) { { return; } } // System.Boolean System.Array/EmptyInternalEnumerator`1>::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool EmptyInternalEnumerator_1_MoveNext_mFDC7D0A801D5852C90EF02AABC7BEB36CA30BD74_gshared (EmptyInternalEnumerator_1_t966ADDD1EAEDE079621F9BE0ADB4FF170B02B395 * __this, const RuntimeMethod* method) { { return (bool)0; } } // T System.Array/EmptyInternalEnumerator`1>::get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR KeyValuePair_2_tB6ECB423D6D4B3D2F916E061DDF9A7C3F0958D57 EmptyInternalEnumerator_1_get_Current_mF62114A61E337A49C4A465FAA9B767660D0999A7_gshared (EmptyInternalEnumerator_1_t966ADDD1EAEDE079621F9BE0ADB4FF170B02B395 * __this, const RuntimeMethod* method) { { InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB * L_0 = (InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB_il2cpp_TypeInfo_var))); InvalidOperationException__ctor_mC012CE552988309733C896F3FEA8249171E4402E(L_0, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral7E7A07FECA0FF43839D67A9F7828EE56182CC9F6)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&EmptyInternalEnumerator_1_get_Current_mF62114A61E337A49C4A465FAA9B767660D0999A7_RuntimeMethod_var))); } } // System.Object System.Array/EmptyInternalEnumerator`1>::System.Collections.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * EmptyInternalEnumerator_1_System_Collections_IEnumerator_get_Current_m89FD4103BCFD557CE60284FE998178A7721B074A_gshared (EmptyInternalEnumerator_1_t966ADDD1EAEDE079621F9BE0ADB4FF170B02B395 * __this, const RuntimeMethod* method) { { NullCheck((EmptyInternalEnumerator_1_t966ADDD1EAEDE079621F9BE0ADB4FF170B02B395 *)__this); KeyValuePair_2_tB6ECB423D6D4B3D2F916E061DDF9A7C3F0958D57 L_0; L_0 = (( KeyValuePair_2_tB6ECB423D6D4B3D2F916E061DDF9A7C3F0958D57 (*) (EmptyInternalEnumerator_1_t966ADDD1EAEDE079621F9BE0ADB4FF170B02B395 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((EmptyInternalEnumerator_1_t966ADDD1EAEDE079621F9BE0ADB4FF170B02B395 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); KeyValuePair_2_tB6ECB423D6D4B3D2F916E061DDF9A7C3F0958D57 L_1 = (KeyValuePair_2_tB6ECB423D6D4B3D2F916E061DDF9A7C3F0958D57 )L_0; RuntimeObject * L_2 = Box(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 1), &L_1); return (RuntimeObject *)L_2; } } // System.Void System.Array/EmptyInternalEnumerator`1>::System.Collections.IEnumerator.Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1_System_Collections_IEnumerator_Reset_m29180A6EA0CAD056CC7584DF745E134DADB4E6F7_gshared (EmptyInternalEnumerator_1_t966ADDD1EAEDE079621F9BE0ADB4FF170B02B395 * __this, const RuntimeMethod* method) { { return; } } // System.Void System.Array/EmptyInternalEnumerator`1>::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1__ctor_m9409606950E7646FE90271BE99AA18298EFFC51B_gshared (EmptyInternalEnumerator_1_t966ADDD1EAEDE079621F9BE0ADB4FF170B02B395 * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405((RuntimeObject *)__this, /*hidden argument*/NULL); return; } } // System.Void System.Array/EmptyInternalEnumerator`1>::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1__cctor_m9BF1F0232793D034499555EB8ED355EE68B3A760_gshared (const RuntimeMethod* method) { { EmptyInternalEnumerator_1_t966ADDD1EAEDE079621F9BE0ADB4FF170B02B395 * L_0 = (EmptyInternalEnumerator_1_t966ADDD1EAEDE079621F9BE0ADB4FF170B02B395 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2)); (( void (*) (EmptyInternalEnumerator_1_t966ADDD1EAEDE079621F9BE0ADB4FF170B02B395 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)->methodPointer)(L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); ((EmptyInternalEnumerator_1_t966ADDD1EAEDE079621F9BE0ADB4FF170B02B395_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4)))->set_Value_0(L_0); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Array/EmptyInternalEnumerator`1>::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1_Dispose_m2CFE1EFE203AF71881CAD62146BF00CFCF0DFAFD_gshared (EmptyInternalEnumerator_1_t8D6170FF4D878FB8ACD2C279E19BE2EF0F7147C7 * __this, const RuntimeMethod* method) { { return; } } // System.Boolean System.Array/EmptyInternalEnumerator`1>::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool EmptyInternalEnumerator_1_MoveNext_mA6A11031D9FBAF6B6281D535CEC2A66910786F89_gshared (EmptyInternalEnumerator_1_t8D6170FF4D878FB8ACD2C279E19BE2EF0F7147C7 * __this, const RuntimeMethod* method) { { return (bool)0; } } // T System.Array/EmptyInternalEnumerator`1>::get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR KeyValuePair_2_t0950F22E83F2831EF5A46252F77C44407C9EA612 EmptyInternalEnumerator_1_get_Current_mF3434EA9A82F8D9855BB914FECCBABD66FFB5D74_gshared (EmptyInternalEnumerator_1_t8D6170FF4D878FB8ACD2C279E19BE2EF0F7147C7 * __this, const RuntimeMethod* method) { { InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB * L_0 = (InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB_il2cpp_TypeInfo_var))); InvalidOperationException__ctor_mC012CE552988309733C896F3FEA8249171E4402E(L_0, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral7E7A07FECA0FF43839D67A9F7828EE56182CC9F6)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&EmptyInternalEnumerator_1_get_Current_mF3434EA9A82F8D9855BB914FECCBABD66FFB5D74_RuntimeMethod_var))); } } // System.Object System.Array/EmptyInternalEnumerator`1>::System.Collections.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * EmptyInternalEnumerator_1_System_Collections_IEnumerator_get_Current_m51D7C5601470AAF9ECE7A0BAEA8B907574818916_gshared (EmptyInternalEnumerator_1_t8D6170FF4D878FB8ACD2C279E19BE2EF0F7147C7 * __this, const RuntimeMethod* method) { { NullCheck((EmptyInternalEnumerator_1_t8D6170FF4D878FB8ACD2C279E19BE2EF0F7147C7 *)__this); KeyValuePair_2_t0950F22E83F2831EF5A46252F77C44407C9EA612 L_0; L_0 = (( KeyValuePair_2_t0950F22E83F2831EF5A46252F77C44407C9EA612 (*) (EmptyInternalEnumerator_1_t8D6170FF4D878FB8ACD2C279E19BE2EF0F7147C7 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((EmptyInternalEnumerator_1_t8D6170FF4D878FB8ACD2C279E19BE2EF0F7147C7 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); KeyValuePair_2_t0950F22E83F2831EF5A46252F77C44407C9EA612 L_1 = (KeyValuePair_2_t0950F22E83F2831EF5A46252F77C44407C9EA612 )L_0; RuntimeObject * L_2 = Box(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 1), &L_1); return (RuntimeObject *)L_2; } } // System.Void System.Array/EmptyInternalEnumerator`1>::System.Collections.IEnumerator.Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1_System_Collections_IEnumerator_Reset_mD4A65345AEB14512EE02440E9C70B07972DA230B_gshared (EmptyInternalEnumerator_1_t8D6170FF4D878FB8ACD2C279E19BE2EF0F7147C7 * __this, const RuntimeMethod* method) { { return; } } // System.Void System.Array/EmptyInternalEnumerator`1>::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1__ctor_m37988EE78143E62DC89581598F12B4EEE2791EE0_gshared (EmptyInternalEnumerator_1_t8D6170FF4D878FB8ACD2C279E19BE2EF0F7147C7 * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405((RuntimeObject *)__this, /*hidden argument*/NULL); return; } } // System.Void System.Array/EmptyInternalEnumerator`1>::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1__cctor_mCC4FF62C37A62A856D5ACE6433EBB50038FC22ED_gshared (const RuntimeMethod* method) { { EmptyInternalEnumerator_1_t8D6170FF4D878FB8ACD2C279E19BE2EF0F7147C7 * L_0 = (EmptyInternalEnumerator_1_t8D6170FF4D878FB8ACD2C279E19BE2EF0F7147C7 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2)); (( void (*) (EmptyInternalEnumerator_1_t8D6170FF4D878FB8ACD2C279E19BE2EF0F7147C7 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)->methodPointer)(L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); ((EmptyInternalEnumerator_1_t8D6170FF4D878FB8ACD2C279E19BE2EF0F7147C7_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4)))->set_Value_0(L_0); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Array/EmptyInternalEnumerator`1>::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1_Dispose_m198CDAD812F8B17BD063BCD3B92BAB65AF46DD4C_gshared (EmptyInternalEnumerator_1_tD2160A0A5702CFCD1FD92165D43213A6F7669E60 * __this, const RuntimeMethod* method) { { return; } } // System.Boolean System.Array/EmptyInternalEnumerator`1>::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool EmptyInternalEnumerator_1_MoveNext_mBEFBA453C0DF28992A19905DCC07A61289C67146_gshared (EmptyInternalEnumerator_1_tD2160A0A5702CFCD1FD92165D43213A6F7669E60 * __this, const RuntimeMethod* method) { { return (bool)0; } } // T System.Array/EmptyInternalEnumerator`1>::get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR KeyValuePair_2_tD19B66260C7C9D60E4EA4CE576A9DC5979BBA242 EmptyInternalEnumerator_1_get_Current_m97E7F9A6FB248A742F9AEDC59424D253763590F8_gshared (EmptyInternalEnumerator_1_tD2160A0A5702CFCD1FD92165D43213A6F7669E60 * __this, const RuntimeMethod* method) { { InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB * L_0 = (InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB_il2cpp_TypeInfo_var))); InvalidOperationException__ctor_mC012CE552988309733C896F3FEA8249171E4402E(L_0, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral7E7A07FECA0FF43839D67A9F7828EE56182CC9F6)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&EmptyInternalEnumerator_1_get_Current_m97E7F9A6FB248A742F9AEDC59424D253763590F8_RuntimeMethod_var))); } } // System.Object System.Array/EmptyInternalEnumerator`1>::System.Collections.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * EmptyInternalEnumerator_1_System_Collections_IEnumerator_get_Current_m0D30D9953BE41202BDD20B1EF46B3140CA781F08_gshared (EmptyInternalEnumerator_1_tD2160A0A5702CFCD1FD92165D43213A6F7669E60 * __this, const RuntimeMethod* method) { { NullCheck((EmptyInternalEnumerator_1_tD2160A0A5702CFCD1FD92165D43213A6F7669E60 *)__this); KeyValuePair_2_tD19B66260C7C9D60E4EA4CE576A9DC5979BBA242 L_0; L_0 = (( KeyValuePair_2_tD19B66260C7C9D60E4EA4CE576A9DC5979BBA242 (*) (EmptyInternalEnumerator_1_tD2160A0A5702CFCD1FD92165D43213A6F7669E60 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((EmptyInternalEnumerator_1_tD2160A0A5702CFCD1FD92165D43213A6F7669E60 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); KeyValuePair_2_tD19B66260C7C9D60E4EA4CE576A9DC5979BBA242 L_1 = (KeyValuePair_2_tD19B66260C7C9D60E4EA4CE576A9DC5979BBA242 )L_0; RuntimeObject * L_2 = Box(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 1), &L_1); return (RuntimeObject *)L_2; } } // System.Void System.Array/EmptyInternalEnumerator`1>::System.Collections.IEnumerator.Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1_System_Collections_IEnumerator_Reset_mCF4DABCC364C0AE7BB740A734AAE62939DAE3D41_gshared (EmptyInternalEnumerator_1_tD2160A0A5702CFCD1FD92165D43213A6F7669E60 * __this, const RuntimeMethod* method) { { return; } } // System.Void System.Array/EmptyInternalEnumerator`1>::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1__ctor_mBA07C5960E620668F1C68F403652AB632DB51F8E_gshared (EmptyInternalEnumerator_1_tD2160A0A5702CFCD1FD92165D43213A6F7669E60 * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405((RuntimeObject *)__this, /*hidden argument*/NULL); return; } } // System.Void System.Array/EmptyInternalEnumerator`1>::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1__cctor_m692EEA40DD630C8F4BDF24EE3AFCE8E4F943C703_gshared (const RuntimeMethod* method) { { EmptyInternalEnumerator_1_tD2160A0A5702CFCD1FD92165D43213A6F7669E60 * L_0 = (EmptyInternalEnumerator_1_tD2160A0A5702CFCD1FD92165D43213A6F7669E60 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2)); (( void (*) (EmptyInternalEnumerator_1_tD2160A0A5702CFCD1FD92165D43213A6F7669E60 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)->methodPointer)(L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); ((EmptyInternalEnumerator_1_tD2160A0A5702CFCD1FD92165D43213A6F7669E60_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4)))->set_Value_0(L_0); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Array/EmptyInternalEnumerator`1>::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1_Dispose_m6F02261A59C010CB3B05FBD5FEE22BCF16858A5F_gshared (EmptyInternalEnumerator_1_t9914FEAB1B80B3192D77FFA28C256883610FE367 * __this, const RuntimeMethod* method) { { return; } } // System.Boolean System.Array/EmptyInternalEnumerator`1>::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool EmptyInternalEnumerator_1_MoveNext_m214B67724D17677BDB4DB55D25031EC69596532D_gshared (EmptyInternalEnumerator_1_t9914FEAB1B80B3192D77FFA28C256883610FE367 * __this, const RuntimeMethod* method) { { return (bool)0; } } // T System.Array/EmptyInternalEnumerator`1>::get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR KeyValuePair_2_t74D5C76BCA7D14D18A99E0FA9EC3584DBFB65F7F EmptyInternalEnumerator_1_get_Current_m2BD7C253A959912949DB08E957DECD902CBF6D1F_gshared (EmptyInternalEnumerator_1_t9914FEAB1B80B3192D77FFA28C256883610FE367 * __this, const RuntimeMethod* method) { { InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB * L_0 = (InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB_il2cpp_TypeInfo_var))); InvalidOperationException__ctor_mC012CE552988309733C896F3FEA8249171E4402E(L_0, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral7E7A07FECA0FF43839D67A9F7828EE56182CC9F6)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&EmptyInternalEnumerator_1_get_Current_m2BD7C253A959912949DB08E957DECD902CBF6D1F_RuntimeMethod_var))); } } // System.Object System.Array/EmptyInternalEnumerator`1>::System.Collections.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * EmptyInternalEnumerator_1_System_Collections_IEnumerator_get_Current_mCDA91A333F38FBA04D92D2276BBF19E118264D0A_gshared (EmptyInternalEnumerator_1_t9914FEAB1B80B3192D77FFA28C256883610FE367 * __this, const RuntimeMethod* method) { { NullCheck((EmptyInternalEnumerator_1_t9914FEAB1B80B3192D77FFA28C256883610FE367 *)__this); KeyValuePair_2_t74D5C76BCA7D14D18A99E0FA9EC3584DBFB65F7F L_0; L_0 = (( KeyValuePair_2_t74D5C76BCA7D14D18A99E0FA9EC3584DBFB65F7F (*) (EmptyInternalEnumerator_1_t9914FEAB1B80B3192D77FFA28C256883610FE367 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((EmptyInternalEnumerator_1_t9914FEAB1B80B3192D77FFA28C256883610FE367 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); KeyValuePair_2_t74D5C76BCA7D14D18A99E0FA9EC3584DBFB65F7F L_1 = (KeyValuePair_2_t74D5C76BCA7D14D18A99E0FA9EC3584DBFB65F7F )L_0; RuntimeObject * L_2 = Box(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 1), &L_1); return (RuntimeObject *)L_2; } } // System.Void System.Array/EmptyInternalEnumerator`1>::System.Collections.IEnumerator.Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1_System_Collections_IEnumerator_Reset_m81B1DA67203A2EF1162B0EA8F675A6F7E50CAF9E_gshared (EmptyInternalEnumerator_1_t9914FEAB1B80B3192D77FFA28C256883610FE367 * __this, const RuntimeMethod* method) { { return; } } // System.Void System.Array/EmptyInternalEnumerator`1>::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1__ctor_m01371902609C7D01DDECEABC04A164F22F858B21_gshared (EmptyInternalEnumerator_1_t9914FEAB1B80B3192D77FFA28C256883610FE367 * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405((RuntimeObject *)__this, /*hidden argument*/NULL); return; } } // System.Void System.Array/EmptyInternalEnumerator`1>::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1__cctor_m130456C5AD7A904323F40194C3D9132EFA27598D_gshared (const RuntimeMethod* method) { { EmptyInternalEnumerator_1_t9914FEAB1B80B3192D77FFA28C256883610FE367 * L_0 = (EmptyInternalEnumerator_1_t9914FEAB1B80B3192D77FFA28C256883610FE367 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2)); (( void (*) (EmptyInternalEnumerator_1_t9914FEAB1B80B3192D77FFA28C256883610FE367 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)->methodPointer)(L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); ((EmptyInternalEnumerator_1_t9914FEAB1B80B3192D77FFA28C256883610FE367_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4)))->set_Value_0(L_0); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Array/EmptyInternalEnumerator`1>::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1_Dispose_m6C5759F63F06FE6501C71D0C471E6363D5A6E190_gshared (EmptyInternalEnumerator_1_t7BDE1A1AE93397FC94E5BB71BFBCD770B438A90A * __this, const RuntimeMethod* method) { { return; } } // System.Boolean System.Array/EmptyInternalEnumerator`1>::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool EmptyInternalEnumerator_1_MoveNext_m847DB593B9F67808389DE49075D992FDA6B2689F_gshared (EmptyInternalEnumerator_1_t7BDE1A1AE93397FC94E5BB71BFBCD770B438A90A * __this, const RuntimeMethod* method) { { return (bool)0; } } // T System.Array/EmptyInternalEnumerator`1>::get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR KeyValuePair_2_t239694BB713649B9F5326D1A5BC3143EA54316B3 EmptyInternalEnumerator_1_get_Current_mA116A5C2981A96FBD57CB32C092930965620BACA_gshared (EmptyInternalEnumerator_1_t7BDE1A1AE93397FC94E5BB71BFBCD770B438A90A * __this, const RuntimeMethod* method) { { InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB * L_0 = (InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB_il2cpp_TypeInfo_var))); InvalidOperationException__ctor_mC012CE552988309733C896F3FEA8249171E4402E(L_0, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral7E7A07FECA0FF43839D67A9F7828EE56182CC9F6)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&EmptyInternalEnumerator_1_get_Current_mA116A5C2981A96FBD57CB32C092930965620BACA_RuntimeMethod_var))); } } // System.Object System.Array/EmptyInternalEnumerator`1>::System.Collections.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * EmptyInternalEnumerator_1_System_Collections_IEnumerator_get_Current_m853CCD2D6C4646289A1A0DD28DE84FA1FC5D049A_gshared (EmptyInternalEnumerator_1_t7BDE1A1AE93397FC94E5BB71BFBCD770B438A90A * __this, const RuntimeMethod* method) { { NullCheck((EmptyInternalEnumerator_1_t7BDE1A1AE93397FC94E5BB71BFBCD770B438A90A *)__this); KeyValuePair_2_t239694BB713649B9F5326D1A5BC3143EA54316B3 L_0; L_0 = (( KeyValuePair_2_t239694BB713649B9F5326D1A5BC3143EA54316B3 (*) (EmptyInternalEnumerator_1_t7BDE1A1AE93397FC94E5BB71BFBCD770B438A90A *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((EmptyInternalEnumerator_1_t7BDE1A1AE93397FC94E5BB71BFBCD770B438A90A *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); KeyValuePair_2_t239694BB713649B9F5326D1A5BC3143EA54316B3 L_1 = (KeyValuePair_2_t239694BB713649B9F5326D1A5BC3143EA54316B3 )L_0; RuntimeObject * L_2 = Box(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 1), &L_1); return (RuntimeObject *)L_2; } } // System.Void System.Array/EmptyInternalEnumerator`1>::System.Collections.IEnumerator.Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1_System_Collections_IEnumerator_Reset_m48D5444B70752B42041EA064DD2DA0F41212C12C_gshared (EmptyInternalEnumerator_1_t7BDE1A1AE93397FC94E5BB71BFBCD770B438A90A * __this, const RuntimeMethod* method) { { return; } } // System.Void System.Array/EmptyInternalEnumerator`1>::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1__ctor_m404DDABD9383D5B20391149B13357F72C2A61D92_gshared (EmptyInternalEnumerator_1_t7BDE1A1AE93397FC94E5BB71BFBCD770B438A90A * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405((RuntimeObject *)__this, /*hidden argument*/NULL); return; } } // System.Void System.Array/EmptyInternalEnumerator`1>::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1__cctor_m6CD18CB450EC46E957937597B6F05E90B8C14A5D_gshared (const RuntimeMethod* method) { { EmptyInternalEnumerator_1_t7BDE1A1AE93397FC94E5BB71BFBCD770B438A90A * L_0 = (EmptyInternalEnumerator_1_t7BDE1A1AE93397FC94E5BB71BFBCD770B438A90A *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2)); (( void (*) (EmptyInternalEnumerator_1_t7BDE1A1AE93397FC94E5BB71BFBCD770B438A90A *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)->methodPointer)(L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); ((EmptyInternalEnumerator_1_t7BDE1A1AE93397FC94E5BB71BFBCD770B438A90A_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4)))->set_Value_0(L_0); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Array/EmptyInternalEnumerator`1>::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1_Dispose_m82A8FB0F9C6FD8C55D40ECEAE6C641074236E1CD_gshared (EmptyInternalEnumerator_1_t046EFDEF0E0F1AD5768C46A120BB364F4AA5FB97 * __this, const RuntimeMethod* method) { { return; } } // System.Boolean System.Array/EmptyInternalEnumerator`1>::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool EmptyInternalEnumerator_1_MoveNext_m5D45F85B35A20C9E7DDC44B0E84C92B556FCDA46_gshared (EmptyInternalEnumerator_1_t046EFDEF0E0F1AD5768C46A120BB364F4AA5FB97 * __this, const RuntimeMethod* method) { { return (bool)0; } } // T System.Array/EmptyInternalEnumerator`1>::get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR KeyValuePair_2_tE78AD78874BCE1BC993F92EF8CBBDC3B30E44CBB EmptyInternalEnumerator_1_get_Current_m7DF8B957E01D26BBE996409C03D4AA7C947D211E_gshared (EmptyInternalEnumerator_1_t046EFDEF0E0F1AD5768C46A120BB364F4AA5FB97 * __this, const RuntimeMethod* method) { { InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB * L_0 = (InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB_il2cpp_TypeInfo_var))); InvalidOperationException__ctor_mC012CE552988309733C896F3FEA8249171E4402E(L_0, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral7E7A07FECA0FF43839D67A9F7828EE56182CC9F6)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&EmptyInternalEnumerator_1_get_Current_m7DF8B957E01D26BBE996409C03D4AA7C947D211E_RuntimeMethod_var))); } } // System.Object System.Array/EmptyInternalEnumerator`1>::System.Collections.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * EmptyInternalEnumerator_1_System_Collections_IEnumerator_get_Current_mADE9BC290F3D88B7BC460FED4D4A89D986FE2781_gshared (EmptyInternalEnumerator_1_t046EFDEF0E0F1AD5768C46A120BB364F4AA5FB97 * __this, const RuntimeMethod* method) { { NullCheck((EmptyInternalEnumerator_1_t046EFDEF0E0F1AD5768C46A120BB364F4AA5FB97 *)__this); KeyValuePair_2_tE78AD78874BCE1BC993F92EF8CBBDC3B30E44CBB L_0; L_0 = (( KeyValuePair_2_tE78AD78874BCE1BC993F92EF8CBBDC3B30E44CBB (*) (EmptyInternalEnumerator_1_t046EFDEF0E0F1AD5768C46A120BB364F4AA5FB97 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((EmptyInternalEnumerator_1_t046EFDEF0E0F1AD5768C46A120BB364F4AA5FB97 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); KeyValuePair_2_tE78AD78874BCE1BC993F92EF8CBBDC3B30E44CBB L_1 = (KeyValuePair_2_tE78AD78874BCE1BC993F92EF8CBBDC3B30E44CBB )L_0; RuntimeObject * L_2 = Box(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 1), &L_1); return (RuntimeObject *)L_2; } } // System.Void System.Array/EmptyInternalEnumerator`1>::System.Collections.IEnumerator.Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1_System_Collections_IEnumerator_Reset_mE2308DE30E1FA26EF2FA67CAAEC45F9DD1D2CA00_gshared (EmptyInternalEnumerator_1_t046EFDEF0E0F1AD5768C46A120BB364F4AA5FB97 * __this, const RuntimeMethod* method) { { return; } } // System.Void System.Array/EmptyInternalEnumerator`1>::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1__ctor_m0C14199015DE1E29173C4A7FB3A3858994A60FE3_gshared (EmptyInternalEnumerator_1_t046EFDEF0E0F1AD5768C46A120BB364F4AA5FB97 * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405((RuntimeObject *)__this, /*hidden argument*/NULL); return; } } // System.Void System.Array/EmptyInternalEnumerator`1>::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1__cctor_m1C1B9DD2090856921035588E705109DFBE4D0EC1_gshared (const RuntimeMethod* method) { { EmptyInternalEnumerator_1_t046EFDEF0E0F1AD5768C46A120BB364F4AA5FB97 * L_0 = (EmptyInternalEnumerator_1_t046EFDEF0E0F1AD5768C46A120BB364F4AA5FB97 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2)); (( void (*) (EmptyInternalEnumerator_1_t046EFDEF0E0F1AD5768C46A120BB364F4AA5FB97 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)->methodPointer)(L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); ((EmptyInternalEnumerator_1_t046EFDEF0E0F1AD5768C46A120BB364F4AA5FB97_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4)))->set_Value_0(L_0); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Array/EmptyInternalEnumerator`1>::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1_Dispose_mEF64AD24D490B3EC8D3E88037A1849801395B9C7_gshared (EmptyInternalEnumerator_1_t9D19E334C22FA71D9E21A65F42507768392DD880 * __this, const RuntimeMethod* method) { { return; } } // System.Boolean System.Array/EmptyInternalEnumerator`1>::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool EmptyInternalEnumerator_1_MoveNext_m2BEE09E6D8F0488F52980D2EB07B1DBE33D554E2_gshared (EmptyInternalEnumerator_1_t9D19E334C22FA71D9E21A65F42507768392DD880 * __this, const RuntimeMethod* method) { { return (bool)0; } } // T System.Array/EmptyInternalEnumerator`1>::get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR KeyValuePair_2_t3C23DAE4FC2A4966AC3BF6D463387F740C0139A5 EmptyInternalEnumerator_1_get_Current_m7464261CE03A0FF892F3C6CAF9997F60E0349C5E_gshared (EmptyInternalEnumerator_1_t9D19E334C22FA71D9E21A65F42507768392DD880 * __this, const RuntimeMethod* method) { { InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB * L_0 = (InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB_il2cpp_TypeInfo_var))); InvalidOperationException__ctor_mC012CE552988309733C896F3FEA8249171E4402E(L_0, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral7E7A07FECA0FF43839D67A9F7828EE56182CC9F6)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&EmptyInternalEnumerator_1_get_Current_m7464261CE03A0FF892F3C6CAF9997F60E0349C5E_RuntimeMethod_var))); } } // System.Object System.Array/EmptyInternalEnumerator`1>::System.Collections.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * EmptyInternalEnumerator_1_System_Collections_IEnumerator_get_Current_mD2B0B5ED3944B89489162F6917D13FAE5E2B85CC_gshared (EmptyInternalEnumerator_1_t9D19E334C22FA71D9E21A65F42507768392DD880 * __this, const RuntimeMethod* method) { { NullCheck((EmptyInternalEnumerator_1_t9D19E334C22FA71D9E21A65F42507768392DD880 *)__this); KeyValuePair_2_t3C23DAE4FC2A4966AC3BF6D463387F740C0139A5 L_0; L_0 = (( KeyValuePair_2_t3C23DAE4FC2A4966AC3BF6D463387F740C0139A5 (*) (EmptyInternalEnumerator_1_t9D19E334C22FA71D9E21A65F42507768392DD880 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((EmptyInternalEnumerator_1_t9D19E334C22FA71D9E21A65F42507768392DD880 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); KeyValuePair_2_t3C23DAE4FC2A4966AC3BF6D463387F740C0139A5 L_1 = (KeyValuePair_2_t3C23DAE4FC2A4966AC3BF6D463387F740C0139A5 )L_0; RuntimeObject * L_2 = Box(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 1), &L_1); return (RuntimeObject *)L_2; } } // System.Void System.Array/EmptyInternalEnumerator`1>::System.Collections.IEnumerator.Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1_System_Collections_IEnumerator_Reset_m1F7FF338FC9B37CA7CEC02C2FAFE165F26668C46_gshared (EmptyInternalEnumerator_1_t9D19E334C22FA71D9E21A65F42507768392DD880 * __this, const RuntimeMethod* method) { { return; } } // System.Void System.Array/EmptyInternalEnumerator`1>::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1__ctor_m48AA54B715A70C032EE65BADE73C23FC75A67335_gshared (EmptyInternalEnumerator_1_t9D19E334C22FA71D9E21A65F42507768392DD880 * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405((RuntimeObject *)__this, /*hidden argument*/NULL); return; } } // System.Void System.Array/EmptyInternalEnumerator`1>::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1__cctor_m4AD59A3C3CEEDAC49D305C99F59916C28CE3FBC4_gshared (const RuntimeMethod* method) { { EmptyInternalEnumerator_1_t9D19E334C22FA71D9E21A65F42507768392DD880 * L_0 = (EmptyInternalEnumerator_1_t9D19E334C22FA71D9E21A65F42507768392DD880 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2)); (( void (*) (EmptyInternalEnumerator_1_t9D19E334C22FA71D9E21A65F42507768392DD880 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)->methodPointer)(L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); ((EmptyInternalEnumerator_1_t9D19E334C22FA71D9E21A65F42507768392DD880_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4)))->set_Value_0(L_0); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Array/EmptyInternalEnumerator`1>::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1_Dispose_m3DCC9640C02DCA4CBE856CC703E6C5E54B8612B6_gshared (EmptyInternalEnumerator_1_t91AF4CD6F5CE6FE6265A4E5595BEF3A9DB1AD7E4 * __this, const RuntimeMethod* method) { { return; } } // System.Boolean System.Array/EmptyInternalEnumerator`1>::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool EmptyInternalEnumerator_1_MoveNext_mF97E173F8CFC213A46E7E7642D0BCD371708D23F_gshared (EmptyInternalEnumerator_1_t91AF4CD6F5CE6FE6265A4E5595BEF3A9DB1AD7E4 * __this, const RuntimeMethod* method) { { return (bool)0; } } // T System.Array/EmptyInternalEnumerator`1>::get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR KeyValuePair_2_t56E20A5489EE435FD8BBE3EFACF6219A626E04C0 EmptyInternalEnumerator_1_get_Current_m17B652CA58017003144AEB65754C48237BC93E87_gshared (EmptyInternalEnumerator_1_t91AF4CD6F5CE6FE6265A4E5595BEF3A9DB1AD7E4 * __this, const RuntimeMethod* method) { { InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB * L_0 = (InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB_il2cpp_TypeInfo_var))); InvalidOperationException__ctor_mC012CE552988309733C896F3FEA8249171E4402E(L_0, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral7E7A07FECA0FF43839D67A9F7828EE56182CC9F6)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&EmptyInternalEnumerator_1_get_Current_m17B652CA58017003144AEB65754C48237BC93E87_RuntimeMethod_var))); } } // System.Object System.Array/EmptyInternalEnumerator`1>::System.Collections.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * EmptyInternalEnumerator_1_System_Collections_IEnumerator_get_Current_m286179D917BF8225F99EC777955D281DA8A5DCE7_gshared (EmptyInternalEnumerator_1_t91AF4CD6F5CE6FE6265A4E5595BEF3A9DB1AD7E4 * __this, const RuntimeMethod* method) { { NullCheck((EmptyInternalEnumerator_1_t91AF4CD6F5CE6FE6265A4E5595BEF3A9DB1AD7E4 *)__this); KeyValuePair_2_t56E20A5489EE435FD8BBE3EFACF6219A626E04C0 L_0; L_0 = (( KeyValuePair_2_t56E20A5489EE435FD8BBE3EFACF6219A626E04C0 (*) (EmptyInternalEnumerator_1_t91AF4CD6F5CE6FE6265A4E5595BEF3A9DB1AD7E4 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((EmptyInternalEnumerator_1_t91AF4CD6F5CE6FE6265A4E5595BEF3A9DB1AD7E4 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); KeyValuePair_2_t56E20A5489EE435FD8BBE3EFACF6219A626E04C0 L_1 = (KeyValuePair_2_t56E20A5489EE435FD8BBE3EFACF6219A626E04C0 )L_0; RuntimeObject * L_2 = Box(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 1), &L_1); return (RuntimeObject *)L_2; } } // System.Void System.Array/EmptyInternalEnumerator`1>::System.Collections.IEnumerator.Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1_System_Collections_IEnumerator_Reset_mFFF89E13404F0C0E28F83446DDACAB6E7FB73104_gshared (EmptyInternalEnumerator_1_t91AF4CD6F5CE6FE6265A4E5595BEF3A9DB1AD7E4 * __this, const RuntimeMethod* method) { { return; } } // System.Void System.Array/EmptyInternalEnumerator`1>::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1__ctor_mAA488255E435CC39488DF1E67EAA25ACB3D6B25C_gshared (EmptyInternalEnumerator_1_t91AF4CD6F5CE6FE6265A4E5595BEF3A9DB1AD7E4 * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405((RuntimeObject *)__this, /*hidden argument*/NULL); return; } } // System.Void System.Array/EmptyInternalEnumerator`1>::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1__cctor_m5055BE5B46F7F7F32B3DB84D43B344B8EE90DE6C_gshared (const RuntimeMethod* method) { { EmptyInternalEnumerator_1_t91AF4CD6F5CE6FE6265A4E5595BEF3A9DB1AD7E4 * L_0 = (EmptyInternalEnumerator_1_t91AF4CD6F5CE6FE6265A4E5595BEF3A9DB1AD7E4 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2)); (( void (*) (EmptyInternalEnumerator_1_t91AF4CD6F5CE6FE6265A4E5595BEF3A9DB1AD7E4 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)->methodPointer)(L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); ((EmptyInternalEnumerator_1_t91AF4CD6F5CE6FE6265A4E5595BEF3A9DB1AD7E4_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4)))->set_Value_0(L_0); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Array/EmptyInternalEnumerator`1>::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1_Dispose_m8EEA4DF32DBC1D4960CBCC82524239E9BAD2647E_gshared (EmptyInternalEnumerator_1_tA1AE239D07C0A97FB3B3A41E04D07BA8C49122AF * __this, const RuntimeMethod* method) { { return; } } // System.Boolean System.Array/EmptyInternalEnumerator`1>::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool EmptyInternalEnumerator_1_MoveNext_mA28DB561D379F0DB46FD2FC9372FD69B4059B740_gshared (EmptyInternalEnumerator_1_tA1AE239D07C0A97FB3B3A41E04D07BA8C49122AF * __this, const RuntimeMethod* method) { { return (bool)0; } } // T System.Array/EmptyInternalEnumerator`1>::get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR KeyValuePair_2_t359134532F6D20016C16D3116D454924D03ACA13 EmptyInternalEnumerator_1_get_Current_mCEC1716D9DB42447EFB7D4EFBB26FE5051464652_gshared (EmptyInternalEnumerator_1_tA1AE239D07C0A97FB3B3A41E04D07BA8C49122AF * __this, const RuntimeMethod* method) { { InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB * L_0 = (InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB_il2cpp_TypeInfo_var))); InvalidOperationException__ctor_mC012CE552988309733C896F3FEA8249171E4402E(L_0, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral7E7A07FECA0FF43839D67A9F7828EE56182CC9F6)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&EmptyInternalEnumerator_1_get_Current_mCEC1716D9DB42447EFB7D4EFBB26FE5051464652_RuntimeMethod_var))); } } // System.Object System.Array/EmptyInternalEnumerator`1>::System.Collections.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * EmptyInternalEnumerator_1_System_Collections_IEnumerator_get_Current_m8CD3458905159A2B4E42B5E4281DAA2025823AA2_gshared (EmptyInternalEnumerator_1_tA1AE239D07C0A97FB3B3A41E04D07BA8C49122AF * __this, const RuntimeMethod* method) { { NullCheck((EmptyInternalEnumerator_1_tA1AE239D07C0A97FB3B3A41E04D07BA8C49122AF *)__this); KeyValuePair_2_t359134532F6D20016C16D3116D454924D03ACA13 L_0; L_0 = (( KeyValuePair_2_t359134532F6D20016C16D3116D454924D03ACA13 (*) (EmptyInternalEnumerator_1_tA1AE239D07C0A97FB3B3A41E04D07BA8C49122AF *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((EmptyInternalEnumerator_1_tA1AE239D07C0A97FB3B3A41E04D07BA8C49122AF *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); KeyValuePair_2_t359134532F6D20016C16D3116D454924D03ACA13 L_1 = (KeyValuePair_2_t359134532F6D20016C16D3116D454924D03ACA13 )L_0; RuntimeObject * L_2 = Box(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 1), &L_1); return (RuntimeObject *)L_2; } } // System.Void System.Array/EmptyInternalEnumerator`1>::System.Collections.IEnumerator.Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1_System_Collections_IEnumerator_Reset_m1841E2F26919BB804424ADC280382CB6CC49602F_gshared (EmptyInternalEnumerator_1_tA1AE239D07C0A97FB3B3A41E04D07BA8C49122AF * __this, const RuntimeMethod* method) { { return; } } // System.Void System.Array/EmptyInternalEnumerator`1>::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1__ctor_mDC9EA9AC8AE3C8166EE77A3080AA378D21782730_gshared (EmptyInternalEnumerator_1_tA1AE239D07C0A97FB3B3A41E04D07BA8C49122AF * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405((RuntimeObject *)__this, /*hidden argument*/NULL); return; } } // System.Void System.Array/EmptyInternalEnumerator`1>::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1__cctor_m1F6149C4F15B6D49F95B814F336BFB9BEC2C403F_gshared (const RuntimeMethod* method) { { EmptyInternalEnumerator_1_tA1AE239D07C0A97FB3B3A41E04D07BA8C49122AF * L_0 = (EmptyInternalEnumerator_1_tA1AE239D07C0A97FB3B3A41E04D07BA8C49122AF *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2)); (( void (*) (EmptyInternalEnumerator_1_tA1AE239D07C0A97FB3B3A41E04D07BA8C49122AF *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)->methodPointer)(L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); ((EmptyInternalEnumerator_1_tA1AE239D07C0A97FB3B3A41E04D07BA8C49122AF_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4)))->set_Value_0(L_0); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Array/EmptyInternalEnumerator`1>::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1_Dispose_m8B2E5B7A8E536D9EDB912519D117B991247BD8FD_gshared (EmptyInternalEnumerator_1_t9321242252FD13DEFE01C41D2DB51D818C7A40A4 * __this, const RuntimeMethod* method) { { return; } } // System.Boolean System.Array/EmptyInternalEnumerator`1>::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool EmptyInternalEnumerator_1_MoveNext_mA38FAEE80BAB352733678DEC4CB58B07F3BE27AF_gshared (EmptyInternalEnumerator_1_t9321242252FD13DEFE01C41D2DB51D818C7A40A4 * __this, const RuntimeMethod* method) { { return (bool)0; } } // T System.Array/EmptyInternalEnumerator`1>::get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR KeyValuePair_2_t83B2885C02C836E233B38F12A0F13CDC8DBE3ED1 EmptyInternalEnumerator_1_get_Current_mD086EAD2CFC5A2AF982F5C36C0DD274CEE44AEA3_gshared (EmptyInternalEnumerator_1_t9321242252FD13DEFE01C41D2DB51D818C7A40A4 * __this, const RuntimeMethod* method) { { InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB * L_0 = (InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB_il2cpp_TypeInfo_var))); InvalidOperationException__ctor_mC012CE552988309733C896F3FEA8249171E4402E(L_0, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral7E7A07FECA0FF43839D67A9F7828EE56182CC9F6)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&EmptyInternalEnumerator_1_get_Current_mD086EAD2CFC5A2AF982F5C36C0DD274CEE44AEA3_RuntimeMethod_var))); } } // System.Object System.Array/EmptyInternalEnumerator`1>::System.Collections.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * EmptyInternalEnumerator_1_System_Collections_IEnumerator_get_Current_m4D1D2E86ABDDF3C26289DE95CCEAC5DE5EC5F845_gshared (EmptyInternalEnumerator_1_t9321242252FD13DEFE01C41D2DB51D818C7A40A4 * __this, const RuntimeMethod* method) { { NullCheck((EmptyInternalEnumerator_1_t9321242252FD13DEFE01C41D2DB51D818C7A40A4 *)__this); KeyValuePair_2_t83B2885C02C836E233B38F12A0F13CDC8DBE3ED1 L_0; L_0 = (( KeyValuePair_2_t83B2885C02C836E233B38F12A0F13CDC8DBE3ED1 (*) (EmptyInternalEnumerator_1_t9321242252FD13DEFE01C41D2DB51D818C7A40A4 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((EmptyInternalEnumerator_1_t9321242252FD13DEFE01C41D2DB51D818C7A40A4 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); KeyValuePair_2_t83B2885C02C836E233B38F12A0F13CDC8DBE3ED1 L_1 = (KeyValuePair_2_t83B2885C02C836E233B38F12A0F13CDC8DBE3ED1 )L_0; RuntimeObject * L_2 = Box(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 1), &L_1); return (RuntimeObject *)L_2; } } // System.Void System.Array/EmptyInternalEnumerator`1>::System.Collections.IEnumerator.Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1_System_Collections_IEnumerator_Reset_m794F2D7B84FDDC1B595B3D21B38409C7EE36B5DB_gshared (EmptyInternalEnumerator_1_t9321242252FD13DEFE01C41D2DB51D818C7A40A4 * __this, const RuntimeMethod* method) { { return; } } // System.Void System.Array/EmptyInternalEnumerator`1>::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1__ctor_m771A2DC06D53EEFCC94122D0093F9294A609E08A_gshared (EmptyInternalEnumerator_1_t9321242252FD13DEFE01C41D2DB51D818C7A40A4 * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405((RuntimeObject *)__this, /*hidden argument*/NULL); return; } } // System.Void System.Array/EmptyInternalEnumerator`1>::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1__cctor_m418A2903E7E645EDA4F5FF9595BCB5C5BC398255_gshared (const RuntimeMethod* method) { { EmptyInternalEnumerator_1_t9321242252FD13DEFE01C41D2DB51D818C7A40A4 * L_0 = (EmptyInternalEnumerator_1_t9321242252FD13DEFE01C41D2DB51D818C7A40A4 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2)); (( void (*) (EmptyInternalEnumerator_1_t9321242252FD13DEFE01C41D2DB51D818C7A40A4 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)->methodPointer)(L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); ((EmptyInternalEnumerator_1_t9321242252FD13DEFE01C41D2DB51D818C7A40A4_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4)))->set_Value_0(L_0); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Array/EmptyInternalEnumerator`1>::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1_Dispose_m03E6F443D904DA7B0A60555F776A987291309E2F_gshared (EmptyInternalEnumerator_1_t4D37450D4EEE719CC3F2959C0155DE2C84683440 * __this, const RuntimeMethod* method) { { return; } } // System.Boolean System.Array/EmptyInternalEnumerator`1>::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool EmptyInternalEnumerator_1_MoveNext_m20DFF2BF9F0E7154ABB7D473FC37320211ACBACA_gshared (EmptyInternalEnumerator_1_t4D37450D4EEE719CC3F2959C0155DE2C84683440 * __this, const RuntimeMethod* method) { { return (bool)0; } } // T System.Array/EmptyInternalEnumerator`1>::get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR KeyValuePair_2_tA3F947DD3BAA9BFE8634A6C07D22E94E69771CA1 EmptyInternalEnumerator_1_get_Current_m782F34C32ECFD7E14DDFCE75810801109FE4829E_gshared (EmptyInternalEnumerator_1_t4D37450D4EEE719CC3F2959C0155DE2C84683440 * __this, const RuntimeMethod* method) { { InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB * L_0 = (InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB_il2cpp_TypeInfo_var))); InvalidOperationException__ctor_mC012CE552988309733C896F3FEA8249171E4402E(L_0, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral7E7A07FECA0FF43839D67A9F7828EE56182CC9F6)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&EmptyInternalEnumerator_1_get_Current_m782F34C32ECFD7E14DDFCE75810801109FE4829E_RuntimeMethod_var))); } } // System.Object System.Array/EmptyInternalEnumerator`1>::System.Collections.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * EmptyInternalEnumerator_1_System_Collections_IEnumerator_get_Current_mB1335AAE8B821E9F43F88659A7E15B539E850657_gshared (EmptyInternalEnumerator_1_t4D37450D4EEE719CC3F2959C0155DE2C84683440 * __this, const RuntimeMethod* method) { { NullCheck((EmptyInternalEnumerator_1_t4D37450D4EEE719CC3F2959C0155DE2C84683440 *)__this); KeyValuePair_2_tA3F947DD3BAA9BFE8634A6C07D22E94E69771CA1 L_0; L_0 = (( KeyValuePair_2_tA3F947DD3BAA9BFE8634A6C07D22E94E69771CA1 (*) (EmptyInternalEnumerator_1_t4D37450D4EEE719CC3F2959C0155DE2C84683440 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((EmptyInternalEnumerator_1_t4D37450D4EEE719CC3F2959C0155DE2C84683440 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); KeyValuePair_2_tA3F947DD3BAA9BFE8634A6C07D22E94E69771CA1 L_1 = (KeyValuePair_2_tA3F947DD3BAA9BFE8634A6C07D22E94E69771CA1 )L_0; RuntimeObject * L_2 = Box(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 1), &L_1); return (RuntimeObject *)L_2; } } // System.Void System.Array/EmptyInternalEnumerator`1>::System.Collections.IEnumerator.Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1_System_Collections_IEnumerator_Reset_m16EE0B6E63A3F8F13574C045CC23B87202F6A043_gshared (EmptyInternalEnumerator_1_t4D37450D4EEE719CC3F2959C0155DE2C84683440 * __this, const RuntimeMethod* method) { { return; } } // System.Void System.Array/EmptyInternalEnumerator`1>::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1__ctor_m2B398E71CC32D12A0A3C0C5088A7E87FA4DC9730_gshared (EmptyInternalEnumerator_1_t4D37450D4EEE719CC3F2959C0155DE2C84683440 * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405((RuntimeObject *)__this, /*hidden argument*/NULL); return; } } // System.Void System.Array/EmptyInternalEnumerator`1>::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1__cctor_m6B6334CEF4A248A34AB3E784F086C4781243626A_gshared (const RuntimeMethod* method) { { EmptyInternalEnumerator_1_t4D37450D4EEE719CC3F2959C0155DE2C84683440 * L_0 = (EmptyInternalEnumerator_1_t4D37450D4EEE719CC3F2959C0155DE2C84683440 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2)); (( void (*) (EmptyInternalEnumerator_1_t4D37450D4EEE719CC3F2959C0155DE2C84683440 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)->methodPointer)(L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); ((EmptyInternalEnumerator_1_t4D37450D4EEE719CC3F2959C0155DE2C84683440_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4)))->set_Value_0(L_0); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Array/EmptyInternalEnumerator`1>::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1_Dispose_m360D4BD220540D13C30707D193BD8BFBB7278008_gshared (EmptyInternalEnumerator_1_tF69DA81D29E54A10C4F09A9107469CE611631BB7 * __this, const RuntimeMethod* method) { { return; } } // System.Boolean System.Array/EmptyInternalEnumerator`1>::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool EmptyInternalEnumerator_1_MoveNext_mA67F70111BFE5EF72D576EF566D398B0BD10D821_gshared (EmptyInternalEnumerator_1_tF69DA81D29E54A10C4F09A9107469CE611631BB7 * __this, const RuntimeMethod* method) { { return (bool)0; } } // T System.Array/EmptyInternalEnumerator`1>::get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR KeyValuePair_2_tC5DBFF0A12DD027962885E57237A73F3553DE521 EmptyInternalEnumerator_1_get_Current_m5D5221438A6F44D76B3CC8C1D4D7B7C9145D8B97_gshared (EmptyInternalEnumerator_1_tF69DA81D29E54A10C4F09A9107469CE611631BB7 * __this, const RuntimeMethod* method) { { InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB * L_0 = (InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB_il2cpp_TypeInfo_var))); InvalidOperationException__ctor_mC012CE552988309733C896F3FEA8249171E4402E(L_0, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral7E7A07FECA0FF43839D67A9F7828EE56182CC9F6)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&EmptyInternalEnumerator_1_get_Current_m5D5221438A6F44D76B3CC8C1D4D7B7C9145D8B97_RuntimeMethod_var))); } } // System.Object System.Array/EmptyInternalEnumerator`1>::System.Collections.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * EmptyInternalEnumerator_1_System_Collections_IEnumerator_get_Current_mE7C3CE69A83EE140393F7BD9244BC9CC82F4A782_gshared (EmptyInternalEnumerator_1_tF69DA81D29E54A10C4F09A9107469CE611631BB7 * __this, const RuntimeMethod* method) { { NullCheck((EmptyInternalEnumerator_1_tF69DA81D29E54A10C4F09A9107469CE611631BB7 *)__this); KeyValuePair_2_tC5DBFF0A12DD027962885E57237A73F3553DE521 L_0; L_0 = (( KeyValuePair_2_tC5DBFF0A12DD027962885E57237A73F3553DE521 (*) (EmptyInternalEnumerator_1_tF69DA81D29E54A10C4F09A9107469CE611631BB7 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((EmptyInternalEnumerator_1_tF69DA81D29E54A10C4F09A9107469CE611631BB7 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); KeyValuePair_2_tC5DBFF0A12DD027962885E57237A73F3553DE521 L_1 = (KeyValuePair_2_tC5DBFF0A12DD027962885E57237A73F3553DE521 )L_0; RuntimeObject * L_2 = Box(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 1), &L_1); return (RuntimeObject *)L_2; } } // System.Void System.Array/EmptyInternalEnumerator`1>::System.Collections.IEnumerator.Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1_System_Collections_IEnumerator_Reset_m97D64376C025D6D48A57FF9482F8572064BD930D_gshared (EmptyInternalEnumerator_1_tF69DA81D29E54A10C4F09A9107469CE611631BB7 * __this, const RuntimeMethod* method) { { return; } } // System.Void System.Array/EmptyInternalEnumerator`1>::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1__ctor_mC0E824D16C8D4C7D1CC9C803E3E6B3311C9FD111_gshared (EmptyInternalEnumerator_1_tF69DA81D29E54A10C4F09A9107469CE611631BB7 * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405((RuntimeObject *)__this, /*hidden argument*/NULL); return; } } // System.Void System.Array/EmptyInternalEnumerator`1>::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1__cctor_mB04BB3B62731DD28D314E95D5AA9AE93AC439984_gshared (const RuntimeMethod* method) { { EmptyInternalEnumerator_1_tF69DA81D29E54A10C4F09A9107469CE611631BB7 * L_0 = (EmptyInternalEnumerator_1_tF69DA81D29E54A10C4F09A9107469CE611631BB7 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2)); (( void (*) (EmptyInternalEnumerator_1_tF69DA81D29E54A10C4F09A9107469CE611631BB7 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)->methodPointer)(L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); ((EmptyInternalEnumerator_1_tF69DA81D29E54A10C4F09A9107469CE611631BB7_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4)))->set_Value_0(L_0); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Array/EmptyInternalEnumerator`1>::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1_Dispose_m6F5D52D412717B4D3B28B33CC54696665055F9FF_gshared (EmptyInternalEnumerator_1_t1BE5BFD8C0A26FC21EB0EB23FC9762773BE05F84 * __this, const RuntimeMethod* method) { { return; } } // System.Boolean System.Array/EmptyInternalEnumerator`1>::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool EmptyInternalEnumerator_1_MoveNext_mF2FF37FB9BFC9EB43C4F357CB996F8790C3961E4_gshared (EmptyInternalEnumerator_1_t1BE5BFD8C0A26FC21EB0EB23FC9762773BE05F84 * __this, const RuntimeMethod* method) { { return (bool)0; } } // T System.Array/EmptyInternalEnumerator`1>::get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR KeyValuePair_2_t85A5211A305BA8D0AF5B3534BB155CA32960FBB9 EmptyInternalEnumerator_1_get_Current_m630E96CEAB9C7B0913CBA2CAECFC0B31E62349DB_gshared (EmptyInternalEnumerator_1_t1BE5BFD8C0A26FC21EB0EB23FC9762773BE05F84 * __this, const RuntimeMethod* method) { { InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB * L_0 = (InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB_il2cpp_TypeInfo_var))); InvalidOperationException__ctor_mC012CE552988309733C896F3FEA8249171E4402E(L_0, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral7E7A07FECA0FF43839D67A9F7828EE56182CC9F6)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&EmptyInternalEnumerator_1_get_Current_m630E96CEAB9C7B0913CBA2CAECFC0B31E62349DB_RuntimeMethod_var))); } } // System.Object System.Array/EmptyInternalEnumerator`1>::System.Collections.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * EmptyInternalEnumerator_1_System_Collections_IEnumerator_get_Current_mFFC80B1457AE1B6ADA6A5FAD25CDC8B397EA3EED_gshared (EmptyInternalEnumerator_1_t1BE5BFD8C0A26FC21EB0EB23FC9762773BE05F84 * __this, const RuntimeMethod* method) { { NullCheck((EmptyInternalEnumerator_1_t1BE5BFD8C0A26FC21EB0EB23FC9762773BE05F84 *)__this); KeyValuePair_2_t85A5211A305BA8D0AF5B3534BB155CA32960FBB9 L_0; L_0 = (( KeyValuePair_2_t85A5211A305BA8D0AF5B3534BB155CA32960FBB9 (*) (EmptyInternalEnumerator_1_t1BE5BFD8C0A26FC21EB0EB23FC9762773BE05F84 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((EmptyInternalEnumerator_1_t1BE5BFD8C0A26FC21EB0EB23FC9762773BE05F84 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); KeyValuePair_2_t85A5211A305BA8D0AF5B3534BB155CA32960FBB9 L_1 = (KeyValuePair_2_t85A5211A305BA8D0AF5B3534BB155CA32960FBB9 )L_0; RuntimeObject * L_2 = Box(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 1), &L_1); return (RuntimeObject *)L_2; } } // System.Void System.Array/EmptyInternalEnumerator`1>::System.Collections.IEnumerator.Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1_System_Collections_IEnumerator_Reset_m8582F59AA0CD96C6D5D560EB7BB85B4AE41FD03D_gshared (EmptyInternalEnumerator_1_t1BE5BFD8C0A26FC21EB0EB23FC9762773BE05F84 * __this, const RuntimeMethod* method) { { return; } } // System.Void System.Array/EmptyInternalEnumerator`1>::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1__ctor_m0F5372DA6CDCE925A4BAFEC7EFABE80925CBFEF4_gshared (EmptyInternalEnumerator_1_t1BE5BFD8C0A26FC21EB0EB23FC9762773BE05F84 * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405((RuntimeObject *)__this, /*hidden argument*/NULL); return; } } // System.Void System.Array/EmptyInternalEnumerator`1>::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1__cctor_m17B6C9A6BBF9BCCB4A4A3817B7D4BFDE36B1E907_gshared (const RuntimeMethod* method) { { EmptyInternalEnumerator_1_t1BE5BFD8C0A26FC21EB0EB23FC9762773BE05F84 * L_0 = (EmptyInternalEnumerator_1_t1BE5BFD8C0A26FC21EB0EB23FC9762773BE05F84 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2)); (( void (*) (EmptyInternalEnumerator_1_t1BE5BFD8C0A26FC21EB0EB23FC9762773BE05F84 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)->methodPointer)(L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); ((EmptyInternalEnumerator_1_t1BE5BFD8C0A26FC21EB0EB23FC9762773BE05F84_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4)))->set_Value_0(L_0); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Array/EmptyInternalEnumerator`1>::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1_Dispose_m2B801C67CF422845C963BA41E1AC7FC9CDCD4EA3_gshared (EmptyInternalEnumerator_1_t64A1FC9DB7F5C44421365C0F743F1880FEBA2918 * __this, const RuntimeMethod* method) { { return; } } // System.Boolean System.Array/EmptyInternalEnumerator`1>::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool EmptyInternalEnumerator_1_MoveNext_mA1C5B3931B351E98D922867E8A995AFB48A35262_gshared (EmptyInternalEnumerator_1_t64A1FC9DB7F5C44421365C0F743F1880FEBA2918 * __this, const RuntimeMethod* method) { { return (bool)0; } } // T System.Array/EmptyInternalEnumerator`1>::get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR KeyValuePair_2_tF48C056DF83BF9AF3BAE277B149EC5E4E436BD1A EmptyInternalEnumerator_1_get_Current_mD7D1058417209BBA2014B0E71BAE4D7A8F868C6D_gshared (EmptyInternalEnumerator_1_t64A1FC9DB7F5C44421365C0F743F1880FEBA2918 * __this, const RuntimeMethod* method) { { InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB * L_0 = (InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB_il2cpp_TypeInfo_var))); InvalidOperationException__ctor_mC012CE552988309733C896F3FEA8249171E4402E(L_0, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral7E7A07FECA0FF43839D67A9F7828EE56182CC9F6)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&EmptyInternalEnumerator_1_get_Current_mD7D1058417209BBA2014B0E71BAE4D7A8F868C6D_RuntimeMethod_var))); } } // System.Object System.Array/EmptyInternalEnumerator`1>::System.Collections.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * EmptyInternalEnumerator_1_System_Collections_IEnumerator_get_Current_m1E98E5AABFA02A42E6662DF5E6C7D7CB36515A70_gshared (EmptyInternalEnumerator_1_t64A1FC9DB7F5C44421365C0F743F1880FEBA2918 * __this, const RuntimeMethod* method) { { NullCheck((EmptyInternalEnumerator_1_t64A1FC9DB7F5C44421365C0F743F1880FEBA2918 *)__this); KeyValuePair_2_tF48C056DF83BF9AF3BAE277B149EC5E4E436BD1A L_0; L_0 = (( KeyValuePair_2_tF48C056DF83BF9AF3BAE277B149EC5E4E436BD1A (*) (EmptyInternalEnumerator_1_t64A1FC9DB7F5C44421365C0F743F1880FEBA2918 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((EmptyInternalEnumerator_1_t64A1FC9DB7F5C44421365C0F743F1880FEBA2918 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); KeyValuePair_2_tF48C056DF83BF9AF3BAE277B149EC5E4E436BD1A L_1 = (KeyValuePair_2_tF48C056DF83BF9AF3BAE277B149EC5E4E436BD1A )L_0; RuntimeObject * L_2 = Box(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 1), &L_1); return (RuntimeObject *)L_2; } } // System.Void System.Array/EmptyInternalEnumerator`1>::System.Collections.IEnumerator.Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1_System_Collections_IEnumerator_Reset_m1EEF2917F8483DE2E6FD3587E7DC9FFC7BD62891_gshared (EmptyInternalEnumerator_1_t64A1FC9DB7F5C44421365C0F743F1880FEBA2918 * __this, const RuntimeMethod* method) { { return; } } // System.Void System.Array/EmptyInternalEnumerator`1>::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1__ctor_m50A2ACBC3ECFD17548A4553119B24BDA72396FE5_gshared (EmptyInternalEnumerator_1_t64A1FC9DB7F5C44421365C0F743F1880FEBA2918 * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405((RuntimeObject *)__this, /*hidden argument*/NULL); return; } } // System.Void System.Array/EmptyInternalEnumerator`1>::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1__cctor_mFF3EBFD8D0713D295B936D4C5C493078654C4311_gshared (const RuntimeMethod* method) { { EmptyInternalEnumerator_1_t64A1FC9DB7F5C44421365C0F743F1880FEBA2918 * L_0 = (EmptyInternalEnumerator_1_t64A1FC9DB7F5C44421365C0F743F1880FEBA2918 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2)); (( void (*) (EmptyInternalEnumerator_1_t64A1FC9DB7F5C44421365C0F743F1880FEBA2918 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)->methodPointer)(L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); ((EmptyInternalEnumerator_1_t64A1FC9DB7F5C44421365C0F743F1880FEBA2918_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4)))->set_Value_0(L_0); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Array/EmptyInternalEnumerator`1>::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1_Dispose_mAC3429EAD46D300488976D4CBE6966389648547C_gshared (EmptyInternalEnumerator_1_t3092EC50C097407908F7B1F651F29ECAB232F3CC * __this, const RuntimeMethod* method) { { return; } } // System.Boolean System.Array/EmptyInternalEnumerator`1>::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool EmptyInternalEnumerator_1_MoveNext_m2BDA84604C404C0BE19659F46AE3AA13AB20CFCE_gshared (EmptyInternalEnumerator_1_t3092EC50C097407908F7B1F651F29ECAB232F3CC * __this, const RuntimeMethod* method) { { return (bool)0; } } // T System.Array/EmptyInternalEnumerator`1>::get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR KeyValuePair_2_t95507C2A8401F2191EE3D308B1B00E3729AE41B5 EmptyInternalEnumerator_1_get_Current_mFF4893C72428308523DDCD2EC51390DD8235FD9D_gshared (EmptyInternalEnumerator_1_t3092EC50C097407908F7B1F651F29ECAB232F3CC * __this, const RuntimeMethod* method) { { InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB * L_0 = (InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB_il2cpp_TypeInfo_var))); InvalidOperationException__ctor_mC012CE552988309733C896F3FEA8249171E4402E(L_0, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral7E7A07FECA0FF43839D67A9F7828EE56182CC9F6)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&EmptyInternalEnumerator_1_get_Current_mFF4893C72428308523DDCD2EC51390DD8235FD9D_RuntimeMethod_var))); } } // System.Object System.Array/EmptyInternalEnumerator`1>::System.Collections.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * EmptyInternalEnumerator_1_System_Collections_IEnumerator_get_Current_mC8148216D6D0136F79725D360B0A3DAAC21DE655_gshared (EmptyInternalEnumerator_1_t3092EC50C097407908F7B1F651F29ECAB232F3CC * __this, const RuntimeMethod* method) { { NullCheck((EmptyInternalEnumerator_1_t3092EC50C097407908F7B1F651F29ECAB232F3CC *)__this); KeyValuePair_2_t95507C2A8401F2191EE3D308B1B00E3729AE41B5 L_0; L_0 = (( KeyValuePair_2_t95507C2A8401F2191EE3D308B1B00E3729AE41B5 (*) (EmptyInternalEnumerator_1_t3092EC50C097407908F7B1F651F29ECAB232F3CC *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((EmptyInternalEnumerator_1_t3092EC50C097407908F7B1F651F29ECAB232F3CC *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); KeyValuePair_2_t95507C2A8401F2191EE3D308B1B00E3729AE41B5 L_1 = (KeyValuePair_2_t95507C2A8401F2191EE3D308B1B00E3729AE41B5 )L_0; RuntimeObject * L_2 = Box(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 1), &L_1); return (RuntimeObject *)L_2; } } // System.Void System.Array/EmptyInternalEnumerator`1>::System.Collections.IEnumerator.Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1_System_Collections_IEnumerator_Reset_mAEA76BB7D90AA247DC1DDCF75152001C20808F85_gshared (EmptyInternalEnumerator_1_t3092EC50C097407908F7B1F651F29ECAB232F3CC * __this, const RuntimeMethod* method) { { return; } } // System.Void System.Array/EmptyInternalEnumerator`1>::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1__ctor_m468BE47113922AE759916B096BD28098D0EDC5EF_gshared (EmptyInternalEnumerator_1_t3092EC50C097407908F7B1F651F29ECAB232F3CC * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405((RuntimeObject *)__this, /*hidden argument*/NULL); return; } } // System.Void System.Array/EmptyInternalEnumerator`1>::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1__cctor_m653BBA4D651A5B645398919C404D52854380D34A_gshared (const RuntimeMethod* method) { { EmptyInternalEnumerator_1_t3092EC50C097407908F7B1F651F29ECAB232F3CC * L_0 = (EmptyInternalEnumerator_1_t3092EC50C097407908F7B1F651F29ECAB232F3CC *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2)); (( void (*) (EmptyInternalEnumerator_1_t3092EC50C097407908F7B1F651F29ECAB232F3CC *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)->methodPointer)(L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); ((EmptyInternalEnumerator_1_t3092EC50C097407908F7B1F651F29ECAB232F3CC_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4)))->set_Value_0(L_0); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Array/EmptyInternalEnumerator`1>::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1_Dispose_m19064D2D4CD7F13F2FB9ABE327C0AC06C756DDC0_gshared (EmptyInternalEnumerator_1_t1696B72521DF760934B18135B25B34F4F1A87784 * __this, const RuntimeMethod* method) { { return; } } // System.Boolean System.Array/EmptyInternalEnumerator`1>::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool EmptyInternalEnumerator_1_MoveNext_m09E189EA05BC089F60D9C5E65C9DEEE81579D578_gshared (EmptyInternalEnumerator_1_t1696B72521DF760934B18135B25B34F4F1A87784 * __this, const RuntimeMethod* method) { { return (bool)0; } } // T System.Array/EmptyInternalEnumerator`1>::get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR KeyValuePair_2_tD48B4CC7D124965F124FA06C6FE9827A1F6BE297 EmptyInternalEnumerator_1_get_Current_mD288CEA7A5A6E9E3CE31D8FCBC51A8891FF78886_gshared (EmptyInternalEnumerator_1_t1696B72521DF760934B18135B25B34F4F1A87784 * __this, const RuntimeMethod* method) { { InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB * L_0 = (InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB_il2cpp_TypeInfo_var))); InvalidOperationException__ctor_mC012CE552988309733C896F3FEA8249171E4402E(L_0, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral7E7A07FECA0FF43839D67A9F7828EE56182CC9F6)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&EmptyInternalEnumerator_1_get_Current_mD288CEA7A5A6E9E3CE31D8FCBC51A8891FF78886_RuntimeMethod_var))); } } // System.Object System.Array/EmptyInternalEnumerator`1>::System.Collections.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * EmptyInternalEnumerator_1_System_Collections_IEnumerator_get_Current_m95A03C750944282FCF797A2B5159B9B7646FE57F_gshared (EmptyInternalEnumerator_1_t1696B72521DF760934B18135B25B34F4F1A87784 * __this, const RuntimeMethod* method) { { NullCheck((EmptyInternalEnumerator_1_t1696B72521DF760934B18135B25B34F4F1A87784 *)__this); KeyValuePair_2_tD48B4CC7D124965F124FA06C6FE9827A1F6BE297 L_0; L_0 = (( KeyValuePair_2_tD48B4CC7D124965F124FA06C6FE9827A1F6BE297 (*) (EmptyInternalEnumerator_1_t1696B72521DF760934B18135B25B34F4F1A87784 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((EmptyInternalEnumerator_1_t1696B72521DF760934B18135B25B34F4F1A87784 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); KeyValuePair_2_tD48B4CC7D124965F124FA06C6FE9827A1F6BE297 L_1 = (KeyValuePair_2_tD48B4CC7D124965F124FA06C6FE9827A1F6BE297 )L_0; RuntimeObject * L_2 = Box(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 1), &L_1); return (RuntimeObject *)L_2; } } // System.Void System.Array/EmptyInternalEnumerator`1>::System.Collections.IEnumerator.Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1_System_Collections_IEnumerator_Reset_m43278EF7F28C201691BC9FE722E273F541D8FE4F_gshared (EmptyInternalEnumerator_1_t1696B72521DF760934B18135B25B34F4F1A87784 * __this, const RuntimeMethod* method) { { return; } } // System.Void System.Array/EmptyInternalEnumerator`1>::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1__ctor_m5CEF3D29052ECB90EE96D1EDBF9B97A234C3E1CA_gshared (EmptyInternalEnumerator_1_t1696B72521DF760934B18135B25B34F4F1A87784 * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405((RuntimeObject *)__this, /*hidden argument*/NULL); return; } } // System.Void System.Array/EmptyInternalEnumerator`1>::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1__cctor_m227B1C00CF309367EC35CBF43F2C54087BF6DEC4_gshared (const RuntimeMethod* method) { { EmptyInternalEnumerator_1_t1696B72521DF760934B18135B25B34F4F1A87784 * L_0 = (EmptyInternalEnumerator_1_t1696B72521DF760934B18135B25B34F4F1A87784 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2)); (( void (*) (EmptyInternalEnumerator_1_t1696B72521DF760934B18135B25B34F4F1A87784 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)->methodPointer)(L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); ((EmptyInternalEnumerator_1_t1696B72521DF760934B18135B25B34F4F1A87784_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4)))->set_Value_0(L_0); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Array/EmptyInternalEnumerator`1>::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1_Dispose_m44A13753010D727BB49610CBD4B874F08B44236D_gshared (EmptyInternalEnumerator_1_t473158D827BD222CBC21ED99C68D61DCC7EC3241 * __this, const RuntimeMethod* method) { { return; } } // System.Boolean System.Array/EmptyInternalEnumerator`1>::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool EmptyInternalEnumerator_1_MoveNext_m637377437F35FA2E35606AB10D2B11D1B534B2C0_gshared (EmptyInternalEnumerator_1_t473158D827BD222CBC21ED99C68D61DCC7EC3241 * __this, const RuntimeMethod* method) { { return (bool)0; } } // T System.Array/EmptyInternalEnumerator`1>::get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR KeyValuePair_2_tFB6A066C69E28C6ACA5FC5E24D969BFADC5FA625 EmptyInternalEnumerator_1_get_Current_mA1210FA2B5F24914A6465E02CC753860D8C28341_gshared (EmptyInternalEnumerator_1_t473158D827BD222CBC21ED99C68D61DCC7EC3241 * __this, const RuntimeMethod* method) { { InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB * L_0 = (InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB_il2cpp_TypeInfo_var))); InvalidOperationException__ctor_mC012CE552988309733C896F3FEA8249171E4402E(L_0, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral7E7A07FECA0FF43839D67A9F7828EE56182CC9F6)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&EmptyInternalEnumerator_1_get_Current_mA1210FA2B5F24914A6465E02CC753860D8C28341_RuntimeMethod_var))); } } // System.Object System.Array/EmptyInternalEnumerator`1>::System.Collections.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * EmptyInternalEnumerator_1_System_Collections_IEnumerator_get_Current_m510B3D786072838A6920D2E9A7022B0092A88734_gshared (EmptyInternalEnumerator_1_t473158D827BD222CBC21ED99C68D61DCC7EC3241 * __this, const RuntimeMethod* method) { { NullCheck((EmptyInternalEnumerator_1_t473158D827BD222CBC21ED99C68D61DCC7EC3241 *)__this); KeyValuePair_2_tFB6A066C69E28C6ACA5FC5E24D969BFADC5FA625 L_0; L_0 = (( KeyValuePair_2_tFB6A066C69E28C6ACA5FC5E24D969BFADC5FA625 (*) (EmptyInternalEnumerator_1_t473158D827BD222CBC21ED99C68D61DCC7EC3241 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((EmptyInternalEnumerator_1_t473158D827BD222CBC21ED99C68D61DCC7EC3241 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); KeyValuePair_2_tFB6A066C69E28C6ACA5FC5E24D969BFADC5FA625 L_1 = (KeyValuePair_2_tFB6A066C69E28C6ACA5FC5E24D969BFADC5FA625 )L_0; RuntimeObject * L_2 = Box(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 1), &L_1); return (RuntimeObject *)L_2; } } // System.Void System.Array/EmptyInternalEnumerator`1>::System.Collections.IEnumerator.Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1_System_Collections_IEnumerator_Reset_m5B483ECEB0497709D70FB5509D6F4D6BE402C811_gshared (EmptyInternalEnumerator_1_t473158D827BD222CBC21ED99C68D61DCC7EC3241 * __this, const RuntimeMethod* method) { { return; } } // System.Void System.Array/EmptyInternalEnumerator`1>::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1__ctor_mFC5F11E39979322DAD651685D615BF702A8296A4_gshared (EmptyInternalEnumerator_1_t473158D827BD222CBC21ED99C68D61DCC7EC3241 * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405((RuntimeObject *)__this, /*hidden argument*/NULL); return; } } // System.Void System.Array/EmptyInternalEnumerator`1>::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1__cctor_m8DA74358186706B03F1E44541D8C4D2437442187_gshared (const RuntimeMethod* method) { { EmptyInternalEnumerator_1_t473158D827BD222CBC21ED99C68D61DCC7EC3241 * L_0 = (EmptyInternalEnumerator_1_t473158D827BD222CBC21ED99C68D61DCC7EC3241 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2)); (( void (*) (EmptyInternalEnumerator_1_t473158D827BD222CBC21ED99C68D61DCC7EC3241 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)->methodPointer)(L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); ((EmptyInternalEnumerator_1_t473158D827BD222CBC21ED99C68D61DCC7EC3241_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4)))->set_Value_0(L_0); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Array/EmptyInternalEnumerator`1>::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1_Dispose_m7848108582FBD6D1A8B4AEC30B58EDDC13B26B33_gshared (EmptyInternalEnumerator_1_tEABF07CFDCB233BF1790E6728FD573ECB7F525A9 * __this, const RuntimeMethod* method) { { return; } } // System.Boolean System.Array/EmptyInternalEnumerator`1>::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool EmptyInternalEnumerator_1_MoveNext_mC4BE92FF5FD53481C8802BBB94BD01B77B9FE003_gshared (EmptyInternalEnumerator_1_tEABF07CFDCB233BF1790E6728FD573ECB7F525A9 * __this, const RuntimeMethod* method) { { return (bool)0; } } // T System.Array/EmptyInternalEnumerator`1>::get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR KeyValuePair_2_t128BCD2E9E558C2DCCE19DC432FB05B376CE8446 EmptyInternalEnumerator_1_get_Current_mEE3D831B32908A009ED200D06E8D204E076C2D98_gshared (EmptyInternalEnumerator_1_tEABF07CFDCB233BF1790E6728FD573ECB7F525A9 * __this, const RuntimeMethod* method) { { InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB * L_0 = (InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB_il2cpp_TypeInfo_var))); InvalidOperationException__ctor_mC012CE552988309733C896F3FEA8249171E4402E(L_0, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral7E7A07FECA0FF43839D67A9F7828EE56182CC9F6)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&EmptyInternalEnumerator_1_get_Current_mEE3D831B32908A009ED200D06E8D204E076C2D98_RuntimeMethod_var))); } } // System.Object System.Array/EmptyInternalEnumerator`1>::System.Collections.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * EmptyInternalEnumerator_1_System_Collections_IEnumerator_get_Current_m28A4458644AF81650EE92D1B326CBC76DEF59B8D_gshared (EmptyInternalEnumerator_1_tEABF07CFDCB233BF1790E6728FD573ECB7F525A9 * __this, const RuntimeMethod* method) { { NullCheck((EmptyInternalEnumerator_1_tEABF07CFDCB233BF1790E6728FD573ECB7F525A9 *)__this); KeyValuePair_2_t128BCD2E9E558C2DCCE19DC432FB05B376CE8446 L_0; L_0 = (( KeyValuePair_2_t128BCD2E9E558C2DCCE19DC432FB05B376CE8446 (*) (EmptyInternalEnumerator_1_tEABF07CFDCB233BF1790E6728FD573ECB7F525A9 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((EmptyInternalEnumerator_1_tEABF07CFDCB233BF1790E6728FD573ECB7F525A9 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); KeyValuePair_2_t128BCD2E9E558C2DCCE19DC432FB05B376CE8446 L_1 = (KeyValuePair_2_t128BCD2E9E558C2DCCE19DC432FB05B376CE8446 )L_0; RuntimeObject * L_2 = Box(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 1), &L_1); return (RuntimeObject *)L_2; } } // System.Void System.Array/EmptyInternalEnumerator`1>::System.Collections.IEnumerator.Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1_System_Collections_IEnumerator_Reset_m2CF1ED57E88830CF47883BB00E9BD5BAF2EE3EEB_gshared (EmptyInternalEnumerator_1_tEABF07CFDCB233BF1790E6728FD573ECB7F525A9 * __this, const RuntimeMethod* method) { { return; } } // System.Void System.Array/EmptyInternalEnumerator`1>::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1__ctor_m646C332C93AC006776C635EC55B30CFEFAD35A49_gshared (EmptyInternalEnumerator_1_tEABF07CFDCB233BF1790E6728FD573ECB7F525A9 * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405((RuntimeObject *)__this, /*hidden argument*/NULL); return; } } // System.Void System.Array/EmptyInternalEnumerator`1>::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1__cctor_mF620E9E980C988B350637AFA381642D3E96F5F72_gshared (const RuntimeMethod* method) { { EmptyInternalEnumerator_1_tEABF07CFDCB233BF1790E6728FD573ECB7F525A9 * L_0 = (EmptyInternalEnumerator_1_tEABF07CFDCB233BF1790E6728FD573ECB7F525A9 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2)); (( void (*) (EmptyInternalEnumerator_1_tEABF07CFDCB233BF1790E6728FD573ECB7F525A9 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)->methodPointer)(L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); ((EmptyInternalEnumerator_1_tEABF07CFDCB233BF1790E6728FD573ECB7F525A9_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4)))->set_Value_0(L_0); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Array/EmptyInternalEnumerator`1>::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1_Dispose_mA7BD73E153F7640C47855FC06B8A41002FD99DE0_gshared (EmptyInternalEnumerator_1_tF93F1A422F38EE3D134F3FB69C951A141167560B * __this, const RuntimeMethod* method) { { return; } } // System.Boolean System.Array/EmptyInternalEnumerator`1>::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool EmptyInternalEnumerator_1_MoveNext_mAD1CB2780E25D1D433F891EED4274ED0CD999603_gshared (EmptyInternalEnumerator_1_tF93F1A422F38EE3D134F3FB69C951A141167560B * __this, const RuntimeMethod* method) { { return (bool)0; } } // T System.Array/EmptyInternalEnumerator`1>::get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR KeyValuePair_2_t6A417393575389EF0D895B62580FBC33E95066EF EmptyInternalEnumerator_1_get_Current_m574AD8B79036DED13BEADB996A5B544C08E4B4F2_gshared (EmptyInternalEnumerator_1_tF93F1A422F38EE3D134F3FB69C951A141167560B * __this, const RuntimeMethod* method) { { InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB * L_0 = (InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB_il2cpp_TypeInfo_var))); InvalidOperationException__ctor_mC012CE552988309733C896F3FEA8249171E4402E(L_0, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral7E7A07FECA0FF43839D67A9F7828EE56182CC9F6)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&EmptyInternalEnumerator_1_get_Current_m574AD8B79036DED13BEADB996A5B544C08E4B4F2_RuntimeMethod_var))); } } // System.Object System.Array/EmptyInternalEnumerator`1>::System.Collections.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * EmptyInternalEnumerator_1_System_Collections_IEnumerator_get_Current_mCFA658D550FD793C697F588DD132714E0EBC1809_gshared (EmptyInternalEnumerator_1_tF93F1A422F38EE3D134F3FB69C951A141167560B * __this, const RuntimeMethod* method) { { NullCheck((EmptyInternalEnumerator_1_tF93F1A422F38EE3D134F3FB69C951A141167560B *)__this); KeyValuePair_2_t6A417393575389EF0D895B62580FBC33E95066EF L_0; L_0 = (( KeyValuePair_2_t6A417393575389EF0D895B62580FBC33E95066EF (*) (EmptyInternalEnumerator_1_tF93F1A422F38EE3D134F3FB69C951A141167560B *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((EmptyInternalEnumerator_1_tF93F1A422F38EE3D134F3FB69C951A141167560B *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); KeyValuePair_2_t6A417393575389EF0D895B62580FBC33E95066EF L_1 = (KeyValuePair_2_t6A417393575389EF0D895B62580FBC33E95066EF )L_0; RuntimeObject * L_2 = Box(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 1), &L_1); return (RuntimeObject *)L_2; } } // System.Void System.Array/EmptyInternalEnumerator`1>::System.Collections.IEnumerator.Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1_System_Collections_IEnumerator_Reset_m07729342F54AD13463A85055BDD12E3BD01C9F4A_gshared (EmptyInternalEnumerator_1_tF93F1A422F38EE3D134F3FB69C951A141167560B * __this, const RuntimeMethod* method) { { return; } } // System.Void System.Array/EmptyInternalEnumerator`1>::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1__ctor_m7B37B21EC8ECD2A1100BD9F1D3980203D8255A3F_gshared (EmptyInternalEnumerator_1_tF93F1A422F38EE3D134F3FB69C951A141167560B * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405((RuntimeObject *)__this, /*hidden argument*/NULL); return; } } // System.Void System.Array/EmptyInternalEnumerator`1>::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1__cctor_mD04E295DC6B5377273F1E7F51F194EEE0C100471_gshared (const RuntimeMethod* method) { { EmptyInternalEnumerator_1_tF93F1A422F38EE3D134F3FB69C951A141167560B * L_0 = (EmptyInternalEnumerator_1_tF93F1A422F38EE3D134F3FB69C951A141167560B *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2)); (( void (*) (EmptyInternalEnumerator_1_tF93F1A422F38EE3D134F3FB69C951A141167560B *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)->methodPointer)(L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); ((EmptyInternalEnumerator_1_tF93F1A422F38EE3D134F3FB69C951A141167560B_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4)))->set_Value_0(L_0); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Array/EmptyInternalEnumerator`1>::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1_Dispose_m7FCECDFB017D5A4A1E1C7B691F8042BDC943D6EA_gshared (EmptyInternalEnumerator_1_t082CE0F9A270BB694A82EDF0FE5E943864B48F58 * __this, const RuntimeMethod* method) { { return; } } // System.Boolean System.Array/EmptyInternalEnumerator`1>::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool EmptyInternalEnumerator_1_MoveNext_mC1238D4CFBA29DAB0ABB0F3A4BCF11120637BFAD_gshared (EmptyInternalEnumerator_1_t082CE0F9A270BB694A82EDF0FE5E943864B48F58 * __this, const RuntimeMethod* method) { { return (bool)0; } } // T System.Array/EmptyInternalEnumerator`1>::get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR KeyValuePair_2_t5BF959754D6D63F4A22229D19CE05C1E822830EF EmptyInternalEnumerator_1_get_Current_m99113D9D2C4A5C4B104292FA8B79D09E97FE0C3D_gshared (EmptyInternalEnumerator_1_t082CE0F9A270BB694A82EDF0FE5E943864B48F58 * __this, const RuntimeMethod* method) { { InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB * L_0 = (InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB_il2cpp_TypeInfo_var))); InvalidOperationException__ctor_mC012CE552988309733C896F3FEA8249171E4402E(L_0, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral7E7A07FECA0FF43839D67A9F7828EE56182CC9F6)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&EmptyInternalEnumerator_1_get_Current_m99113D9D2C4A5C4B104292FA8B79D09E97FE0C3D_RuntimeMethod_var))); } } // System.Object System.Array/EmptyInternalEnumerator`1>::System.Collections.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * EmptyInternalEnumerator_1_System_Collections_IEnumerator_get_Current_mD5A6C4CA1610D443A1336D995EE473B53765F4CA_gshared (EmptyInternalEnumerator_1_t082CE0F9A270BB694A82EDF0FE5E943864B48F58 * __this, const RuntimeMethod* method) { { NullCheck((EmptyInternalEnumerator_1_t082CE0F9A270BB694A82EDF0FE5E943864B48F58 *)__this); KeyValuePair_2_t5BF959754D6D63F4A22229D19CE05C1E822830EF L_0; L_0 = (( KeyValuePair_2_t5BF959754D6D63F4A22229D19CE05C1E822830EF (*) (EmptyInternalEnumerator_1_t082CE0F9A270BB694A82EDF0FE5E943864B48F58 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((EmptyInternalEnumerator_1_t082CE0F9A270BB694A82EDF0FE5E943864B48F58 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); KeyValuePair_2_t5BF959754D6D63F4A22229D19CE05C1E822830EF L_1 = (KeyValuePair_2_t5BF959754D6D63F4A22229D19CE05C1E822830EF )L_0; RuntimeObject * L_2 = Box(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 1), &L_1); return (RuntimeObject *)L_2; } } // System.Void System.Array/EmptyInternalEnumerator`1>::System.Collections.IEnumerator.Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1_System_Collections_IEnumerator_Reset_mB297F232E915071F4F685757D3BBB8AA19904B91_gshared (EmptyInternalEnumerator_1_t082CE0F9A270BB694A82EDF0FE5E943864B48F58 * __this, const RuntimeMethod* method) { { return; } } // System.Void System.Array/EmptyInternalEnumerator`1>::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1__ctor_mA87DFB47621E6D83CB1C2D7976D4E2BF719912C3_gshared (EmptyInternalEnumerator_1_t082CE0F9A270BB694A82EDF0FE5E943864B48F58 * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405((RuntimeObject *)__this, /*hidden argument*/NULL); return; } } // System.Void System.Array/EmptyInternalEnumerator`1>::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1__cctor_mBEB8EA3ADF587C060F1E328C4C207C46D95AA89D_gshared (const RuntimeMethod* method) { { EmptyInternalEnumerator_1_t082CE0F9A270BB694A82EDF0FE5E943864B48F58 * L_0 = (EmptyInternalEnumerator_1_t082CE0F9A270BB694A82EDF0FE5E943864B48F58 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2)); (( void (*) (EmptyInternalEnumerator_1_t082CE0F9A270BB694A82EDF0FE5E943864B48F58 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)->methodPointer)(L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); ((EmptyInternalEnumerator_1_t082CE0F9A270BB694A82EDF0FE5E943864B48F58_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4)))->set_Value_0(L_0); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Array/EmptyInternalEnumerator`1>::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1_Dispose_mCCB41F5017A5911D0FDFA32AA9A9990494BB3535_gshared (EmptyInternalEnumerator_1_tDAE3F061B3E7B1C69325FF3770FD545D3F658303 * __this, const RuntimeMethod* method) { { return; } } // System.Boolean System.Array/EmptyInternalEnumerator`1>::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool EmptyInternalEnumerator_1_MoveNext_m2AC9D9549D8FA34EB5E6F54964A6125D0761C047_gshared (EmptyInternalEnumerator_1_tDAE3F061B3E7B1C69325FF3770FD545D3F658303 * __this, const RuntimeMethod* method) { { return (bool)0; } } // T System.Array/EmptyInternalEnumerator`1>::get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR KeyValuePair_2_tC6EA32F8AC3BFF582192B7389CCA58173D1D1D80 EmptyInternalEnumerator_1_get_Current_mADF3D72A9C4B650D6A86B01847DC6FEFDBC8557A_gshared (EmptyInternalEnumerator_1_tDAE3F061B3E7B1C69325FF3770FD545D3F658303 * __this, const RuntimeMethod* method) { { InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB * L_0 = (InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB_il2cpp_TypeInfo_var))); InvalidOperationException__ctor_mC012CE552988309733C896F3FEA8249171E4402E(L_0, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral7E7A07FECA0FF43839D67A9F7828EE56182CC9F6)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&EmptyInternalEnumerator_1_get_Current_mADF3D72A9C4B650D6A86B01847DC6FEFDBC8557A_RuntimeMethod_var))); } } // System.Object System.Array/EmptyInternalEnumerator`1>::System.Collections.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * EmptyInternalEnumerator_1_System_Collections_IEnumerator_get_Current_m132B3AABC2661BAE6B4CE6A9BCA837F2F175C1E4_gshared (EmptyInternalEnumerator_1_tDAE3F061B3E7B1C69325FF3770FD545D3F658303 * __this, const RuntimeMethod* method) { { NullCheck((EmptyInternalEnumerator_1_tDAE3F061B3E7B1C69325FF3770FD545D3F658303 *)__this); KeyValuePair_2_tC6EA32F8AC3BFF582192B7389CCA58173D1D1D80 L_0; L_0 = (( KeyValuePair_2_tC6EA32F8AC3BFF582192B7389CCA58173D1D1D80 (*) (EmptyInternalEnumerator_1_tDAE3F061B3E7B1C69325FF3770FD545D3F658303 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((EmptyInternalEnumerator_1_tDAE3F061B3E7B1C69325FF3770FD545D3F658303 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); KeyValuePair_2_tC6EA32F8AC3BFF582192B7389CCA58173D1D1D80 L_1 = (KeyValuePair_2_tC6EA32F8AC3BFF582192B7389CCA58173D1D1D80 )L_0; RuntimeObject * L_2 = Box(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 1), &L_1); return (RuntimeObject *)L_2; } } // System.Void System.Array/EmptyInternalEnumerator`1>::System.Collections.IEnumerator.Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1_System_Collections_IEnumerator_Reset_m2A30540FDF32979A575488F7F4AE8302D37A5655_gshared (EmptyInternalEnumerator_1_tDAE3F061B3E7B1C69325FF3770FD545D3F658303 * __this, const RuntimeMethod* method) { { return; } } // System.Void System.Array/EmptyInternalEnumerator`1>::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1__ctor_m8F08B10F008BDD5B860A346C374476EE3542B4E2_gshared (EmptyInternalEnumerator_1_tDAE3F061B3E7B1C69325FF3770FD545D3F658303 * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405((RuntimeObject *)__this, /*hidden argument*/NULL); return; } } // System.Void System.Array/EmptyInternalEnumerator`1>::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1__cctor_mEC1D0DACAF37B1722BBE80971A9481C2389DCEF9_gshared (const RuntimeMethod* method) { { EmptyInternalEnumerator_1_tDAE3F061B3E7B1C69325FF3770FD545D3F658303 * L_0 = (EmptyInternalEnumerator_1_tDAE3F061B3E7B1C69325FF3770FD545D3F658303 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2)); (( void (*) (EmptyInternalEnumerator_1_tDAE3F061B3E7B1C69325FF3770FD545D3F658303 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)->methodPointer)(L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); ((EmptyInternalEnumerator_1_tDAE3F061B3E7B1C69325FF3770FD545D3F658303_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4)))->set_Value_0(L_0); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Array/EmptyInternalEnumerator`1>::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1_Dispose_m217286378A89D713A4E9DDE81C79696382E626CD_gshared (EmptyInternalEnumerator_1_t34491215C0E15EECFEBC9F5194F332A99C3890B4 * __this, const RuntimeMethod* method) { { return; } } // System.Boolean System.Array/EmptyInternalEnumerator`1>::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool EmptyInternalEnumerator_1_MoveNext_m267AC13EE7E65E0451367C75ABDAD3D0606CCDFF_gshared (EmptyInternalEnumerator_1_t34491215C0E15EECFEBC9F5194F332A99C3890B4 * __this, const RuntimeMethod* method) { { return (bool)0; } } // T System.Array/EmptyInternalEnumerator`1>::get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR KeyValuePair_2_tD1A157D633555F9FA8A7941A9D7C8984AC88FCE4 EmptyInternalEnumerator_1_get_Current_m2097CCE80B23B94A837E57793C017B7C4A79106B_gshared (EmptyInternalEnumerator_1_t34491215C0E15EECFEBC9F5194F332A99C3890B4 * __this, const RuntimeMethod* method) { { InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB * L_0 = (InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB_il2cpp_TypeInfo_var))); InvalidOperationException__ctor_mC012CE552988309733C896F3FEA8249171E4402E(L_0, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral7E7A07FECA0FF43839D67A9F7828EE56182CC9F6)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&EmptyInternalEnumerator_1_get_Current_m2097CCE80B23B94A837E57793C017B7C4A79106B_RuntimeMethod_var))); } } // System.Object System.Array/EmptyInternalEnumerator`1>::System.Collections.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * EmptyInternalEnumerator_1_System_Collections_IEnumerator_get_Current_m378487D8975B3B53B637F2B63F70533FBA3650E0_gshared (EmptyInternalEnumerator_1_t34491215C0E15EECFEBC9F5194F332A99C3890B4 * __this, const RuntimeMethod* method) { { NullCheck((EmptyInternalEnumerator_1_t34491215C0E15EECFEBC9F5194F332A99C3890B4 *)__this); KeyValuePair_2_tD1A157D633555F9FA8A7941A9D7C8984AC88FCE4 L_0; L_0 = (( KeyValuePair_2_tD1A157D633555F9FA8A7941A9D7C8984AC88FCE4 (*) (EmptyInternalEnumerator_1_t34491215C0E15EECFEBC9F5194F332A99C3890B4 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((EmptyInternalEnumerator_1_t34491215C0E15EECFEBC9F5194F332A99C3890B4 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); KeyValuePair_2_tD1A157D633555F9FA8A7941A9D7C8984AC88FCE4 L_1 = (KeyValuePair_2_tD1A157D633555F9FA8A7941A9D7C8984AC88FCE4 )L_0; RuntimeObject * L_2 = Box(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 1), &L_1); return (RuntimeObject *)L_2; } } // System.Void System.Array/EmptyInternalEnumerator`1>::System.Collections.IEnumerator.Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1_System_Collections_IEnumerator_Reset_mC645198DE3719B484D7185D0F5D4671CA9E16454_gshared (EmptyInternalEnumerator_1_t34491215C0E15EECFEBC9F5194F332A99C3890B4 * __this, const RuntimeMethod* method) { { return; } } // System.Void System.Array/EmptyInternalEnumerator`1>::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1__ctor_mB3191916593855CE17FB1A614737D916C97C21B8_gshared (EmptyInternalEnumerator_1_t34491215C0E15EECFEBC9F5194F332A99C3890B4 * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405((RuntimeObject *)__this, /*hidden argument*/NULL); return; } } // System.Void System.Array/EmptyInternalEnumerator`1>::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1__cctor_mA9F7D426753C3BA137856EDF70CB77F0D0CB4580_gshared (const RuntimeMethod* method) { { EmptyInternalEnumerator_1_t34491215C0E15EECFEBC9F5194F332A99C3890B4 * L_0 = (EmptyInternalEnumerator_1_t34491215C0E15EECFEBC9F5194F332A99C3890B4 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2)); (( void (*) (EmptyInternalEnumerator_1_t34491215C0E15EECFEBC9F5194F332A99C3890B4 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)->methodPointer)(L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); ((EmptyInternalEnumerator_1_t34491215C0E15EECFEBC9F5194F332A99C3890B4_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4)))->set_Value_0(L_0); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Array/EmptyInternalEnumerator`1>::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1_Dispose_m8B91904661E5FD820DD09A621DDC330A30F2960F_gshared (EmptyInternalEnumerator_1_tC9F3F6D84D0B7FFAFE6D7B231951AA8BAC5FB536 * __this, const RuntimeMethod* method) { { return; } } // System.Boolean System.Array/EmptyInternalEnumerator`1>::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool EmptyInternalEnumerator_1_MoveNext_m8E9964EF9D73FF5776980BFB341B9A1CDED02BCF_gshared (EmptyInternalEnumerator_1_tC9F3F6D84D0B7FFAFE6D7B231951AA8BAC5FB536 * __this, const RuntimeMethod* method) { { return (bool)0; } } // T System.Array/EmptyInternalEnumerator`1>::get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR KeyValuePair_2_t017C0505BFEB76D462E1367442B1C866DB044184 EmptyInternalEnumerator_1_get_Current_m7A9F93C9AF1C32A1543D1FD2127A40065AABFBB9_gshared (EmptyInternalEnumerator_1_tC9F3F6D84D0B7FFAFE6D7B231951AA8BAC5FB536 * __this, const RuntimeMethod* method) { { InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB * L_0 = (InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB_il2cpp_TypeInfo_var))); InvalidOperationException__ctor_mC012CE552988309733C896F3FEA8249171E4402E(L_0, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral7E7A07FECA0FF43839D67A9F7828EE56182CC9F6)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&EmptyInternalEnumerator_1_get_Current_m7A9F93C9AF1C32A1543D1FD2127A40065AABFBB9_RuntimeMethod_var))); } } // System.Object System.Array/EmptyInternalEnumerator`1>::System.Collections.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * EmptyInternalEnumerator_1_System_Collections_IEnumerator_get_Current_mA87CB6B3520233CAA31054B7F0CA93A7E7C5E086_gshared (EmptyInternalEnumerator_1_tC9F3F6D84D0B7FFAFE6D7B231951AA8BAC5FB536 * __this, const RuntimeMethod* method) { { NullCheck((EmptyInternalEnumerator_1_tC9F3F6D84D0B7FFAFE6D7B231951AA8BAC5FB536 *)__this); KeyValuePair_2_t017C0505BFEB76D462E1367442B1C866DB044184 L_0; L_0 = (( KeyValuePair_2_t017C0505BFEB76D462E1367442B1C866DB044184 (*) (EmptyInternalEnumerator_1_tC9F3F6D84D0B7FFAFE6D7B231951AA8BAC5FB536 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((EmptyInternalEnumerator_1_tC9F3F6D84D0B7FFAFE6D7B231951AA8BAC5FB536 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); KeyValuePair_2_t017C0505BFEB76D462E1367442B1C866DB044184 L_1 = (KeyValuePair_2_t017C0505BFEB76D462E1367442B1C866DB044184 )L_0; RuntimeObject * L_2 = Box(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 1), &L_1); return (RuntimeObject *)L_2; } } // System.Void System.Array/EmptyInternalEnumerator`1>::System.Collections.IEnumerator.Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1_System_Collections_IEnumerator_Reset_mE48AC08EFBA00A95D0C6A3458BA567E2233CA898_gshared (EmptyInternalEnumerator_1_tC9F3F6D84D0B7FFAFE6D7B231951AA8BAC5FB536 * __this, const RuntimeMethod* method) { { return; } } // System.Void System.Array/EmptyInternalEnumerator`1>::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1__ctor_m2E5533FF61485D5B54F60DF2B5180B78D89CB90B_gshared (EmptyInternalEnumerator_1_tC9F3F6D84D0B7FFAFE6D7B231951AA8BAC5FB536 * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405((RuntimeObject *)__this, /*hidden argument*/NULL); return; } } // System.Void System.Array/EmptyInternalEnumerator`1>::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1__cctor_mCC9533BB823929D7DF6773C32A0034EA8309DA05_gshared (const RuntimeMethod* method) { { EmptyInternalEnumerator_1_tC9F3F6D84D0B7FFAFE6D7B231951AA8BAC5FB536 * L_0 = (EmptyInternalEnumerator_1_tC9F3F6D84D0B7FFAFE6D7B231951AA8BAC5FB536 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2)); (( void (*) (EmptyInternalEnumerator_1_tC9F3F6D84D0B7FFAFE6D7B231951AA8BAC5FB536 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)->methodPointer)(L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); ((EmptyInternalEnumerator_1_tC9F3F6D84D0B7FFAFE6D7B231951AA8BAC5FB536_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4)))->set_Value_0(L_0); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Array/EmptyInternalEnumerator`1>::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1_Dispose_mD75B80C183D65E433929EF2B21567E9464911444_gshared (EmptyInternalEnumerator_1_t8764188BE3B4340BF80A20AF769CAA5616600102 * __this, const RuntimeMethod* method) { { return; } } // System.Boolean System.Array/EmptyInternalEnumerator`1>::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool EmptyInternalEnumerator_1_MoveNext_m61955FD4E0F2D3D4168B10D658C66F5793CD84F0_gshared (EmptyInternalEnumerator_1_t8764188BE3B4340BF80A20AF769CAA5616600102 * __this, const RuntimeMethod* method) { { return (bool)0; } } // T System.Array/EmptyInternalEnumerator`1>::get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR KeyValuePair_2_t3EB93B823BA4B6B71E8C54FED63D693B57682D49 EmptyInternalEnumerator_1_get_Current_m34111451D4A0C19D58721854FBA0A13EAF97CA84_gshared (EmptyInternalEnumerator_1_t8764188BE3B4340BF80A20AF769CAA5616600102 * __this, const RuntimeMethod* method) { { InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB * L_0 = (InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB_il2cpp_TypeInfo_var))); InvalidOperationException__ctor_mC012CE552988309733C896F3FEA8249171E4402E(L_0, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral7E7A07FECA0FF43839D67A9F7828EE56182CC9F6)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&EmptyInternalEnumerator_1_get_Current_m34111451D4A0C19D58721854FBA0A13EAF97CA84_RuntimeMethod_var))); } } // System.Object System.Array/EmptyInternalEnumerator`1>::System.Collections.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * EmptyInternalEnumerator_1_System_Collections_IEnumerator_get_Current_m139C4644715329320DD2429DDE63DDE159BC44E2_gshared (EmptyInternalEnumerator_1_t8764188BE3B4340BF80A20AF769CAA5616600102 * __this, const RuntimeMethod* method) { { NullCheck((EmptyInternalEnumerator_1_t8764188BE3B4340BF80A20AF769CAA5616600102 *)__this); KeyValuePair_2_t3EB93B823BA4B6B71E8C54FED63D693B57682D49 L_0; L_0 = (( KeyValuePair_2_t3EB93B823BA4B6B71E8C54FED63D693B57682D49 (*) (EmptyInternalEnumerator_1_t8764188BE3B4340BF80A20AF769CAA5616600102 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((EmptyInternalEnumerator_1_t8764188BE3B4340BF80A20AF769CAA5616600102 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); KeyValuePair_2_t3EB93B823BA4B6B71E8C54FED63D693B57682D49 L_1 = (KeyValuePair_2_t3EB93B823BA4B6B71E8C54FED63D693B57682D49 )L_0; RuntimeObject * L_2 = Box(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 1), &L_1); return (RuntimeObject *)L_2; } } // System.Void System.Array/EmptyInternalEnumerator`1>::System.Collections.IEnumerator.Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1_System_Collections_IEnumerator_Reset_m6AE0322C85F4E0D8855DDBCC17D2E7C3C1319E7B_gshared (EmptyInternalEnumerator_1_t8764188BE3B4340BF80A20AF769CAA5616600102 * __this, const RuntimeMethod* method) { { return; } } // System.Void System.Array/EmptyInternalEnumerator`1>::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1__ctor_m865996CEEC27B551EC62E2419FDDC16A849BBE09_gshared (EmptyInternalEnumerator_1_t8764188BE3B4340BF80A20AF769CAA5616600102 * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405((RuntimeObject *)__this, /*hidden argument*/NULL); return; } } // System.Void System.Array/EmptyInternalEnumerator`1>::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1__cctor_mA141B4CDA4544B30BAE64C5E84281ADD225A194D_gshared (const RuntimeMethod* method) { { EmptyInternalEnumerator_1_t8764188BE3B4340BF80A20AF769CAA5616600102 * L_0 = (EmptyInternalEnumerator_1_t8764188BE3B4340BF80A20AF769CAA5616600102 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2)); (( void (*) (EmptyInternalEnumerator_1_t8764188BE3B4340BF80A20AF769CAA5616600102 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)->methodPointer)(L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); ((EmptyInternalEnumerator_1_t8764188BE3B4340BF80A20AF769CAA5616600102_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4)))->set_Value_0(L_0); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Array/EmptyInternalEnumerator`1>::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1_Dispose_m0265AC13EE14D16CF0B8936AFC73FF0477EA779C_gshared (EmptyInternalEnumerator_1_tBCDEC1DBA7F8C4EFB34E5F00B02A1352B8356702 * __this, const RuntimeMethod* method) { { return; } } // System.Boolean System.Array/EmptyInternalEnumerator`1>::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool EmptyInternalEnumerator_1_MoveNext_m6C8DBE6CE5A3B53CF5367D1D3C4164C85E5A1B68_gshared (EmptyInternalEnumerator_1_tBCDEC1DBA7F8C4EFB34E5F00B02A1352B8356702 * __this, const RuntimeMethod* method) { { return (bool)0; } } // T System.Array/EmptyInternalEnumerator`1>::get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR KeyValuePair_2_t0F425E1AEAFEE5091C5F8FD1A94999386E2496CD EmptyInternalEnumerator_1_get_Current_m211645854B219BE51C689DDE058813276FBBA520_gshared (EmptyInternalEnumerator_1_tBCDEC1DBA7F8C4EFB34E5F00B02A1352B8356702 * __this, const RuntimeMethod* method) { { InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB * L_0 = (InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB_il2cpp_TypeInfo_var))); InvalidOperationException__ctor_mC012CE552988309733C896F3FEA8249171E4402E(L_0, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral7E7A07FECA0FF43839D67A9F7828EE56182CC9F6)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&EmptyInternalEnumerator_1_get_Current_m211645854B219BE51C689DDE058813276FBBA520_RuntimeMethod_var))); } } // System.Object System.Array/EmptyInternalEnumerator`1>::System.Collections.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * EmptyInternalEnumerator_1_System_Collections_IEnumerator_get_Current_m8D2B8060103FF1D86017E3634BF1159783AB8AE4_gshared (EmptyInternalEnumerator_1_tBCDEC1DBA7F8C4EFB34E5F00B02A1352B8356702 * __this, const RuntimeMethod* method) { { NullCheck((EmptyInternalEnumerator_1_tBCDEC1DBA7F8C4EFB34E5F00B02A1352B8356702 *)__this); KeyValuePair_2_t0F425E1AEAFEE5091C5F8FD1A94999386E2496CD L_0; L_0 = (( KeyValuePair_2_t0F425E1AEAFEE5091C5F8FD1A94999386E2496CD (*) (EmptyInternalEnumerator_1_tBCDEC1DBA7F8C4EFB34E5F00B02A1352B8356702 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((EmptyInternalEnumerator_1_tBCDEC1DBA7F8C4EFB34E5F00B02A1352B8356702 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); KeyValuePair_2_t0F425E1AEAFEE5091C5F8FD1A94999386E2496CD L_1 = (KeyValuePair_2_t0F425E1AEAFEE5091C5F8FD1A94999386E2496CD )L_0; RuntimeObject * L_2 = Box(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 1), &L_1); return (RuntimeObject *)L_2; } } // System.Void System.Array/EmptyInternalEnumerator`1>::System.Collections.IEnumerator.Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1_System_Collections_IEnumerator_Reset_m11EB84B5977626DB1126A90C8B688EEB8C67C3A6_gshared (EmptyInternalEnumerator_1_tBCDEC1DBA7F8C4EFB34E5F00B02A1352B8356702 * __this, const RuntimeMethod* method) { { return; } } // System.Void System.Array/EmptyInternalEnumerator`1>::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1__ctor_m6DEB2813E14D594D510DE36E27EF079907C85D64_gshared (EmptyInternalEnumerator_1_tBCDEC1DBA7F8C4EFB34E5F00B02A1352B8356702 * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405((RuntimeObject *)__this, /*hidden argument*/NULL); return; } } // System.Void System.Array/EmptyInternalEnumerator`1>::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1__cctor_m76552C5FB1BC3CF5A6361506DA0DC8D36940A2E9_gshared (const RuntimeMethod* method) { { EmptyInternalEnumerator_1_tBCDEC1DBA7F8C4EFB34E5F00B02A1352B8356702 * L_0 = (EmptyInternalEnumerator_1_tBCDEC1DBA7F8C4EFB34E5F00B02A1352B8356702 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2)); (( void (*) (EmptyInternalEnumerator_1_tBCDEC1DBA7F8C4EFB34E5F00B02A1352B8356702 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)->methodPointer)(L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); ((EmptyInternalEnumerator_1_tBCDEC1DBA7F8C4EFB34E5F00B02A1352B8356702_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4)))->set_Value_0(L_0); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Array/EmptyInternalEnumerator`1>::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1_Dispose_mABDF5718A75A8F4BCB89A781C3ECFAC77593E6FD_gshared (EmptyInternalEnumerator_1_tE4842672B4C948DA29DC8CC60BB4D38D4839BAEA * __this, const RuntimeMethod* method) { { return; } } // System.Boolean System.Array/EmptyInternalEnumerator`1>::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool EmptyInternalEnumerator_1_MoveNext_mF483863EE60693FC9F190B8EE9093515ABC2A3E1_gshared (EmptyInternalEnumerator_1_tE4842672B4C948DA29DC8CC60BB4D38D4839BAEA * __this, const RuntimeMethod* method) { { return (bool)0; } } // T System.Array/EmptyInternalEnumerator`1>::get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR KeyValuePair_2_tCEEEA2545C9572EC331DBB69871921A5B01E60DA EmptyInternalEnumerator_1_get_Current_mDB6152D515B2083F8CA6A3D3968D8AF463E4637D_gshared (EmptyInternalEnumerator_1_tE4842672B4C948DA29DC8CC60BB4D38D4839BAEA * __this, const RuntimeMethod* method) { { InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB * L_0 = (InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB_il2cpp_TypeInfo_var))); InvalidOperationException__ctor_mC012CE552988309733C896F3FEA8249171E4402E(L_0, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral7E7A07FECA0FF43839D67A9F7828EE56182CC9F6)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&EmptyInternalEnumerator_1_get_Current_mDB6152D515B2083F8CA6A3D3968D8AF463E4637D_RuntimeMethod_var))); } } // System.Object System.Array/EmptyInternalEnumerator`1>::System.Collections.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * EmptyInternalEnumerator_1_System_Collections_IEnumerator_get_Current_mE0854558D37BC5A256D4385F754835ABBBE4955D_gshared (EmptyInternalEnumerator_1_tE4842672B4C948DA29DC8CC60BB4D38D4839BAEA * __this, const RuntimeMethod* method) { { NullCheck((EmptyInternalEnumerator_1_tE4842672B4C948DA29DC8CC60BB4D38D4839BAEA *)__this); KeyValuePair_2_tCEEEA2545C9572EC331DBB69871921A5B01E60DA L_0; L_0 = (( KeyValuePair_2_tCEEEA2545C9572EC331DBB69871921A5B01E60DA (*) (EmptyInternalEnumerator_1_tE4842672B4C948DA29DC8CC60BB4D38D4839BAEA *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((EmptyInternalEnumerator_1_tE4842672B4C948DA29DC8CC60BB4D38D4839BAEA *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); KeyValuePair_2_tCEEEA2545C9572EC331DBB69871921A5B01E60DA L_1 = (KeyValuePair_2_tCEEEA2545C9572EC331DBB69871921A5B01E60DA )L_0; RuntimeObject * L_2 = Box(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 1), &L_1); return (RuntimeObject *)L_2; } } // System.Void System.Array/EmptyInternalEnumerator`1>::System.Collections.IEnumerator.Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1_System_Collections_IEnumerator_Reset_m96BCFE3D401696D2D3AA890B8894451DA115EDF2_gshared (EmptyInternalEnumerator_1_tE4842672B4C948DA29DC8CC60BB4D38D4839BAEA * __this, const RuntimeMethod* method) { { return; } } // System.Void System.Array/EmptyInternalEnumerator`1>::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1__ctor_m42FA27698CEAF9D24B4E87AF5B5367F91A3B7609_gshared (EmptyInternalEnumerator_1_tE4842672B4C948DA29DC8CC60BB4D38D4839BAEA * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405((RuntimeObject *)__this, /*hidden argument*/NULL); return; } } // System.Void System.Array/EmptyInternalEnumerator`1>::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1__cctor_mC27D06B5C2BCD441CF75ED01168D388E1652CC7A_gshared (const RuntimeMethod* method) { { EmptyInternalEnumerator_1_tE4842672B4C948DA29DC8CC60BB4D38D4839BAEA * L_0 = (EmptyInternalEnumerator_1_tE4842672B4C948DA29DC8CC60BB4D38D4839BAEA *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2)); (( void (*) (EmptyInternalEnumerator_1_tE4842672B4C948DA29DC8CC60BB4D38D4839BAEA *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)->methodPointer)(L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); ((EmptyInternalEnumerator_1_tE4842672B4C948DA29DC8CC60BB4D38D4839BAEA_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4)))->set_Value_0(L_0); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Array/EmptyInternalEnumerator`1>::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1_Dispose_mFD8BA67C30F25C627D6A61741001020260B020D1_gshared (EmptyInternalEnumerator_1_tEF56ACB538879672E6C4AC9CBA76ADCEFD8C37AB * __this, const RuntimeMethod* method) { { return; } } // System.Boolean System.Array/EmptyInternalEnumerator`1>::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool EmptyInternalEnumerator_1_MoveNext_m6AAC0C3B870EAAAF5204C3D5EE062030CFC0C92E_gshared (EmptyInternalEnumerator_1_tEF56ACB538879672E6C4AC9CBA76ADCEFD8C37AB * __this, const RuntimeMethod* method) { { return (bool)0; } } // T System.Array/EmptyInternalEnumerator`1>::get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR KeyValuePair_2_t78B694E8342E86089FB515D21C3CB9F12838A5CB EmptyInternalEnumerator_1_get_Current_m874E61791CA916FAA314F30C44DEE85BB89BBB25_gshared (EmptyInternalEnumerator_1_tEF56ACB538879672E6C4AC9CBA76ADCEFD8C37AB * __this, const RuntimeMethod* method) { { InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB * L_0 = (InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB_il2cpp_TypeInfo_var))); InvalidOperationException__ctor_mC012CE552988309733C896F3FEA8249171E4402E(L_0, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral7E7A07FECA0FF43839D67A9F7828EE56182CC9F6)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&EmptyInternalEnumerator_1_get_Current_m874E61791CA916FAA314F30C44DEE85BB89BBB25_RuntimeMethod_var))); } } // System.Object System.Array/EmptyInternalEnumerator`1>::System.Collections.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * EmptyInternalEnumerator_1_System_Collections_IEnumerator_get_Current_m75F4CD98ED744D45E62060FAD11C66D17119C71E_gshared (EmptyInternalEnumerator_1_tEF56ACB538879672E6C4AC9CBA76ADCEFD8C37AB * __this, const RuntimeMethod* method) { { NullCheck((EmptyInternalEnumerator_1_tEF56ACB538879672E6C4AC9CBA76ADCEFD8C37AB *)__this); KeyValuePair_2_t78B694E8342E86089FB515D21C3CB9F12838A5CB L_0; L_0 = (( KeyValuePair_2_t78B694E8342E86089FB515D21C3CB9F12838A5CB (*) (EmptyInternalEnumerator_1_tEF56ACB538879672E6C4AC9CBA76ADCEFD8C37AB *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((EmptyInternalEnumerator_1_tEF56ACB538879672E6C4AC9CBA76ADCEFD8C37AB *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); KeyValuePair_2_t78B694E8342E86089FB515D21C3CB9F12838A5CB L_1 = (KeyValuePair_2_t78B694E8342E86089FB515D21C3CB9F12838A5CB )L_0; RuntimeObject * L_2 = Box(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 1), &L_1); return (RuntimeObject *)L_2; } } // System.Void System.Array/EmptyInternalEnumerator`1>::System.Collections.IEnumerator.Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1_System_Collections_IEnumerator_Reset_mCBAB7261D4DE6019EA40A3C0D2A1F3AA146ACBC3_gshared (EmptyInternalEnumerator_1_tEF56ACB538879672E6C4AC9CBA76ADCEFD8C37AB * __this, const RuntimeMethod* method) { { return; } } // System.Void System.Array/EmptyInternalEnumerator`1>::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1__ctor_mFA760A791A8E026BD7A71F85F64E42152DB99E11_gshared (EmptyInternalEnumerator_1_tEF56ACB538879672E6C4AC9CBA76ADCEFD8C37AB * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405((RuntimeObject *)__this, /*hidden argument*/NULL); return; } } // System.Void System.Array/EmptyInternalEnumerator`1>::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1__cctor_m7716BB3D3CDA95AB0B685F041BE3653EECA5F031_gshared (const RuntimeMethod* method) { { EmptyInternalEnumerator_1_tEF56ACB538879672E6C4AC9CBA76ADCEFD8C37AB * L_0 = (EmptyInternalEnumerator_1_tEF56ACB538879672E6C4AC9CBA76ADCEFD8C37AB *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2)); (( void (*) (EmptyInternalEnumerator_1_tEF56ACB538879672E6C4AC9CBA76ADCEFD8C37AB *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)->methodPointer)(L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); ((EmptyInternalEnumerator_1_tEF56ACB538879672E6C4AC9CBA76ADCEFD8C37AB_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4)))->set_Value_0(L_0); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Array/EmptyInternalEnumerator`1>::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1_Dispose_mE587FC5C8964E45884AC99E266D8F88B25789430_gshared (EmptyInternalEnumerator_1_t9B3C2D4E5284B1381F77165083AE961DF19F4459 * __this, const RuntimeMethod* method) { { return; } } // System.Boolean System.Array/EmptyInternalEnumerator`1>::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool EmptyInternalEnumerator_1_MoveNext_mCA8F658557C875438B1EE9FE79955C57E5428F4D_gshared (EmptyInternalEnumerator_1_t9B3C2D4E5284B1381F77165083AE961DF19F4459 * __this, const RuntimeMethod* method) { { return (bool)0; } } // T System.Array/EmptyInternalEnumerator`1>::get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR KeyValuePair_2_tB8C085DAB5BB6A37255E0F93DBDCB70456DA2703 EmptyInternalEnumerator_1_get_Current_mDD722803B7A7DD7F21BC25817DB783ABDC9BB0BD_gshared (EmptyInternalEnumerator_1_t9B3C2D4E5284B1381F77165083AE961DF19F4459 * __this, const RuntimeMethod* method) { { InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB * L_0 = (InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB_il2cpp_TypeInfo_var))); InvalidOperationException__ctor_mC012CE552988309733C896F3FEA8249171E4402E(L_0, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral7E7A07FECA0FF43839D67A9F7828EE56182CC9F6)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&EmptyInternalEnumerator_1_get_Current_mDD722803B7A7DD7F21BC25817DB783ABDC9BB0BD_RuntimeMethod_var))); } } // System.Object System.Array/EmptyInternalEnumerator`1>::System.Collections.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * EmptyInternalEnumerator_1_System_Collections_IEnumerator_get_Current_mFFFF603124B946D15B8819D25A3DB773BBC624F8_gshared (EmptyInternalEnumerator_1_t9B3C2D4E5284B1381F77165083AE961DF19F4459 * __this, const RuntimeMethod* method) { { NullCheck((EmptyInternalEnumerator_1_t9B3C2D4E5284B1381F77165083AE961DF19F4459 *)__this); KeyValuePair_2_tB8C085DAB5BB6A37255E0F93DBDCB70456DA2703 L_0; L_0 = (( KeyValuePair_2_tB8C085DAB5BB6A37255E0F93DBDCB70456DA2703 (*) (EmptyInternalEnumerator_1_t9B3C2D4E5284B1381F77165083AE961DF19F4459 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((EmptyInternalEnumerator_1_t9B3C2D4E5284B1381F77165083AE961DF19F4459 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); KeyValuePair_2_tB8C085DAB5BB6A37255E0F93DBDCB70456DA2703 L_1 = (KeyValuePair_2_tB8C085DAB5BB6A37255E0F93DBDCB70456DA2703 )L_0; RuntimeObject * L_2 = Box(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 1), &L_1); return (RuntimeObject *)L_2; } } // System.Void System.Array/EmptyInternalEnumerator`1>::System.Collections.IEnumerator.Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1_System_Collections_IEnumerator_Reset_mAF82382B05B3D1A8D779CE88E2F27A83853FFD04_gshared (EmptyInternalEnumerator_1_t9B3C2D4E5284B1381F77165083AE961DF19F4459 * __this, const RuntimeMethod* method) { { return; } } // System.Void System.Array/EmptyInternalEnumerator`1>::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1__ctor_m500D7B8346002778F8C1A4D5FEF422A45755B5FC_gshared (EmptyInternalEnumerator_1_t9B3C2D4E5284B1381F77165083AE961DF19F4459 * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405((RuntimeObject *)__this, /*hidden argument*/NULL); return; } } // System.Void System.Array/EmptyInternalEnumerator`1>::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1__cctor_m8AD003571E1667CA1D8601E5882D4F58C4FDD57D_gshared (const RuntimeMethod* method) { { EmptyInternalEnumerator_1_t9B3C2D4E5284B1381F77165083AE961DF19F4459 * L_0 = (EmptyInternalEnumerator_1_t9B3C2D4E5284B1381F77165083AE961DF19F4459 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2)); (( void (*) (EmptyInternalEnumerator_1_t9B3C2D4E5284B1381F77165083AE961DF19F4459 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)->methodPointer)(L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); ((EmptyInternalEnumerator_1_t9B3C2D4E5284B1381F77165083AE961DF19F4459_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4)))->set_Value_0(L_0); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Array/EmptyInternalEnumerator`1>::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1_Dispose_m2F3C612E62813148DE116E639CD9256CB53A6B6B_gshared (EmptyInternalEnumerator_1_t7ABEAF3E3EBE73411A9CE891C06EAC179A8E0563 * __this, const RuntimeMethod* method) { { return; } } // System.Boolean System.Array/EmptyInternalEnumerator`1>::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool EmptyInternalEnumerator_1_MoveNext_mD44FD24EF0552A511EC2F7FD0E777579A363E7F6_gshared (EmptyInternalEnumerator_1_t7ABEAF3E3EBE73411A9CE891C06EAC179A8E0563 * __this, const RuntimeMethod* method) { { return (bool)0; } } // T System.Array/EmptyInternalEnumerator`1>::get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR KeyValuePair_2_tA248CA53608CB5BD1F4859EDB188A970E1534717 EmptyInternalEnumerator_1_get_Current_mFB170608B75A081FFC8FD2F5975294E95FBE0CA6_gshared (EmptyInternalEnumerator_1_t7ABEAF3E3EBE73411A9CE891C06EAC179A8E0563 * __this, const RuntimeMethod* method) { { InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB * L_0 = (InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB_il2cpp_TypeInfo_var))); InvalidOperationException__ctor_mC012CE552988309733C896F3FEA8249171E4402E(L_0, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral7E7A07FECA0FF43839D67A9F7828EE56182CC9F6)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&EmptyInternalEnumerator_1_get_Current_mFB170608B75A081FFC8FD2F5975294E95FBE0CA6_RuntimeMethod_var))); } } // System.Object System.Array/EmptyInternalEnumerator`1>::System.Collections.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * EmptyInternalEnumerator_1_System_Collections_IEnumerator_get_Current_m5BA03D5B95138277DAC943E70FBBDB0010C4FCB7_gshared (EmptyInternalEnumerator_1_t7ABEAF3E3EBE73411A9CE891C06EAC179A8E0563 * __this, const RuntimeMethod* method) { { NullCheck((EmptyInternalEnumerator_1_t7ABEAF3E3EBE73411A9CE891C06EAC179A8E0563 *)__this); KeyValuePair_2_tA248CA53608CB5BD1F4859EDB188A970E1534717 L_0; L_0 = (( KeyValuePair_2_tA248CA53608CB5BD1F4859EDB188A970E1534717 (*) (EmptyInternalEnumerator_1_t7ABEAF3E3EBE73411A9CE891C06EAC179A8E0563 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((EmptyInternalEnumerator_1_t7ABEAF3E3EBE73411A9CE891C06EAC179A8E0563 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); KeyValuePair_2_tA248CA53608CB5BD1F4859EDB188A970E1534717 L_1 = (KeyValuePair_2_tA248CA53608CB5BD1F4859EDB188A970E1534717 )L_0; RuntimeObject * L_2 = Box(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 1), &L_1); return (RuntimeObject *)L_2; } } // System.Void System.Array/EmptyInternalEnumerator`1>::System.Collections.IEnumerator.Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1_System_Collections_IEnumerator_Reset_m2A2331FD6C71FD633CAAA2E9DD28DCA110A2ECE8_gshared (EmptyInternalEnumerator_1_t7ABEAF3E3EBE73411A9CE891C06EAC179A8E0563 * __this, const RuntimeMethod* method) { { return; } } // System.Void System.Array/EmptyInternalEnumerator`1>::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1__ctor_m53B8028311F8D5E31BDED4E899C476735A9B12FB_gshared (EmptyInternalEnumerator_1_t7ABEAF3E3EBE73411A9CE891C06EAC179A8E0563 * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405((RuntimeObject *)__this, /*hidden argument*/NULL); return; } } // System.Void System.Array/EmptyInternalEnumerator`1>::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1__cctor_m0B776E2B8CBE70BBA21043EC826CA1526710018B_gshared (const RuntimeMethod* method) { { EmptyInternalEnumerator_1_t7ABEAF3E3EBE73411A9CE891C06EAC179A8E0563 * L_0 = (EmptyInternalEnumerator_1_t7ABEAF3E3EBE73411A9CE891C06EAC179A8E0563 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2)); (( void (*) (EmptyInternalEnumerator_1_t7ABEAF3E3EBE73411A9CE891C06EAC179A8E0563 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)->methodPointer)(L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); ((EmptyInternalEnumerator_1_t7ABEAF3E3EBE73411A9CE891C06EAC179A8E0563_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4)))->set_Value_0(L_0); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Array/EmptyInternalEnumerator`1>::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1_Dispose_mF5CBC79C20DB6CFCE7D8E238EE9D222F1FCF2419_gshared (EmptyInternalEnumerator_1_t9DE757EF1608B1EB8DE3F58E4CB52C1DC9587DF8 * __this, const RuntimeMethod* method) { { return; } } // System.Boolean System.Array/EmptyInternalEnumerator`1>::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool EmptyInternalEnumerator_1_MoveNext_mFEB57EAC8ABA8A4076D12FA604C3290201C247DB_gshared (EmptyInternalEnumerator_1_t9DE757EF1608B1EB8DE3F58E4CB52C1DC9587DF8 * __this, const RuntimeMethod* method) { { return (bool)0; } } // T System.Array/EmptyInternalEnumerator`1>::get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR KeyValuePair_2_tCBAAE4FBE6091373C1916EE17527311382CF4551 EmptyInternalEnumerator_1_get_Current_m19B31898539C5E49A201E6C5AAF39569CCBB62AE_gshared (EmptyInternalEnumerator_1_t9DE757EF1608B1EB8DE3F58E4CB52C1DC9587DF8 * __this, const RuntimeMethod* method) { { InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB * L_0 = (InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB_il2cpp_TypeInfo_var))); InvalidOperationException__ctor_mC012CE552988309733C896F3FEA8249171E4402E(L_0, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral7E7A07FECA0FF43839D67A9F7828EE56182CC9F6)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&EmptyInternalEnumerator_1_get_Current_m19B31898539C5E49A201E6C5AAF39569CCBB62AE_RuntimeMethod_var))); } } // System.Object System.Array/EmptyInternalEnumerator`1>::System.Collections.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * EmptyInternalEnumerator_1_System_Collections_IEnumerator_get_Current_m5B12BF4B16F7BE472533B5349A0F9BAFBAA7AEA7_gshared (EmptyInternalEnumerator_1_t9DE757EF1608B1EB8DE3F58E4CB52C1DC9587DF8 * __this, const RuntimeMethod* method) { { NullCheck((EmptyInternalEnumerator_1_t9DE757EF1608B1EB8DE3F58E4CB52C1DC9587DF8 *)__this); KeyValuePair_2_tCBAAE4FBE6091373C1916EE17527311382CF4551 L_0; L_0 = (( KeyValuePair_2_tCBAAE4FBE6091373C1916EE17527311382CF4551 (*) (EmptyInternalEnumerator_1_t9DE757EF1608B1EB8DE3F58E4CB52C1DC9587DF8 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((EmptyInternalEnumerator_1_t9DE757EF1608B1EB8DE3F58E4CB52C1DC9587DF8 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); KeyValuePair_2_tCBAAE4FBE6091373C1916EE17527311382CF4551 L_1 = (KeyValuePair_2_tCBAAE4FBE6091373C1916EE17527311382CF4551 )L_0; RuntimeObject * L_2 = Box(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 1), &L_1); return (RuntimeObject *)L_2; } } // System.Void System.Array/EmptyInternalEnumerator`1>::System.Collections.IEnumerator.Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1_System_Collections_IEnumerator_Reset_mFF81C7016A71EC13EA2A57F9F9982A8F85BEA5F2_gshared (EmptyInternalEnumerator_1_t9DE757EF1608B1EB8DE3F58E4CB52C1DC9587DF8 * __this, const RuntimeMethod* method) { { return; } } // System.Void System.Array/EmptyInternalEnumerator`1>::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1__ctor_mE47CC388FFABBDF34A1B0F08B8B293ADF1306F68_gshared (EmptyInternalEnumerator_1_t9DE757EF1608B1EB8DE3F58E4CB52C1DC9587DF8 * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405((RuntimeObject *)__this, /*hidden argument*/NULL); return; } } // System.Void System.Array/EmptyInternalEnumerator`1>::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1__cctor_m8EB27F449DC3C7BB68ED67FBC61B500F3812A5A0_gshared (const RuntimeMethod* method) { { EmptyInternalEnumerator_1_t9DE757EF1608B1EB8DE3F58E4CB52C1DC9587DF8 * L_0 = (EmptyInternalEnumerator_1_t9DE757EF1608B1EB8DE3F58E4CB52C1DC9587DF8 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2)); (( void (*) (EmptyInternalEnumerator_1_t9DE757EF1608B1EB8DE3F58E4CB52C1DC9587DF8 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)->methodPointer)(L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); ((EmptyInternalEnumerator_1_t9DE757EF1608B1EB8DE3F58E4CB52C1DC9587DF8_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4)))->set_Value_0(L_0); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Array/EmptyInternalEnumerator`1>::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1_Dispose_mC723329865B37D18E320538E61E5E45A406E66A8_gshared (EmptyInternalEnumerator_1_t42B4AE8EE108DC0E69D3F239CF9895144073EE00 * __this, const RuntimeMethod* method) { { return; } } // System.Boolean System.Array/EmptyInternalEnumerator`1>::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool EmptyInternalEnumerator_1_MoveNext_mF355629648A2A6F18ED57119468D0E5B3F29FB74_gshared (EmptyInternalEnumerator_1_t42B4AE8EE108DC0E69D3F239CF9895144073EE00 * __this, const RuntimeMethod* method) { { return (bool)0; } } // T System.Array/EmptyInternalEnumerator`1>::get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR NativeArray_1_tCD004FBD9F8C000DD43B8D3D4AD6D1FE8D058ECA EmptyInternalEnumerator_1_get_Current_m0DB143A0CAECFC05B7BABF0289137DF047C42DF3_gshared (EmptyInternalEnumerator_1_t42B4AE8EE108DC0E69D3F239CF9895144073EE00 * __this, const RuntimeMethod* method) { { InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB * L_0 = (InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB_il2cpp_TypeInfo_var))); InvalidOperationException__ctor_mC012CE552988309733C896F3FEA8249171E4402E(L_0, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral7E7A07FECA0FF43839D67A9F7828EE56182CC9F6)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&EmptyInternalEnumerator_1_get_Current_m0DB143A0CAECFC05B7BABF0289137DF047C42DF3_RuntimeMethod_var))); } } // System.Object System.Array/EmptyInternalEnumerator`1>::System.Collections.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * EmptyInternalEnumerator_1_System_Collections_IEnumerator_get_Current_m3F9FF9EB4FE32FD4E62F172F97C4D59757F3690D_gshared (EmptyInternalEnumerator_1_t42B4AE8EE108DC0E69D3F239CF9895144073EE00 * __this, const RuntimeMethod* method) { { NullCheck((EmptyInternalEnumerator_1_t42B4AE8EE108DC0E69D3F239CF9895144073EE00 *)__this); NativeArray_1_tCD004FBD9F8C000DD43B8D3D4AD6D1FE8D058ECA L_0; L_0 = (( NativeArray_1_tCD004FBD9F8C000DD43B8D3D4AD6D1FE8D058ECA (*) (EmptyInternalEnumerator_1_t42B4AE8EE108DC0E69D3F239CF9895144073EE00 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((EmptyInternalEnumerator_1_t42B4AE8EE108DC0E69D3F239CF9895144073EE00 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); NativeArray_1_tCD004FBD9F8C000DD43B8D3D4AD6D1FE8D058ECA L_1 = (NativeArray_1_tCD004FBD9F8C000DD43B8D3D4AD6D1FE8D058ECA )L_0; RuntimeObject * L_2 = Box(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 1), &L_1); return (RuntimeObject *)L_2; } } // System.Void System.Array/EmptyInternalEnumerator`1>::System.Collections.IEnumerator.Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1_System_Collections_IEnumerator_Reset_mFBB902232533E1662101A369605D81FF7A4817BD_gshared (EmptyInternalEnumerator_1_t42B4AE8EE108DC0E69D3F239CF9895144073EE00 * __this, const RuntimeMethod* method) { { return; } } // System.Void System.Array/EmptyInternalEnumerator`1>::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1__ctor_mC40DEF6DFED3CC066995E9B1D63068B47AA7E265_gshared (EmptyInternalEnumerator_1_t42B4AE8EE108DC0E69D3F239CF9895144073EE00 * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405((RuntimeObject *)__this, /*hidden argument*/NULL); return; } } // System.Void System.Array/EmptyInternalEnumerator`1>::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1__cctor_m7D5B16459917EA4533E7582AFE0B8237F6AA3C6C_gshared (const RuntimeMethod* method) { { EmptyInternalEnumerator_1_t42B4AE8EE108DC0E69D3F239CF9895144073EE00 * L_0 = (EmptyInternalEnumerator_1_t42B4AE8EE108DC0E69D3F239CF9895144073EE00 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2)); (( void (*) (EmptyInternalEnumerator_1_t42B4AE8EE108DC0E69D3F239CF9895144073EE00 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)->methodPointer)(L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); ((EmptyInternalEnumerator_1_t42B4AE8EE108DC0E69D3F239CF9895144073EE00_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4)))->set_Value_0(L_0); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Array/EmptyInternalEnumerator`1>::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1_Dispose_m975587B7089D67B852382F26BA43A1D875CDEB42_gshared (EmptyInternalEnumerator_1_t928017AFEBBB9752979FFFD647223C199B3BBFCB * __this, const RuntimeMethod* method) { { return; } } // System.Boolean System.Array/EmptyInternalEnumerator`1>::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool EmptyInternalEnumerator_1_MoveNext_mAF93DA8397245261E67BC20218ED1B221D6753C2_gshared (EmptyInternalEnumerator_1_t928017AFEBBB9752979FFFD647223C199B3BBFCB * __this, const RuntimeMethod* method) { { return (bool)0; } } // T System.Array/EmptyInternalEnumerator`1>::get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Record_t66AF7A083A5E272F632199AC60E7F86B0E68F110 EmptyInternalEnumerator_1_get_Current_mEC13704973465DC8053C291FE1E5A62E39B8B222_gshared (EmptyInternalEnumerator_1_t928017AFEBBB9752979FFFD647223C199B3BBFCB * __this, const RuntimeMethod* method) { { InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB * L_0 = (InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB_il2cpp_TypeInfo_var))); InvalidOperationException__ctor_mC012CE552988309733C896F3FEA8249171E4402E(L_0, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral7E7A07FECA0FF43839D67A9F7828EE56182CC9F6)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&EmptyInternalEnumerator_1_get_Current_mEC13704973465DC8053C291FE1E5A62E39B8B222_RuntimeMethod_var))); } } // System.Object System.Array/EmptyInternalEnumerator`1>::System.Collections.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * EmptyInternalEnumerator_1_System_Collections_IEnumerator_get_Current_m25F66BBF26054AC93F31D97F86DC0A5B72ECC206_gshared (EmptyInternalEnumerator_1_t928017AFEBBB9752979FFFD647223C199B3BBFCB * __this, const RuntimeMethod* method) { { NullCheck((EmptyInternalEnumerator_1_t928017AFEBBB9752979FFFD647223C199B3BBFCB *)__this); Record_t66AF7A083A5E272F632199AC60E7F86B0E68F110 L_0; L_0 = (( Record_t66AF7A083A5E272F632199AC60E7F86B0E68F110 (*) (EmptyInternalEnumerator_1_t928017AFEBBB9752979FFFD647223C199B3BBFCB *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((EmptyInternalEnumerator_1_t928017AFEBBB9752979FFFD647223C199B3BBFCB *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); Record_t66AF7A083A5E272F632199AC60E7F86B0E68F110 L_1 = (Record_t66AF7A083A5E272F632199AC60E7F86B0E68F110 )L_0; RuntimeObject * L_2 = Box(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 1), &L_1); return (RuntimeObject *)L_2; } } // System.Void System.Array/EmptyInternalEnumerator`1>::System.Collections.IEnumerator.Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1_System_Collections_IEnumerator_Reset_m146A5877C86010B37477D18E1B5895D79D258AB1_gshared (EmptyInternalEnumerator_1_t928017AFEBBB9752979FFFD647223C199B3BBFCB * __this, const RuntimeMethod* method) { { return; } } // System.Void System.Array/EmptyInternalEnumerator`1>::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1__ctor_mF83F2D9008325CB288EAF366BBCBAA79E9DFB5A1_gshared (EmptyInternalEnumerator_1_t928017AFEBBB9752979FFFD647223C199B3BBFCB * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405((RuntimeObject *)__this, /*hidden argument*/NULL); return; } } // System.Void System.Array/EmptyInternalEnumerator`1>::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1__cctor_mDC02AB554673994806DE346BF77BA5218ED85354_gshared (const RuntimeMethod* method) { { EmptyInternalEnumerator_1_t928017AFEBBB9752979FFFD647223C199B3BBFCB * L_0 = (EmptyInternalEnumerator_1_t928017AFEBBB9752979FFFD647223C199B3BBFCB *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2)); (( void (*) (EmptyInternalEnumerator_1_t928017AFEBBB9752979FFFD647223C199B3BBFCB *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)->methodPointer)(L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); ((EmptyInternalEnumerator_1_t928017AFEBBB9752979FFFD647223C199B3BBFCB_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4)))->set_Value_0(L_0); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Array/EmptyInternalEnumerator`1>::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1_Dispose_m737CAA8603FD336F850ADD5E720358D86A1A087D_gshared (EmptyInternalEnumerator_1_tE7B917ADBEC4FF739C91FD4CD2F0D706FF4AF2E2 * __this, const RuntimeMethod* method) { { return; } } // System.Boolean System.Array/EmptyInternalEnumerator`1>::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool EmptyInternalEnumerator_1_MoveNext_m7F4F34F2DB8E89C76334B3D1B89C2FC7ADBC63E0_gshared (EmptyInternalEnumerator_1_tE7B917ADBEC4FF739C91FD4CD2F0D706FF4AF2E2 * __this, const RuntimeMethod* method) { { return (bool)0; } } // T System.Array/EmptyInternalEnumerator`1>::get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ResourceLogInfo_t313421642EB49F359C7638B1E201D81C1EEA2D63 EmptyInternalEnumerator_1_get_Current_m8A8EBB0ED4E6D316582DBE7681503157779C8C60_gshared (EmptyInternalEnumerator_1_tE7B917ADBEC4FF739C91FD4CD2F0D706FF4AF2E2 * __this, const RuntimeMethod* method) { { InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB * L_0 = (InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB_il2cpp_TypeInfo_var))); InvalidOperationException__ctor_mC012CE552988309733C896F3FEA8249171E4402E(L_0, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral7E7A07FECA0FF43839D67A9F7828EE56182CC9F6)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&EmptyInternalEnumerator_1_get_Current_m8A8EBB0ED4E6D316582DBE7681503157779C8C60_RuntimeMethod_var))); } } // System.Object System.Array/EmptyInternalEnumerator`1>::System.Collections.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * EmptyInternalEnumerator_1_System_Collections_IEnumerator_get_Current_m87A909F2CFD3041A51A1DFF86F37AF626BB9AADE_gshared (EmptyInternalEnumerator_1_tE7B917ADBEC4FF739C91FD4CD2F0D706FF4AF2E2 * __this, const RuntimeMethod* method) { { NullCheck((EmptyInternalEnumerator_1_tE7B917ADBEC4FF739C91FD4CD2F0D706FF4AF2E2 *)__this); ResourceLogInfo_t313421642EB49F359C7638B1E201D81C1EEA2D63 L_0; L_0 = (( ResourceLogInfo_t313421642EB49F359C7638B1E201D81C1EEA2D63 (*) (EmptyInternalEnumerator_1_tE7B917ADBEC4FF739C91FD4CD2F0D706FF4AF2E2 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((EmptyInternalEnumerator_1_tE7B917ADBEC4FF739C91FD4CD2F0D706FF4AF2E2 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); ResourceLogInfo_t313421642EB49F359C7638B1E201D81C1EEA2D63 L_1 = (ResourceLogInfo_t313421642EB49F359C7638B1E201D81C1EEA2D63 )L_0; RuntimeObject * L_2 = Box(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 1), &L_1); return (RuntimeObject *)L_2; } } // System.Void System.Array/EmptyInternalEnumerator`1>::System.Collections.IEnumerator.Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1_System_Collections_IEnumerator_Reset_mFD52A6360EFE81FB4AB8A34B7450CEF10F82221E_gshared (EmptyInternalEnumerator_1_tE7B917ADBEC4FF739C91FD4CD2F0D706FF4AF2E2 * __this, const RuntimeMethod* method) { { return; } } // System.Void System.Array/EmptyInternalEnumerator`1>::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1__ctor_mD142EF5F99A0A61202DC867B8904ABD0E8A80747_gshared (EmptyInternalEnumerator_1_tE7B917ADBEC4FF739C91FD4CD2F0D706FF4AF2E2 * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405((RuntimeObject *)__this, /*hidden argument*/NULL); return; } } // System.Void System.Array/EmptyInternalEnumerator`1>::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1__cctor_m0DF9EC490A5DD882EC9F13D5630E3D9DF216EA19_gshared (const RuntimeMethod* method) { { EmptyInternalEnumerator_1_tE7B917ADBEC4FF739C91FD4CD2F0D706FF4AF2E2 * L_0 = (EmptyInternalEnumerator_1_tE7B917ADBEC4FF739C91FD4CD2F0D706FF4AF2E2 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2)); (( void (*) (EmptyInternalEnumerator_1_tE7B917ADBEC4FF739C91FD4CD2F0D706FF4AF2E2 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)->methodPointer)(L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); ((EmptyInternalEnumerator_1_tE7B917ADBEC4FF739C91FD4CD2F0D706FF4AF2E2_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4)))->set_Value_0(L_0); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Array/EmptyInternalEnumerator`1>::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1_Dispose_mC05596C3C2DAC69F6CA55B4029F356A55B261BD9_gshared (EmptyInternalEnumerator_1_t5AA0F1DBE479071E1EEA3932B47114301C25B727 * __this, const RuntimeMethod* method) { { return; } } // System.Boolean System.Array/EmptyInternalEnumerator`1>::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool EmptyInternalEnumerator_1_MoveNext_mA00EA1AFFB84DE05CA64A1DDE33E8FE5FC5BA818_gshared (EmptyInternalEnumerator_1_t5AA0F1DBE479071E1EEA3932B47114301C25B727 * __this, const RuntimeMethod* method) { { return (bool)0; } } // T System.Array/EmptyInternalEnumerator`1>::get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Slot_t2C8829D525FBFE4DFEC6E3433F1335319856ACBC EmptyInternalEnumerator_1_get_Current_m53F3449F86E15809E006F3D4D03A03002D16CE8D_gshared (EmptyInternalEnumerator_1_t5AA0F1DBE479071E1EEA3932B47114301C25B727 * __this, const RuntimeMethod* method) { { InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB * L_0 = (InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB_il2cpp_TypeInfo_var))); InvalidOperationException__ctor_mC012CE552988309733C896F3FEA8249171E4402E(L_0, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral7E7A07FECA0FF43839D67A9F7828EE56182CC9F6)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&EmptyInternalEnumerator_1_get_Current_m53F3449F86E15809E006F3D4D03A03002D16CE8D_RuntimeMethod_var))); } } // System.Object System.Array/EmptyInternalEnumerator`1>::System.Collections.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * EmptyInternalEnumerator_1_System_Collections_IEnumerator_get_Current_m24796F91F885E3484C29E4DA2848B3DD904656EA_gshared (EmptyInternalEnumerator_1_t5AA0F1DBE479071E1EEA3932B47114301C25B727 * __this, const RuntimeMethod* method) { { NullCheck((EmptyInternalEnumerator_1_t5AA0F1DBE479071E1EEA3932B47114301C25B727 *)__this); Slot_t2C8829D525FBFE4DFEC6E3433F1335319856ACBC L_0; L_0 = (( Slot_t2C8829D525FBFE4DFEC6E3433F1335319856ACBC (*) (EmptyInternalEnumerator_1_t5AA0F1DBE479071E1EEA3932B47114301C25B727 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((EmptyInternalEnumerator_1_t5AA0F1DBE479071E1EEA3932B47114301C25B727 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); Slot_t2C8829D525FBFE4DFEC6E3433F1335319856ACBC L_1 = (Slot_t2C8829D525FBFE4DFEC6E3433F1335319856ACBC )L_0; RuntimeObject * L_2 = Box(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 1), &L_1); return (RuntimeObject *)L_2; } } // System.Void System.Array/EmptyInternalEnumerator`1>::System.Collections.IEnumerator.Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1_System_Collections_IEnumerator_Reset_m25481A8105F1E2F07EBF56627CA4DA9D93FE4F28_gshared (EmptyInternalEnumerator_1_t5AA0F1DBE479071E1EEA3932B47114301C25B727 * __this, const RuntimeMethod* method) { { return; } } // System.Void System.Array/EmptyInternalEnumerator`1>::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1__ctor_mFFC5751162D8CB74A30AB04B23C451522B9A480C_gshared (EmptyInternalEnumerator_1_t5AA0F1DBE479071E1EEA3932B47114301C25B727 * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405((RuntimeObject *)__this, /*hidden argument*/NULL); return; } } // System.Void System.Array/EmptyInternalEnumerator`1>::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1__cctor_mD264A85794DF1B7B0AF9885D1D4CA769CBAD5D36_gshared (const RuntimeMethod* method) { { EmptyInternalEnumerator_1_t5AA0F1DBE479071E1EEA3932B47114301C25B727 * L_0 = (EmptyInternalEnumerator_1_t5AA0F1DBE479071E1EEA3932B47114301C25B727 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2)); (( void (*) (EmptyInternalEnumerator_1_t5AA0F1DBE479071E1EEA3932B47114301C25B727 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)->methodPointer)(L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); ((EmptyInternalEnumerator_1_t5AA0F1DBE479071E1EEA3932B47114301C25B727_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4)))->set_Value_0(L_0); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Array/EmptyInternalEnumerator`1>::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1_Dispose_mF2745485F4393AE012D0942A2BC0DB11EEDDCDD5_gshared (EmptyInternalEnumerator_1_t0C9C40285FC752EA7EA179C027BB84F4B28637B0 * __this, const RuntimeMethod* method) { { return; } } // System.Boolean System.Array/EmptyInternalEnumerator`1>::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool EmptyInternalEnumerator_1_MoveNext_m83F3234113DAC8DEAF6ED2922B5F1F28C50393F5_gshared (EmptyInternalEnumerator_1_t0C9C40285FC752EA7EA179C027BB84F4B28637B0 * __this, const RuntimeMethod* method) { { return (bool)0; } } // T System.Array/EmptyInternalEnumerator`1>::get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Slot_t5FA1651A0B3F393A7456D4ADEF90AA7F2124B8F2 EmptyInternalEnumerator_1_get_Current_m44E34088F5C33AFA2B457343DD045295F50DD590_gshared (EmptyInternalEnumerator_1_t0C9C40285FC752EA7EA179C027BB84F4B28637B0 * __this, const RuntimeMethod* method) { { InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB * L_0 = (InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB_il2cpp_TypeInfo_var))); InvalidOperationException__ctor_mC012CE552988309733C896F3FEA8249171E4402E(L_0, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral7E7A07FECA0FF43839D67A9F7828EE56182CC9F6)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&EmptyInternalEnumerator_1_get_Current_m44E34088F5C33AFA2B457343DD045295F50DD590_RuntimeMethod_var))); } } // System.Object System.Array/EmptyInternalEnumerator`1>::System.Collections.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * EmptyInternalEnumerator_1_System_Collections_IEnumerator_get_Current_mBD0CDCB2144F863599E4B9468ED1F70938A7E01C_gshared (EmptyInternalEnumerator_1_t0C9C40285FC752EA7EA179C027BB84F4B28637B0 * __this, const RuntimeMethod* method) { { NullCheck((EmptyInternalEnumerator_1_t0C9C40285FC752EA7EA179C027BB84F4B28637B0 *)__this); Slot_t5FA1651A0B3F393A7456D4ADEF90AA7F2124B8F2 L_0; L_0 = (( Slot_t5FA1651A0B3F393A7456D4ADEF90AA7F2124B8F2 (*) (EmptyInternalEnumerator_1_t0C9C40285FC752EA7EA179C027BB84F4B28637B0 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((EmptyInternalEnumerator_1_t0C9C40285FC752EA7EA179C027BB84F4B28637B0 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); Slot_t5FA1651A0B3F393A7456D4ADEF90AA7F2124B8F2 L_1 = (Slot_t5FA1651A0B3F393A7456D4ADEF90AA7F2124B8F2 )L_0; RuntimeObject * L_2 = Box(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 1), &L_1); return (RuntimeObject *)L_2; } } // System.Void System.Array/EmptyInternalEnumerator`1>::System.Collections.IEnumerator.Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1_System_Collections_IEnumerator_Reset_m39479CEA56C7BB7C9E014A1D5054B7226A491F49_gshared (EmptyInternalEnumerator_1_t0C9C40285FC752EA7EA179C027BB84F4B28637B0 * __this, const RuntimeMethod* method) { { return; } } // System.Void System.Array/EmptyInternalEnumerator`1>::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1__ctor_m123E12E7BC6A3F5ECAE419974A782CBC4F2DCE4F_gshared (EmptyInternalEnumerator_1_t0C9C40285FC752EA7EA179C027BB84F4B28637B0 * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405((RuntimeObject *)__this, /*hidden argument*/NULL); return; } } // System.Void System.Array/EmptyInternalEnumerator`1>::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1__cctor_mD230E83ED7FA2C62132F31E6E43B629B5484B0C1_gshared (const RuntimeMethod* method) { { EmptyInternalEnumerator_1_t0C9C40285FC752EA7EA179C027BB84F4B28637B0 * L_0 = (EmptyInternalEnumerator_1_t0C9C40285FC752EA7EA179C027BB84F4B28637B0 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2)); (( void (*) (EmptyInternalEnumerator_1_t0C9C40285FC752EA7EA179C027BB84F4B28637B0 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)->methodPointer)(L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); ((EmptyInternalEnumerator_1_t0C9C40285FC752EA7EA179C027BB84F4B28637B0_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4)))->set_Value_0(L_0); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Array/EmptyInternalEnumerator`1>::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1_Dispose_m7692487E1DE765AD4146104DFDD3D5533CFDA5A1_gshared (EmptyInternalEnumerator_1_t91959EE23CCDF5DE1BF257E8E15A09BE03F31246 * __this, const RuntimeMethod* method) { { return; } } // System.Boolean System.Array/EmptyInternalEnumerator`1>::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool EmptyInternalEnumerator_1_MoveNext_m9E9F47713F46A7EB96E1C0DF343BB1813D32582E_gshared (EmptyInternalEnumerator_1_t91959EE23CCDF5DE1BF257E8E15A09BE03F31246 * __this, const RuntimeMethod* method) { { return (bool)0; } } // T System.Array/EmptyInternalEnumerator`1>::get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Slot_t1100E8CA172ECADD9BE877E11205FB2D911CD319 EmptyInternalEnumerator_1_get_Current_m7DC2363AD70CAE2D811B7797956343A4983222FC_gshared (EmptyInternalEnumerator_1_t91959EE23CCDF5DE1BF257E8E15A09BE03F31246 * __this, const RuntimeMethod* method) { { InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB * L_0 = (InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB_il2cpp_TypeInfo_var))); InvalidOperationException__ctor_mC012CE552988309733C896F3FEA8249171E4402E(L_0, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral7E7A07FECA0FF43839D67A9F7828EE56182CC9F6)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&EmptyInternalEnumerator_1_get_Current_m7DC2363AD70CAE2D811B7797956343A4983222FC_RuntimeMethod_var))); } } // System.Object System.Array/EmptyInternalEnumerator`1>::System.Collections.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * EmptyInternalEnumerator_1_System_Collections_IEnumerator_get_Current_m720E11B70CE482D92CC138FCAA45CB78C93CA3D4_gshared (EmptyInternalEnumerator_1_t91959EE23CCDF5DE1BF257E8E15A09BE03F31246 * __this, const RuntimeMethod* method) { { NullCheck((EmptyInternalEnumerator_1_t91959EE23CCDF5DE1BF257E8E15A09BE03F31246 *)__this); Slot_t1100E8CA172ECADD9BE877E11205FB2D911CD319 L_0; L_0 = (( Slot_t1100E8CA172ECADD9BE877E11205FB2D911CD319 (*) (EmptyInternalEnumerator_1_t91959EE23CCDF5DE1BF257E8E15A09BE03F31246 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((EmptyInternalEnumerator_1_t91959EE23CCDF5DE1BF257E8E15A09BE03F31246 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); Slot_t1100E8CA172ECADD9BE877E11205FB2D911CD319 L_1 = (Slot_t1100E8CA172ECADD9BE877E11205FB2D911CD319 )L_0; RuntimeObject * L_2 = Box(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 1), &L_1); return (RuntimeObject *)L_2; } } // System.Void System.Array/EmptyInternalEnumerator`1>::System.Collections.IEnumerator.Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1_System_Collections_IEnumerator_Reset_m94F320BA9C50FE55BE70CAC03CA326E828281DAF_gshared (EmptyInternalEnumerator_1_t91959EE23CCDF5DE1BF257E8E15A09BE03F31246 * __this, const RuntimeMethod* method) { { return; } } // System.Void System.Array/EmptyInternalEnumerator`1>::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1__ctor_mB9EB24E9295007F8D749A34105DD5CFF6611AB9A_gshared (EmptyInternalEnumerator_1_t91959EE23CCDF5DE1BF257E8E15A09BE03F31246 * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405((RuntimeObject *)__this, /*hidden argument*/NULL); return; } } // System.Void System.Array/EmptyInternalEnumerator`1>::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1__cctor_m51C9353CB1E584EE83AB077EF066F3A093039D76_gshared (const RuntimeMethod* method) { { EmptyInternalEnumerator_1_t91959EE23CCDF5DE1BF257E8E15A09BE03F31246 * L_0 = (EmptyInternalEnumerator_1_t91959EE23CCDF5DE1BF257E8E15A09BE03F31246 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2)); (( void (*) (EmptyInternalEnumerator_1_t91959EE23CCDF5DE1BF257E8E15A09BE03F31246 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)->methodPointer)(L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); ((EmptyInternalEnumerator_1_t91959EE23CCDF5DE1BF257E8E15A09BE03F31246_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4)))->set_Value_0(L_0); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Array/EmptyInternalEnumerator`1>::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1_Dispose_m3B4859D5B01EDCEB665B614B3FD2AF825E6F7AD1_gshared (EmptyInternalEnumerator_1_t760E1005CBC9E5E0C819F837E57F2A8C436CE28F * __this, const RuntimeMethod* method) { { return; } } // System.Boolean System.Array/EmptyInternalEnumerator`1>::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool EmptyInternalEnumerator_1_MoveNext_m1AD8DF394185F5C2694F3EDEB5DCC3BE07ADC66C_gshared (EmptyInternalEnumerator_1_t760E1005CBC9E5E0C819F837E57F2A8C436CE28F * __this, const RuntimeMethod* method) { { return (bool)0; } } // T System.Array/EmptyInternalEnumerator`1>::get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Slot_t2C1999AE6F0443949915B981CCF244872D2684B3 EmptyInternalEnumerator_1_get_Current_mE13CC7E6CF0F965682D7C2AE2D206BC4C9FFF224_gshared (EmptyInternalEnumerator_1_t760E1005CBC9E5E0C819F837E57F2A8C436CE28F * __this, const RuntimeMethod* method) { { InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB * L_0 = (InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB_il2cpp_TypeInfo_var))); InvalidOperationException__ctor_mC012CE552988309733C896F3FEA8249171E4402E(L_0, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral7E7A07FECA0FF43839D67A9F7828EE56182CC9F6)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&EmptyInternalEnumerator_1_get_Current_mE13CC7E6CF0F965682D7C2AE2D206BC4C9FFF224_RuntimeMethod_var))); } } // System.Object System.Array/EmptyInternalEnumerator`1>::System.Collections.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * EmptyInternalEnumerator_1_System_Collections_IEnumerator_get_Current_mD28A7B35768CF71C6ED05E8858AAA84AA680327D_gshared (EmptyInternalEnumerator_1_t760E1005CBC9E5E0C819F837E57F2A8C436CE28F * __this, const RuntimeMethod* method) { { NullCheck((EmptyInternalEnumerator_1_t760E1005CBC9E5E0C819F837E57F2A8C436CE28F *)__this); Slot_t2C1999AE6F0443949915B981CCF244872D2684B3 L_0; L_0 = (( Slot_t2C1999AE6F0443949915B981CCF244872D2684B3 (*) (EmptyInternalEnumerator_1_t760E1005CBC9E5E0C819F837E57F2A8C436CE28F *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((EmptyInternalEnumerator_1_t760E1005CBC9E5E0C819F837E57F2A8C436CE28F *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); Slot_t2C1999AE6F0443949915B981CCF244872D2684B3 L_1 = (Slot_t2C1999AE6F0443949915B981CCF244872D2684B3 )L_0; RuntimeObject * L_2 = Box(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 1), &L_1); return (RuntimeObject *)L_2; } } // System.Void System.Array/EmptyInternalEnumerator`1>::System.Collections.IEnumerator.Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1_System_Collections_IEnumerator_Reset_m17274E68F02C3479CBDE821F3B9104D87D3B8D47_gshared (EmptyInternalEnumerator_1_t760E1005CBC9E5E0C819F837E57F2A8C436CE28F * __this, const RuntimeMethod* method) { { return; } } // System.Void System.Array/EmptyInternalEnumerator`1>::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1__ctor_mF8C72050539BAAA7F5F4BCB7BE602AF3E715D044_gshared (EmptyInternalEnumerator_1_t760E1005CBC9E5E0C819F837E57F2A8C436CE28F * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405((RuntimeObject *)__this, /*hidden argument*/NULL); return; } } // System.Void System.Array/EmptyInternalEnumerator`1>::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1__cctor_mE874BCA7CA91E6A12FD2994D6EC09F5B82C5AFFE_gshared (const RuntimeMethod* method) { { EmptyInternalEnumerator_1_t760E1005CBC9E5E0C819F837E57F2A8C436CE28F * L_0 = (EmptyInternalEnumerator_1_t760E1005CBC9E5E0C819F837E57F2A8C436CE28F *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2)); (( void (*) (EmptyInternalEnumerator_1_t760E1005CBC9E5E0C819F837E57F2A8C436CE28F *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)->methodPointer)(L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); ((EmptyInternalEnumerator_1_t760E1005CBC9E5E0C819F837E57F2A8C436CE28F_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4)))->set_Value_0(L_0); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Array/EmptyInternalEnumerator`1>::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1_Dispose_m3702A7C299779AF2CDAFD34FB43AFAF563202DA1_gshared (EmptyInternalEnumerator_1_tE3306630937DBFD539F8BF9E78E894B7B14621D7 * __this, const RuntimeMethod* method) { { return; } } // System.Boolean System.Array/EmptyInternalEnumerator`1>::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool EmptyInternalEnumerator_1_MoveNext_mEFB9A8CF9B1572362DEE1876BC1D8DE767CD4956_gshared (EmptyInternalEnumerator_1_tE3306630937DBFD539F8BF9E78E894B7B14621D7 * __this, const RuntimeMethod* method) { { return (bool)0; } } // T System.Array/EmptyInternalEnumerator`1>::get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ValueTuple_2_tA26D3A4C20B6E6F61C01B309B632FC717E2B9173 EmptyInternalEnumerator_1_get_Current_mBAA0696033C8C447F26EA7D41CD40D920DA0CCA3_gshared (EmptyInternalEnumerator_1_tE3306630937DBFD539F8BF9E78E894B7B14621D7 * __this, const RuntimeMethod* method) { { InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB * L_0 = (InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB_il2cpp_TypeInfo_var))); InvalidOperationException__ctor_mC012CE552988309733C896F3FEA8249171E4402E(L_0, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral7E7A07FECA0FF43839D67A9F7828EE56182CC9F6)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&EmptyInternalEnumerator_1_get_Current_mBAA0696033C8C447F26EA7D41CD40D920DA0CCA3_RuntimeMethod_var))); } } // System.Object System.Array/EmptyInternalEnumerator`1>::System.Collections.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * EmptyInternalEnumerator_1_System_Collections_IEnumerator_get_Current_mABDA4AC61962FCD41C169C39AF8826BD5A746750_gshared (EmptyInternalEnumerator_1_tE3306630937DBFD539F8BF9E78E894B7B14621D7 * __this, const RuntimeMethod* method) { { NullCheck((EmptyInternalEnumerator_1_tE3306630937DBFD539F8BF9E78E894B7B14621D7 *)__this); ValueTuple_2_tA26D3A4C20B6E6F61C01B309B632FC717E2B9173 L_0; L_0 = (( ValueTuple_2_tA26D3A4C20B6E6F61C01B309B632FC717E2B9173 (*) (EmptyInternalEnumerator_1_tE3306630937DBFD539F8BF9E78E894B7B14621D7 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((EmptyInternalEnumerator_1_tE3306630937DBFD539F8BF9E78E894B7B14621D7 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); ValueTuple_2_tA26D3A4C20B6E6F61C01B309B632FC717E2B9173 L_1 = (ValueTuple_2_tA26D3A4C20B6E6F61C01B309B632FC717E2B9173 )L_0; RuntimeObject * L_2 = Box(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 1), &L_1); return (RuntimeObject *)L_2; } } // System.Void System.Array/EmptyInternalEnumerator`1>::System.Collections.IEnumerator.Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1_System_Collections_IEnumerator_Reset_mBCC775FD085F0F300D9C13F79CE0179658BDC6F8_gshared (EmptyInternalEnumerator_1_tE3306630937DBFD539F8BF9E78E894B7B14621D7 * __this, const RuntimeMethod* method) { { return; } } // System.Void System.Array/EmptyInternalEnumerator`1>::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1__ctor_m3035FF76339587BA06A1F738706963648D8899AF_gshared (EmptyInternalEnumerator_1_tE3306630937DBFD539F8BF9E78E894B7B14621D7 * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405((RuntimeObject *)__this, /*hidden argument*/NULL); return; } } // System.Void System.Array/EmptyInternalEnumerator`1>::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1__cctor_m30C1B8CD7D5345A3E98582FC16BEA898B917F817_gshared (const RuntimeMethod* method) { { EmptyInternalEnumerator_1_tE3306630937DBFD539F8BF9E78E894B7B14621D7 * L_0 = (EmptyInternalEnumerator_1_tE3306630937DBFD539F8BF9E78E894B7B14621D7 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2)); (( void (*) (EmptyInternalEnumerator_1_tE3306630937DBFD539F8BF9E78E894B7B14621D7 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)->methodPointer)(L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); ((EmptyInternalEnumerator_1_tE3306630937DBFD539F8BF9E78E894B7B14621D7_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4)))->set_Value_0(L_0); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Array/EmptyInternalEnumerator`1>>::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1_Dispose_m8C7D25D015CA041AA7CBF4E95F512070587B9138_gshared (EmptyInternalEnumerator_1_t40E67616104B2B7A8E9F242A0C9DBB32225E33E7 * __this, const RuntimeMethod* method) { { return; } } // System.Boolean System.Array/EmptyInternalEnumerator`1>>::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool EmptyInternalEnumerator_1_MoveNext_m0E7C24DDBC1C8EDEF3725281C7FF7E2A83221619_gshared (EmptyInternalEnumerator_1_t40E67616104B2B7A8E9F242A0C9DBB32225E33E7 * __this, const RuntimeMethod* method) { { return (bool)0; } } // T System.Array/EmptyInternalEnumerator`1>>::get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ValueTuple_2_t39C25CAE4F6CA469E896F7BC1066EE78949FD793 EmptyInternalEnumerator_1_get_Current_mA42F518169E2CD16B5DA7BEA4D68DD2B8FDB6611_gshared (EmptyInternalEnumerator_1_t40E67616104B2B7A8E9F242A0C9DBB32225E33E7 * __this, const RuntimeMethod* method) { { InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB * L_0 = (InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB_il2cpp_TypeInfo_var))); InvalidOperationException__ctor_mC012CE552988309733C896F3FEA8249171E4402E(L_0, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral7E7A07FECA0FF43839D67A9F7828EE56182CC9F6)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&EmptyInternalEnumerator_1_get_Current_mA42F518169E2CD16B5DA7BEA4D68DD2B8FDB6611_RuntimeMethod_var))); } } // System.Object System.Array/EmptyInternalEnumerator`1>>::System.Collections.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * EmptyInternalEnumerator_1_System_Collections_IEnumerator_get_Current_m17754D80B4B396EDBBBE38EC363C2F1715E7C473_gshared (EmptyInternalEnumerator_1_t40E67616104B2B7A8E9F242A0C9DBB32225E33E7 * __this, const RuntimeMethod* method) { { NullCheck((EmptyInternalEnumerator_1_t40E67616104B2B7A8E9F242A0C9DBB32225E33E7 *)__this); ValueTuple_2_t39C25CAE4F6CA469E896F7BC1066EE78949FD793 L_0; L_0 = (( ValueTuple_2_t39C25CAE4F6CA469E896F7BC1066EE78949FD793 (*) (EmptyInternalEnumerator_1_t40E67616104B2B7A8E9F242A0C9DBB32225E33E7 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((EmptyInternalEnumerator_1_t40E67616104B2B7A8E9F242A0C9DBB32225E33E7 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); ValueTuple_2_t39C25CAE4F6CA469E896F7BC1066EE78949FD793 L_1 = (ValueTuple_2_t39C25CAE4F6CA469E896F7BC1066EE78949FD793 )L_0; RuntimeObject * L_2 = Box(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 1), &L_1); return (RuntimeObject *)L_2; } } // System.Void System.Array/EmptyInternalEnumerator`1>>::System.Collections.IEnumerator.Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1_System_Collections_IEnumerator_Reset_mA60CC9C55A12072F28EC0C49104C1181AD3599AC_gshared (EmptyInternalEnumerator_1_t40E67616104B2B7A8E9F242A0C9DBB32225E33E7 * __this, const RuntimeMethod* method) { { return; } } // System.Void System.Array/EmptyInternalEnumerator`1>>::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1__ctor_m3E39AE1DFF41794D6EF6A03BFBA82575C2B35DB8_gshared (EmptyInternalEnumerator_1_t40E67616104B2B7A8E9F242A0C9DBB32225E33E7 * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405((RuntimeObject *)__this, /*hidden argument*/NULL); return; } } // System.Void System.Array/EmptyInternalEnumerator`1>>::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1__cctor_m1256404DF12A7E633FA6BDC6B34F5C5606612544_gshared (const RuntimeMethod* method) { { EmptyInternalEnumerator_1_t40E67616104B2B7A8E9F242A0C9DBB32225E33E7 * L_0 = (EmptyInternalEnumerator_1_t40E67616104B2B7A8E9F242A0C9DBB32225E33E7 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2)); (( void (*) (EmptyInternalEnumerator_1_t40E67616104B2B7A8E9F242A0C9DBB32225E33E7 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)->methodPointer)(L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); ((EmptyInternalEnumerator_1_t40E67616104B2B7A8E9F242A0C9DBB32225E33E7_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4)))->set_Value_0(L_0); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Array/EmptyInternalEnumerator`1>::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1_Dispose_mB2A38D43514DE925AE8C6F54556A94D11696BC40_gshared (EmptyInternalEnumerator_1_tB127034219392F6589F6C380FA5676465880FA09 * __this, const RuntimeMethod* method) { { return; } } // System.Boolean System.Array/EmptyInternalEnumerator`1>::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool EmptyInternalEnumerator_1_MoveNext_mA7661395F7E5C2CD99C61379AE024AA6F0AF4204_gshared (EmptyInternalEnumerator_1_tB127034219392F6589F6C380FA5676465880FA09 * __this, const RuntimeMethod* method) { { return (bool)0; } } // T System.Array/EmptyInternalEnumerator`1>::get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ValueTuple_2_tA372AD60186562EAB001D5060A8DA062D95A5A00 EmptyInternalEnumerator_1_get_Current_mB510378C6EF991D348C066A1EB877A9B0E5D8D30_gshared (EmptyInternalEnumerator_1_tB127034219392F6589F6C380FA5676465880FA09 * __this, const RuntimeMethod* method) { { InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB * L_0 = (InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB_il2cpp_TypeInfo_var))); InvalidOperationException__ctor_mC012CE552988309733C896F3FEA8249171E4402E(L_0, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral7E7A07FECA0FF43839D67A9F7828EE56182CC9F6)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&EmptyInternalEnumerator_1_get_Current_mB510378C6EF991D348C066A1EB877A9B0E5D8D30_RuntimeMethod_var))); } } // System.Object System.Array/EmptyInternalEnumerator`1>::System.Collections.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * EmptyInternalEnumerator_1_System_Collections_IEnumerator_get_Current_m4A46B46C8D907A5CB9BB1EDA1AB1A425E28D5AF9_gshared (EmptyInternalEnumerator_1_tB127034219392F6589F6C380FA5676465880FA09 * __this, const RuntimeMethod* method) { { NullCheck((EmptyInternalEnumerator_1_tB127034219392F6589F6C380FA5676465880FA09 *)__this); ValueTuple_2_tA372AD60186562EAB001D5060A8DA062D95A5A00 L_0; L_0 = (( ValueTuple_2_tA372AD60186562EAB001D5060A8DA062D95A5A00 (*) (EmptyInternalEnumerator_1_tB127034219392F6589F6C380FA5676465880FA09 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((EmptyInternalEnumerator_1_tB127034219392F6589F6C380FA5676465880FA09 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); ValueTuple_2_tA372AD60186562EAB001D5060A8DA062D95A5A00 L_1 = (ValueTuple_2_tA372AD60186562EAB001D5060A8DA062D95A5A00 )L_0; RuntimeObject * L_2 = Box(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 1), &L_1); return (RuntimeObject *)L_2; } } // System.Void System.Array/EmptyInternalEnumerator`1>::System.Collections.IEnumerator.Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1_System_Collections_IEnumerator_Reset_m44C05D67FA02C619FAA3D67102CE6FA14255268B_gshared (EmptyInternalEnumerator_1_tB127034219392F6589F6C380FA5676465880FA09 * __this, const RuntimeMethod* method) { { return; } } // System.Void System.Array/EmptyInternalEnumerator`1>::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1__ctor_m5546964433EEA6C6D3C674AB40F60CF0CA702D71_gshared (EmptyInternalEnumerator_1_tB127034219392F6589F6C380FA5676465880FA09 * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405((RuntimeObject *)__this, /*hidden argument*/NULL); return; } } // System.Void System.Array/EmptyInternalEnumerator`1>::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1__cctor_m24290211D540157C32C5C2997BCAB48C8CF372A6_gshared (const RuntimeMethod* method) { { EmptyInternalEnumerator_1_tB127034219392F6589F6C380FA5676465880FA09 * L_0 = (EmptyInternalEnumerator_1_tB127034219392F6589F6C380FA5676465880FA09 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2)); (( void (*) (EmptyInternalEnumerator_1_tB127034219392F6589F6C380FA5676465880FA09 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)->methodPointer)(L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); ((EmptyInternalEnumerator_1_tB127034219392F6589F6C380FA5676465880FA09_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4)))->set_Value_0(L_0); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Array/EmptyInternalEnumerator`1>::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1_Dispose_mDD5D65B5C2FD6128476B5AE07D4137BDC2C220C0_gshared (EmptyInternalEnumerator_1_tAD9CD963568578AF3F34F81DF4FD94446CB031F3 * __this, const RuntimeMethod* method) { { return; } } // System.Boolean System.Array/EmptyInternalEnumerator`1>::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool EmptyInternalEnumerator_1_MoveNext_m15A06DC2E55CC3D93FFBE4B33BDE250474D8A576_gshared (EmptyInternalEnumerator_1_tAD9CD963568578AF3F34F81DF4FD94446CB031F3 * __this, const RuntimeMethod* method) { { return (bool)0; } } // T System.Array/EmptyInternalEnumerator`1>::get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ValueTuple_2_t69671C4973C1A3829B2193E4C598B1AE7162E403 EmptyInternalEnumerator_1_get_Current_m1B5F6754CBFBD96D22CFBFB6E6F06DB1F78BD42E_gshared (EmptyInternalEnumerator_1_tAD9CD963568578AF3F34F81DF4FD94446CB031F3 * __this, const RuntimeMethod* method) { { InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB * L_0 = (InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB_il2cpp_TypeInfo_var))); InvalidOperationException__ctor_mC012CE552988309733C896F3FEA8249171E4402E(L_0, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral7E7A07FECA0FF43839D67A9F7828EE56182CC9F6)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&EmptyInternalEnumerator_1_get_Current_m1B5F6754CBFBD96D22CFBFB6E6F06DB1F78BD42E_RuntimeMethod_var))); } } // System.Object System.Array/EmptyInternalEnumerator`1>::System.Collections.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * EmptyInternalEnumerator_1_System_Collections_IEnumerator_get_Current_mC6D74C5219E0584B05466CF24051B74031A027FE_gshared (EmptyInternalEnumerator_1_tAD9CD963568578AF3F34F81DF4FD94446CB031F3 * __this, const RuntimeMethod* method) { { NullCheck((EmptyInternalEnumerator_1_tAD9CD963568578AF3F34F81DF4FD94446CB031F3 *)__this); ValueTuple_2_t69671C4973C1A3829B2193E4C598B1AE7162E403 L_0; L_0 = (( ValueTuple_2_t69671C4973C1A3829B2193E4C598B1AE7162E403 (*) (EmptyInternalEnumerator_1_tAD9CD963568578AF3F34F81DF4FD94446CB031F3 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((EmptyInternalEnumerator_1_tAD9CD963568578AF3F34F81DF4FD94446CB031F3 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); ValueTuple_2_t69671C4973C1A3829B2193E4C598B1AE7162E403 L_1 = (ValueTuple_2_t69671C4973C1A3829B2193E4C598B1AE7162E403 )L_0; RuntimeObject * L_2 = Box(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 1), &L_1); return (RuntimeObject *)L_2; } } // System.Void System.Array/EmptyInternalEnumerator`1>::System.Collections.IEnumerator.Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1_System_Collections_IEnumerator_Reset_mDE07B1CABF4A54BA4005757FBB0DFD1089724F1B_gshared (EmptyInternalEnumerator_1_tAD9CD963568578AF3F34F81DF4FD94446CB031F3 * __this, const RuntimeMethod* method) { { return; } } // System.Void System.Array/EmptyInternalEnumerator`1>::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1__ctor_m9107A1560E3D0B3C5DBD5891DBDE9D49B9094DEA_gshared (EmptyInternalEnumerator_1_tAD9CD963568578AF3F34F81DF4FD94446CB031F3 * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405((RuntimeObject *)__this, /*hidden argument*/NULL); return; } } // System.Void System.Array/EmptyInternalEnumerator`1>::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1__cctor_mCADD8C48D37CA9D312FA3ECF4E41D14D464FB4FD_gshared (const RuntimeMethod* method) { { EmptyInternalEnumerator_1_tAD9CD963568578AF3F34F81DF4FD94446CB031F3 * L_0 = (EmptyInternalEnumerator_1_tAD9CD963568578AF3F34F81DF4FD94446CB031F3 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2)); (( void (*) (EmptyInternalEnumerator_1_tAD9CD963568578AF3F34F81DF4FD94446CB031F3 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)->methodPointer)(L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); ((EmptyInternalEnumerator_1_tAD9CD963568578AF3F34F81DF4FD94446CB031F3_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4)))->set_Value_0(L_0); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Array/EmptyInternalEnumerator`1>::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1_Dispose_m1A9E31934DC04D085B6DCCC883C25AF6E4C703E2_gshared (EmptyInternalEnumerator_1_t2FEC7076EA3327732AB00B9C6EF87D3585DC1F4D * __this, const RuntimeMethod* method) { { return; } } // System.Boolean System.Array/EmptyInternalEnumerator`1>::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool EmptyInternalEnumerator_1_MoveNext_mDEAA67BEBD0012BF547101E061A290A82FF340BC_gshared (EmptyInternalEnumerator_1_t2FEC7076EA3327732AB00B9C6EF87D3585DC1F4D * __this, const RuntimeMethod* method) { { return (bool)0; } } // T System.Array/EmptyInternalEnumerator`1>::get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ValueTuple_3_tEF9008762923C50FBA1F5E13EFAE26235274202D EmptyInternalEnumerator_1_get_Current_m353D744B16BC707D0FDD6EB7680B74E6EDE97B6F_gshared (EmptyInternalEnumerator_1_t2FEC7076EA3327732AB00B9C6EF87D3585DC1F4D * __this, const RuntimeMethod* method) { { InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB * L_0 = (InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB_il2cpp_TypeInfo_var))); InvalidOperationException__ctor_mC012CE552988309733C896F3FEA8249171E4402E(L_0, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral7E7A07FECA0FF43839D67A9F7828EE56182CC9F6)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&EmptyInternalEnumerator_1_get_Current_m353D744B16BC707D0FDD6EB7680B74E6EDE97B6F_RuntimeMethod_var))); } } // System.Object System.Array/EmptyInternalEnumerator`1>::System.Collections.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * EmptyInternalEnumerator_1_System_Collections_IEnumerator_get_Current_m66B2640E7BAA751EA1EDDD86EFA95168D8BC15CF_gshared (EmptyInternalEnumerator_1_t2FEC7076EA3327732AB00B9C6EF87D3585DC1F4D * __this, const RuntimeMethod* method) { { NullCheck((EmptyInternalEnumerator_1_t2FEC7076EA3327732AB00B9C6EF87D3585DC1F4D *)__this); ValueTuple_3_tEF9008762923C50FBA1F5E13EFAE26235274202D L_0; L_0 = (( ValueTuple_3_tEF9008762923C50FBA1F5E13EFAE26235274202D (*) (EmptyInternalEnumerator_1_t2FEC7076EA3327732AB00B9C6EF87D3585DC1F4D *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((EmptyInternalEnumerator_1_t2FEC7076EA3327732AB00B9C6EF87D3585DC1F4D *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); ValueTuple_3_tEF9008762923C50FBA1F5E13EFAE26235274202D L_1 = (ValueTuple_3_tEF9008762923C50FBA1F5E13EFAE26235274202D )L_0; RuntimeObject * L_2 = Box(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 1), &L_1); return (RuntimeObject *)L_2; } } // System.Void System.Array/EmptyInternalEnumerator`1>::System.Collections.IEnumerator.Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1_System_Collections_IEnumerator_Reset_m2AB03B7044174D206D84BA65DCF21A68A0BB0D30_gshared (EmptyInternalEnumerator_1_t2FEC7076EA3327732AB00B9C6EF87D3585DC1F4D * __this, const RuntimeMethod* method) { { return; } } // System.Void System.Array/EmptyInternalEnumerator`1>::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1__ctor_m057B35A7377920A6C078392E8C91A59331B67E36_gshared (EmptyInternalEnumerator_1_t2FEC7076EA3327732AB00B9C6EF87D3585DC1F4D * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405((RuntimeObject *)__this, /*hidden argument*/NULL); return; } } // System.Void System.Array/EmptyInternalEnumerator`1>::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1__cctor_m94A09B5EE7DC6B5FF2467D2C889F0CE24813335A_gshared (const RuntimeMethod* method) { { EmptyInternalEnumerator_1_t2FEC7076EA3327732AB00B9C6EF87D3585DC1F4D * L_0 = (EmptyInternalEnumerator_1_t2FEC7076EA3327732AB00B9C6EF87D3585DC1F4D *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2)); (( void (*) (EmptyInternalEnumerator_1_t2FEC7076EA3327732AB00B9C6EF87D3585DC1F4D *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)->methodPointer)(L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); ((EmptyInternalEnumerator_1_t2FEC7076EA3327732AB00B9C6EF87D3585DC1F4D_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4)))->set_Value_0(L_0); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Array/EmptyInternalEnumerator`1::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1_Dispose_m65F64E15E5B703F0CA7791A3BCB1689BE55384FD_gshared (EmptyInternalEnumerator_1_tAA3AAC5E62FD15CB7C734A783557D0FF6EA25195 * __this, const RuntimeMethod* method) { { return; } } // System.Boolean System.Array/EmptyInternalEnumerator`1::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool EmptyInternalEnumerator_1_MoveNext_m3B9078325FF38C88C977A7CC5033F7A6CE83D530_gshared (EmptyInternalEnumerator_1_tAA3AAC5E62FD15CB7C734A783557D0FF6EA25195 * __this, const RuntimeMethod* method) { { return (bool)0; } } // T System.Array/EmptyInternalEnumerator`1::get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ATTRIBUTES_3D_t95DCC1D675295D079838AFAA1DEC51B98D05B734 EmptyInternalEnumerator_1_get_Current_m01D93C5D48ED1FF1F29130E0D426893860A24F34_gshared (EmptyInternalEnumerator_1_tAA3AAC5E62FD15CB7C734A783557D0FF6EA25195 * __this, const RuntimeMethod* method) { { InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB * L_0 = (InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB_il2cpp_TypeInfo_var))); InvalidOperationException__ctor_mC012CE552988309733C896F3FEA8249171E4402E(L_0, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral7E7A07FECA0FF43839D67A9F7828EE56182CC9F6)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&EmptyInternalEnumerator_1_get_Current_m01D93C5D48ED1FF1F29130E0D426893860A24F34_RuntimeMethod_var))); } } // System.Object System.Array/EmptyInternalEnumerator`1::System.Collections.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * EmptyInternalEnumerator_1_System_Collections_IEnumerator_get_Current_m0EE87ED480D89B2BE991C129483E5B11B0EB4681_gshared (EmptyInternalEnumerator_1_tAA3AAC5E62FD15CB7C734A783557D0FF6EA25195 * __this, const RuntimeMethod* method) { { NullCheck((EmptyInternalEnumerator_1_tAA3AAC5E62FD15CB7C734A783557D0FF6EA25195 *)__this); ATTRIBUTES_3D_t95DCC1D675295D079838AFAA1DEC51B98D05B734 L_0; L_0 = (( ATTRIBUTES_3D_t95DCC1D675295D079838AFAA1DEC51B98D05B734 (*) (EmptyInternalEnumerator_1_tAA3AAC5E62FD15CB7C734A783557D0FF6EA25195 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((EmptyInternalEnumerator_1_tAA3AAC5E62FD15CB7C734A783557D0FF6EA25195 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); ATTRIBUTES_3D_t95DCC1D675295D079838AFAA1DEC51B98D05B734 L_1 = (ATTRIBUTES_3D_t95DCC1D675295D079838AFAA1DEC51B98D05B734 )L_0; RuntimeObject * L_2 = Box(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 1), &L_1); return (RuntimeObject *)L_2; } } // System.Void System.Array/EmptyInternalEnumerator`1::System.Collections.IEnumerator.Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1_System_Collections_IEnumerator_Reset_mA54D13F3E28DD54FA2A259E890C851A4E776D49D_gshared (EmptyInternalEnumerator_1_tAA3AAC5E62FD15CB7C734A783557D0FF6EA25195 * __this, const RuntimeMethod* method) { { return; } } // System.Void System.Array/EmptyInternalEnumerator`1::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1__ctor_m0305171F6DD6809BAD9FAD53636E60860BE7AEAE_gshared (EmptyInternalEnumerator_1_tAA3AAC5E62FD15CB7C734A783557D0FF6EA25195 * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405((RuntimeObject *)__this, /*hidden argument*/NULL); return; } } // System.Void System.Array/EmptyInternalEnumerator`1::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1__cctor_mE9BD9F1A514AC9A8E7979DABD20FA3B61C2BBE03_gshared (const RuntimeMethod* method) { { EmptyInternalEnumerator_1_tAA3AAC5E62FD15CB7C734A783557D0FF6EA25195 * L_0 = (EmptyInternalEnumerator_1_tAA3AAC5E62FD15CB7C734A783557D0FF6EA25195 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2)); (( void (*) (EmptyInternalEnumerator_1_tAA3AAC5E62FD15CB7C734A783557D0FF6EA25195 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)->methodPointer)(L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); ((EmptyInternalEnumerator_1_tAA3AAC5E62FD15CB7C734A783557D0FF6EA25195_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4)))->set_Value_0(L_0); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Array/EmptyInternalEnumerator`1::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1_Dispose_m85D2774D67BC1F8181E19B8B068593DBB22FD96F_gshared (EmptyInternalEnumerator_1_tB3149E03C7156231CCE49F02AE1D9DD023E9FD11 * __this, const RuntimeMethod* method) { { return; } } // System.Boolean System.Array/EmptyInternalEnumerator`1::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool EmptyInternalEnumerator_1_MoveNext_mAD226ACAD9806FA264114929F296423932AE609B_gshared (EmptyInternalEnumerator_1_tB3149E03C7156231CCE49F02AE1D9DD023E9FD11 * __this, const RuntimeMethod* method) { { return (bool)0; } } // T System.Array/EmptyInternalEnumerator`1::get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR AppOverrideKeys_t_t9ACF6B6035C509546D8ECF49ED7A15085C1F134C EmptyInternalEnumerator_1_get_Current_m068BC885BC21527B9E70BC2839EEA915900A320E_gshared (EmptyInternalEnumerator_1_tB3149E03C7156231CCE49F02AE1D9DD023E9FD11 * __this, const RuntimeMethod* method) { { InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB * L_0 = (InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB_il2cpp_TypeInfo_var))); InvalidOperationException__ctor_mC012CE552988309733C896F3FEA8249171E4402E(L_0, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral7E7A07FECA0FF43839D67A9F7828EE56182CC9F6)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&EmptyInternalEnumerator_1_get_Current_m068BC885BC21527B9E70BC2839EEA915900A320E_RuntimeMethod_var))); } } // System.Object System.Array/EmptyInternalEnumerator`1::System.Collections.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * EmptyInternalEnumerator_1_System_Collections_IEnumerator_get_Current_m5A26FD6A6866A51248DD955487558358602CA4F5_gshared (EmptyInternalEnumerator_1_tB3149E03C7156231CCE49F02AE1D9DD023E9FD11 * __this, const RuntimeMethod* method) { { NullCheck((EmptyInternalEnumerator_1_tB3149E03C7156231CCE49F02AE1D9DD023E9FD11 *)__this); AppOverrideKeys_t_t9ACF6B6035C509546D8ECF49ED7A15085C1F134C L_0; L_0 = (( AppOverrideKeys_t_t9ACF6B6035C509546D8ECF49ED7A15085C1F134C (*) (EmptyInternalEnumerator_1_tB3149E03C7156231CCE49F02AE1D9DD023E9FD11 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((EmptyInternalEnumerator_1_tB3149E03C7156231CCE49F02AE1D9DD023E9FD11 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); AppOverrideKeys_t_t9ACF6B6035C509546D8ECF49ED7A15085C1F134C L_1 = (AppOverrideKeys_t_t9ACF6B6035C509546D8ECF49ED7A15085C1F134C )L_0; RuntimeObject * L_2 = Box(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 1), &L_1); return (RuntimeObject *)L_2; } } // System.Void System.Array/EmptyInternalEnumerator`1::System.Collections.IEnumerator.Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1_System_Collections_IEnumerator_Reset_m22B65FE229AF8196242B4CD183B9A5BD165E0C60_gshared (EmptyInternalEnumerator_1_tB3149E03C7156231CCE49F02AE1D9DD023E9FD11 * __this, const RuntimeMethod* method) { { return; } } // System.Void System.Array/EmptyInternalEnumerator`1::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1__ctor_m2255B957BF69178D9D63017203638B1D96C7D454_gshared (EmptyInternalEnumerator_1_tB3149E03C7156231CCE49F02AE1D9DD023E9FD11 * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405((RuntimeObject *)__this, /*hidden argument*/NULL); return; } } // System.Void System.Array/EmptyInternalEnumerator`1::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1__cctor_mEB27DC926D1FCA4F00822E2D6464B61085869D1B_gshared (const RuntimeMethod* method) { { EmptyInternalEnumerator_1_tB3149E03C7156231CCE49F02AE1D9DD023E9FD11 * L_0 = (EmptyInternalEnumerator_1_tB3149E03C7156231CCE49F02AE1D9DD023E9FD11 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2)); (( void (*) (EmptyInternalEnumerator_1_tB3149E03C7156231CCE49F02AE1D9DD023E9FD11 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)->methodPointer)(L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); ((EmptyInternalEnumerator_1_tB3149E03C7156231CCE49F02AE1D9DD023E9FD11_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4)))->set_Value_0(L_0); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Array/EmptyInternalEnumerator`1::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1_Dispose_m18C14970062A58B183EC2B1AD12E3B43610F65BD_gshared (EmptyInternalEnumerator_1_tDA76FB5ACED84D62EA6CA37CD8E9B3563A6EA7FE * __this, const RuntimeMethod* method) { { return; } } // System.Boolean System.Array/EmptyInternalEnumerator`1::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool EmptyInternalEnumerator_1_MoveNext_m3F9C32B799F99745635438C6638A381072BB58ED_gshared (EmptyInternalEnumerator_1_tDA76FB5ACED84D62EA6CA37CD8E9B3563A6EA7FE * __this, const RuntimeMethod* method) { { return (bool)0; } } // T System.Array/EmptyInternalEnumerator`1::get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Bank_t65BB4F2DD95EE2A62FC08E2C92D32FC34F2EFAE7 EmptyInternalEnumerator_1_get_Current_mBB5C891EEC02FC2793C4DE0E94988F9F3C97B335_gshared (EmptyInternalEnumerator_1_tDA76FB5ACED84D62EA6CA37CD8E9B3563A6EA7FE * __this, const RuntimeMethod* method) { { InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB * L_0 = (InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB_il2cpp_TypeInfo_var))); InvalidOperationException__ctor_mC012CE552988309733C896F3FEA8249171E4402E(L_0, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral7E7A07FECA0FF43839D67A9F7828EE56182CC9F6)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&EmptyInternalEnumerator_1_get_Current_mBB5C891EEC02FC2793C4DE0E94988F9F3C97B335_RuntimeMethod_var))); } } // System.Object System.Array/EmptyInternalEnumerator`1::System.Collections.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * EmptyInternalEnumerator_1_System_Collections_IEnumerator_get_Current_m1DAF783434DB5126736AC980ED87612D62A627B8_gshared (EmptyInternalEnumerator_1_tDA76FB5ACED84D62EA6CA37CD8E9B3563A6EA7FE * __this, const RuntimeMethod* method) { { NullCheck((EmptyInternalEnumerator_1_tDA76FB5ACED84D62EA6CA37CD8E9B3563A6EA7FE *)__this); Bank_t65BB4F2DD95EE2A62FC08E2C92D32FC34F2EFAE7 L_0; L_0 = (( Bank_t65BB4F2DD95EE2A62FC08E2C92D32FC34F2EFAE7 (*) (EmptyInternalEnumerator_1_tDA76FB5ACED84D62EA6CA37CD8E9B3563A6EA7FE *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((EmptyInternalEnumerator_1_tDA76FB5ACED84D62EA6CA37CD8E9B3563A6EA7FE *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); Bank_t65BB4F2DD95EE2A62FC08E2C92D32FC34F2EFAE7 L_1 = (Bank_t65BB4F2DD95EE2A62FC08E2C92D32FC34F2EFAE7 )L_0; RuntimeObject * L_2 = Box(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 1), &L_1); return (RuntimeObject *)L_2; } } // System.Void System.Array/EmptyInternalEnumerator`1::System.Collections.IEnumerator.Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1_System_Collections_IEnumerator_Reset_mE19B124AF54ED64CD67B13FF2462F6BA6375F188_gshared (EmptyInternalEnumerator_1_tDA76FB5ACED84D62EA6CA37CD8E9B3563A6EA7FE * __this, const RuntimeMethod* method) { { return; } } // System.Void System.Array/EmptyInternalEnumerator`1::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1__ctor_m04A8EA43B836B2B0ECDAE43138CC1780291F0EAE_gshared (EmptyInternalEnumerator_1_tDA76FB5ACED84D62EA6CA37CD8E9B3563A6EA7FE * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405((RuntimeObject *)__this, /*hidden argument*/NULL); return; } } // System.Void System.Array/EmptyInternalEnumerator`1::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1__cctor_m7377439FDAA615C68346E2CB833C72A2DC5721D3_gshared (const RuntimeMethod* method) { { EmptyInternalEnumerator_1_tDA76FB5ACED84D62EA6CA37CD8E9B3563A6EA7FE * L_0 = (EmptyInternalEnumerator_1_tDA76FB5ACED84D62EA6CA37CD8E9B3563A6EA7FE *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2)); (( void (*) (EmptyInternalEnumerator_1_tDA76FB5ACED84D62EA6CA37CD8E9B3563A6EA7FE *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)->methodPointer)(L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); ((EmptyInternalEnumerator_1_tDA76FB5ACED84D62EA6CA37CD8E9B3563A6EA7FE_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4)))->set_Value_0(L_0); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Array/EmptyInternalEnumerator`1::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1_Dispose_m475FC7EAD10F55AED8260F98AF5C64479384B4B2_gshared (EmptyInternalEnumerator_1_tF20EE401E92C8A7DB8CE68DCCEEA94F2754681C2 * __this, const RuntimeMethod* method) { { return; } } // System.Boolean System.Array/EmptyInternalEnumerator`1::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool EmptyInternalEnumerator_1_MoveNext_m24A90789A464E6A09B4947DE9FD659F652B17696_gshared (EmptyInternalEnumerator_1_tF20EE401E92C8A7DB8CE68DCCEEA94F2754681C2 * __this, const RuntimeMethod* method) { { return (bool)0; } } // T System.Array/EmptyInternalEnumerator`1::get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR BatchVisibility_tFA63D052426424FBD58F78E973AAAC52A67B5AFE EmptyInternalEnumerator_1_get_Current_m8C6044C3D8B4849AA50DCF14C60ECBE2DDB380C6_gshared (EmptyInternalEnumerator_1_tF20EE401E92C8A7DB8CE68DCCEEA94F2754681C2 * __this, const RuntimeMethod* method) { { InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB * L_0 = (InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB_il2cpp_TypeInfo_var))); InvalidOperationException__ctor_mC012CE552988309733C896F3FEA8249171E4402E(L_0, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral7E7A07FECA0FF43839D67A9F7828EE56182CC9F6)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&EmptyInternalEnumerator_1_get_Current_m8C6044C3D8B4849AA50DCF14C60ECBE2DDB380C6_RuntimeMethod_var))); } } // System.Object System.Array/EmptyInternalEnumerator`1::System.Collections.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * EmptyInternalEnumerator_1_System_Collections_IEnumerator_get_Current_m3A27FEB3D065E0F6AFB3CD40427D4C5167BB3929_gshared (EmptyInternalEnumerator_1_tF20EE401E92C8A7DB8CE68DCCEEA94F2754681C2 * __this, const RuntimeMethod* method) { { NullCheck((EmptyInternalEnumerator_1_tF20EE401E92C8A7DB8CE68DCCEEA94F2754681C2 *)__this); BatchVisibility_tFA63D052426424FBD58F78E973AAAC52A67B5AFE L_0; L_0 = (( BatchVisibility_tFA63D052426424FBD58F78E973AAAC52A67B5AFE (*) (EmptyInternalEnumerator_1_tF20EE401E92C8A7DB8CE68DCCEEA94F2754681C2 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((EmptyInternalEnumerator_1_tF20EE401E92C8A7DB8CE68DCCEEA94F2754681C2 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); BatchVisibility_tFA63D052426424FBD58F78E973AAAC52A67B5AFE L_1 = (BatchVisibility_tFA63D052426424FBD58F78E973AAAC52A67B5AFE )L_0; RuntimeObject * L_2 = Box(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 1), &L_1); return (RuntimeObject *)L_2; } } // System.Void System.Array/EmptyInternalEnumerator`1::System.Collections.IEnumerator.Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1_System_Collections_IEnumerator_Reset_m242B816E3C0D930D09F8C41C2CBD537B07E47AC7_gshared (EmptyInternalEnumerator_1_tF20EE401E92C8A7DB8CE68DCCEEA94F2754681C2 * __this, const RuntimeMethod* method) { { return; } } // System.Void System.Array/EmptyInternalEnumerator`1::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1__ctor_m3860DE437E17713A6D869742D62E28E1FE05C265_gshared (EmptyInternalEnumerator_1_tF20EE401E92C8A7DB8CE68DCCEEA94F2754681C2 * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405((RuntimeObject *)__this, /*hidden argument*/NULL); return; } } // System.Void System.Array/EmptyInternalEnumerator`1::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1__cctor_mF23C4FE4374B8996689DA05E5521F1DB857C6D0A_gshared (const RuntimeMethod* method) { { EmptyInternalEnumerator_1_tF20EE401E92C8A7DB8CE68DCCEEA94F2754681C2 * L_0 = (EmptyInternalEnumerator_1_tF20EE401E92C8A7DB8CE68DCCEEA94F2754681C2 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2)); (( void (*) (EmptyInternalEnumerator_1_tF20EE401E92C8A7DB8CE68DCCEEA94F2754681C2 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)->methodPointer)(L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); ((EmptyInternalEnumerator_1_tF20EE401E92C8A7DB8CE68DCCEEA94F2754681C2_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4)))->set_Value_0(L_0); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Array/EmptyInternalEnumerator`1::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1_Dispose_mB492F7897B3A0CB634F53AE420F5034A4663457D_gshared (EmptyInternalEnumerator_1_tBEBBB9FF0F0766E4EE3FE2DCCF4D45558B448632 * __this, const RuntimeMethod* method) { { return; } } // System.Boolean System.Array/EmptyInternalEnumerator`1::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool EmptyInternalEnumerator_1_MoveNext_mCDDCAEFF29DFCF5EEB6C314E222A2C9D3B2A3772_gshared (EmptyInternalEnumerator_1_tBEBBB9FF0F0766E4EE3FE2DCCF4D45558B448632 * __this, const RuntimeMethod* method) { { return (bool)0; } } // T System.Array/EmptyInternalEnumerator`1::get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR BoneWeight_t48ACF6336A02E6D89797F11624FBC9108CF076D8 EmptyInternalEnumerator_1_get_Current_m7C2F8A77D0FF002E3188637E1963F0B968F15AFB_gshared (EmptyInternalEnumerator_1_tBEBBB9FF0F0766E4EE3FE2DCCF4D45558B448632 * __this, const RuntimeMethod* method) { { InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB * L_0 = (InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB_il2cpp_TypeInfo_var))); InvalidOperationException__ctor_mC012CE552988309733C896F3FEA8249171E4402E(L_0, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral7E7A07FECA0FF43839D67A9F7828EE56182CC9F6)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&EmptyInternalEnumerator_1_get_Current_m7C2F8A77D0FF002E3188637E1963F0B968F15AFB_RuntimeMethod_var))); } } // System.Object System.Array/EmptyInternalEnumerator`1::System.Collections.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * EmptyInternalEnumerator_1_System_Collections_IEnumerator_get_Current_m097D584E5CFB45863EFBA77693A51EBC5C41A75F_gshared (EmptyInternalEnumerator_1_tBEBBB9FF0F0766E4EE3FE2DCCF4D45558B448632 * __this, const RuntimeMethod* method) { { NullCheck((EmptyInternalEnumerator_1_tBEBBB9FF0F0766E4EE3FE2DCCF4D45558B448632 *)__this); BoneWeight_t48ACF6336A02E6D89797F11624FBC9108CF076D8 L_0; L_0 = (( BoneWeight_t48ACF6336A02E6D89797F11624FBC9108CF076D8 (*) (EmptyInternalEnumerator_1_tBEBBB9FF0F0766E4EE3FE2DCCF4D45558B448632 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((EmptyInternalEnumerator_1_tBEBBB9FF0F0766E4EE3FE2DCCF4D45558B448632 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); BoneWeight_t48ACF6336A02E6D89797F11624FBC9108CF076D8 L_1 = (BoneWeight_t48ACF6336A02E6D89797F11624FBC9108CF076D8 )L_0; RuntimeObject * L_2 = Box(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 1), &L_1); return (RuntimeObject *)L_2; } } // System.Void System.Array/EmptyInternalEnumerator`1::System.Collections.IEnumerator.Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1_System_Collections_IEnumerator_Reset_m54E7CBBEA6BDF45DE65E2C2426834DE812A9AE2A_gshared (EmptyInternalEnumerator_1_tBEBBB9FF0F0766E4EE3FE2DCCF4D45558B448632 * __this, const RuntimeMethod* method) { { return; } } // System.Void System.Array/EmptyInternalEnumerator`1::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1__ctor_m560AE9A1580284E8C20BFBC1853C3DCDBD46F502_gshared (EmptyInternalEnumerator_1_tBEBBB9FF0F0766E4EE3FE2DCCF4D45558B448632 * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405((RuntimeObject *)__this, /*hidden argument*/NULL); return; } } // System.Void System.Array/EmptyInternalEnumerator`1::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1__cctor_mA0A710C04A407D95767027FAE7905CD9D2137437_gshared (const RuntimeMethod* method) { { EmptyInternalEnumerator_1_tBEBBB9FF0F0766E4EE3FE2DCCF4D45558B448632 * L_0 = (EmptyInternalEnumerator_1_tBEBBB9FF0F0766E4EE3FE2DCCF4D45558B448632 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2)); (( void (*) (EmptyInternalEnumerator_1_tBEBBB9FF0F0766E4EE3FE2DCCF4D45558B448632 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)->methodPointer)(L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); ((EmptyInternalEnumerator_1_tBEBBB9FF0F0766E4EE3FE2DCCF4D45558B448632_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4)))->set_Value_0(L_0); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Array/EmptyInternalEnumerator`1::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1_Dispose_m95D53FB57A646E40AD635168456402A6B15CB9D6_gshared (EmptyInternalEnumerator_1_t56875141BAD686F8D3B9957E154224C010B1732C * __this, const RuntimeMethod* method) { { return; } } // System.Boolean System.Array/EmptyInternalEnumerator`1::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool EmptyInternalEnumerator_1_MoveNext_mF1078A6183FC82FD8D2141A9DA015B34AE5EECE5_gshared (EmptyInternalEnumerator_1_t56875141BAD686F8D3B9957E154224C010B1732C * __this, const RuntimeMethod* method) { { return (bool)0; } } // T System.Array/EmptyInternalEnumerator`1::get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool EmptyInternalEnumerator_1_get_Current_m77F637FC174F9D55F2B928E162E0DFE9C32156C4_gshared (EmptyInternalEnumerator_1_t56875141BAD686F8D3B9957E154224C010B1732C * __this, const RuntimeMethod* method) { { InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB * L_0 = (InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB_il2cpp_TypeInfo_var))); InvalidOperationException__ctor_mC012CE552988309733C896F3FEA8249171E4402E(L_0, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral7E7A07FECA0FF43839D67A9F7828EE56182CC9F6)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&EmptyInternalEnumerator_1_get_Current_m77F637FC174F9D55F2B928E162E0DFE9C32156C4_RuntimeMethod_var))); } } // System.Object System.Array/EmptyInternalEnumerator`1::System.Collections.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * EmptyInternalEnumerator_1_System_Collections_IEnumerator_get_Current_m0B2D443656E15F3693C1E4F35CA5A382E5D27C81_gshared (EmptyInternalEnumerator_1_t56875141BAD686F8D3B9957E154224C010B1732C * __this, const RuntimeMethod* method) { { NullCheck((EmptyInternalEnumerator_1_t56875141BAD686F8D3B9957E154224C010B1732C *)__this); bool L_0; L_0 = (( bool (*) (EmptyInternalEnumerator_1_t56875141BAD686F8D3B9957E154224C010B1732C *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((EmptyInternalEnumerator_1_t56875141BAD686F8D3B9957E154224C010B1732C *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); bool L_1 = L_0; RuntimeObject * L_2 = Box(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 1), &L_1); return (RuntimeObject *)L_2; } } // System.Void System.Array/EmptyInternalEnumerator`1::System.Collections.IEnumerator.Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1_System_Collections_IEnumerator_Reset_m99C53181F39E2799920C70127A3997277DF12667_gshared (EmptyInternalEnumerator_1_t56875141BAD686F8D3B9957E154224C010B1732C * __this, const RuntimeMethod* method) { { return; } } // System.Void System.Array/EmptyInternalEnumerator`1::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1__ctor_mC4145B4BD3BCB7C2C6775A803A73BB6E4A76E416_gshared (EmptyInternalEnumerator_1_t56875141BAD686F8D3B9957E154224C010B1732C * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405((RuntimeObject *)__this, /*hidden argument*/NULL); return; } } // System.Void System.Array/EmptyInternalEnumerator`1::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1__cctor_m8B38529358F946749C7667EF18C96C44DB444649_gshared (const RuntimeMethod* method) { { EmptyInternalEnumerator_1_t56875141BAD686F8D3B9957E154224C010B1732C * L_0 = (EmptyInternalEnumerator_1_t56875141BAD686F8D3B9957E154224C010B1732C *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2)); (( void (*) (EmptyInternalEnumerator_1_t56875141BAD686F8D3B9957E154224C010B1732C *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)->methodPointer)(L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); ((EmptyInternalEnumerator_1_t56875141BAD686F8D3B9957E154224C010B1732C_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4)))->set_Value_0(L_0); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Array/EmptyInternalEnumerator`1::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1_Dispose_mE4BF0C31D721975184F71FB97F439555968F7F3D_gshared (EmptyInternalEnumerator_1_t3C7DF4C102BE025CFEA0444590D7AFF49CCAC7B1 * __this, const RuntimeMethod* method) { { return; } } // System.Boolean System.Array/EmptyInternalEnumerator`1::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool EmptyInternalEnumerator_1_MoveNext_m74334B937A82C9E680FCFB402CFB980622E07C16_gshared (EmptyInternalEnumerator_1_t3C7DF4C102BE025CFEA0444590D7AFF49CCAC7B1 * __this, const RuntimeMethod* method) { { return (bool)0; } } // T System.Array/EmptyInternalEnumerator`1::get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Bus_tB5E25ABA15F3E5DB91A09BABE4076CF855D37520 EmptyInternalEnumerator_1_get_Current_m99243D5B78003026DE7427FC79460132466C3B1D_gshared (EmptyInternalEnumerator_1_t3C7DF4C102BE025CFEA0444590D7AFF49CCAC7B1 * __this, const RuntimeMethod* method) { { InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB * L_0 = (InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB_il2cpp_TypeInfo_var))); InvalidOperationException__ctor_mC012CE552988309733C896F3FEA8249171E4402E(L_0, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral7E7A07FECA0FF43839D67A9F7828EE56182CC9F6)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&EmptyInternalEnumerator_1_get_Current_m99243D5B78003026DE7427FC79460132466C3B1D_RuntimeMethod_var))); } } // System.Object System.Array/EmptyInternalEnumerator`1::System.Collections.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * EmptyInternalEnumerator_1_System_Collections_IEnumerator_get_Current_mA26EDCA628C2A868D3E4C596236FAD7CF970D53B_gshared (EmptyInternalEnumerator_1_t3C7DF4C102BE025CFEA0444590D7AFF49CCAC7B1 * __this, const RuntimeMethod* method) { { NullCheck((EmptyInternalEnumerator_1_t3C7DF4C102BE025CFEA0444590D7AFF49CCAC7B1 *)__this); Bus_tB5E25ABA15F3E5DB91A09BABE4076CF855D37520 L_0; L_0 = (( Bus_tB5E25ABA15F3E5DB91A09BABE4076CF855D37520 (*) (EmptyInternalEnumerator_1_t3C7DF4C102BE025CFEA0444590D7AFF49CCAC7B1 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((EmptyInternalEnumerator_1_t3C7DF4C102BE025CFEA0444590D7AFF49CCAC7B1 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); Bus_tB5E25ABA15F3E5DB91A09BABE4076CF855D37520 L_1 = (Bus_tB5E25ABA15F3E5DB91A09BABE4076CF855D37520 )L_0; RuntimeObject * L_2 = Box(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 1), &L_1); return (RuntimeObject *)L_2; } } // System.Void System.Array/EmptyInternalEnumerator`1::System.Collections.IEnumerator.Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1_System_Collections_IEnumerator_Reset_m72DCC9EF58B46789735650CD3D18AC43C8B729D4_gshared (EmptyInternalEnumerator_1_t3C7DF4C102BE025CFEA0444590D7AFF49CCAC7B1 * __this, const RuntimeMethod* method) { { return; } } // System.Void System.Array/EmptyInternalEnumerator`1::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1__ctor_mE2DD7F7AC5FFBEB474585CA045B45A3FA3E05EA8_gshared (EmptyInternalEnumerator_1_t3C7DF4C102BE025CFEA0444590D7AFF49CCAC7B1 * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405((RuntimeObject *)__this, /*hidden argument*/NULL); return; } } // System.Void System.Array/EmptyInternalEnumerator`1::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1__cctor_m8EF9ECF54DCCE08AE337216906AD9EC086DDF9F0_gshared (const RuntimeMethod* method) { { EmptyInternalEnumerator_1_t3C7DF4C102BE025CFEA0444590D7AFF49CCAC7B1 * L_0 = (EmptyInternalEnumerator_1_t3C7DF4C102BE025CFEA0444590D7AFF49CCAC7B1 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2)); (( void (*) (EmptyInternalEnumerator_1_t3C7DF4C102BE025CFEA0444590D7AFF49CCAC7B1 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)->methodPointer)(L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); ((EmptyInternalEnumerator_1_t3C7DF4C102BE025CFEA0444590D7AFF49CCAC7B1_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4)))->set_Value_0(L_0); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Array/EmptyInternalEnumerator`1::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1_Dispose_m2792720BFCEDFA486DAE8FD94F1AB77BCFCFB158_gshared (EmptyInternalEnumerator_1_tE274EF0424898DBF5EC129B311A01C53341F0598 * __this, const RuntimeMethod* method) { { return; } } // System.Boolean System.Array/EmptyInternalEnumerator`1::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool EmptyInternalEnumerator_1_MoveNext_m8DF0995CFD1029B8572BCF077EE1E1E91ACBB692_gshared (EmptyInternalEnumerator_1_tE274EF0424898DBF5EC129B311A01C53341F0598 * __this, const RuntimeMethod* method) { { return (bool)0; } } // T System.Array/EmptyInternalEnumerator`1::get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint8_t EmptyInternalEnumerator_1_get_Current_m48183DDBDFC36C839023D72E5A6161D0B47DC725_gshared (EmptyInternalEnumerator_1_tE274EF0424898DBF5EC129B311A01C53341F0598 * __this, const RuntimeMethod* method) { { InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB * L_0 = (InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB_il2cpp_TypeInfo_var))); InvalidOperationException__ctor_mC012CE552988309733C896F3FEA8249171E4402E(L_0, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral7E7A07FECA0FF43839D67A9F7828EE56182CC9F6)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&EmptyInternalEnumerator_1_get_Current_m48183DDBDFC36C839023D72E5A6161D0B47DC725_RuntimeMethod_var))); } } // System.Object System.Array/EmptyInternalEnumerator`1::System.Collections.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * EmptyInternalEnumerator_1_System_Collections_IEnumerator_get_Current_m7C3A8E6D67B28CE5D5EAE97BFA097C9D116331F3_gshared (EmptyInternalEnumerator_1_tE274EF0424898DBF5EC129B311A01C53341F0598 * __this, const RuntimeMethod* method) { { NullCheck((EmptyInternalEnumerator_1_tE274EF0424898DBF5EC129B311A01C53341F0598 *)__this); uint8_t L_0; L_0 = (( uint8_t (*) (EmptyInternalEnumerator_1_tE274EF0424898DBF5EC129B311A01C53341F0598 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((EmptyInternalEnumerator_1_tE274EF0424898DBF5EC129B311A01C53341F0598 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); uint8_t L_1 = L_0; RuntimeObject * L_2 = Box(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 1), &L_1); return (RuntimeObject *)L_2; } } // System.Void System.Array/EmptyInternalEnumerator`1::System.Collections.IEnumerator.Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1_System_Collections_IEnumerator_Reset_mB2A8596263A5E148F3554AB779129484630F5567_gshared (EmptyInternalEnumerator_1_tE274EF0424898DBF5EC129B311A01C53341F0598 * __this, const RuntimeMethod* method) { { return; } } // System.Void System.Array/EmptyInternalEnumerator`1::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1__ctor_m3A1B42194A163EEE572A150B0C165FF7BA4A90A2_gshared (EmptyInternalEnumerator_1_tE274EF0424898DBF5EC129B311A01C53341F0598 * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405((RuntimeObject *)__this, /*hidden argument*/NULL); return; } } // System.Void System.Array/EmptyInternalEnumerator`1::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1__cctor_m99B2C192F13A4D1ADF753A1A2EB4A5EB91B656F1_gshared (const RuntimeMethod* method) { { EmptyInternalEnumerator_1_tE274EF0424898DBF5EC129B311A01C53341F0598 * L_0 = (EmptyInternalEnumerator_1_tE274EF0424898DBF5EC129B311A01C53341F0598 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2)); (( void (*) (EmptyInternalEnumerator_1_tE274EF0424898DBF5EC129B311A01C53341F0598 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)->methodPointer)(L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); ((EmptyInternalEnumerator_1_tE274EF0424898DBF5EC129B311A01C53341F0598_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4)))->set_Value_0(L_0); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Array/EmptyInternalEnumerator`1::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1_Dispose_mC7F97E8E5A442635C5F7DBEFA0E0CFE7C49219B2_gshared (EmptyInternalEnumerator_1_t0D0C54D8936D5A5FCB7C8979BEAC44DA515DD2A5 * __this, const RuntimeMethod* method) { { return; } } // System.Boolean System.Array/EmptyInternalEnumerator`1::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool EmptyInternalEnumerator_1_MoveNext_mCACEEA85A93237D4A47949AB18F31399240832F3_gshared (EmptyInternalEnumerator_1_t0D0C54D8936D5A5FCB7C8979BEAC44DA515DD2A5 * __this, const RuntimeMethod* method) { { return (bool)0; } } // T System.Array/EmptyInternalEnumerator`1::get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint8_t EmptyInternalEnumerator_1_get_Current_mEA68B8D54CDC82965F6056F9237B3B394FA65652_gshared (EmptyInternalEnumerator_1_t0D0C54D8936D5A5FCB7C8979BEAC44DA515DD2A5 * __this, const RuntimeMethod* method) { { InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB * L_0 = (InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB_il2cpp_TypeInfo_var))); InvalidOperationException__ctor_mC012CE552988309733C896F3FEA8249171E4402E(L_0, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral7E7A07FECA0FF43839D67A9F7828EE56182CC9F6)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&EmptyInternalEnumerator_1_get_Current_mEA68B8D54CDC82965F6056F9237B3B394FA65652_RuntimeMethod_var))); } } // System.Object System.Array/EmptyInternalEnumerator`1::System.Collections.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * EmptyInternalEnumerator_1_System_Collections_IEnumerator_get_Current_mFF15D3762C0E17609B51C68B0DB1F3F15765C996_gshared (EmptyInternalEnumerator_1_t0D0C54D8936D5A5FCB7C8979BEAC44DA515DD2A5 * __this, const RuntimeMethod* method) { { NullCheck((EmptyInternalEnumerator_1_t0D0C54D8936D5A5FCB7C8979BEAC44DA515DD2A5 *)__this); uint8_t L_0; L_0 = (( uint8_t (*) (EmptyInternalEnumerator_1_t0D0C54D8936D5A5FCB7C8979BEAC44DA515DD2A5 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((EmptyInternalEnumerator_1_t0D0C54D8936D5A5FCB7C8979BEAC44DA515DD2A5 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); uint8_t L_1 = (uint8_t)L_0; RuntimeObject * L_2 = Box(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 1), &L_1); return (RuntimeObject *)L_2; } } // System.Void System.Array/EmptyInternalEnumerator`1::System.Collections.IEnumerator.Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1_System_Collections_IEnumerator_Reset_mE0C29FF02A0CCC30563F89BE41D129F40339588B_gshared (EmptyInternalEnumerator_1_t0D0C54D8936D5A5FCB7C8979BEAC44DA515DD2A5 * __this, const RuntimeMethod* method) { { return; } } // System.Void System.Array/EmptyInternalEnumerator`1::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1__ctor_mA32697178B46538EF15450B05286B28620C32CD5_gshared (EmptyInternalEnumerator_1_t0D0C54D8936D5A5FCB7C8979BEAC44DA515DD2A5 * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405((RuntimeObject *)__this, /*hidden argument*/NULL); return; } } // System.Void System.Array/EmptyInternalEnumerator`1::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1__cctor_mEA1F349079F6799F6350EEFA1EBB170FC0DECB03_gshared (const RuntimeMethod* method) { { EmptyInternalEnumerator_1_t0D0C54D8936D5A5FCB7C8979BEAC44DA515DD2A5 * L_0 = (EmptyInternalEnumerator_1_t0D0C54D8936D5A5FCB7C8979BEAC44DA515DD2A5 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2)); (( void (*) (EmptyInternalEnumerator_1_t0D0C54D8936D5A5FCB7C8979BEAC44DA515DD2A5 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)->methodPointer)(L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); ((EmptyInternalEnumerator_1_t0D0C54D8936D5A5FCB7C8979BEAC44DA515DD2A5_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4)))->set_Value_0(L_0); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Array/EmptyInternalEnumerator`1::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1_Dispose_mC09197255F4FE7C1B85C5F3ED184735CE30FC26B_gshared (EmptyInternalEnumerator_1_t260B2DC9A6E06AC480B93F71CB9030E830C1BBC0 * __this, const RuntimeMethod* method) { { return; } } // System.Boolean System.Array/EmptyInternalEnumerator`1::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool EmptyInternalEnumerator_1_MoveNext_mEB5E40F4FFAFC9D7B782FB60154596C065C3DF7B_gshared (EmptyInternalEnumerator_1_t260B2DC9A6E06AC480B93F71CB9030E830C1BBC0 * __this, const RuntimeMethod* method) { { return (bool)0; } } // T System.Array/EmptyInternalEnumerator`1::get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD EmptyInternalEnumerator_1_get_Current_m3E2BF147117B13FD3596EE8FD9297965878FC8C9_gshared (EmptyInternalEnumerator_1_t260B2DC9A6E06AC480B93F71CB9030E830C1BBC0 * __this, const RuntimeMethod* method) { { InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB * L_0 = (InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB_il2cpp_TypeInfo_var))); InvalidOperationException__ctor_mC012CE552988309733C896F3FEA8249171E4402E(L_0, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral7E7A07FECA0FF43839D67A9F7828EE56182CC9F6)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&EmptyInternalEnumerator_1_get_Current_m3E2BF147117B13FD3596EE8FD9297965878FC8C9_RuntimeMethod_var))); } } // System.Object System.Array/EmptyInternalEnumerator`1::System.Collections.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * EmptyInternalEnumerator_1_System_Collections_IEnumerator_get_Current_m4A451FE7CE3BE71EEC78D3803F28CBA4ED3AE64B_gshared (EmptyInternalEnumerator_1_t260B2DC9A6E06AC480B93F71CB9030E830C1BBC0 * __this, const RuntimeMethod* method) { { NullCheck((EmptyInternalEnumerator_1_t260B2DC9A6E06AC480B93F71CB9030E830C1BBC0 *)__this); CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD L_0; L_0 = (( CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD (*) (EmptyInternalEnumerator_1_t260B2DC9A6E06AC480B93F71CB9030E830C1BBC0 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((EmptyInternalEnumerator_1_t260B2DC9A6E06AC480B93F71CB9030E830C1BBC0 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD L_1 = (CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD )L_0; RuntimeObject * L_2 = Box(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 1), &L_1); return (RuntimeObject *)L_2; } } // System.Void System.Array/EmptyInternalEnumerator`1::System.Collections.IEnumerator.Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1_System_Collections_IEnumerator_Reset_m0209ECB08DEEA687DCC863B458F41F5F9B7F29E5_gshared (EmptyInternalEnumerator_1_t260B2DC9A6E06AC480B93F71CB9030E830C1BBC0 * __this, const RuntimeMethod* method) { { return; } } // System.Void System.Array/EmptyInternalEnumerator`1::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1__ctor_mA3E861CC0DE28A9D4B4CB9859396A75E22088B40_gshared (EmptyInternalEnumerator_1_t260B2DC9A6E06AC480B93F71CB9030E830C1BBC0 * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405((RuntimeObject *)__this, /*hidden argument*/NULL); return; } } // System.Void System.Array/EmptyInternalEnumerator`1::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1__cctor_m295C75CD75B6F7DC173D6353CC466D4433EF5F74_gshared (const RuntimeMethod* method) { { EmptyInternalEnumerator_1_t260B2DC9A6E06AC480B93F71CB9030E830C1BBC0 * L_0 = (EmptyInternalEnumerator_1_t260B2DC9A6E06AC480B93F71CB9030E830C1BBC0 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2)); (( void (*) (EmptyInternalEnumerator_1_t260B2DC9A6E06AC480B93F71CB9030E830C1BBC0 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)->methodPointer)(L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); ((EmptyInternalEnumerator_1_t260B2DC9A6E06AC480B93F71CB9030E830C1BBC0_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4)))->set_Value_0(L_0); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Array/EmptyInternalEnumerator`1::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1_Dispose_mA9F715CFB175E6DDF330F8F8A63713657E7DA1D8_gshared (EmptyInternalEnumerator_1_t68965D45121004F90196ED4A22A337D374BB896B * __this, const RuntimeMethod* method) { { return; } } // System.Boolean System.Array/EmptyInternalEnumerator`1::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool EmptyInternalEnumerator_1_MoveNext_m926659825C133A229A83CB1D209ABD631CB5C96E_gshared (EmptyInternalEnumerator_1_t68965D45121004F90196ED4A22A337D374BB896B * __this, const RuntimeMethod* method) { { return (bool)0; } } // T System.Array/EmptyInternalEnumerator`1::get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR CancellationTokenRegistration_t407059AA0E00ABE74F43C533E7D035C4BA451F6A EmptyInternalEnumerator_1_get_Current_mA7CE489A5C29F543686F36E6CF3F7B480397A355_gshared (EmptyInternalEnumerator_1_t68965D45121004F90196ED4A22A337D374BB896B * __this, const RuntimeMethod* method) { { InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB * L_0 = (InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB_il2cpp_TypeInfo_var))); InvalidOperationException__ctor_mC012CE552988309733C896F3FEA8249171E4402E(L_0, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral7E7A07FECA0FF43839D67A9F7828EE56182CC9F6)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&EmptyInternalEnumerator_1_get_Current_mA7CE489A5C29F543686F36E6CF3F7B480397A355_RuntimeMethod_var))); } } // System.Object System.Array/EmptyInternalEnumerator`1::System.Collections.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * EmptyInternalEnumerator_1_System_Collections_IEnumerator_get_Current_m7817BB939A8CB696FE59083AEF2F7E84C0FF8512_gshared (EmptyInternalEnumerator_1_t68965D45121004F90196ED4A22A337D374BB896B * __this, const RuntimeMethod* method) { { NullCheck((EmptyInternalEnumerator_1_t68965D45121004F90196ED4A22A337D374BB896B *)__this); CancellationTokenRegistration_t407059AA0E00ABE74F43C533E7D035C4BA451F6A L_0; L_0 = (( CancellationTokenRegistration_t407059AA0E00ABE74F43C533E7D035C4BA451F6A (*) (EmptyInternalEnumerator_1_t68965D45121004F90196ED4A22A337D374BB896B *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((EmptyInternalEnumerator_1_t68965D45121004F90196ED4A22A337D374BB896B *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); CancellationTokenRegistration_t407059AA0E00ABE74F43C533E7D035C4BA451F6A L_1 = (CancellationTokenRegistration_t407059AA0E00ABE74F43C533E7D035C4BA451F6A )L_0; RuntimeObject * L_2 = Box(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 1), &L_1); return (RuntimeObject *)L_2; } } // System.Void System.Array/EmptyInternalEnumerator`1::System.Collections.IEnumerator.Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1_System_Collections_IEnumerator_Reset_m5612BE162533ED1CAA3E5CBE8E542A03A5FAB6A0_gshared (EmptyInternalEnumerator_1_t68965D45121004F90196ED4A22A337D374BB896B * __this, const RuntimeMethod* method) { { return; } } // System.Void System.Array/EmptyInternalEnumerator`1::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1__ctor_m7EB2BF65D8D1FCE6713F5E4C9871F333B139DC1D_gshared (EmptyInternalEnumerator_1_t68965D45121004F90196ED4A22A337D374BB896B * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405((RuntimeObject *)__this, /*hidden argument*/NULL); return; } } // System.Void System.Array/EmptyInternalEnumerator`1::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1__cctor_mB332B104512DB6A2D63D04EC2D7EFF1E533A7A5D_gshared (const RuntimeMethod* method) { { EmptyInternalEnumerator_1_t68965D45121004F90196ED4A22A337D374BB896B * L_0 = (EmptyInternalEnumerator_1_t68965D45121004F90196ED4A22A337D374BB896B *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2)); (( void (*) (EmptyInternalEnumerator_1_t68965D45121004F90196ED4A22A337D374BB896B *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)->methodPointer)(L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); ((EmptyInternalEnumerator_1_t68965D45121004F90196ED4A22A337D374BB896B_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4)))->set_Value_0(L_0); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Array/EmptyInternalEnumerator`1::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1_Dispose_m0532EB84A6832ABD8B2FBE2627D757E82ADF47CE_gshared (EmptyInternalEnumerator_1_t5FFF1E7E631A8659D5EC54D85E3D496593F186F3 * __this, const RuntimeMethod* method) { { return; } } // System.Boolean System.Array/EmptyInternalEnumerator`1::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool EmptyInternalEnumerator_1_MoveNext_mA0E5E6248130440273BFD4203A18BD1F205642CD_gshared (EmptyInternalEnumerator_1_t5FFF1E7E631A8659D5EC54D85E3D496593F186F3 * __this, const RuntimeMethod* method) { { return (bool)0; } } // T System.Array/EmptyInternalEnumerator`1::get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Il2CppChar EmptyInternalEnumerator_1_get_Current_m65EEFA48395680941B24798D1ECD1D1B46FEA9DB_gshared (EmptyInternalEnumerator_1_t5FFF1E7E631A8659D5EC54D85E3D496593F186F3 * __this, const RuntimeMethod* method) { { InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB * L_0 = (InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB_il2cpp_TypeInfo_var))); InvalidOperationException__ctor_mC012CE552988309733C896F3FEA8249171E4402E(L_0, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral7E7A07FECA0FF43839D67A9F7828EE56182CC9F6)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&EmptyInternalEnumerator_1_get_Current_m65EEFA48395680941B24798D1ECD1D1B46FEA9DB_RuntimeMethod_var))); } } // System.Object System.Array/EmptyInternalEnumerator`1::System.Collections.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * EmptyInternalEnumerator_1_System_Collections_IEnumerator_get_Current_mA1073F10CB1E752287540E73325EA1492E4FDE24_gshared (EmptyInternalEnumerator_1_t5FFF1E7E631A8659D5EC54D85E3D496593F186F3 * __this, const RuntimeMethod* method) { { NullCheck((EmptyInternalEnumerator_1_t5FFF1E7E631A8659D5EC54D85E3D496593F186F3 *)__this); Il2CppChar L_0; L_0 = (( Il2CppChar (*) (EmptyInternalEnumerator_1_t5FFF1E7E631A8659D5EC54D85E3D496593F186F3 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((EmptyInternalEnumerator_1_t5FFF1E7E631A8659D5EC54D85E3D496593F186F3 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); Il2CppChar L_1 = L_0; RuntimeObject * L_2 = Box(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 1), &L_1); return (RuntimeObject *)L_2; } } // System.Void System.Array/EmptyInternalEnumerator`1::System.Collections.IEnumerator.Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1_System_Collections_IEnumerator_Reset_mB954E1AE8B1906054237EA7E0D54EE145DE911C1_gshared (EmptyInternalEnumerator_1_t5FFF1E7E631A8659D5EC54D85E3D496593F186F3 * __this, const RuntimeMethod* method) { { return; } } // System.Void System.Array/EmptyInternalEnumerator`1::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1__ctor_mA067D3ED244EF02CA7A0FE21CB34E6FC568AA1E2_gshared (EmptyInternalEnumerator_1_t5FFF1E7E631A8659D5EC54D85E3D496593F186F3 * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405((RuntimeObject *)__this, /*hidden argument*/NULL); return; } } // System.Void System.Array/EmptyInternalEnumerator`1::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1__cctor_m9EA89DE2A00D0E9A6D410F072C4C7A9C1D8F24C5_gshared (const RuntimeMethod* method) { { EmptyInternalEnumerator_1_t5FFF1E7E631A8659D5EC54D85E3D496593F186F3 * L_0 = (EmptyInternalEnumerator_1_t5FFF1E7E631A8659D5EC54D85E3D496593F186F3 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2)); (( void (*) (EmptyInternalEnumerator_1_t5FFF1E7E631A8659D5EC54D85E3D496593F186F3 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)->methodPointer)(L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); ((EmptyInternalEnumerator_1_t5FFF1E7E631A8659D5EC54D85E3D496593F186F3_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4)))->set_Value_0(L_0); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Array/EmptyInternalEnumerator`1::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1_Dispose_mDE3B70E8BB13D9BF2AB5CED271A8FAA780FB531F_gshared (EmptyInternalEnumerator_1_t6B949F196DF8432C2FEF83EDF3E97C2603988BE9 * __this, const RuntimeMethod* method) { { return; } } // System.Boolean System.Array/EmptyInternalEnumerator`1::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool EmptyInternalEnumerator_1_MoveNext_m1279F4F11AA3F1EC1BA967F005B8535DE881FA4B_gshared (EmptyInternalEnumerator_1_t6B949F196DF8432C2FEF83EDF3E97C2603988BE9 * __this, const RuntimeMethod* method) { { return (bool)0; } } // T System.Array/EmptyInternalEnumerator`1::get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 EmptyInternalEnumerator_1_get_Current_mE3224B4997ACC52C5D68EF3507392CC9DA77D5F6_gshared (EmptyInternalEnumerator_1_t6B949F196DF8432C2FEF83EDF3E97C2603988BE9 * __this, const RuntimeMethod* method) { { InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB * L_0 = (InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB_il2cpp_TypeInfo_var))); InvalidOperationException__ctor_mC012CE552988309733C896F3FEA8249171E4402E(L_0, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral7E7A07FECA0FF43839D67A9F7828EE56182CC9F6)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&EmptyInternalEnumerator_1_get_Current_mE3224B4997ACC52C5D68EF3507392CC9DA77D5F6_RuntimeMethod_var))); } } // System.Object System.Array/EmptyInternalEnumerator`1::System.Collections.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * EmptyInternalEnumerator_1_System_Collections_IEnumerator_get_Current_mA462A705128A431EF9F192D81C26FAF9E7D854A6_gshared (EmptyInternalEnumerator_1_t6B949F196DF8432C2FEF83EDF3E97C2603988BE9 * __this, const RuntimeMethod* method) { { NullCheck((EmptyInternalEnumerator_1_t6B949F196DF8432C2FEF83EDF3E97C2603988BE9 *)__this); Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 L_0; L_0 = (( Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 (*) (EmptyInternalEnumerator_1_t6B949F196DF8432C2FEF83EDF3E97C2603988BE9 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((EmptyInternalEnumerator_1_t6B949F196DF8432C2FEF83EDF3E97C2603988BE9 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 L_1 = (Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 )L_0; RuntimeObject * L_2 = Box(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 1), &L_1); return (RuntimeObject *)L_2; } } // System.Void System.Array/EmptyInternalEnumerator`1::System.Collections.IEnumerator.Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1_System_Collections_IEnumerator_Reset_mD1F2553BE02F846C575087F2481FC9639E5D520A_gshared (EmptyInternalEnumerator_1_t6B949F196DF8432C2FEF83EDF3E97C2603988BE9 * __this, const RuntimeMethod* method) { { return; } } // System.Void System.Array/EmptyInternalEnumerator`1::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1__ctor_m9D282EEE8BD65D0B8987DDD188179DCB217B0C76_gshared (EmptyInternalEnumerator_1_t6B949F196DF8432C2FEF83EDF3E97C2603988BE9 * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405((RuntimeObject *)__this, /*hidden argument*/NULL); return; } } // System.Void System.Array/EmptyInternalEnumerator`1::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1__cctor_mE6CEA65EA57613DFB04B127B57BBC108C00A961C_gshared (const RuntimeMethod* method) { { EmptyInternalEnumerator_1_t6B949F196DF8432C2FEF83EDF3E97C2603988BE9 * L_0 = (EmptyInternalEnumerator_1_t6B949F196DF8432C2FEF83EDF3E97C2603988BE9 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2)); (( void (*) (EmptyInternalEnumerator_1_t6B949F196DF8432C2FEF83EDF3E97C2603988BE9 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)->methodPointer)(L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); ((EmptyInternalEnumerator_1_t6B949F196DF8432C2FEF83EDF3E97C2603988BE9_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4)))->set_Value_0(L_0); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Array/EmptyInternalEnumerator`1::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1_Dispose_m1855E5589D177B61886E11E6AB1F7AA312A4B0D7_gshared (EmptyInternalEnumerator_1_t417E627D5E362F858F8946540FD27F4E47CFC498 * __this, const RuntimeMethod* method) { { return; } } // System.Boolean System.Array/EmptyInternalEnumerator`1::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool EmptyInternalEnumerator_1_MoveNext_m7CD9645D44956137E52548B6FACF2F9CE3F9CDAF_gshared (EmptyInternalEnumerator_1_t417E627D5E362F858F8946540FD27F4E47CFC498 * __this, const RuntimeMethod* method) { { return (bool)0; } } // T System.Array/EmptyInternalEnumerator`1::get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Color32_tDB54A78627878A7D2DE42BB028D64306A18E858D EmptyInternalEnumerator_1_get_Current_mC70AF1ED0DE63DDEC8939CBACD803EBA629CB807_gshared (EmptyInternalEnumerator_1_t417E627D5E362F858F8946540FD27F4E47CFC498 * __this, const RuntimeMethod* method) { { InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB * L_0 = (InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB_il2cpp_TypeInfo_var))); InvalidOperationException__ctor_mC012CE552988309733C896F3FEA8249171E4402E(L_0, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral7E7A07FECA0FF43839D67A9F7828EE56182CC9F6)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&EmptyInternalEnumerator_1_get_Current_mC70AF1ED0DE63DDEC8939CBACD803EBA629CB807_RuntimeMethod_var))); } } // System.Object System.Array/EmptyInternalEnumerator`1::System.Collections.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * EmptyInternalEnumerator_1_System_Collections_IEnumerator_get_Current_m63A45906A5795CA4B955EC3185FE2B5AA1DBBF54_gshared (EmptyInternalEnumerator_1_t417E627D5E362F858F8946540FD27F4E47CFC498 * __this, const RuntimeMethod* method) { { NullCheck((EmptyInternalEnumerator_1_t417E627D5E362F858F8946540FD27F4E47CFC498 *)__this); Color32_tDB54A78627878A7D2DE42BB028D64306A18E858D L_0; L_0 = (( Color32_tDB54A78627878A7D2DE42BB028D64306A18E858D (*) (EmptyInternalEnumerator_1_t417E627D5E362F858F8946540FD27F4E47CFC498 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((EmptyInternalEnumerator_1_t417E627D5E362F858F8946540FD27F4E47CFC498 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); Color32_tDB54A78627878A7D2DE42BB028D64306A18E858D L_1 = (Color32_tDB54A78627878A7D2DE42BB028D64306A18E858D )L_0; RuntimeObject * L_2 = Box(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 1), &L_1); return (RuntimeObject *)L_2; } } // System.Void System.Array/EmptyInternalEnumerator`1::System.Collections.IEnumerator.Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1_System_Collections_IEnumerator_Reset_m31BF640C4FAD2A31B299E29C3EA7DCE0E26CCB39_gshared (EmptyInternalEnumerator_1_t417E627D5E362F858F8946540FD27F4E47CFC498 * __this, const RuntimeMethod* method) { { return; } } // System.Void System.Array/EmptyInternalEnumerator`1::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1__ctor_mC742E29A956142625CD2DEC271913704C9D37F52_gshared (EmptyInternalEnumerator_1_t417E627D5E362F858F8946540FD27F4E47CFC498 * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405((RuntimeObject *)__this, /*hidden argument*/NULL); return; } } // System.Void System.Array/EmptyInternalEnumerator`1::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1__cctor_m3E847F2CE50F315BB3FDA191523B1FE2777AD875_gshared (const RuntimeMethod* method) { { EmptyInternalEnumerator_1_t417E627D5E362F858F8946540FD27F4E47CFC498 * L_0 = (EmptyInternalEnumerator_1_t417E627D5E362F858F8946540FD27F4E47CFC498 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2)); (( void (*) (EmptyInternalEnumerator_1_t417E627D5E362F858F8946540FD27F4E47CFC498 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)->methodPointer)(L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); ((EmptyInternalEnumerator_1_t417E627D5E362F858F8946540FD27F4E47CFC498_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4)))->set_Value_0(L_0); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Array/EmptyInternalEnumerator`1::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1_Dispose_mC1B1D1EB65409F99D2D9D22C140940299D87148C_gshared (EmptyInternalEnumerator_1_tE3DA363E49EC2BF1E5550AD8F59DD953BEEE9D0A * __this, const RuntimeMethod* method) { { return; } } // System.Boolean System.Array/EmptyInternalEnumerator`1::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool EmptyInternalEnumerator_1_MoveNext_m22BBEE2BA183D62EC0D869A31470ACAC1C8227C7_gshared (EmptyInternalEnumerator_1_tE3DA363E49EC2BF1E5550AD8F59DD953BEEE9D0A * __this, const RuntimeMethod* method) { { return (bool)0; } } // T System.Array/EmptyInternalEnumerator`1::get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ColorBlock_t04DFBB97B4772D2E00FD17ED2E3E6590E6916955 EmptyInternalEnumerator_1_get_Current_mE3824CAE0346F144E7F9928D845B84D6064EEC8B_gshared (EmptyInternalEnumerator_1_tE3DA363E49EC2BF1E5550AD8F59DD953BEEE9D0A * __this, const RuntimeMethod* method) { { InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB * L_0 = (InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB_il2cpp_TypeInfo_var))); InvalidOperationException__ctor_mC012CE552988309733C896F3FEA8249171E4402E(L_0, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral7E7A07FECA0FF43839D67A9F7828EE56182CC9F6)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&EmptyInternalEnumerator_1_get_Current_mE3824CAE0346F144E7F9928D845B84D6064EEC8B_RuntimeMethod_var))); } } // System.Object System.Array/EmptyInternalEnumerator`1::System.Collections.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * EmptyInternalEnumerator_1_System_Collections_IEnumerator_get_Current_m14214E60816E7ABB1481CB326F5434F3F70A263F_gshared (EmptyInternalEnumerator_1_tE3DA363E49EC2BF1E5550AD8F59DD953BEEE9D0A * __this, const RuntimeMethod* method) { { NullCheck((EmptyInternalEnumerator_1_tE3DA363E49EC2BF1E5550AD8F59DD953BEEE9D0A *)__this); ColorBlock_t04DFBB97B4772D2E00FD17ED2E3E6590E6916955 L_0; L_0 = (( ColorBlock_t04DFBB97B4772D2E00FD17ED2E3E6590E6916955 (*) (EmptyInternalEnumerator_1_tE3DA363E49EC2BF1E5550AD8F59DD953BEEE9D0A *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((EmptyInternalEnumerator_1_tE3DA363E49EC2BF1E5550AD8F59DD953BEEE9D0A *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); ColorBlock_t04DFBB97B4772D2E00FD17ED2E3E6590E6916955 L_1 = (ColorBlock_t04DFBB97B4772D2E00FD17ED2E3E6590E6916955 )L_0; RuntimeObject * L_2 = Box(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 1), &L_1); return (RuntimeObject *)L_2; } } // System.Void System.Array/EmptyInternalEnumerator`1::System.Collections.IEnumerator.Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1_System_Collections_IEnumerator_Reset_m44444F487AEABC96F5B7E6E79F054E1045806598_gshared (EmptyInternalEnumerator_1_tE3DA363E49EC2BF1E5550AD8F59DD953BEEE9D0A * __this, const RuntimeMethod* method) { { return; } } // System.Void System.Array/EmptyInternalEnumerator`1::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1__ctor_m65FDF497A18838B43F83BF73DBCB7A96CC568844_gshared (EmptyInternalEnumerator_1_tE3DA363E49EC2BF1E5550AD8F59DD953BEEE9D0A * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405((RuntimeObject *)__this, /*hidden argument*/NULL); return; } } // System.Void System.Array/EmptyInternalEnumerator`1::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1__cctor_mA1F70457708E154A3803E525FA0B364A8C5D2E24_gshared (const RuntimeMethod* method) { { EmptyInternalEnumerator_1_tE3DA363E49EC2BF1E5550AD8F59DD953BEEE9D0A * L_0 = (EmptyInternalEnumerator_1_tE3DA363E49EC2BF1E5550AD8F59DD953BEEE9D0A *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2)); (( void (*) (EmptyInternalEnumerator_1_tE3DA363E49EC2BF1E5550AD8F59DD953BEEE9D0A *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)->methodPointer)(L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); ((EmptyInternalEnumerator_1_tE3DA363E49EC2BF1E5550AD8F59DD953BEEE9D0A_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4)))->set_Value_0(L_0); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Array/EmptyInternalEnumerator`1::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1_Dispose_mA3C100D558846B1DFFBDA0AAD3672A453AE69AED_gshared (EmptyInternalEnumerator_1_t5CE830CCCEBCAFD5B01A216B4428B6F18765CC4D * __this, const RuntimeMethod* method) { { return; } } // System.Boolean System.Array/EmptyInternalEnumerator`1::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool EmptyInternalEnumerator_1_MoveNext_m1269ED8B6B5454294E0274696D7D1D7496271BE5_gshared (EmptyInternalEnumerator_1_t5CE830CCCEBCAFD5B01A216B4428B6F18765CC4D * __this, const RuntimeMethod* method) { { return (bool)0; } } // T System.Array/EmptyInternalEnumerator`1::get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR CombineInstance_t3ECBD54BBDD018CE04D23414CDFE0F78A447B45C EmptyInternalEnumerator_1_get_Current_mC36BEE464B63C9E9A2EC7F3E6C460A1C9F0DEC89_gshared (EmptyInternalEnumerator_1_t5CE830CCCEBCAFD5B01A216B4428B6F18765CC4D * __this, const RuntimeMethod* method) { { InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB * L_0 = (InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB_il2cpp_TypeInfo_var))); InvalidOperationException__ctor_mC012CE552988309733C896F3FEA8249171E4402E(L_0, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral7E7A07FECA0FF43839D67A9F7828EE56182CC9F6)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&EmptyInternalEnumerator_1_get_Current_mC36BEE464B63C9E9A2EC7F3E6C460A1C9F0DEC89_RuntimeMethod_var))); } } // System.Object System.Array/EmptyInternalEnumerator`1::System.Collections.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * EmptyInternalEnumerator_1_System_Collections_IEnumerator_get_Current_mCE569C573313AA4CFAF8564F5CF4F9910872CE07_gshared (EmptyInternalEnumerator_1_t5CE830CCCEBCAFD5B01A216B4428B6F18765CC4D * __this, const RuntimeMethod* method) { { NullCheck((EmptyInternalEnumerator_1_t5CE830CCCEBCAFD5B01A216B4428B6F18765CC4D *)__this); CombineInstance_t3ECBD54BBDD018CE04D23414CDFE0F78A447B45C L_0; L_0 = (( CombineInstance_t3ECBD54BBDD018CE04D23414CDFE0F78A447B45C (*) (EmptyInternalEnumerator_1_t5CE830CCCEBCAFD5B01A216B4428B6F18765CC4D *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((EmptyInternalEnumerator_1_t5CE830CCCEBCAFD5B01A216B4428B6F18765CC4D *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); CombineInstance_t3ECBD54BBDD018CE04D23414CDFE0F78A447B45C L_1 = (CombineInstance_t3ECBD54BBDD018CE04D23414CDFE0F78A447B45C )L_0; RuntimeObject * L_2 = Box(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 1), &L_1); return (RuntimeObject *)L_2; } } // System.Void System.Array/EmptyInternalEnumerator`1::System.Collections.IEnumerator.Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1_System_Collections_IEnumerator_Reset_m8C88C934B80EC214A983C99659A30F60B008D4A6_gshared (EmptyInternalEnumerator_1_t5CE830CCCEBCAFD5B01A216B4428B6F18765CC4D * __this, const RuntimeMethod* method) { { return; } } // System.Void System.Array/EmptyInternalEnumerator`1::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1__ctor_mD4FE740E8D1CBF83ADE67F3F55BBFE1EE30BE7A0_gshared (EmptyInternalEnumerator_1_t5CE830CCCEBCAFD5B01A216B4428B6F18765CC4D * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405((RuntimeObject *)__this, /*hidden argument*/NULL); return; } } // System.Void System.Array/EmptyInternalEnumerator`1::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1__cctor_m4D5C5E53AE34D6A3FC7AF7C00684BE20AAEA856F_gshared (const RuntimeMethod* method) { { EmptyInternalEnumerator_1_t5CE830CCCEBCAFD5B01A216B4428B6F18765CC4D * L_0 = (EmptyInternalEnumerator_1_t5CE830CCCEBCAFD5B01A216B4428B6F18765CC4D *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2)); (( void (*) (EmptyInternalEnumerator_1_t5CE830CCCEBCAFD5B01A216B4428B6F18765CC4D *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)->methodPointer)(L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); ((EmptyInternalEnumerator_1_t5CE830CCCEBCAFD5B01A216B4428B6F18765CC4D_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4)))->set_Value_0(L_0); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Array/EmptyInternalEnumerator`1::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1_Dispose_mE347AD51544E87EA9F80D6161F785351CBF07852_gshared (EmptyInternalEnumerator_1_tD302D23E4F553F7AAEE30C52D2EEFEB9F7A54ACA * __this, const RuntimeMethod* method) { { return; } } // System.Boolean System.Array/EmptyInternalEnumerator`1::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool EmptyInternalEnumerator_1_MoveNext_m047E9542F0C3B29FF79FE6B7B41FF0CD9CB5895E_gshared (EmptyInternalEnumerator_1_tD302D23E4F553F7AAEE30C52D2EEFEB9F7A54ACA * __this, const RuntimeMethod* method) { { return (bool)0; } } // T System.Array/EmptyInternalEnumerator`1::get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ContactPoint_tC179732A8E0014F5EFF5977ED1ADF12CF14A9017 EmptyInternalEnumerator_1_get_Current_mDAFFF9159679A5153896A6D737A32165A87BCCBB_gshared (EmptyInternalEnumerator_1_tD302D23E4F553F7AAEE30C52D2EEFEB9F7A54ACA * __this, const RuntimeMethod* method) { { InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB * L_0 = (InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB_il2cpp_TypeInfo_var))); InvalidOperationException__ctor_mC012CE552988309733C896F3FEA8249171E4402E(L_0, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral7E7A07FECA0FF43839D67A9F7828EE56182CC9F6)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&EmptyInternalEnumerator_1_get_Current_mDAFFF9159679A5153896A6D737A32165A87BCCBB_RuntimeMethod_var))); } } // System.Object System.Array/EmptyInternalEnumerator`1::System.Collections.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * EmptyInternalEnumerator_1_System_Collections_IEnumerator_get_Current_m8699767639A0BA790088CD1CC0E11C41BD4244DC_gshared (EmptyInternalEnumerator_1_tD302D23E4F553F7AAEE30C52D2EEFEB9F7A54ACA * __this, const RuntimeMethod* method) { { NullCheck((EmptyInternalEnumerator_1_tD302D23E4F553F7AAEE30C52D2EEFEB9F7A54ACA *)__this); ContactPoint_tC179732A8E0014F5EFF5977ED1ADF12CF14A9017 L_0; L_0 = (( ContactPoint_tC179732A8E0014F5EFF5977ED1ADF12CF14A9017 (*) (EmptyInternalEnumerator_1_tD302D23E4F553F7AAEE30C52D2EEFEB9F7A54ACA *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((EmptyInternalEnumerator_1_tD302D23E4F553F7AAEE30C52D2EEFEB9F7A54ACA *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); ContactPoint_tC179732A8E0014F5EFF5977ED1ADF12CF14A9017 L_1 = (ContactPoint_tC179732A8E0014F5EFF5977ED1ADF12CF14A9017 )L_0; RuntimeObject * L_2 = Box(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 1), &L_1); return (RuntimeObject *)L_2; } } // System.Void System.Array/EmptyInternalEnumerator`1::System.Collections.IEnumerator.Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1_System_Collections_IEnumerator_Reset_m597EF72300E46D59F95B44755B6B99C7CD58E170_gshared (EmptyInternalEnumerator_1_tD302D23E4F553F7AAEE30C52D2EEFEB9F7A54ACA * __this, const RuntimeMethod* method) { { return; } } // System.Void System.Array/EmptyInternalEnumerator`1::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1__ctor_m792E472BDD19690F6C668B8112E1531C1EAEEE6F_gshared (EmptyInternalEnumerator_1_tD302D23E4F553F7AAEE30C52D2EEFEB9F7A54ACA * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405((RuntimeObject *)__this, /*hidden argument*/NULL); return; } } // System.Void System.Array/EmptyInternalEnumerator`1::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1__cctor_mDAA8526CB70E520FE37D4C318AC8AEF8062AEEC8_gshared (const RuntimeMethod* method) { { EmptyInternalEnumerator_1_tD302D23E4F553F7AAEE30C52D2EEFEB9F7A54ACA * L_0 = (EmptyInternalEnumerator_1_tD302D23E4F553F7AAEE30C52D2EEFEB9F7A54ACA *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2)); (( void (*) (EmptyInternalEnumerator_1_tD302D23E4F553F7AAEE30C52D2EEFEB9F7A54ACA *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)->methodPointer)(L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); ((EmptyInternalEnumerator_1_tD302D23E4F553F7AAEE30C52D2EEFEB9F7A54ACA_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4)))->set_Value_0(L_0); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Array/EmptyInternalEnumerator`1::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1_Dispose_mB35DE8ABB96E13B197BAD411F1EB1AEB0314F955_gshared (EmptyInternalEnumerator_1_t33093D4F66C78C341C2408FAF0E817B344679BCD * __this, const RuntimeMethod* method) { { return; } } // System.Boolean System.Array/EmptyInternalEnumerator`1::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool EmptyInternalEnumerator_1_MoveNext_m060111F022766852737629C09F31778C1B9CC47E_gshared (EmptyInternalEnumerator_1_t33093D4F66C78C341C2408FAF0E817B344679BCD * __this, const RuntimeMethod* method) { { return (bool)0; } } // T System.Array/EmptyInternalEnumerator`1::get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ContactPoint2D_t5A4C242ABAE740C565BF01A35CEE279058E66A62 EmptyInternalEnumerator_1_get_Current_mF149FE70A01D034D5EE3DACD56B715D78D6DDF13_gshared (EmptyInternalEnumerator_1_t33093D4F66C78C341C2408FAF0E817B344679BCD * __this, const RuntimeMethod* method) { { InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB * L_0 = (InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB_il2cpp_TypeInfo_var))); InvalidOperationException__ctor_mC012CE552988309733C896F3FEA8249171E4402E(L_0, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral7E7A07FECA0FF43839D67A9F7828EE56182CC9F6)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&EmptyInternalEnumerator_1_get_Current_mF149FE70A01D034D5EE3DACD56B715D78D6DDF13_RuntimeMethod_var))); } } // System.Object System.Array/EmptyInternalEnumerator`1::System.Collections.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * EmptyInternalEnumerator_1_System_Collections_IEnumerator_get_Current_m93EF8D6874659C9B4225A4E73AB1EB49A99A3EED_gshared (EmptyInternalEnumerator_1_t33093D4F66C78C341C2408FAF0E817B344679BCD * __this, const RuntimeMethod* method) { { NullCheck((EmptyInternalEnumerator_1_t33093D4F66C78C341C2408FAF0E817B344679BCD *)__this); ContactPoint2D_t5A4C242ABAE740C565BF01A35CEE279058E66A62 L_0; L_0 = (( ContactPoint2D_t5A4C242ABAE740C565BF01A35CEE279058E66A62 (*) (EmptyInternalEnumerator_1_t33093D4F66C78C341C2408FAF0E817B344679BCD *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((EmptyInternalEnumerator_1_t33093D4F66C78C341C2408FAF0E817B344679BCD *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); ContactPoint2D_t5A4C242ABAE740C565BF01A35CEE279058E66A62 L_1 = (ContactPoint2D_t5A4C242ABAE740C565BF01A35CEE279058E66A62 )L_0; RuntimeObject * L_2 = Box(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 1), &L_1); return (RuntimeObject *)L_2; } } // System.Void System.Array/EmptyInternalEnumerator`1::System.Collections.IEnumerator.Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1_System_Collections_IEnumerator_Reset_m7E4B5D15B99D357E48845AF6B171329AE1AFBA3A_gshared (EmptyInternalEnumerator_1_t33093D4F66C78C341C2408FAF0E817B344679BCD * __this, const RuntimeMethod* method) { { return; } } // System.Void System.Array/EmptyInternalEnumerator`1::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1__ctor_mAA1D0A25BE3C6270153362E05665E248DC3F0717_gshared (EmptyInternalEnumerator_1_t33093D4F66C78C341C2408FAF0E817B344679BCD * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405((RuntimeObject *)__this, /*hidden argument*/NULL); return; } } // System.Void System.Array/EmptyInternalEnumerator`1::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1__cctor_m1F05B286ABDC67075621A9B323791347BCED2CCF_gshared (const RuntimeMethod* method) { { EmptyInternalEnumerator_1_t33093D4F66C78C341C2408FAF0E817B344679BCD * L_0 = (EmptyInternalEnumerator_1_t33093D4F66C78C341C2408FAF0E817B344679BCD *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2)); (( void (*) (EmptyInternalEnumerator_1_t33093D4F66C78C341C2408FAF0E817B344679BCD *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)->methodPointer)(L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); ((EmptyInternalEnumerator_1_t33093D4F66C78C341C2408FAF0E817B344679BCD_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4)))->set_Value_0(L_0); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Array/EmptyInternalEnumerator`1::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1_Dispose_m85192D3B19688326DFBA146C90161E05AA5F5E70_gshared (EmptyInternalEnumerator_1_tE4CA89C5F29E18B9602E91DE3B6513EE3620E21E * __this, const RuntimeMethod* method) { { return; } } // System.Boolean System.Array/EmptyInternalEnumerator`1::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool EmptyInternalEnumerator_1_MoveNext_m02CC9EA5C1F55FCF72E40442B9DA1E3808EC548F_gshared (EmptyInternalEnumerator_1_tE4CA89C5F29E18B9602E91DE3B6513EE3620E21E * __this, const RuntimeMethod* method) { { return (bool)0; } } // T System.Array/EmptyInternalEnumerator`1::get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ContourVertex_tF9E27CB6BCC62DF5F4202153BBBECDE5E3283536 EmptyInternalEnumerator_1_get_Current_mEF24A7FF32882EDD1527720F34523A033493FAA0_gshared (EmptyInternalEnumerator_1_tE4CA89C5F29E18B9602E91DE3B6513EE3620E21E * __this, const RuntimeMethod* method) { { InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB * L_0 = (InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB_il2cpp_TypeInfo_var))); InvalidOperationException__ctor_mC012CE552988309733C896F3FEA8249171E4402E(L_0, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral7E7A07FECA0FF43839D67A9F7828EE56182CC9F6)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&EmptyInternalEnumerator_1_get_Current_mEF24A7FF32882EDD1527720F34523A033493FAA0_RuntimeMethod_var))); } } // System.Object System.Array/EmptyInternalEnumerator`1::System.Collections.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * EmptyInternalEnumerator_1_System_Collections_IEnumerator_get_Current_m7FA8502F7C817EE8191B5D50E9743649DEC93138_gshared (EmptyInternalEnumerator_1_tE4CA89C5F29E18B9602E91DE3B6513EE3620E21E * __this, const RuntimeMethod* method) { { NullCheck((EmptyInternalEnumerator_1_tE4CA89C5F29E18B9602E91DE3B6513EE3620E21E *)__this); ContourVertex_tF9E27CB6BCC62DF5F4202153BBBECDE5E3283536 L_0; L_0 = (( ContourVertex_tF9E27CB6BCC62DF5F4202153BBBECDE5E3283536 (*) (EmptyInternalEnumerator_1_tE4CA89C5F29E18B9602E91DE3B6513EE3620E21E *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((EmptyInternalEnumerator_1_tE4CA89C5F29E18B9602E91DE3B6513EE3620E21E *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); ContourVertex_tF9E27CB6BCC62DF5F4202153BBBECDE5E3283536 L_1 = (ContourVertex_tF9E27CB6BCC62DF5F4202153BBBECDE5E3283536 )L_0; RuntimeObject * L_2 = Box(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 1), &L_1); return (RuntimeObject *)L_2; } } // System.Void System.Array/EmptyInternalEnumerator`1::System.Collections.IEnumerator.Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1_System_Collections_IEnumerator_Reset_m4F8E11F0216818C89ECD9CFFED5E92627FA03886_gshared (EmptyInternalEnumerator_1_tE4CA89C5F29E18B9602E91DE3B6513EE3620E21E * __this, const RuntimeMethod* method) { { return; } } // System.Void System.Array/EmptyInternalEnumerator`1::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1__ctor_m15DBE5FA5986FA2F1602488B709877BDB6A487C7_gshared (EmptyInternalEnumerator_1_tE4CA89C5F29E18B9602E91DE3B6513EE3620E21E * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405((RuntimeObject *)__this, /*hidden argument*/NULL); return; } } // System.Void System.Array/EmptyInternalEnumerator`1::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1__cctor_m0530BCD2DC439468B0ECD91CDEF066DFBA4275B8_gshared (const RuntimeMethod* method) { { EmptyInternalEnumerator_1_tE4CA89C5F29E18B9602E91DE3B6513EE3620E21E * L_0 = (EmptyInternalEnumerator_1_tE4CA89C5F29E18B9602E91DE3B6513EE3620E21E *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2)); (( void (*) (EmptyInternalEnumerator_1_tE4CA89C5F29E18B9602E91DE3B6513EE3620E21E *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)->methodPointer)(L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); ((EmptyInternalEnumerator_1_tE4CA89C5F29E18B9602E91DE3B6513EE3620E21E_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4)))->set_Value_0(L_0); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Array/EmptyInternalEnumerator`1::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1_Dispose_m65399029C943AE09FEBC9D94426FAACDE749F0AB_gshared (EmptyInternalEnumerator_1_tC26AA0681D8DFAC1A9F431D4E08D085F23E41E3D * __this, const RuntimeMethod* method) { { return; } } // System.Boolean System.Array/EmptyInternalEnumerator`1::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool EmptyInternalEnumerator_1_MoveNext_m683DB66BEFF311DBA14AC34AA2B05ADA1F9B5C53_gshared (EmptyInternalEnumerator_1_tC26AA0681D8DFAC1A9F431D4E08D085F23E41E3D * __this, const RuntimeMethod* method) { { return (bool)0; } } // T System.Array/EmptyInternalEnumerator`1::get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR CustomAttributeNamedArgument_t618778691CF7F5B44F7177210A817A29D3DAEDDA EmptyInternalEnumerator_1_get_Current_mADDE6EFCA7FB98E7E65C7545AB836A3882330EF2_gshared (EmptyInternalEnumerator_1_tC26AA0681D8DFAC1A9F431D4E08D085F23E41E3D * __this, const RuntimeMethod* method) { { InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB * L_0 = (InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB_il2cpp_TypeInfo_var))); InvalidOperationException__ctor_mC012CE552988309733C896F3FEA8249171E4402E(L_0, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral7E7A07FECA0FF43839D67A9F7828EE56182CC9F6)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&EmptyInternalEnumerator_1_get_Current_mADDE6EFCA7FB98E7E65C7545AB836A3882330EF2_RuntimeMethod_var))); } } // System.Object System.Array/EmptyInternalEnumerator`1::System.Collections.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * EmptyInternalEnumerator_1_System_Collections_IEnumerator_get_Current_m165473E3EA22B95CF8BD250FAA5CF22A48F8DE79_gshared (EmptyInternalEnumerator_1_tC26AA0681D8DFAC1A9F431D4E08D085F23E41E3D * __this, const RuntimeMethod* method) { { NullCheck((EmptyInternalEnumerator_1_tC26AA0681D8DFAC1A9F431D4E08D085F23E41E3D *)__this); CustomAttributeNamedArgument_t618778691CF7F5B44F7177210A817A29D3DAEDDA L_0; L_0 = (( CustomAttributeNamedArgument_t618778691CF7F5B44F7177210A817A29D3DAEDDA (*) (EmptyInternalEnumerator_1_tC26AA0681D8DFAC1A9F431D4E08D085F23E41E3D *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((EmptyInternalEnumerator_1_tC26AA0681D8DFAC1A9F431D4E08D085F23E41E3D *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); CustomAttributeNamedArgument_t618778691CF7F5B44F7177210A817A29D3DAEDDA L_1 = (CustomAttributeNamedArgument_t618778691CF7F5B44F7177210A817A29D3DAEDDA )L_0; RuntimeObject * L_2 = Box(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 1), &L_1); return (RuntimeObject *)L_2; } } // System.Void System.Array/EmptyInternalEnumerator`1::System.Collections.IEnumerator.Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1_System_Collections_IEnumerator_Reset_m3CBE48B885DDAD02FB8E5083C2E1C8F40B8B8B2B_gshared (EmptyInternalEnumerator_1_tC26AA0681D8DFAC1A9F431D4E08D085F23E41E3D * __this, const RuntimeMethod* method) { { return; } } // System.Void System.Array/EmptyInternalEnumerator`1::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1__ctor_mC36420095833B759137A970620580479771D693A_gshared (EmptyInternalEnumerator_1_tC26AA0681D8DFAC1A9F431D4E08D085F23E41E3D * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405((RuntimeObject *)__this, /*hidden argument*/NULL); return; } } // System.Void System.Array/EmptyInternalEnumerator`1::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1__cctor_m9C127E99CEFC8282F76776590C3372A9EBA23033_gshared (const RuntimeMethod* method) { { EmptyInternalEnumerator_1_tC26AA0681D8DFAC1A9F431D4E08D085F23E41E3D * L_0 = (EmptyInternalEnumerator_1_tC26AA0681D8DFAC1A9F431D4E08D085F23E41E3D *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2)); (( void (*) (EmptyInternalEnumerator_1_tC26AA0681D8DFAC1A9F431D4E08D085F23E41E3D *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)->methodPointer)(L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); ((EmptyInternalEnumerator_1_tC26AA0681D8DFAC1A9F431D4E08D085F23E41E3D_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4)))->set_Value_0(L_0); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Array/EmptyInternalEnumerator`1::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1_Dispose_m9D426D475136878A57034E9E90B64A4C6A50D0F1_gshared (EmptyInternalEnumerator_1_t6518414A85CC07AB5F8FF8051D384C1067C41C9E * __this, const RuntimeMethod* method) { { return; } } // System.Boolean System.Array/EmptyInternalEnumerator`1::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool EmptyInternalEnumerator_1_MoveNext_m977B1378E1DC1C395BD0BC6A1BA066EB32059D70_gshared (EmptyInternalEnumerator_1_t6518414A85CC07AB5F8FF8051D384C1067C41C9E * __this, const RuntimeMethod* method) { { return (bool)0; } } // T System.Array/EmptyInternalEnumerator`1::get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR CustomAttributeTypedArgument_tE7152E8FACDD29A8E0040E151C86F436FA8E6910 EmptyInternalEnumerator_1_get_Current_m9F37B386C0EFE05CEDE77B2C83F46520DFC8AE4C_gshared (EmptyInternalEnumerator_1_t6518414A85CC07AB5F8FF8051D384C1067C41C9E * __this, const RuntimeMethod* method) { { InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB * L_0 = (InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB_il2cpp_TypeInfo_var))); InvalidOperationException__ctor_mC012CE552988309733C896F3FEA8249171E4402E(L_0, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral7E7A07FECA0FF43839D67A9F7828EE56182CC9F6)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&EmptyInternalEnumerator_1_get_Current_m9F37B386C0EFE05CEDE77B2C83F46520DFC8AE4C_RuntimeMethod_var))); } } // System.Object System.Array/EmptyInternalEnumerator`1::System.Collections.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * EmptyInternalEnumerator_1_System_Collections_IEnumerator_get_Current_mBD085E6179B5758735BF49C2ADBA730033E0E340_gshared (EmptyInternalEnumerator_1_t6518414A85CC07AB5F8FF8051D384C1067C41C9E * __this, const RuntimeMethod* method) { { NullCheck((EmptyInternalEnumerator_1_t6518414A85CC07AB5F8FF8051D384C1067C41C9E *)__this); CustomAttributeTypedArgument_tE7152E8FACDD29A8E0040E151C86F436FA8E6910 L_0; L_0 = (( CustomAttributeTypedArgument_tE7152E8FACDD29A8E0040E151C86F436FA8E6910 (*) (EmptyInternalEnumerator_1_t6518414A85CC07AB5F8FF8051D384C1067C41C9E *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((EmptyInternalEnumerator_1_t6518414A85CC07AB5F8FF8051D384C1067C41C9E *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); CustomAttributeTypedArgument_tE7152E8FACDD29A8E0040E151C86F436FA8E6910 L_1 = (CustomAttributeTypedArgument_tE7152E8FACDD29A8E0040E151C86F436FA8E6910 )L_0; RuntimeObject * L_2 = Box(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 1), &L_1); return (RuntimeObject *)L_2; } } // System.Void System.Array/EmptyInternalEnumerator`1::System.Collections.IEnumerator.Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1_System_Collections_IEnumerator_Reset_m2220F4A52930C2FDABC35EBCFEA97C0D8A7D0997_gshared (EmptyInternalEnumerator_1_t6518414A85CC07AB5F8FF8051D384C1067C41C9E * __this, const RuntimeMethod* method) { { return; } } // System.Void System.Array/EmptyInternalEnumerator`1::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1__ctor_m0BEE4D19A8D87726F9E8FC5E4B05D2FBA119180B_gshared (EmptyInternalEnumerator_1_t6518414A85CC07AB5F8FF8051D384C1067C41C9E * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405((RuntimeObject *)__this, /*hidden argument*/NULL); return; } } // System.Void System.Array/EmptyInternalEnumerator`1::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1__cctor_m84AB32B1D290A3360DD977870BAC21D752BE0632_gshared (const RuntimeMethod* method) { { EmptyInternalEnumerator_1_t6518414A85CC07AB5F8FF8051D384C1067C41C9E * L_0 = (EmptyInternalEnumerator_1_t6518414A85CC07AB5F8FF8051D384C1067C41C9E *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2)); (( void (*) (EmptyInternalEnumerator_1_t6518414A85CC07AB5F8FF8051D384C1067C41C9E *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)->methodPointer)(L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); ((EmptyInternalEnumerator_1_t6518414A85CC07AB5F8FF8051D384C1067C41C9E_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4)))->set_Value_0(L_0); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Array/EmptyInternalEnumerator`1::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1_Dispose_mB1EE82A291192267B59F1C64DB1E41D4858EC75A_gshared (EmptyInternalEnumerator_1_t726E3D54CC64D8EC3060D4391CC46D8E54068656 * __this, const RuntimeMethod* method) { { return; } } // System.Boolean System.Array/EmptyInternalEnumerator`1::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool EmptyInternalEnumerator_1_MoveNext_m2DA95CA45560A86F52251C815E0C3901465C55F0_gshared (EmptyInternalEnumerator_1_t726E3D54CC64D8EC3060D4391CC46D8E54068656 * __this, const RuntimeMethod* method) { { return (bool)0; } } // T System.Array/EmptyInternalEnumerator`1::get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 EmptyInternalEnumerator_1_get_Current_m0A1A910F91FE790B1F5B6DA66C26DE5E71B9B3D8_gshared (EmptyInternalEnumerator_1_t726E3D54CC64D8EC3060D4391CC46D8E54068656 * __this, const RuntimeMethod* method) { { InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB * L_0 = (InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB_il2cpp_TypeInfo_var))); InvalidOperationException__ctor_mC012CE552988309733C896F3FEA8249171E4402E(L_0, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral7E7A07FECA0FF43839D67A9F7828EE56182CC9F6)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&EmptyInternalEnumerator_1_get_Current_m0A1A910F91FE790B1F5B6DA66C26DE5E71B9B3D8_RuntimeMethod_var))); } } // System.Object System.Array/EmptyInternalEnumerator`1::System.Collections.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * EmptyInternalEnumerator_1_System_Collections_IEnumerator_get_Current_mE9203BFF56F61F0B710F3356D31BFC4B55862F67_gshared (EmptyInternalEnumerator_1_t726E3D54CC64D8EC3060D4391CC46D8E54068656 * __this, const RuntimeMethod* method) { { NullCheck((EmptyInternalEnumerator_1_t726E3D54CC64D8EC3060D4391CC46D8E54068656 *)__this); DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_0; L_0 = (( DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 (*) (EmptyInternalEnumerator_1_t726E3D54CC64D8EC3060D4391CC46D8E54068656 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((EmptyInternalEnumerator_1_t726E3D54CC64D8EC3060D4391CC46D8E54068656 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_1 = (DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 )L_0; RuntimeObject * L_2 = Box(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 1), &L_1); return (RuntimeObject *)L_2; } } // System.Void System.Array/EmptyInternalEnumerator`1::System.Collections.IEnumerator.Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1_System_Collections_IEnumerator_Reset_m6698DF124570E1BBB86D7FDAB761DC21D99778D8_gshared (EmptyInternalEnumerator_1_t726E3D54CC64D8EC3060D4391CC46D8E54068656 * __this, const RuntimeMethod* method) { { return; } } // System.Void System.Array/EmptyInternalEnumerator`1::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1__ctor_m15D85AF51F695CBB3B8FC2C6434F810EEC2F73E9_gshared (EmptyInternalEnumerator_1_t726E3D54CC64D8EC3060D4391CC46D8E54068656 * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405((RuntimeObject *)__this, /*hidden argument*/NULL); return; } } // System.Void System.Array/EmptyInternalEnumerator`1::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1__cctor_m21551C092D53E3463F6A3736FC56F388BEB98CB7_gshared (const RuntimeMethod* method) { { EmptyInternalEnumerator_1_t726E3D54CC64D8EC3060D4391CC46D8E54068656 * L_0 = (EmptyInternalEnumerator_1_t726E3D54CC64D8EC3060D4391CC46D8E54068656 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2)); (( void (*) (EmptyInternalEnumerator_1_t726E3D54CC64D8EC3060D4391CC46D8E54068656 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)->methodPointer)(L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); ((EmptyInternalEnumerator_1_t726E3D54CC64D8EC3060D4391CC46D8E54068656_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4)))->set_Value_0(L_0); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Array/EmptyInternalEnumerator`1::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1_Dispose_m62FF6ED471A0B8A861CA91FDC240E929C8B0FA7E_gshared (EmptyInternalEnumerator_1_t6503CD2D7E6C44706DA1CF9DAF027F7BFF351C51 * __this, const RuntimeMethod* method) { { return; } } // System.Boolean System.Array/EmptyInternalEnumerator`1::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool EmptyInternalEnumerator_1_MoveNext_mF6661ACBBB4A1A32EEC9D98656F46DC65C8E8C7B_gshared (EmptyInternalEnumerator_1_t6503CD2D7E6C44706DA1CF9DAF027F7BFF351C51 * __this, const RuntimeMethod* method) { { return (bool)0; } } // T System.Array/EmptyInternalEnumerator`1::get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5 EmptyInternalEnumerator_1_get_Current_m73DA76779593ECD04DDBF3C26CC05CD24D7886B9_gshared (EmptyInternalEnumerator_1_t6503CD2D7E6C44706DA1CF9DAF027F7BFF351C51 * __this, const RuntimeMethod* method) { { InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB * L_0 = (InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB_il2cpp_TypeInfo_var))); InvalidOperationException__ctor_mC012CE552988309733C896F3FEA8249171E4402E(L_0, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral7E7A07FECA0FF43839D67A9F7828EE56182CC9F6)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&EmptyInternalEnumerator_1_get_Current_m73DA76779593ECD04DDBF3C26CC05CD24D7886B9_RuntimeMethod_var))); } } // System.Object System.Array/EmptyInternalEnumerator`1::System.Collections.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * EmptyInternalEnumerator_1_System_Collections_IEnumerator_get_Current_mBDFDE6F55503F84995B5F9B8637C4C928F168E13_gshared (EmptyInternalEnumerator_1_t6503CD2D7E6C44706DA1CF9DAF027F7BFF351C51 * __this, const RuntimeMethod* method) { { NullCheck((EmptyInternalEnumerator_1_t6503CD2D7E6C44706DA1CF9DAF027F7BFF351C51 *)__this); DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5 L_0; L_0 = (( DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5 (*) (EmptyInternalEnumerator_1_t6503CD2D7E6C44706DA1CF9DAF027F7BFF351C51 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((EmptyInternalEnumerator_1_t6503CD2D7E6C44706DA1CF9DAF027F7BFF351C51 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5 L_1 = (DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5 )L_0; RuntimeObject * L_2 = Box(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 1), &L_1); return (RuntimeObject *)L_2; } } // System.Void System.Array/EmptyInternalEnumerator`1::System.Collections.IEnumerator.Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1_System_Collections_IEnumerator_Reset_mAE0B6C614E404DD6041809306E96C051C0F17053_gshared (EmptyInternalEnumerator_1_t6503CD2D7E6C44706DA1CF9DAF027F7BFF351C51 * __this, const RuntimeMethod* method) { { return; } } // System.Void System.Array/EmptyInternalEnumerator`1::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1__ctor_mB00D81465F51245F230F4A51A43005FCE4868CB6_gshared (EmptyInternalEnumerator_1_t6503CD2D7E6C44706DA1CF9DAF027F7BFF351C51 * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405((RuntimeObject *)__this, /*hidden argument*/NULL); return; } } // System.Void System.Array/EmptyInternalEnumerator`1::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1__cctor_mCF31F636AF97877E76C96C5D3D00284B519223F0_gshared (const RuntimeMethod* method) { { EmptyInternalEnumerator_1_t6503CD2D7E6C44706DA1CF9DAF027F7BFF351C51 * L_0 = (EmptyInternalEnumerator_1_t6503CD2D7E6C44706DA1CF9DAF027F7BFF351C51 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2)); (( void (*) (EmptyInternalEnumerator_1_t6503CD2D7E6C44706DA1CF9DAF027F7BFF351C51 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)->methodPointer)(L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); ((EmptyInternalEnumerator_1_t6503CD2D7E6C44706DA1CF9DAF027F7BFF351C51_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4)))->set_Value_0(L_0); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Array/EmptyInternalEnumerator`1::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1_Dispose_m046C5350D0EDEBDA1EEA228A0A7514267A4DD731_gshared (EmptyInternalEnumerator_1_t10B6FEF1B4ABCF7096A50C987CB11542CE024E2E * __this, const RuntimeMethod* method) { { return; } } // System.Boolean System.Array/EmptyInternalEnumerator`1::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool EmptyInternalEnumerator_1_MoveNext_m171188A5E2EBFDAF951FD11EB571E5202E111B3C_gshared (EmptyInternalEnumerator_1_t10B6FEF1B4ABCF7096A50C987CB11542CE024E2E * __this, const RuntimeMethod* method) { { return (bool)0; } } // T System.Array/EmptyInternalEnumerator`1::get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 EmptyInternalEnumerator_1_get_Current_m03C30054ED8E2427E3DE1E1BCB87D07891AD4BF3_gshared (EmptyInternalEnumerator_1_t10B6FEF1B4ABCF7096A50C987CB11542CE024E2E * __this, const RuntimeMethod* method) { { InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB * L_0 = (InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB_il2cpp_TypeInfo_var))); InvalidOperationException__ctor_mC012CE552988309733C896F3FEA8249171E4402E(L_0, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral7E7A07FECA0FF43839D67A9F7828EE56182CC9F6)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&EmptyInternalEnumerator_1_get_Current_m03C30054ED8E2427E3DE1E1BCB87D07891AD4BF3_RuntimeMethod_var))); } } // System.Object System.Array/EmptyInternalEnumerator`1::System.Collections.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * EmptyInternalEnumerator_1_System_Collections_IEnumerator_get_Current_mCF1658E56574360CB32AE61877F8E92F4C1ACCFA_gshared (EmptyInternalEnumerator_1_t10B6FEF1B4ABCF7096A50C987CB11542CE024E2E * __this, const RuntimeMethod* method) { { NullCheck((EmptyInternalEnumerator_1_t10B6FEF1B4ABCF7096A50C987CB11542CE024E2E *)__this); Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 L_0; L_0 = (( Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 (*) (EmptyInternalEnumerator_1_t10B6FEF1B4ABCF7096A50C987CB11542CE024E2E *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((EmptyInternalEnumerator_1_t10B6FEF1B4ABCF7096A50C987CB11542CE024E2E *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 L_1 = (Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 )L_0; RuntimeObject * L_2 = Box(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 1), &L_1); return (RuntimeObject *)L_2; } } // System.Void System.Array/EmptyInternalEnumerator`1::System.Collections.IEnumerator.Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1_System_Collections_IEnumerator_Reset_mBA946D710729975C6FB365483E0ABE592C11DF27_gshared (EmptyInternalEnumerator_1_t10B6FEF1B4ABCF7096A50C987CB11542CE024E2E * __this, const RuntimeMethod* method) { { return; } } // System.Void System.Array/EmptyInternalEnumerator`1::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1__ctor_m0E59439548D0074870FEF6CC97D158DA615FE080_gshared (EmptyInternalEnumerator_1_t10B6FEF1B4ABCF7096A50C987CB11542CE024E2E * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405((RuntimeObject *)__this, /*hidden argument*/NULL); return; } } // System.Void System.Array/EmptyInternalEnumerator`1::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1__cctor_mDEC60BDFC01F17E6D56CCB04EE7CA4FC84042771_gshared (const RuntimeMethod* method) { { EmptyInternalEnumerator_1_t10B6FEF1B4ABCF7096A50C987CB11542CE024E2E * L_0 = (EmptyInternalEnumerator_1_t10B6FEF1B4ABCF7096A50C987CB11542CE024E2E *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2)); (( void (*) (EmptyInternalEnumerator_1_t10B6FEF1B4ABCF7096A50C987CB11542CE024E2E *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)->methodPointer)(L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); ((EmptyInternalEnumerator_1_t10B6FEF1B4ABCF7096A50C987CB11542CE024E2E_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4)))->set_Value_0(L_0); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Array/EmptyInternalEnumerator`1::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1_Dispose_mB19CED863008898A5B7E6D63676DA66D50298542_gshared (EmptyInternalEnumerator_1_tB49DC3FB5274801F30FC5844EB71290673C3C826 * __this, const RuntimeMethod* method) { { return; } } // System.Boolean System.Array/EmptyInternalEnumerator`1::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool EmptyInternalEnumerator_1_MoveNext_m1C2CA63A18482FB1F89AEF16F2B7E7677D2321ED_gshared (EmptyInternalEnumerator_1_tB49DC3FB5274801F30FC5844EB71290673C3C826 * __this, const RuntimeMethod* method) { { return (bool)0; } } // T System.Array/EmptyInternalEnumerator`1::get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DeferredTiler_tFBDEC2ED9B79F74D4AF97826AF601C8EC12FD372 EmptyInternalEnumerator_1_get_Current_mC74D77E8868F5BCBA4EB09CD1ACB440183E15CDE_gshared (EmptyInternalEnumerator_1_tB49DC3FB5274801F30FC5844EB71290673C3C826 * __this, const RuntimeMethod* method) { { InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB * L_0 = (InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB_il2cpp_TypeInfo_var))); InvalidOperationException__ctor_mC012CE552988309733C896F3FEA8249171E4402E(L_0, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral7E7A07FECA0FF43839D67A9F7828EE56182CC9F6)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&EmptyInternalEnumerator_1_get_Current_mC74D77E8868F5BCBA4EB09CD1ACB440183E15CDE_RuntimeMethod_var))); } } // System.Object System.Array/EmptyInternalEnumerator`1::System.Collections.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * EmptyInternalEnumerator_1_System_Collections_IEnumerator_get_Current_mC1D06B7CABB792A9D22B14BD8E5595E226F6EE06_gshared (EmptyInternalEnumerator_1_tB49DC3FB5274801F30FC5844EB71290673C3C826 * __this, const RuntimeMethod* method) { { NullCheck((EmptyInternalEnumerator_1_tB49DC3FB5274801F30FC5844EB71290673C3C826 *)__this); DeferredTiler_tFBDEC2ED9B79F74D4AF97826AF601C8EC12FD372 L_0; L_0 = (( DeferredTiler_tFBDEC2ED9B79F74D4AF97826AF601C8EC12FD372 (*) (EmptyInternalEnumerator_1_tB49DC3FB5274801F30FC5844EB71290673C3C826 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((EmptyInternalEnumerator_1_tB49DC3FB5274801F30FC5844EB71290673C3C826 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); DeferredTiler_tFBDEC2ED9B79F74D4AF97826AF601C8EC12FD372 L_1 = (DeferredTiler_tFBDEC2ED9B79F74D4AF97826AF601C8EC12FD372 )L_0; RuntimeObject * L_2 = Box(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 1), &L_1); return (RuntimeObject *)L_2; } } // System.Void System.Array/EmptyInternalEnumerator`1::System.Collections.IEnumerator.Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1_System_Collections_IEnumerator_Reset_mAE91EB478A089839E3445F0003492A812F848D74_gshared (EmptyInternalEnumerator_1_tB49DC3FB5274801F30FC5844EB71290673C3C826 * __this, const RuntimeMethod* method) { { return; } } // System.Void System.Array/EmptyInternalEnumerator`1::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1__ctor_m3A7D4D82AB6656EF4A1D951457C8C6212868AF8F_gshared (EmptyInternalEnumerator_1_tB49DC3FB5274801F30FC5844EB71290673C3C826 * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405((RuntimeObject *)__this, /*hidden argument*/NULL); return; } } // System.Void System.Array/EmptyInternalEnumerator`1::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1__cctor_m4C0F8782E73813471B04EBB23900D001F6D98B60_gshared (const RuntimeMethod* method) { { EmptyInternalEnumerator_1_tB49DC3FB5274801F30FC5844EB71290673C3C826 * L_0 = (EmptyInternalEnumerator_1_tB49DC3FB5274801F30FC5844EB71290673C3C826 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2)); (( void (*) (EmptyInternalEnumerator_1_tB49DC3FB5274801F30FC5844EB71290673C3C826 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)->methodPointer)(L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); ((EmptyInternalEnumerator_1_tB49DC3FB5274801F30FC5844EB71290673C3C826_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4)))->set_Value_0(L_0); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Array/EmptyInternalEnumerator`1::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1_Dispose_mEB6D164D68BE1BBCCA07B26CAF92C3154114ABE1_gshared (EmptyInternalEnumerator_1_tA204D365C3C1347BE86955967974285971A30861 * __this, const RuntimeMethod* method) { { return; } } // System.Boolean System.Array/EmptyInternalEnumerator`1::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool EmptyInternalEnumerator_1_MoveNext_m2C824C366F1841520E1D6433A2B40C1E4ABB6630_gshared (EmptyInternalEnumerator_1_tA204D365C3C1347BE86955967974285971A30861 * __this, const RuntimeMethod* method) { { return (bool)0; } } // T System.Array/EmptyInternalEnumerator`1::get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DictionaryEntry_tF60471FAB430320A9C7D4382BF966EAAC06D7A90 EmptyInternalEnumerator_1_get_Current_mF0977453D673D91BE8C9B8CFC6048D0D229D44EB_gshared (EmptyInternalEnumerator_1_tA204D365C3C1347BE86955967974285971A30861 * __this, const RuntimeMethod* method) { { InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB * L_0 = (InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB_il2cpp_TypeInfo_var))); InvalidOperationException__ctor_mC012CE552988309733C896F3FEA8249171E4402E(L_0, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral7E7A07FECA0FF43839D67A9F7828EE56182CC9F6)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&EmptyInternalEnumerator_1_get_Current_mF0977453D673D91BE8C9B8CFC6048D0D229D44EB_RuntimeMethod_var))); } } // System.Object System.Array/EmptyInternalEnumerator`1::System.Collections.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * EmptyInternalEnumerator_1_System_Collections_IEnumerator_get_Current_m49061C39846F4C0C9B340980AF176B3CC56CC7B3_gshared (EmptyInternalEnumerator_1_tA204D365C3C1347BE86955967974285971A30861 * __this, const RuntimeMethod* method) { { NullCheck((EmptyInternalEnumerator_1_tA204D365C3C1347BE86955967974285971A30861 *)__this); DictionaryEntry_tF60471FAB430320A9C7D4382BF966EAAC06D7A90 L_0; L_0 = (( DictionaryEntry_tF60471FAB430320A9C7D4382BF966EAAC06D7A90 (*) (EmptyInternalEnumerator_1_tA204D365C3C1347BE86955967974285971A30861 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((EmptyInternalEnumerator_1_tA204D365C3C1347BE86955967974285971A30861 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); DictionaryEntry_tF60471FAB430320A9C7D4382BF966EAAC06D7A90 L_1 = (DictionaryEntry_tF60471FAB430320A9C7D4382BF966EAAC06D7A90 )L_0; RuntimeObject * L_2 = Box(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 1), &L_1); return (RuntimeObject *)L_2; } } // System.Void System.Array/EmptyInternalEnumerator`1::System.Collections.IEnumerator.Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1_System_Collections_IEnumerator_Reset_m3B30B5889476A9102B01B91B66D8E246569E0D33_gshared (EmptyInternalEnumerator_1_tA204D365C3C1347BE86955967974285971A30861 * __this, const RuntimeMethod* method) { { return; } } // System.Void System.Array/EmptyInternalEnumerator`1::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1__ctor_mC03AE98EA13DC2D0327793803C05E8CA2C2A1E2A_gshared (EmptyInternalEnumerator_1_tA204D365C3C1347BE86955967974285971A30861 * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405((RuntimeObject *)__this, /*hidden argument*/NULL); return; } } // System.Void System.Array/EmptyInternalEnumerator`1::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1__cctor_m7A00FF6FDFB9BBCB5FEF243EEF7C6381358B8682_gshared (const RuntimeMethod* method) { { EmptyInternalEnumerator_1_tA204D365C3C1347BE86955967974285971A30861 * L_0 = (EmptyInternalEnumerator_1_tA204D365C3C1347BE86955967974285971A30861 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2)); (( void (*) (EmptyInternalEnumerator_1_tA204D365C3C1347BE86955967974285971A30861 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)->methodPointer)(L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); ((EmptyInternalEnumerator_1_tA204D365C3C1347BE86955967974285971A30861_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4)))->set_Value_0(L_0); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Array/EmptyInternalEnumerator`1::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1_Dispose_m359C7763710D9602B248BD587806FC8533E5830F_gshared (EmptyInternalEnumerator_1_t1170CCD0BDFDCF58482AAF758C02403FD74427A6 * __this, const RuntimeMethod* method) { { return; } } // System.Boolean System.Array/EmptyInternalEnumerator`1::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool EmptyInternalEnumerator_1_MoveNext_m551C410B35C0ABCB060613EA978FA56C164768B9_gshared (EmptyInternalEnumerator_1_t1170CCD0BDFDCF58482AAF758C02403FD74427A6 * __this, const RuntimeMethod* method) { { return (bool)0; } } // T System.Array/EmptyInternalEnumerator`1::get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR double EmptyInternalEnumerator_1_get_Current_m2102B98CE42D70B926F9234CA8FB646ECBB7107C_gshared (EmptyInternalEnumerator_1_t1170CCD0BDFDCF58482AAF758C02403FD74427A6 * __this, const RuntimeMethod* method) { { InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB * L_0 = (InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB_il2cpp_TypeInfo_var))); InvalidOperationException__ctor_mC012CE552988309733C896F3FEA8249171E4402E(L_0, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral7E7A07FECA0FF43839D67A9F7828EE56182CC9F6)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&EmptyInternalEnumerator_1_get_Current_m2102B98CE42D70B926F9234CA8FB646ECBB7107C_RuntimeMethod_var))); } } // System.Object System.Array/EmptyInternalEnumerator`1::System.Collections.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * EmptyInternalEnumerator_1_System_Collections_IEnumerator_get_Current_m98C06413BC7D0341F9E229657ED0680C20D75AE8_gshared (EmptyInternalEnumerator_1_t1170CCD0BDFDCF58482AAF758C02403FD74427A6 * __this, const RuntimeMethod* method) { { NullCheck((EmptyInternalEnumerator_1_t1170CCD0BDFDCF58482AAF758C02403FD74427A6 *)__this); double L_0; L_0 = (( double (*) (EmptyInternalEnumerator_1_t1170CCD0BDFDCF58482AAF758C02403FD74427A6 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((EmptyInternalEnumerator_1_t1170CCD0BDFDCF58482AAF758C02403FD74427A6 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); double L_1 = L_0; RuntimeObject * L_2 = Box(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 1), &L_1); return (RuntimeObject *)L_2; } } // System.Void System.Array/EmptyInternalEnumerator`1::System.Collections.IEnumerator.Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1_System_Collections_IEnumerator_Reset_m31A3DCC149BBBAB3AE17834DC30D2E56A25EF8EA_gshared (EmptyInternalEnumerator_1_t1170CCD0BDFDCF58482AAF758C02403FD74427A6 * __this, const RuntimeMethod* method) { { return; } } // System.Void System.Array/EmptyInternalEnumerator`1::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1__ctor_mB00F3A8B3DFD4042E2DBE76AE0357EBD810E9D11_gshared (EmptyInternalEnumerator_1_t1170CCD0BDFDCF58482AAF758C02403FD74427A6 * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405((RuntimeObject *)__this, /*hidden argument*/NULL); return; } } // System.Void System.Array/EmptyInternalEnumerator`1::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1__cctor_m14FD49FAD4E068C92C1C332CED87473995E21150_gshared (const RuntimeMethod* method) { { EmptyInternalEnumerator_1_t1170CCD0BDFDCF58482AAF758C02403FD74427A6 * L_0 = (EmptyInternalEnumerator_1_t1170CCD0BDFDCF58482AAF758C02403FD74427A6 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2)); (( void (*) (EmptyInternalEnumerator_1_t1170CCD0BDFDCF58482AAF758C02403FD74427A6 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)->methodPointer)(L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); ((EmptyInternalEnumerator_1_t1170CCD0BDFDCF58482AAF758C02403FD74427A6_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4)))->set_Value_0(L_0); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Array/EmptyInternalEnumerator`1::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1_Dispose_mE71824AFA965A949667229008EBED1C3C244F28C_gshared (EmptyInternalEnumerator_1_tA189556638C04823DE8AE67ECE13105A473F9F2A * __this, const RuntimeMethod* method) { { return; } } // System.Boolean System.Array/EmptyInternalEnumerator`1::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool EmptyInternalEnumerator_1_MoveNext_m0A298E4CEAD20134FDEA2CA2ADE6B06C6A3EA3A4_gshared (EmptyInternalEnumerator_1_tA189556638C04823DE8AE67ECE13105A473F9F2A * __this, const RuntimeMethod* method) { { return (bool)0; } } // T System.Array/EmptyInternalEnumerator`1::get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Ephemeron_t76EEAA1BDD5BE64FEAF9E3CD185451837EAA6208 EmptyInternalEnumerator_1_get_Current_m32C2FD5AAD074ED196296BBD4087E56A2F711D90_gshared (EmptyInternalEnumerator_1_tA189556638C04823DE8AE67ECE13105A473F9F2A * __this, const RuntimeMethod* method) { { InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB * L_0 = (InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB_il2cpp_TypeInfo_var))); InvalidOperationException__ctor_mC012CE552988309733C896F3FEA8249171E4402E(L_0, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral7E7A07FECA0FF43839D67A9F7828EE56182CC9F6)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&EmptyInternalEnumerator_1_get_Current_m32C2FD5AAD074ED196296BBD4087E56A2F711D90_RuntimeMethod_var))); } } // System.Object System.Array/EmptyInternalEnumerator`1::System.Collections.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * EmptyInternalEnumerator_1_System_Collections_IEnumerator_get_Current_mBD1A59E04E81D89152E1CDD1A360C42543D9DF3A_gshared (EmptyInternalEnumerator_1_tA189556638C04823DE8AE67ECE13105A473F9F2A * __this, const RuntimeMethod* method) { { NullCheck((EmptyInternalEnumerator_1_tA189556638C04823DE8AE67ECE13105A473F9F2A *)__this); Ephemeron_t76EEAA1BDD5BE64FEAF9E3CD185451837EAA6208 L_0; L_0 = (( Ephemeron_t76EEAA1BDD5BE64FEAF9E3CD185451837EAA6208 (*) (EmptyInternalEnumerator_1_tA189556638C04823DE8AE67ECE13105A473F9F2A *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((EmptyInternalEnumerator_1_tA189556638C04823DE8AE67ECE13105A473F9F2A *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); Ephemeron_t76EEAA1BDD5BE64FEAF9E3CD185451837EAA6208 L_1 = (Ephemeron_t76EEAA1BDD5BE64FEAF9E3CD185451837EAA6208 )L_0; RuntimeObject * L_2 = Box(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 1), &L_1); return (RuntimeObject *)L_2; } } // System.Void System.Array/EmptyInternalEnumerator`1::System.Collections.IEnumerator.Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1_System_Collections_IEnumerator_Reset_m1923612A7DB5581528EF95BB4988504751405DB1_gshared (EmptyInternalEnumerator_1_tA189556638C04823DE8AE67ECE13105A473F9F2A * __this, const RuntimeMethod* method) { { return; } } // System.Void System.Array/EmptyInternalEnumerator`1::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1__ctor_m825FFD4FF07C7AEC2BBA3C11BC896A1795A4616B_gshared (EmptyInternalEnumerator_1_tA189556638C04823DE8AE67ECE13105A473F9F2A * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405((RuntimeObject *)__this, /*hidden argument*/NULL); return; } } // System.Void System.Array/EmptyInternalEnumerator`1::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1__cctor_mB3259DA2F047530B50323CF9E9B423D1F570032A_gshared (const RuntimeMethod* method) { { EmptyInternalEnumerator_1_tA189556638C04823DE8AE67ECE13105A473F9F2A * L_0 = (EmptyInternalEnumerator_1_tA189556638C04823DE8AE67ECE13105A473F9F2A *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2)); (( void (*) (EmptyInternalEnumerator_1_tA189556638C04823DE8AE67ECE13105A473F9F2A *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)->methodPointer)(L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); ((EmptyInternalEnumerator_1_tA189556638C04823DE8AE67ECE13105A473F9F2A_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4)))->set_Value_0(L_0); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Array/EmptyInternalEnumerator`1::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1_Dispose_mE6493A8A9B668F130ABDA93EFD8B58C6533D0B8D_gshared (EmptyInternalEnumerator_1_t8F2B9E7FE9E0069D37DBAE8D9B5CE88425095F08 * __this, const RuntimeMethod* method) { { return; } } // System.Boolean System.Array/EmptyInternalEnumerator`1::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool EmptyInternalEnumerator_1_MoveNext_m89041730DDC00D4B1277B388F4789DFEC8B81B2C_gshared (EmptyInternalEnumerator_1_t8F2B9E7FE9E0069D37DBAE8D9B5CE88425095F08 * __this, const RuntimeMethod* method) { { return (bool)0; } } // T System.Array/EmptyInternalEnumerator`1::get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR EventDescription_tA7B5CD79AFB0B96E61BEB585B591EACF17319F5D EmptyInternalEnumerator_1_get_Current_m9D1CE3B87D4BC27702D19E5652535F3B20D11C2E_gshared (EmptyInternalEnumerator_1_t8F2B9E7FE9E0069D37DBAE8D9B5CE88425095F08 * __this, const RuntimeMethod* method) { { InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB * L_0 = (InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB_il2cpp_TypeInfo_var))); InvalidOperationException__ctor_mC012CE552988309733C896F3FEA8249171E4402E(L_0, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral7E7A07FECA0FF43839D67A9F7828EE56182CC9F6)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&EmptyInternalEnumerator_1_get_Current_m9D1CE3B87D4BC27702D19E5652535F3B20D11C2E_RuntimeMethod_var))); } } // System.Object System.Array/EmptyInternalEnumerator`1::System.Collections.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * EmptyInternalEnumerator_1_System_Collections_IEnumerator_get_Current_m7397EB2F3B5FD06999A93C8D9C6E06998F376293_gshared (EmptyInternalEnumerator_1_t8F2B9E7FE9E0069D37DBAE8D9B5CE88425095F08 * __this, const RuntimeMethod* method) { { NullCheck((EmptyInternalEnumerator_1_t8F2B9E7FE9E0069D37DBAE8D9B5CE88425095F08 *)__this); EventDescription_tA7B5CD79AFB0B96E61BEB585B591EACF17319F5D L_0; L_0 = (( EventDescription_tA7B5CD79AFB0B96E61BEB585B591EACF17319F5D (*) (EmptyInternalEnumerator_1_t8F2B9E7FE9E0069D37DBAE8D9B5CE88425095F08 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((EmptyInternalEnumerator_1_t8F2B9E7FE9E0069D37DBAE8D9B5CE88425095F08 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); EventDescription_tA7B5CD79AFB0B96E61BEB585B591EACF17319F5D L_1 = (EventDescription_tA7B5CD79AFB0B96E61BEB585B591EACF17319F5D )L_0; RuntimeObject * L_2 = Box(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 1), &L_1); return (RuntimeObject *)L_2; } } // System.Void System.Array/EmptyInternalEnumerator`1::System.Collections.IEnumerator.Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1_System_Collections_IEnumerator_Reset_m3BD80480C8D5615E4ED421AFF4364A197E867536_gshared (EmptyInternalEnumerator_1_t8F2B9E7FE9E0069D37DBAE8D9B5CE88425095F08 * __this, const RuntimeMethod* method) { { return; } } // System.Void System.Array/EmptyInternalEnumerator`1::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1__ctor_mFCF1EB0971175486A529B4C7B2D1EEF5E6C0AFD5_gshared (EmptyInternalEnumerator_1_t8F2B9E7FE9E0069D37DBAE8D9B5CE88425095F08 * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405((RuntimeObject *)__this, /*hidden argument*/NULL); return; } } // System.Void System.Array/EmptyInternalEnumerator`1::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1__cctor_m7602129F202195EE01A310CEEFB1681078BCF9C5_gshared (const RuntimeMethod* method) { { EmptyInternalEnumerator_1_t8F2B9E7FE9E0069D37DBAE8D9B5CE88425095F08 * L_0 = (EmptyInternalEnumerator_1_t8F2B9E7FE9E0069D37DBAE8D9B5CE88425095F08 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2)); (( void (*) (EmptyInternalEnumerator_1_t8F2B9E7FE9E0069D37DBAE8D9B5CE88425095F08 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)->methodPointer)(L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); ((EmptyInternalEnumerator_1_t8F2B9E7FE9E0069D37DBAE8D9B5CE88425095F08_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4)))->set_Value_0(L_0); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Array/EmptyInternalEnumerator`1::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1_Dispose_m3CA65CF4B16668335D69DCED1860C6BF34D3DCBA_gshared (EmptyInternalEnumerator_1_t6F66026A71AC1C3D4EA84126D09DDD25C2BD32BC * __this, const RuntimeMethod* method) { { return; } } // System.Boolean System.Array/EmptyInternalEnumerator`1::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool EmptyInternalEnumerator_1_MoveNext_mF9187CC03316DC7A384BEBCD3FA7ECF8AFB4717E_gshared (EmptyInternalEnumerator_1_t6F66026A71AC1C3D4EA84126D09DDD25C2BD32BC * __this, const RuntimeMethod* method) { { return (bool)0; } } // T System.Array/EmptyInternalEnumerator`1::get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR EventInstance_t77E43F521C3E42A51B553C95F04A518E03B7E2C8 EmptyInternalEnumerator_1_get_Current_mEC96CEA860F9B05BF9E63DB584AF60AADC1775F0_gshared (EmptyInternalEnumerator_1_t6F66026A71AC1C3D4EA84126D09DDD25C2BD32BC * __this, const RuntimeMethod* method) { { InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB * L_0 = (InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB_il2cpp_TypeInfo_var))); InvalidOperationException__ctor_mC012CE552988309733C896F3FEA8249171E4402E(L_0, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral7E7A07FECA0FF43839D67A9F7828EE56182CC9F6)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&EmptyInternalEnumerator_1_get_Current_mEC96CEA860F9B05BF9E63DB584AF60AADC1775F0_RuntimeMethod_var))); } } // System.Object System.Array/EmptyInternalEnumerator`1::System.Collections.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * EmptyInternalEnumerator_1_System_Collections_IEnumerator_get_Current_mBB65729AE3F0395448BF59D7479097AE2EDEC5A0_gshared (EmptyInternalEnumerator_1_t6F66026A71AC1C3D4EA84126D09DDD25C2BD32BC * __this, const RuntimeMethod* method) { { NullCheck((EmptyInternalEnumerator_1_t6F66026A71AC1C3D4EA84126D09DDD25C2BD32BC *)__this); EventInstance_t77E43F521C3E42A51B553C95F04A518E03B7E2C8 L_0; L_0 = (( EventInstance_t77E43F521C3E42A51B553C95F04A518E03B7E2C8 (*) (EmptyInternalEnumerator_1_t6F66026A71AC1C3D4EA84126D09DDD25C2BD32BC *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((EmptyInternalEnumerator_1_t6F66026A71AC1C3D4EA84126D09DDD25C2BD32BC *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); EventInstance_t77E43F521C3E42A51B553C95F04A518E03B7E2C8 L_1 = (EventInstance_t77E43F521C3E42A51B553C95F04A518E03B7E2C8 )L_0; RuntimeObject * L_2 = Box(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 1), &L_1); return (RuntimeObject *)L_2; } } // System.Void System.Array/EmptyInternalEnumerator`1::System.Collections.IEnumerator.Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1_System_Collections_IEnumerator_Reset_m38FB731AA747587DF00051C384946C31C171A273_gshared (EmptyInternalEnumerator_1_t6F66026A71AC1C3D4EA84126D09DDD25C2BD32BC * __this, const RuntimeMethod* method) { { return; } } // System.Void System.Array/EmptyInternalEnumerator`1::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1__ctor_m5F01B7905DBE0E37F8EF7B5FA26474E527CF28CC_gshared (EmptyInternalEnumerator_1_t6F66026A71AC1C3D4EA84126D09DDD25C2BD32BC * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405((RuntimeObject *)__this, /*hidden argument*/NULL); return; } } // System.Void System.Array/EmptyInternalEnumerator`1::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1__cctor_m3587820109C42CC63ED31067B06DDE4523D50517_gshared (const RuntimeMethod* method) { { EmptyInternalEnumerator_1_t6F66026A71AC1C3D4EA84126D09DDD25C2BD32BC * L_0 = (EmptyInternalEnumerator_1_t6F66026A71AC1C3D4EA84126D09DDD25C2BD32BC *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2)); (( void (*) (EmptyInternalEnumerator_1_t6F66026A71AC1C3D4EA84126D09DDD25C2BD32BC *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)->methodPointer)(L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); ((EmptyInternalEnumerator_1_t6F66026A71AC1C3D4EA84126D09DDD25C2BD32BC_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4)))->set_Value_0(L_0); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Array/EmptyInternalEnumerator`1::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1_Dispose_m35374D0CF14E1B3EC11380786F7ED0CB43C2EA06_gshared (EmptyInternalEnumerator_1_tBC0574AADD31054875385E2CACE9BDC921EDEBAE * __this, const RuntimeMethod* method) { { return; } } // System.Boolean System.Array/EmptyInternalEnumerator`1::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool EmptyInternalEnumerator_1_MoveNext_mC693E4D0CC9D7FDCC4E74039840718D818CE8DAC_gshared (EmptyInternalEnumerator_1_tBC0574AADD31054875385E2CACE9BDC921EDEBAE * __this, const RuntimeMethod* method) { { return (bool)0; } } // T System.Array/EmptyInternalEnumerator`1::get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 EmptyInternalEnumerator_1_get_Current_mA795A93B9FC42021395276E56D8888DC12F2D7BF_gshared (EmptyInternalEnumerator_1_tBC0574AADD31054875385E2CACE9BDC921EDEBAE * __this, const RuntimeMethod* method) { { InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB * L_0 = (InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB_il2cpp_TypeInfo_var))); InvalidOperationException__ctor_mC012CE552988309733C896F3FEA8249171E4402E(L_0, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral7E7A07FECA0FF43839D67A9F7828EE56182CC9F6)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&EmptyInternalEnumerator_1_get_Current_mA795A93B9FC42021395276E56D8888DC12F2D7BF_RuntimeMethod_var))); } } // System.Object System.Array/EmptyInternalEnumerator`1::System.Collections.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * EmptyInternalEnumerator_1_System_Collections_IEnumerator_get_Current_m1ACEFFE4B9929DB41D3418D40DB14BCE09D250BE_gshared (EmptyInternalEnumerator_1_tBC0574AADD31054875385E2CACE9BDC921EDEBAE * __this, const RuntimeMethod* method) { { NullCheck((EmptyInternalEnumerator_1_tBC0574AADD31054875385E2CACE9BDC921EDEBAE *)__this); GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 L_0; L_0 = (( GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 (*) (EmptyInternalEnumerator_1_tBC0574AADD31054875385E2CACE9BDC921EDEBAE *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((EmptyInternalEnumerator_1_tBC0574AADD31054875385E2CACE9BDC921EDEBAE *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 L_1 = (GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 )L_0; RuntimeObject * L_2 = Box(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 1), &L_1); return (RuntimeObject *)L_2; } } // System.Void System.Array/EmptyInternalEnumerator`1::System.Collections.IEnumerator.Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1_System_Collections_IEnumerator_Reset_mA1BEA87D4F6050AB99E02FF4B09ECFC7301C1DCA_gshared (EmptyInternalEnumerator_1_tBC0574AADD31054875385E2CACE9BDC921EDEBAE * __this, const RuntimeMethod* method) { { return; } } // System.Void System.Array/EmptyInternalEnumerator`1::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1__ctor_m658DF765893915E86C68E67D716FA0775E2E235B_gshared (EmptyInternalEnumerator_1_tBC0574AADD31054875385E2CACE9BDC921EDEBAE * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405((RuntimeObject *)__this, /*hidden argument*/NULL); return; } } // System.Void System.Array/EmptyInternalEnumerator`1::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1__cctor_mF03A4C0383FEC0FF04D3A3731FA0D7B400F078A1_gshared (const RuntimeMethod* method) { { EmptyInternalEnumerator_1_tBC0574AADD31054875385E2CACE9BDC921EDEBAE * L_0 = (EmptyInternalEnumerator_1_tBC0574AADD31054875385E2CACE9BDC921EDEBAE *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2)); (( void (*) (EmptyInternalEnumerator_1_tBC0574AADD31054875385E2CACE9BDC921EDEBAE *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)->methodPointer)(L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); ((EmptyInternalEnumerator_1_tBC0574AADD31054875385E2CACE9BDC921EDEBAE_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4)))->set_Value_0(L_0); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Array/EmptyInternalEnumerator`1::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1_Dispose_mE537E3138DA256CF918F73BD2B338E9961360B01_gshared (EmptyInternalEnumerator_1_tCCCA7955FD6ABCE0C436239FACB16B5B127A89D8 * __this, const RuntimeMethod* method) { { return; } } // System.Boolean System.Array/EmptyInternalEnumerator`1::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool EmptyInternalEnumerator_1_MoveNext_m04C91769DC0AC2821614F597458FD665D11829E5_gshared (EmptyInternalEnumerator_1_tCCCA7955FD6ABCE0C436239FACB16B5B127A89D8 * __this, const RuntimeMethod* method) { { return (bool)0; } } // T System.Array/EmptyInternalEnumerator`1::get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR GUID_tCC697E11AB02E4A20C30AAB6716ED1DD724C63DC EmptyInternalEnumerator_1_get_Current_m81CFAAEACD578CCE368D681EF27F3D8C2BDDF162_gshared (EmptyInternalEnumerator_1_tCCCA7955FD6ABCE0C436239FACB16B5B127A89D8 * __this, const RuntimeMethod* method) { { InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB * L_0 = (InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB_il2cpp_TypeInfo_var))); InvalidOperationException__ctor_mC012CE552988309733C896F3FEA8249171E4402E(L_0, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral7E7A07FECA0FF43839D67A9F7828EE56182CC9F6)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&EmptyInternalEnumerator_1_get_Current_m81CFAAEACD578CCE368D681EF27F3D8C2BDDF162_RuntimeMethod_var))); } } // System.Object System.Array/EmptyInternalEnumerator`1::System.Collections.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * EmptyInternalEnumerator_1_System_Collections_IEnumerator_get_Current_m68E3589BA4811F3A9AD739E14614C176C93ECBAE_gshared (EmptyInternalEnumerator_1_tCCCA7955FD6ABCE0C436239FACB16B5B127A89D8 * __this, const RuntimeMethod* method) { { NullCheck((EmptyInternalEnumerator_1_tCCCA7955FD6ABCE0C436239FACB16B5B127A89D8 *)__this); GUID_tCC697E11AB02E4A20C30AAB6716ED1DD724C63DC L_0; L_0 = (( GUID_tCC697E11AB02E4A20C30AAB6716ED1DD724C63DC (*) (EmptyInternalEnumerator_1_tCCCA7955FD6ABCE0C436239FACB16B5B127A89D8 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((EmptyInternalEnumerator_1_tCCCA7955FD6ABCE0C436239FACB16B5B127A89D8 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); GUID_tCC697E11AB02E4A20C30AAB6716ED1DD724C63DC L_1 = (GUID_tCC697E11AB02E4A20C30AAB6716ED1DD724C63DC )L_0; RuntimeObject * L_2 = Box(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 1), &L_1); return (RuntimeObject *)L_2; } } // System.Void System.Array/EmptyInternalEnumerator`1::System.Collections.IEnumerator.Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1_System_Collections_IEnumerator_Reset_m685A613985688AECE8E619BDC0004B941771F4EC_gshared (EmptyInternalEnumerator_1_tCCCA7955FD6ABCE0C436239FACB16B5B127A89D8 * __this, const RuntimeMethod* method) { { return; } } // System.Void System.Array/EmptyInternalEnumerator`1::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1__ctor_m7C229E6242EFB3E8F91DEBD298D6342320A34FA4_gshared (EmptyInternalEnumerator_1_tCCCA7955FD6ABCE0C436239FACB16B5B127A89D8 * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405((RuntimeObject *)__this, /*hidden argument*/NULL); return; } } // System.Void System.Array/EmptyInternalEnumerator`1::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1__cctor_mC15C688A627018C0E794022AA71054F208EED8B9_gshared (const RuntimeMethod* method) { { EmptyInternalEnumerator_1_tCCCA7955FD6ABCE0C436239FACB16B5B127A89D8 * L_0 = (EmptyInternalEnumerator_1_tCCCA7955FD6ABCE0C436239FACB16B5B127A89D8 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2)); (( void (*) (EmptyInternalEnumerator_1_tCCCA7955FD6ABCE0C436239FACB16B5B127A89D8 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)->methodPointer)(L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); ((EmptyInternalEnumerator_1_tCCCA7955FD6ABCE0C436239FACB16B5B127A89D8_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4)))->set_Value_0(L_0); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Array/EmptyInternalEnumerator`1::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1_Dispose_mAD56ED6AB7037D82E97730DD79605D1315028A76_gshared (EmptyInternalEnumerator_1_t0B6EFE19888B5D18EE4326D4C1FDB66AF5644DCC * __this, const RuntimeMethod* method) { { return; } } // System.Boolean System.Array/EmptyInternalEnumerator`1::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool EmptyInternalEnumerator_1_MoveNext_mA86DB43D4D61FC8B27002D959155C6F81A230CBA_gshared (EmptyInternalEnumerator_1_t0B6EFE19888B5D18EE4326D4C1FDB66AF5644DCC * __this, const RuntimeMethod* method) { { return (bool)0; } } // T System.Array/EmptyInternalEnumerator`1::get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR GradientAlphaKey_t2EB9572FC9B85C468D39D2DC7A02A441F3A7E36D EmptyInternalEnumerator_1_get_Current_mD375325B6F3D0A7DE1B4E037BCE473699BA1C73E_gshared (EmptyInternalEnumerator_1_t0B6EFE19888B5D18EE4326D4C1FDB66AF5644DCC * __this, const RuntimeMethod* method) { { InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB * L_0 = (InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB_il2cpp_TypeInfo_var))); InvalidOperationException__ctor_mC012CE552988309733C896F3FEA8249171E4402E(L_0, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral7E7A07FECA0FF43839D67A9F7828EE56182CC9F6)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&EmptyInternalEnumerator_1_get_Current_mD375325B6F3D0A7DE1B4E037BCE473699BA1C73E_RuntimeMethod_var))); } } // System.Object System.Array/EmptyInternalEnumerator`1::System.Collections.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * EmptyInternalEnumerator_1_System_Collections_IEnumerator_get_Current_m02675008E284D2F3A51B9EB70A3B33CD20A92505_gshared (EmptyInternalEnumerator_1_t0B6EFE19888B5D18EE4326D4C1FDB66AF5644DCC * __this, const RuntimeMethod* method) { { NullCheck((EmptyInternalEnumerator_1_t0B6EFE19888B5D18EE4326D4C1FDB66AF5644DCC *)__this); GradientAlphaKey_t2EB9572FC9B85C468D39D2DC7A02A441F3A7E36D L_0; L_0 = (( GradientAlphaKey_t2EB9572FC9B85C468D39D2DC7A02A441F3A7E36D (*) (EmptyInternalEnumerator_1_t0B6EFE19888B5D18EE4326D4C1FDB66AF5644DCC *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((EmptyInternalEnumerator_1_t0B6EFE19888B5D18EE4326D4C1FDB66AF5644DCC *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); GradientAlphaKey_t2EB9572FC9B85C468D39D2DC7A02A441F3A7E36D L_1 = (GradientAlphaKey_t2EB9572FC9B85C468D39D2DC7A02A441F3A7E36D )L_0; RuntimeObject * L_2 = Box(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 1), &L_1); return (RuntimeObject *)L_2; } } // System.Void System.Array/EmptyInternalEnumerator`1::System.Collections.IEnumerator.Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1_System_Collections_IEnumerator_Reset_mC677F19E68487E969916CE4415AC6651877F5EFB_gshared (EmptyInternalEnumerator_1_t0B6EFE19888B5D18EE4326D4C1FDB66AF5644DCC * __this, const RuntimeMethod* method) { { return; } } // System.Void System.Array/EmptyInternalEnumerator`1::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1__ctor_mF9F181A1D8C268B950207AB61DF44166DF2B9FA2_gshared (EmptyInternalEnumerator_1_t0B6EFE19888B5D18EE4326D4C1FDB66AF5644DCC * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405((RuntimeObject *)__this, /*hidden argument*/NULL); return; } } // System.Void System.Array/EmptyInternalEnumerator`1::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1__cctor_m3EB32CEBBB36B6FC21D242D4728850DDFF0E22E9_gshared (const RuntimeMethod* method) { { EmptyInternalEnumerator_1_t0B6EFE19888B5D18EE4326D4C1FDB66AF5644DCC * L_0 = (EmptyInternalEnumerator_1_t0B6EFE19888B5D18EE4326D4C1FDB66AF5644DCC *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2)); (( void (*) (EmptyInternalEnumerator_1_t0B6EFE19888B5D18EE4326D4C1FDB66AF5644DCC *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)->methodPointer)(L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); ((EmptyInternalEnumerator_1_t0B6EFE19888B5D18EE4326D4C1FDB66AF5644DCC_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4)))->set_Value_0(L_0); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Array/EmptyInternalEnumerator`1::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1_Dispose_m914C4FCFA64F538CE2494EE48F350CEF64FA991E_gshared (EmptyInternalEnumerator_1_t48F7297744ACEAFE78133A8F63D9426751835F3C * __this, const RuntimeMethod* method) { { return; } } // System.Boolean System.Array/EmptyInternalEnumerator`1::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool EmptyInternalEnumerator_1_MoveNext_m7CCE4806A57D71625E94119499B2D17E39AE4587_gshared (EmptyInternalEnumerator_1_t48F7297744ACEAFE78133A8F63D9426751835F3C * __this, const RuntimeMethod* method) { { return (bool)0; } } // T System.Array/EmptyInternalEnumerator`1::get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR GradientColorKey_t1B691B0604BDB77B1515A6F565D928BC0EBF2F2E EmptyInternalEnumerator_1_get_Current_m38315DD3BE9F51C0AB06DBBCE3D22819E35CDB02_gshared (EmptyInternalEnumerator_1_t48F7297744ACEAFE78133A8F63D9426751835F3C * __this, const RuntimeMethod* method) { { InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB * L_0 = (InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB_il2cpp_TypeInfo_var))); InvalidOperationException__ctor_mC012CE552988309733C896F3FEA8249171E4402E(L_0, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral7E7A07FECA0FF43839D67A9F7828EE56182CC9F6)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&EmptyInternalEnumerator_1_get_Current_m38315DD3BE9F51C0AB06DBBCE3D22819E35CDB02_RuntimeMethod_var))); } } // System.Object System.Array/EmptyInternalEnumerator`1::System.Collections.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * EmptyInternalEnumerator_1_System_Collections_IEnumerator_get_Current_m50933BB98FFFF4D8C06699F70314BF5602DE717E_gshared (EmptyInternalEnumerator_1_t48F7297744ACEAFE78133A8F63D9426751835F3C * __this, const RuntimeMethod* method) { { NullCheck((EmptyInternalEnumerator_1_t48F7297744ACEAFE78133A8F63D9426751835F3C *)__this); GradientColorKey_t1B691B0604BDB77B1515A6F565D928BC0EBF2F2E L_0; L_0 = (( GradientColorKey_t1B691B0604BDB77B1515A6F565D928BC0EBF2F2E (*) (EmptyInternalEnumerator_1_t48F7297744ACEAFE78133A8F63D9426751835F3C *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((EmptyInternalEnumerator_1_t48F7297744ACEAFE78133A8F63D9426751835F3C *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); GradientColorKey_t1B691B0604BDB77B1515A6F565D928BC0EBF2F2E L_1 = (GradientColorKey_t1B691B0604BDB77B1515A6F565D928BC0EBF2F2E )L_0; RuntimeObject * L_2 = Box(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 1), &L_1); return (RuntimeObject *)L_2; } } // System.Void System.Array/EmptyInternalEnumerator`1::System.Collections.IEnumerator.Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1_System_Collections_IEnumerator_Reset_mED5519F25060588C74996799AF0065CDBD7ADAE4_gshared (EmptyInternalEnumerator_1_t48F7297744ACEAFE78133A8F63D9426751835F3C * __this, const RuntimeMethod* method) { { return; } } // System.Void System.Array/EmptyInternalEnumerator`1::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1__ctor_m3B295A425EC285425AF82C19510B30702C1D7BD1_gshared (EmptyInternalEnumerator_1_t48F7297744ACEAFE78133A8F63D9426751835F3C * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405((RuntimeObject *)__this, /*hidden argument*/NULL); return; } } // System.Void System.Array/EmptyInternalEnumerator`1::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1__cctor_m2FD737A0A173BEC90ECEB777DDEF603484304A47_gshared (const RuntimeMethod* method) { { EmptyInternalEnumerator_1_t48F7297744ACEAFE78133A8F63D9426751835F3C * L_0 = (EmptyInternalEnumerator_1_t48F7297744ACEAFE78133A8F63D9426751835F3C *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2)); (( void (*) (EmptyInternalEnumerator_1_t48F7297744ACEAFE78133A8F63D9426751835F3C *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)->methodPointer)(L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); ((EmptyInternalEnumerator_1_t48F7297744ACEAFE78133A8F63D9426751835F3C_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4)))->set_Value_0(L_0); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Array/EmptyInternalEnumerator`1::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1_Dispose_mDE209D9B70ABD55CD0B70D5FA35EB2C5BEEAB4A5_gshared (EmptyInternalEnumerator_1_tD68414D16589E152F8316B674FC004E6E2F8335D * __this, const RuntimeMethod* method) { { return; } } // System.Boolean System.Array/EmptyInternalEnumerator`1::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool EmptyInternalEnumerator_1_MoveNext_m2230A093380DE661E15D3F3E83F1C878E3FD795D_gshared (EmptyInternalEnumerator_1_tD68414D16589E152F8316B674FC004E6E2F8335D * __this, const RuntimeMethod* method) { { return (bool)0; } } // T System.Array/EmptyInternalEnumerator`1::get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Guid_t EmptyInternalEnumerator_1_get_Current_m23E227EE463EA88CFEED9909F40549F74B7C99F5_gshared (EmptyInternalEnumerator_1_tD68414D16589E152F8316B674FC004E6E2F8335D * __this, const RuntimeMethod* method) { { InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB * L_0 = (InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB_il2cpp_TypeInfo_var))); InvalidOperationException__ctor_mC012CE552988309733C896F3FEA8249171E4402E(L_0, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral7E7A07FECA0FF43839D67A9F7828EE56182CC9F6)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&EmptyInternalEnumerator_1_get_Current_m23E227EE463EA88CFEED9909F40549F74B7C99F5_RuntimeMethod_var))); } } // System.Object System.Array/EmptyInternalEnumerator`1::System.Collections.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * EmptyInternalEnumerator_1_System_Collections_IEnumerator_get_Current_mE4EFCA83521CECCFD6BEBC8C6830235F7DDE2F2A_gshared (EmptyInternalEnumerator_1_tD68414D16589E152F8316B674FC004E6E2F8335D * __this, const RuntimeMethod* method) { { NullCheck((EmptyInternalEnumerator_1_tD68414D16589E152F8316B674FC004E6E2F8335D *)__this); Guid_t L_0; L_0 = (( Guid_t (*) (EmptyInternalEnumerator_1_tD68414D16589E152F8316B674FC004E6E2F8335D *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((EmptyInternalEnumerator_1_tD68414D16589E152F8316B674FC004E6E2F8335D *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); Guid_t L_1 = (Guid_t )L_0; RuntimeObject * L_2 = Box(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 1), &L_1); return (RuntimeObject *)L_2; } } // System.Void System.Array/EmptyInternalEnumerator`1::System.Collections.IEnumerator.Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1_System_Collections_IEnumerator_Reset_m588F511E19C7B5AC48EE386854B4D3CF7994ADEF_gshared (EmptyInternalEnumerator_1_tD68414D16589E152F8316B674FC004E6E2F8335D * __this, const RuntimeMethod* method) { { return; } } // System.Void System.Array/EmptyInternalEnumerator`1::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1__ctor_mDE5B450FD8E54BD788289B8B504676C797EE8752_gshared (EmptyInternalEnumerator_1_tD68414D16589E152F8316B674FC004E6E2F8335D * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405((RuntimeObject *)__this, /*hidden argument*/NULL); return; } } // System.Void System.Array/EmptyInternalEnumerator`1::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1__cctor_m1708BD2E1AF5CB9C4FD91650B6BB61D37AB3E53A_gshared (const RuntimeMethod* method) { { EmptyInternalEnumerator_1_tD68414D16589E152F8316B674FC004E6E2F8335D * L_0 = (EmptyInternalEnumerator_1_tD68414D16589E152F8316B674FC004E6E2F8335D *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2)); (( void (*) (EmptyInternalEnumerator_1_tD68414D16589E152F8316B674FC004E6E2F8335D *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)->methodPointer)(L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); ((EmptyInternalEnumerator_1_tD68414D16589E152F8316B674FC004E6E2F8335D_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4)))->set_Value_0(L_0); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Array/EmptyInternalEnumerator`1::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1_Dispose_m5E63741D7C39CB0629B308E0FE0E7C250FDF053A_gshared (EmptyInternalEnumerator_1_t17CB0E6F2F9E76CD1BF00B847D7CE0B1D6AE7C29 * __this, const RuntimeMethod* method) { { return; } } // System.Boolean System.Array/EmptyInternalEnumerator`1::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool EmptyInternalEnumerator_1_MoveNext_mEB954B3C3339118167F7F6766DA48C2757374496_gshared (EmptyInternalEnumerator_1_t17CB0E6F2F9E76CD1BF00B847D7CE0B1D6AE7C29 * __this, const RuntimeMethod* method) { { return (bool)0; } } // T System.Array/EmptyInternalEnumerator`1::get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR HeaderVariantInfo_tD03E1F7AEDDB87537B5002F0B7A5455D31B297C3 EmptyInternalEnumerator_1_get_Current_mE46D573F775AE56CCC5953D2BD54EC9FBBEF2BDE_gshared (EmptyInternalEnumerator_1_t17CB0E6F2F9E76CD1BF00B847D7CE0B1D6AE7C29 * __this, const RuntimeMethod* method) { { InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB * L_0 = (InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB_il2cpp_TypeInfo_var))); InvalidOperationException__ctor_mC012CE552988309733C896F3FEA8249171E4402E(L_0, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral7E7A07FECA0FF43839D67A9F7828EE56182CC9F6)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&EmptyInternalEnumerator_1_get_Current_mE46D573F775AE56CCC5953D2BD54EC9FBBEF2BDE_RuntimeMethod_var))); } } // System.Object System.Array/EmptyInternalEnumerator`1::System.Collections.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * EmptyInternalEnumerator_1_System_Collections_IEnumerator_get_Current_m904528E21769DBE8ECED245BA57BE0F8C77D9307_gshared (EmptyInternalEnumerator_1_t17CB0E6F2F9E76CD1BF00B847D7CE0B1D6AE7C29 * __this, const RuntimeMethod* method) { { NullCheck((EmptyInternalEnumerator_1_t17CB0E6F2F9E76CD1BF00B847D7CE0B1D6AE7C29 *)__this); HeaderVariantInfo_tD03E1F7AEDDB87537B5002F0B7A5455D31B297C3 L_0; L_0 = (( HeaderVariantInfo_tD03E1F7AEDDB87537B5002F0B7A5455D31B297C3 (*) (EmptyInternalEnumerator_1_t17CB0E6F2F9E76CD1BF00B847D7CE0B1D6AE7C29 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((EmptyInternalEnumerator_1_t17CB0E6F2F9E76CD1BF00B847D7CE0B1D6AE7C29 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); HeaderVariantInfo_tD03E1F7AEDDB87537B5002F0B7A5455D31B297C3 L_1 = (HeaderVariantInfo_tD03E1F7AEDDB87537B5002F0B7A5455D31B297C3 )L_0; RuntimeObject * L_2 = Box(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 1), &L_1); return (RuntimeObject *)L_2; } } // System.Void System.Array/EmptyInternalEnumerator`1::System.Collections.IEnumerator.Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1_System_Collections_IEnumerator_Reset_m7D0B4FF783F89E9D3F9BA264F60BDC5B29EEE09C_gshared (EmptyInternalEnumerator_1_t17CB0E6F2F9E76CD1BF00B847D7CE0B1D6AE7C29 * __this, const RuntimeMethod* method) { { return; } } // System.Void System.Array/EmptyInternalEnumerator`1::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1__ctor_m6D5DF2A12C698C46DA4421E8957F5D4F99ACB0BB_gshared (EmptyInternalEnumerator_1_t17CB0E6F2F9E76CD1BF00B847D7CE0B1D6AE7C29 * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405((RuntimeObject *)__this, /*hidden argument*/NULL); return; } } // System.Void System.Array/EmptyInternalEnumerator`1::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1__cctor_m5C5FB6450B1D6705D0144C45E8B480D71A6B4809_gshared (const RuntimeMethod* method) { { EmptyInternalEnumerator_1_t17CB0E6F2F9E76CD1BF00B847D7CE0B1D6AE7C29 * L_0 = (EmptyInternalEnumerator_1_t17CB0E6F2F9E76CD1BF00B847D7CE0B1D6AE7C29 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2)); (( void (*) (EmptyInternalEnumerator_1_t17CB0E6F2F9E76CD1BF00B847D7CE0B1D6AE7C29 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)->methodPointer)(L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); ((EmptyInternalEnumerator_1_t17CB0E6F2F9E76CD1BF00B847D7CE0B1D6AE7C29_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4)))->set_Value_0(L_0); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Array/EmptyInternalEnumerator`1::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1_Dispose_mB055DC287E6CF000B0D8D000CD205B2752ACBC52_gshared (EmptyInternalEnumerator_1_tFAD2389573AFD6D91E651E0E382AE9EA3E4E0193 * __this, const RuntimeMethod* method) { { return; } } // System.Boolean System.Array/EmptyInternalEnumerator`1::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool EmptyInternalEnumerator_1_MoveNext_mA5B8708758C6048322BD85D0F2C53FB9441F1188_gshared (EmptyInternalEnumerator_1_tFAD2389573AFD6D91E651E0E382AE9EA3E4E0193 * __this, const RuntimeMethod* method) { { return (bool)0; } } // T System.Array/EmptyInternalEnumerator`1::get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR HmdQuad_t_tCBF2ADCE72BC27483B7D6DCFA0A54EB823295374 EmptyInternalEnumerator_1_get_Current_m5750125F1CA365020E9FCD9E17B02B0751BE7526_gshared (EmptyInternalEnumerator_1_tFAD2389573AFD6D91E651E0E382AE9EA3E4E0193 * __this, const RuntimeMethod* method) { { InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB * L_0 = (InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB_il2cpp_TypeInfo_var))); InvalidOperationException__ctor_mC012CE552988309733C896F3FEA8249171E4402E(L_0, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral7E7A07FECA0FF43839D67A9F7828EE56182CC9F6)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&EmptyInternalEnumerator_1_get_Current_m5750125F1CA365020E9FCD9E17B02B0751BE7526_RuntimeMethod_var))); } } // System.Object System.Array/EmptyInternalEnumerator`1::System.Collections.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * EmptyInternalEnumerator_1_System_Collections_IEnumerator_get_Current_mBEC6894D6119B34449F1890438F6E1AF32F7783D_gshared (EmptyInternalEnumerator_1_tFAD2389573AFD6D91E651E0E382AE9EA3E4E0193 * __this, const RuntimeMethod* method) { { NullCheck((EmptyInternalEnumerator_1_tFAD2389573AFD6D91E651E0E382AE9EA3E4E0193 *)__this); HmdQuad_t_tCBF2ADCE72BC27483B7D6DCFA0A54EB823295374 L_0; L_0 = (( HmdQuad_t_tCBF2ADCE72BC27483B7D6DCFA0A54EB823295374 (*) (EmptyInternalEnumerator_1_tFAD2389573AFD6D91E651E0E382AE9EA3E4E0193 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((EmptyInternalEnumerator_1_tFAD2389573AFD6D91E651E0E382AE9EA3E4E0193 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); HmdQuad_t_tCBF2ADCE72BC27483B7D6DCFA0A54EB823295374 L_1 = (HmdQuad_t_tCBF2ADCE72BC27483B7D6DCFA0A54EB823295374 )L_0; RuntimeObject * L_2 = Box(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 1), &L_1); return (RuntimeObject *)L_2; } } // System.Void System.Array/EmptyInternalEnumerator`1::System.Collections.IEnumerator.Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1_System_Collections_IEnumerator_Reset_m840C7DC2150BF26EFCAA3E126905A698407BAE1C_gshared (EmptyInternalEnumerator_1_tFAD2389573AFD6D91E651E0E382AE9EA3E4E0193 * __this, const RuntimeMethod* method) { { return; } } // System.Void System.Array/EmptyInternalEnumerator`1::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1__ctor_m02E79A8C23A5C3A3F9583975C177DD9836716F0E_gshared (EmptyInternalEnumerator_1_tFAD2389573AFD6D91E651E0E382AE9EA3E4E0193 * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405((RuntimeObject *)__this, /*hidden argument*/NULL); return; } } // System.Void System.Array/EmptyInternalEnumerator`1::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1__cctor_m5EF6C493D4F40160D466132F61E88E1A0A92C115_gshared (const RuntimeMethod* method) { { EmptyInternalEnumerator_1_tFAD2389573AFD6D91E651E0E382AE9EA3E4E0193 * L_0 = (EmptyInternalEnumerator_1_tFAD2389573AFD6D91E651E0E382AE9EA3E4E0193 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2)); (( void (*) (EmptyInternalEnumerator_1_tFAD2389573AFD6D91E651E0E382AE9EA3E4E0193 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)->methodPointer)(L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); ((EmptyInternalEnumerator_1_tFAD2389573AFD6D91E651E0E382AE9EA3E4E0193_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4)))->set_Value_0(L_0); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Array/EmptyInternalEnumerator`1::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1_Dispose_m4FB024FC44FBA1AC6BD0C12DD5652A87B3F11E09_gshared (EmptyInternalEnumerator_1_tD3B6658370504A40A66DE99B14DE0DE9F3AA9FE4 * __this, const RuntimeMethod* method) { { return; } } // System.Boolean System.Array/EmptyInternalEnumerator`1::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool EmptyInternalEnumerator_1_MoveNext_m52C777F06F4F852A5A40AD554FB89E6DC184BC77_gshared (EmptyInternalEnumerator_1_tD3B6658370504A40A66DE99B14DE0DE9F3AA9FE4 * __this, const RuntimeMethod* method) { { return (bool)0; } } // T System.Array/EmptyInternalEnumerator`1::get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR HumanBone_tFEE7CD9B6E62BBB95CC4A6F1AA7FC7A26541D62D EmptyInternalEnumerator_1_get_Current_m2B137A67A478635C9543CDB5F3BBA096A334063E_gshared (EmptyInternalEnumerator_1_tD3B6658370504A40A66DE99B14DE0DE9F3AA9FE4 * __this, const RuntimeMethod* method) { { InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB * L_0 = (InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB_il2cpp_TypeInfo_var))); InvalidOperationException__ctor_mC012CE552988309733C896F3FEA8249171E4402E(L_0, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral7E7A07FECA0FF43839D67A9F7828EE56182CC9F6)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&EmptyInternalEnumerator_1_get_Current_m2B137A67A478635C9543CDB5F3BBA096A334063E_RuntimeMethod_var))); } } // System.Object System.Array/EmptyInternalEnumerator`1::System.Collections.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * EmptyInternalEnumerator_1_System_Collections_IEnumerator_get_Current_m5E8B14B359B9D76005B73CE18F8A52BDDBB69560_gshared (EmptyInternalEnumerator_1_tD3B6658370504A40A66DE99B14DE0DE9F3AA9FE4 * __this, const RuntimeMethod* method) { { NullCheck((EmptyInternalEnumerator_1_tD3B6658370504A40A66DE99B14DE0DE9F3AA9FE4 *)__this); HumanBone_tFEE7CD9B6E62BBB95CC4A6F1AA7FC7A26541D62D L_0; L_0 = (( HumanBone_tFEE7CD9B6E62BBB95CC4A6F1AA7FC7A26541D62D (*) (EmptyInternalEnumerator_1_tD3B6658370504A40A66DE99B14DE0DE9F3AA9FE4 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((EmptyInternalEnumerator_1_tD3B6658370504A40A66DE99B14DE0DE9F3AA9FE4 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); HumanBone_tFEE7CD9B6E62BBB95CC4A6F1AA7FC7A26541D62D L_1 = (HumanBone_tFEE7CD9B6E62BBB95CC4A6F1AA7FC7A26541D62D )L_0; RuntimeObject * L_2 = Box(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 1), &L_1); return (RuntimeObject *)L_2; } } // System.Void System.Array/EmptyInternalEnumerator`1::System.Collections.IEnumerator.Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1_System_Collections_IEnumerator_Reset_m5A188284EC75D788375FB84198096196FEB35417_gshared (EmptyInternalEnumerator_1_tD3B6658370504A40A66DE99B14DE0DE9F3AA9FE4 * __this, const RuntimeMethod* method) { { return; } } // System.Void System.Array/EmptyInternalEnumerator`1::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1__ctor_m9F5D7C82C99983655F0AF08BACED60838B60BAEC_gshared (EmptyInternalEnumerator_1_tD3B6658370504A40A66DE99B14DE0DE9F3AA9FE4 * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405((RuntimeObject *)__this, /*hidden argument*/NULL); return; } } // System.Void System.Array/EmptyInternalEnumerator`1::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1__cctor_mF52A38A831124545D3569418098F4B9FB63637B6_gshared (const RuntimeMethod* method) { { EmptyInternalEnumerator_1_tD3B6658370504A40A66DE99B14DE0DE9F3AA9FE4 * L_0 = (EmptyInternalEnumerator_1_tD3B6658370504A40A66DE99B14DE0DE9F3AA9FE4 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2)); (( void (*) (EmptyInternalEnumerator_1_tD3B6658370504A40A66DE99B14DE0DE9F3AA9FE4 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)->methodPointer)(L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); ((EmptyInternalEnumerator_1_tD3B6658370504A40A66DE99B14DE0DE9F3AA9FE4_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4)))->set_Value_0(L_0); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Array/EmptyInternalEnumerator`1::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1_Dispose_mC301519CD1F5D63D5F45B1462C5E3180FA168CAD_gshared (EmptyInternalEnumerator_1_tC4BD83CD32AC253C8FB58834BC82D5B0B01EC8B0 * __this, const RuntimeMethod* method) { { return; } } // System.Boolean System.Array/EmptyInternalEnumerator`1::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool EmptyInternalEnumerator_1_MoveNext_m92D793D9D0263120760B2E3D6E8387D6EB15C6B0_gshared (EmptyInternalEnumerator_1_tC4BD83CD32AC253C8FB58834BC82D5B0B01EC8B0 * __this, const RuntimeMethod* method) { { return (bool)0; } } // T System.Array/EmptyInternalEnumerator`1::get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR InputBinding_t95FC40907C92DDB8F118F0062BE49C22ADF28FFB EmptyInternalEnumerator_1_get_Current_mCE996A28ABB5783D5205229575F298C97E2A32E3_gshared (EmptyInternalEnumerator_1_tC4BD83CD32AC253C8FB58834BC82D5B0B01EC8B0 * __this, const RuntimeMethod* method) { { InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB * L_0 = (InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB_il2cpp_TypeInfo_var))); InvalidOperationException__ctor_mC012CE552988309733C896F3FEA8249171E4402E(L_0, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral7E7A07FECA0FF43839D67A9F7828EE56182CC9F6)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&EmptyInternalEnumerator_1_get_Current_mCE996A28ABB5783D5205229575F298C97E2A32E3_RuntimeMethod_var))); } } // System.Object System.Array/EmptyInternalEnumerator`1::System.Collections.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * EmptyInternalEnumerator_1_System_Collections_IEnumerator_get_Current_mED715F60A15415E362936E02872706D65608D06A_gshared (EmptyInternalEnumerator_1_tC4BD83CD32AC253C8FB58834BC82D5B0B01EC8B0 * __this, const RuntimeMethod* method) { { NullCheck((EmptyInternalEnumerator_1_tC4BD83CD32AC253C8FB58834BC82D5B0B01EC8B0 *)__this); InputBinding_t95FC40907C92DDB8F118F0062BE49C22ADF28FFB L_0; L_0 = (( InputBinding_t95FC40907C92DDB8F118F0062BE49C22ADF28FFB (*) (EmptyInternalEnumerator_1_tC4BD83CD32AC253C8FB58834BC82D5B0B01EC8B0 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((EmptyInternalEnumerator_1_tC4BD83CD32AC253C8FB58834BC82D5B0B01EC8B0 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); InputBinding_t95FC40907C92DDB8F118F0062BE49C22ADF28FFB L_1 = (InputBinding_t95FC40907C92DDB8F118F0062BE49C22ADF28FFB )L_0; RuntimeObject * L_2 = Box(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 1), &L_1); return (RuntimeObject *)L_2; } } // System.Void System.Array/EmptyInternalEnumerator`1::System.Collections.IEnumerator.Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1_System_Collections_IEnumerator_Reset_mE4E84E58DD049BE049299DB121AE01F43DB6CC7C_gshared (EmptyInternalEnumerator_1_tC4BD83CD32AC253C8FB58834BC82D5B0B01EC8B0 * __this, const RuntimeMethod* method) { { return; } } // System.Void System.Array/EmptyInternalEnumerator`1::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1__ctor_m959CDCCC6E5699DBF2379820989BC4152F8CD710_gshared (EmptyInternalEnumerator_1_tC4BD83CD32AC253C8FB58834BC82D5B0B01EC8B0 * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405((RuntimeObject *)__this, /*hidden argument*/NULL); return; } } // System.Void System.Array/EmptyInternalEnumerator`1::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1__cctor_mFF1C34B6B33C2D7D1C1B9CAE92B54EBDDB63B7CC_gshared (const RuntimeMethod* method) { { EmptyInternalEnumerator_1_tC4BD83CD32AC253C8FB58834BC82D5B0B01EC8B0 * L_0 = (EmptyInternalEnumerator_1_tC4BD83CD32AC253C8FB58834BC82D5B0B01EC8B0 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2)); (( void (*) (EmptyInternalEnumerator_1_tC4BD83CD32AC253C8FB58834BC82D5B0B01EC8B0 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)->methodPointer)(L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); ((EmptyInternalEnumerator_1_tC4BD83CD32AC253C8FB58834BC82D5B0B01EC8B0_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4)))->set_Value_0(L_0); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Array/EmptyInternalEnumerator`1::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1_Dispose_mF34F4895C2FE7AEE0434CA9CF858685C2FC42F3D_gshared (EmptyInternalEnumerator_1_tC5A8EB0F5E1BBC81F98B3FA4B8C76D07FCD12D56 * __this, const RuntimeMethod* method) { { return; } } // System.Boolean System.Array/EmptyInternalEnumerator`1::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool EmptyInternalEnumerator_1_MoveNext_m1F7879ABFBF3887D04E91B75ED19D4A13B0FC111_gshared (EmptyInternalEnumerator_1_tC5A8EB0F5E1BBC81F98B3FA4B8C76D07FCD12D56 * __this, const RuntimeMethod* method) { { return (bool)0; } } // T System.Array/EmptyInternalEnumerator`1::get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR InputControlScheme_t65ED7D84CDC45F04A6417FABA3F8585FC545C340 EmptyInternalEnumerator_1_get_Current_m8B201199A7A43AAF23CE9FA60A16FFB462B94CCA_gshared (EmptyInternalEnumerator_1_tC5A8EB0F5E1BBC81F98B3FA4B8C76D07FCD12D56 * __this, const RuntimeMethod* method) { { InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB * L_0 = (InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB_il2cpp_TypeInfo_var))); InvalidOperationException__ctor_mC012CE552988309733C896F3FEA8249171E4402E(L_0, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral7E7A07FECA0FF43839D67A9F7828EE56182CC9F6)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&EmptyInternalEnumerator_1_get_Current_m8B201199A7A43AAF23CE9FA60A16FFB462B94CCA_RuntimeMethod_var))); } } // System.Object System.Array/EmptyInternalEnumerator`1::System.Collections.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * EmptyInternalEnumerator_1_System_Collections_IEnumerator_get_Current_mAEB7EC4340F57E6900360B2A7C990422027A951A_gshared (EmptyInternalEnumerator_1_tC5A8EB0F5E1BBC81F98B3FA4B8C76D07FCD12D56 * __this, const RuntimeMethod* method) { { NullCheck((EmptyInternalEnumerator_1_tC5A8EB0F5E1BBC81F98B3FA4B8C76D07FCD12D56 *)__this); InputControlScheme_t65ED7D84CDC45F04A6417FABA3F8585FC545C340 L_0; L_0 = (( InputControlScheme_t65ED7D84CDC45F04A6417FABA3F8585FC545C340 (*) (EmptyInternalEnumerator_1_tC5A8EB0F5E1BBC81F98B3FA4B8C76D07FCD12D56 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((EmptyInternalEnumerator_1_tC5A8EB0F5E1BBC81F98B3FA4B8C76D07FCD12D56 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); InputControlScheme_t65ED7D84CDC45F04A6417FABA3F8585FC545C340 L_1 = (InputControlScheme_t65ED7D84CDC45F04A6417FABA3F8585FC545C340 )L_0; RuntimeObject * L_2 = Box(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 1), &L_1); return (RuntimeObject *)L_2; } } // System.Void System.Array/EmptyInternalEnumerator`1::System.Collections.IEnumerator.Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1_System_Collections_IEnumerator_Reset_mAF2D2D5376A047B4DD2EEA26E6CCDFFFCAFB0924_gshared (EmptyInternalEnumerator_1_tC5A8EB0F5E1BBC81F98B3FA4B8C76D07FCD12D56 * __this, const RuntimeMethod* method) { { return; } } // System.Void System.Array/EmptyInternalEnumerator`1::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1__ctor_m2CB7AD93276BC8E49931EC7A57766750189E650D_gshared (EmptyInternalEnumerator_1_tC5A8EB0F5E1BBC81F98B3FA4B8C76D07FCD12D56 * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405((RuntimeObject *)__this, /*hidden argument*/NULL); return; } } // System.Void System.Array/EmptyInternalEnumerator`1::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1__cctor_m8205265A52E25312CEA800E824A3BEF08548BB3D_gshared (const RuntimeMethod* method) { { EmptyInternalEnumerator_1_tC5A8EB0F5E1BBC81F98B3FA4B8C76D07FCD12D56 * L_0 = (EmptyInternalEnumerator_1_tC5A8EB0F5E1BBC81F98B3FA4B8C76D07FCD12D56 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2)); (( void (*) (EmptyInternalEnumerator_1_tC5A8EB0F5E1BBC81F98B3FA4B8C76D07FCD12D56 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)->methodPointer)(L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); ((EmptyInternalEnumerator_1_tC5A8EB0F5E1BBC81F98B3FA4B8C76D07FCD12D56_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4)))->set_Value_0(L_0); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Array/EmptyInternalEnumerator`1::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1_Dispose_m020B92026F3A0873C63D5B7988C2C18FBECCB9FF_gshared (EmptyInternalEnumerator_1_t5FD32FF123B831648EF69274CA4EBC20E4ADED03 * __this, const RuntimeMethod* method) { { return; } } // System.Boolean System.Array/EmptyInternalEnumerator`1::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool EmptyInternalEnumerator_1_MoveNext_m48D91FA2F496F8F6FDC4CA3DEAD71F44703D5E4F_gshared (EmptyInternalEnumerator_1_t5FD32FF123B831648EF69274CA4EBC20E4ADED03 * __this, const RuntimeMethod* method) { { return (bool)0; } } // T System.Array/EmptyInternalEnumerator`1::get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR InputDeviceDescription_tBE78411023CFED0A42110A1357D65BD6E5EDBB58 EmptyInternalEnumerator_1_get_Current_mE0A7FBD26AD30734E80D6ED02D87CBF14CFFDF4F_gshared (EmptyInternalEnumerator_1_t5FD32FF123B831648EF69274CA4EBC20E4ADED03 * __this, const RuntimeMethod* method) { { InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB * L_0 = (InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB_il2cpp_TypeInfo_var))); InvalidOperationException__ctor_mC012CE552988309733C896F3FEA8249171E4402E(L_0, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral7E7A07FECA0FF43839D67A9F7828EE56182CC9F6)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&EmptyInternalEnumerator_1_get_Current_mE0A7FBD26AD30734E80D6ED02D87CBF14CFFDF4F_RuntimeMethod_var))); } } // System.Object System.Array/EmptyInternalEnumerator`1::System.Collections.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * EmptyInternalEnumerator_1_System_Collections_IEnumerator_get_Current_mF9D75509236A40FD5FAB8899F3AB99ACBD61D185_gshared (EmptyInternalEnumerator_1_t5FD32FF123B831648EF69274CA4EBC20E4ADED03 * __this, const RuntimeMethod* method) { { NullCheck((EmptyInternalEnumerator_1_t5FD32FF123B831648EF69274CA4EBC20E4ADED03 *)__this); InputDeviceDescription_tBE78411023CFED0A42110A1357D65BD6E5EDBB58 L_0; L_0 = (( InputDeviceDescription_tBE78411023CFED0A42110A1357D65BD6E5EDBB58 (*) (EmptyInternalEnumerator_1_t5FD32FF123B831648EF69274CA4EBC20E4ADED03 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((EmptyInternalEnumerator_1_t5FD32FF123B831648EF69274CA4EBC20E4ADED03 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); InputDeviceDescription_tBE78411023CFED0A42110A1357D65BD6E5EDBB58 L_1 = (InputDeviceDescription_tBE78411023CFED0A42110A1357D65BD6E5EDBB58 )L_0; RuntimeObject * L_2 = Box(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 1), &L_1); return (RuntimeObject *)L_2; } } // System.Void System.Array/EmptyInternalEnumerator`1::System.Collections.IEnumerator.Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1_System_Collections_IEnumerator_Reset_m01C22BAB020774412031C21246D3A15E945F7255_gshared (EmptyInternalEnumerator_1_t5FD32FF123B831648EF69274CA4EBC20E4ADED03 * __this, const RuntimeMethod* method) { { return; } } // System.Void System.Array/EmptyInternalEnumerator`1::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1__ctor_mC8FD931745517E43C503FB8BB363E25546942E85_gshared (EmptyInternalEnumerator_1_t5FD32FF123B831648EF69274CA4EBC20E4ADED03 * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405((RuntimeObject *)__this, /*hidden argument*/NULL); return; } } // System.Void System.Array/EmptyInternalEnumerator`1::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1__cctor_mA259ECA4812C8DD0FBC36BF3B31D3E9708F6AC8B_gshared (const RuntimeMethod* method) { { EmptyInternalEnumerator_1_t5FD32FF123B831648EF69274CA4EBC20E4ADED03 * L_0 = (EmptyInternalEnumerator_1_t5FD32FF123B831648EF69274CA4EBC20E4ADED03 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2)); (( void (*) (EmptyInternalEnumerator_1_t5FD32FF123B831648EF69274CA4EBC20E4ADED03 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)->methodPointer)(L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); ((EmptyInternalEnumerator_1_t5FD32FF123B831648EF69274CA4EBC20E4ADED03_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4)))->set_Value_0(L_0); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Array/EmptyInternalEnumerator`1::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1_Dispose_m874AF79034307C7B1576A6577A7B7C2006F99F33_gshared (EmptyInternalEnumerator_1_tEB5C29F0625EB1E98571BC04E51328E84EF98BC2 * __this, const RuntimeMethod* method) { { return; } } // System.Boolean System.Array/EmptyInternalEnumerator`1::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool EmptyInternalEnumerator_1_MoveNext_m998E060B3C273DFFAB16CE56BA17669DCDD43375_gshared (EmptyInternalEnumerator_1_tEB5C29F0625EB1E98571BC04E51328E84EF98BC2 * __this, const RuntimeMethod* method) { { return (bool)0; } } // T System.Array/EmptyInternalEnumerator`1::get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR InputEventPtr_t3ECDD4FDE129B0CD8021DF46D8D01D941F4AE5C1 EmptyInternalEnumerator_1_get_Current_m3AA7C9DE9702A678968A86B1FF37D8F998469E5D_gshared (EmptyInternalEnumerator_1_tEB5C29F0625EB1E98571BC04E51328E84EF98BC2 * __this, const RuntimeMethod* method) { { InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB * L_0 = (InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB_il2cpp_TypeInfo_var))); InvalidOperationException__ctor_mC012CE552988309733C896F3FEA8249171E4402E(L_0, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral7E7A07FECA0FF43839D67A9F7828EE56182CC9F6)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&EmptyInternalEnumerator_1_get_Current_m3AA7C9DE9702A678968A86B1FF37D8F998469E5D_RuntimeMethod_var))); } } // System.Object System.Array/EmptyInternalEnumerator`1::System.Collections.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * EmptyInternalEnumerator_1_System_Collections_IEnumerator_get_Current_mDC48B08E2F3321F697842B85B97EB2FCFE98523B_gshared (EmptyInternalEnumerator_1_tEB5C29F0625EB1E98571BC04E51328E84EF98BC2 * __this, const RuntimeMethod* method) { { NullCheck((EmptyInternalEnumerator_1_tEB5C29F0625EB1E98571BC04E51328E84EF98BC2 *)__this); InputEventPtr_t3ECDD4FDE129B0CD8021DF46D8D01D941F4AE5C1 L_0; L_0 = (( InputEventPtr_t3ECDD4FDE129B0CD8021DF46D8D01D941F4AE5C1 (*) (EmptyInternalEnumerator_1_tEB5C29F0625EB1E98571BC04E51328E84EF98BC2 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((EmptyInternalEnumerator_1_tEB5C29F0625EB1E98571BC04E51328E84EF98BC2 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); InputEventPtr_t3ECDD4FDE129B0CD8021DF46D8D01D941F4AE5C1 L_1 = (InputEventPtr_t3ECDD4FDE129B0CD8021DF46D8D01D941F4AE5C1 )L_0; RuntimeObject * L_2 = Box(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 1), &L_1); return (RuntimeObject *)L_2; } } // System.Void System.Array/EmptyInternalEnumerator`1::System.Collections.IEnumerator.Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1_System_Collections_IEnumerator_Reset_m56EEEE74F1C72E9B21895A3AEAB7A086C103E17B_gshared (EmptyInternalEnumerator_1_tEB5C29F0625EB1E98571BC04E51328E84EF98BC2 * __this, const RuntimeMethod* method) { { return; } } // System.Void System.Array/EmptyInternalEnumerator`1::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1__ctor_m35765CE57E2053AF1FF35DE4473C7B758F170468_gshared (EmptyInternalEnumerator_1_tEB5C29F0625EB1E98571BC04E51328E84EF98BC2 * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405((RuntimeObject *)__this, /*hidden argument*/NULL); return; } } // System.Void System.Array/EmptyInternalEnumerator`1::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1__cctor_m63BD49299EAD9F13F4897BC7B278AA83768CF80C_gshared (const RuntimeMethod* method) { { EmptyInternalEnumerator_1_tEB5C29F0625EB1E98571BC04E51328E84EF98BC2 * L_0 = (EmptyInternalEnumerator_1_tEB5C29F0625EB1E98571BC04E51328E84EF98BC2 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2)); (( void (*) (EmptyInternalEnumerator_1_tEB5C29F0625EB1E98571BC04E51328E84EF98BC2 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)->methodPointer)(L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); ((EmptyInternalEnumerator_1_tEB5C29F0625EB1E98571BC04E51328E84EF98BC2_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4)))->set_Value_0(L_0); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Array/EmptyInternalEnumerator`1::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1_Dispose_m79BF4A0A06A59FA219BDA00AFFEA0B082AE4A941_gshared (EmptyInternalEnumerator_1_tDB34587FFE38D2D85851249A3B380F978AD68C4D * __this, const RuntimeMethod* method) { { return; } } // System.Boolean System.Array/EmptyInternalEnumerator`1::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool EmptyInternalEnumerator_1_MoveNext_m86D380E0C509CDCBDAD591EACEF5227B065201CE_gshared (EmptyInternalEnumerator_1_tDB34587FFE38D2D85851249A3B380F978AD68C4D * __this, const RuntimeMethod* method) { { return (bool)0; } } // T System.Array/EmptyInternalEnumerator`1::get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR InputUser_t24563658CE23969C25DE4C0BF21F192443AE379A EmptyInternalEnumerator_1_get_Current_m60B57BD49D081419A529F3BC760C4D2956D5FECD_gshared (EmptyInternalEnumerator_1_tDB34587FFE38D2D85851249A3B380F978AD68C4D * __this, const RuntimeMethod* method) { { InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB * L_0 = (InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB_il2cpp_TypeInfo_var))); InvalidOperationException__ctor_mC012CE552988309733C896F3FEA8249171E4402E(L_0, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral7E7A07FECA0FF43839D67A9F7828EE56182CC9F6)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&EmptyInternalEnumerator_1_get_Current_m60B57BD49D081419A529F3BC760C4D2956D5FECD_RuntimeMethod_var))); } } // System.Object System.Array/EmptyInternalEnumerator`1::System.Collections.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * EmptyInternalEnumerator_1_System_Collections_IEnumerator_get_Current_m33773490B05427DE09CC4E29B88BD6D45DC9AFCD_gshared (EmptyInternalEnumerator_1_tDB34587FFE38D2D85851249A3B380F978AD68C4D * __this, const RuntimeMethod* method) { { NullCheck((EmptyInternalEnumerator_1_tDB34587FFE38D2D85851249A3B380F978AD68C4D *)__this); InputUser_t24563658CE23969C25DE4C0BF21F192443AE379A L_0; L_0 = (( InputUser_t24563658CE23969C25DE4C0BF21F192443AE379A (*) (EmptyInternalEnumerator_1_tDB34587FFE38D2D85851249A3B380F978AD68C4D *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((EmptyInternalEnumerator_1_tDB34587FFE38D2D85851249A3B380F978AD68C4D *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); InputUser_t24563658CE23969C25DE4C0BF21F192443AE379A L_1 = (InputUser_t24563658CE23969C25DE4C0BF21F192443AE379A )L_0; RuntimeObject * L_2 = Box(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 1), &L_1); return (RuntimeObject *)L_2; } } // System.Void System.Array/EmptyInternalEnumerator`1::System.Collections.IEnumerator.Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1_System_Collections_IEnumerator_Reset_mDC618A08EF98BC95604D709D810DBD6EE0B7C94D_gshared (EmptyInternalEnumerator_1_tDB34587FFE38D2D85851249A3B380F978AD68C4D * __this, const RuntimeMethod* method) { { return; } } // System.Void System.Array/EmptyInternalEnumerator`1::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1__ctor_m0ACC411BE9F3CE750A34D776EB96DA9F959D0C0E_gshared (EmptyInternalEnumerator_1_tDB34587FFE38D2D85851249A3B380F978AD68C4D * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405((RuntimeObject *)__this, /*hidden argument*/NULL); return; } } // System.Void System.Array/EmptyInternalEnumerator`1::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1__cctor_mE6E5F0B82A29B8157EE38695FE91480158513767_gshared (const RuntimeMethod* method) { { EmptyInternalEnumerator_1_tDB34587FFE38D2D85851249A3B380F978AD68C4D * L_0 = (EmptyInternalEnumerator_1_tDB34587FFE38D2D85851249A3B380F978AD68C4D *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2)); (( void (*) (EmptyInternalEnumerator_1_tDB34587FFE38D2D85851249A3B380F978AD68C4D *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)->methodPointer)(L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); ((EmptyInternalEnumerator_1_tDB34587FFE38D2D85851249A3B380F978AD68C4D_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4)))->set_Value_0(L_0); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Array/EmptyInternalEnumerator`1::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1_Dispose_mA0B3904C05EEE3FB4B004A8511C8577896918AE1_gshared (EmptyInternalEnumerator_1_tF15A3752DA216D09FD5F129496CF55E18CED8CAD * __this, const RuntimeMethod* method) { { return; } } // System.Boolean System.Array/EmptyInternalEnumerator`1::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool EmptyInternalEnumerator_1_MoveNext_mF98935D78A6E48013773E0D5EE400855D8EF9861_gshared (EmptyInternalEnumerator_1_tF15A3752DA216D09FD5F129496CF55E18CED8CAD * __this, const RuntimeMethod* method) { { return (bool)0; } } // T System.Array/EmptyInternalEnumerator`1::get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int16_t EmptyInternalEnumerator_1_get_Current_m5A9BB2D38D3031E7BA4F311369AAE2AAA5D5139D_gshared (EmptyInternalEnumerator_1_tF15A3752DA216D09FD5F129496CF55E18CED8CAD * __this, const RuntimeMethod* method) { { InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB * L_0 = (InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB_il2cpp_TypeInfo_var))); InvalidOperationException__ctor_mC012CE552988309733C896F3FEA8249171E4402E(L_0, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral7E7A07FECA0FF43839D67A9F7828EE56182CC9F6)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&EmptyInternalEnumerator_1_get_Current_m5A9BB2D38D3031E7BA4F311369AAE2AAA5D5139D_RuntimeMethod_var))); } } // System.Object System.Array/EmptyInternalEnumerator`1::System.Collections.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * EmptyInternalEnumerator_1_System_Collections_IEnumerator_get_Current_m9393418FD91300D1ACFCA85E2A56EB5FC9327E9C_gshared (EmptyInternalEnumerator_1_tF15A3752DA216D09FD5F129496CF55E18CED8CAD * __this, const RuntimeMethod* method) { { NullCheck((EmptyInternalEnumerator_1_tF15A3752DA216D09FD5F129496CF55E18CED8CAD *)__this); int16_t L_0; L_0 = (( int16_t (*) (EmptyInternalEnumerator_1_tF15A3752DA216D09FD5F129496CF55E18CED8CAD *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((EmptyInternalEnumerator_1_tF15A3752DA216D09FD5F129496CF55E18CED8CAD *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); int16_t L_1 = L_0; RuntimeObject * L_2 = Box(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 1), &L_1); return (RuntimeObject *)L_2; } } // System.Void System.Array/EmptyInternalEnumerator`1::System.Collections.IEnumerator.Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1_System_Collections_IEnumerator_Reset_m22678D3C04E90FC88754CA654112DD40AA1CE83F_gshared (EmptyInternalEnumerator_1_tF15A3752DA216D09FD5F129496CF55E18CED8CAD * __this, const RuntimeMethod* method) { { return; } } // System.Void System.Array/EmptyInternalEnumerator`1::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1__ctor_m5EE36EFFC15DA802ECF8237972687CEE47A89B71_gshared (EmptyInternalEnumerator_1_tF15A3752DA216D09FD5F129496CF55E18CED8CAD * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405((RuntimeObject *)__this, /*hidden argument*/NULL); return; } } // System.Void System.Array/EmptyInternalEnumerator`1::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1__cctor_mEDB59E2E9CCED5AA2C51B0ED0A2531B101AEA157_gshared (const RuntimeMethod* method) { { EmptyInternalEnumerator_1_tF15A3752DA216D09FD5F129496CF55E18CED8CAD * L_0 = (EmptyInternalEnumerator_1_tF15A3752DA216D09FD5F129496CF55E18CED8CAD *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2)); (( void (*) (EmptyInternalEnumerator_1_tF15A3752DA216D09FD5F129496CF55E18CED8CAD *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)->methodPointer)(L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); ((EmptyInternalEnumerator_1_tF15A3752DA216D09FD5F129496CF55E18CED8CAD_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4)))->set_Value_0(L_0); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Array/EmptyInternalEnumerator`1::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1_Dispose_m6767DB3BC7444FE32795C5659667695C6D80D3F4_gshared (EmptyInternalEnumerator_1_t183B07D6D966587E51B7703F377C4CA1A11B89BB * __this, const RuntimeMethod* method) { { return; } } // System.Boolean System.Array/EmptyInternalEnumerator`1::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool EmptyInternalEnumerator_1_MoveNext_mF3C0043A7D17D1DB2D56D97F14CAFD75968064A7_gshared (EmptyInternalEnumerator_1_t183B07D6D966587E51B7703F377C4CA1A11B89BB * __this, const RuntimeMethod* method) { { return (bool)0; } } // T System.Array/EmptyInternalEnumerator`1::get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t EmptyInternalEnumerator_1_get_Current_m4F3563646D16294940D73C81AE6F2D0808B6A492_gshared (EmptyInternalEnumerator_1_t183B07D6D966587E51B7703F377C4CA1A11B89BB * __this, const RuntimeMethod* method) { { InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB * L_0 = (InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB_il2cpp_TypeInfo_var))); InvalidOperationException__ctor_mC012CE552988309733C896F3FEA8249171E4402E(L_0, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral7E7A07FECA0FF43839D67A9F7828EE56182CC9F6)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&EmptyInternalEnumerator_1_get_Current_m4F3563646D16294940D73C81AE6F2D0808B6A492_RuntimeMethod_var))); } } // System.Object System.Array/EmptyInternalEnumerator`1::System.Collections.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * EmptyInternalEnumerator_1_System_Collections_IEnumerator_get_Current_m474E2080C369567C5191FCAC8C034402FE668EEA_gshared (EmptyInternalEnumerator_1_t183B07D6D966587E51B7703F377C4CA1A11B89BB * __this, const RuntimeMethod* method) { { NullCheck((EmptyInternalEnumerator_1_t183B07D6D966587E51B7703F377C4CA1A11B89BB *)__this); int32_t L_0; L_0 = (( int32_t (*) (EmptyInternalEnumerator_1_t183B07D6D966587E51B7703F377C4CA1A11B89BB *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((EmptyInternalEnumerator_1_t183B07D6D966587E51B7703F377C4CA1A11B89BB *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); int32_t L_1 = L_0; RuntimeObject * L_2 = Box(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 1), &L_1); return (RuntimeObject *)L_2; } } // System.Void System.Array/EmptyInternalEnumerator`1::System.Collections.IEnumerator.Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1_System_Collections_IEnumerator_Reset_mC544C9FA1B70F03712C117747068244D5B1AF21B_gshared (EmptyInternalEnumerator_1_t183B07D6D966587E51B7703F377C4CA1A11B89BB * __this, const RuntimeMethod* method) { { return; } } // System.Void System.Array/EmptyInternalEnumerator`1::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1__ctor_m269F28E5A54093BFCE7107046A980CD408934357_gshared (EmptyInternalEnumerator_1_t183B07D6D966587E51B7703F377C4CA1A11B89BB * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405((RuntimeObject *)__this, /*hidden argument*/NULL); return; } } // System.Void System.Array/EmptyInternalEnumerator`1::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1__cctor_m4833F55597090D7E21BE695357FBEA3C83552088_gshared (const RuntimeMethod* method) { { EmptyInternalEnumerator_1_t183B07D6D966587E51B7703F377C4CA1A11B89BB * L_0 = (EmptyInternalEnumerator_1_t183B07D6D966587E51B7703F377C4CA1A11B89BB *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2)); (( void (*) (EmptyInternalEnumerator_1_t183B07D6D966587E51B7703F377C4CA1A11B89BB *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)->methodPointer)(L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); ((EmptyInternalEnumerator_1_t183B07D6D966587E51B7703F377C4CA1A11B89BB_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4)))->set_Value_0(L_0); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Array/EmptyInternalEnumerator`1::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1_Dispose_m062FDC9B6A895E2160587F07993DE5F7D6A6B1A9_gshared (EmptyInternalEnumerator_1_t1433AB7767B1D7B05E3BD32D17D5A5C68E546953 * __this, const RuntimeMethod* method) { { return; } } // System.Boolean System.Array/EmptyInternalEnumerator`1::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool EmptyInternalEnumerator_1_MoveNext_m22E5F7A65868C1840F72C2CF047C694DEB87166E_gshared (EmptyInternalEnumerator_1_t1433AB7767B1D7B05E3BD32D17D5A5C68E546953 * __this, const RuntimeMethod* method) { { return (bool)0; } } // T System.Array/EmptyInternalEnumerator`1::get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t EmptyInternalEnumerator_1_get_Current_m79A0567D685C09F9C167B435B011D75DBC8E7097_gshared (EmptyInternalEnumerator_1_t1433AB7767B1D7B05E3BD32D17D5A5C68E546953 * __this, const RuntimeMethod* method) { { InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB * L_0 = (InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB_il2cpp_TypeInfo_var))); InvalidOperationException__ctor_mC012CE552988309733C896F3FEA8249171E4402E(L_0, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral7E7A07FECA0FF43839D67A9F7828EE56182CC9F6)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&EmptyInternalEnumerator_1_get_Current_m79A0567D685C09F9C167B435B011D75DBC8E7097_RuntimeMethod_var))); } } // System.Object System.Array/EmptyInternalEnumerator`1::System.Collections.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * EmptyInternalEnumerator_1_System_Collections_IEnumerator_get_Current_mB686508FBE41A8FE38AAFCF6253518FB475BDE99_gshared (EmptyInternalEnumerator_1_t1433AB7767B1D7B05E3BD32D17D5A5C68E546953 * __this, const RuntimeMethod* method) { { NullCheck((EmptyInternalEnumerator_1_t1433AB7767B1D7B05E3BD32D17D5A5C68E546953 *)__this); int32_t L_0; L_0 = (( int32_t (*) (EmptyInternalEnumerator_1_t1433AB7767B1D7B05E3BD32D17D5A5C68E546953 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((EmptyInternalEnumerator_1_t1433AB7767B1D7B05E3BD32D17D5A5C68E546953 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); int32_t L_1 = (int32_t)L_0; RuntimeObject * L_2 = Box(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 1), &L_1); return (RuntimeObject *)L_2; } } // System.Void System.Array/EmptyInternalEnumerator`1::System.Collections.IEnumerator.Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1_System_Collections_IEnumerator_Reset_m9E592256A7D80536D1F72DBE64EDFA3929296C1F_gshared (EmptyInternalEnumerator_1_t1433AB7767B1D7B05E3BD32D17D5A5C68E546953 * __this, const RuntimeMethod* method) { { return; } } // System.Void System.Array/EmptyInternalEnumerator`1::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1__ctor_m6DBA7833F827634E3F3241DFDD214436792D7B2A_gshared (EmptyInternalEnumerator_1_t1433AB7767B1D7B05E3BD32D17D5A5C68E546953 * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405((RuntimeObject *)__this, /*hidden argument*/NULL); return; } } // System.Void System.Array/EmptyInternalEnumerator`1::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1__cctor_m720A4BAFF3FDFF9D6796F92D4DBB7DA57A9ACA27_gshared (const RuntimeMethod* method) { { EmptyInternalEnumerator_1_t1433AB7767B1D7B05E3BD32D17D5A5C68E546953 * L_0 = (EmptyInternalEnumerator_1_t1433AB7767B1D7B05E3BD32D17D5A5C68E546953 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2)); (( void (*) (EmptyInternalEnumerator_1_t1433AB7767B1D7B05E3BD32D17D5A5C68E546953 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)->methodPointer)(L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); ((EmptyInternalEnumerator_1_t1433AB7767B1D7B05E3BD32D17D5A5C68E546953_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4)))->set_Value_0(L_0); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Array/EmptyInternalEnumerator`1::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1_Dispose_mCD9C4D03BCA6DC0934BB087ED9EE3E2CD3ECFFDF_gshared (EmptyInternalEnumerator_1_t9073B4D4D4F8C8EE06ED64F5961DFC02616F5CBB * __this, const RuntimeMethod* method) { { return; } } // System.Boolean System.Array/EmptyInternalEnumerator`1::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool EmptyInternalEnumerator_1_MoveNext_mFB9B2E2C9A67D952DEADCE5C69F8503F832D6921_gshared (EmptyInternalEnumerator_1_t9073B4D4D4F8C8EE06ED64F5961DFC02616F5CBB * __this, const RuntimeMethod* method) { { return (bool)0; } } // T System.Array/EmptyInternalEnumerator`1::get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int64_t EmptyInternalEnumerator_1_get_Current_mA1E263254A189E58ECE597C994ABDE956A9C180E_gshared (EmptyInternalEnumerator_1_t9073B4D4D4F8C8EE06ED64F5961DFC02616F5CBB * __this, const RuntimeMethod* method) { { InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB * L_0 = (InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB_il2cpp_TypeInfo_var))); InvalidOperationException__ctor_mC012CE552988309733C896F3FEA8249171E4402E(L_0, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral7E7A07FECA0FF43839D67A9F7828EE56182CC9F6)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&EmptyInternalEnumerator_1_get_Current_mA1E263254A189E58ECE597C994ABDE956A9C180E_RuntimeMethod_var))); } } // System.Object System.Array/EmptyInternalEnumerator`1::System.Collections.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * EmptyInternalEnumerator_1_System_Collections_IEnumerator_get_Current_m375A785ECA81721A259B4236372B0044AD63812B_gshared (EmptyInternalEnumerator_1_t9073B4D4D4F8C8EE06ED64F5961DFC02616F5CBB * __this, const RuntimeMethod* method) { { NullCheck((EmptyInternalEnumerator_1_t9073B4D4D4F8C8EE06ED64F5961DFC02616F5CBB *)__this); int64_t L_0; L_0 = (( int64_t (*) (EmptyInternalEnumerator_1_t9073B4D4D4F8C8EE06ED64F5961DFC02616F5CBB *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((EmptyInternalEnumerator_1_t9073B4D4D4F8C8EE06ED64F5961DFC02616F5CBB *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); int64_t L_1 = L_0; RuntimeObject * L_2 = Box(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 1), &L_1); return (RuntimeObject *)L_2; } } // System.Void System.Array/EmptyInternalEnumerator`1::System.Collections.IEnumerator.Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1_System_Collections_IEnumerator_Reset_m6F5B6612DA9F7AD7257E12D04F54FA1C08CA71B7_gshared (EmptyInternalEnumerator_1_t9073B4D4D4F8C8EE06ED64F5961DFC02616F5CBB * __this, const RuntimeMethod* method) { { return; } } // System.Void System.Array/EmptyInternalEnumerator`1::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1__ctor_m897B88EE1B4CF3F1BE200AFB41FB21615C294DCE_gshared (EmptyInternalEnumerator_1_t9073B4D4D4F8C8EE06ED64F5961DFC02616F5CBB * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405((RuntimeObject *)__this, /*hidden argument*/NULL); return; } } // System.Void System.Array/EmptyInternalEnumerator`1::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1__cctor_m811BBEB294D45F5012E90E31DADFDB1B55EE9A28_gshared (const RuntimeMethod* method) { { EmptyInternalEnumerator_1_t9073B4D4D4F8C8EE06ED64F5961DFC02616F5CBB * L_0 = (EmptyInternalEnumerator_1_t9073B4D4D4F8C8EE06ED64F5961DFC02616F5CBB *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2)); (( void (*) (EmptyInternalEnumerator_1_t9073B4D4D4F8C8EE06ED64F5961DFC02616F5CBB *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)->methodPointer)(L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); ((EmptyInternalEnumerator_1_t9073B4D4D4F8C8EE06ED64F5961DFC02616F5CBB_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4)))->set_Value_0(L_0); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Array/EmptyInternalEnumerator`1::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1_Dispose_mBF652705BF864D2AFD0334F671FC4FB92A22D5AA_gshared (EmptyInternalEnumerator_1_t4D184FDE16ED45A8E86776C9F3914F335727A9F3 * __this, const RuntimeMethod* method) { { return; } } // System.Boolean System.Array/EmptyInternalEnumerator`1::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool EmptyInternalEnumerator_1_MoveNext_m3502D0575AA72043D1AD0A590FB5A5FE6D7CAEF3_gshared (EmptyInternalEnumerator_1_t4D184FDE16ED45A8E86776C9F3914F335727A9F3 * __this, const RuntimeMethod* method) { { return (bool)0; } } // T System.Array/EmptyInternalEnumerator`1::get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t EmptyInternalEnumerator_1_get_Current_m7AC2BBF060E600CDF4C5BE08F6188FBFD0A6C4B8_gshared (EmptyInternalEnumerator_1_t4D184FDE16ED45A8E86776C9F3914F335727A9F3 * __this, const RuntimeMethod* method) { { InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB * L_0 = (InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB_il2cpp_TypeInfo_var))); InvalidOperationException__ctor_mC012CE552988309733C896F3FEA8249171E4402E(L_0, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral7E7A07FECA0FF43839D67A9F7828EE56182CC9F6)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&EmptyInternalEnumerator_1_get_Current_m7AC2BBF060E600CDF4C5BE08F6188FBFD0A6C4B8_RuntimeMethod_var))); } } // System.Object System.Array/EmptyInternalEnumerator`1::System.Collections.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * EmptyInternalEnumerator_1_System_Collections_IEnumerator_get_Current_mF283C81E56BBB9D3F2818086640AB793690332E0_gshared (EmptyInternalEnumerator_1_t4D184FDE16ED45A8E86776C9F3914F335727A9F3 * __this, const RuntimeMethod* method) { { NullCheck((EmptyInternalEnumerator_1_t4D184FDE16ED45A8E86776C9F3914F335727A9F3 *)__this); intptr_t L_0; L_0 = (( intptr_t (*) (EmptyInternalEnumerator_1_t4D184FDE16ED45A8E86776C9F3914F335727A9F3 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((EmptyInternalEnumerator_1_t4D184FDE16ED45A8E86776C9F3914F335727A9F3 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); intptr_t L_1 = L_0; RuntimeObject * L_2 = Box(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 1), &L_1); return (RuntimeObject *)L_2; } } // System.Void System.Array/EmptyInternalEnumerator`1::System.Collections.IEnumerator.Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1_System_Collections_IEnumerator_Reset_m1021FBEFAD9EFCBCD54F10B5CDA6DCEFE262F967_gshared (EmptyInternalEnumerator_1_t4D184FDE16ED45A8E86776C9F3914F335727A9F3 * __this, const RuntimeMethod* method) { { return; } } // System.Void System.Array/EmptyInternalEnumerator`1::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1__ctor_m346BD757A32DE4FC9ADAD5146C85FD601B8D9066_gshared (EmptyInternalEnumerator_1_t4D184FDE16ED45A8E86776C9F3914F335727A9F3 * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405((RuntimeObject *)__this, /*hidden argument*/NULL); return; } } // System.Void System.Array/EmptyInternalEnumerator`1::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1__cctor_m288DA973D4E02E280987860B751183467F6F8646_gshared (const RuntimeMethod* method) { { EmptyInternalEnumerator_1_t4D184FDE16ED45A8E86776C9F3914F335727A9F3 * L_0 = (EmptyInternalEnumerator_1_t4D184FDE16ED45A8E86776C9F3914F335727A9F3 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2)); (( void (*) (EmptyInternalEnumerator_1_t4D184FDE16ED45A8E86776C9F3914F335727A9F3 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)->methodPointer)(L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); ((EmptyInternalEnumerator_1_t4D184FDE16ED45A8E86776C9F3914F335727A9F3_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4)))->set_Value_0(L_0); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Array/EmptyInternalEnumerator`1::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1_Dispose_m3B012B7ED3798BE576B2F1A261BE321E06D57580_gshared (EmptyInternalEnumerator_1_t2381C5689C58EA562845E104791FDF9FEEB438FA * __this, const RuntimeMethod* method) { { return; } } // System.Boolean System.Array/EmptyInternalEnumerator`1::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool EmptyInternalEnumerator_1_MoveNext_m459492C8C04EB8608D4EFE06D2F769B97B5FBBC6_gshared (EmptyInternalEnumerator_1_t2381C5689C58EA562845E104791FDF9FEEB438FA * __this, const RuntimeMethod* method) { { return (bool)0; } } // T System.Array/EmptyInternalEnumerator`1::get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR InternalCodePageDataItem_t885932F372A8EEC39396B0D57CC93AC72E2A3DA7 EmptyInternalEnumerator_1_get_Current_m7B0505C6C40CF9CC43C3F0EB3C67FE7BF455F1BB_gshared (EmptyInternalEnumerator_1_t2381C5689C58EA562845E104791FDF9FEEB438FA * __this, const RuntimeMethod* method) { { InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB * L_0 = (InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB_il2cpp_TypeInfo_var))); InvalidOperationException__ctor_mC012CE552988309733C896F3FEA8249171E4402E(L_0, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral7E7A07FECA0FF43839D67A9F7828EE56182CC9F6)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&EmptyInternalEnumerator_1_get_Current_m7B0505C6C40CF9CC43C3F0EB3C67FE7BF455F1BB_RuntimeMethod_var))); } } // System.Object System.Array/EmptyInternalEnumerator`1::System.Collections.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * EmptyInternalEnumerator_1_System_Collections_IEnumerator_get_Current_m8EBDD623602047C04F8FB948F5406D4ACF67D0DC_gshared (EmptyInternalEnumerator_1_t2381C5689C58EA562845E104791FDF9FEEB438FA * __this, const RuntimeMethod* method) { { NullCheck((EmptyInternalEnumerator_1_t2381C5689C58EA562845E104791FDF9FEEB438FA *)__this); InternalCodePageDataItem_t885932F372A8EEC39396B0D57CC93AC72E2A3DA7 L_0; L_0 = (( InternalCodePageDataItem_t885932F372A8EEC39396B0D57CC93AC72E2A3DA7 (*) (EmptyInternalEnumerator_1_t2381C5689C58EA562845E104791FDF9FEEB438FA *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((EmptyInternalEnumerator_1_t2381C5689C58EA562845E104791FDF9FEEB438FA *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); InternalCodePageDataItem_t885932F372A8EEC39396B0D57CC93AC72E2A3DA7 L_1 = (InternalCodePageDataItem_t885932F372A8EEC39396B0D57CC93AC72E2A3DA7 )L_0; RuntimeObject * L_2 = Box(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 1), &L_1); return (RuntimeObject *)L_2; } } // System.Void System.Array/EmptyInternalEnumerator`1::System.Collections.IEnumerator.Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1_System_Collections_IEnumerator_Reset_m03CF65584B4D9DE0D36272032CE112142D72685F_gshared (EmptyInternalEnumerator_1_t2381C5689C58EA562845E104791FDF9FEEB438FA * __this, const RuntimeMethod* method) { { return; } } // System.Void System.Array/EmptyInternalEnumerator`1::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1__ctor_m51FC677BC53F23DCB96A6502C7C99C1BB5BCB2AD_gshared (EmptyInternalEnumerator_1_t2381C5689C58EA562845E104791FDF9FEEB438FA * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405((RuntimeObject *)__this, /*hidden argument*/NULL); return; } } // System.Void System.Array/EmptyInternalEnumerator`1::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1__cctor_m836C2CE7BEB901CFE95B22016A44D1EAAC80022E_gshared (const RuntimeMethod* method) { { EmptyInternalEnumerator_1_t2381C5689C58EA562845E104791FDF9FEEB438FA * L_0 = (EmptyInternalEnumerator_1_t2381C5689C58EA562845E104791FDF9FEEB438FA *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2)); (( void (*) (EmptyInternalEnumerator_1_t2381C5689C58EA562845E104791FDF9FEEB438FA *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)->methodPointer)(L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); ((EmptyInternalEnumerator_1_t2381C5689C58EA562845E104791FDF9FEEB438FA_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4)))->set_Value_0(L_0); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Array/EmptyInternalEnumerator`1::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1_Dispose_m9DA5F47C9A71E17A2DF7B7EB5B55E620BBACA4A5_gshared (EmptyInternalEnumerator_1_tF2F23339A1A0382CC15047A7956A4CF88AC69608 * __this, const RuntimeMethod* method) { { return; } } // System.Boolean System.Array/EmptyInternalEnumerator`1::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool EmptyInternalEnumerator_1_MoveNext_mB16A3C259C75D7BB50C7A492F0490D245A272413_gshared (EmptyInternalEnumerator_1_tF2F23339A1A0382CC15047A7956A4CF88AC69608 * __this, const RuntimeMethod* method) { { return (bool)0; } } // T System.Array/EmptyInternalEnumerator`1::get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR InternalEncodingDataItem_t2854F84125B1F420ABB3AA251C75E288EC87568C EmptyInternalEnumerator_1_get_Current_mAD462A00D17B39BA5B83496662EFFF28AC93AED0_gshared (EmptyInternalEnumerator_1_tF2F23339A1A0382CC15047A7956A4CF88AC69608 * __this, const RuntimeMethod* method) { { InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB * L_0 = (InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB_il2cpp_TypeInfo_var))); InvalidOperationException__ctor_mC012CE552988309733C896F3FEA8249171E4402E(L_0, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral7E7A07FECA0FF43839D67A9F7828EE56182CC9F6)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&EmptyInternalEnumerator_1_get_Current_mAD462A00D17B39BA5B83496662EFFF28AC93AED0_RuntimeMethod_var))); } } // System.Object System.Array/EmptyInternalEnumerator`1::System.Collections.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * EmptyInternalEnumerator_1_System_Collections_IEnumerator_get_Current_mCAD52E20E912FEF8CB6CC1F56C955F3478139806_gshared (EmptyInternalEnumerator_1_tF2F23339A1A0382CC15047A7956A4CF88AC69608 * __this, const RuntimeMethod* method) { { NullCheck((EmptyInternalEnumerator_1_tF2F23339A1A0382CC15047A7956A4CF88AC69608 *)__this); InternalEncodingDataItem_t2854F84125B1F420ABB3AA251C75E288EC87568C L_0; L_0 = (( InternalEncodingDataItem_t2854F84125B1F420ABB3AA251C75E288EC87568C (*) (EmptyInternalEnumerator_1_tF2F23339A1A0382CC15047A7956A4CF88AC69608 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((EmptyInternalEnumerator_1_tF2F23339A1A0382CC15047A7956A4CF88AC69608 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); InternalEncodingDataItem_t2854F84125B1F420ABB3AA251C75E288EC87568C L_1 = (InternalEncodingDataItem_t2854F84125B1F420ABB3AA251C75E288EC87568C )L_0; RuntimeObject * L_2 = Box(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 1), &L_1); return (RuntimeObject *)L_2; } } // System.Void System.Array/EmptyInternalEnumerator`1::System.Collections.IEnumerator.Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1_System_Collections_IEnumerator_Reset_m8A5F8DE0AB4C341DEE964EC9A0ABBF920003B9C4_gshared (EmptyInternalEnumerator_1_tF2F23339A1A0382CC15047A7956A4CF88AC69608 * __this, const RuntimeMethod* method) { { return; } } // System.Void System.Array/EmptyInternalEnumerator`1::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1__ctor_mC5F0247513DCE8954868144CB5E4253A2DD07174_gshared (EmptyInternalEnumerator_1_tF2F23339A1A0382CC15047A7956A4CF88AC69608 * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405((RuntimeObject *)__this, /*hidden argument*/NULL); return; } } // System.Void System.Array/EmptyInternalEnumerator`1::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1__cctor_m4F11C6781026E97FD740E9C398F7A7093C8F9A3E_gshared (const RuntimeMethod* method) { { EmptyInternalEnumerator_1_tF2F23339A1A0382CC15047A7956A4CF88AC69608 * L_0 = (EmptyInternalEnumerator_1_tF2F23339A1A0382CC15047A7956A4CF88AC69608 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2)); (( void (*) (EmptyInternalEnumerator_1_tF2F23339A1A0382CC15047A7956A4CF88AC69608 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)->methodPointer)(L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); ((EmptyInternalEnumerator_1_tF2F23339A1A0382CC15047A7956A4CF88AC69608_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4)))->set_Value_0(L_0); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Array/EmptyInternalEnumerator`1::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1_Dispose_m45D104E4A1EAF224E10DE54C2A185C2A8DD7F38F_gshared (EmptyInternalEnumerator_1_t64DD0F659EFF5EE0DB8D0C133BA51C77E4494882 * __this, const RuntimeMethod* method) { { return; } } // System.Boolean System.Array/EmptyInternalEnumerator`1::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool EmptyInternalEnumerator_1_MoveNext_mAABC9C6C30DB0DA7DC27ADBC30D08C52E92AC8D8_gshared (EmptyInternalEnumerator_1_t64DD0F659EFF5EE0DB8D0C133BA51C77E4494882 * __this, const RuntimeMethod* method) { { return (bool)0; } } // T System.Array/EmptyInternalEnumerator`1::get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED EmptyInternalEnumerator_1_get_Current_m4FC2CA2DFE5D1ECC046C208CB63D455A3FCB525F_gshared (EmptyInternalEnumerator_1_t64DD0F659EFF5EE0DB8D0C133BA51C77E4494882 * __this, const RuntimeMethod* method) { { InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB * L_0 = (InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB_il2cpp_TypeInfo_var))); InvalidOperationException__ctor_mC012CE552988309733C896F3FEA8249171E4402E(L_0, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral7E7A07FECA0FF43839D67A9F7828EE56182CC9F6)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&EmptyInternalEnumerator_1_get_Current_m4FC2CA2DFE5D1ECC046C208CB63D455A3FCB525F_RuntimeMethod_var))); } } // System.Object System.Array/EmptyInternalEnumerator`1::System.Collections.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * EmptyInternalEnumerator_1_System_Collections_IEnumerator_get_Current_mA061A80E8001A227D692B10D7EF538C69756BCC7_gshared (EmptyInternalEnumerator_1_t64DD0F659EFF5EE0DB8D0C133BA51C77E4494882 * __this, const RuntimeMethod* method) { { NullCheck((EmptyInternalEnumerator_1_t64DD0F659EFF5EE0DB8D0C133BA51C77E4494882 *)__this); InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED L_0; L_0 = (( InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED (*) (EmptyInternalEnumerator_1_t64DD0F659EFF5EE0DB8D0C133BA51C77E4494882 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((EmptyInternalEnumerator_1_t64DD0F659EFF5EE0DB8D0C133BA51C77E4494882 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED L_1 = (InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED )L_0; RuntimeObject * L_2 = Box(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 1), &L_1); return (RuntimeObject *)L_2; } } // System.Void System.Array/EmptyInternalEnumerator`1::System.Collections.IEnumerator.Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1_System_Collections_IEnumerator_Reset_m1A139C8281321B7210539D7D58D8C3FCCC2D0C61_gshared (EmptyInternalEnumerator_1_t64DD0F659EFF5EE0DB8D0C133BA51C77E4494882 * __this, const RuntimeMethod* method) { { return; } } // System.Void System.Array/EmptyInternalEnumerator`1::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1__ctor_m9EE216C90C67846416E66D35073271B0E02CAA64_gshared (EmptyInternalEnumerator_1_t64DD0F659EFF5EE0DB8D0C133BA51C77E4494882 * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405((RuntimeObject *)__this, /*hidden argument*/NULL); return; } } // System.Void System.Array/EmptyInternalEnumerator`1::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1__cctor_m9D7E29F44BD72F96FFBC97E54C125A3C8A2F2F80_gshared (const RuntimeMethod* method) { { EmptyInternalEnumerator_1_t64DD0F659EFF5EE0DB8D0C133BA51C77E4494882 * L_0 = (EmptyInternalEnumerator_1_t64DD0F659EFF5EE0DB8D0C133BA51C77E4494882 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2)); (( void (*) (EmptyInternalEnumerator_1_t64DD0F659EFF5EE0DB8D0C133BA51C77E4494882 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)->methodPointer)(L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); ((EmptyInternalEnumerator_1_t64DD0F659EFF5EE0DB8D0C133BA51C77E4494882_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4)))->set_Value_0(L_0); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Array/EmptyInternalEnumerator`1::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1_Dispose_m5BE70A46EC06D574DF6ABEE25E4B63274BE6A68B_gshared (EmptyInternalEnumerator_1_tDF1CDD1CB85BE3866A609B8CDF9793B1F295613D * __this, const RuntimeMethod* method) { { return; } } // System.Boolean System.Array/EmptyInternalEnumerator`1::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool EmptyInternalEnumerator_1_MoveNext_m5BEEA2D53A375233CE74B100CD19A50A2443E3EF_gshared (EmptyInternalEnumerator_1_tDF1CDD1CB85BE3866A609B8CDF9793B1F295613D * __this, const RuntimeMethod* method) { { return (bool)0; } } // T System.Array/EmptyInternalEnumerator`1::get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR IntervalTreeNode_t14723E53C7F0CB94A5F64C64519323DD44AAB85D EmptyInternalEnumerator_1_get_Current_m0E9C3521D4CA2053162B1108929CE4C6323F0021_gshared (EmptyInternalEnumerator_1_tDF1CDD1CB85BE3866A609B8CDF9793B1F295613D * __this, const RuntimeMethod* method) { { InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB * L_0 = (InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB_il2cpp_TypeInfo_var))); InvalidOperationException__ctor_mC012CE552988309733C896F3FEA8249171E4402E(L_0, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral7E7A07FECA0FF43839D67A9F7828EE56182CC9F6)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&EmptyInternalEnumerator_1_get_Current_m0E9C3521D4CA2053162B1108929CE4C6323F0021_RuntimeMethod_var))); } } // System.Object System.Array/EmptyInternalEnumerator`1::System.Collections.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * EmptyInternalEnumerator_1_System_Collections_IEnumerator_get_Current_m876F871FF92746B7A3FFEC4B31EFE5695000908C_gshared (EmptyInternalEnumerator_1_tDF1CDD1CB85BE3866A609B8CDF9793B1F295613D * __this, const RuntimeMethod* method) { { NullCheck((EmptyInternalEnumerator_1_tDF1CDD1CB85BE3866A609B8CDF9793B1F295613D *)__this); IntervalTreeNode_t14723E53C7F0CB94A5F64C64519323DD44AAB85D L_0; L_0 = (( IntervalTreeNode_t14723E53C7F0CB94A5F64C64519323DD44AAB85D (*) (EmptyInternalEnumerator_1_tDF1CDD1CB85BE3866A609B8CDF9793B1F295613D *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((EmptyInternalEnumerator_1_tDF1CDD1CB85BE3866A609B8CDF9793B1F295613D *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); IntervalTreeNode_t14723E53C7F0CB94A5F64C64519323DD44AAB85D L_1 = (IntervalTreeNode_t14723E53C7F0CB94A5F64C64519323DD44AAB85D )L_0; RuntimeObject * L_2 = Box(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 1), &L_1); return (RuntimeObject *)L_2; } } // System.Void System.Array/EmptyInternalEnumerator`1::System.Collections.IEnumerator.Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1_System_Collections_IEnumerator_Reset_m1187351E5D583419077E0205311D1C5D537F88FA_gshared (EmptyInternalEnumerator_1_tDF1CDD1CB85BE3866A609B8CDF9793B1F295613D * __this, const RuntimeMethod* method) { { return; } } // System.Void System.Array/EmptyInternalEnumerator`1::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1__ctor_m7784418D10412487CFBF3652900942CD6D0B717B_gshared (EmptyInternalEnumerator_1_tDF1CDD1CB85BE3866A609B8CDF9793B1F295613D * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405((RuntimeObject *)__this, /*hidden argument*/NULL); return; } } // System.Void System.Array/EmptyInternalEnumerator`1::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1__cctor_mB021D307A92A0F50C8753A9049D6FD5929F351FF_gshared (const RuntimeMethod* method) { { EmptyInternalEnumerator_1_tDF1CDD1CB85BE3866A609B8CDF9793B1F295613D * L_0 = (EmptyInternalEnumerator_1_tDF1CDD1CB85BE3866A609B8CDF9793B1F295613D *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2)); (( void (*) (EmptyInternalEnumerator_1_tDF1CDD1CB85BE3866A609B8CDF9793B1F295613D *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)->methodPointer)(L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); ((EmptyInternalEnumerator_1_tDF1CDD1CB85BE3866A609B8CDF9793B1F295613D_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4)))->set_Value_0(L_0); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Array/EmptyInternalEnumerator`1::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1_Dispose_m95762499C4BB5499CDE864BDCC0AA8249ECB0BB0_gshared (EmptyInternalEnumerator_1_tA30BBD95ECE61DE2F7547AAD04C340F30FB945C5 * __this, const RuntimeMethod* method) { { return; } } // System.Boolean System.Array/EmptyInternalEnumerator`1::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool EmptyInternalEnumerator_1_MoveNext_m3031BBD031E710550E981B9916F1DEDDBC7E78A4_gshared (EmptyInternalEnumerator_1_tA30BBD95ECE61DE2F7547AAD04C340F30FB945C5 * __this, const RuntimeMethod* method) { { return (bool)0; } } // T System.Array/EmptyInternalEnumerator`1::get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR JobHandle_t8AEB8D31C25D7774C71D62B0C662525E6E36D847 EmptyInternalEnumerator_1_get_Current_mBF16711BCA95D9486DF2396890B5029B97310B1C_gshared (EmptyInternalEnumerator_1_tA30BBD95ECE61DE2F7547AAD04C340F30FB945C5 * __this, const RuntimeMethod* method) { { InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB * L_0 = (InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB_il2cpp_TypeInfo_var))); InvalidOperationException__ctor_mC012CE552988309733C896F3FEA8249171E4402E(L_0, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral7E7A07FECA0FF43839D67A9F7828EE56182CC9F6)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&EmptyInternalEnumerator_1_get_Current_mBF16711BCA95D9486DF2396890B5029B97310B1C_RuntimeMethod_var))); } } // System.Object System.Array/EmptyInternalEnumerator`1::System.Collections.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * EmptyInternalEnumerator_1_System_Collections_IEnumerator_get_Current_m3F3EFB98FFB313B40F58E9F905E8D0A9A9394FE4_gshared (EmptyInternalEnumerator_1_tA30BBD95ECE61DE2F7547AAD04C340F30FB945C5 * __this, const RuntimeMethod* method) { { NullCheck((EmptyInternalEnumerator_1_tA30BBD95ECE61DE2F7547AAD04C340F30FB945C5 *)__this); JobHandle_t8AEB8D31C25D7774C71D62B0C662525E6E36D847 L_0; L_0 = (( JobHandle_t8AEB8D31C25D7774C71D62B0C662525E6E36D847 (*) (EmptyInternalEnumerator_1_tA30BBD95ECE61DE2F7547AAD04C340F30FB945C5 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((EmptyInternalEnumerator_1_tA30BBD95ECE61DE2F7547AAD04C340F30FB945C5 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); JobHandle_t8AEB8D31C25D7774C71D62B0C662525E6E36D847 L_1 = (JobHandle_t8AEB8D31C25D7774C71D62B0C662525E6E36D847 )L_0; RuntimeObject * L_2 = Box(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 1), &L_1); return (RuntimeObject *)L_2; } } // System.Void System.Array/EmptyInternalEnumerator`1::System.Collections.IEnumerator.Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1_System_Collections_IEnumerator_Reset_mAA9AB8AA01A2297003A5A1DAF913461CB2220D93_gshared (EmptyInternalEnumerator_1_tA30BBD95ECE61DE2F7547AAD04C340F30FB945C5 * __this, const RuntimeMethod* method) { { return; } } // System.Void System.Array/EmptyInternalEnumerator`1::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1__ctor_mA6BE0AEE289FF75C9FC8DC48EA96134521A1281A_gshared (EmptyInternalEnumerator_1_tA30BBD95ECE61DE2F7547AAD04C340F30FB945C5 * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405((RuntimeObject *)__this, /*hidden argument*/NULL); return; } } // System.Void System.Array/EmptyInternalEnumerator`1::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1__cctor_m585A50A725526B587B91E42B3358BD1F1514F912_gshared (const RuntimeMethod* method) { { EmptyInternalEnumerator_1_tA30BBD95ECE61DE2F7547AAD04C340F30FB945C5 * L_0 = (EmptyInternalEnumerator_1_tA30BBD95ECE61DE2F7547AAD04C340F30FB945C5 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2)); (( void (*) (EmptyInternalEnumerator_1_tA30BBD95ECE61DE2F7547AAD04C340F30FB945C5 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)->methodPointer)(L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); ((EmptyInternalEnumerator_1_tA30BBD95ECE61DE2F7547AAD04C340F30FB945C5_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4)))->set_Value_0(L_0); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Array/EmptyInternalEnumerator`1::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1_Dispose_m57077AF478A1085F1FA57312D23718EC9F6AF58C_gshared (EmptyInternalEnumerator_1_t75C26DC5E37A1DE5E7952364949788A0414292F8 * __this, const RuntimeMethod* method) { { return; } } // System.Boolean System.Array/EmptyInternalEnumerator`1::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool EmptyInternalEnumerator_1_MoveNext_mF9FF175B3E7CDA97C8A3EAF93547308C669A7102_gshared (EmptyInternalEnumerator_1_t75C26DC5E37A1DE5E7952364949788A0414292F8 * __this, const RuntimeMethod* method) { { return (bool)0; } } // T System.Array/EmptyInternalEnumerator`1::get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Keyframe_tBEEE79DF5E970E48A8972FFFCE8B25A6068ACE9F EmptyInternalEnumerator_1_get_Current_m4D3AB2A9ADBFB3CB068F0532A41447C9E450A75E_gshared (EmptyInternalEnumerator_1_t75C26DC5E37A1DE5E7952364949788A0414292F8 * __this, const RuntimeMethod* method) { { InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB * L_0 = (InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB_il2cpp_TypeInfo_var))); InvalidOperationException__ctor_mC012CE552988309733C896F3FEA8249171E4402E(L_0, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral7E7A07FECA0FF43839D67A9F7828EE56182CC9F6)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&EmptyInternalEnumerator_1_get_Current_m4D3AB2A9ADBFB3CB068F0532A41447C9E450A75E_RuntimeMethod_var))); } } // System.Object System.Array/EmptyInternalEnumerator`1::System.Collections.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * EmptyInternalEnumerator_1_System_Collections_IEnumerator_get_Current_m69C1A98305924139E1C4D25F02CFD0D557EF7224_gshared (EmptyInternalEnumerator_1_t75C26DC5E37A1DE5E7952364949788A0414292F8 * __this, const RuntimeMethod* method) { { NullCheck((EmptyInternalEnumerator_1_t75C26DC5E37A1DE5E7952364949788A0414292F8 *)__this); Keyframe_tBEEE79DF5E970E48A8972FFFCE8B25A6068ACE9F L_0; L_0 = (( Keyframe_tBEEE79DF5E970E48A8972FFFCE8B25A6068ACE9F (*) (EmptyInternalEnumerator_1_t75C26DC5E37A1DE5E7952364949788A0414292F8 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((EmptyInternalEnumerator_1_t75C26DC5E37A1DE5E7952364949788A0414292F8 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); Keyframe_tBEEE79DF5E970E48A8972FFFCE8B25A6068ACE9F L_1 = (Keyframe_tBEEE79DF5E970E48A8972FFFCE8B25A6068ACE9F )L_0; RuntimeObject * L_2 = Box(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 1), &L_1); return (RuntimeObject *)L_2; } } // System.Void System.Array/EmptyInternalEnumerator`1::System.Collections.IEnumerator.Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1_System_Collections_IEnumerator_Reset_m2E5043580D68EBB4DF28E7C419CBAE560EFC6385_gshared (EmptyInternalEnumerator_1_t75C26DC5E37A1DE5E7952364949788A0414292F8 * __this, const RuntimeMethod* method) { { return; } } // System.Void System.Array/EmptyInternalEnumerator`1::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1__ctor_m5A17047A93CD6CE32E9BF70654EDA686C28890F6_gshared (EmptyInternalEnumerator_1_t75C26DC5E37A1DE5E7952364949788A0414292F8 * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405((RuntimeObject *)__this, /*hidden argument*/NULL); return; } } // System.Void System.Array/EmptyInternalEnumerator`1::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1__cctor_mF194D48D7448D82871D1DA0E669198FC5986F6E5_gshared (const RuntimeMethod* method) { { EmptyInternalEnumerator_1_t75C26DC5E37A1DE5E7952364949788A0414292F8 * L_0 = (EmptyInternalEnumerator_1_t75C26DC5E37A1DE5E7952364949788A0414292F8 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2)); (( void (*) (EmptyInternalEnumerator_1_t75C26DC5E37A1DE5E7952364949788A0414292F8 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)->methodPointer)(L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); ((EmptyInternalEnumerator_1_t75C26DC5E37A1DE5E7952364949788A0414292F8_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4)))->set_Value_0(L_0); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Array/EmptyInternalEnumerator`1::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1_Dispose_mD72163D31BAC46182F064B5F554B2F6599DDAF30_gshared (EmptyInternalEnumerator_1_t95B86B7AF92D937E5DC9BF6C0E636018F7636CAD * __this, const RuntimeMethod* method) { { return; } } // System.Boolean System.Array/EmptyInternalEnumerator`1::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool EmptyInternalEnumerator_1_MoveNext_mDF2F8AD8D445B9B02C21A7EDC877E515D197800E_gshared (EmptyInternalEnumerator_1_t95B86B7AF92D937E5DC9BF6C0E636018F7636CAD * __this, const RuntimeMethod* method) { { return (bool)0; } } // T System.Array/EmptyInternalEnumerator`1::get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR LayerMask_t5FA647D8C300EA0621360CA4424717C3C73190A8 EmptyInternalEnumerator_1_get_Current_mB6E863B619ADAFB24DFCEBB419FAF44B4A9BE8EE_gshared (EmptyInternalEnumerator_1_t95B86B7AF92D937E5DC9BF6C0E636018F7636CAD * __this, const RuntimeMethod* method) { { InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB * L_0 = (InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB_il2cpp_TypeInfo_var))); InvalidOperationException__ctor_mC012CE552988309733C896F3FEA8249171E4402E(L_0, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral7E7A07FECA0FF43839D67A9F7828EE56182CC9F6)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&EmptyInternalEnumerator_1_get_Current_mB6E863B619ADAFB24DFCEBB419FAF44B4A9BE8EE_RuntimeMethod_var))); } } // System.Object System.Array/EmptyInternalEnumerator`1::System.Collections.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * EmptyInternalEnumerator_1_System_Collections_IEnumerator_get_Current_m1C8D89D42FE65BFBCA43E44A4D83A38E0C066640_gshared (EmptyInternalEnumerator_1_t95B86B7AF92D937E5DC9BF6C0E636018F7636CAD * __this, const RuntimeMethod* method) { { NullCheck((EmptyInternalEnumerator_1_t95B86B7AF92D937E5DC9BF6C0E636018F7636CAD *)__this); LayerMask_t5FA647D8C300EA0621360CA4424717C3C73190A8 L_0; L_0 = (( LayerMask_t5FA647D8C300EA0621360CA4424717C3C73190A8 (*) (EmptyInternalEnumerator_1_t95B86B7AF92D937E5DC9BF6C0E636018F7636CAD *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((EmptyInternalEnumerator_1_t95B86B7AF92D937E5DC9BF6C0E636018F7636CAD *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); LayerMask_t5FA647D8C300EA0621360CA4424717C3C73190A8 L_1 = (LayerMask_t5FA647D8C300EA0621360CA4424717C3C73190A8 )L_0; RuntimeObject * L_2 = Box(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 1), &L_1); return (RuntimeObject *)L_2; } } // System.Void System.Array/EmptyInternalEnumerator`1::System.Collections.IEnumerator.Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1_System_Collections_IEnumerator_Reset_m164A653A5663E3F361CAD7E0239CE75EF63EE33E_gshared (EmptyInternalEnumerator_1_t95B86B7AF92D937E5DC9BF6C0E636018F7636CAD * __this, const RuntimeMethod* method) { { return; } } // System.Void System.Array/EmptyInternalEnumerator`1::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1__ctor_m29ED48F60918339687EB542E907B71E5130E53E3_gshared (EmptyInternalEnumerator_1_t95B86B7AF92D937E5DC9BF6C0E636018F7636CAD * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405((RuntimeObject *)__this, /*hidden argument*/NULL); return; } } // System.Void System.Array/EmptyInternalEnumerator`1::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1__cctor_m266931A3E6AEACC814EFACC0352D821488EA76F5_gshared (const RuntimeMethod* method) { { EmptyInternalEnumerator_1_t95B86B7AF92D937E5DC9BF6C0E636018F7636CAD * L_0 = (EmptyInternalEnumerator_1_t95B86B7AF92D937E5DC9BF6C0E636018F7636CAD *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2)); (( void (*) (EmptyInternalEnumerator_1_t95B86B7AF92D937E5DC9BF6C0E636018F7636CAD *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)->methodPointer)(L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); ((EmptyInternalEnumerator_1_t95B86B7AF92D937E5DC9BF6C0E636018F7636CAD_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4)))->set_Value_0(L_0); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Array/EmptyInternalEnumerator`1::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1_Dispose_m05CEC1C48EAA863D1975FA314D3D85667C22995F_gshared (EmptyInternalEnumerator_1_t4F313D65DA3E0211846543E644E5E7E086E8F28D * __this, const RuntimeMethod* method) { { return; } } // System.Boolean System.Array/EmptyInternalEnumerator`1::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool EmptyInternalEnumerator_1_MoveNext_m1B885D4D904F8631C415679DD45A28ADD5C8C3FE_gshared (EmptyInternalEnumerator_1_t4F313D65DA3E0211846543E644E5E7E086E8F28D * __this, const RuntimeMethod* method) { { return (bool)0; } } // T System.Array/EmptyInternalEnumerator`1::get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Light2DBlendStyle_t06F4675186D47D53176BB550B7D6A09A48C4EBE6 EmptyInternalEnumerator_1_get_Current_m6C30CFDD374B82AFE59C4E432979D679B343156D_gshared (EmptyInternalEnumerator_1_t4F313D65DA3E0211846543E644E5E7E086E8F28D * __this, const RuntimeMethod* method) { { InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB * L_0 = (InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB_il2cpp_TypeInfo_var))); InvalidOperationException__ctor_mC012CE552988309733C896F3FEA8249171E4402E(L_0, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral7E7A07FECA0FF43839D67A9F7828EE56182CC9F6)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&EmptyInternalEnumerator_1_get_Current_m6C30CFDD374B82AFE59C4E432979D679B343156D_RuntimeMethod_var))); } } // System.Object System.Array/EmptyInternalEnumerator`1::System.Collections.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * EmptyInternalEnumerator_1_System_Collections_IEnumerator_get_Current_mAEE38D253F4D50BAB8A0E6515E8696C71F0768D8_gshared (EmptyInternalEnumerator_1_t4F313D65DA3E0211846543E644E5E7E086E8F28D * __this, const RuntimeMethod* method) { { NullCheck((EmptyInternalEnumerator_1_t4F313D65DA3E0211846543E644E5E7E086E8F28D *)__this); Light2DBlendStyle_t06F4675186D47D53176BB550B7D6A09A48C4EBE6 L_0; L_0 = (( Light2DBlendStyle_t06F4675186D47D53176BB550B7D6A09A48C4EBE6 (*) (EmptyInternalEnumerator_1_t4F313D65DA3E0211846543E644E5E7E086E8F28D *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((EmptyInternalEnumerator_1_t4F313D65DA3E0211846543E644E5E7E086E8F28D *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); Light2DBlendStyle_t06F4675186D47D53176BB550B7D6A09A48C4EBE6 L_1 = (Light2DBlendStyle_t06F4675186D47D53176BB550B7D6A09A48C4EBE6 )L_0; RuntimeObject * L_2 = Box(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 1), &L_1); return (RuntimeObject *)L_2; } } // System.Void System.Array/EmptyInternalEnumerator`1::System.Collections.IEnumerator.Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1_System_Collections_IEnumerator_Reset_m50421801D5E6ED3A80D6503D16B215E8FEC5530D_gshared (EmptyInternalEnumerator_1_t4F313D65DA3E0211846543E644E5E7E086E8F28D * __this, const RuntimeMethod* method) { { return; } } // System.Void System.Array/EmptyInternalEnumerator`1::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1__ctor_m56826A24B2DE717DEA13C8ECDBD289011BB1EEDB_gshared (EmptyInternalEnumerator_1_t4F313D65DA3E0211846543E644E5E7E086E8F28D * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405((RuntimeObject *)__this, /*hidden argument*/NULL); return; } } // System.Void System.Array/EmptyInternalEnumerator`1::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1__cctor_mAC8B6C3B38D4060B14AF6221C9E0B17BC9A8BC54_gshared (const RuntimeMethod* method) { { EmptyInternalEnumerator_1_t4F313D65DA3E0211846543E644E5E7E086E8F28D * L_0 = (EmptyInternalEnumerator_1_t4F313D65DA3E0211846543E644E5E7E086E8F28D *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2)); (( void (*) (EmptyInternalEnumerator_1_t4F313D65DA3E0211846543E644E5E7E086E8F28D *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)->methodPointer)(L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); ((EmptyInternalEnumerator_1_t4F313D65DA3E0211846543E644E5E7E086E8F28D_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4)))->set_Value_0(L_0); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Array/EmptyInternalEnumerator`1::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1_Dispose_m17BD442E7C2B7842655F248763B00926A72ABBBD_gshared (EmptyInternalEnumerator_1_tED0D8BE1466C6C1533A3FB110C1BB85541EF34F7 * __this, const RuntimeMethod* method) { { return; } } // System.Boolean System.Array/EmptyInternalEnumerator`1::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool EmptyInternalEnumerator_1_MoveNext_mEDE13336CE333085014428CADE3CEF25BD42697C_gshared (EmptyInternalEnumerator_1_tED0D8BE1466C6C1533A3FB110C1BB85541EF34F7 * __this, const RuntimeMethod* method) { { return (bool)0; } } // T System.Array/EmptyInternalEnumerator`1::get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR LightDataGI_t0C34AB69E4E96717FD276B35116C798A641D44F2 EmptyInternalEnumerator_1_get_Current_m158CCBED743316971A29BACBBF9A4163448C8462_gshared (EmptyInternalEnumerator_1_tED0D8BE1466C6C1533A3FB110C1BB85541EF34F7 * __this, const RuntimeMethod* method) { { InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB * L_0 = (InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB_il2cpp_TypeInfo_var))); InvalidOperationException__ctor_mC012CE552988309733C896F3FEA8249171E4402E(L_0, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral7E7A07FECA0FF43839D67A9F7828EE56182CC9F6)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&EmptyInternalEnumerator_1_get_Current_m158CCBED743316971A29BACBBF9A4163448C8462_RuntimeMethod_var))); } } // System.Object System.Array/EmptyInternalEnumerator`1::System.Collections.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * EmptyInternalEnumerator_1_System_Collections_IEnumerator_get_Current_mE0F4FE7CE045B94965CC44400162067497FCAB54_gshared (EmptyInternalEnumerator_1_tED0D8BE1466C6C1533A3FB110C1BB85541EF34F7 * __this, const RuntimeMethod* method) { { NullCheck((EmptyInternalEnumerator_1_tED0D8BE1466C6C1533A3FB110C1BB85541EF34F7 *)__this); LightDataGI_t0C34AB69E4E96717FD276B35116C798A641D44F2 L_0; L_0 = (( LightDataGI_t0C34AB69E4E96717FD276B35116C798A641D44F2 (*) (EmptyInternalEnumerator_1_tED0D8BE1466C6C1533A3FB110C1BB85541EF34F7 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((EmptyInternalEnumerator_1_tED0D8BE1466C6C1533A3FB110C1BB85541EF34F7 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); LightDataGI_t0C34AB69E4E96717FD276B35116C798A641D44F2 L_1 = (LightDataGI_t0C34AB69E4E96717FD276B35116C798A641D44F2 )L_0; RuntimeObject * L_2 = Box(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 1), &L_1); return (RuntimeObject *)L_2; } } // System.Void System.Array/EmptyInternalEnumerator`1::System.Collections.IEnumerator.Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1_System_Collections_IEnumerator_Reset_m9D1237365A34C2B70F32FAB128F1577ADAF63453_gshared (EmptyInternalEnumerator_1_tED0D8BE1466C6C1533A3FB110C1BB85541EF34F7 * __this, const RuntimeMethod* method) { { return; } } // System.Void System.Array/EmptyInternalEnumerator`1::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1__ctor_m19E5A8CB70830FFD63E0D484DC2C7972011DDC75_gshared (EmptyInternalEnumerator_1_tED0D8BE1466C6C1533A3FB110C1BB85541EF34F7 * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405((RuntimeObject *)__this, /*hidden argument*/NULL); return; } } // System.Void System.Array/EmptyInternalEnumerator`1::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1__cctor_m5EA0FCC025F1394382719CD52B7B04153C539FAB_gshared (const RuntimeMethod* method) { { EmptyInternalEnumerator_1_tED0D8BE1466C6C1533A3FB110C1BB85541EF34F7 * L_0 = (EmptyInternalEnumerator_1_tED0D8BE1466C6C1533A3FB110C1BB85541EF34F7 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2)); (( void (*) (EmptyInternalEnumerator_1_tED0D8BE1466C6C1533A3FB110C1BB85541EF34F7 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)->methodPointer)(L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); ((EmptyInternalEnumerator_1_tED0D8BE1466C6C1533A3FB110C1BB85541EF34F7_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4)))->set_Value_0(L_0); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Array/EmptyInternalEnumerator`1::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1_Dispose_m085132CD1F627F720AFD8ABBF484C3C83500D224_gshared (EmptyInternalEnumerator_1_tE491D747D968BCDAA28B7929721EE2F6134FC9FA * __this, const RuntimeMethod* method) { { return; } } // System.Boolean System.Array/EmptyInternalEnumerator`1::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool EmptyInternalEnumerator_1_MoveNext_m70A191FDEE687A0DA65EA044742AA46874FFC113_gshared (EmptyInternalEnumerator_1_tE491D747D968BCDAA28B7929721EE2F6134FC9FA * __this, const RuntimeMethod* method) { { return (bool)0; } } // T System.Array/EmptyInternalEnumerator`1::get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Matrix4x4_tDE7FF4F2E2EA284F6EFE00D627789D0E5B8B4461 EmptyInternalEnumerator_1_get_Current_m74B8E921D901E5198BA378E53163B31950120115_gshared (EmptyInternalEnumerator_1_tE491D747D968BCDAA28B7929721EE2F6134FC9FA * __this, const RuntimeMethod* method) { { InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB * L_0 = (InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB_il2cpp_TypeInfo_var))); InvalidOperationException__ctor_mC012CE552988309733C896F3FEA8249171E4402E(L_0, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral7E7A07FECA0FF43839D67A9F7828EE56182CC9F6)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&EmptyInternalEnumerator_1_get_Current_m74B8E921D901E5198BA378E53163B31950120115_RuntimeMethod_var))); } } // System.Object System.Array/EmptyInternalEnumerator`1::System.Collections.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * EmptyInternalEnumerator_1_System_Collections_IEnumerator_get_Current_m5B48B10ABB8310BBF295625512506EFABA154EEA_gshared (EmptyInternalEnumerator_1_tE491D747D968BCDAA28B7929721EE2F6134FC9FA * __this, const RuntimeMethod* method) { { NullCheck((EmptyInternalEnumerator_1_tE491D747D968BCDAA28B7929721EE2F6134FC9FA *)__this); Matrix4x4_tDE7FF4F2E2EA284F6EFE00D627789D0E5B8B4461 L_0; L_0 = (( Matrix4x4_tDE7FF4F2E2EA284F6EFE00D627789D0E5B8B4461 (*) (EmptyInternalEnumerator_1_tE491D747D968BCDAA28B7929721EE2F6134FC9FA *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((EmptyInternalEnumerator_1_tE491D747D968BCDAA28B7929721EE2F6134FC9FA *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); Matrix4x4_tDE7FF4F2E2EA284F6EFE00D627789D0E5B8B4461 L_1 = (Matrix4x4_tDE7FF4F2E2EA284F6EFE00D627789D0E5B8B4461 )L_0; RuntimeObject * L_2 = Box(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 1), &L_1); return (RuntimeObject *)L_2; } } // System.Void System.Array/EmptyInternalEnumerator`1::System.Collections.IEnumerator.Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1_System_Collections_IEnumerator_Reset_m5701AA65DE7FD73F45A855B358B902D94BF1965F_gshared (EmptyInternalEnumerator_1_tE491D747D968BCDAA28B7929721EE2F6134FC9FA * __this, const RuntimeMethod* method) { { return; } } // System.Void System.Array/EmptyInternalEnumerator`1::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1__ctor_mED883FA3F51904ABD79F93646F61086FADF9835F_gshared (EmptyInternalEnumerator_1_tE491D747D968BCDAA28B7929721EE2F6134FC9FA * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405((RuntimeObject *)__this, /*hidden argument*/NULL); return; } } // System.Void System.Array/EmptyInternalEnumerator`1::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1__cctor_mF4021B9FCB08ECB8840404410BA7F730A52BD0C2_gshared (const RuntimeMethod* method) { { EmptyInternalEnumerator_1_tE491D747D968BCDAA28B7929721EE2F6134FC9FA * L_0 = (EmptyInternalEnumerator_1_tE491D747D968BCDAA28B7929721EE2F6134FC9FA *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2)); (( void (*) (EmptyInternalEnumerator_1_tE491D747D968BCDAA28B7929721EE2F6134FC9FA *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)->methodPointer)(L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); ((EmptyInternalEnumerator_1_tE491D747D968BCDAA28B7929721EE2F6134FC9FA_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4)))->set_Value_0(L_0); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Array/EmptyInternalEnumerator`1::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1_Dispose_m1963C6110757C3E1A8747222E0C9F6956E46BC5C_gshared (EmptyInternalEnumerator_1_tB7FBA40E1F922CFAE24E5AF576F47C4A523413F5 * __this, const RuntimeMethod* method) { { return; } } // System.Boolean System.Array/EmptyInternalEnumerator`1::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool EmptyInternalEnumerator_1_MoveNext_m8B0D2BE7FAC3447B21E2238774D1016D6243A044_gshared (EmptyInternalEnumerator_1_tB7FBA40E1F922CFAE24E5AF576F47C4A523413F5 * __this, const RuntimeMethod* method) { { return (bool)0; } } // T System.Array/EmptyInternalEnumerator`1::get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR MeshGroup_t0E9EA442F51B656E10DE9A1EA6787A1702E6746E EmptyInternalEnumerator_1_get_Current_m586B35183FD00B28CEA4823AAE9FFE8DCF28C8B6_gshared (EmptyInternalEnumerator_1_tB7FBA40E1F922CFAE24E5AF576F47C4A523413F5 * __this, const RuntimeMethod* method) { { InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB * L_0 = (InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB_il2cpp_TypeInfo_var))); InvalidOperationException__ctor_mC012CE552988309733C896F3FEA8249171E4402E(L_0, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral7E7A07FECA0FF43839D67A9F7828EE56182CC9F6)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&EmptyInternalEnumerator_1_get_Current_m586B35183FD00B28CEA4823AAE9FFE8DCF28C8B6_RuntimeMethod_var))); } } // System.Object System.Array/EmptyInternalEnumerator`1::System.Collections.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * EmptyInternalEnumerator_1_System_Collections_IEnumerator_get_Current_mB49DE787EB0249B27FDD1EE5FFF10410A95B5EE3_gshared (EmptyInternalEnumerator_1_tB7FBA40E1F922CFAE24E5AF576F47C4A523413F5 * __this, const RuntimeMethod* method) { { NullCheck((EmptyInternalEnumerator_1_tB7FBA40E1F922CFAE24E5AF576F47C4A523413F5 *)__this); MeshGroup_t0E9EA442F51B656E10DE9A1EA6787A1702E6746E L_0; L_0 = (( MeshGroup_t0E9EA442F51B656E10DE9A1EA6787A1702E6746E (*) (EmptyInternalEnumerator_1_tB7FBA40E1F922CFAE24E5AF576F47C4A523413F5 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((EmptyInternalEnumerator_1_tB7FBA40E1F922CFAE24E5AF576F47C4A523413F5 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); MeshGroup_t0E9EA442F51B656E10DE9A1EA6787A1702E6746E L_1 = (MeshGroup_t0E9EA442F51B656E10DE9A1EA6787A1702E6746E )L_0; RuntimeObject * L_2 = Box(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 1), &L_1); return (RuntimeObject *)L_2; } } // System.Void System.Array/EmptyInternalEnumerator`1::System.Collections.IEnumerator.Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1_System_Collections_IEnumerator_Reset_m5E8CF3C301FB8C334EE49560DFDEB52049B45326_gshared (EmptyInternalEnumerator_1_tB7FBA40E1F922CFAE24E5AF576F47C4A523413F5 * __this, const RuntimeMethod* method) { { return; } } // System.Void System.Array/EmptyInternalEnumerator`1::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1__ctor_m7DAA48C1E8180EEFB4B8C831FAD6B9F9B68FF6EE_gshared (EmptyInternalEnumerator_1_tB7FBA40E1F922CFAE24E5AF576F47C4A523413F5 * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405((RuntimeObject *)__this, /*hidden argument*/NULL); return; } } // System.Void System.Array/EmptyInternalEnumerator`1::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1__cctor_mEEBA0BC4452D694E19C36BFD09ECB88F9799653E_gshared (const RuntimeMethod* method) { { EmptyInternalEnumerator_1_tB7FBA40E1F922CFAE24E5AF576F47C4A523413F5 * L_0 = (EmptyInternalEnumerator_1_tB7FBA40E1F922CFAE24E5AF576F47C4A523413F5 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2)); (( void (*) (EmptyInternalEnumerator_1_tB7FBA40E1F922CFAE24E5AF576F47C4A523413F5 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)->methodPointer)(L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); ((EmptyInternalEnumerator_1_tB7FBA40E1F922CFAE24E5AF576F47C4A523413F5_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4)))->set_Value_0(L_0); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Array/EmptyInternalEnumerator`1::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1_Dispose_m3493295CC04D0795F9C8471C82EA991F46A83442_gshared (EmptyInternalEnumerator_1_tAC7F371FC996A284046B5A578FEEC307D75516DE * __this, const RuntimeMethod* method) { { return; } } // System.Boolean System.Array/EmptyInternalEnumerator`1::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool EmptyInternalEnumerator_1_MoveNext_m246B169B800C9CAA9D930129BC116601EC0DF599_gshared (EmptyInternalEnumerator_1_tAC7F371FC996A284046B5A578FEEC307D75516DE * __this, const RuntimeMethod* method) { { return (bool)0; } } // T System.Array/EmptyInternalEnumerator`1::get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR NameAndParameters_t028B3A860264D254B13642649D34F0953C3B9DCA EmptyInternalEnumerator_1_get_Current_m3F01AB9FC4CBDA8868A06E22833C0DCF17E5188C_gshared (EmptyInternalEnumerator_1_tAC7F371FC996A284046B5A578FEEC307D75516DE * __this, const RuntimeMethod* method) { { InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB * L_0 = (InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB_il2cpp_TypeInfo_var))); InvalidOperationException__ctor_mC012CE552988309733C896F3FEA8249171E4402E(L_0, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral7E7A07FECA0FF43839D67A9F7828EE56182CC9F6)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&EmptyInternalEnumerator_1_get_Current_m3F01AB9FC4CBDA8868A06E22833C0DCF17E5188C_RuntimeMethod_var))); } } // System.Object System.Array/EmptyInternalEnumerator`1::System.Collections.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * EmptyInternalEnumerator_1_System_Collections_IEnumerator_get_Current_m2DC373F9E886752F3FED4B41CC617CF25817E514_gshared (EmptyInternalEnumerator_1_tAC7F371FC996A284046B5A578FEEC307D75516DE * __this, const RuntimeMethod* method) { { NullCheck((EmptyInternalEnumerator_1_tAC7F371FC996A284046B5A578FEEC307D75516DE *)__this); NameAndParameters_t028B3A860264D254B13642649D34F0953C3B9DCA L_0; L_0 = (( NameAndParameters_t028B3A860264D254B13642649D34F0953C3B9DCA (*) (EmptyInternalEnumerator_1_tAC7F371FC996A284046B5A578FEEC307D75516DE *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((EmptyInternalEnumerator_1_tAC7F371FC996A284046B5A578FEEC307D75516DE *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); NameAndParameters_t028B3A860264D254B13642649D34F0953C3B9DCA L_1 = (NameAndParameters_t028B3A860264D254B13642649D34F0953C3B9DCA )L_0; RuntimeObject * L_2 = Box(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 1), &L_1); return (RuntimeObject *)L_2; } } // System.Void System.Array/EmptyInternalEnumerator`1::System.Collections.IEnumerator.Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1_System_Collections_IEnumerator_Reset_m8A3305A2A0734B0BFF3DCC9B8BA816B5CE315AC3_gshared (EmptyInternalEnumerator_1_tAC7F371FC996A284046B5A578FEEC307D75516DE * __this, const RuntimeMethod* method) { { return; } } // System.Void System.Array/EmptyInternalEnumerator`1::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1__ctor_m3B48F1BC48C9B5EF139F2630ACC30380CDC887B7_gshared (EmptyInternalEnumerator_1_tAC7F371FC996A284046B5A578FEEC307D75516DE * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405((RuntimeObject *)__this, /*hidden argument*/NULL); return; } } // System.Void System.Array/EmptyInternalEnumerator`1::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1__cctor_mD2C595CDC8DC46D35993EA11D74F6E7045F32461_gshared (const RuntimeMethod* method) { { EmptyInternalEnumerator_1_tAC7F371FC996A284046B5A578FEEC307D75516DE * L_0 = (EmptyInternalEnumerator_1_tAC7F371FC996A284046B5A578FEEC307D75516DE *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2)); (( void (*) (EmptyInternalEnumerator_1_tAC7F371FC996A284046B5A578FEEC307D75516DE *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)->methodPointer)(L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); ((EmptyInternalEnumerator_1_tAC7F371FC996A284046B5A578FEEC307D75516DE_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4)))->set_Value_0(L_0); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Array/EmptyInternalEnumerator`1::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1_Dispose_m32D289830B2AC6EF3A1B4FB6C0B2FFED385314D0_gshared (EmptyInternalEnumerator_1_tD9EE058AEC228CE233000D9A7BE7331A6F3AD60C * __this, const RuntimeMethod* method) { { return; } } // System.Boolean System.Array/EmptyInternalEnumerator`1::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool EmptyInternalEnumerator_1_MoveNext_mC004F84E81DCB862BD153BB00F68DBD9450012DF_gshared (EmptyInternalEnumerator_1_tD9EE058AEC228CE233000D9A7BE7331A6F3AD60C * __this, const RuntimeMethod* method) { { return (bool)0; } } // T System.Array/EmptyInternalEnumerator`1::get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR NamedValue_t5AB4CF64C63DEAC2470566CAFCE9571D88D18077 EmptyInternalEnumerator_1_get_Current_m414FFAB3D7FF52486A85BA3AE7F88E86CBDAD5EA_gshared (EmptyInternalEnumerator_1_tD9EE058AEC228CE233000D9A7BE7331A6F3AD60C * __this, const RuntimeMethod* method) { { InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB * L_0 = (InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB_il2cpp_TypeInfo_var))); InvalidOperationException__ctor_mC012CE552988309733C896F3FEA8249171E4402E(L_0, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral7E7A07FECA0FF43839D67A9F7828EE56182CC9F6)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&EmptyInternalEnumerator_1_get_Current_m414FFAB3D7FF52486A85BA3AE7F88E86CBDAD5EA_RuntimeMethod_var))); } } // System.Object System.Array/EmptyInternalEnumerator`1::System.Collections.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * EmptyInternalEnumerator_1_System_Collections_IEnumerator_get_Current_mFF9D655A4F98A45010CF093C9744F1EE75298708_gshared (EmptyInternalEnumerator_1_tD9EE058AEC228CE233000D9A7BE7331A6F3AD60C * __this, const RuntimeMethod* method) { { NullCheck((EmptyInternalEnumerator_1_tD9EE058AEC228CE233000D9A7BE7331A6F3AD60C *)__this); NamedValue_t5AB4CF64C63DEAC2470566CAFCE9571D88D18077 L_0; L_0 = (( NamedValue_t5AB4CF64C63DEAC2470566CAFCE9571D88D18077 (*) (EmptyInternalEnumerator_1_tD9EE058AEC228CE233000D9A7BE7331A6F3AD60C *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((EmptyInternalEnumerator_1_tD9EE058AEC228CE233000D9A7BE7331A6F3AD60C *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); NamedValue_t5AB4CF64C63DEAC2470566CAFCE9571D88D18077 L_1 = (NamedValue_t5AB4CF64C63DEAC2470566CAFCE9571D88D18077 )L_0; RuntimeObject * L_2 = Box(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 1), &L_1); return (RuntimeObject *)L_2; } } // System.Void System.Array/EmptyInternalEnumerator`1::System.Collections.IEnumerator.Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1_System_Collections_IEnumerator_Reset_mCE3A854EB784A1D8F627C84790506F4A3324E304_gshared (EmptyInternalEnumerator_1_tD9EE058AEC228CE233000D9A7BE7331A6F3AD60C * __this, const RuntimeMethod* method) { { return; } } // System.Void System.Array/EmptyInternalEnumerator`1::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1__ctor_mA1AD2D521AC6A8181B39A4B0C720DD108F2DBF44_gshared (EmptyInternalEnumerator_1_tD9EE058AEC228CE233000D9A7BE7331A6F3AD60C * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405((RuntimeObject *)__this, /*hidden argument*/NULL); return; } } // System.Void System.Array/EmptyInternalEnumerator`1::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1__cctor_m750DA16DCA8483026BA8A23C24FB8C232871BDAD_gshared (const RuntimeMethod* method) { { EmptyInternalEnumerator_1_tD9EE058AEC228CE233000D9A7BE7331A6F3AD60C * L_0 = (EmptyInternalEnumerator_1_tD9EE058AEC228CE233000D9A7BE7331A6F3AD60C *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2)); (( void (*) (EmptyInternalEnumerator_1_tD9EE058AEC228CE233000D9A7BE7331A6F3AD60C *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)->methodPointer)(L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); ((EmptyInternalEnumerator_1_tD9EE058AEC228CE233000D9A7BE7331A6F3AD60C_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4)))->set_Value_0(L_0); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Array/EmptyInternalEnumerator`1::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1_Dispose_m9BF48750096C9A9F4E21DF223D227E5AAAB66CB9_gshared (EmptyInternalEnumerator_1_tB97C27906CE71067C984DF626A2F5CE4B8868EDE * __this, const RuntimeMethod* method) { { return; } } // System.Boolean System.Array/EmptyInternalEnumerator`1::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool EmptyInternalEnumerator_1_MoveNext_m41EB95ABA200EC12F9B1E058DE5AD6E1D06A22BF_gshared (EmptyInternalEnumerator_1_tB97C27906CE71067C984DF626A2F5CE4B8868EDE * __this, const RuntimeMethod* method) { { return (bool)0; } } // T System.Array/EmptyInternalEnumerator`1::get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Navigation_t1CF0FFB22C0357CD64714FB7A40A275F899D363A EmptyInternalEnumerator_1_get_Current_m4B47BE5377E9DE0DD5BB1A7EC32A486773955E2A_gshared (EmptyInternalEnumerator_1_tB97C27906CE71067C984DF626A2F5CE4B8868EDE * __this, const RuntimeMethod* method) { { InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB * L_0 = (InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB_il2cpp_TypeInfo_var))); InvalidOperationException__ctor_mC012CE552988309733C896F3FEA8249171E4402E(L_0, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral7E7A07FECA0FF43839D67A9F7828EE56182CC9F6)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&EmptyInternalEnumerator_1_get_Current_m4B47BE5377E9DE0DD5BB1A7EC32A486773955E2A_RuntimeMethod_var))); } } // System.Object System.Array/EmptyInternalEnumerator`1::System.Collections.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * EmptyInternalEnumerator_1_System_Collections_IEnumerator_get_Current_m446BB892F52A6958B36882C69E4F255159222D2B_gshared (EmptyInternalEnumerator_1_tB97C27906CE71067C984DF626A2F5CE4B8868EDE * __this, const RuntimeMethod* method) { { NullCheck((EmptyInternalEnumerator_1_tB97C27906CE71067C984DF626A2F5CE4B8868EDE *)__this); Navigation_t1CF0FFB22C0357CD64714FB7A40A275F899D363A L_0; L_0 = (( Navigation_t1CF0FFB22C0357CD64714FB7A40A275F899D363A (*) (EmptyInternalEnumerator_1_tB97C27906CE71067C984DF626A2F5CE4B8868EDE *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((EmptyInternalEnumerator_1_tB97C27906CE71067C984DF626A2F5CE4B8868EDE *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); Navigation_t1CF0FFB22C0357CD64714FB7A40A275F899D363A L_1 = (Navigation_t1CF0FFB22C0357CD64714FB7A40A275F899D363A )L_0; RuntimeObject * L_2 = Box(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 1), &L_1); return (RuntimeObject *)L_2; } } // System.Void System.Array/EmptyInternalEnumerator`1::System.Collections.IEnumerator.Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1_System_Collections_IEnumerator_Reset_m900B3159DF4053FB43631F42AF119FD5C5E0E4FD_gshared (EmptyInternalEnumerator_1_tB97C27906CE71067C984DF626A2F5CE4B8868EDE * __this, const RuntimeMethod* method) { { return; } } // System.Void System.Array/EmptyInternalEnumerator`1::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1__ctor_mF59C3EC944028C9C16CD5D6A7850F7F2A24A0E54_gshared (EmptyInternalEnumerator_1_tB97C27906CE71067C984DF626A2F5CE4B8868EDE * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405((RuntimeObject *)__this, /*hidden argument*/NULL); return; } } // System.Void System.Array/EmptyInternalEnumerator`1::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1__cctor_m191138BA56F8B9AF264E89BBE96B3649FB487F53_gshared (const RuntimeMethod* method) { { EmptyInternalEnumerator_1_tB97C27906CE71067C984DF626A2F5CE4B8868EDE * L_0 = (EmptyInternalEnumerator_1_tB97C27906CE71067C984DF626A2F5CE4B8868EDE *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2)); (( void (*) (EmptyInternalEnumerator_1_tB97C27906CE71067C984DF626A2F5CE4B8868EDE *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)->methodPointer)(L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); ((EmptyInternalEnumerator_1_tB97C27906CE71067C984DF626A2F5CE4B8868EDE_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4)))->set_Value_0(L_0); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Array/EmptyInternalEnumerator`1::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1_Dispose_mCBDBBBC0A12013DDC6751C427737DA8FED08D2CB_gshared (EmptyInternalEnumerator_1_tFF9E4C29D686A07247159E8C1D1E3AD449392FBF * __this, const RuntimeMethod* method) { { return; } } // System.Boolean System.Array/EmptyInternalEnumerator`1::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool EmptyInternalEnumerator_1_MoveNext_mAE4AD91BC2595D863422D08CF2BD5E816DBCDA0F_gshared (EmptyInternalEnumerator_1_tFF9E4C29D686A07247159E8C1D1E3AD449392FBF * __this, const RuntimeMethod* method) { { return (bool)0; } } // T System.Array/EmptyInternalEnumerator`1::get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * EmptyInternalEnumerator_1_get_Current_m69E42D7E04C660DE326769F714C6F7E5A50A5CA3_gshared (EmptyInternalEnumerator_1_tFF9E4C29D686A07247159E8C1D1E3AD449392FBF * __this, const RuntimeMethod* method) { { InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB * L_0 = (InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB_il2cpp_TypeInfo_var))); InvalidOperationException__ctor_mC012CE552988309733C896F3FEA8249171E4402E(L_0, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral7E7A07FECA0FF43839D67A9F7828EE56182CC9F6)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&EmptyInternalEnumerator_1_get_Current_m69E42D7E04C660DE326769F714C6F7E5A50A5CA3_RuntimeMethod_var))); } } // System.Object System.Array/EmptyInternalEnumerator`1::System.Collections.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * EmptyInternalEnumerator_1_System_Collections_IEnumerator_get_Current_mB48D2C92745D302927DFC0C710EAF8475790DF9C_gshared (EmptyInternalEnumerator_1_tFF9E4C29D686A07247159E8C1D1E3AD449392FBF * __this, const RuntimeMethod* method) { { NullCheck((EmptyInternalEnumerator_1_tFF9E4C29D686A07247159E8C1D1E3AD449392FBF *)__this); RuntimeObject * L_0; L_0 = (( RuntimeObject * (*) (EmptyInternalEnumerator_1_tFF9E4C29D686A07247159E8C1D1E3AD449392FBF *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((EmptyInternalEnumerator_1_tFF9E4C29D686A07247159E8C1D1E3AD449392FBF *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); return (RuntimeObject *)L_0; } } // System.Void System.Array/EmptyInternalEnumerator`1::System.Collections.IEnumerator.Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1_System_Collections_IEnumerator_Reset_mAA59C0F03CB71B6B1EAE08BC573DF81F72104360_gshared (EmptyInternalEnumerator_1_tFF9E4C29D686A07247159E8C1D1E3AD449392FBF * __this, const RuntimeMethod* method) { { return; } } // System.Void System.Array/EmptyInternalEnumerator`1::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1__ctor_m4CD119069908D30FC0969F012819DCCFE6B85012_gshared (EmptyInternalEnumerator_1_tFF9E4C29D686A07247159E8C1D1E3AD449392FBF * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405((RuntimeObject *)__this, /*hidden argument*/NULL); return; } } // System.Void System.Array/EmptyInternalEnumerator`1::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1__cctor_mD66C98F3C3B46D2881E38FA95937D4C250A8AA79_gshared (const RuntimeMethod* method) { { EmptyInternalEnumerator_1_tFF9E4C29D686A07247159E8C1D1E3AD449392FBF * L_0 = (EmptyInternalEnumerator_1_tFF9E4C29D686A07247159E8C1D1E3AD449392FBF *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2)); (( void (*) (EmptyInternalEnumerator_1_tFF9E4C29D686A07247159E8C1D1E3AD449392FBF *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)->methodPointer)(L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); ((EmptyInternalEnumerator_1_tFF9E4C29D686A07247159E8C1D1E3AD449392FBF_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4)))->set_Value_0(L_0); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Array/EmptyInternalEnumerator`1::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1_Dispose_m70B1A6F4D8D75E85BE4E27770232755B31311B44_gshared (EmptyInternalEnumerator_1_t80FA39BD3211CD51051562C455EBE3119386955B * __this, const RuntimeMethod* method) { { return; } } // System.Boolean System.Array/EmptyInternalEnumerator`1::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool EmptyInternalEnumerator_1_MoveNext_mFF5D1152C28DB507CF4EDD2FA7A2526529A75742_gshared (EmptyInternalEnumerator_1_t80FA39BD3211CD51051562C455EBE3119386955B * __this, const RuntimeMethod* method) { { return (bool)0; } } // T System.Array/EmptyInternalEnumerator`1::get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR PARAMETER_DESCRIPTION_t346686E536E4C240C3FBBF260AE62633B5315A7B EmptyInternalEnumerator_1_get_Current_m9F365AA06263B79964A31424DF43AA72382B4F71_gshared (EmptyInternalEnumerator_1_t80FA39BD3211CD51051562C455EBE3119386955B * __this, const RuntimeMethod* method) { { InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB * L_0 = (InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB_il2cpp_TypeInfo_var))); InvalidOperationException__ctor_mC012CE552988309733C896F3FEA8249171E4402E(L_0, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral7E7A07FECA0FF43839D67A9F7828EE56182CC9F6)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&EmptyInternalEnumerator_1_get_Current_m9F365AA06263B79964A31424DF43AA72382B4F71_RuntimeMethod_var))); } } // System.Object System.Array/EmptyInternalEnumerator`1::System.Collections.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * EmptyInternalEnumerator_1_System_Collections_IEnumerator_get_Current_m06A76447E814688CD355923C8E2716C6B4696B45_gshared (EmptyInternalEnumerator_1_t80FA39BD3211CD51051562C455EBE3119386955B * __this, const RuntimeMethod* method) { { NullCheck((EmptyInternalEnumerator_1_t80FA39BD3211CD51051562C455EBE3119386955B *)__this); PARAMETER_DESCRIPTION_t346686E536E4C240C3FBBF260AE62633B5315A7B L_0; L_0 = (( PARAMETER_DESCRIPTION_t346686E536E4C240C3FBBF260AE62633B5315A7B (*) (EmptyInternalEnumerator_1_t80FA39BD3211CD51051562C455EBE3119386955B *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((EmptyInternalEnumerator_1_t80FA39BD3211CD51051562C455EBE3119386955B *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); PARAMETER_DESCRIPTION_t346686E536E4C240C3FBBF260AE62633B5315A7B L_1 = (PARAMETER_DESCRIPTION_t346686E536E4C240C3FBBF260AE62633B5315A7B )L_0; RuntimeObject * L_2 = Box(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 1), &L_1); return (RuntimeObject *)L_2; } } // System.Void System.Array/EmptyInternalEnumerator`1::System.Collections.IEnumerator.Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1_System_Collections_IEnumerator_Reset_m3819FC53701B4E0FF85D7A96400E12BDE1AD4FC1_gshared (EmptyInternalEnumerator_1_t80FA39BD3211CD51051562C455EBE3119386955B * __this, const RuntimeMethod* method) { { return; } } // System.Void System.Array/EmptyInternalEnumerator`1::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1__ctor_m5E39B3362DC3E2413432417CF315AFA7F462226A_gshared (EmptyInternalEnumerator_1_t80FA39BD3211CD51051562C455EBE3119386955B * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405((RuntimeObject *)__this, /*hidden argument*/NULL); return; } } // System.Void System.Array/EmptyInternalEnumerator`1::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1__cctor_m932D269D1BF526829BBCCF95FAB4AB4FB0EDE04D_gshared (const RuntimeMethod* method) { { EmptyInternalEnumerator_1_t80FA39BD3211CD51051562C455EBE3119386955B * L_0 = (EmptyInternalEnumerator_1_t80FA39BD3211CD51051562C455EBE3119386955B *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2)); (( void (*) (EmptyInternalEnumerator_1_t80FA39BD3211CD51051562C455EBE3119386955B *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)->methodPointer)(L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); ((EmptyInternalEnumerator_1_t80FA39BD3211CD51051562C455EBE3119386955B_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4)))->set_Value_0(L_0); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Array/EmptyInternalEnumerator`1::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1_Dispose_m6D70853E66F123DD03501D0D4E53F5E324C617E3_gshared (EmptyInternalEnumerator_1_t1E569FEB7008B5871C918075F065025ADCDD86AD * __this, const RuntimeMethod* method) { { return; } } // System.Boolean System.Array/EmptyInternalEnumerator`1::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool EmptyInternalEnumerator_1_MoveNext_mF7B488A90E2DDCA64981446E97CAEEDD0DFF4225_gshared (EmptyInternalEnumerator_1_t1E569FEB7008B5871C918075F065025ADCDD86AD * __this, const RuntimeMethod* method) { { return (bool)0; } } // T System.Array/EmptyInternalEnumerator`1::get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR PARAMETER_ID_tA3DF765F0097003249124531BBD036AA904E5BBE EmptyInternalEnumerator_1_get_Current_m3DF9EDA9C41DC39D5C07C4830BD384BA6C51A989_gshared (EmptyInternalEnumerator_1_t1E569FEB7008B5871C918075F065025ADCDD86AD * __this, const RuntimeMethod* method) { { InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB * L_0 = (InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB_il2cpp_TypeInfo_var))); InvalidOperationException__ctor_mC012CE552988309733C896F3FEA8249171E4402E(L_0, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral7E7A07FECA0FF43839D67A9F7828EE56182CC9F6)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&EmptyInternalEnumerator_1_get_Current_m3DF9EDA9C41DC39D5C07C4830BD384BA6C51A989_RuntimeMethod_var))); } } // System.Object System.Array/EmptyInternalEnumerator`1::System.Collections.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * EmptyInternalEnumerator_1_System_Collections_IEnumerator_get_Current_m8EBA5605A7F17312C282833EAE94C68B14F88466_gshared (EmptyInternalEnumerator_1_t1E569FEB7008B5871C918075F065025ADCDD86AD * __this, const RuntimeMethod* method) { { NullCheck((EmptyInternalEnumerator_1_t1E569FEB7008B5871C918075F065025ADCDD86AD *)__this); PARAMETER_ID_tA3DF765F0097003249124531BBD036AA904E5BBE L_0; L_0 = (( PARAMETER_ID_tA3DF765F0097003249124531BBD036AA904E5BBE (*) (EmptyInternalEnumerator_1_t1E569FEB7008B5871C918075F065025ADCDD86AD *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((EmptyInternalEnumerator_1_t1E569FEB7008B5871C918075F065025ADCDD86AD *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); PARAMETER_ID_tA3DF765F0097003249124531BBD036AA904E5BBE L_1 = (PARAMETER_ID_tA3DF765F0097003249124531BBD036AA904E5BBE )L_0; RuntimeObject * L_2 = Box(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 1), &L_1); return (RuntimeObject *)L_2; } } // System.Void System.Array/EmptyInternalEnumerator`1::System.Collections.IEnumerator.Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1_System_Collections_IEnumerator_Reset_m887C083C008A2790B4E968F712B44BD99E8ABB49_gshared (EmptyInternalEnumerator_1_t1E569FEB7008B5871C918075F065025ADCDD86AD * __this, const RuntimeMethod* method) { { return; } } // System.Void System.Array/EmptyInternalEnumerator`1::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1__ctor_mD1B65D6F1C7A1179E27CE09CC491440D2A5516CE_gshared (EmptyInternalEnumerator_1_t1E569FEB7008B5871C918075F065025ADCDD86AD * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405((RuntimeObject *)__this, /*hidden argument*/NULL); return; } } // System.Void System.Array/EmptyInternalEnumerator`1::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1__cctor_m4DB33DDD3711E3FFA1812923A59655D81262F2BE_gshared (const RuntimeMethod* method) { { EmptyInternalEnumerator_1_t1E569FEB7008B5871C918075F065025ADCDD86AD * L_0 = (EmptyInternalEnumerator_1_t1E569FEB7008B5871C918075F065025ADCDD86AD *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2)); (( void (*) (EmptyInternalEnumerator_1_t1E569FEB7008B5871C918075F065025ADCDD86AD *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)->methodPointer)(L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); ((EmptyInternalEnumerator_1_t1E569FEB7008B5871C918075F065025ADCDD86AD_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4)))->set_Value_0(L_0); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Array/EmptyInternalEnumerator`1::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1_Dispose_m5ED72401896C5B8AE6CCDA3AA3FE3E17C702FB0F_gshared (EmptyInternalEnumerator_1_t78065659056F4527D230B0D22B4F4308F9564EED * __this, const RuntimeMethod* method) { { return; } } // System.Boolean System.Array/EmptyInternalEnumerator`1::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool EmptyInternalEnumerator_1_MoveNext_mE04E12CDF474EA772513D523944178CB7751321B_gshared (EmptyInternalEnumerator_1_t78065659056F4527D230B0D22B4F4308F9564EED * __this, const RuntimeMethod* method) { { return (bool)0; } } // T System.Array/EmptyInternalEnumerator`1::get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ParameterModifier_tC1C793BD8B003B24010657487AFD17A4BA3DF6EA EmptyInternalEnumerator_1_get_Current_mBD9F9A287DAD3D165B3503F7229FF86F4F151932_gshared (EmptyInternalEnumerator_1_t78065659056F4527D230B0D22B4F4308F9564EED * __this, const RuntimeMethod* method) { { InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB * L_0 = (InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB_il2cpp_TypeInfo_var))); InvalidOperationException__ctor_mC012CE552988309733C896F3FEA8249171E4402E(L_0, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral7E7A07FECA0FF43839D67A9F7828EE56182CC9F6)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&EmptyInternalEnumerator_1_get_Current_mBD9F9A287DAD3D165B3503F7229FF86F4F151932_RuntimeMethod_var))); } } // System.Object System.Array/EmptyInternalEnumerator`1::System.Collections.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * EmptyInternalEnumerator_1_System_Collections_IEnumerator_get_Current_m2B9379FD9370F9A8FE6030371AE0A81994C751B2_gshared (EmptyInternalEnumerator_1_t78065659056F4527D230B0D22B4F4308F9564EED * __this, const RuntimeMethod* method) { { NullCheck((EmptyInternalEnumerator_1_t78065659056F4527D230B0D22B4F4308F9564EED *)__this); ParameterModifier_tC1C793BD8B003B24010657487AFD17A4BA3DF6EA L_0; L_0 = (( ParameterModifier_tC1C793BD8B003B24010657487AFD17A4BA3DF6EA (*) (EmptyInternalEnumerator_1_t78065659056F4527D230B0D22B4F4308F9564EED *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((EmptyInternalEnumerator_1_t78065659056F4527D230B0D22B4F4308F9564EED *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); ParameterModifier_tC1C793BD8B003B24010657487AFD17A4BA3DF6EA L_1 = (ParameterModifier_tC1C793BD8B003B24010657487AFD17A4BA3DF6EA )L_0; RuntimeObject * L_2 = Box(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 1), &L_1); return (RuntimeObject *)L_2; } } // System.Void System.Array/EmptyInternalEnumerator`1::System.Collections.IEnumerator.Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1_System_Collections_IEnumerator_Reset_m9A145C81037FF9410785B5544CC70C92908DF78F_gshared (EmptyInternalEnumerator_1_t78065659056F4527D230B0D22B4F4308F9564EED * __this, const RuntimeMethod* method) { { return; } } // System.Void System.Array/EmptyInternalEnumerator`1::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1__ctor_mE0297D7F63AD66535D0B9779BC1DAE482AF6A249_gshared (EmptyInternalEnumerator_1_t78065659056F4527D230B0D22B4F4308F9564EED * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405((RuntimeObject *)__this, /*hidden argument*/NULL); return; } } // System.Void System.Array/EmptyInternalEnumerator`1::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1__cctor_m257556A4810BEE7971D341FD84A81F7E036FCA93_gshared (const RuntimeMethod* method) { { EmptyInternalEnumerator_1_t78065659056F4527D230B0D22B4F4308F9564EED * L_0 = (EmptyInternalEnumerator_1_t78065659056F4527D230B0D22B4F4308F9564EED *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2)); (( void (*) (EmptyInternalEnumerator_1_t78065659056F4527D230B0D22B4F4308F9564EED *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)->methodPointer)(L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); ((EmptyInternalEnumerator_1_t78065659056F4527D230B0D22B4F4308F9564EED_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4)))->set_Value_0(L_0); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Array/EmptyInternalEnumerator`1::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1_Dispose_mD6EEF6CB4E28CEB7DC6BEF0230C480B0D28A3613_gshared (EmptyInternalEnumerator_1_t0D8586E4E28DEBF0AE2A74E26A558748C4201881 * __this, const RuntimeMethod* method) { { return; } } // System.Boolean System.Array/EmptyInternalEnumerator`1::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool EmptyInternalEnumerator_1_MoveNext_mD77D80F3CB1070764B5CA77A4130D75EBA3061B7_gshared (EmptyInternalEnumerator_1_t0D8586E4E28DEBF0AE2A74E26A558748C4201881 * __this, const RuntimeMethod* method) { { return (bool)0; } } // T System.Array/EmptyInternalEnumerator`1::get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ParticleCollisionEvent_t363B261289BF8C08D435B93F8DC4F5EB45AE26DD EmptyInternalEnumerator_1_get_Current_m97391CDA334E2D30A061468C3D734C1B27D04A20_gshared (EmptyInternalEnumerator_1_t0D8586E4E28DEBF0AE2A74E26A558748C4201881 * __this, const RuntimeMethod* method) { { InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB * L_0 = (InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB_il2cpp_TypeInfo_var))); InvalidOperationException__ctor_mC012CE552988309733C896F3FEA8249171E4402E(L_0, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral7E7A07FECA0FF43839D67A9F7828EE56182CC9F6)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&EmptyInternalEnumerator_1_get_Current_m97391CDA334E2D30A061468C3D734C1B27D04A20_RuntimeMethod_var))); } } // System.Object System.Array/EmptyInternalEnumerator`1::System.Collections.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * EmptyInternalEnumerator_1_System_Collections_IEnumerator_get_Current_mB6CBDAF1361FC04A9957C8F4452A1A57CC84C6B9_gshared (EmptyInternalEnumerator_1_t0D8586E4E28DEBF0AE2A74E26A558748C4201881 * __this, const RuntimeMethod* method) { { NullCheck((EmptyInternalEnumerator_1_t0D8586E4E28DEBF0AE2A74E26A558748C4201881 *)__this); ParticleCollisionEvent_t363B261289BF8C08D435B93F8DC4F5EB45AE26DD L_0; L_0 = (( ParticleCollisionEvent_t363B261289BF8C08D435B93F8DC4F5EB45AE26DD (*) (EmptyInternalEnumerator_1_t0D8586E4E28DEBF0AE2A74E26A558748C4201881 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((EmptyInternalEnumerator_1_t0D8586E4E28DEBF0AE2A74E26A558748C4201881 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); ParticleCollisionEvent_t363B261289BF8C08D435B93F8DC4F5EB45AE26DD L_1 = (ParticleCollisionEvent_t363B261289BF8C08D435B93F8DC4F5EB45AE26DD )L_0; RuntimeObject * L_2 = Box(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 1), &L_1); return (RuntimeObject *)L_2; } } // System.Void System.Array/EmptyInternalEnumerator`1::System.Collections.IEnumerator.Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1_System_Collections_IEnumerator_Reset_m718FB2CE8A7C30966E6120E7380A6342B74BC5C6_gshared (EmptyInternalEnumerator_1_t0D8586E4E28DEBF0AE2A74E26A558748C4201881 * __this, const RuntimeMethod* method) { { return; } } // System.Void System.Array/EmptyInternalEnumerator`1::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1__ctor_m8A68F6011E2F4051CC3B35016C26684962797F2D_gshared (EmptyInternalEnumerator_1_t0D8586E4E28DEBF0AE2A74E26A558748C4201881 * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405((RuntimeObject *)__this, /*hidden argument*/NULL); return; } } // System.Void System.Array/EmptyInternalEnumerator`1::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1__cctor_m9CBD0D289BD2452AF39FB080E76D9AB46EBCEAC8_gshared (const RuntimeMethod* method) { { EmptyInternalEnumerator_1_t0D8586E4E28DEBF0AE2A74E26A558748C4201881 * L_0 = (EmptyInternalEnumerator_1_t0D8586E4E28DEBF0AE2A74E26A558748C4201881 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2)); (( void (*) (EmptyInternalEnumerator_1_t0D8586E4E28DEBF0AE2A74E26A558748C4201881 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)->methodPointer)(L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); ((EmptyInternalEnumerator_1_t0D8586E4E28DEBF0AE2A74E26A558748C4201881_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4)))->set_Value_0(L_0); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Array/EmptyInternalEnumerator`1::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1_Dispose_mF030FE280D503C191241A52FEAF81A1E9AD532C3_gshared (EmptyInternalEnumerator_1_tFB6AB4078B849B7D9D041709E7ACE075063933DC * __this, const RuntimeMethod* method) { { return; } } // System.Boolean System.Array/EmptyInternalEnumerator`1::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool EmptyInternalEnumerator_1_MoveNext_mFC33D1C3C0AE7D0B63AB68D649810B376E62F240_gshared (EmptyInternalEnumerator_1_tFB6AB4078B849B7D9D041709E7ACE075063933DC * __this, const RuntimeMethod* method) { { return (bool)0; } } // T System.Array/EmptyInternalEnumerator`1::get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Plane_t80844BF2332EAFC1DDEDD616A950242031A115C7 EmptyInternalEnumerator_1_get_Current_m52D4DB812CD928CAE890C5011F6203D47CA3DB59_gshared (EmptyInternalEnumerator_1_tFB6AB4078B849B7D9D041709E7ACE075063933DC * __this, const RuntimeMethod* method) { { InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB * L_0 = (InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB_il2cpp_TypeInfo_var))); InvalidOperationException__ctor_mC012CE552988309733C896F3FEA8249171E4402E(L_0, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral7E7A07FECA0FF43839D67A9F7828EE56182CC9F6)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&EmptyInternalEnumerator_1_get_Current_m52D4DB812CD928CAE890C5011F6203D47CA3DB59_RuntimeMethod_var))); } } // System.Object System.Array/EmptyInternalEnumerator`1::System.Collections.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * EmptyInternalEnumerator_1_System_Collections_IEnumerator_get_Current_m118F7B59835591CB87F74C67567B3151997B5334_gshared (EmptyInternalEnumerator_1_tFB6AB4078B849B7D9D041709E7ACE075063933DC * __this, const RuntimeMethod* method) { { NullCheck((EmptyInternalEnumerator_1_tFB6AB4078B849B7D9D041709E7ACE075063933DC *)__this); Plane_t80844BF2332EAFC1DDEDD616A950242031A115C7 L_0; L_0 = (( Plane_t80844BF2332EAFC1DDEDD616A950242031A115C7 (*) (EmptyInternalEnumerator_1_tFB6AB4078B849B7D9D041709E7ACE075063933DC *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((EmptyInternalEnumerator_1_tFB6AB4078B849B7D9D041709E7ACE075063933DC *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); Plane_t80844BF2332EAFC1DDEDD616A950242031A115C7 L_1 = (Plane_t80844BF2332EAFC1DDEDD616A950242031A115C7 )L_0; RuntimeObject * L_2 = Box(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 1), &L_1); return (RuntimeObject *)L_2; } } // System.Void System.Array/EmptyInternalEnumerator`1::System.Collections.IEnumerator.Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1_System_Collections_IEnumerator_Reset_mAB10D92102DE80B113793BB463545E1075A31103_gshared (EmptyInternalEnumerator_1_tFB6AB4078B849B7D9D041709E7ACE075063933DC * __this, const RuntimeMethod* method) { { return; } } // System.Void System.Array/EmptyInternalEnumerator`1::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1__ctor_mB63B0F1703B06061DB8A4B6D04664352F7D0F358_gshared (EmptyInternalEnumerator_1_tFB6AB4078B849B7D9D041709E7ACE075063933DC * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405((RuntimeObject *)__this, /*hidden argument*/NULL); return; } } // System.Void System.Array/EmptyInternalEnumerator`1::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1__cctor_m6CBF1424AC4BCFFF44609F9B5A9B9B2AB0676381_gshared (const RuntimeMethod* method) { { EmptyInternalEnumerator_1_tFB6AB4078B849B7D9D041709E7ACE075063933DC * L_0 = (EmptyInternalEnumerator_1_tFB6AB4078B849B7D9D041709E7ACE075063933DC *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2)); (( void (*) (EmptyInternalEnumerator_1_tFB6AB4078B849B7D9D041709E7ACE075063933DC *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)->methodPointer)(L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); ((EmptyInternalEnumerator_1_tFB6AB4078B849B7D9D041709E7ACE075063933DC_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4)))->set_Value_0(L_0); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Array/EmptyInternalEnumerator`1::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1_Dispose_mF6BB0D9F5DB5D318CD3DCF05B53B57434185E751_gshared (EmptyInternalEnumerator_1_t66E1ED5C5EE9212424EB40088B0C53B90FD2107F * __this, const RuntimeMethod* method) { { return; } } // System.Boolean System.Array/EmptyInternalEnumerator`1::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool EmptyInternalEnumerator_1_MoveNext_m6C9A1A956A38FC6ABAA855CE55F0A032973C60B3_gshared (EmptyInternalEnumerator_1_t66E1ED5C5EE9212424EB40088B0C53B90FD2107F * __this, const RuntimeMethod* method) { { return (bool)0; } } // T System.Array/EmptyInternalEnumerator`1::get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Playable_tC24692CDD1DD8F1D5C646035A76D2830A70214E2 EmptyInternalEnumerator_1_get_Current_m565412BC119220111E2E38C509276E7F5446405A_gshared (EmptyInternalEnumerator_1_t66E1ED5C5EE9212424EB40088B0C53B90FD2107F * __this, const RuntimeMethod* method) { { InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB * L_0 = (InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB_il2cpp_TypeInfo_var))); InvalidOperationException__ctor_mC012CE552988309733C896F3FEA8249171E4402E(L_0, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral7E7A07FECA0FF43839D67A9F7828EE56182CC9F6)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&EmptyInternalEnumerator_1_get_Current_m565412BC119220111E2E38C509276E7F5446405A_RuntimeMethod_var))); } } // System.Object System.Array/EmptyInternalEnumerator`1::System.Collections.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * EmptyInternalEnumerator_1_System_Collections_IEnumerator_get_Current_mAC5396A3701CCD1072BE41D1BC8AB5B7C91EB5D4_gshared (EmptyInternalEnumerator_1_t66E1ED5C5EE9212424EB40088B0C53B90FD2107F * __this, const RuntimeMethod* method) { { NullCheck((EmptyInternalEnumerator_1_t66E1ED5C5EE9212424EB40088B0C53B90FD2107F *)__this); Playable_tC24692CDD1DD8F1D5C646035A76D2830A70214E2 L_0; L_0 = (( Playable_tC24692CDD1DD8F1D5C646035A76D2830A70214E2 (*) (EmptyInternalEnumerator_1_t66E1ED5C5EE9212424EB40088B0C53B90FD2107F *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((EmptyInternalEnumerator_1_t66E1ED5C5EE9212424EB40088B0C53B90FD2107F *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); Playable_tC24692CDD1DD8F1D5C646035A76D2830A70214E2 L_1 = (Playable_tC24692CDD1DD8F1D5C646035A76D2830A70214E2 )L_0; RuntimeObject * L_2 = Box(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 1), &L_1); return (RuntimeObject *)L_2; } } // System.Void System.Array/EmptyInternalEnumerator`1::System.Collections.IEnumerator.Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1_System_Collections_IEnumerator_Reset_mFA2784FE280B6148CD4BD632505A80CA1EBCF9CC_gshared (EmptyInternalEnumerator_1_t66E1ED5C5EE9212424EB40088B0C53B90FD2107F * __this, const RuntimeMethod* method) { { return; } } // System.Void System.Array/EmptyInternalEnumerator`1::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1__ctor_m5BD79436B80EB2F1BE660ED3B5B770B6ECAEC4AE_gshared (EmptyInternalEnumerator_1_t66E1ED5C5EE9212424EB40088B0C53B90FD2107F * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405((RuntimeObject *)__this, /*hidden argument*/NULL); return; } } // System.Void System.Array/EmptyInternalEnumerator`1::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1__cctor_m32A316BA6C66668F113FB6042BB0527FD6232A0D_gshared (const RuntimeMethod* method) { { EmptyInternalEnumerator_1_t66E1ED5C5EE9212424EB40088B0C53B90FD2107F * L_0 = (EmptyInternalEnumerator_1_t66E1ED5C5EE9212424EB40088B0C53B90FD2107F *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2)); (( void (*) (EmptyInternalEnumerator_1_t66E1ED5C5EE9212424EB40088B0C53B90FD2107F *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)->methodPointer)(L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); ((EmptyInternalEnumerator_1_t66E1ED5C5EE9212424EB40088B0C53B90FD2107F_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4)))->set_Value_0(L_0); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Array/EmptyInternalEnumerator`1::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1_Dispose_m708893B5ED04A3F2E8BF3B2C1473D7492D06A611_gshared (EmptyInternalEnumerator_1_tDA240E936C6885E689C8EDD57FBCC92B8FF8623C * __this, const RuntimeMethod* method) { { return; } } // System.Boolean System.Array/EmptyInternalEnumerator`1::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool EmptyInternalEnumerator_1_MoveNext_mDE6B7F448A8F51CEFFFE5D46DA3678A9D3E2674B_gshared (EmptyInternalEnumerator_1_tDA240E936C6885E689C8EDD57FBCC92B8FF8623C * __this, const RuntimeMethod* method) { { return (bool)0; } } // T System.Array/EmptyInternalEnumerator`1::get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR PlayableBinding_t265202500C703254AD9777368C05D1986C8AC7A2 EmptyInternalEnumerator_1_get_Current_m5E49C3A4C8D7241A815327D2AE546BC7638AD496_gshared (EmptyInternalEnumerator_1_tDA240E936C6885E689C8EDD57FBCC92B8FF8623C * __this, const RuntimeMethod* method) { { InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB * L_0 = (InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB_il2cpp_TypeInfo_var))); InvalidOperationException__ctor_mC012CE552988309733C896F3FEA8249171E4402E(L_0, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral7E7A07FECA0FF43839D67A9F7828EE56182CC9F6)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&EmptyInternalEnumerator_1_get_Current_m5E49C3A4C8D7241A815327D2AE546BC7638AD496_RuntimeMethod_var))); } } // System.Object System.Array/EmptyInternalEnumerator`1::System.Collections.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * EmptyInternalEnumerator_1_System_Collections_IEnumerator_get_Current_m0B5BC17492D111750A6345864E1EDE69919553FC_gshared (EmptyInternalEnumerator_1_tDA240E936C6885E689C8EDD57FBCC92B8FF8623C * __this, const RuntimeMethod* method) { { NullCheck((EmptyInternalEnumerator_1_tDA240E936C6885E689C8EDD57FBCC92B8FF8623C *)__this); PlayableBinding_t265202500C703254AD9777368C05D1986C8AC7A2 L_0; L_0 = (( PlayableBinding_t265202500C703254AD9777368C05D1986C8AC7A2 (*) (EmptyInternalEnumerator_1_tDA240E936C6885E689C8EDD57FBCC92B8FF8623C *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((EmptyInternalEnumerator_1_tDA240E936C6885E689C8EDD57FBCC92B8FF8623C *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); PlayableBinding_t265202500C703254AD9777368C05D1986C8AC7A2 L_1 = (PlayableBinding_t265202500C703254AD9777368C05D1986C8AC7A2 )L_0; RuntimeObject * L_2 = Box(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 1), &L_1); return (RuntimeObject *)L_2; } } // System.Void System.Array/EmptyInternalEnumerator`1::System.Collections.IEnumerator.Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1_System_Collections_IEnumerator_Reset_mF64925078898C80E9607F1DAE93AB3311F20DBFF_gshared (EmptyInternalEnumerator_1_tDA240E936C6885E689C8EDD57FBCC92B8FF8623C * __this, const RuntimeMethod* method) { { return; } } // System.Void System.Array/EmptyInternalEnumerator`1::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1__ctor_mF874B9020A04867294A81B904C4A70F99F493003_gshared (EmptyInternalEnumerator_1_tDA240E936C6885E689C8EDD57FBCC92B8FF8623C * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405((RuntimeObject *)__this, /*hidden argument*/NULL); return; } } // System.Void System.Array/EmptyInternalEnumerator`1::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1__cctor_mA489450577031ABEA2923F999C007190359444E8_gshared (const RuntimeMethod* method) { { EmptyInternalEnumerator_1_tDA240E936C6885E689C8EDD57FBCC92B8FF8623C * L_0 = (EmptyInternalEnumerator_1_tDA240E936C6885E689C8EDD57FBCC92B8FF8623C *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2)); (( void (*) (EmptyInternalEnumerator_1_tDA240E936C6885E689C8EDD57FBCC92B8FF8623C *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)->methodPointer)(L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); ((EmptyInternalEnumerator_1_tDA240E936C6885E689C8EDD57FBCC92B8FF8623C_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4)))->set_Value_0(L_0); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Array/EmptyInternalEnumerator`1::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1_Dispose_m9DE852F3CF3859C162BA566A35DBBB7FD6EC58B0_gshared (EmptyInternalEnumerator_1_tE80CE8A0BBB70ADFA376E01A8A783F282753A057 * __this, const RuntimeMethod* method) { { return; } } // System.Boolean System.Array/EmptyInternalEnumerator`1::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool EmptyInternalEnumerator_1_MoveNext_m7CDC4F600F400B0A4665F51E3AC81510A27FD072_gshared (EmptyInternalEnumerator_1_tE80CE8A0BBB70ADFA376E01A8A783F282753A057 * __this, const RuntimeMethod* method) { { return (bool)0; } } // T System.Array/EmptyInternalEnumerator`1::get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR PlayerLoopSystem_t3C4FAE5D2149A8DBB8BED0C2AE9B957B7830E54C EmptyInternalEnumerator_1_get_Current_mDDECC89455F2184C01BA152E4257C712E4D0408B_gshared (EmptyInternalEnumerator_1_tE80CE8A0BBB70ADFA376E01A8A783F282753A057 * __this, const RuntimeMethod* method) { { InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB * L_0 = (InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB_il2cpp_TypeInfo_var))); InvalidOperationException__ctor_mC012CE552988309733C896F3FEA8249171E4402E(L_0, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral7E7A07FECA0FF43839D67A9F7828EE56182CC9F6)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&EmptyInternalEnumerator_1_get_Current_mDDECC89455F2184C01BA152E4257C712E4D0408B_RuntimeMethod_var))); } } // System.Object System.Array/EmptyInternalEnumerator`1::System.Collections.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * EmptyInternalEnumerator_1_System_Collections_IEnumerator_get_Current_mB8BC4602BFAE6B6EBB5CC0DB4FD59E1B6A9D923A_gshared (EmptyInternalEnumerator_1_tE80CE8A0BBB70ADFA376E01A8A783F282753A057 * __this, const RuntimeMethod* method) { { NullCheck((EmptyInternalEnumerator_1_tE80CE8A0BBB70ADFA376E01A8A783F282753A057 *)__this); PlayerLoopSystem_t3C4FAE5D2149A8DBB8BED0C2AE9B957B7830E54C L_0; L_0 = (( PlayerLoopSystem_t3C4FAE5D2149A8DBB8BED0C2AE9B957B7830E54C (*) (EmptyInternalEnumerator_1_tE80CE8A0BBB70ADFA376E01A8A783F282753A057 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((EmptyInternalEnumerator_1_tE80CE8A0BBB70ADFA376E01A8A783F282753A057 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); PlayerLoopSystem_t3C4FAE5D2149A8DBB8BED0C2AE9B957B7830E54C L_1 = (PlayerLoopSystem_t3C4FAE5D2149A8DBB8BED0C2AE9B957B7830E54C )L_0; RuntimeObject * L_2 = Box(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 1), &L_1); return (RuntimeObject *)L_2; } } // System.Void System.Array/EmptyInternalEnumerator`1::System.Collections.IEnumerator.Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1_System_Collections_IEnumerator_Reset_m4713793A93D9B2BE5863CF55D20987BE93160CE3_gshared (EmptyInternalEnumerator_1_tE80CE8A0BBB70ADFA376E01A8A783F282753A057 * __this, const RuntimeMethod* method) { { return; } } // System.Void System.Array/EmptyInternalEnumerator`1::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1__ctor_mE0011E690D188D4F59BB8ECC6D29740C63D624BE_gshared (EmptyInternalEnumerator_1_tE80CE8A0BBB70ADFA376E01A8A783F282753A057 * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405((RuntimeObject *)__this, /*hidden argument*/NULL); return; } } // System.Void System.Array/EmptyInternalEnumerator`1::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1__cctor_m29367585565F57B9DFA7C4AA87E787B1CD0F2CA8_gshared (const RuntimeMethod* method) { { EmptyInternalEnumerator_1_tE80CE8A0BBB70ADFA376E01A8A783F282753A057 * L_0 = (EmptyInternalEnumerator_1_tE80CE8A0BBB70ADFA376E01A8A783F282753A057 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2)); (( void (*) (EmptyInternalEnumerator_1_tE80CE8A0BBB70ADFA376E01A8A783F282753A057 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)->methodPointer)(L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); ((EmptyInternalEnumerator_1_tE80CE8A0BBB70ADFA376E01A8A783F282753A057_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4)))->set_Value_0(L_0); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Array/EmptyInternalEnumerator`1::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1_Dispose_m68AD7D5730272564D53389C3D941325ECA4DD9C1_gshared (EmptyInternalEnumerator_1_tEDE237734B17321A1012C1F07588C732EF5FDCB4 * __this, const RuntimeMethod* method) { { return; } } // System.Boolean System.Array/EmptyInternalEnumerator`1::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool EmptyInternalEnumerator_1_MoveNext_m6BB146736F1922DBD8BDAEDA9A449DB9A4CA490B_gshared (EmptyInternalEnumerator_1_tEDE237734B17321A1012C1F07588C732EF5FDCB4 * __this, const RuntimeMethod* method) { { return (bool)0; } } // T System.Array/EmptyInternalEnumerator`1::get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR PointerModel_t694B1146EE8307E8A4F003672E846E61E442860B EmptyInternalEnumerator_1_get_Current_m27AD9BB1A87B88FD8E74B8E12650165418F12273_gshared (EmptyInternalEnumerator_1_tEDE237734B17321A1012C1F07588C732EF5FDCB4 * __this, const RuntimeMethod* method) { { InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB * L_0 = (InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB_il2cpp_TypeInfo_var))); InvalidOperationException__ctor_mC012CE552988309733C896F3FEA8249171E4402E(L_0, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral7E7A07FECA0FF43839D67A9F7828EE56182CC9F6)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&EmptyInternalEnumerator_1_get_Current_m27AD9BB1A87B88FD8E74B8E12650165418F12273_RuntimeMethod_var))); } } // System.Object System.Array/EmptyInternalEnumerator`1::System.Collections.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * EmptyInternalEnumerator_1_System_Collections_IEnumerator_get_Current_mB094168166F3B7D37C4BA2AA0E8F2C8CF1EA1572_gshared (EmptyInternalEnumerator_1_tEDE237734B17321A1012C1F07588C732EF5FDCB4 * __this, const RuntimeMethod* method) { { NullCheck((EmptyInternalEnumerator_1_tEDE237734B17321A1012C1F07588C732EF5FDCB4 *)__this); PointerModel_t694B1146EE8307E8A4F003672E846E61E442860B L_0; L_0 = (( PointerModel_t694B1146EE8307E8A4F003672E846E61E442860B (*) (EmptyInternalEnumerator_1_tEDE237734B17321A1012C1F07588C732EF5FDCB4 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((EmptyInternalEnumerator_1_tEDE237734B17321A1012C1F07588C732EF5FDCB4 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); PointerModel_t694B1146EE8307E8A4F003672E846E61E442860B L_1 = (PointerModel_t694B1146EE8307E8A4F003672E846E61E442860B )L_0; RuntimeObject * L_2 = Box(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 1), &L_1); return (RuntimeObject *)L_2; } } // System.Void System.Array/EmptyInternalEnumerator`1::System.Collections.IEnumerator.Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1_System_Collections_IEnumerator_Reset_m932AFC36361BC6C00902DF31A4699543E775FEA9_gshared (EmptyInternalEnumerator_1_tEDE237734B17321A1012C1F07588C732EF5FDCB4 * __this, const RuntimeMethod* method) { { return; } } // System.Void System.Array/EmptyInternalEnumerator`1::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1__ctor_mDC5A66F6AF7A6EF7BDE0C9DD8C99E85E621B3A0B_gshared (EmptyInternalEnumerator_1_tEDE237734B17321A1012C1F07588C732EF5FDCB4 * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405((RuntimeObject *)__this, /*hidden argument*/NULL); return; } } // System.Void System.Array/EmptyInternalEnumerator`1::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1__cctor_m8B22B762D445FED246B0C80F88D2A9174F339440_gshared (const RuntimeMethod* method) { { EmptyInternalEnumerator_1_tEDE237734B17321A1012C1F07588C732EF5FDCB4 * L_0 = (EmptyInternalEnumerator_1_tEDE237734B17321A1012C1F07588C732EF5FDCB4 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2)); (( void (*) (EmptyInternalEnumerator_1_tEDE237734B17321A1012C1F07588C732EF5FDCB4 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)->methodPointer)(L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); ((EmptyInternalEnumerator_1_tEDE237734B17321A1012C1F07588C732EF5FDCB4_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4)))->set_Value_0(L_0); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Array/EmptyInternalEnumerator`1::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1_Dispose_mE035253353C27F7444D8E63ACA45B9CC45F050AA_gshared (EmptyInternalEnumerator_1_tD34CCBC5E8B24A6CCAA67EDD5862CBFDDA3F7974 * __this, const RuntimeMethod* method) { { return; } } // System.Boolean System.Array/EmptyInternalEnumerator`1::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool EmptyInternalEnumerator_1_MoveNext_m8E115C7D6A6C09B82AC1F366440D5837DDAB6253_gshared (EmptyInternalEnumerator_1_tD34CCBC5E8B24A6CCAA67EDD5862CBFDDA3F7974 * __this, const RuntimeMethod* method) { { return (bool)0; } } // T System.Array/EmptyInternalEnumerator`1::get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR PreTile_t4C3B1DD1A0BC90B618CEE8D0102DBC58FF119F36 EmptyInternalEnumerator_1_get_Current_mA3E6CE7426624A3BF666DB7B80D303D509D74B2F_gshared (EmptyInternalEnumerator_1_tD34CCBC5E8B24A6CCAA67EDD5862CBFDDA3F7974 * __this, const RuntimeMethod* method) { { InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB * L_0 = (InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB_il2cpp_TypeInfo_var))); InvalidOperationException__ctor_mC012CE552988309733C896F3FEA8249171E4402E(L_0, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral7E7A07FECA0FF43839D67A9F7828EE56182CC9F6)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&EmptyInternalEnumerator_1_get_Current_mA3E6CE7426624A3BF666DB7B80D303D509D74B2F_RuntimeMethod_var))); } } // System.Object System.Array/EmptyInternalEnumerator`1::System.Collections.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * EmptyInternalEnumerator_1_System_Collections_IEnumerator_get_Current_mB93EDB8DB7ED414C9DBA1151F3D08085F7411716_gshared (EmptyInternalEnumerator_1_tD34CCBC5E8B24A6CCAA67EDD5862CBFDDA3F7974 * __this, const RuntimeMethod* method) { { NullCheck((EmptyInternalEnumerator_1_tD34CCBC5E8B24A6CCAA67EDD5862CBFDDA3F7974 *)__this); PreTile_t4C3B1DD1A0BC90B618CEE8D0102DBC58FF119F36 L_0; L_0 = (( PreTile_t4C3B1DD1A0BC90B618CEE8D0102DBC58FF119F36 (*) (EmptyInternalEnumerator_1_tD34CCBC5E8B24A6CCAA67EDD5862CBFDDA3F7974 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((EmptyInternalEnumerator_1_tD34CCBC5E8B24A6CCAA67EDD5862CBFDDA3F7974 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); PreTile_t4C3B1DD1A0BC90B618CEE8D0102DBC58FF119F36 L_1 = (PreTile_t4C3B1DD1A0BC90B618CEE8D0102DBC58FF119F36 )L_0; RuntimeObject * L_2 = Box(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 1), &L_1); return (RuntimeObject *)L_2; } } // System.Void System.Array/EmptyInternalEnumerator`1::System.Collections.IEnumerator.Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1_System_Collections_IEnumerator_Reset_mF9200C78F11EFE84EFD943F9320CEA229183703B_gshared (EmptyInternalEnumerator_1_tD34CCBC5E8B24A6CCAA67EDD5862CBFDDA3F7974 * __this, const RuntimeMethod* method) { { return; } } // System.Void System.Array/EmptyInternalEnumerator`1::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1__ctor_mED0D0CC5A31ED41A7D5E29B1A10F5B214E13B5A2_gshared (EmptyInternalEnumerator_1_tD34CCBC5E8B24A6CCAA67EDD5862CBFDDA3F7974 * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405((RuntimeObject *)__this, /*hidden argument*/NULL); return; } } // System.Void System.Array/EmptyInternalEnumerator`1::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1__cctor_m5467A22B304C11BE3F6094DE7C99214D63F17BD2_gshared (const RuntimeMethod* method) { { EmptyInternalEnumerator_1_tD34CCBC5E8B24A6CCAA67EDD5862CBFDDA3F7974 * L_0 = (EmptyInternalEnumerator_1_tD34CCBC5E8B24A6CCAA67EDD5862CBFDDA3F7974 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2)); (( void (*) (EmptyInternalEnumerator_1_tD34CCBC5E8B24A6CCAA67EDD5862CBFDDA3F7974 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)->methodPointer)(L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); ((EmptyInternalEnumerator_1_tD34CCBC5E8B24A6CCAA67EDD5862CBFDDA3F7974_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4)))->set_Value_0(L_0); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Array/EmptyInternalEnumerator`1::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1_Dispose_m3AF3704B5DDF3B123E5E51009180CE50B27FA0FB_gshared (EmptyInternalEnumerator_1_t0FA3F7997D7FA23EE3CE13E5A07DAA5699295DA4 * __this, const RuntimeMethod* method) { { return; } } // System.Boolean System.Array/EmptyInternalEnumerator`1::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool EmptyInternalEnumerator_1_MoveNext_mBC446EBA41584A4C5A7121119473818649934D91_gshared (EmptyInternalEnumerator_1_t0FA3F7997D7FA23EE3CE13E5A07DAA5699295DA4 * __this, const RuntimeMethod* method) { { return (bool)0; } } // T System.Array/EmptyInternalEnumerator`1::get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR PublishedFileId_t_tAE6F9644AE2DD319BD789BBFD744508B9A6CCFD5 EmptyInternalEnumerator_1_get_Current_mF2C73CB84088B58F55B03A8DED2459018CD9E012_gshared (EmptyInternalEnumerator_1_t0FA3F7997D7FA23EE3CE13E5A07DAA5699295DA4 * __this, const RuntimeMethod* method) { { InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB * L_0 = (InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB_il2cpp_TypeInfo_var))); InvalidOperationException__ctor_mC012CE552988309733C896F3FEA8249171E4402E(L_0, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral7E7A07FECA0FF43839D67A9F7828EE56182CC9F6)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&EmptyInternalEnumerator_1_get_Current_mF2C73CB84088B58F55B03A8DED2459018CD9E012_RuntimeMethod_var))); } } // System.Object System.Array/EmptyInternalEnumerator`1::System.Collections.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * EmptyInternalEnumerator_1_System_Collections_IEnumerator_get_Current_m26B0FB94CDEE90068C79BEE64748061019D53BDD_gshared (EmptyInternalEnumerator_1_t0FA3F7997D7FA23EE3CE13E5A07DAA5699295DA4 * __this, const RuntimeMethod* method) { { NullCheck((EmptyInternalEnumerator_1_t0FA3F7997D7FA23EE3CE13E5A07DAA5699295DA4 *)__this); PublishedFileId_t_tAE6F9644AE2DD319BD789BBFD744508B9A6CCFD5 L_0; L_0 = (( PublishedFileId_t_tAE6F9644AE2DD319BD789BBFD744508B9A6CCFD5 (*) (EmptyInternalEnumerator_1_t0FA3F7997D7FA23EE3CE13E5A07DAA5699295DA4 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((EmptyInternalEnumerator_1_t0FA3F7997D7FA23EE3CE13E5A07DAA5699295DA4 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); PublishedFileId_t_tAE6F9644AE2DD319BD789BBFD744508B9A6CCFD5 L_1 = (PublishedFileId_t_tAE6F9644AE2DD319BD789BBFD744508B9A6CCFD5 )L_0; RuntimeObject * L_2 = Box(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 1), &L_1); return (RuntimeObject *)L_2; } } // System.Void System.Array/EmptyInternalEnumerator`1::System.Collections.IEnumerator.Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1_System_Collections_IEnumerator_Reset_m5895258C338D344785FF3D6B77539F76C303CB44_gshared (EmptyInternalEnumerator_1_t0FA3F7997D7FA23EE3CE13E5A07DAA5699295DA4 * __this, const RuntimeMethod* method) { { return; } } // System.Void System.Array/EmptyInternalEnumerator`1::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1__ctor_m7063DF5699B2AAB188C37CA24EDF2FF43FA20396_gshared (EmptyInternalEnumerator_1_t0FA3F7997D7FA23EE3CE13E5A07DAA5699295DA4 * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405((RuntimeObject *)__this, /*hidden argument*/NULL); return; } } // System.Void System.Array/EmptyInternalEnumerator`1::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1__cctor_mE72B12B8287B7CA7CA90064FF513586865F914D1_gshared (const RuntimeMethod* method) { { EmptyInternalEnumerator_1_t0FA3F7997D7FA23EE3CE13E5A07DAA5699295DA4 * L_0 = (EmptyInternalEnumerator_1_t0FA3F7997D7FA23EE3CE13E5A07DAA5699295DA4 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2)); (( void (*) (EmptyInternalEnumerator_1_t0FA3F7997D7FA23EE3CE13E5A07DAA5699295DA4 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)->methodPointer)(L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); ((EmptyInternalEnumerator_1_t0FA3F7997D7FA23EE3CE13E5A07DAA5699295DA4_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4)))->set_Value_0(L_0); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Array/EmptyInternalEnumerator`1::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1_Dispose_m49E3B9BFBE27913DE2A753F0A2AC809EAFF0527F_gshared (EmptyInternalEnumerator_1_t0948888B9BA933F2DFDAC75410FAC8088CDB483B * __this, const RuntimeMethod* method) { { return; } } // System.Boolean System.Array/EmptyInternalEnumerator`1::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool EmptyInternalEnumerator_1_MoveNext_m0D6AD52BA8747DA8E84827374BE55E6A7999577C_gshared (EmptyInternalEnumerator_1_t0948888B9BA933F2DFDAC75410FAC8088CDB483B * __this, const RuntimeMethod* method) { { return (bool)0; } } // T System.Array/EmptyInternalEnumerator`1::get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 EmptyInternalEnumerator_1_get_Current_m889B413BA22490FF21B342DF4200B8A553E38751_gshared (EmptyInternalEnumerator_1_t0948888B9BA933F2DFDAC75410FAC8088CDB483B * __this, const RuntimeMethod* method) { { InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB * L_0 = (InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB_il2cpp_TypeInfo_var))); InvalidOperationException__ctor_mC012CE552988309733C896F3FEA8249171E4402E(L_0, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral7E7A07FECA0FF43839D67A9F7828EE56182CC9F6)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&EmptyInternalEnumerator_1_get_Current_m889B413BA22490FF21B342DF4200B8A553E38751_RuntimeMethod_var))); } } // System.Object System.Array/EmptyInternalEnumerator`1::System.Collections.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * EmptyInternalEnumerator_1_System_Collections_IEnumerator_get_Current_mAAF7CDA7CE526513C75AC06CB636E2305103660D_gshared (EmptyInternalEnumerator_1_t0948888B9BA933F2DFDAC75410FAC8088CDB483B * __this, const RuntimeMethod* method) { { NullCheck((EmptyInternalEnumerator_1_t0948888B9BA933F2DFDAC75410FAC8088CDB483B *)__this); Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 L_0; L_0 = (( Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 (*) (EmptyInternalEnumerator_1_t0948888B9BA933F2DFDAC75410FAC8088CDB483B *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((EmptyInternalEnumerator_1_t0948888B9BA933F2DFDAC75410FAC8088CDB483B *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 L_1 = (Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 )L_0; RuntimeObject * L_2 = Box(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 1), &L_1); return (RuntimeObject *)L_2; } } // System.Void System.Array/EmptyInternalEnumerator`1::System.Collections.IEnumerator.Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1_System_Collections_IEnumerator_Reset_m4C709FE049EB78BBC8482F719E93DFC72D18515B_gshared (EmptyInternalEnumerator_1_t0948888B9BA933F2DFDAC75410FAC8088CDB483B * __this, const RuntimeMethod* method) { { return; } } // System.Void System.Array/EmptyInternalEnumerator`1::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1__ctor_mFD5B09841169665096BE5BD65CF9585BE6105908_gshared (EmptyInternalEnumerator_1_t0948888B9BA933F2DFDAC75410FAC8088CDB483B * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405((RuntimeObject *)__this, /*hidden argument*/NULL); return; } } // System.Void System.Array/EmptyInternalEnumerator`1::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1__cctor_m67225DD27B438C8D304A1637E8B97D6D3602D2C0_gshared (const RuntimeMethod* method) { { EmptyInternalEnumerator_1_t0948888B9BA933F2DFDAC75410FAC8088CDB483B * L_0 = (EmptyInternalEnumerator_1_t0948888B9BA933F2DFDAC75410FAC8088CDB483B *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2)); (( void (*) (EmptyInternalEnumerator_1_t0948888B9BA933F2DFDAC75410FAC8088CDB483B *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)->methodPointer)(L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); ((EmptyInternalEnumerator_1_t0948888B9BA933F2DFDAC75410FAC8088CDB483B_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4)))->set_Value_0(L_0); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Array/EmptyInternalEnumerator`1::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1_Dispose_m36D06BEF487F3CF7AE3D79585E42449EC40E8C15_gshared (EmptyInternalEnumerator_1_t691D809CDF0F0D0A2ED848EC1DB03C958FF2EE71 * __this, const RuntimeMethod* method) { { return; } } // System.Boolean System.Array/EmptyInternalEnumerator`1::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool EmptyInternalEnumerator_1_MoveNext_m7777DFCB4964A5FDAEDEDB6EC9344FD5689AB7EA_gshared (EmptyInternalEnumerator_1_t691D809CDF0F0D0A2ED848EC1DB03C958FF2EE71 * __this, const RuntimeMethod* method) { { return (bool)0; } } // T System.Array/EmptyInternalEnumerator`1::get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR QueueData_t763FF68F31C75CE4AED3076335CBB8255CE00B08 EmptyInternalEnumerator_1_get_Current_mE232CD1747F1E064EF9FB9F1442F2764FB61CF19_gshared (EmptyInternalEnumerator_1_t691D809CDF0F0D0A2ED848EC1DB03C958FF2EE71 * __this, const RuntimeMethod* method) { { InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB * L_0 = (InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB_il2cpp_TypeInfo_var))); InvalidOperationException__ctor_mC012CE552988309733C896F3FEA8249171E4402E(L_0, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral7E7A07FECA0FF43839D67A9F7828EE56182CC9F6)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&EmptyInternalEnumerator_1_get_Current_mE232CD1747F1E064EF9FB9F1442F2764FB61CF19_RuntimeMethod_var))); } } // System.Object System.Array/EmptyInternalEnumerator`1::System.Collections.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * EmptyInternalEnumerator_1_System_Collections_IEnumerator_get_Current_mE8213D2EAD0E978D1EFD95BB996CB8BD82E2D8FD_gshared (EmptyInternalEnumerator_1_t691D809CDF0F0D0A2ED848EC1DB03C958FF2EE71 * __this, const RuntimeMethod* method) { { NullCheck((EmptyInternalEnumerator_1_t691D809CDF0F0D0A2ED848EC1DB03C958FF2EE71 *)__this); QueueData_t763FF68F31C75CE4AED3076335CBB8255CE00B08 L_0; L_0 = (( QueueData_t763FF68F31C75CE4AED3076335CBB8255CE00B08 (*) (EmptyInternalEnumerator_1_t691D809CDF0F0D0A2ED848EC1DB03C958FF2EE71 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((EmptyInternalEnumerator_1_t691D809CDF0F0D0A2ED848EC1DB03C958FF2EE71 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); QueueData_t763FF68F31C75CE4AED3076335CBB8255CE00B08 L_1 = (QueueData_t763FF68F31C75CE4AED3076335CBB8255CE00B08 )L_0; RuntimeObject * L_2 = Box(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 1), &L_1); return (RuntimeObject *)L_2; } } // System.Void System.Array/EmptyInternalEnumerator`1::System.Collections.IEnumerator.Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1_System_Collections_IEnumerator_Reset_m6B4C16C85105A114DCAAB86572E8AF76A9700D79_gshared (EmptyInternalEnumerator_1_t691D809CDF0F0D0A2ED848EC1DB03C958FF2EE71 * __this, const RuntimeMethod* method) { { return; } } // System.Void System.Array/EmptyInternalEnumerator`1::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1__ctor_mDD52F870B1F67D8C46EEDD65BFA9AE6A69678854_gshared (EmptyInternalEnumerator_1_t691D809CDF0F0D0A2ED848EC1DB03C958FF2EE71 * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405((RuntimeObject *)__this, /*hidden argument*/NULL); return; } } // System.Void System.Array/EmptyInternalEnumerator`1::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1__cctor_m6FB543DB257C6D15B2AF6EEF8E9F8B3B3AA1247F_gshared (const RuntimeMethod* method) { { EmptyInternalEnumerator_1_t691D809CDF0F0D0A2ED848EC1DB03C958FF2EE71 * L_0 = (EmptyInternalEnumerator_1_t691D809CDF0F0D0A2ED848EC1DB03C958FF2EE71 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2)); (( void (*) (EmptyInternalEnumerator_1_t691D809CDF0F0D0A2ED848EC1DB03C958FF2EE71 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)->methodPointer)(L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); ((EmptyInternalEnumerator_1_t691D809CDF0F0D0A2ED848EC1DB03C958FF2EE71_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4)))->set_Value_0(L_0); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Array/EmptyInternalEnumerator`1::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1_Dispose_m666803FD947B2A7201C62E0EC28DE65997220016_gshared (EmptyInternalEnumerator_1_t1161F4679FC506ABABE6B869D0FDEF9B2628297D * __this, const RuntimeMethod* method) { { return; } } // System.Boolean System.Array/EmptyInternalEnumerator`1::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool EmptyInternalEnumerator_1_MoveNext_m076D2CBD73A22D45F4B540561EB8A0A58A973728_gshared (EmptyInternalEnumerator_1_t1161F4679FC506ABABE6B869D0FDEF9B2628297D * __this, const RuntimeMethod* method) { { return (bool)0; } } // T System.Array/EmptyInternalEnumerator`1::get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RaycastHit_t59E5AEC8FE13BFA2ACBB6FFBDB7585FFB7288F89 EmptyInternalEnumerator_1_get_Current_mB4E7C83EE4BDE34804842FDF0F42AEDDD2ED3313_gshared (EmptyInternalEnumerator_1_t1161F4679FC506ABABE6B869D0FDEF9B2628297D * __this, const RuntimeMethod* method) { { InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB * L_0 = (InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB_il2cpp_TypeInfo_var))); InvalidOperationException__ctor_mC012CE552988309733C896F3FEA8249171E4402E(L_0, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral7E7A07FECA0FF43839D67A9F7828EE56182CC9F6)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&EmptyInternalEnumerator_1_get_Current_mB4E7C83EE4BDE34804842FDF0F42AEDDD2ED3313_RuntimeMethod_var))); } } // System.Object System.Array/EmptyInternalEnumerator`1::System.Collections.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * EmptyInternalEnumerator_1_System_Collections_IEnumerator_get_Current_mBA6B58473A07002601A3925514FA11B29B6C675E_gshared (EmptyInternalEnumerator_1_t1161F4679FC506ABABE6B869D0FDEF9B2628297D * __this, const RuntimeMethod* method) { { NullCheck((EmptyInternalEnumerator_1_t1161F4679FC506ABABE6B869D0FDEF9B2628297D *)__this); RaycastHit_t59E5AEC8FE13BFA2ACBB6FFBDB7585FFB7288F89 L_0; L_0 = (( RaycastHit_t59E5AEC8FE13BFA2ACBB6FFBDB7585FFB7288F89 (*) (EmptyInternalEnumerator_1_t1161F4679FC506ABABE6B869D0FDEF9B2628297D *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((EmptyInternalEnumerator_1_t1161F4679FC506ABABE6B869D0FDEF9B2628297D *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); RaycastHit_t59E5AEC8FE13BFA2ACBB6FFBDB7585FFB7288F89 L_1 = (RaycastHit_t59E5AEC8FE13BFA2ACBB6FFBDB7585FFB7288F89 )L_0; RuntimeObject * L_2 = Box(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 1), &L_1); return (RuntimeObject *)L_2; } } // System.Void System.Array/EmptyInternalEnumerator`1::System.Collections.IEnumerator.Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1_System_Collections_IEnumerator_Reset_m947892CE22BF2A140D14F4B6506178ED8214369D_gshared (EmptyInternalEnumerator_1_t1161F4679FC506ABABE6B869D0FDEF9B2628297D * __this, const RuntimeMethod* method) { { return; } } // System.Void System.Array/EmptyInternalEnumerator`1::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1__ctor_m51E94D4A84E51A96872F4C7F657B49A6D32E13FB_gshared (EmptyInternalEnumerator_1_t1161F4679FC506ABABE6B869D0FDEF9B2628297D * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405((RuntimeObject *)__this, /*hidden argument*/NULL); return; } } // System.Void System.Array/EmptyInternalEnumerator`1::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1__cctor_m8AD0AB2250255FC70611EC879AE5D0417E8EBD4D_gshared (const RuntimeMethod* method) { { EmptyInternalEnumerator_1_t1161F4679FC506ABABE6B869D0FDEF9B2628297D * L_0 = (EmptyInternalEnumerator_1_t1161F4679FC506ABABE6B869D0FDEF9B2628297D *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2)); (( void (*) (EmptyInternalEnumerator_1_t1161F4679FC506ABABE6B869D0FDEF9B2628297D *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)->methodPointer)(L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); ((EmptyInternalEnumerator_1_t1161F4679FC506ABABE6B869D0FDEF9B2628297D_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4)))->set_Value_0(L_0); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Array/EmptyInternalEnumerator`1::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1_Dispose_m8CD49995B06BE0F05416061F67424C826D44A7CF_gshared (EmptyInternalEnumerator_1_t2BD7ACAB2895105DECC544A7F5EB2906B0AE9679 * __this, const RuntimeMethod* method) { { return; } } // System.Boolean System.Array/EmptyInternalEnumerator`1::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool EmptyInternalEnumerator_1_MoveNext_mD84A9A56DD280656E95D0FD01A28E30FE9A5AD50_gshared (EmptyInternalEnumerator_1_t2BD7ACAB2895105DECC544A7F5EB2906B0AE9679 * __this, const RuntimeMethod* method) { { return (bool)0; } } // T System.Array/EmptyInternalEnumerator`1::get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RaycastHit2D_t210878DAEBC96C1F69DF9883C454758724A106A4 EmptyInternalEnumerator_1_get_Current_m1B0B1A7B96E78AA57F632C220BB3118340254CD2_gshared (EmptyInternalEnumerator_1_t2BD7ACAB2895105DECC544A7F5EB2906B0AE9679 * __this, const RuntimeMethod* method) { { InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB * L_0 = (InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB_il2cpp_TypeInfo_var))); InvalidOperationException__ctor_mC012CE552988309733C896F3FEA8249171E4402E(L_0, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral7E7A07FECA0FF43839D67A9F7828EE56182CC9F6)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&EmptyInternalEnumerator_1_get_Current_m1B0B1A7B96E78AA57F632C220BB3118340254CD2_RuntimeMethod_var))); } } // System.Object System.Array/EmptyInternalEnumerator`1::System.Collections.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * EmptyInternalEnumerator_1_System_Collections_IEnumerator_get_Current_m5C94D57B2A74EC156EFD3623F20D4FB661646E26_gshared (EmptyInternalEnumerator_1_t2BD7ACAB2895105DECC544A7F5EB2906B0AE9679 * __this, const RuntimeMethod* method) { { NullCheck((EmptyInternalEnumerator_1_t2BD7ACAB2895105DECC544A7F5EB2906B0AE9679 *)__this); RaycastHit2D_t210878DAEBC96C1F69DF9883C454758724A106A4 L_0; L_0 = (( RaycastHit2D_t210878DAEBC96C1F69DF9883C454758724A106A4 (*) (EmptyInternalEnumerator_1_t2BD7ACAB2895105DECC544A7F5EB2906B0AE9679 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((EmptyInternalEnumerator_1_t2BD7ACAB2895105DECC544A7F5EB2906B0AE9679 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); RaycastHit2D_t210878DAEBC96C1F69DF9883C454758724A106A4 L_1 = (RaycastHit2D_t210878DAEBC96C1F69DF9883C454758724A106A4 )L_0; RuntimeObject * L_2 = Box(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 1), &L_1); return (RuntimeObject *)L_2; } } // System.Void System.Array/EmptyInternalEnumerator`1::System.Collections.IEnumerator.Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1_System_Collections_IEnumerator_Reset_m559961A7C60AC8F3819B5191C784E468A8134A76_gshared (EmptyInternalEnumerator_1_t2BD7ACAB2895105DECC544A7F5EB2906B0AE9679 * __this, const RuntimeMethod* method) { { return; } } // System.Void System.Array/EmptyInternalEnumerator`1::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1__ctor_m22FD851A5BE97C23584971B3A427F1C9729CD88A_gshared (EmptyInternalEnumerator_1_t2BD7ACAB2895105DECC544A7F5EB2906B0AE9679 * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405((RuntimeObject *)__this, /*hidden argument*/NULL); return; } } // System.Void System.Array/EmptyInternalEnumerator`1::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1__cctor_m61ED85B85222814F4E81C224423E7B2984D6961D_gshared (const RuntimeMethod* method) { { EmptyInternalEnumerator_1_t2BD7ACAB2895105DECC544A7F5EB2906B0AE9679 * L_0 = (EmptyInternalEnumerator_1_t2BD7ACAB2895105DECC544A7F5EB2906B0AE9679 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2)); (( void (*) (EmptyInternalEnumerator_1_t2BD7ACAB2895105DECC544A7F5EB2906B0AE9679 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)->methodPointer)(L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); ((EmptyInternalEnumerator_1_t2BD7ACAB2895105DECC544A7F5EB2906B0AE9679_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4)))->set_Value_0(L_0); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Array/EmptyInternalEnumerator`1::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1_Dispose_m0335BC1E38E9B4E5505E902E94DFB7D5BC761D63_gshared (EmptyInternalEnumerator_1_tC1E11F50E1529EF34BC931C90452ACB00144BFEF * __this, const RuntimeMethod* method) { { return; } } // System.Boolean System.Array/EmptyInternalEnumerator`1::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool EmptyInternalEnumerator_1_MoveNext_mF473E67AB0DAA746C9B9D0B31B6B5A405CAE9A60_gshared (EmptyInternalEnumerator_1_tC1E11F50E1529EF34BC931C90452ACB00144BFEF * __this, const RuntimeMethod* method) { { return (bool)0; } } // T System.Array/EmptyInternalEnumerator`1::get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RaycastResult_t9EFDE24B29650BD6DC8A49D954A3769E17146BCE EmptyInternalEnumerator_1_get_Current_m2CE937DED33CAFCC1C256DE7DE2CDEC890501547_gshared (EmptyInternalEnumerator_1_tC1E11F50E1529EF34BC931C90452ACB00144BFEF * __this, const RuntimeMethod* method) { { InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB * L_0 = (InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB_il2cpp_TypeInfo_var))); InvalidOperationException__ctor_mC012CE552988309733C896F3FEA8249171E4402E(L_0, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral7E7A07FECA0FF43839D67A9F7828EE56182CC9F6)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&EmptyInternalEnumerator_1_get_Current_m2CE937DED33CAFCC1C256DE7DE2CDEC890501547_RuntimeMethod_var))); } } // System.Object System.Array/EmptyInternalEnumerator`1::System.Collections.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * EmptyInternalEnumerator_1_System_Collections_IEnumerator_get_Current_m252190738A124B10AB9C683DA117BA7CC2C3100A_gshared (EmptyInternalEnumerator_1_tC1E11F50E1529EF34BC931C90452ACB00144BFEF * __this, const RuntimeMethod* method) { { NullCheck((EmptyInternalEnumerator_1_tC1E11F50E1529EF34BC931C90452ACB00144BFEF *)__this); RaycastResult_t9EFDE24B29650BD6DC8A49D954A3769E17146BCE L_0; L_0 = (( RaycastResult_t9EFDE24B29650BD6DC8A49D954A3769E17146BCE (*) (EmptyInternalEnumerator_1_tC1E11F50E1529EF34BC931C90452ACB00144BFEF *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((EmptyInternalEnumerator_1_tC1E11F50E1529EF34BC931C90452ACB00144BFEF *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); RaycastResult_t9EFDE24B29650BD6DC8A49D954A3769E17146BCE L_1 = (RaycastResult_t9EFDE24B29650BD6DC8A49D954A3769E17146BCE )L_0; RuntimeObject * L_2 = Box(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 1), &L_1); return (RuntimeObject *)L_2; } } // System.Void System.Array/EmptyInternalEnumerator`1::System.Collections.IEnumerator.Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1_System_Collections_IEnumerator_Reset_mAED687D5D2D0ECE271C3CB6491BD45B8E680888B_gshared (EmptyInternalEnumerator_1_tC1E11F50E1529EF34BC931C90452ACB00144BFEF * __this, const RuntimeMethod* method) { { return; } } // System.Void System.Array/EmptyInternalEnumerator`1::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1__ctor_mC3902D4B685DA010338B196E5D8E7FC740214114_gshared (EmptyInternalEnumerator_1_tC1E11F50E1529EF34BC931C90452ACB00144BFEF * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405((RuntimeObject *)__this, /*hidden argument*/NULL); return; } } // System.Void System.Array/EmptyInternalEnumerator`1::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1__cctor_m636BF35BF975B3E2D77731F9EFA1705E60095FC0_gshared (const RuntimeMethod* method) { { EmptyInternalEnumerator_1_tC1E11F50E1529EF34BC931C90452ACB00144BFEF * L_0 = (EmptyInternalEnumerator_1_tC1E11F50E1529EF34BC931C90452ACB00144BFEF *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2)); (( void (*) (EmptyInternalEnumerator_1_tC1E11F50E1529EF34BC931C90452ACB00144BFEF *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)->methodPointer)(L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); ((EmptyInternalEnumerator_1_tC1E11F50E1529EF34BC931C90452ACB00144BFEF_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4)))->set_Value_0(L_0); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Array/EmptyInternalEnumerator`1::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1_Dispose_mCB2245366B4CA66D8B1C16E5E6C0BB611B6FCAC7_gshared (EmptyInternalEnumerator_1_t9F8D57DDC21056D464CEA712BEE8F71A11A72B97 * __this, const RuntimeMethod* method) { { return; } } // System.Boolean System.Array/EmptyInternalEnumerator`1::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool EmptyInternalEnumerator_1_MoveNext_m000908563611DF4BA118CE05C4869157CC062BA6_gshared (EmptyInternalEnumerator_1_t9F8D57DDC21056D464CEA712BEE8F71A11A72B97 * __this, const RuntimeMethod* method) { { return (bool)0; } } // T System.Array/EmptyInternalEnumerator`1::get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ReflectionSnapshot_tE77F5F16D0982D7B349411B233C427D08E691661 EmptyInternalEnumerator_1_get_Current_m81A50FFA69E7E3C3497AA661C4E3B744069A90A5_gshared (EmptyInternalEnumerator_1_t9F8D57DDC21056D464CEA712BEE8F71A11A72B97 * __this, const RuntimeMethod* method) { { InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB * L_0 = (InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB_il2cpp_TypeInfo_var))); InvalidOperationException__ctor_mC012CE552988309733C896F3FEA8249171E4402E(L_0, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral7E7A07FECA0FF43839D67A9F7828EE56182CC9F6)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&EmptyInternalEnumerator_1_get_Current_m81A50FFA69E7E3C3497AA661C4E3B744069A90A5_RuntimeMethod_var))); } } // System.Object System.Array/EmptyInternalEnumerator`1::System.Collections.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * EmptyInternalEnumerator_1_System_Collections_IEnumerator_get_Current_m93D3A59D215A4C8DCB936AEFEBD8A1ACDE6AFE17_gshared (EmptyInternalEnumerator_1_t9F8D57DDC21056D464CEA712BEE8F71A11A72B97 * __this, const RuntimeMethod* method) { { NullCheck((EmptyInternalEnumerator_1_t9F8D57DDC21056D464CEA712BEE8F71A11A72B97 *)__this); ReflectionSnapshot_tE77F5F16D0982D7B349411B233C427D08E691661 L_0; L_0 = (( ReflectionSnapshot_tE77F5F16D0982D7B349411B233C427D08E691661 (*) (EmptyInternalEnumerator_1_t9F8D57DDC21056D464CEA712BEE8F71A11A72B97 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((EmptyInternalEnumerator_1_t9F8D57DDC21056D464CEA712BEE8F71A11A72B97 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); ReflectionSnapshot_tE77F5F16D0982D7B349411B233C427D08E691661 L_1 = (ReflectionSnapshot_tE77F5F16D0982D7B349411B233C427D08E691661 )L_0; RuntimeObject * L_2 = Box(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 1), &L_1); return (RuntimeObject *)L_2; } } // System.Void System.Array/EmptyInternalEnumerator`1::System.Collections.IEnumerator.Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1_System_Collections_IEnumerator_Reset_m314E74B12765C2AB3968FC34F68CFE12099F2870_gshared (EmptyInternalEnumerator_1_t9F8D57DDC21056D464CEA712BEE8F71A11A72B97 * __this, const RuntimeMethod* method) { { return; } } // System.Void System.Array/EmptyInternalEnumerator`1::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1__ctor_m1650BE1A44389404693E3B1B4F1BF0B920C22D38_gshared (EmptyInternalEnumerator_1_t9F8D57DDC21056D464CEA712BEE8F71A11A72B97 * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405((RuntimeObject *)__this, /*hidden argument*/NULL); return; } } // System.Void System.Array/EmptyInternalEnumerator`1::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1__cctor_mEA34093FC39A976502FA237368B5103B63DA351F_gshared (const RuntimeMethod* method) { { EmptyInternalEnumerator_1_t9F8D57DDC21056D464CEA712BEE8F71A11A72B97 * L_0 = (EmptyInternalEnumerator_1_t9F8D57DDC21056D464CEA712BEE8F71A11A72B97 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2)); (( void (*) (EmptyInternalEnumerator_1_t9F8D57DDC21056D464CEA712BEE8F71A11A72B97 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)->methodPointer)(L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); ((EmptyInternalEnumerator_1_t9F8D57DDC21056D464CEA712BEE8F71A11A72B97_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4)))->set_Value_0(L_0); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Array/EmptyInternalEnumerator`1::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1_Dispose_m9C31EFAE7D09E74B860C7B2D6BE0E9F45FDA7FCB_gshared (EmptyInternalEnumerator_1_t53B4E0869EA4A5DE4955F924441FACA997CDB5E4 * __this, const RuntimeMethod* method) { { return; } } // System.Boolean System.Array/EmptyInternalEnumerator`1::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool EmptyInternalEnumerator_1_MoveNext_mD1A0077489F551EC0E1D68229B75B74D4A0E264E_gshared (EmptyInternalEnumerator_1_t53B4E0869EA4A5DE4955F924441FACA997CDB5E4 * __this, const RuntimeMethod* method) { { return (bool)0; } } // T System.Array/EmptyInternalEnumerator`1::get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RenderStateBlock_tF93A39FEEF559096371ABBB792D58DFF892C240D EmptyInternalEnumerator_1_get_Current_m1C998C82F92E71C677EEA06653462CDC3C1663FA_gshared (EmptyInternalEnumerator_1_t53B4E0869EA4A5DE4955F924441FACA997CDB5E4 * __this, const RuntimeMethod* method) { { InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB * L_0 = (InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB_il2cpp_TypeInfo_var))); InvalidOperationException__ctor_mC012CE552988309733C896F3FEA8249171E4402E(L_0, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral7E7A07FECA0FF43839D67A9F7828EE56182CC9F6)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&EmptyInternalEnumerator_1_get_Current_m1C998C82F92E71C677EEA06653462CDC3C1663FA_RuntimeMethod_var))); } } // System.Object System.Array/EmptyInternalEnumerator`1::System.Collections.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * EmptyInternalEnumerator_1_System_Collections_IEnumerator_get_Current_m1EDB630B00DF204E21E36731FAF01EBAD3299097_gshared (EmptyInternalEnumerator_1_t53B4E0869EA4A5DE4955F924441FACA997CDB5E4 * __this, const RuntimeMethod* method) { { NullCheck((EmptyInternalEnumerator_1_t53B4E0869EA4A5DE4955F924441FACA997CDB5E4 *)__this); RenderStateBlock_tF93A39FEEF559096371ABBB792D58DFF892C240D L_0; L_0 = (( RenderStateBlock_tF93A39FEEF559096371ABBB792D58DFF892C240D (*) (EmptyInternalEnumerator_1_t53B4E0869EA4A5DE4955F924441FACA997CDB5E4 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((EmptyInternalEnumerator_1_t53B4E0869EA4A5DE4955F924441FACA997CDB5E4 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); RenderStateBlock_tF93A39FEEF559096371ABBB792D58DFF892C240D L_1 = (RenderStateBlock_tF93A39FEEF559096371ABBB792D58DFF892C240D )L_0; RuntimeObject * L_2 = Box(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 1), &L_1); return (RuntimeObject *)L_2; } } // System.Void System.Array/EmptyInternalEnumerator`1::System.Collections.IEnumerator.Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1_System_Collections_IEnumerator_Reset_m5525DE69203559CFB571018C7D988838D8AF5EF4_gshared (EmptyInternalEnumerator_1_t53B4E0869EA4A5DE4955F924441FACA997CDB5E4 * __this, const RuntimeMethod* method) { { return; } } // System.Void System.Array/EmptyInternalEnumerator`1::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1__ctor_mF01657C926821853D38B22A6BFBE04C9D06D85C3_gshared (EmptyInternalEnumerator_1_t53B4E0869EA4A5DE4955F924441FACA997CDB5E4 * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405((RuntimeObject *)__this, /*hidden argument*/NULL); return; } } // System.Void System.Array/EmptyInternalEnumerator`1::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1__cctor_m9E78A1183BF313928CB5DBC7056C6ABF5F52969F_gshared (const RuntimeMethod* method) { { EmptyInternalEnumerator_1_t53B4E0869EA4A5DE4955F924441FACA997CDB5E4 * L_0 = (EmptyInternalEnumerator_1_t53B4E0869EA4A5DE4955F924441FACA997CDB5E4 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2)); (( void (*) (EmptyInternalEnumerator_1_t53B4E0869EA4A5DE4955F924441FACA997CDB5E4 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)->methodPointer)(L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); ((EmptyInternalEnumerator_1_t53B4E0869EA4A5DE4955F924441FACA997CDB5E4_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4)))->set_Value_0(L_0); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Array/EmptyInternalEnumerator`1::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1_Dispose_m07A86269878D8FF036EB3D6E65E496044097F793_gshared (EmptyInternalEnumerator_1_t68D4A80D4205D2F708F849F4FA71BE453FADCEE2 * __this, const RuntimeMethod* method) { { return; } } // System.Boolean System.Array/EmptyInternalEnumerator`1::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool EmptyInternalEnumerator_1_MoveNext_mE2E4D04B3ABCF5AC5359885D1986A9A6769F8089_gshared (EmptyInternalEnumerator_1_t68D4A80D4205D2F708F849F4FA71BE453FADCEE2 * __this, const RuntimeMethod* method) { { return (bool)0; } } // T System.Array/EmptyInternalEnumerator`1::get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RenderTargetHandle_tF1A0604007691ECF29A9F58D2EB48A516B9A9E7C EmptyInternalEnumerator_1_get_Current_mAB13556FB386D76940EE59C6472BFE8375C0C469_gshared (EmptyInternalEnumerator_1_t68D4A80D4205D2F708F849F4FA71BE453FADCEE2 * __this, const RuntimeMethod* method) { { InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB * L_0 = (InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB_il2cpp_TypeInfo_var))); InvalidOperationException__ctor_mC012CE552988309733C896F3FEA8249171E4402E(L_0, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral7E7A07FECA0FF43839D67A9F7828EE56182CC9F6)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&EmptyInternalEnumerator_1_get_Current_mAB13556FB386D76940EE59C6472BFE8375C0C469_RuntimeMethod_var))); } } // System.Object System.Array/EmptyInternalEnumerator`1::System.Collections.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * EmptyInternalEnumerator_1_System_Collections_IEnumerator_get_Current_m24C880BD50EC0D32EE8719F8FDE2C42D2342F842_gshared (EmptyInternalEnumerator_1_t68D4A80D4205D2F708F849F4FA71BE453FADCEE2 * __this, const RuntimeMethod* method) { { NullCheck((EmptyInternalEnumerator_1_t68D4A80D4205D2F708F849F4FA71BE453FADCEE2 *)__this); RenderTargetHandle_tF1A0604007691ECF29A9F58D2EB48A516B9A9E7C L_0; L_0 = (( RenderTargetHandle_tF1A0604007691ECF29A9F58D2EB48A516B9A9E7C (*) (EmptyInternalEnumerator_1_t68D4A80D4205D2F708F849F4FA71BE453FADCEE2 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((EmptyInternalEnumerator_1_t68D4A80D4205D2F708F849F4FA71BE453FADCEE2 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); RenderTargetHandle_tF1A0604007691ECF29A9F58D2EB48A516B9A9E7C L_1 = (RenderTargetHandle_tF1A0604007691ECF29A9F58D2EB48A516B9A9E7C )L_0; RuntimeObject * L_2 = Box(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 1), &L_1); return (RuntimeObject *)L_2; } } // System.Void System.Array/EmptyInternalEnumerator`1::System.Collections.IEnumerator.Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1_System_Collections_IEnumerator_Reset_m152E104AFC8DE24E52B6C4329A98DB4CE5BB111C_gshared (EmptyInternalEnumerator_1_t68D4A80D4205D2F708F849F4FA71BE453FADCEE2 * __this, const RuntimeMethod* method) { { return; } } // System.Void System.Array/EmptyInternalEnumerator`1::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1__ctor_mB94F3897E409572E0AFD9871EC0781FFB5F0DB5A_gshared (EmptyInternalEnumerator_1_t68D4A80D4205D2F708F849F4FA71BE453FADCEE2 * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405((RuntimeObject *)__this, /*hidden argument*/NULL); return; } } // System.Void System.Array/EmptyInternalEnumerator`1::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1__cctor_m98699F9C0B078E7EF12CFEA4A4261DA9E3885027_gshared (const RuntimeMethod* method) { { EmptyInternalEnumerator_1_t68D4A80D4205D2F708F849F4FA71BE453FADCEE2 * L_0 = (EmptyInternalEnumerator_1_t68D4A80D4205D2F708F849F4FA71BE453FADCEE2 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2)); (( void (*) (EmptyInternalEnumerator_1_t68D4A80D4205D2F708F849F4FA71BE453FADCEE2 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)->methodPointer)(L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); ((EmptyInternalEnumerator_1_t68D4A80D4205D2F708F849F4FA71BE453FADCEE2_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4)))->set_Value_0(L_0); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Array/EmptyInternalEnumerator`1::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1_Dispose_m83873C07683469F13CA6BB96F43022A6E65E4064_gshared (EmptyInternalEnumerator_1_tCC91096AF17ED3D2253194F2410C4FCFCF1B5026 * __this, const RuntimeMethod* method) { { return; } } // System.Boolean System.Array/EmptyInternalEnumerator`1::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool EmptyInternalEnumerator_1_MoveNext_m6B2E58EA464A9B98CA610C4A7A1F23481FF4E0F1_gshared (EmptyInternalEnumerator_1_tCC91096AF17ED3D2253194F2410C4FCFCF1B5026 * __this, const RuntimeMethod* method) { { return (bool)0; } } // T System.Array/EmptyInternalEnumerator`1::get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RenderTargetIdentifier_t70F41F3016FFCC4AAF4D7C57F280818114534C13 EmptyInternalEnumerator_1_get_Current_m6672FAA1762C78E00BE22A6ACE98056760AD4F2A_gshared (EmptyInternalEnumerator_1_tCC91096AF17ED3D2253194F2410C4FCFCF1B5026 * __this, const RuntimeMethod* method) { { InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB * L_0 = (InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB_il2cpp_TypeInfo_var))); InvalidOperationException__ctor_mC012CE552988309733C896F3FEA8249171E4402E(L_0, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral7E7A07FECA0FF43839D67A9F7828EE56182CC9F6)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&EmptyInternalEnumerator_1_get_Current_m6672FAA1762C78E00BE22A6ACE98056760AD4F2A_RuntimeMethod_var))); } } // System.Object System.Array/EmptyInternalEnumerator`1::System.Collections.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * EmptyInternalEnumerator_1_System_Collections_IEnumerator_get_Current_m1133B3E9FFF25D965719F0F8D76897033AD7034F_gshared (EmptyInternalEnumerator_1_tCC91096AF17ED3D2253194F2410C4FCFCF1B5026 * __this, const RuntimeMethod* method) { { NullCheck((EmptyInternalEnumerator_1_tCC91096AF17ED3D2253194F2410C4FCFCF1B5026 *)__this); RenderTargetIdentifier_t70F41F3016FFCC4AAF4D7C57F280818114534C13 L_0; L_0 = (( RenderTargetIdentifier_t70F41F3016FFCC4AAF4D7C57F280818114534C13 (*) (EmptyInternalEnumerator_1_tCC91096AF17ED3D2253194F2410C4FCFCF1B5026 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((EmptyInternalEnumerator_1_tCC91096AF17ED3D2253194F2410C4FCFCF1B5026 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); RenderTargetIdentifier_t70F41F3016FFCC4AAF4D7C57F280818114534C13 L_1 = (RenderTargetIdentifier_t70F41F3016FFCC4AAF4D7C57F280818114534C13 )L_0; RuntimeObject * L_2 = Box(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 1), &L_1); return (RuntimeObject *)L_2; } } // System.Void System.Array/EmptyInternalEnumerator`1::System.Collections.IEnumerator.Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1_System_Collections_IEnumerator_Reset_mA4B9D4C90CAC17C96CD644D67241163AA90E20F6_gshared (EmptyInternalEnumerator_1_tCC91096AF17ED3D2253194F2410C4FCFCF1B5026 * __this, const RuntimeMethod* method) { { return; } } // System.Void System.Array/EmptyInternalEnumerator`1::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1__ctor_m650BCC932025A5FCA91BFB793AF244705ABA33A2_gshared (EmptyInternalEnumerator_1_tCC91096AF17ED3D2253194F2410C4FCFCF1B5026 * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405((RuntimeObject *)__this, /*hidden argument*/NULL); return; } } // System.Void System.Array/EmptyInternalEnumerator`1::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1__cctor_m9E84A33CEE22933509E67475243CC586914625C5_gshared (const RuntimeMethod* method) { { EmptyInternalEnumerator_1_tCC91096AF17ED3D2253194F2410C4FCFCF1B5026 * L_0 = (EmptyInternalEnumerator_1_tCC91096AF17ED3D2253194F2410C4FCFCF1B5026 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2)); (( void (*) (EmptyInternalEnumerator_1_tCC91096AF17ED3D2253194F2410C4FCFCF1B5026 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)->methodPointer)(L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); ((EmptyInternalEnumerator_1_tCC91096AF17ED3D2253194F2410C4FCFCF1B5026_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4)))->set_Value_0(L_0); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Array/EmptyInternalEnumerator`1::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1_Dispose_m15A972E574D745B431C1A94149AE2AB5C9F36733_gshared (EmptyInternalEnumerator_1_tF7C975948BA52A9C19E497449E4D87DA7BAE2EAB * __this, const RuntimeMethod* method) { { return; } } // System.Boolean System.Array/EmptyInternalEnumerator`1::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool EmptyInternalEnumerator_1_MoveNext_mC5B18393228B82EA5ABC28F4759D419CDC7ECDE5_gshared (EmptyInternalEnumerator_1_tF7C975948BA52A9C19E497449E4D87DA7BAE2EAB * __this, const RuntimeMethod* method) { { return (bool)0; } } // T System.Array/EmptyInternalEnumerator`1::get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RendererListHandle_tE01EAF5A0A5029E4F66F3500446764B8D7D3224F EmptyInternalEnumerator_1_get_Current_m9E46078AE706183846FA1B44F83F04344C20CA7A_gshared (EmptyInternalEnumerator_1_tF7C975948BA52A9C19E497449E4D87DA7BAE2EAB * __this, const RuntimeMethod* method) { { InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB * L_0 = (InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB_il2cpp_TypeInfo_var))); InvalidOperationException__ctor_mC012CE552988309733C896F3FEA8249171E4402E(L_0, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral7E7A07FECA0FF43839D67A9F7828EE56182CC9F6)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&EmptyInternalEnumerator_1_get_Current_m9E46078AE706183846FA1B44F83F04344C20CA7A_RuntimeMethod_var))); } } // System.Object System.Array/EmptyInternalEnumerator`1::System.Collections.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * EmptyInternalEnumerator_1_System_Collections_IEnumerator_get_Current_mC29358A009E612AF28B6889B8756649102F0F5C2_gshared (EmptyInternalEnumerator_1_tF7C975948BA52A9C19E497449E4D87DA7BAE2EAB * __this, const RuntimeMethod* method) { { NullCheck((EmptyInternalEnumerator_1_tF7C975948BA52A9C19E497449E4D87DA7BAE2EAB *)__this); RendererListHandle_tE01EAF5A0A5029E4F66F3500446764B8D7D3224F L_0; L_0 = (( RendererListHandle_tE01EAF5A0A5029E4F66F3500446764B8D7D3224F (*) (EmptyInternalEnumerator_1_tF7C975948BA52A9C19E497449E4D87DA7BAE2EAB *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((EmptyInternalEnumerator_1_tF7C975948BA52A9C19E497449E4D87DA7BAE2EAB *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); RendererListHandle_tE01EAF5A0A5029E4F66F3500446764B8D7D3224F L_1 = (RendererListHandle_tE01EAF5A0A5029E4F66F3500446764B8D7D3224F )L_0; RuntimeObject * L_2 = Box(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 1), &L_1); return (RuntimeObject *)L_2; } } // System.Void System.Array/EmptyInternalEnumerator`1::System.Collections.IEnumerator.Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1_System_Collections_IEnumerator_Reset_m9E2E148F97B99732567B4F34163C65DD04FA24B1_gshared (EmptyInternalEnumerator_1_tF7C975948BA52A9C19E497449E4D87DA7BAE2EAB * __this, const RuntimeMethod* method) { { return; } } // System.Void System.Array/EmptyInternalEnumerator`1::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1__ctor_m0ADE406C98DDE561A574E39C3A4D812C6AD32252_gshared (EmptyInternalEnumerator_1_tF7C975948BA52A9C19E497449E4D87DA7BAE2EAB * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405((RuntimeObject *)__this, /*hidden argument*/NULL); return; } } // System.Void System.Array/EmptyInternalEnumerator`1::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1__cctor_m7A1735CD40AC30FA129525EB1D9E380E72BDC114_gshared (const RuntimeMethod* method) { { EmptyInternalEnumerator_1_tF7C975948BA52A9C19E497449E4D87DA7BAE2EAB * L_0 = (EmptyInternalEnumerator_1_tF7C975948BA52A9C19E497449E4D87DA7BAE2EAB *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2)); (( void (*) (EmptyInternalEnumerator_1_tF7C975948BA52A9C19E497449E4D87DA7BAE2EAB *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)->methodPointer)(L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); ((EmptyInternalEnumerator_1_tF7C975948BA52A9C19E497449E4D87DA7BAE2EAB_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4)))->set_Value_0(L_0); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Array/EmptyInternalEnumerator`1::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1_Dispose_mEB342E5C90C382E0DA1B401A7328A41BA7A25530_gshared (EmptyInternalEnumerator_1_tD8717F9EDAFEA749606D9032B12F467BC8978D29 * __this, const RuntimeMethod* method) { { return; } } // System.Boolean System.Array/EmptyInternalEnumerator`1::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool EmptyInternalEnumerator_1_MoveNext_m0D47CA04876B46CE052A98C5CC209F5D620F3CB0_gshared (EmptyInternalEnumerator_1_tD8717F9EDAFEA749606D9032B12F467BC8978D29 * __this, const RuntimeMethod* method) { { return (bool)0; } } // T System.Array/EmptyInternalEnumerator`1::get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ResourceHandle_t671576C75E4BF9E42997795BD60D96FCA88AB948 EmptyInternalEnumerator_1_get_Current_m5E1880E255205B4C27648EB2CDF7143716B858BF_gshared (EmptyInternalEnumerator_1_tD8717F9EDAFEA749606D9032B12F467BC8978D29 * __this, const RuntimeMethod* method) { { InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB * L_0 = (InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB_il2cpp_TypeInfo_var))); InvalidOperationException__ctor_mC012CE552988309733C896F3FEA8249171E4402E(L_0, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral7E7A07FECA0FF43839D67A9F7828EE56182CC9F6)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&EmptyInternalEnumerator_1_get_Current_m5E1880E255205B4C27648EB2CDF7143716B858BF_RuntimeMethod_var))); } } // System.Object System.Array/EmptyInternalEnumerator`1::System.Collections.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * EmptyInternalEnumerator_1_System_Collections_IEnumerator_get_Current_m2D88256CAF33F3C861B24097979C82E060E4FCB7_gshared (EmptyInternalEnumerator_1_tD8717F9EDAFEA749606D9032B12F467BC8978D29 * __this, const RuntimeMethod* method) { { NullCheck((EmptyInternalEnumerator_1_tD8717F9EDAFEA749606D9032B12F467BC8978D29 *)__this); ResourceHandle_t671576C75E4BF9E42997795BD60D96FCA88AB948 L_0; L_0 = (( ResourceHandle_t671576C75E4BF9E42997795BD60D96FCA88AB948 (*) (EmptyInternalEnumerator_1_tD8717F9EDAFEA749606D9032B12F467BC8978D29 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((EmptyInternalEnumerator_1_tD8717F9EDAFEA749606D9032B12F467BC8978D29 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); ResourceHandle_t671576C75E4BF9E42997795BD60D96FCA88AB948 L_1 = (ResourceHandle_t671576C75E4BF9E42997795BD60D96FCA88AB948 )L_0; RuntimeObject * L_2 = Box(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 1), &L_1); return (RuntimeObject *)L_2; } } // System.Void System.Array/EmptyInternalEnumerator`1::System.Collections.IEnumerator.Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1_System_Collections_IEnumerator_Reset_m2707CC717E2863DE76ECE1C3100DBBE8635804BD_gshared (EmptyInternalEnumerator_1_tD8717F9EDAFEA749606D9032B12F467BC8978D29 * __this, const RuntimeMethod* method) { { return; } } // System.Void System.Array/EmptyInternalEnumerator`1::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1__ctor_m49ECD3302849D00E32307561A5BAC5BC7FD26E9D_gshared (EmptyInternalEnumerator_1_tD8717F9EDAFEA749606D9032B12F467BC8978D29 * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405((RuntimeObject *)__this, /*hidden argument*/NULL); return; } } // System.Void System.Array/EmptyInternalEnumerator`1::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1__cctor_m4D6075C3D47F1C22CAA2F563F553E7F4215E5617_gshared (const RuntimeMethod* method) { { EmptyInternalEnumerator_1_tD8717F9EDAFEA749606D9032B12F467BC8978D29 * L_0 = (EmptyInternalEnumerator_1_tD8717F9EDAFEA749606D9032B12F467BC8978D29 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2)); (( void (*) (EmptyInternalEnumerator_1_tD8717F9EDAFEA749606D9032B12F467BC8978D29 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)->methodPointer)(L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); ((EmptyInternalEnumerator_1_tD8717F9EDAFEA749606D9032B12F467BC8978D29_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4)))->set_Value_0(L_0); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Array/EmptyInternalEnumerator`1::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1_Dispose_m6EA23169C96A7928D43C0FCEF0801BE993EA8C09_gshared (EmptyInternalEnumerator_1_t548575A991ADA04BAE2FDC8DF88859F243206697 * __this, const RuntimeMethod* method) { { return; } } // System.Boolean System.Array/EmptyInternalEnumerator`1::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool EmptyInternalEnumerator_1_MoveNext_mAA94007289299522C804DFD20DD6070A6F7075F3_gshared (EmptyInternalEnumerator_1_t548575A991ADA04BAE2FDC8DF88859F243206697 * __this, const RuntimeMethod* method) { { return (bool)0; } } // T System.Array/EmptyInternalEnumerator`1::get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ResourceLocator_t3D496606F94367D5D6B24DA9DC0A3B46E6B53B11 EmptyInternalEnumerator_1_get_Current_m839429F3A84B14971A804C3CDB3E171A6A9A485F_gshared (EmptyInternalEnumerator_1_t548575A991ADA04BAE2FDC8DF88859F243206697 * __this, const RuntimeMethod* method) { { InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB * L_0 = (InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB_il2cpp_TypeInfo_var))); InvalidOperationException__ctor_mC012CE552988309733C896F3FEA8249171E4402E(L_0, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral7E7A07FECA0FF43839D67A9F7828EE56182CC9F6)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&EmptyInternalEnumerator_1_get_Current_m839429F3A84B14971A804C3CDB3E171A6A9A485F_RuntimeMethod_var))); } } // System.Object System.Array/EmptyInternalEnumerator`1::System.Collections.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * EmptyInternalEnumerator_1_System_Collections_IEnumerator_get_Current_m3B1525962D35BBACFA2E0899E94410E1081ED677_gshared (EmptyInternalEnumerator_1_t548575A991ADA04BAE2FDC8DF88859F243206697 * __this, const RuntimeMethod* method) { { NullCheck((EmptyInternalEnumerator_1_t548575A991ADA04BAE2FDC8DF88859F243206697 *)__this); ResourceLocator_t3D496606F94367D5D6B24DA9DC0A3B46E6B53B11 L_0; L_0 = (( ResourceLocator_t3D496606F94367D5D6B24DA9DC0A3B46E6B53B11 (*) (EmptyInternalEnumerator_1_t548575A991ADA04BAE2FDC8DF88859F243206697 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((EmptyInternalEnumerator_1_t548575A991ADA04BAE2FDC8DF88859F243206697 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); ResourceLocator_t3D496606F94367D5D6B24DA9DC0A3B46E6B53B11 L_1 = (ResourceLocator_t3D496606F94367D5D6B24DA9DC0A3B46E6B53B11 )L_0; RuntimeObject * L_2 = Box(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 1), &L_1); return (RuntimeObject *)L_2; } } // System.Void System.Array/EmptyInternalEnumerator`1::System.Collections.IEnumerator.Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1_System_Collections_IEnumerator_Reset_mDAF4B4F3612300F1C2D5329FEF4644FDE570B6C3_gshared (EmptyInternalEnumerator_1_t548575A991ADA04BAE2FDC8DF88859F243206697 * __this, const RuntimeMethod* method) { { return; } } // System.Void System.Array/EmptyInternalEnumerator`1::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1__ctor_m0ED802C17113EB40C7EAE5E51C3B72D68BBAEFBE_gshared (EmptyInternalEnumerator_1_t548575A991ADA04BAE2FDC8DF88859F243206697 * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405((RuntimeObject *)__this, /*hidden argument*/NULL); return; } } // System.Void System.Array/EmptyInternalEnumerator`1::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1__cctor_mAD3C1B4B5329F6968F458C0D9EBBF0E82F2676A7_gshared (const RuntimeMethod* method) { { EmptyInternalEnumerator_1_t548575A991ADA04BAE2FDC8DF88859F243206697 * L_0 = (EmptyInternalEnumerator_1_t548575A991ADA04BAE2FDC8DF88859F243206697 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2)); (( void (*) (EmptyInternalEnumerator_1_t548575A991ADA04BAE2FDC8DF88859F243206697 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)->methodPointer)(L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); ((EmptyInternalEnumerator_1_t548575A991ADA04BAE2FDC8DF88859F243206697_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4)))->set_Value_0(L_0); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Array/EmptyInternalEnumerator`1::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1_Dispose_mF4C830C2BF103F1A8A79CC8C782C855D4C2EC4EE_gshared (EmptyInternalEnumerator_1_t9A225F66BDBAE9083D6E8F6B86F3C91892BC354C * __this, const RuntimeMethod* method) { { return; } } // System.Boolean System.Array/EmptyInternalEnumerator`1::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool EmptyInternalEnumerator_1_MoveNext_mBFEE3164AA7A560AC2CFD629EBB6A494D419C92F_gshared (EmptyInternalEnumerator_1_t9A225F66BDBAE9083D6E8F6B86F3C91892BC354C * __this, const RuntimeMethod* method) { { return (bool)0; } } // T System.Array/EmptyInternalEnumerator`1::get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int8_t EmptyInternalEnumerator_1_get_Current_m6BD256B1AA4F5877D6068FD37C365D21D2ECED7D_gshared (EmptyInternalEnumerator_1_t9A225F66BDBAE9083D6E8F6B86F3C91892BC354C * __this, const RuntimeMethod* method) { { InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB * L_0 = (InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB_il2cpp_TypeInfo_var))); InvalidOperationException__ctor_mC012CE552988309733C896F3FEA8249171E4402E(L_0, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral7E7A07FECA0FF43839D67A9F7828EE56182CC9F6)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&EmptyInternalEnumerator_1_get_Current_m6BD256B1AA4F5877D6068FD37C365D21D2ECED7D_RuntimeMethod_var))); } } // System.Object System.Array/EmptyInternalEnumerator`1::System.Collections.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * EmptyInternalEnumerator_1_System_Collections_IEnumerator_get_Current_m3B9E0ED081668D90F02876CA9EFCCD3E295B8BD3_gshared (EmptyInternalEnumerator_1_t9A225F66BDBAE9083D6E8F6B86F3C91892BC354C * __this, const RuntimeMethod* method) { { NullCheck((EmptyInternalEnumerator_1_t9A225F66BDBAE9083D6E8F6B86F3C91892BC354C *)__this); int8_t L_0; L_0 = (( int8_t (*) (EmptyInternalEnumerator_1_t9A225F66BDBAE9083D6E8F6B86F3C91892BC354C *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((EmptyInternalEnumerator_1_t9A225F66BDBAE9083D6E8F6B86F3C91892BC354C *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); int8_t L_1 = L_0; RuntimeObject * L_2 = Box(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 1), &L_1); return (RuntimeObject *)L_2; } } // System.Void System.Array/EmptyInternalEnumerator`1::System.Collections.IEnumerator.Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1_System_Collections_IEnumerator_Reset_m01B364E4B7A1E922C4235160CB0D0BD2B0DEBF3B_gshared (EmptyInternalEnumerator_1_t9A225F66BDBAE9083D6E8F6B86F3C91892BC354C * __this, const RuntimeMethod* method) { { return; } } // System.Void System.Array/EmptyInternalEnumerator`1::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1__ctor_mF64706D616FF26E3FF3A6B4D679F08CF11554E3E_gshared (EmptyInternalEnumerator_1_t9A225F66BDBAE9083D6E8F6B86F3C91892BC354C * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405((RuntimeObject *)__this, /*hidden argument*/NULL); return; } } // System.Void System.Array/EmptyInternalEnumerator`1::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1__cctor_m5367C73318B5699EB6162D4C43C4E2EBB0B0C03A_gshared (const RuntimeMethod* method) { { EmptyInternalEnumerator_1_t9A225F66BDBAE9083D6E8F6B86F3C91892BC354C * L_0 = (EmptyInternalEnumerator_1_t9A225F66BDBAE9083D6E8F6B86F3C91892BC354C *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2)); (( void (*) (EmptyInternalEnumerator_1_t9A225F66BDBAE9083D6E8F6B86F3C91892BC354C *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)->methodPointer)(L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); ((EmptyInternalEnumerator_1_t9A225F66BDBAE9083D6E8F6B86F3C91892BC354C_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4)))->set_Value_0(L_0); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Array/EmptyInternalEnumerator`1::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1_Dispose_mE9EB82A2F4EEBCE36BD8E08BE24F7C488ACA6F8E_gshared (EmptyInternalEnumerator_1_tC8818CF16AC890751650DCD18AAF4B9C47D4ED95 * __this, const RuntimeMethod* method) { { return; } } // System.Boolean System.Array/EmptyInternalEnumerator`1::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool EmptyInternalEnumerator_1_MoveNext_m12E3CDE8828010A2C5AD3C70E169B03F7F9FBFF8_gshared (EmptyInternalEnumerator_1_tC8818CF16AC890751650DCD18AAF4B9C47D4ED95 * __this, const RuntimeMethod* method) { { return (bool)0; } } // T System.Array/EmptyInternalEnumerator`1::get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR SemanticMeaning_t5AEB02C787CA22E278A1E6D32FDA7CCA378F86E3 EmptyInternalEnumerator_1_get_Current_mC5A6A488424E64CB4C0BEA6CEAB0945D82F94008_gshared (EmptyInternalEnumerator_1_tC8818CF16AC890751650DCD18AAF4B9C47D4ED95 * __this, const RuntimeMethod* method) { { InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB * L_0 = (InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB_il2cpp_TypeInfo_var))); InvalidOperationException__ctor_mC012CE552988309733C896F3FEA8249171E4402E(L_0, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral7E7A07FECA0FF43839D67A9F7828EE56182CC9F6)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&EmptyInternalEnumerator_1_get_Current_mC5A6A488424E64CB4C0BEA6CEAB0945D82F94008_RuntimeMethod_var))); } } // System.Object System.Array/EmptyInternalEnumerator`1::System.Collections.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * EmptyInternalEnumerator_1_System_Collections_IEnumerator_get_Current_m280D56C82596E8B1815DE011847E11FC66E39C3B_gshared (EmptyInternalEnumerator_1_tC8818CF16AC890751650DCD18AAF4B9C47D4ED95 * __this, const RuntimeMethod* method) { { NullCheck((EmptyInternalEnumerator_1_tC8818CF16AC890751650DCD18AAF4B9C47D4ED95 *)__this); SemanticMeaning_t5AEB02C787CA22E278A1E6D32FDA7CCA378F86E3 L_0; L_0 = (( SemanticMeaning_t5AEB02C787CA22E278A1E6D32FDA7CCA378F86E3 (*) (EmptyInternalEnumerator_1_tC8818CF16AC890751650DCD18AAF4B9C47D4ED95 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((EmptyInternalEnumerator_1_tC8818CF16AC890751650DCD18AAF4B9C47D4ED95 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); SemanticMeaning_t5AEB02C787CA22E278A1E6D32FDA7CCA378F86E3 L_1 = (SemanticMeaning_t5AEB02C787CA22E278A1E6D32FDA7CCA378F86E3 )L_0; RuntimeObject * L_2 = Box(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 1), &L_1); return (RuntimeObject *)L_2; } } // System.Void System.Array/EmptyInternalEnumerator`1::System.Collections.IEnumerator.Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1_System_Collections_IEnumerator_Reset_mA3B867E36F5D8B0E5C1F92E0A73D2B5BDF6EA901_gshared (EmptyInternalEnumerator_1_tC8818CF16AC890751650DCD18AAF4B9C47D4ED95 * __this, const RuntimeMethod* method) { { return; } } // System.Void System.Array/EmptyInternalEnumerator`1::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1__ctor_m0C708D338C759BF12048AA13EA59CC155E527D61_gshared (EmptyInternalEnumerator_1_tC8818CF16AC890751650DCD18AAF4B9C47D4ED95 * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405((RuntimeObject *)__this, /*hidden argument*/NULL); return; } } // System.Void System.Array/EmptyInternalEnumerator`1::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1__cctor_mEE06A5EDEE4068C4DDBB74968F4CA7BA8FD62441_gshared (const RuntimeMethod* method) { { EmptyInternalEnumerator_1_tC8818CF16AC890751650DCD18AAF4B9C47D4ED95 * L_0 = (EmptyInternalEnumerator_1_tC8818CF16AC890751650DCD18AAF4B9C47D4ED95 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2)); (( void (*) (EmptyInternalEnumerator_1_tC8818CF16AC890751650DCD18AAF4B9C47D4ED95 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)->methodPointer)(L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); ((EmptyInternalEnumerator_1_tC8818CF16AC890751650DCD18AAF4B9C47D4ED95_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4)))->set_Value_0(L_0); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Array/EmptyInternalEnumerator`1::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1_Dispose_m9D1AEC8F3D5684953A9EB906B9E9CDB8089CD32B_gshared (EmptyInternalEnumerator_1_t643E4C393934C261460C4AE21D0ABCFF7772377E * __this, const RuntimeMethod* method) { { return; } } // System.Boolean System.Array/EmptyInternalEnumerator`1::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool EmptyInternalEnumerator_1_MoveNext_m2F3FC7063D79AB23F0247DEBC04A6FFCB437BCB7_gshared (EmptyInternalEnumerator_1_t643E4C393934C261460C4AE21D0ABCFF7772377E * __this, const RuntimeMethod* method) { { return (bool)0; } } // T System.Array/EmptyInternalEnumerator`1::get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ShaderKeyword_tB80AFAD38D643E44345A1EBEE584C064E2416972 EmptyInternalEnumerator_1_get_Current_mF8D2DF3560C0AA1B0DC841899A1A47C34B930441_gshared (EmptyInternalEnumerator_1_t643E4C393934C261460C4AE21D0ABCFF7772377E * __this, const RuntimeMethod* method) { { InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB * L_0 = (InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB_il2cpp_TypeInfo_var))); InvalidOperationException__ctor_mC012CE552988309733C896F3FEA8249171E4402E(L_0, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral7E7A07FECA0FF43839D67A9F7828EE56182CC9F6)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&EmptyInternalEnumerator_1_get_Current_mF8D2DF3560C0AA1B0DC841899A1A47C34B930441_RuntimeMethod_var))); } } // System.Object System.Array/EmptyInternalEnumerator`1::System.Collections.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * EmptyInternalEnumerator_1_System_Collections_IEnumerator_get_Current_m0A85A3ADE145C1A048F20BDD655131240FC1662E_gshared (EmptyInternalEnumerator_1_t643E4C393934C261460C4AE21D0ABCFF7772377E * __this, const RuntimeMethod* method) { { NullCheck((EmptyInternalEnumerator_1_t643E4C393934C261460C4AE21D0ABCFF7772377E *)__this); ShaderKeyword_tB80AFAD38D643E44345A1EBEE584C064E2416972 L_0; L_0 = (( ShaderKeyword_tB80AFAD38D643E44345A1EBEE584C064E2416972 (*) (EmptyInternalEnumerator_1_t643E4C393934C261460C4AE21D0ABCFF7772377E *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((EmptyInternalEnumerator_1_t643E4C393934C261460C4AE21D0ABCFF7772377E *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); ShaderKeyword_tB80AFAD38D643E44345A1EBEE584C064E2416972 L_1 = (ShaderKeyword_tB80AFAD38D643E44345A1EBEE584C064E2416972 )L_0; RuntimeObject * L_2 = Box(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 1), &L_1); return (RuntimeObject *)L_2; } } // System.Void System.Array/EmptyInternalEnumerator`1::System.Collections.IEnumerator.Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1_System_Collections_IEnumerator_Reset_m0C71329E21E14842573F4391327F313818DAD741_gshared (EmptyInternalEnumerator_1_t643E4C393934C261460C4AE21D0ABCFF7772377E * __this, const RuntimeMethod* method) { { return; } } // System.Void System.Array/EmptyInternalEnumerator`1::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1__ctor_m20719C33B7B5ABEA36F683F454BB9A0F760E18DE_gshared (EmptyInternalEnumerator_1_t643E4C393934C261460C4AE21D0ABCFF7772377E * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405((RuntimeObject *)__this, /*hidden argument*/NULL); return; } } // System.Void System.Array/EmptyInternalEnumerator`1::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1__cctor_m8BC43B06D8B24E42711B12B4F5E4A3A0B90ADD5F_gshared (const RuntimeMethod* method) { { EmptyInternalEnumerator_1_t643E4C393934C261460C4AE21D0ABCFF7772377E * L_0 = (EmptyInternalEnumerator_1_t643E4C393934C261460C4AE21D0ABCFF7772377E *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2)); (( void (*) (EmptyInternalEnumerator_1_t643E4C393934C261460C4AE21D0ABCFF7772377E *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)->methodPointer)(L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); ((EmptyInternalEnumerator_1_t643E4C393934C261460C4AE21D0ABCFF7772377E_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4)))->set_Value_0(L_0); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Array/EmptyInternalEnumerator`1::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1_Dispose_mE8648BC23881B439A946655301FD7BFDF6B5DBA4_gshared (EmptyInternalEnumerator_1_t2BB9B1BF736B9B5FC07FF1183C4C1BFFC001E29B * __this, const RuntimeMethod* method) { { return; } } // System.Boolean System.Array/EmptyInternalEnumerator`1::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool EmptyInternalEnumerator_1_MoveNext_mB5A5C349B1737A7DF070E79BC78CE1311B678AEB_gshared (EmptyInternalEnumerator_1_t2BB9B1BF736B9B5FC07FF1183C4C1BFFC001E29B * __this, const RuntimeMethod* method) { { return (bool)0; } } // T System.Array/EmptyInternalEnumerator`1::get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ShaderTagId_t51914C89B8119195DACD234D1A624AAB7A07F795 EmptyInternalEnumerator_1_get_Current_m8E93B95BB673E8528946ADA81AC9790456603E99_gshared (EmptyInternalEnumerator_1_t2BB9B1BF736B9B5FC07FF1183C4C1BFFC001E29B * __this, const RuntimeMethod* method) { { InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB * L_0 = (InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB_il2cpp_TypeInfo_var))); InvalidOperationException__ctor_mC012CE552988309733C896F3FEA8249171E4402E(L_0, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral7E7A07FECA0FF43839D67A9F7828EE56182CC9F6)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&EmptyInternalEnumerator_1_get_Current_m8E93B95BB673E8528946ADA81AC9790456603E99_RuntimeMethod_var))); } } // System.Object System.Array/EmptyInternalEnumerator`1::System.Collections.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * EmptyInternalEnumerator_1_System_Collections_IEnumerator_get_Current_m9FA863B81FA990ED74EF8951E78DA0E3ECBCF2EB_gshared (EmptyInternalEnumerator_1_t2BB9B1BF736B9B5FC07FF1183C4C1BFFC001E29B * __this, const RuntimeMethod* method) { { NullCheck((EmptyInternalEnumerator_1_t2BB9B1BF736B9B5FC07FF1183C4C1BFFC001E29B *)__this); ShaderTagId_t51914C89B8119195DACD234D1A624AAB7A07F795 L_0; L_0 = (( ShaderTagId_t51914C89B8119195DACD234D1A624AAB7A07F795 (*) (EmptyInternalEnumerator_1_t2BB9B1BF736B9B5FC07FF1183C4C1BFFC001E29B *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((EmptyInternalEnumerator_1_t2BB9B1BF736B9B5FC07FF1183C4C1BFFC001E29B *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); ShaderTagId_t51914C89B8119195DACD234D1A624AAB7A07F795 L_1 = (ShaderTagId_t51914C89B8119195DACD234D1A624AAB7A07F795 )L_0; RuntimeObject * L_2 = Box(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 1), &L_1); return (RuntimeObject *)L_2; } } // System.Void System.Array/EmptyInternalEnumerator`1::System.Collections.IEnumerator.Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1_System_Collections_IEnumerator_Reset_m152D9242B841F2A149708CB7A1742EE15BE1F95E_gshared (EmptyInternalEnumerator_1_t2BB9B1BF736B9B5FC07FF1183C4C1BFFC001E29B * __this, const RuntimeMethod* method) { { return; } } // System.Void System.Array/EmptyInternalEnumerator`1::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1__ctor_m9F95700E4E1156E2DA294C0108F40AAEA6850A9E_gshared (EmptyInternalEnumerator_1_t2BB9B1BF736B9B5FC07FF1183C4C1BFFC001E29B * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405((RuntimeObject *)__this, /*hidden argument*/NULL); return; } } // System.Void System.Array/EmptyInternalEnumerator`1::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1__cctor_m0F9B0B319E4E8A38C728125C0F177482DE73257E_gshared (const RuntimeMethod* method) { { EmptyInternalEnumerator_1_t2BB9B1BF736B9B5FC07FF1183C4C1BFFC001E29B * L_0 = (EmptyInternalEnumerator_1_t2BB9B1BF736B9B5FC07FF1183C4C1BFFC001E29B *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2)); (( void (*) (EmptyInternalEnumerator_1_t2BB9B1BF736B9B5FC07FF1183C4C1BFFC001E29B *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)->methodPointer)(L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); ((EmptyInternalEnumerator_1_t2BB9B1BF736B9B5FC07FF1183C4C1BFFC001E29B_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4)))->set_Value_0(L_0); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Array/EmptyInternalEnumerator`1::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1_Dispose_mAEA2847ADD931B27C81C6F558A110FB8B7E76D94_gshared (EmptyInternalEnumerator_1_tFE3CC8B1F64DFF46D715668BD4CE87C4423858B1 * __this, const RuntimeMethod* method) { { return; } } // System.Boolean System.Array/EmptyInternalEnumerator`1::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool EmptyInternalEnumerator_1_MoveNext_m85E8A5C1F31906ADC11238B44DC07814AC50D0A8_gshared (EmptyInternalEnumerator_1_tFE3CC8B1F64DFF46D715668BD4CE87C4423858B1 * __this, const RuntimeMethod* method) { { return (bool)0; } } // T System.Array/EmptyInternalEnumerator`1::get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ShadowSliceData_t3A0B37ADC461825DA8D5912E4C80AB654C5DD339 EmptyInternalEnumerator_1_get_Current_m1DC3A8E2A596FE5C068C82E3CB9682504AF13360_gshared (EmptyInternalEnumerator_1_tFE3CC8B1F64DFF46D715668BD4CE87C4423858B1 * __this, const RuntimeMethod* method) { { InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB * L_0 = (InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB_il2cpp_TypeInfo_var))); InvalidOperationException__ctor_mC012CE552988309733C896F3FEA8249171E4402E(L_0, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral7E7A07FECA0FF43839D67A9F7828EE56182CC9F6)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&EmptyInternalEnumerator_1_get_Current_m1DC3A8E2A596FE5C068C82E3CB9682504AF13360_RuntimeMethod_var))); } } // System.Object System.Array/EmptyInternalEnumerator`1::System.Collections.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * EmptyInternalEnumerator_1_System_Collections_IEnumerator_get_Current_m27C92FFAFB378C13ECF6A1C0E1AAB05037ABBB92_gshared (EmptyInternalEnumerator_1_tFE3CC8B1F64DFF46D715668BD4CE87C4423858B1 * __this, const RuntimeMethod* method) { { NullCheck((EmptyInternalEnumerator_1_tFE3CC8B1F64DFF46D715668BD4CE87C4423858B1 *)__this); ShadowSliceData_t3A0B37ADC461825DA8D5912E4C80AB654C5DD339 L_0; L_0 = (( ShadowSliceData_t3A0B37ADC461825DA8D5912E4C80AB654C5DD339 (*) (EmptyInternalEnumerator_1_tFE3CC8B1F64DFF46D715668BD4CE87C4423858B1 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((EmptyInternalEnumerator_1_tFE3CC8B1F64DFF46D715668BD4CE87C4423858B1 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); ShadowSliceData_t3A0B37ADC461825DA8D5912E4C80AB654C5DD339 L_1 = (ShadowSliceData_t3A0B37ADC461825DA8D5912E4C80AB654C5DD339 )L_0; RuntimeObject * L_2 = Box(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 1), &L_1); return (RuntimeObject *)L_2; } } // System.Void System.Array/EmptyInternalEnumerator`1::System.Collections.IEnumerator.Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1_System_Collections_IEnumerator_Reset_m2E668BBDBF68C3A0926FA395ADFA806EF7DD299B_gshared (EmptyInternalEnumerator_1_tFE3CC8B1F64DFF46D715668BD4CE87C4423858B1 * __this, const RuntimeMethod* method) { { return; } } // System.Void System.Array/EmptyInternalEnumerator`1::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1__ctor_m5864F895337D8F79789B59BFA1268ABC7F260B75_gshared (EmptyInternalEnumerator_1_tFE3CC8B1F64DFF46D715668BD4CE87C4423858B1 * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405((RuntimeObject *)__this, /*hidden argument*/NULL); return; } } // System.Void System.Array/EmptyInternalEnumerator`1::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1__cctor_mEB58785C999C3DF6D41CF9AF119020E1DB4EA5FA_gshared (const RuntimeMethod* method) { { EmptyInternalEnumerator_1_tFE3CC8B1F64DFF46D715668BD4CE87C4423858B1 * L_0 = (EmptyInternalEnumerator_1_tFE3CC8B1F64DFF46D715668BD4CE87C4423858B1 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2)); (( void (*) (EmptyInternalEnumerator_1_tFE3CC8B1F64DFF46D715668BD4CE87C4423858B1 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)->methodPointer)(L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); ((EmptyInternalEnumerator_1_tFE3CC8B1F64DFF46D715668BD4CE87C4423858B1_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4)))->set_Value_0(L_0); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Array/EmptyInternalEnumerator`1::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1_Dispose_mF17B325E8950D79A6F8F6FCFFB482F5CA522D5FD_gshared (EmptyInternalEnumerator_1_tDB61423ADEE2FA3467B27AD9E508FBEEE459496D * __this, const RuntimeMethod* method) { { return; } } // System.Boolean System.Array/EmptyInternalEnumerator`1::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool EmptyInternalEnumerator_1_MoveNext_m962047EEAD0A459972B344EDDEF209610D45A514_gshared (EmptyInternalEnumerator_1_tDB61423ADEE2FA3467B27AD9E508FBEEE459496D * __this, const RuntimeMethod* method) { { return (bool)0; } } // T System.Array/EmptyInternalEnumerator`1::get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float EmptyInternalEnumerator_1_get_Current_mD1F33A6A53D987A186D28EBC1F9F1611B182BD24_gshared (EmptyInternalEnumerator_1_tDB61423ADEE2FA3467B27AD9E508FBEEE459496D * __this, const RuntimeMethod* method) { { InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB * L_0 = (InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB_il2cpp_TypeInfo_var))); InvalidOperationException__ctor_mC012CE552988309733C896F3FEA8249171E4402E(L_0, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral7E7A07FECA0FF43839D67A9F7828EE56182CC9F6)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&EmptyInternalEnumerator_1_get_Current_mD1F33A6A53D987A186D28EBC1F9F1611B182BD24_RuntimeMethod_var))); } } // System.Object System.Array/EmptyInternalEnumerator`1::System.Collections.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * EmptyInternalEnumerator_1_System_Collections_IEnumerator_get_Current_mB5C8DFBD64706A3A79ECF0613B6E62016DAEB777_gshared (EmptyInternalEnumerator_1_tDB61423ADEE2FA3467B27AD9E508FBEEE459496D * __this, const RuntimeMethod* method) { { NullCheck((EmptyInternalEnumerator_1_tDB61423ADEE2FA3467B27AD9E508FBEEE459496D *)__this); float L_0; L_0 = (( float (*) (EmptyInternalEnumerator_1_tDB61423ADEE2FA3467B27AD9E508FBEEE459496D *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((EmptyInternalEnumerator_1_tDB61423ADEE2FA3467B27AD9E508FBEEE459496D *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); float L_1 = L_0; RuntimeObject * L_2 = Box(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 1), &L_1); return (RuntimeObject *)L_2; } } // System.Void System.Array/EmptyInternalEnumerator`1::System.Collections.IEnumerator.Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1_System_Collections_IEnumerator_Reset_mACB80ED6C7E2DD058167D1E644BF024C57EDA3D2_gshared (EmptyInternalEnumerator_1_tDB61423ADEE2FA3467B27AD9E508FBEEE459496D * __this, const RuntimeMethod* method) { { return; } } // System.Void System.Array/EmptyInternalEnumerator`1::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1__ctor_m6D4A8474E9CC8146FE6AE3D7F1536A1FC210695A_gshared (EmptyInternalEnumerator_1_tDB61423ADEE2FA3467B27AD9E508FBEEE459496D * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405((RuntimeObject *)__this, /*hidden argument*/NULL); return; } } // System.Void System.Array/EmptyInternalEnumerator`1::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1__cctor_m55B667C6DECF95BAE78F6AC9D50A5EFB7F151D07_gshared (const RuntimeMethod* method) { { EmptyInternalEnumerator_1_tDB61423ADEE2FA3467B27AD9E508FBEEE459496D * L_0 = (EmptyInternalEnumerator_1_tDB61423ADEE2FA3467B27AD9E508FBEEE459496D *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2)); (( void (*) (EmptyInternalEnumerator_1_tDB61423ADEE2FA3467B27AD9E508FBEEE459496D *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)->methodPointer)(L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); ((EmptyInternalEnumerator_1_tDB61423ADEE2FA3467B27AD9E508FBEEE459496D_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4)))->set_Value_0(L_0); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Array/EmptyInternalEnumerator`1::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1_Dispose_m32AFED10E65E58EEADE13081A88A9ED1B8C952F1_gshared (EmptyInternalEnumerator_1_t33C7848FDC3BDF3E6052A87C20D3B514445524B2 * __this, const RuntimeMethod* method) { { return; } } // System.Boolean System.Array/EmptyInternalEnumerator`1::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool EmptyInternalEnumerator_1_MoveNext_m843168C1102F1BB5D0597059BA6B895EE1A7990F_gshared (EmptyInternalEnumerator_1_t33C7848FDC3BDF3E6052A87C20D3B514445524B2 * __this, const RuntimeMethod* method) { { return (bool)0; } } // T System.Array/EmptyInternalEnumerator`1::get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR SkeletonBone_t0AD95EAD0BE7D2EC13B2C7505225D340CB456A9E EmptyInternalEnumerator_1_get_Current_mD0A666A72486C498996AD7F0B458F929D6082951_gshared (EmptyInternalEnumerator_1_t33C7848FDC3BDF3E6052A87C20D3B514445524B2 * __this, const RuntimeMethod* method) { { InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB * L_0 = (InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB_il2cpp_TypeInfo_var))); InvalidOperationException__ctor_mC012CE552988309733C896F3FEA8249171E4402E(L_0, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral7E7A07FECA0FF43839D67A9F7828EE56182CC9F6)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&EmptyInternalEnumerator_1_get_Current_mD0A666A72486C498996AD7F0B458F929D6082951_RuntimeMethod_var))); } } // System.Object System.Array/EmptyInternalEnumerator`1::System.Collections.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * EmptyInternalEnumerator_1_System_Collections_IEnumerator_get_Current_mD1541376F6E5653034AA7996BE70BF43891E6274_gshared (EmptyInternalEnumerator_1_t33C7848FDC3BDF3E6052A87C20D3B514445524B2 * __this, const RuntimeMethod* method) { { NullCheck((EmptyInternalEnumerator_1_t33C7848FDC3BDF3E6052A87C20D3B514445524B2 *)__this); SkeletonBone_t0AD95EAD0BE7D2EC13B2C7505225D340CB456A9E L_0; L_0 = (( SkeletonBone_t0AD95EAD0BE7D2EC13B2C7505225D340CB456A9E (*) (EmptyInternalEnumerator_1_t33C7848FDC3BDF3E6052A87C20D3B514445524B2 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((EmptyInternalEnumerator_1_t33C7848FDC3BDF3E6052A87C20D3B514445524B2 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); SkeletonBone_t0AD95EAD0BE7D2EC13B2C7505225D340CB456A9E L_1 = (SkeletonBone_t0AD95EAD0BE7D2EC13B2C7505225D340CB456A9E )L_0; RuntimeObject * L_2 = Box(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 1), &L_1); return (RuntimeObject *)L_2; } } // System.Void System.Array/EmptyInternalEnumerator`1::System.Collections.IEnumerator.Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1_System_Collections_IEnumerator_Reset_m0D2645FA915CD42C685D139395D1BB3841A50F25_gshared (EmptyInternalEnumerator_1_t33C7848FDC3BDF3E6052A87C20D3B514445524B2 * __this, const RuntimeMethod* method) { { return; } } // System.Void System.Array/EmptyInternalEnumerator`1::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1__ctor_m01DA9FB5830B3C99681B1240ABE5E0F99A17AD82_gshared (EmptyInternalEnumerator_1_t33C7848FDC3BDF3E6052A87C20D3B514445524B2 * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405((RuntimeObject *)__this, /*hidden argument*/NULL); return; } } // System.Void System.Array/EmptyInternalEnumerator`1::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1__cctor_mD826BE6F5C3F2E2DA3333044280A8207BC5AA670_gshared (const RuntimeMethod* method) { { EmptyInternalEnumerator_1_t33C7848FDC3BDF3E6052A87C20D3B514445524B2 * L_0 = (EmptyInternalEnumerator_1_t33C7848FDC3BDF3E6052A87C20D3B514445524B2 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2)); (( void (*) (EmptyInternalEnumerator_1_t33C7848FDC3BDF3E6052A87C20D3B514445524B2 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)->methodPointer)(L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); ((EmptyInternalEnumerator_1_t33C7848FDC3BDF3E6052A87C20D3B514445524B2_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4)))->set_Value_0(L_0); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Array/EmptyInternalEnumerator`1::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1_Dispose_mD8A8094438FBF9DA7BBE0CB0A9349B3550AFA7BD_gshared (EmptyInternalEnumerator_1_t70C51C5876A18557C10F2B87AA211402ECE319F0 * __this, const RuntimeMethod* method) { { return; } } // System.Boolean System.Array/EmptyInternalEnumerator`1::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool EmptyInternalEnumerator_1_MoveNext_m1605F37B84B42E1FF50B697697293B390F75A6D9_gshared (EmptyInternalEnumerator_1_t70C51C5876A18557C10F2B87AA211402ECE319F0 * __this, const RuntimeMethod* method) { { return (bool)0; } } // T System.Array/EmptyInternalEnumerator`1::get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR SortingLayer_tC1C56343D7E889D6E4E8CA9618F0ED488BA2F19B EmptyInternalEnumerator_1_get_Current_mF7E3A26EE3CA7F9D237DDB30AF7F1DE3611DBC1A_gshared (EmptyInternalEnumerator_1_t70C51C5876A18557C10F2B87AA211402ECE319F0 * __this, const RuntimeMethod* method) { { InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB * L_0 = (InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB_il2cpp_TypeInfo_var))); InvalidOperationException__ctor_mC012CE552988309733C896F3FEA8249171E4402E(L_0, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral7E7A07FECA0FF43839D67A9F7828EE56182CC9F6)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&EmptyInternalEnumerator_1_get_Current_mF7E3A26EE3CA7F9D237DDB30AF7F1DE3611DBC1A_RuntimeMethod_var))); } } // System.Object System.Array/EmptyInternalEnumerator`1::System.Collections.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * EmptyInternalEnumerator_1_System_Collections_IEnumerator_get_Current_mAFFA1E2C2E119C7C386F28335218739734FDFF75_gshared (EmptyInternalEnumerator_1_t70C51C5876A18557C10F2B87AA211402ECE319F0 * __this, const RuntimeMethod* method) { { NullCheck((EmptyInternalEnumerator_1_t70C51C5876A18557C10F2B87AA211402ECE319F0 *)__this); SortingLayer_tC1C56343D7E889D6E4E8CA9618F0ED488BA2F19B L_0; L_0 = (( SortingLayer_tC1C56343D7E889D6E4E8CA9618F0ED488BA2F19B (*) (EmptyInternalEnumerator_1_t70C51C5876A18557C10F2B87AA211402ECE319F0 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((EmptyInternalEnumerator_1_t70C51C5876A18557C10F2B87AA211402ECE319F0 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); SortingLayer_tC1C56343D7E889D6E4E8CA9618F0ED488BA2F19B L_1 = (SortingLayer_tC1C56343D7E889D6E4E8CA9618F0ED488BA2F19B )L_0; RuntimeObject * L_2 = Box(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 1), &L_1); return (RuntimeObject *)L_2; } } // System.Void System.Array/EmptyInternalEnumerator`1::System.Collections.IEnumerator.Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1_System_Collections_IEnumerator_Reset_mBFFA76E2016A8CBCAB7CC01CCD2B05DD7611CD2F_gshared (EmptyInternalEnumerator_1_t70C51C5876A18557C10F2B87AA211402ECE319F0 * __this, const RuntimeMethod* method) { { return; } } // System.Void System.Array/EmptyInternalEnumerator`1::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1__ctor_m6AC5792FED28ADBFB70D598CBBE4E7E842BA4B67_gshared (EmptyInternalEnumerator_1_t70C51C5876A18557C10F2B87AA211402ECE319F0 * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405((RuntimeObject *)__this, /*hidden argument*/NULL); return; } } // System.Void System.Array/EmptyInternalEnumerator`1::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1__cctor_mEF4514D60858435DC7122A2283C6ECB95E357082_gshared (const RuntimeMethod* method) { { EmptyInternalEnumerator_1_t70C51C5876A18557C10F2B87AA211402ECE319F0 * L_0 = (EmptyInternalEnumerator_1_t70C51C5876A18557C10F2B87AA211402ECE319F0 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2)); (( void (*) (EmptyInternalEnumerator_1_t70C51C5876A18557C10F2B87AA211402ECE319F0 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)->methodPointer)(L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); ((EmptyInternalEnumerator_1_t70C51C5876A18557C10F2B87AA211402ECE319F0_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4)))->set_Value_0(L_0); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Array/EmptyInternalEnumerator`1::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1_Dispose_mF3859607C81F128F3B4C4DE1963B22C91D0D2AF9_gshared (EmptyInternalEnumerator_1_t33D11EFD52D67BC92E5A950CB83039387E015D94 * __this, const RuntimeMethod* method) { { return; } } // System.Boolean System.Array/EmptyInternalEnumerator`1::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool EmptyInternalEnumerator_1_MoveNext_mF3297A5D24200458DF8571632982A25B76FF1C1C_gshared (EmptyInternalEnumerator_1_t33D11EFD52D67BC92E5A950CB83039387E015D94 * __this, const RuntimeMethod* method) { { return (bool)0; } } // T System.Array/EmptyInternalEnumerator`1::get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR SpriteState_t9024961148433175CE2F3D9E8E9239A8B1CAB15E EmptyInternalEnumerator_1_get_Current_m8CF002144289E207C00EF3F0659D6A013FDB097F_gshared (EmptyInternalEnumerator_1_t33D11EFD52D67BC92E5A950CB83039387E015D94 * __this, const RuntimeMethod* method) { { InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB * L_0 = (InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB_il2cpp_TypeInfo_var))); InvalidOperationException__ctor_mC012CE552988309733C896F3FEA8249171E4402E(L_0, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral7E7A07FECA0FF43839D67A9F7828EE56182CC9F6)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&EmptyInternalEnumerator_1_get_Current_m8CF002144289E207C00EF3F0659D6A013FDB097F_RuntimeMethod_var))); } } // System.Object System.Array/EmptyInternalEnumerator`1::System.Collections.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * EmptyInternalEnumerator_1_System_Collections_IEnumerator_get_Current_m567D45245F8C30D2A49CFEFA5D4D2452173AB202_gshared (EmptyInternalEnumerator_1_t33D11EFD52D67BC92E5A950CB83039387E015D94 * __this, const RuntimeMethod* method) { { NullCheck((EmptyInternalEnumerator_1_t33D11EFD52D67BC92E5A950CB83039387E015D94 *)__this); SpriteState_t9024961148433175CE2F3D9E8E9239A8B1CAB15E L_0; L_0 = (( SpriteState_t9024961148433175CE2F3D9E8E9239A8B1CAB15E (*) (EmptyInternalEnumerator_1_t33D11EFD52D67BC92E5A950CB83039387E015D94 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((EmptyInternalEnumerator_1_t33D11EFD52D67BC92E5A950CB83039387E015D94 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); SpriteState_t9024961148433175CE2F3D9E8E9239A8B1CAB15E L_1 = (SpriteState_t9024961148433175CE2F3D9E8E9239A8B1CAB15E )L_0; RuntimeObject * L_2 = Box(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 1), &L_1); return (RuntimeObject *)L_2; } } // System.Void System.Array/EmptyInternalEnumerator`1::System.Collections.IEnumerator.Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1_System_Collections_IEnumerator_Reset_m6C69B99C81AC2B0D186714FBB2E510C9E8E0F561_gshared (EmptyInternalEnumerator_1_t33D11EFD52D67BC92E5A950CB83039387E015D94 * __this, const RuntimeMethod* method) { { return; } } // System.Void System.Array/EmptyInternalEnumerator`1::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1__ctor_m0BC0CD874B10E85BC1E021388375ECCEC5105790_gshared (EmptyInternalEnumerator_1_t33D11EFD52D67BC92E5A950CB83039387E015D94 * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405((RuntimeObject *)__this, /*hidden argument*/NULL); return; } } // System.Void System.Array/EmptyInternalEnumerator`1::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1__cctor_mF0DF2C8EAE2F6E926ACD485AC7FEC0DDD197292A_gshared (const RuntimeMethod* method) { { EmptyInternalEnumerator_1_t33D11EFD52D67BC92E5A950CB83039387E015D94 * L_0 = (EmptyInternalEnumerator_1_t33D11EFD52D67BC92E5A950CB83039387E015D94 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2)); (( void (*) (EmptyInternalEnumerator_1_t33D11EFD52D67BC92E5A950CB83039387E015D94 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)->methodPointer)(L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); ((EmptyInternalEnumerator_1_t33D11EFD52D67BC92E5A950CB83039387E015D94_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4)))->set_Value_0(L_0); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Array/EmptyInternalEnumerator`1::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1_Dispose_m9C4EA7878D24D3827F4EF65C3BB6E95C18330A78_gshared (EmptyInternalEnumerator_1_t85A861267AC03AA70FBCBCCBD5862D1BFC6A7E0C * __this, const RuntimeMethod* method) { { return; } } // System.Boolean System.Array/EmptyInternalEnumerator`1::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool EmptyInternalEnumerator_1_MoveNext_mBBEA732B8C0F3F645AD940B8D9628EA85B6DAEFE_gshared (EmptyInternalEnumerator_1_t85A861267AC03AA70FBCBCCBD5862D1BFC6A7E0C * __this, const RuntimeMethod* method) { { return (bool)0; } } // T System.Array/EmptyInternalEnumerator`1::get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Substring_t9EE457D8CFFFB970B2967B31E9D9AB465415571F EmptyInternalEnumerator_1_get_Current_m118314C4A46F66773BD53A22BEE34151CE2D451E_gshared (EmptyInternalEnumerator_1_t85A861267AC03AA70FBCBCCBD5862D1BFC6A7E0C * __this, const RuntimeMethod* method) { { InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB * L_0 = (InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB_il2cpp_TypeInfo_var))); InvalidOperationException__ctor_mC012CE552988309733C896F3FEA8249171E4402E(L_0, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral7E7A07FECA0FF43839D67A9F7828EE56182CC9F6)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&EmptyInternalEnumerator_1_get_Current_m118314C4A46F66773BD53A22BEE34151CE2D451E_RuntimeMethod_var))); } } // System.Object System.Array/EmptyInternalEnumerator`1::System.Collections.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * EmptyInternalEnumerator_1_System_Collections_IEnumerator_get_Current_mB138E2030664BF8FB9A396D87E39D3AEACE6A9A7_gshared (EmptyInternalEnumerator_1_t85A861267AC03AA70FBCBCCBD5862D1BFC6A7E0C * __this, const RuntimeMethod* method) { { NullCheck((EmptyInternalEnumerator_1_t85A861267AC03AA70FBCBCCBD5862D1BFC6A7E0C *)__this); Substring_t9EE457D8CFFFB970B2967B31E9D9AB465415571F L_0; L_0 = (( Substring_t9EE457D8CFFFB970B2967B31E9D9AB465415571F (*) (EmptyInternalEnumerator_1_t85A861267AC03AA70FBCBCCBD5862D1BFC6A7E0C *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((EmptyInternalEnumerator_1_t85A861267AC03AA70FBCBCCBD5862D1BFC6A7E0C *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); Substring_t9EE457D8CFFFB970B2967B31E9D9AB465415571F L_1 = (Substring_t9EE457D8CFFFB970B2967B31E9D9AB465415571F )L_0; RuntimeObject * L_2 = Box(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 1), &L_1); return (RuntimeObject *)L_2; } } // System.Void System.Array/EmptyInternalEnumerator`1::System.Collections.IEnumerator.Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1_System_Collections_IEnumerator_Reset_mF17AD06B8F83F70C19206CF9A462660C0923E63C_gshared (EmptyInternalEnumerator_1_t85A861267AC03AA70FBCBCCBD5862D1BFC6A7E0C * __this, const RuntimeMethod* method) { { return; } } // System.Void System.Array/EmptyInternalEnumerator`1::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1__ctor_m66ACA1E3DA297E819362985D6FFC8E5CC8D544B8_gshared (EmptyInternalEnumerator_1_t85A861267AC03AA70FBCBCCBD5862D1BFC6A7E0C * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405((RuntimeObject *)__this, /*hidden argument*/NULL); return; } } // System.Void System.Array/EmptyInternalEnumerator`1::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1__cctor_m8073C7CB04E57CD2C64AB2C4B609647902894D63_gshared (const RuntimeMethod* method) { { EmptyInternalEnumerator_1_t85A861267AC03AA70FBCBCCBD5862D1BFC6A7E0C * L_0 = (EmptyInternalEnumerator_1_t85A861267AC03AA70FBCBCCBD5862D1BFC6A7E0C *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2)); (( void (*) (EmptyInternalEnumerator_1_t85A861267AC03AA70FBCBCCBD5862D1BFC6A7E0C *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)->methodPointer)(L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); ((EmptyInternalEnumerator_1_t85A861267AC03AA70FBCBCCBD5862D1BFC6A7E0C_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4)))->set_Value_0(L_0); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Array/EmptyInternalEnumerator`1::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1_Dispose_m919B3544CBE45987915BE090D7A151AA3C8ABB87_gshared (EmptyInternalEnumerator_1_tEAE621422B45A916EB63D1A3C34443173C206B52 * __this, const RuntimeMethod* method) { { return; } } // System.Boolean System.Array/EmptyInternalEnumerator`1::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool EmptyInternalEnumerator_1_MoveNext_m10D59440CBD23126E1F014FE82DFD4747756C4EA_gshared (EmptyInternalEnumerator_1_tEAE621422B45A916EB63D1A3C34443173C206B52 * __this, const RuntimeMethod* method) { { return (bool)0; } } // T System.Array/EmptyInternalEnumerator`1::get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TextureHandle_t01171C911231B22E81C764E167D04409E293729C EmptyInternalEnumerator_1_get_Current_m29DFC72E9D5A832F5D906B925F97E3637F176D74_gshared (EmptyInternalEnumerator_1_tEAE621422B45A916EB63D1A3C34443173C206B52 * __this, const RuntimeMethod* method) { { InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB * L_0 = (InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB_il2cpp_TypeInfo_var))); InvalidOperationException__ctor_mC012CE552988309733C896F3FEA8249171E4402E(L_0, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral7E7A07FECA0FF43839D67A9F7828EE56182CC9F6)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&EmptyInternalEnumerator_1_get_Current_m29DFC72E9D5A832F5D906B925F97E3637F176D74_RuntimeMethod_var))); } } // System.Object System.Array/EmptyInternalEnumerator`1::System.Collections.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * EmptyInternalEnumerator_1_System_Collections_IEnumerator_get_Current_mE7A47CF20D38B6CAE757584F214013929F45B084_gshared (EmptyInternalEnumerator_1_tEAE621422B45A916EB63D1A3C34443173C206B52 * __this, const RuntimeMethod* method) { { NullCheck((EmptyInternalEnumerator_1_tEAE621422B45A916EB63D1A3C34443173C206B52 *)__this); TextureHandle_t01171C911231B22E81C764E167D04409E293729C L_0; L_0 = (( TextureHandle_t01171C911231B22E81C764E167D04409E293729C (*) (EmptyInternalEnumerator_1_tEAE621422B45A916EB63D1A3C34443173C206B52 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((EmptyInternalEnumerator_1_tEAE621422B45A916EB63D1A3C34443173C206B52 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); TextureHandle_t01171C911231B22E81C764E167D04409E293729C L_1 = (TextureHandle_t01171C911231B22E81C764E167D04409E293729C )L_0; RuntimeObject * L_2 = Box(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 1), &L_1); return (RuntimeObject *)L_2; } } // System.Void System.Array/EmptyInternalEnumerator`1::System.Collections.IEnumerator.Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1_System_Collections_IEnumerator_Reset_m07BDEB3878A506F8A901D9225CA7389A4DDB9F46_gshared (EmptyInternalEnumerator_1_tEAE621422B45A916EB63D1A3C34443173C206B52 * __this, const RuntimeMethod* method) { { return; } } // System.Void System.Array/EmptyInternalEnumerator`1::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1__ctor_mCBB5C1ABB612E5460E2D7322B2BF52E4DF138387_gshared (EmptyInternalEnumerator_1_tEAE621422B45A916EB63D1A3C34443173C206B52 * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405((RuntimeObject *)__this, /*hidden argument*/NULL); return; } } // System.Void System.Array/EmptyInternalEnumerator`1::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1__cctor_mA3E33E3E505F1D88D6980CD4B9D9BCE5F7D1A952_gshared (const RuntimeMethod* method) { { EmptyInternalEnumerator_1_tEAE621422B45A916EB63D1A3C34443173C206B52 * L_0 = (EmptyInternalEnumerator_1_tEAE621422B45A916EB63D1A3C34443173C206B52 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2)); (( void (*) (EmptyInternalEnumerator_1_tEAE621422B45A916EB63D1A3C34443173C206B52 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)->methodPointer)(L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); ((EmptyInternalEnumerator_1_tEAE621422B45A916EB63D1A3C34443173C206B52_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4)))->set_Value_0(L_0); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Array/EmptyInternalEnumerator`1::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1_Dispose_mF8585EA86BCD2923A5E86FF1EEC80B91C1139A72_gshared (EmptyInternalEnumerator_1_t4554562CF33334CC82E175689C588EB2436DC902 * __this, const RuntimeMethod* method) { { return; } } // System.Boolean System.Array/EmptyInternalEnumerator`1::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool EmptyInternalEnumerator_1_MoveNext_m7063B634AFA6E4DAFFBCCE07A8FFA6127398585C_gshared (EmptyInternalEnumerator_1_t4554562CF33334CC82E175689C588EB2436DC902 * __this, const RuntimeMethod* method) { { return (bool)0; } } // T System.Array/EmptyInternalEnumerator`1::get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Texture_t_t620CAA304875674443E89FE116A335886BF0413F EmptyInternalEnumerator_1_get_Current_mEC40562352B3F9160479B943E50390E9CD35C625_gshared (EmptyInternalEnumerator_1_t4554562CF33334CC82E175689C588EB2436DC902 * __this, const RuntimeMethod* method) { { InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB * L_0 = (InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB_il2cpp_TypeInfo_var))); InvalidOperationException__ctor_mC012CE552988309733C896F3FEA8249171E4402E(L_0, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral7E7A07FECA0FF43839D67A9F7828EE56182CC9F6)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&EmptyInternalEnumerator_1_get_Current_mEC40562352B3F9160479B943E50390E9CD35C625_RuntimeMethod_var))); } } // System.Object System.Array/EmptyInternalEnumerator`1::System.Collections.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * EmptyInternalEnumerator_1_System_Collections_IEnumerator_get_Current_m0EF80DF8EA6DD6F43E9B633E7882AAE00FE61D32_gshared (EmptyInternalEnumerator_1_t4554562CF33334CC82E175689C588EB2436DC902 * __this, const RuntimeMethod* method) { { NullCheck((EmptyInternalEnumerator_1_t4554562CF33334CC82E175689C588EB2436DC902 *)__this); Texture_t_t620CAA304875674443E89FE116A335886BF0413F L_0; L_0 = (( Texture_t_t620CAA304875674443E89FE116A335886BF0413F (*) (EmptyInternalEnumerator_1_t4554562CF33334CC82E175689C588EB2436DC902 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((EmptyInternalEnumerator_1_t4554562CF33334CC82E175689C588EB2436DC902 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); Texture_t_t620CAA304875674443E89FE116A335886BF0413F L_1 = (Texture_t_t620CAA304875674443E89FE116A335886BF0413F )L_0; RuntimeObject * L_2 = Box(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 1), &L_1); return (RuntimeObject *)L_2; } } // System.Void System.Array/EmptyInternalEnumerator`1::System.Collections.IEnumerator.Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1_System_Collections_IEnumerator_Reset_mED3BDFFF5507CA0E4BC4DE12DD2122C0EB293B7E_gshared (EmptyInternalEnumerator_1_t4554562CF33334CC82E175689C588EB2436DC902 * __this, const RuntimeMethod* method) { { return; } } // System.Void System.Array/EmptyInternalEnumerator`1::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1__ctor_mEEBB4F253E592A2CC178C0D37DA1E8AECC15687D_gshared (EmptyInternalEnumerator_1_t4554562CF33334CC82E175689C588EB2436DC902 * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405((RuntimeObject *)__this, /*hidden argument*/NULL); return; } } // System.Void System.Array/EmptyInternalEnumerator`1::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1__cctor_mA0ECD8EC1AB6F01D2CB0F28FA8D062DDCD901C7F_gshared (const RuntimeMethod* method) { { EmptyInternalEnumerator_1_t4554562CF33334CC82E175689C588EB2436DC902 * L_0 = (EmptyInternalEnumerator_1_t4554562CF33334CC82E175689C588EB2436DC902 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2)); (( void (*) (EmptyInternalEnumerator_1_t4554562CF33334CC82E175689C588EB2436DC902 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)->methodPointer)(L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); ((EmptyInternalEnumerator_1_t4554562CF33334CC82E175689C588EB2436DC902_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4)))->set_Value_0(L_0); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Array/EmptyInternalEnumerator`1::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1_Dispose_m740B1D3362BB068443390E5A151C1D1008EC4774_gshared (EmptyInternalEnumerator_1_t2CBF422896913BA624F3044D06177CE5C7AE41F6 * __this, const RuntimeMethod* method) { { return; } } // System.Boolean System.Array/EmptyInternalEnumerator`1::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool EmptyInternalEnumerator_1_MoveNext_m711881BE65B571E96CA0325BF13523BD73E9FA9C_gshared (EmptyInternalEnumerator_1_t2CBF422896913BA624F3044D06177CE5C7AE41F6 * __this, const RuntimeMethod* method) { { return (bool)0; } } // T System.Array/EmptyInternalEnumerator`1::get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 EmptyInternalEnumerator_1_get_Current_mD1D1B67FB75EB119879A92627E5A956CD124E50D_gshared (EmptyInternalEnumerator_1_t2CBF422896913BA624F3044D06177CE5C7AE41F6 * __this, const RuntimeMethod* method) { { InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB * L_0 = (InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB_il2cpp_TypeInfo_var))); InvalidOperationException__ctor_mC012CE552988309733C896F3FEA8249171E4402E(L_0, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral7E7A07FECA0FF43839D67A9F7828EE56182CC9F6)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&EmptyInternalEnumerator_1_get_Current_mD1D1B67FB75EB119879A92627E5A956CD124E50D_RuntimeMethod_var))); } } // System.Object System.Array/EmptyInternalEnumerator`1::System.Collections.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * EmptyInternalEnumerator_1_System_Collections_IEnumerator_get_Current_m91ECC74DA3FCCF501B9C6C79FDF71FA4C44FE7E6_gshared (EmptyInternalEnumerator_1_t2CBF422896913BA624F3044D06177CE5C7AE41F6 * __this, const RuntimeMethod* method) { { NullCheck((EmptyInternalEnumerator_1_t2CBF422896913BA624F3044D06177CE5C7AE41F6 *)__this); TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 L_0; L_0 = (( TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 (*) (EmptyInternalEnumerator_1_t2CBF422896913BA624F3044D06177CE5C7AE41F6 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((EmptyInternalEnumerator_1_t2CBF422896913BA624F3044D06177CE5C7AE41F6 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 L_1 = (TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 )L_0; RuntimeObject * L_2 = Box(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 1), &L_1); return (RuntimeObject *)L_2; } } // System.Void System.Array/EmptyInternalEnumerator`1::System.Collections.IEnumerator.Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1_System_Collections_IEnumerator_Reset_m3589E3F97038613A846F0473B4203827764F6E7D_gshared (EmptyInternalEnumerator_1_t2CBF422896913BA624F3044D06177CE5C7AE41F6 * __this, const RuntimeMethod* method) { { return; } } // System.Void System.Array/EmptyInternalEnumerator`1::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1__ctor_mF342AE8F02B10B1374B545C9F4324EC5B8E4F2BC_gshared (EmptyInternalEnumerator_1_t2CBF422896913BA624F3044D06177CE5C7AE41F6 * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405((RuntimeObject *)__this, /*hidden argument*/NULL); return; } } // System.Void System.Array/EmptyInternalEnumerator`1::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1__cctor_mE4F0A78353B00FC26F5B97339311535E3FB1F89F_gshared (const RuntimeMethod* method) { { EmptyInternalEnumerator_1_t2CBF422896913BA624F3044D06177CE5C7AE41F6 * L_0 = (EmptyInternalEnumerator_1_t2CBF422896913BA624F3044D06177CE5C7AE41F6 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2)); (( void (*) (EmptyInternalEnumerator_1_t2CBF422896913BA624F3044D06177CE5C7AE41F6 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)->methodPointer)(L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); ((EmptyInternalEnumerator_1_t2CBF422896913BA624F3044D06177CE5C7AE41F6_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4)))->set_Value_0(L_0); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Array/EmptyInternalEnumerator`1::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1_Dispose_m33033C988B824ECB8A867D4ADC869C5214042B8D_gshared (EmptyInternalEnumerator_1_t2324D12D3B691A4D3AA0F430B3B4DAC7A90F9780 * __this, const RuntimeMethod* method) { { return; } } // System.Boolean System.Array/EmptyInternalEnumerator`1::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool EmptyInternalEnumerator_1_MoveNext_m6FB5DE4B746A6198E694CA4E1A83E91F3B02D15E_gshared (EmptyInternalEnumerator_1_t2324D12D3B691A4D3AA0F430B3B4DAC7A90F9780 * __this, const RuntimeMethod* method) { { return (bool)0; } } // T System.Array/EmptyInternalEnumerator`1::get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Touch_tB700CCC5E9EB6646D3C92FE9AE46EF0AE6021D21 EmptyInternalEnumerator_1_get_Current_m931443A8B12592914E0568039EAA977651AC9D04_gshared (EmptyInternalEnumerator_1_t2324D12D3B691A4D3AA0F430B3B4DAC7A90F9780 * __this, const RuntimeMethod* method) { { InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB * L_0 = (InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB_il2cpp_TypeInfo_var))); InvalidOperationException__ctor_mC012CE552988309733C896F3FEA8249171E4402E(L_0, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral7E7A07FECA0FF43839D67A9F7828EE56182CC9F6)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&EmptyInternalEnumerator_1_get_Current_m931443A8B12592914E0568039EAA977651AC9D04_RuntimeMethod_var))); } } // System.Object System.Array/EmptyInternalEnumerator`1::System.Collections.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * EmptyInternalEnumerator_1_System_Collections_IEnumerator_get_Current_m5B72A4BB84678ACE5606D1CD85EE3AF36A6EEFE2_gshared (EmptyInternalEnumerator_1_t2324D12D3B691A4D3AA0F430B3B4DAC7A90F9780 * __this, const RuntimeMethod* method) { { NullCheck((EmptyInternalEnumerator_1_t2324D12D3B691A4D3AA0F430B3B4DAC7A90F9780 *)__this); Touch_tB700CCC5E9EB6646D3C92FE9AE46EF0AE6021D21 L_0; L_0 = (( Touch_tB700CCC5E9EB6646D3C92FE9AE46EF0AE6021D21 (*) (EmptyInternalEnumerator_1_t2324D12D3B691A4D3AA0F430B3B4DAC7A90F9780 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((EmptyInternalEnumerator_1_t2324D12D3B691A4D3AA0F430B3B4DAC7A90F9780 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); Touch_tB700CCC5E9EB6646D3C92FE9AE46EF0AE6021D21 L_1 = (Touch_tB700CCC5E9EB6646D3C92FE9AE46EF0AE6021D21 )L_0; RuntimeObject * L_2 = Box(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 1), &L_1); return (RuntimeObject *)L_2; } } // System.Void System.Array/EmptyInternalEnumerator`1::System.Collections.IEnumerator.Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1_System_Collections_IEnumerator_Reset_mC9E70CA0273C8C48230217B6349E45FA672FB54A_gshared (EmptyInternalEnumerator_1_t2324D12D3B691A4D3AA0F430B3B4DAC7A90F9780 * __this, const RuntimeMethod* method) { { return; } } // System.Void System.Array/EmptyInternalEnumerator`1::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1__ctor_m475C9EA31B9D254AE92EE553FA90278CDBE73781_gshared (EmptyInternalEnumerator_1_t2324D12D3B691A4D3AA0F430B3B4DAC7A90F9780 * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405((RuntimeObject *)__this, /*hidden argument*/NULL); return; } } // System.Void System.Array/EmptyInternalEnumerator`1::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1__cctor_mC29D717DADF7E46F27F27D19462041B7D0C75493_gshared (const RuntimeMethod* method) { { EmptyInternalEnumerator_1_t2324D12D3B691A4D3AA0F430B3B4DAC7A90F9780 * L_0 = (EmptyInternalEnumerator_1_t2324D12D3B691A4D3AA0F430B3B4DAC7A90F9780 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2)); (( void (*) (EmptyInternalEnumerator_1_t2324D12D3B691A4D3AA0F430B3B4DAC7A90F9780 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)->methodPointer)(L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); ((EmptyInternalEnumerator_1_t2324D12D3B691A4D3AA0F430B3B4DAC7A90F9780_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4)))->set_Value_0(L_0); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Array/EmptyInternalEnumerator`1::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1_Dispose_m99065A8755F4B62D30B4E5007A68F65D752B308C_gshared (EmptyInternalEnumerator_1_tDABC0B9124E439B71B0A7E09B4F046688CD559E5 * __this, const RuntimeMethod* method) { { return; } } // System.Boolean System.Array/EmptyInternalEnumerator`1::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool EmptyInternalEnumerator_1_MoveNext_m0A730451A94BA0F2B407E284CBF25F7217E8B854_gshared (EmptyInternalEnumerator_1_tDABC0B9124E439B71B0A7E09B4F046688CD559E5 * __this, const RuntimeMethod* method) { { return (bool)0; } } // T System.Array/EmptyInternalEnumerator`1::get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TrackedDevicePose_t_t5167AAFD9C93AA0ED2CE8223AB08CBAFBC32C153 EmptyInternalEnumerator_1_get_Current_m87D273759F4C273FA8344EB79C14F1165AFA124E_gshared (EmptyInternalEnumerator_1_tDABC0B9124E439B71B0A7E09B4F046688CD559E5 * __this, const RuntimeMethod* method) { { InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB * L_0 = (InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB_il2cpp_TypeInfo_var))); InvalidOperationException__ctor_mC012CE552988309733C896F3FEA8249171E4402E(L_0, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral7E7A07FECA0FF43839D67A9F7828EE56182CC9F6)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&EmptyInternalEnumerator_1_get_Current_m87D273759F4C273FA8344EB79C14F1165AFA124E_RuntimeMethod_var))); } } // System.Object System.Array/EmptyInternalEnumerator`1::System.Collections.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * EmptyInternalEnumerator_1_System_Collections_IEnumerator_get_Current_m1091DE259F6A42F1EF43A51A80EDDE5797BCF8F0_gshared (EmptyInternalEnumerator_1_tDABC0B9124E439B71B0A7E09B4F046688CD559E5 * __this, const RuntimeMethod* method) { { NullCheck((EmptyInternalEnumerator_1_tDABC0B9124E439B71B0A7E09B4F046688CD559E5 *)__this); TrackedDevicePose_t_t5167AAFD9C93AA0ED2CE8223AB08CBAFBC32C153 L_0; L_0 = (( TrackedDevicePose_t_t5167AAFD9C93AA0ED2CE8223AB08CBAFBC32C153 (*) (EmptyInternalEnumerator_1_tDABC0B9124E439B71B0A7E09B4F046688CD559E5 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((EmptyInternalEnumerator_1_tDABC0B9124E439B71B0A7E09B4F046688CD559E5 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); TrackedDevicePose_t_t5167AAFD9C93AA0ED2CE8223AB08CBAFBC32C153 L_1 = (TrackedDevicePose_t_t5167AAFD9C93AA0ED2CE8223AB08CBAFBC32C153 )L_0; RuntimeObject * L_2 = Box(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 1), &L_1); return (RuntimeObject *)L_2; } } // System.Void System.Array/EmptyInternalEnumerator`1::System.Collections.IEnumerator.Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1_System_Collections_IEnumerator_Reset_mE17A68B6A25BD3583ADC6D13B744E83BD03A5CA9_gshared (EmptyInternalEnumerator_1_tDABC0B9124E439B71B0A7E09B4F046688CD559E5 * __this, const RuntimeMethod* method) { { return; } } // System.Void System.Array/EmptyInternalEnumerator`1::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1__ctor_mC7469EB4FDAD1B4A322A92FE08DFE179D6AD4F44_gshared (EmptyInternalEnumerator_1_tDABC0B9124E439B71B0A7E09B4F046688CD559E5 * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405((RuntimeObject *)__this, /*hidden argument*/NULL); return; } } // System.Void System.Array/EmptyInternalEnumerator`1::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1__cctor_m3A788B17C3FDF80C59D7612FE6E473AF0BEA5DCD_gshared (const RuntimeMethod* method) { { EmptyInternalEnumerator_1_tDABC0B9124E439B71B0A7E09B4F046688CD559E5 * L_0 = (EmptyInternalEnumerator_1_tDABC0B9124E439B71B0A7E09B4F046688CD559E5 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2)); (( void (*) (EmptyInternalEnumerator_1_tDABC0B9124E439B71B0A7E09B4F046688CD559E5 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)->methodPointer)(L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); ((EmptyInternalEnumerator_1_tDABC0B9124E439B71B0A7E09B4F046688CD559E5_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4)))->set_Value_0(L_0); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Array/EmptyInternalEnumerator`1::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1_Dispose_m44F1F199A2AF3676AFE51E21D802E8E44F26D945_gshared (EmptyInternalEnumerator_1_tE19B246B93EA5FEB80BD15478DBEE70788312918 * __this, const RuntimeMethod* method) { { return; } } // System.Boolean System.Array/EmptyInternalEnumerator`1::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool EmptyInternalEnumerator_1_MoveNext_mBE0DD1C8AE00BD082185CA3BA2CDC3E38F9FCBCD_gshared (EmptyInternalEnumerator_1_tE19B246B93EA5FEB80BD15478DBEE70788312918 * __this, const RuntimeMethod* method) { { return (bool)0; } } // T System.Array/EmptyInternalEnumerator`1::get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TreeInstance_tDA6C540A0943447F381ED2D438C810D194EABB15 EmptyInternalEnumerator_1_get_Current_m210881F92F4C1B54C5B5E98459F7431CD7BA1CE3_gshared (EmptyInternalEnumerator_1_tE19B246B93EA5FEB80BD15478DBEE70788312918 * __this, const RuntimeMethod* method) { { InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB * L_0 = (InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB_il2cpp_TypeInfo_var))); InvalidOperationException__ctor_mC012CE552988309733C896F3FEA8249171E4402E(L_0, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral7E7A07FECA0FF43839D67A9F7828EE56182CC9F6)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&EmptyInternalEnumerator_1_get_Current_m210881F92F4C1B54C5B5E98459F7431CD7BA1CE3_RuntimeMethod_var))); } } // System.Object System.Array/EmptyInternalEnumerator`1::System.Collections.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * EmptyInternalEnumerator_1_System_Collections_IEnumerator_get_Current_m9FFEF0C4A0CA72359B435843FF97B4E0B1A527FB_gshared (EmptyInternalEnumerator_1_tE19B246B93EA5FEB80BD15478DBEE70788312918 * __this, const RuntimeMethod* method) { { NullCheck((EmptyInternalEnumerator_1_tE19B246B93EA5FEB80BD15478DBEE70788312918 *)__this); TreeInstance_tDA6C540A0943447F381ED2D438C810D194EABB15 L_0; L_0 = (( TreeInstance_tDA6C540A0943447F381ED2D438C810D194EABB15 (*) (EmptyInternalEnumerator_1_tE19B246B93EA5FEB80BD15478DBEE70788312918 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((EmptyInternalEnumerator_1_tE19B246B93EA5FEB80BD15478DBEE70788312918 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); TreeInstance_tDA6C540A0943447F381ED2D438C810D194EABB15 L_1 = (TreeInstance_tDA6C540A0943447F381ED2D438C810D194EABB15 )L_0; RuntimeObject * L_2 = Box(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 1), &L_1); return (RuntimeObject *)L_2; } } // System.Void System.Array/EmptyInternalEnumerator`1::System.Collections.IEnumerator.Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1_System_Collections_IEnumerator_Reset_m75A3C28507DD6EC5AC82DFEDEA9242B4B963F075_gshared (EmptyInternalEnumerator_1_tE19B246B93EA5FEB80BD15478DBEE70788312918 * __this, const RuntimeMethod* method) { { return; } } // System.Void System.Array/EmptyInternalEnumerator`1::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1__ctor_mF75B29213069E8F24679F76E85BF056D7B5135EE_gshared (EmptyInternalEnumerator_1_tE19B246B93EA5FEB80BD15478DBEE70788312918 * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405((RuntimeObject *)__this, /*hidden argument*/NULL); return; } } // System.Void System.Array/EmptyInternalEnumerator`1::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1__cctor_m5730B70A497864D0AE2CF22E47997BA9912FF799_gshared (const RuntimeMethod* method) { { EmptyInternalEnumerator_1_tE19B246B93EA5FEB80BD15478DBEE70788312918 * L_0 = (EmptyInternalEnumerator_1_tE19B246B93EA5FEB80BD15478DBEE70788312918 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2)); (( void (*) (EmptyInternalEnumerator_1_tE19B246B93EA5FEB80BD15478DBEE70788312918 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)->methodPointer)(L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); ((EmptyInternalEnumerator_1_tE19B246B93EA5FEB80BD15478DBEE70788312918_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4)))->set_Value_0(L_0); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Array/EmptyInternalEnumerator`1::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1_Dispose_m1B9DBFF00011EF03D08B1629C34C6E5298DA9778_gshared (EmptyInternalEnumerator_1_t51F5549F32E1C07F8FF104B77F094FFEFE29779E * __this, const RuntimeMethod* method) { { return; } } // System.Boolean System.Array/EmptyInternalEnumerator`1::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool EmptyInternalEnumerator_1_MoveNext_m6C25969D3C4B3136E520D2CAF359EC0F0AB5284B_gshared (EmptyInternalEnumerator_1_t51F5549F32E1C07F8FF104B77F094FFEFE29779E * __this, const RuntimeMethod* method) { { return (bool)0; } } // T System.Array/EmptyInternalEnumerator`1::get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR UICharInfo_tDEA65B831FAD06D1E9B10A6088E05C6D615B089A EmptyInternalEnumerator_1_get_Current_mFE5D875075E958A8CAAA0C796793501DF8AAA752_gshared (EmptyInternalEnumerator_1_t51F5549F32E1C07F8FF104B77F094FFEFE29779E * __this, const RuntimeMethod* method) { { InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB * L_0 = (InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB_il2cpp_TypeInfo_var))); InvalidOperationException__ctor_mC012CE552988309733C896F3FEA8249171E4402E(L_0, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral7E7A07FECA0FF43839D67A9F7828EE56182CC9F6)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&EmptyInternalEnumerator_1_get_Current_mFE5D875075E958A8CAAA0C796793501DF8AAA752_RuntimeMethod_var))); } } // System.Object System.Array/EmptyInternalEnumerator`1::System.Collections.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * EmptyInternalEnumerator_1_System_Collections_IEnumerator_get_Current_m43531FCAA8300E474AA2AAA34B7DB090E8A9675F_gshared (EmptyInternalEnumerator_1_t51F5549F32E1C07F8FF104B77F094FFEFE29779E * __this, const RuntimeMethod* method) { { NullCheck((EmptyInternalEnumerator_1_t51F5549F32E1C07F8FF104B77F094FFEFE29779E *)__this); UICharInfo_tDEA65B831FAD06D1E9B10A6088E05C6D615B089A L_0; L_0 = (( UICharInfo_tDEA65B831FAD06D1E9B10A6088E05C6D615B089A (*) (EmptyInternalEnumerator_1_t51F5549F32E1C07F8FF104B77F094FFEFE29779E *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((EmptyInternalEnumerator_1_t51F5549F32E1C07F8FF104B77F094FFEFE29779E *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); UICharInfo_tDEA65B831FAD06D1E9B10A6088E05C6D615B089A L_1 = (UICharInfo_tDEA65B831FAD06D1E9B10A6088E05C6D615B089A )L_0; RuntimeObject * L_2 = Box(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 1), &L_1); return (RuntimeObject *)L_2; } } // System.Void System.Array/EmptyInternalEnumerator`1::System.Collections.IEnumerator.Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1_System_Collections_IEnumerator_Reset_mB87CDEF1547F30358BAF07DDA48BF1FC4A4CBD93_gshared (EmptyInternalEnumerator_1_t51F5549F32E1C07F8FF104B77F094FFEFE29779E * __this, const RuntimeMethod* method) { { return; } } // System.Void System.Array/EmptyInternalEnumerator`1::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1__ctor_m84757F2135074B3E936468A08E670AC2613F344A_gshared (EmptyInternalEnumerator_1_t51F5549F32E1C07F8FF104B77F094FFEFE29779E * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405((RuntimeObject *)__this, /*hidden argument*/NULL); return; } } // System.Void System.Array/EmptyInternalEnumerator`1::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1__cctor_mC8C305D80CA510B250D31F89BF7C4AD3FB799FAE_gshared (const RuntimeMethod* method) { { EmptyInternalEnumerator_1_t51F5549F32E1C07F8FF104B77F094FFEFE29779E * L_0 = (EmptyInternalEnumerator_1_t51F5549F32E1C07F8FF104B77F094FFEFE29779E *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2)); (( void (*) (EmptyInternalEnumerator_1_t51F5549F32E1C07F8FF104B77F094FFEFE29779E *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)->methodPointer)(L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); ((EmptyInternalEnumerator_1_t51F5549F32E1C07F8FF104B77F094FFEFE29779E_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4)))->set_Value_0(L_0); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Array/EmptyInternalEnumerator`1::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1_Dispose_m00EDDEEA8EC28D7BF6125C225832665E761EFD45_gshared (EmptyInternalEnumerator_1_t3C259954882BC0944CF8D2156284068F14F5C377 * __this, const RuntimeMethod* method) { { return; } } // System.Boolean System.Array/EmptyInternalEnumerator`1::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool EmptyInternalEnumerator_1_MoveNext_m94BAD2B8363D79D476DC31FE851B2D5EC5195F65_gshared (EmptyInternalEnumerator_1_t3C259954882BC0944CF8D2156284068F14F5C377 * __this, const RuntimeMethod* method) { { return (bool)0; } } // T System.Array/EmptyInternalEnumerator`1::get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR UILineInfo_tD082FF4894030AD4EBF57ACF6A997135E4B8B67C EmptyInternalEnumerator_1_get_Current_mF60D4512684870B8A2A536D67F17915E97CFAD91_gshared (EmptyInternalEnumerator_1_t3C259954882BC0944CF8D2156284068F14F5C377 * __this, const RuntimeMethod* method) { { InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB * L_0 = (InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB_il2cpp_TypeInfo_var))); InvalidOperationException__ctor_mC012CE552988309733C896F3FEA8249171E4402E(L_0, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral7E7A07FECA0FF43839D67A9F7828EE56182CC9F6)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&EmptyInternalEnumerator_1_get_Current_mF60D4512684870B8A2A536D67F17915E97CFAD91_RuntimeMethod_var))); } } // System.Object System.Array/EmptyInternalEnumerator`1::System.Collections.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * EmptyInternalEnumerator_1_System_Collections_IEnumerator_get_Current_m7234367BA3988C19FB7BD41C14492A2EDDB1E2E8_gshared (EmptyInternalEnumerator_1_t3C259954882BC0944CF8D2156284068F14F5C377 * __this, const RuntimeMethod* method) { { NullCheck((EmptyInternalEnumerator_1_t3C259954882BC0944CF8D2156284068F14F5C377 *)__this); UILineInfo_tD082FF4894030AD4EBF57ACF6A997135E4B8B67C L_0; L_0 = (( UILineInfo_tD082FF4894030AD4EBF57ACF6A997135E4B8B67C (*) (EmptyInternalEnumerator_1_t3C259954882BC0944CF8D2156284068F14F5C377 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((EmptyInternalEnumerator_1_t3C259954882BC0944CF8D2156284068F14F5C377 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); UILineInfo_tD082FF4894030AD4EBF57ACF6A997135E4B8B67C L_1 = (UILineInfo_tD082FF4894030AD4EBF57ACF6A997135E4B8B67C )L_0; RuntimeObject * L_2 = Box(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 1), &L_1); return (RuntimeObject *)L_2; } } // System.Void System.Array/EmptyInternalEnumerator`1::System.Collections.IEnumerator.Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1_System_Collections_IEnumerator_Reset_m9D4DD1428D7700D8F07392D273A26BB5D150D9C3_gshared (EmptyInternalEnumerator_1_t3C259954882BC0944CF8D2156284068F14F5C377 * __this, const RuntimeMethod* method) { { return; } } // System.Void System.Array/EmptyInternalEnumerator`1::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1__ctor_mFA9C1EA88000D8DD3261C62E417688E6CD4813A6_gshared (EmptyInternalEnumerator_1_t3C259954882BC0944CF8D2156284068F14F5C377 * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405((RuntimeObject *)__this, /*hidden argument*/NULL); return; } } // System.Void System.Array/EmptyInternalEnumerator`1::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1__cctor_m889EB1A2101A5C45BF22DD5121A34587B29FCBBE_gshared (const RuntimeMethod* method) { { EmptyInternalEnumerator_1_t3C259954882BC0944CF8D2156284068F14F5C377 * L_0 = (EmptyInternalEnumerator_1_t3C259954882BC0944CF8D2156284068F14F5C377 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2)); (( void (*) (EmptyInternalEnumerator_1_t3C259954882BC0944CF8D2156284068F14F5C377 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)->methodPointer)(L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); ((EmptyInternalEnumerator_1_t3C259954882BC0944CF8D2156284068F14F5C377_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4)))->set_Value_0(L_0); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Array/EmptyInternalEnumerator`1::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1_Dispose_m49BCFC44D6302AB96F648184A5993A7387F04F7A_gshared (EmptyInternalEnumerator_1_tBF97ABFDA9C760BDF7D30019D8C37352ECDB4E65 * __this, const RuntimeMethod* method) { { return; } } // System.Boolean System.Array/EmptyInternalEnumerator`1::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool EmptyInternalEnumerator_1_MoveNext_mB9D4FF7DC9CA6212D1E583CC16968D07DADD0E59_gshared (EmptyInternalEnumerator_1_tBF97ABFDA9C760BDF7D30019D8C37352ECDB4E65 * __this, const RuntimeMethod* method) { { return (bool)0; } } // T System.Array/EmptyInternalEnumerator`1::get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR UIVertex_tD94AAC5F0B42DBC441AAA8ADBFCFF9E5C320C03A EmptyInternalEnumerator_1_get_Current_m812F364466676AAEBA811F236D27B7E27B68A6E4_gshared (EmptyInternalEnumerator_1_tBF97ABFDA9C760BDF7D30019D8C37352ECDB4E65 * __this, const RuntimeMethod* method) { { InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB * L_0 = (InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB_il2cpp_TypeInfo_var))); InvalidOperationException__ctor_mC012CE552988309733C896F3FEA8249171E4402E(L_0, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral7E7A07FECA0FF43839D67A9F7828EE56182CC9F6)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&EmptyInternalEnumerator_1_get_Current_m812F364466676AAEBA811F236D27B7E27B68A6E4_RuntimeMethod_var))); } } // System.Object System.Array/EmptyInternalEnumerator`1::System.Collections.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * EmptyInternalEnumerator_1_System_Collections_IEnumerator_get_Current_mB7259CE3192BEC3EB49DC03A22F067E359AA7427_gshared (EmptyInternalEnumerator_1_tBF97ABFDA9C760BDF7D30019D8C37352ECDB4E65 * __this, const RuntimeMethod* method) { { NullCheck((EmptyInternalEnumerator_1_tBF97ABFDA9C760BDF7D30019D8C37352ECDB4E65 *)__this); UIVertex_tD94AAC5F0B42DBC441AAA8ADBFCFF9E5C320C03A L_0; L_0 = (( UIVertex_tD94AAC5F0B42DBC441AAA8ADBFCFF9E5C320C03A (*) (EmptyInternalEnumerator_1_tBF97ABFDA9C760BDF7D30019D8C37352ECDB4E65 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((EmptyInternalEnumerator_1_tBF97ABFDA9C760BDF7D30019D8C37352ECDB4E65 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); UIVertex_tD94AAC5F0B42DBC441AAA8ADBFCFF9E5C320C03A L_1 = (UIVertex_tD94AAC5F0B42DBC441AAA8ADBFCFF9E5C320C03A )L_0; RuntimeObject * L_2 = Box(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 1), &L_1); return (RuntimeObject *)L_2; } } // System.Void System.Array/EmptyInternalEnumerator`1::System.Collections.IEnumerator.Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1_System_Collections_IEnumerator_Reset_m387E853D54F950CFCE4FBA8BD95FF0C0377A5ECF_gshared (EmptyInternalEnumerator_1_tBF97ABFDA9C760BDF7D30019D8C37352ECDB4E65 * __this, const RuntimeMethod* method) { { return; } } // System.Void System.Array/EmptyInternalEnumerator`1::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1__ctor_m86E4E31CC24E419181BA39FE0134FDCE5491FE54_gshared (EmptyInternalEnumerator_1_tBF97ABFDA9C760BDF7D30019D8C37352ECDB4E65 * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405((RuntimeObject *)__this, /*hidden argument*/NULL); return; } } // System.Void System.Array/EmptyInternalEnumerator`1::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1__cctor_mC7AFDCFF5F971794D641E49E763B4A0707A3FEC1_gshared (const RuntimeMethod* method) { { EmptyInternalEnumerator_1_tBF97ABFDA9C760BDF7D30019D8C37352ECDB4E65 * L_0 = (EmptyInternalEnumerator_1_tBF97ABFDA9C760BDF7D30019D8C37352ECDB4E65 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2)); (( void (*) (EmptyInternalEnumerator_1_tBF97ABFDA9C760BDF7D30019D8C37352ECDB4E65 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)->methodPointer)(L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); ((EmptyInternalEnumerator_1_tBF97ABFDA9C760BDF7D30019D8C37352ECDB4E65_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4)))->set_Value_0(L_0); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Array/EmptyInternalEnumerator`1::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1_Dispose_m14FFB7DD6D1CDAE585B540F4F207DD7FFCCA6F02_gshared (EmptyInternalEnumerator_1_tB45A9A443595936CD1B8EBBE346D89CA95D68ED1 * __this, const RuntimeMethod* method) { { return; } } // System.Boolean System.Array/EmptyInternalEnumerator`1::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool EmptyInternalEnumerator_1_MoveNext_mBC3735E358C7B353853BACA742AD989B89C619EF_gshared (EmptyInternalEnumerator_1_tB45A9A443595936CD1B8EBBE346D89CA95D68ED1 * __this, const RuntimeMethod* method) { { return (bool)0; } } // T System.Array/EmptyInternalEnumerator`1::get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint16_t EmptyInternalEnumerator_1_get_Current_m7F90A8A273DE718B9F7C59CBF9D5E0C15A3B1DFF_gshared (EmptyInternalEnumerator_1_tB45A9A443595936CD1B8EBBE346D89CA95D68ED1 * __this, const RuntimeMethod* method) { { InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB * L_0 = (InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB_il2cpp_TypeInfo_var))); InvalidOperationException__ctor_mC012CE552988309733C896F3FEA8249171E4402E(L_0, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral7E7A07FECA0FF43839D67A9F7828EE56182CC9F6)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&EmptyInternalEnumerator_1_get_Current_m7F90A8A273DE718B9F7C59CBF9D5E0C15A3B1DFF_RuntimeMethod_var))); } } // System.Object System.Array/EmptyInternalEnumerator`1::System.Collections.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * EmptyInternalEnumerator_1_System_Collections_IEnumerator_get_Current_mAD4ED26ECAB4DD4B9BBE9B42FF0ED39FDAD457F0_gshared (EmptyInternalEnumerator_1_tB45A9A443595936CD1B8EBBE346D89CA95D68ED1 * __this, const RuntimeMethod* method) { { NullCheck((EmptyInternalEnumerator_1_tB45A9A443595936CD1B8EBBE346D89CA95D68ED1 *)__this); uint16_t L_0; L_0 = (( uint16_t (*) (EmptyInternalEnumerator_1_tB45A9A443595936CD1B8EBBE346D89CA95D68ED1 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((EmptyInternalEnumerator_1_tB45A9A443595936CD1B8EBBE346D89CA95D68ED1 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); uint16_t L_1 = L_0; RuntimeObject * L_2 = Box(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 1), &L_1); return (RuntimeObject *)L_2; } } // System.Void System.Array/EmptyInternalEnumerator`1::System.Collections.IEnumerator.Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1_System_Collections_IEnumerator_Reset_m4FC8ED47981D59035ECDC0B16A9B50E376518832_gshared (EmptyInternalEnumerator_1_tB45A9A443595936CD1B8EBBE346D89CA95D68ED1 * __this, const RuntimeMethod* method) { { return; } } // System.Void System.Array/EmptyInternalEnumerator`1::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1__ctor_mF55968B0537A8D577B71ADFC1C9D5B75F5C369EF_gshared (EmptyInternalEnumerator_1_tB45A9A443595936CD1B8EBBE346D89CA95D68ED1 * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405((RuntimeObject *)__this, /*hidden argument*/NULL); return; } } // System.Void System.Array/EmptyInternalEnumerator`1::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1__cctor_m84ABB808CBBD2E767C286D5CB9E95300C545E2AE_gshared (const RuntimeMethod* method) { { EmptyInternalEnumerator_1_tB45A9A443595936CD1B8EBBE346D89CA95D68ED1 * L_0 = (EmptyInternalEnumerator_1_tB45A9A443595936CD1B8EBBE346D89CA95D68ED1 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2)); (( void (*) (EmptyInternalEnumerator_1_tB45A9A443595936CD1B8EBBE346D89CA95D68ED1 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)->methodPointer)(L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); ((EmptyInternalEnumerator_1_tB45A9A443595936CD1B8EBBE346D89CA95D68ED1_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4)))->set_Value_0(L_0); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Array/EmptyInternalEnumerator`1::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1_Dispose_m63166BA227FBB4B74502648CB478FE14CBC5832F_gshared (EmptyInternalEnumerator_1_t89D4C08A67E4D7D8F5320797FFA1CE531542CE8A * __this, const RuntimeMethod* method) { { return; } } // System.Boolean System.Array/EmptyInternalEnumerator`1::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool EmptyInternalEnumerator_1_MoveNext_m11D0FED5BF9A7024CD06933D7ABA82BB0B7AC3A7_gshared (EmptyInternalEnumerator_1_t89D4C08A67E4D7D8F5320797FFA1CE531542CE8A * __this, const RuntimeMethod* method) { { return (bool)0; } } // T System.Array/EmptyInternalEnumerator`1::get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint16_t EmptyInternalEnumerator_1_get_Current_m1CB87ACC66A10F1B82F18B1D6406AAF6206FC382_gshared (EmptyInternalEnumerator_1_t89D4C08A67E4D7D8F5320797FFA1CE531542CE8A * __this, const RuntimeMethod* method) { { InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB * L_0 = (InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB_il2cpp_TypeInfo_var))); InvalidOperationException__ctor_mC012CE552988309733C896F3FEA8249171E4402E(L_0, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral7E7A07FECA0FF43839D67A9F7828EE56182CC9F6)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&EmptyInternalEnumerator_1_get_Current_m1CB87ACC66A10F1B82F18B1D6406AAF6206FC382_RuntimeMethod_var))); } } // System.Object System.Array/EmptyInternalEnumerator`1::System.Collections.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * EmptyInternalEnumerator_1_System_Collections_IEnumerator_get_Current_m4C4D884FA582B4C42056ED1939F248C75B7D9FBB_gshared (EmptyInternalEnumerator_1_t89D4C08A67E4D7D8F5320797FFA1CE531542CE8A * __this, const RuntimeMethod* method) { { NullCheck((EmptyInternalEnumerator_1_t89D4C08A67E4D7D8F5320797FFA1CE531542CE8A *)__this); uint16_t L_0; L_0 = (( uint16_t (*) (EmptyInternalEnumerator_1_t89D4C08A67E4D7D8F5320797FFA1CE531542CE8A *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((EmptyInternalEnumerator_1_t89D4C08A67E4D7D8F5320797FFA1CE531542CE8A *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); uint16_t L_1 = (uint16_t)L_0; RuntimeObject * L_2 = Box(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 1), &L_1); return (RuntimeObject *)L_2; } } // System.Void System.Array/EmptyInternalEnumerator`1::System.Collections.IEnumerator.Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1_System_Collections_IEnumerator_Reset_mDED515E3982F5F6328BFBE398873DF843D78F99E_gshared (EmptyInternalEnumerator_1_t89D4C08A67E4D7D8F5320797FFA1CE531542CE8A * __this, const RuntimeMethod* method) { { return; } } // System.Void System.Array/EmptyInternalEnumerator`1::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1__ctor_mBDAC656D3CC0B2CE66442C2303D612CAC36123BE_gshared (EmptyInternalEnumerator_1_t89D4C08A67E4D7D8F5320797FFA1CE531542CE8A * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405((RuntimeObject *)__this, /*hidden argument*/NULL); return; } } // System.Void System.Array/EmptyInternalEnumerator`1::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1__cctor_m41CC2EC5C9877F72C7CD33A9D0686729D7EF0897_gshared (const RuntimeMethod* method) { { EmptyInternalEnumerator_1_t89D4C08A67E4D7D8F5320797FFA1CE531542CE8A * L_0 = (EmptyInternalEnumerator_1_t89D4C08A67E4D7D8F5320797FFA1CE531542CE8A *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2)); (( void (*) (EmptyInternalEnumerator_1_t89D4C08A67E4D7D8F5320797FFA1CE531542CE8A *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)->methodPointer)(L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); ((EmptyInternalEnumerator_1_t89D4C08A67E4D7D8F5320797FFA1CE531542CE8A_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4)))->set_Value_0(L_0); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Array/EmptyInternalEnumerator`1::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1_Dispose_mA7058F28FDAF361D1B262879FA75135B9980A453_gshared (EmptyInternalEnumerator_1_t062CD4635FD05C48CB2B2B1A352BF09B43EA85FA * __this, const RuntimeMethod* method) { { return; } } // System.Boolean System.Array/EmptyInternalEnumerator`1::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool EmptyInternalEnumerator_1_MoveNext_m6138E6DB23A1A4EA169D195104B496A4AF5A2BB2_gshared (EmptyInternalEnumerator_1_t062CD4635FD05C48CB2B2B1A352BF09B43EA85FA * __this, const RuntimeMethod* method) { { return (bool)0; } } // T System.Array/EmptyInternalEnumerator`1::get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t EmptyInternalEnumerator_1_get_Current_m3A9447ABB4533EB1996C3FF21026927F2ED41DD1_gshared (EmptyInternalEnumerator_1_t062CD4635FD05C48CB2B2B1A352BF09B43EA85FA * __this, const RuntimeMethod* method) { { InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB * L_0 = (InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB_il2cpp_TypeInfo_var))); InvalidOperationException__ctor_mC012CE552988309733C896F3FEA8249171E4402E(L_0, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral7E7A07FECA0FF43839D67A9F7828EE56182CC9F6)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&EmptyInternalEnumerator_1_get_Current_m3A9447ABB4533EB1996C3FF21026927F2ED41DD1_RuntimeMethod_var))); } } // System.Object System.Array/EmptyInternalEnumerator`1::System.Collections.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * EmptyInternalEnumerator_1_System_Collections_IEnumerator_get_Current_m1A2BE61FC2C242DA548C2235B417446C69E2DA71_gshared (EmptyInternalEnumerator_1_t062CD4635FD05C48CB2B2B1A352BF09B43EA85FA * __this, const RuntimeMethod* method) { { NullCheck((EmptyInternalEnumerator_1_t062CD4635FD05C48CB2B2B1A352BF09B43EA85FA *)__this); uint32_t L_0; L_0 = (( uint32_t (*) (EmptyInternalEnumerator_1_t062CD4635FD05C48CB2B2B1A352BF09B43EA85FA *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((EmptyInternalEnumerator_1_t062CD4635FD05C48CB2B2B1A352BF09B43EA85FA *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); uint32_t L_1 = L_0; RuntimeObject * L_2 = Box(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 1), &L_1); return (RuntimeObject *)L_2; } } // System.Void System.Array/EmptyInternalEnumerator`1::System.Collections.IEnumerator.Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1_System_Collections_IEnumerator_Reset_m02AE8644CBE81B1C09A0F426D29CCF298AA08937_gshared (EmptyInternalEnumerator_1_t062CD4635FD05C48CB2B2B1A352BF09B43EA85FA * __this, const RuntimeMethod* method) { { return; } } // System.Void System.Array/EmptyInternalEnumerator`1::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1__ctor_m34ED1D9FBBA5887394CF048483F14A2C01A6F1A4_gshared (EmptyInternalEnumerator_1_t062CD4635FD05C48CB2B2B1A352BF09B43EA85FA * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405((RuntimeObject *)__this, /*hidden argument*/NULL); return; } } // System.Void System.Array/EmptyInternalEnumerator`1::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1__cctor_mE4300456479FC4D384B2B57047B938BB590BE60A_gshared (const RuntimeMethod* method) { { EmptyInternalEnumerator_1_t062CD4635FD05C48CB2B2B1A352BF09B43EA85FA * L_0 = (EmptyInternalEnumerator_1_t062CD4635FD05C48CB2B2B1A352BF09B43EA85FA *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2)); (( void (*) (EmptyInternalEnumerator_1_t062CD4635FD05C48CB2B2B1A352BF09B43EA85FA *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)->methodPointer)(L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); ((EmptyInternalEnumerator_1_t062CD4635FD05C48CB2B2B1A352BF09B43EA85FA_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4)))->set_Value_0(L_0); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Array/EmptyInternalEnumerator`1::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1_Dispose_m3858441CF1006B20D7AAAF38EB1FC47F268DBA97_gshared (EmptyInternalEnumerator_1_tBDFFEB4D48CC1E8414924C00730B45E3DCDF5003 * __this, const RuntimeMethod* method) { { return; } } // System.Boolean System.Array/EmptyInternalEnumerator`1::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool EmptyInternalEnumerator_1_MoveNext_m8D34981AC97875E38B4B8838ADDBAC02122E4321_gshared (EmptyInternalEnumerator_1_tBDFFEB4D48CC1E8414924C00730B45E3DCDF5003 * __this, const RuntimeMethod* method) { { return (bool)0; } } // T System.Array/EmptyInternalEnumerator`1::get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t EmptyInternalEnumerator_1_get_Current_m2138FAEED624E705B2E2E878D560EF35DB401295_gshared (EmptyInternalEnumerator_1_tBDFFEB4D48CC1E8414924C00730B45E3DCDF5003 * __this, const RuntimeMethod* method) { { InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB * L_0 = (InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB_il2cpp_TypeInfo_var))); InvalidOperationException__ctor_mC012CE552988309733C896F3FEA8249171E4402E(L_0, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral7E7A07FECA0FF43839D67A9F7828EE56182CC9F6)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&EmptyInternalEnumerator_1_get_Current_m2138FAEED624E705B2E2E878D560EF35DB401295_RuntimeMethod_var))); } } // System.Object System.Array/EmptyInternalEnumerator`1::System.Collections.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * EmptyInternalEnumerator_1_System_Collections_IEnumerator_get_Current_m78A2CD2B7DEF9A079FDC8507418EDBC93F340508_gshared (EmptyInternalEnumerator_1_tBDFFEB4D48CC1E8414924C00730B45E3DCDF5003 * __this, const RuntimeMethod* method) { { NullCheck((EmptyInternalEnumerator_1_tBDFFEB4D48CC1E8414924C00730B45E3DCDF5003 *)__this); uint32_t L_0; L_0 = (( uint32_t (*) (EmptyInternalEnumerator_1_tBDFFEB4D48CC1E8414924C00730B45E3DCDF5003 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((EmptyInternalEnumerator_1_tBDFFEB4D48CC1E8414924C00730B45E3DCDF5003 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); uint32_t L_1 = (uint32_t)L_0; RuntimeObject * L_2 = Box(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 1), &L_1); return (RuntimeObject *)L_2; } } // System.Void System.Array/EmptyInternalEnumerator`1::System.Collections.IEnumerator.Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1_System_Collections_IEnumerator_Reset_m833CCE8540A6F948BB095B6AD14C5158A3F6311E_gshared (EmptyInternalEnumerator_1_tBDFFEB4D48CC1E8414924C00730B45E3DCDF5003 * __this, const RuntimeMethod* method) { { return; } } // System.Void System.Array/EmptyInternalEnumerator`1::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1__ctor_m63B5D8D7D557639B3400866BB30949F2B0B7D983_gshared (EmptyInternalEnumerator_1_tBDFFEB4D48CC1E8414924C00730B45E3DCDF5003 * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405((RuntimeObject *)__this, /*hidden argument*/NULL); return; } } // System.Void System.Array/EmptyInternalEnumerator`1::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1__cctor_m080A247C5B2F91757C703B36600F2BC1E4E9E956_gshared (const RuntimeMethod* method) { { EmptyInternalEnumerator_1_tBDFFEB4D48CC1E8414924C00730B45E3DCDF5003 * L_0 = (EmptyInternalEnumerator_1_tBDFFEB4D48CC1E8414924C00730B45E3DCDF5003 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2)); (( void (*) (EmptyInternalEnumerator_1_tBDFFEB4D48CC1E8414924C00730B45E3DCDF5003 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)->methodPointer)(L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); ((EmptyInternalEnumerator_1_tBDFFEB4D48CC1E8414924C00730B45E3DCDF5003_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4)))->set_Value_0(L_0); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Array/EmptyInternalEnumerator`1::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1_Dispose_mCDB35404508BB1552A737AD764FB240BE4CEDADE_gshared (EmptyInternalEnumerator_1_t1964EB5C96A8CA58A55EA579A0732387C8CAF89A * __this, const RuntimeMethod* method) { { return; } } // System.Boolean System.Array/EmptyInternalEnumerator`1::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool EmptyInternalEnumerator_1_MoveNext_mCE3FB5D0C1332C66BAB81BCDFE84C9182EC23ADE_gshared (EmptyInternalEnumerator_1_t1964EB5C96A8CA58A55EA579A0732387C8CAF89A * __this, const RuntimeMethod* method) { { return (bool)0; } } // T System.Array/EmptyInternalEnumerator`1::get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint64_t EmptyInternalEnumerator_1_get_Current_mFF741FFB33BA8180B014BA95148D5EC7241F2E06_gshared (EmptyInternalEnumerator_1_t1964EB5C96A8CA58A55EA579A0732387C8CAF89A * __this, const RuntimeMethod* method) { { InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB * L_0 = (InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB_il2cpp_TypeInfo_var))); InvalidOperationException__ctor_mC012CE552988309733C896F3FEA8249171E4402E(L_0, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral7E7A07FECA0FF43839D67A9F7828EE56182CC9F6)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&EmptyInternalEnumerator_1_get_Current_mFF741FFB33BA8180B014BA95148D5EC7241F2E06_RuntimeMethod_var))); } } // System.Object System.Array/EmptyInternalEnumerator`1::System.Collections.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * EmptyInternalEnumerator_1_System_Collections_IEnumerator_get_Current_mE9FF764577795834A6955AC49D68CD71FA827A12_gshared (EmptyInternalEnumerator_1_t1964EB5C96A8CA58A55EA579A0732387C8CAF89A * __this, const RuntimeMethod* method) { { NullCheck((EmptyInternalEnumerator_1_t1964EB5C96A8CA58A55EA579A0732387C8CAF89A *)__this); uint64_t L_0; L_0 = (( uint64_t (*) (EmptyInternalEnumerator_1_t1964EB5C96A8CA58A55EA579A0732387C8CAF89A *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((EmptyInternalEnumerator_1_t1964EB5C96A8CA58A55EA579A0732387C8CAF89A *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); uint64_t L_1 = L_0; RuntimeObject * L_2 = Box(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 1), &L_1); return (RuntimeObject *)L_2; } } // System.Void System.Array/EmptyInternalEnumerator`1::System.Collections.IEnumerator.Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1_System_Collections_IEnumerator_Reset_m128199F23F3D8785552D7CA472FA7E1FF035370A_gshared (EmptyInternalEnumerator_1_t1964EB5C96A8CA58A55EA579A0732387C8CAF89A * __this, const RuntimeMethod* method) { { return; } } // System.Void System.Array/EmptyInternalEnumerator`1::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1__ctor_mF94BB421E1788081FBE9D65030C0F907BF3FD120_gshared (EmptyInternalEnumerator_1_t1964EB5C96A8CA58A55EA579A0732387C8CAF89A * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405((RuntimeObject *)__this, /*hidden argument*/NULL); return; } } // System.Void System.Array/EmptyInternalEnumerator`1::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1__cctor_m9B4B3C8275583C043978CA7AC5C262B8F4E630B7_gshared (const RuntimeMethod* method) { { EmptyInternalEnumerator_1_t1964EB5C96A8CA58A55EA579A0732387C8CAF89A * L_0 = (EmptyInternalEnumerator_1_t1964EB5C96A8CA58A55EA579A0732387C8CAF89A *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2)); (( void (*) (EmptyInternalEnumerator_1_t1964EB5C96A8CA58A55EA579A0732387C8CAF89A *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)->methodPointer)(L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); ((EmptyInternalEnumerator_1_t1964EB5C96A8CA58A55EA579A0732387C8CAF89A_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4)))->set_Value_0(L_0); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Array/EmptyInternalEnumerator`1::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1_Dispose_mA337A3E1F094B63A02B257147BC7834A0F2A911E_gshared (EmptyInternalEnumerator_1_t4749769BF884C08C887BEDE3F0F393622F82CD91 * __this, const RuntimeMethod* method) { { return; } } // System.Boolean System.Array/EmptyInternalEnumerator`1::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool EmptyInternalEnumerator_1_MoveNext_m251F9E1BD44390E3BA2D8D992A5498AF750E911A_gshared (EmptyInternalEnumerator_1_t4749769BF884C08C887BEDE3F0F393622F82CD91 * __this, const RuntimeMethod* method) { { return (bool)0; } } // T System.Array/EmptyInternalEnumerator`1::get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uintptr_t EmptyInternalEnumerator_1_get_Current_m109167CF904504D2172CDBA3EC9B17DFF513A53B_gshared (EmptyInternalEnumerator_1_t4749769BF884C08C887BEDE3F0F393622F82CD91 * __this, const RuntimeMethod* method) { { InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB * L_0 = (InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB_il2cpp_TypeInfo_var))); InvalidOperationException__ctor_mC012CE552988309733C896F3FEA8249171E4402E(L_0, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral7E7A07FECA0FF43839D67A9F7828EE56182CC9F6)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&EmptyInternalEnumerator_1_get_Current_m109167CF904504D2172CDBA3EC9B17DFF513A53B_RuntimeMethod_var))); } } // System.Object System.Array/EmptyInternalEnumerator`1::System.Collections.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * EmptyInternalEnumerator_1_System_Collections_IEnumerator_get_Current_mB802ABE9943BF6A649BBF4850369DF8CA8B81D69_gshared (EmptyInternalEnumerator_1_t4749769BF884C08C887BEDE3F0F393622F82CD91 * __this, const RuntimeMethod* method) { { NullCheck((EmptyInternalEnumerator_1_t4749769BF884C08C887BEDE3F0F393622F82CD91 *)__this); uintptr_t L_0; L_0 = (( uintptr_t (*) (EmptyInternalEnumerator_1_t4749769BF884C08C887BEDE3F0F393622F82CD91 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((EmptyInternalEnumerator_1_t4749769BF884C08C887BEDE3F0F393622F82CD91 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); uintptr_t L_1 = L_0; RuntimeObject * L_2 = Box(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 1), &L_1); return (RuntimeObject *)L_2; } } // System.Void System.Array/EmptyInternalEnumerator`1::System.Collections.IEnumerator.Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1_System_Collections_IEnumerator_Reset_mA81117D64EC69B4A7DEAF3020B94DF3AFF0C0B19_gshared (EmptyInternalEnumerator_1_t4749769BF884C08C887BEDE3F0F393622F82CD91 * __this, const RuntimeMethod* method) { { return; } } // System.Void System.Array/EmptyInternalEnumerator`1::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1__ctor_m05964F9656D7E36E6A3AFE1A8884A5A04B4A9AAE_gshared (EmptyInternalEnumerator_1_t4749769BF884C08C887BEDE3F0F393622F82CD91 * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405((RuntimeObject *)__this, /*hidden argument*/NULL); return; } } // System.Void System.Array/EmptyInternalEnumerator`1::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1__cctor_m9A34F970922527DF1C190C821E5D6B4AF0609886_gshared (const RuntimeMethod* method) { { EmptyInternalEnumerator_1_t4749769BF884C08C887BEDE3F0F393622F82CD91 * L_0 = (EmptyInternalEnumerator_1_t4749769BF884C08C887BEDE3F0F393622F82CD91 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2)); (( void (*) (EmptyInternalEnumerator_1_t4749769BF884C08C887BEDE3F0F393622F82CD91 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)->methodPointer)(L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); ((EmptyInternalEnumerator_1_t4749769BF884C08C887BEDE3F0F393622F82CD91_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4)))->set_Value_0(L_0); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Array/EmptyInternalEnumerator`1::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1_Dispose_m5A31CC677EFA095C6DA2977F62A893D493F0B7AD_gshared (EmptyInternalEnumerator_1_tCD191E04A46D6A0734D4E3E6954CA6AE8A247027 * __this, const RuntimeMethod* method) { { return; } } // System.Boolean System.Array/EmptyInternalEnumerator`1::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool EmptyInternalEnumerator_1_MoveNext_m5458B5AFC6F6DC4CA415E924E553CF90CBCB2B91_gshared (EmptyInternalEnumerator_1_tCD191E04A46D6A0734D4E3E6954CA6AE8A247027 * __this, const RuntimeMethod* method) { { return (bool)0; } } // T System.Array/EmptyInternalEnumerator`1::get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR UsageHint_t805FD503109F70ACEFDAA6DDB7B693DFB97120CE EmptyInternalEnumerator_1_get_Current_m0D4A68D8BB6533BD072C38B422854974EC1A5897_gshared (EmptyInternalEnumerator_1_tCD191E04A46D6A0734D4E3E6954CA6AE8A247027 * __this, const RuntimeMethod* method) { { InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB * L_0 = (InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB_il2cpp_TypeInfo_var))); InvalidOperationException__ctor_mC012CE552988309733C896F3FEA8249171E4402E(L_0, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral7E7A07FECA0FF43839D67A9F7828EE56182CC9F6)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&EmptyInternalEnumerator_1_get_Current_m0D4A68D8BB6533BD072C38B422854974EC1A5897_RuntimeMethod_var))); } } // System.Object System.Array/EmptyInternalEnumerator`1::System.Collections.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * EmptyInternalEnumerator_1_System_Collections_IEnumerator_get_Current_m7A3770F157DDF1AFC0871662436644AB66251949_gshared (EmptyInternalEnumerator_1_tCD191E04A46D6A0734D4E3E6954CA6AE8A247027 * __this, const RuntimeMethod* method) { { NullCheck((EmptyInternalEnumerator_1_tCD191E04A46D6A0734D4E3E6954CA6AE8A247027 *)__this); UsageHint_t805FD503109F70ACEFDAA6DDB7B693DFB97120CE L_0; L_0 = (( UsageHint_t805FD503109F70ACEFDAA6DDB7B693DFB97120CE (*) (EmptyInternalEnumerator_1_tCD191E04A46D6A0734D4E3E6954CA6AE8A247027 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((EmptyInternalEnumerator_1_tCD191E04A46D6A0734D4E3E6954CA6AE8A247027 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); UsageHint_t805FD503109F70ACEFDAA6DDB7B693DFB97120CE L_1 = (UsageHint_t805FD503109F70ACEFDAA6DDB7B693DFB97120CE )L_0; RuntimeObject * L_2 = Box(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 1), &L_1); return (RuntimeObject *)L_2; } } // System.Void System.Array/EmptyInternalEnumerator`1::System.Collections.IEnumerator.Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1_System_Collections_IEnumerator_Reset_m8F9169C2310B3922C3C99BB3EC7BB139241977B0_gshared (EmptyInternalEnumerator_1_tCD191E04A46D6A0734D4E3E6954CA6AE8A247027 * __this, const RuntimeMethod* method) { { return; } } // System.Void System.Array/EmptyInternalEnumerator`1::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1__ctor_m9A5B5758A354178BBD333DA424896046FF1F3B47_gshared (EmptyInternalEnumerator_1_tCD191E04A46D6A0734D4E3E6954CA6AE8A247027 * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405((RuntimeObject *)__this, /*hidden argument*/NULL); return; } } // System.Void System.Array/EmptyInternalEnumerator`1::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1__cctor_mB8D59A1C0043F8091143098BE7CF901104CAFF0D_gshared (const RuntimeMethod* method) { { EmptyInternalEnumerator_1_tCD191E04A46D6A0734D4E3E6954CA6AE8A247027 * L_0 = (EmptyInternalEnumerator_1_tCD191E04A46D6A0734D4E3E6954CA6AE8A247027 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2)); (( void (*) (EmptyInternalEnumerator_1_tCD191E04A46D6A0734D4E3E6954CA6AE8A247027 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)->methodPointer)(L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); ((EmptyInternalEnumerator_1_tCD191E04A46D6A0734D4E3E6954CA6AE8A247027_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4)))->set_Value_0(L_0); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Array/EmptyInternalEnumerator`1::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1_Dispose_m9A0FBB41AADC59201BB0EE764142BFD41137885A_gshared (EmptyInternalEnumerator_1_t3BB8D6973AFE9459C0A40A9A822E206DCD689660 * __this, const RuntimeMethod* method) { { return; } } // System.Boolean System.Array/EmptyInternalEnumerator`1::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool EmptyInternalEnumerator_1_MoveNext_m624AA0DDC1E74550267EC32143D6EE105EF89E02_gshared (EmptyInternalEnumerator_1_t3BB8D6973AFE9459C0A40A9A822E206DCD689660 * __this, const RuntimeMethod* method) { { return (bool)0; } } // T System.Array/EmptyInternalEnumerator`1::get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR VCA_t8D58F06AAB98BB0934396D34E2DFE001FCAD9805 EmptyInternalEnumerator_1_get_Current_mD8FF2F63D3765CBA1C14E6F7DE298CF3AA6D12A1_gshared (EmptyInternalEnumerator_1_t3BB8D6973AFE9459C0A40A9A822E206DCD689660 * __this, const RuntimeMethod* method) { { InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB * L_0 = (InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB_il2cpp_TypeInfo_var))); InvalidOperationException__ctor_mC012CE552988309733C896F3FEA8249171E4402E(L_0, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral7E7A07FECA0FF43839D67A9F7828EE56182CC9F6)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&EmptyInternalEnumerator_1_get_Current_mD8FF2F63D3765CBA1C14E6F7DE298CF3AA6D12A1_RuntimeMethod_var))); } } // System.Object System.Array/EmptyInternalEnumerator`1::System.Collections.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * EmptyInternalEnumerator_1_System_Collections_IEnumerator_get_Current_m949712349FD3D01358A54AF13D59BFF351BDE8C5_gshared (EmptyInternalEnumerator_1_t3BB8D6973AFE9459C0A40A9A822E206DCD689660 * __this, const RuntimeMethod* method) { { NullCheck((EmptyInternalEnumerator_1_t3BB8D6973AFE9459C0A40A9A822E206DCD689660 *)__this); VCA_t8D58F06AAB98BB0934396D34E2DFE001FCAD9805 L_0; L_0 = (( VCA_t8D58F06AAB98BB0934396D34E2DFE001FCAD9805 (*) (EmptyInternalEnumerator_1_t3BB8D6973AFE9459C0A40A9A822E206DCD689660 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((EmptyInternalEnumerator_1_t3BB8D6973AFE9459C0A40A9A822E206DCD689660 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); VCA_t8D58F06AAB98BB0934396D34E2DFE001FCAD9805 L_1 = (VCA_t8D58F06AAB98BB0934396D34E2DFE001FCAD9805 )L_0; RuntimeObject * L_2 = Box(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 1), &L_1); return (RuntimeObject *)L_2; } } // System.Void System.Array/EmptyInternalEnumerator`1::System.Collections.IEnumerator.Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1_System_Collections_IEnumerator_Reset_m3387D4DF122D312465AD9BDC6E815C14005DBD98_gshared (EmptyInternalEnumerator_1_t3BB8D6973AFE9459C0A40A9A822E206DCD689660 * __this, const RuntimeMethod* method) { { return; } } // System.Void System.Array/EmptyInternalEnumerator`1::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1__ctor_m57F6F8668D028A535DA9E7BD4A5CA54E003BB628_gshared (EmptyInternalEnumerator_1_t3BB8D6973AFE9459C0A40A9A822E206DCD689660 * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405((RuntimeObject *)__this, /*hidden argument*/NULL); return; } } // System.Void System.Array/EmptyInternalEnumerator`1::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1__cctor_m25CEA56222F126108732F3BC6DDD8A5B0FE253D5_gshared (const RuntimeMethod* method) { { EmptyInternalEnumerator_1_t3BB8D6973AFE9459C0A40A9A822E206DCD689660 * L_0 = (EmptyInternalEnumerator_1_t3BB8D6973AFE9459C0A40A9A822E206DCD689660 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2)); (( void (*) (EmptyInternalEnumerator_1_t3BB8D6973AFE9459C0A40A9A822E206DCD689660 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)->methodPointer)(L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); ((EmptyInternalEnumerator_1_t3BB8D6973AFE9459C0A40A9A822E206DCD689660_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4)))->set_Value_0(L_0); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Array/EmptyInternalEnumerator`1::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1_Dispose_mD0BCBF78EC834A8FB834BA6250A1FF47827E5872_gshared (EmptyInternalEnumerator_1_tB21572CDA5780184C5880361BCAD84D1013CF993 * __this, const RuntimeMethod* method) { { return; } } // System.Boolean System.Array/EmptyInternalEnumerator`1::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool EmptyInternalEnumerator_1_MoveNext_m9096BA55A81083590919C6F12CA9DE244AB0B6EC_gshared (EmptyInternalEnumerator_1_tB21572CDA5780184C5880361BCAD84D1013CF993 * __this, const RuntimeMethod* method) { { return (bool)0; } } // T System.Array/EmptyInternalEnumerator`1::get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR VECTOR_tF39F3D310C168EBC05F4E9E1718300A72E6BDD2B EmptyInternalEnumerator_1_get_Current_m0D4C48486358DB36676208BF91EF75A1EC9A4301_gshared (EmptyInternalEnumerator_1_tB21572CDA5780184C5880361BCAD84D1013CF993 * __this, const RuntimeMethod* method) { { InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB * L_0 = (InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB_il2cpp_TypeInfo_var))); InvalidOperationException__ctor_mC012CE552988309733C896F3FEA8249171E4402E(L_0, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral7E7A07FECA0FF43839D67A9F7828EE56182CC9F6)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&EmptyInternalEnumerator_1_get_Current_m0D4C48486358DB36676208BF91EF75A1EC9A4301_RuntimeMethod_var))); } } // System.Object System.Array/EmptyInternalEnumerator`1::System.Collections.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * EmptyInternalEnumerator_1_System_Collections_IEnumerator_get_Current_m6BAC58C0B19C85A2CC1040A458BCDC1FE107A3E1_gshared (EmptyInternalEnumerator_1_tB21572CDA5780184C5880361BCAD84D1013CF993 * __this, const RuntimeMethod* method) { { NullCheck((EmptyInternalEnumerator_1_tB21572CDA5780184C5880361BCAD84D1013CF993 *)__this); VECTOR_tF39F3D310C168EBC05F4E9E1718300A72E6BDD2B L_0; L_0 = (( VECTOR_tF39F3D310C168EBC05F4E9E1718300A72E6BDD2B (*) (EmptyInternalEnumerator_1_tB21572CDA5780184C5880361BCAD84D1013CF993 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((EmptyInternalEnumerator_1_tB21572CDA5780184C5880361BCAD84D1013CF993 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); VECTOR_tF39F3D310C168EBC05F4E9E1718300A72E6BDD2B L_1 = (VECTOR_tF39F3D310C168EBC05F4E9E1718300A72E6BDD2B )L_0; RuntimeObject * L_2 = Box(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 1), &L_1); return (RuntimeObject *)L_2; } } // System.Void System.Array/EmptyInternalEnumerator`1::System.Collections.IEnumerator.Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1_System_Collections_IEnumerator_Reset_mB4863DF11F8DAA387288F31172CE8FEC6085E5CD_gshared (EmptyInternalEnumerator_1_tB21572CDA5780184C5880361BCAD84D1013CF993 * __this, const RuntimeMethod* method) { { return; } } // System.Void System.Array/EmptyInternalEnumerator`1::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1__ctor_m895A8E74B32FDF345C61BDF17278D5797C9D904F_gshared (EmptyInternalEnumerator_1_tB21572CDA5780184C5880361BCAD84D1013CF993 * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405((RuntimeObject *)__this, /*hidden argument*/NULL); return; } } // System.Void System.Array/EmptyInternalEnumerator`1::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1__cctor_m367927CCFA4AF707E3C4F5A30BD86413D047C655_gshared (const RuntimeMethod* method) { { EmptyInternalEnumerator_1_tB21572CDA5780184C5880361BCAD84D1013CF993 * L_0 = (EmptyInternalEnumerator_1_tB21572CDA5780184C5880361BCAD84D1013CF993 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2)); (( void (*) (EmptyInternalEnumerator_1_tB21572CDA5780184C5880361BCAD84D1013CF993 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)->methodPointer)(L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); ((EmptyInternalEnumerator_1_tB21572CDA5780184C5880361BCAD84D1013CF993_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4)))->set_Value_0(L_0); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Array/EmptyInternalEnumerator`1::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1_Dispose_mEE11001212706AF2C05DC86E2BE93C855DC5356A_gshared (EmptyInternalEnumerator_1_t55F95808B461721419503A675C22E578580CFAD6 * __this, const RuntimeMethod* method) { { return; } } // System.Boolean System.Array/EmptyInternalEnumerator`1::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool EmptyInternalEnumerator_1_MoveNext_m7008A200AA3667C8A4FF8ABB3D90C8834DDCC1A0_gshared (EmptyInternalEnumerator_1_t55F95808B461721419503A675C22E578580CFAD6 * __this, const RuntimeMethod* method) { { return (bool)0; } } // T System.Array/EmptyInternalEnumerator`1::get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR VRActiveActionSet_t_t7374CA8BBF565E4F5CE4BF09A8D6E7D1A15B33FC EmptyInternalEnumerator_1_get_Current_m5D45C17398462CC0B60A7D8585D8EC8F44C0B1E9_gshared (EmptyInternalEnumerator_1_t55F95808B461721419503A675C22E578580CFAD6 * __this, const RuntimeMethod* method) { { InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB * L_0 = (InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB_il2cpp_TypeInfo_var))); InvalidOperationException__ctor_mC012CE552988309733C896F3FEA8249171E4402E(L_0, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral7E7A07FECA0FF43839D67A9F7828EE56182CC9F6)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&EmptyInternalEnumerator_1_get_Current_m5D45C17398462CC0B60A7D8585D8EC8F44C0B1E9_RuntimeMethod_var))); } } // System.Object System.Array/EmptyInternalEnumerator`1::System.Collections.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * EmptyInternalEnumerator_1_System_Collections_IEnumerator_get_Current_m51721CC0123244E91622F383DFAD0915BFE180BD_gshared (EmptyInternalEnumerator_1_t55F95808B461721419503A675C22E578580CFAD6 * __this, const RuntimeMethod* method) { { NullCheck((EmptyInternalEnumerator_1_t55F95808B461721419503A675C22E578580CFAD6 *)__this); VRActiveActionSet_t_t7374CA8BBF565E4F5CE4BF09A8D6E7D1A15B33FC L_0; L_0 = (( VRActiveActionSet_t_t7374CA8BBF565E4F5CE4BF09A8D6E7D1A15B33FC (*) (EmptyInternalEnumerator_1_t55F95808B461721419503A675C22E578580CFAD6 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((EmptyInternalEnumerator_1_t55F95808B461721419503A675C22E578580CFAD6 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); VRActiveActionSet_t_t7374CA8BBF565E4F5CE4BF09A8D6E7D1A15B33FC L_1 = (VRActiveActionSet_t_t7374CA8BBF565E4F5CE4BF09A8D6E7D1A15B33FC )L_0; RuntimeObject * L_2 = Box(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 1), &L_1); return (RuntimeObject *)L_2; } } // System.Void System.Array/EmptyInternalEnumerator`1::System.Collections.IEnumerator.Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1_System_Collections_IEnumerator_Reset_mF63AE353145E213E8B553B554FA0E974B8289986_gshared (EmptyInternalEnumerator_1_t55F95808B461721419503A675C22E578580CFAD6 * __this, const RuntimeMethod* method) { { return; } } // System.Void System.Array/EmptyInternalEnumerator`1::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1__ctor_m692423B0B0FAE0E819E676A201732D62C93665C1_gshared (EmptyInternalEnumerator_1_t55F95808B461721419503A675C22E578580CFAD6 * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405((RuntimeObject *)__this, /*hidden argument*/NULL); return; } } // System.Void System.Array/EmptyInternalEnumerator`1::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1__cctor_m44D33E63FC621C687DB3BA6EBD7615B2DC6A80FD_gshared (const RuntimeMethod* method) { { EmptyInternalEnumerator_1_t55F95808B461721419503A675C22E578580CFAD6 * L_0 = (EmptyInternalEnumerator_1_t55F95808B461721419503A675C22E578580CFAD6 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2)); (( void (*) (EmptyInternalEnumerator_1_t55F95808B461721419503A675C22E578580CFAD6 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)->methodPointer)(L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); ((EmptyInternalEnumerator_1_t55F95808B461721419503A675C22E578580CFAD6_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4)))->set_Value_0(L_0); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Array/EmptyInternalEnumerator`1::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1_Dispose_mE59CE12D89DD92B9F0063F2DA6E56AD88223B286_gshared (EmptyInternalEnumerator_1_t557F2B049AB0C85681510E3FB9C145E69501F788 * __this, const RuntimeMethod* method) { { return; } } // System.Boolean System.Array/EmptyInternalEnumerator`1::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool EmptyInternalEnumerator_1_MoveNext_mD914C1038C4C7018874DE8CAE24FDBD8EB003747_gshared (EmptyInternalEnumerator_1_t557F2B049AB0C85681510E3FB9C145E69501F788 * __this, const RuntimeMethod* method) { { return (bool)0; } } // T System.Array/EmptyInternalEnumerator`1::get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR VRBoneTransform_t_t0D2FE711C1A8272745264365004561C45ED501B3 EmptyInternalEnumerator_1_get_Current_mA2AA178AB9A6591A62360065A9C96CBC0CB50BE9_gshared (EmptyInternalEnumerator_1_t557F2B049AB0C85681510E3FB9C145E69501F788 * __this, const RuntimeMethod* method) { { InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB * L_0 = (InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB_il2cpp_TypeInfo_var))); InvalidOperationException__ctor_mC012CE552988309733C896F3FEA8249171E4402E(L_0, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral7E7A07FECA0FF43839D67A9F7828EE56182CC9F6)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&EmptyInternalEnumerator_1_get_Current_mA2AA178AB9A6591A62360065A9C96CBC0CB50BE9_RuntimeMethod_var))); } } // System.Object System.Array/EmptyInternalEnumerator`1::System.Collections.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * EmptyInternalEnumerator_1_System_Collections_IEnumerator_get_Current_mF27A31114DEB052741ED3CB36F6BFB9005E4BEFD_gshared (EmptyInternalEnumerator_1_t557F2B049AB0C85681510E3FB9C145E69501F788 * __this, const RuntimeMethod* method) { { NullCheck((EmptyInternalEnumerator_1_t557F2B049AB0C85681510E3FB9C145E69501F788 *)__this); VRBoneTransform_t_t0D2FE711C1A8272745264365004561C45ED501B3 L_0; L_0 = (( VRBoneTransform_t_t0D2FE711C1A8272745264365004561C45ED501B3 (*) (EmptyInternalEnumerator_1_t557F2B049AB0C85681510E3FB9C145E69501F788 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((EmptyInternalEnumerator_1_t557F2B049AB0C85681510E3FB9C145E69501F788 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); VRBoneTransform_t_t0D2FE711C1A8272745264365004561C45ED501B3 L_1 = (VRBoneTransform_t_t0D2FE711C1A8272745264365004561C45ED501B3 )L_0; RuntimeObject * L_2 = Box(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 1), &L_1); return (RuntimeObject *)L_2; } } // System.Void System.Array/EmptyInternalEnumerator`1::System.Collections.IEnumerator.Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1_System_Collections_IEnumerator_Reset_mF0EBE20EF28E25A0DE496D70FD2C77F3344665DF_gshared (EmptyInternalEnumerator_1_t557F2B049AB0C85681510E3FB9C145E69501F788 * __this, const RuntimeMethod* method) { { return; } } // System.Void System.Array/EmptyInternalEnumerator`1::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1__ctor_mF807B29F1EA1EE978B97F08394BC35AF1156C693_gshared (EmptyInternalEnumerator_1_t557F2B049AB0C85681510E3FB9C145E69501F788 * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405((RuntimeObject *)__this, /*hidden argument*/NULL); return; } } // System.Void System.Array/EmptyInternalEnumerator`1::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1__cctor_mA08C9BBB19320431EC22A8138F1A603E4445FEF4_gshared (const RuntimeMethod* method) { { EmptyInternalEnumerator_1_t557F2B049AB0C85681510E3FB9C145E69501F788 * L_0 = (EmptyInternalEnumerator_1_t557F2B049AB0C85681510E3FB9C145E69501F788 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2)); (( void (*) (EmptyInternalEnumerator_1_t557F2B049AB0C85681510E3FB9C145E69501F788 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)->methodPointer)(L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); ((EmptyInternalEnumerator_1_t557F2B049AB0C85681510E3FB9C145E69501F788_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4)))->set_Value_0(L_0); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Array/EmptyInternalEnumerator`1::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1_Dispose_m6D2578E217C11EED8BB189638A129113F2F6B400_gshared (EmptyInternalEnumerator_1_t8C1EBBA425F786FEEA936A2899789BE1E09916BA * __this, const RuntimeMethod* method) { { return; } } // System.Boolean System.Array/EmptyInternalEnumerator`1::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool EmptyInternalEnumerator_1_MoveNext_mF8AEDFEBCB64D88F0CD15A11BE43F9E9D9D23CEF_gshared (EmptyInternalEnumerator_1_t8C1EBBA425F786FEEA936A2899789BE1E09916BA * __this, const RuntimeMethod* method) { { return (bool)0; } } // T System.Array/EmptyInternalEnumerator`1::get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 EmptyInternalEnumerator_1_get_Current_m52BB7F03E97A4D7CCD5AF97E905BC8BAB9F0450D_gshared (EmptyInternalEnumerator_1_t8C1EBBA425F786FEEA936A2899789BE1E09916BA * __this, const RuntimeMethod* method) { { InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB * L_0 = (InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB_il2cpp_TypeInfo_var))); InvalidOperationException__ctor_mC012CE552988309733C896F3FEA8249171E4402E(L_0, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral7E7A07FECA0FF43839D67A9F7828EE56182CC9F6)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&EmptyInternalEnumerator_1_get_Current_m52BB7F03E97A4D7CCD5AF97E905BC8BAB9F0450D_RuntimeMethod_var))); } } // System.Object System.Array/EmptyInternalEnumerator`1::System.Collections.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * EmptyInternalEnumerator_1_System_Collections_IEnumerator_get_Current_mAEA066EE94DD4EDDF7AADFD65761469095A0AAF3_gshared (EmptyInternalEnumerator_1_t8C1EBBA425F786FEEA936A2899789BE1E09916BA * __this, const RuntimeMethod* method) { { NullCheck((EmptyInternalEnumerator_1_t8C1EBBA425F786FEEA936A2899789BE1E09916BA *)__this); Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 L_0; L_0 = (( Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 (*) (EmptyInternalEnumerator_1_t8C1EBBA425F786FEEA936A2899789BE1E09916BA *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((EmptyInternalEnumerator_1_t8C1EBBA425F786FEEA936A2899789BE1E09916BA *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 L_1 = (Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 )L_0; RuntimeObject * L_2 = Box(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 1), &L_1); return (RuntimeObject *)L_2; } } // System.Void System.Array/EmptyInternalEnumerator`1::System.Collections.IEnumerator.Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1_System_Collections_IEnumerator_Reset_m41F6C2C91EFB0F769A5D6D94623885523EA6FD5C_gshared (EmptyInternalEnumerator_1_t8C1EBBA425F786FEEA936A2899789BE1E09916BA * __this, const RuntimeMethod* method) { { return; } } // System.Void System.Array/EmptyInternalEnumerator`1::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1__ctor_mEA93DB46FF1B291712B4D41737AF2E9C56331D4C_gshared (EmptyInternalEnumerator_1_t8C1EBBA425F786FEEA936A2899789BE1E09916BA * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405((RuntimeObject *)__this, /*hidden argument*/NULL); return; } } // System.Void System.Array/EmptyInternalEnumerator`1::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1__cctor_m3F632FB54CD84E6FB7F2933B3B75611A8861D7F1_gshared (const RuntimeMethod* method) { { EmptyInternalEnumerator_1_t8C1EBBA425F786FEEA936A2899789BE1E09916BA * L_0 = (EmptyInternalEnumerator_1_t8C1EBBA425F786FEEA936A2899789BE1E09916BA *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2)); (( void (*) (EmptyInternalEnumerator_1_t8C1EBBA425F786FEEA936A2899789BE1E09916BA *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)->methodPointer)(L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); ((EmptyInternalEnumerator_1_t8C1EBBA425F786FEEA936A2899789BE1E09916BA_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4)))->set_Value_0(L_0); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Array/EmptyInternalEnumerator`1::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1_Dispose_mFA42B6DF7F66FE43D752727B6C8035B97B7B8E84_gshared (EmptyInternalEnumerator_1_tA5E7DB878B495301EF1A17EFDE75C0979C7B792C * __this, const RuntimeMethod* method) { { return; } } // System.Boolean System.Array/EmptyInternalEnumerator`1::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool EmptyInternalEnumerator_1_MoveNext_m992729BFC2BDC18F8AC531E84EEE46A2DC065501_gshared (EmptyInternalEnumerator_1_tA5E7DB878B495301EF1A17EFDE75C0979C7B792C * __this, const RuntimeMethod* method) { { return (bool)0; } } // T System.Array/EmptyInternalEnumerator`1::get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E EmptyInternalEnumerator_1_get_Current_mE94EDD8787391720D758337B0CA0F485ED4263BE_gshared (EmptyInternalEnumerator_1_tA5E7DB878B495301EF1A17EFDE75C0979C7B792C * __this, const RuntimeMethod* method) { { InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB * L_0 = (InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB_il2cpp_TypeInfo_var))); InvalidOperationException__ctor_mC012CE552988309733C896F3FEA8249171E4402E(L_0, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral7E7A07FECA0FF43839D67A9F7828EE56182CC9F6)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&EmptyInternalEnumerator_1_get_Current_mE94EDD8787391720D758337B0CA0F485ED4263BE_RuntimeMethod_var))); } } // System.Object System.Array/EmptyInternalEnumerator`1::System.Collections.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * EmptyInternalEnumerator_1_System_Collections_IEnumerator_get_Current_mFCBC51ECBFECBADE3FD7686F21AD23888B86C080_gshared (EmptyInternalEnumerator_1_tA5E7DB878B495301EF1A17EFDE75C0979C7B792C * __this, const RuntimeMethod* method) { { NullCheck((EmptyInternalEnumerator_1_tA5E7DB878B495301EF1A17EFDE75C0979C7B792C *)__this); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_0; L_0 = (( Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E (*) (EmptyInternalEnumerator_1_tA5E7DB878B495301EF1A17EFDE75C0979C7B792C *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((EmptyInternalEnumerator_1_tA5E7DB878B495301EF1A17EFDE75C0979C7B792C *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_1 = (Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E )L_0; RuntimeObject * L_2 = Box(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 1), &L_1); return (RuntimeObject *)L_2; } } // System.Void System.Array/EmptyInternalEnumerator`1::System.Collections.IEnumerator.Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1_System_Collections_IEnumerator_Reset_mB223918555216E6436A53C29EAD9F22E170DA372_gshared (EmptyInternalEnumerator_1_tA5E7DB878B495301EF1A17EFDE75C0979C7B792C * __this, const RuntimeMethod* method) { { return; } } // System.Void System.Array/EmptyInternalEnumerator`1::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1__ctor_mD27357F39D8A4ED56135D250DBB292F9C45D6E7C_gshared (EmptyInternalEnumerator_1_tA5E7DB878B495301EF1A17EFDE75C0979C7B792C * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405((RuntimeObject *)__this, /*hidden argument*/NULL); return; } } // System.Void System.Array/EmptyInternalEnumerator`1::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1__cctor_mF5B1C2C851D8F00A01AB518027575B12C8C155AB_gshared (const RuntimeMethod* method) { { EmptyInternalEnumerator_1_tA5E7DB878B495301EF1A17EFDE75C0979C7B792C * L_0 = (EmptyInternalEnumerator_1_tA5E7DB878B495301EF1A17EFDE75C0979C7B792C *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2)); (( void (*) (EmptyInternalEnumerator_1_tA5E7DB878B495301EF1A17EFDE75C0979C7B792C *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)->methodPointer)(L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); ((EmptyInternalEnumerator_1_tA5E7DB878B495301EF1A17EFDE75C0979C7B792C_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4)))->set_Value_0(L_0); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Array/EmptyInternalEnumerator`1::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1_Dispose_m0EF538B22A335D995A557710CAD57ED44BBCBAE9_gshared (EmptyInternalEnumerator_1_t2086054D86C308C6BACD48367418D110DA1B011A * __this, const RuntimeMethod* method) { { return; } } // System.Boolean System.Array/EmptyInternalEnumerator`1::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool EmptyInternalEnumerator_1_MoveNext_mAEAAE7F6E0E98270BA7308E39F17A32A4D48ED92_gshared (EmptyInternalEnumerator_1_t2086054D86C308C6BACD48367418D110DA1B011A * __this, const RuntimeMethod* method) { { return (bool)0; } } // T System.Array/EmptyInternalEnumerator`1::get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 EmptyInternalEnumerator_1_get_Current_mBA171E7F10557D577EF141B132515B7ABFA3DA99_gshared (EmptyInternalEnumerator_1_t2086054D86C308C6BACD48367418D110DA1B011A * __this, const RuntimeMethod* method) { { InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB * L_0 = (InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB_il2cpp_TypeInfo_var))); InvalidOperationException__ctor_mC012CE552988309733C896F3FEA8249171E4402E(L_0, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral7E7A07FECA0FF43839D67A9F7828EE56182CC9F6)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&EmptyInternalEnumerator_1_get_Current_mBA171E7F10557D577EF141B132515B7ABFA3DA99_RuntimeMethod_var))); } } // System.Object System.Array/EmptyInternalEnumerator`1::System.Collections.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * EmptyInternalEnumerator_1_System_Collections_IEnumerator_get_Current_mEA396AC85283867F949E87B2EA5F2D98218F714D_gshared (EmptyInternalEnumerator_1_t2086054D86C308C6BACD48367418D110DA1B011A * __this, const RuntimeMethod* method) { { NullCheck((EmptyInternalEnumerator_1_t2086054D86C308C6BACD48367418D110DA1B011A *)__this); Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 L_0; L_0 = (( Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 (*) (EmptyInternalEnumerator_1_t2086054D86C308C6BACD48367418D110DA1B011A *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((EmptyInternalEnumerator_1_t2086054D86C308C6BACD48367418D110DA1B011A *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 L_1 = (Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 )L_0; RuntimeObject * L_2 = Box(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 1), &L_1); return (RuntimeObject *)L_2; } } // System.Void System.Array/EmptyInternalEnumerator`1::System.Collections.IEnumerator.Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1_System_Collections_IEnumerator_Reset_mAFD27078EA1A5C90E6663E5C55531567493F2C7E_gshared (EmptyInternalEnumerator_1_t2086054D86C308C6BACD48367418D110DA1B011A * __this, const RuntimeMethod* method) { { return; } } // System.Void System.Array/EmptyInternalEnumerator`1::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1__ctor_mA966D7B0D36D9FFBA4CF55FF508CC367BA54EEE3_gshared (EmptyInternalEnumerator_1_t2086054D86C308C6BACD48367418D110DA1B011A * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405((RuntimeObject *)__this, /*hidden argument*/NULL); return; } } // System.Void System.Array/EmptyInternalEnumerator`1::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1__cctor_mE2B5CD63094040CBD7AEF405144567DD5DA8D30A_gshared (const RuntimeMethod* method) { { EmptyInternalEnumerator_1_t2086054D86C308C6BACD48367418D110DA1B011A * L_0 = (EmptyInternalEnumerator_1_t2086054D86C308C6BACD48367418D110DA1B011A *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2)); (( void (*) (EmptyInternalEnumerator_1_t2086054D86C308C6BACD48367418D110DA1B011A *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)->methodPointer)(L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); ((EmptyInternalEnumerator_1_t2086054D86C308C6BACD48367418D110DA1B011A_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4)))->set_Value_0(L_0); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Array/EmptyInternalEnumerator`1::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1_Dispose_mDA1133FD1B4A2A55C7F006CB24CCC15ECA69B9A2_gshared (EmptyInternalEnumerator_1_t1A2705DFC00DBC178C31F156817B8F2B2B2CBD41 * __this, const RuntimeMethod* method) { { return; } } // System.Boolean System.Array/EmptyInternalEnumerator`1::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool EmptyInternalEnumerator_1_MoveNext_m356D7278A7B1E81B6305B7A28CBCAA08F449063D_gshared (EmptyInternalEnumerator_1_t1A2705DFC00DBC178C31F156817B8F2B2B2CBD41 * __this, const RuntimeMethod* method) { { return (bool)0; } } // T System.Array/EmptyInternalEnumerator`1::get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR VertexAttributeDescriptor_t63A6AA231C2400B66A65E1B66732882B6C27E54E EmptyInternalEnumerator_1_get_Current_m4D7EAF9DB327F85F9915BF5CE6EAD872001B3610_gshared (EmptyInternalEnumerator_1_t1A2705DFC00DBC178C31F156817B8F2B2B2CBD41 * __this, const RuntimeMethod* method) { { InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB * L_0 = (InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB_il2cpp_TypeInfo_var))); InvalidOperationException__ctor_mC012CE552988309733C896F3FEA8249171E4402E(L_0, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral7E7A07FECA0FF43839D67A9F7828EE56182CC9F6)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&EmptyInternalEnumerator_1_get_Current_m4D7EAF9DB327F85F9915BF5CE6EAD872001B3610_RuntimeMethod_var))); } } // System.Object System.Array/EmptyInternalEnumerator`1::System.Collections.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * EmptyInternalEnumerator_1_System_Collections_IEnumerator_get_Current_m30134D1442ED36C2B6B5C3383A1C58DF940EE2AF_gshared (EmptyInternalEnumerator_1_t1A2705DFC00DBC178C31F156817B8F2B2B2CBD41 * __this, const RuntimeMethod* method) { { NullCheck((EmptyInternalEnumerator_1_t1A2705DFC00DBC178C31F156817B8F2B2B2CBD41 *)__this); VertexAttributeDescriptor_t63A6AA231C2400B66A65E1B66732882B6C27E54E L_0; L_0 = (( VertexAttributeDescriptor_t63A6AA231C2400B66A65E1B66732882B6C27E54E (*) (EmptyInternalEnumerator_1_t1A2705DFC00DBC178C31F156817B8F2B2B2CBD41 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((EmptyInternalEnumerator_1_t1A2705DFC00DBC178C31F156817B8F2B2B2CBD41 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); VertexAttributeDescriptor_t63A6AA231C2400B66A65E1B66732882B6C27E54E L_1 = (VertexAttributeDescriptor_t63A6AA231C2400B66A65E1B66732882B6C27E54E )L_0; RuntimeObject * L_2 = Box(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 1), &L_1); return (RuntimeObject *)L_2; } } // System.Void System.Array/EmptyInternalEnumerator`1::System.Collections.IEnumerator.Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1_System_Collections_IEnumerator_Reset_m9D38A290C17DF5AF3BDEABFAB939C57CEFC109CA_gshared (EmptyInternalEnumerator_1_t1A2705DFC00DBC178C31F156817B8F2B2B2CBD41 * __this, const RuntimeMethod* method) { { return; } } // System.Void System.Array/EmptyInternalEnumerator`1::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1__ctor_m0667E30C7F8BCCB0FF6E88BE9B5324EC0C0C8CE5_gshared (EmptyInternalEnumerator_1_t1A2705DFC00DBC178C31F156817B8F2B2B2CBD41 * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405((RuntimeObject *)__this, /*hidden argument*/NULL); return; } } // System.Void System.Array/EmptyInternalEnumerator`1::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1__cctor_m41A06B56820AA356277812043BD4EFBC699B6793_gshared (const RuntimeMethod* method) { { EmptyInternalEnumerator_1_t1A2705DFC00DBC178C31F156817B8F2B2B2CBD41 * L_0 = (EmptyInternalEnumerator_1_t1A2705DFC00DBC178C31F156817B8F2B2B2CBD41 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2)); (( void (*) (EmptyInternalEnumerator_1_t1A2705DFC00DBC178C31F156817B8F2B2B2CBD41 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)->methodPointer)(L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); ((EmptyInternalEnumerator_1_t1A2705DFC00DBC178C31F156817B8F2B2B2CBD41_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4)))->set_Value_0(L_0); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Array/EmptyInternalEnumerator`1::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1_Dispose_mF3BB0E49EF40BB585F3212E4E0D56471D2B16801_gshared (EmptyInternalEnumerator_1_tD81DD3BA356969A065505AF1B8654DBAFD30DFFE * __this, const RuntimeMethod* method) { { return; } } // System.Boolean System.Array/EmptyInternalEnumerator`1::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool EmptyInternalEnumerator_1_MoveNext_m9A156F6D0F149707E358CE0BC4E94B4BFD5901BA_gshared (EmptyInternalEnumerator_1_tD81DD3BA356969A065505AF1B8654DBAFD30DFFE * __this, const RuntimeMethod* method) { { return (bool)0; } } // T System.Array/EmptyInternalEnumerator`1::get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR VisibleLight_t72748A05D894B8E7CBD6F03B858BEE8E8CAF065B EmptyInternalEnumerator_1_get_Current_m6ED2317EBBA8C4DFFBB1F7209FB09C2BDB7D6C74_gshared (EmptyInternalEnumerator_1_tD81DD3BA356969A065505AF1B8654DBAFD30DFFE * __this, const RuntimeMethod* method) { { InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB * L_0 = (InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB_il2cpp_TypeInfo_var))); InvalidOperationException__ctor_mC012CE552988309733C896F3FEA8249171E4402E(L_0, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral7E7A07FECA0FF43839D67A9F7828EE56182CC9F6)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&EmptyInternalEnumerator_1_get_Current_m6ED2317EBBA8C4DFFBB1F7209FB09C2BDB7D6C74_RuntimeMethod_var))); } } // System.Object System.Array/EmptyInternalEnumerator`1::System.Collections.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * EmptyInternalEnumerator_1_System_Collections_IEnumerator_get_Current_m50F9C1FA83329B70F4F72F8F6CD8ED2AB67E4A70_gshared (EmptyInternalEnumerator_1_tD81DD3BA356969A065505AF1B8654DBAFD30DFFE * __this, const RuntimeMethod* method) { { NullCheck((EmptyInternalEnumerator_1_tD81DD3BA356969A065505AF1B8654DBAFD30DFFE *)__this); VisibleLight_t72748A05D894B8E7CBD6F03B858BEE8E8CAF065B L_0; L_0 = (( VisibleLight_t72748A05D894B8E7CBD6F03B858BEE8E8CAF065B (*) (EmptyInternalEnumerator_1_tD81DD3BA356969A065505AF1B8654DBAFD30DFFE *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((EmptyInternalEnumerator_1_tD81DD3BA356969A065505AF1B8654DBAFD30DFFE *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); VisibleLight_t72748A05D894B8E7CBD6F03B858BEE8E8CAF065B L_1 = (VisibleLight_t72748A05D894B8E7CBD6F03B858BEE8E8CAF065B )L_0; RuntimeObject * L_2 = Box(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 1), &L_1); return (RuntimeObject *)L_2; } } // System.Void System.Array/EmptyInternalEnumerator`1::System.Collections.IEnumerator.Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1_System_Collections_IEnumerator_Reset_mD2E2FA0F866A48A75835470B0C919A97E5FD4187_gshared (EmptyInternalEnumerator_1_tD81DD3BA356969A065505AF1B8654DBAFD30DFFE * __this, const RuntimeMethod* method) { { return; } } // System.Void System.Array/EmptyInternalEnumerator`1::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1__ctor_m13533A768CE5D39C1A4FF9A3DF309A606E51450E_gshared (EmptyInternalEnumerator_1_tD81DD3BA356969A065505AF1B8654DBAFD30DFFE * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405((RuntimeObject *)__this, /*hidden argument*/NULL); return; } } // System.Void System.Array/EmptyInternalEnumerator`1::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1__cctor_mA3046163ED30B61EBF8943BFD3779DFD8BC1817F_gshared (const RuntimeMethod* method) { { EmptyInternalEnumerator_1_tD81DD3BA356969A065505AF1B8654DBAFD30DFFE * L_0 = (EmptyInternalEnumerator_1_tD81DD3BA356969A065505AF1B8654DBAFD30DFFE *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2)); (( void (*) (EmptyInternalEnumerator_1_tD81DD3BA356969A065505AF1B8654DBAFD30DFFE *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)->methodPointer)(L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); ((EmptyInternalEnumerator_1_tD81DD3BA356969A065505AF1B8654DBAFD30DFFE_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4)))->set_Value_0(L_0); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Array/EmptyInternalEnumerator`1::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1_Dispose_mD0750AD9E96A17A36B4873596FCC736DC035B912_gshared (EmptyInternalEnumerator_1_t2479F21C77D30DE2FB51BE3CE1B30F61EB52569B * __this, const RuntimeMethod* method) { { return; } } // System.Boolean System.Array/EmptyInternalEnumerator`1::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool EmptyInternalEnumerator_1_MoveNext_m89A0051F9EF63A2A284AFF42778EA48A8059725F_gshared (EmptyInternalEnumerator_1_t2479F21C77D30DE2FB51BE3CE1B30F61EB52569B * __this, const RuntimeMethod* method) { { return (bool)0; } } // T System.Array/EmptyInternalEnumerator`1::get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR X509ChainStatus_tB6C3677955C287CF97042F208630AA0F5ABF77FB EmptyInternalEnumerator_1_get_Current_m227933A7E48F2DE5D2A64AE9D4DDDBF72B95AC85_gshared (EmptyInternalEnumerator_1_t2479F21C77D30DE2FB51BE3CE1B30F61EB52569B * __this, const RuntimeMethod* method) { { InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB * L_0 = (InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB_il2cpp_TypeInfo_var))); InvalidOperationException__ctor_mC012CE552988309733C896F3FEA8249171E4402E(L_0, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral7E7A07FECA0FF43839D67A9F7828EE56182CC9F6)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&EmptyInternalEnumerator_1_get_Current_m227933A7E48F2DE5D2A64AE9D4DDDBF72B95AC85_RuntimeMethod_var))); } } // System.Object System.Array/EmptyInternalEnumerator`1::System.Collections.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * EmptyInternalEnumerator_1_System_Collections_IEnumerator_get_Current_mE4045E5105305D5119A544F76BB3D536FCC6FB80_gshared (EmptyInternalEnumerator_1_t2479F21C77D30DE2FB51BE3CE1B30F61EB52569B * __this, const RuntimeMethod* method) { { NullCheck((EmptyInternalEnumerator_1_t2479F21C77D30DE2FB51BE3CE1B30F61EB52569B *)__this); X509ChainStatus_tB6C3677955C287CF97042F208630AA0F5ABF77FB L_0; L_0 = (( X509ChainStatus_tB6C3677955C287CF97042F208630AA0F5ABF77FB (*) (EmptyInternalEnumerator_1_t2479F21C77D30DE2FB51BE3CE1B30F61EB52569B *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((EmptyInternalEnumerator_1_t2479F21C77D30DE2FB51BE3CE1B30F61EB52569B *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); X509ChainStatus_tB6C3677955C287CF97042F208630AA0F5ABF77FB L_1 = (X509ChainStatus_tB6C3677955C287CF97042F208630AA0F5ABF77FB )L_0; RuntimeObject * L_2 = Box(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 1), &L_1); return (RuntimeObject *)L_2; } } // System.Void System.Array/EmptyInternalEnumerator`1::System.Collections.IEnumerator.Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1_System_Collections_IEnumerator_Reset_m65F0264D1D32992A18C0DF223B48D85E6E6D35BF_gshared (EmptyInternalEnumerator_1_t2479F21C77D30DE2FB51BE3CE1B30F61EB52569B * __this, const RuntimeMethod* method) { { return; } } // System.Void System.Array/EmptyInternalEnumerator`1::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1__ctor_m148B4D9BA4DAA01E4386112F17E0F0C40F72DE3D_gshared (EmptyInternalEnumerator_1_t2479F21C77D30DE2FB51BE3CE1B30F61EB52569B * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405((RuntimeObject *)__this, /*hidden argument*/NULL); return; } } // System.Void System.Array/EmptyInternalEnumerator`1::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1__cctor_m7E605F6FA757A763C06F33EE53BDCA3FF1C31BBE_gshared (const RuntimeMethod* method) { { EmptyInternalEnumerator_1_t2479F21C77D30DE2FB51BE3CE1B30F61EB52569B * L_0 = (EmptyInternalEnumerator_1_t2479F21C77D30DE2FB51BE3CE1B30F61EB52569B *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2)); (( void (*) (EmptyInternalEnumerator_1_t2479F21C77D30DE2FB51BE3CE1B30F61EB52569B *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)->methodPointer)(L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); ((EmptyInternalEnumerator_1_t2479F21C77D30DE2FB51BE3CE1B30F61EB52569B_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4)))->set_Value_0(L_0); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Array/EmptyInternalEnumerator`1::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1_Dispose_m6A9E9CFD4EE1564FFA2D6A39D87CF816E7DFEB5B_gshared (EmptyInternalEnumerator_1_tDE022C747BB06B92CE84863A9E7ABFE11D7F90F8 * __this, const RuntimeMethod* method) { { return; } } // System.Boolean System.Array/EmptyInternalEnumerator`1::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool EmptyInternalEnumerator_1_MoveNext_m25E0A2588BCB20CC1C731B8DAB4C069E9C4A762D_gshared (EmptyInternalEnumerator_1_tDE022C747BB06B92CE84863A9E7ABFE11D7F90F8 * __this, const RuntimeMethod* method) { { return (bool)0; } } // T System.Array/EmptyInternalEnumerator`1::get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XPathNode_t8136D06F11AFD28E2F7CF363AD9198C32FA0FEF7 EmptyInternalEnumerator_1_get_Current_m0E79550555B59D1214C323127746942EBDD40BF5_gshared (EmptyInternalEnumerator_1_tDE022C747BB06B92CE84863A9E7ABFE11D7F90F8 * __this, const RuntimeMethod* method) { { InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB * L_0 = (InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB_il2cpp_TypeInfo_var))); InvalidOperationException__ctor_mC012CE552988309733C896F3FEA8249171E4402E(L_0, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral7E7A07FECA0FF43839D67A9F7828EE56182CC9F6)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&EmptyInternalEnumerator_1_get_Current_m0E79550555B59D1214C323127746942EBDD40BF5_RuntimeMethod_var))); } } // System.Object System.Array/EmptyInternalEnumerator`1::System.Collections.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * EmptyInternalEnumerator_1_System_Collections_IEnumerator_get_Current_mE12D4E90A4972FE347DB56C9B490CED3437405C2_gshared (EmptyInternalEnumerator_1_tDE022C747BB06B92CE84863A9E7ABFE11D7F90F8 * __this, const RuntimeMethod* method) { { NullCheck((EmptyInternalEnumerator_1_tDE022C747BB06B92CE84863A9E7ABFE11D7F90F8 *)__this); XPathNode_t8136D06F11AFD28E2F7CF363AD9198C32FA0FEF7 L_0; L_0 = (( XPathNode_t8136D06F11AFD28E2F7CF363AD9198C32FA0FEF7 (*) (EmptyInternalEnumerator_1_tDE022C747BB06B92CE84863A9E7ABFE11D7F90F8 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((EmptyInternalEnumerator_1_tDE022C747BB06B92CE84863A9E7ABFE11D7F90F8 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); XPathNode_t8136D06F11AFD28E2F7CF363AD9198C32FA0FEF7 L_1 = (XPathNode_t8136D06F11AFD28E2F7CF363AD9198C32FA0FEF7 )L_0; RuntimeObject * L_2 = Box(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 1), &L_1); return (RuntimeObject *)L_2; } } // System.Void System.Array/EmptyInternalEnumerator`1::System.Collections.IEnumerator.Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1_System_Collections_IEnumerator_Reset_m302DF2B1F48C5C0058BB07EF57FEC421F9755213_gshared (EmptyInternalEnumerator_1_tDE022C747BB06B92CE84863A9E7ABFE11D7F90F8 * __this, const RuntimeMethod* method) { { return; } } // System.Void System.Array/EmptyInternalEnumerator`1::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1__ctor_mF9596CB5E0364789FC2FACBF3B14603E94D6E3E4_gshared (EmptyInternalEnumerator_1_tDE022C747BB06B92CE84863A9E7ABFE11D7F90F8 * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405((RuntimeObject *)__this, /*hidden argument*/NULL); return; } } // System.Void System.Array/EmptyInternalEnumerator`1::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1__cctor_m5006509D4616840EBAF8AB5011581CC5C0971C8C_gshared (const RuntimeMethod* method) { { EmptyInternalEnumerator_1_tDE022C747BB06B92CE84863A9E7ABFE11D7F90F8 * L_0 = (EmptyInternalEnumerator_1_tDE022C747BB06B92CE84863A9E7ABFE11D7F90F8 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2)); (( void (*) (EmptyInternalEnumerator_1_tDE022C747BB06B92CE84863A9E7ABFE11D7F90F8 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)->methodPointer)(L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); ((EmptyInternalEnumerator_1_tDE022C747BB06B92CE84863A9E7ABFE11D7F90F8_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4)))->set_Value_0(L_0); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Array/EmptyInternalEnumerator`1::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1_Dispose_m6FBF58F2083FB15B33421F15741D26D30B371E6E_gshared (EmptyInternalEnumerator_1_t77B81818A5C8F290E3D7992CEE06E18EA1A155A7 * __this, const RuntimeMethod* method) { { return; } } // System.Boolean System.Array/EmptyInternalEnumerator`1::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool EmptyInternalEnumerator_1_MoveNext_mE1BA25CFD7A99ECE851E01F5972BEDC945C5B3B6_gshared (EmptyInternalEnumerator_1_t77B81818A5C8F290E3D7992CEE06E18EA1A155A7 * __this, const RuntimeMethod* method) { { return (bool)0; } } // T System.Array/EmptyInternalEnumerator`1::get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XPathNodeRef_t2A79A2C8D785DF72D2F344E0E216A8C751D50503 EmptyInternalEnumerator_1_get_Current_mE9C115D2CF112FB2093DF191C1A17D55B0567CE3_gshared (EmptyInternalEnumerator_1_t77B81818A5C8F290E3D7992CEE06E18EA1A155A7 * __this, const RuntimeMethod* method) { { InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB * L_0 = (InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB_il2cpp_TypeInfo_var))); InvalidOperationException__ctor_mC012CE552988309733C896F3FEA8249171E4402E(L_0, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral7E7A07FECA0FF43839D67A9F7828EE56182CC9F6)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&EmptyInternalEnumerator_1_get_Current_mE9C115D2CF112FB2093DF191C1A17D55B0567CE3_RuntimeMethod_var))); } } // System.Object System.Array/EmptyInternalEnumerator`1::System.Collections.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * EmptyInternalEnumerator_1_System_Collections_IEnumerator_get_Current_m0CFEF50AE484DBDBCA6B78B9BB87357BCCBF2EB3_gshared (EmptyInternalEnumerator_1_t77B81818A5C8F290E3D7992CEE06E18EA1A155A7 * __this, const RuntimeMethod* method) { { NullCheck((EmptyInternalEnumerator_1_t77B81818A5C8F290E3D7992CEE06E18EA1A155A7 *)__this); XPathNodeRef_t2A79A2C8D785DF72D2F344E0E216A8C751D50503 L_0; L_0 = (( XPathNodeRef_t2A79A2C8D785DF72D2F344E0E216A8C751D50503 (*) (EmptyInternalEnumerator_1_t77B81818A5C8F290E3D7992CEE06E18EA1A155A7 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((EmptyInternalEnumerator_1_t77B81818A5C8F290E3D7992CEE06E18EA1A155A7 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); XPathNodeRef_t2A79A2C8D785DF72D2F344E0E216A8C751D50503 L_1 = (XPathNodeRef_t2A79A2C8D785DF72D2F344E0E216A8C751D50503 )L_0; RuntimeObject * L_2 = Box(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 1), &L_1); return (RuntimeObject *)L_2; } } // System.Void System.Array/EmptyInternalEnumerator`1::System.Collections.IEnumerator.Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1_System_Collections_IEnumerator_Reset_m1CD5BCE00493256F9C0A493286C279D63B74183C_gshared (EmptyInternalEnumerator_1_t77B81818A5C8F290E3D7992CEE06E18EA1A155A7 * __this, const RuntimeMethod* method) { { return; } } // System.Void System.Array/EmptyInternalEnumerator`1::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1__ctor_mE4629DB2EAC9C130EF11874FE744E8E9CFA15916_gshared (EmptyInternalEnumerator_1_t77B81818A5C8F290E3D7992CEE06E18EA1A155A7 * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405((RuntimeObject *)__this, /*hidden argument*/NULL); return; } } // System.Void System.Array/EmptyInternalEnumerator`1::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1__cctor_m2416EBBB829B21D17DAAEA2E54E5C2B3D29C049D_gshared (const RuntimeMethod* method) { { EmptyInternalEnumerator_1_t77B81818A5C8F290E3D7992CEE06E18EA1A155A7 * L_0 = (EmptyInternalEnumerator_1_t77B81818A5C8F290E3D7992CEE06E18EA1A155A7 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2)); (( void (*) (EmptyInternalEnumerator_1_t77B81818A5C8F290E3D7992CEE06E18EA1A155A7 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)->methodPointer)(L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); ((EmptyInternalEnumerator_1_t77B81818A5C8F290E3D7992CEE06E18EA1A155A7_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4)))->set_Value_0(L_0); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Array/EmptyInternalEnumerator`1::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1_Dispose_mEC304FD9A15F5CA07F9A200C1E4611D91997FEA4_gshared (EmptyInternalEnumerator_1_t06A6DF4ADE963D0D30948E1D189615DBBF72F1C8 * __this, const RuntimeMethod* method) { { return; } } // System.Boolean System.Array/EmptyInternalEnumerator`1::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool EmptyInternalEnumerator_1_MoveNext_mA49FA3A1F8FC625078725D186214244EEFEF777A_gshared (EmptyInternalEnumerator_1_t06A6DF4ADE963D0D30948E1D189615DBBF72F1C8 * __this, const RuntimeMethod* method) { { return (bool)0; } } // T System.Array/EmptyInternalEnumerator`1::get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XRFeatureDescriptor_t5B3BBC971E81372C9B95CFD31D79CA3F0E8DF42E EmptyInternalEnumerator_1_get_Current_m26CE33819381C73023B50C984DCE25A771069F2F_gshared (EmptyInternalEnumerator_1_t06A6DF4ADE963D0D30948E1D189615DBBF72F1C8 * __this, const RuntimeMethod* method) { { InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB * L_0 = (InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB_il2cpp_TypeInfo_var))); InvalidOperationException__ctor_mC012CE552988309733C896F3FEA8249171E4402E(L_0, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral7E7A07FECA0FF43839D67A9F7828EE56182CC9F6)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&EmptyInternalEnumerator_1_get_Current_m26CE33819381C73023B50C984DCE25A771069F2F_RuntimeMethod_var))); } } // System.Object System.Array/EmptyInternalEnumerator`1::System.Collections.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * EmptyInternalEnumerator_1_System_Collections_IEnumerator_get_Current_m5ABF788F30301EA41814D5A78F9C10D95890F545_gshared (EmptyInternalEnumerator_1_t06A6DF4ADE963D0D30948E1D189615DBBF72F1C8 * __this, const RuntimeMethod* method) { { NullCheck((EmptyInternalEnumerator_1_t06A6DF4ADE963D0D30948E1D189615DBBF72F1C8 *)__this); XRFeatureDescriptor_t5B3BBC971E81372C9B95CFD31D79CA3F0E8DF42E L_0; L_0 = (( XRFeatureDescriptor_t5B3BBC971E81372C9B95CFD31D79CA3F0E8DF42E (*) (EmptyInternalEnumerator_1_t06A6DF4ADE963D0D30948E1D189615DBBF72F1C8 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((EmptyInternalEnumerator_1_t06A6DF4ADE963D0D30948E1D189615DBBF72F1C8 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); XRFeatureDescriptor_t5B3BBC971E81372C9B95CFD31D79CA3F0E8DF42E L_1 = (XRFeatureDescriptor_t5B3BBC971E81372C9B95CFD31D79CA3F0E8DF42E )L_0; RuntimeObject * L_2 = Box(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 1), &L_1); return (RuntimeObject *)L_2; } } // System.Void System.Array/EmptyInternalEnumerator`1::System.Collections.IEnumerator.Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1_System_Collections_IEnumerator_Reset_mD6D29C65FF9CBCD6A11F94ACAA989792B5B61966_gshared (EmptyInternalEnumerator_1_t06A6DF4ADE963D0D30948E1D189615DBBF72F1C8 * __this, const RuntimeMethod* method) { { return; } } // System.Void System.Array/EmptyInternalEnumerator`1::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1__ctor_m46CD1806BDD44E52D13238D76DACF134CA39CBFB_gshared (EmptyInternalEnumerator_1_t06A6DF4ADE963D0D30948E1D189615DBBF72F1C8 * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405((RuntimeObject *)__this, /*hidden argument*/NULL); return; } } // System.Void System.Array/EmptyInternalEnumerator`1::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1__cctor_m09ECB3EF3525D6C287D0ED4956CF71CDDA1B7325_gshared (const RuntimeMethod* method) { { EmptyInternalEnumerator_1_t06A6DF4ADE963D0D30948E1D189615DBBF72F1C8 * L_0 = (EmptyInternalEnumerator_1_t06A6DF4ADE963D0D30948E1D189615DBBF72F1C8 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2)); (( void (*) (EmptyInternalEnumerator_1_t06A6DF4ADE963D0D30948E1D189615DBBF72F1C8 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)->methodPointer)(L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); ((EmptyInternalEnumerator_1_t06A6DF4ADE963D0D30948E1D189615DBBF72F1C8_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4)))->set_Value_0(L_0); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Array/EmptyInternalEnumerator`1::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1_Dispose_m39529B07459607DC3E0561B857F8994A462F4401_gshared (EmptyInternalEnumerator_1_t39F8FBD7BAF43D07A717A48C34DB6D64016BCB60 * __this, const RuntimeMethod* method) { { return; } } // System.Boolean System.Array/EmptyInternalEnumerator`1::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool EmptyInternalEnumerator_1_MoveNext_m029D3C7E58672356E5B3D326F5573433D5FD19F2_gshared (EmptyInternalEnumerator_1_t39F8FBD7BAF43D07A717A48C34DB6D64016BCB60 * __this, const RuntimeMethod* method) { { return (bool)0; } } // T System.Array/EmptyInternalEnumerator`1::get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XRNodeState_t6DC58D0C1BF2C4323D16B3905FDBEE7C03E27D33 EmptyInternalEnumerator_1_get_Current_mC4CCF9CB76A4337890C6B5F637D58F14CD0C01D6_gshared (EmptyInternalEnumerator_1_t39F8FBD7BAF43D07A717A48C34DB6D64016BCB60 * __this, const RuntimeMethod* method) { { InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB * L_0 = (InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB_il2cpp_TypeInfo_var))); InvalidOperationException__ctor_mC012CE552988309733C896F3FEA8249171E4402E(L_0, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral7E7A07FECA0FF43839D67A9F7828EE56182CC9F6)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&EmptyInternalEnumerator_1_get_Current_mC4CCF9CB76A4337890C6B5F637D58F14CD0C01D6_RuntimeMethod_var))); } } // System.Object System.Array/EmptyInternalEnumerator`1::System.Collections.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * EmptyInternalEnumerator_1_System_Collections_IEnumerator_get_Current_m9C53889987A64309EDF1A2A2F0826B9D0873DBE1_gshared (EmptyInternalEnumerator_1_t39F8FBD7BAF43D07A717A48C34DB6D64016BCB60 * __this, const RuntimeMethod* method) { { NullCheck((EmptyInternalEnumerator_1_t39F8FBD7BAF43D07A717A48C34DB6D64016BCB60 *)__this); XRNodeState_t6DC58D0C1BF2C4323D16B3905FDBEE7C03E27D33 L_0; L_0 = (( XRNodeState_t6DC58D0C1BF2C4323D16B3905FDBEE7C03E27D33 (*) (EmptyInternalEnumerator_1_t39F8FBD7BAF43D07A717A48C34DB6D64016BCB60 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((EmptyInternalEnumerator_1_t39F8FBD7BAF43D07A717A48C34DB6D64016BCB60 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); XRNodeState_t6DC58D0C1BF2C4323D16B3905FDBEE7C03E27D33 L_1 = (XRNodeState_t6DC58D0C1BF2C4323D16B3905FDBEE7C03E27D33 )L_0; RuntimeObject * L_2 = Box(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 1), &L_1); return (RuntimeObject *)L_2; } } // System.Void System.Array/EmptyInternalEnumerator`1::System.Collections.IEnumerator.Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1_System_Collections_IEnumerator_Reset_m63CB630E89DBA45B8A8A8F80C24104017842CA5E_gshared (EmptyInternalEnumerator_1_t39F8FBD7BAF43D07A717A48C34DB6D64016BCB60 * __this, const RuntimeMethod* method) { { return; } } // System.Void System.Array/EmptyInternalEnumerator`1::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1__ctor_m63546B96B7842C9ADE36528B80C301E9FF6AA9F3_gshared (EmptyInternalEnumerator_1_t39F8FBD7BAF43D07A717A48C34DB6D64016BCB60 * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405((RuntimeObject *)__this, /*hidden argument*/NULL); return; } } // System.Void System.Array/EmptyInternalEnumerator`1::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1__cctor_m6B62121F3D0859DA91B9AE0FC6432915D44FCAE0_gshared (const RuntimeMethod* method) { { EmptyInternalEnumerator_1_t39F8FBD7BAF43D07A717A48C34DB6D64016BCB60 * L_0 = (EmptyInternalEnumerator_1_t39F8FBD7BAF43D07A717A48C34DB6D64016BCB60 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2)); (( void (*) (EmptyInternalEnumerator_1_t39F8FBD7BAF43D07A717A48C34DB6D64016BCB60 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)->methodPointer)(L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); ((EmptyInternalEnumerator_1_t39F8FBD7BAF43D07A717A48C34DB6D64016BCB60_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4)))->set_Value_0(L_0); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Array/EmptyInternalEnumerator`1::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1_Dispose_m36FC4EA42784C2255214362488D7AF2BD3232107_gshared (EmptyInternalEnumerator_1_t0E8F96C5F6A18DD6294A10B13FCD28E14664F571 * __this, const RuntimeMethod* method) { { return; } } // System.Boolean System.Array/EmptyInternalEnumerator`1::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool EmptyInternalEnumerator_1_MoveNext_m870511C412954E14AD491E98A49D3567B601D738_gshared (EmptyInternalEnumerator_1_t0E8F96C5F6A18DD6294A10B13FCD28E14664F571 * __this, const RuntimeMethod* method) { { return (bool)0; } } // T System.Array/EmptyInternalEnumerator`1::get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XRView_tE7BCF62BA1242C287E38539553B57AE70B687027 EmptyInternalEnumerator_1_get_Current_m3E44B71B1B425F07CC21C60BBEC8973593223F40_gshared (EmptyInternalEnumerator_1_t0E8F96C5F6A18DD6294A10B13FCD28E14664F571 * __this, const RuntimeMethod* method) { { InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB * L_0 = (InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB_il2cpp_TypeInfo_var))); InvalidOperationException__ctor_mC012CE552988309733C896F3FEA8249171E4402E(L_0, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral7E7A07FECA0FF43839D67A9F7828EE56182CC9F6)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&EmptyInternalEnumerator_1_get_Current_m3E44B71B1B425F07CC21C60BBEC8973593223F40_RuntimeMethod_var))); } } // System.Object System.Array/EmptyInternalEnumerator`1::System.Collections.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * EmptyInternalEnumerator_1_System_Collections_IEnumerator_get_Current_m6071222633C2206950CAD03F53640E107AC84E67_gshared (EmptyInternalEnumerator_1_t0E8F96C5F6A18DD6294A10B13FCD28E14664F571 * __this, const RuntimeMethod* method) { { NullCheck((EmptyInternalEnumerator_1_t0E8F96C5F6A18DD6294A10B13FCD28E14664F571 *)__this); XRView_tE7BCF62BA1242C287E38539553B57AE70B687027 L_0; L_0 = (( XRView_tE7BCF62BA1242C287E38539553B57AE70B687027 (*) (EmptyInternalEnumerator_1_t0E8F96C5F6A18DD6294A10B13FCD28E14664F571 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((EmptyInternalEnumerator_1_t0E8F96C5F6A18DD6294A10B13FCD28E14664F571 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); XRView_tE7BCF62BA1242C287E38539553B57AE70B687027 L_1 = (XRView_tE7BCF62BA1242C287E38539553B57AE70B687027 )L_0; RuntimeObject * L_2 = Box(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 1), &L_1); return (RuntimeObject *)L_2; } } // System.Void System.Array/EmptyInternalEnumerator`1::System.Collections.IEnumerator.Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1_System_Collections_IEnumerator_Reset_m8AB86CF11677BDB5A31856F72A3D7AAA05D1A58F_gshared (EmptyInternalEnumerator_1_t0E8F96C5F6A18DD6294A10B13FCD28E14664F571 * __this, const RuntimeMethod* method) { { return; } } // System.Void System.Array/EmptyInternalEnumerator`1::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1__ctor_m169DFDE5116CFB81A7AEDC8818BD0276B2C247B3_gshared (EmptyInternalEnumerator_1_t0E8F96C5F6A18DD6294A10B13FCD28E14664F571 * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405((RuntimeObject *)__this, /*hidden argument*/NULL); return; } } // System.Void System.Array/EmptyInternalEnumerator`1::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1__cctor_m80E8FD46FBF59526199B92DD902B1EE36A061D24_gshared (const RuntimeMethod* method) { { EmptyInternalEnumerator_1_t0E8F96C5F6A18DD6294A10B13FCD28E14664F571 * L_0 = (EmptyInternalEnumerator_1_t0E8F96C5F6A18DD6294A10B13FCD28E14664F571 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2)); (( void (*) (EmptyInternalEnumerator_1_t0E8F96C5F6A18DD6294A10B13FCD28E14664F571 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)->methodPointer)(L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); ((EmptyInternalEnumerator_1_t0E8F96C5F6A18DD6294A10B13FCD28E14664F571_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4)))->set_Value_0(L_0); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Array/EmptyInternalEnumerator`1::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1_Dispose_mEFD5665E366B66DAF87A0702C6710A01CECCE4E6_gshared (EmptyInternalEnumerator_1_tB7A93CFCADF72A6A0D3804497DB3C65762335196 * __this, const RuntimeMethod* method) { { return; } } // System.Boolean System.Array/EmptyInternalEnumerator`1::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool EmptyInternalEnumerator_1_MoveNext_m49604655C0BAF6550DB2A54B0C1AF25F78FC1518_gshared (EmptyInternalEnumerator_1_tB7A93CFCADF72A6A0D3804497DB3C65762335196 * __this, const RuntimeMethod* method) { { return (bool)0; } } // T System.Array/EmptyInternalEnumerator`1::get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float3_tE0DD2FF13F818025945C9AC314390D2A1F55E37D EmptyInternalEnumerator_1_get_Current_m459982FEFA76EAD83FAAEB844D95B876CD1BC311_gshared (EmptyInternalEnumerator_1_tB7A93CFCADF72A6A0D3804497DB3C65762335196 * __this, const RuntimeMethod* method) { { InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB * L_0 = (InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB_il2cpp_TypeInfo_var))); InvalidOperationException__ctor_mC012CE552988309733C896F3FEA8249171E4402E(L_0, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral7E7A07FECA0FF43839D67A9F7828EE56182CC9F6)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&EmptyInternalEnumerator_1_get_Current_m459982FEFA76EAD83FAAEB844D95B876CD1BC311_RuntimeMethod_var))); } } // System.Object System.Array/EmptyInternalEnumerator`1::System.Collections.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * EmptyInternalEnumerator_1_System_Collections_IEnumerator_get_Current_m3332EB226258BC8A40DA25E54CEC9E3A076955A3_gshared (EmptyInternalEnumerator_1_tB7A93CFCADF72A6A0D3804497DB3C65762335196 * __this, const RuntimeMethod* method) { { NullCheck((EmptyInternalEnumerator_1_tB7A93CFCADF72A6A0D3804497DB3C65762335196 *)__this); float3_tE0DD2FF13F818025945C9AC314390D2A1F55E37D L_0; L_0 = (( float3_tE0DD2FF13F818025945C9AC314390D2A1F55E37D (*) (EmptyInternalEnumerator_1_tB7A93CFCADF72A6A0D3804497DB3C65762335196 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((EmptyInternalEnumerator_1_tB7A93CFCADF72A6A0D3804497DB3C65762335196 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); float3_tE0DD2FF13F818025945C9AC314390D2A1F55E37D L_1 = (float3_tE0DD2FF13F818025945C9AC314390D2A1F55E37D )L_0; RuntimeObject * L_2 = Box(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 1), &L_1); return (RuntimeObject *)L_2; } } // System.Void System.Array/EmptyInternalEnumerator`1::System.Collections.IEnumerator.Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1_System_Collections_IEnumerator_Reset_m605F7A90BCD567600A447D4885E58C6D1EBED50E_gshared (EmptyInternalEnumerator_1_tB7A93CFCADF72A6A0D3804497DB3C65762335196 * __this, const RuntimeMethod* method) { { return; } } // System.Void System.Array/EmptyInternalEnumerator`1::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1__ctor_mA037964A5F869988C0ACC7C47E3809B741ECFBB5_gshared (EmptyInternalEnumerator_1_tB7A93CFCADF72A6A0D3804497DB3C65762335196 * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405((RuntimeObject *)__this, /*hidden argument*/NULL); return; } } // System.Void System.Array/EmptyInternalEnumerator`1::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1__cctor_mB888652A5063FB29A7A707914D6CA323A551D0A8_gshared (const RuntimeMethod* method) { { EmptyInternalEnumerator_1_tB7A93CFCADF72A6A0D3804497DB3C65762335196 * L_0 = (EmptyInternalEnumerator_1_tB7A93CFCADF72A6A0D3804497DB3C65762335196 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2)); (( void (*) (EmptyInternalEnumerator_1_tB7A93CFCADF72A6A0D3804497DB3C65762335196 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)->methodPointer)(L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); ((EmptyInternalEnumerator_1_tB7A93CFCADF72A6A0D3804497DB3C65762335196_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4)))->set_Value_0(L_0); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Array/EmptyInternalEnumerator`1::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1_Dispose_m5EE3B543D5341A30E2E130848DA78907E83609C0_gshared (EmptyInternalEnumerator_1_tCA61C4E9AB06E9560096B8164444E558D9B6D877 * __this, const RuntimeMethod* method) { { return; } } // System.Boolean System.Array/EmptyInternalEnumerator`1::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool EmptyInternalEnumerator_1_MoveNext_mBF50F3A5E9D25C5BC24629E84B78B8F814A9ABE4_gshared (EmptyInternalEnumerator_1_tCA61C4E9AB06E9560096B8164444E558D9B6D877 * __this, const RuntimeMethod* method) { { return (bool)0; } } // T System.Array/EmptyInternalEnumerator`1::get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR jvalue_t220BECEE73180D6A4DE0F66CB6BA852EC6A5B587 EmptyInternalEnumerator_1_get_Current_m995EA9B176D7546D9CE40BF148789B107BD3EDBA_gshared (EmptyInternalEnumerator_1_tCA61C4E9AB06E9560096B8164444E558D9B6D877 * __this, const RuntimeMethod* method) { { InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB * L_0 = (InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB_il2cpp_TypeInfo_var))); InvalidOperationException__ctor_mC012CE552988309733C896F3FEA8249171E4402E(L_0, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral7E7A07FECA0FF43839D67A9F7828EE56182CC9F6)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&EmptyInternalEnumerator_1_get_Current_m995EA9B176D7546D9CE40BF148789B107BD3EDBA_RuntimeMethod_var))); } } // System.Object System.Array/EmptyInternalEnumerator`1::System.Collections.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * EmptyInternalEnumerator_1_System_Collections_IEnumerator_get_Current_mCBA5F521AEC8D6C98B4CA15D9319CA47EB2211B3_gshared (EmptyInternalEnumerator_1_tCA61C4E9AB06E9560096B8164444E558D9B6D877 * __this, const RuntimeMethod* method) { { NullCheck((EmptyInternalEnumerator_1_tCA61C4E9AB06E9560096B8164444E558D9B6D877 *)__this); jvalue_t220BECEE73180D6A4DE0F66CB6BA852EC6A5B587 L_0; L_0 = (( jvalue_t220BECEE73180D6A4DE0F66CB6BA852EC6A5B587 (*) (EmptyInternalEnumerator_1_tCA61C4E9AB06E9560096B8164444E558D9B6D877 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((EmptyInternalEnumerator_1_tCA61C4E9AB06E9560096B8164444E558D9B6D877 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); jvalue_t220BECEE73180D6A4DE0F66CB6BA852EC6A5B587 L_1 = (jvalue_t220BECEE73180D6A4DE0F66CB6BA852EC6A5B587 )L_0; RuntimeObject * L_2 = Box(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 1), &L_1); return (RuntimeObject *)L_2; } } // System.Void System.Array/EmptyInternalEnumerator`1::System.Collections.IEnumerator.Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1_System_Collections_IEnumerator_Reset_m47A362D1BECFBBBA6E8786962672F24C7A1457A3_gshared (EmptyInternalEnumerator_1_tCA61C4E9AB06E9560096B8164444E558D9B6D877 * __this, const RuntimeMethod* method) { { return; } } // System.Void System.Array/EmptyInternalEnumerator`1::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1__ctor_m55A63CF832B644B5513A3C03390FF03D703B9DAE_gshared (EmptyInternalEnumerator_1_tCA61C4E9AB06E9560096B8164444E558D9B6D877 * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405((RuntimeObject *)__this, /*hidden argument*/NULL); return; } } // System.Void System.Array/EmptyInternalEnumerator`1::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1__cctor_m0E07F081B2D4483BD6972ABDA2EEEAC47C6C2E8C_gshared (const RuntimeMethod* method) { { EmptyInternalEnumerator_1_tCA61C4E9AB06E9560096B8164444E558D9B6D877 * L_0 = (EmptyInternalEnumerator_1_tCA61C4E9AB06E9560096B8164444E558D9B6D877 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2)); (( void (*) (EmptyInternalEnumerator_1_tCA61C4E9AB06E9560096B8164444E558D9B6D877 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)->methodPointer)(L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); ((EmptyInternalEnumerator_1_tCA61C4E9AB06E9560096B8164444E558D9B6D877_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4)))->set_Value_0(L_0); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Array/EmptyInternalEnumerator`1::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1_Dispose_m472575581E7F7EA050B66CB37776EF7CF49F2851_gshared (EmptyInternalEnumerator_1_tADC2DEF881932D2D771A7A3FBDC01E8CFC251CBB * __this, const RuntimeMethod* method) { { return; } } // System.Boolean System.Array/EmptyInternalEnumerator`1::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool EmptyInternalEnumerator_1_MoveNext_mA08C6A6BDAF018FAB4641F9131F44DA67E7924E3_gshared (EmptyInternalEnumerator_1_tADC2DEF881932D2D771A7A3FBDC01E8CFC251CBB * __this, const RuntimeMethod* method) { { return (bool)0; } } // T System.Array/EmptyInternalEnumerator`1::get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint4_t6C7A8C67DCDD20CC3282CA4AA5382744FB27EE92 EmptyInternalEnumerator_1_get_Current_m0159E6785EDC7327FCDD116C6DA23C0E2E5D2ED1_gshared (EmptyInternalEnumerator_1_tADC2DEF881932D2D771A7A3FBDC01E8CFC251CBB * __this, const RuntimeMethod* method) { { InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB * L_0 = (InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB_il2cpp_TypeInfo_var))); InvalidOperationException__ctor_mC012CE552988309733C896F3FEA8249171E4402E(L_0, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral7E7A07FECA0FF43839D67A9F7828EE56182CC9F6)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&EmptyInternalEnumerator_1_get_Current_m0159E6785EDC7327FCDD116C6DA23C0E2E5D2ED1_RuntimeMethod_var))); } } // System.Object System.Array/EmptyInternalEnumerator`1::System.Collections.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * EmptyInternalEnumerator_1_System_Collections_IEnumerator_get_Current_m96E5071167743EEF3EC434B769DBED94B7810321_gshared (EmptyInternalEnumerator_1_tADC2DEF881932D2D771A7A3FBDC01E8CFC251CBB * __this, const RuntimeMethod* method) { { NullCheck((EmptyInternalEnumerator_1_tADC2DEF881932D2D771A7A3FBDC01E8CFC251CBB *)__this); uint4_t6C7A8C67DCDD20CC3282CA4AA5382744FB27EE92 L_0; L_0 = (( uint4_t6C7A8C67DCDD20CC3282CA4AA5382744FB27EE92 (*) (EmptyInternalEnumerator_1_tADC2DEF881932D2D771A7A3FBDC01E8CFC251CBB *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((EmptyInternalEnumerator_1_tADC2DEF881932D2D771A7A3FBDC01E8CFC251CBB *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); uint4_t6C7A8C67DCDD20CC3282CA4AA5382744FB27EE92 L_1 = (uint4_t6C7A8C67DCDD20CC3282CA4AA5382744FB27EE92 )L_0; RuntimeObject * L_2 = Box(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 1), &L_1); return (RuntimeObject *)L_2; } } // System.Void System.Array/EmptyInternalEnumerator`1::System.Collections.IEnumerator.Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1_System_Collections_IEnumerator_Reset_m7567E3E7EC7071E6C79ACC9F35749B5CEC55FB76_gshared (EmptyInternalEnumerator_1_tADC2DEF881932D2D771A7A3FBDC01E8CFC251CBB * __this, const RuntimeMethod* method) { { return; } } // System.Void System.Array/EmptyInternalEnumerator`1::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1__ctor_m9F8EF98C02C651592F55DF5CC15839F4CA8E5592_gshared (EmptyInternalEnumerator_1_tADC2DEF881932D2D771A7A3FBDC01E8CFC251CBB * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405((RuntimeObject *)__this, /*hidden argument*/NULL); return; } } // System.Void System.Array/EmptyInternalEnumerator`1::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1__cctor_mD8C12B74BC4DF2F1B13A39AC2C7723F04BEA7668_gshared (const RuntimeMethod* method) { { EmptyInternalEnumerator_1_tADC2DEF881932D2D771A7A3FBDC01E8CFC251CBB * L_0 = (EmptyInternalEnumerator_1_tADC2DEF881932D2D771A7A3FBDC01E8CFC251CBB *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2)); (( void (*) (EmptyInternalEnumerator_1_tADC2DEF881932D2D771A7A3FBDC01E8CFC251CBB *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)->methodPointer)(L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); ((EmptyInternalEnumerator_1_tADC2DEF881932D2D771A7A3FBDC01E8CFC251CBB_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4)))->set_Value_0(L_0); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Array/EmptyInternalEnumerator`1::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1_Dispose_mE6F36EF67373E1F000E26393EEADF41C8B6AE035_gshared (EmptyInternalEnumerator_1_t34001D5D38962500B81A96C8CB973D3BBD77AEDC * __this, const RuntimeMethod* method) { { return; } } // System.Boolean System.Array/EmptyInternalEnumerator`1::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool EmptyInternalEnumerator_1_MoveNext_m5F5A360F9081194ABED898D6942B92239DC62EEF_gshared (EmptyInternalEnumerator_1_t34001D5D38962500B81A96C8CB973D3BBD77AEDC * __this, const RuntimeMethod* method) { { return (bool)0; } } // T System.Array/EmptyInternalEnumerator`1::get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR WeightInfo_t251340617EC51F7E375DDE27FD235DBB045434AA EmptyInternalEnumerator_1_get_Current_mA787EFEF32AC67256C314051BB7A9C8E1596207E_gshared (EmptyInternalEnumerator_1_t34001D5D38962500B81A96C8CB973D3BBD77AEDC * __this, const RuntimeMethod* method) { { InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB * L_0 = (InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB_il2cpp_TypeInfo_var))); InvalidOperationException__ctor_mC012CE552988309733C896F3FEA8249171E4402E(L_0, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral7E7A07FECA0FF43839D67A9F7828EE56182CC9F6)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&EmptyInternalEnumerator_1_get_Current_mA787EFEF32AC67256C314051BB7A9C8E1596207E_RuntimeMethod_var))); } } // System.Object System.Array/EmptyInternalEnumerator`1::System.Collections.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * EmptyInternalEnumerator_1_System_Collections_IEnumerator_get_Current_mC66782B4B83B54B6DD88C50C654A95386F7ACBD0_gshared (EmptyInternalEnumerator_1_t34001D5D38962500B81A96C8CB973D3BBD77AEDC * __this, const RuntimeMethod* method) { { NullCheck((EmptyInternalEnumerator_1_t34001D5D38962500B81A96C8CB973D3BBD77AEDC *)__this); WeightInfo_t251340617EC51F7E375DDE27FD235DBB045434AA L_0; L_0 = (( WeightInfo_t251340617EC51F7E375DDE27FD235DBB045434AA (*) (EmptyInternalEnumerator_1_t34001D5D38962500B81A96C8CB973D3BBD77AEDC *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((EmptyInternalEnumerator_1_t34001D5D38962500B81A96C8CB973D3BBD77AEDC *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); WeightInfo_t251340617EC51F7E375DDE27FD235DBB045434AA L_1 = (WeightInfo_t251340617EC51F7E375DDE27FD235DBB045434AA )L_0; RuntimeObject * L_2 = Box(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 1), &L_1); return (RuntimeObject *)L_2; } } // System.Void System.Array/EmptyInternalEnumerator`1::System.Collections.IEnumerator.Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1_System_Collections_IEnumerator_Reset_m80D2248EDF5C673D46380B7393371D234C4A672C_gshared (EmptyInternalEnumerator_1_t34001D5D38962500B81A96C8CB973D3BBD77AEDC * __this, const RuntimeMethod* method) { { return; } } // System.Void System.Array/EmptyInternalEnumerator`1::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1__ctor_m120DF4EFFBDFE2D3988B85970701A9F5EA04F829_gshared (EmptyInternalEnumerator_1_t34001D5D38962500B81A96C8CB973D3BBD77AEDC * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405((RuntimeObject *)__this, /*hidden argument*/NULL); return; } } // System.Void System.Array/EmptyInternalEnumerator`1::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1__cctor_m44DC3F9B09B30418C8CDCAC602C46244EC3170F7_gshared (const RuntimeMethod* method) { { EmptyInternalEnumerator_1_t34001D5D38962500B81A96C8CB973D3BBD77AEDC * L_0 = (EmptyInternalEnumerator_1_t34001D5D38962500B81A96C8CB973D3BBD77AEDC *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2)); (( void (*) (EmptyInternalEnumerator_1_t34001D5D38962500B81A96C8CB973D3BBD77AEDC *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)->methodPointer)(L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); ((EmptyInternalEnumerator_1_t34001D5D38962500B81A96C8CB973D3BBD77AEDC_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4)))->set_Value_0(L_0); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Array/EmptyInternalEnumerator`1::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1_Dispose_mEBD50F7116837BF2A2FCA37250FF2031D2035556_gshared (EmptyInternalEnumerator_1_t358EDE63C99865E62702448FAACEABAEC278D2ED * __this, const RuntimeMethod* method) { { return; } } // System.Boolean System.Array/EmptyInternalEnumerator`1::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool EmptyInternalEnumerator_1_MoveNext_m68731368FCEE6BE9F9FF15A5289376CC1BE089C6_gshared (EmptyInternalEnumerator_1_t358EDE63C99865E62702448FAACEABAEC278D2ED * __this, const RuntimeMethod* method) { { return (bool)0; } } // T System.Array/EmptyInternalEnumerator`1::get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR OrderBlock_t0B106828F588BC2F0B9895425E6FD39EDA45C1E2 EmptyInternalEnumerator_1_get_Current_mF7CFB04ABBC45A05C0FF80E10D5883CD63EE04CA_gshared (EmptyInternalEnumerator_1_t358EDE63C99865E62702448FAACEABAEC278D2ED * __this, const RuntimeMethod* method) { { InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB * L_0 = (InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB_il2cpp_TypeInfo_var))); InvalidOperationException__ctor_mC012CE552988309733C896F3FEA8249171E4402E(L_0, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral7E7A07FECA0FF43839D67A9F7828EE56182CC9F6)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&EmptyInternalEnumerator_1_get_Current_mF7CFB04ABBC45A05C0FF80E10D5883CD63EE04CA_RuntimeMethod_var))); } } // System.Object System.Array/EmptyInternalEnumerator`1::System.Collections.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * EmptyInternalEnumerator_1_System_Collections_IEnumerator_get_Current_mC0A819E6A0D08306EC412E0427541612F48C92EF_gshared (EmptyInternalEnumerator_1_t358EDE63C99865E62702448FAACEABAEC278D2ED * __this, const RuntimeMethod* method) { { NullCheck((EmptyInternalEnumerator_1_t358EDE63C99865E62702448FAACEABAEC278D2ED *)__this); OrderBlock_t0B106828F588BC2F0B9895425E6FD39EDA45C1E2 L_0; L_0 = (( OrderBlock_t0B106828F588BC2F0B9895425E6FD39EDA45C1E2 (*) (EmptyInternalEnumerator_1_t358EDE63C99865E62702448FAACEABAEC278D2ED *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((EmptyInternalEnumerator_1_t358EDE63C99865E62702448FAACEABAEC278D2ED *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); OrderBlock_t0B106828F588BC2F0B9895425E6FD39EDA45C1E2 L_1 = (OrderBlock_t0B106828F588BC2F0B9895425E6FD39EDA45C1E2 )L_0; RuntimeObject * L_2 = Box(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 1), &L_1); return (RuntimeObject *)L_2; } } // System.Void System.Array/EmptyInternalEnumerator`1::System.Collections.IEnumerator.Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1_System_Collections_IEnumerator_Reset_m979A961C68D2C5F60EBCC4B3FB05780FF0F30477_gshared (EmptyInternalEnumerator_1_t358EDE63C99865E62702448FAACEABAEC278D2ED * __this, const RuntimeMethod* method) { { return; } } // System.Void System.Array/EmptyInternalEnumerator`1::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1__ctor_m24D4C28FB3DB63F3DDCFF0BFC9CD0EB7C37C1E3E_gshared (EmptyInternalEnumerator_1_t358EDE63C99865E62702448FAACEABAEC278D2ED * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405((RuntimeObject *)__this, /*hidden argument*/NULL); return; } } // System.Void System.Array/EmptyInternalEnumerator`1::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1__cctor_m54F611520B9FF8DAD9F23B777B38B0B60DB87D5D_gshared (const RuntimeMethod* method) { { EmptyInternalEnumerator_1_t358EDE63C99865E62702448FAACEABAEC278D2ED * L_0 = (EmptyInternalEnumerator_1_t358EDE63C99865E62702448FAACEABAEC278D2ED *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2)); (( void (*) (EmptyInternalEnumerator_1_t358EDE63C99865E62702448FAACEABAEC278D2ED *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)->methodPointer)(L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); ((EmptyInternalEnumerator_1_t358EDE63C99865E62702448FAACEABAEC278D2ED_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4)))->set_Value_0(L_0); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Array/EmptyInternalEnumerator`1::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1_Dispose_m312286F82C3F806746880E5E596F66D44F46C522_gshared (EmptyInternalEnumerator_1_t8D9B26FDC485BE75A5E2AEAB7CA8653A173F84C7 * __this, const RuntimeMethod* method) { { return; } } // System.Boolean System.Array/EmptyInternalEnumerator`1::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool EmptyInternalEnumerator_1_MoveNext_m69FCCF80F2613FD238F2620A5F893EFE68330449_gshared (EmptyInternalEnumerator_1_t8D9B26FDC485BE75A5E2AEAB7CA8653A173F84C7 * __this, const RuntimeMethod* method) { { return (bool)0; } } // T System.Array/EmptyInternalEnumerator`1::get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Level_tB2EEF9B6FC526D3C04DD806B6D89D9208DF2CFB8 EmptyInternalEnumerator_1_get_Current_mB13015850AB75CD63B5EDB6617F53F76C44A1E63_gshared (EmptyInternalEnumerator_1_t8D9B26FDC485BE75A5E2AEAB7CA8653A173F84C7 * __this, const RuntimeMethod* method) { { InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB * L_0 = (InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB_il2cpp_TypeInfo_var))); InvalidOperationException__ctor_mC012CE552988309733C896F3FEA8249171E4402E(L_0, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral7E7A07FECA0FF43839D67A9F7828EE56182CC9F6)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&EmptyInternalEnumerator_1_get_Current_mB13015850AB75CD63B5EDB6617F53F76C44A1E63_RuntimeMethod_var))); } } // System.Object System.Array/EmptyInternalEnumerator`1::System.Collections.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * EmptyInternalEnumerator_1_System_Collections_IEnumerator_get_Current_m3CEC3742062B63A12D496CD9D516FB5AD60F9937_gshared (EmptyInternalEnumerator_1_t8D9B26FDC485BE75A5E2AEAB7CA8653A173F84C7 * __this, const RuntimeMethod* method) { { NullCheck((EmptyInternalEnumerator_1_t8D9B26FDC485BE75A5E2AEAB7CA8653A173F84C7 *)__this); Level_tB2EEF9B6FC526D3C04DD806B6D89D9208DF2CFB8 L_0; L_0 = (( Level_tB2EEF9B6FC526D3C04DD806B6D89D9208DF2CFB8 (*) (EmptyInternalEnumerator_1_t8D9B26FDC485BE75A5E2AEAB7CA8653A173F84C7 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((EmptyInternalEnumerator_1_t8D9B26FDC485BE75A5E2AEAB7CA8653A173F84C7 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); Level_tB2EEF9B6FC526D3C04DD806B6D89D9208DF2CFB8 L_1 = (Level_tB2EEF9B6FC526D3C04DD806B6D89D9208DF2CFB8 )L_0; RuntimeObject * L_2 = Box(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 1), &L_1); return (RuntimeObject *)L_2; } } // System.Void System.Array/EmptyInternalEnumerator`1::System.Collections.IEnumerator.Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1_System_Collections_IEnumerator_Reset_mF4A8A8D47D28700DAE2F969E82AB87D846250B19_gshared (EmptyInternalEnumerator_1_t8D9B26FDC485BE75A5E2AEAB7CA8653A173F84C7 * __this, const RuntimeMethod* method) { { return; } } // System.Void System.Array/EmptyInternalEnumerator`1::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1__ctor_mFC9313F7C1D5DA4A3541BE188611E0600015F532_gshared (EmptyInternalEnumerator_1_t8D9B26FDC485BE75A5E2AEAB7CA8653A173F84C7 * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405((RuntimeObject *)__this, /*hidden argument*/NULL); return; } } // System.Void System.Array/EmptyInternalEnumerator`1::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1__cctor_m07ADBA913AD54D5717B15844172B8D03A062D31C_gshared (const RuntimeMethod* method) { { EmptyInternalEnumerator_1_t8D9B26FDC485BE75A5E2AEAB7CA8653A173F84C7 * L_0 = (EmptyInternalEnumerator_1_t8D9B26FDC485BE75A5E2AEAB7CA8653A173F84C7 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2)); (( void (*) (EmptyInternalEnumerator_1_t8D9B26FDC485BE75A5E2AEAB7CA8653A173F84C7 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)->methodPointer)(L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); ((EmptyInternalEnumerator_1_t8D9B26FDC485BE75A5E2AEAB7CA8653A173F84C7_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4)))->set_Value_0(L_0); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Array/EmptyInternalEnumerator`1::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1_Dispose_mA6C2928B8AF3B849B773C2C40112173B16BA654E_gshared (EmptyInternalEnumerator_1_t62FFC2869691A959416CB9C288E7C4BD5AD4CC74 * __this, const RuntimeMethod* method) { { return; } } // System.Boolean System.Array/EmptyInternalEnumerator`1::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool EmptyInternalEnumerator_1_MoveNext_mF5880B6E7A542557DD8B8DACCD21CABCABF16EA5_gshared (EmptyInternalEnumerator_1_t62FFC2869691A959416CB9C288E7C4BD5AD4CC74 * __this, const RuntimeMethod* method) { { return (bool)0; } } // T System.Array/EmptyInternalEnumerator`1::get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ovrKeyValuePair_t3C944248A9D422332F7F67D4F8D90630886F7C32 EmptyInternalEnumerator_1_get_Current_m45125D32A2D53E7D290469BDCC0DD43222C09985_gshared (EmptyInternalEnumerator_1_t62FFC2869691A959416CB9C288E7C4BD5AD4CC74 * __this, const RuntimeMethod* method) { { InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB * L_0 = (InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB_il2cpp_TypeInfo_var))); InvalidOperationException__ctor_mC012CE552988309733C896F3FEA8249171E4402E(L_0, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral7E7A07FECA0FF43839D67A9F7828EE56182CC9F6)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&EmptyInternalEnumerator_1_get_Current_m45125D32A2D53E7D290469BDCC0DD43222C09985_RuntimeMethod_var))); } } // System.Object System.Array/EmptyInternalEnumerator`1::System.Collections.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * EmptyInternalEnumerator_1_System_Collections_IEnumerator_get_Current_m470309C0BB7BE806700867820DF42FA6CDC43238_gshared (EmptyInternalEnumerator_1_t62FFC2869691A959416CB9C288E7C4BD5AD4CC74 * __this, const RuntimeMethod* method) { { NullCheck((EmptyInternalEnumerator_1_t62FFC2869691A959416CB9C288E7C4BD5AD4CC74 *)__this); ovrKeyValuePair_t3C944248A9D422332F7F67D4F8D90630886F7C32 L_0; L_0 = (( ovrKeyValuePair_t3C944248A9D422332F7F67D4F8D90630886F7C32 (*) (EmptyInternalEnumerator_1_t62FFC2869691A959416CB9C288E7C4BD5AD4CC74 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((EmptyInternalEnumerator_1_t62FFC2869691A959416CB9C288E7C4BD5AD4CC74 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); ovrKeyValuePair_t3C944248A9D422332F7F67D4F8D90630886F7C32 L_1 = (ovrKeyValuePair_t3C944248A9D422332F7F67D4F8D90630886F7C32 )L_0; RuntimeObject * L_2 = Box(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 1), &L_1); return (RuntimeObject *)L_2; } } // System.Void System.Array/EmptyInternalEnumerator`1::System.Collections.IEnumerator.Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1_System_Collections_IEnumerator_Reset_m9238ACF330ECDEEFB7B61A565A6FB0EF2D9029EA_gshared (EmptyInternalEnumerator_1_t62FFC2869691A959416CB9C288E7C4BD5AD4CC74 * __this, const RuntimeMethod* method) { { return; } } // System.Void System.Array/EmptyInternalEnumerator`1::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1__ctor_m9B5A191FCB1E7E40CE2AB26FB401E0DE8A35913A_gshared (EmptyInternalEnumerator_1_t62FFC2869691A959416CB9C288E7C4BD5AD4CC74 * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405((RuntimeObject *)__this, /*hidden argument*/NULL); return; } } // System.Void System.Array/EmptyInternalEnumerator`1::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1__cctor_m325381BEE7C34202E99FE9AC7A1EC5859D0EBDDE_gshared (const RuntimeMethod* method) { { EmptyInternalEnumerator_1_t62FFC2869691A959416CB9C288E7C4BD5AD4CC74 * L_0 = (EmptyInternalEnumerator_1_t62FFC2869691A959416CB9C288E7C4BD5AD4CC74 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2)); (( void (*) (EmptyInternalEnumerator_1_t62FFC2869691A959416CB9C288E7C4BD5AD4CC74 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)->methodPointer)(L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); ((EmptyInternalEnumerator_1_t62FFC2869691A959416CB9C288E7C4BD5AD4CC74_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4)))->set_Value_0(L_0); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Array/EmptyInternalEnumerator`1::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1_Dispose_mFA70B04674BAD34610F88C3D6AC91D47CDD820D9_gshared (EmptyInternalEnumerator_1_t1CDB1EF1D278FA468399CCEA465980FB85BFD254 * __this, const RuntimeMethod* method) { { return; } } // System.Boolean System.Array/EmptyInternalEnumerator`1::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool EmptyInternalEnumerator_1_MoveNext_m36266A175719987424264BB4682B48BEFFEBBBE9_gshared (EmptyInternalEnumerator_1_t1CDB1EF1D278FA468399CCEA465980FB85BFD254 * __this, const RuntimeMethod* method) { { return (bool)0; } } // T System.Array/EmptyInternalEnumerator`1::get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ovrMatchmakingCriterion_t1FB116F2E9DB415F6E2BDFD8A9BD87A0538F94E4 EmptyInternalEnumerator_1_get_Current_mCCE0CF928FEE481F9D1C12E05E00959F45492A26_gshared (EmptyInternalEnumerator_1_t1CDB1EF1D278FA468399CCEA465980FB85BFD254 * __this, const RuntimeMethod* method) { { InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB * L_0 = (InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB_il2cpp_TypeInfo_var))); InvalidOperationException__ctor_mC012CE552988309733C896F3FEA8249171E4402E(L_0, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral7E7A07FECA0FF43839D67A9F7828EE56182CC9F6)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&EmptyInternalEnumerator_1_get_Current_mCCE0CF928FEE481F9D1C12E05E00959F45492A26_RuntimeMethod_var))); } } // System.Object System.Array/EmptyInternalEnumerator`1::System.Collections.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * EmptyInternalEnumerator_1_System_Collections_IEnumerator_get_Current_m4DFDA8525CBE685EE7F89F1F018CA0BBA161B71E_gshared (EmptyInternalEnumerator_1_t1CDB1EF1D278FA468399CCEA465980FB85BFD254 * __this, const RuntimeMethod* method) { { NullCheck((EmptyInternalEnumerator_1_t1CDB1EF1D278FA468399CCEA465980FB85BFD254 *)__this); ovrMatchmakingCriterion_t1FB116F2E9DB415F6E2BDFD8A9BD87A0538F94E4 L_0; L_0 = (( ovrMatchmakingCriterion_t1FB116F2E9DB415F6E2BDFD8A9BD87A0538F94E4 (*) (EmptyInternalEnumerator_1_t1CDB1EF1D278FA468399CCEA465980FB85BFD254 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((EmptyInternalEnumerator_1_t1CDB1EF1D278FA468399CCEA465980FB85BFD254 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); ovrMatchmakingCriterion_t1FB116F2E9DB415F6E2BDFD8A9BD87A0538F94E4 L_1 = (ovrMatchmakingCriterion_t1FB116F2E9DB415F6E2BDFD8A9BD87A0538F94E4 )L_0; RuntimeObject * L_2 = Box(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 1), &L_1); return (RuntimeObject *)L_2; } } // System.Void System.Array/EmptyInternalEnumerator`1::System.Collections.IEnumerator.Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1_System_Collections_IEnumerator_Reset_m0ED40F341FCE023E0FE9CF75B57D78436C7610A8_gshared (EmptyInternalEnumerator_1_t1CDB1EF1D278FA468399CCEA465980FB85BFD254 * __this, const RuntimeMethod* method) { { return; } } // System.Void System.Array/EmptyInternalEnumerator`1::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1__ctor_mF5EF0BE823FF1927C32D556D1B83FBD852F628DC_gshared (EmptyInternalEnumerator_1_t1CDB1EF1D278FA468399CCEA465980FB85BFD254 * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405((RuntimeObject *)__this, /*hidden argument*/NULL); return; } } // System.Void System.Array/EmptyInternalEnumerator`1::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1__cctor_m4F571473D9BCF8B12B867F4E3EEDCCD049E4F6A3_gshared (const RuntimeMethod* method) { { EmptyInternalEnumerator_1_t1CDB1EF1D278FA468399CCEA465980FB85BFD254 * L_0 = (EmptyInternalEnumerator_1_t1CDB1EF1D278FA468399CCEA465980FB85BFD254 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2)); (( void (*) (EmptyInternalEnumerator_1_t1CDB1EF1D278FA468399CCEA465980FB85BFD254 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)->methodPointer)(L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); ((EmptyInternalEnumerator_1_t1CDB1EF1D278FA468399CCEA465980FB85BFD254_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4)))->set_Value_0(L_0); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Array/EmptyInternalEnumerator`1::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1_Dispose_mECAAB9705550E6C45D3829397012FB21572EA2DF_gshared (EmptyInternalEnumerator_1_tC2DC768C893401F3201F97825245090B967AFE9A * __this, const RuntimeMethod* method) { { return; } } // System.Boolean System.Array/EmptyInternalEnumerator`1::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool EmptyInternalEnumerator_1_MoveNext_mE796689CA49611EB8636F962EB8747DDB189A28F_gshared (EmptyInternalEnumerator_1_tC2DC768C893401F3201F97825245090B967AFE9A * __this, const RuntimeMethod* method) { { return (bool)0; } } // T System.Array/EmptyInternalEnumerator`1::get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RenderRequest_t7DEDFA6AAA1C8D381280183054C328F26BBCCE94 EmptyInternalEnumerator_1_get_Current_mA5E8E5D318447890F7D3F39BE26C303D499B3BE5_gshared (EmptyInternalEnumerator_1_tC2DC768C893401F3201F97825245090B967AFE9A * __this, const RuntimeMethod* method) { { InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB * L_0 = (InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB_il2cpp_TypeInfo_var))); InvalidOperationException__ctor_mC012CE552988309733C896F3FEA8249171E4402E(L_0, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral7E7A07FECA0FF43839D67A9F7828EE56182CC9F6)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&EmptyInternalEnumerator_1_get_Current_mA5E8E5D318447890F7D3F39BE26C303D499B3BE5_RuntimeMethod_var))); } } // System.Object System.Array/EmptyInternalEnumerator`1::System.Collections.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * EmptyInternalEnumerator_1_System_Collections_IEnumerator_get_Current_m7EA6FE1D3310DB74D0F58F132CF00FF1EC99028C_gshared (EmptyInternalEnumerator_1_tC2DC768C893401F3201F97825245090B967AFE9A * __this, const RuntimeMethod* method) { { NullCheck((EmptyInternalEnumerator_1_tC2DC768C893401F3201F97825245090B967AFE9A *)__this); RenderRequest_t7DEDFA6AAA1C8D381280183054C328F26BBCCE94 L_0; L_0 = (( RenderRequest_t7DEDFA6AAA1C8D381280183054C328F26BBCCE94 (*) (EmptyInternalEnumerator_1_tC2DC768C893401F3201F97825245090B967AFE9A *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((EmptyInternalEnumerator_1_tC2DC768C893401F3201F97825245090B967AFE9A *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); RenderRequest_t7DEDFA6AAA1C8D381280183054C328F26BBCCE94 L_1 = (RenderRequest_t7DEDFA6AAA1C8D381280183054C328F26BBCCE94 )L_0; RuntimeObject * L_2 = Box(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 1), &L_1); return (RuntimeObject *)L_2; } } // System.Void System.Array/EmptyInternalEnumerator`1::System.Collections.IEnumerator.Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1_System_Collections_IEnumerator_Reset_m57761BB1B97B234C1F5200A9D96F142E2F1BB44A_gshared (EmptyInternalEnumerator_1_tC2DC768C893401F3201F97825245090B967AFE9A * __this, const RuntimeMethod* method) { { return; } } // System.Void System.Array/EmptyInternalEnumerator`1::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1__ctor_mEA6047BAEE8A82716C04E82D63DAEE017D14D673_gshared (EmptyInternalEnumerator_1_tC2DC768C893401F3201F97825245090B967AFE9A * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405((RuntimeObject *)__this, /*hidden argument*/NULL); return; } } // System.Void System.Array/EmptyInternalEnumerator`1::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1__cctor_m82501B722723F0BBAE4CF5479C3161F2E043B017_gshared (const RuntimeMethod* method) { { EmptyInternalEnumerator_1_tC2DC768C893401F3201F97825245090B967AFE9A * L_0 = (EmptyInternalEnumerator_1_tC2DC768C893401F3201F97825245090B967AFE9A *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2)); (( void (*) (EmptyInternalEnumerator_1_tC2DC768C893401F3201F97825245090B967AFE9A *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)->methodPointer)(L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); ((EmptyInternalEnumerator_1_tC2DC768C893401F3201F97825245090B967AFE9A_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4)))->set_Value_0(L_0); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Array/EmptyInternalEnumerator`1::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1_Dispose_m07A22C77C89E030049320E1A99920AAFA344EAAD_gshared (EmptyInternalEnumerator_1_t08947FD048E88D15D0B7C8BE10F545B46097E61B * __this, const RuntimeMethod* method) { { return; } } // System.Boolean System.Array/EmptyInternalEnumerator`1::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool EmptyInternalEnumerator_1_MoveNext_m19AAE4CA5355FBED17906399A7CF75F942B79A34_gshared (EmptyInternalEnumerator_1_t08947FD048E88D15D0B7C8BE10F545B46097E61B * __this, const RuntimeMethod* method) { { return (bool)0; } } // T System.Array/EmptyInternalEnumerator`1::get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TableRange_t0D96EE3F7B1008C60DD683B3A6985C602854E6F1 EmptyInternalEnumerator_1_get_Current_mE460F6B1410945A647FFE082EC5BA5E68E81ACCA_gshared (EmptyInternalEnumerator_1_t08947FD048E88D15D0B7C8BE10F545B46097E61B * __this, const RuntimeMethod* method) { { InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB * L_0 = (InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB_il2cpp_TypeInfo_var))); InvalidOperationException__ctor_mC012CE552988309733C896F3FEA8249171E4402E(L_0, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral7E7A07FECA0FF43839D67A9F7828EE56182CC9F6)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&EmptyInternalEnumerator_1_get_Current_mE460F6B1410945A647FFE082EC5BA5E68E81ACCA_RuntimeMethod_var))); } } // System.Object System.Array/EmptyInternalEnumerator`1::System.Collections.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * EmptyInternalEnumerator_1_System_Collections_IEnumerator_get_Current_m4EBF54BD40625A118A2F708B2DE276D8D22FCE71_gshared (EmptyInternalEnumerator_1_t08947FD048E88D15D0B7C8BE10F545B46097E61B * __this, const RuntimeMethod* method) { { NullCheck((EmptyInternalEnumerator_1_t08947FD048E88D15D0B7C8BE10F545B46097E61B *)__this); TableRange_t0D96EE3F7B1008C60DD683B3A6985C602854E6F1 L_0; L_0 = (( TableRange_t0D96EE3F7B1008C60DD683B3A6985C602854E6F1 (*) (EmptyInternalEnumerator_1_t08947FD048E88D15D0B7C8BE10F545B46097E61B *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((EmptyInternalEnumerator_1_t08947FD048E88D15D0B7C8BE10F545B46097E61B *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); TableRange_t0D96EE3F7B1008C60DD683B3A6985C602854E6F1 L_1 = (TableRange_t0D96EE3F7B1008C60DD683B3A6985C602854E6F1 )L_0; RuntimeObject * L_2 = Box(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 1), &L_1); return (RuntimeObject *)L_2; } } // System.Void System.Array/EmptyInternalEnumerator`1::System.Collections.IEnumerator.Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1_System_Collections_IEnumerator_Reset_m59F21DAD90F712953289771295AA5EB721E64FC7_gshared (EmptyInternalEnumerator_1_t08947FD048E88D15D0B7C8BE10F545B46097E61B * __this, const RuntimeMethod* method) { { return; } } // System.Void System.Array/EmptyInternalEnumerator`1::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1__ctor_m56E0472CA3DB0E7C47083C982A88ACCA65D35BA1_gshared (EmptyInternalEnumerator_1_t08947FD048E88D15D0B7C8BE10F545B46097E61B * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405((RuntimeObject *)__this, /*hidden argument*/NULL); return; } } // System.Void System.Array/EmptyInternalEnumerator`1::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1__cctor_m2CB5C745E11017931399828877577E7CA492B2CD_gshared (const RuntimeMethod* method) { { EmptyInternalEnumerator_1_t08947FD048E88D15D0B7C8BE10F545B46097E61B * L_0 = (EmptyInternalEnumerator_1_t08947FD048E88D15D0B7C8BE10F545B46097E61B *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2)); (( void (*) (EmptyInternalEnumerator_1_t08947FD048E88D15D0B7C8BE10F545B46097E61B *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)->methodPointer)(L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); ((EmptyInternalEnumerator_1_t08947FD048E88D15D0B7C8BE10F545B46097E61B_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4)))->set_Value_0(L_0); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Array/EmptyInternalEnumerator`1::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1_Dispose_m0694AA27D29FF3FEFDFA88608A651533DFA4D523_gshared (EmptyInternalEnumerator_1_t9674A9A497E405A3CDC2BC575DFE2818DD8414E0 * __this, const RuntimeMethod* method) { { return; } } // System.Boolean System.Array/EmptyInternalEnumerator`1::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool EmptyInternalEnumerator_1_MoveNext_m4AD1CD75460FED12D65F68ECE3CA001C961B2CEA_gshared (EmptyInternalEnumerator_1_t9674A9A497E405A3CDC2BC575DFE2818DD8414E0 * __this, const RuntimeMethod* method) { { return (bool)0; } } // T System.Array/EmptyInternalEnumerator`1::get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RecognizedAttribute_t2EEDD81B78A9A885AF1B6136D15CA9EC47C23A8A EmptyInternalEnumerator_1_get_Current_mFD0BC2826CDFA9B6E31207DD6E7DD6F8F48F0A85_gshared (EmptyInternalEnumerator_1_t9674A9A497E405A3CDC2BC575DFE2818DD8414E0 * __this, const RuntimeMethod* method) { { InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB * L_0 = (InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB_il2cpp_TypeInfo_var))); InvalidOperationException__ctor_mC012CE552988309733C896F3FEA8249171E4402E(L_0, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral7E7A07FECA0FF43839D67A9F7828EE56182CC9F6)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&EmptyInternalEnumerator_1_get_Current_mFD0BC2826CDFA9B6E31207DD6E7DD6F8F48F0A85_RuntimeMethod_var))); } } // System.Object System.Array/EmptyInternalEnumerator`1::System.Collections.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * EmptyInternalEnumerator_1_System_Collections_IEnumerator_get_Current_mD3B9586E274ED38E72BBF35EE3F1FCD4E49B1309_gshared (EmptyInternalEnumerator_1_t9674A9A497E405A3CDC2BC575DFE2818DD8414E0 * __this, const RuntimeMethod* method) { { NullCheck((EmptyInternalEnumerator_1_t9674A9A497E405A3CDC2BC575DFE2818DD8414E0 *)__this); RecognizedAttribute_t2EEDD81B78A9A885AF1B6136D15CA9EC47C23A8A L_0; L_0 = (( RecognizedAttribute_t2EEDD81B78A9A885AF1B6136D15CA9EC47C23A8A (*) (EmptyInternalEnumerator_1_t9674A9A497E405A3CDC2BC575DFE2818DD8414E0 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((EmptyInternalEnumerator_1_t9674A9A497E405A3CDC2BC575DFE2818DD8414E0 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); RecognizedAttribute_t2EEDD81B78A9A885AF1B6136D15CA9EC47C23A8A L_1 = (RecognizedAttribute_t2EEDD81B78A9A885AF1B6136D15CA9EC47C23A8A )L_0; RuntimeObject * L_2 = Box(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 1), &L_1); return (RuntimeObject *)L_2; } } // System.Void System.Array/EmptyInternalEnumerator`1::System.Collections.IEnumerator.Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1_System_Collections_IEnumerator_Reset_m904A9FAFE15B9277AC171CF055A15853DF15A986_gshared (EmptyInternalEnumerator_1_t9674A9A497E405A3CDC2BC575DFE2818DD8414E0 * __this, const RuntimeMethod* method) { { return; } } // System.Void System.Array/EmptyInternalEnumerator`1::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1__ctor_mF709B0AA81CB63747DAF6053385BBE4D2636153A_gshared (EmptyInternalEnumerator_1_t9674A9A497E405A3CDC2BC575DFE2818DD8414E0 * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405((RuntimeObject *)__this, /*hidden argument*/NULL); return; } } // System.Void System.Array/EmptyInternalEnumerator`1::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1__cctor_m143BC97A4E733754F20E00B343C3FA05B82B65DA_gshared (const RuntimeMethod* method) { { EmptyInternalEnumerator_1_t9674A9A497E405A3CDC2BC575DFE2818DD8414E0 * L_0 = (EmptyInternalEnumerator_1_t9674A9A497E405A3CDC2BC575DFE2818DD8414E0 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2)); (( void (*) (EmptyInternalEnumerator_1_t9674A9A497E405A3CDC2BC575DFE2818DD8414E0 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)->methodPointer)(L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); ((EmptyInternalEnumerator_1_t9674A9A497E405A3CDC2BC575DFE2818DD8414E0_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4)))->set_Value_0(L_0); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Array/EmptyInternalEnumerator`1::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1_Dispose_m9B5F1BE7B4669AD1CEBDA8B01392E47EC488A1DB_gshared (EmptyInternalEnumerator_1_tD46410A5F9864CFAB940A647F59D8BF48D8A215B * __this, const RuntimeMethod* method) { { return; } } // System.Boolean System.Array/EmptyInternalEnumerator`1::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool EmptyInternalEnumerator_1_MoveNext_m7415323176694998D1CA2D7FC5A1AF25DCBF2A61_gshared (EmptyInternalEnumerator_1_tD46410A5F9864CFAB940A647F59D8BF48D8A215B * __this, const RuntimeMethod* method) { { return (bool)0; } } // T System.Array/EmptyInternalEnumerator`1::get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DrawCall_t8940B9392D2DD15D7DFDAF7EE92E098C1C6B1F69 EmptyInternalEnumerator_1_get_Current_m3B0B360F9740184E6AC1B7EE3912E056E722265D_gshared (EmptyInternalEnumerator_1_tD46410A5F9864CFAB940A647F59D8BF48D8A215B * __this, const RuntimeMethod* method) { { InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB * L_0 = (InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB_il2cpp_TypeInfo_var))); InvalidOperationException__ctor_mC012CE552988309733C896F3FEA8249171E4402E(L_0, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral7E7A07FECA0FF43839D67A9F7828EE56182CC9F6)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&EmptyInternalEnumerator_1_get_Current_m3B0B360F9740184E6AC1B7EE3912E056E722265D_RuntimeMethod_var))); } } // System.Object System.Array/EmptyInternalEnumerator`1::System.Collections.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * EmptyInternalEnumerator_1_System_Collections_IEnumerator_get_Current_mEE20378D85D6FB6A495055BB10B358F73778FD9B_gshared (EmptyInternalEnumerator_1_tD46410A5F9864CFAB940A647F59D8BF48D8A215B * __this, const RuntimeMethod* method) { { NullCheck((EmptyInternalEnumerator_1_tD46410A5F9864CFAB940A647F59D8BF48D8A215B *)__this); DrawCall_t8940B9392D2DD15D7DFDAF7EE92E098C1C6B1F69 L_0; L_0 = (( DrawCall_t8940B9392D2DD15D7DFDAF7EE92E098C1C6B1F69 (*) (EmptyInternalEnumerator_1_tD46410A5F9864CFAB940A647F59D8BF48D8A215B *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((EmptyInternalEnumerator_1_tD46410A5F9864CFAB940A647F59D8BF48D8A215B *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); DrawCall_t8940B9392D2DD15D7DFDAF7EE92E098C1C6B1F69 L_1 = (DrawCall_t8940B9392D2DD15D7DFDAF7EE92E098C1C6B1F69 )L_0; RuntimeObject * L_2 = Box(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 1), &L_1); return (RuntimeObject *)L_2; } } // System.Void System.Array/EmptyInternalEnumerator`1::System.Collections.IEnumerator.Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1_System_Collections_IEnumerator_Reset_m41FF13A43136BD2E65F48A398FDA5DD6AE12926D_gshared (EmptyInternalEnumerator_1_tD46410A5F9864CFAB940A647F59D8BF48D8A215B * __this, const RuntimeMethod* method) { { return; } } // System.Void System.Array/EmptyInternalEnumerator`1::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1__ctor_m437BE9E2E780B4CA294C0FCA576AE13420469B3C_gshared (EmptyInternalEnumerator_1_tD46410A5F9864CFAB940A647F59D8BF48D8A215B * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405((RuntimeObject *)__this, /*hidden argument*/NULL); return; } } // System.Void System.Array/EmptyInternalEnumerator`1::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1__cctor_mB0D35F57B9FD797B68E0D13AB8059508EF8AC036_gshared (const RuntimeMethod* method) { { EmptyInternalEnumerator_1_tD46410A5F9864CFAB940A647F59D8BF48D8A215B * L_0 = (EmptyInternalEnumerator_1_tD46410A5F9864CFAB940A647F59D8BF48D8A215B *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2)); (( void (*) (EmptyInternalEnumerator_1_tD46410A5F9864CFAB940A647F59D8BF48D8A215B *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)->methodPointer)(L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); ((EmptyInternalEnumerator_1_tD46410A5F9864CFAB940A647F59D8BF48D8A215B_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4)))->set_Value_0(L_0); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Array/EmptyInternalEnumerator`1::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1_Dispose_m81F13A6B35597DFFCD53A5818567D12C0CC73D01_gshared (EmptyInternalEnumerator_1_t60459A041C4E5FAF95F79FE4185CABD0CB7746A0 * __this, const RuntimeMethod* method) { { return; } } // System.Boolean System.Array/EmptyInternalEnumerator`1::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool EmptyInternalEnumerator_1_MoveNext_m87DC26F70CE0E39A49F21C5731967D66611E9194_gshared (EmptyInternalEnumerator_1_t60459A041C4E5FAF95F79FE4185CABD0CB7746A0 * __this, const RuntimeMethod* method) { { return (bool)0; } } // T System.Array/EmptyInternalEnumerator`1::get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ComputeBufferInfo_t025B2271B4F21E4EF715D6CFF2FFD029C803155E EmptyInternalEnumerator_1_get_Current_m786A8C742AD2FBE6553BC3710D4DF9E81200676F_gshared (EmptyInternalEnumerator_1_t60459A041C4E5FAF95F79FE4185CABD0CB7746A0 * __this, const RuntimeMethod* method) { { InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB * L_0 = (InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB_il2cpp_TypeInfo_var))); InvalidOperationException__ctor_mC012CE552988309733C896F3FEA8249171E4402E(L_0, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral7E7A07FECA0FF43839D67A9F7828EE56182CC9F6)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&EmptyInternalEnumerator_1_get_Current_m786A8C742AD2FBE6553BC3710D4DF9E81200676F_RuntimeMethod_var))); } } // System.Object System.Array/EmptyInternalEnumerator`1::System.Collections.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * EmptyInternalEnumerator_1_System_Collections_IEnumerator_get_Current_m7464B4F8DE58B203BAEF1FF8D5043F7FF27AD6E9_gshared (EmptyInternalEnumerator_1_t60459A041C4E5FAF95F79FE4185CABD0CB7746A0 * __this, const RuntimeMethod* method) { { NullCheck((EmptyInternalEnumerator_1_t60459A041C4E5FAF95F79FE4185CABD0CB7746A0 *)__this); ComputeBufferInfo_t025B2271B4F21E4EF715D6CFF2FFD029C803155E L_0; L_0 = (( ComputeBufferInfo_t025B2271B4F21E4EF715D6CFF2FFD029C803155E (*) (EmptyInternalEnumerator_1_t60459A041C4E5FAF95F79FE4185CABD0CB7746A0 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((EmptyInternalEnumerator_1_t60459A041C4E5FAF95F79FE4185CABD0CB7746A0 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); ComputeBufferInfo_t025B2271B4F21E4EF715D6CFF2FFD029C803155E L_1 = (ComputeBufferInfo_t025B2271B4F21E4EF715D6CFF2FFD029C803155E )L_0; RuntimeObject * L_2 = Box(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 1), &L_1); return (RuntimeObject *)L_2; } } // System.Void System.Array/EmptyInternalEnumerator`1::System.Collections.IEnumerator.Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1_System_Collections_IEnumerator_Reset_m377EA3A2A0055556673899B368368A3717D6D9DC_gshared (EmptyInternalEnumerator_1_t60459A041C4E5FAF95F79FE4185CABD0CB7746A0 * __this, const RuntimeMethod* method) { { return; } } // System.Void System.Array/EmptyInternalEnumerator`1::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1__ctor_mC8109E270F2E5D978E24A2A6A75D59232E0FBA78_gshared (EmptyInternalEnumerator_1_t60459A041C4E5FAF95F79FE4185CABD0CB7746A0 * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405((RuntimeObject *)__this, /*hidden argument*/NULL); return; } } // System.Void System.Array/EmptyInternalEnumerator`1::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1__cctor_m838D8CF3E84AE0BD2285F06FC0CF73DCD908AB2D_gshared (const RuntimeMethod* method) { { EmptyInternalEnumerator_1_t60459A041C4E5FAF95F79FE4185CABD0CB7746A0 * L_0 = (EmptyInternalEnumerator_1_t60459A041C4E5FAF95F79FE4185CABD0CB7746A0 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2)); (( void (*) (EmptyInternalEnumerator_1_t60459A041C4E5FAF95F79FE4185CABD0CB7746A0 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)->methodPointer)(L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); ((EmptyInternalEnumerator_1_t60459A041C4E5FAF95F79FE4185CABD0CB7746A0_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4)))->set_Value_0(L_0); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Array/EmptyInternalEnumerator`1::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1_Dispose_m0E0EC921882A7E8C1E8B1570D28B972112B8FD17_gshared (EmptyInternalEnumerator_1_t3FB8CD3210561E4173013EC444474C6FB13FBBB2 * __this, const RuntimeMethod* method) { { return; } } // System.Boolean System.Array/EmptyInternalEnumerator`1::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool EmptyInternalEnumerator_1_MoveNext_m87058C6385D4D055ED893C3CB066B6C7ABD9D77C_gshared (EmptyInternalEnumerator_1_t3FB8CD3210561E4173013EC444474C6FB13FBBB2 * __this, const RuntimeMethod* method) { { return (bool)0; } } // T System.Array/EmptyInternalEnumerator`1::get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR PrePunctualLight_t6A6B0358A9D80FE6E10948C365C06F7092A8D609 EmptyInternalEnumerator_1_get_Current_m2E56FCE3EF196E3BE5F1503A13012F401E289E92_gshared (EmptyInternalEnumerator_1_t3FB8CD3210561E4173013EC444474C6FB13FBBB2 * __this, const RuntimeMethod* method) { { InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB * L_0 = (InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB_il2cpp_TypeInfo_var))); InvalidOperationException__ctor_mC012CE552988309733C896F3FEA8249171E4402E(L_0, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral7E7A07FECA0FF43839D67A9F7828EE56182CC9F6)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&EmptyInternalEnumerator_1_get_Current_m2E56FCE3EF196E3BE5F1503A13012F401E289E92_RuntimeMethod_var))); } } // System.Object System.Array/EmptyInternalEnumerator`1::System.Collections.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * EmptyInternalEnumerator_1_System_Collections_IEnumerator_get_Current_mFB3F54D638FC0D5009B9ADCE1CD92CA00DA8A515_gshared (EmptyInternalEnumerator_1_t3FB8CD3210561E4173013EC444474C6FB13FBBB2 * __this, const RuntimeMethod* method) { { NullCheck((EmptyInternalEnumerator_1_t3FB8CD3210561E4173013EC444474C6FB13FBBB2 *)__this); PrePunctualLight_t6A6B0358A9D80FE6E10948C365C06F7092A8D609 L_0; L_0 = (( PrePunctualLight_t6A6B0358A9D80FE6E10948C365C06F7092A8D609 (*) (EmptyInternalEnumerator_1_t3FB8CD3210561E4173013EC444474C6FB13FBBB2 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((EmptyInternalEnumerator_1_t3FB8CD3210561E4173013EC444474C6FB13FBBB2 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); PrePunctualLight_t6A6B0358A9D80FE6E10948C365C06F7092A8D609 L_1 = (PrePunctualLight_t6A6B0358A9D80FE6E10948C365C06F7092A8D609 )L_0; RuntimeObject * L_2 = Box(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 1), &L_1); return (RuntimeObject *)L_2; } } // System.Void System.Array/EmptyInternalEnumerator`1::System.Collections.IEnumerator.Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1_System_Collections_IEnumerator_Reset_m4202209E79389438117001C944E5A9FA2B8B414E_gshared (EmptyInternalEnumerator_1_t3FB8CD3210561E4173013EC444474C6FB13FBBB2 * __this, const RuntimeMethod* method) { { return; } } // System.Void System.Array/EmptyInternalEnumerator`1::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1__ctor_m1539FA02852A5EC2F7CE7FF9D042CBE4C3F16511_gshared (EmptyInternalEnumerator_1_t3FB8CD3210561E4173013EC444474C6FB13FBBB2 * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405((RuntimeObject *)__this, /*hidden argument*/NULL); return; } } // System.Void System.Array/EmptyInternalEnumerator`1::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1__cctor_mCC5FD1CDCCE540F07C6322F42399D96D526B38B4_gshared (const RuntimeMethod* method) { { EmptyInternalEnumerator_1_t3FB8CD3210561E4173013EC444474C6FB13FBBB2 * L_0 = (EmptyInternalEnumerator_1_t3FB8CD3210561E4173013EC444474C6FB13FBBB2 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2)); (( void (*) (EmptyInternalEnumerator_1_t3FB8CD3210561E4173013EC444474C6FB13FBBB2 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)->methodPointer)(L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); ((EmptyInternalEnumerator_1_t3FB8CD3210561E4173013EC444474C6FB13FBBB2_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4)))->set_Value_0(L_0); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Array/EmptyInternalEnumerator`1::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1_Dispose_m2D35D98A6FF358EB21A3EF507E8AAFB0F8EE9E47_gshared (EmptyInternalEnumerator_1_t0DA18AF09BD2D57ECE98A2D6FCB01E49F642F743 * __this, const RuntimeMethod* method) { { return; } } // System.Boolean System.Array/EmptyInternalEnumerator`1::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool EmptyInternalEnumerator_1_MoveNext_mA7AEEFDD2FF0C0A0D1DA16F0AF6D48EAAC91C833_gshared (EmptyInternalEnumerator_1_t0DA18AF09BD2D57ECE98A2D6FCB01E49F642F743 * __this, const RuntimeMethod* method) { { return (bool)0; } } // T System.Array/EmptyInternalEnumerator`1::get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR SessionInfo_t693487E54200EFD8E3528A4947ECBF85A0DABCE7 EmptyInternalEnumerator_1_get_Current_m3ADC7D7BDB87D1F14F260B0DE8F0142DEACC899D_gshared (EmptyInternalEnumerator_1_t0DA18AF09BD2D57ECE98A2D6FCB01E49F642F743 * __this, const RuntimeMethod* method) { { InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB * L_0 = (InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB_il2cpp_TypeInfo_var))); InvalidOperationException__ctor_mC012CE552988309733C896F3FEA8249171E4402E(L_0, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral7E7A07FECA0FF43839D67A9F7828EE56182CC9F6)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&EmptyInternalEnumerator_1_get_Current_m3ADC7D7BDB87D1F14F260B0DE8F0142DEACC899D_RuntimeMethod_var))); } } // System.Object System.Array/EmptyInternalEnumerator`1::System.Collections.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * EmptyInternalEnumerator_1_System_Collections_IEnumerator_get_Current_m156A6A264A57F434EE9AE0F88BCA7E825D18EF20_gshared (EmptyInternalEnumerator_1_t0DA18AF09BD2D57ECE98A2D6FCB01E49F642F743 * __this, const RuntimeMethod* method) { { NullCheck((EmptyInternalEnumerator_1_t0DA18AF09BD2D57ECE98A2D6FCB01E49F642F743 *)__this); SessionInfo_t693487E54200EFD8E3528A4947ECBF85A0DABCE7 L_0; L_0 = (( SessionInfo_t693487E54200EFD8E3528A4947ECBF85A0DABCE7 (*) (EmptyInternalEnumerator_1_t0DA18AF09BD2D57ECE98A2D6FCB01E49F642F743 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((EmptyInternalEnumerator_1_t0DA18AF09BD2D57ECE98A2D6FCB01E49F642F743 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); SessionInfo_t693487E54200EFD8E3528A4947ECBF85A0DABCE7 L_1 = (SessionInfo_t693487E54200EFD8E3528A4947ECBF85A0DABCE7 )L_0; RuntimeObject * L_2 = Box(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 1), &L_1); return (RuntimeObject *)L_2; } } // System.Void System.Array/EmptyInternalEnumerator`1::System.Collections.IEnumerator.Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1_System_Collections_IEnumerator_Reset_m8BEAEEA30EF34AEA3641AE3360271509BE21D570_gshared (EmptyInternalEnumerator_1_t0DA18AF09BD2D57ECE98A2D6FCB01E49F642F743 * __this, const RuntimeMethod* method) { { return; } } // System.Void System.Array/EmptyInternalEnumerator`1::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1__ctor_mDE64CC0D50719A3D83BA8B2B833D517386AF8573_gshared (EmptyInternalEnumerator_1_t0DA18AF09BD2D57ECE98A2D6FCB01E49F642F743 * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405((RuntimeObject *)__this, /*hidden argument*/NULL); return; } } // System.Void System.Array/EmptyInternalEnumerator`1::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1__cctor_mEA4821044FBCB8782B73C1BBF8CE02EE53C6F349_gshared (const RuntimeMethod* method) { { EmptyInternalEnumerator_1_t0DA18AF09BD2D57ECE98A2D6FCB01E49F642F743 * L_0 = (EmptyInternalEnumerator_1_t0DA18AF09BD2D57ECE98A2D6FCB01E49F642F743 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2)); (( void (*) (EmptyInternalEnumerator_1_t0DA18AF09BD2D57ECE98A2D6FCB01E49F642F743 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)->methodPointer)(L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); ((EmptyInternalEnumerator_1_t0DA18AF09BD2D57ECE98A2D6FCB01E49F642F743_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4)))->set_Value_0(L_0); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Array/EmptyInternalEnumerator`1::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1_Dispose_m045FE38AD2B5FD9C464138508735613BDF15AD76_gshared (EmptyInternalEnumerator_1_t772576279A18E7E354091996649F2F665152F82B * __this, const RuntimeMethod* method) { { return; } } // System.Boolean System.Array/EmptyInternalEnumerator`1::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool EmptyInternalEnumerator_1_MoveNext_m3133974D57FB7BC8B341408A2D891E72066B90FB_gshared (EmptyInternalEnumerator_1_t772576279A18E7E354091996649F2F665152F82B * __this, const RuntimeMethod* method) { { return (bool)0; } } // T System.Array/EmptyInternalEnumerator`1::get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR EventMetadata_t0F1E6D6A3AE52945C8B5DC3D6BF5F5F0BA3D3218 EmptyInternalEnumerator_1_get_Current_mD8249FAEBE80101F4FC3A8971D71DD0B6CCAB1BB_gshared (EmptyInternalEnumerator_1_t772576279A18E7E354091996649F2F665152F82B * __this, const RuntimeMethod* method) { { InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB * L_0 = (InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB_il2cpp_TypeInfo_var))); InvalidOperationException__ctor_mC012CE552988309733C896F3FEA8249171E4402E(L_0, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral7E7A07FECA0FF43839D67A9F7828EE56182CC9F6)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&EmptyInternalEnumerator_1_get_Current_mD8249FAEBE80101F4FC3A8971D71DD0B6CCAB1BB_RuntimeMethod_var))); } } // System.Object System.Array/EmptyInternalEnumerator`1::System.Collections.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * EmptyInternalEnumerator_1_System_Collections_IEnumerator_get_Current_m0498B1E62C6218C3765507DD8C259F074F000996_gshared (EmptyInternalEnumerator_1_t772576279A18E7E354091996649F2F665152F82B * __this, const RuntimeMethod* method) { { NullCheck((EmptyInternalEnumerator_1_t772576279A18E7E354091996649F2F665152F82B *)__this); EventMetadata_t0F1E6D6A3AE52945C8B5DC3D6BF5F5F0BA3D3218 L_0; L_0 = (( EventMetadata_t0F1E6D6A3AE52945C8B5DC3D6BF5F5F0BA3D3218 (*) (EmptyInternalEnumerator_1_t772576279A18E7E354091996649F2F665152F82B *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((EmptyInternalEnumerator_1_t772576279A18E7E354091996649F2F665152F82B *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); EventMetadata_t0F1E6D6A3AE52945C8B5DC3D6BF5F5F0BA3D3218 L_1 = (EventMetadata_t0F1E6D6A3AE52945C8B5DC3D6BF5F5F0BA3D3218 )L_0; RuntimeObject * L_2 = Box(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 1), &L_1); return (RuntimeObject *)L_2; } } // System.Void System.Array/EmptyInternalEnumerator`1::System.Collections.IEnumerator.Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1_System_Collections_IEnumerator_Reset_mA625E6366E448B70D5FAE8253E863876082F9991_gshared (EmptyInternalEnumerator_1_t772576279A18E7E354091996649F2F665152F82B * __this, const RuntimeMethod* method) { { return; } } // System.Void System.Array/EmptyInternalEnumerator`1::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1__ctor_m87286CAFAA4E2E18DD9EE8F4804877881B978B14_gshared (EmptyInternalEnumerator_1_t772576279A18E7E354091996649F2F665152F82B * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405((RuntimeObject *)__this, /*hidden argument*/NULL); return; } } // System.Void System.Array/EmptyInternalEnumerator`1::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1__cctor_mC836164DDD991058C541671176A3D7BD3D38681F_gshared (const RuntimeMethod* method) { { EmptyInternalEnumerator_1_t772576279A18E7E354091996649F2F665152F82B * L_0 = (EmptyInternalEnumerator_1_t772576279A18E7E354091996649F2F665152F82B *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2)); (( void (*) (EmptyInternalEnumerator_1_t772576279A18E7E354091996649F2F665152F82B *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)->methodPointer)(L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); ((EmptyInternalEnumerator_1_t772576279A18E7E354091996649F2F665152F82B_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4)))->set_Value_0(L_0); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Array/EmptyInternalEnumerator`1::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1_Dispose_mA49A75F1E70D415721D1500F9BF212EFDBE8C04E_gshared (EmptyInternalEnumerator_1_tA1968E4E8A70EEFCFC1CEF1875F0AA245D45D1AD * __this, const RuntimeMethod* method) { { return; } } // System.Boolean System.Array/EmptyInternalEnumerator`1::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool EmptyInternalEnumerator_1_MoveNext_m0A2961066CF8ABDEA6EC336C28391DC267BCC09D_gshared (EmptyInternalEnumerator_1_tA1968E4E8A70EEFCFC1CEF1875F0AA245D45D1AD * __this, const RuntimeMethod* method) { { return (bool)0; } } // T System.Array/EmptyInternalEnumerator`1::get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR HIDCollectionDescriptor_tEDA872562AB61C209FF48351297285AEEB84EFB6 EmptyInternalEnumerator_1_get_Current_m8052B85877843EC0FCBB3AAD461E6A79564D4427_gshared (EmptyInternalEnumerator_1_tA1968E4E8A70EEFCFC1CEF1875F0AA245D45D1AD * __this, const RuntimeMethod* method) { { InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB * L_0 = (InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB_il2cpp_TypeInfo_var))); InvalidOperationException__ctor_mC012CE552988309733C896F3FEA8249171E4402E(L_0, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral7E7A07FECA0FF43839D67A9F7828EE56182CC9F6)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&EmptyInternalEnumerator_1_get_Current_m8052B85877843EC0FCBB3AAD461E6A79564D4427_RuntimeMethod_var))); } } // System.Object System.Array/EmptyInternalEnumerator`1::System.Collections.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * EmptyInternalEnumerator_1_System_Collections_IEnumerator_get_Current_m202412C3A5B3462AE4FDB7576950EDA099CCAFB5_gshared (EmptyInternalEnumerator_1_tA1968E4E8A70EEFCFC1CEF1875F0AA245D45D1AD * __this, const RuntimeMethod* method) { { NullCheck((EmptyInternalEnumerator_1_tA1968E4E8A70EEFCFC1CEF1875F0AA245D45D1AD *)__this); HIDCollectionDescriptor_tEDA872562AB61C209FF48351297285AEEB84EFB6 L_0; L_0 = (( HIDCollectionDescriptor_tEDA872562AB61C209FF48351297285AEEB84EFB6 (*) (EmptyInternalEnumerator_1_tA1968E4E8A70EEFCFC1CEF1875F0AA245D45D1AD *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((EmptyInternalEnumerator_1_tA1968E4E8A70EEFCFC1CEF1875F0AA245D45D1AD *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); HIDCollectionDescriptor_tEDA872562AB61C209FF48351297285AEEB84EFB6 L_1 = (HIDCollectionDescriptor_tEDA872562AB61C209FF48351297285AEEB84EFB6 )L_0; RuntimeObject * L_2 = Box(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 1), &L_1); return (RuntimeObject *)L_2; } } // System.Void System.Array/EmptyInternalEnumerator`1::System.Collections.IEnumerator.Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1_System_Collections_IEnumerator_Reset_m12B44943311E74FF94B4F8D4FF4D7AAE644B3133_gshared (EmptyInternalEnumerator_1_tA1968E4E8A70EEFCFC1CEF1875F0AA245D45D1AD * __this, const RuntimeMethod* method) { { return; } } // System.Void System.Array/EmptyInternalEnumerator`1::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1__ctor_mA6471119C901B678D984F559A286687A3F57F5B6_gshared (EmptyInternalEnumerator_1_tA1968E4E8A70EEFCFC1CEF1875F0AA245D45D1AD * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405((RuntimeObject *)__this, /*hidden argument*/NULL); return; } } // System.Void System.Array/EmptyInternalEnumerator`1::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1__cctor_m596D7EDCCB5EA6B561A06E6559FFC34C7BE15D93_gshared (const RuntimeMethod* method) { { EmptyInternalEnumerator_1_tA1968E4E8A70EEFCFC1CEF1875F0AA245D45D1AD * L_0 = (EmptyInternalEnumerator_1_tA1968E4E8A70EEFCFC1CEF1875F0AA245D45D1AD *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2)); (( void (*) (EmptyInternalEnumerator_1_tA1968E4E8A70EEFCFC1CEF1875F0AA245D45D1AD *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)->methodPointer)(L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); ((EmptyInternalEnumerator_1_tA1968E4E8A70EEFCFC1CEF1875F0AA245D45D1AD_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4)))->set_Value_0(L_0); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Array/EmptyInternalEnumerator`1::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1_Dispose_m5A138C6248F204EEDB431DCBE58AB5AE74920A44_gshared (EmptyInternalEnumerator_1_tB7875A6587F3E177FCB1D982676AEC5F9E5043E2 * __this, const RuntimeMethod* method) { { return; } } // System.Boolean System.Array/EmptyInternalEnumerator`1::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool EmptyInternalEnumerator_1_MoveNext_m84E058D923E7ECAA4CE53E8224E42383E27E7FA0_gshared (EmptyInternalEnumerator_1_tB7875A6587F3E177FCB1D982676AEC5F9E5043E2 * __this, const RuntimeMethod* method) { { return (bool)0; } } // T System.Array/EmptyInternalEnumerator`1::get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR HIDElementDescriptor_tFB38373ABAFB8E910B966D9FA52DAAE4AEF19427 EmptyInternalEnumerator_1_get_Current_m099F340F8D3D6575BB5387504257EC8DCB3986F6_gshared (EmptyInternalEnumerator_1_tB7875A6587F3E177FCB1D982676AEC5F9E5043E2 * __this, const RuntimeMethod* method) { { InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB * L_0 = (InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB_il2cpp_TypeInfo_var))); InvalidOperationException__ctor_mC012CE552988309733C896F3FEA8249171E4402E(L_0, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral7E7A07FECA0FF43839D67A9F7828EE56182CC9F6)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&EmptyInternalEnumerator_1_get_Current_m099F340F8D3D6575BB5387504257EC8DCB3986F6_RuntimeMethod_var))); } } // System.Object System.Array/EmptyInternalEnumerator`1::System.Collections.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * EmptyInternalEnumerator_1_System_Collections_IEnumerator_get_Current_m478BA86F70D3A3A7A38EC7A2450D8FAC7CB986E0_gshared (EmptyInternalEnumerator_1_tB7875A6587F3E177FCB1D982676AEC5F9E5043E2 * __this, const RuntimeMethod* method) { { NullCheck((EmptyInternalEnumerator_1_tB7875A6587F3E177FCB1D982676AEC5F9E5043E2 *)__this); HIDElementDescriptor_tFB38373ABAFB8E910B966D9FA52DAAE4AEF19427 L_0; L_0 = (( HIDElementDescriptor_tFB38373ABAFB8E910B966D9FA52DAAE4AEF19427 (*) (EmptyInternalEnumerator_1_tB7875A6587F3E177FCB1D982676AEC5F9E5043E2 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((EmptyInternalEnumerator_1_tB7875A6587F3E177FCB1D982676AEC5F9E5043E2 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); HIDElementDescriptor_tFB38373ABAFB8E910B966D9FA52DAAE4AEF19427 L_1 = (HIDElementDescriptor_tFB38373ABAFB8E910B966D9FA52DAAE4AEF19427 )L_0; RuntimeObject * L_2 = Box(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 1), &L_1); return (RuntimeObject *)L_2; } } // System.Void System.Array/EmptyInternalEnumerator`1::System.Collections.IEnumerator.Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1_System_Collections_IEnumerator_Reset_mC376331EE9A0616D5A898F9C86E2985013878547_gshared (EmptyInternalEnumerator_1_tB7875A6587F3E177FCB1D982676AEC5F9E5043E2 * __this, const RuntimeMethod* method) { { return; } } // System.Void System.Array/EmptyInternalEnumerator`1::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1__ctor_mF99CC0DCA355D104F718F2AC5B512375AE90D140_gshared (EmptyInternalEnumerator_1_tB7875A6587F3E177FCB1D982676AEC5F9E5043E2 * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405((RuntimeObject *)__this, /*hidden argument*/NULL); return; } } // System.Void System.Array/EmptyInternalEnumerator`1::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1__cctor_m2398E47C5917404CA2E7621B0B6804067DE22D5A_gshared (const RuntimeMethod* method) { { EmptyInternalEnumerator_1_tB7875A6587F3E177FCB1D982676AEC5F9E5043E2 * L_0 = (EmptyInternalEnumerator_1_tB7875A6587F3E177FCB1D982676AEC5F9E5043E2 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2)); (( void (*) (EmptyInternalEnumerator_1_tB7875A6587F3E177FCB1D982676AEC5F9E5043E2 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)->methodPointer)(L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); ((EmptyInternalEnumerator_1_tB7875A6587F3E177FCB1D982676AEC5F9E5043E2_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4)))->set_Value_0(L_0); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Array/EmptyInternalEnumerator`1::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1_Dispose_mACCEB7014140CE0C300BCA4AF161FB4193F3CF56_gshared (EmptyInternalEnumerator_1_t4850C37B8D667684B81D10946F69EE93E08E8EC9 * __this, const RuntimeMethod* method) { { return; } } // System.Boolean System.Array/EmptyInternalEnumerator`1::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool EmptyInternalEnumerator_1_MoveNext_m05D5F5FFCAE8BD8E9E49C827A57A2F0C3814CD45_gshared (EmptyInternalEnumerator_1_t4850C37B8D667684B81D10946F69EE93E08E8EC9 * __this, const RuntimeMethod* method) { { return (bool)0; } } // T System.Array/EmptyInternalEnumerator`1::get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR HIDReportData_tF41A69FD7D6BB249F5E780B6A3A784B0024FAC59 EmptyInternalEnumerator_1_get_Current_mDEC741C04FAFE7122DF0C9D611E4022A6AC20909_gshared (EmptyInternalEnumerator_1_t4850C37B8D667684B81D10946F69EE93E08E8EC9 * __this, const RuntimeMethod* method) { { InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB * L_0 = (InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB_il2cpp_TypeInfo_var))); InvalidOperationException__ctor_mC012CE552988309733C896F3FEA8249171E4402E(L_0, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral7E7A07FECA0FF43839D67A9F7828EE56182CC9F6)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&EmptyInternalEnumerator_1_get_Current_mDEC741C04FAFE7122DF0C9D611E4022A6AC20909_RuntimeMethod_var))); } } // System.Object System.Array/EmptyInternalEnumerator`1::System.Collections.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * EmptyInternalEnumerator_1_System_Collections_IEnumerator_get_Current_m84BB0767F8B17BBF027BCE5F8A9E3130136FDE6D_gshared (EmptyInternalEnumerator_1_t4850C37B8D667684B81D10946F69EE93E08E8EC9 * __this, const RuntimeMethod* method) { { NullCheck((EmptyInternalEnumerator_1_t4850C37B8D667684B81D10946F69EE93E08E8EC9 *)__this); HIDReportData_tF41A69FD7D6BB249F5E780B6A3A784B0024FAC59 L_0; L_0 = (( HIDReportData_tF41A69FD7D6BB249F5E780B6A3A784B0024FAC59 (*) (EmptyInternalEnumerator_1_t4850C37B8D667684B81D10946F69EE93E08E8EC9 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((EmptyInternalEnumerator_1_t4850C37B8D667684B81D10946F69EE93E08E8EC9 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); HIDReportData_tF41A69FD7D6BB249F5E780B6A3A784B0024FAC59 L_1 = (HIDReportData_tF41A69FD7D6BB249F5E780B6A3A784B0024FAC59 )L_0; RuntimeObject * L_2 = Box(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 1), &L_1); return (RuntimeObject *)L_2; } } // System.Void System.Array/EmptyInternalEnumerator`1::System.Collections.IEnumerator.Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1_System_Collections_IEnumerator_Reset_mAEE26329408127A80A4846E576EDCE7D7954AD26_gshared (EmptyInternalEnumerator_1_t4850C37B8D667684B81D10946F69EE93E08E8EC9 * __this, const RuntimeMethod* method) { { return; } } // System.Void System.Array/EmptyInternalEnumerator`1::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1__ctor_mE1DBC4D34BE694E28E6E0ECD4E08092BA9F3A72C_gshared (EmptyInternalEnumerator_1_t4850C37B8D667684B81D10946F69EE93E08E8EC9 * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405((RuntimeObject *)__this, /*hidden argument*/NULL); return; } } // System.Void System.Array/EmptyInternalEnumerator`1::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1__cctor_m41D1554CBDAE18FFCFD79BD3DF4B51A1EE59674B_gshared (const RuntimeMethod* method) { { EmptyInternalEnumerator_1_t4850C37B8D667684B81D10946F69EE93E08E8EC9 * L_0 = (EmptyInternalEnumerator_1_t4850C37B8D667684B81D10946F69EE93E08E8EC9 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2)); (( void (*) (EmptyInternalEnumerator_1_t4850C37B8D667684B81D10946F69EE93E08E8EC9 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)->methodPointer)(L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); ((EmptyInternalEnumerator_1_t4850C37B8D667684B81D10946F69EE93E08E8EC9_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4)))->set_Value_0(L_0); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Array/EmptyInternalEnumerator`1::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1_Dispose_mBC90B8BE3278688254B7DC1EACD59B4330C6A3F4_gshared (EmptyInternalEnumerator_1_t9476497B8A2D6DC3B2C174BE8EE718551C797B63 * __this, const RuntimeMethod* method) { { return; } } // System.Boolean System.Array/EmptyInternalEnumerator`1::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool EmptyInternalEnumerator_1_MoveNext_mDD7CCB4E2CEE224B585C64DAF0559F33D84B6EE4_gshared (EmptyInternalEnumerator_1_t9476497B8A2D6DC3B2C174BE8EE718551C797B63 * __this, const RuntimeMethod* method) { { return (bool)0; } } // T System.Array/EmptyInternalEnumerator`1::get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR HIDPageUsage_t879BAF59B0E8E71FE5FCC27A695C704E7A958AC1 EmptyInternalEnumerator_1_get_Current_m7B39D4EAC12939426CFD5B25EB9F726181B99521_gshared (EmptyInternalEnumerator_1_t9476497B8A2D6DC3B2C174BE8EE718551C797B63 * __this, const RuntimeMethod* method) { { InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB * L_0 = (InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB_il2cpp_TypeInfo_var))); InvalidOperationException__ctor_mC012CE552988309733C896F3FEA8249171E4402E(L_0, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral7E7A07FECA0FF43839D67A9F7828EE56182CC9F6)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&EmptyInternalEnumerator_1_get_Current_m7B39D4EAC12939426CFD5B25EB9F726181B99521_RuntimeMethod_var))); } } // System.Object System.Array/EmptyInternalEnumerator`1::System.Collections.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * EmptyInternalEnumerator_1_System_Collections_IEnumerator_get_Current_mE0132AEB91F55962CA335FEA72399D92021BA8E4_gshared (EmptyInternalEnumerator_1_t9476497B8A2D6DC3B2C174BE8EE718551C797B63 * __this, const RuntimeMethod* method) { { NullCheck((EmptyInternalEnumerator_1_t9476497B8A2D6DC3B2C174BE8EE718551C797B63 *)__this); HIDPageUsage_t879BAF59B0E8E71FE5FCC27A695C704E7A958AC1 L_0; L_0 = (( HIDPageUsage_t879BAF59B0E8E71FE5FCC27A695C704E7A958AC1 (*) (EmptyInternalEnumerator_1_t9476497B8A2D6DC3B2C174BE8EE718551C797B63 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((EmptyInternalEnumerator_1_t9476497B8A2D6DC3B2C174BE8EE718551C797B63 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); HIDPageUsage_t879BAF59B0E8E71FE5FCC27A695C704E7A958AC1 L_1 = (HIDPageUsage_t879BAF59B0E8E71FE5FCC27A695C704E7A958AC1 )L_0; RuntimeObject * L_2 = Box(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 1), &L_1); return (RuntimeObject *)L_2; } } // System.Void System.Array/EmptyInternalEnumerator`1::System.Collections.IEnumerator.Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1_System_Collections_IEnumerator_Reset_m32F5707F18230E0E6D5620267096FBBA132841F2_gshared (EmptyInternalEnumerator_1_t9476497B8A2D6DC3B2C174BE8EE718551C797B63 * __this, const RuntimeMethod* method) { { return; } } // System.Void System.Array/EmptyInternalEnumerator`1::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1__ctor_mB09C8D2595AD5FB2AD38657A48C732F3A5E0BB43_gshared (EmptyInternalEnumerator_1_t9476497B8A2D6DC3B2C174BE8EE718551C797B63 * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405((RuntimeObject *)__this, /*hidden argument*/NULL); return; } } // System.Void System.Array/EmptyInternalEnumerator`1::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1__cctor_m7388D766A34E12482AD4DBF4E3A1A32B67A90028_gshared (const RuntimeMethod* method) { { EmptyInternalEnumerator_1_t9476497B8A2D6DC3B2C174BE8EE718551C797B63 * L_0 = (EmptyInternalEnumerator_1_t9476497B8A2D6DC3B2C174BE8EE718551C797B63 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2)); (( void (*) (EmptyInternalEnumerator_1_t9476497B8A2D6DC3B2C174BE8EE718551C797B63 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)->methodPointer)(L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); ((EmptyInternalEnumerator_1_t9476497B8A2D6DC3B2C174BE8EE718551C797B63_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4)))->set_Value_0(L_0); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Array/EmptyInternalEnumerator`1::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1_Dispose_m1DD2C8DF9C838E542FE88F58401566695FBC2B97_gshared (EmptyInternalEnumerator_1_t722CE7953BDA5EAB673D0A20586B627F26F3FF47 * __this, const RuntimeMethod* method) { { return; } } // System.Boolean System.Array/EmptyInternalEnumerator`1::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool EmptyInternalEnumerator_1_MoveNext_m4E67E4843D320CD90A9F2312E8592A8A419A0539_gshared (EmptyInternalEnumerator_1_t722CE7953BDA5EAB673D0A20586B627F26F3FF47 * __this, const RuntimeMethod* method) { { return (bool)0; } } // T System.Array/EmptyInternalEnumerator`1::get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bucket_t56D642DDC4ABBCED9DB7F620CC35AEEC0778869D EmptyInternalEnumerator_1_get_Current_m0F71CAE23EACB2F1DA49911C7A9E814A0009C3D9_gshared (EmptyInternalEnumerator_1_t722CE7953BDA5EAB673D0A20586B627F26F3FF47 * __this, const RuntimeMethod* method) { { InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB * L_0 = (InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB_il2cpp_TypeInfo_var))); InvalidOperationException__ctor_mC012CE552988309733C896F3FEA8249171E4402E(L_0, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral7E7A07FECA0FF43839D67A9F7828EE56182CC9F6)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&EmptyInternalEnumerator_1_get_Current_m0F71CAE23EACB2F1DA49911C7A9E814A0009C3D9_RuntimeMethod_var))); } } // System.Object System.Array/EmptyInternalEnumerator`1::System.Collections.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * EmptyInternalEnumerator_1_System_Collections_IEnumerator_get_Current_mA3DEDFD71A21483FDCEADB190BA17CC0CE6EDD39_gshared (EmptyInternalEnumerator_1_t722CE7953BDA5EAB673D0A20586B627F26F3FF47 * __this, const RuntimeMethod* method) { { NullCheck((EmptyInternalEnumerator_1_t722CE7953BDA5EAB673D0A20586B627F26F3FF47 *)__this); bucket_t56D642DDC4ABBCED9DB7F620CC35AEEC0778869D L_0; L_0 = (( bucket_t56D642DDC4ABBCED9DB7F620CC35AEEC0778869D (*) (EmptyInternalEnumerator_1_t722CE7953BDA5EAB673D0A20586B627F26F3FF47 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((EmptyInternalEnumerator_1_t722CE7953BDA5EAB673D0A20586B627F26F3FF47 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); bucket_t56D642DDC4ABBCED9DB7F620CC35AEEC0778869D L_1 = (bucket_t56D642DDC4ABBCED9DB7F620CC35AEEC0778869D )L_0; RuntimeObject * L_2 = Box(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 1), &L_1); return (RuntimeObject *)L_2; } } // System.Void System.Array/EmptyInternalEnumerator`1::System.Collections.IEnumerator.Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1_System_Collections_IEnumerator_Reset_m6F1F0075D6ED693F2B3E2B1EB94AE26FC8041B54_gshared (EmptyInternalEnumerator_1_t722CE7953BDA5EAB673D0A20586B627F26F3FF47 * __this, const RuntimeMethod* method) { { return; } } // System.Void System.Array/EmptyInternalEnumerator`1::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1__ctor_m58B38863495D0B4E5896504A61E58B76A41284D0_gshared (EmptyInternalEnumerator_1_t722CE7953BDA5EAB673D0A20586B627F26F3FF47 * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405((RuntimeObject *)__this, /*hidden argument*/NULL); return; } } // System.Void System.Array/EmptyInternalEnumerator`1::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1__cctor_m93669B5587E6F45935ABFC1F0C1A5733D9F6B448_gshared (const RuntimeMethod* method) { { EmptyInternalEnumerator_1_t722CE7953BDA5EAB673D0A20586B627F26F3FF47 * L_0 = (EmptyInternalEnumerator_1_t722CE7953BDA5EAB673D0A20586B627F26F3FF47 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2)); (( void (*) (EmptyInternalEnumerator_1_t722CE7953BDA5EAB673D0A20586B627F26F3FF47 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)->methodPointer)(L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); ((EmptyInternalEnumerator_1_t722CE7953BDA5EAB673D0A20586B627F26F3FF47_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4)))->set_Value_0(L_0); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Array/EmptyInternalEnumerator`1::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1_Dispose_m911F5E1A5A8D54706924748F83A3FA08811DCD1F_gshared (EmptyInternalEnumerator_1_t0B71F5B648D4E09E5558F0E0531743818454C863 * __this, const RuntimeMethod* method) { { return; } } // System.Boolean System.Array/EmptyInternalEnumerator`1::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool EmptyInternalEnumerator_1_MoveNext_m667603F599306B5E4A21BB3BD076145793E294EE_gshared (EmptyInternalEnumerator_1_t0B71F5B648D4E09E5558F0E0531743818454C863 * __this, const RuntimeMethod* method) { { return (bool)0; } } // T System.Array/EmptyInternalEnumerator`1::get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR BindingJson_t347A29B701719410931D8E8ABE356EADB19CF152 EmptyInternalEnumerator_1_get_Current_mDEC6B55CE426F3C652FA9E468DC3CA5AC6D730EC_gshared (EmptyInternalEnumerator_1_t0B71F5B648D4E09E5558F0E0531743818454C863 * __this, const RuntimeMethod* method) { { InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB * L_0 = (InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB_il2cpp_TypeInfo_var))); InvalidOperationException__ctor_mC012CE552988309733C896F3FEA8249171E4402E(L_0, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral7E7A07FECA0FF43839D67A9F7828EE56182CC9F6)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&EmptyInternalEnumerator_1_get_Current_mDEC6B55CE426F3C652FA9E468DC3CA5AC6D730EC_RuntimeMethod_var))); } } // System.Object System.Array/EmptyInternalEnumerator`1::System.Collections.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * EmptyInternalEnumerator_1_System_Collections_IEnumerator_get_Current_m0F9416AD15E7CAADE10A3C49BE65741189848C2C_gshared (EmptyInternalEnumerator_1_t0B71F5B648D4E09E5558F0E0531743818454C863 * __this, const RuntimeMethod* method) { { NullCheck((EmptyInternalEnumerator_1_t0B71F5B648D4E09E5558F0E0531743818454C863 *)__this); BindingJson_t347A29B701719410931D8E8ABE356EADB19CF152 L_0; L_0 = (( BindingJson_t347A29B701719410931D8E8ABE356EADB19CF152 (*) (EmptyInternalEnumerator_1_t0B71F5B648D4E09E5558F0E0531743818454C863 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((EmptyInternalEnumerator_1_t0B71F5B648D4E09E5558F0E0531743818454C863 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); BindingJson_t347A29B701719410931D8E8ABE356EADB19CF152 L_1 = (BindingJson_t347A29B701719410931D8E8ABE356EADB19CF152 )L_0; RuntimeObject * L_2 = Box(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 1), &L_1); return (RuntimeObject *)L_2; } } // System.Void System.Array/EmptyInternalEnumerator`1::System.Collections.IEnumerator.Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1_System_Collections_IEnumerator_Reset_mF6EB4D00AE70CB53326D1386CA2F97EA51755C7A_gshared (EmptyInternalEnumerator_1_t0B71F5B648D4E09E5558F0E0531743818454C863 * __this, const RuntimeMethod* method) { { return; } } // System.Void System.Array/EmptyInternalEnumerator`1::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1__ctor_m6EE8629BDFF96D80F5950A38E154C3C4920CB5C4_gshared (EmptyInternalEnumerator_1_t0B71F5B648D4E09E5558F0E0531743818454C863 * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405((RuntimeObject *)__this, /*hidden argument*/NULL); return; } } // System.Void System.Array/EmptyInternalEnumerator`1::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1__cctor_mB940443006551A2051E7E9A8D7958087979B6802_gshared (const RuntimeMethod* method) { { EmptyInternalEnumerator_1_t0B71F5B648D4E09E5558F0E0531743818454C863 * L_0 = (EmptyInternalEnumerator_1_t0B71F5B648D4E09E5558F0E0531743818454C863 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2)); (( void (*) (EmptyInternalEnumerator_1_t0B71F5B648D4E09E5558F0E0531743818454C863 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)->methodPointer)(L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); ((EmptyInternalEnumerator_1_t0B71F5B648D4E09E5558F0E0531743818454C863_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4)))->set_Value_0(L_0); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Array/EmptyInternalEnumerator`1::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1_Dispose_m74C1BC99E37856D7FB8A08D73255F5B4D7EDB68D_gshared (EmptyInternalEnumerator_1_t63C2F4188FD59356321B045E3274184978BFCD48 * __this, const RuntimeMethod* method) { { return; } } // System.Boolean System.Array/EmptyInternalEnumerator`1::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool EmptyInternalEnumerator_1_MoveNext_m8CE381F71D05733EEFF50BD4AB627CDC3A5ACADA_gshared (EmptyInternalEnumerator_1_t63C2F4188FD59356321B045E3274184978BFCD48 * __this, const RuntimeMethod* method) { { return (bool)0; } } // T System.Array/EmptyInternalEnumerator`1::get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR BindingOverrideJson_tE51E2D03B0CD84E68FF72DF2907FA2BC7387D9D7 EmptyInternalEnumerator_1_get_Current_m7426BD78BC5E238B15D82D070A46098A52AB6825_gshared (EmptyInternalEnumerator_1_t63C2F4188FD59356321B045E3274184978BFCD48 * __this, const RuntimeMethod* method) { { InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB * L_0 = (InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB_il2cpp_TypeInfo_var))); InvalidOperationException__ctor_mC012CE552988309733C896F3FEA8249171E4402E(L_0, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral7E7A07FECA0FF43839D67A9F7828EE56182CC9F6)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&EmptyInternalEnumerator_1_get_Current_m7426BD78BC5E238B15D82D070A46098A52AB6825_RuntimeMethod_var))); } } // System.Object System.Array/EmptyInternalEnumerator`1::System.Collections.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * EmptyInternalEnumerator_1_System_Collections_IEnumerator_get_Current_mC852F196CA0FF8AFB9C7B3D323D1944A48D53A91_gshared (EmptyInternalEnumerator_1_t63C2F4188FD59356321B045E3274184978BFCD48 * __this, const RuntimeMethod* method) { { NullCheck((EmptyInternalEnumerator_1_t63C2F4188FD59356321B045E3274184978BFCD48 *)__this); BindingOverrideJson_tE51E2D03B0CD84E68FF72DF2907FA2BC7387D9D7 L_0; L_0 = (( BindingOverrideJson_tE51E2D03B0CD84E68FF72DF2907FA2BC7387D9D7 (*) (EmptyInternalEnumerator_1_t63C2F4188FD59356321B045E3274184978BFCD48 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((EmptyInternalEnumerator_1_t63C2F4188FD59356321B045E3274184978BFCD48 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); BindingOverrideJson_tE51E2D03B0CD84E68FF72DF2907FA2BC7387D9D7 L_1 = (BindingOverrideJson_tE51E2D03B0CD84E68FF72DF2907FA2BC7387D9D7 )L_0; RuntimeObject * L_2 = Box(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 1), &L_1); return (RuntimeObject *)L_2; } } // System.Void System.Array/EmptyInternalEnumerator`1::System.Collections.IEnumerator.Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1_System_Collections_IEnumerator_Reset_m8B0B11A36F9693F50A4DACD818130C931D903F4E_gshared (EmptyInternalEnumerator_1_t63C2F4188FD59356321B045E3274184978BFCD48 * __this, const RuntimeMethod* method) { { return; } } // System.Void System.Array/EmptyInternalEnumerator`1::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1__ctor_m6A6F10521D06ED366BF099646FAC970A991044BE_gshared (EmptyInternalEnumerator_1_t63C2F4188FD59356321B045E3274184978BFCD48 * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405((RuntimeObject *)__this, /*hidden argument*/NULL); return; } } // System.Void System.Array/EmptyInternalEnumerator`1::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1__cctor_mFC0D42A6227A1203836C1E5106DA91938A5809BA_gshared (const RuntimeMethod* method) { { EmptyInternalEnumerator_1_t63C2F4188FD59356321B045E3274184978BFCD48 * L_0 = (EmptyInternalEnumerator_1_t63C2F4188FD59356321B045E3274184978BFCD48 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2)); (( void (*) (EmptyInternalEnumerator_1_t63C2F4188FD59356321B045E3274184978BFCD48 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)->methodPointer)(L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); ((EmptyInternalEnumerator_1_t63C2F4188FD59356321B045E3274184978BFCD48_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4)))->set_Value_0(L_0); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Array/EmptyInternalEnumerator`1::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1_Dispose_mAA971C5452CC5B33753B255F1D5DF4633F5A200D_gshared (EmptyInternalEnumerator_1_t1CB3201AB1140C79244F0FCBFC073E5DAF6093D3 * __this, const RuntimeMethod* method) { { return; } } // System.Boolean System.Array/EmptyInternalEnumerator`1::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool EmptyInternalEnumerator_1_MoveNext_m0E84C78DAFF317091A412F44695E5B0BE6F35E62_gshared (EmptyInternalEnumerator_1_t1CB3201AB1140C79244F0FCBFC073E5DAF6093D3 * __this, const RuntimeMethod* method) { { return (bool)0; } } // T System.Array/EmptyInternalEnumerator`1::get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ReadActionJson_t62D66C07949B981884A0429EDFF041BB9CC85576 EmptyInternalEnumerator_1_get_Current_m3B3EDF5A1D29976012446EC5D0474AE5653CE208_gshared (EmptyInternalEnumerator_1_t1CB3201AB1140C79244F0FCBFC073E5DAF6093D3 * __this, const RuntimeMethod* method) { { InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB * L_0 = (InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB_il2cpp_TypeInfo_var))); InvalidOperationException__ctor_mC012CE552988309733C896F3FEA8249171E4402E(L_0, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral7E7A07FECA0FF43839D67A9F7828EE56182CC9F6)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&EmptyInternalEnumerator_1_get_Current_m3B3EDF5A1D29976012446EC5D0474AE5653CE208_RuntimeMethod_var))); } } // System.Object System.Array/EmptyInternalEnumerator`1::System.Collections.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * EmptyInternalEnumerator_1_System_Collections_IEnumerator_get_Current_mD851748AB813AB17695F52FCDCC787EC1FE8BDC5_gshared (EmptyInternalEnumerator_1_t1CB3201AB1140C79244F0FCBFC073E5DAF6093D3 * __this, const RuntimeMethod* method) { { NullCheck((EmptyInternalEnumerator_1_t1CB3201AB1140C79244F0FCBFC073E5DAF6093D3 *)__this); ReadActionJson_t62D66C07949B981884A0429EDFF041BB9CC85576 L_0; L_0 = (( ReadActionJson_t62D66C07949B981884A0429EDFF041BB9CC85576 (*) (EmptyInternalEnumerator_1_t1CB3201AB1140C79244F0FCBFC073E5DAF6093D3 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((EmptyInternalEnumerator_1_t1CB3201AB1140C79244F0FCBFC073E5DAF6093D3 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); ReadActionJson_t62D66C07949B981884A0429EDFF041BB9CC85576 L_1 = (ReadActionJson_t62D66C07949B981884A0429EDFF041BB9CC85576 )L_0; RuntimeObject * L_2 = Box(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 1), &L_1); return (RuntimeObject *)L_2; } } // System.Void System.Array/EmptyInternalEnumerator`1::System.Collections.IEnumerator.Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1_System_Collections_IEnumerator_Reset_m3D49CBFCFC5AF483242E33F031E303D94F2059E4_gshared (EmptyInternalEnumerator_1_t1CB3201AB1140C79244F0FCBFC073E5DAF6093D3 * __this, const RuntimeMethod* method) { { return; } } // System.Void System.Array/EmptyInternalEnumerator`1::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1__ctor_m01F505B47DA39804B9DF5B541B258AFE193D8D0B_gshared (EmptyInternalEnumerator_1_t1CB3201AB1140C79244F0FCBFC073E5DAF6093D3 * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405((RuntimeObject *)__this, /*hidden argument*/NULL); return; } } // System.Void System.Array/EmptyInternalEnumerator`1::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1__cctor_mEBEB3959462CE5527941A6283C4309779D315485_gshared (const RuntimeMethod* method) { { EmptyInternalEnumerator_1_t1CB3201AB1140C79244F0FCBFC073E5DAF6093D3 * L_0 = (EmptyInternalEnumerator_1_t1CB3201AB1140C79244F0FCBFC073E5DAF6093D3 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2)); (( void (*) (EmptyInternalEnumerator_1_t1CB3201AB1140C79244F0FCBFC073E5DAF6093D3 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)->methodPointer)(L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); ((EmptyInternalEnumerator_1_t1CB3201AB1140C79244F0FCBFC073E5DAF6093D3_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4)))->set_Value_0(L_0); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Array/EmptyInternalEnumerator`1::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1_Dispose_m1860D681FD9387FC16F0610DEE5A1E8C0DBA9EBA_gshared (EmptyInternalEnumerator_1_t4B61F3E4F8090CEBB2CB74615D9AB6993ED8835E * __this, const RuntimeMethod* method) { { return; } } // System.Boolean System.Array/EmptyInternalEnumerator`1::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool EmptyInternalEnumerator_1_MoveNext_mDC9D436F8E2C8E9266D09D8F0C40326BE0CDE90E_gshared (EmptyInternalEnumerator_1_t4B61F3E4F8090CEBB2CB74615D9AB6993ED8835E * __this, const RuntimeMethod* method) { { return (bool)0; } } // T System.Array/EmptyInternalEnumerator`1::get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ReadMapJson_tBE2CDE3D7B711BAE57243A74D610ECBE5E94DDCC EmptyInternalEnumerator_1_get_Current_mDBBBA1F13C9922560D0B66AA5FF1BFA5C1A23484_gshared (EmptyInternalEnumerator_1_t4B61F3E4F8090CEBB2CB74615D9AB6993ED8835E * __this, const RuntimeMethod* method) { { InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB * L_0 = (InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB_il2cpp_TypeInfo_var))); InvalidOperationException__ctor_mC012CE552988309733C896F3FEA8249171E4402E(L_0, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral7E7A07FECA0FF43839D67A9F7828EE56182CC9F6)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&EmptyInternalEnumerator_1_get_Current_mDBBBA1F13C9922560D0B66AA5FF1BFA5C1A23484_RuntimeMethod_var))); } } // System.Object System.Array/EmptyInternalEnumerator`1::System.Collections.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * EmptyInternalEnumerator_1_System_Collections_IEnumerator_get_Current_mDD6BF20F53A3E14E3C6906A6C177E402F5D56852_gshared (EmptyInternalEnumerator_1_t4B61F3E4F8090CEBB2CB74615D9AB6993ED8835E * __this, const RuntimeMethod* method) { { NullCheck((EmptyInternalEnumerator_1_t4B61F3E4F8090CEBB2CB74615D9AB6993ED8835E *)__this); ReadMapJson_tBE2CDE3D7B711BAE57243A74D610ECBE5E94DDCC L_0; L_0 = (( ReadMapJson_tBE2CDE3D7B711BAE57243A74D610ECBE5E94DDCC (*) (EmptyInternalEnumerator_1_t4B61F3E4F8090CEBB2CB74615D9AB6993ED8835E *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((EmptyInternalEnumerator_1_t4B61F3E4F8090CEBB2CB74615D9AB6993ED8835E *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); ReadMapJson_tBE2CDE3D7B711BAE57243A74D610ECBE5E94DDCC L_1 = (ReadMapJson_tBE2CDE3D7B711BAE57243A74D610ECBE5E94DDCC )L_0; RuntimeObject * L_2 = Box(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 1), &L_1); return (RuntimeObject *)L_2; } } // System.Void System.Array/EmptyInternalEnumerator`1::System.Collections.IEnumerator.Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1_System_Collections_IEnumerator_Reset_m71B65665899D7C98C21FA372FEDBE85A13A19A51_gshared (EmptyInternalEnumerator_1_t4B61F3E4F8090CEBB2CB74615D9AB6993ED8835E * __this, const RuntimeMethod* method) { { return; } } // System.Void System.Array/EmptyInternalEnumerator`1::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1__ctor_mCC2D7051C7664A3F86FE81A2EF48ADC24CD6A212_gshared (EmptyInternalEnumerator_1_t4B61F3E4F8090CEBB2CB74615D9AB6993ED8835E * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405((RuntimeObject *)__this, /*hidden argument*/NULL); return; } } // System.Void System.Array/EmptyInternalEnumerator`1::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1__cctor_m3AA8B7384384DC55E2178313FDB449EDA55FABBE_gshared (const RuntimeMethod* method) { { EmptyInternalEnumerator_1_t4B61F3E4F8090CEBB2CB74615D9AB6993ED8835E * L_0 = (EmptyInternalEnumerator_1_t4B61F3E4F8090CEBB2CB74615D9AB6993ED8835E *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2)); (( void (*) (EmptyInternalEnumerator_1_t4B61F3E4F8090CEBB2CB74615D9AB6993ED8835E *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)->methodPointer)(L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); ((EmptyInternalEnumerator_1_t4B61F3E4F8090CEBB2CB74615D9AB6993ED8835E_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4)))->set_Value_0(L_0); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Array/EmptyInternalEnumerator`1::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1_Dispose_m30BC2461C39C02AD9B5EECC05DF6C1D2EFE4344D_gshared (EmptyInternalEnumerator_1_t28B7E84C7E7561CF0F48E33B65739714ABD39DC2 * __this, const RuntimeMethod* method) { { return; } } // System.Boolean System.Array/EmptyInternalEnumerator`1::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool EmptyInternalEnumerator_1_MoveNext_m8E4EC7E7C84476644D6D64E10C302645CA4785D0_gshared (EmptyInternalEnumerator_1_t28B7E84C7E7561CF0F48E33B65739714ABD39DC2 * __this, const RuntimeMethod* method) { { return (bool)0; } } // T System.Array/EmptyInternalEnumerator`1::get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR WriteActionJson_tFD633E6A665AA353250A7971C716799CD28EED8E EmptyInternalEnumerator_1_get_Current_mFA615E0AF6E8C23A6DC255CE4D39E28ADF9FE6D3_gshared (EmptyInternalEnumerator_1_t28B7E84C7E7561CF0F48E33B65739714ABD39DC2 * __this, const RuntimeMethod* method) { { InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB * L_0 = (InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB_il2cpp_TypeInfo_var))); InvalidOperationException__ctor_mC012CE552988309733C896F3FEA8249171E4402E(L_0, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral7E7A07FECA0FF43839D67A9F7828EE56182CC9F6)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&EmptyInternalEnumerator_1_get_Current_mFA615E0AF6E8C23A6DC255CE4D39E28ADF9FE6D3_RuntimeMethod_var))); } } // System.Object System.Array/EmptyInternalEnumerator`1::System.Collections.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * EmptyInternalEnumerator_1_System_Collections_IEnumerator_get_Current_m024D6DF3C07C3F527E2DD27C084BBE22CD64914E_gshared (EmptyInternalEnumerator_1_t28B7E84C7E7561CF0F48E33B65739714ABD39DC2 * __this, const RuntimeMethod* method) { { NullCheck((EmptyInternalEnumerator_1_t28B7E84C7E7561CF0F48E33B65739714ABD39DC2 *)__this); WriteActionJson_tFD633E6A665AA353250A7971C716799CD28EED8E L_0; L_0 = (( WriteActionJson_tFD633E6A665AA353250A7971C716799CD28EED8E (*) (EmptyInternalEnumerator_1_t28B7E84C7E7561CF0F48E33B65739714ABD39DC2 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((EmptyInternalEnumerator_1_t28B7E84C7E7561CF0F48E33B65739714ABD39DC2 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); WriteActionJson_tFD633E6A665AA353250A7971C716799CD28EED8E L_1 = (WriteActionJson_tFD633E6A665AA353250A7971C716799CD28EED8E )L_0; RuntimeObject * L_2 = Box(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 1), &L_1); return (RuntimeObject *)L_2; } } // System.Void System.Array/EmptyInternalEnumerator`1::System.Collections.IEnumerator.Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1_System_Collections_IEnumerator_Reset_mEC12E811AD9DFEB5AD80CC0A0626D50292B32B15_gshared (EmptyInternalEnumerator_1_t28B7E84C7E7561CF0F48E33B65739714ABD39DC2 * __this, const RuntimeMethod* method) { { return; } } // System.Void System.Array/EmptyInternalEnumerator`1::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1__ctor_m39AB81311C9BFB2EF83CD3ECADB303DD7A5E5645_gshared (EmptyInternalEnumerator_1_t28B7E84C7E7561CF0F48E33B65739714ABD39DC2 * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405((RuntimeObject *)__this, /*hidden argument*/NULL); return; } } // System.Void System.Array/EmptyInternalEnumerator`1::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1__cctor_mF279A3AEDAC604E0164A8B689B0609FC2E95199A_gshared (const RuntimeMethod* method) { { EmptyInternalEnumerator_1_t28B7E84C7E7561CF0F48E33B65739714ABD39DC2 * L_0 = (EmptyInternalEnumerator_1_t28B7E84C7E7561CF0F48E33B65739714ABD39DC2 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2)); (( void (*) (EmptyInternalEnumerator_1_t28B7E84C7E7561CF0F48E33B65739714ABD39DC2 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)->methodPointer)(L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); ((EmptyInternalEnumerator_1_t28B7E84C7E7561CF0F48E33B65739714ABD39DC2_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4)))->set_Value_0(L_0); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Array/EmptyInternalEnumerator`1::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1_Dispose_m6C51DF05786F091F05E32052F4F52F7D68976288_gshared (EmptyInternalEnumerator_1_t79AED38F0349586A13A1F7DD8EC209A6D5A25CAF * __this, const RuntimeMethod* method) { { return; } } // System.Boolean System.Array/EmptyInternalEnumerator`1::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool EmptyInternalEnumerator_1_MoveNext_mF3B8DE52EAF5EB56717ACFB52495BAADA919BCE4_gshared (EmptyInternalEnumerator_1_t79AED38F0349586A13A1F7DD8EC209A6D5A25CAF * __this, const RuntimeMethod* method) { { return (bool)0; } } // T System.Array/EmptyInternalEnumerator`1::get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR WriteMapJson_tCF9BC2C2255EFD7BC6150FF24E15E92CA59BD405 EmptyInternalEnumerator_1_get_Current_m3863CF7E31AF605D51C95CBC141B1D1EB2C67E7A_gshared (EmptyInternalEnumerator_1_t79AED38F0349586A13A1F7DD8EC209A6D5A25CAF * __this, const RuntimeMethod* method) { { InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB * L_0 = (InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB_il2cpp_TypeInfo_var))); InvalidOperationException__ctor_mC012CE552988309733C896F3FEA8249171E4402E(L_0, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral7E7A07FECA0FF43839D67A9F7828EE56182CC9F6)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&EmptyInternalEnumerator_1_get_Current_m3863CF7E31AF605D51C95CBC141B1D1EB2C67E7A_RuntimeMethod_var))); } } // System.Object System.Array/EmptyInternalEnumerator`1::System.Collections.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * EmptyInternalEnumerator_1_System_Collections_IEnumerator_get_Current_m60486FE9896604DF7FF7BBC9F9E4BCCAAE21C330_gshared (EmptyInternalEnumerator_1_t79AED38F0349586A13A1F7DD8EC209A6D5A25CAF * __this, const RuntimeMethod* method) { { NullCheck((EmptyInternalEnumerator_1_t79AED38F0349586A13A1F7DD8EC209A6D5A25CAF *)__this); WriteMapJson_tCF9BC2C2255EFD7BC6150FF24E15E92CA59BD405 L_0; L_0 = (( WriteMapJson_tCF9BC2C2255EFD7BC6150FF24E15E92CA59BD405 (*) (EmptyInternalEnumerator_1_t79AED38F0349586A13A1F7DD8EC209A6D5A25CAF *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((EmptyInternalEnumerator_1_t79AED38F0349586A13A1F7DD8EC209A6D5A25CAF *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); WriteMapJson_tCF9BC2C2255EFD7BC6150FF24E15E92CA59BD405 L_1 = (WriteMapJson_tCF9BC2C2255EFD7BC6150FF24E15E92CA59BD405 )L_0; RuntimeObject * L_2 = Box(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 1), &L_1); return (RuntimeObject *)L_2; } } // System.Void System.Array/EmptyInternalEnumerator`1::System.Collections.IEnumerator.Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1_System_Collections_IEnumerator_Reset_mB141FCD658B7FE7CF6119F4938588147E365FA00_gshared (EmptyInternalEnumerator_1_t79AED38F0349586A13A1F7DD8EC209A6D5A25CAF * __this, const RuntimeMethod* method) { { return; } } // System.Void System.Array/EmptyInternalEnumerator`1::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1__ctor_mFA12C6616CBACB2CF681ABEE70A305AC3109F046_gshared (EmptyInternalEnumerator_1_t79AED38F0349586A13A1F7DD8EC209A6D5A25CAF * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405((RuntimeObject *)__this, /*hidden argument*/NULL); return; } } // System.Void System.Array/EmptyInternalEnumerator`1::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1__cctor_mB4C97BDC4F02D841DCAEA2F5FB1215C90E2C9C08_gshared (const RuntimeMethod* method) { { EmptyInternalEnumerator_1_t79AED38F0349586A13A1F7DD8EC209A6D5A25CAF * L_0 = (EmptyInternalEnumerator_1_t79AED38F0349586A13A1F7DD8EC209A6D5A25CAF *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2)); (( void (*) (EmptyInternalEnumerator_1_t79AED38F0349586A13A1F7DD8EC209A6D5A25CAF *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)->methodPointer)(L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); ((EmptyInternalEnumerator_1_t79AED38F0349586A13A1F7DD8EC209A6D5A25CAF_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4)))->set_Value_0(L_0); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Array/EmptyInternalEnumerator`1::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1_Dispose_m1F8675DCC4DE92F72F1D6D67953E6204401DC2AD_gshared (EmptyInternalEnumerator_1_t075260F4BD98862AF408A3D7D63A7770F2F6A48D * __this, const RuntimeMethod* method) { { return; } } // System.Boolean System.Array/EmptyInternalEnumerator`1::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool EmptyInternalEnumerator_1_MoveNext_mFBAAC19C40C5683BF09A019134A33C6CCB98ED66_gshared (EmptyInternalEnumerator_1_t075260F4BD98862AF408A3D7D63A7770F2F6A48D * __this, const RuntimeMethod* method) { { return (bool)0; } } // T System.Array/EmptyInternalEnumerator`1::get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Parameter_tCDDF536091650D2A0AD082686C6499465BD3BF0A EmptyInternalEnumerator_1_get_Current_mFE7EAE33E1830717DC99B92741EABCA9061BE2E9_gshared (EmptyInternalEnumerator_1_t075260F4BD98862AF408A3D7D63A7770F2F6A48D * __this, const RuntimeMethod* method) { { InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB * L_0 = (InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB_il2cpp_TypeInfo_var))); InvalidOperationException__ctor_mC012CE552988309733C896F3FEA8249171E4402E(L_0, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral7E7A07FECA0FF43839D67A9F7828EE56182CC9F6)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&EmptyInternalEnumerator_1_get_Current_mFE7EAE33E1830717DC99B92741EABCA9061BE2E9_RuntimeMethod_var))); } } // System.Object System.Array/EmptyInternalEnumerator`1::System.Collections.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * EmptyInternalEnumerator_1_System_Collections_IEnumerator_get_Current_m93939B52C2A1E928A27FF34BD05F40D1C93EDAA6_gshared (EmptyInternalEnumerator_1_t075260F4BD98862AF408A3D7D63A7770F2F6A48D * __this, const RuntimeMethod* method) { { NullCheck((EmptyInternalEnumerator_1_t075260F4BD98862AF408A3D7D63A7770F2F6A48D *)__this); Parameter_tCDDF536091650D2A0AD082686C6499465BD3BF0A L_0; L_0 = (( Parameter_tCDDF536091650D2A0AD082686C6499465BD3BF0A (*) (EmptyInternalEnumerator_1_t075260F4BD98862AF408A3D7D63A7770F2F6A48D *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((EmptyInternalEnumerator_1_t075260F4BD98862AF408A3D7D63A7770F2F6A48D *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); Parameter_tCDDF536091650D2A0AD082686C6499465BD3BF0A L_1 = (Parameter_tCDDF536091650D2A0AD082686C6499465BD3BF0A )L_0; RuntimeObject * L_2 = Box(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 1), &L_1); return (RuntimeObject *)L_2; } } // System.Void System.Array/EmptyInternalEnumerator`1::System.Collections.IEnumerator.Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1_System_Collections_IEnumerator_Reset_mEFDC81B94D3DDBE81B63230AF506DCB020381E53_gshared (EmptyInternalEnumerator_1_t075260F4BD98862AF408A3D7D63A7770F2F6A48D * __this, const RuntimeMethod* method) { { return; } } // System.Void System.Array/EmptyInternalEnumerator`1::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1__ctor_m8CA842CA903569FF3C64D60DD1936472E0BC482B_gshared (EmptyInternalEnumerator_1_t075260F4BD98862AF408A3D7D63A7770F2F6A48D * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405((RuntimeObject *)__this, /*hidden argument*/NULL); return; } } // System.Void System.Array/EmptyInternalEnumerator`1::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1__cctor_m1DE8145B09E1EF033719F784F9C8DE037A7AF3BF_gshared (const RuntimeMethod* method) { { EmptyInternalEnumerator_1_t075260F4BD98862AF408A3D7D63A7770F2F6A48D * L_0 = (EmptyInternalEnumerator_1_t075260F4BD98862AF408A3D7D63A7770F2F6A48D *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2)); (( void (*) (EmptyInternalEnumerator_1_t075260F4BD98862AF408A3D7D63A7770F2F6A48D *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)->methodPointer)(L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); ((EmptyInternalEnumerator_1_t075260F4BD98862AF408A3D7D63A7770F2F6A48D_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4)))->set_Value_0(L_0); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Array/EmptyInternalEnumerator`1::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1_Dispose_mC4C531EB133771AB08296E7D6F66D37649BA3B3C_gshared (EmptyInternalEnumerator_1_tDFD0A49BCBDB0BCE75241FAC96985940B1327FF6 * __this, const RuntimeMethod* method) { { return; } } // System.Boolean System.Array/EmptyInternalEnumerator`1::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool EmptyInternalEnumerator_1_MoveNext_m29D96505A172CA225FEBCF8D779733B8AEC4AAB4_gshared (EmptyInternalEnumerator_1_tDFD0A49BCBDB0BCE75241FAC96985940B1327FF6 * __this, const RuntimeMethod* method) { { return (bool)0; } } // T System.Array/EmptyInternalEnumerator`1::get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ParameterOverride_tCD42C8DD25FE1912FF804959CF14F31924FB5DD7 EmptyInternalEnumerator_1_get_Current_mAAD62511C038EE0D94BED40F75B2F0F01A868BEA_gshared (EmptyInternalEnumerator_1_tDFD0A49BCBDB0BCE75241FAC96985940B1327FF6 * __this, const RuntimeMethod* method) { { InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB * L_0 = (InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB_il2cpp_TypeInfo_var))); InvalidOperationException__ctor_mC012CE552988309733C896F3FEA8249171E4402E(L_0, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral7E7A07FECA0FF43839D67A9F7828EE56182CC9F6)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&EmptyInternalEnumerator_1_get_Current_mAAD62511C038EE0D94BED40F75B2F0F01A868BEA_RuntimeMethod_var))); } } // System.Object System.Array/EmptyInternalEnumerator`1::System.Collections.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * EmptyInternalEnumerator_1_System_Collections_IEnumerator_get_Current_m1972DA46B9BB3296DAEDBEBFD304B5A8BF7A1148_gshared (EmptyInternalEnumerator_1_tDFD0A49BCBDB0BCE75241FAC96985940B1327FF6 * __this, const RuntimeMethod* method) { { NullCheck((EmptyInternalEnumerator_1_tDFD0A49BCBDB0BCE75241FAC96985940B1327FF6 *)__this); ParameterOverride_tCD42C8DD25FE1912FF804959CF14F31924FB5DD7 L_0; L_0 = (( ParameterOverride_tCD42C8DD25FE1912FF804959CF14F31924FB5DD7 (*) (EmptyInternalEnumerator_1_tDFD0A49BCBDB0BCE75241FAC96985940B1327FF6 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((EmptyInternalEnumerator_1_tDFD0A49BCBDB0BCE75241FAC96985940B1327FF6 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); ParameterOverride_tCD42C8DD25FE1912FF804959CF14F31924FB5DD7 L_1 = (ParameterOverride_tCD42C8DD25FE1912FF804959CF14F31924FB5DD7 )L_0; RuntimeObject * L_2 = Box(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 1), &L_1); return (RuntimeObject *)L_2; } } // System.Void System.Array/EmptyInternalEnumerator`1::System.Collections.IEnumerator.Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1_System_Collections_IEnumerator_Reset_mC7BA6F7B520F325196C9F19781A60D3C1F5913D7_gshared (EmptyInternalEnumerator_1_tDFD0A49BCBDB0BCE75241FAC96985940B1327FF6 * __this, const RuntimeMethod* method) { { return; } } // System.Void System.Array/EmptyInternalEnumerator`1::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1__ctor_m6E1A940BBEC3571152B64881B4145603A05B45F1_gshared (EmptyInternalEnumerator_1_tDFD0A49BCBDB0BCE75241FAC96985940B1327FF6 * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405((RuntimeObject *)__this, /*hidden argument*/NULL); return; } } // System.Void System.Array/EmptyInternalEnumerator`1::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1__cctor_m7C53671FF27542119BE9FDE56685764AE0309345_gshared (const RuntimeMethod* method) { { EmptyInternalEnumerator_1_tDFD0A49BCBDB0BCE75241FAC96985940B1327FF6 * L_0 = (EmptyInternalEnumerator_1_tDFD0A49BCBDB0BCE75241FAC96985940B1327FF6 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2)); (( void (*) (EmptyInternalEnumerator_1_tDFD0A49BCBDB0BCE75241FAC96985940B1327FF6 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)->methodPointer)(L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); ((EmptyInternalEnumerator_1_tDFD0A49BCBDB0BCE75241FAC96985940B1327FF6_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4)))->set_Value_0(L_0); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Array/EmptyInternalEnumerator`1::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1_Dispose_m15D7311BA4B9062C7F5839FA43AFCA5E71751D3C_gshared (EmptyInternalEnumerator_1_t7662F99D9DFDF8BB0086720C275D108512881D11 * __this, const RuntimeMethod* method) { { return; } } // System.Boolean System.Array/EmptyInternalEnumerator`1::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool EmptyInternalEnumerator_1_MoveNext_m7CD686E6112CE89A5D451811539E93C83255222F_gshared (EmptyInternalEnumerator_1_t7662F99D9DFDF8BB0086720C275D108512881D11 * __this, const RuntimeMethod* method) { { return (bool)0; } } // T System.Array/EmptyInternalEnumerator`1::get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ActionEventPtr_t96DB091F7D0156CC89FD14B00F323F13B81FB403 EmptyInternalEnumerator_1_get_Current_m4B68B71B73A1E868864A7ABDB8B541CBA234AED8_gshared (EmptyInternalEnumerator_1_t7662F99D9DFDF8BB0086720C275D108512881D11 * __this, const RuntimeMethod* method) { { InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB * L_0 = (InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB_il2cpp_TypeInfo_var))); InvalidOperationException__ctor_mC012CE552988309733C896F3FEA8249171E4402E(L_0, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral7E7A07FECA0FF43839D67A9F7828EE56182CC9F6)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&EmptyInternalEnumerator_1_get_Current_m4B68B71B73A1E868864A7ABDB8B541CBA234AED8_RuntimeMethod_var))); } } // System.Object System.Array/EmptyInternalEnumerator`1::System.Collections.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * EmptyInternalEnumerator_1_System_Collections_IEnumerator_get_Current_mDC5A5E0BA323258E47BA31EFF208B45A9CEABE26_gshared (EmptyInternalEnumerator_1_t7662F99D9DFDF8BB0086720C275D108512881D11 * __this, const RuntimeMethod* method) { { NullCheck((EmptyInternalEnumerator_1_t7662F99D9DFDF8BB0086720C275D108512881D11 *)__this); ActionEventPtr_t96DB091F7D0156CC89FD14B00F323F13B81FB403 L_0; L_0 = (( ActionEventPtr_t96DB091F7D0156CC89FD14B00F323F13B81FB403 (*) (EmptyInternalEnumerator_1_t7662F99D9DFDF8BB0086720C275D108512881D11 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((EmptyInternalEnumerator_1_t7662F99D9DFDF8BB0086720C275D108512881D11 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); ActionEventPtr_t96DB091F7D0156CC89FD14B00F323F13B81FB403 L_1 = (ActionEventPtr_t96DB091F7D0156CC89FD14B00F323F13B81FB403 )L_0; RuntimeObject * L_2 = Box(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 1), &L_1); return (RuntimeObject *)L_2; } } // System.Void System.Array/EmptyInternalEnumerator`1::System.Collections.IEnumerator.Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1_System_Collections_IEnumerator_Reset_m2B51A32F059EADC22DB69B3FDA9514B8C7F29885_gshared (EmptyInternalEnumerator_1_t7662F99D9DFDF8BB0086720C275D108512881D11 * __this, const RuntimeMethod* method) { { return; } } // System.Void System.Array/EmptyInternalEnumerator`1::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1__ctor_m64EC7721286284A79429D8D9D883F288C2441BA1_gshared (EmptyInternalEnumerator_1_t7662F99D9DFDF8BB0086720C275D108512881D11 * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405((RuntimeObject *)__this, /*hidden argument*/NULL); return; } } // System.Void System.Array/EmptyInternalEnumerator`1::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1__cctor_mAF9856B9073D45A14CB01BB937F391270DE83FBC_gshared (const RuntimeMethod* method) { { EmptyInternalEnumerator_1_t7662F99D9DFDF8BB0086720C275D108512881D11 * L_0 = (EmptyInternalEnumerator_1_t7662F99D9DFDF8BB0086720C275D108512881D11 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2)); (( void (*) (EmptyInternalEnumerator_1_t7662F99D9DFDF8BB0086720C275D108512881D11 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)->methodPointer)(L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); ((EmptyInternalEnumerator_1_t7662F99D9DFDF8BB0086720C275D108512881D11_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4)))->set_Value_0(L_0); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Array/EmptyInternalEnumerator`1::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1_Dispose_m482CF605CFCE30EECDCE932FB27B12B1F3FF47B5_gshared (EmptyInternalEnumerator_1_t772C11AA97DF48CC9CAF3C7294CA2D6EECDD504F * __this, const RuntimeMethod* method) { { return; } } // System.Boolean System.Array/EmptyInternalEnumerator`1::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool EmptyInternalEnumerator_1_MoveNext_m9EC66A8562A348B3E45F123C60F171863FDA146A_gshared (EmptyInternalEnumerator_1_t772C11AA97DF48CC9CAF3C7294CA2D6EECDD504F * __this, const RuntimeMethod* method) { { return (bool)0; } } // T System.Array/EmptyInternalEnumerator`1::get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR PartBinding_tE86A8E039A6A38212C52C12C3D2EC9FD2895D3F0 EmptyInternalEnumerator_1_get_Current_mA7A0217A813FE9231C4EF0B78089D2213C4A9365_gshared (EmptyInternalEnumerator_1_t772C11AA97DF48CC9CAF3C7294CA2D6EECDD504F * __this, const RuntimeMethod* method) { { InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB * L_0 = (InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB_il2cpp_TypeInfo_var))); InvalidOperationException__ctor_mC012CE552988309733C896F3FEA8249171E4402E(L_0, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral7E7A07FECA0FF43839D67A9F7828EE56182CC9F6)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&EmptyInternalEnumerator_1_get_Current_mA7A0217A813FE9231C4EF0B78089D2213C4A9365_RuntimeMethod_var))); } } // System.Object System.Array/EmptyInternalEnumerator`1::System.Collections.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * EmptyInternalEnumerator_1_System_Collections_IEnumerator_get_Current_mC3B8A6FA85996E2F19C0BB7D7990C4D61438018C_gshared (EmptyInternalEnumerator_1_t772C11AA97DF48CC9CAF3C7294CA2D6EECDD504F * __this, const RuntimeMethod* method) { { NullCheck((EmptyInternalEnumerator_1_t772C11AA97DF48CC9CAF3C7294CA2D6EECDD504F *)__this); PartBinding_tE86A8E039A6A38212C52C12C3D2EC9FD2895D3F0 L_0; L_0 = (( PartBinding_tE86A8E039A6A38212C52C12C3D2EC9FD2895D3F0 (*) (EmptyInternalEnumerator_1_t772C11AA97DF48CC9CAF3C7294CA2D6EECDD504F *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((EmptyInternalEnumerator_1_t772C11AA97DF48CC9CAF3C7294CA2D6EECDD504F *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); PartBinding_tE86A8E039A6A38212C52C12C3D2EC9FD2895D3F0 L_1 = (PartBinding_tE86A8E039A6A38212C52C12C3D2EC9FD2895D3F0 )L_0; RuntimeObject * L_2 = Box(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 1), &L_1); return (RuntimeObject *)L_2; } } // System.Void System.Array/EmptyInternalEnumerator`1::System.Collections.IEnumerator.Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1_System_Collections_IEnumerator_Reset_m428FB65C629BCBB5AC3A4B2958AB8BAE33271DF1_gshared (EmptyInternalEnumerator_1_t772C11AA97DF48CC9CAF3C7294CA2D6EECDD504F * __this, const RuntimeMethod* method) { { return; } } // System.Void System.Array/EmptyInternalEnumerator`1::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1__ctor_m4C241CCEF2D18653CFC9BCD51F541BD14BC9DA7E_gshared (EmptyInternalEnumerator_1_t772C11AA97DF48CC9CAF3C7294CA2D6EECDD504F * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405((RuntimeObject *)__this, /*hidden argument*/NULL); return; } } // System.Void System.Array/EmptyInternalEnumerator`1::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1__cctor_m0233A5139FAD978A0ED16A3668716E4FEB568E59_gshared (const RuntimeMethod* method) { { EmptyInternalEnumerator_1_t772C11AA97DF48CC9CAF3C7294CA2D6EECDD504F * L_0 = (EmptyInternalEnumerator_1_t772C11AA97DF48CC9CAF3C7294CA2D6EECDD504F *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2)); (( void (*) (EmptyInternalEnumerator_1_t772C11AA97DF48CC9CAF3C7294CA2D6EECDD504F *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)->methodPointer)(L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); ((EmptyInternalEnumerator_1_t772C11AA97DF48CC9CAF3C7294CA2D6EECDD504F_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4)))->set_Value_0(L_0); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Array/EmptyInternalEnumerator`1::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1_Dispose_mD80EC30C44FB63E330B1BF30B36B263521A19948_gshared (EmptyInternalEnumerator_1_t78C9519B88CC65240245B97CE24A61D28E0C0476 * __this, const RuntimeMethod* method) { { return; } } // System.Boolean System.Array/EmptyInternalEnumerator`1::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool EmptyInternalEnumerator_1_MoveNext_mE63699A506D2C81AFA9718491FBDD8D55FCA95D4_gshared (EmptyInternalEnumerator_1_t78C9519B88CC65240245B97CE24A61D28E0C0476 * __this, const RuntimeMethod* method) { { return (bool)0; } } // T System.Array/EmptyInternalEnumerator`1::get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ControlItem_t88696CA6FA7E3E6EDBF31BD5A8994D959F583B15 EmptyInternalEnumerator_1_get_Current_mA88B27A8A7C8D36A84AEC501163D639BAC7FEE44_gshared (EmptyInternalEnumerator_1_t78C9519B88CC65240245B97CE24A61D28E0C0476 * __this, const RuntimeMethod* method) { { InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB * L_0 = (InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB_il2cpp_TypeInfo_var))); InvalidOperationException__ctor_mC012CE552988309733C896F3FEA8249171E4402E(L_0, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral7E7A07FECA0FF43839D67A9F7828EE56182CC9F6)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&EmptyInternalEnumerator_1_get_Current_mA88B27A8A7C8D36A84AEC501163D639BAC7FEE44_RuntimeMethod_var))); } } // System.Object System.Array/EmptyInternalEnumerator`1::System.Collections.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * EmptyInternalEnumerator_1_System_Collections_IEnumerator_get_Current_mAAAA8959933134410292C31FCA6AB718AE8F65B5_gshared (EmptyInternalEnumerator_1_t78C9519B88CC65240245B97CE24A61D28E0C0476 * __this, const RuntimeMethod* method) { { NullCheck((EmptyInternalEnumerator_1_t78C9519B88CC65240245B97CE24A61D28E0C0476 *)__this); ControlItem_t88696CA6FA7E3E6EDBF31BD5A8994D959F583B15 L_0; L_0 = (( ControlItem_t88696CA6FA7E3E6EDBF31BD5A8994D959F583B15 (*) (EmptyInternalEnumerator_1_t78C9519B88CC65240245B97CE24A61D28E0C0476 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((EmptyInternalEnumerator_1_t78C9519B88CC65240245B97CE24A61D28E0C0476 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); ControlItem_t88696CA6FA7E3E6EDBF31BD5A8994D959F583B15 L_1 = (ControlItem_t88696CA6FA7E3E6EDBF31BD5A8994D959F583B15 )L_0; RuntimeObject * L_2 = Box(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 1), &L_1); return (RuntimeObject *)L_2; } } // System.Void System.Array/EmptyInternalEnumerator`1::System.Collections.IEnumerator.Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1_System_Collections_IEnumerator_Reset_m8FE59603EC53804AA0DA521FB6821C8E9D0ADA9F_gshared (EmptyInternalEnumerator_1_t78C9519B88CC65240245B97CE24A61D28E0C0476 * __this, const RuntimeMethod* method) { { return; } } // System.Void System.Array/EmptyInternalEnumerator`1::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1__ctor_m4B6BE184DF14632980D27B678FFC9DAB9923558F_gshared (EmptyInternalEnumerator_1_t78C9519B88CC65240245B97CE24A61D28E0C0476 * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405((RuntimeObject *)__this, /*hidden argument*/NULL); return; } } // System.Void System.Array/EmptyInternalEnumerator`1::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1__cctor_m2B534FA22DD851A015C271B02B404524BAD486DA_gshared (const RuntimeMethod* method) { { EmptyInternalEnumerator_1_t78C9519B88CC65240245B97CE24A61D28E0C0476 * L_0 = (EmptyInternalEnumerator_1_t78C9519B88CC65240245B97CE24A61D28E0C0476 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2)); (( void (*) (EmptyInternalEnumerator_1_t78C9519B88CC65240245B97CE24A61D28E0C0476 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)->methodPointer)(L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); ((EmptyInternalEnumerator_1_t78C9519B88CC65240245B97CE24A61D28E0C0476_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4)))->set_Value_0(L_0); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Array/EmptyInternalEnumerator`1::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1_Dispose_m1A111A32D4640695BA41EB5D3955D4544C57E298_gshared (EmptyInternalEnumerator_1_t3C46DAD43A8674D13F53BCB5049F9D7512D8CDA4 * __this, const RuntimeMethod* method) { { return; } } // System.Boolean System.Array/EmptyInternalEnumerator`1::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool EmptyInternalEnumerator_1_MoveNext_m7DB1D3A0CB163EFDEB980A19CF70625E0F03BCF9_gshared (EmptyInternalEnumerator_1_t3C46DAD43A8674D13F53BCB5049F9D7512D8CDA4 * __this, const RuntimeMethod* method) { { return (bool)0; } } // T System.Array/EmptyInternalEnumerator`1::get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ParsedPathComponent_t66CA6341433EC984B5A351CC1A087BFBC3EB9838 EmptyInternalEnumerator_1_get_Current_m5C872732483228304EA55E344B5E9BCED796EE28_gshared (EmptyInternalEnumerator_1_t3C46DAD43A8674D13F53BCB5049F9D7512D8CDA4 * __this, const RuntimeMethod* method) { { InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB * L_0 = (InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB_il2cpp_TypeInfo_var))); InvalidOperationException__ctor_mC012CE552988309733C896F3FEA8249171E4402E(L_0, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral7E7A07FECA0FF43839D67A9F7828EE56182CC9F6)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&EmptyInternalEnumerator_1_get_Current_m5C872732483228304EA55E344B5E9BCED796EE28_RuntimeMethod_var))); } } // System.Object System.Array/EmptyInternalEnumerator`1::System.Collections.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * EmptyInternalEnumerator_1_System_Collections_IEnumerator_get_Current_m3752EA57DC01349BB09D4AE9911BC4D80E5AA4C8_gshared (EmptyInternalEnumerator_1_t3C46DAD43A8674D13F53BCB5049F9D7512D8CDA4 * __this, const RuntimeMethod* method) { { NullCheck((EmptyInternalEnumerator_1_t3C46DAD43A8674D13F53BCB5049F9D7512D8CDA4 *)__this); ParsedPathComponent_t66CA6341433EC984B5A351CC1A087BFBC3EB9838 L_0; L_0 = (( ParsedPathComponent_t66CA6341433EC984B5A351CC1A087BFBC3EB9838 (*) (EmptyInternalEnumerator_1_t3C46DAD43A8674D13F53BCB5049F9D7512D8CDA4 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((EmptyInternalEnumerator_1_t3C46DAD43A8674D13F53BCB5049F9D7512D8CDA4 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); ParsedPathComponent_t66CA6341433EC984B5A351CC1A087BFBC3EB9838 L_1 = (ParsedPathComponent_t66CA6341433EC984B5A351CC1A087BFBC3EB9838 )L_0; RuntimeObject * L_2 = Box(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 1), &L_1); return (RuntimeObject *)L_2; } } // System.Void System.Array/EmptyInternalEnumerator`1::System.Collections.IEnumerator.Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1_System_Collections_IEnumerator_Reset_mE593742E010DED0E2171112B7339F4DE50317366_gshared (EmptyInternalEnumerator_1_t3C46DAD43A8674D13F53BCB5049F9D7512D8CDA4 * __this, const RuntimeMethod* method) { { return; } } // System.Void System.Array/EmptyInternalEnumerator`1::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1__ctor_m4C8F5098880B3A868F126A0BE10977D9478B2D33_gshared (EmptyInternalEnumerator_1_t3C46DAD43A8674D13F53BCB5049F9D7512D8CDA4 * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405((RuntimeObject *)__this, /*hidden argument*/NULL); return; } } // System.Void System.Array/EmptyInternalEnumerator`1::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1__cctor_m23741952C4026630AB2A62354F49E77617FDE472_gshared (const RuntimeMethod* method) { { EmptyInternalEnumerator_1_t3C46DAD43A8674D13F53BCB5049F9D7512D8CDA4 * L_0 = (EmptyInternalEnumerator_1_t3C46DAD43A8674D13F53BCB5049F9D7512D8CDA4 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2)); (( void (*) (EmptyInternalEnumerator_1_t3C46DAD43A8674D13F53BCB5049F9D7512D8CDA4 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)->methodPointer)(L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); ((EmptyInternalEnumerator_1_t3C46DAD43A8674D13F53BCB5049F9D7512D8CDA4_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4)))->set_Value_0(L_0); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Array/EmptyInternalEnumerator`1::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1_Dispose_m36750C0943EB1C441E8FAD3DC578345754CB6F09_gshared (EmptyInternalEnumerator_1_t39B81971183ACF6AAE9B98E1E73BCF5662FD8657 * __this, const RuntimeMethod* method) { { return; } } // System.Boolean System.Array/EmptyInternalEnumerator`1::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool EmptyInternalEnumerator_1_MoveNext_mA9E5A5293713A38D4D2132D592663B140D680CFF_gshared (EmptyInternalEnumerator_1_t39B81971183ACF6AAE9B98E1E73BCF5662FD8657 * __this, const RuntimeMethod* method) { { return (bool)0; } } // T System.Array/EmptyInternalEnumerator`1::get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DeviceRequirement_tAB27570ED81D24759C54FDE48B6DD74FF51649C9 EmptyInternalEnumerator_1_get_Current_m817366F36BFCD722908D724D7541141D89BF4C92_gshared (EmptyInternalEnumerator_1_t39B81971183ACF6AAE9B98E1E73BCF5662FD8657 * __this, const RuntimeMethod* method) { { InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB * L_0 = (InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB_il2cpp_TypeInfo_var))); InvalidOperationException__ctor_mC012CE552988309733C896F3FEA8249171E4402E(L_0, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral7E7A07FECA0FF43839D67A9F7828EE56182CC9F6)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&EmptyInternalEnumerator_1_get_Current_m817366F36BFCD722908D724D7541141D89BF4C92_RuntimeMethod_var))); } } // System.Object System.Array/EmptyInternalEnumerator`1::System.Collections.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * EmptyInternalEnumerator_1_System_Collections_IEnumerator_get_Current_m573138A2F7E0BF4FBBD1DBAD897A456094500031_gshared (EmptyInternalEnumerator_1_t39B81971183ACF6AAE9B98E1E73BCF5662FD8657 * __this, const RuntimeMethod* method) { { NullCheck((EmptyInternalEnumerator_1_t39B81971183ACF6AAE9B98E1E73BCF5662FD8657 *)__this); DeviceRequirement_tAB27570ED81D24759C54FDE48B6DD74FF51649C9 L_0; L_0 = (( DeviceRequirement_tAB27570ED81D24759C54FDE48B6DD74FF51649C9 (*) (EmptyInternalEnumerator_1_t39B81971183ACF6AAE9B98E1E73BCF5662FD8657 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((EmptyInternalEnumerator_1_t39B81971183ACF6AAE9B98E1E73BCF5662FD8657 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); DeviceRequirement_tAB27570ED81D24759C54FDE48B6DD74FF51649C9 L_1 = (DeviceRequirement_tAB27570ED81D24759C54FDE48B6DD74FF51649C9 )L_0; RuntimeObject * L_2 = Box(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 1), &L_1); return (RuntimeObject *)L_2; } } // System.Void System.Array/EmptyInternalEnumerator`1::System.Collections.IEnumerator.Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1_System_Collections_IEnumerator_Reset_m40C6CAE3B4FE6C2B31FD0E280D17678283C75D23_gshared (EmptyInternalEnumerator_1_t39B81971183ACF6AAE9B98E1E73BCF5662FD8657 * __this, const RuntimeMethod* method) { { return; } } // System.Void System.Array/EmptyInternalEnumerator`1::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1__ctor_m40B76A003945D6480564226038EBCA47881177AA_gshared (EmptyInternalEnumerator_1_t39B81971183ACF6AAE9B98E1E73BCF5662FD8657 * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405((RuntimeObject *)__this, /*hidden argument*/NULL); return; } } // System.Void System.Array/EmptyInternalEnumerator`1::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1__cctor_m1CFF26ACFEBAEE3886197947323488B9C6E41E68_gshared (const RuntimeMethod* method) { { EmptyInternalEnumerator_1_t39B81971183ACF6AAE9B98E1E73BCF5662FD8657 * L_0 = (EmptyInternalEnumerator_1_t39B81971183ACF6AAE9B98E1E73BCF5662FD8657 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2)); (( void (*) (EmptyInternalEnumerator_1_t39B81971183ACF6AAE9B98E1E73BCF5662FD8657 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)->methodPointer)(L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); ((EmptyInternalEnumerator_1_t39B81971183ACF6AAE9B98E1E73BCF5662FD8657_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4)))->set_Value_0(L_0); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Array/EmptyInternalEnumerator`1::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1_Dispose_m4A3CAF9AA2BC267C68F4F684A3370FE7B820ECA7_gshared (EmptyInternalEnumerator_1_t47B0D106EE8D18A907B909B426CDD33588105828 * __this, const RuntimeMethod* method) { { return; } } // System.Boolean System.Array/EmptyInternalEnumerator`1::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool EmptyInternalEnumerator_1_MoveNext_mACE8B11E388A065BED8B8E77BF791D370F56C4DD_gshared (EmptyInternalEnumerator_1_t47B0D106EE8D18A907B909B426CDD33588105828 * __this, const RuntimeMethod* method) { { return (bool)0; } } // T System.Array/EmptyInternalEnumerator`1::get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR SchemeJson_tB69DB8B2A8EDE1FF4F72BF63C4DB651A095CD9ED EmptyInternalEnumerator_1_get_Current_m6EBDEC82D972F220F8358725E0EF528EFD406FA3_gshared (EmptyInternalEnumerator_1_t47B0D106EE8D18A907B909B426CDD33588105828 * __this, const RuntimeMethod* method) { { InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB * L_0 = (InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB_il2cpp_TypeInfo_var))); InvalidOperationException__ctor_mC012CE552988309733C896F3FEA8249171E4402E(L_0, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral7E7A07FECA0FF43839D67A9F7828EE56182CC9F6)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&EmptyInternalEnumerator_1_get_Current_m6EBDEC82D972F220F8358725E0EF528EFD406FA3_RuntimeMethod_var))); } } // System.Object System.Array/EmptyInternalEnumerator`1::System.Collections.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * EmptyInternalEnumerator_1_System_Collections_IEnumerator_get_Current_mEC10842621CE6DF00507050D254F5883B58960A6_gshared (EmptyInternalEnumerator_1_t47B0D106EE8D18A907B909B426CDD33588105828 * __this, const RuntimeMethod* method) { { NullCheck((EmptyInternalEnumerator_1_t47B0D106EE8D18A907B909B426CDD33588105828 *)__this); SchemeJson_tB69DB8B2A8EDE1FF4F72BF63C4DB651A095CD9ED L_0; L_0 = (( SchemeJson_tB69DB8B2A8EDE1FF4F72BF63C4DB651A095CD9ED (*) (EmptyInternalEnumerator_1_t47B0D106EE8D18A907B909B426CDD33588105828 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((EmptyInternalEnumerator_1_t47B0D106EE8D18A907B909B426CDD33588105828 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); SchemeJson_tB69DB8B2A8EDE1FF4F72BF63C4DB651A095CD9ED L_1 = (SchemeJson_tB69DB8B2A8EDE1FF4F72BF63C4DB651A095CD9ED )L_0; RuntimeObject * L_2 = Box(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 1), &L_1); return (RuntimeObject *)L_2; } } // System.Void System.Array/EmptyInternalEnumerator`1::System.Collections.IEnumerator.Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1_System_Collections_IEnumerator_Reset_m7CFA3C9E6976EB58D6012C13D852F39FA70D1E10_gshared (EmptyInternalEnumerator_1_t47B0D106EE8D18A907B909B426CDD33588105828 * __this, const RuntimeMethod* method) { { return; } } // System.Void System.Array/EmptyInternalEnumerator`1::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1__ctor_m53805670FA0B82AB22BB01B29BC9CA126DF57CD5_gshared (EmptyInternalEnumerator_1_t47B0D106EE8D18A907B909B426CDD33588105828 * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405((RuntimeObject *)__this, /*hidden argument*/NULL); return; } } // System.Void System.Array/EmptyInternalEnumerator`1::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1__cctor_m8A6A8FEAF2C85A41CAA29F4C62C1C89284DF7A27_gshared (const RuntimeMethod* method) { { EmptyInternalEnumerator_1_t47B0D106EE8D18A907B909B426CDD33588105828 * L_0 = (EmptyInternalEnumerator_1_t47B0D106EE8D18A907B909B426CDD33588105828 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2)); (( void (*) (EmptyInternalEnumerator_1_t47B0D106EE8D18A907B909B426CDD33588105828 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)->methodPointer)(L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); ((EmptyInternalEnumerator_1_t47B0D106EE8D18A907B909B426CDD33588105828_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4)))->set_Value_0(L_0); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Array/EmptyInternalEnumerator`1::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1_Dispose_m045E8519595D83D86A8A1B36FF9C241AD5C50965_gshared (EmptyInternalEnumerator_1_t80AB5D9410DC17AE081A175DBEA733CFF8D856C4 * __this, const RuntimeMethod* method) { { return; } } // System.Boolean System.Array/EmptyInternalEnumerator`1::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool EmptyInternalEnumerator_1_MoveNext_m73E168F48B8603AEC3C0BEDCD293CA975F9A0131_gshared (EmptyInternalEnumerator_1_t80AB5D9410DC17AE081A175DBEA733CFF8D856C4 * __this, const RuntimeMethod* method) { { return (bool)0; } } // T System.Array/EmptyInternalEnumerator`1::get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DeviceInfo_t334200561D480CB3E3BC50F19B78891BBB77BE9F EmptyInternalEnumerator_1_get_Current_m20E5BBBD6977255D26A03FF95014DB97908A47B5_gshared (EmptyInternalEnumerator_1_t80AB5D9410DC17AE081A175DBEA733CFF8D856C4 * __this, const RuntimeMethod* method) { { InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB * L_0 = (InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB_il2cpp_TypeInfo_var))); InvalidOperationException__ctor_mC012CE552988309733C896F3FEA8249171E4402E(L_0, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral7E7A07FECA0FF43839D67A9F7828EE56182CC9F6)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&EmptyInternalEnumerator_1_get_Current_m20E5BBBD6977255D26A03FF95014DB97908A47B5_RuntimeMethod_var))); } } // System.Object System.Array/EmptyInternalEnumerator`1::System.Collections.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * EmptyInternalEnumerator_1_System_Collections_IEnumerator_get_Current_m1ECA421AC634AFACD70AB90509E4489F543607BF_gshared (EmptyInternalEnumerator_1_t80AB5D9410DC17AE081A175DBEA733CFF8D856C4 * __this, const RuntimeMethod* method) { { NullCheck((EmptyInternalEnumerator_1_t80AB5D9410DC17AE081A175DBEA733CFF8D856C4 *)__this); DeviceInfo_t334200561D480CB3E3BC50F19B78891BBB77BE9F L_0; L_0 = (( DeviceInfo_t334200561D480CB3E3BC50F19B78891BBB77BE9F (*) (EmptyInternalEnumerator_1_t80AB5D9410DC17AE081A175DBEA733CFF8D856C4 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((EmptyInternalEnumerator_1_t80AB5D9410DC17AE081A175DBEA733CFF8D856C4 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); DeviceInfo_t334200561D480CB3E3BC50F19B78891BBB77BE9F L_1 = (DeviceInfo_t334200561D480CB3E3BC50F19B78891BBB77BE9F )L_0; RuntimeObject * L_2 = Box(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 1), &L_1); return (RuntimeObject *)L_2; } } // System.Void System.Array/EmptyInternalEnumerator`1::System.Collections.IEnumerator.Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1_System_Collections_IEnumerator_Reset_m8DC09E60C6E508F0CFF24EFCE9DB1A3AE58B8834_gshared (EmptyInternalEnumerator_1_t80AB5D9410DC17AE081A175DBEA733CFF8D856C4 * __this, const RuntimeMethod* method) { { return; } } // System.Void System.Array/EmptyInternalEnumerator`1::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1__ctor_m3000DDDA4A3A086576573731D7B324AA7AF962A9_gshared (EmptyInternalEnumerator_1_t80AB5D9410DC17AE081A175DBEA733CFF8D856C4 * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405((RuntimeObject *)__this, /*hidden argument*/NULL); return; } } // System.Void System.Array/EmptyInternalEnumerator`1::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1__cctor_m6914B496D421C72338794E91DD651201DDD84145_gshared (const RuntimeMethod* method) { { EmptyInternalEnumerator_1_t80AB5D9410DC17AE081A175DBEA733CFF8D856C4 * L_0 = (EmptyInternalEnumerator_1_t80AB5D9410DC17AE081A175DBEA733CFF8D856C4 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2)); (( void (*) (EmptyInternalEnumerator_1_t80AB5D9410DC17AE081A175DBEA733CFF8D856C4 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)->methodPointer)(L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); ((EmptyInternalEnumerator_1_t80AB5D9410DC17AE081A175DBEA733CFF8D856C4_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4)))->set_Value_0(L_0); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Array/EmptyInternalEnumerator`1::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1_Dispose_m8A72B5ACAEF3745E5AE2C62793EEC293A082137E_gshared (EmptyInternalEnumerator_1_t82CAC5A35EA8F2365B35192D176A39CF3DF3BFAD * __this, const RuntimeMethod* method) { { return; } } // System.Boolean System.Array/EmptyInternalEnumerator`1::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool EmptyInternalEnumerator_1_MoveNext_m8A9AD0AD0F00E8E0F7B05AB517EAE34D8BF4F100_gshared (EmptyInternalEnumerator_1_t82CAC5A35EA8F2365B35192D176A39CF3DF3BFAD * __this, const RuntimeMethod* method) { { return (bool)0; } } // T System.Array/EmptyInternalEnumerator`1::get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR AvailableDevice_tE0BCFEA231DCDD7389B02316CF442D9AD92B6B7D EmptyInternalEnumerator_1_get_Current_m0EEFE5E4A643A7D5744D157A559EC2ECE8C49A0B_gshared (EmptyInternalEnumerator_1_t82CAC5A35EA8F2365B35192D176A39CF3DF3BFAD * __this, const RuntimeMethod* method) { { InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB * L_0 = (InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB_il2cpp_TypeInfo_var))); InvalidOperationException__ctor_mC012CE552988309733C896F3FEA8249171E4402E(L_0, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral7E7A07FECA0FF43839D67A9F7828EE56182CC9F6)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&EmptyInternalEnumerator_1_get_Current_m0EEFE5E4A643A7D5744D157A559EC2ECE8C49A0B_RuntimeMethod_var))); } } // System.Object System.Array/EmptyInternalEnumerator`1::System.Collections.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * EmptyInternalEnumerator_1_System_Collections_IEnumerator_get_Current_m8CCC0055EF4FBF36F2E0194A2033210300283EAB_gshared (EmptyInternalEnumerator_1_t82CAC5A35EA8F2365B35192D176A39CF3DF3BFAD * __this, const RuntimeMethod* method) { { NullCheck((EmptyInternalEnumerator_1_t82CAC5A35EA8F2365B35192D176A39CF3DF3BFAD *)__this); AvailableDevice_tE0BCFEA231DCDD7389B02316CF442D9AD92B6B7D L_0; L_0 = (( AvailableDevice_tE0BCFEA231DCDD7389B02316CF442D9AD92B6B7D (*) (EmptyInternalEnumerator_1_t82CAC5A35EA8F2365B35192D176A39CF3DF3BFAD *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((EmptyInternalEnumerator_1_t82CAC5A35EA8F2365B35192D176A39CF3DF3BFAD *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); AvailableDevice_tE0BCFEA231DCDD7389B02316CF442D9AD92B6B7D L_1 = (AvailableDevice_tE0BCFEA231DCDD7389B02316CF442D9AD92B6B7D )L_0; RuntimeObject * L_2 = Box(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 1), &L_1); return (RuntimeObject *)L_2; } } // System.Void System.Array/EmptyInternalEnumerator`1::System.Collections.IEnumerator.Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1_System_Collections_IEnumerator_Reset_m9D419B9935270CC8BA207C3513A651DA4F9EACD6_gshared (EmptyInternalEnumerator_1_t82CAC5A35EA8F2365B35192D176A39CF3DF3BFAD * __this, const RuntimeMethod* method) { { return; } } // System.Void System.Array/EmptyInternalEnumerator`1::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1__ctor_mBCB39BD3E36AF5365FCA35872226AE5C1B7FEEEF_gshared (EmptyInternalEnumerator_1_t82CAC5A35EA8F2365B35192D176A39CF3DF3BFAD * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405((RuntimeObject *)__this, /*hidden argument*/NULL); return; } } // System.Void System.Array/EmptyInternalEnumerator`1::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1__cctor_mD7AB1B3086485B1DF160696AB86595AE76BFF3C7_gshared (const RuntimeMethod* method) { { EmptyInternalEnumerator_1_t82CAC5A35EA8F2365B35192D176A39CF3DF3BFAD * L_0 = (EmptyInternalEnumerator_1_t82CAC5A35EA8F2365B35192D176A39CF3DF3BFAD *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2)); (( void (*) (EmptyInternalEnumerator_1_t82CAC5A35EA8F2365B35192D176A39CF3DF3BFAD *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)->methodPointer)(L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); ((EmptyInternalEnumerator_1_t82CAC5A35EA8F2365B35192D176A39CF3DF3BFAD_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4)))->set_Value_0(L_0); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Array/EmptyInternalEnumerator`1::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1_Dispose_m894DB2E58533D1CF215D33B123F0748B04F47960_gshared (EmptyInternalEnumerator_1_t16843B1642589EADAF9F33CC8C01815F1B3461A0 * __this, const RuntimeMethod* method) { { return; } } // System.Boolean System.Array/EmptyInternalEnumerator`1::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool EmptyInternalEnumerator_1_MoveNext_mCBEE1DB7B4B4238F66C77CAAFC611EE6B97781E5_gshared (EmptyInternalEnumerator_1_t16843B1642589EADAF9F33CC8C01815F1B3461A0 * __this, const RuntimeMethod* method) { { return (bool)0; } } // T System.Array/EmptyInternalEnumerator`1::get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StateChangeMonitorListener_t438EEB3B8EC5C287AACCE8321BE5B283ACCB7757 EmptyInternalEnumerator_1_get_Current_m373D88984464D3E5C224622B25BD7EDEF1B74612_gshared (EmptyInternalEnumerator_1_t16843B1642589EADAF9F33CC8C01815F1B3461A0 * __this, const RuntimeMethod* method) { { InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB * L_0 = (InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB_il2cpp_TypeInfo_var))); InvalidOperationException__ctor_mC012CE552988309733C896F3FEA8249171E4402E(L_0, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral7E7A07FECA0FF43839D67A9F7828EE56182CC9F6)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&EmptyInternalEnumerator_1_get_Current_m373D88984464D3E5C224622B25BD7EDEF1B74612_RuntimeMethod_var))); } } // System.Object System.Array/EmptyInternalEnumerator`1::System.Collections.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * EmptyInternalEnumerator_1_System_Collections_IEnumerator_get_Current_m4C3D47812E92ABC985823C624570A3743F3AF2EF_gshared (EmptyInternalEnumerator_1_t16843B1642589EADAF9F33CC8C01815F1B3461A0 * __this, const RuntimeMethod* method) { { NullCheck((EmptyInternalEnumerator_1_t16843B1642589EADAF9F33CC8C01815F1B3461A0 *)__this); StateChangeMonitorListener_t438EEB3B8EC5C287AACCE8321BE5B283ACCB7757 L_0; L_0 = (( StateChangeMonitorListener_t438EEB3B8EC5C287AACCE8321BE5B283ACCB7757 (*) (EmptyInternalEnumerator_1_t16843B1642589EADAF9F33CC8C01815F1B3461A0 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((EmptyInternalEnumerator_1_t16843B1642589EADAF9F33CC8C01815F1B3461A0 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); StateChangeMonitorListener_t438EEB3B8EC5C287AACCE8321BE5B283ACCB7757 L_1 = (StateChangeMonitorListener_t438EEB3B8EC5C287AACCE8321BE5B283ACCB7757 )L_0; RuntimeObject * L_2 = Box(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 1), &L_1); return (RuntimeObject *)L_2; } } // System.Void System.Array/EmptyInternalEnumerator`1::System.Collections.IEnumerator.Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1_System_Collections_IEnumerator_Reset_mA55251D8A6581D3DFCA009CC77710751BA5086A1_gshared (EmptyInternalEnumerator_1_t16843B1642589EADAF9F33CC8C01815F1B3461A0 * __this, const RuntimeMethod* method) { { return; } } // System.Void System.Array/EmptyInternalEnumerator`1::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1__ctor_mAE8C202E158D3D70AB933DC4AF4A4F3ADAD1F068_gshared (EmptyInternalEnumerator_1_t16843B1642589EADAF9F33CC8C01815F1B3461A0 * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405((RuntimeObject *)__this, /*hidden argument*/NULL); return; } } // System.Void System.Array/EmptyInternalEnumerator`1::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1__cctor_m33C5D04BDC2C014FB2CBAC4F8867F34BF688921B_gshared (const RuntimeMethod* method) { { EmptyInternalEnumerator_1_t16843B1642589EADAF9F33CC8C01815F1B3461A0 * L_0 = (EmptyInternalEnumerator_1_t16843B1642589EADAF9F33CC8C01815F1B3461A0 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2)); (( void (*) (EmptyInternalEnumerator_1_t16843B1642589EADAF9F33CC8C01815F1B3461A0 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)->methodPointer)(L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); ((EmptyInternalEnumerator_1_t16843B1642589EADAF9F33CC8C01815F1B3461A0_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4)))->set_Value_0(L_0); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Array/EmptyInternalEnumerator`1::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1_Dispose_m2BA733E66BAE789D5E9ADF4C9410CF27AFE7B7DE_gshared (EmptyInternalEnumerator_1_tCC66E29B3135EADE98ABBECB476FC9B8F7071732 * __this, const RuntimeMethod* method) { { return; } } // System.Boolean System.Array/EmptyInternalEnumerator`1::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool EmptyInternalEnumerator_1_MoveNext_m3B3F364BF59A1A147C327460C6B614D483DCCA7D_gshared (EmptyInternalEnumerator_1_tCC66E29B3135EADE98ABBECB476FC9B8F7071732 * __this, const RuntimeMethod* method) { { return (bool)0; } } // T System.Array/EmptyInternalEnumerator`1::get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StateChangeMonitorTimeout_tF444060D4A082452E9CF9D6927AAA860A1194391 EmptyInternalEnumerator_1_get_Current_m44FAC3B3EFA704F8E7371B63C10FB3FBFF7472A7_gshared (EmptyInternalEnumerator_1_tCC66E29B3135EADE98ABBECB476FC9B8F7071732 * __this, const RuntimeMethod* method) { { InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB * L_0 = (InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB_il2cpp_TypeInfo_var))); InvalidOperationException__ctor_mC012CE552988309733C896F3FEA8249171E4402E(L_0, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral7E7A07FECA0FF43839D67A9F7828EE56182CC9F6)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&EmptyInternalEnumerator_1_get_Current_m44FAC3B3EFA704F8E7371B63C10FB3FBFF7472A7_RuntimeMethod_var))); } } // System.Object System.Array/EmptyInternalEnumerator`1::System.Collections.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * EmptyInternalEnumerator_1_System_Collections_IEnumerator_get_Current_m77AA9FCE3F143B58B9E4EA9DFF9C61A52E02FBEE_gshared (EmptyInternalEnumerator_1_tCC66E29B3135EADE98ABBECB476FC9B8F7071732 * __this, const RuntimeMethod* method) { { NullCheck((EmptyInternalEnumerator_1_tCC66E29B3135EADE98ABBECB476FC9B8F7071732 *)__this); StateChangeMonitorTimeout_tF444060D4A082452E9CF9D6927AAA860A1194391 L_0; L_0 = (( StateChangeMonitorTimeout_tF444060D4A082452E9CF9D6927AAA860A1194391 (*) (EmptyInternalEnumerator_1_tCC66E29B3135EADE98ABBECB476FC9B8F7071732 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((EmptyInternalEnumerator_1_tCC66E29B3135EADE98ABBECB476FC9B8F7071732 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); StateChangeMonitorTimeout_tF444060D4A082452E9CF9D6927AAA860A1194391 L_1 = (StateChangeMonitorTimeout_tF444060D4A082452E9CF9D6927AAA860A1194391 )L_0; RuntimeObject * L_2 = Box(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 1), &L_1); return (RuntimeObject *)L_2; } } // System.Void System.Array/EmptyInternalEnumerator`1::System.Collections.IEnumerator.Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1_System_Collections_IEnumerator_Reset_mDB3D8E4947B822873B2B4865BAFEABCBCD24A059_gshared (EmptyInternalEnumerator_1_tCC66E29B3135EADE98ABBECB476FC9B8F7071732 * __this, const RuntimeMethod* method) { { return; } } // System.Void System.Array/EmptyInternalEnumerator`1::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1__ctor_mA891F46B62512222CA4B9DF3B6891F77B8F49738_gshared (EmptyInternalEnumerator_1_tCC66E29B3135EADE98ABBECB476FC9B8F7071732 * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405((RuntimeObject *)__this, /*hidden argument*/NULL); return; } } // System.Void System.Array/EmptyInternalEnumerator`1::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1__cctor_m6C2B2D8FD9D34EC374E6E1F9560C23A54AB9C2F2_gshared (const RuntimeMethod* method) { { EmptyInternalEnumerator_1_tCC66E29B3135EADE98ABBECB476FC9B8F7071732 * L_0 = (EmptyInternalEnumerator_1_tCC66E29B3135EADE98ABBECB476FC9B8F7071732 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2)); (( void (*) (EmptyInternalEnumerator_1_tCC66E29B3135EADE98ABBECB476FC9B8F7071732 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)->methodPointer)(L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); ((EmptyInternalEnumerator_1_tCC66E29B3135EADE98ABBECB476FC9B8F7071732_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4)))->set_Value_0(L_0); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Array/EmptyInternalEnumerator`1::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1_Dispose_mD7E4E01E64D794A40B5CD2283D271C3FD9CB02C4_gshared (EmptyInternalEnumerator_1_t2511B3DF67BF1CDD93699F757F7F84C07044A9EA * __this, const RuntimeMethod* method) { { return; } } // System.Boolean System.Array/EmptyInternalEnumerator`1::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool EmptyInternalEnumerator_1_MoveNext_mE740AE5E3FFF82A8CD2FCE8B70CEA3F0ED995BD8_gshared (EmptyInternalEnumerator_1_t2511B3DF67BF1CDD93699F757F7F84C07044A9EA * __this, const RuntimeMethod* method) { { return (bool)0; } } // T System.Array/EmptyInternalEnumerator`1::get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StateChangeMonitorsForDevice_t2F1944ED5BCDE768DDC64D5F89F74FCE9198B7C0 EmptyInternalEnumerator_1_get_Current_mB8B09E34F7D13AC43C5F716E145F54EC762FF69B_gshared (EmptyInternalEnumerator_1_t2511B3DF67BF1CDD93699F757F7F84C07044A9EA * __this, const RuntimeMethod* method) { { InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB * L_0 = (InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB_il2cpp_TypeInfo_var))); InvalidOperationException__ctor_mC012CE552988309733C896F3FEA8249171E4402E(L_0, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral7E7A07FECA0FF43839D67A9F7828EE56182CC9F6)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&EmptyInternalEnumerator_1_get_Current_mB8B09E34F7D13AC43C5F716E145F54EC762FF69B_RuntimeMethod_var))); } } // System.Object System.Array/EmptyInternalEnumerator`1::System.Collections.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * EmptyInternalEnumerator_1_System_Collections_IEnumerator_get_Current_m14B3D34BC0D18193CDE5726FF977ABA9E0DDF58D_gshared (EmptyInternalEnumerator_1_t2511B3DF67BF1CDD93699F757F7F84C07044A9EA * __this, const RuntimeMethod* method) { { NullCheck((EmptyInternalEnumerator_1_t2511B3DF67BF1CDD93699F757F7F84C07044A9EA *)__this); StateChangeMonitorsForDevice_t2F1944ED5BCDE768DDC64D5F89F74FCE9198B7C0 L_0; L_0 = (( StateChangeMonitorsForDevice_t2F1944ED5BCDE768DDC64D5F89F74FCE9198B7C0 (*) (EmptyInternalEnumerator_1_t2511B3DF67BF1CDD93699F757F7F84C07044A9EA *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((EmptyInternalEnumerator_1_t2511B3DF67BF1CDD93699F757F7F84C07044A9EA *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); StateChangeMonitorsForDevice_t2F1944ED5BCDE768DDC64D5F89F74FCE9198B7C0 L_1 = (StateChangeMonitorsForDevice_t2F1944ED5BCDE768DDC64D5F89F74FCE9198B7C0 )L_0; RuntimeObject * L_2 = Box(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 1), &L_1); return (RuntimeObject *)L_2; } } // System.Void System.Array/EmptyInternalEnumerator`1::System.Collections.IEnumerator.Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1_System_Collections_IEnumerator_Reset_m170CD1A4E0F569C847B9885040A04ACE98D4525E_gshared (EmptyInternalEnumerator_1_t2511B3DF67BF1CDD93699F757F7F84C07044A9EA * __this, const RuntimeMethod* method) { { return; } } // System.Void System.Array/EmptyInternalEnumerator`1::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1__ctor_mEA524FAE8F2C7F95C1E2E728F0B37B562B4F2D32_gshared (EmptyInternalEnumerator_1_t2511B3DF67BF1CDD93699F757F7F84C07044A9EA * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405((RuntimeObject *)__this, /*hidden argument*/NULL); return; } } // System.Void System.Array/EmptyInternalEnumerator`1::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1__cctor_mAB93CCBAF709F402452A9F6373D852D36441C29C_gshared (const RuntimeMethod* method) { { EmptyInternalEnumerator_1_t2511B3DF67BF1CDD93699F757F7F84C07044A9EA * L_0 = (EmptyInternalEnumerator_1_t2511B3DF67BF1CDD93699F757F7F84C07044A9EA *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2)); (( void (*) (EmptyInternalEnumerator_1_t2511B3DF67BF1CDD93699F757F7F84C07044A9EA *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)->methodPointer)(L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); ((EmptyInternalEnumerator_1_t2511B3DF67BF1CDD93699F757F7F84C07044A9EA_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4)))->set_Value_0(L_0); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Array/EmptyInternalEnumerator`1::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1_Dispose_mC0677C7A312ED76081F56E99538794FC990A2CBB_gshared (EmptyInternalEnumerator_1_t5EC8C2C93272C78B81F86D78B9A7EE8019367A5D * __this, const RuntimeMethod* method) { { return; } } // System.Boolean System.Array/EmptyInternalEnumerator`1::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool EmptyInternalEnumerator_1_MoveNext_mEF21F4C60A3A33A256BA254137835D19A2805571_gshared (EmptyInternalEnumerator_1_t5EC8C2C93272C78B81F86D78B9A7EE8019367A5D * __this, const RuntimeMethod* method) { { return (bool)0; } } // T System.Array/EmptyInternalEnumerator`1::get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RemoteInputDevice_t6E2A1B58FFB0ADED6F6A0780D9EB05F7CC5F35A4 EmptyInternalEnumerator_1_get_Current_m86A0D48ED54F40CFBD1095B60EC4360F98637F96_gshared (EmptyInternalEnumerator_1_t5EC8C2C93272C78B81F86D78B9A7EE8019367A5D * __this, const RuntimeMethod* method) { { InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB * L_0 = (InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB_il2cpp_TypeInfo_var))); InvalidOperationException__ctor_mC012CE552988309733C896F3FEA8249171E4402E(L_0, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral7E7A07FECA0FF43839D67A9F7828EE56182CC9F6)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&EmptyInternalEnumerator_1_get_Current_m86A0D48ED54F40CFBD1095B60EC4360F98637F96_RuntimeMethod_var))); } } // System.Object System.Array/EmptyInternalEnumerator`1::System.Collections.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * EmptyInternalEnumerator_1_System_Collections_IEnumerator_get_Current_mBA3E8F36920D2430EBD234908CA171EF2D8C760B_gshared (EmptyInternalEnumerator_1_t5EC8C2C93272C78B81F86D78B9A7EE8019367A5D * __this, const RuntimeMethod* method) { { NullCheck((EmptyInternalEnumerator_1_t5EC8C2C93272C78B81F86D78B9A7EE8019367A5D *)__this); RemoteInputDevice_t6E2A1B58FFB0ADED6F6A0780D9EB05F7CC5F35A4 L_0; L_0 = (( RemoteInputDevice_t6E2A1B58FFB0ADED6F6A0780D9EB05F7CC5F35A4 (*) (EmptyInternalEnumerator_1_t5EC8C2C93272C78B81F86D78B9A7EE8019367A5D *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((EmptyInternalEnumerator_1_t5EC8C2C93272C78B81F86D78B9A7EE8019367A5D *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); RemoteInputDevice_t6E2A1B58FFB0ADED6F6A0780D9EB05F7CC5F35A4 L_1 = (RemoteInputDevice_t6E2A1B58FFB0ADED6F6A0780D9EB05F7CC5F35A4 )L_0; RuntimeObject * L_2 = Box(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 1), &L_1); return (RuntimeObject *)L_2; } } // System.Void System.Array/EmptyInternalEnumerator`1::System.Collections.IEnumerator.Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1_System_Collections_IEnumerator_Reset_mFCAE77F28AD3260A72A86DE69C5E2FEDBF8AEBFB_gshared (EmptyInternalEnumerator_1_t5EC8C2C93272C78B81F86D78B9A7EE8019367A5D * __this, const RuntimeMethod* method) { { return; } } // System.Void System.Array/EmptyInternalEnumerator`1::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1__ctor_m26BDAF300F91E7EE7F144EDDB73BF20B16C0B235_gshared (EmptyInternalEnumerator_1_t5EC8C2C93272C78B81F86D78B9A7EE8019367A5D * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405((RuntimeObject *)__this, /*hidden argument*/NULL); return; } } // System.Void System.Array/EmptyInternalEnumerator`1::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1__cctor_mDDF23E6CF74325D3EF6F316F8FCB6FF1EDB6D85E_gshared (const RuntimeMethod* method) { { EmptyInternalEnumerator_1_t5EC8C2C93272C78B81F86D78B9A7EE8019367A5D * L_0 = (EmptyInternalEnumerator_1_t5EC8C2C93272C78B81F86D78B9A7EE8019367A5D *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2)); (( void (*) (EmptyInternalEnumerator_1_t5EC8C2C93272C78B81F86D78B9A7EE8019367A5D *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)->methodPointer)(L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); ((EmptyInternalEnumerator_1_t5EC8C2C93272C78B81F86D78B9A7EE8019367A5D_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4)))->set_Value_0(L_0); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Array/EmptyInternalEnumerator`1::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1_Dispose_m313D1D4814673FDAB50E4385B2F3A8DD43F1061B_gshared (EmptyInternalEnumerator_1_t436A8E58E78E92A6DF929ED5DA7612A30EED69C3 * __this, const RuntimeMethod* method) { { return; } } // System.Boolean System.Array/EmptyInternalEnumerator`1::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool EmptyInternalEnumerator_1_MoveNext_mF0BE485C5A82B304D2FDEC125E22C9B3AB76ECC5_gshared (EmptyInternalEnumerator_1_t436A8E58E78E92A6DF929ED5DA7612A30EED69C3 * __this, const RuntimeMethod* method) { { return (bool)0; } } // T System.Array/EmptyInternalEnumerator`1::get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RemoteSender_t93CD189B309CDCE886C77992DA436B2EF006401C EmptyInternalEnumerator_1_get_Current_mEEE897C077EA1541B741554453BF349AAE7A88E8_gshared (EmptyInternalEnumerator_1_t436A8E58E78E92A6DF929ED5DA7612A30EED69C3 * __this, const RuntimeMethod* method) { { InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB * L_0 = (InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB_il2cpp_TypeInfo_var))); InvalidOperationException__ctor_mC012CE552988309733C896F3FEA8249171E4402E(L_0, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral7E7A07FECA0FF43839D67A9F7828EE56182CC9F6)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&EmptyInternalEnumerator_1_get_Current_mEEE897C077EA1541B741554453BF349AAE7A88E8_RuntimeMethod_var))); } } // System.Object System.Array/EmptyInternalEnumerator`1::System.Collections.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * EmptyInternalEnumerator_1_System_Collections_IEnumerator_get_Current_mA448C16A8ABF3194B9102309AD9BC5B4D86BDE01_gshared (EmptyInternalEnumerator_1_t436A8E58E78E92A6DF929ED5DA7612A30EED69C3 * __this, const RuntimeMethod* method) { { NullCheck((EmptyInternalEnumerator_1_t436A8E58E78E92A6DF929ED5DA7612A30EED69C3 *)__this); RemoteSender_t93CD189B309CDCE886C77992DA436B2EF006401C L_0; L_0 = (( RemoteSender_t93CD189B309CDCE886C77992DA436B2EF006401C (*) (EmptyInternalEnumerator_1_t436A8E58E78E92A6DF929ED5DA7612A30EED69C3 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((EmptyInternalEnumerator_1_t436A8E58E78E92A6DF929ED5DA7612A30EED69C3 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); RemoteSender_t93CD189B309CDCE886C77992DA436B2EF006401C L_1 = (RemoteSender_t93CD189B309CDCE886C77992DA436B2EF006401C )L_0; RuntimeObject * L_2 = Box(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 1), &L_1); return (RuntimeObject *)L_2; } } // System.Void System.Array/EmptyInternalEnumerator`1::System.Collections.IEnumerator.Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1_System_Collections_IEnumerator_Reset_m938D28F5D14014B2675932CC9661FADD5C350153_gshared (EmptyInternalEnumerator_1_t436A8E58E78E92A6DF929ED5DA7612A30EED69C3 * __this, const RuntimeMethod* method) { { return; } } // System.Void System.Array/EmptyInternalEnumerator`1::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1__ctor_m00A0A7A4E98DD72275D9B6D9B4118D83A66CFA99_gshared (EmptyInternalEnumerator_1_t436A8E58E78E92A6DF929ED5DA7612A30EED69C3 * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405((RuntimeObject *)__this, /*hidden argument*/NULL); return; } } // System.Void System.Array/EmptyInternalEnumerator`1::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1__cctor_m4D8CAF970DF7737AC6A638D03EAD4C5CC341D69D_gshared (const RuntimeMethod* method) { { EmptyInternalEnumerator_1_t436A8E58E78E92A6DF929ED5DA7612A30EED69C3 * L_0 = (EmptyInternalEnumerator_1_t436A8E58E78E92A6DF929ED5DA7612A30EED69C3 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2)); (( void (*) (EmptyInternalEnumerator_1_t436A8E58E78E92A6DF929ED5DA7612A30EED69C3 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)->methodPointer)(L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); ((EmptyInternalEnumerator_1_t436A8E58E78E92A6DF929ED5DA7612A30EED69C3_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4)))->set_Value_0(L_0); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Array/EmptyInternalEnumerator`1::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1_Dispose_mA0B1FDE34C72B27BFA1BDD0058447445AF7FDED1_gshared (EmptyInternalEnumerator_1_t5379C91906C96D81A176FD439FA270890E6A6491 * __this, const RuntimeMethod* method) { { return; } } // System.Boolean System.Array/EmptyInternalEnumerator`1::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool EmptyInternalEnumerator_1_MoveNext_mF0E9043700F7A388AD26C435CE58812F269FC980_gshared (EmptyInternalEnumerator_1_t5379C91906C96D81A176FD439FA270890E6A6491 * __this, const RuntimeMethod* method) { { return (bool)0; } } // T System.Array/EmptyInternalEnumerator`1::get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Record_t5D2EF3432D8EA5FE1E2CF58B5345D23FF06DD445 EmptyInternalEnumerator_1_get_Current_mDC647CA5DACC55107FB01BE331D60E2EFB1609B3_gshared (EmptyInternalEnumerator_1_t5379C91906C96D81A176FD439FA270890E6A6491 * __this, const RuntimeMethod* method) { { InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB * L_0 = (InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB_il2cpp_TypeInfo_var))); InvalidOperationException__ctor_mC012CE552988309733C896F3FEA8249171E4402E(L_0, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral7E7A07FECA0FF43839D67A9F7828EE56182CC9F6)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&EmptyInternalEnumerator_1_get_Current_mDC647CA5DACC55107FB01BE331D60E2EFB1609B3_RuntimeMethod_var))); } } // System.Object System.Array/EmptyInternalEnumerator`1::System.Collections.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * EmptyInternalEnumerator_1_System_Collections_IEnumerator_get_Current_m30C7C60C5E98694F9E67A594C947E65A96021E07_gshared (EmptyInternalEnumerator_1_t5379C91906C96D81A176FD439FA270890E6A6491 * __this, const RuntimeMethod* method) { { NullCheck((EmptyInternalEnumerator_1_t5379C91906C96D81A176FD439FA270890E6A6491 *)__this); Record_t5D2EF3432D8EA5FE1E2CF58B5345D23FF06DD445 L_0; L_0 = (( Record_t5D2EF3432D8EA5FE1E2CF58B5345D23FF06DD445 (*) (EmptyInternalEnumerator_1_t5379C91906C96D81A176FD439FA270890E6A6491 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((EmptyInternalEnumerator_1_t5379C91906C96D81A176FD439FA270890E6A6491 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); Record_t5D2EF3432D8EA5FE1E2CF58B5345D23FF06DD445 L_1 = (Record_t5D2EF3432D8EA5FE1E2CF58B5345D23FF06DD445 )L_0; RuntimeObject * L_2 = Box(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 1), &L_1); return (RuntimeObject *)L_2; } } // System.Void System.Array/EmptyInternalEnumerator`1::System.Collections.IEnumerator.Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1_System_Collections_IEnumerator_Reset_mBC7698DA243A621914708E5DC63973C57C6E4FC2_gshared (EmptyInternalEnumerator_1_t5379C91906C96D81A176FD439FA270890E6A6491 * __this, const RuntimeMethod* method) { { return; } } // System.Void System.Array/EmptyInternalEnumerator`1::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1__ctor_mA636A567AA3826325ECEC111D5623B258CCE3F69_gshared (EmptyInternalEnumerator_1_t5379C91906C96D81A176FD439FA270890E6A6491 * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405((RuntimeObject *)__this, /*hidden argument*/NULL); return; } } // System.Void System.Array/EmptyInternalEnumerator`1::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1__cctor_m15AA9750C0FD9FA2E3F371BF8DB5AD0EAAFB8B4F_gshared (const RuntimeMethod* method) { { EmptyInternalEnumerator_1_t5379C91906C96D81A176FD439FA270890E6A6491 * L_0 = (EmptyInternalEnumerator_1_t5379C91906C96D81A176FD439FA270890E6A6491 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2)); (( void (*) (EmptyInternalEnumerator_1_t5379C91906C96D81A176FD439FA270890E6A6491 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)->methodPointer)(L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); ((EmptyInternalEnumerator_1_t5379C91906C96D81A176FD439FA270890E6A6491_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4)))->set_Value_0(L_0); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Array/EmptyInternalEnumerator`1::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1_Dispose_m2C29641A07EB89948326891886592A228E3D8690_gshared (EmptyInternalEnumerator_1_tE0EFDA98496404617E2248BB62C2725447743B26 * __this, const RuntimeMethod* method) { { return; } } // System.Boolean System.Array/EmptyInternalEnumerator`1::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool EmptyInternalEnumerator_1_MoveNext_mA0847F1E23715E0292CD7724EA107DC056A28F83_gshared (EmptyInternalEnumerator_1_tE0EFDA98496404617E2248BB62C2725447743B26 * __this, const RuntimeMethod* method) { { return (bool)0; } } // T System.Array/EmptyInternalEnumerator`1::get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR InputActionReferenceState_tC50425D7B458699BD615743E4D1EEA2867AE59DF EmptyInternalEnumerator_1_get_Current_m4A8B050E2B88F185586CB3028209EC4102CB3E3D_gshared (EmptyInternalEnumerator_1_tE0EFDA98496404617E2248BB62C2725447743B26 * __this, const RuntimeMethod* method) { { InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB * L_0 = (InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB_il2cpp_TypeInfo_var))); InvalidOperationException__ctor_mC012CE552988309733C896F3FEA8249171E4402E(L_0, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral7E7A07FECA0FF43839D67A9F7828EE56182CC9F6)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&EmptyInternalEnumerator_1_get_Current_m4A8B050E2B88F185586CB3028209EC4102CB3E3D_RuntimeMethod_var))); } } // System.Object System.Array/EmptyInternalEnumerator`1::System.Collections.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * EmptyInternalEnumerator_1_System_Collections_IEnumerator_get_Current_mCF8B751AE95AEE9212B69581D1A4C23668DE2743_gshared (EmptyInternalEnumerator_1_tE0EFDA98496404617E2248BB62C2725447743B26 * __this, const RuntimeMethod* method) { { NullCheck((EmptyInternalEnumerator_1_tE0EFDA98496404617E2248BB62C2725447743B26 *)__this); InputActionReferenceState_tC50425D7B458699BD615743E4D1EEA2867AE59DF L_0; L_0 = (( InputActionReferenceState_tC50425D7B458699BD615743E4D1EEA2867AE59DF (*) (EmptyInternalEnumerator_1_tE0EFDA98496404617E2248BB62C2725447743B26 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((EmptyInternalEnumerator_1_tE0EFDA98496404617E2248BB62C2725447743B26 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); InputActionReferenceState_tC50425D7B458699BD615743E4D1EEA2867AE59DF L_1 = (InputActionReferenceState_tC50425D7B458699BD615743E4D1EEA2867AE59DF )L_0; RuntimeObject * L_2 = Box(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 1), &L_1); return (RuntimeObject *)L_2; } } // System.Void System.Array/EmptyInternalEnumerator`1::System.Collections.IEnumerator.Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1_System_Collections_IEnumerator_Reset_m66586B621E9113622E2155D6C8F8CA895953E783_gshared (EmptyInternalEnumerator_1_tE0EFDA98496404617E2248BB62C2725447743B26 * __this, const RuntimeMethod* method) { { return; } } // System.Void System.Array/EmptyInternalEnumerator`1::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1__ctor_m19BAD667881642D6B2F27E4FB9D7CCE4E6DE0FD4_gshared (EmptyInternalEnumerator_1_tE0EFDA98496404617E2248BB62C2725447743B26 * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405((RuntimeObject *)__this, /*hidden argument*/NULL); return; } } // System.Void System.Array/EmptyInternalEnumerator`1::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1__cctor_m9EAACAE528053BAA716510E410DC4439872F26D2_gshared (const RuntimeMethod* method) { { EmptyInternalEnumerator_1_tE0EFDA98496404617E2248BB62C2725447743B26 * L_0 = (EmptyInternalEnumerator_1_tE0EFDA98496404617E2248BB62C2725447743B26 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2)); (( void (*) (EmptyInternalEnumerator_1_tE0EFDA98496404617E2248BB62C2725447743B26 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)->methodPointer)(L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); ((EmptyInternalEnumerator_1_tE0EFDA98496404617E2248BB62C2725447743B26_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4)))->set_Value_0(L_0); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Array/EmptyInternalEnumerator`1::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1_Dispose_m8FD7940A9289B2DF3F3176905182BB6B7575454E_gshared (EmptyInternalEnumerator_1_tC27E938DE5A96CEDC2D7B2C76CC8542F71FE755F * __this, const RuntimeMethod* method) { { return; } } // System.Boolean System.Array/EmptyInternalEnumerator`1::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool EmptyInternalEnumerator_1_MoveNext_mE7CE73D9D37B7301EBC49A84C055D173E253C248_gshared (EmptyInternalEnumerator_1_tC27E938DE5A96CEDC2D7B2C76CC8542F71FE755F * __this, const RuntimeMethod* method) { { return (bool)0; } } // T System.Array/EmptyInternalEnumerator`1::get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR OngoingAccountSelection_tD333D4FF49EF1F6A9A3EA8ABC61B6027A8A3DB4E EmptyInternalEnumerator_1_get_Current_mDAE11B1DFEBD9221EBF1EDC088F0FE4E39D32259_gshared (EmptyInternalEnumerator_1_tC27E938DE5A96CEDC2D7B2C76CC8542F71FE755F * __this, const RuntimeMethod* method) { { InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB * L_0 = (InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB_il2cpp_TypeInfo_var))); InvalidOperationException__ctor_mC012CE552988309733C896F3FEA8249171E4402E(L_0, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral7E7A07FECA0FF43839D67A9F7828EE56182CC9F6)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&EmptyInternalEnumerator_1_get_Current_mDAE11B1DFEBD9221EBF1EDC088F0FE4E39D32259_RuntimeMethod_var))); } } // System.Object System.Array/EmptyInternalEnumerator`1::System.Collections.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * EmptyInternalEnumerator_1_System_Collections_IEnumerator_get_Current_m689C10D6CBA9AF23189AA791103FDE0CE9665BD4_gshared (EmptyInternalEnumerator_1_tC27E938DE5A96CEDC2D7B2C76CC8542F71FE755F * __this, const RuntimeMethod* method) { { NullCheck((EmptyInternalEnumerator_1_tC27E938DE5A96CEDC2D7B2C76CC8542F71FE755F *)__this); OngoingAccountSelection_tD333D4FF49EF1F6A9A3EA8ABC61B6027A8A3DB4E L_0; L_0 = (( OngoingAccountSelection_tD333D4FF49EF1F6A9A3EA8ABC61B6027A8A3DB4E (*) (EmptyInternalEnumerator_1_tC27E938DE5A96CEDC2D7B2C76CC8542F71FE755F *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((EmptyInternalEnumerator_1_tC27E938DE5A96CEDC2D7B2C76CC8542F71FE755F *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); OngoingAccountSelection_tD333D4FF49EF1F6A9A3EA8ABC61B6027A8A3DB4E L_1 = (OngoingAccountSelection_tD333D4FF49EF1F6A9A3EA8ABC61B6027A8A3DB4E )L_0; RuntimeObject * L_2 = Box(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 1), &L_1); return (RuntimeObject *)L_2; } } // System.Void System.Array/EmptyInternalEnumerator`1::System.Collections.IEnumerator.Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1_System_Collections_IEnumerator_Reset_mC6EE79553394A27CEB1F311236827DA36FAB0483_gshared (EmptyInternalEnumerator_1_tC27E938DE5A96CEDC2D7B2C76CC8542F71FE755F * __this, const RuntimeMethod* method) { { return; } } // System.Void System.Array/EmptyInternalEnumerator`1::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1__ctor_mDDB0348EC1022664305BF4DCCD517CCA984C057E_gshared (EmptyInternalEnumerator_1_tC27E938DE5A96CEDC2D7B2C76CC8542F71FE755F * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405((RuntimeObject *)__this, /*hidden argument*/NULL); return; } } // System.Void System.Array/EmptyInternalEnumerator`1::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1__cctor_mC2CD48956EA412C5E8308FF4208490A50A83A50D_gshared (const RuntimeMethod* method) { { EmptyInternalEnumerator_1_tC27E938DE5A96CEDC2D7B2C76CC8542F71FE755F * L_0 = (EmptyInternalEnumerator_1_tC27E938DE5A96CEDC2D7B2C76CC8542F71FE755F *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2)); (( void (*) (EmptyInternalEnumerator_1_tC27E938DE5A96CEDC2D7B2C76CC8542F71FE755F *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)->methodPointer)(L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); ((EmptyInternalEnumerator_1_tC27E938DE5A96CEDC2D7B2C76CC8542F71FE755F_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4)))->set_Value_0(L_0); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Array/EmptyInternalEnumerator`1::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1_Dispose_mB677A5CFCA763EB4FC19D8F37AAF7B2075C78CD8_gshared (EmptyInternalEnumerator_1_tD267943FEA15E70B35D06088E9305C3A64B07783 * __this, const RuntimeMethod* method) { { return; } } // System.Boolean System.Array/EmptyInternalEnumerator`1::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool EmptyInternalEnumerator_1_MoveNext_mCD581D536386508116F5955BB2EA0157CC5729DF_gshared (EmptyInternalEnumerator_1_tD267943FEA15E70B35D06088E9305C3A64B07783 * __this, const RuntimeMethod* method) { { return (bool)0; } } // T System.Array/EmptyInternalEnumerator`1::get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR UserData_t2EC376B983DBA60C3F52B78EE7E77CE78C72D79C EmptyInternalEnumerator_1_get_Current_m2EAD612D8B6B304BE9FAA96ACC3F4C22277683BF_gshared (EmptyInternalEnumerator_1_tD267943FEA15E70B35D06088E9305C3A64B07783 * __this, const RuntimeMethod* method) { { InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB * L_0 = (InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB_il2cpp_TypeInfo_var))); InvalidOperationException__ctor_mC012CE552988309733C896F3FEA8249171E4402E(L_0, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral7E7A07FECA0FF43839D67A9F7828EE56182CC9F6)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&EmptyInternalEnumerator_1_get_Current_m2EAD612D8B6B304BE9FAA96ACC3F4C22277683BF_RuntimeMethod_var))); } } // System.Object System.Array/EmptyInternalEnumerator`1::System.Collections.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * EmptyInternalEnumerator_1_System_Collections_IEnumerator_get_Current_mC59B17EDC3DB1A67530D33D3A53F5D08F1E1F039_gshared (EmptyInternalEnumerator_1_tD267943FEA15E70B35D06088E9305C3A64B07783 * __this, const RuntimeMethod* method) { { NullCheck((EmptyInternalEnumerator_1_tD267943FEA15E70B35D06088E9305C3A64B07783 *)__this); UserData_t2EC376B983DBA60C3F52B78EE7E77CE78C72D79C L_0; L_0 = (( UserData_t2EC376B983DBA60C3F52B78EE7E77CE78C72D79C (*) (EmptyInternalEnumerator_1_tD267943FEA15E70B35D06088E9305C3A64B07783 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((EmptyInternalEnumerator_1_tD267943FEA15E70B35D06088E9305C3A64B07783 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); UserData_t2EC376B983DBA60C3F52B78EE7E77CE78C72D79C L_1 = (UserData_t2EC376B983DBA60C3F52B78EE7E77CE78C72D79C )L_0; RuntimeObject * L_2 = Box(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 1), &L_1); return (RuntimeObject *)L_2; } } // System.Void System.Array/EmptyInternalEnumerator`1::System.Collections.IEnumerator.Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1_System_Collections_IEnumerator_Reset_mC9E8E36DCACF9078A7F5127DA5762A5EA16E254A_gshared (EmptyInternalEnumerator_1_tD267943FEA15E70B35D06088E9305C3A64B07783 * __this, const RuntimeMethod* method) { { return; } } // System.Void System.Array/EmptyInternalEnumerator`1::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1__ctor_mDF0593284F0AF3B0F881BDE322B76231674B1E65_gshared (EmptyInternalEnumerator_1_tD267943FEA15E70B35D06088E9305C3A64B07783 * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405((RuntimeObject *)__this, /*hidden argument*/NULL); return; } } // System.Void System.Array/EmptyInternalEnumerator`1::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1__cctor_mF486CF5458C09348C33536FB592BB9570964BE0F_gshared (const RuntimeMethod* method) { { EmptyInternalEnumerator_1_tD267943FEA15E70B35D06088E9305C3A64B07783 * L_0 = (EmptyInternalEnumerator_1_tD267943FEA15E70B35D06088E9305C3A64B07783 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2)); (( void (*) (EmptyInternalEnumerator_1_tD267943FEA15E70B35D06088E9305C3A64B07783 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)->methodPointer)(L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); ((EmptyInternalEnumerator_1_tD267943FEA15E70B35D06088E9305C3A64B07783_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4)))->set_Value_0(L_0); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Array/EmptyInternalEnumerator`1::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1_Dispose_m67D225436532C89F6183036005A9EA2465BA2901_gshared (EmptyInternalEnumerator_1_t6F84B5F5D1332EEA9E39C4378210EFE7ADDC3FF3 * __this, const RuntimeMethod* method) { { return; } } // System.Boolean System.Array/EmptyInternalEnumerator`1::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool EmptyInternalEnumerator_1_MoveNext_m298A93D5B1A9FAD4732A90F23E3FB34A440F70E4_gshared (EmptyInternalEnumerator_1_t6F84B5F5D1332EEA9E39C4378210EFE7ADDC3FF3 * __this, const RuntimeMethod* method) { { return (bool)0; } } // T System.Array/EmptyInternalEnumerator`1::get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR JsonValue_t547F68925DBBEF3A29A4E14D26153A04872154DB EmptyInternalEnumerator_1_get_Current_m2F3B5D9779545ABBAD2D5611C6EEC1F4114104ED_gshared (EmptyInternalEnumerator_1_t6F84B5F5D1332EEA9E39C4378210EFE7ADDC3FF3 * __this, const RuntimeMethod* method) { { InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB * L_0 = (InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB_il2cpp_TypeInfo_var))); InvalidOperationException__ctor_mC012CE552988309733C896F3FEA8249171E4402E(L_0, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral7E7A07FECA0FF43839D67A9F7828EE56182CC9F6)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&EmptyInternalEnumerator_1_get_Current_m2F3B5D9779545ABBAD2D5611C6EEC1F4114104ED_RuntimeMethod_var))); } } // System.Object System.Array/EmptyInternalEnumerator`1::System.Collections.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * EmptyInternalEnumerator_1_System_Collections_IEnumerator_get_Current_mAF253F1551F7661357039B81F485DCC966C44DF7_gshared (EmptyInternalEnumerator_1_t6F84B5F5D1332EEA9E39C4378210EFE7ADDC3FF3 * __this, const RuntimeMethod* method) { { NullCheck((EmptyInternalEnumerator_1_t6F84B5F5D1332EEA9E39C4378210EFE7ADDC3FF3 *)__this); JsonValue_t547F68925DBBEF3A29A4E14D26153A04872154DB L_0; L_0 = (( JsonValue_t547F68925DBBEF3A29A4E14D26153A04872154DB (*) (EmptyInternalEnumerator_1_t6F84B5F5D1332EEA9E39C4378210EFE7ADDC3FF3 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((EmptyInternalEnumerator_1_t6F84B5F5D1332EEA9E39C4378210EFE7ADDC3FF3 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); JsonValue_t547F68925DBBEF3A29A4E14D26153A04872154DB L_1 = (JsonValue_t547F68925DBBEF3A29A4E14D26153A04872154DB )L_0; RuntimeObject * L_2 = Box(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 1), &L_1); return (RuntimeObject *)L_2; } } // System.Void System.Array/EmptyInternalEnumerator`1::System.Collections.IEnumerator.Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1_System_Collections_IEnumerator_Reset_m1F166D565FE25A5804DF7A4F85FAC13EE1B4995A_gshared (EmptyInternalEnumerator_1_t6F84B5F5D1332EEA9E39C4378210EFE7ADDC3FF3 * __this, const RuntimeMethod* method) { { return; } } // System.Void System.Array/EmptyInternalEnumerator`1::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1__ctor_m39F7504A643600CCCE235AC382EFD90E044C17C1_gshared (EmptyInternalEnumerator_1_t6F84B5F5D1332EEA9E39C4378210EFE7ADDC3FF3 * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405((RuntimeObject *)__this, /*hidden argument*/NULL); return; } } // System.Void System.Array/EmptyInternalEnumerator`1::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1__cctor_mEDF526D6DD8D55F6D6D7F33A2434F14DD6B49D41_gshared (const RuntimeMethod* method) { { EmptyInternalEnumerator_1_t6F84B5F5D1332EEA9E39C4378210EFE7ADDC3FF3 * L_0 = (EmptyInternalEnumerator_1_t6F84B5F5D1332EEA9E39C4378210EFE7ADDC3FF3 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2)); (( void (*) (EmptyInternalEnumerator_1_t6F84B5F5D1332EEA9E39C4378210EFE7ADDC3FF3 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)->methodPointer)(L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); ((EmptyInternalEnumerator_1_t6F84B5F5D1332EEA9E39C4378210EFE7ADDC3FF3_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4)))->set_Value_0(L_0); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Array/EmptyInternalEnumerator`1::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1_Dispose_mDA0F356FC1CD785443FA75BFF183CD3827F5C60C_gshared (EmptyInternalEnumerator_1_tFE21CE0E9E8FCC0DEABB4249725B977E128F3DA1 * __this, const RuntimeMethod* method) { { return; } } // System.Boolean System.Array/EmptyInternalEnumerator`1::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool EmptyInternalEnumerator_1_MoveNext_m349FBA9E2E1E2C316274EE379D19E4610554B1FF_gshared (EmptyInternalEnumerator_1_tFE21CE0E9E8FCC0DEABB4249725B977E128F3DA1 * __this, const RuntimeMethod* method) { { return (bool)0; } } // T System.Array/EmptyInternalEnumerator`1::get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ParametricLightMeshVertex_tB82504F406737A009734BC6F80812DAC6B4DE893 EmptyInternalEnumerator_1_get_Current_m4DEF51A83F43EFB7BF45FC73F1876DBF96EB4B62_gshared (EmptyInternalEnumerator_1_tFE21CE0E9E8FCC0DEABB4249725B977E128F3DA1 * __this, const RuntimeMethod* method) { { InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB * L_0 = (InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB_il2cpp_TypeInfo_var))); InvalidOperationException__ctor_mC012CE552988309733C896F3FEA8249171E4402E(L_0, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral7E7A07FECA0FF43839D67A9F7828EE56182CC9F6)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&EmptyInternalEnumerator_1_get_Current_m4DEF51A83F43EFB7BF45FC73F1876DBF96EB4B62_RuntimeMethod_var))); } } // System.Object System.Array/EmptyInternalEnumerator`1::System.Collections.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * EmptyInternalEnumerator_1_System_Collections_IEnumerator_get_Current_mBDF4D83EA609CA1FD0E53F19DF85796215DB4B03_gshared (EmptyInternalEnumerator_1_tFE21CE0E9E8FCC0DEABB4249725B977E128F3DA1 * __this, const RuntimeMethod* method) { { NullCheck((EmptyInternalEnumerator_1_tFE21CE0E9E8FCC0DEABB4249725B977E128F3DA1 *)__this); ParametricLightMeshVertex_tB82504F406737A009734BC6F80812DAC6B4DE893 L_0; L_0 = (( ParametricLightMeshVertex_tB82504F406737A009734BC6F80812DAC6B4DE893 (*) (EmptyInternalEnumerator_1_tFE21CE0E9E8FCC0DEABB4249725B977E128F3DA1 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((EmptyInternalEnumerator_1_tFE21CE0E9E8FCC0DEABB4249725B977E128F3DA1 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); ParametricLightMeshVertex_tB82504F406737A009734BC6F80812DAC6B4DE893 L_1 = (ParametricLightMeshVertex_tB82504F406737A009734BC6F80812DAC6B4DE893 )L_0; RuntimeObject * L_2 = Box(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 1), &L_1); return (RuntimeObject *)L_2; } } // System.Void System.Array/EmptyInternalEnumerator`1::System.Collections.IEnumerator.Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1_System_Collections_IEnumerator_Reset_m6B8A5AD0C4C0DAEFC244999D1B8C96BB45B66256_gshared (EmptyInternalEnumerator_1_tFE21CE0E9E8FCC0DEABB4249725B977E128F3DA1 * __this, const RuntimeMethod* method) { { return; } } // System.Void System.Array/EmptyInternalEnumerator`1::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1__ctor_mBBB4AF0209A4B228CCE3E7C98F34F4C0BCAD5AA6_gshared (EmptyInternalEnumerator_1_tFE21CE0E9E8FCC0DEABB4249725B977E128F3DA1 * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405((RuntimeObject *)__this, /*hidden argument*/NULL); return; } } // System.Void System.Array/EmptyInternalEnumerator`1::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1__cctor_m09454108333131C22E7C87A2255A0D0EC62CC8FA_gshared (const RuntimeMethod* method) { { EmptyInternalEnumerator_1_tFE21CE0E9E8FCC0DEABB4249725B977E128F3DA1 * L_0 = (EmptyInternalEnumerator_1_tFE21CE0E9E8FCC0DEABB4249725B977E128F3DA1 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2)); (( void (*) (EmptyInternalEnumerator_1_tFE21CE0E9E8FCC0DEABB4249725B977E128F3DA1 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)->methodPointer)(L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); ((EmptyInternalEnumerator_1_tFE21CE0E9E8FCC0DEABB4249725B977E128F3DA1_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4)))->set_Value_0(L_0); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Array/EmptyInternalEnumerator`1::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1_Dispose_mD545FEA64E3540CCED694516E59C7303115A9AAD_gshared (EmptyInternalEnumerator_1_t977058BA5DF708B76EFE8A3D63499448DDD7CB99 * __this, const RuntimeMethod* method) { { return; } } // System.Boolean System.Array/EmptyInternalEnumerator`1::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool EmptyInternalEnumerator_1_MoveNext_mA30BE2E074DF4F7191DCDB6B4C34A730C50D270B_gshared (EmptyInternalEnumerator_1_t977058BA5DF708B76EFE8A3D63499448DDD7CB99 * __this, const RuntimeMethod* method) { { return (bool)0; } } // T System.Array/EmptyInternalEnumerator`1::get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR SpriteLightMeshVertex_t6B4EA22B1C7FE0AFC97B4E47B3D24031A436CBCC EmptyInternalEnumerator_1_get_Current_m940B3C77E450EDA2179C93962E36B4BF1C396DCD_gshared (EmptyInternalEnumerator_1_t977058BA5DF708B76EFE8A3D63499448DDD7CB99 * __this, const RuntimeMethod* method) { { InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB * L_0 = (InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB_il2cpp_TypeInfo_var))); InvalidOperationException__ctor_mC012CE552988309733C896F3FEA8249171E4402E(L_0, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral7E7A07FECA0FF43839D67A9F7828EE56182CC9F6)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&EmptyInternalEnumerator_1_get_Current_m940B3C77E450EDA2179C93962E36B4BF1C396DCD_RuntimeMethod_var))); } } // System.Object System.Array/EmptyInternalEnumerator`1::System.Collections.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * EmptyInternalEnumerator_1_System_Collections_IEnumerator_get_Current_m8E18E0C5DAF7B74DE2B3BD472B512BE4F8FF005D_gshared (EmptyInternalEnumerator_1_t977058BA5DF708B76EFE8A3D63499448DDD7CB99 * __this, const RuntimeMethod* method) { { NullCheck((EmptyInternalEnumerator_1_t977058BA5DF708B76EFE8A3D63499448DDD7CB99 *)__this); SpriteLightMeshVertex_t6B4EA22B1C7FE0AFC97B4E47B3D24031A436CBCC L_0; L_0 = (( SpriteLightMeshVertex_t6B4EA22B1C7FE0AFC97B4E47B3D24031A436CBCC (*) (EmptyInternalEnumerator_1_t977058BA5DF708B76EFE8A3D63499448DDD7CB99 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((EmptyInternalEnumerator_1_t977058BA5DF708B76EFE8A3D63499448DDD7CB99 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); SpriteLightMeshVertex_t6B4EA22B1C7FE0AFC97B4E47B3D24031A436CBCC L_1 = (SpriteLightMeshVertex_t6B4EA22B1C7FE0AFC97B4E47B3D24031A436CBCC )L_0; RuntimeObject * L_2 = Box(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 1), &L_1); return (RuntimeObject *)L_2; } } // System.Void System.Array/EmptyInternalEnumerator`1::System.Collections.IEnumerator.Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1_System_Collections_IEnumerator_Reset_mB56DAFC28C02A61712D12CC6BFA2613A29B55FD8_gshared (EmptyInternalEnumerator_1_t977058BA5DF708B76EFE8A3D63499448DDD7CB99 * __this, const RuntimeMethod* method) { { return; } } // System.Void System.Array/EmptyInternalEnumerator`1::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1__ctor_m1E83783DB530DAD0E82AAB77927B75ECF088032B_gshared (EmptyInternalEnumerator_1_t977058BA5DF708B76EFE8A3D63499448DDD7CB99 * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405((RuntimeObject *)__this, /*hidden argument*/NULL); return; } } // System.Void System.Array/EmptyInternalEnumerator`1::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1__cctor_mB817995DC965CD8EAEE5690A6AACF8E8B3A2D6C1_gshared (const RuntimeMethod* method) { { EmptyInternalEnumerator_1_t977058BA5DF708B76EFE8A3D63499448DDD7CB99 * L_0 = (EmptyInternalEnumerator_1_t977058BA5DF708B76EFE8A3D63499448DDD7CB99 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2)); (( void (*) (EmptyInternalEnumerator_1_t977058BA5DF708B76EFE8A3D63499448DDD7CB99 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)->methodPointer)(L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); ((EmptyInternalEnumerator_1_t977058BA5DF708B76EFE8A3D63499448DDD7CB99_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4)))->set_Value_0(L_0); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Array/EmptyInternalEnumerator`1::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1_Dispose_m4B8197FFDE6260DE46C02987A6340B27C04A0566_gshared (EmptyInternalEnumerator_1_t41CD724EDE4107811D1D67A80613C36AED051F08 * __this, const RuntimeMethod* method) { { return; } } // System.Boolean System.Array/EmptyInternalEnumerator`1::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool EmptyInternalEnumerator_1_MoveNext_m59B7EC473480A2845FBD7F71A0EF1CFFD4236610_gshared (EmptyInternalEnumerator_1_t41CD724EDE4107811D1D67A80613C36AED051F08 * __this, const RuntimeMethod* method) { { return (bool)0; } } // T System.Array/EmptyInternalEnumerator`1::get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR BitRegion_t0A31F0D449F981815087F908462AF4D5C07DE8A0 EmptyInternalEnumerator_1_get_Current_m975F0BFAB83779C037E448462097DFC7CE74F483_gshared (EmptyInternalEnumerator_1_t41CD724EDE4107811D1D67A80613C36AED051F08 * __this, const RuntimeMethod* method) { { InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB * L_0 = (InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB_il2cpp_TypeInfo_var))); InvalidOperationException__ctor_mC012CE552988309733C896F3FEA8249171E4402E(L_0, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral7E7A07FECA0FF43839D67A9F7828EE56182CC9F6)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&EmptyInternalEnumerator_1_get_Current_m975F0BFAB83779C037E448462097DFC7CE74F483_RuntimeMethod_var))); } } // System.Object System.Array/EmptyInternalEnumerator`1::System.Collections.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * EmptyInternalEnumerator_1_System_Collections_IEnumerator_get_Current_m99BA9D3E90F3AC7D2BE28B62FA438468287F1FDD_gshared (EmptyInternalEnumerator_1_t41CD724EDE4107811D1D67A80613C36AED051F08 * __this, const RuntimeMethod* method) { { NullCheck((EmptyInternalEnumerator_1_t41CD724EDE4107811D1D67A80613C36AED051F08 *)__this); BitRegion_t0A31F0D449F981815087F908462AF4D5C07DE8A0 L_0; L_0 = (( BitRegion_t0A31F0D449F981815087F908462AF4D5C07DE8A0 (*) (EmptyInternalEnumerator_1_t41CD724EDE4107811D1D67A80613C36AED051F08 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((EmptyInternalEnumerator_1_t41CD724EDE4107811D1D67A80613C36AED051F08 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); BitRegion_t0A31F0D449F981815087F908462AF4D5C07DE8A0 L_1 = (BitRegion_t0A31F0D449F981815087F908462AF4D5C07DE8A0 )L_0; RuntimeObject * L_2 = Box(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 1), &L_1); return (RuntimeObject *)L_2; } } // System.Void System.Array/EmptyInternalEnumerator`1::System.Collections.IEnumerator.Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1_System_Collections_IEnumerator_Reset_m9886AF10A22AEC06627134A9C38DDD4EC95E5DA7_gshared (EmptyInternalEnumerator_1_t41CD724EDE4107811D1D67A80613C36AED051F08 * __this, const RuntimeMethod* method) { { return; } } // System.Void System.Array/EmptyInternalEnumerator`1::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1__ctor_mB52433313A3D8C3B0102227F485C664A54B10253_gshared (EmptyInternalEnumerator_1_t41CD724EDE4107811D1D67A80613C36AED051F08 * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405((RuntimeObject *)__this, /*hidden argument*/NULL); return; } } // System.Void System.Array/EmptyInternalEnumerator`1::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1__cctor_m0A1A892375B402B11BB6F407991393531F93C555_gshared (const RuntimeMethod* method) { { EmptyInternalEnumerator_1_t41CD724EDE4107811D1D67A80613C36AED051F08 * L_0 = (EmptyInternalEnumerator_1_t41CD724EDE4107811D1D67A80613C36AED051F08 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2)); (( void (*) (EmptyInternalEnumerator_1_t41CD724EDE4107811D1D67A80613C36AED051F08 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)->methodPointer)(L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); ((EmptyInternalEnumerator_1_t41CD724EDE4107811D1D67A80613C36AED051F08_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4)))->set_Value_0(L_0); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Array/EmptyInternalEnumerator`1::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1_Dispose_mD875027A6C3621CF09588DF3626464F94BDCA19D_gshared (EmptyInternalEnumerator_1_t78BD071F27948921D02557CDE1E5B27B1542719B * __this, const RuntimeMethod* method) { { return; } } // System.Boolean System.Array/EmptyInternalEnumerator`1::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool EmptyInternalEnumerator_1_MoveNext_m5009ADA0C77925E30EBDC39A7BBB2EBAB929012F_gshared (EmptyInternalEnumerator_1_t78BD071F27948921D02557CDE1E5B27B1542719B * __this, const RuntimeMethod* method) { { return (bool)0; } } // T System.Array/EmptyInternalEnumerator`1::get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR MeshMaterial_tE5F39C9E8D1160D3FDE1ABFE9AFDD89E30194C29 EmptyInternalEnumerator_1_get_Current_m2780CA2C82BA13062A2166A421EB0DC2D59A6CDD_gshared (EmptyInternalEnumerator_1_t78BD071F27948921D02557CDE1E5B27B1542719B * __this, const RuntimeMethod* method) { { InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB * L_0 = (InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB_il2cpp_TypeInfo_var))); InvalidOperationException__ctor_mC012CE552988309733C896F3FEA8249171E4402E(L_0, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral7E7A07FECA0FF43839D67A9F7828EE56182CC9F6)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&EmptyInternalEnumerator_1_get_Current_m2780CA2C82BA13062A2166A421EB0DC2D59A6CDD_RuntimeMethod_var))); } } // System.Object System.Array/EmptyInternalEnumerator`1::System.Collections.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * EmptyInternalEnumerator_1_System_Collections_IEnumerator_get_Current_m26BE71A35A1C06D77718DC19EBD46F9804656B84_gshared (EmptyInternalEnumerator_1_t78BD071F27948921D02557CDE1E5B27B1542719B * __this, const RuntimeMethod* method) { { NullCheck((EmptyInternalEnumerator_1_t78BD071F27948921D02557CDE1E5B27B1542719B *)__this); MeshMaterial_tE5F39C9E8D1160D3FDE1ABFE9AFDD89E30194C29 L_0; L_0 = (( MeshMaterial_tE5F39C9E8D1160D3FDE1ABFE9AFDD89E30194C29 (*) (EmptyInternalEnumerator_1_t78BD071F27948921D02557CDE1E5B27B1542719B *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((EmptyInternalEnumerator_1_t78BD071F27948921D02557CDE1E5B27B1542719B *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); MeshMaterial_tE5F39C9E8D1160D3FDE1ABFE9AFDD89E30194C29 L_1 = (MeshMaterial_tE5F39C9E8D1160D3FDE1ABFE9AFDD89E30194C29 )L_0; RuntimeObject * L_2 = Box(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 1), &L_1); return (RuntimeObject *)L_2; } } // System.Void System.Array/EmptyInternalEnumerator`1::System.Collections.IEnumerator.Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1_System_Collections_IEnumerator_Reset_m55D9D21A5E899E499403C79BFA99A4816DDECC05_gshared (EmptyInternalEnumerator_1_t78BD071F27948921D02557CDE1E5B27B1542719B * __this, const RuntimeMethod* method) { { return; } } // System.Void System.Array/EmptyInternalEnumerator`1::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1__ctor_m727FF94C6535181FB5B36A44CDAF9B64613C676A_gshared (EmptyInternalEnumerator_1_t78BD071F27948921D02557CDE1E5B27B1542719B * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405((RuntimeObject *)__this, /*hidden argument*/NULL); return; } } // System.Void System.Array/EmptyInternalEnumerator`1::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1__cctor_m6E6BECDC232CD19BE2F3E7AF9BBA9FB42FA2E4D1_gshared (const RuntimeMethod* method) { { EmptyInternalEnumerator_1_t78BD071F27948921D02557CDE1E5B27B1542719B * L_0 = (EmptyInternalEnumerator_1_t78BD071F27948921D02557CDE1E5B27B1542719B *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2)); (( void (*) (EmptyInternalEnumerator_1_t78BD071F27948921D02557CDE1E5B27B1542719B *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)->methodPointer)(L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); ((EmptyInternalEnumerator_1_t78BD071F27948921D02557CDE1E5B27B1542719B_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4)))->set_Value_0(L_0); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Array/EmptyInternalEnumerator`1::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1_Dispose_m3C4A4BACDBA087410CEE752403295F5F25B1397C_gshared (EmptyInternalEnumerator_1_tFA36265E145BEFB4C2387CEDD2177C39AF4F4CFF * __this, const RuntimeMethod* method) { { return; } } // System.Boolean System.Array/EmptyInternalEnumerator`1::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool EmptyInternalEnumerator_1_MoveNext_m717A43C9BAB1C4A103F185707DBCEB82E1F75100_gshared (EmptyInternalEnumerator_1_tFA36265E145BEFB4C2387CEDD2177C39AF4F4CFF * __this, const RuntimeMethod* method) { { return (bool)0; } } // T System.Array/EmptyInternalEnumerator`1::get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TerrainMaterial_t0602DCD2D1679FB49F0F5932C92DABC515E488BC EmptyInternalEnumerator_1_get_Current_mAC5F44344C0723746F0CF7C63329BE641E2EBBB7_gshared (EmptyInternalEnumerator_1_tFA36265E145BEFB4C2387CEDD2177C39AF4F4CFF * __this, const RuntimeMethod* method) { { InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB * L_0 = (InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB_il2cpp_TypeInfo_var))); InvalidOperationException__ctor_mC012CE552988309733C896F3FEA8249171E4402E(L_0, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral7E7A07FECA0FF43839D67A9F7828EE56182CC9F6)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&EmptyInternalEnumerator_1_get_Current_mAC5F44344C0723746F0CF7C63329BE641E2EBBB7_RuntimeMethod_var))); } } // System.Object System.Array/EmptyInternalEnumerator`1::System.Collections.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * EmptyInternalEnumerator_1_System_Collections_IEnumerator_get_Current_m320F86B91B68EA072F6B6CFDD0F7931A3FF54225_gshared (EmptyInternalEnumerator_1_tFA36265E145BEFB4C2387CEDD2177C39AF4F4CFF * __this, const RuntimeMethod* method) { { NullCheck((EmptyInternalEnumerator_1_tFA36265E145BEFB4C2387CEDD2177C39AF4F4CFF *)__this); TerrainMaterial_t0602DCD2D1679FB49F0F5932C92DABC515E488BC L_0; L_0 = (( TerrainMaterial_t0602DCD2D1679FB49F0F5932C92DABC515E488BC (*) (EmptyInternalEnumerator_1_tFA36265E145BEFB4C2387CEDD2177C39AF4F4CFF *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((EmptyInternalEnumerator_1_tFA36265E145BEFB4C2387CEDD2177C39AF4F4CFF *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); TerrainMaterial_t0602DCD2D1679FB49F0F5932C92DABC515E488BC L_1 = (TerrainMaterial_t0602DCD2D1679FB49F0F5932C92DABC515E488BC )L_0; RuntimeObject * L_2 = Box(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 1), &L_1); return (RuntimeObject *)L_2; } } // System.Void System.Array/EmptyInternalEnumerator`1::System.Collections.IEnumerator.Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1_System_Collections_IEnumerator_Reset_mD846CE95B43A1BF3A33149C312F6427B8536AEA4_gshared (EmptyInternalEnumerator_1_tFA36265E145BEFB4C2387CEDD2177C39AF4F4CFF * __this, const RuntimeMethod* method) { { return; } } // System.Void System.Array/EmptyInternalEnumerator`1::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1__ctor_m6C458D3BFF8756B3568A26E73A907694C1540D96_gshared (EmptyInternalEnumerator_1_tFA36265E145BEFB4C2387CEDD2177C39AF4F4CFF * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405((RuntimeObject *)__this, /*hidden argument*/NULL); return; } } // System.Void System.Array/EmptyInternalEnumerator`1::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1__cctor_mFA8B2D481370A41A5444ECD1F4748097C6331346_gshared (const RuntimeMethod* method) { { EmptyInternalEnumerator_1_tFA36265E145BEFB4C2387CEDD2177C39AF4F4CFF * L_0 = (EmptyInternalEnumerator_1_tFA36265E145BEFB4C2387CEDD2177C39AF4F4CFF *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2)); (( void (*) (EmptyInternalEnumerator_1_tFA36265E145BEFB4C2387CEDD2177C39AF4F4CFF *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)->methodPointer)(L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); ((EmptyInternalEnumerator_1_tFA36265E145BEFB4C2387CEDD2177C39AF4F4CFF_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4)))->set_Value_0(L_0); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Array/EmptyInternalEnumerator`1::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1_Dispose_m03FE52FB4EDFBF6A33F1D3090119B73DF9B1947F_gshared (EmptyInternalEnumerator_1_t1D36B876276BBC1AB82DE5E20C3891081518D252 * __this, const RuntimeMethod* method) { { return; } } // System.Boolean System.Array/EmptyInternalEnumerator`1::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool EmptyInternalEnumerator_1_MoveNext_m22BE927723903ADFC3F116F71CBFFF70C46EB3DF_gshared (EmptyInternalEnumerator_1_t1D36B876276BBC1AB82DE5E20C3891081518D252 * __this, const RuntimeMethod* method) { { return (bool)0; } } // T System.Array/EmptyInternalEnumerator`1::get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR EyeRenderDesc_tD08EE6C80E0DFB171EE7152F9AC6406CBFDF2FE8 EmptyInternalEnumerator_1_get_Current_mBBB28CDDF002D114C83BFB9401C43F3A85A1C7C1_gshared (EmptyInternalEnumerator_1_t1D36B876276BBC1AB82DE5E20C3891081518D252 * __this, const RuntimeMethod* method) { { InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB * L_0 = (InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB_il2cpp_TypeInfo_var))); InvalidOperationException__ctor_mC012CE552988309733C896F3FEA8249171E4402E(L_0, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral7E7A07FECA0FF43839D67A9F7828EE56182CC9F6)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&EmptyInternalEnumerator_1_get_Current_mBBB28CDDF002D114C83BFB9401C43F3A85A1C7C1_RuntimeMethod_var))); } } // System.Object System.Array/EmptyInternalEnumerator`1::System.Collections.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * EmptyInternalEnumerator_1_System_Collections_IEnumerator_get_Current_mCA101421BBE55C47F5567D11A2C6C30E4528845F_gshared (EmptyInternalEnumerator_1_t1D36B876276BBC1AB82DE5E20C3891081518D252 * __this, const RuntimeMethod* method) { { NullCheck((EmptyInternalEnumerator_1_t1D36B876276BBC1AB82DE5E20C3891081518D252 *)__this); EyeRenderDesc_tD08EE6C80E0DFB171EE7152F9AC6406CBFDF2FE8 L_0; L_0 = (( EyeRenderDesc_tD08EE6C80E0DFB171EE7152F9AC6406CBFDF2FE8 (*) (EmptyInternalEnumerator_1_t1D36B876276BBC1AB82DE5E20C3891081518D252 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((EmptyInternalEnumerator_1_t1D36B876276BBC1AB82DE5E20C3891081518D252 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); EyeRenderDesc_tD08EE6C80E0DFB171EE7152F9AC6406CBFDF2FE8 L_1 = (EyeRenderDesc_tD08EE6C80E0DFB171EE7152F9AC6406CBFDF2FE8 )L_0; RuntimeObject * L_2 = Box(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 1), &L_1); return (RuntimeObject *)L_2; } } // System.Void System.Array/EmptyInternalEnumerator`1::System.Collections.IEnumerator.Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1_System_Collections_IEnumerator_Reset_mCA3C832FF60A72979B06CD73A78AE62897974C65_gshared (EmptyInternalEnumerator_1_t1D36B876276BBC1AB82DE5E20C3891081518D252 * __this, const RuntimeMethod* method) { { return; } } // System.Void System.Array/EmptyInternalEnumerator`1::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1__ctor_mCF775244D68449059FA8AFB07FC833F6B5CDCAD4_gshared (EmptyInternalEnumerator_1_t1D36B876276BBC1AB82DE5E20C3891081518D252 * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405((RuntimeObject *)__this, /*hidden argument*/NULL); return; } } // System.Void System.Array/EmptyInternalEnumerator`1::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1__cctor_m4DC0E14647379B4367A907ED21E68B970E45665D_gshared (const RuntimeMethod* method) { { EmptyInternalEnumerator_1_t1D36B876276BBC1AB82DE5E20C3891081518D252 * L_0 = (EmptyInternalEnumerator_1_t1D36B876276BBC1AB82DE5E20C3891081518D252 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2)); (( void (*) (EmptyInternalEnumerator_1_t1D36B876276BBC1AB82DE5E20C3891081518D252 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)->methodPointer)(L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); ((EmptyInternalEnumerator_1_t1D36B876276BBC1AB82DE5E20C3891081518D252_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4)))->set_Value_0(L_0); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Array/EmptyInternalEnumerator`1::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1_Dispose_m88CFFF2D951456CD39410C16A2C25E4F128C7D93_gshared (EmptyInternalEnumerator_1_tED893ABE189F22EB7D5E09157289C0A8AD8BF7F8 * __this, const RuntimeMethod* method) { { return; } } // System.Boolean System.Array/EmptyInternalEnumerator`1::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool EmptyInternalEnumerator_1_MoveNext_mDD6D4D5BAF3DE8E086206A05AAD768D3319690C0_gshared (EmptyInternalEnumerator_1_tED893ABE189F22EB7D5E09157289C0A8AD8BF7F8 * __this, const RuntimeMethod* method) { { return (bool)0; } } // T System.Array/EmptyInternalEnumerator`1::get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR OpenVRControllerDetails_t9774FA7129BBA566B6C6859F47D4C1253D9268C5 EmptyInternalEnumerator_1_get_Current_mD390C3A4CDB0F24B493EE42F40DB2C7582590F3A_gshared (EmptyInternalEnumerator_1_tED893ABE189F22EB7D5E09157289C0A8AD8BF7F8 * __this, const RuntimeMethod* method) { { InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB * L_0 = (InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB_il2cpp_TypeInfo_var))); InvalidOperationException__ctor_mC012CE552988309733C896F3FEA8249171E4402E(L_0, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral7E7A07FECA0FF43839D67A9F7828EE56182CC9F6)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&EmptyInternalEnumerator_1_get_Current_mD390C3A4CDB0F24B493EE42F40DB2C7582590F3A_RuntimeMethod_var))); } } // System.Object System.Array/EmptyInternalEnumerator`1::System.Collections.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * EmptyInternalEnumerator_1_System_Collections_IEnumerator_get_Current_mFA8F752796A151A02C0E02161FAD2680F48305FF_gshared (EmptyInternalEnumerator_1_tED893ABE189F22EB7D5E09157289C0A8AD8BF7F8 * __this, const RuntimeMethod* method) { { NullCheck((EmptyInternalEnumerator_1_tED893ABE189F22EB7D5E09157289C0A8AD8BF7F8 *)__this); OpenVRControllerDetails_t9774FA7129BBA566B6C6859F47D4C1253D9268C5 L_0; L_0 = (( OpenVRControllerDetails_t9774FA7129BBA566B6C6859F47D4C1253D9268C5 (*) (EmptyInternalEnumerator_1_tED893ABE189F22EB7D5E09157289C0A8AD8BF7F8 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((EmptyInternalEnumerator_1_tED893ABE189F22EB7D5E09157289C0A8AD8BF7F8 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); OpenVRControllerDetails_t9774FA7129BBA566B6C6859F47D4C1253D9268C5 L_1 = (OpenVRControllerDetails_t9774FA7129BBA566B6C6859F47D4C1253D9268C5 )L_0; RuntimeObject * L_2 = Box(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 1), &L_1); return (RuntimeObject *)L_2; } } // System.Void System.Array/EmptyInternalEnumerator`1::System.Collections.IEnumerator.Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1_System_Collections_IEnumerator_Reset_mA7701724BF8DDC50DAF969C370731E1EB3BEE6BF_gshared (EmptyInternalEnumerator_1_tED893ABE189F22EB7D5E09157289C0A8AD8BF7F8 * __this, const RuntimeMethod* method) { { return; } } // System.Void System.Array/EmptyInternalEnumerator`1::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1__ctor_mA0059BF9EC835DF9D7D7339718252F840730B726_gshared (EmptyInternalEnumerator_1_tED893ABE189F22EB7D5E09157289C0A8AD8BF7F8 * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405((RuntimeObject *)__this, /*hidden argument*/NULL); return; } } // System.Void System.Array/EmptyInternalEnumerator`1::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1__cctor_mC0F70112D669D701517B4A04F35E8E86D1E02ECF_gshared (const RuntimeMethod* method) { { EmptyInternalEnumerator_1_tED893ABE189F22EB7D5E09157289C0A8AD8BF7F8 * L_0 = (EmptyInternalEnumerator_1_tED893ABE189F22EB7D5E09157289C0A8AD8BF7F8 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2)); (( void (*) (EmptyInternalEnumerator_1_tED893ABE189F22EB7D5E09157289C0A8AD8BF7F8 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)->methodPointer)(L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); ((EmptyInternalEnumerator_1_tED893ABE189F22EB7D5E09157289C0A8AD8BF7F8_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4)))->set_Value_0(L_0); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Array/EmptyInternalEnumerator`1::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1_Dispose_m4F6874782057673A7CDC3D73DEBF18E8ACBCDBC1_gshared (EmptyInternalEnumerator_1_tE38A03D29C5D01915500036E60DB35344EB8051B * __this, const RuntimeMethod* method) { { return; } } // System.Boolean System.Array/EmptyInternalEnumerator`1::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool EmptyInternalEnumerator_1_MoveNext_m5CB30CFAF1CCA74BB25990DB19ED6E20145AFCEC_gshared (EmptyInternalEnumerator_1_tE38A03D29C5D01915500036E60DB35344EB8051B * __this, const RuntimeMethod* method) { { return (bool)0; } } // T System.Array/EmptyInternalEnumerator`1::get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR LayerTexture_t3BA5633FA68A094ACEC51BA1E9999CCABDCB571E EmptyInternalEnumerator_1_get_Current_m5F433255BE83F1610BC5C8F6AB89CFCA84C26C13_gshared (EmptyInternalEnumerator_1_tE38A03D29C5D01915500036E60DB35344EB8051B * __this, const RuntimeMethod* method) { { InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB * L_0 = (InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB_il2cpp_TypeInfo_var))); InvalidOperationException__ctor_mC012CE552988309733C896F3FEA8249171E4402E(L_0, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral7E7A07FECA0FF43839D67A9F7828EE56182CC9F6)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&EmptyInternalEnumerator_1_get_Current_m5F433255BE83F1610BC5C8F6AB89CFCA84C26C13_RuntimeMethod_var))); } } // System.Object System.Array/EmptyInternalEnumerator`1::System.Collections.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * EmptyInternalEnumerator_1_System_Collections_IEnumerator_get_Current_mC7BAAB1295C2BECFDDA59C866B2C78D347749DA3_gshared (EmptyInternalEnumerator_1_tE38A03D29C5D01915500036E60DB35344EB8051B * __this, const RuntimeMethod* method) { { NullCheck((EmptyInternalEnumerator_1_tE38A03D29C5D01915500036E60DB35344EB8051B *)__this); LayerTexture_t3BA5633FA68A094ACEC51BA1E9999CCABDCB571E L_0; L_0 = (( LayerTexture_t3BA5633FA68A094ACEC51BA1E9999CCABDCB571E (*) (EmptyInternalEnumerator_1_tE38A03D29C5D01915500036E60DB35344EB8051B *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((EmptyInternalEnumerator_1_tE38A03D29C5D01915500036E60DB35344EB8051B *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); LayerTexture_t3BA5633FA68A094ACEC51BA1E9999CCABDCB571E L_1 = (LayerTexture_t3BA5633FA68A094ACEC51BA1E9999CCABDCB571E )L_0; RuntimeObject * L_2 = Box(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 1), &L_1); return (RuntimeObject *)L_2; } } // System.Void System.Array/EmptyInternalEnumerator`1::System.Collections.IEnumerator.Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1_System_Collections_IEnumerator_Reset_m159029FAAD57C34DBD7A4F2153041A4A415CDF8B_gshared (EmptyInternalEnumerator_1_tE38A03D29C5D01915500036E60DB35344EB8051B * __this, const RuntimeMethod* method) { { return; } } // System.Void System.Array/EmptyInternalEnumerator`1::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1__ctor_m2419346C14AC21483BD1DA490D279980CD6B1D9C_gshared (EmptyInternalEnumerator_1_tE38A03D29C5D01915500036E60DB35344EB8051B * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405((RuntimeObject *)__this, /*hidden argument*/NULL); return; } } // System.Void System.Array/EmptyInternalEnumerator`1::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1__cctor_mDAE50C57E73DFB9CED68DB94D7D86FB1FABD4DB8_gshared (const RuntimeMethod* method) { { EmptyInternalEnumerator_1_tE38A03D29C5D01915500036E60DB35344EB8051B * L_0 = (EmptyInternalEnumerator_1_tE38A03D29C5D01915500036E60DB35344EB8051B *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2)); (( void (*) (EmptyInternalEnumerator_1_tE38A03D29C5D01915500036E60DB35344EB8051B *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)->methodPointer)(L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); ((EmptyInternalEnumerator_1_tE38A03D29C5D01915500036E60DB35344EB8051B_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4)))->set_Value_0(L_0); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Array/EmptyInternalEnumerator`1::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1_Dispose_mFA65A7A0483614BCAD8AFE038173D50957F8B88E_gshared (EmptyInternalEnumerator_1_t5A7251A7DDCCD505DFD2D7551CFF9B8683F979A8 * __this, const RuntimeMethod* method) { { return; } } // System.Boolean System.Array/EmptyInternalEnumerator`1::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool EmptyInternalEnumerator_1_MoveNext_mFE4C2DF55C8CC2C91EC4D9BE32F9E12F4E2C9F14_gshared (EmptyInternalEnumerator_1_t5A7251A7DDCCD505DFD2D7551CFF9B8683F979A8 * __this, const RuntimeMethod* method) { { return (bool)0; } } // T System.Array/EmptyInternalEnumerator`1::get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DeferredPassthroughMeshAddition_t45C528D4E05C488B1777B4CAE8A36B7BC23FE873 EmptyInternalEnumerator_1_get_Current_mC7178F764A6EA6F82DD45CBA89F7DF14E4BB08B0_gshared (EmptyInternalEnumerator_1_t5A7251A7DDCCD505DFD2D7551CFF9B8683F979A8 * __this, const RuntimeMethod* method) { { InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB * L_0 = (InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB_il2cpp_TypeInfo_var))); InvalidOperationException__ctor_mC012CE552988309733C896F3FEA8249171E4402E(L_0, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral7E7A07FECA0FF43839D67A9F7828EE56182CC9F6)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&EmptyInternalEnumerator_1_get_Current_mC7178F764A6EA6F82DD45CBA89F7DF14E4BB08B0_RuntimeMethod_var))); } } // System.Object System.Array/EmptyInternalEnumerator`1::System.Collections.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * EmptyInternalEnumerator_1_System_Collections_IEnumerator_get_Current_mCC87840998AA5FCFE5AC06135CE2DB21DC42FF85_gshared (EmptyInternalEnumerator_1_t5A7251A7DDCCD505DFD2D7551CFF9B8683F979A8 * __this, const RuntimeMethod* method) { { NullCheck((EmptyInternalEnumerator_1_t5A7251A7DDCCD505DFD2D7551CFF9B8683F979A8 *)__this); DeferredPassthroughMeshAddition_t45C528D4E05C488B1777B4CAE8A36B7BC23FE873 L_0; L_0 = (( DeferredPassthroughMeshAddition_t45C528D4E05C488B1777B4CAE8A36B7BC23FE873 (*) (EmptyInternalEnumerator_1_t5A7251A7DDCCD505DFD2D7551CFF9B8683F979A8 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((EmptyInternalEnumerator_1_t5A7251A7DDCCD505DFD2D7551CFF9B8683F979A8 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); DeferredPassthroughMeshAddition_t45C528D4E05C488B1777B4CAE8A36B7BC23FE873 L_1 = (DeferredPassthroughMeshAddition_t45C528D4E05C488B1777B4CAE8A36B7BC23FE873 )L_0; RuntimeObject * L_2 = Box(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 1), &L_1); return (RuntimeObject *)L_2; } } // System.Void System.Array/EmptyInternalEnumerator`1::System.Collections.IEnumerator.Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1_System_Collections_IEnumerator_Reset_mB3A62A5106CB2D584573A262E3F38DD5D6C7C244_gshared (EmptyInternalEnumerator_1_t5A7251A7DDCCD505DFD2D7551CFF9B8683F979A8 * __this, const RuntimeMethod* method) { { return; } } // System.Void System.Array/EmptyInternalEnumerator`1::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1__ctor_mF63D5D0469564106FEDD9D0B784983D51C066A38_gshared (EmptyInternalEnumerator_1_t5A7251A7DDCCD505DFD2D7551CFF9B8683F979A8 * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405((RuntimeObject *)__this, /*hidden argument*/NULL); return; } } // System.Void System.Array/EmptyInternalEnumerator`1::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1__cctor_m8DDC1B43F3F43F4F2C48B619ED8A2D2FE7B8E465_gshared (const RuntimeMethod* method) { { EmptyInternalEnumerator_1_t5A7251A7DDCCD505DFD2D7551CFF9B8683F979A8 * L_0 = (EmptyInternalEnumerator_1_t5A7251A7DDCCD505DFD2D7551CFF9B8683F979A8 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2)); (( void (*) (EmptyInternalEnumerator_1_t5A7251A7DDCCD505DFD2D7551CFF9B8683F979A8 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)->methodPointer)(L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); ((EmptyInternalEnumerator_1_t5A7251A7DDCCD505DFD2D7551CFF9B8683F979A8_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4)))->set_Value_0(L_0); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Array/EmptyInternalEnumerator`1::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1_Dispose_m4E03932742535271A31CAEAFB0A74D022BFEDFD0_gshared (EmptyInternalEnumerator_1_t7D78B8ED2D6994907431822DF3F70C61899DA870 * __this, const RuntimeMethod* method) { { return; } } // System.Boolean System.Array/EmptyInternalEnumerator`1::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool EmptyInternalEnumerator_1_MoveNext_m488DE496F891AF81CA9A11C8C45085CC7CC164FE_gshared (EmptyInternalEnumerator_1_t7D78B8ED2D6994907431822DF3F70C61899DA870 * __this, const RuntimeMethod* method) { { return (bool)0; } } // T System.Array/EmptyInternalEnumerator`1::get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR PassthroughMeshInstance_tE7FF80851E9E9A5716598F6CF96E8C54A0AAECCF EmptyInternalEnumerator_1_get_Current_mCA5A7557834D90A729CA995EC10556FD3ED66B04_gshared (EmptyInternalEnumerator_1_t7D78B8ED2D6994907431822DF3F70C61899DA870 * __this, const RuntimeMethod* method) { { InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB * L_0 = (InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB_il2cpp_TypeInfo_var))); InvalidOperationException__ctor_mC012CE552988309733C896F3FEA8249171E4402E(L_0, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral7E7A07FECA0FF43839D67A9F7828EE56182CC9F6)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&EmptyInternalEnumerator_1_get_Current_mCA5A7557834D90A729CA995EC10556FD3ED66B04_RuntimeMethod_var))); } } // System.Object System.Array/EmptyInternalEnumerator`1::System.Collections.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * EmptyInternalEnumerator_1_System_Collections_IEnumerator_get_Current_m23E1CA68183A5FCDEFF09449313F0804AC3F3D77_gshared (EmptyInternalEnumerator_1_t7D78B8ED2D6994907431822DF3F70C61899DA870 * __this, const RuntimeMethod* method) { { NullCheck((EmptyInternalEnumerator_1_t7D78B8ED2D6994907431822DF3F70C61899DA870 *)__this); PassthroughMeshInstance_tE7FF80851E9E9A5716598F6CF96E8C54A0AAECCF L_0; L_0 = (( PassthroughMeshInstance_tE7FF80851E9E9A5716598F6CF96E8C54A0AAECCF (*) (EmptyInternalEnumerator_1_t7D78B8ED2D6994907431822DF3F70C61899DA870 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((EmptyInternalEnumerator_1_t7D78B8ED2D6994907431822DF3F70C61899DA870 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); PassthroughMeshInstance_tE7FF80851E9E9A5716598F6CF96E8C54A0AAECCF L_1 = (PassthroughMeshInstance_tE7FF80851E9E9A5716598F6CF96E8C54A0AAECCF )L_0; RuntimeObject * L_2 = Box(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 1), &L_1); return (RuntimeObject *)L_2; } } // System.Void System.Array/EmptyInternalEnumerator`1::System.Collections.IEnumerator.Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1_System_Collections_IEnumerator_Reset_mD1EBB77DCD33DB04CA8D1F6D02F42463F8BB813C_gshared (EmptyInternalEnumerator_1_t7D78B8ED2D6994907431822DF3F70C61899DA870 * __this, const RuntimeMethod* method) { { return; } } // System.Void System.Array/EmptyInternalEnumerator`1::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1__ctor_mC598825DFC3D5EE65C06D86F176D8B294DAC014E_gshared (EmptyInternalEnumerator_1_t7D78B8ED2D6994907431822DF3F70C61899DA870 * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405((RuntimeObject *)__this, /*hidden argument*/NULL); return; } } // System.Void System.Array/EmptyInternalEnumerator`1::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1__cctor_m612EC39D255398A26EA9901D913344C7DD1B548C_gshared (const RuntimeMethod* method) { { EmptyInternalEnumerator_1_t7D78B8ED2D6994907431822DF3F70C61899DA870 * L_0 = (EmptyInternalEnumerator_1_t7D78B8ED2D6994907431822DF3F70C61899DA870 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2)); (( void (*) (EmptyInternalEnumerator_1_t7D78B8ED2D6994907431822DF3F70C61899DA870 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)->methodPointer)(L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); ((EmptyInternalEnumerator_1_t7D78B8ED2D6994907431822DF3F70C61899DA870_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4)))->set_Value_0(L_0); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Array/EmptyInternalEnumerator`1::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1_Dispose_mC95FADD6C68A63C30F77A4AC62245A17D47FB1FB_gshared (EmptyInternalEnumerator_1_tC33BA940B33128AB5252993B41D371E728B28C64 * __this, const RuntimeMethod* method) { { return; } } // System.Boolean System.Array/EmptyInternalEnumerator`1::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool EmptyInternalEnumerator_1_MoveNext_m98D0F3AA472B4A750FDCD6A7768A044EE9FEB811_gshared (EmptyInternalEnumerator_1_tC33BA940B33128AB5252993B41D371E728B28C64 * __this, const RuntimeMethod* method) { { return (bool)0; } } // T System.Array/EmptyInternalEnumerator`1::get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR AppPerfFrameStats_t33D029BA9852F5CD168A9F102939289421234D88 EmptyInternalEnumerator_1_get_Current_mE66BCF2948305778A741E91190238849C9EDAC8F_gshared (EmptyInternalEnumerator_1_tC33BA940B33128AB5252993B41D371E728B28C64 * __this, const RuntimeMethod* method) { { InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB * L_0 = (InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB_il2cpp_TypeInfo_var))); InvalidOperationException__ctor_mC012CE552988309733C896F3FEA8249171E4402E(L_0, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral7E7A07FECA0FF43839D67A9F7828EE56182CC9F6)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&EmptyInternalEnumerator_1_get_Current_mE66BCF2948305778A741E91190238849C9EDAC8F_RuntimeMethod_var))); } } // System.Object System.Array/EmptyInternalEnumerator`1::System.Collections.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * EmptyInternalEnumerator_1_System_Collections_IEnumerator_get_Current_m1209A5CB59F7DBBDA19CE9384011B2FCA52E8747_gshared (EmptyInternalEnumerator_1_tC33BA940B33128AB5252993B41D371E728B28C64 * __this, const RuntimeMethod* method) { { NullCheck((EmptyInternalEnumerator_1_tC33BA940B33128AB5252993B41D371E728B28C64 *)__this); AppPerfFrameStats_t33D029BA9852F5CD168A9F102939289421234D88 L_0; L_0 = (( AppPerfFrameStats_t33D029BA9852F5CD168A9F102939289421234D88 (*) (EmptyInternalEnumerator_1_tC33BA940B33128AB5252993B41D371E728B28C64 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((EmptyInternalEnumerator_1_tC33BA940B33128AB5252993B41D371E728B28C64 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); AppPerfFrameStats_t33D029BA9852F5CD168A9F102939289421234D88 L_1 = (AppPerfFrameStats_t33D029BA9852F5CD168A9F102939289421234D88 )L_0; RuntimeObject * L_2 = Box(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 1), &L_1); return (RuntimeObject *)L_2; } } // System.Void System.Array/EmptyInternalEnumerator`1::System.Collections.IEnumerator.Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1_System_Collections_IEnumerator_Reset_m6A7511E53B77ACF7B7059990D8D5ED8F15552826_gshared (EmptyInternalEnumerator_1_tC33BA940B33128AB5252993B41D371E728B28C64 * __this, const RuntimeMethod* method) { { return; } } // System.Void System.Array/EmptyInternalEnumerator`1::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1__ctor_m2E0F20E53F0729280D44154EB8AEE29F4D0E0933_gshared (EmptyInternalEnumerator_1_tC33BA940B33128AB5252993B41D371E728B28C64 * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405((RuntimeObject *)__this, /*hidden argument*/NULL); return; } } // System.Void System.Array/EmptyInternalEnumerator`1::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1__cctor_m25C847134AEB425701F09210BE5966DD3DAADC12_gshared (const RuntimeMethod* method) { { EmptyInternalEnumerator_1_tC33BA940B33128AB5252993B41D371E728B28C64 * L_0 = (EmptyInternalEnumerator_1_tC33BA940B33128AB5252993B41D371E728B28C64 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2)); (( void (*) (EmptyInternalEnumerator_1_tC33BA940B33128AB5252993B41D371E728B28C64 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)->methodPointer)(L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); ((EmptyInternalEnumerator_1_tC33BA940B33128AB5252993B41D371E728B28C64_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4)))->set_Value_0(L_0); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Array/EmptyInternalEnumerator`1::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1_Dispose_m15F009910290AEAD6C19143A42F4E1E31F3D9D6A_gshared (EmptyInternalEnumerator_1_tE33AC1C261115C13DB5646C12E381B7F32ECDD2F * __this, const RuntimeMethod* method) { { return; } } // System.Boolean System.Array/EmptyInternalEnumerator`1::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool EmptyInternalEnumerator_1_MoveNext_m7E65F039FC348C21545B6D9F415FE6F6C98449CD_gshared (EmptyInternalEnumerator_1_tE33AC1C261115C13DB5646C12E381B7F32ECDD2F * __this, const RuntimeMethod* method) { { return (bool)0; } } // T System.Array/EmptyInternalEnumerator`1::get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Bone_tFB367C47EBF89DA78C7AA2A09C8D24427723B500 EmptyInternalEnumerator_1_get_Current_m3189466C0D5ECEAB408A503737409B3234328E5A_gshared (EmptyInternalEnumerator_1_tE33AC1C261115C13DB5646C12E381B7F32ECDD2F * __this, const RuntimeMethod* method) { { InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB * L_0 = (InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB_il2cpp_TypeInfo_var))); InvalidOperationException__ctor_mC012CE552988309733C896F3FEA8249171E4402E(L_0, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral7E7A07FECA0FF43839D67A9F7828EE56182CC9F6)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&EmptyInternalEnumerator_1_get_Current_m3189466C0D5ECEAB408A503737409B3234328E5A_RuntimeMethod_var))); } } // System.Object System.Array/EmptyInternalEnumerator`1::System.Collections.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * EmptyInternalEnumerator_1_System_Collections_IEnumerator_get_Current_m22D11A2F1D834A6094B9FEBA6D97F92BCDFDDF94_gshared (EmptyInternalEnumerator_1_tE33AC1C261115C13DB5646C12E381B7F32ECDD2F * __this, const RuntimeMethod* method) { { NullCheck((EmptyInternalEnumerator_1_tE33AC1C261115C13DB5646C12E381B7F32ECDD2F *)__this); Bone_tFB367C47EBF89DA78C7AA2A09C8D24427723B500 L_0; L_0 = (( Bone_tFB367C47EBF89DA78C7AA2A09C8D24427723B500 (*) (EmptyInternalEnumerator_1_tE33AC1C261115C13DB5646C12E381B7F32ECDD2F *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((EmptyInternalEnumerator_1_tE33AC1C261115C13DB5646C12E381B7F32ECDD2F *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); Bone_tFB367C47EBF89DA78C7AA2A09C8D24427723B500 L_1 = (Bone_tFB367C47EBF89DA78C7AA2A09C8D24427723B500 )L_0; RuntimeObject * L_2 = Box(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 1), &L_1); return (RuntimeObject *)L_2; } } // System.Void System.Array/EmptyInternalEnumerator`1::System.Collections.IEnumerator.Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1_System_Collections_IEnumerator_Reset_m25E39D3462C11454341FAC2EE347A1131629A474_gshared (EmptyInternalEnumerator_1_tE33AC1C261115C13DB5646C12E381B7F32ECDD2F * __this, const RuntimeMethod* method) { { return; } } // System.Void System.Array/EmptyInternalEnumerator`1::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1__ctor_m8754EE2BBBFDF51BE000B85A9301C707B4C1D99E_gshared (EmptyInternalEnumerator_1_tE33AC1C261115C13DB5646C12E381B7F32ECDD2F * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405((RuntimeObject *)__this, /*hidden argument*/NULL); return; } } // System.Void System.Array/EmptyInternalEnumerator`1::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1__cctor_m73BDD569FB43090F612A98407E06E52F657E2DFF_gshared (const RuntimeMethod* method) { { EmptyInternalEnumerator_1_tE33AC1C261115C13DB5646C12E381B7F32ECDD2F * L_0 = (EmptyInternalEnumerator_1_tE33AC1C261115C13DB5646C12E381B7F32ECDD2F *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2)); (( void (*) (EmptyInternalEnumerator_1_tE33AC1C261115C13DB5646C12E381B7F32ECDD2F *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)->methodPointer)(L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); ((EmptyInternalEnumerator_1_tE33AC1C261115C13DB5646C12E381B7F32ECDD2F_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4)))->set_Value_0(L_0); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Array/EmptyInternalEnumerator`1::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1_Dispose_m1FEAEAC80C8E16D854010753847A79D8458D7493_gshared (EmptyInternalEnumerator_1_tE7567E6BB8EA251B4D724020109F3E3C177C2160 * __this, const RuntimeMethod* method) { { return; } } // System.Boolean System.Array/EmptyInternalEnumerator`1::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool EmptyInternalEnumerator_1_MoveNext_mE2CC2E2F3850E8B3D674EFF27987A04A5FB5420F_gshared (EmptyInternalEnumerator_1_tE7567E6BB8EA251B4D724020109F3E3C177C2160 * __this, const RuntimeMethod* method) { { return (bool)0; } } // T System.Array/EmptyInternalEnumerator`1::get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR BoneCapsule_t482B1E40C3A6FD1C90BAF5B3A24719B196071B07 EmptyInternalEnumerator_1_get_Current_mBB9B1852C5C151AE59A0063F801080CAF06B0C2B_gshared (EmptyInternalEnumerator_1_tE7567E6BB8EA251B4D724020109F3E3C177C2160 * __this, const RuntimeMethod* method) { { InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB * L_0 = (InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB_il2cpp_TypeInfo_var))); InvalidOperationException__ctor_mC012CE552988309733C896F3FEA8249171E4402E(L_0, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral7E7A07FECA0FF43839D67A9F7828EE56182CC9F6)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&EmptyInternalEnumerator_1_get_Current_mBB9B1852C5C151AE59A0063F801080CAF06B0C2B_RuntimeMethod_var))); } } // System.Object System.Array/EmptyInternalEnumerator`1::System.Collections.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * EmptyInternalEnumerator_1_System_Collections_IEnumerator_get_Current_mFD770C34B1251BB1D1D4CB3A19FE06C24833BC6B_gshared (EmptyInternalEnumerator_1_tE7567E6BB8EA251B4D724020109F3E3C177C2160 * __this, const RuntimeMethod* method) { { NullCheck((EmptyInternalEnumerator_1_tE7567E6BB8EA251B4D724020109F3E3C177C2160 *)__this); BoneCapsule_t482B1E40C3A6FD1C90BAF5B3A24719B196071B07 L_0; L_0 = (( BoneCapsule_t482B1E40C3A6FD1C90BAF5B3A24719B196071B07 (*) (EmptyInternalEnumerator_1_tE7567E6BB8EA251B4D724020109F3E3C177C2160 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((EmptyInternalEnumerator_1_tE7567E6BB8EA251B4D724020109F3E3C177C2160 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); BoneCapsule_t482B1E40C3A6FD1C90BAF5B3A24719B196071B07 L_1 = (BoneCapsule_t482B1E40C3A6FD1C90BAF5B3A24719B196071B07 )L_0; RuntimeObject * L_2 = Box(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 1), &L_1); return (RuntimeObject *)L_2; } } // System.Void System.Array/EmptyInternalEnumerator`1::System.Collections.IEnumerator.Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1_System_Collections_IEnumerator_Reset_mFC88DD71EEC438EF512B12FF15982359C0B0A14A_gshared (EmptyInternalEnumerator_1_tE7567E6BB8EA251B4D724020109F3E3C177C2160 * __this, const RuntimeMethod* method) { { return; } } // System.Void System.Array/EmptyInternalEnumerator`1::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1__ctor_m78522E4EB75D987CA5AF9409B933FFF010FAF747_gshared (EmptyInternalEnumerator_1_tE7567E6BB8EA251B4D724020109F3E3C177C2160 * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405((RuntimeObject *)__this, /*hidden argument*/NULL); return; } } // System.Void System.Array/EmptyInternalEnumerator`1::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1__cctor_m242233B3ED76AED031178765BAD3271EEE9D16FE_gshared (const RuntimeMethod* method) { { EmptyInternalEnumerator_1_tE7567E6BB8EA251B4D724020109F3E3C177C2160 * L_0 = (EmptyInternalEnumerator_1_tE7567E6BB8EA251B4D724020109F3E3C177C2160 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2)); (( void (*) (EmptyInternalEnumerator_1_tE7567E6BB8EA251B4D724020109F3E3C177C2160 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)->methodPointer)(L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); ((EmptyInternalEnumerator_1_tE7567E6BB8EA251B4D724020109F3E3C177C2160_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4)))->set_Value_0(L_0); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Array/EmptyInternalEnumerator`1::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1_Dispose_m369921A960F144278C1F9CDD1FCD13C8E056F0FB_gshared (EmptyInternalEnumerator_1_t6BEB084D2BC1808D906100D677CCAE5E680B180E * __this, const RuntimeMethod* method) { { return; } } // System.Boolean System.Array/EmptyInternalEnumerator`1::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool EmptyInternalEnumerator_1_MoveNext_m9EB338D4D71E925E075B4F08686291EBAB197AFE_gshared (EmptyInternalEnumerator_1_t6BEB084D2BC1808D906100D677CCAE5E680B180E * __this, const RuntimeMethod* method) { { return (bool)0; } } // T System.Array/EmptyInternalEnumerator`1::get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Fovf_tDC8A783CE35765C1DFE303370D5893EB6087E5EF EmptyInternalEnumerator_1_get_Current_mF3C152D917489D4005C3E529BD260F376C79F258_gshared (EmptyInternalEnumerator_1_t6BEB084D2BC1808D906100D677CCAE5E680B180E * __this, const RuntimeMethod* method) { { InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB * L_0 = (InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB_il2cpp_TypeInfo_var))); InvalidOperationException__ctor_mC012CE552988309733C896F3FEA8249171E4402E(L_0, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral7E7A07FECA0FF43839D67A9F7828EE56182CC9F6)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&EmptyInternalEnumerator_1_get_Current_mF3C152D917489D4005C3E529BD260F376C79F258_RuntimeMethod_var))); } } // System.Object System.Array/EmptyInternalEnumerator`1::System.Collections.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * EmptyInternalEnumerator_1_System_Collections_IEnumerator_get_Current_m9E6DAAACC8118617746A1C854683607CEF7E9028_gshared (EmptyInternalEnumerator_1_t6BEB084D2BC1808D906100D677CCAE5E680B180E * __this, const RuntimeMethod* method) { { NullCheck((EmptyInternalEnumerator_1_t6BEB084D2BC1808D906100D677CCAE5E680B180E *)__this); Fovf_tDC8A783CE35765C1DFE303370D5893EB6087E5EF L_0; L_0 = (( Fovf_tDC8A783CE35765C1DFE303370D5893EB6087E5EF (*) (EmptyInternalEnumerator_1_t6BEB084D2BC1808D906100D677CCAE5E680B180E *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((EmptyInternalEnumerator_1_t6BEB084D2BC1808D906100D677CCAE5E680B180E *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); Fovf_tDC8A783CE35765C1DFE303370D5893EB6087E5EF L_1 = (Fovf_tDC8A783CE35765C1DFE303370D5893EB6087E5EF )L_0; RuntimeObject * L_2 = Box(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 1), &L_1); return (RuntimeObject *)L_2; } } // System.Void System.Array/EmptyInternalEnumerator`1::System.Collections.IEnumerator.Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1_System_Collections_IEnumerator_Reset_m5F8DF1052C7FE9270FE2F99C09D988C32C5A986E_gshared (EmptyInternalEnumerator_1_t6BEB084D2BC1808D906100D677CCAE5E680B180E * __this, const RuntimeMethod* method) { { return; } } // System.Void System.Array/EmptyInternalEnumerator`1::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1__ctor_mB28A61D576E4AAB0564BF5E0ABDAEDA56EBAA729_gshared (EmptyInternalEnumerator_1_t6BEB084D2BC1808D906100D677CCAE5E680B180E * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405((RuntimeObject *)__this, /*hidden argument*/NULL); return; } } // System.Void System.Array/EmptyInternalEnumerator`1::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1__cctor_m53042F383CFD605B1394C7096147B9CD6C227C0C_gshared (const RuntimeMethod* method) { { EmptyInternalEnumerator_1_t6BEB084D2BC1808D906100D677CCAE5E680B180E * L_0 = (EmptyInternalEnumerator_1_t6BEB084D2BC1808D906100D677CCAE5E680B180E *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2)); (( void (*) (EmptyInternalEnumerator_1_t6BEB084D2BC1808D906100D677CCAE5E680B180E *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)->methodPointer)(L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); ((EmptyInternalEnumerator_1_t6BEB084D2BC1808D906100D677CCAE5E680B180E_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4)))->set_Value_0(L_0); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Array/EmptyInternalEnumerator`1::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1_Dispose_m526A0DF8F39DFCA78CDACCF0B12AE44CEABB8088_gshared (EmptyInternalEnumerator_1_t28361BD02237DAA066C206B11CE1747480563403 * __this, const RuntimeMethod* method) { { return; } } // System.Boolean System.Array/EmptyInternalEnumerator`1::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool EmptyInternalEnumerator_1_MoveNext_mD68343D8B386F4E90C89C021B7F0FE2E941FE891_gshared (EmptyInternalEnumerator_1_t28361BD02237DAA066C206B11CE1747480563403 * __this, const RuntimeMethod* method) { { return (bool)0; } } // T System.Array/EmptyInternalEnumerator`1::get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Quatf_t62062FC7CE72F55D499CA6BFF7EF122D2C6AF42D EmptyInternalEnumerator_1_get_Current_mD7C453F2E30D3B639F323A43FD1315BC55BEA04E_gshared (EmptyInternalEnumerator_1_t28361BD02237DAA066C206B11CE1747480563403 * __this, const RuntimeMethod* method) { { InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB * L_0 = (InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB_il2cpp_TypeInfo_var))); InvalidOperationException__ctor_mC012CE552988309733C896F3FEA8249171E4402E(L_0, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral7E7A07FECA0FF43839D67A9F7828EE56182CC9F6)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&EmptyInternalEnumerator_1_get_Current_mD7C453F2E30D3B639F323A43FD1315BC55BEA04E_RuntimeMethod_var))); } } // System.Object System.Array/EmptyInternalEnumerator`1::System.Collections.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * EmptyInternalEnumerator_1_System_Collections_IEnumerator_get_Current_m9977900A5AE3F264C080B823A4999A3603686E76_gshared (EmptyInternalEnumerator_1_t28361BD02237DAA066C206B11CE1747480563403 * __this, const RuntimeMethod* method) { { NullCheck((EmptyInternalEnumerator_1_t28361BD02237DAA066C206B11CE1747480563403 *)__this); Quatf_t62062FC7CE72F55D499CA6BFF7EF122D2C6AF42D L_0; L_0 = (( Quatf_t62062FC7CE72F55D499CA6BFF7EF122D2C6AF42D (*) (EmptyInternalEnumerator_1_t28361BD02237DAA066C206B11CE1747480563403 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((EmptyInternalEnumerator_1_t28361BD02237DAA066C206B11CE1747480563403 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); Quatf_t62062FC7CE72F55D499CA6BFF7EF122D2C6AF42D L_1 = (Quatf_t62062FC7CE72F55D499CA6BFF7EF122D2C6AF42D )L_0; RuntimeObject * L_2 = Box(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 1), &L_1); return (RuntimeObject *)L_2; } } // System.Void System.Array/EmptyInternalEnumerator`1::System.Collections.IEnumerator.Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1_System_Collections_IEnumerator_Reset_mE26BB7753CD012B17265763D1E1D503BDE9F1F78_gshared (EmptyInternalEnumerator_1_t28361BD02237DAA066C206B11CE1747480563403 * __this, const RuntimeMethod* method) { { return; } } // System.Void System.Array/EmptyInternalEnumerator`1::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1__ctor_mBEE4D7F2E9FA3E6A84612CA947FFDB2351E03D5A_gshared (EmptyInternalEnumerator_1_t28361BD02237DAA066C206B11CE1747480563403 * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405((RuntimeObject *)__this, /*hidden argument*/NULL); return; } } // System.Void System.Array/EmptyInternalEnumerator`1::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1__cctor_m1F338E9546EC505E6264AF1FE07D6428AFBFACCD_gshared (const RuntimeMethod* method) { { EmptyInternalEnumerator_1_t28361BD02237DAA066C206B11CE1747480563403 * L_0 = (EmptyInternalEnumerator_1_t28361BD02237DAA066C206B11CE1747480563403 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2)); (( void (*) (EmptyInternalEnumerator_1_t28361BD02237DAA066C206B11CE1747480563403 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)->methodPointer)(L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); ((EmptyInternalEnumerator_1_t28361BD02237DAA066C206B11CE1747480563403_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4)))->set_Value_0(L_0); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Array/EmptyInternalEnumerator`1::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1_Dispose_m6FFACF9C4D009C4F0B72BA5AFA5881DA26E72B8F_gshared (EmptyInternalEnumerator_1_t5DC1BD6DBE58432FD2AD24070F2C5A1970ECFED3 * __this, const RuntimeMethod* method) { { return; } } // System.Boolean System.Array/EmptyInternalEnumerator`1::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool EmptyInternalEnumerator_1_MoveNext_mFA6040F8E8F3A3DB69E2625479C22B0FFC4A99EC_gshared (EmptyInternalEnumerator_1_t5DC1BD6DBE58432FD2AD24070F2C5A1970ECFED3 * __this, const RuntimeMethod* method) { { return (bool)0; } } // T System.Array/EmptyInternalEnumerator`1::get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Rectf_t2A1D0CD8A28CA6615FCCE4770967597CB38B30A3 EmptyInternalEnumerator_1_get_Current_mF11642FA6FC2BBC958FF4BB7DF3DC58E35BB4120_gshared (EmptyInternalEnumerator_1_t5DC1BD6DBE58432FD2AD24070F2C5A1970ECFED3 * __this, const RuntimeMethod* method) { { InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB * L_0 = (InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB_il2cpp_TypeInfo_var))); InvalidOperationException__ctor_mC012CE552988309733C896F3FEA8249171E4402E(L_0, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral7E7A07FECA0FF43839D67A9F7828EE56182CC9F6)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&EmptyInternalEnumerator_1_get_Current_mF11642FA6FC2BBC958FF4BB7DF3DC58E35BB4120_RuntimeMethod_var))); } } // System.Object System.Array/EmptyInternalEnumerator`1::System.Collections.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * EmptyInternalEnumerator_1_System_Collections_IEnumerator_get_Current_m4DCAD00BFCFB7DAE7E90932B6F6B28DB9E0BE6E5_gshared (EmptyInternalEnumerator_1_t5DC1BD6DBE58432FD2AD24070F2C5A1970ECFED3 * __this, const RuntimeMethod* method) { { NullCheck((EmptyInternalEnumerator_1_t5DC1BD6DBE58432FD2AD24070F2C5A1970ECFED3 *)__this); Rectf_t2A1D0CD8A28CA6615FCCE4770967597CB38B30A3 L_0; L_0 = (( Rectf_t2A1D0CD8A28CA6615FCCE4770967597CB38B30A3 (*) (EmptyInternalEnumerator_1_t5DC1BD6DBE58432FD2AD24070F2C5A1970ECFED3 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((EmptyInternalEnumerator_1_t5DC1BD6DBE58432FD2AD24070F2C5A1970ECFED3 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); Rectf_t2A1D0CD8A28CA6615FCCE4770967597CB38B30A3 L_1 = (Rectf_t2A1D0CD8A28CA6615FCCE4770967597CB38B30A3 )L_0; RuntimeObject * L_2 = Box(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 1), &L_1); return (RuntimeObject *)L_2; } } // System.Void System.Array/EmptyInternalEnumerator`1::System.Collections.IEnumerator.Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1_System_Collections_IEnumerator_Reset_m2F1E655B050F412DE3223539A880666186546AF5_gshared (EmptyInternalEnumerator_1_t5DC1BD6DBE58432FD2AD24070F2C5A1970ECFED3 * __this, const RuntimeMethod* method) { { return; } } // System.Void System.Array/EmptyInternalEnumerator`1::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1__ctor_mDF9E68F9C2C3DAA74A66A0EEE7C86CCAFFAADC76_gshared (EmptyInternalEnumerator_1_t5DC1BD6DBE58432FD2AD24070F2C5A1970ECFED3 * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405((RuntimeObject *)__this, /*hidden argument*/NULL); return; } } // System.Void System.Array/EmptyInternalEnumerator`1::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1__cctor_mD73038535122ED54111C3430C6B106546249DFF8_gshared (const RuntimeMethod* method) { { EmptyInternalEnumerator_1_t5DC1BD6DBE58432FD2AD24070F2C5A1970ECFED3 * L_0 = (EmptyInternalEnumerator_1_t5DC1BD6DBE58432FD2AD24070F2C5A1970ECFED3 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2)); (( void (*) (EmptyInternalEnumerator_1_t5DC1BD6DBE58432FD2AD24070F2C5A1970ECFED3 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)->methodPointer)(L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); ((EmptyInternalEnumerator_1_t5DC1BD6DBE58432FD2AD24070F2C5A1970ECFED3_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4)))->set_Value_0(L_0); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Array/EmptyInternalEnumerator`1::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1_Dispose_m22F4616C36D031BE281870E08FF719BC78A1404D_gshared (EmptyInternalEnumerator_1_t3D712869A1A38EC649025A0DAD21E601A327F57A * __this, const RuntimeMethod* method) { { return; } } // System.Boolean System.Array/EmptyInternalEnumerator`1::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool EmptyInternalEnumerator_1_MoveNext_m6E9691099C57F57B31C53CC247AE344E7373C921_gshared (EmptyInternalEnumerator_1_t3D712869A1A38EC649025A0DAD21E601A327F57A * __this, const RuntimeMethod* method) { { return (bool)0; } } // T System.Array/EmptyInternalEnumerator`1::get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Recti_tD2C1BEA713181405D159AB1EA59B80178F7F3F9B EmptyInternalEnumerator_1_get_Current_mB9434FC2F4CD17C99EA433362EBF674E16050A8B_gshared (EmptyInternalEnumerator_1_t3D712869A1A38EC649025A0DAD21E601A327F57A * __this, const RuntimeMethod* method) { { InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB * L_0 = (InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB_il2cpp_TypeInfo_var))); InvalidOperationException__ctor_mC012CE552988309733C896F3FEA8249171E4402E(L_0, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral7E7A07FECA0FF43839D67A9F7828EE56182CC9F6)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&EmptyInternalEnumerator_1_get_Current_mB9434FC2F4CD17C99EA433362EBF674E16050A8B_RuntimeMethod_var))); } } // System.Object System.Array/EmptyInternalEnumerator`1::System.Collections.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * EmptyInternalEnumerator_1_System_Collections_IEnumerator_get_Current_m3F4862AF8E2C8C7376F0592E27BF379B798F3C94_gshared (EmptyInternalEnumerator_1_t3D712869A1A38EC649025A0DAD21E601A327F57A * __this, const RuntimeMethod* method) { { NullCheck((EmptyInternalEnumerator_1_t3D712869A1A38EC649025A0DAD21E601A327F57A *)__this); Recti_tD2C1BEA713181405D159AB1EA59B80178F7F3F9B L_0; L_0 = (( Recti_tD2C1BEA713181405D159AB1EA59B80178F7F3F9B (*) (EmptyInternalEnumerator_1_t3D712869A1A38EC649025A0DAD21E601A327F57A *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((EmptyInternalEnumerator_1_t3D712869A1A38EC649025A0DAD21E601A327F57A *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); Recti_tD2C1BEA713181405D159AB1EA59B80178F7F3F9B L_1 = (Recti_tD2C1BEA713181405D159AB1EA59B80178F7F3F9B )L_0; RuntimeObject * L_2 = Box(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 1), &L_1); return (RuntimeObject *)L_2; } } // System.Void System.Array/EmptyInternalEnumerator`1::System.Collections.IEnumerator.Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1_System_Collections_IEnumerator_Reset_m7217145E66AD4585D2B935BBB537A3D5EDECA753_gshared (EmptyInternalEnumerator_1_t3D712869A1A38EC649025A0DAD21E601A327F57A * __this, const RuntimeMethod* method) { { return; } } // System.Void System.Array/EmptyInternalEnumerator`1::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1__ctor_mF91B86F51344BB4A234E5F25D76FDB405D36C9E8_gshared (EmptyInternalEnumerator_1_t3D712869A1A38EC649025A0DAD21E601A327F57A * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405((RuntimeObject *)__this, /*hidden argument*/NULL); return; } } // System.Void System.Array/EmptyInternalEnumerator`1::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1__cctor_m5A9FA19E15584EAF1810F81C53E2FB2881890C71_gshared (const RuntimeMethod* method) { { EmptyInternalEnumerator_1_t3D712869A1A38EC649025A0DAD21E601A327F57A * L_0 = (EmptyInternalEnumerator_1_t3D712869A1A38EC649025A0DAD21E601A327F57A *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2)); (( void (*) (EmptyInternalEnumerator_1_t3D712869A1A38EC649025A0DAD21E601A327F57A *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)->methodPointer)(L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); ((EmptyInternalEnumerator_1_t3D712869A1A38EC649025A0DAD21E601A327F57A_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4)))->set_Value_0(L_0); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Array/EmptyInternalEnumerator`1::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1_Dispose_m665F4D498841935AB531F50D3786075C7EC3D7E2_gshared (EmptyInternalEnumerator_1_t7A683453405B1E11CE3B7C74EE32E654E5D3D003 * __this, const RuntimeMethod* method) { { return; } } // System.Boolean System.Array/EmptyInternalEnumerator`1::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool EmptyInternalEnumerator_1_MoveNext_mD41BA7446681E0625A8E64051122AC111FD54543_gshared (EmptyInternalEnumerator_1_t7A683453405B1E11CE3B7C74EE32E654E5D3D003 * __this, const RuntimeMethod* method) { { return (bool)0; } } // T System.Array/EmptyInternalEnumerator`1::get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR SpatialEntityQueryResult_tF04F031623489B9D7FA4AFF4728CFC4EA9942F09 EmptyInternalEnumerator_1_get_Current_mFC6480047D422E2B96EFD4F829B897C2D4F0041F_gshared (EmptyInternalEnumerator_1_t7A683453405B1E11CE3B7C74EE32E654E5D3D003 * __this, const RuntimeMethod* method) { { InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB * L_0 = (InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB_il2cpp_TypeInfo_var))); InvalidOperationException__ctor_mC012CE552988309733C896F3FEA8249171E4402E(L_0, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral7E7A07FECA0FF43839D67A9F7828EE56182CC9F6)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&EmptyInternalEnumerator_1_get_Current_mFC6480047D422E2B96EFD4F829B897C2D4F0041F_RuntimeMethod_var))); } } // System.Object System.Array/EmptyInternalEnumerator`1::System.Collections.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * EmptyInternalEnumerator_1_System_Collections_IEnumerator_get_Current_m40050A7C27EBDE48F2412771378F66F5BA16D955_gshared (EmptyInternalEnumerator_1_t7A683453405B1E11CE3B7C74EE32E654E5D3D003 * __this, const RuntimeMethod* method) { { NullCheck((EmptyInternalEnumerator_1_t7A683453405B1E11CE3B7C74EE32E654E5D3D003 *)__this); SpatialEntityQueryResult_tF04F031623489B9D7FA4AFF4728CFC4EA9942F09 L_0; L_0 = (( SpatialEntityQueryResult_tF04F031623489B9D7FA4AFF4728CFC4EA9942F09 (*) (EmptyInternalEnumerator_1_t7A683453405B1E11CE3B7C74EE32E654E5D3D003 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((EmptyInternalEnumerator_1_t7A683453405B1E11CE3B7C74EE32E654E5D3D003 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); SpatialEntityQueryResult_tF04F031623489B9D7FA4AFF4728CFC4EA9942F09 L_1 = (SpatialEntityQueryResult_tF04F031623489B9D7FA4AFF4728CFC4EA9942F09 )L_0; RuntimeObject * L_2 = Box(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 1), &L_1); return (RuntimeObject *)L_2; } } // System.Void System.Array/EmptyInternalEnumerator`1::System.Collections.IEnumerator.Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1_System_Collections_IEnumerator_Reset_mE276C602F5E99632EF1C1B9CC62846B78BBDA1A0_gshared (EmptyInternalEnumerator_1_t7A683453405B1E11CE3B7C74EE32E654E5D3D003 * __this, const RuntimeMethod* method) { { return; } } // System.Void System.Array/EmptyInternalEnumerator`1::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1__ctor_m88A1DDA5B49F598DDB35B7B31330A00041145E4C_gshared (EmptyInternalEnumerator_1_t7A683453405B1E11CE3B7C74EE32E654E5D3D003 * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405((RuntimeObject *)__this, /*hidden argument*/NULL); return; } } // System.Void System.Array/EmptyInternalEnumerator`1::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1__cctor_mF501988F6E648418085F03614E322A2537958B31_gshared (const RuntimeMethod* method) { { EmptyInternalEnumerator_1_t7A683453405B1E11CE3B7C74EE32E654E5D3D003 * L_0 = (EmptyInternalEnumerator_1_t7A683453405B1E11CE3B7C74EE32E654E5D3D003 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2)); (( void (*) (EmptyInternalEnumerator_1_t7A683453405B1E11CE3B7C74EE32E654E5D3D003 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)->methodPointer)(L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); ((EmptyInternalEnumerator_1_t7A683453405B1E11CE3B7C74EE32E654E5D3D003_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4)))->set_Value_0(L_0); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Array/EmptyInternalEnumerator`1::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1_Dispose_m0E38E227F6C3047D35F6694839F2E9BA986356A8_gshared (EmptyInternalEnumerator_1_tCA1A006B3D27CD3CDE87FFF120D7BAE084D25D36 * __this, const RuntimeMethod* method) { { return; } } // System.Boolean System.Array/EmptyInternalEnumerator`1::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool EmptyInternalEnumerator_1_MoveNext_m483D35C6A5D6FE1A020B165D198B20323A37ED57_gshared (EmptyInternalEnumerator_1_tCA1A006B3D27CD3CDE87FFF120D7BAE084D25D36 * __this, const RuntimeMethod* method) { { return (bool)0; } } // T System.Array/EmptyInternalEnumerator`1::get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR SpatialEntityUuid_tA19AAB8C1F10B9E48669D6191686B30F350BD8B1 EmptyInternalEnumerator_1_get_Current_m1FBA86B02C66E5CCBF2BB88BD10C2F6639FE9DBA_gshared (EmptyInternalEnumerator_1_tCA1A006B3D27CD3CDE87FFF120D7BAE084D25D36 * __this, const RuntimeMethod* method) { { InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB * L_0 = (InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB_il2cpp_TypeInfo_var))); InvalidOperationException__ctor_mC012CE552988309733C896F3FEA8249171E4402E(L_0, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral7E7A07FECA0FF43839D67A9F7828EE56182CC9F6)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&EmptyInternalEnumerator_1_get_Current_m1FBA86B02C66E5CCBF2BB88BD10C2F6639FE9DBA_RuntimeMethod_var))); } } // System.Object System.Array/EmptyInternalEnumerator`1::System.Collections.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * EmptyInternalEnumerator_1_System_Collections_IEnumerator_get_Current_mAF82D4ECA571F68B39181828B9955AFB617B7689_gshared (EmptyInternalEnumerator_1_tCA1A006B3D27CD3CDE87FFF120D7BAE084D25D36 * __this, const RuntimeMethod* method) { { NullCheck((EmptyInternalEnumerator_1_tCA1A006B3D27CD3CDE87FFF120D7BAE084D25D36 *)__this); SpatialEntityUuid_tA19AAB8C1F10B9E48669D6191686B30F350BD8B1 L_0; L_0 = (( SpatialEntityUuid_tA19AAB8C1F10B9E48669D6191686B30F350BD8B1 (*) (EmptyInternalEnumerator_1_tCA1A006B3D27CD3CDE87FFF120D7BAE084D25D36 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((EmptyInternalEnumerator_1_tCA1A006B3D27CD3CDE87FFF120D7BAE084D25D36 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); SpatialEntityUuid_tA19AAB8C1F10B9E48669D6191686B30F350BD8B1 L_1 = (SpatialEntityUuid_tA19AAB8C1F10B9E48669D6191686B30F350BD8B1 )L_0; RuntimeObject * L_2 = Box(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 1), &L_1); return (RuntimeObject *)L_2; } } // System.Void System.Array/EmptyInternalEnumerator`1::System.Collections.IEnumerator.Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1_System_Collections_IEnumerator_Reset_mC42923C8A5AADD413D7CDB57CD54B9F19AD51F85_gshared (EmptyInternalEnumerator_1_tCA1A006B3D27CD3CDE87FFF120D7BAE084D25D36 * __this, const RuntimeMethod* method) { { return; } } // System.Void System.Array/EmptyInternalEnumerator`1::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1__ctor_mCA5ADB88453562486A687911E1BC6E839B2E2B2E_gshared (EmptyInternalEnumerator_1_tCA1A006B3D27CD3CDE87FFF120D7BAE084D25D36 * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405((RuntimeObject *)__this, /*hidden argument*/NULL); return; } } // System.Void System.Array/EmptyInternalEnumerator`1::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1__cctor_m83F90EDC627A12A64D837F7EFBE21F5AB5C7A128_gshared (const RuntimeMethod* method) { { EmptyInternalEnumerator_1_tCA1A006B3D27CD3CDE87FFF120D7BAE084D25D36 * L_0 = (EmptyInternalEnumerator_1_tCA1A006B3D27CD3CDE87FFF120D7BAE084D25D36 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2)); (( void (*) (EmptyInternalEnumerator_1_tCA1A006B3D27CD3CDE87FFF120D7BAE084D25D36 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)->methodPointer)(L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); ((EmptyInternalEnumerator_1_tCA1A006B3D27CD3CDE87FFF120D7BAE084D25D36_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4)))->set_Value_0(L_0); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Array/EmptyInternalEnumerator`1::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1_Dispose_m7A8721C7C1DE5DD084E9B6F4EF78E5C3C1901136_gshared (EmptyInternalEnumerator_1_tD9017A6FD9B3F46A6027C8679C211AD08F0B9E16 * __this, const RuntimeMethod* method) { { return; } } // System.Boolean System.Array/EmptyInternalEnumerator`1::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool EmptyInternalEnumerator_1_MoveNext_m0D175DD1EA7E072527C6841BC2209C43EB76F972_gshared (EmptyInternalEnumerator_1_tD9017A6FD9B3F46A6027C8679C211AD08F0B9E16 * __this, const RuntimeMethod* method) { { return (bool)0; } } // T System.Array/EmptyInternalEnumerator`1::get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector2f_t1A3A349F1E6819E0FF7A685BC6FC4067846FD354 EmptyInternalEnumerator_1_get_Current_m55BDA8449AD9A61BB60CB497B16FB3AD9328575C_gshared (EmptyInternalEnumerator_1_tD9017A6FD9B3F46A6027C8679C211AD08F0B9E16 * __this, const RuntimeMethod* method) { { InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB * L_0 = (InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB_il2cpp_TypeInfo_var))); InvalidOperationException__ctor_mC012CE552988309733C896F3FEA8249171E4402E(L_0, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral7E7A07FECA0FF43839D67A9F7828EE56182CC9F6)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&EmptyInternalEnumerator_1_get_Current_m55BDA8449AD9A61BB60CB497B16FB3AD9328575C_RuntimeMethod_var))); } } // System.Object System.Array/EmptyInternalEnumerator`1::System.Collections.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * EmptyInternalEnumerator_1_System_Collections_IEnumerator_get_Current_m2A52A0865F44874C1C4BBC1CD6E5E4F079843EAD_gshared (EmptyInternalEnumerator_1_tD9017A6FD9B3F46A6027C8679C211AD08F0B9E16 * __this, const RuntimeMethod* method) { { NullCheck((EmptyInternalEnumerator_1_tD9017A6FD9B3F46A6027C8679C211AD08F0B9E16 *)__this); Vector2f_t1A3A349F1E6819E0FF7A685BC6FC4067846FD354 L_0; L_0 = (( Vector2f_t1A3A349F1E6819E0FF7A685BC6FC4067846FD354 (*) (EmptyInternalEnumerator_1_tD9017A6FD9B3F46A6027C8679C211AD08F0B9E16 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((EmptyInternalEnumerator_1_tD9017A6FD9B3F46A6027C8679C211AD08F0B9E16 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); Vector2f_t1A3A349F1E6819E0FF7A685BC6FC4067846FD354 L_1 = (Vector2f_t1A3A349F1E6819E0FF7A685BC6FC4067846FD354 )L_0; RuntimeObject * L_2 = Box(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 1), &L_1); return (RuntimeObject *)L_2; } } // System.Void System.Array/EmptyInternalEnumerator`1::System.Collections.IEnumerator.Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1_System_Collections_IEnumerator_Reset_mF84A17E8A0A5863D42213F53C757B10D9CD2605C_gshared (EmptyInternalEnumerator_1_tD9017A6FD9B3F46A6027C8679C211AD08F0B9E16 * __this, const RuntimeMethod* method) { { return; } } // System.Void System.Array/EmptyInternalEnumerator`1::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1__ctor_m101BDB6ED223E9DA29B098D3D8CA5FA40D0F2500_gshared (EmptyInternalEnumerator_1_tD9017A6FD9B3F46A6027C8679C211AD08F0B9E16 * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405((RuntimeObject *)__this, /*hidden argument*/NULL); return; } } // System.Void System.Array/EmptyInternalEnumerator`1::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1__cctor_m0CF47385A4027C89C6CF2A4E5B68E65F2CAB8821_gshared (const RuntimeMethod* method) { { EmptyInternalEnumerator_1_tD9017A6FD9B3F46A6027C8679C211AD08F0B9E16 * L_0 = (EmptyInternalEnumerator_1_tD9017A6FD9B3F46A6027C8679C211AD08F0B9E16 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2)); (( void (*) (EmptyInternalEnumerator_1_tD9017A6FD9B3F46A6027C8679C211AD08F0B9E16 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)->methodPointer)(L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); ((EmptyInternalEnumerator_1_tD9017A6FD9B3F46A6027C8679C211AD08F0B9E16_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4)))->set_Value_0(L_0); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Array/EmptyInternalEnumerator`1::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1_Dispose_mB3B5F7ED3769320E8E4C249A379E1A21BAA6FC07_gshared (EmptyInternalEnumerator_1_tA61AF8C8594BD6ADF80D10C379D81BDD57EA3A5D * __this, const RuntimeMethod* method) { { return; } } // System.Boolean System.Array/EmptyInternalEnumerator`1::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool EmptyInternalEnumerator_1_MoveNext_mDA4FA753E9CB67DDB6431425C40D6E8911317AA3_gshared (EmptyInternalEnumerator_1_tA61AF8C8594BD6ADF80D10C379D81BDD57EA3A5D * __this, const RuntimeMethod* method) { { return (bool)0; } } // T System.Array/EmptyInternalEnumerator`1::get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3f_tF74D3A692AC7064BFF4EBEC1E704723CA2905417 EmptyInternalEnumerator_1_get_Current_m94E9FE892B10561178EB328EB106716D7D76C683_gshared (EmptyInternalEnumerator_1_tA61AF8C8594BD6ADF80D10C379D81BDD57EA3A5D * __this, const RuntimeMethod* method) { { InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB * L_0 = (InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB_il2cpp_TypeInfo_var))); InvalidOperationException__ctor_mC012CE552988309733C896F3FEA8249171E4402E(L_0, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral7E7A07FECA0FF43839D67A9F7828EE56182CC9F6)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&EmptyInternalEnumerator_1_get_Current_m94E9FE892B10561178EB328EB106716D7D76C683_RuntimeMethod_var))); } } // System.Object System.Array/EmptyInternalEnumerator`1::System.Collections.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * EmptyInternalEnumerator_1_System_Collections_IEnumerator_get_Current_m3B0EB5D137A8CFE734F3FAEDBCA4FE23358EE59F_gshared (EmptyInternalEnumerator_1_tA61AF8C8594BD6ADF80D10C379D81BDD57EA3A5D * __this, const RuntimeMethod* method) { { NullCheck((EmptyInternalEnumerator_1_tA61AF8C8594BD6ADF80D10C379D81BDD57EA3A5D *)__this); Vector3f_tF74D3A692AC7064BFF4EBEC1E704723CA2905417 L_0; L_0 = (( Vector3f_tF74D3A692AC7064BFF4EBEC1E704723CA2905417 (*) (EmptyInternalEnumerator_1_tA61AF8C8594BD6ADF80D10C379D81BDD57EA3A5D *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((EmptyInternalEnumerator_1_tA61AF8C8594BD6ADF80D10C379D81BDD57EA3A5D *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); Vector3f_tF74D3A692AC7064BFF4EBEC1E704723CA2905417 L_1 = (Vector3f_tF74D3A692AC7064BFF4EBEC1E704723CA2905417 )L_0; RuntimeObject * L_2 = Box(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 1), &L_1); return (RuntimeObject *)L_2; } } // System.Void System.Array/EmptyInternalEnumerator`1::System.Collections.IEnumerator.Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1_System_Collections_IEnumerator_Reset_m75B69713DE6690037C323D042D1B3153A5A8CD1F_gshared (EmptyInternalEnumerator_1_tA61AF8C8594BD6ADF80D10C379D81BDD57EA3A5D * __this, const RuntimeMethod* method) { { return; } } // System.Void System.Array/EmptyInternalEnumerator`1::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1__ctor_m86ADD8CE80F7E18A6BB5D4834536FF13F92CB6E9_gshared (EmptyInternalEnumerator_1_tA61AF8C8594BD6ADF80D10C379D81BDD57EA3A5D * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405((RuntimeObject *)__this, /*hidden argument*/NULL); return; } } // System.Void System.Array/EmptyInternalEnumerator`1::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1__cctor_m13C6E827052D34975E8D016D9D4C377F3A0EAA57_gshared (const RuntimeMethod* method) { { EmptyInternalEnumerator_1_tA61AF8C8594BD6ADF80D10C379D81BDD57EA3A5D * L_0 = (EmptyInternalEnumerator_1_tA61AF8C8594BD6ADF80D10C379D81BDD57EA3A5D *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2)); (( void (*) (EmptyInternalEnumerator_1_tA61AF8C8594BD6ADF80D10C379D81BDD57EA3A5D *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)->methodPointer)(L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); ((EmptyInternalEnumerator_1_tA61AF8C8594BD6ADF80D10C379D81BDD57EA3A5D_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4)))->set_Value_0(L_0); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Array/EmptyInternalEnumerator`1::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1_Dispose_m785F7AEB3285434C18311A2FC79E28ECB9F9A3CF_gshared (EmptyInternalEnumerator_1_tFA941F7D9F1310C18343514C062A63AE7526CB99 * __this, const RuntimeMethod* method) { { return; } } // System.Boolean System.Array/EmptyInternalEnumerator`1::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool EmptyInternalEnumerator_1_MoveNext_mCE8FF3A5FF220D4D77E9FDE9E4F01DBD3D2220FA_gshared (EmptyInternalEnumerator_1_tFA941F7D9F1310C18343514C062A63AE7526CB99 * __this, const RuntimeMethod* method) { { return (bool)0; } } // T System.Array/EmptyInternalEnumerator`1::get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector4f_t24110069BA2FAF7DB40FE0F5ADB8D9077AE473EE EmptyInternalEnumerator_1_get_Current_m76DEB8B84D13A4FE87F03F4D32BE7E5C3DB8E06D_gshared (EmptyInternalEnumerator_1_tFA941F7D9F1310C18343514C062A63AE7526CB99 * __this, const RuntimeMethod* method) { { InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB * L_0 = (InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB_il2cpp_TypeInfo_var))); InvalidOperationException__ctor_mC012CE552988309733C896F3FEA8249171E4402E(L_0, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral7E7A07FECA0FF43839D67A9F7828EE56182CC9F6)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&EmptyInternalEnumerator_1_get_Current_m76DEB8B84D13A4FE87F03F4D32BE7E5C3DB8E06D_RuntimeMethod_var))); } } // System.Object System.Array/EmptyInternalEnumerator`1::System.Collections.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * EmptyInternalEnumerator_1_System_Collections_IEnumerator_get_Current_m7E7D6F691EA313FF9F6C7376D7CF3DB7CF598B6F_gshared (EmptyInternalEnumerator_1_tFA941F7D9F1310C18343514C062A63AE7526CB99 * __this, const RuntimeMethod* method) { { NullCheck((EmptyInternalEnumerator_1_tFA941F7D9F1310C18343514C062A63AE7526CB99 *)__this); Vector4f_t24110069BA2FAF7DB40FE0F5ADB8D9077AE473EE L_0; L_0 = (( Vector4f_t24110069BA2FAF7DB40FE0F5ADB8D9077AE473EE (*) (EmptyInternalEnumerator_1_tFA941F7D9F1310C18343514C062A63AE7526CB99 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((EmptyInternalEnumerator_1_tFA941F7D9F1310C18343514C062A63AE7526CB99 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); Vector4f_t24110069BA2FAF7DB40FE0F5ADB8D9077AE473EE L_1 = (Vector4f_t24110069BA2FAF7DB40FE0F5ADB8D9077AE473EE )L_0; RuntimeObject * L_2 = Box(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 1), &L_1); return (RuntimeObject *)L_2; } } // System.Void System.Array/EmptyInternalEnumerator`1::System.Collections.IEnumerator.Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1_System_Collections_IEnumerator_Reset_m137E23A18959CB23F8CCABB8622C54753BE7B020_gshared (EmptyInternalEnumerator_1_tFA941F7D9F1310C18343514C062A63AE7526CB99 * __this, const RuntimeMethod* method) { { return; } } // System.Void System.Array/EmptyInternalEnumerator`1::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1__ctor_m53D7F299A73C28E32B7BEC0C2A7BC365AB99C561_gshared (EmptyInternalEnumerator_1_tFA941F7D9F1310C18343514C062A63AE7526CB99 * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405((RuntimeObject *)__this, /*hidden argument*/NULL); return; } } // System.Void System.Array/EmptyInternalEnumerator`1::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1__cctor_mF506472D6AA8235A6BD0F1DB86DECA1965B841E4_gshared (const RuntimeMethod* method) { { EmptyInternalEnumerator_1_tFA941F7D9F1310C18343514C062A63AE7526CB99 * L_0 = (EmptyInternalEnumerator_1_tFA941F7D9F1310C18343514C062A63AE7526CB99 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2)); (( void (*) (EmptyInternalEnumerator_1_tFA941F7D9F1310C18343514C062A63AE7526CB99 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)->methodPointer)(L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); ((EmptyInternalEnumerator_1_tFA941F7D9F1310C18343514C062A63AE7526CB99_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4)))->set_Value_0(L_0); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Array/EmptyInternalEnumerator`1::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1_Dispose_mECF623B8F4E87EE427FA006DFBB537EABA47607D_gshared (EmptyInternalEnumerator_1_t20A6E62029D868B2FC8F6349E1E22AFD495F97E7 * __this, const RuntimeMethod* method) { { return; } } // System.Boolean System.Array/EmptyInternalEnumerator`1::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool EmptyInternalEnumerator_1_MoveNext_m267A96AF3F7C88659F5E8B8D53FC0F734B408A5F_gshared (EmptyInternalEnumerator_1_t20A6E62029D868B2FC8F6349E1E22AFD495F97E7 * __this, const RuntimeMethod* method) { { return (bool)0; } } // T System.Array/EmptyInternalEnumerator`1::get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector4s_tD5B54B42EDC5CC229E64974A8A66DFF6EA3F54E1 EmptyInternalEnumerator_1_get_Current_m9D94EA7A3BA364945C796642B5B0F897F793C2BB_gshared (EmptyInternalEnumerator_1_t20A6E62029D868B2FC8F6349E1E22AFD495F97E7 * __this, const RuntimeMethod* method) { { InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB * L_0 = (InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB_il2cpp_TypeInfo_var))); InvalidOperationException__ctor_mC012CE552988309733C896F3FEA8249171E4402E(L_0, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral7E7A07FECA0FF43839D67A9F7828EE56182CC9F6)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&EmptyInternalEnumerator_1_get_Current_m9D94EA7A3BA364945C796642B5B0F897F793C2BB_RuntimeMethod_var))); } } // System.Object System.Array/EmptyInternalEnumerator`1::System.Collections.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * EmptyInternalEnumerator_1_System_Collections_IEnumerator_get_Current_m72A915EE10E95AE8E0C63137AE26F535D203C201_gshared (EmptyInternalEnumerator_1_t20A6E62029D868B2FC8F6349E1E22AFD495F97E7 * __this, const RuntimeMethod* method) { { NullCheck((EmptyInternalEnumerator_1_t20A6E62029D868B2FC8F6349E1E22AFD495F97E7 *)__this); Vector4s_tD5B54B42EDC5CC229E64974A8A66DFF6EA3F54E1 L_0; L_0 = (( Vector4s_tD5B54B42EDC5CC229E64974A8A66DFF6EA3F54E1 (*) (EmptyInternalEnumerator_1_t20A6E62029D868B2FC8F6349E1E22AFD495F97E7 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((EmptyInternalEnumerator_1_t20A6E62029D868B2FC8F6349E1E22AFD495F97E7 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); Vector4s_tD5B54B42EDC5CC229E64974A8A66DFF6EA3F54E1 L_1 = (Vector4s_tD5B54B42EDC5CC229E64974A8A66DFF6EA3F54E1 )L_0; RuntimeObject * L_2 = Box(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 1), &L_1); return (RuntimeObject *)L_2; } } // System.Void System.Array/EmptyInternalEnumerator`1::System.Collections.IEnumerator.Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1_System_Collections_IEnumerator_Reset_m73B4D6C6C3961B325510A8C0EC79DD72C09D4201_gshared (EmptyInternalEnumerator_1_t20A6E62029D868B2FC8F6349E1E22AFD495F97E7 * __this, const RuntimeMethod* method) { { return; } } // System.Void System.Array/EmptyInternalEnumerator`1::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1__ctor_mBE53928CC3990030152D9933A2429F17B77E5E3D_gshared (EmptyInternalEnumerator_1_t20A6E62029D868B2FC8F6349E1E22AFD495F97E7 * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405((RuntimeObject *)__this, /*hidden argument*/NULL); return; } } // System.Void System.Array/EmptyInternalEnumerator`1::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1__cctor_mCA994E193B0EC14182EBF3F2AEF5E5DAD68A6401_gshared (const RuntimeMethod* method) { { EmptyInternalEnumerator_1_t20A6E62029D868B2FC8F6349E1E22AFD495F97E7 * L_0 = (EmptyInternalEnumerator_1_t20A6E62029D868B2FC8F6349E1E22AFD495F97E7 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2)); (( void (*) (EmptyInternalEnumerator_1_t20A6E62029D868B2FC8F6349E1E22AFD495F97E7 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)->methodPointer)(L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); ((EmptyInternalEnumerator_1_t20A6E62029D868B2FC8F6349E1E22AFD495F97E7_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4)))->set_Value_0(L_0); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Array/EmptyInternalEnumerator`1::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1_Dispose_mA8B261269029C04F190FA1006000DCB4E3D954FE_gshared (EmptyInternalEnumerator_1_t57D078EEBED8E750A04791076167E9CD447656B7 * __this, const RuntimeMethod* method) { { return; } } // System.Boolean System.Array/EmptyInternalEnumerator`1::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool EmptyInternalEnumerator_1_MoveNext_mD7D5C84DCC43F9568F13B422ABC2CCABCB085635_gshared (EmptyInternalEnumerator_1_t57D078EEBED8E750A04791076167E9CD447656B7 * __this, const RuntimeMethod* method) { { return (bool)0; } } // T System.Array/EmptyInternalEnumerator`1::get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RaycastHit_tAE07AFB2EA5EDC4D687ECF28D7CE7F38B3953CCB EmptyInternalEnumerator_1_get_Current_mA57E18B6389E3BBCBDDA1797B4CF5FF6E4AAEFE4_gshared (EmptyInternalEnumerator_1_t57D078EEBED8E750A04791076167E9CD447656B7 * __this, const RuntimeMethod* method) { { InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB * L_0 = (InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB_il2cpp_TypeInfo_var))); InvalidOperationException__ctor_mC012CE552988309733C896F3FEA8249171E4402E(L_0, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral7E7A07FECA0FF43839D67A9F7828EE56182CC9F6)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&EmptyInternalEnumerator_1_get_Current_mA57E18B6389E3BBCBDDA1797B4CF5FF6E4AAEFE4_RuntimeMethod_var))); } } // System.Object System.Array/EmptyInternalEnumerator`1::System.Collections.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * EmptyInternalEnumerator_1_System_Collections_IEnumerator_get_Current_mD70D526927A2D29CC06103BC5C1F2551D1313032_gshared (EmptyInternalEnumerator_1_t57D078EEBED8E750A04791076167E9CD447656B7 * __this, const RuntimeMethod* method) { { NullCheck((EmptyInternalEnumerator_1_t57D078EEBED8E750A04791076167E9CD447656B7 *)__this); RaycastHit_tAE07AFB2EA5EDC4D687ECF28D7CE7F38B3953CCB L_0; L_0 = (( RaycastHit_tAE07AFB2EA5EDC4D687ECF28D7CE7F38B3953CCB (*) (EmptyInternalEnumerator_1_t57D078EEBED8E750A04791076167E9CD447656B7 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((EmptyInternalEnumerator_1_t57D078EEBED8E750A04791076167E9CD447656B7 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); RaycastHit_tAE07AFB2EA5EDC4D687ECF28D7CE7F38B3953CCB L_1 = (RaycastHit_tAE07AFB2EA5EDC4D687ECF28D7CE7F38B3953CCB )L_0; RuntimeObject * L_2 = Box(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 1), &L_1); return (RuntimeObject *)L_2; } } // System.Void System.Array/EmptyInternalEnumerator`1::System.Collections.IEnumerator.Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1_System_Collections_IEnumerator_Reset_mA4BA856E74F342012125CD0FF0747C4D6FB32CE8_gshared (EmptyInternalEnumerator_1_t57D078EEBED8E750A04791076167E9CD447656B7 * __this, const RuntimeMethod* method) { { return; } } // System.Void System.Array/EmptyInternalEnumerator`1::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1__ctor_m779E4816002874FFE23DF9CC1051F2F15DA6A455_gshared (EmptyInternalEnumerator_1_t57D078EEBED8E750A04791076167E9CD447656B7 * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405((RuntimeObject *)__this, /*hidden argument*/NULL); return; } } // System.Void System.Array/EmptyInternalEnumerator`1::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1__cctor_m838C8FFDAD3FFF18053693B1A23FEC90254152D4_gshared (const RuntimeMethod* method) { { EmptyInternalEnumerator_1_t57D078EEBED8E750A04791076167E9CD447656B7 * L_0 = (EmptyInternalEnumerator_1_t57D078EEBED8E750A04791076167E9CD447656B7 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2)); (( void (*) (EmptyInternalEnumerator_1_t57D078EEBED8E750A04791076167E9CD447656B7 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)->methodPointer)(L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); ((EmptyInternalEnumerator_1_t57D078EEBED8E750A04791076167E9CD447656B7_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4)))->set_Value_0(L_0); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Array/EmptyInternalEnumerator`1::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1_Dispose_mBD7DB412C7861F0CA50F80CDD7DBAC3B333E7219_gshared (EmptyInternalEnumerator_1_tE1762C69884D124A5642023609CDDE2036FD1FA2 * __this, const RuntimeMethod* method) { { return; } } // System.Boolean System.Array/EmptyInternalEnumerator`1::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool EmptyInternalEnumerator_1_MoveNext_m7EFB177D85BBA3921F84322D24B4F934DF54AC14_gshared (EmptyInternalEnumerator_1_tE1762C69884D124A5642023609CDDE2036FD1FA2 * __this, const RuntimeMethod* method) { { return (bool)0; } } // T System.Array/EmptyInternalEnumerator`1::get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR HandBoneMapping_t2E33A69AFA6E1081803D7E5F73316F53C89DAAB2 EmptyInternalEnumerator_1_get_Current_m8E21C10418A6AC0B72B84FB64A42F9CD348AA18D_gshared (EmptyInternalEnumerator_1_tE1762C69884D124A5642023609CDDE2036FD1FA2 * __this, const RuntimeMethod* method) { { InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB * L_0 = (InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB_il2cpp_TypeInfo_var))); InvalidOperationException__ctor_mC012CE552988309733C896F3FEA8249171E4402E(L_0, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral7E7A07FECA0FF43839D67A9F7828EE56182CC9F6)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&EmptyInternalEnumerator_1_get_Current_m8E21C10418A6AC0B72B84FB64A42F9CD348AA18D_RuntimeMethod_var))); } } // System.Object System.Array/EmptyInternalEnumerator`1::System.Collections.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * EmptyInternalEnumerator_1_System_Collections_IEnumerator_get_Current_m8E37A3A9321CA9A8C4EB294E723C325A89ED9D20_gshared (EmptyInternalEnumerator_1_tE1762C69884D124A5642023609CDDE2036FD1FA2 * __this, const RuntimeMethod* method) { { NullCheck((EmptyInternalEnumerator_1_tE1762C69884D124A5642023609CDDE2036FD1FA2 *)__this); HandBoneMapping_t2E33A69AFA6E1081803D7E5F73316F53C89DAAB2 L_0; L_0 = (( HandBoneMapping_t2E33A69AFA6E1081803D7E5F73316F53C89DAAB2 (*) (EmptyInternalEnumerator_1_tE1762C69884D124A5642023609CDDE2036FD1FA2 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((EmptyInternalEnumerator_1_tE1762C69884D124A5642023609CDDE2036FD1FA2 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); HandBoneMapping_t2E33A69AFA6E1081803D7E5F73316F53C89DAAB2 L_1 = (HandBoneMapping_t2E33A69AFA6E1081803D7E5F73316F53C89DAAB2 )L_0; RuntimeObject * L_2 = Box(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 1), &L_1); return (RuntimeObject *)L_2; } } // System.Void System.Array/EmptyInternalEnumerator`1::System.Collections.IEnumerator.Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1_System_Collections_IEnumerator_Reset_m40E9C3D96F8E8E0C3C4214DFBE3396A2ACBEA71F_gshared (EmptyInternalEnumerator_1_tE1762C69884D124A5642023609CDDE2036FD1FA2 * __this, const RuntimeMethod* method) { { return; } } // System.Void System.Array/EmptyInternalEnumerator`1::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1__ctor_mCDD578F65E4187E6912992385274FFF5B1858E89_gshared (EmptyInternalEnumerator_1_tE1762C69884D124A5642023609CDDE2036FD1FA2 * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405((RuntimeObject *)__this, /*hidden argument*/NULL); return; } } // System.Void System.Array/EmptyInternalEnumerator`1::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1__cctor_mB86780A214BB262CC593585E43C2213A008D1CA5_gshared (const RuntimeMethod* method) { { EmptyInternalEnumerator_1_tE1762C69884D124A5642023609CDDE2036FD1FA2 * L_0 = (EmptyInternalEnumerator_1_tE1762C69884D124A5642023609CDDE2036FD1FA2 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2)); (( void (*) (EmptyInternalEnumerator_1_tE1762C69884D124A5642023609CDDE2036FD1FA2 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)->methodPointer)(L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); ((EmptyInternalEnumerator_1_tE1762C69884D124A5642023609CDDE2036FD1FA2_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4)))->set_Value_0(L_0); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Array/EmptyInternalEnumerator`1::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1_Dispose_m6A93A3E10DD8A01E52CF20E17A4D71405B15E4BA_gshared (EmptyInternalEnumerator_1_tA5EC5164E7CEB028A21B00DB1EB420BD203D87A8 * __this, const RuntimeMethod* method) { { return; } } // System.Boolean System.Array/EmptyInternalEnumerator`1::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool EmptyInternalEnumerator_1_MoveNext_m91D78231777FE265CB827C49B27D3662158DD2CE_gshared (EmptyInternalEnumerator_1_tA5EC5164E7CEB028A21B00DB1EB420BD203D87A8 * __this, const RuntimeMethod* method) { { return (bool)0; } } // T System.Array/EmptyInternalEnumerator`1::get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR OnScreenDeviceInfo_t9B64CE4D3D0381C301110E39AE77158BEFACAF4D EmptyInternalEnumerator_1_get_Current_mA9C48ACA610D7DD6C0BBBC5E8233F4B2AD757DFA_gshared (EmptyInternalEnumerator_1_tA5EC5164E7CEB028A21B00DB1EB420BD203D87A8 * __this, const RuntimeMethod* method) { { InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB * L_0 = (InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB_il2cpp_TypeInfo_var))); InvalidOperationException__ctor_mC012CE552988309733C896F3FEA8249171E4402E(L_0, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral7E7A07FECA0FF43839D67A9F7828EE56182CC9F6)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&EmptyInternalEnumerator_1_get_Current_mA9C48ACA610D7DD6C0BBBC5E8233F4B2AD757DFA_RuntimeMethod_var))); } } // System.Object System.Array/EmptyInternalEnumerator`1::System.Collections.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * EmptyInternalEnumerator_1_System_Collections_IEnumerator_get_Current_m38A6794CF77D7D3E7A30BD6281FD7DAB2FEEC5A3_gshared (EmptyInternalEnumerator_1_tA5EC5164E7CEB028A21B00DB1EB420BD203D87A8 * __this, const RuntimeMethod* method) { { NullCheck((EmptyInternalEnumerator_1_tA5EC5164E7CEB028A21B00DB1EB420BD203D87A8 *)__this); OnScreenDeviceInfo_t9B64CE4D3D0381C301110E39AE77158BEFACAF4D L_0; L_0 = (( OnScreenDeviceInfo_t9B64CE4D3D0381C301110E39AE77158BEFACAF4D (*) (EmptyInternalEnumerator_1_tA5EC5164E7CEB028A21B00DB1EB420BD203D87A8 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((EmptyInternalEnumerator_1_tA5EC5164E7CEB028A21B00DB1EB420BD203D87A8 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); OnScreenDeviceInfo_t9B64CE4D3D0381C301110E39AE77158BEFACAF4D L_1 = (OnScreenDeviceInfo_t9B64CE4D3D0381C301110E39AE77158BEFACAF4D )L_0; RuntimeObject * L_2 = Box(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 1), &L_1); return (RuntimeObject *)L_2; } } // System.Void System.Array/EmptyInternalEnumerator`1::System.Collections.IEnumerator.Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1_System_Collections_IEnumerator_Reset_mB2E3BC6512B045F0A4AD51D8CBAF881674C80EC6_gshared (EmptyInternalEnumerator_1_tA5EC5164E7CEB028A21B00DB1EB420BD203D87A8 * __this, const RuntimeMethod* method) { { return; } } // System.Void System.Array/EmptyInternalEnumerator`1::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1__ctor_mA79EB453FD905A47413754ED9550AEF780520E33_gshared (EmptyInternalEnumerator_1_tA5EC5164E7CEB028A21B00DB1EB420BD203D87A8 * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405((RuntimeObject *)__this, /*hidden argument*/NULL); return; } } // System.Void System.Array/EmptyInternalEnumerator`1::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1__cctor_m3EAAFD1794C21A68AACE41DFAD4A7C8AB57FFDC0_gshared (const RuntimeMethod* method) { { EmptyInternalEnumerator_1_tA5EC5164E7CEB028A21B00DB1EB420BD203D87A8 * L_0 = (EmptyInternalEnumerator_1_tA5EC5164E7CEB028A21B00DB1EB420BD203D87A8 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2)); (( void (*) (EmptyInternalEnumerator_1_tA5EC5164E7CEB028A21B00DB1EB420BD203D87A8 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)->methodPointer)(L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); ((EmptyInternalEnumerator_1_tA5EC5164E7CEB028A21B00DB1EB420BD203D87A8_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4)))->set_Value_0(L_0); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Array/EmptyInternalEnumerator`1::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1_Dispose_m63FE23C6B7A7192A35FF5F019E106A8D9E8471F2_gshared (EmptyInternalEnumerator_1_tE273924199065C212041718B598F5734839D142E * __this, const RuntimeMethod* method) { { return; } } // System.Boolean System.Array/EmptyInternalEnumerator`1::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool EmptyInternalEnumerator_1_MoveNext_m57FDB85E9501073C1A0770DCEBB0B34B76DBF9AC_gshared (EmptyInternalEnumerator_1_tE273924199065C212041718B598F5734839D142E * __this, const RuntimeMethod* method) { { return (bool)0; } } // T System.Array/EmptyInternalEnumerator`1::get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR SerializedBinding_t6754BE38A661BCD50AD1D3C4AA045AEFA692784F EmptyInternalEnumerator_1_get_Current_m32A9FE909057B7140BDE9E7D4AC86BE96488B9A6_gshared (EmptyInternalEnumerator_1_tE273924199065C212041718B598F5734839D142E * __this, const RuntimeMethod* method) { { InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB * L_0 = (InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB_il2cpp_TypeInfo_var))); InvalidOperationException__ctor_mC012CE552988309733C896F3FEA8249171E4402E(L_0, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral7E7A07FECA0FF43839D67A9F7828EE56182CC9F6)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&EmptyInternalEnumerator_1_get_Current_m32A9FE909057B7140BDE9E7D4AC86BE96488B9A6_RuntimeMethod_var))); } } // System.Object System.Array/EmptyInternalEnumerator`1::System.Collections.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * EmptyInternalEnumerator_1_System_Collections_IEnumerator_get_Current_m2ABD3E373255AF7392D1CD893DFB4217AE36D300_gshared (EmptyInternalEnumerator_1_tE273924199065C212041718B598F5734839D142E * __this, const RuntimeMethod* method) { { NullCheck((EmptyInternalEnumerator_1_tE273924199065C212041718B598F5734839D142E *)__this); SerializedBinding_t6754BE38A661BCD50AD1D3C4AA045AEFA692784F L_0; L_0 = (( SerializedBinding_t6754BE38A661BCD50AD1D3C4AA045AEFA692784F (*) (EmptyInternalEnumerator_1_tE273924199065C212041718B598F5734839D142E *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((EmptyInternalEnumerator_1_tE273924199065C212041718B598F5734839D142E *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); SerializedBinding_t6754BE38A661BCD50AD1D3C4AA045AEFA692784F L_1 = (SerializedBinding_t6754BE38A661BCD50AD1D3C4AA045AEFA692784F )L_0; RuntimeObject * L_2 = Box(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 1), &L_1); return (RuntimeObject *)L_2; } } // System.Void System.Array/EmptyInternalEnumerator`1::System.Collections.IEnumerator.Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1_System_Collections_IEnumerator_Reset_mB4FAF096228C0382D2AAAC82DE36778733B53271_gshared (EmptyInternalEnumerator_1_tE273924199065C212041718B598F5734839D142E * __this, const RuntimeMethod* method) { { return; } } // System.Void System.Array/EmptyInternalEnumerator`1::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1__ctor_mD3CF7F13769D715816757ADDE49E2C4C83C48B07_gshared (EmptyInternalEnumerator_1_tE273924199065C212041718B598F5734839D142E * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405((RuntimeObject *)__this, /*hidden argument*/NULL); return; } } // System.Void System.Array/EmptyInternalEnumerator`1::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1__cctor_m9B5041AA25597E49AB857774FA84A128D1C1C1DD_gshared (const RuntimeMethod* method) { { EmptyInternalEnumerator_1_tE273924199065C212041718B598F5734839D142E * L_0 = (EmptyInternalEnumerator_1_tE273924199065C212041718B598F5734839D142E *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2)); (( void (*) (EmptyInternalEnumerator_1_tE273924199065C212041718B598F5734839D142E *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)->methodPointer)(L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); ((EmptyInternalEnumerator_1_tE273924199065C212041718B598F5734839D142E_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4)))->set_Value_0(L_0); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Array/EmptyInternalEnumerator`1::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1_Dispose_mDFC2A41E6BF4B6718FE77D09DF4E3C4A21C24B89_gshared (EmptyInternalEnumerator_1_tE697715FD913EAFBA4E17D8865C36C4863EC7428 * __this, const RuntimeMethod* method) { { return; } } // System.Boolean System.Array/EmptyInternalEnumerator`1::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool EmptyInternalEnumerator_1_MoveNext_m50811E1D8251155D976EA3AD3E6A99B5917B600F_gshared (EmptyInternalEnumerator_1_tE697715FD913EAFBA4E17D8865C36C4863EC7428 * __this, const RuntimeMethod* method) { { return (bool)0; } } // T System.Array/EmptyInternalEnumerator`1::get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR FormatParam_tA765680E7894569CC4BDEB5DF722F646311E23EE EmptyInternalEnumerator_1_get_Current_m519283B34C8D7DA292472F3F85E0347578BFBC04_gshared (EmptyInternalEnumerator_1_tE697715FD913EAFBA4E17D8865C36C4863EC7428 * __this, const RuntimeMethod* method) { { InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB * L_0 = (InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB_il2cpp_TypeInfo_var))); InvalidOperationException__ctor_mC012CE552988309733C896F3FEA8249171E4402E(L_0, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral7E7A07FECA0FF43839D67A9F7828EE56182CC9F6)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&EmptyInternalEnumerator_1_get_Current_m519283B34C8D7DA292472F3F85E0347578BFBC04_RuntimeMethod_var))); } } // System.Object System.Array/EmptyInternalEnumerator`1::System.Collections.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * EmptyInternalEnumerator_1_System_Collections_IEnumerator_get_Current_m05E083ED211E105B5FCD3D795D4F5C7440690DBF_gshared (EmptyInternalEnumerator_1_tE697715FD913EAFBA4E17D8865C36C4863EC7428 * __this, const RuntimeMethod* method) { { NullCheck((EmptyInternalEnumerator_1_tE697715FD913EAFBA4E17D8865C36C4863EC7428 *)__this); FormatParam_tA765680E7894569CC4BDEB5DF722F646311E23EE L_0; L_0 = (( FormatParam_tA765680E7894569CC4BDEB5DF722F646311E23EE (*) (EmptyInternalEnumerator_1_tE697715FD913EAFBA4E17D8865C36C4863EC7428 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((EmptyInternalEnumerator_1_tE697715FD913EAFBA4E17D8865C36C4863EC7428 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); FormatParam_tA765680E7894569CC4BDEB5DF722F646311E23EE L_1 = (FormatParam_tA765680E7894569CC4BDEB5DF722F646311E23EE )L_0; RuntimeObject * L_2 = Box(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 1), &L_1); return (RuntimeObject *)L_2; } } // System.Void System.Array/EmptyInternalEnumerator`1::System.Collections.IEnumerator.Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1_System_Collections_IEnumerator_Reset_m8A33BB1083252345CBD34355859C1A890D3F4CE9_gshared (EmptyInternalEnumerator_1_tE697715FD913EAFBA4E17D8865C36C4863EC7428 * __this, const RuntimeMethod* method) { { return; } } // System.Void System.Array/EmptyInternalEnumerator`1::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1__ctor_m66B5E79977F4097221FA85CAAEA45F6824FD6BAA_gshared (EmptyInternalEnumerator_1_tE697715FD913EAFBA4E17D8865C36C4863EC7428 * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405((RuntimeObject *)__this, /*hidden argument*/NULL); return; } } // System.Void System.Array/EmptyInternalEnumerator`1::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1__cctor_m06D3D33898BAF333377E33683DF71F76D63BE25A_gshared (const RuntimeMethod* method) { { EmptyInternalEnumerator_1_tE697715FD913EAFBA4E17D8865C36C4863EC7428 * L_0 = (EmptyInternalEnumerator_1_tE697715FD913EAFBA4E17D8865C36C4863EC7428 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2)); (( void (*) (EmptyInternalEnumerator_1_tE697715FD913EAFBA4E17D8865C36C4863EC7428 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)->methodPointer)(L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); ((EmptyInternalEnumerator_1_tE697715FD913EAFBA4E17D8865C36C4863EC7428_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4)))->set_Value_0(L_0); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Array/EmptyInternalEnumerator`1::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1_Dispose_mF34EEC1786E4BC4C859A5E1109FDB70DAF8FAF26_gshared (EmptyInternalEnumerator_1_t3105CF83CD9BCB53534C1A58DA924FB226F4A2C5 * __this, const RuntimeMethod* method) { { return; } } // System.Boolean System.Array/EmptyInternalEnumerator`1::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool EmptyInternalEnumerator_1_MoveNext_m6F2EE3BBE1D71EF488B2F451D3101B48B6211B86_gshared (EmptyInternalEnumerator_1_t3105CF83CD9BCB53534C1A58DA924FB226F4A2C5 * __this, const RuntimeMethod* method) { { return (bool)0; } } // T System.Array/EmptyInternalEnumerator`1::get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Particle_tDAEF22C4F9FB70E048551ECB203B6A81185832E1 EmptyInternalEnumerator_1_get_Current_m6B6DA6DE7CC242DB42A3350FC0D1A6C0EF5DAF9E_gshared (EmptyInternalEnumerator_1_t3105CF83CD9BCB53534C1A58DA924FB226F4A2C5 * __this, const RuntimeMethod* method) { { InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB * L_0 = (InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB_il2cpp_TypeInfo_var))); InvalidOperationException__ctor_mC012CE552988309733C896F3FEA8249171E4402E(L_0, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral7E7A07FECA0FF43839D67A9F7828EE56182CC9F6)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&EmptyInternalEnumerator_1_get_Current_m6B6DA6DE7CC242DB42A3350FC0D1A6C0EF5DAF9E_RuntimeMethod_var))); } } // System.Object System.Array/EmptyInternalEnumerator`1::System.Collections.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * EmptyInternalEnumerator_1_System_Collections_IEnumerator_get_Current_m93D6BFFDC0A06B6842F12674D7D7FDEF378E3C6F_gshared (EmptyInternalEnumerator_1_t3105CF83CD9BCB53534C1A58DA924FB226F4A2C5 * __this, const RuntimeMethod* method) { { NullCheck((EmptyInternalEnumerator_1_t3105CF83CD9BCB53534C1A58DA924FB226F4A2C5 *)__this); Particle_tDAEF22C4F9FB70E048551ECB203B6A81185832E1 L_0; L_0 = (( Particle_tDAEF22C4F9FB70E048551ECB203B6A81185832E1 (*) (EmptyInternalEnumerator_1_t3105CF83CD9BCB53534C1A58DA924FB226F4A2C5 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((EmptyInternalEnumerator_1_t3105CF83CD9BCB53534C1A58DA924FB226F4A2C5 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); Particle_tDAEF22C4F9FB70E048551ECB203B6A81185832E1 L_1 = (Particle_tDAEF22C4F9FB70E048551ECB203B6A81185832E1 )L_0; RuntimeObject * L_2 = Box(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 1), &L_1); return (RuntimeObject *)L_2; } } // System.Void System.Array/EmptyInternalEnumerator`1::System.Collections.IEnumerator.Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1_System_Collections_IEnumerator_Reset_m30E8FA24287F7A2FDCDEC1FA0575833D87674AC9_gshared (EmptyInternalEnumerator_1_t3105CF83CD9BCB53534C1A58DA924FB226F4A2C5 * __this, const RuntimeMethod* method) { { return; } } // System.Void System.Array/EmptyInternalEnumerator`1::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1__ctor_m8BD3E69540A6CDD24DAB2EA73E210C895BB7886C_gshared (EmptyInternalEnumerator_1_t3105CF83CD9BCB53534C1A58DA924FB226F4A2C5 * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405((RuntimeObject *)__this, /*hidden argument*/NULL); return; } } // System.Void System.Array/EmptyInternalEnumerator`1::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1__cctor_m8EFB981F56DFE2A3D1399161AE63E7F64A8510CC_gshared (const RuntimeMethod* method) { { EmptyInternalEnumerator_1_t3105CF83CD9BCB53534C1A58DA924FB226F4A2C5 * L_0 = (EmptyInternalEnumerator_1_t3105CF83CD9BCB53534C1A58DA924FB226F4A2C5 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2)); (( void (*) (EmptyInternalEnumerator_1_t3105CF83CD9BCB53534C1A58DA924FB226F4A2C5 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)->methodPointer)(L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); ((EmptyInternalEnumerator_1_t3105CF83CD9BCB53534C1A58DA924FB226F4A2C5_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4)))->set_Value_0(L_0); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Array/EmptyInternalEnumerator`1::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1_Dispose_mAA076CB342C133E9D63FE198191BE5D330CC6A75_gshared (EmptyInternalEnumerator_1_tC497CFE7E54D32E49F6EDBD2EEC94FF24748E774 * __this, const RuntimeMethod* method) { { return; } } // System.Boolean System.Array/EmptyInternalEnumerator`1::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool EmptyInternalEnumerator_1_MoveNext_mCB5B3F372821E49B4DD5065D53E8B5C19298DD76_gshared (EmptyInternalEnumerator_1_tC497CFE7E54D32E49F6EDBD2EEC94FF24748E774 * __this, const RuntimeMethod* method) { { return (bool)0; } } // T System.Array/EmptyInternalEnumerator`1::get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR LowerCaseMapping_t54FB537AEA4CA2EBAB5BDCC79881428C202241DE EmptyInternalEnumerator_1_get_Current_mBF7187FF16EE8F146E1FA163524756015E5B0C61_gshared (EmptyInternalEnumerator_1_tC497CFE7E54D32E49F6EDBD2EEC94FF24748E774 * __this, const RuntimeMethod* method) { { InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB * L_0 = (InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB_il2cpp_TypeInfo_var))); InvalidOperationException__ctor_mC012CE552988309733C896F3FEA8249171E4402E(L_0, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral7E7A07FECA0FF43839D67A9F7828EE56182CC9F6)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&EmptyInternalEnumerator_1_get_Current_mBF7187FF16EE8F146E1FA163524756015E5B0C61_RuntimeMethod_var))); } } // System.Object System.Array/EmptyInternalEnumerator`1::System.Collections.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * EmptyInternalEnumerator_1_System_Collections_IEnumerator_get_Current_mD8E46859BAFF8B7EAE1A013CA5B91A53D8B77887_gshared (EmptyInternalEnumerator_1_tC497CFE7E54D32E49F6EDBD2EEC94FF24748E774 * __this, const RuntimeMethod* method) { { NullCheck((EmptyInternalEnumerator_1_tC497CFE7E54D32E49F6EDBD2EEC94FF24748E774 *)__this); LowerCaseMapping_t54FB537AEA4CA2EBAB5BDCC79881428C202241DE L_0; L_0 = (( LowerCaseMapping_t54FB537AEA4CA2EBAB5BDCC79881428C202241DE (*) (EmptyInternalEnumerator_1_tC497CFE7E54D32E49F6EDBD2EEC94FF24748E774 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((EmptyInternalEnumerator_1_tC497CFE7E54D32E49F6EDBD2EEC94FF24748E774 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); LowerCaseMapping_t54FB537AEA4CA2EBAB5BDCC79881428C202241DE L_1 = (LowerCaseMapping_t54FB537AEA4CA2EBAB5BDCC79881428C202241DE )L_0; RuntimeObject * L_2 = Box(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 1), &L_1); return (RuntimeObject *)L_2; } } // System.Void System.Array/EmptyInternalEnumerator`1::System.Collections.IEnumerator.Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1_System_Collections_IEnumerator_Reset_mC5DE6ECAC6406AE33371EB949173200DA970941E_gshared (EmptyInternalEnumerator_1_tC497CFE7E54D32E49F6EDBD2EEC94FF24748E774 * __this, const RuntimeMethod* method) { { return; } } // System.Void System.Array/EmptyInternalEnumerator`1::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1__ctor_m679C7C9757578D04C61E5458BB41CB4E9451795C_gshared (EmptyInternalEnumerator_1_tC497CFE7E54D32E49F6EDBD2EEC94FF24748E774 * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405((RuntimeObject *)__this, /*hidden argument*/NULL); return; } } // System.Void System.Array/EmptyInternalEnumerator`1::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1__cctor_m3321B6868C70CE73968357412575F70F60BE5F99_gshared (const RuntimeMethod* method) { { EmptyInternalEnumerator_1_tC497CFE7E54D32E49F6EDBD2EEC94FF24748E774 * L_0 = (EmptyInternalEnumerator_1_tC497CFE7E54D32E49F6EDBD2EEC94FF24748E774 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2)); (( void (*) (EmptyInternalEnumerator_1_tC497CFE7E54D32E49F6EDBD2EEC94FF24748E774 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)->methodPointer)(L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); ((EmptyInternalEnumerator_1_tC497CFE7E54D32E49F6EDBD2EEC94FF24748E774_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4)))->set_Value_0(L_0); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Array/EmptyInternalEnumerator`1::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1_Dispose_m3430CC937A6D9560543058BA3BB03F9891BD7212_gshared (EmptyInternalEnumerator_1_tE67FF7685F44E27CF9E5E66F2D329F5A87F189F5 * __this, const RuntimeMethod* method) { { return; } } // System.Boolean System.Array/EmptyInternalEnumerator`1::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool EmptyInternalEnumerator_1_MoveNext_mAB7652A61A4AB44821D0A4764339A7DE2E97413A_gshared (EmptyInternalEnumerator_1_tE67FF7685F44E27CF9E5E66F2D329F5A87F189F5 * __this, const RuntimeMethod* method) { { return (bool)0; } } // T System.Array/EmptyInternalEnumerator`1::get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR CompiledPassInfo_tA93C0BB1327B1CD51C466F322A768F9ABB9F7601 EmptyInternalEnumerator_1_get_Current_m969009358BC1F15840ACE6B28F6FD6D38AEB5D6D_gshared (EmptyInternalEnumerator_1_tE67FF7685F44E27CF9E5E66F2D329F5A87F189F5 * __this, const RuntimeMethod* method) { { InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB * L_0 = (InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB_il2cpp_TypeInfo_var))); InvalidOperationException__ctor_mC012CE552988309733C896F3FEA8249171E4402E(L_0, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral7E7A07FECA0FF43839D67A9F7828EE56182CC9F6)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&EmptyInternalEnumerator_1_get_Current_m969009358BC1F15840ACE6B28F6FD6D38AEB5D6D_RuntimeMethod_var))); } } // System.Object System.Array/EmptyInternalEnumerator`1::System.Collections.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * EmptyInternalEnumerator_1_System_Collections_IEnumerator_get_Current_mD9FDBC9D1AEDC9087D5AFEA3279DD2C3410389DF_gshared (EmptyInternalEnumerator_1_tE67FF7685F44E27CF9E5E66F2D329F5A87F189F5 * __this, const RuntimeMethod* method) { { NullCheck((EmptyInternalEnumerator_1_tE67FF7685F44E27CF9E5E66F2D329F5A87F189F5 *)__this); CompiledPassInfo_tA93C0BB1327B1CD51C466F322A768F9ABB9F7601 L_0; L_0 = (( CompiledPassInfo_tA93C0BB1327B1CD51C466F322A768F9ABB9F7601 (*) (EmptyInternalEnumerator_1_tE67FF7685F44E27CF9E5E66F2D329F5A87F189F5 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((EmptyInternalEnumerator_1_tE67FF7685F44E27CF9E5E66F2D329F5A87F189F5 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); CompiledPassInfo_tA93C0BB1327B1CD51C466F322A768F9ABB9F7601 L_1 = (CompiledPassInfo_tA93C0BB1327B1CD51C466F322A768F9ABB9F7601 )L_0; RuntimeObject * L_2 = Box(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 1), &L_1); return (RuntimeObject *)L_2; } } // System.Void System.Array/EmptyInternalEnumerator`1::System.Collections.IEnumerator.Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1_System_Collections_IEnumerator_Reset_mE9B5656D4DE09F059EBD8694F38C79F48A7CCAA6_gshared (EmptyInternalEnumerator_1_tE67FF7685F44E27CF9E5E66F2D329F5A87F189F5 * __this, const RuntimeMethod* method) { { return; } } // System.Void System.Array/EmptyInternalEnumerator`1::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1__ctor_m32D2372840C460E60532575BD70CA579BDCDB295_gshared (EmptyInternalEnumerator_1_tE67FF7685F44E27CF9E5E66F2D329F5A87F189F5 * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405((RuntimeObject *)__this, /*hidden argument*/NULL); return; } } // System.Void System.Array/EmptyInternalEnumerator`1::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1__cctor_mA475B651B217CAC03E903F24108AC2C1A88FDA76_gshared (const RuntimeMethod* method) { { EmptyInternalEnumerator_1_tE67FF7685F44E27CF9E5E66F2D329F5A87F189F5 * L_0 = (EmptyInternalEnumerator_1_tE67FF7685F44E27CF9E5E66F2D329F5A87F189F5 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2)); (( void (*) (EmptyInternalEnumerator_1_tE67FF7685F44E27CF9E5E66F2D329F5A87F189F5 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)->methodPointer)(L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); ((EmptyInternalEnumerator_1_tE67FF7685F44E27CF9E5E66F2D329F5A87F189F5_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4)))->set_Value_0(L_0); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Array/EmptyInternalEnumerator`1::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1_Dispose_m209E19ED2EAFEB74D2085D53C31ACD6E84677D49_gshared (EmptyInternalEnumerator_1_tDFBF4198A6A41EFCDB69F00825A2AD0BD14DE103 * __this, const RuntimeMethod* method) { { return; } } // System.Boolean System.Array/EmptyInternalEnumerator`1::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool EmptyInternalEnumerator_1_MoveNext_m719963663E0F040440C2FBABF86F202CE63CB225_gshared (EmptyInternalEnumerator_1_tDFBF4198A6A41EFCDB69F00825A2AD0BD14DE103 * __this, const RuntimeMethod* method) { { return (bool)0; } } // T System.Array/EmptyInternalEnumerator`1::get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR CompiledResourceInfo_t0707D61FE612A92CBE023DB38ADE9A9E663A1483 EmptyInternalEnumerator_1_get_Current_m28255AA17B20734768D9EF7CF7C3F4697861E7DA_gshared (EmptyInternalEnumerator_1_tDFBF4198A6A41EFCDB69F00825A2AD0BD14DE103 * __this, const RuntimeMethod* method) { { InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB * L_0 = (InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB_il2cpp_TypeInfo_var))); InvalidOperationException__ctor_mC012CE552988309733C896F3FEA8249171E4402E(L_0, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral7E7A07FECA0FF43839D67A9F7828EE56182CC9F6)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&EmptyInternalEnumerator_1_get_Current_m28255AA17B20734768D9EF7CF7C3F4697861E7DA_RuntimeMethod_var))); } } // System.Object System.Array/EmptyInternalEnumerator`1::System.Collections.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * EmptyInternalEnumerator_1_System_Collections_IEnumerator_get_Current_mB8DCC78C441397C977CBEF129BAC1734C59C2625_gshared (EmptyInternalEnumerator_1_tDFBF4198A6A41EFCDB69F00825A2AD0BD14DE103 * __this, const RuntimeMethod* method) { { NullCheck((EmptyInternalEnumerator_1_tDFBF4198A6A41EFCDB69F00825A2AD0BD14DE103 *)__this); CompiledResourceInfo_t0707D61FE612A92CBE023DB38ADE9A9E663A1483 L_0; L_0 = (( CompiledResourceInfo_t0707D61FE612A92CBE023DB38ADE9A9E663A1483 (*) (EmptyInternalEnumerator_1_tDFBF4198A6A41EFCDB69F00825A2AD0BD14DE103 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((EmptyInternalEnumerator_1_tDFBF4198A6A41EFCDB69F00825A2AD0BD14DE103 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); CompiledResourceInfo_t0707D61FE612A92CBE023DB38ADE9A9E663A1483 L_1 = (CompiledResourceInfo_t0707D61FE612A92CBE023DB38ADE9A9E663A1483 )L_0; RuntimeObject * L_2 = Box(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 1), &L_1); return (RuntimeObject *)L_2; } } // System.Void System.Array/EmptyInternalEnumerator`1::System.Collections.IEnumerator.Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1_System_Collections_IEnumerator_Reset_mADB7E95E0351E241399D8443FE5761182A8237A5_gshared (EmptyInternalEnumerator_1_tDFBF4198A6A41EFCDB69F00825A2AD0BD14DE103 * __this, const RuntimeMethod* method) { { return; } } // System.Void System.Array/EmptyInternalEnumerator`1::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1__ctor_m572CE4E9363823E538CAE44A1D3049637DF0EEA5_gshared (EmptyInternalEnumerator_1_tDFBF4198A6A41EFCDB69F00825A2AD0BD14DE103 * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405((RuntimeObject *)__this, /*hidden argument*/NULL); return; } } // System.Void System.Array/EmptyInternalEnumerator`1::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1__cctor_m3BF479708B0B1C3CF36410877F9A018C5FB7220C_gshared (const RuntimeMethod* method) { { EmptyInternalEnumerator_1_tDFBF4198A6A41EFCDB69F00825A2AD0BD14DE103 * L_0 = (EmptyInternalEnumerator_1_tDFBF4198A6A41EFCDB69F00825A2AD0BD14DE103 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2)); (( void (*) (EmptyInternalEnumerator_1_tDFBF4198A6A41EFCDB69F00825A2AD0BD14DE103 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)->methodPointer)(L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); ((EmptyInternalEnumerator_1_tDFBF4198A6A41EFCDB69F00825A2AD0BD14DE103_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4)))->set_Value_0(L_0); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Array/EmptyInternalEnumerator`1::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1_Dispose_mA95B04F7DF05E028F5272BBCB6701CE64BE3C876_gshared (EmptyInternalEnumerator_1_t8096FB9EDCD3F7EDF91BD916709CF02EFDBB432B * __this, const RuntimeMethod* method) { { return; } } // System.Boolean System.Array/EmptyInternalEnumerator`1::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool EmptyInternalEnumerator_1_MoveNext_m94AA121CF058926726392C9B32EC727BA55BC74E_gshared (EmptyInternalEnumerator_1_t8096FB9EDCD3F7EDF91BD916709CF02EFDBB432B * __this, const RuntimeMethod* method) { { return (bool)0; } } // T System.Array/EmptyInternalEnumerator`1::get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR PassDebugData_tC12278805134DC7DE74B6B94B45CAFC38B45A11C EmptyInternalEnumerator_1_get_Current_mB8847794EAD51F4FF8544373853EDE1A9610A3FF_gshared (EmptyInternalEnumerator_1_t8096FB9EDCD3F7EDF91BD916709CF02EFDBB432B * __this, const RuntimeMethod* method) { { InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB * L_0 = (InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB_il2cpp_TypeInfo_var))); InvalidOperationException__ctor_mC012CE552988309733C896F3FEA8249171E4402E(L_0, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral7E7A07FECA0FF43839D67A9F7828EE56182CC9F6)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&EmptyInternalEnumerator_1_get_Current_mB8847794EAD51F4FF8544373853EDE1A9610A3FF_RuntimeMethod_var))); } } // System.Object System.Array/EmptyInternalEnumerator`1::System.Collections.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * EmptyInternalEnumerator_1_System_Collections_IEnumerator_get_Current_mCEE101EFB8017B15E4565B22CA31D605B42DED48_gshared (EmptyInternalEnumerator_1_t8096FB9EDCD3F7EDF91BD916709CF02EFDBB432B * __this, const RuntimeMethod* method) { { NullCheck((EmptyInternalEnumerator_1_t8096FB9EDCD3F7EDF91BD916709CF02EFDBB432B *)__this); PassDebugData_tC12278805134DC7DE74B6B94B45CAFC38B45A11C L_0; L_0 = (( PassDebugData_tC12278805134DC7DE74B6B94B45CAFC38B45A11C (*) (EmptyInternalEnumerator_1_t8096FB9EDCD3F7EDF91BD916709CF02EFDBB432B *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((EmptyInternalEnumerator_1_t8096FB9EDCD3F7EDF91BD916709CF02EFDBB432B *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); PassDebugData_tC12278805134DC7DE74B6B94B45CAFC38B45A11C L_1 = (PassDebugData_tC12278805134DC7DE74B6B94B45CAFC38B45A11C )L_0; RuntimeObject * L_2 = Box(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 1), &L_1); return (RuntimeObject *)L_2; } } // System.Void System.Array/EmptyInternalEnumerator`1::System.Collections.IEnumerator.Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1_System_Collections_IEnumerator_Reset_mBFC3DF8703FEF7A1BB9C6A6F26D785B0B72DA8B8_gshared (EmptyInternalEnumerator_1_t8096FB9EDCD3F7EDF91BD916709CF02EFDBB432B * __this, const RuntimeMethod* method) { { return; } } // System.Void System.Array/EmptyInternalEnumerator`1::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1__ctor_mBCB0F39536E46C4756E3DC0B40CB23AC6CAD901B_gshared (EmptyInternalEnumerator_1_t8096FB9EDCD3F7EDF91BD916709CF02EFDBB432B * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405((RuntimeObject *)__this, /*hidden argument*/NULL); return; } } // System.Void System.Array/EmptyInternalEnumerator`1::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1__cctor_m8BCECA52469CE221FCBF6415722DB1012C5777A3_gshared (const RuntimeMethod* method) { { EmptyInternalEnumerator_1_t8096FB9EDCD3F7EDF91BD916709CF02EFDBB432B * L_0 = (EmptyInternalEnumerator_1_t8096FB9EDCD3F7EDF91BD916709CF02EFDBB432B *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2)); (( void (*) (EmptyInternalEnumerator_1_t8096FB9EDCD3F7EDF91BD916709CF02EFDBB432B *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)->methodPointer)(L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); ((EmptyInternalEnumerator_1_t8096FB9EDCD3F7EDF91BD916709CF02EFDBB432B_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4)))->set_Value_0(L_0); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Array/EmptyInternalEnumerator`1::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1_Dispose_mE9D83B710952EF62F73C2C2FD15EDBB932DC9F88_gshared (EmptyInternalEnumerator_1_t13378F229E2E4DC22603AEED1C10CEAFED4A2E0F * __this, const RuntimeMethod* method) { { return; } } // System.Boolean System.Array/EmptyInternalEnumerator`1::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool EmptyInternalEnumerator_1_MoveNext_m317C173F3C0D87FB9712475D1FC62384F860D9C9_gshared (EmptyInternalEnumerator_1_t13378F229E2E4DC22603AEED1C10CEAFED4A2E0F * __this, const RuntimeMethod* method) { { return (bool)0; } } // T System.Array/EmptyInternalEnumerator`1::get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ResourceDebugData_t4C1DEFEADE2FEC9CD7CCB9C177ADD26F3D14DA0F EmptyInternalEnumerator_1_get_Current_m7EBF884DA99E7CF7B423410EF7F6ECBDD9C6C527_gshared (EmptyInternalEnumerator_1_t13378F229E2E4DC22603AEED1C10CEAFED4A2E0F * __this, const RuntimeMethod* method) { { InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB * L_0 = (InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB_il2cpp_TypeInfo_var))); InvalidOperationException__ctor_mC012CE552988309733C896F3FEA8249171E4402E(L_0, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral7E7A07FECA0FF43839D67A9F7828EE56182CC9F6)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&EmptyInternalEnumerator_1_get_Current_m7EBF884DA99E7CF7B423410EF7F6ECBDD9C6C527_RuntimeMethod_var))); } } // System.Object System.Array/EmptyInternalEnumerator`1::System.Collections.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * EmptyInternalEnumerator_1_System_Collections_IEnumerator_get_Current_mF8288880F210EAA688A77EBF50920AF7A41328A7_gshared (EmptyInternalEnumerator_1_t13378F229E2E4DC22603AEED1C10CEAFED4A2E0F * __this, const RuntimeMethod* method) { { NullCheck((EmptyInternalEnumerator_1_t13378F229E2E4DC22603AEED1C10CEAFED4A2E0F *)__this); ResourceDebugData_t4C1DEFEADE2FEC9CD7CCB9C177ADD26F3D14DA0F L_0; L_0 = (( ResourceDebugData_t4C1DEFEADE2FEC9CD7CCB9C177ADD26F3D14DA0F (*) (EmptyInternalEnumerator_1_t13378F229E2E4DC22603AEED1C10CEAFED4A2E0F *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((EmptyInternalEnumerator_1_t13378F229E2E4DC22603AEED1C10CEAFED4A2E0F *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); ResourceDebugData_t4C1DEFEADE2FEC9CD7CCB9C177ADD26F3D14DA0F L_1 = (ResourceDebugData_t4C1DEFEADE2FEC9CD7CCB9C177ADD26F3D14DA0F )L_0; RuntimeObject * L_2 = Box(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 1), &L_1); return (RuntimeObject *)L_2; } } // System.Void System.Array/EmptyInternalEnumerator`1::System.Collections.IEnumerator.Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1_System_Collections_IEnumerator_Reset_m3ED596464E1C917A4E3F1A325C435A90808DB417_gshared (EmptyInternalEnumerator_1_t13378F229E2E4DC22603AEED1C10CEAFED4A2E0F * __this, const RuntimeMethod* method) { { return; } } // System.Void System.Array/EmptyInternalEnumerator`1::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1__ctor_m250BF70D1F7BF59E3C71E46B9D14998AC3E798FB_gshared (EmptyInternalEnumerator_1_t13378F229E2E4DC22603AEED1C10CEAFED4A2E0F * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405((RuntimeObject *)__this, /*hidden argument*/NULL); return; } } // System.Void System.Array/EmptyInternalEnumerator`1::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1__cctor_m944D30C209FBCD4AB8E8B49FCA35CE0B8F495F35_gshared (const RuntimeMethod* method) { { EmptyInternalEnumerator_1_t13378F229E2E4DC22603AEED1C10CEAFED4A2E0F * L_0 = (EmptyInternalEnumerator_1_t13378F229E2E4DC22603AEED1C10CEAFED4A2E0F *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2)); (( void (*) (EmptyInternalEnumerator_1_t13378F229E2E4DC22603AEED1C10CEAFED4A2E0F *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)->methodPointer)(L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); ((EmptyInternalEnumerator_1_t13378F229E2E4DC22603AEED1C10CEAFED4A2E0F_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4)))->set_Value_0(L_0); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Array/EmptyInternalEnumerator`1::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1_Dispose_m929887DA088A7C8AEE57CC8CA1269CBE398B2AA9_gshared (EmptyInternalEnumerator_1_t069A8F46B23F5F7C42F0609ECC8560CE8353AC95 * __this, const RuntimeMethod* method) { { return; } } // System.Boolean System.Array/EmptyInternalEnumerator`1::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool EmptyInternalEnumerator_1_MoveNext_m72594375AE3C9FEFBBED8E8F7D221A5F75CDDF58_gshared (EmptyInternalEnumerator_1_t069A8F46B23F5F7C42F0609ECC8560CE8353AC95 * __this, const RuntimeMethod* method) { { return (bool)0; } } // T System.Array/EmptyInternalEnumerator`1::get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RendererListResource_tB83FADD77C73085F76C00D94911263A69556D250 EmptyInternalEnumerator_1_get_Current_m0A6B36AB083431994C29D985670BB1A2E30C17B1_gshared (EmptyInternalEnumerator_1_t069A8F46B23F5F7C42F0609ECC8560CE8353AC95 * __this, const RuntimeMethod* method) { { InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB * L_0 = (InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB_il2cpp_TypeInfo_var))); InvalidOperationException__ctor_mC012CE552988309733C896F3FEA8249171E4402E(L_0, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral7E7A07FECA0FF43839D67A9F7828EE56182CC9F6)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&EmptyInternalEnumerator_1_get_Current_m0A6B36AB083431994C29D985670BB1A2E30C17B1_RuntimeMethod_var))); } } // System.Object System.Array/EmptyInternalEnumerator`1::System.Collections.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * EmptyInternalEnumerator_1_System_Collections_IEnumerator_get_Current_m467DD8250097E7FFB7EF4E864999E29A7D251747_gshared (EmptyInternalEnumerator_1_t069A8F46B23F5F7C42F0609ECC8560CE8353AC95 * __this, const RuntimeMethod* method) { { NullCheck((EmptyInternalEnumerator_1_t069A8F46B23F5F7C42F0609ECC8560CE8353AC95 *)__this); RendererListResource_tB83FADD77C73085F76C00D94911263A69556D250 L_0; L_0 = (( RendererListResource_tB83FADD77C73085F76C00D94911263A69556D250 (*) (EmptyInternalEnumerator_1_t069A8F46B23F5F7C42F0609ECC8560CE8353AC95 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((EmptyInternalEnumerator_1_t069A8F46B23F5F7C42F0609ECC8560CE8353AC95 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); RendererListResource_tB83FADD77C73085F76C00D94911263A69556D250 L_1 = (RendererListResource_tB83FADD77C73085F76C00D94911263A69556D250 )L_0; RuntimeObject * L_2 = Box(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 1), &L_1); return (RuntimeObject *)L_2; } } // System.Void System.Array/EmptyInternalEnumerator`1::System.Collections.IEnumerator.Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1_System_Collections_IEnumerator_Reset_m2C437244FA2CD588DD962E530282D0FA79AFA758_gshared (EmptyInternalEnumerator_1_t069A8F46B23F5F7C42F0609ECC8560CE8353AC95 * __this, const RuntimeMethod* method) { { return; } } // System.Void System.Array/EmptyInternalEnumerator`1::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1__ctor_mF31C9D21BC7202FD0171E6BA58E9528B2756FE3A_gshared (EmptyInternalEnumerator_1_t069A8F46B23F5F7C42F0609ECC8560CE8353AC95 * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405((RuntimeObject *)__this, /*hidden argument*/NULL); return; } } // System.Void System.Array/EmptyInternalEnumerator`1::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1__cctor_m35FA984AD98F40531AF9F69C48E4A70405D18B6A_gshared (const RuntimeMethod* method) { { EmptyInternalEnumerator_1_t069A8F46B23F5F7C42F0609ECC8560CE8353AC95 * L_0 = (EmptyInternalEnumerator_1_t069A8F46B23F5F7C42F0609ECC8560CE8353AC95 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2)); (( void (*) (EmptyInternalEnumerator_1_t069A8F46B23F5F7C42F0609ECC8560CE8353AC95 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)->methodPointer)(L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); ((EmptyInternalEnumerator_1_t069A8F46B23F5F7C42F0609ECC8560CE8353AC95_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4)))->set_Value_0(L_0); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Array/EmptyInternalEnumerator`1::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1_Dispose_mF9E7AEE82AE1A75F0CD0108C8C7292B424D851F4_gshared (EmptyInternalEnumerator_1_t13EFB0F6A71E5D69F639A074499CB97EEE02356B * __this, const RuntimeMethod* method) { { return; } } // System.Boolean System.Array/EmptyInternalEnumerator`1::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool EmptyInternalEnumerator_1_MoveNext_m86B78448597C25535EEF6F92DAAB323F5C2138D9_gshared (EmptyInternalEnumerator_1_t13EFB0F6A71E5D69F639A074499CB97EEE02356B * __this, const RuntimeMethod* method) { { return (bool)0; } } // T System.Array/EmptyInternalEnumerator`1::get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR LoadedBank_t6D47D05FE1FABC12D52CC630432DF1262C663926 EmptyInternalEnumerator_1_get_Current_mC53881687D0FD20370D14923064271E94D597A42_gshared (EmptyInternalEnumerator_1_t13EFB0F6A71E5D69F639A074499CB97EEE02356B * __this, const RuntimeMethod* method) { { InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB * L_0 = (InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB_il2cpp_TypeInfo_var))); InvalidOperationException__ctor_mC012CE552988309733C896F3FEA8249171E4402E(L_0, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral7E7A07FECA0FF43839D67A9F7828EE56182CC9F6)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&EmptyInternalEnumerator_1_get_Current_mC53881687D0FD20370D14923064271E94D597A42_RuntimeMethod_var))); } } // System.Object System.Array/EmptyInternalEnumerator`1::System.Collections.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * EmptyInternalEnumerator_1_System_Collections_IEnumerator_get_Current_mAD0BFFE8C358C0DB275A10556538BF07579134CB_gshared (EmptyInternalEnumerator_1_t13EFB0F6A71E5D69F639A074499CB97EEE02356B * __this, const RuntimeMethod* method) { { NullCheck((EmptyInternalEnumerator_1_t13EFB0F6A71E5D69F639A074499CB97EEE02356B *)__this); LoadedBank_t6D47D05FE1FABC12D52CC630432DF1262C663926 L_0; L_0 = (( LoadedBank_t6D47D05FE1FABC12D52CC630432DF1262C663926 (*) (EmptyInternalEnumerator_1_t13EFB0F6A71E5D69F639A074499CB97EEE02356B *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((EmptyInternalEnumerator_1_t13EFB0F6A71E5D69F639A074499CB97EEE02356B *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); LoadedBank_t6D47D05FE1FABC12D52CC630432DF1262C663926 L_1 = (LoadedBank_t6D47D05FE1FABC12D52CC630432DF1262C663926 )L_0; RuntimeObject * L_2 = Box(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 1), &L_1); return (RuntimeObject *)L_2; } } // System.Void System.Array/EmptyInternalEnumerator`1::System.Collections.IEnumerator.Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1_System_Collections_IEnumerator_Reset_m40B336F95A6D4DCC9D785F380BDCFBF3E4745717_gshared (EmptyInternalEnumerator_1_t13EFB0F6A71E5D69F639A074499CB97EEE02356B * __this, const RuntimeMethod* method) { { return; } } // System.Void System.Array/EmptyInternalEnumerator`1::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1__ctor_mE3DAAAE048388B11B41E189DBB21FED843AC7BCC_gshared (EmptyInternalEnumerator_1_t13EFB0F6A71E5D69F639A074499CB97EEE02356B * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405((RuntimeObject *)__this, /*hidden argument*/NULL); return; } } // System.Void System.Array/EmptyInternalEnumerator`1::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1__cctor_m118567D994E419AAE5B2ED9EDBA6633A58CB5CFF_gshared (const RuntimeMethod* method) { { EmptyInternalEnumerator_1_t13EFB0F6A71E5D69F639A074499CB97EEE02356B * L_0 = (EmptyInternalEnumerator_1_t13EFB0F6A71E5D69F639A074499CB97EEE02356B *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2)); (( void (*) (EmptyInternalEnumerator_1_t13EFB0F6A71E5D69F639A074499CB97EEE02356B *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)->methodPointer)(L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); ((EmptyInternalEnumerator_1_t13EFB0F6A71E5D69F639A074499CB97EEE02356B_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4)))->set_Value_0(L_0); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Array/EmptyInternalEnumerator`1::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1_Dispose_m78B4A81CF0ED684D44DB199F272F4B2919B98EEB_gshared (EmptyInternalEnumerator_1_t279FEE66D5269BCAFAE1A52E72858BBDB6786F92 * __this, const RuntimeMethod* method) { { return; } } // System.Boolean System.Array/EmptyInternalEnumerator`1::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool EmptyInternalEnumerator_1_MoveNext_m7D0DF916A4F3862CB3EFC57D3DEE15FCD7248DD0_gshared (EmptyInternalEnumerator_1_t279FEE66D5269BCAFAE1A52E72858BBDB6786F92 * __this, const RuntimeMethod* method) { { return (bool)0; } } // T System.Array/EmptyInternalEnumerator`1::get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR HitInfo_t74B96DDC302EB605CCC557B737A5C88EB67B57D6 EmptyInternalEnumerator_1_get_Current_mF5784E2ED78CFB4F441154433426CEEB75AE78CE_gshared (EmptyInternalEnumerator_1_t279FEE66D5269BCAFAE1A52E72858BBDB6786F92 * __this, const RuntimeMethod* method) { { InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB * L_0 = (InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB_il2cpp_TypeInfo_var))); InvalidOperationException__ctor_mC012CE552988309733C896F3FEA8249171E4402E(L_0, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral7E7A07FECA0FF43839D67A9F7828EE56182CC9F6)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&EmptyInternalEnumerator_1_get_Current_mF5784E2ED78CFB4F441154433426CEEB75AE78CE_RuntimeMethod_var))); } } // System.Object System.Array/EmptyInternalEnumerator`1::System.Collections.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * EmptyInternalEnumerator_1_System_Collections_IEnumerator_get_Current_mAF4FB3458C544E03CC5C3D745EF824F6B5626ED8_gshared (EmptyInternalEnumerator_1_t279FEE66D5269BCAFAE1A52E72858BBDB6786F92 * __this, const RuntimeMethod* method) { { NullCheck((EmptyInternalEnumerator_1_t279FEE66D5269BCAFAE1A52E72858BBDB6786F92 *)__this); HitInfo_t74B96DDC302EB605CCC557B737A5C88EB67B57D6 L_0; L_0 = (( HitInfo_t74B96DDC302EB605CCC557B737A5C88EB67B57D6 (*) (EmptyInternalEnumerator_1_t279FEE66D5269BCAFAE1A52E72858BBDB6786F92 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((EmptyInternalEnumerator_1_t279FEE66D5269BCAFAE1A52E72858BBDB6786F92 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); HitInfo_t74B96DDC302EB605CCC557B737A5C88EB67B57D6 L_1 = (HitInfo_t74B96DDC302EB605CCC557B737A5C88EB67B57D6 )L_0; RuntimeObject * L_2 = Box(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 1), &L_1); return (RuntimeObject *)L_2; } } // System.Void System.Array/EmptyInternalEnumerator`1::System.Collections.IEnumerator.Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1_System_Collections_IEnumerator_Reset_m9FD7FF0C29D33C59181D6DDAEE5D795035CCB757_gshared (EmptyInternalEnumerator_1_t279FEE66D5269BCAFAE1A52E72858BBDB6786F92 * __this, const RuntimeMethod* method) { { return; } } // System.Void System.Array/EmptyInternalEnumerator`1::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1__ctor_m330E3F387270419CCE4E388AF16E15967DE00999_gshared (EmptyInternalEnumerator_1_t279FEE66D5269BCAFAE1A52E72858BBDB6786F92 * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405((RuntimeObject *)__this, /*hidden argument*/NULL); return; } } // System.Void System.Array/EmptyInternalEnumerator`1::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1__cctor_mEA21ACA9364AE7F2F58E1B22180CFCE3F471C309_gshared (const RuntimeMethod* method) { { EmptyInternalEnumerator_1_t279FEE66D5269BCAFAE1A52E72858BBDB6786F92 * L_0 = (EmptyInternalEnumerator_1_t279FEE66D5269BCAFAE1A52E72858BBDB6786F92 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2)); (( void (*) (EmptyInternalEnumerator_1_t279FEE66D5269BCAFAE1A52E72858BBDB6786F92 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)->methodPointer)(L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); ((EmptyInternalEnumerator_1_t279FEE66D5269BCAFAE1A52E72858BBDB6786F92_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4)))->set_Value_0(L_0); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Array/EmptyInternalEnumerator`1::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1_Dispose_m6CB29EE16E9025257EBCE6F47E78F5D17BF62686_gshared (EmptyInternalEnumerator_1_tC7B404BFFB6EFE7AD7010E1251BD57B3096A7E54 * __this, const RuntimeMethod* method) { { return; } } // System.Boolean System.Array/EmptyInternalEnumerator`1::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool EmptyInternalEnumerator_1_MoveNext_mB8BDB39B8FB5C76DB7B4467CF6940A8205082E4E_gshared (EmptyInternalEnumerator_1_tC7B404BFFB6EFE7AD7010E1251BD57B3096A7E54 * __this, const RuntimeMethod* method) { { return (bool)0; } } // T System.Array/EmptyInternalEnumerator`1::get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR SequenceConstructPosContext_tF123DDD568337316B30320BDDD88646EBA9F94ED EmptyInternalEnumerator_1_get_Current_m3E5FF981865922403A9FA2C9FF3BE13BD326F4CD_gshared (EmptyInternalEnumerator_1_tC7B404BFFB6EFE7AD7010E1251BD57B3096A7E54 * __this, const RuntimeMethod* method) { { InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB * L_0 = (InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB_il2cpp_TypeInfo_var))); InvalidOperationException__ctor_mC012CE552988309733C896F3FEA8249171E4402E(L_0, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral7E7A07FECA0FF43839D67A9F7828EE56182CC9F6)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&EmptyInternalEnumerator_1_get_Current_m3E5FF981865922403A9FA2C9FF3BE13BD326F4CD_RuntimeMethod_var))); } } // System.Object System.Array/EmptyInternalEnumerator`1::System.Collections.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * EmptyInternalEnumerator_1_System_Collections_IEnumerator_get_Current_m9EFD410639347D3151C36D0416BF582502A82985_gshared (EmptyInternalEnumerator_1_tC7B404BFFB6EFE7AD7010E1251BD57B3096A7E54 * __this, const RuntimeMethod* method) { { NullCheck((EmptyInternalEnumerator_1_tC7B404BFFB6EFE7AD7010E1251BD57B3096A7E54 *)__this); SequenceConstructPosContext_tF123DDD568337316B30320BDDD88646EBA9F94ED L_0; L_0 = (( SequenceConstructPosContext_tF123DDD568337316B30320BDDD88646EBA9F94ED (*) (EmptyInternalEnumerator_1_tC7B404BFFB6EFE7AD7010E1251BD57B3096A7E54 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((EmptyInternalEnumerator_1_tC7B404BFFB6EFE7AD7010E1251BD57B3096A7E54 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); SequenceConstructPosContext_tF123DDD568337316B30320BDDD88646EBA9F94ED L_1 = (SequenceConstructPosContext_tF123DDD568337316B30320BDDD88646EBA9F94ED )L_0; RuntimeObject * L_2 = Box(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 1), &L_1); return (RuntimeObject *)L_2; } } // System.Void System.Array/EmptyInternalEnumerator`1::System.Collections.IEnumerator.Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1_System_Collections_IEnumerator_Reset_m3769C9A3B6B6403B624D3DC8054ADB2C0A18A4CB_gshared (EmptyInternalEnumerator_1_tC7B404BFFB6EFE7AD7010E1251BD57B3096A7E54 * __this, const RuntimeMethod* method) { { return; } } // System.Void System.Array/EmptyInternalEnumerator`1::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1__ctor_m9F7569B4E885A11AB4C637F401998FB0BE1E7E86_gshared (EmptyInternalEnumerator_1_tC7B404BFFB6EFE7AD7010E1251BD57B3096A7E54 * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405((RuntimeObject *)__this, /*hidden argument*/NULL); return; } } // System.Void System.Array/EmptyInternalEnumerator`1::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1__cctor_mBEC84FFE848F721444922BE7D5498EF7A45877A7_gshared (const RuntimeMethod* method) { { EmptyInternalEnumerator_1_tC7B404BFFB6EFE7AD7010E1251BD57B3096A7E54 * L_0 = (EmptyInternalEnumerator_1_tC7B404BFFB6EFE7AD7010E1251BD57B3096A7E54 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2)); (( void (*) (EmptyInternalEnumerator_1_tC7B404BFFB6EFE7AD7010E1251BD57B3096A7E54 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)->methodPointer)(L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); ((EmptyInternalEnumerator_1_tC7B404BFFB6EFE7AD7010E1251BD57B3096A7E54_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4)))->set_Value_0(L_0); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Array/EmptyInternalEnumerator`1::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1_Dispose_m48240FEC743619E056533768A930E759FACB1A46_gshared (EmptyInternalEnumerator_1_t6E1F01990B14E5CF70A5275B3CAB2CA9D5138DDC * __this, const RuntimeMethod* method) { { return; } } // System.Boolean System.Array/EmptyInternalEnumerator`1::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool EmptyInternalEnumerator_1_MoveNext_m7D88C4ADE2068D1A4FA939AC67C7350398734D35_gshared (EmptyInternalEnumerator_1_t6E1F01990B14E5CF70A5275B3CAB2CA9D5138DDC * __this, const RuntimeMethod* method) { { return (bool)0; } } // T System.Array/EmptyInternalEnumerator`1::get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR PlatformTemplate_t915029C76629EF71EE33DA24FF80AC465B2067ED EmptyInternalEnumerator_1_get_Current_mC15343A896B015EDE48871ACC64718D2A79E7A63_gshared (EmptyInternalEnumerator_1_t6E1F01990B14E5CF70A5275B3CAB2CA9D5138DDC * __this, const RuntimeMethod* method) { { InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB * L_0 = (InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB_il2cpp_TypeInfo_var))); InvalidOperationException__ctor_mC012CE552988309733C896F3FEA8249171E4402E(L_0, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral7E7A07FECA0FF43839D67A9F7828EE56182CC9F6)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&EmptyInternalEnumerator_1_get_Current_mC15343A896B015EDE48871ACC64718D2A79E7A63_RuntimeMethod_var))); } } // System.Object System.Array/EmptyInternalEnumerator`1::System.Collections.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * EmptyInternalEnumerator_1_System_Collections_IEnumerator_get_Current_m180A9EEC99735F418330D7B0D80940C4273A2F3D_gshared (EmptyInternalEnumerator_1_t6E1F01990B14E5CF70A5275B3CAB2CA9D5138DDC * __this, const RuntimeMethod* method) { { NullCheck((EmptyInternalEnumerator_1_t6E1F01990B14E5CF70A5275B3CAB2CA9D5138DDC *)__this); PlatformTemplate_t915029C76629EF71EE33DA24FF80AC465B2067ED L_0; L_0 = (( PlatformTemplate_t915029C76629EF71EE33DA24FF80AC465B2067ED (*) (EmptyInternalEnumerator_1_t6E1F01990B14E5CF70A5275B3CAB2CA9D5138DDC *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((EmptyInternalEnumerator_1_t6E1F01990B14E5CF70A5275B3CAB2CA9D5138DDC *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); PlatformTemplate_t915029C76629EF71EE33DA24FF80AC465B2067ED L_1 = (PlatformTemplate_t915029C76629EF71EE33DA24FF80AC465B2067ED )L_0; RuntimeObject * L_2 = Box(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 1), &L_1); return (RuntimeObject *)L_2; } } // System.Void System.Array/EmptyInternalEnumerator`1::System.Collections.IEnumerator.Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1_System_Collections_IEnumerator_Reset_m2D059523F3D2E7BAB52FD2C8B4E3DE7EBF57AEA4_gshared (EmptyInternalEnumerator_1_t6E1F01990B14E5CF70A5275B3CAB2CA9D5138DDC * __this, const RuntimeMethod* method) { { return; } } // System.Void System.Array/EmptyInternalEnumerator`1::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1__ctor_mBF04FC0B5AA1E17754E8012CD002E0E3D4ED07E5_gshared (EmptyInternalEnumerator_1_t6E1F01990B14E5CF70A5275B3CAB2CA9D5138DDC * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405((RuntimeObject *)__this, /*hidden argument*/NULL); return; } } // System.Void System.Array/EmptyInternalEnumerator`1::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1__cctor_m6C06DD3FE21C17FED7A1974657150FFDE43E58D6_gshared (const RuntimeMethod* method) { { EmptyInternalEnumerator_1_t6E1F01990B14E5CF70A5275B3CAB2CA9D5138DDC * L_0 = (EmptyInternalEnumerator_1_t6E1F01990B14E5CF70A5275B3CAB2CA9D5138DDC *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2)); (( void (*) (EmptyInternalEnumerator_1_t6E1F01990B14E5CF70A5275B3CAB2CA9D5138DDC *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)->methodPointer)(L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); ((EmptyInternalEnumerator_1_t6E1F01990B14E5CF70A5275B3CAB2CA9D5138DDC_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4)))->set_Value_0(L_0); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Array/EmptyInternalEnumerator`1::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1_Dispose_m0253966218C7BE9A522CE8AE795A5C89FDA90F8E_gshared (EmptyInternalEnumerator_1_t84A8DF33473F4D6DAB214658DA8981FDA9C2007F * __this, const RuntimeMethod* method) { { return; } } // System.Boolean System.Array/EmptyInternalEnumerator`1::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool EmptyInternalEnumerator_1_MoveNext_m31532537EA471F91D3AD9B0C36034E96EF55512A_gshared (EmptyInternalEnumerator_1_t84A8DF33473F4D6DAB214658DA8981FDA9C2007F * __this, const RuntimeMethod* method) { { return (bool)0; } } // T System.Array/EmptyInternalEnumerator`1::get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR LightData_t8C139E4D07ED1FF86DF198773F7F41736AE9B135 EmptyInternalEnumerator_1_get_Current_mDA4C9E7C5C2183C5A93A8977D6B596EA523A7B47_gshared (EmptyInternalEnumerator_1_t84A8DF33473F4D6DAB214658DA8981FDA9C2007F * __this, const RuntimeMethod* method) { { InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB * L_0 = (InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB_il2cpp_TypeInfo_var))); InvalidOperationException__ctor_mC012CE552988309733C896F3FEA8249171E4402E(L_0, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral7E7A07FECA0FF43839D67A9F7828EE56182CC9F6)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&EmptyInternalEnumerator_1_get_Current_mDA4C9E7C5C2183C5A93A8977D6B596EA523A7B47_RuntimeMethod_var))); } } // System.Object System.Array/EmptyInternalEnumerator`1::System.Collections.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * EmptyInternalEnumerator_1_System_Collections_IEnumerator_get_Current_m1A6FD09969B56D9207546ECF708BBAD7A724CCA1_gshared (EmptyInternalEnumerator_1_t84A8DF33473F4D6DAB214658DA8981FDA9C2007F * __this, const RuntimeMethod* method) { { NullCheck((EmptyInternalEnumerator_1_t84A8DF33473F4D6DAB214658DA8981FDA9C2007F *)__this); LightData_t8C139E4D07ED1FF86DF198773F7F41736AE9B135 L_0; L_0 = (( LightData_t8C139E4D07ED1FF86DF198773F7F41736AE9B135 (*) (EmptyInternalEnumerator_1_t84A8DF33473F4D6DAB214658DA8981FDA9C2007F *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((EmptyInternalEnumerator_1_t84A8DF33473F4D6DAB214658DA8981FDA9C2007F *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); LightData_t8C139E4D07ED1FF86DF198773F7F41736AE9B135 L_1 = (LightData_t8C139E4D07ED1FF86DF198773F7F41736AE9B135 )L_0; RuntimeObject * L_2 = Box(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 1), &L_1); return (RuntimeObject *)L_2; } } // System.Void System.Array/EmptyInternalEnumerator`1::System.Collections.IEnumerator.Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1_System_Collections_IEnumerator_Reset_m24B30412ED47B0A869651261429648DB11891764_gshared (EmptyInternalEnumerator_1_t84A8DF33473F4D6DAB214658DA8981FDA9C2007F * __this, const RuntimeMethod* method) { { return; } } // System.Void System.Array/EmptyInternalEnumerator`1::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1__ctor_m30E85C0B99A41934111B3F56C88393152E3E84AA_gshared (EmptyInternalEnumerator_1_t84A8DF33473F4D6DAB214658DA8981FDA9C2007F * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405((RuntimeObject *)__this, /*hidden argument*/NULL); return; } } // System.Void System.Array/EmptyInternalEnumerator`1::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1__cctor_mE99BB6A5C614A98A68517A9902830916C85F1118_gshared (const RuntimeMethod* method) { { EmptyInternalEnumerator_1_t84A8DF33473F4D6DAB214658DA8981FDA9C2007F * L_0 = (EmptyInternalEnumerator_1_t84A8DF33473F4D6DAB214658DA8981FDA9C2007F *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2)); (( void (*) (EmptyInternalEnumerator_1_t84A8DF33473F4D6DAB214658DA8981FDA9C2007F *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)->methodPointer)(L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); ((EmptyInternalEnumerator_1_t84A8DF33473F4D6DAB214658DA8981FDA9C2007F_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4)))->set_Value_0(L_0); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Array/EmptyInternalEnumerator`1::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1_Dispose_m5E05F1C476F32A094CDF0787F0EEF490D6EB1D30_gshared (EmptyInternalEnumerator_1_tEED4261EED459AEC3771D6198D494C8571BFE110 * __this, const RuntimeMethod* method) { { return; } } // System.Boolean System.Array/EmptyInternalEnumerator`1::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool EmptyInternalEnumerator_1_MoveNext_m1FF199E41D3EDC6D39339B6583F50714FEA85EF3_gshared (EmptyInternalEnumerator_1_tEED4261EED459AEC3771D6198D494C8571BFE110 * __this, const RuntimeMethod* method) { { return (bool)0; } } // T System.Array/EmptyInternalEnumerator`1::get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ShadowData_t5ACDE96DE7C04AEE2981172CB8996A5E66ED3701 EmptyInternalEnumerator_1_get_Current_m5489CD083D4A753DF83CBA2F9D0C1370F964AA40_gshared (EmptyInternalEnumerator_1_tEED4261EED459AEC3771D6198D494C8571BFE110 * __this, const RuntimeMethod* method) { { InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB * L_0 = (InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB_il2cpp_TypeInfo_var))); InvalidOperationException__ctor_mC012CE552988309733C896F3FEA8249171E4402E(L_0, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral7E7A07FECA0FF43839D67A9F7828EE56182CC9F6)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&EmptyInternalEnumerator_1_get_Current_m5489CD083D4A753DF83CBA2F9D0C1370F964AA40_RuntimeMethod_var))); } } // System.Object System.Array/EmptyInternalEnumerator`1::System.Collections.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * EmptyInternalEnumerator_1_System_Collections_IEnumerator_get_Current_m85A2E5655FCE0C31ED406BC4A733CA78655BC356_gshared (EmptyInternalEnumerator_1_tEED4261EED459AEC3771D6198D494C8571BFE110 * __this, const RuntimeMethod* method) { { NullCheck((EmptyInternalEnumerator_1_tEED4261EED459AEC3771D6198D494C8571BFE110 *)__this); ShadowData_t5ACDE96DE7C04AEE2981172CB8996A5E66ED3701 L_0; L_0 = (( ShadowData_t5ACDE96DE7C04AEE2981172CB8996A5E66ED3701 (*) (EmptyInternalEnumerator_1_tEED4261EED459AEC3771D6198D494C8571BFE110 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((EmptyInternalEnumerator_1_tEED4261EED459AEC3771D6198D494C8571BFE110 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); ShadowData_t5ACDE96DE7C04AEE2981172CB8996A5E66ED3701 L_1 = (ShadowData_t5ACDE96DE7C04AEE2981172CB8996A5E66ED3701 )L_0; RuntimeObject * L_2 = Box(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 1), &L_1); return (RuntimeObject *)L_2; } } // System.Void System.Array/EmptyInternalEnumerator`1::System.Collections.IEnumerator.Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1_System_Collections_IEnumerator_Reset_m66260BDBF36D3717FA98E017CC35A600AA78D317_gshared (EmptyInternalEnumerator_1_tEED4261EED459AEC3771D6198D494C8571BFE110 * __this, const RuntimeMethod* method) { { return; } } // System.Void System.Array/EmptyInternalEnumerator`1::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1__ctor_m29AAD1B5624F735C2D76B273D9E1A31D252B761F_gshared (EmptyInternalEnumerator_1_tEED4261EED459AEC3771D6198D494C8571BFE110 * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405((RuntimeObject *)__this, /*hidden argument*/NULL); return; } } // System.Void System.Array/EmptyInternalEnumerator`1::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1__cctor_mD20FF151B2E8F0A206216EA312546A22C9E3E190_gshared (const RuntimeMethod* method) { { EmptyInternalEnumerator_1_tEED4261EED459AEC3771D6198D494C8571BFE110 * L_0 = (EmptyInternalEnumerator_1_tEED4261EED459AEC3771D6198D494C8571BFE110 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2)); (( void (*) (EmptyInternalEnumerator_1_tEED4261EED459AEC3771D6198D494C8571BFE110 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)->methodPointer)(L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); ((EmptyInternalEnumerator_1_tEED4261EED459AEC3771D6198D494C8571BFE110_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4)))->set_Value_0(L_0); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Array/EmptyInternalEnumerator`1::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1_Dispose_m7577D4EBA62CDC3FA599A198E29FF59FC9E870B3_gshared (EmptyInternalEnumerator_1_t18B58D648CF8DB7AFA8148912BCC28974CD5D2EE * __this, const RuntimeMethod* method) { { return; } } // System.Boolean System.Array/EmptyInternalEnumerator`1::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool EmptyInternalEnumerator_1_MoveNext_m16EEB3B1864462B3E03063343CCC29F0C7E48395_gshared (EmptyInternalEnumerator_1_t18B58D648CF8DB7AFA8148912BCC28974CD5D2EE * __this, const RuntimeMethod* method) { { return (bool)0; } } // T System.Array/EmptyInternalEnumerator`1::get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Edge_tC11235216D5E71087549B2CB09A27043F02FB278 EmptyInternalEnumerator_1_get_Current_mFE20F4C235EC392E6D8D227647D15BDB1AD63F62_gshared (EmptyInternalEnumerator_1_t18B58D648CF8DB7AFA8148912BCC28974CD5D2EE * __this, const RuntimeMethod* method) { { InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB * L_0 = (InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB_il2cpp_TypeInfo_var))); InvalidOperationException__ctor_mC012CE552988309733C896F3FEA8249171E4402E(L_0, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral7E7A07FECA0FF43839D67A9F7828EE56182CC9F6)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&EmptyInternalEnumerator_1_get_Current_mFE20F4C235EC392E6D8D227647D15BDB1AD63F62_RuntimeMethod_var))); } } // System.Object System.Array/EmptyInternalEnumerator`1::System.Collections.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * EmptyInternalEnumerator_1_System_Collections_IEnumerator_get_Current_mBCDBD9FA6D952FC77D6E454EFCFF77A5B3235B89_gshared (EmptyInternalEnumerator_1_t18B58D648CF8DB7AFA8148912BCC28974CD5D2EE * __this, const RuntimeMethod* method) { { NullCheck((EmptyInternalEnumerator_1_t18B58D648CF8DB7AFA8148912BCC28974CD5D2EE *)__this); Edge_tC11235216D5E71087549B2CB09A27043F02FB278 L_0; L_0 = (( Edge_tC11235216D5E71087549B2CB09A27043F02FB278 (*) (EmptyInternalEnumerator_1_t18B58D648CF8DB7AFA8148912BCC28974CD5D2EE *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((EmptyInternalEnumerator_1_t18B58D648CF8DB7AFA8148912BCC28974CD5D2EE *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); Edge_tC11235216D5E71087549B2CB09A27043F02FB278 L_1 = (Edge_tC11235216D5E71087549B2CB09A27043F02FB278 )L_0; RuntimeObject * L_2 = Box(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 1), &L_1); return (RuntimeObject *)L_2; } } // System.Void System.Array/EmptyInternalEnumerator`1::System.Collections.IEnumerator.Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1_System_Collections_IEnumerator_Reset_m578C84A27F97594D7A96EBC88CFE46BB92730069_gshared (EmptyInternalEnumerator_1_t18B58D648CF8DB7AFA8148912BCC28974CD5D2EE * __this, const RuntimeMethod* method) { { return; } } // System.Void System.Array/EmptyInternalEnumerator`1::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1__ctor_m844F7C57D99F0BE499E03FFFC3D6EE74467631D6_gshared (EmptyInternalEnumerator_1_t18B58D648CF8DB7AFA8148912BCC28974CD5D2EE * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405((RuntimeObject *)__this, /*hidden argument*/NULL); return; } } // System.Void System.Array/EmptyInternalEnumerator`1::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1__cctor_m7E8E48281BFD927EB80668CF1ED6564FF1B583D3_gshared (const RuntimeMethod* method) { { EmptyInternalEnumerator_1_t18B58D648CF8DB7AFA8148912BCC28974CD5D2EE * L_0 = (EmptyInternalEnumerator_1_t18B58D648CF8DB7AFA8148912BCC28974CD5D2EE *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2)); (( void (*) (EmptyInternalEnumerator_1_t18B58D648CF8DB7AFA8148912BCC28974CD5D2EE *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)->methodPointer)(L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); ((EmptyInternalEnumerator_1_t18B58D648CF8DB7AFA8148912BCC28974CD5D2EE_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4)))->set_Value_0(L_0); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Array/EmptyInternalEnumerator`1::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1_Dispose_mA2F27041881ED2840FA6A0C5C68532AC6ED8D0D1_gshared (EmptyInternalEnumerator_1_tAFBF291D27B33B60D837072DFB7B292FD1301E38 * __this, const RuntimeMethod* method) { { return; } } // System.Boolean System.Array/EmptyInternalEnumerator`1::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool EmptyInternalEnumerator_1_MoveNext_m5C7BB9EE23B5535F0E9A9EDBEBDD40DB0F664833_gshared (EmptyInternalEnumerator_1_tAFBF291D27B33B60D837072DFB7B292FD1301E38 * __this, const RuntimeMethod* method) { { return (bool)0; } } // T System.Array/EmptyInternalEnumerator`1::get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR WSABUF_t982D1FB4F102556DD0ABE9F8AC73FDA02B581C57 EmptyInternalEnumerator_1_get_Current_mBBF016A8115BBBB50A75F5C3F15C72F4340AEF5C_gshared (EmptyInternalEnumerator_1_tAFBF291D27B33B60D837072DFB7B292FD1301E38 * __this, const RuntimeMethod* method) { { InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB * L_0 = (InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB_il2cpp_TypeInfo_var))); InvalidOperationException__ctor_mC012CE552988309733C896F3FEA8249171E4402E(L_0, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral7E7A07FECA0FF43839D67A9F7828EE56182CC9F6)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&EmptyInternalEnumerator_1_get_Current_mBBF016A8115BBBB50A75F5C3F15C72F4340AEF5C_RuntimeMethod_var))); } } // System.Object System.Array/EmptyInternalEnumerator`1::System.Collections.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * EmptyInternalEnumerator_1_System_Collections_IEnumerator_get_Current_mEE11A3F98ADE040F28D590B0AA7FB042DB5D5D52_gshared (EmptyInternalEnumerator_1_tAFBF291D27B33B60D837072DFB7B292FD1301E38 * __this, const RuntimeMethod* method) { { NullCheck((EmptyInternalEnumerator_1_tAFBF291D27B33B60D837072DFB7B292FD1301E38 *)__this); WSABUF_t982D1FB4F102556DD0ABE9F8AC73FDA02B581C57 L_0; L_0 = (( WSABUF_t982D1FB4F102556DD0ABE9F8AC73FDA02B581C57 (*) (EmptyInternalEnumerator_1_tAFBF291D27B33B60D837072DFB7B292FD1301E38 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((EmptyInternalEnumerator_1_tAFBF291D27B33B60D837072DFB7B292FD1301E38 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); WSABUF_t982D1FB4F102556DD0ABE9F8AC73FDA02B581C57 L_1 = (WSABUF_t982D1FB4F102556DD0ABE9F8AC73FDA02B581C57 )L_0; RuntimeObject * L_2 = Box(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 1), &L_1); return (RuntimeObject *)L_2; } } // System.Void System.Array/EmptyInternalEnumerator`1::System.Collections.IEnumerator.Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1_System_Collections_IEnumerator_Reset_mF5CD87B9C8A52032D397BC5BA4AD901840B405AA_gshared (EmptyInternalEnumerator_1_tAFBF291D27B33B60D837072DFB7B292FD1301E38 * __this, const RuntimeMethod* method) { { return; } } // System.Void System.Array/EmptyInternalEnumerator`1::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1__ctor_m02BB6243FD6D518424D58AD0495599E57666B3C1_gshared (EmptyInternalEnumerator_1_tAFBF291D27B33B60D837072DFB7B292FD1301E38 * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405((RuntimeObject *)__this, /*hidden argument*/NULL); return; } } // System.Void System.Array/EmptyInternalEnumerator`1::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1__cctor_m8161D5CCD0F55B2008D77038CBDAAE8161B6AAAF_gshared (const RuntimeMethod* method) { { EmptyInternalEnumerator_1_tAFBF291D27B33B60D837072DFB7B292FD1301E38 * L_0 = (EmptyInternalEnumerator_1_tAFBF291D27B33B60D837072DFB7B292FD1301E38 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2)); (( void (*) (EmptyInternalEnumerator_1_tAFBF291D27B33B60D837072DFB7B292FD1301E38 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)->methodPointer)(L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); ((EmptyInternalEnumerator_1_tAFBF291D27B33B60D837072DFB7B292FD1301E38_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4)))->set_Value_0(L_0); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Array/EmptyInternalEnumerator`1::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1_Dispose_mDD7ADB15FC4FBA256E8E7586534A62BAD71364A6_gshared (EmptyInternalEnumerator_1_t7B4E263007B5245D364F3DE57E8D413F0EC5B282 * __this, const RuntimeMethod* method) { { return; } } // System.Boolean System.Array/EmptyInternalEnumerator`1::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool EmptyInternalEnumerator_1_MoveNext_m39A6161E8C1611B43252CC5F0854EA21F7C9E042_gshared (EmptyInternalEnumerator_1_t7B4E263007B5245D364F3DE57E8D413F0EC5B282 * __this, const RuntimeMethod* method) { { return (bool)0; } } // T System.Array/EmptyInternalEnumerator`1::get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR NotificationEntry_t930D625A1786911197A96C03960EA8D90628FC50 EmptyInternalEnumerator_1_get_Current_m927ACD2DE2C665F2752DDDC6F09BB2FCD5B83D03_gshared (EmptyInternalEnumerator_1_t7B4E263007B5245D364F3DE57E8D413F0EC5B282 * __this, const RuntimeMethod* method) { { InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB * L_0 = (InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB_il2cpp_TypeInfo_var))); InvalidOperationException__ctor_mC012CE552988309733C896F3FEA8249171E4402E(L_0, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral7E7A07FECA0FF43839D67A9F7828EE56182CC9F6)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&EmptyInternalEnumerator_1_get_Current_m927ACD2DE2C665F2752DDDC6F09BB2FCD5B83D03_RuntimeMethod_var))); } } // System.Object System.Array/EmptyInternalEnumerator`1::System.Collections.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * EmptyInternalEnumerator_1_System_Collections_IEnumerator_get_Current_m067E1010799552FB68730C405618AB135FB4E875_gshared (EmptyInternalEnumerator_1_t7B4E263007B5245D364F3DE57E8D413F0EC5B282 * __this, const RuntimeMethod* method) { { NullCheck((EmptyInternalEnumerator_1_t7B4E263007B5245D364F3DE57E8D413F0EC5B282 *)__this); NotificationEntry_t930D625A1786911197A96C03960EA8D90628FC50 L_0; L_0 = (( NotificationEntry_t930D625A1786911197A96C03960EA8D90628FC50 (*) (EmptyInternalEnumerator_1_t7B4E263007B5245D364F3DE57E8D413F0EC5B282 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((EmptyInternalEnumerator_1_t7B4E263007B5245D364F3DE57E8D413F0EC5B282 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); NotificationEntry_t930D625A1786911197A96C03960EA8D90628FC50 L_1 = (NotificationEntry_t930D625A1786911197A96C03960EA8D90628FC50 )L_0; RuntimeObject * L_2 = Box(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 1), &L_1); return (RuntimeObject *)L_2; } } // System.Void System.Array/EmptyInternalEnumerator`1::System.Collections.IEnumerator.Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1_System_Collections_IEnumerator_Reset_mAB043BE095695C31C39FBC3C3F9CEBFBFA8A159D_gshared (EmptyInternalEnumerator_1_t7B4E263007B5245D364F3DE57E8D413F0EC5B282 * __this, const RuntimeMethod* method) { { return; } } // System.Void System.Array/EmptyInternalEnumerator`1::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1__ctor_m6DCC8BDC79C3F92F33E55BBA4A281D208F3AF5F7_gshared (EmptyInternalEnumerator_1_t7B4E263007B5245D364F3DE57E8D413F0EC5B282 * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405((RuntimeObject *)__this, /*hidden argument*/NULL); return; } } // System.Void System.Array/EmptyInternalEnumerator`1::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1__cctor_mEAFF41C443988783EA0FC2E4DA2226342C8BF5E9_gshared (const RuntimeMethod* method) { { EmptyInternalEnumerator_1_t7B4E263007B5245D364F3DE57E8D413F0EC5B282 * L_0 = (EmptyInternalEnumerator_1_t7B4E263007B5245D364F3DE57E8D413F0EC5B282 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2)); (( void (*) (EmptyInternalEnumerator_1_t7B4E263007B5245D364F3DE57E8D413F0EC5B282 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)->methodPointer)(L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); ((EmptyInternalEnumerator_1_t7B4E263007B5245D364F3DE57E8D413F0EC5B282_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4)))->set_Value_0(L_0); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Array/EmptyInternalEnumerator`1::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1_Dispose_m19DFCF1C31FE9FD994265E4FAC81300FF208F1D3_gshared (EmptyInternalEnumerator_1_t7AADAEA1DA96907AC2064CD661624BAF7CEEA9C6 * __this, const RuntimeMethod* method) { { return; } } // System.Boolean System.Array/EmptyInternalEnumerator`1::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool EmptyInternalEnumerator_1_MoveNext_m891E29C239CEFA3A4069DAA4D717CE416991276D_gshared (EmptyInternalEnumerator_1_t7AADAEA1DA96907AC2064CD661624BAF7CEEA9C6 * __this, const RuntimeMethod* method) { { return (bool)0; } } // T System.Array/EmptyInternalEnumerator`1::get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RaycastHitData_tA6B9C1711B91FB5A665DBF6E5DF7947CF30DB1BA EmptyInternalEnumerator_1_get_Current_m3032D8F93098D5E6197E53B565D6A930D39C5587_gshared (EmptyInternalEnumerator_1_t7AADAEA1DA96907AC2064CD661624BAF7CEEA9C6 * __this, const RuntimeMethod* method) { { InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB * L_0 = (InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB_il2cpp_TypeInfo_var))); InvalidOperationException__ctor_mC012CE552988309733C896F3FEA8249171E4402E(L_0, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral7E7A07FECA0FF43839D67A9F7828EE56182CC9F6)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&EmptyInternalEnumerator_1_get_Current_m3032D8F93098D5E6197E53B565D6A930D39C5587_RuntimeMethod_var))); } } // System.Object System.Array/EmptyInternalEnumerator`1::System.Collections.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * EmptyInternalEnumerator_1_System_Collections_IEnumerator_get_Current_m518F35E48283EBB769B15A06EC95A9EDC6FCB801_gshared (EmptyInternalEnumerator_1_t7AADAEA1DA96907AC2064CD661624BAF7CEEA9C6 * __this, const RuntimeMethod* method) { { NullCheck((EmptyInternalEnumerator_1_t7AADAEA1DA96907AC2064CD661624BAF7CEEA9C6 *)__this); RaycastHitData_tA6B9C1711B91FB5A665DBF6E5DF7947CF30DB1BA L_0; L_0 = (( RaycastHitData_tA6B9C1711B91FB5A665DBF6E5DF7947CF30DB1BA (*) (EmptyInternalEnumerator_1_t7AADAEA1DA96907AC2064CD661624BAF7CEEA9C6 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((EmptyInternalEnumerator_1_t7AADAEA1DA96907AC2064CD661624BAF7CEEA9C6 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); RaycastHitData_tA6B9C1711B91FB5A665DBF6E5DF7947CF30DB1BA L_1 = (RaycastHitData_tA6B9C1711B91FB5A665DBF6E5DF7947CF30DB1BA )L_0; RuntimeObject * L_2 = Box(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 1), &L_1); return (RuntimeObject *)L_2; } } // System.Void System.Array/EmptyInternalEnumerator`1::System.Collections.IEnumerator.Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1_System_Collections_IEnumerator_Reset_mE8BD72FD3637DD3A74466844DD2188F017BFCA0F_gshared (EmptyInternalEnumerator_1_t7AADAEA1DA96907AC2064CD661624BAF7CEEA9C6 * __this, const RuntimeMethod* method) { { return; } } // System.Void System.Array/EmptyInternalEnumerator`1::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1__ctor_mCFEB1E52156C157207574C62D62FB5EAC0FBC3A0_gshared (EmptyInternalEnumerator_1_t7AADAEA1DA96907AC2064CD661624BAF7CEEA9C6 * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405((RuntimeObject *)__this, /*hidden argument*/NULL); return; } } // System.Void System.Array/EmptyInternalEnumerator`1::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1__cctor_m737B645A51EB3CDE462D3A5464D20F937FC84AA9_gshared (const RuntimeMethod* method) { { EmptyInternalEnumerator_1_t7AADAEA1DA96907AC2064CD661624BAF7CEEA9C6 * L_0 = (EmptyInternalEnumerator_1_t7AADAEA1DA96907AC2064CD661624BAF7CEEA9C6 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2)); (( void (*) (EmptyInternalEnumerator_1_t7AADAEA1DA96907AC2064CD661624BAF7CEEA9C6 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)->methodPointer)(L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); ((EmptyInternalEnumerator_1_t7AADAEA1DA96907AC2064CD661624BAF7CEEA9C6_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4)))->set_Value_0(L_0); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Array/EmptyInternalEnumerator`1::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1_Dispose_m2160EF6093FBEEAAE06D2EA070C1A2CEC3ABD0C0_gshared (EmptyInternalEnumerator_1_t35CEF44640E855F55F038A9D9DE6AC3C435D4D3F * __this, const RuntimeMethod* method) { { return; } } // System.Boolean System.Array/EmptyInternalEnumerator`1::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool EmptyInternalEnumerator_1_MoveNext_m14D1017FCBBFD54DE8834DB7E6B5F5DF4B4F645E_gshared (EmptyInternalEnumerator_1_t35CEF44640E855F55F038A9D9DE6AC3C435D4D3F * __this, const RuntimeMethod* method) { { return (bool)0; } } // T System.Array/EmptyInternalEnumerator`1::get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DateMapping_tF281DC47BDB7C1EDCB7C15F22ABB05B892A2AB60 EmptyInternalEnumerator_1_get_Current_m5E2AB4696510CCD6B579F26817F099AD03144074_gshared (EmptyInternalEnumerator_1_t35CEF44640E855F55F038A9D9DE6AC3C435D4D3F * __this, const RuntimeMethod* method) { { InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB * L_0 = (InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB_il2cpp_TypeInfo_var))); InvalidOperationException__ctor_mC012CE552988309733C896F3FEA8249171E4402E(L_0, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral7E7A07FECA0FF43839D67A9F7828EE56182CC9F6)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&EmptyInternalEnumerator_1_get_Current_m5E2AB4696510CCD6B579F26817F099AD03144074_RuntimeMethod_var))); } } // System.Object System.Array/EmptyInternalEnumerator`1::System.Collections.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * EmptyInternalEnumerator_1_System_Collections_IEnumerator_get_Current_m6DCFA948C970EBCFC290DFB59D61B322BA9E8732_gshared (EmptyInternalEnumerator_1_t35CEF44640E855F55F038A9D9DE6AC3C435D4D3F * __this, const RuntimeMethod* method) { { NullCheck((EmptyInternalEnumerator_1_t35CEF44640E855F55F038A9D9DE6AC3C435D4D3F *)__this); DateMapping_tF281DC47BDB7C1EDCB7C15F22ABB05B892A2AB60 L_0; L_0 = (( DateMapping_tF281DC47BDB7C1EDCB7C15F22ABB05B892A2AB60 (*) (EmptyInternalEnumerator_1_t35CEF44640E855F55F038A9D9DE6AC3C435D4D3F *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((EmptyInternalEnumerator_1_t35CEF44640E855F55F038A9D9DE6AC3C435D4D3F *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); DateMapping_tF281DC47BDB7C1EDCB7C15F22ABB05B892A2AB60 L_1 = (DateMapping_tF281DC47BDB7C1EDCB7C15F22ABB05B892A2AB60 )L_0; RuntimeObject * L_2 = Box(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 1), &L_1); return (RuntimeObject *)L_2; } } // System.Void System.Array/EmptyInternalEnumerator`1::System.Collections.IEnumerator.Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1_System_Collections_IEnumerator_Reset_mE40B10575B98A59F78D8C6B8991C1E24092DA5D9_gshared (EmptyInternalEnumerator_1_t35CEF44640E855F55F038A9D9DE6AC3C435D4D3F * __this, const RuntimeMethod* method) { { return; } } // System.Void System.Array/EmptyInternalEnumerator`1::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1__ctor_m0B7243CB8692CFB5EF62FBB0FFB500B013BF0A7C_gshared (EmptyInternalEnumerator_1_t35CEF44640E855F55F038A9D9DE6AC3C435D4D3F * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405((RuntimeObject *)__this, /*hidden argument*/NULL); return; } } // System.Void System.Array/EmptyInternalEnumerator`1::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1__cctor_mF9A357F0C34429F0EAA814030C052571A6A21589_gshared (const RuntimeMethod* method) { { EmptyInternalEnumerator_1_t35CEF44640E855F55F038A9D9DE6AC3C435D4D3F * L_0 = (EmptyInternalEnumerator_1_t35CEF44640E855F55F038A9D9DE6AC3C435D4D3F *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2)); (( void (*) (EmptyInternalEnumerator_1_t35CEF44640E855F55F038A9D9DE6AC3C435D4D3F *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)->methodPointer)(L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); ((EmptyInternalEnumerator_1_t35CEF44640E855F55F038A9D9DE6AC3C435D4D3F_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4)))->set_Value_0(L_0); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Array/EmptyInternalEnumerator`1::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1_Dispose_m556DFF4C674003E8C5D14C416B1C2E48D103AEBE_gshared (EmptyInternalEnumerator_1_tB0204AEDE076DC986248229638A80CDDE8B26F51 * __this, const RuntimeMethod* method) { { return; } } // System.Boolean System.Array/EmptyInternalEnumerator`1::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool EmptyInternalEnumerator_1_MoveNext_m8A275FDA2B479C4CA7559729C1DD4D04F243EE1D_gshared (EmptyInternalEnumerator_1_tB0204AEDE076DC986248229638A80CDDE8B26F51 * __this, const RuntimeMethod* method) { { return (bool)0; } } // T System.Array/EmptyInternalEnumerator`1::get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR WorkRequest_tA19FD4D1269D8EE2EA886AAF036C4F7F09154393 EmptyInternalEnumerator_1_get_Current_mFF5E1D8AA9EF5664DBF82F2CA9446F57F3EE37B2_gshared (EmptyInternalEnumerator_1_tB0204AEDE076DC986248229638A80CDDE8B26F51 * __this, const RuntimeMethod* method) { { InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB * L_0 = (InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB_il2cpp_TypeInfo_var))); InvalidOperationException__ctor_mC012CE552988309733C896F3FEA8249171E4402E(L_0, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral7E7A07FECA0FF43839D67A9F7828EE56182CC9F6)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&EmptyInternalEnumerator_1_get_Current_mFF5E1D8AA9EF5664DBF82F2CA9446F57F3EE37B2_RuntimeMethod_var))); } } // System.Object System.Array/EmptyInternalEnumerator`1::System.Collections.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * EmptyInternalEnumerator_1_System_Collections_IEnumerator_get_Current_m543923EA2B902EF34311FC1C7D46AD8703A4C4EC_gshared (EmptyInternalEnumerator_1_tB0204AEDE076DC986248229638A80CDDE8B26F51 * __this, const RuntimeMethod* method) { { NullCheck((EmptyInternalEnumerator_1_tB0204AEDE076DC986248229638A80CDDE8B26F51 *)__this); WorkRequest_tA19FD4D1269D8EE2EA886AAF036C4F7F09154393 L_0; L_0 = (( WorkRequest_tA19FD4D1269D8EE2EA886AAF036C4F7F09154393 (*) (EmptyInternalEnumerator_1_tB0204AEDE076DC986248229638A80CDDE8B26F51 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((EmptyInternalEnumerator_1_tB0204AEDE076DC986248229638A80CDDE8B26F51 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); WorkRequest_tA19FD4D1269D8EE2EA886AAF036C4F7F09154393 L_1 = (WorkRequest_tA19FD4D1269D8EE2EA886AAF036C4F7F09154393 )L_0; RuntimeObject * L_2 = Box(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 1), &L_1); return (RuntimeObject *)L_2; } } // System.Void System.Array/EmptyInternalEnumerator`1::System.Collections.IEnumerator.Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1_System_Collections_IEnumerator_Reset_m08A56B23933BEDDDD206878A1056D763B7FB795F_gshared (EmptyInternalEnumerator_1_tB0204AEDE076DC986248229638A80CDDE8B26F51 * __this, const RuntimeMethod* method) { { return; } } // System.Void System.Array/EmptyInternalEnumerator`1::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1__ctor_m304A2FDD6E964B07D6C17F681280D265F2456E34_gshared (EmptyInternalEnumerator_1_tB0204AEDE076DC986248229638A80CDDE8B26F51 * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405((RuntimeObject *)__this, /*hidden argument*/NULL); return; } } // System.Void System.Array/EmptyInternalEnumerator`1::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1__cctor_m114F211D96B6DC3AB340E640CC4035F80F587D22_gshared (const RuntimeMethod* method) { { EmptyInternalEnumerator_1_tB0204AEDE076DC986248229638A80CDDE8B26F51 * L_0 = (EmptyInternalEnumerator_1_tB0204AEDE076DC986248229638A80CDDE8B26F51 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2)); (( void (*) (EmptyInternalEnumerator_1_tB0204AEDE076DC986248229638A80CDDE8B26F51 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)->methodPointer)(L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); ((EmptyInternalEnumerator_1_tB0204AEDE076DC986248229638A80CDDE8B26F51_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4)))->set_Value_0(L_0); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Array/EmptyInternalEnumerator`1::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1_Dispose_m74F4DF237F401CDF6856551E0B261793FA6F7413_gshared (EmptyInternalEnumerator_1_t138F9C08430E69EA3E201558737AF4ECCE297F04 * __this, const RuntimeMethod* method) { { return; } } // System.Boolean System.Array/EmptyInternalEnumerator`1::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool EmptyInternalEnumerator_1_MoveNext_m8008B7E6DB1DA1986AA1F0E49030EEE74B741E11_gshared (EmptyInternalEnumerator_1_t138F9C08430E69EA3E201558737AF4ECCE297F04 * __this, const RuntimeMethod* method) { { return (bool)0; } } // T System.Array/EmptyInternalEnumerator`1::get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR NamespaceDeclaration_tA6C088F040DB7BC93B5EAF72BFB90CE3C5D1AF48 EmptyInternalEnumerator_1_get_Current_m98D7E73365918DD24D77ECBA985B8F345D4F0D5E_gshared (EmptyInternalEnumerator_1_t138F9C08430E69EA3E201558737AF4ECCE297F04 * __this, const RuntimeMethod* method) { { InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB * L_0 = (InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB_il2cpp_TypeInfo_var))); InvalidOperationException__ctor_mC012CE552988309733C896F3FEA8249171E4402E(L_0, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral7E7A07FECA0FF43839D67A9F7828EE56182CC9F6)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&EmptyInternalEnumerator_1_get_Current_m98D7E73365918DD24D77ECBA985B8F345D4F0D5E_RuntimeMethod_var))); } } // System.Object System.Array/EmptyInternalEnumerator`1::System.Collections.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * EmptyInternalEnumerator_1_System_Collections_IEnumerator_get_Current_mBCA49483E03B672502B830A35B02F6A30347ACC3_gshared (EmptyInternalEnumerator_1_t138F9C08430E69EA3E201558737AF4ECCE297F04 * __this, const RuntimeMethod* method) { { NullCheck((EmptyInternalEnumerator_1_t138F9C08430E69EA3E201558737AF4ECCE297F04 *)__this); NamespaceDeclaration_tA6C088F040DB7BC93B5EAF72BFB90CE3C5D1AF48 L_0; L_0 = (( NamespaceDeclaration_tA6C088F040DB7BC93B5EAF72BFB90CE3C5D1AF48 (*) (EmptyInternalEnumerator_1_t138F9C08430E69EA3E201558737AF4ECCE297F04 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((EmptyInternalEnumerator_1_t138F9C08430E69EA3E201558737AF4ECCE297F04 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); NamespaceDeclaration_tA6C088F040DB7BC93B5EAF72BFB90CE3C5D1AF48 L_1 = (NamespaceDeclaration_tA6C088F040DB7BC93B5EAF72BFB90CE3C5D1AF48 )L_0; RuntimeObject * L_2 = Box(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 1), &L_1); return (RuntimeObject *)L_2; } } // System.Void System.Array/EmptyInternalEnumerator`1::System.Collections.IEnumerator.Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1_System_Collections_IEnumerator_Reset_m05397736A1B2B5B5485D9FE9008D815BF7A916BA_gshared (EmptyInternalEnumerator_1_t138F9C08430E69EA3E201558737AF4ECCE297F04 * __this, const RuntimeMethod* method) { { return; } } // System.Void System.Array/EmptyInternalEnumerator`1::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1__ctor_mD20C7D05BA564EC4A352ECDCEBB98626CE272510_gshared (EmptyInternalEnumerator_1_t138F9C08430E69EA3E201558737AF4ECCE297F04 * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405((RuntimeObject *)__this, /*hidden argument*/NULL); return; } } // System.Void System.Array/EmptyInternalEnumerator`1::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1__cctor_m847422EE6C2CD17A11AC06585017BECB3B10A1D2_gshared (const RuntimeMethod* method) { { EmptyInternalEnumerator_1_t138F9C08430E69EA3E201558737AF4ECCE297F04 * L_0 = (EmptyInternalEnumerator_1_t138F9C08430E69EA3E201558737AF4ECCE297F04 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2)); (( void (*) (EmptyInternalEnumerator_1_t138F9C08430E69EA3E201558737AF4ECCE297F04 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)->methodPointer)(L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); ((EmptyInternalEnumerator_1_t138F9C08430E69EA3E201558737AF4ECCE297F04_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4)))->set_Value_0(L_0); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Array/EmptyInternalEnumerator`1::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1_Dispose_m84863A2E86DF87A563FFCFE1D1D4517CBA5572B6_gshared (EmptyInternalEnumerator_1_tC4A45C636A3E451E287F0BC7A63AE5FA2EF9C1E5 * __this, const RuntimeMethod* method) { { return; } } // System.Boolean System.Array/EmptyInternalEnumerator`1::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool EmptyInternalEnumerator_1_MoveNext_m259B92912F25E202584AE40295DFD069111F31D4_gshared (EmptyInternalEnumerator_1_tC4A45C636A3E451E287F0BC7A63AE5FA2EF9C1E5 * __this, const RuntimeMethod* method) { { return (bool)0; } } // T System.Array/EmptyInternalEnumerator`1::get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF EmptyInternalEnumerator_1_get_Current_m15B23A0EE708C715FD97E17364926F9EB74B222D_gshared (EmptyInternalEnumerator_1_tC4A45C636A3E451E287F0BC7A63AE5FA2EF9C1E5 * __this, const RuntimeMethod* method) { { InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB * L_0 = (InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB_il2cpp_TypeInfo_var))); InvalidOperationException__ctor_mC012CE552988309733C896F3FEA8249171E4402E(L_0, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral7E7A07FECA0FF43839D67A9F7828EE56182CC9F6)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&EmptyInternalEnumerator_1_get_Current_m15B23A0EE708C715FD97E17364926F9EB74B222D_RuntimeMethod_var))); } } // System.Object System.Array/EmptyInternalEnumerator`1::System.Collections.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * EmptyInternalEnumerator_1_System_Collections_IEnumerator_get_Current_m3BA513943452CF0229DA1CD78A652C9646BAF85E_gshared (EmptyInternalEnumerator_1_tC4A45C636A3E451E287F0BC7A63AE5FA2EF9C1E5 * __this, const RuntimeMethod* method) { { NullCheck((EmptyInternalEnumerator_1_tC4A45C636A3E451E287F0BC7A63AE5FA2EF9C1E5 *)__this); ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF L_0; L_0 = (( ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF (*) (EmptyInternalEnumerator_1_tC4A45C636A3E451E287F0BC7A63AE5FA2EF9C1E5 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((EmptyInternalEnumerator_1_tC4A45C636A3E451E287F0BC7A63AE5FA2EF9C1E5 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF L_1 = (ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF )L_0; RuntimeObject * L_2 = Box(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 1), &L_1); return (RuntimeObject *)L_2; } } // System.Void System.Array/EmptyInternalEnumerator`1::System.Collections.IEnumerator.Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1_System_Collections_IEnumerator_Reset_m925AE8BA2687DBE96844C51662232F1A1C36D25D_gshared (EmptyInternalEnumerator_1_tC4A45C636A3E451E287F0BC7A63AE5FA2EF9C1E5 * __this, const RuntimeMethod* method) { { return; } } // System.Void System.Array/EmptyInternalEnumerator`1::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1__ctor_m8043E3DA4814806349862FA0A9C18A65255A6D36_gshared (EmptyInternalEnumerator_1_tC4A45C636A3E451E287F0BC7A63AE5FA2EF9C1E5 * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405((RuntimeObject *)__this, /*hidden argument*/NULL); return; } } // System.Void System.Array/EmptyInternalEnumerator`1::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1__cctor_m21EC79F75092BD922BF87B774BE67E90D164C313_gshared (const RuntimeMethod* method) { { EmptyInternalEnumerator_1_tC4A45C636A3E451E287F0BC7A63AE5FA2EF9C1E5 * L_0 = (EmptyInternalEnumerator_1_tC4A45C636A3E451E287F0BC7A63AE5FA2EF9C1E5 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2)); (( void (*) (EmptyInternalEnumerator_1_tC4A45C636A3E451E287F0BC7A63AE5FA2EF9C1E5 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)->methodPointer)(L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); ((EmptyInternalEnumerator_1_tC4A45C636A3E451E287F0BC7A63AE5FA2EF9C1E5_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4)))->set_Value_0(L_0); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Array/EmptyInternalEnumerator`1::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1_Dispose_m945DDA0B933C690F4FBD82C0A0F8F9608C7BCB16_gshared (EmptyInternalEnumerator_1_tFD916BBA991A8131DB67E03BADF574C2A4D464DB * __this, const RuntimeMethod* method) { { return; } } // System.Boolean System.Array/EmptyInternalEnumerator`1::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool EmptyInternalEnumerator_1_MoveNext_mD0EA7AD8A9537278D8F52E7DB713471986722A30_gshared (EmptyInternalEnumerator_1_tFD916BBA991A8131DB67E03BADF574C2A4D464DB * __this, const RuntimeMethod* method) { { return (bool)0; } } // T System.Array/EmptyInternalEnumerator`1::get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Namespace_tFB1EBA6EE8C3E28B35158FCCE171FDC302CD20EB EmptyInternalEnumerator_1_get_Current_m7D7939D21E59C6272BC05862431022295475E518_gshared (EmptyInternalEnumerator_1_tFD916BBA991A8131DB67E03BADF574C2A4D464DB * __this, const RuntimeMethod* method) { { InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB * L_0 = (InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB_il2cpp_TypeInfo_var))); InvalidOperationException__ctor_mC012CE552988309733C896F3FEA8249171E4402E(L_0, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral7E7A07FECA0FF43839D67A9F7828EE56182CC9F6)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&EmptyInternalEnumerator_1_get_Current_m7D7939D21E59C6272BC05862431022295475E518_RuntimeMethod_var))); } } // System.Object System.Array/EmptyInternalEnumerator`1::System.Collections.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * EmptyInternalEnumerator_1_System_Collections_IEnumerator_get_Current_m10246C2281D5689EDE7305238786CC3FD3B17605_gshared (EmptyInternalEnumerator_1_tFD916BBA991A8131DB67E03BADF574C2A4D464DB * __this, const RuntimeMethod* method) { { NullCheck((EmptyInternalEnumerator_1_tFD916BBA991A8131DB67E03BADF574C2A4D464DB *)__this); Namespace_tFB1EBA6EE8C3E28B35158FCCE171FDC302CD20EB L_0; L_0 = (( Namespace_tFB1EBA6EE8C3E28B35158FCCE171FDC302CD20EB (*) (EmptyInternalEnumerator_1_tFD916BBA991A8131DB67E03BADF574C2A4D464DB *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((EmptyInternalEnumerator_1_tFD916BBA991A8131DB67E03BADF574C2A4D464DB *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); Namespace_tFB1EBA6EE8C3E28B35158FCCE171FDC302CD20EB L_1 = (Namespace_tFB1EBA6EE8C3E28B35158FCCE171FDC302CD20EB )L_0; RuntimeObject * L_2 = Box(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 1), &L_1); return (RuntimeObject *)L_2; } } // System.Void System.Array/EmptyInternalEnumerator`1::System.Collections.IEnumerator.Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1_System_Collections_IEnumerator_Reset_mB156D191F6AB8497302870735D2DAB837A711AE9_gshared (EmptyInternalEnumerator_1_tFD916BBA991A8131DB67E03BADF574C2A4D464DB * __this, const RuntimeMethod* method) { { return; } } // System.Void System.Array/EmptyInternalEnumerator`1::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1__ctor_mE903DAB1C2BC3B4A93DCF9A96B91DF36EF8D97DB_gshared (EmptyInternalEnumerator_1_tFD916BBA991A8131DB67E03BADF574C2A4D464DB * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405((RuntimeObject *)__this, /*hidden argument*/NULL); return; } } // System.Void System.Array/EmptyInternalEnumerator`1::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1__cctor_m06BC327992DA737F6F97EE48D9E631C8314367CF_gshared (const RuntimeMethod* method) { { EmptyInternalEnumerator_1_tFD916BBA991A8131DB67E03BADF574C2A4D464DB * L_0 = (EmptyInternalEnumerator_1_tFD916BBA991A8131DB67E03BADF574C2A4D464DB *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2)); (( void (*) (EmptyInternalEnumerator_1_tFD916BBA991A8131DB67E03BADF574C2A4D464DB *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)->methodPointer)(L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); ((EmptyInternalEnumerator_1_tFD916BBA991A8131DB67E03BADF574C2A4D464DB_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4)))->set_Value_0(L_0); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Array/EmptyInternalEnumerator`1::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1_Dispose_m50CDD6761E3A04495B9999C0622B8E50F6EC5233_gshared (EmptyInternalEnumerator_1_tC0170A53767F69A1E246D1C25C2DD93FD4C5294E * __this, const RuntimeMethod* method) { { return; } } // System.Boolean System.Array/EmptyInternalEnumerator`1::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool EmptyInternalEnumerator_1_MoveNext_mE352B4D973309938D13F654ADE27A9373E2DDAA9_gshared (EmptyInternalEnumerator_1_tC0170A53767F69A1E246D1C25C2DD93FD4C5294E * __this, const RuntimeMethod* method) { { return (bool)0; } } // T System.Array/EmptyInternalEnumerator`1::get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TagInfo_tCB16E7242088C97871045AB8D1E6B0D12350D6B2 EmptyInternalEnumerator_1_get_Current_mB6FD9082C6C06DEFEC8FEBCE9F0A5316EA98CE44_gshared (EmptyInternalEnumerator_1_tC0170A53767F69A1E246D1C25C2DD93FD4C5294E * __this, const RuntimeMethod* method) { { InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB * L_0 = (InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB_il2cpp_TypeInfo_var))); InvalidOperationException__ctor_mC012CE552988309733C896F3FEA8249171E4402E(L_0, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral7E7A07FECA0FF43839D67A9F7828EE56182CC9F6)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&EmptyInternalEnumerator_1_get_Current_mB6FD9082C6C06DEFEC8FEBCE9F0A5316EA98CE44_RuntimeMethod_var))); } } // System.Object System.Array/EmptyInternalEnumerator`1::System.Collections.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * EmptyInternalEnumerator_1_System_Collections_IEnumerator_get_Current_m6C169D0E36F76C47422BFB2E061F83FEE7B859AA_gshared (EmptyInternalEnumerator_1_tC0170A53767F69A1E246D1C25C2DD93FD4C5294E * __this, const RuntimeMethod* method) { { NullCheck((EmptyInternalEnumerator_1_tC0170A53767F69A1E246D1C25C2DD93FD4C5294E *)__this); TagInfo_tCB16E7242088C97871045AB8D1E6B0D12350D6B2 L_0; L_0 = (( TagInfo_tCB16E7242088C97871045AB8D1E6B0D12350D6B2 (*) (EmptyInternalEnumerator_1_tC0170A53767F69A1E246D1C25C2DD93FD4C5294E *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((EmptyInternalEnumerator_1_tC0170A53767F69A1E246D1C25C2DD93FD4C5294E *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); TagInfo_tCB16E7242088C97871045AB8D1E6B0D12350D6B2 L_1 = (TagInfo_tCB16E7242088C97871045AB8D1E6B0D12350D6B2 )L_0; RuntimeObject * L_2 = Box(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 1), &L_1); return (RuntimeObject *)L_2; } } // System.Void System.Array/EmptyInternalEnumerator`1::System.Collections.IEnumerator.Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1_System_Collections_IEnumerator_Reset_mD7F86EAFB0B6260270D5CBCCCCB9934B34AD1E4F_gshared (EmptyInternalEnumerator_1_tC0170A53767F69A1E246D1C25C2DD93FD4C5294E * __this, const RuntimeMethod* method) { { return; } } // System.Void System.Array/EmptyInternalEnumerator`1::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1__ctor_mB80E83C7731C67866C50D796EEDD3F9B1DABD0CD_gshared (EmptyInternalEnumerator_1_tC0170A53767F69A1E246D1C25C2DD93FD4C5294E * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405((RuntimeObject *)__this, /*hidden argument*/NULL); return; } } // System.Void System.Array/EmptyInternalEnumerator`1::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1__cctor_mA6AEC5FF245F3EE12F904C9AD35FE1D863D42E5D_gshared (const RuntimeMethod* method) { { EmptyInternalEnumerator_1_tC0170A53767F69A1E246D1C25C2DD93FD4C5294E * L_0 = (EmptyInternalEnumerator_1_tC0170A53767F69A1E246D1C25C2DD93FD4C5294E *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2)); (( void (*) (EmptyInternalEnumerator_1_tC0170A53767F69A1E246D1C25C2DD93FD4C5294E *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)->methodPointer)(L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); ((EmptyInternalEnumerator_1_tC0170A53767F69A1E246D1C25C2DD93FD4C5294E_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4)))->set_Value_0(L_0); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Array/EmptyInternalEnumerator`1::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1_Dispose_m83A13997ACF66A817F5A4B66861897EDD320D8EA_gshared (EmptyInternalEnumerator_1_t470BA227CDE85E8BE876AFBAD67EEEDE36CC2934 * __this, const RuntimeMethod* method) { { return; } } // System.Boolean System.Array/EmptyInternalEnumerator`1::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool EmptyInternalEnumerator_1_MoveNext_m7C6352324B3BD0E9F71F45492C3B2F6B145992C3_gshared (EmptyInternalEnumerator_1_t470BA227CDE85E8BE876AFBAD67EEEDE36CC2934 * __this, const RuntimeMethod* method) { { return (bool)0; } } // T System.Array/EmptyInternalEnumerator`1::get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR LayoutMatcher_tBA5A244DAB9F3FAA7CF8F8FEA3994EE80A03244D EmptyInternalEnumerator_1_get_Current_m5ACED93B68629D600E960BCE4D4DE8637D86C879_gshared (EmptyInternalEnumerator_1_t470BA227CDE85E8BE876AFBAD67EEEDE36CC2934 * __this, const RuntimeMethod* method) { { InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB * L_0 = (InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB_il2cpp_TypeInfo_var))); InvalidOperationException__ctor_mC012CE552988309733C896F3FEA8249171E4402E(L_0, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral7E7A07FECA0FF43839D67A9F7828EE56182CC9F6)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&EmptyInternalEnumerator_1_get_Current_m5ACED93B68629D600E960BCE4D4DE8637D86C879_RuntimeMethod_var))); } } // System.Object System.Array/EmptyInternalEnumerator`1::System.Collections.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * EmptyInternalEnumerator_1_System_Collections_IEnumerator_get_Current_m8FA5844A8CB3EA1995C5D04CCC1B4615525B913D_gshared (EmptyInternalEnumerator_1_t470BA227CDE85E8BE876AFBAD67EEEDE36CC2934 * __this, const RuntimeMethod* method) { { NullCheck((EmptyInternalEnumerator_1_t470BA227CDE85E8BE876AFBAD67EEEDE36CC2934 *)__this); LayoutMatcher_tBA5A244DAB9F3FAA7CF8F8FEA3994EE80A03244D L_0; L_0 = (( LayoutMatcher_tBA5A244DAB9F3FAA7CF8F8FEA3994EE80A03244D (*) (EmptyInternalEnumerator_1_t470BA227CDE85E8BE876AFBAD67EEEDE36CC2934 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((EmptyInternalEnumerator_1_t470BA227CDE85E8BE876AFBAD67EEEDE36CC2934 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); LayoutMatcher_tBA5A244DAB9F3FAA7CF8F8FEA3994EE80A03244D L_1 = (LayoutMatcher_tBA5A244DAB9F3FAA7CF8F8FEA3994EE80A03244D )L_0; RuntimeObject * L_2 = Box(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 1), &L_1); return (RuntimeObject *)L_2; } } // System.Void System.Array/EmptyInternalEnumerator`1::System.Collections.IEnumerator.Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1_System_Collections_IEnumerator_Reset_mA8B0D3C3BA49A7CCC0FFDF0E7DA11309C8E13105_gshared (EmptyInternalEnumerator_1_t470BA227CDE85E8BE876AFBAD67EEEDE36CC2934 * __this, const RuntimeMethod* method) { { return; } } // System.Void System.Array/EmptyInternalEnumerator`1::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1__ctor_mD98507A43A384513A449192FE52C1E89DB84349A_gshared (EmptyInternalEnumerator_1_t470BA227CDE85E8BE876AFBAD67EEEDE36CC2934 * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405((RuntimeObject *)__this, /*hidden argument*/NULL); return; } } // System.Void System.Array/EmptyInternalEnumerator`1::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1__cctor_m708ACF2209CF5CC14BF2F13A7F92D0FB4EC7CCF5_gshared (const RuntimeMethod* method) { { EmptyInternalEnumerator_1_t470BA227CDE85E8BE876AFBAD67EEEDE36CC2934 * L_0 = (EmptyInternalEnumerator_1_t470BA227CDE85E8BE876AFBAD67EEEDE36CC2934 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2)); (( void (*) (EmptyInternalEnumerator_1_t470BA227CDE85E8BE876AFBAD67EEEDE36CC2934 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)->methodPointer)(L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); ((EmptyInternalEnumerator_1_t470BA227CDE85E8BE876AFBAD67EEEDE36CC2934_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4)))->set_Value_0(L_0); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Array/EmptyInternalEnumerator`1::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1_Dispose_mC1BC1185A5623629A07310AFBBF88189E457A9FA_gshared (EmptyInternalEnumerator_1_t17F951B7232B094ADCC96D593BAA55DFE90B5F35 * __this, const RuntimeMethod* method) { { return; } } // System.Boolean System.Array/EmptyInternalEnumerator`1::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool EmptyInternalEnumerator_1_MoveNext_mD5D56DB3FE520BA31DE34F3A915E23186F428EAE_gshared (EmptyInternalEnumerator_1_t17F951B7232B094ADCC96D593BAA55DFE90B5F35 * __this, const RuntimeMethod* method) { { return (bool)0; } } // T System.Array/EmptyInternalEnumerator`1::get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR PrecompiledLayout_t87B15ED374C6DA9C0C0D9333A1BDAC4F40E548CB EmptyInternalEnumerator_1_get_Current_m7393E8341C65921E82E1F4A90851EF26F03D2CB8_gshared (EmptyInternalEnumerator_1_t17F951B7232B094ADCC96D593BAA55DFE90B5F35 * __this, const RuntimeMethod* method) { { InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB * L_0 = (InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB_il2cpp_TypeInfo_var))); InvalidOperationException__ctor_mC012CE552988309733C896F3FEA8249171E4402E(L_0, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral7E7A07FECA0FF43839D67A9F7828EE56182CC9F6)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&EmptyInternalEnumerator_1_get_Current_m7393E8341C65921E82E1F4A90851EF26F03D2CB8_RuntimeMethod_var))); } } // System.Object System.Array/EmptyInternalEnumerator`1::System.Collections.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * EmptyInternalEnumerator_1_System_Collections_IEnumerator_get_Current_m7664D27F87DFF64F0B7CD85D46A83BD0807BC892_gshared (EmptyInternalEnumerator_1_t17F951B7232B094ADCC96D593BAA55DFE90B5F35 * __this, const RuntimeMethod* method) { { NullCheck((EmptyInternalEnumerator_1_t17F951B7232B094ADCC96D593BAA55DFE90B5F35 *)__this); PrecompiledLayout_t87B15ED374C6DA9C0C0D9333A1BDAC4F40E548CB L_0; L_0 = (( PrecompiledLayout_t87B15ED374C6DA9C0C0D9333A1BDAC4F40E548CB (*) (EmptyInternalEnumerator_1_t17F951B7232B094ADCC96D593BAA55DFE90B5F35 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((EmptyInternalEnumerator_1_t17F951B7232B094ADCC96D593BAA55DFE90B5F35 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); PrecompiledLayout_t87B15ED374C6DA9C0C0D9333A1BDAC4F40E548CB L_1 = (PrecompiledLayout_t87B15ED374C6DA9C0C0D9333A1BDAC4F40E548CB )L_0; RuntimeObject * L_2 = Box(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 1), &L_1); return (RuntimeObject *)L_2; } } // System.Void System.Array/EmptyInternalEnumerator`1::System.Collections.IEnumerator.Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1_System_Collections_IEnumerator_Reset_mBBB38FC89819D893127073A065202A3A88B370B1_gshared (EmptyInternalEnumerator_1_t17F951B7232B094ADCC96D593BAA55DFE90B5F35 * __this, const RuntimeMethod* method) { { return; } } // System.Void System.Array/EmptyInternalEnumerator`1::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1__ctor_m9C0F4B87BACFB3330A1BAADC983D9F22532C7A10_gshared (EmptyInternalEnumerator_1_t17F951B7232B094ADCC96D593BAA55DFE90B5F35 * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405((RuntimeObject *)__this, /*hidden argument*/NULL); return; } } // System.Void System.Array/EmptyInternalEnumerator`1::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1__cctor_m021F1AF55971583A85F8470EE5CED625F8DC015D_gshared (const RuntimeMethod* method) { { EmptyInternalEnumerator_1_t17F951B7232B094ADCC96D593BAA55DFE90B5F35 * L_0 = (EmptyInternalEnumerator_1_t17F951B7232B094ADCC96D593BAA55DFE90B5F35 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2)); (( void (*) (EmptyInternalEnumerator_1_t17F951B7232B094ADCC96D593BAA55DFE90B5F35 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)->methodPointer)(L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); ((EmptyInternalEnumerator_1_t17F951B7232B094ADCC96D593BAA55DFE90B5F35_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4)))->set_Value_0(L_0); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Array/EmptyInternalEnumerator`1::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1_Dispose_m8E5D8D6CF5D5F0BBD1358DA7FB594BB94B61D5EE_gshared (EmptyInternalEnumerator_1_tA66305A5F8C37746A04CC3C0EAD66820B011BBFA * __this, const RuntimeMethod* method) { { return; } } // System.Boolean System.Array/EmptyInternalEnumerator`1::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool EmptyInternalEnumerator_1_MoveNext_m36041F6AA5948A9823FB0A8E131B2B938CB8280C_gshared (EmptyInternalEnumerator_1_tA66305A5F8C37746A04CC3C0EAD66820B011BBFA * __this, const RuntimeMethod* method) { { return (bool)0; } } // T System.Array/EmptyInternalEnumerator`1::get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Match_tA58ECEA5A4F2339662BC2CF8B9F215FAB1182DDB EmptyInternalEnumerator_1_get_Current_mA91E47A0E69A151552F6289565B55026A2109927_gshared (EmptyInternalEnumerator_1_tA66305A5F8C37746A04CC3C0EAD66820B011BBFA * __this, const RuntimeMethod* method) { { InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB * L_0 = (InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB_il2cpp_TypeInfo_var))); InvalidOperationException__ctor_mC012CE552988309733C896F3FEA8249171E4402E(L_0, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral7E7A07FECA0FF43839D67A9F7828EE56182CC9F6)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&EmptyInternalEnumerator_1_get_Current_mA91E47A0E69A151552F6289565B55026A2109927_RuntimeMethod_var))); } } // System.Object System.Array/EmptyInternalEnumerator`1::System.Collections.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * EmptyInternalEnumerator_1_System_Collections_IEnumerator_get_Current_m09B6E5C6E1CE4F731BBB9ABA8D8308CE8AEAB81B_gshared (EmptyInternalEnumerator_1_tA66305A5F8C37746A04CC3C0EAD66820B011BBFA * __this, const RuntimeMethod* method) { { NullCheck((EmptyInternalEnumerator_1_tA66305A5F8C37746A04CC3C0EAD66820B011BBFA *)__this); Match_tA58ECEA5A4F2339662BC2CF8B9F215FAB1182DDB L_0; L_0 = (( Match_tA58ECEA5A4F2339662BC2CF8B9F215FAB1182DDB (*) (EmptyInternalEnumerator_1_tA66305A5F8C37746A04CC3C0EAD66820B011BBFA *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((EmptyInternalEnumerator_1_tA66305A5F8C37746A04CC3C0EAD66820B011BBFA *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); Match_tA58ECEA5A4F2339662BC2CF8B9F215FAB1182DDB L_1 = (Match_tA58ECEA5A4F2339662BC2CF8B9F215FAB1182DDB )L_0; RuntimeObject * L_2 = Box(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 1), &L_1); return (RuntimeObject *)L_2; } } // System.Void System.Array/EmptyInternalEnumerator`1::System.Collections.IEnumerator.Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1_System_Collections_IEnumerator_Reset_mE2E27E0596F85C75ECEADD693B326FC6D5AD5403_gshared (EmptyInternalEnumerator_1_tA66305A5F8C37746A04CC3C0EAD66820B011BBFA * __this, const RuntimeMethod* method) { { return; } } // System.Void System.Array/EmptyInternalEnumerator`1::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1__ctor_mE37CACD4DFFA626F777E7CF2FFB6CAC4AD1B6681_gshared (EmptyInternalEnumerator_1_tA66305A5F8C37746A04CC3C0EAD66820B011BBFA * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405((RuntimeObject *)__this, /*hidden argument*/NULL); return; } } // System.Void System.Array/EmptyInternalEnumerator`1::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1__cctor_mF3F0AC30B2B640BE64AFCFB0F5F38D113ABB57C8_gshared (const RuntimeMethod* method) { { EmptyInternalEnumerator_1_tA66305A5F8C37746A04CC3C0EAD66820B011BBFA * L_0 = (EmptyInternalEnumerator_1_tA66305A5F8C37746A04CC3C0EAD66820B011BBFA *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2)); (( void (*) (EmptyInternalEnumerator_1_tA66305A5F8C37746A04CC3C0EAD66820B011BBFA *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)->methodPointer)(L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); ((EmptyInternalEnumerator_1_tA66305A5F8C37746A04CC3C0EAD66820B011BBFA_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4)))->set_Value_0(L_0); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Array/EmptyInternalEnumerator`1::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1_Dispose_m3BF6F55B30EE73CC562D06CAAB33BD56DAEB907C_gshared (EmptyInternalEnumerator_1_t28B37C6AFA5BAF4334D574BC0326E1F9F9FD71CF * __this, const RuntimeMethod* method) { { return; } } // System.Boolean System.Array/EmptyInternalEnumerator`1::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool EmptyInternalEnumerator_1_MoveNext_m4B4AD4C7582B66A5A640E8E9D4646BCFF2A7D8BF_gshared (EmptyInternalEnumerator_1_t28B37C6AFA5BAF4334D574BC0326E1F9F9FD71CF * __this, const RuntimeMethod* method) { { return (bool)0; } } // T System.Array/EmptyInternalEnumerator`1::get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DeviceJson_tC6DE2DEF0B6F89BFD244851A3C92B781547E9860 EmptyInternalEnumerator_1_get_Current_m8C3B4D156F626FBBA8205898DD0747DBE16CA125_gshared (EmptyInternalEnumerator_1_t28B37C6AFA5BAF4334D574BC0326E1F9F9FD71CF * __this, const RuntimeMethod* method) { { InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB * L_0 = (InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB_il2cpp_TypeInfo_var))); InvalidOperationException__ctor_mC012CE552988309733C896F3FEA8249171E4402E(L_0, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral7E7A07FECA0FF43839D67A9F7828EE56182CC9F6)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&EmptyInternalEnumerator_1_get_Current_m8C3B4D156F626FBBA8205898DD0747DBE16CA125_RuntimeMethod_var))); } } // System.Object System.Array/EmptyInternalEnumerator`1::System.Collections.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * EmptyInternalEnumerator_1_System_Collections_IEnumerator_get_Current_m222C79D4CE3C180B7F1C3BB585D0BF894679CB77_gshared (EmptyInternalEnumerator_1_t28B37C6AFA5BAF4334D574BC0326E1F9F9FD71CF * __this, const RuntimeMethod* method) { { NullCheck((EmptyInternalEnumerator_1_t28B37C6AFA5BAF4334D574BC0326E1F9F9FD71CF *)__this); DeviceJson_tC6DE2DEF0B6F89BFD244851A3C92B781547E9860 L_0; L_0 = (( DeviceJson_tC6DE2DEF0B6F89BFD244851A3C92B781547E9860 (*) (EmptyInternalEnumerator_1_t28B37C6AFA5BAF4334D574BC0326E1F9F9FD71CF *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((EmptyInternalEnumerator_1_t28B37C6AFA5BAF4334D574BC0326E1F9F9FD71CF *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); DeviceJson_tC6DE2DEF0B6F89BFD244851A3C92B781547E9860 L_1 = (DeviceJson_tC6DE2DEF0B6F89BFD244851A3C92B781547E9860 )L_0; RuntimeObject * L_2 = Box(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 1), &L_1); return (RuntimeObject *)L_2; } } // System.Void System.Array/EmptyInternalEnumerator`1::System.Collections.IEnumerator.Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1_System_Collections_IEnumerator_Reset_mDB61C5482D2987D2FF1A5DA00F982D5611981ECC_gshared (EmptyInternalEnumerator_1_t28B37C6AFA5BAF4334D574BC0326E1F9F9FD71CF * __this, const RuntimeMethod* method) { { return; } } // System.Void System.Array/EmptyInternalEnumerator`1::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1__ctor_m4E8B030051C7F44175A40CA9E022DC83DC8E9201_gshared (EmptyInternalEnumerator_1_t28B37C6AFA5BAF4334D574BC0326E1F9F9FD71CF * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405((RuntimeObject *)__this, /*hidden argument*/NULL); return; } } // System.Void System.Array/EmptyInternalEnumerator`1::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1__cctor_mA2AC251D352E22D768CBF90FCD4758B53EC3AA1F_gshared (const RuntimeMethod* method) { { EmptyInternalEnumerator_1_t28B37C6AFA5BAF4334D574BC0326E1F9F9FD71CF * L_0 = (EmptyInternalEnumerator_1_t28B37C6AFA5BAF4334D574BC0326E1F9F9FD71CF *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2)); (( void (*) (EmptyInternalEnumerator_1_t28B37C6AFA5BAF4334D574BC0326E1F9F9FD71CF *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)->methodPointer)(L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); ((EmptyInternalEnumerator_1_t28B37C6AFA5BAF4334D574BC0326E1F9F9FD71CF_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4)))->set_Value_0(L_0); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Array/EmptyInternalEnumerator`1::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1_Dispose_mD06D12CE9FCDA547099F91ED815DE613DB3CE351_gshared (EmptyInternalEnumerator_1_t8EF1D7C4BFC3AF79E2E5539541FA7161DFE2E594 * __this, const RuntimeMethod* method) { { return; } } // System.Boolean System.Array/EmptyInternalEnumerator`1::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool EmptyInternalEnumerator_1_MoveNext_mA1F5ABE4171A998ACE1C38B172BB686D1AC0BD4A_gshared (EmptyInternalEnumerator_1_t8EF1D7C4BFC3AF79E2E5539541FA7161DFE2E594 * __this, const RuntimeMethod* method) { { return (bool)0; } } // T System.Array/EmptyInternalEnumerator`1::get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Capability_t9249114BC9E64174C7B5D64C521A720168018B31 EmptyInternalEnumerator_1_get_Current_mA18F89E0A3510BFDA58BC116FAD0D27C57FC7076_gshared (EmptyInternalEnumerator_1_t8EF1D7C4BFC3AF79E2E5539541FA7161DFE2E594 * __this, const RuntimeMethod* method) { { InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB * L_0 = (InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB_il2cpp_TypeInfo_var))); InvalidOperationException__ctor_mC012CE552988309733C896F3FEA8249171E4402E(L_0, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral7E7A07FECA0FF43839D67A9F7828EE56182CC9F6)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&EmptyInternalEnumerator_1_get_Current_mA18F89E0A3510BFDA58BC116FAD0D27C57FC7076_RuntimeMethod_var))); } } // System.Object System.Array/EmptyInternalEnumerator`1::System.Collections.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * EmptyInternalEnumerator_1_System_Collections_IEnumerator_get_Current_mC96B4C873FA4D66EBDCBFDA1A733CEF22F3ED0E0_gshared (EmptyInternalEnumerator_1_t8EF1D7C4BFC3AF79E2E5539541FA7161DFE2E594 * __this, const RuntimeMethod* method) { { NullCheck((EmptyInternalEnumerator_1_t8EF1D7C4BFC3AF79E2E5539541FA7161DFE2E594 *)__this); Capability_t9249114BC9E64174C7B5D64C521A720168018B31 L_0; L_0 = (( Capability_t9249114BC9E64174C7B5D64C521A720168018B31 (*) (EmptyInternalEnumerator_1_t8EF1D7C4BFC3AF79E2E5539541FA7161DFE2E594 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((EmptyInternalEnumerator_1_t8EF1D7C4BFC3AF79E2E5539541FA7161DFE2E594 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); Capability_t9249114BC9E64174C7B5D64C521A720168018B31 L_1 = (Capability_t9249114BC9E64174C7B5D64C521A720168018B31 )L_0; RuntimeObject * L_2 = Box(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 1), &L_1); return (RuntimeObject *)L_2; } } // System.Void System.Array/EmptyInternalEnumerator`1::System.Collections.IEnumerator.Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1_System_Collections_IEnumerator_Reset_mCED33D4F409EE9AB0B1A6A7A91C72F0307512596_gshared (EmptyInternalEnumerator_1_t8EF1D7C4BFC3AF79E2E5539541FA7161DFE2E594 * __this, const RuntimeMethod* method) { { return; } } // System.Void System.Array/EmptyInternalEnumerator`1::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1__ctor_m89E12CEDA16FC661459921C1DADF687AAE920047_gshared (EmptyInternalEnumerator_1_t8EF1D7C4BFC3AF79E2E5539541FA7161DFE2E594 * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405((RuntimeObject *)__this, /*hidden argument*/NULL); return; } } // System.Void System.Array/EmptyInternalEnumerator`1::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1__cctor_m9789055530ACC0B091C022267CE89B7E6EEB5EF9_gshared (const RuntimeMethod* method) { { EmptyInternalEnumerator_1_t8EF1D7C4BFC3AF79E2E5539541FA7161DFE2E594 * L_0 = (EmptyInternalEnumerator_1_t8EF1D7C4BFC3AF79E2E5539541FA7161DFE2E594 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2)); (( void (*) (EmptyInternalEnumerator_1_t8EF1D7C4BFC3AF79E2E5539541FA7161DFE2E594 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)->methodPointer)(L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); ((EmptyInternalEnumerator_1_t8EF1D7C4BFC3AF79E2E5539541FA7161DFE2E594_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4)))->set_Value_0(L_0); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Array/EmptyInternalEnumerator`1::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1_Dispose_mC5F965FE7C8259BC5A5667C9BB68A806296FFE54_gshared (EmptyInternalEnumerator_1_t5885B11B71E206F85D3CE75F3AEF0DC039476C54 * __this, const RuntimeMethod* method) { { return; } } // System.Boolean System.Array/EmptyInternalEnumerator`1::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool EmptyInternalEnumerator_1_MoveNext_m3317968C78AB4FEB0B241991658226B2A41A07A5_gshared (EmptyInternalEnumerator_1_t5885B11B71E206F85D3CE75F3AEF0DC039476C54 * __this, const RuntimeMethod* method) { { return (bool)0; } } // T System.Array/EmptyInternalEnumerator`1::get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Criterion_t7C30F2D0DD5347F79227E2061C4398FB715BEF51 EmptyInternalEnumerator_1_get_Current_m581FB366B25405BEE64148A943B2C7491FCE7AB1_gshared (EmptyInternalEnumerator_1_t5885B11B71E206F85D3CE75F3AEF0DC039476C54 * __this, const RuntimeMethod* method) { { InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB * L_0 = (InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB_il2cpp_TypeInfo_var))); InvalidOperationException__ctor_mC012CE552988309733C896F3FEA8249171E4402E(L_0, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral7E7A07FECA0FF43839D67A9F7828EE56182CC9F6)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&EmptyInternalEnumerator_1_get_Current_m581FB366B25405BEE64148A943B2C7491FCE7AB1_RuntimeMethod_var))); } } // System.Object System.Array/EmptyInternalEnumerator`1::System.Collections.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * EmptyInternalEnumerator_1_System_Collections_IEnumerator_get_Current_mC34A38B0DCBBD87513A954AD512E66CEA4A043A0_gshared (EmptyInternalEnumerator_1_t5885B11B71E206F85D3CE75F3AEF0DC039476C54 * __this, const RuntimeMethod* method) { { NullCheck((EmptyInternalEnumerator_1_t5885B11B71E206F85D3CE75F3AEF0DC039476C54 *)__this); Criterion_t7C30F2D0DD5347F79227E2061C4398FB715BEF51 L_0; L_0 = (( Criterion_t7C30F2D0DD5347F79227E2061C4398FB715BEF51 (*) (EmptyInternalEnumerator_1_t5885B11B71E206F85D3CE75F3AEF0DC039476C54 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((EmptyInternalEnumerator_1_t5885B11B71E206F85D3CE75F3AEF0DC039476C54 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); Criterion_t7C30F2D0DD5347F79227E2061C4398FB715BEF51 L_1 = (Criterion_t7C30F2D0DD5347F79227E2061C4398FB715BEF51 )L_0; RuntimeObject * L_2 = Box(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 1), &L_1); return (RuntimeObject *)L_2; } } // System.Void System.Array/EmptyInternalEnumerator`1::System.Collections.IEnumerator.Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1_System_Collections_IEnumerator_Reset_m8B3A8647C64C087D51DC523895FF65971B39CC4F_gshared (EmptyInternalEnumerator_1_t5885B11B71E206F85D3CE75F3AEF0DC039476C54 * __this, const RuntimeMethod* method) { { return; } } // System.Void System.Array/EmptyInternalEnumerator`1::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1__ctor_m511361D9DA9DEBE4BA0A46813D541AE32A2DE72D_gshared (EmptyInternalEnumerator_1_t5885B11B71E206F85D3CE75F3AEF0DC039476C54 * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405((RuntimeObject *)__this, /*hidden argument*/NULL); return; } } // System.Void System.Array/EmptyInternalEnumerator`1::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1__cctor_m5322B3E524EBB7D79E71B4C16EB0E956A364CF30_gshared (const RuntimeMethod* method) { { EmptyInternalEnumerator_1_t5885B11B71E206F85D3CE75F3AEF0DC039476C54 * L_0 = (EmptyInternalEnumerator_1_t5885B11B71E206F85D3CE75F3AEF0DC039476C54 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2)); (( void (*) (EmptyInternalEnumerator_1_t5885B11B71E206F85D3CE75F3AEF0DC039476C54 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)->methodPointer)(L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); ((EmptyInternalEnumerator_1_t5885B11B71E206F85D3CE75F3AEF0DC039476C54_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4)))->set_Value_0(L_0); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Array/EmptyInternalEnumerator`1::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1_Dispose_mE68EF05EF3B27D0021531B1C1CC00B2C43080E52_gshared (EmptyInternalEnumerator_1_tE5908A4B1561410C2C919B7BD9D3289C27A4AA93 * __this, const RuntimeMethod* method) { { return; } } // System.Boolean System.Array/EmptyInternalEnumerator`1::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool EmptyInternalEnumerator_1_MoveNext_mC1E72CB4B637CE8EC88257505AA81B1D9B1A2C10_gshared (EmptyInternalEnumerator_1_tE5908A4B1561410C2C919B7BD9D3289C27A4AA93 * __this, const RuntimeMethod* method) { { return (bool)0; } } // T System.Array/EmptyInternalEnumerator`1::get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TileCoord_t491EABF2B90DFB255C8F7624FF5528F2DE2CC901 EmptyInternalEnumerator_1_get_Current_m9DADC3152BECD2953956BE2606693C7ABE1AE2B1_gshared (EmptyInternalEnumerator_1_tE5908A4B1561410C2C919B7BD9D3289C27A4AA93 * __this, const RuntimeMethod* method) { { InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB * L_0 = (InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB_il2cpp_TypeInfo_var))); InvalidOperationException__ctor_mC012CE552988309733C896F3FEA8249171E4402E(L_0, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral7E7A07FECA0FF43839D67A9F7828EE56182CC9F6)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&EmptyInternalEnumerator_1_get_Current_m9DADC3152BECD2953956BE2606693C7ABE1AE2B1_RuntimeMethod_var))); } } // System.Object System.Array/EmptyInternalEnumerator`1::System.Collections.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * EmptyInternalEnumerator_1_System_Collections_IEnumerator_get_Current_m3201A4430855B320584B57BF0EBBE19E99AECA4A_gshared (EmptyInternalEnumerator_1_tE5908A4B1561410C2C919B7BD9D3289C27A4AA93 * __this, const RuntimeMethod* method) { { NullCheck((EmptyInternalEnumerator_1_tE5908A4B1561410C2C919B7BD9D3289C27A4AA93 *)__this); TileCoord_t491EABF2B90DFB255C8F7624FF5528F2DE2CC901 L_0; L_0 = (( TileCoord_t491EABF2B90DFB255C8F7624FF5528F2DE2CC901 (*) (EmptyInternalEnumerator_1_tE5908A4B1561410C2C919B7BD9D3289C27A4AA93 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((EmptyInternalEnumerator_1_tE5908A4B1561410C2C919B7BD9D3289C27A4AA93 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); TileCoord_t491EABF2B90DFB255C8F7624FF5528F2DE2CC901 L_1 = (TileCoord_t491EABF2B90DFB255C8F7624FF5528F2DE2CC901 )L_0; RuntimeObject * L_2 = Box(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 1), &L_1); return (RuntimeObject *)L_2; } } // System.Void System.Array/EmptyInternalEnumerator`1::System.Collections.IEnumerator.Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1_System_Collections_IEnumerator_Reset_m151421C532C47DB2E569C5695F4D3B36AD67C061_gshared (EmptyInternalEnumerator_1_tE5908A4B1561410C2C919B7BD9D3289C27A4AA93 * __this, const RuntimeMethod* method) { { return; } } // System.Void System.Array/EmptyInternalEnumerator`1::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1__ctor_mC278E30B7B0335C256243F32B56EFB39699BC2BD_gshared (EmptyInternalEnumerator_1_tE5908A4B1561410C2C919B7BD9D3289C27A4AA93 * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405((RuntimeObject *)__this, /*hidden argument*/NULL); return; } } // System.Void System.Array/EmptyInternalEnumerator`1::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1__cctor_m56E0318C04905A6A70B3D7DEFC4DF69800DD4B89_gshared (const RuntimeMethod* method) { { EmptyInternalEnumerator_1_tE5908A4B1561410C2C919B7BD9D3289C27A4AA93 * L_0 = (EmptyInternalEnumerator_1_tE5908A4B1561410C2C919B7BD9D3289C27A4AA93 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2)); (( void (*) (EmptyInternalEnumerator_1_tE5908A4B1561410C2C919B7BD9D3289C27A4AA93 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)->methodPointer)(L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); ((EmptyInternalEnumerator_1_tE5908A4B1561410C2C919B7BD9D3289C27A4AA93_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4)))->set_Value_0(L_0); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Diagnostics.Tracing.EnumByteTypeInfo`1>::WriteMetadata(System.Diagnostics.Tracing.TraceLoggingMetadataCollector,System.String,System.Diagnostics.Tracing.EventFieldFormat) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EnumByteTypeInfo_1_WriteMetadata_m979F2E05F91FAC3643AD1D9A8050A5023D91C0AC_gshared (EnumByteTypeInfo_1_t2B01C2FF22010EC7C6CB9E22BB68B0696826010B * __this, TraceLoggingMetadataCollector_tFDCF6C9B118FD41428DBE1C3AA17A601001C1B2C * ___collector0, String_t* ___name1, int32_t ___format2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Statics_t4B5A84F3134B8BF7299B14BE64813C95F1ABBCE3_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { TraceLoggingMetadataCollector_tFDCF6C9B118FD41428DBE1C3AA17A601001C1B2C * L_0 = ___collector0; String_t* L_1 = ___name1; int32_t L_2 = ___format2; IL2CPP_RUNTIME_CLASS_INIT(Statics_t4B5A84F3134B8BF7299B14BE64813C95F1ABBCE3_il2cpp_TypeInfo_var); int32_t L_3; L_3 = Statics_Format8_mE45EF4E6E42F82768CE748BDA7E5106F3CD0E15C((int32_t)L_2, (int32_t)4, /*hidden argument*/NULL); NullCheck((TraceLoggingMetadataCollector_tFDCF6C9B118FD41428DBE1C3AA17A601001C1B2C *)L_0); TraceLoggingMetadataCollector_AddScalar_mA1A23105BD49003C6FD1A00C6A4ADBD02FA49854((TraceLoggingMetadataCollector_tFDCF6C9B118FD41428DBE1C3AA17A601001C1B2C *)L_0, (String_t*)L_1, (int32_t)L_3, /*hidden argument*/NULL); return; } } // System.Void System.Diagnostics.Tracing.EnumByteTypeInfo`1>::WriteData(System.Diagnostics.Tracing.TraceLoggingDataCollector,EnumType&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EnumByteTypeInfo_1_WriteData_m067E8751D9F45F54632A6C4179238A3A321E0760_gshared (EnumByteTypeInfo_1_t2B01C2FF22010EC7C6CB9E22BB68B0696826010B * __this, TraceLoggingDataCollector_t5C690F08E67433C8CBAC45BCF713D40E805DB2C7 * ___collector0, KeyValuePair_2_tFB6A066C69E28C6ACA5FC5E24D969BFADC5FA625 * ___value1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&EnumHelper_1_t20AF5068487E525E3E8193BD8075E5581B0827B5_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { TraceLoggingDataCollector_t5C690F08E67433C8CBAC45BCF713D40E805DB2C7 * L_0 = ___collector0; KeyValuePair_2_tFB6A066C69E28C6ACA5FC5E24D969BFADC5FA625 * L_1 = ___value1; KeyValuePair_2_tFB6A066C69E28C6ACA5FC5E24D969BFADC5FA625 L_2 = (*(KeyValuePair_2_tFB6A066C69E28C6ACA5FC5E24D969BFADC5FA625 *)L_1); IL2CPP_RUNTIME_CLASS_INIT(EnumHelper_1_t20AF5068487E525E3E8193BD8075E5581B0827B5_il2cpp_TypeInfo_var); uint8_t L_3; L_3 = (( uint8_t (*) (KeyValuePair_2_tFB6A066C69E28C6ACA5FC5E24D969BFADC5FA625 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((KeyValuePair_2_tFB6A066C69E28C6ACA5FC5E24D969BFADC5FA625 )L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); NullCheck((TraceLoggingDataCollector_t5C690F08E67433C8CBAC45BCF713D40E805DB2C7 *)L_0); TraceLoggingDataCollector_AddScalar_mC8F3998A1B09964D7D4FFF35AF2C90960052A0E6((TraceLoggingDataCollector_t5C690F08E67433C8CBAC45BCF713D40E805DB2C7 *)L_0, (uint8_t)L_3, /*hidden argument*/NULL); return; } } // System.Object System.Diagnostics.Tracing.EnumByteTypeInfo`1>::GetData(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * EnumByteTypeInfo_1_GetData_mB07B60792BA895B035818CE9E331D347EB77EC0A_gshared (EnumByteTypeInfo_1_t2B01C2FF22010EC7C6CB9E22BB68B0696826010B * __this, RuntimeObject * ___value0, const RuntimeMethod* method) { { RuntimeObject * L_0 = ___value0; return (RuntimeObject *)L_0; } } // System.Void System.Diagnostics.Tracing.EnumByteTypeInfo`1>::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EnumByteTypeInfo_1__ctor_m0AF7696CD9C8BC75EF3F3E45B5B596F06168D603_gshared (EnumByteTypeInfo_1_t2B01C2FF22010EC7C6CB9E22BB68B0696826010B * __this, const RuntimeMethod* method) { { NullCheck((TraceLoggingTypeInfo_1_tAA80A15704CE49500C66DC6B1C05B2A1188F89DC *)__this); (( void (*) (TraceLoggingTypeInfo_1_tAA80A15704CE49500C66DC6B1C05B2A1188F89DC *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)->methodPointer)((TraceLoggingTypeInfo_1_tAA80A15704CE49500C66DC6B1C05B2A1188F89DC *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Diagnostics.Tracing.EnumByteTypeInfo`1::WriteMetadata(System.Diagnostics.Tracing.TraceLoggingMetadataCollector,System.String,System.Diagnostics.Tracing.EventFieldFormat) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EnumByteTypeInfo_1_WriteMetadata_mE82756410BB78C5C781CD63815D1BFAD6B130605_gshared (EnumByteTypeInfo_1_tBAC5667C5EBFA89F73BB2B11778B6E17969DD181 * __this, TraceLoggingMetadataCollector_tFDCF6C9B118FD41428DBE1C3AA17A601001C1B2C * ___collector0, String_t* ___name1, int32_t ___format2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Statics_t4B5A84F3134B8BF7299B14BE64813C95F1ABBCE3_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { TraceLoggingMetadataCollector_tFDCF6C9B118FD41428DBE1C3AA17A601001C1B2C * L_0 = ___collector0; String_t* L_1 = ___name1; int32_t L_2 = ___format2; IL2CPP_RUNTIME_CLASS_INIT(Statics_t4B5A84F3134B8BF7299B14BE64813C95F1ABBCE3_il2cpp_TypeInfo_var); int32_t L_3; L_3 = Statics_Format8_mE45EF4E6E42F82768CE748BDA7E5106F3CD0E15C((int32_t)L_2, (int32_t)4, /*hidden argument*/NULL); NullCheck((TraceLoggingMetadataCollector_tFDCF6C9B118FD41428DBE1C3AA17A601001C1B2C *)L_0); TraceLoggingMetadataCollector_AddScalar_mA1A23105BD49003C6FD1A00C6A4ADBD02FA49854((TraceLoggingMetadataCollector_tFDCF6C9B118FD41428DBE1C3AA17A601001C1B2C *)L_0, (String_t*)L_1, (int32_t)L_3, /*hidden argument*/NULL); return; } } // System.Void System.Diagnostics.Tracing.EnumByteTypeInfo`1::WriteData(System.Diagnostics.Tracing.TraceLoggingDataCollector,EnumType&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EnumByteTypeInfo_1_WriteData_m1418B49909A12F15E31B6A63B8A8E13EE3D01284_gshared (EnumByteTypeInfo_1_tBAC5667C5EBFA89F73BB2B11778B6E17969DD181 * __this, TraceLoggingDataCollector_t5C690F08E67433C8CBAC45BCF713D40E805DB2C7 * ___collector0, bool* ___value1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&EnumHelper_1_t20AF5068487E525E3E8193BD8075E5581B0827B5_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { TraceLoggingDataCollector_t5C690F08E67433C8CBAC45BCF713D40E805DB2C7 * L_0 = ___collector0; bool* L_1 = ___value1; bool L_2 = (*(bool*)L_1); IL2CPP_RUNTIME_CLASS_INIT(EnumHelper_1_t20AF5068487E525E3E8193BD8075E5581B0827B5_il2cpp_TypeInfo_var); uint8_t L_3; L_3 = (( uint8_t (*) (bool, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((bool)L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); NullCheck((TraceLoggingDataCollector_t5C690F08E67433C8CBAC45BCF713D40E805DB2C7 *)L_0); TraceLoggingDataCollector_AddScalar_mC8F3998A1B09964D7D4FFF35AF2C90960052A0E6((TraceLoggingDataCollector_t5C690F08E67433C8CBAC45BCF713D40E805DB2C7 *)L_0, (uint8_t)L_3, /*hidden argument*/NULL); return; } } // System.Object System.Diagnostics.Tracing.EnumByteTypeInfo`1::GetData(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * EnumByteTypeInfo_1_GetData_mDDFD749B3C40A248F3C00DCC205F84CBDBDF300B_gshared (EnumByteTypeInfo_1_tBAC5667C5EBFA89F73BB2B11778B6E17969DD181 * __this, RuntimeObject * ___value0, const RuntimeMethod* method) { { RuntimeObject * L_0 = ___value0; return (RuntimeObject *)L_0; } } // System.Void System.Diagnostics.Tracing.EnumByteTypeInfo`1::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EnumByteTypeInfo_1__ctor_mD999E59F8A9F22C4D90EE9893E603BF5AD2E9B8E_gshared (EnumByteTypeInfo_1_tBAC5667C5EBFA89F73BB2B11778B6E17969DD181 * __this, const RuntimeMethod* method) { { NullCheck((TraceLoggingTypeInfo_1_t2E09E8CA26064E30A8F7376A80B6440C13A23A68 *)__this); (( void (*) (TraceLoggingTypeInfo_1_t2E09E8CA26064E30A8F7376A80B6440C13A23A68 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)->methodPointer)((TraceLoggingTypeInfo_1_t2E09E8CA26064E30A8F7376A80B6440C13A23A68 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Diagnostics.Tracing.EnumByteTypeInfo`1::WriteMetadata(System.Diagnostics.Tracing.TraceLoggingMetadataCollector,System.String,System.Diagnostics.Tracing.EventFieldFormat) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EnumByteTypeInfo_1_WriteMetadata_mC9226B0CCD1E3B9F9C1520DDE93B2BFA983B9BB7_gshared (EnumByteTypeInfo_1_tA547620C007CCFB0ACB7E71C8C1DDB1517B204A2 * __this, TraceLoggingMetadataCollector_tFDCF6C9B118FD41428DBE1C3AA17A601001C1B2C * ___collector0, String_t* ___name1, int32_t ___format2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Statics_t4B5A84F3134B8BF7299B14BE64813C95F1ABBCE3_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { TraceLoggingMetadataCollector_tFDCF6C9B118FD41428DBE1C3AA17A601001C1B2C * L_0 = ___collector0; String_t* L_1 = ___name1; int32_t L_2 = ___format2; IL2CPP_RUNTIME_CLASS_INIT(Statics_t4B5A84F3134B8BF7299B14BE64813C95F1ABBCE3_il2cpp_TypeInfo_var); int32_t L_3; L_3 = Statics_Format8_mE45EF4E6E42F82768CE748BDA7E5106F3CD0E15C((int32_t)L_2, (int32_t)4, /*hidden argument*/NULL); NullCheck((TraceLoggingMetadataCollector_tFDCF6C9B118FD41428DBE1C3AA17A601001C1B2C *)L_0); TraceLoggingMetadataCollector_AddScalar_mA1A23105BD49003C6FD1A00C6A4ADBD02FA49854((TraceLoggingMetadataCollector_tFDCF6C9B118FD41428DBE1C3AA17A601001C1B2C *)L_0, (String_t*)L_1, (int32_t)L_3, /*hidden argument*/NULL); return; } } // System.Void System.Diagnostics.Tracing.EnumByteTypeInfo`1::WriteData(System.Diagnostics.Tracing.TraceLoggingDataCollector,EnumType&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EnumByteTypeInfo_1_WriteData_m96370574A5F4A7BD40333591E8BAEA4209D5F339_gshared (EnumByteTypeInfo_1_tA547620C007CCFB0ACB7E71C8C1DDB1517B204A2 * __this, TraceLoggingDataCollector_t5C690F08E67433C8CBAC45BCF713D40E805DB2C7 * ___collector0, uint8_t* ___value1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&EnumHelper_1_t20AF5068487E525E3E8193BD8075E5581B0827B5_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { TraceLoggingDataCollector_t5C690F08E67433C8CBAC45BCF713D40E805DB2C7 * L_0 = ___collector0; uint8_t* L_1 = ___value1; uint8_t L_2 = (*(uint8_t*)L_1); IL2CPP_RUNTIME_CLASS_INIT(EnumHelper_1_t20AF5068487E525E3E8193BD8075E5581B0827B5_il2cpp_TypeInfo_var); uint8_t L_3; L_3 = (( uint8_t (*) (uint8_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((uint8_t)L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); NullCheck((TraceLoggingDataCollector_t5C690F08E67433C8CBAC45BCF713D40E805DB2C7 *)L_0); TraceLoggingDataCollector_AddScalar_mC8F3998A1B09964D7D4FFF35AF2C90960052A0E6((TraceLoggingDataCollector_t5C690F08E67433C8CBAC45BCF713D40E805DB2C7 *)L_0, (uint8_t)L_3, /*hidden argument*/NULL); return; } } // System.Object System.Diagnostics.Tracing.EnumByteTypeInfo`1::GetData(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * EnumByteTypeInfo_1_GetData_mC9A115F22BF8C263C32A45C78119F485DB40C0E6_gshared (EnumByteTypeInfo_1_tA547620C007CCFB0ACB7E71C8C1DDB1517B204A2 * __this, RuntimeObject * ___value0, const RuntimeMethod* method) { { RuntimeObject * L_0 = ___value0; return (RuntimeObject *)L_0; } } // System.Void System.Diagnostics.Tracing.EnumByteTypeInfo`1::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EnumByteTypeInfo_1__ctor_mCEF64CF4584CD05D2A146A62A3FA758DB846E0DF_gshared (EnumByteTypeInfo_1_tA547620C007CCFB0ACB7E71C8C1DDB1517B204A2 * __this, const RuntimeMethod* method) { { NullCheck((TraceLoggingTypeInfo_1_t3249C39DDD7C9608FB6A71BC0E8ADAD2DBA7582D *)__this); (( void (*) (TraceLoggingTypeInfo_1_t3249C39DDD7C9608FB6A71BC0E8ADAD2DBA7582D *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)->methodPointer)((TraceLoggingTypeInfo_1_t3249C39DDD7C9608FB6A71BC0E8ADAD2DBA7582D *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Diagnostics.Tracing.EnumByteTypeInfo`1::WriteMetadata(System.Diagnostics.Tracing.TraceLoggingMetadataCollector,System.String,System.Diagnostics.Tracing.EventFieldFormat) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EnumByteTypeInfo_1_WriteMetadata_m203BEBFA1D0A163485050A1EA13E8CC3136848FD_gshared (EnumByteTypeInfo_1_tB73F5A2B1FB8789FDECF5311F58A46108C97C5BF * __this, TraceLoggingMetadataCollector_tFDCF6C9B118FD41428DBE1C3AA17A601001C1B2C * ___collector0, String_t* ___name1, int32_t ___format2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Statics_t4B5A84F3134B8BF7299B14BE64813C95F1ABBCE3_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { TraceLoggingMetadataCollector_tFDCF6C9B118FD41428DBE1C3AA17A601001C1B2C * L_0 = ___collector0; String_t* L_1 = ___name1; int32_t L_2 = ___format2; IL2CPP_RUNTIME_CLASS_INIT(Statics_t4B5A84F3134B8BF7299B14BE64813C95F1ABBCE3_il2cpp_TypeInfo_var); int32_t L_3; L_3 = Statics_Format8_mE45EF4E6E42F82768CE748BDA7E5106F3CD0E15C((int32_t)L_2, (int32_t)4, /*hidden argument*/NULL); NullCheck((TraceLoggingMetadataCollector_tFDCF6C9B118FD41428DBE1C3AA17A601001C1B2C *)L_0); TraceLoggingMetadataCollector_AddScalar_mA1A23105BD49003C6FD1A00C6A4ADBD02FA49854((TraceLoggingMetadataCollector_tFDCF6C9B118FD41428DBE1C3AA17A601001C1B2C *)L_0, (String_t*)L_1, (int32_t)L_3, /*hidden argument*/NULL); return; } } // System.Void System.Diagnostics.Tracing.EnumByteTypeInfo`1::WriteData(System.Diagnostics.Tracing.TraceLoggingDataCollector,EnumType&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EnumByteTypeInfo_1_WriteData_mB4326B150F40B84E3B7F67052F8EA118A12B52B9_gshared (EnumByteTypeInfo_1_tB73F5A2B1FB8789FDECF5311F58A46108C97C5BF * __this, TraceLoggingDataCollector_t5C690F08E67433C8CBAC45BCF713D40E805DB2C7 * ___collector0, Il2CppChar* ___value1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&EnumHelper_1_t20AF5068487E525E3E8193BD8075E5581B0827B5_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { TraceLoggingDataCollector_t5C690F08E67433C8CBAC45BCF713D40E805DB2C7 * L_0 = ___collector0; Il2CppChar* L_1 = ___value1; Il2CppChar L_2 = (*(Il2CppChar*)L_1); IL2CPP_RUNTIME_CLASS_INIT(EnumHelper_1_t20AF5068487E525E3E8193BD8075E5581B0827B5_il2cpp_TypeInfo_var); uint8_t L_3; L_3 = (( uint8_t (*) (Il2CppChar, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((Il2CppChar)L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); NullCheck((TraceLoggingDataCollector_t5C690F08E67433C8CBAC45BCF713D40E805DB2C7 *)L_0); TraceLoggingDataCollector_AddScalar_mC8F3998A1B09964D7D4FFF35AF2C90960052A0E6((TraceLoggingDataCollector_t5C690F08E67433C8CBAC45BCF713D40E805DB2C7 *)L_0, (uint8_t)L_3, /*hidden argument*/NULL); return; } } // System.Object System.Diagnostics.Tracing.EnumByteTypeInfo`1::GetData(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * EnumByteTypeInfo_1_GetData_mCBC20C369859B14A048AC710C2F3000BF0A2B3FD_gshared (EnumByteTypeInfo_1_tB73F5A2B1FB8789FDECF5311F58A46108C97C5BF * __this, RuntimeObject * ___value0, const RuntimeMethod* method) { { RuntimeObject * L_0 = ___value0; return (RuntimeObject *)L_0; } } // System.Void System.Diagnostics.Tracing.EnumByteTypeInfo`1::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EnumByteTypeInfo_1__ctor_m6A8567CC57736521C8DF2B7F8B12FFACCB12BEB8_gshared (EnumByteTypeInfo_1_tB73F5A2B1FB8789FDECF5311F58A46108C97C5BF * __this, const RuntimeMethod* method) { { NullCheck((TraceLoggingTypeInfo_1_t4060A49A9615875C95710F4F7A74B649698B182C *)__this); (( void (*) (TraceLoggingTypeInfo_1_t4060A49A9615875C95710F4F7A74B649698B182C *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)->methodPointer)((TraceLoggingTypeInfo_1_t4060A49A9615875C95710F4F7A74B649698B182C *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Diagnostics.Tracing.EnumByteTypeInfo`1::WriteMetadata(System.Diagnostics.Tracing.TraceLoggingMetadataCollector,System.String,System.Diagnostics.Tracing.EventFieldFormat) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EnumByteTypeInfo_1_WriteMetadata_m33600470F04BBA71CF9567C0ABB0634F995999E7_gshared (EnumByteTypeInfo_1_t8AF9D231B3B3DD90C81F720A0B0F8F2D0BB6678B * __this, TraceLoggingMetadataCollector_tFDCF6C9B118FD41428DBE1C3AA17A601001C1B2C * ___collector0, String_t* ___name1, int32_t ___format2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Statics_t4B5A84F3134B8BF7299B14BE64813C95F1ABBCE3_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { TraceLoggingMetadataCollector_tFDCF6C9B118FD41428DBE1C3AA17A601001C1B2C * L_0 = ___collector0; String_t* L_1 = ___name1; int32_t L_2 = ___format2; IL2CPP_RUNTIME_CLASS_INIT(Statics_t4B5A84F3134B8BF7299B14BE64813C95F1ABBCE3_il2cpp_TypeInfo_var); int32_t L_3; L_3 = Statics_Format8_mE45EF4E6E42F82768CE748BDA7E5106F3CD0E15C((int32_t)L_2, (int32_t)4, /*hidden argument*/NULL); NullCheck((TraceLoggingMetadataCollector_tFDCF6C9B118FD41428DBE1C3AA17A601001C1B2C *)L_0); TraceLoggingMetadataCollector_AddScalar_mA1A23105BD49003C6FD1A00C6A4ADBD02FA49854((TraceLoggingMetadataCollector_tFDCF6C9B118FD41428DBE1C3AA17A601001C1B2C *)L_0, (String_t*)L_1, (int32_t)L_3, /*hidden argument*/NULL); return; } } // System.Void System.Diagnostics.Tracing.EnumByteTypeInfo`1::WriteData(System.Diagnostics.Tracing.TraceLoggingDataCollector,EnumType&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EnumByteTypeInfo_1_WriteData_m885A65429C8F5F56175DF7EFE697A0A599574EC7_gshared (EnumByteTypeInfo_1_t8AF9D231B3B3DD90C81F720A0B0F8F2D0BB6678B * __this, TraceLoggingDataCollector_t5C690F08E67433C8CBAC45BCF713D40E805DB2C7 * ___collector0, DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 * ___value1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&EnumHelper_1_t20AF5068487E525E3E8193BD8075E5581B0827B5_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { TraceLoggingDataCollector_t5C690F08E67433C8CBAC45BCF713D40E805DB2C7 * L_0 = ___collector0; DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 * L_1 = ___value1; DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_2 = (*(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 *)L_1); IL2CPP_RUNTIME_CLASS_INIT(EnumHelper_1_t20AF5068487E525E3E8193BD8075E5581B0827B5_il2cpp_TypeInfo_var); uint8_t L_3; L_3 = (( uint8_t (*) (DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 )L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); NullCheck((TraceLoggingDataCollector_t5C690F08E67433C8CBAC45BCF713D40E805DB2C7 *)L_0); TraceLoggingDataCollector_AddScalar_mC8F3998A1B09964D7D4FFF35AF2C90960052A0E6((TraceLoggingDataCollector_t5C690F08E67433C8CBAC45BCF713D40E805DB2C7 *)L_0, (uint8_t)L_3, /*hidden argument*/NULL); return; } } // System.Object System.Diagnostics.Tracing.EnumByteTypeInfo`1::GetData(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * EnumByteTypeInfo_1_GetData_m3EE599BEC6DEB0C377122DCA3BD7EC488E56A3F9_gshared (EnumByteTypeInfo_1_t8AF9D231B3B3DD90C81F720A0B0F8F2D0BB6678B * __this, RuntimeObject * ___value0, const RuntimeMethod* method) { { RuntimeObject * L_0 = ___value0; return (RuntimeObject *)L_0; } } // System.Void System.Diagnostics.Tracing.EnumByteTypeInfo`1::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EnumByteTypeInfo_1__ctor_mBC6039DBE0D499E526E8DF23932CCC6DB152C034_gshared (EnumByteTypeInfo_1_t8AF9D231B3B3DD90C81F720A0B0F8F2D0BB6678B * __this, const RuntimeMethod* method) { { NullCheck((TraceLoggingTypeInfo_1_t3B564912583B489AA09CF4EC981BC921E43D206B *)__this); (( void (*) (TraceLoggingTypeInfo_1_t3B564912583B489AA09CF4EC981BC921E43D206B *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)->methodPointer)((TraceLoggingTypeInfo_1_t3B564912583B489AA09CF4EC981BC921E43D206B *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Diagnostics.Tracing.EnumByteTypeInfo`1::WriteMetadata(System.Diagnostics.Tracing.TraceLoggingMetadataCollector,System.String,System.Diagnostics.Tracing.EventFieldFormat) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EnumByteTypeInfo_1_WriteMetadata_m92BEAB1B459AC801311544D8A6E4A1F9562913FB_gshared (EnumByteTypeInfo_1_t571F010C3CC85EC2545E126F36C1855C67767017 * __this, TraceLoggingMetadataCollector_tFDCF6C9B118FD41428DBE1C3AA17A601001C1B2C * ___collector0, String_t* ___name1, int32_t ___format2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Statics_t4B5A84F3134B8BF7299B14BE64813C95F1ABBCE3_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { TraceLoggingMetadataCollector_tFDCF6C9B118FD41428DBE1C3AA17A601001C1B2C * L_0 = ___collector0; String_t* L_1 = ___name1; int32_t L_2 = ___format2; IL2CPP_RUNTIME_CLASS_INIT(Statics_t4B5A84F3134B8BF7299B14BE64813C95F1ABBCE3_il2cpp_TypeInfo_var); int32_t L_3; L_3 = Statics_Format8_mE45EF4E6E42F82768CE748BDA7E5106F3CD0E15C((int32_t)L_2, (int32_t)4, /*hidden argument*/NULL); NullCheck((TraceLoggingMetadataCollector_tFDCF6C9B118FD41428DBE1C3AA17A601001C1B2C *)L_0); TraceLoggingMetadataCollector_AddScalar_mA1A23105BD49003C6FD1A00C6A4ADBD02FA49854((TraceLoggingMetadataCollector_tFDCF6C9B118FD41428DBE1C3AA17A601001C1B2C *)L_0, (String_t*)L_1, (int32_t)L_3, /*hidden argument*/NULL); return; } } // System.Void System.Diagnostics.Tracing.EnumByteTypeInfo`1::WriteData(System.Diagnostics.Tracing.TraceLoggingDataCollector,EnumType&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EnumByteTypeInfo_1_WriteData_mB588232AFBBF6C667863781B3EB16625C563D57C_gshared (EnumByteTypeInfo_1_t571F010C3CC85EC2545E126F36C1855C67767017 * __this, TraceLoggingDataCollector_t5C690F08E67433C8CBAC45BCF713D40E805DB2C7 * ___collector0, DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5 * ___value1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&EnumHelper_1_t20AF5068487E525E3E8193BD8075E5581B0827B5_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { TraceLoggingDataCollector_t5C690F08E67433C8CBAC45BCF713D40E805DB2C7 * L_0 = ___collector0; DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5 * L_1 = ___value1; DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5 L_2 = (*(DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5 *)L_1); IL2CPP_RUNTIME_CLASS_INIT(EnumHelper_1_t20AF5068487E525E3E8193BD8075E5581B0827B5_il2cpp_TypeInfo_var); uint8_t L_3; L_3 = (( uint8_t (*) (DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5 )L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); NullCheck((TraceLoggingDataCollector_t5C690F08E67433C8CBAC45BCF713D40E805DB2C7 *)L_0); TraceLoggingDataCollector_AddScalar_mC8F3998A1B09964D7D4FFF35AF2C90960052A0E6((TraceLoggingDataCollector_t5C690F08E67433C8CBAC45BCF713D40E805DB2C7 *)L_0, (uint8_t)L_3, /*hidden argument*/NULL); return; } } // System.Object System.Diagnostics.Tracing.EnumByteTypeInfo`1::GetData(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * EnumByteTypeInfo_1_GetData_m21335F8F90DF4AF8E30711D213D3985990ADC479_gshared (EnumByteTypeInfo_1_t571F010C3CC85EC2545E126F36C1855C67767017 * __this, RuntimeObject * ___value0, const RuntimeMethod* method) { { RuntimeObject * L_0 = ___value0; return (RuntimeObject *)L_0; } } // System.Void System.Diagnostics.Tracing.EnumByteTypeInfo`1::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EnumByteTypeInfo_1__ctor_mA92FD411BDF78CEF9634D8009276C47D368387D7_gshared (EnumByteTypeInfo_1_t571F010C3CC85EC2545E126F36C1855C67767017 * __this, const RuntimeMethod* method) { { NullCheck((TraceLoggingTypeInfo_1_t2222233AEF607D614ED51D9A909021B0AD1DD052 *)__this); (( void (*) (TraceLoggingTypeInfo_1_t2222233AEF607D614ED51D9A909021B0AD1DD052 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)->methodPointer)((TraceLoggingTypeInfo_1_t2222233AEF607D614ED51D9A909021B0AD1DD052 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Diagnostics.Tracing.EnumByteTypeInfo`1::WriteMetadata(System.Diagnostics.Tracing.TraceLoggingMetadataCollector,System.String,System.Diagnostics.Tracing.EventFieldFormat) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EnumByteTypeInfo_1_WriteMetadata_m7352013F5DC25C0282A1D009C6A14578E3E16169_gshared (EnumByteTypeInfo_1_t80FC2B3FEF7782AB273C7B2774A78B0948EB3A02 * __this, TraceLoggingMetadataCollector_tFDCF6C9B118FD41428DBE1C3AA17A601001C1B2C * ___collector0, String_t* ___name1, int32_t ___format2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Statics_t4B5A84F3134B8BF7299B14BE64813C95F1ABBCE3_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { TraceLoggingMetadataCollector_tFDCF6C9B118FD41428DBE1C3AA17A601001C1B2C * L_0 = ___collector0; String_t* L_1 = ___name1; int32_t L_2 = ___format2; IL2CPP_RUNTIME_CLASS_INIT(Statics_t4B5A84F3134B8BF7299B14BE64813C95F1ABBCE3_il2cpp_TypeInfo_var); int32_t L_3; L_3 = Statics_Format8_mE45EF4E6E42F82768CE748BDA7E5106F3CD0E15C((int32_t)L_2, (int32_t)4, /*hidden argument*/NULL); NullCheck((TraceLoggingMetadataCollector_tFDCF6C9B118FD41428DBE1C3AA17A601001C1B2C *)L_0); TraceLoggingMetadataCollector_AddScalar_mA1A23105BD49003C6FD1A00C6A4ADBD02FA49854((TraceLoggingMetadataCollector_tFDCF6C9B118FD41428DBE1C3AA17A601001C1B2C *)L_0, (String_t*)L_1, (int32_t)L_3, /*hidden argument*/NULL); return; } } // System.Void System.Diagnostics.Tracing.EnumByteTypeInfo`1::WriteData(System.Diagnostics.Tracing.TraceLoggingDataCollector,EnumType&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EnumByteTypeInfo_1_WriteData_m1F7B3C331E1F09BA45DE3489E0903FF20E17424E_gshared (EnumByteTypeInfo_1_t80FC2B3FEF7782AB273C7B2774A78B0948EB3A02 * __this, TraceLoggingDataCollector_t5C690F08E67433C8CBAC45BCF713D40E805DB2C7 * ___collector0, Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 * ___value1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&EnumHelper_1_t20AF5068487E525E3E8193BD8075E5581B0827B5_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { TraceLoggingDataCollector_t5C690F08E67433C8CBAC45BCF713D40E805DB2C7 * L_0 = ___collector0; Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 * L_1 = ___value1; Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 L_2 = (*(Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 *)L_1); IL2CPP_RUNTIME_CLASS_INIT(EnumHelper_1_t20AF5068487E525E3E8193BD8075E5581B0827B5_il2cpp_TypeInfo_var); uint8_t L_3; L_3 = (( uint8_t (*) (Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 )L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); NullCheck((TraceLoggingDataCollector_t5C690F08E67433C8CBAC45BCF713D40E805DB2C7 *)L_0); TraceLoggingDataCollector_AddScalar_mC8F3998A1B09964D7D4FFF35AF2C90960052A0E6((TraceLoggingDataCollector_t5C690F08E67433C8CBAC45BCF713D40E805DB2C7 *)L_0, (uint8_t)L_3, /*hidden argument*/NULL); return; } } // System.Object System.Diagnostics.Tracing.EnumByteTypeInfo`1::GetData(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * EnumByteTypeInfo_1_GetData_mA7B6DCAE378F6CB46113916AA4569AD04B65980B_gshared (EnumByteTypeInfo_1_t80FC2B3FEF7782AB273C7B2774A78B0948EB3A02 * __this, RuntimeObject * ___value0, const RuntimeMethod* method) { { RuntimeObject * L_0 = ___value0; return (RuntimeObject *)L_0; } } // System.Void System.Diagnostics.Tracing.EnumByteTypeInfo`1::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EnumByteTypeInfo_1__ctor_mA2659A2093CA340F912FF19619F0CE193A128743_gshared (EnumByteTypeInfo_1_t80FC2B3FEF7782AB273C7B2774A78B0948EB3A02 * __this, const RuntimeMethod* method) { { NullCheck((TraceLoggingTypeInfo_1_t31C39790E0722BFAB7EF167B090AFCF92BEF0393 *)__this); (( void (*) (TraceLoggingTypeInfo_1_t31C39790E0722BFAB7EF167B090AFCF92BEF0393 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)->methodPointer)((TraceLoggingTypeInfo_1_t31C39790E0722BFAB7EF167B090AFCF92BEF0393 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Diagnostics.Tracing.EnumByteTypeInfo`1::WriteMetadata(System.Diagnostics.Tracing.TraceLoggingMetadataCollector,System.String,System.Diagnostics.Tracing.EventFieldFormat) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EnumByteTypeInfo_1_WriteMetadata_mF2D1BC4494409B9A3B153822E6BB52257C05BB67_gshared (EnumByteTypeInfo_1_t024482F4B0B6B81E02D39660251D773ACD4B0AB6 * __this, TraceLoggingMetadataCollector_tFDCF6C9B118FD41428DBE1C3AA17A601001C1B2C * ___collector0, String_t* ___name1, int32_t ___format2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Statics_t4B5A84F3134B8BF7299B14BE64813C95F1ABBCE3_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { TraceLoggingMetadataCollector_tFDCF6C9B118FD41428DBE1C3AA17A601001C1B2C * L_0 = ___collector0; String_t* L_1 = ___name1; int32_t L_2 = ___format2; IL2CPP_RUNTIME_CLASS_INIT(Statics_t4B5A84F3134B8BF7299B14BE64813C95F1ABBCE3_il2cpp_TypeInfo_var); int32_t L_3; L_3 = Statics_Format8_mE45EF4E6E42F82768CE748BDA7E5106F3CD0E15C((int32_t)L_2, (int32_t)4, /*hidden argument*/NULL); NullCheck((TraceLoggingMetadataCollector_tFDCF6C9B118FD41428DBE1C3AA17A601001C1B2C *)L_0); TraceLoggingMetadataCollector_AddScalar_mA1A23105BD49003C6FD1A00C6A4ADBD02FA49854((TraceLoggingMetadataCollector_tFDCF6C9B118FD41428DBE1C3AA17A601001C1B2C *)L_0, (String_t*)L_1, (int32_t)L_3, /*hidden argument*/NULL); return; } } // System.Void System.Diagnostics.Tracing.EnumByteTypeInfo`1::WriteData(System.Diagnostics.Tracing.TraceLoggingDataCollector,EnumType&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EnumByteTypeInfo_1_WriteData_mBC61CF9ED628EFB799143CB657B9FE1730C13B16_gshared (EnumByteTypeInfo_1_t024482F4B0B6B81E02D39660251D773ACD4B0AB6 * __this, TraceLoggingDataCollector_t5C690F08E67433C8CBAC45BCF713D40E805DB2C7 * ___collector0, double* ___value1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&EnumHelper_1_t20AF5068487E525E3E8193BD8075E5581B0827B5_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { TraceLoggingDataCollector_t5C690F08E67433C8CBAC45BCF713D40E805DB2C7 * L_0 = ___collector0; double* L_1 = ___value1; double L_2 = (*(double*)L_1); IL2CPP_RUNTIME_CLASS_INIT(EnumHelper_1_t20AF5068487E525E3E8193BD8075E5581B0827B5_il2cpp_TypeInfo_var); uint8_t L_3; L_3 = (( uint8_t (*) (double, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((double)L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); NullCheck((TraceLoggingDataCollector_t5C690F08E67433C8CBAC45BCF713D40E805DB2C7 *)L_0); TraceLoggingDataCollector_AddScalar_mC8F3998A1B09964D7D4FFF35AF2C90960052A0E6((TraceLoggingDataCollector_t5C690F08E67433C8CBAC45BCF713D40E805DB2C7 *)L_0, (uint8_t)L_3, /*hidden argument*/NULL); return; } } // System.Object System.Diagnostics.Tracing.EnumByteTypeInfo`1::GetData(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * EnumByteTypeInfo_1_GetData_mB05775AC7FC2363E19B59D97CEEB6DEE5E48B781_gshared (EnumByteTypeInfo_1_t024482F4B0B6B81E02D39660251D773ACD4B0AB6 * __this, RuntimeObject * ___value0, const RuntimeMethod* method) { { RuntimeObject * L_0 = ___value0; return (RuntimeObject *)L_0; } } // System.Void System.Diagnostics.Tracing.EnumByteTypeInfo`1::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EnumByteTypeInfo_1__ctor_mAFFE4A05314906F1813D874F2E000F5E82FB5EC3_gshared (EnumByteTypeInfo_1_t024482F4B0B6B81E02D39660251D773ACD4B0AB6 * __this, const RuntimeMethod* method) { { NullCheck((TraceLoggingTypeInfo_1_t7DB46152A9D14F1E2B1949B20B3FDFDF3EE951B1 *)__this); (( void (*) (TraceLoggingTypeInfo_1_t7DB46152A9D14F1E2B1949B20B3FDFDF3EE951B1 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)->methodPointer)((TraceLoggingTypeInfo_1_t7DB46152A9D14F1E2B1949B20B3FDFDF3EE951B1 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Diagnostics.Tracing.EnumByteTypeInfo`1::WriteMetadata(System.Diagnostics.Tracing.TraceLoggingMetadataCollector,System.String,System.Diagnostics.Tracing.EventFieldFormat) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EnumByteTypeInfo_1_WriteMetadata_m55F243C37BB1906EB21B49FA73ACA568E486098D_gshared (EnumByteTypeInfo_1_t8021ADF8A3542085324EA36CC00D1753CE885C65 * __this, TraceLoggingMetadataCollector_tFDCF6C9B118FD41428DBE1C3AA17A601001C1B2C * ___collector0, String_t* ___name1, int32_t ___format2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Statics_t4B5A84F3134B8BF7299B14BE64813C95F1ABBCE3_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { TraceLoggingMetadataCollector_tFDCF6C9B118FD41428DBE1C3AA17A601001C1B2C * L_0 = ___collector0; String_t* L_1 = ___name1; int32_t L_2 = ___format2; IL2CPP_RUNTIME_CLASS_INIT(Statics_t4B5A84F3134B8BF7299B14BE64813C95F1ABBCE3_il2cpp_TypeInfo_var); int32_t L_3; L_3 = Statics_Format8_mE45EF4E6E42F82768CE748BDA7E5106F3CD0E15C((int32_t)L_2, (int32_t)4, /*hidden argument*/NULL); NullCheck((TraceLoggingMetadataCollector_tFDCF6C9B118FD41428DBE1C3AA17A601001C1B2C *)L_0); TraceLoggingMetadataCollector_AddScalar_mA1A23105BD49003C6FD1A00C6A4ADBD02FA49854((TraceLoggingMetadataCollector_tFDCF6C9B118FD41428DBE1C3AA17A601001C1B2C *)L_0, (String_t*)L_1, (int32_t)L_3, /*hidden argument*/NULL); return; } } // System.Void System.Diagnostics.Tracing.EnumByteTypeInfo`1::WriteData(System.Diagnostics.Tracing.TraceLoggingDataCollector,EnumType&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EnumByteTypeInfo_1_WriteData_mC532AA1C8CD2C6A3529920A9664BC8BE6A404F0E_gshared (EnumByteTypeInfo_1_t8021ADF8A3542085324EA36CC00D1753CE885C65 * __this, TraceLoggingDataCollector_t5C690F08E67433C8CBAC45BCF713D40E805DB2C7 * ___collector0, EmptyStruct_t4261C00C8DDCEA2FE01A2264519DDB55BA275F62 * ___value1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&EnumHelper_1_t20AF5068487E525E3E8193BD8075E5581B0827B5_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { TraceLoggingDataCollector_t5C690F08E67433C8CBAC45BCF713D40E805DB2C7 * L_0 = ___collector0; EmptyStruct_t4261C00C8DDCEA2FE01A2264519DDB55BA275F62 * L_1 = ___value1; EmptyStruct_t4261C00C8DDCEA2FE01A2264519DDB55BA275F62 L_2 = (*(EmptyStruct_t4261C00C8DDCEA2FE01A2264519DDB55BA275F62 *)L_1); IL2CPP_RUNTIME_CLASS_INIT(EnumHelper_1_t20AF5068487E525E3E8193BD8075E5581B0827B5_il2cpp_TypeInfo_var); uint8_t L_3; L_3 = (( uint8_t (*) (EmptyStruct_t4261C00C8DDCEA2FE01A2264519DDB55BA275F62 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((EmptyStruct_t4261C00C8DDCEA2FE01A2264519DDB55BA275F62 )L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); NullCheck((TraceLoggingDataCollector_t5C690F08E67433C8CBAC45BCF713D40E805DB2C7 *)L_0); TraceLoggingDataCollector_AddScalar_mC8F3998A1B09964D7D4FFF35AF2C90960052A0E6((TraceLoggingDataCollector_t5C690F08E67433C8CBAC45BCF713D40E805DB2C7 *)L_0, (uint8_t)L_3, /*hidden argument*/NULL); return; } } // System.Object System.Diagnostics.Tracing.EnumByteTypeInfo`1::GetData(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * EnumByteTypeInfo_1_GetData_m321F5347466DEEA1CE9F1893177DA496EAD4779A_gshared (EnumByteTypeInfo_1_t8021ADF8A3542085324EA36CC00D1753CE885C65 * __this, RuntimeObject * ___value0, const RuntimeMethod* method) { { RuntimeObject * L_0 = ___value0; return (RuntimeObject *)L_0; } } // System.Void System.Diagnostics.Tracing.EnumByteTypeInfo`1::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EnumByteTypeInfo_1__ctor_m6CCA2C1E1677496BEEC2627846F635AFDBA46B46_gshared (EnumByteTypeInfo_1_t8021ADF8A3542085324EA36CC00D1753CE885C65 * __this, const RuntimeMethod* method) { { NullCheck((TraceLoggingTypeInfo_1_t632172B9985D9F811628DA2FBE10BB7F417FEA07 *)__this); (( void (*) (TraceLoggingTypeInfo_1_t632172B9985D9F811628DA2FBE10BB7F417FEA07 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)->methodPointer)((TraceLoggingTypeInfo_1_t632172B9985D9F811628DA2FBE10BB7F417FEA07 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Diagnostics.Tracing.EnumByteTypeInfo`1::WriteMetadata(System.Diagnostics.Tracing.TraceLoggingMetadataCollector,System.String,System.Diagnostics.Tracing.EventFieldFormat) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EnumByteTypeInfo_1_WriteMetadata_mC0F2AD6A2F3E97437650546582808D3EF0B8B6C9_gshared (EnumByteTypeInfo_1_tDF6D6989829B76A5C988771A28950918ECE6F4A5 * __this, TraceLoggingMetadataCollector_tFDCF6C9B118FD41428DBE1C3AA17A601001C1B2C * ___collector0, String_t* ___name1, int32_t ___format2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Statics_t4B5A84F3134B8BF7299B14BE64813C95F1ABBCE3_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { TraceLoggingMetadataCollector_tFDCF6C9B118FD41428DBE1C3AA17A601001C1B2C * L_0 = ___collector0; String_t* L_1 = ___name1; int32_t L_2 = ___format2; IL2CPP_RUNTIME_CLASS_INIT(Statics_t4B5A84F3134B8BF7299B14BE64813C95F1ABBCE3_il2cpp_TypeInfo_var); int32_t L_3; L_3 = Statics_Format8_mE45EF4E6E42F82768CE748BDA7E5106F3CD0E15C((int32_t)L_2, (int32_t)4, /*hidden argument*/NULL); NullCheck((TraceLoggingMetadataCollector_tFDCF6C9B118FD41428DBE1C3AA17A601001C1B2C *)L_0); TraceLoggingMetadataCollector_AddScalar_mA1A23105BD49003C6FD1A00C6A4ADBD02FA49854((TraceLoggingMetadataCollector_tFDCF6C9B118FD41428DBE1C3AA17A601001C1B2C *)L_0, (String_t*)L_1, (int32_t)L_3, /*hidden argument*/NULL); return; } } // System.Void System.Diagnostics.Tracing.EnumByteTypeInfo`1::WriteData(System.Diagnostics.Tracing.TraceLoggingDataCollector,EnumType&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EnumByteTypeInfo_1_WriteData_mA023E25F929AAFE80DFAA86AB594782C41759F48_gshared (EnumByteTypeInfo_1_tDF6D6989829B76A5C988771A28950918ECE6F4A5 * __this, TraceLoggingDataCollector_t5C690F08E67433C8CBAC45BCF713D40E805DB2C7 * ___collector0, Guid_t * ___value1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&EnumHelper_1_t20AF5068487E525E3E8193BD8075E5581B0827B5_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { TraceLoggingDataCollector_t5C690F08E67433C8CBAC45BCF713D40E805DB2C7 * L_0 = ___collector0; Guid_t * L_1 = ___value1; Guid_t L_2 = (*(Guid_t *)L_1); IL2CPP_RUNTIME_CLASS_INIT(EnumHelper_1_t20AF5068487E525E3E8193BD8075E5581B0827B5_il2cpp_TypeInfo_var); uint8_t L_3; L_3 = (( uint8_t (*) (Guid_t , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((Guid_t )L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); NullCheck((TraceLoggingDataCollector_t5C690F08E67433C8CBAC45BCF713D40E805DB2C7 *)L_0); TraceLoggingDataCollector_AddScalar_mC8F3998A1B09964D7D4FFF35AF2C90960052A0E6((TraceLoggingDataCollector_t5C690F08E67433C8CBAC45BCF713D40E805DB2C7 *)L_0, (uint8_t)L_3, /*hidden argument*/NULL); return; } } // System.Object System.Diagnostics.Tracing.EnumByteTypeInfo`1::GetData(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * EnumByteTypeInfo_1_GetData_mE615557A11CE00D305F7729AE1AB4F4ADDF81C37_gshared (EnumByteTypeInfo_1_tDF6D6989829B76A5C988771A28950918ECE6F4A5 * __this, RuntimeObject * ___value0, const RuntimeMethod* method) { { RuntimeObject * L_0 = ___value0; return (RuntimeObject *)L_0; } } // System.Void System.Diagnostics.Tracing.EnumByteTypeInfo`1::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EnumByteTypeInfo_1__ctor_mD5EC7DFB0F114EF00D1326C2EC65D3AD9E9F819A_gshared (EnumByteTypeInfo_1_tDF6D6989829B76A5C988771A28950918ECE6F4A5 * __this, const RuntimeMethod* method) { { NullCheck((TraceLoggingTypeInfo_1_t8101320E9F094F3170A4766FC28D96B07623CAFF *)__this); (( void (*) (TraceLoggingTypeInfo_1_t8101320E9F094F3170A4766FC28D96B07623CAFF *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)->methodPointer)((TraceLoggingTypeInfo_1_t8101320E9F094F3170A4766FC28D96B07623CAFF *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Diagnostics.Tracing.EnumByteTypeInfo`1::WriteMetadata(System.Diagnostics.Tracing.TraceLoggingMetadataCollector,System.String,System.Diagnostics.Tracing.EventFieldFormat) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EnumByteTypeInfo_1_WriteMetadata_m680A53AB9023A882927A34782C2FF10B69D9D388_gshared (EnumByteTypeInfo_1_tFF31FD2EF9C97245E250019CE04FCCD1663810EF * __this, TraceLoggingMetadataCollector_tFDCF6C9B118FD41428DBE1C3AA17A601001C1B2C * ___collector0, String_t* ___name1, int32_t ___format2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Statics_t4B5A84F3134B8BF7299B14BE64813C95F1ABBCE3_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { TraceLoggingMetadataCollector_tFDCF6C9B118FD41428DBE1C3AA17A601001C1B2C * L_0 = ___collector0; String_t* L_1 = ___name1; int32_t L_2 = ___format2; IL2CPP_RUNTIME_CLASS_INIT(Statics_t4B5A84F3134B8BF7299B14BE64813C95F1ABBCE3_il2cpp_TypeInfo_var); int32_t L_3; L_3 = Statics_Format8_mE45EF4E6E42F82768CE748BDA7E5106F3CD0E15C((int32_t)L_2, (int32_t)4, /*hidden argument*/NULL); NullCheck((TraceLoggingMetadataCollector_tFDCF6C9B118FD41428DBE1C3AA17A601001C1B2C *)L_0); TraceLoggingMetadataCollector_AddScalar_mA1A23105BD49003C6FD1A00C6A4ADBD02FA49854((TraceLoggingMetadataCollector_tFDCF6C9B118FD41428DBE1C3AA17A601001C1B2C *)L_0, (String_t*)L_1, (int32_t)L_3, /*hidden argument*/NULL); return; } } // System.Void System.Diagnostics.Tracing.EnumByteTypeInfo`1::WriteData(System.Diagnostics.Tracing.TraceLoggingDataCollector,EnumType&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EnumByteTypeInfo_1_WriteData_m72E75911EB0F76C60F99959EAE2AE0F822546717_gshared (EnumByteTypeInfo_1_tFF31FD2EF9C97245E250019CE04FCCD1663810EF * __this, TraceLoggingDataCollector_t5C690F08E67433C8CBAC45BCF713D40E805DB2C7 * ___collector0, int16_t* ___value1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&EnumHelper_1_t20AF5068487E525E3E8193BD8075E5581B0827B5_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { TraceLoggingDataCollector_t5C690F08E67433C8CBAC45BCF713D40E805DB2C7 * L_0 = ___collector0; int16_t* L_1 = ___value1; int16_t L_2 = (*(int16_t*)L_1); IL2CPP_RUNTIME_CLASS_INIT(EnumHelper_1_t20AF5068487E525E3E8193BD8075E5581B0827B5_il2cpp_TypeInfo_var); uint8_t L_3; L_3 = (( uint8_t (*) (int16_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((int16_t)L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); NullCheck((TraceLoggingDataCollector_t5C690F08E67433C8CBAC45BCF713D40E805DB2C7 *)L_0); TraceLoggingDataCollector_AddScalar_mC8F3998A1B09964D7D4FFF35AF2C90960052A0E6((TraceLoggingDataCollector_t5C690F08E67433C8CBAC45BCF713D40E805DB2C7 *)L_0, (uint8_t)L_3, /*hidden argument*/NULL); return; } } // System.Object System.Diagnostics.Tracing.EnumByteTypeInfo`1::GetData(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * EnumByteTypeInfo_1_GetData_m6F64582563C304648D03BED5BFD4FC4C8ED8FF00_gshared (EnumByteTypeInfo_1_tFF31FD2EF9C97245E250019CE04FCCD1663810EF * __this, RuntimeObject * ___value0, const RuntimeMethod* method) { { RuntimeObject * L_0 = ___value0; return (RuntimeObject *)L_0; } } // System.Void System.Diagnostics.Tracing.EnumByteTypeInfo`1::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EnumByteTypeInfo_1__ctor_m99E48B40A3A0FC24990A0D80FFB4FEC6C5FCC3BA_gshared (EnumByteTypeInfo_1_tFF31FD2EF9C97245E250019CE04FCCD1663810EF * __this, const RuntimeMethod* method) { { NullCheck((TraceLoggingTypeInfo_1_tCF0BA38E6075EA0A17E3D74D866D00756E15CE2A *)__this); (( void (*) (TraceLoggingTypeInfo_1_tCF0BA38E6075EA0A17E3D74D866D00756E15CE2A *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)->methodPointer)((TraceLoggingTypeInfo_1_tCF0BA38E6075EA0A17E3D74D866D00756E15CE2A *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Diagnostics.Tracing.EnumByteTypeInfo`1::WriteMetadata(System.Diagnostics.Tracing.TraceLoggingMetadataCollector,System.String,System.Diagnostics.Tracing.EventFieldFormat) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EnumByteTypeInfo_1_WriteMetadata_mBFFA47FBF69D7F03E8D0C0EE11534DB0F07C0B65_gshared (EnumByteTypeInfo_1_tED0102B036E2AACFC9F62EEBCD06FA23FBDDADC0 * __this, TraceLoggingMetadataCollector_tFDCF6C9B118FD41428DBE1C3AA17A601001C1B2C * ___collector0, String_t* ___name1, int32_t ___format2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Statics_t4B5A84F3134B8BF7299B14BE64813C95F1ABBCE3_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { TraceLoggingMetadataCollector_tFDCF6C9B118FD41428DBE1C3AA17A601001C1B2C * L_0 = ___collector0; String_t* L_1 = ___name1; int32_t L_2 = ___format2; IL2CPP_RUNTIME_CLASS_INIT(Statics_t4B5A84F3134B8BF7299B14BE64813C95F1ABBCE3_il2cpp_TypeInfo_var); int32_t L_3; L_3 = Statics_Format8_mE45EF4E6E42F82768CE748BDA7E5106F3CD0E15C((int32_t)L_2, (int32_t)4, /*hidden argument*/NULL); NullCheck((TraceLoggingMetadataCollector_tFDCF6C9B118FD41428DBE1C3AA17A601001C1B2C *)L_0); TraceLoggingMetadataCollector_AddScalar_mA1A23105BD49003C6FD1A00C6A4ADBD02FA49854((TraceLoggingMetadataCollector_tFDCF6C9B118FD41428DBE1C3AA17A601001C1B2C *)L_0, (String_t*)L_1, (int32_t)L_3, /*hidden argument*/NULL); return; } } // System.Void System.Diagnostics.Tracing.EnumByteTypeInfo`1::WriteData(System.Diagnostics.Tracing.TraceLoggingDataCollector,EnumType&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EnumByteTypeInfo_1_WriteData_mF4D77CB2AE2AB6AB4ECBCEB7EED80D11A35BA344_gshared (EnumByteTypeInfo_1_tED0102B036E2AACFC9F62EEBCD06FA23FBDDADC0 * __this, TraceLoggingDataCollector_t5C690F08E67433C8CBAC45BCF713D40E805DB2C7 * ___collector0, int32_t* ___value1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&EnumHelper_1_t20AF5068487E525E3E8193BD8075E5581B0827B5_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { TraceLoggingDataCollector_t5C690F08E67433C8CBAC45BCF713D40E805DB2C7 * L_0 = ___collector0; int32_t* L_1 = ___value1; int32_t L_2 = (*(int32_t*)L_1); IL2CPP_RUNTIME_CLASS_INIT(EnumHelper_1_t20AF5068487E525E3E8193BD8075E5581B0827B5_il2cpp_TypeInfo_var); uint8_t L_3; L_3 = (( uint8_t (*) (int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((int32_t)L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); NullCheck((TraceLoggingDataCollector_t5C690F08E67433C8CBAC45BCF713D40E805DB2C7 *)L_0); TraceLoggingDataCollector_AddScalar_mC8F3998A1B09964D7D4FFF35AF2C90960052A0E6((TraceLoggingDataCollector_t5C690F08E67433C8CBAC45BCF713D40E805DB2C7 *)L_0, (uint8_t)L_3, /*hidden argument*/NULL); return; } } // System.Object System.Diagnostics.Tracing.EnumByteTypeInfo`1::GetData(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * EnumByteTypeInfo_1_GetData_m3A6B78A739AC8CD1D19232F1E14BBA0AD848D787_gshared (EnumByteTypeInfo_1_tED0102B036E2AACFC9F62EEBCD06FA23FBDDADC0 * __this, RuntimeObject * ___value0, const RuntimeMethod* method) { { RuntimeObject * L_0 = ___value0; return (RuntimeObject *)L_0; } } // System.Void System.Diagnostics.Tracing.EnumByteTypeInfo`1::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EnumByteTypeInfo_1__ctor_mA7D51B75E9C37290600522F894C5CC9D9DECD976_gshared (EnumByteTypeInfo_1_tED0102B036E2AACFC9F62EEBCD06FA23FBDDADC0 * __this, const RuntimeMethod* method) { { NullCheck((TraceLoggingTypeInfo_1_tC3E216D7BD16AEC469B9ADA1544BF7A54F8F5878 *)__this); (( void (*) (TraceLoggingTypeInfo_1_tC3E216D7BD16AEC469B9ADA1544BF7A54F8F5878 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)->methodPointer)((TraceLoggingTypeInfo_1_tC3E216D7BD16AEC469B9ADA1544BF7A54F8F5878 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Diagnostics.Tracing.EnumByteTypeInfo`1::WriteMetadata(System.Diagnostics.Tracing.TraceLoggingMetadataCollector,System.String,System.Diagnostics.Tracing.EventFieldFormat) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EnumByteTypeInfo_1_WriteMetadata_m0ED2F0833C2D79D97DDA1C809BC5DA41B5CECB12_gshared (EnumByteTypeInfo_1_t49CAE8EBFA16BEB643E91CA08435E0DF437CC4F1 * __this, TraceLoggingMetadataCollector_tFDCF6C9B118FD41428DBE1C3AA17A601001C1B2C * ___collector0, String_t* ___name1, int32_t ___format2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Statics_t4B5A84F3134B8BF7299B14BE64813C95F1ABBCE3_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { TraceLoggingMetadataCollector_tFDCF6C9B118FD41428DBE1C3AA17A601001C1B2C * L_0 = ___collector0; String_t* L_1 = ___name1; int32_t L_2 = ___format2; IL2CPP_RUNTIME_CLASS_INIT(Statics_t4B5A84F3134B8BF7299B14BE64813C95F1ABBCE3_il2cpp_TypeInfo_var); int32_t L_3; L_3 = Statics_Format8_mE45EF4E6E42F82768CE748BDA7E5106F3CD0E15C((int32_t)L_2, (int32_t)4, /*hidden argument*/NULL); NullCheck((TraceLoggingMetadataCollector_tFDCF6C9B118FD41428DBE1C3AA17A601001C1B2C *)L_0); TraceLoggingMetadataCollector_AddScalar_mA1A23105BD49003C6FD1A00C6A4ADBD02FA49854((TraceLoggingMetadataCollector_tFDCF6C9B118FD41428DBE1C3AA17A601001C1B2C *)L_0, (String_t*)L_1, (int32_t)L_3, /*hidden argument*/NULL); return; } } // System.Void System.Diagnostics.Tracing.EnumByteTypeInfo`1::WriteData(System.Diagnostics.Tracing.TraceLoggingDataCollector,EnumType&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EnumByteTypeInfo_1_WriteData_m1C079925D05FB8D20C42884863F62D50C4F09E12_gshared (EnumByteTypeInfo_1_t49CAE8EBFA16BEB643E91CA08435E0DF437CC4F1 * __this, TraceLoggingDataCollector_t5C690F08E67433C8CBAC45BCF713D40E805DB2C7 * ___collector0, int64_t* ___value1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&EnumHelper_1_t20AF5068487E525E3E8193BD8075E5581B0827B5_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { TraceLoggingDataCollector_t5C690F08E67433C8CBAC45BCF713D40E805DB2C7 * L_0 = ___collector0; int64_t* L_1 = ___value1; int64_t L_2 = (*(int64_t*)L_1); IL2CPP_RUNTIME_CLASS_INIT(EnumHelper_1_t20AF5068487E525E3E8193BD8075E5581B0827B5_il2cpp_TypeInfo_var); uint8_t L_3; L_3 = (( uint8_t (*) (int64_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((int64_t)L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); NullCheck((TraceLoggingDataCollector_t5C690F08E67433C8CBAC45BCF713D40E805DB2C7 *)L_0); TraceLoggingDataCollector_AddScalar_mC8F3998A1B09964D7D4FFF35AF2C90960052A0E6((TraceLoggingDataCollector_t5C690F08E67433C8CBAC45BCF713D40E805DB2C7 *)L_0, (uint8_t)L_3, /*hidden argument*/NULL); return; } } // System.Object System.Diagnostics.Tracing.EnumByteTypeInfo`1::GetData(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * EnumByteTypeInfo_1_GetData_mD076C5BC43741A71BA093DAD69629CECD5F2BFD7_gshared (EnumByteTypeInfo_1_t49CAE8EBFA16BEB643E91CA08435E0DF437CC4F1 * __this, RuntimeObject * ___value0, const RuntimeMethod* method) { { RuntimeObject * L_0 = ___value0; return (RuntimeObject *)L_0; } } // System.Void System.Diagnostics.Tracing.EnumByteTypeInfo`1::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EnumByteTypeInfo_1__ctor_m9D278BCA3A6E17B93C34D9A51E69BD75CE2D5800_gshared (EnumByteTypeInfo_1_t49CAE8EBFA16BEB643E91CA08435E0DF437CC4F1 * __this, const RuntimeMethod* method) { { NullCheck((TraceLoggingTypeInfo_1_tF33AC29BBABEE752B432A303BA55EC74658EC78F *)__this); (( void (*) (TraceLoggingTypeInfo_1_tF33AC29BBABEE752B432A303BA55EC74658EC78F *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)->methodPointer)((TraceLoggingTypeInfo_1_tF33AC29BBABEE752B432A303BA55EC74658EC78F *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Diagnostics.Tracing.EnumByteTypeInfo`1::WriteMetadata(System.Diagnostics.Tracing.TraceLoggingMetadataCollector,System.String,System.Diagnostics.Tracing.EventFieldFormat) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EnumByteTypeInfo_1_WriteMetadata_m5F28E424AF4CC5B5EE823647476DCA7830DC5109_gshared (EnumByteTypeInfo_1_t63098800EFFC3D9BDBDACDE96A68889593A7C5AF * __this, TraceLoggingMetadataCollector_tFDCF6C9B118FD41428DBE1C3AA17A601001C1B2C * ___collector0, String_t* ___name1, int32_t ___format2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Statics_t4B5A84F3134B8BF7299B14BE64813C95F1ABBCE3_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { TraceLoggingMetadataCollector_tFDCF6C9B118FD41428DBE1C3AA17A601001C1B2C * L_0 = ___collector0; String_t* L_1 = ___name1; int32_t L_2 = ___format2; IL2CPP_RUNTIME_CLASS_INIT(Statics_t4B5A84F3134B8BF7299B14BE64813C95F1ABBCE3_il2cpp_TypeInfo_var); int32_t L_3; L_3 = Statics_Format8_mE45EF4E6E42F82768CE748BDA7E5106F3CD0E15C((int32_t)L_2, (int32_t)4, /*hidden argument*/NULL); NullCheck((TraceLoggingMetadataCollector_tFDCF6C9B118FD41428DBE1C3AA17A601001C1B2C *)L_0); TraceLoggingMetadataCollector_AddScalar_mA1A23105BD49003C6FD1A00C6A4ADBD02FA49854((TraceLoggingMetadataCollector_tFDCF6C9B118FD41428DBE1C3AA17A601001C1B2C *)L_0, (String_t*)L_1, (int32_t)L_3, /*hidden argument*/NULL); return; } } // System.Void System.Diagnostics.Tracing.EnumByteTypeInfo`1::WriteData(System.Diagnostics.Tracing.TraceLoggingDataCollector,EnumType&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EnumByteTypeInfo_1_WriteData_m08D821C652965143F2AC8FA0DFCBD18BAAD0F13F_gshared (EnumByteTypeInfo_1_t63098800EFFC3D9BDBDACDE96A68889593A7C5AF * __this, TraceLoggingDataCollector_t5C690F08E67433C8CBAC45BCF713D40E805DB2C7 * ___collector0, intptr_t* ___value1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&EnumHelper_1_t20AF5068487E525E3E8193BD8075E5581B0827B5_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { TraceLoggingDataCollector_t5C690F08E67433C8CBAC45BCF713D40E805DB2C7 * L_0 = ___collector0; intptr_t* L_1 = ___value1; intptr_t L_2 = (*(intptr_t*)L_1); IL2CPP_RUNTIME_CLASS_INIT(EnumHelper_1_t20AF5068487E525E3E8193BD8075E5581B0827B5_il2cpp_TypeInfo_var); uint8_t L_3; L_3 = (( uint8_t (*) (intptr_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((intptr_t)L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); NullCheck((TraceLoggingDataCollector_t5C690F08E67433C8CBAC45BCF713D40E805DB2C7 *)L_0); TraceLoggingDataCollector_AddScalar_mC8F3998A1B09964D7D4FFF35AF2C90960052A0E6((TraceLoggingDataCollector_t5C690F08E67433C8CBAC45BCF713D40E805DB2C7 *)L_0, (uint8_t)L_3, /*hidden argument*/NULL); return; } } // System.Object System.Diagnostics.Tracing.EnumByteTypeInfo`1::GetData(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * EnumByteTypeInfo_1_GetData_m03F9611059200D0414FD60207DC361787EADBD32_gshared (EnumByteTypeInfo_1_t63098800EFFC3D9BDBDACDE96A68889593A7C5AF * __this, RuntimeObject * ___value0, const RuntimeMethod* method) { { RuntimeObject * L_0 = ___value0; return (RuntimeObject *)L_0; } } // System.Void System.Diagnostics.Tracing.EnumByteTypeInfo`1::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EnumByteTypeInfo_1__ctor_mA609140A1AE04416C5E6E172C4B92C5A2FFA77B3_gshared (EnumByteTypeInfo_1_t63098800EFFC3D9BDBDACDE96A68889593A7C5AF * __this, const RuntimeMethod* method) { { NullCheck((TraceLoggingTypeInfo_1_t144B08556E9DDF4E7C7D53A98470BF1BBD2E67DA *)__this); (( void (*) (TraceLoggingTypeInfo_1_t144B08556E9DDF4E7C7D53A98470BF1BBD2E67DA *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)->methodPointer)((TraceLoggingTypeInfo_1_t144B08556E9DDF4E7C7D53A98470BF1BBD2E67DA *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Diagnostics.Tracing.EnumByteTypeInfo`1::WriteMetadata(System.Diagnostics.Tracing.TraceLoggingMetadataCollector,System.String,System.Diagnostics.Tracing.EventFieldFormat) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EnumByteTypeInfo_1_WriteMetadata_m628DEDC78DD2F83EEFE280A086189220482FEE7B_gshared (EnumByteTypeInfo_1_tFF36065B44C9B218757F1109AB290E133E261F2B * __this, TraceLoggingMetadataCollector_tFDCF6C9B118FD41428DBE1C3AA17A601001C1B2C * ___collector0, String_t* ___name1, int32_t ___format2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Statics_t4B5A84F3134B8BF7299B14BE64813C95F1ABBCE3_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { TraceLoggingMetadataCollector_tFDCF6C9B118FD41428DBE1C3AA17A601001C1B2C * L_0 = ___collector0; String_t* L_1 = ___name1; int32_t L_2 = ___format2; IL2CPP_RUNTIME_CLASS_INIT(Statics_t4B5A84F3134B8BF7299B14BE64813C95F1ABBCE3_il2cpp_TypeInfo_var); int32_t L_3; L_3 = Statics_Format8_mE45EF4E6E42F82768CE748BDA7E5106F3CD0E15C((int32_t)L_2, (int32_t)4, /*hidden argument*/NULL); NullCheck((TraceLoggingMetadataCollector_tFDCF6C9B118FD41428DBE1C3AA17A601001C1B2C *)L_0); TraceLoggingMetadataCollector_AddScalar_mA1A23105BD49003C6FD1A00C6A4ADBD02FA49854((TraceLoggingMetadataCollector_tFDCF6C9B118FD41428DBE1C3AA17A601001C1B2C *)L_0, (String_t*)L_1, (int32_t)L_3, /*hidden argument*/NULL); return; } } // System.Void System.Diagnostics.Tracing.EnumByteTypeInfo`1::WriteData(System.Diagnostics.Tracing.TraceLoggingDataCollector,EnumType&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EnumByteTypeInfo_1_WriteData_mF394AED58D36E7854FCC3331291B830C8BD7F2AE_gshared (EnumByteTypeInfo_1_tFF36065B44C9B218757F1109AB290E133E261F2B * __this, TraceLoggingDataCollector_t5C690F08E67433C8CBAC45BCF713D40E805DB2C7 * ___collector0, RuntimeObject ** ___value1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&EnumHelper_1_t20AF5068487E525E3E8193BD8075E5581B0827B5_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { TraceLoggingDataCollector_t5C690F08E67433C8CBAC45BCF713D40E805DB2C7 * L_0 = ___collector0; RuntimeObject ** L_1 = ___value1; RuntimeObject * L_2 = (*(RuntimeObject **)L_1); IL2CPP_RUNTIME_CLASS_INIT(EnumHelper_1_t20AF5068487E525E3E8193BD8075E5581B0827B5_il2cpp_TypeInfo_var); uint8_t L_3; L_3 = (( uint8_t (*) (RuntimeObject *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((RuntimeObject *)L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); NullCheck((TraceLoggingDataCollector_t5C690F08E67433C8CBAC45BCF713D40E805DB2C7 *)L_0); TraceLoggingDataCollector_AddScalar_mC8F3998A1B09964D7D4FFF35AF2C90960052A0E6((TraceLoggingDataCollector_t5C690F08E67433C8CBAC45BCF713D40E805DB2C7 *)L_0, (uint8_t)L_3, /*hidden argument*/NULL); return; } } // System.Object System.Diagnostics.Tracing.EnumByteTypeInfo`1::GetData(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * EnumByteTypeInfo_1_GetData_m0583424497237131E8005C4DAEF9873BDB3AC1A5_gshared (EnumByteTypeInfo_1_tFF36065B44C9B218757F1109AB290E133E261F2B * __this, RuntimeObject * ___value0, const RuntimeMethod* method) { { RuntimeObject * L_0 = ___value0; return (RuntimeObject *)L_0; } } // System.Void System.Diagnostics.Tracing.EnumByteTypeInfo`1::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EnumByteTypeInfo_1__ctor_m98E8B2174BE1AA4BD8E1F2A67A7D3E651AA06FC5_gshared (EnumByteTypeInfo_1_tFF36065B44C9B218757F1109AB290E133E261F2B * __this, const RuntimeMethod* method) { { NullCheck((TraceLoggingTypeInfo_1_t2AA8837972AC05A92CCC42C2902E79514B223518 *)__this); (( void (*) (TraceLoggingTypeInfo_1_t2AA8837972AC05A92CCC42C2902E79514B223518 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)->methodPointer)((TraceLoggingTypeInfo_1_t2AA8837972AC05A92CCC42C2902E79514B223518 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Diagnostics.Tracing.EnumByteTypeInfo`1::WriteMetadata(System.Diagnostics.Tracing.TraceLoggingMetadataCollector,System.String,System.Diagnostics.Tracing.EventFieldFormat) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EnumByteTypeInfo_1_WriteMetadata_m411D94998B1B2B443E131106327C506BC53DF020_gshared (EnumByteTypeInfo_1_t5BF38240874E331AA136E8D3BCFE53E823012C3B * __this, TraceLoggingMetadataCollector_tFDCF6C9B118FD41428DBE1C3AA17A601001C1B2C * ___collector0, String_t* ___name1, int32_t ___format2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Statics_t4B5A84F3134B8BF7299B14BE64813C95F1ABBCE3_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { TraceLoggingMetadataCollector_tFDCF6C9B118FD41428DBE1C3AA17A601001C1B2C * L_0 = ___collector0; String_t* L_1 = ___name1; int32_t L_2 = ___format2; IL2CPP_RUNTIME_CLASS_INIT(Statics_t4B5A84F3134B8BF7299B14BE64813C95F1ABBCE3_il2cpp_TypeInfo_var); int32_t L_3; L_3 = Statics_Format8_mE45EF4E6E42F82768CE748BDA7E5106F3CD0E15C((int32_t)L_2, (int32_t)4, /*hidden argument*/NULL); NullCheck((TraceLoggingMetadataCollector_tFDCF6C9B118FD41428DBE1C3AA17A601001C1B2C *)L_0); TraceLoggingMetadataCollector_AddScalar_mA1A23105BD49003C6FD1A00C6A4ADBD02FA49854((TraceLoggingMetadataCollector_tFDCF6C9B118FD41428DBE1C3AA17A601001C1B2C *)L_0, (String_t*)L_1, (int32_t)L_3, /*hidden argument*/NULL); return; } } // System.Void System.Diagnostics.Tracing.EnumByteTypeInfo`1::WriteData(System.Diagnostics.Tracing.TraceLoggingDataCollector,EnumType&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EnumByteTypeInfo_1_WriteData_m5609B0D360CC4234F144AFB79ED1E5606F430772_gshared (EnumByteTypeInfo_1_t5BF38240874E331AA136E8D3BCFE53E823012C3B * __this, TraceLoggingDataCollector_t5C690F08E67433C8CBAC45BCF713D40E805DB2C7 * ___collector0, int8_t* ___value1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&EnumHelper_1_t20AF5068487E525E3E8193BD8075E5581B0827B5_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { TraceLoggingDataCollector_t5C690F08E67433C8CBAC45BCF713D40E805DB2C7 * L_0 = ___collector0; int8_t* L_1 = ___value1; int8_t L_2 = (*(int8_t*)L_1); IL2CPP_RUNTIME_CLASS_INIT(EnumHelper_1_t20AF5068487E525E3E8193BD8075E5581B0827B5_il2cpp_TypeInfo_var); uint8_t L_3; L_3 = (( uint8_t (*) (int8_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((int8_t)L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); NullCheck((TraceLoggingDataCollector_t5C690F08E67433C8CBAC45BCF713D40E805DB2C7 *)L_0); TraceLoggingDataCollector_AddScalar_mC8F3998A1B09964D7D4FFF35AF2C90960052A0E6((TraceLoggingDataCollector_t5C690F08E67433C8CBAC45BCF713D40E805DB2C7 *)L_0, (uint8_t)L_3, /*hidden argument*/NULL); return; } } // System.Object System.Diagnostics.Tracing.EnumByteTypeInfo`1::GetData(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * EnumByteTypeInfo_1_GetData_m910689351DD543DD9C3C363423867368ADBCF827_gshared (EnumByteTypeInfo_1_t5BF38240874E331AA136E8D3BCFE53E823012C3B * __this, RuntimeObject * ___value0, const RuntimeMethod* method) { { RuntimeObject * L_0 = ___value0; return (RuntimeObject *)L_0; } } // System.Void System.Diagnostics.Tracing.EnumByteTypeInfo`1::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EnumByteTypeInfo_1__ctor_mAA2BF6AA6BB3182915DEA35011B4C33A390D43AB_gshared (EnumByteTypeInfo_1_t5BF38240874E331AA136E8D3BCFE53E823012C3B * __this, const RuntimeMethod* method) { { NullCheck((TraceLoggingTypeInfo_1_t20A735C3CB75F54C35E40A70E3166D5A33200746 *)__this); (( void (*) (TraceLoggingTypeInfo_1_t20A735C3CB75F54C35E40A70E3166D5A33200746 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)->methodPointer)((TraceLoggingTypeInfo_1_t20A735C3CB75F54C35E40A70E3166D5A33200746 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Diagnostics.Tracing.EnumByteTypeInfo`1::WriteMetadata(System.Diagnostics.Tracing.TraceLoggingMetadataCollector,System.String,System.Diagnostics.Tracing.EventFieldFormat) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EnumByteTypeInfo_1_WriteMetadata_m8C37FCEBC17ED302647F844343871BEDF2050FC9_gshared (EnumByteTypeInfo_1_t2CDA26F1FA5536AA60FBB955C7AB51329A9BDD52 * __this, TraceLoggingMetadataCollector_tFDCF6C9B118FD41428DBE1C3AA17A601001C1B2C * ___collector0, String_t* ___name1, int32_t ___format2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Statics_t4B5A84F3134B8BF7299B14BE64813C95F1ABBCE3_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { TraceLoggingMetadataCollector_tFDCF6C9B118FD41428DBE1C3AA17A601001C1B2C * L_0 = ___collector0; String_t* L_1 = ___name1; int32_t L_2 = ___format2; IL2CPP_RUNTIME_CLASS_INIT(Statics_t4B5A84F3134B8BF7299B14BE64813C95F1ABBCE3_il2cpp_TypeInfo_var); int32_t L_3; L_3 = Statics_Format8_mE45EF4E6E42F82768CE748BDA7E5106F3CD0E15C((int32_t)L_2, (int32_t)4, /*hidden argument*/NULL); NullCheck((TraceLoggingMetadataCollector_tFDCF6C9B118FD41428DBE1C3AA17A601001C1B2C *)L_0); TraceLoggingMetadataCollector_AddScalar_mA1A23105BD49003C6FD1A00C6A4ADBD02FA49854((TraceLoggingMetadataCollector_tFDCF6C9B118FD41428DBE1C3AA17A601001C1B2C *)L_0, (String_t*)L_1, (int32_t)L_3, /*hidden argument*/NULL); return; } } // System.Void System.Diagnostics.Tracing.EnumByteTypeInfo`1::WriteData(System.Diagnostics.Tracing.TraceLoggingDataCollector,EnumType&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EnumByteTypeInfo_1_WriteData_mB7AE0AF9C16E2B659A172D32A25BAE7E24D80BEE_gshared (EnumByteTypeInfo_1_t2CDA26F1FA5536AA60FBB955C7AB51329A9BDD52 * __this, TraceLoggingDataCollector_t5C690F08E67433C8CBAC45BCF713D40E805DB2C7 * ___collector0, float* ___value1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&EnumHelper_1_t20AF5068487E525E3E8193BD8075E5581B0827B5_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { TraceLoggingDataCollector_t5C690F08E67433C8CBAC45BCF713D40E805DB2C7 * L_0 = ___collector0; float* L_1 = ___value1; float L_2 = (*(float*)L_1); IL2CPP_RUNTIME_CLASS_INIT(EnumHelper_1_t20AF5068487E525E3E8193BD8075E5581B0827B5_il2cpp_TypeInfo_var); uint8_t L_3; L_3 = (( uint8_t (*) (float, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((float)L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); NullCheck((TraceLoggingDataCollector_t5C690F08E67433C8CBAC45BCF713D40E805DB2C7 *)L_0); TraceLoggingDataCollector_AddScalar_mC8F3998A1B09964D7D4FFF35AF2C90960052A0E6((TraceLoggingDataCollector_t5C690F08E67433C8CBAC45BCF713D40E805DB2C7 *)L_0, (uint8_t)L_3, /*hidden argument*/NULL); return; } } // System.Object System.Diagnostics.Tracing.EnumByteTypeInfo`1::GetData(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * EnumByteTypeInfo_1_GetData_m021FC38DEA86DBF6DB676E4BF9382B4D60C3F87A_gshared (EnumByteTypeInfo_1_t2CDA26F1FA5536AA60FBB955C7AB51329A9BDD52 * __this, RuntimeObject * ___value0, const RuntimeMethod* method) { { RuntimeObject * L_0 = ___value0; return (RuntimeObject *)L_0; } } // System.Void System.Diagnostics.Tracing.EnumByteTypeInfo`1::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EnumByteTypeInfo_1__ctor_mCF2EC6229E53ECB393D02CD7391F8B9EA1F6F6A9_gshared (EnumByteTypeInfo_1_t2CDA26F1FA5536AA60FBB955C7AB51329A9BDD52 * __this, const RuntimeMethod* method) { { NullCheck((TraceLoggingTypeInfo_1_t9815A50B47090D0FC0C086E821E0D4C3C0F00017 *)__this); (( void (*) (TraceLoggingTypeInfo_1_t9815A50B47090D0FC0C086E821E0D4C3C0F00017 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)->methodPointer)((TraceLoggingTypeInfo_1_t9815A50B47090D0FC0C086E821E0D4C3C0F00017 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Diagnostics.Tracing.EnumByteTypeInfo`1::WriteMetadata(System.Diagnostics.Tracing.TraceLoggingMetadataCollector,System.String,System.Diagnostics.Tracing.EventFieldFormat) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EnumByteTypeInfo_1_WriteMetadata_mDD19A8FAE9EB9D7AD49B9BE38A3A432E8E460729_gshared (EnumByteTypeInfo_1_tE2124AAA0A64CC065EA1DD0EF5042D952FD2C634 * __this, TraceLoggingMetadataCollector_tFDCF6C9B118FD41428DBE1C3AA17A601001C1B2C * ___collector0, String_t* ___name1, int32_t ___format2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Statics_t4B5A84F3134B8BF7299B14BE64813C95F1ABBCE3_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { TraceLoggingMetadataCollector_tFDCF6C9B118FD41428DBE1C3AA17A601001C1B2C * L_0 = ___collector0; String_t* L_1 = ___name1; int32_t L_2 = ___format2; IL2CPP_RUNTIME_CLASS_INIT(Statics_t4B5A84F3134B8BF7299B14BE64813C95F1ABBCE3_il2cpp_TypeInfo_var); int32_t L_3; L_3 = Statics_Format8_mE45EF4E6E42F82768CE748BDA7E5106F3CD0E15C((int32_t)L_2, (int32_t)4, /*hidden argument*/NULL); NullCheck((TraceLoggingMetadataCollector_tFDCF6C9B118FD41428DBE1C3AA17A601001C1B2C *)L_0); TraceLoggingMetadataCollector_AddScalar_mA1A23105BD49003C6FD1A00C6A4ADBD02FA49854((TraceLoggingMetadataCollector_tFDCF6C9B118FD41428DBE1C3AA17A601001C1B2C *)L_0, (String_t*)L_1, (int32_t)L_3, /*hidden argument*/NULL); return; } } // System.Void System.Diagnostics.Tracing.EnumByteTypeInfo`1::WriteData(System.Diagnostics.Tracing.TraceLoggingDataCollector,EnumType&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EnumByteTypeInfo_1_WriteData_mCEA678F1043EA51C731335D20FB2960ED7171C8A_gshared (EnumByteTypeInfo_1_tE2124AAA0A64CC065EA1DD0EF5042D952FD2C634 * __this, TraceLoggingDataCollector_t5C690F08E67433C8CBAC45BCF713D40E805DB2C7 * ___collector0, TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 * ___value1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&EnumHelper_1_t20AF5068487E525E3E8193BD8075E5581B0827B5_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { TraceLoggingDataCollector_t5C690F08E67433C8CBAC45BCF713D40E805DB2C7 * L_0 = ___collector0; TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 * L_1 = ___value1; TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 L_2 = (*(TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 *)L_1); IL2CPP_RUNTIME_CLASS_INIT(EnumHelper_1_t20AF5068487E525E3E8193BD8075E5581B0827B5_il2cpp_TypeInfo_var); uint8_t L_3; L_3 = (( uint8_t (*) (TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 )L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); NullCheck((TraceLoggingDataCollector_t5C690F08E67433C8CBAC45BCF713D40E805DB2C7 *)L_0); TraceLoggingDataCollector_AddScalar_mC8F3998A1B09964D7D4FFF35AF2C90960052A0E6((TraceLoggingDataCollector_t5C690F08E67433C8CBAC45BCF713D40E805DB2C7 *)L_0, (uint8_t)L_3, /*hidden argument*/NULL); return; } } // System.Object System.Diagnostics.Tracing.EnumByteTypeInfo`1::GetData(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * EnumByteTypeInfo_1_GetData_m3F919815FAC39DCAB0F76B21FE71E0F77369D883_gshared (EnumByteTypeInfo_1_tE2124AAA0A64CC065EA1DD0EF5042D952FD2C634 * __this, RuntimeObject * ___value0, const RuntimeMethod* method) { { RuntimeObject * L_0 = ___value0; return (RuntimeObject *)L_0; } } // System.Void System.Diagnostics.Tracing.EnumByteTypeInfo`1::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EnumByteTypeInfo_1__ctor_m36892F533B49DCA49C7366AAC2C93D67CE2090B6_gshared (EnumByteTypeInfo_1_tE2124AAA0A64CC065EA1DD0EF5042D952FD2C634 * __this, const RuntimeMethod* method) { { NullCheck((TraceLoggingTypeInfo_1_tC9A61AC7F8E9EEDA5909051820377A84D5B3EA40 *)__this); (( void (*) (TraceLoggingTypeInfo_1_tC9A61AC7F8E9EEDA5909051820377A84D5B3EA40 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)->methodPointer)((TraceLoggingTypeInfo_1_tC9A61AC7F8E9EEDA5909051820377A84D5B3EA40 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Diagnostics.Tracing.EnumByteTypeInfo`1::WriteMetadata(System.Diagnostics.Tracing.TraceLoggingMetadataCollector,System.String,System.Diagnostics.Tracing.EventFieldFormat) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EnumByteTypeInfo_1_WriteMetadata_m642AFB4A7F262E09BAB60E236E11118390DCE50C_gshared (EnumByteTypeInfo_1_t83FB7340A3D747B93409629F4CD8F89197AC677A * __this, TraceLoggingMetadataCollector_tFDCF6C9B118FD41428DBE1C3AA17A601001C1B2C * ___collector0, String_t* ___name1, int32_t ___format2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Statics_t4B5A84F3134B8BF7299B14BE64813C95F1ABBCE3_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { TraceLoggingMetadataCollector_tFDCF6C9B118FD41428DBE1C3AA17A601001C1B2C * L_0 = ___collector0; String_t* L_1 = ___name1; int32_t L_2 = ___format2; IL2CPP_RUNTIME_CLASS_INIT(Statics_t4B5A84F3134B8BF7299B14BE64813C95F1ABBCE3_il2cpp_TypeInfo_var); int32_t L_3; L_3 = Statics_Format8_mE45EF4E6E42F82768CE748BDA7E5106F3CD0E15C((int32_t)L_2, (int32_t)4, /*hidden argument*/NULL); NullCheck((TraceLoggingMetadataCollector_tFDCF6C9B118FD41428DBE1C3AA17A601001C1B2C *)L_0); TraceLoggingMetadataCollector_AddScalar_mA1A23105BD49003C6FD1A00C6A4ADBD02FA49854((TraceLoggingMetadataCollector_tFDCF6C9B118FD41428DBE1C3AA17A601001C1B2C *)L_0, (String_t*)L_1, (int32_t)L_3, /*hidden argument*/NULL); return; } } // System.Void System.Diagnostics.Tracing.EnumByteTypeInfo`1::WriteData(System.Diagnostics.Tracing.TraceLoggingDataCollector,EnumType&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EnumByteTypeInfo_1_WriteData_mD78388A56E4591A63370AB4BDBE0B66F02195999_gshared (EnumByteTypeInfo_1_t83FB7340A3D747B93409629F4CD8F89197AC677A * __this, TraceLoggingDataCollector_t5C690F08E67433C8CBAC45BCF713D40E805DB2C7 * ___collector0, uint16_t* ___value1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&EnumHelper_1_t20AF5068487E525E3E8193BD8075E5581B0827B5_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { TraceLoggingDataCollector_t5C690F08E67433C8CBAC45BCF713D40E805DB2C7 * L_0 = ___collector0; uint16_t* L_1 = ___value1; uint16_t L_2 = (*(uint16_t*)L_1); IL2CPP_RUNTIME_CLASS_INIT(EnumHelper_1_t20AF5068487E525E3E8193BD8075E5581B0827B5_il2cpp_TypeInfo_var); uint8_t L_3; L_3 = (( uint8_t (*) (uint16_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((uint16_t)L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); NullCheck((TraceLoggingDataCollector_t5C690F08E67433C8CBAC45BCF713D40E805DB2C7 *)L_0); TraceLoggingDataCollector_AddScalar_mC8F3998A1B09964D7D4FFF35AF2C90960052A0E6((TraceLoggingDataCollector_t5C690F08E67433C8CBAC45BCF713D40E805DB2C7 *)L_0, (uint8_t)L_3, /*hidden argument*/NULL); return; } } // System.Object System.Diagnostics.Tracing.EnumByteTypeInfo`1::GetData(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * EnumByteTypeInfo_1_GetData_m6113DA2A303933BC101CFB2E7608DF1CD1670DF6_gshared (EnumByteTypeInfo_1_t83FB7340A3D747B93409629F4CD8F89197AC677A * __this, RuntimeObject * ___value0, const RuntimeMethod* method) { { RuntimeObject * L_0 = ___value0; return (RuntimeObject *)L_0; } } // System.Void System.Diagnostics.Tracing.EnumByteTypeInfo`1::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EnumByteTypeInfo_1__ctor_m835DF604DC030FD9B13B3BC8CAC6F6AB538FCE4E_gshared (EnumByteTypeInfo_1_t83FB7340A3D747B93409629F4CD8F89197AC677A * __this, const RuntimeMethod* method) { { NullCheck((TraceLoggingTypeInfo_1_tF53031808FEE0C6510DAADDC7D646FDC1003596D *)__this); (( void (*) (TraceLoggingTypeInfo_1_tF53031808FEE0C6510DAADDC7D646FDC1003596D *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)->methodPointer)((TraceLoggingTypeInfo_1_tF53031808FEE0C6510DAADDC7D646FDC1003596D *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Diagnostics.Tracing.EnumByteTypeInfo`1::WriteMetadata(System.Diagnostics.Tracing.TraceLoggingMetadataCollector,System.String,System.Diagnostics.Tracing.EventFieldFormat) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EnumByteTypeInfo_1_WriteMetadata_mC0101B1C5CBDDB3692B1E61D19421C9DECE7FC58_gshared (EnumByteTypeInfo_1_t4A75496F1D956831555411622DC2C57B37EC9BB1 * __this, TraceLoggingMetadataCollector_tFDCF6C9B118FD41428DBE1C3AA17A601001C1B2C * ___collector0, String_t* ___name1, int32_t ___format2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Statics_t4B5A84F3134B8BF7299B14BE64813C95F1ABBCE3_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { TraceLoggingMetadataCollector_tFDCF6C9B118FD41428DBE1C3AA17A601001C1B2C * L_0 = ___collector0; String_t* L_1 = ___name1; int32_t L_2 = ___format2; IL2CPP_RUNTIME_CLASS_INIT(Statics_t4B5A84F3134B8BF7299B14BE64813C95F1ABBCE3_il2cpp_TypeInfo_var); int32_t L_3; L_3 = Statics_Format8_mE45EF4E6E42F82768CE748BDA7E5106F3CD0E15C((int32_t)L_2, (int32_t)4, /*hidden argument*/NULL); NullCheck((TraceLoggingMetadataCollector_tFDCF6C9B118FD41428DBE1C3AA17A601001C1B2C *)L_0); TraceLoggingMetadataCollector_AddScalar_mA1A23105BD49003C6FD1A00C6A4ADBD02FA49854((TraceLoggingMetadataCollector_tFDCF6C9B118FD41428DBE1C3AA17A601001C1B2C *)L_0, (String_t*)L_1, (int32_t)L_3, /*hidden argument*/NULL); return; } } // System.Void System.Diagnostics.Tracing.EnumByteTypeInfo`1::WriteData(System.Diagnostics.Tracing.TraceLoggingDataCollector,EnumType&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EnumByteTypeInfo_1_WriteData_m162FDE8F608A370E9C1FE2B7656A839722C71304_gshared (EnumByteTypeInfo_1_t4A75496F1D956831555411622DC2C57B37EC9BB1 * __this, TraceLoggingDataCollector_t5C690F08E67433C8CBAC45BCF713D40E805DB2C7 * ___collector0, uint32_t* ___value1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&EnumHelper_1_t20AF5068487E525E3E8193BD8075E5581B0827B5_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { TraceLoggingDataCollector_t5C690F08E67433C8CBAC45BCF713D40E805DB2C7 * L_0 = ___collector0; uint32_t* L_1 = ___value1; uint32_t L_2 = (*(uint32_t*)L_1); IL2CPP_RUNTIME_CLASS_INIT(EnumHelper_1_t20AF5068487E525E3E8193BD8075E5581B0827B5_il2cpp_TypeInfo_var); uint8_t L_3; L_3 = (( uint8_t (*) (uint32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((uint32_t)L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); NullCheck((TraceLoggingDataCollector_t5C690F08E67433C8CBAC45BCF713D40E805DB2C7 *)L_0); TraceLoggingDataCollector_AddScalar_mC8F3998A1B09964D7D4FFF35AF2C90960052A0E6((TraceLoggingDataCollector_t5C690F08E67433C8CBAC45BCF713D40E805DB2C7 *)L_0, (uint8_t)L_3, /*hidden argument*/NULL); return; } } // System.Object System.Diagnostics.Tracing.EnumByteTypeInfo`1::GetData(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * EnumByteTypeInfo_1_GetData_m4552BFC3A04C81D882797F6A118173CCBF4C909D_gshared (EnumByteTypeInfo_1_t4A75496F1D956831555411622DC2C57B37EC9BB1 * __this, RuntimeObject * ___value0, const RuntimeMethod* method) { { RuntimeObject * L_0 = ___value0; return (RuntimeObject *)L_0; } } // System.Void System.Diagnostics.Tracing.EnumByteTypeInfo`1::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EnumByteTypeInfo_1__ctor_mD9227086A20AEB33CC4A6E639FB95DEEC643372F_gshared (EnumByteTypeInfo_1_t4A75496F1D956831555411622DC2C57B37EC9BB1 * __this, const RuntimeMethod* method) { { NullCheck((TraceLoggingTypeInfo_1_t5E4CDB44325F36D386C0A07E2A068BFFE01B013D *)__this); (( void (*) (TraceLoggingTypeInfo_1_t5E4CDB44325F36D386C0A07E2A068BFFE01B013D *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)->methodPointer)((TraceLoggingTypeInfo_1_t5E4CDB44325F36D386C0A07E2A068BFFE01B013D *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Diagnostics.Tracing.EnumByteTypeInfo`1::WriteMetadata(System.Diagnostics.Tracing.TraceLoggingMetadataCollector,System.String,System.Diagnostics.Tracing.EventFieldFormat) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EnumByteTypeInfo_1_WriteMetadata_mE46D7FDBE03CF18B9514924B3D23981869C33067_gshared (EnumByteTypeInfo_1_t8C70A9696DABF5BA9A62DFD154B1A2545D6E63E1 * __this, TraceLoggingMetadataCollector_tFDCF6C9B118FD41428DBE1C3AA17A601001C1B2C * ___collector0, String_t* ___name1, int32_t ___format2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Statics_t4B5A84F3134B8BF7299B14BE64813C95F1ABBCE3_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { TraceLoggingMetadataCollector_tFDCF6C9B118FD41428DBE1C3AA17A601001C1B2C * L_0 = ___collector0; String_t* L_1 = ___name1; int32_t L_2 = ___format2; IL2CPP_RUNTIME_CLASS_INIT(Statics_t4B5A84F3134B8BF7299B14BE64813C95F1ABBCE3_il2cpp_TypeInfo_var); int32_t L_3; L_3 = Statics_Format8_mE45EF4E6E42F82768CE748BDA7E5106F3CD0E15C((int32_t)L_2, (int32_t)4, /*hidden argument*/NULL); NullCheck((TraceLoggingMetadataCollector_tFDCF6C9B118FD41428DBE1C3AA17A601001C1B2C *)L_0); TraceLoggingMetadataCollector_AddScalar_mA1A23105BD49003C6FD1A00C6A4ADBD02FA49854((TraceLoggingMetadataCollector_tFDCF6C9B118FD41428DBE1C3AA17A601001C1B2C *)L_0, (String_t*)L_1, (int32_t)L_3, /*hidden argument*/NULL); return; } } // System.Void System.Diagnostics.Tracing.EnumByteTypeInfo`1::WriteData(System.Diagnostics.Tracing.TraceLoggingDataCollector,EnumType&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EnumByteTypeInfo_1_WriteData_m9B4F2A069F842FA2264BBF311D08711BD6A3710F_gshared (EnumByteTypeInfo_1_t8C70A9696DABF5BA9A62DFD154B1A2545D6E63E1 * __this, TraceLoggingDataCollector_t5C690F08E67433C8CBAC45BCF713D40E805DB2C7 * ___collector0, uint64_t* ___value1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&EnumHelper_1_t20AF5068487E525E3E8193BD8075E5581B0827B5_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { TraceLoggingDataCollector_t5C690F08E67433C8CBAC45BCF713D40E805DB2C7 * L_0 = ___collector0; uint64_t* L_1 = ___value1; uint64_t L_2 = (*(uint64_t*)L_1); IL2CPP_RUNTIME_CLASS_INIT(EnumHelper_1_t20AF5068487E525E3E8193BD8075E5581B0827B5_il2cpp_TypeInfo_var); uint8_t L_3; L_3 = (( uint8_t (*) (uint64_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((uint64_t)L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); NullCheck((TraceLoggingDataCollector_t5C690F08E67433C8CBAC45BCF713D40E805DB2C7 *)L_0); TraceLoggingDataCollector_AddScalar_mC8F3998A1B09964D7D4FFF35AF2C90960052A0E6((TraceLoggingDataCollector_t5C690F08E67433C8CBAC45BCF713D40E805DB2C7 *)L_0, (uint8_t)L_3, /*hidden argument*/NULL); return; } } // System.Object System.Diagnostics.Tracing.EnumByteTypeInfo`1::GetData(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * EnumByteTypeInfo_1_GetData_m68687A6CDEF2CF43407427B427CE0841EFC2DA84_gshared (EnumByteTypeInfo_1_t8C70A9696DABF5BA9A62DFD154B1A2545D6E63E1 * __this, RuntimeObject * ___value0, const RuntimeMethod* method) { { RuntimeObject * L_0 = ___value0; return (RuntimeObject *)L_0; } } // System.Void System.Diagnostics.Tracing.EnumByteTypeInfo`1::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EnumByteTypeInfo_1__ctor_mD7A176541B8807D9C5B112F2CD2143BD60E5AEB4_gshared (EnumByteTypeInfo_1_t8C70A9696DABF5BA9A62DFD154B1A2545D6E63E1 * __this, const RuntimeMethod* method) { { NullCheck((TraceLoggingTypeInfo_1_t2AB1B6E82D459F19130F48405C93259B4FAD5DE0 *)__this); (( void (*) (TraceLoggingTypeInfo_1_t2AB1B6E82D459F19130F48405C93259B4FAD5DE0 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)->methodPointer)((TraceLoggingTypeInfo_1_t2AB1B6E82D459F19130F48405C93259B4FAD5DE0 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Diagnostics.Tracing.EnumByteTypeInfo`1::WriteMetadata(System.Diagnostics.Tracing.TraceLoggingMetadataCollector,System.String,System.Diagnostics.Tracing.EventFieldFormat) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EnumByteTypeInfo_1_WriteMetadata_mCA78F7288DEF9C3DAD506D0A16A2D934732B2A59_gshared (EnumByteTypeInfo_1_t38C5E4EF5D5D658EEE67B959518815664DC74179 * __this, TraceLoggingMetadataCollector_tFDCF6C9B118FD41428DBE1C3AA17A601001C1B2C * ___collector0, String_t* ___name1, int32_t ___format2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Statics_t4B5A84F3134B8BF7299B14BE64813C95F1ABBCE3_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { TraceLoggingMetadataCollector_tFDCF6C9B118FD41428DBE1C3AA17A601001C1B2C * L_0 = ___collector0; String_t* L_1 = ___name1; int32_t L_2 = ___format2; IL2CPP_RUNTIME_CLASS_INIT(Statics_t4B5A84F3134B8BF7299B14BE64813C95F1ABBCE3_il2cpp_TypeInfo_var); int32_t L_3; L_3 = Statics_Format8_mE45EF4E6E42F82768CE748BDA7E5106F3CD0E15C((int32_t)L_2, (int32_t)4, /*hidden argument*/NULL); NullCheck((TraceLoggingMetadataCollector_tFDCF6C9B118FD41428DBE1C3AA17A601001C1B2C *)L_0); TraceLoggingMetadataCollector_AddScalar_mA1A23105BD49003C6FD1A00C6A4ADBD02FA49854((TraceLoggingMetadataCollector_tFDCF6C9B118FD41428DBE1C3AA17A601001C1B2C *)L_0, (String_t*)L_1, (int32_t)L_3, /*hidden argument*/NULL); return; } } // System.Void System.Diagnostics.Tracing.EnumByteTypeInfo`1::WriteData(System.Diagnostics.Tracing.TraceLoggingDataCollector,EnumType&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EnumByteTypeInfo_1_WriteData_mAE91AF200166FFC4E426ACD9E2AD0C5F8688C0F5_gshared (EnumByteTypeInfo_1_t38C5E4EF5D5D658EEE67B959518815664DC74179 * __this, TraceLoggingDataCollector_t5C690F08E67433C8CBAC45BCF713D40E805DB2C7 * ___collector0, uintptr_t* ___value1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&EnumHelper_1_t20AF5068487E525E3E8193BD8075E5581B0827B5_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { TraceLoggingDataCollector_t5C690F08E67433C8CBAC45BCF713D40E805DB2C7 * L_0 = ___collector0; uintptr_t* L_1 = ___value1; uintptr_t L_2 = (*(uintptr_t*)L_1); IL2CPP_RUNTIME_CLASS_INIT(EnumHelper_1_t20AF5068487E525E3E8193BD8075E5581B0827B5_il2cpp_TypeInfo_var); uint8_t L_3; L_3 = (( uint8_t (*) (uintptr_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((uintptr_t)L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); NullCheck((TraceLoggingDataCollector_t5C690F08E67433C8CBAC45BCF713D40E805DB2C7 *)L_0); TraceLoggingDataCollector_AddScalar_mC8F3998A1B09964D7D4FFF35AF2C90960052A0E6((TraceLoggingDataCollector_t5C690F08E67433C8CBAC45BCF713D40E805DB2C7 *)L_0, (uint8_t)L_3, /*hidden argument*/NULL); return; } } // System.Object System.Diagnostics.Tracing.EnumByteTypeInfo`1::GetData(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * EnumByteTypeInfo_1_GetData_mFCE5947DEABF7C99D899DE4A69D1B61816444959_gshared (EnumByteTypeInfo_1_t38C5E4EF5D5D658EEE67B959518815664DC74179 * __this, RuntimeObject * ___value0, const RuntimeMethod* method) { { RuntimeObject * L_0 = ___value0; return (RuntimeObject *)L_0; } } // System.Void System.Diagnostics.Tracing.EnumByteTypeInfo`1::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EnumByteTypeInfo_1__ctor_m96F8E01C2AB92BDE4746915770BF5D68B1CEB138_gshared (EnumByteTypeInfo_1_t38C5E4EF5D5D658EEE67B959518815664DC74179 * __this, const RuntimeMethod* method) { { NullCheck((TraceLoggingTypeInfo_1_t0AA37671ECD36B79145C47886B8425BF92BE7B13 *)__this); (( void (*) (TraceLoggingTypeInfo_1_t0AA37671ECD36B79145C47886B8425BF92BE7B13 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)->methodPointer)((TraceLoggingTypeInfo_1_t0AA37671ECD36B79145C47886B8425BF92BE7B13 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Boolean System.Collections.Generic.EnumEqualityComparer`1::Equals(T,T) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool EnumEqualityComparer_1_Equals_m8F9DE8E13FC6F8E702E2FC383CA23F5E4D018BB3_gshared (EnumEqualityComparer_1_tBAFEDDFBE0245A52A34FE8475E3B76B111C22BDF * __this, int32_t ___x0, int32_t ___y1, const RuntimeMethod* method) { int32_t V_0 = 0; { int32_t L_0 = ___x0; int32_t L_1; L_1 = (( int32_t (*) (int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((int32_t)L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); int32_t L_2 = ___y1; int32_t L_3; L_3 = (( int32_t (*) (int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((int32_t)L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); V_0 = (int32_t)L_3; int32_t L_4 = V_0; return (bool)((((int32_t)L_1) == ((int32_t)L_4))? 1 : 0); } } // System.Int32 System.Collections.Generic.EnumEqualityComparer`1::GetHashCode(T) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t EnumEqualityComparer_1_GetHashCode_mB1BB1B9CF0E6A7FD92EB32568BC73FF78B790710_gshared (EnumEqualityComparer_1_tBAFEDDFBE0245A52A34FE8475E3B76B111C22BDF * __this, int32_t ___obj0, const RuntimeMethod* method) { int32_t V_0 = 0; { int32_t L_0 = ___obj0; int32_t L_1; L_1 = (( int32_t (*) (int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((int32_t)L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); V_0 = (int32_t)L_1; int32_t L_2; L_2 = Int32_GetHashCode_mEDD3F492A5F7CF021125AE3F38E2B8F8743FC667((int32_t*)(int32_t*)(&V_0), /*hidden argument*/NULL); return (int32_t)L_2; } } // System.Void System.Collections.Generic.EnumEqualityComparer`1::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EnumEqualityComparer_1__ctor_mE561EB671D2E46A6D5A6D0282E6646F88B75566F_gshared (EnumEqualityComparer_1_tBAFEDDFBE0245A52A34FE8475E3B76B111C22BDF * __this, const RuntimeMethod* method) { { NullCheck((EqualityComparer_1_t399C4B066E24442E62E52C1FD1CCF501E96C846F *)__this); (( void (*) (EqualityComparer_1_t399C4B066E24442E62E52C1FD1CCF501E96C846F *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)->methodPointer)((EqualityComparer_1_t399C4B066E24442E62E52C1FD1CCF501E96C846F *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)); return; } } // System.Void System.Collections.Generic.EnumEqualityComparer`1::.ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EnumEqualityComparer_1__ctor_mC7FBCC800AA77F18FB28E0E1BEC0510ED98EB267_gshared (EnumEqualityComparer_1_tBAFEDDFBE0245A52A34FE8475E3B76B111C22BDF * __this, SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 * ___information0, StreamingContext_t5888E7E8C81AB6EF3B14FDDA6674F458076A8505 ___context1, const RuntimeMethod* method) { { NullCheck((EqualityComparer_1_t399C4B066E24442E62E52C1FD1CCF501E96C846F *)__this); (( void (*) (EqualityComparer_1_t399C4B066E24442E62E52C1FD1CCF501E96C846F *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)->methodPointer)((EqualityComparer_1_t399C4B066E24442E62E52C1FD1CCF501E96C846F *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)); return; } } // System.Void System.Collections.Generic.EnumEqualityComparer`1::GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EnumEqualityComparer_1_GetObjectData_mC85FBE5321756F9D5C8B37C391481B7AE9B03E26_gshared (EnumEqualityComparer_1_tBAFEDDFBE0245A52A34FE8475E3B76B111C22BDF * __this, SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 * ___info0, StreamingContext_t5888E7E8C81AB6EF3B14FDDA6674F458076A8505 ___context1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enum_t23B90B40F60E677A8025267341651C94AE079CDA_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_0 = { reinterpret_cast (IL2CPP_RGCTX_TYPE(method->klass->rgctx_data, 3)) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_1; L_1 = Type_GetTypeFromHandle_m180706985100778663E9C75D4FC001D367C0120F((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_0, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Enum_t23B90B40F60E677A8025267341651C94AE079CDA_il2cpp_TypeInfo_var); Type_t * L_2; L_2 = Enum_GetUnderlyingType_m380C0D0D93A7161EAB25F84B68BF263693C9361B((Type_t *)L_1, /*hidden argument*/NULL); int32_t L_3; L_3 = Type_GetTypeCode_mC0FBF8DFCAC822CC01A76F54BF058140211142BF((Type_t *)L_2, /*hidden argument*/NULL); if ((((int32_t)L_3) == ((int32_t)((int32_t)9)))) { goto IL_0028; } } { SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 * L_4 = ___info0; RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_5 = { reinterpret_cast (IL2CPP_RGCTX_TYPE(method->klass->rgctx_data, 4)) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_6; L_6 = Type_GetTypeFromHandle_m180706985100778663E9C75D4FC001D367C0120F((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_5, /*hidden argument*/NULL); NullCheck((SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 *)L_4); SerializationInfo_SetType_mD6F11DC42FDE78E7E8A58BC3D9E248E21BB37275((SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 *)L_4, (Type_t *)L_6, /*hidden argument*/NULL); } IL_0028: { return; } } // System.Boolean System.Collections.Generic.EnumEqualityComparer`1::Equals(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool EnumEqualityComparer_1_Equals_m9C924862D7F10BC10C04FDC3B016E811EF091C35_gshared (EnumEqualityComparer_1_tBAFEDDFBE0245A52A34FE8475E3B76B111C22BDF * __this, RuntimeObject * ___obj0, const RuntimeMethod* method) { { RuntimeObject * L_0 = ___obj0; return (bool)((!(((RuntimeObject*)(EnumEqualityComparer_1_tBAFEDDFBE0245A52A34FE8475E3B76B111C22BDF *)((EnumEqualityComparer_1_tBAFEDDFBE0245A52A34FE8475E3B76B111C22BDF *)IsInst((RuntimeObject*)L_0, IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 5)))) <= ((RuntimeObject*)(RuntimeObject *)NULL)))? 1 : 0); } } // System.Int32 System.Collections.Generic.EnumEqualityComparer`1::GetHashCode() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t EnumEqualityComparer_1_GetHashCode_mAD0871EF31F44809E28B53C5424581FC25B3C86F_gshared (EnumEqualityComparer_1_tBAFEDDFBE0245A52A34FE8475E3B76B111C22BDF * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Type_t * L_0; L_0 = Object_GetType_m571FE8360C10B98C23AAF1F066D92C08CC94F45B((RuntimeObject *)__this, /*hidden argument*/NULL); NullCheck((MemberInfo_t *)L_0); String_t* L_1; L_1 = VirtFuncInvoker0< String_t* >::Invoke(8 /* System.String System.Reflection.MemberInfo::get_Name() */, (MemberInfo_t *)L_0); NullCheck((RuntimeObject *)L_1); int32_t L_2; L_2 = VirtFuncInvoker0< int32_t >::Invoke(2 /* System.Int32 System.Object::GetHashCode() */, (RuntimeObject *)L_1); return (int32_t)L_2; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Boolean System.Collections.Generic.EnumEqualityComparer`1::Equals(T,T) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool EnumEqualityComparer_1_Equals_m3BFD297D3DDC811C4614E64058F4EDC23EC83B46_gshared (EnumEqualityComparer_1_t7B83813A2142B924B400FAD68084504BA2432878 * __this, uint32_t ___x0, uint32_t ___y1, const RuntimeMethod* method) { int32_t V_0 = 0; { uint32_t L_0 = ___x0; int32_t L_1; L_1 = (( int32_t (*) (uint32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((uint32_t)L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); uint32_t L_2 = ___y1; int32_t L_3; L_3 = (( int32_t (*) (uint32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((uint32_t)L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); V_0 = (int32_t)L_3; int32_t L_4 = V_0; return (bool)((((int32_t)L_1) == ((int32_t)L_4))? 1 : 0); } } // System.Int32 System.Collections.Generic.EnumEqualityComparer`1::GetHashCode(T) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t EnumEqualityComparer_1_GetHashCode_m66E102477A3172E3F03CD6F59261CE450988FFB3_gshared (EnumEqualityComparer_1_t7B83813A2142B924B400FAD68084504BA2432878 * __this, uint32_t ___obj0, const RuntimeMethod* method) { int32_t V_0 = 0; { uint32_t L_0 = ___obj0; int32_t L_1; L_1 = (( int32_t (*) (uint32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((uint32_t)L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); V_0 = (int32_t)L_1; int32_t L_2; L_2 = Int32_GetHashCode_mEDD3F492A5F7CF021125AE3F38E2B8F8743FC667((int32_t*)(int32_t*)(&V_0), /*hidden argument*/NULL); return (int32_t)L_2; } } // System.Void System.Collections.Generic.EnumEqualityComparer`1::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EnumEqualityComparer_1__ctor_mF4EBAE125CB6F6FE16CE36FC589BF3FFA9D4CFCE_gshared (EnumEqualityComparer_1_t7B83813A2142B924B400FAD68084504BA2432878 * __this, const RuntimeMethod* method) { { NullCheck((EqualityComparer_1_t2CB162EA279A061211B72C2877C7DA4B0F751210 *)__this); (( void (*) (EqualityComparer_1_t2CB162EA279A061211B72C2877C7DA4B0F751210 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)->methodPointer)((EqualityComparer_1_t2CB162EA279A061211B72C2877C7DA4B0F751210 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)); return; } } // System.Void System.Collections.Generic.EnumEqualityComparer`1::.ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EnumEqualityComparer_1__ctor_mBD3DC588B7ADC904B6623DCEB4A9E61E3B4926D4_gshared (EnumEqualityComparer_1_t7B83813A2142B924B400FAD68084504BA2432878 * __this, SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 * ___information0, StreamingContext_t5888E7E8C81AB6EF3B14FDDA6674F458076A8505 ___context1, const RuntimeMethod* method) { { NullCheck((EqualityComparer_1_t2CB162EA279A061211B72C2877C7DA4B0F751210 *)__this); (( void (*) (EqualityComparer_1_t2CB162EA279A061211B72C2877C7DA4B0F751210 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)->methodPointer)((EqualityComparer_1_t2CB162EA279A061211B72C2877C7DA4B0F751210 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)); return; } } // System.Void System.Collections.Generic.EnumEqualityComparer`1::GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EnumEqualityComparer_1_GetObjectData_m880963FC7DE2977BAB54DE54BCCDED44EDCF021B_gshared (EnumEqualityComparer_1_t7B83813A2142B924B400FAD68084504BA2432878 * __this, SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 * ___info0, StreamingContext_t5888E7E8C81AB6EF3B14FDDA6674F458076A8505 ___context1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enum_t23B90B40F60E677A8025267341651C94AE079CDA_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_0 = { reinterpret_cast (IL2CPP_RGCTX_TYPE(method->klass->rgctx_data, 3)) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_1; L_1 = Type_GetTypeFromHandle_m180706985100778663E9C75D4FC001D367C0120F((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_0, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Enum_t23B90B40F60E677A8025267341651C94AE079CDA_il2cpp_TypeInfo_var); Type_t * L_2; L_2 = Enum_GetUnderlyingType_m380C0D0D93A7161EAB25F84B68BF263693C9361B((Type_t *)L_1, /*hidden argument*/NULL); int32_t L_3; L_3 = Type_GetTypeCode_mC0FBF8DFCAC822CC01A76F54BF058140211142BF((Type_t *)L_2, /*hidden argument*/NULL); if ((((int32_t)L_3) == ((int32_t)((int32_t)9)))) { goto IL_0028; } } { SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 * L_4 = ___info0; RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_5 = { reinterpret_cast (IL2CPP_RGCTX_TYPE(method->klass->rgctx_data, 4)) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_6; L_6 = Type_GetTypeFromHandle_m180706985100778663E9C75D4FC001D367C0120F((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_5, /*hidden argument*/NULL); NullCheck((SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 *)L_4); SerializationInfo_SetType_mD6F11DC42FDE78E7E8A58BC3D9E248E21BB37275((SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 *)L_4, (Type_t *)L_6, /*hidden argument*/NULL); } IL_0028: { return; } } // System.Boolean System.Collections.Generic.EnumEqualityComparer`1::Equals(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool EnumEqualityComparer_1_Equals_m4EF7EF701593D938C3DF28FB71696304C3243BAE_gshared (EnumEqualityComparer_1_t7B83813A2142B924B400FAD68084504BA2432878 * __this, RuntimeObject * ___obj0, const RuntimeMethod* method) { { RuntimeObject * L_0 = ___obj0; return (bool)((!(((RuntimeObject*)(EnumEqualityComparer_1_t7B83813A2142B924B400FAD68084504BA2432878 *)((EnumEqualityComparer_1_t7B83813A2142B924B400FAD68084504BA2432878 *)IsInst((RuntimeObject*)L_0, IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 5)))) <= ((RuntimeObject*)(RuntimeObject *)NULL)))? 1 : 0); } } // System.Int32 System.Collections.Generic.EnumEqualityComparer`1::GetHashCode() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t EnumEqualityComparer_1_GetHashCode_mD0E5A5400596D20FEB4F86FB46DA3F067829C318_gshared (EnumEqualityComparer_1_t7B83813A2142B924B400FAD68084504BA2432878 * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Type_t * L_0; L_0 = Object_GetType_m571FE8360C10B98C23AAF1F066D92C08CC94F45B((RuntimeObject *)__this, /*hidden argument*/NULL); NullCheck((MemberInfo_t *)L_0); String_t* L_1; L_1 = VirtFuncInvoker0< String_t* >::Invoke(8 /* System.String System.Reflection.MemberInfo::get_Name() */, (MemberInfo_t *)L_0); NullCheck((RuntimeObject *)L_1); int32_t L_2; L_2 = VirtFuncInvoker0< int32_t >::Invoke(2 /* System.Int32 System.Object::GetHashCode() */, (RuntimeObject *)L_1); return (int32_t)L_2; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Diagnostics.Tracing.EnumHelper`1::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EnumHelper_1__cctor_mDFF56AEC82FB62408652E9FAA778DAD9D94DD0BA_gshared (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Statics_t4B5A84F3134B8BF7299B14BE64813C95F1ABBCE3_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralD05490B2477D1474757D2C2EB01170BBA7621106); s_Il2CppMethodInitialized = true; } { RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_0 = { reinterpret_cast (IL2CPP_RGCTX_TYPE(InitializedTypeInfo(method->klass)->rgctx_data, 0)) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_1; L_1 = Type_GetTypeFromHandle_m180706985100778663E9C75D4FC001D367C0120F((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_0, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Statics_t4B5A84F3134B8BF7299B14BE64813C95F1ABBCE3_il2cpp_TypeInfo_var); MethodInfo_t * L_2; L_2 = Statics_GetDeclaredStaticMethod_mA65899B1733466BC669DD49BD6BABBD6F2BD5A47((Type_t *)L_1, (String_t*)_stringLiteralD05490B2477D1474757D2C2EB01170BBA7621106, /*hidden argument*/NULL); ((EnumHelper_1_t20AF5068487E525E3E8193BD8075E5581B0827B5_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 1)))->set_IdentityInfo_0(L_2); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Diagnostics.Tracing.EnumHelper`1::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EnumHelper_1__cctor_mF101ED6A5FE99F2152C5FC1D3F7C66CE3120D910_gshared (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Statics_t4B5A84F3134B8BF7299B14BE64813C95F1ABBCE3_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralD05490B2477D1474757D2C2EB01170BBA7621106); s_Il2CppMethodInitialized = true; } { RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_0 = { reinterpret_cast (IL2CPP_RGCTX_TYPE(InitializedTypeInfo(method->klass)->rgctx_data, 0)) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_1; L_1 = Type_GetTypeFromHandle_m180706985100778663E9C75D4FC001D367C0120F((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_0, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Statics_t4B5A84F3134B8BF7299B14BE64813C95F1ABBCE3_il2cpp_TypeInfo_var); MethodInfo_t * L_2; L_2 = Statics_GetDeclaredStaticMethod_mA65899B1733466BC669DD49BD6BABBD6F2BD5A47((Type_t *)L_1, (String_t*)_stringLiteralD05490B2477D1474757D2C2EB01170BBA7621106, /*hidden argument*/NULL); ((EnumHelper_1_t6BD71958DB2C269FECC9ECC395A69D160418277D_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 1)))->set_IdentityInfo_0(L_2); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Diagnostics.Tracing.EnumHelper`1::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EnumHelper_1__cctor_m4676E94382D5EF08FBBAFB3469DE1C3AFBCA12A8_gshared (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Statics_t4B5A84F3134B8BF7299B14BE64813C95F1ABBCE3_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralD05490B2477D1474757D2C2EB01170BBA7621106); s_Il2CppMethodInitialized = true; } { RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_0 = { reinterpret_cast (IL2CPP_RGCTX_TYPE(InitializedTypeInfo(method->klass)->rgctx_data, 0)) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_1; L_1 = Type_GetTypeFromHandle_m180706985100778663E9C75D4FC001D367C0120F((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_0, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Statics_t4B5A84F3134B8BF7299B14BE64813C95F1ABBCE3_il2cpp_TypeInfo_var); MethodInfo_t * L_2; L_2 = Statics_GetDeclaredStaticMethod_mA65899B1733466BC669DD49BD6BABBD6F2BD5A47((Type_t *)L_1, (String_t*)_stringLiteralD05490B2477D1474757D2C2EB01170BBA7621106, /*hidden argument*/NULL); ((EnumHelper_1_t93237184A227ABFC32C9556D849B44C8CC074D48_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 1)))->set_IdentityInfo_0(L_2); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Diagnostics.Tracing.EnumHelper`1::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EnumHelper_1__cctor_m138C9B70B75FB37519F41D3997DD82646F0A183B_gshared (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Statics_t4B5A84F3134B8BF7299B14BE64813C95F1ABBCE3_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralD05490B2477D1474757D2C2EB01170BBA7621106); s_Il2CppMethodInitialized = true; } { RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_0 = { reinterpret_cast (IL2CPP_RGCTX_TYPE(InitializedTypeInfo(method->klass)->rgctx_data, 0)) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_1; L_1 = Type_GetTypeFromHandle_m180706985100778663E9C75D4FC001D367C0120F((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_0, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Statics_t4B5A84F3134B8BF7299B14BE64813C95F1ABBCE3_il2cpp_TypeInfo_var); MethodInfo_t * L_2; L_2 = Statics_GetDeclaredStaticMethod_mA65899B1733466BC669DD49BD6BABBD6F2BD5A47((Type_t *)L_1, (String_t*)_stringLiteralD05490B2477D1474757D2C2EB01170BBA7621106, /*hidden argument*/NULL); ((EnumHelper_1_t0BA1977F909FE948AAD5243D1B7C86D1D12A2C81_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 1)))->set_IdentityInfo_0(L_2); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Diagnostics.Tracing.EnumHelper`1::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EnumHelper_1__cctor_m9480ADE097A9596CA435FFF90D13E12BA5103490_gshared (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Statics_t4B5A84F3134B8BF7299B14BE64813C95F1ABBCE3_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralD05490B2477D1474757D2C2EB01170BBA7621106); s_Il2CppMethodInitialized = true; } { RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_0 = { reinterpret_cast (IL2CPP_RGCTX_TYPE(InitializedTypeInfo(method->klass)->rgctx_data, 0)) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_1; L_1 = Type_GetTypeFromHandle_m180706985100778663E9C75D4FC001D367C0120F((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_0, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Statics_t4B5A84F3134B8BF7299B14BE64813C95F1ABBCE3_il2cpp_TypeInfo_var); MethodInfo_t * L_2; L_2 = Statics_GetDeclaredStaticMethod_mA65899B1733466BC669DD49BD6BABBD6F2BD5A47((Type_t *)L_1, (String_t*)_stringLiteralD05490B2477D1474757D2C2EB01170BBA7621106, /*hidden argument*/NULL); ((EnumHelper_1_t9A5A2A5D5D0ABD1D770B359F6C07DD36CC834558_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 1)))->set_IdentityInfo_0(L_2); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Diagnostics.Tracing.EnumHelper`1::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EnumHelper_1__cctor_mE7AB9365183397FF87DF588407A093F3FCEE20EA_gshared (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Statics_t4B5A84F3134B8BF7299B14BE64813C95F1ABBCE3_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralD05490B2477D1474757D2C2EB01170BBA7621106); s_Il2CppMethodInitialized = true; } { RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_0 = { reinterpret_cast (IL2CPP_RGCTX_TYPE(InitializedTypeInfo(method->klass)->rgctx_data, 0)) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_1; L_1 = Type_GetTypeFromHandle_m180706985100778663E9C75D4FC001D367C0120F((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_0, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Statics_t4B5A84F3134B8BF7299B14BE64813C95F1ABBCE3_il2cpp_TypeInfo_var); MethodInfo_t * L_2; L_2 = Statics_GetDeclaredStaticMethod_mA65899B1733466BC669DD49BD6BABBD6F2BD5A47((Type_t *)L_1, (String_t*)_stringLiteralD05490B2477D1474757D2C2EB01170BBA7621106, /*hidden argument*/NULL); ((EnumHelper_1_t1A18AB4B10A79E8CE2267B3FAD22C9B957BBCA3E_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 1)))->set_IdentityInfo_0(L_2); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Diagnostics.Tracing.EnumHelper`1::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EnumHelper_1__cctor_mC08880928E1E80A157AEA625AD63FF715004F26E_gshared (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Statics_t4B5A84F3134B8BF7299B14BE64813C95F1ABBCE3_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralD05490B2477D1474757D2C2EB01170BBA7621106); s_Il2CppMethodInitialized = true; } { RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_0 = { reinterpret_cast (IL2CPP_RGCTX_TYPE(InitializedTypeInfo(method->klass)->rgctx_data, 0)) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_1; L_1 = Type_GetTypeFromHandle_m180706985100778663E9C75D4FC001D367C0120F((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_0, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Statics_t4B5A84F3134B8BF7299B14BE64813C95F1ABBCE3_il2cpp_TypeInfo_var); MethodInfo_t * L_2; L_2 = Statics_GetDeclaredStaticMethod_mA65899B1733466BC669DD49BD6BABBD6F2BD5A47((Type_t *)L_1, (String_t*)_stringLiteralD05490B2477D1474757D2C2EB01170BBA7621106, /*hidden argument*/NULL); ((EnumHelper_1_t2D08E12E0A6AD73687A24BCA4D645C9F49D8D946_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 1)))->set_IdentityInfo_0(L_2); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Diagnostics.Tracing.EnumHelper`1::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EnumHelper_1__cctor_mE56D1837CC2F5AFC010C1F08FAAF2DE1B59160E4_gshared (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Statics_t4B5A84F3134B8BF7299B14BE64813C95F1ABBCE3_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralD05490B2477D1474757D2C2EB01170BBA7621106); s_Il2CppMethodInitialized = true; } { RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_0 = { reinterpret_cast (IL2CPP_RGCTX_TYPE(InitializedTypeInfo(method->klass)->rgctx_data, 0)) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_1; L_1 = Type_GetTypeFromHandle_m180706985100778663E9C75D4FC001D367C0120F((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_0, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Statics_t4B5A84F3134B8BF7299B14BE64813C95F1ABBCE3_il2cpp_TypeInfo_var); MethodInfo_t * L_2; L_2 = Statics_GetDeclaredStaticMethod_mA65899B1733466BC669DD49BD6BABBD6F2BD5A47((Type_t *)L_1, (String_t*)_stringLiteralD05490B2477D1474757D2C2EB01170BBA7621106, /*hidden argument*/NULL); ((EnumHelper_1_tC82FAAF78504152B465669C9102B86D7DCE21244_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 1)))->set_IdentityInfo_0(L_2); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Diagnostics.Tracing.EnumHelper`1::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EnumHelper_1__cctor_m8297C37EEE4CCD3BAB96A3E03DC66077A211BFF3_gshared (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Statics_t4B5A84F3134B8BF7299B14BE64813C95F1ABBCE3_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralD05490B2477D1474757D2C2EB01170BBA7621106); s_Il2CppMethodInitialized = true; } { RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_0 = { reinterpret_cast (IL2CPP_RGCTX_TYPE(InitializedTypeInfo(method->klass)->rgctx_data, 0)) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_1; L_1 = Type_GetTypeFromHandle_m180706985100778663E9C75D4FC001D367C0120F((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_0, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Statics_t4B5A84F3134B8BF7299B14BE64813C95F1ABBCE3_il2cpp_TypeInfo_var); MethodInfo_t * L_2; L_2 = Statics_GetDeclaredStaticMethod_mA65899B1733466BC669DD49BD6BABBD6F2BD5A47((Type_t *)L_1, (String_t*)_stringLiteralD05490B2477D1474757D2C2EB01170BBA7621106, /*hidden argument*/NULL); ((EnumHelper_1_t710CB15BC03192055332903E689AAFD52F3E8852_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 1)))->set_IdentityInfo_0(L_2); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Diagnostics.Tracing.EnumInt16TypeInfo`1>::WriteMetadata(System.Diagnostics.Tracing.TraceLoggingMetadataCollector,System.String,System.Diagnostics.Tracing.EventFieldFormat) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EnumInt16TypeInfo_1_WriteMetadata_m66DF63EF8F6983197C379593046FDC96E2CBA04A_gshared (EnumInt16TypeInfo_1_tFA937295358D806515AF38EFCA7911A0EA2D38F7 * __this, TraceLoggingMetadataCollector_tFDCF6C9B118FD41428DBE1C3AA17A601001C1B2C * ___collector0, String_t* ___name1, int32_t ___format2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Statics_t4B5A84F3134B8BF7299B14BE64813C95F1ABBCE3_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { TraceLoggingMetadataCollector_tFDCF6C9B118FD41428DBE1C3AA17A601001C1B2C * L_0 = ___collector0; String_t* L_1 = ___name1; int32_t L_2 = ___format2; IL2CPP_RUNTIME_CLASS_INIT(Statics_t4B5A84F3134B8BF7299B14BE64813C95F1ABBCE3_il2cpp_TypeInfo_var); int32_t L_3; L_3 = Statics_Format16_mBAB4FA70D517E1F775D2CA5C49A92CDF13203B29((int32_t)L_2, (int32_t)5, /*hidden argument*/NULL); NullCheck((TraceLoggingMetadataCollector_tFDCF6C9B118FD41428DBE1C3AA17A601001C1B2C *)L_0); TraceLoggingMetadataCollector_AddScalar_mA1A23105BD49003C6FD1A00C6A4ADBD02FA49854((TraceLoggingMetadataCollector_tFDCF6C9B118FD41428DBE1C3AA17A601001C1B2C *)L_0, (String_t*)L_1, (int32_t)L_3, /*hidden argument*/NULL); return; } } // System.Void System.Diagnostics.Tracing.EnumInt16TypeInfo`1>::WriteData(System.Diagnostics.Tracing.TraceLoggingDataCollector,EnumType&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EnumInt16TypeInfo_1_WriteData_m1F91005B3E76D93905B112C3BD92FED1B9C102E1_gshared (EnumInt16TypeInfo_1_tFA937295358D806515AF38EFCA7911A0EA2D38F7 * __this, TraceLoggingDataCollector_t5C690F08E67433C8CBAC45BCF713D40E805DB2C7 * ___collector0, KeyValuePair_2_tFB6A066C69E28C6ACA5FC5E24D969BFADC5FA625 * ___value1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&EnumHelper_1_t6BD71958DB2C269FECC9ECC395A69D160418277D_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { TraceLoggingDataCollector_t5C690F08E67433C8CBAC45BCF713D40E805DB2C7 * L_0 = ___collector0; KeyValuePair_2_tFB6A066C69E28C6ACA5FC5E24D969BFADC5FA625 * L_1 = ___value1; KeyValuePair_2_tFB6A066C69E28C6ACA5FC5E24D969BFADC5FA625 L_2 = (*(KeyValuePair_2_tFB6A066C69E28C6ACA5FC5E24D969BFADC5FA625 *)L_1); IL2CPP_RUNTIME_CLASS_INIT(EnumHelper_1_t6BD71958DB2C269FECC9ECC395A69D160418277D_il2cpp_TypeInfo_var); int16_t L_3; L_3 = (( int16_t (*) (KeyValuePair_2_tFB6A066C69E28C6ACA5FC5E24D969BFADC5FA625 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((KeyValuePair_2_tFB6A066C69E28C6ACA5FC5E24D969BFADC5FA625 )L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); NullCheck((TraceLoggingDataCollector_t5C690F08E67433C8CBAC45BCF713D40E805DB2C7 *)L_0); TraceLoggingDataCollector_AddScalar_m97510C9F3EE7C3875792D62493462BF7D46F2009((TraceLoggingDataCollector_t5C690F08E67433C8CBAC45BCF713D40E805DB2C7 *)L_0, (int16_t)L_3, /*hidden argument*/NULL); return; } } // System.Object System.Diagnostics.Tracing.EnumInt16TypeInfo`1>::GetData(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * EnumInt16TypeInfo_1_GetData_m747883FFFC7D2792948F3D9081D2ACEB4F0B96B9_gshared (EnumInt16TypeInfo_1_tFA937295358D806515AF38EFCA7911A0EA2D38F7 * __this, RuntimeObject * ___value0, const RuntimeMethod* method) { { RuntimeObject * L_0 = ___value0; return (RuntimeObject *)L_0; } } // System.Void System.Diagnostics.Tracing.EnumInt16TypeInfo`1>::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EnumInt16TypeInfo_1__ctor_mE0D1600A654248C2A9365C84C3CEF06F36134735_gshared (EnumInt16TypeInfo_1_tFA937295358D806515AF38EFCA7911A0EA2D38F7 * __this, const RuntimeMethod* method) { { NullCheck((TraceLoggingTypeInfo_1_tAA80A15704CE49500C66DC6B1C05B2A1188F89DC *)__this); (( void (*) (TraceLoggingTypeInfo_1_tAA80A15704CE49500C66DC6B1C05B2A1188F89DC *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)->methodPointer)((TraceLoggingTypeInfo_1_tAA80A15704CE49500C66DC6B1C05B2A1188F89DC *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Diagnostics.Tracing.EnumInt16TypeInfo`1::WriteMetadata(System.Diagnostics.Tracing.TraceLoggingMetadataCollector,System.String,System.Diagnostics.Tracing.EventFieldFormat) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EnumInt16TypeInfo_1_WriteMetadata_mE86041A9ACF19D749D78210DA5680516014148B3_gshared (EnumInt16TypeInfo_1_t327CFD38FE638C1016880A03A3983E1D343EB141 * __this, TraceLoggingMetadataCollector_tFDCF6C9B118FD41428DBE1C3AA17A601001C1B2C * ___collector0, String_t* ___name1, int32_t ___format2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Statics_t4B5A84F3134B8BF7299B14BE64813C95F1ABBCE3_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { TraceLoggingMetadataCollector_tFDCF6C9B118FD41428DBE1C3AA17A601001C1B2C * L_0 = ___collector0; String_t* L_1 = ___name1; int32_t L_2 = ___format2; IL2CPP_RUNTIME_CLASS_INIT(Statics_t4B5A84F3134B8BF7299B14BE64813C95F1ABBCE3_il2cpp_TypeInfo_var); int32_t L_3; L_3 = Statics_Format16_mBAB4FA70D517E1F775D2CA5C49A92CDF13203B29((int32_t)L_2, (int32_t)5, /*hidden argument*/NULL); NullCheck((TraceLoggingMetadataCollector_tFDCF6C9B118FD41428DBE1C3AA17A601001C1B2C *)L_0); TraceLoggingMetadataCollector_AddScalar_mA1A23105BD49003C6FD1A00C6A4ADBD02FA49854((TraceLoggingMetadataCollector_tFDCF6C9B118FD41428DBE1C3AA17A601001C1B2C *)L_0, (String_t*)L_1, (int32_t)L_3, /*hidden argument*/NULL); return; } } // System.Void System.Diagnostics.Tracing.EnumInt16TypeInfo`1::WriteData(System.Diagnostics.Tracing.TraceLoggingDataCollector,EnumType&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EnumInt16TypeInfo_1_WriteData_m77058048C840D0064D4448C441B4A35E92FA2CD8_gshared (EnumInt16TypeInfo_1_t327CFD38FE638C1016880A03A3983E1D343EB141 * __this, TraceLoggingDataCollector_t5C690F08E67433C8CBAC45BCF713D40E805DB2C7 * ___collector0, bool* ___value1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&EnumHelper_1_t6BD71958DB2C269FECC9ECC395A69D160418277D_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { TraceLoggingDataCollector_t5C690F08E67433C8CBAC45BCF713D40E805DB2C7 * L_0 = ___collector0; bool* L_1 = ___value1; bool L_2 = (*(bool*)L_1); IL2CPP_RUNTIME_CLASS_INIT(EnumHelper_1_t6BD71958DB2C269FECC9ECC395A69D160418277D_il2cpp_TypeInfo_var); int16_t L_3; L_3 = (( int16_t (*) (bool, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((bool)L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); NullCheck((TraceLoggingDataCollector_t5C690F08E67433C8CBAC45BCF713D40E805DB2C7 *)L_0); TraceLoggingDataCollector_AddScalar_m97510C9F3EE7C3875792D62493462BF7D46F2009((TraceLoggingDataCollector_t5C690F08E67433C8CBAC45BCF713D40E805DB2C7 *)L_0, (int16_t)L_3, /*hidden argument*/NULL); return; } } // System.Object System.Diagnostics.Tracing.EnumInt16TypeInfo`1::GetData(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * EnumInt16TypeInfo_1_GetData_mBEA97169E326F023D4FDF37B11AA25578BCD24F9_gshared (EnumInt16TypeInfo_1_t327CFD38FE638C1016880A03A3983E1D343EB141 * __this, RuntimeObject * ___value0, const RuntimeMethod* method) { { RuntimeObject * L_0 = ___value0; return (RuntimeObject *)L_0; } } // System.Void System.Diagnostics.Tracing.EnumInt16TypeInfo`1::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EnumInt16TypeInfo_1__ctor_m162C30E15C1A9B3F5CD0ED94B2DD2703658F92FC_gshared (EnumInt16TypeInfo_1_t327CFD38FE638C1016880A03A3983E1D343EB141 * __this, const RuntimeMethod* method) { { NullCheck((TraceLoggingTypeInfo_1_t2E09E8CA26064E30A8F7376A80B6440C13A23A68 *)__this); (( void (*) (TraceLoggingTypeInfo_1_t2E09E8CA26064E30A8F7376A80B6440C13A23A68 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)->methodPointer)((TraceLoggingTypeInfo_1_t2E09E8CA26064E30A8F7376A80B6440C13A23A68 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Diagnostics.Tracing.EnumInt16TypeInfo`1::WriteMetadata(System.Diagnostics.Tracing.TraceLoggingMetadataCollector,System.String,System.Diagnostics.Tracing.EventFieldFormat) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EnumInt16TypeInfo_1_WriteMetadata_m2A6100512B3485D9C80BA3F81CAE5E5449BCCDF6_gshared (EnumInt16TypeInfo_1_t69BC5B08632F1831FF99E20E7C3809CF0A313C49 * __this, TraceLoggingMetadataCollector_tFDCF6C9B118FD41428DBE1C3AA17A601001C1B2C * ___collector0, String_t* ___name1, int32_t ___format2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Statics_t4B5A84F3134B8BF7299B14BE64813C95F1ABBCE3_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { TraceLoggingMetadataCollector_tFDCF6C9B118FD41428DBE1C3AA17A601001C1B2C * L_0 = ___collector0; String_t* L_1 = ___name1; int32_t L_2 = ___format2; IL2CPP_RUNTIME_CLASS_INIT(Statics_t4B5A84F3134B8BF7299B14BE64813C95F1ABBCE3_il2cpp_TypeInfo_var); int32_t L_3; L_3 = Statics_Format16_mBAB4FA70D517E1F775D2CA5C49A92CDF13203B29((int32_t)L_2, (int32_t)5, /*hidden argument*/NULL); NullCheck((TraceLoggingMetadataCollector_tFDCF6C9B118FD41428DBE1C3AA17A601001C1B2C *)L_0); TraceLoggingMetadataCollector_AddScalar_mA1A23105BD49003C6FD1A00C6A4ADBD02FA49854((TraceLoggingMetadataCollector_tFDCF6C9B118FD41428DBE1C3AA17A601001C1B2C *)L_0, (String_t*)L_1, (int32_t)L_3, /*hidden argument*/NULL); return; } } // System.Void System.Diagnostics.Tracing.EnumInt16TypeInfo`1::WriteData(System.Diagnostics.Tracing.TraceLoggingDataCollector,EnumType&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EnumInt16TypeInfo_1_WriteData_m5CC7E88201263989593B9CCDB84EA7ECE218E12A_gshared (EnumInt16TypeInfo_1_t69BC5B08632F1831FF99E20E7C3809CF0A313C49 * __this, TraceLoggingDataCollector_t5C690F08E67433C8CBAC45BCF713D40E805DB2C7 * ___collector0, uint8_t* ___value1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&EnumHelper_1_t6BD71958DB2C269FECC9ECC395A69D160418277D_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { TraceLoggingDataCollector_t5C690F08E67433C8CBAC45BCF713D40E805DB2C7 * L_0 = ___collector0; uint8_t* L_1 = ___value1; uint8_t L_2 = (*(uint8_t*)L_1); IL2CPP_RUNTIME_CLASS_INIT(EnumHelper_1_t6BD71958DB2C269FECC9ECC395A69D160418277D_il2cpp_TypeInfo_var); int16_t L_3; L_3 = (( int16_t (*) (uint8_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((uint8_t)L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); NullCheck((TraceLoggingDataCollector_t5C690F08E67433C8CBAC45BCF713D40E805DB2C7 *)L_0); TraceLoggingDataCollector_AddScalar_m97510C9F3EE7C3875792D62493462BF7D46F2009((TraceLoggingDataCollector_t5C690F08E67433C8CBAC45BCF713D40E805DB2C7 *)L_0, (int16_t)L_3, /*hidden argument*/NULL); return; } } // System.Object System.Diagnostics.Tracing.EnumInt16TypeInfo`1::GetData(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * EnumInt16TypeInfo_1_GetData_m9578EBAA6FB0F3DEE4A839FE3F6B1A3E0C4CE980_gshared (EnumInt16TypeInfo_1_t69BC5B08632F1831FF99E20E7C3809CF0A313C49 * __this, RuntimeObject * ___value0, const RuntimeMethod* method) { { RuntimeObject * L_0 = ___value0; return (RuntimeObject *)L_0; } } // System.Void System.Diagnostics.Tracing.EnumInt16TypeInfo`1::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EnumInt16TypeInfo_1__ctor_m71DE9A5B73329FB43A9DB1336818865D8FAAFECB_gshared (EnumInt16TypeInfo_1_t69BC5B08632F1831FF99E20E7C3809CF0A313C49 * __this, const RuntimeMethod* method) { { NullCheck((TraceLoggingTypeInfo_1_t3249C39DDD7C9608FB6A71BC0E8ADAD2DBA7582D *)__this); (( void (*) (TraceLoggingTypeInfo_1_t3249C39DDD7C9608FB6A71BC0E8ADAD2DBA7582D *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)->methodPointer)((TraceLoggingTypeInfo_1_t3249C39DDD7C9608FB6A71BC0E8ADAD2DBA7582D *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Diagnostics.Tracing.EnumInt16TypeInfo`1::WriteMetadata(System.Diagnostics.Tracing.TraceLoggingMetadataCollector,System.String,System.Diagnostics.Tracing.EventFieldFormat) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EnumInt16TypeInfo_1_WriteMetadata_m340C862739452F646221E0801262B29D1511E3B6_gshared (EnumInt16TypeInfo_1_tE3D19816F70E7AA87E6FF968F9C5CCE627769576 * __this, TraceLoggingMetadataCollector_tFDCF6C9B118FD41428DBE1C3AA17A601001C1B2C * ___collector0, String_t* ___name1, int32_t ___format2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Statics_t4B5A84F3134B8BF7299B14BE64813C95F1ABBCE3_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { TraceLoggingMetadataCollector_tFDCF6C9B118FD41428DBE1C3AA17A601001C1B2C * L_0 = ___collector0; String_t* L_1 = ___name1; int32_t L_2 = ___format2; IL2CPP_RUNTIME_CLASS_INIT(Statics_t4B5A84F3134B8BF7299B14BE64813C95F1ABBCE3_il2cpp_TypeInfo_var); int32_t L_3; L_3 = Statics_Format16_mBAB4FA70D517E1F775D2CA5C49A92CDF13203B29((int32_t)L_2, (int32_t)5, /*hidden argument*/NULL); NullCheck((TraceLoggingMetadataCollector_tFDCF6C9B118FD41428DBE1C3AA17A601001C1B2C *)L_0); TraceLoggingMetadataCollector_AddScalar_mA1A23105BD49003C6FD1A00C6A4ADBD02FA49854((TraceLoggingMetadataCollector_tFDCF6C9B118FD41428DBE1C3AA17A601001C1B2C *)L_0, (String_t*)L_1, (int32_t)L_3, /*hidden argument*/NULL); return; } } // System.Void System.Diagnostics.Tracing.EnumInt16TypeInfo`1::WriteData(System.Diagnostics.Tracing.TraceLoggingDataCollector,EnumType&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EnumInt16TypeInfo_1_WriteData_m1B507F85D8F72ABC70877B80D01EBA58ABEBA34E_gshared (EnumInt16TypeInfo_1_tE3D19816F70E7AA87E6FF968F9C5CCE627769576 * __this, TraceLoggingDataCollector_t5C690F08E67433C8CBAC45BCF713D40E805DB2C7 * ___collector0, Il2CppChar* ___value1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&EnumHelper_1_t6BD71958DB2C269FECC9ECC395A69D160418277D_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { TraceLoggingDataCollector_t5C690F08E67433C8CBAC45BCF713D40E805DB2C7 * L_0 = ___collector0; Il2CppChar* L_1 = ___value1; Il2CppChar L_2 = (*(Il2CppChar*)L_1); IL2CPP_RUNTIME_CLASS_INIT(EnumHelper_1_t6BD71958DB2C269FECC9ECC395A69D160418277D_il2cpp_TypeInfo_var); int16_t L_3; L_3 = (( int16_t (*) (Il2CppChar, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((Il2CppChar)L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); NullCheck((TraceLoggingDataCollector_t5C690F08E67433C8CBAC45BCF713D40E805DB2C7 *)L_0); TraceLoggingDataCollector_AddScalar_m97510C9F3EE7C3875792D62493462BF7D46F2009((TraceLoggingDataCollector_t5C690F08E67433C8CBAC45BCF713D40E805DB2C7 *)L_0, (int16_t)L_3, /*hidden argument*/NULL); return; } } // System.Object System.Diagnostics.Tracing.EnumInt16TypeInfo`1::GetData(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * EnumInt16TypeInfo_1_GetData_m3B87553B217BEA6698092573E418866F4EBF6B05_gshared (EnumInt16TypeInfo_1_tE3D19816F70E7AA87E6FF968F9C5CCE627769576 * __this, RuntimeObject * ___value0, const RuntimeMethod* method) { { RuntimeObject * L_0 = ___value0; return (RuntimeObject *)L_0; } } // System.Void System.Diagnostics.Tracing.EnumInt16TypeInfo`1::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EnumInt16TypeInfo_1__ctor_m70EF274E6F04ADB212CF8310775EEAE6FA2319E8_gshared (EnumInt16TypeInfo_1_tE3D19816F70E7AA87E6FF968F9C5CCE627769576 * __this, const RuntimeMethod* method) { { NullCheck((TraceLoggingTypeInfo_1_t4060A49A9615875C95710F4F7A74B649698B182C *)__this); (( void (*) (TraceLoggingTypeInfo_1_t4060A49A9615875C95710F4F7A74B649698B182C *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)->methodPointer)((TraceLoggingTypeInfo_1_t4060A49A9615875C95710F4F7A74B649698B182C *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Diagnostics.Tracing.EnumInt16TypeInfo`1::WriteMetadata(System.Diagnostics.Tracing.TraceLoggingMetadataCollector,System.String,System.Diagnostics.Tracing.EventFieldFormat) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EnumInt16TypeInfo_1_WriteMetadata_mD0B6A2E5D218F82F45CB6F0BDF6C3C4ED77A6E5D_gshared (EnumInt16TypeInfo_1_t32FB733BCEA55C2CEE76DEA2B23012323FAD017A * __this, TraceLoggingMetadataCollector_tFDCF6C9B118FD41428DBE1C3AA17A601001C1B2C * ___collector0, String_t* ___name1, int32_t ___format2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Statics_t4B5A84F3134B8BF7299B14BE64813C95F1ABBCE3_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { TraceLoggingMetadataCollector_tFDCF6C9B118FD41428DBE1C3AA17A601001C1B2C * L_0 = ___collector0; String_t* L_1 = ___name1; int32_t L_2 = ___format2; IL2CPP_RUNTIME_CLASS_INIT(Statics_t4B5A84F3134B8BF7299B14BE64813C95F1ABBCE3_il2cpp_TypeInfo_var); int32_t L_3; L_3 = Statics_Format16_mBAB4FA70D517E1F775D2CA5C49A92CDF13203B29((int32_t)L_2, (int32_t)5, /*hidden argument*/NULL); NullCheck((TraceLoggingMetadataCollector_tFDCF6C9B118FD41428DBE1C3AA17A601001C1B2C *)L_0); TraceLoggingMetadataCollector_AddScalar_mA1A23105BD49003C6FD1A00C6A4ADBD02FA49854((TraceLoggingMetadataCollector_tFDCF6C9B118FD41428DBE1C3AA17A601001C1B2C *)L_0, (String_t*)L_1, (int32_t)L_3, /*hidden argument*/NULL); return; } } // System.Void System.Diagnostics.Tracing.EnumInt16TypeInfo`1::WriteData(System.Diagnostics.Tracing.TraceLoggingDataCollector,EnumType&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EnumInt16TypeInfo_1_WriteData_mA16676174A99DC8CE9836D23EAE4293D724B0365_gshared (EnumInt16TypeInfo_1_t32FB733BCEA55C2CEE76DEA2B23012323FAD017A * __this, TraceLoggingDataCollector_t5C690F08E67433C8CBAC45BCF713D40E805DB2C7 * ___collector0, DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 * ___value1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&EnumHelper_1_t6BD71958DB2C269FECC9ECC395A69D160418277D_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { TraceLoggingDataCollector_t5C690F08E67433C8CBAC45BCF713D40E805DB2C7 * L_0 = ___collector0; DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 * L_1 = ___value1; DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_2 = (*(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 *)L_1); IL2CPP_RUNTIME_CLASS_INIT(EnumHelper_1_t6BD71958DB2C269FECC9ECC395A69D160418277D_il2cpp_TypeInfo_var); int16_t L_3; L_3 = (( int16_t (*) (DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 )L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); NullCheck((TraceLoggingDataCollector_t5C690F08E67433C8CBAC45BCF713D40E805DB2C7 *)L_0); TraceLoggingDataCollector_AddScalar_m97510C9F3EE7C3875792D62493462BF7D46F2009((TraceLoggingDataCollector_t5C690F08E67433C8CBAC45BCF713D40E805DB2C7 *)L_0, (int16_t)L_3, /*hidden argument*/NULL); return; } } // System.Object System.Diagnostics.Tracing.EnumInt16TypeInfo`1::GetData(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * EnumInt16TypeInfo_1_GetData_mA04A10B4F8A92B4A273F0E494DAAF74D8449BEB7_gshared (EnumInt16TypeInfo_1_t32FB733BCEA55C2CEE76DEA2B23012323FAD017A * __this, RuntimeObject * ___value0, const RuntimeMethod* method) { { RuntimeObject * L_0 = ___value0; return (RuntimeObject *)L_0; } } // System.Void System.Diagnostics.Tracing.EnumInt16TypeInfo`1::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EnumInt16TypeInfo_1__ctor_m12CFF872F53C67D52651D15B3825DB1D89224D5C_gshared (EnumInt16TypeInfo_1_t32FB733BCEA55C2CEE76DEA2B23012323FAD017A * __this, const RuntimeMethod* method) { { NullCheck((TraceLoggingTypeInfo_1_t3B564912583B489AA09CF4EC981BC921E43D206B *)__this); (( void (*) (TraceLoggingTypeInfo_1_t3B564912583B489AA09CF4EC981BC921E43D206B *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)->methodPointer)((TraceLoggingTypeInfo_1_t3B564912583B489AA09CF4EC981BC921E43D206B *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Diagnostics.Tracing.EnumInt16TypeInfo`1::WriteMetadata(System.Diagnostics.Tracing.TraceLoggingMetadataCollector,System.String,System.Diagnostics.Tracing.EventFieldFormat) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EnumInt16TypeInfo_1_WriteMetadata_m7E6BB279EC25079022AB7F87458514497B031A97_gshared (EnumInt16TypeInfo_1_t99DDF1EA62F654C0A16E8C90515B55147A31793B * __this, TraceLoggingMetadataCollector_tFDCF6C9B118FD41428DBE1C3AA17A601001C1B2C * ___collector0, String_t* ___name1, int32_t ___format2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Statics_t4B5A84F3134B8BF7299B14BE64813C95F1ABBCE3_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { TraceLoggingMetadataCollector_tFDCF6C9B118FD41428DBE1C3AA17A601001C1B2C * L_0 = ___collector0; String_t* L_1 = ___name1; int32_t L_2 = ___format2; IL2CPP_RUNTIME_CLASS_INIT(Statics_t4B5A84F3134B8BF7299B14BE64813C95F1ABBCE3_il2cpp_TypeInfo_var); int32_t L_3; L_3 = Statics_Format16_mBAB4FA70D517E1F775D2CA5C49A92CDF13203B29((int32_t)L_2, (int32_t)5, /*hidden argument*/NULL); NullCheck((TraceLoggingMetadataCollector_tFDCF6C9B118FD41428DBE1C3AA17A601001C1B2C *)L_0); TraceLoggingMetadataCollector_AddScalar_mA1A23105BD49003C6FD1A00C6A4ADBD02FA49854((TraceLoggingMetadataCollector_tFDCF6C9B118FD41428DBE1C3AA17A601001C1B2C *)L_0, (String_t*)L_1, (int32_t)L_3, /*hidden argument*/NULL); return; } } // System.Void System.Diagnostics.Tracing.EnumInt16TypeInfo`1::WriteData(System.Diagnostics.Tracing.TraceLoggingDataCollector,EnumType&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EnumInt16TypeInfo_1_WriteData_mC10B278DDF0B380A96AC9232D2294131824662FA_gshared (EnumInt16TypeInfo_1_t99DDF1EA62F654C0A16E8C90515B55147A31793B * __this, TraceLoggingDataCollector_t5C690F08E67433C8CBAC45BCF713D40E805DB2C7 * ___collector0, DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5 * ___value1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&EnumHelper_1_t6BD71958DB2C269FECC9ECC395A69D160418277D_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { TraceLoggingDataCollector_t5C690F08E67433C8CBAC45BCF713D40E805DB2C7 * L_0 = ___collector0; DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5 * L_1 = ___value1; DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5 L_2 = (*(DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5 *)L_1); IL2CPP_RUNTIME_CLASS_INIT(EnumHelper_1_t6BD71958DB2C269FECC9ECC395A69D160418277D_il2cpp_TypeInfo_var); int16_t L_3; L_3 = (( int16_t (*) (DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5 )L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); NullCheck((TraceLoggingDataCollector_t5C690F08E67433C8CBAC45BCF713D40E805DB2C7 *)L_0); TraceLoggingDataCollector_AddScalar_m97510C9F3EE7C3875792D62493462BF7D46F2009((TraceLoggingDataCollector_t5C690F08E67433C8CBAC45BCF713D40E805DB2C7 *)L_0, (int16_t)L_3, /*hidden argument*/NULL); return; } } // System.Object System.Diagnostics.Tracing.EnumInt16TypeInfo`1::GetData(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * EnumInt16TypeInfo_1_GetData_m9F22E980C57FE3FD0BE10E613DD0EC5DB61944BB_gshared (EnumInt16TypeInfo_1_t99DDF1EA62F654C0A16E8C90515B55147A31793B * __this, RuntimeObject * ___value0, const RuntimeMethod* method) { { RuntimeObject * L_0 = ___value0; return (RuntimeObject *)L_0; } } // System.Void System.Diagnostics.Tracing.EnumInt16TypeInfo`1::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EnumInt16TypeInfo_1__ctor_mA531B66FE2D7BF45D9AF36F61ADFCAA1A2D435FF_gshared (EnumInt16TypeInfo_1_t99DDF1EA62F654C0A16E8C90515B55147A31793B * __this, const RuntimeMethod* method) { { NullCheck((TraceLoggingTypeInfo_1_t2222233AEF607D614ED51D9A909021B0AD1DD052 *)__this); (( void (*) (TraceLoggingTypeInfo_1_t2222233AEF607D614ED51D9A909021B0AD1DD052 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)->methodPointer)((TraceLoggingTypeInfo_1_t2222233AEF607D614ED51D9A909021B0AD1DD052 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Diagnostics.Tracing.EnumInt16TypeInfo`1::WriteMetadata(System.Diagnostics.Tracing.TraceLoggingMetadataCollector,System.String,System.Diagnostics.Tracing.EventFieldFormat) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EnumInt16TypeInfo_1_WriteMetadata_m10F19A742F4386ED30397289B7C61C6BB22DBB29_gshared (EnumInt16TypeInfo_1_t18BDB87955FDCFC2936A6471E76CF71C1E90FE2A * __this, TraceLoggingMetadataCollector_tFDCF6C9B118FD41428DBE1C3AA17A601001C1B2C * ___collector0, String_t* ___name1, int32_t ___format2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Statics_t4B5A84F3134B8BF7299B14BE64813C95F1ABBCE3_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { TraceLoggingMetadataCollector_tFDCF6C9B118FD41428DBE1C3AA17A601001C1B2C * L_0 = ___collector0; String_t* L_1 = ___name1; int32_t L_2 = ___format2; IL2CPP_RUNTIME_CLASS_INIT(Statics_t4B5A84F3134B8BF7299B14BE64813C95F1ABBCE3_il2cpp_TypeInfo_var); int32_t L_3; L_3 = Statics_Format16_mBAB4FA70D517E1F775D2CA5C49A92CDF13203B29((int32_t)L_2, (int32_t)5, /*hidden argument*/NULL); NullCheck((TraceLoggingMetadataCollector_tFDCF6C9B118FD41428DBE1C3AA17A601001C1B2C *)L_0); TraceLoggingMetadataCollector_AddScalar_mA1A23105BD49003C6FD1A00C6A4ADBD02FA49854((TraceLoggingMetadataCollector_tFDCF6C9B118FD41428DBE1C3AA17A601001C1B2C *)L_0, (String_t*)L_1, (int32_t)L_3, /*hidden argument*/NULL); return; } } // System.Void System.Diagnostics.Tracing.EnumInt16TypeInfo`1::WriteData(System.Diagnostics.Tracing.TraceLoggingDataCollector,EnumType&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EnumInt16TypeInfo_1_WriteData_m01FCD226B36B14E638F290150F06C4C78A0AA144_gshared (EnumInt16TypeInfo_1_t18BDB87955FDCFC2936A6471E76CF71C1E90FE2A * __this, TraceLoggingDataCollector_t5C690F08E67433C8CBAC45BCF713D40E805DB2C7 * ___collector0, Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 * ___value1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&EnumHelper_1_t6BD71958DB2C269FECC9ECC395A69D160418277D_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { TraceLoggingDataCollector_t5C690F08E67433C8CBAC45BCF713D40E805DB2C7 * L_0 = ___collector0; Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 * L_1 = ___value1; Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 L_2 = (*(Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 *)L_1); IL2CPP_RUNTIME_CLASS_INIT(EnumHelper_1_t6BD71958DB2C269FECC9ECC395A69D160418277D_il2cpp_TypeInfo_var); int16_t L_3; L_3 = (( int16_t (*) (Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 )L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); NullCheck((TraceLoggingDataCollector_t5C690F08E67433C8CBAC45BCF713D40E805DB2C7 *)L_0); TraceLoggingDataCollector_AddScalar_m97510C9F3EE7C3875792D62493462BF7D46F2009((TraceLoggingDataCollector_t5C690F08E67433C8CBAC45BCF713D40E805DB2C7 *)L_0, (int16_t)L_3, /*hidden argument*/NULL); return; } } // System.Object System.Diagnostics.Tracing.EnumInt16TypeInfo`1::GetData(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * EnumInt16TypeInfo_1_GetData_m710D16B386BF259AB91CCF7AA76EAD7F60F224D8_gshared (EnumInt16TypeInfo_1_t18BDB87955FDCFC2936A6471E76CF71C1E90FE2A * __this, RuntimeObject * ___value0, const RuntimeMethod* method) { { RuntimeObject * L_0 = ___value0; return (RuntimeObject *)L_0; } } // System.Void System.Diagnostics.Tracing.EnumInt16TypeInfo`1::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EnumInt16TypeInfo_1__ctor_m596A7ED8CF7462337E2B6AFE4FE81B1F68EEC226_gshared (EnumInt16TypeInfo_1_t18BDB87955FDCFC2936A6471E76CF71C1E90FE2A * __this, const RuntimeMethod* method) { { NullCheck((TraceLoggingTypeInfo_1_t31C39790E0722BFAB7EF167B090AFCF92BEF0393 *)__this); (( void (*) (TraceLoggingTypeInfo_1_t31C39790E0722BFAB7EF167B090AFCF92BEF0393 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)->methodPointer)((TraceLoggingTypeInfo_1_t31C39790E0722BFAB7EF167B090AFCF92BEF0393 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Diagnostics.Tracing.EnumInt16TypeInfo`1::WriteMetadata(System.Diagnostics.Tracing.TraceLoggingMetadataCollector,System.String,System.Diagnostics.Tracing.EventFieldFormat) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EnumInt16TypeInfo_1_WriteMetadata_m3EAA1FB4B31AD7CFE911CC1FA3D3A8661D7AEBB9_gshared (EnumInt16TypeInfo_1_t5AFA642C960C00F0106E89E6DEA6CE283716026A * __this, TraceLoggingMetadataCollector_tFDCF6C9B118FD41428DBE1C3AA17A601001C1B2C * ___collector0, String_t* ___name1, int32_t ___format2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Statics_t4B5A84F3134B8BF7299B14BE64813C95F1ABBCE3_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { TraceLoggingMetadataCollector_tFDCF6C9B118FD41428DBE1C3AA17A601001C1B2C * L_0 = ___collector0; String_t* L_1 = ___name1; int32_t L_2 = ___format2; IL2CPP_RUNTIME_CLASS_INIT(Statics_t4B5A84F3134B8BF7299B14BE64813C95F1ABBCE3_il2cpp_TypeInfo_var); int32_t L_3; L_3 = Statics_Format16_mBAB4FA70D517E1F775D2CA5C49A92CDF13203B29((int32_t)L_2, (int32_t)5, /*hidden argument*/NULL); NullCheck((TraceLoggingMetadataCollector_tFDCF6C9B118FD41428DBE1C3AA17A601001C1B2C *)L_0); TraceLoggingMetadataCollector_AddScalar_mA1A23105BD49003C6FD1A00C6A4ADBD02FA49854((TraceLoggingMetadataCollector_tFDCF6C9B118FD41428DBE1C3AA17A601001C1B2C *)L_0, (String_t*)L_1, (int32_t)L_3, /*hidden argument*/NULL); return; } } // System.Void System.Diagnostics.Tracing.EnumInt16TypeInfo`1::WriteData(System.Diagnostics.Tracing.TraceLoggingDataCollector,EnumType&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EnumInt16TypeInfo_1_WriteData_mAAAF051660F225E63FD5AE80F0D0EC5E1A3EF00E_gshared (EnumInt16TypeInfo_1_t5AFA642C960C00F0106E89E6DEA6CE283716026A * __this, TraceLoggingDataCollector_t5C690F08E67433C8CBAC45BCF713D40E805DB2C7 * ___collector0, double* ___value1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&EnumHelper_1_t6BD71958DB2C269FECC9ECC395A69D160418277D_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { TraceLoggingDataCollector_t5C690F08E67433C8CBAC45BCF713D40E805DB2C7 * L_0 = ___collector0; double* L_1 = ___value1; double L_2 = (*(double*)L_1); IL2CPP_RUNTIME_CLASS_INIT(EnumHelper_1_t6BD71958DB2C269FECC9ECC395A69D160418277D_il2cpp_TypeInfo_var); int16_t L_3; L_3 = (( int16_t (*) (double, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((double)L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); NullCheck((TraceLoggingDataCollector_t5C690F08E67433C8CBAC45BCF713D40E805DB2C7 *)L_0); TraceLoggingDataCollector_AddScalar_m97510C9F3EE7C3875792D62493462BF7D46F2009((TraceLoggingDataCollector_t5C690F08E67433C8CBAC45BCF713D40E805DB2C7 *)L_0, (int16_t)L_3, /*hidden argument*/NULL); return; } } // System.Object System.Diagnostics.Tracing.EnumInt16TypeInfo`1::GetData(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * EnumInt16TypeInfo_1_GetData_m239E270B0DD240A87546747C1E3A8C58A84E1E73_gshared (EnumInt16TypeInfo_1_t5AFA642C960C00F0106E89E6DEA6CE283716026A * __this, RuntimeObject * ___value0, const RuntimeMethod* method) { { RuntimeObject * L_0 = ___value0; return (RuntimeObject *)L_0; } } // System.Void System.Diagnostics.Tracing.EnumInt16TypeInfo`1::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EnumInt16TypeInfo_1__ctor_mA56FFB73C2270946B02C96C7B095831A86F171BB_gshared (EnumInt16TypeInfo_1_t5AFA642C960C00F0106E89E6DEA6CE283716026A * __this, const RuntimeMethod* method) { { NullCheck((TraceLoggingTypeInfo_1_t7DB46152A9D14F1E2B1949B20B3FDFDF3EE951B1 *)__this); (( void (*) (TraceLoggingTypeInfo_1_t7DB46152A9D14F1E2B1949B20B3FDFDF3EE951B1 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)->methodPointer)((TraceLoggingTypeInfo_1_t7DB46152A9D14F1E2B1949B20B3FDFDF3EE951B1 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Diagnostics.Tracing.EnumInt16TypeInfo`1::WriteMetadata(System.Diagnostics.Tracing.TraceLoggingMetadataCollector,System.String,System.Diagnostics.Tracing.EventFieldFormat) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EnumInt16TypeInfo_1_WriteMetadata_mE01078D0BB3D1EC8C5F8B46AFBE8E7E007F44C4B_gshared (EnumInt16TypeInfo_1_t25AA9DA41BEF36AB22B550015483203637DD22D4 * __this, TraceLoggingMetadataCollector_tFDCF6C9B118FD41428DBE1C3AA17A601001C1B2C * ___collector0, String_t* ___name1, int32_t ___format2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Statics_t4B5A84F3134B8BF7299B14BE64813C95F1ABBCE3_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { TraceLoggingMetadataCollector_tFDCF6C9B118FD41428DBE1C3AA17A601001C1B2C * L_0 = ___collector0; String_t* L_1 = ___name1; int32_t L_2 = ___format2; IL2CPP_RUNTIME_CLASS_INIT(Statics_t4B5A84F3134B8BF7299B14BE64813C95F1ABBCE3_il2cpp_TypeInfo_var); int32_t L_3; L_3 = Statics_Format16_mBAB4FA70D517E1F775D2CA5C49A92CDF13203B29((int32_t)L_2, (int32_t)5, /*hidden argument*/NULL); NullCheck((TraceLoggingMetadataCollector_tFDCF6C9B118FD41428DBE1C3AA17A601001C1B2C *)L_0); TraceLoggingMetadataCollector_AddScalar_mA1A23105BD49003C6FD1A00C6A4ADBD02FA49854((TraceLoggingMetadataCollector_tFDCF6C9B118FD41428DBE1C3AA17A601001C1B2C *)L_0, (String_t*)L_1, (int32_t)L_3, /*hidden argument*/NULL); return; } } // System.Void System.Diagnostics.Tracing.EnumInt16TypeInfo`1::WriteData(System.Diagnostics.Tracing.TraceLoggingDataCollector,EnumType&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EnumInt16TypeInfo_1_WriteData_mD36D5A16A78631F9AADB06C19DBBB6F2D747AE1E_gshared (EnumInt16TypeInfo_1_t25AA9DA41BEF36AB22B550015483203637DD22D4 * __this, TraceLoggingDataCollector_t5C690F08E67433C8CBAC45BCF713D40E805DB2C7 * ___collector0, EmptyStruct_t4261C00C8DDCEA2FE01A2264519DDB55BA275F62 * ___value1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&EnumHelper_1_t6BD71958DB2C269FECC9ECC395A69D160418277D_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { TraceLoggingDataCollector_t5C690F08E67433C8CBAC45BCF713D40E805DB2C7 * L_0 = ___collector0; EmptyStruct_t4261C00C8DDCEA2FE01A2264519DDB55BA275F62 * L_1 = ___value1; EmptyStruct_t4261C00C8DDCEA2FE01A2264519DDB55BA275F62 L_2 = (*(EmptyStruct_t4261C00C8DDCEA2FE01A2264519DDB55BA275F62 *)L_1); IL2CPP_RUNTIME_CLASS_INIT(EnumHelper_1_t6BD71958DB2C269FECC9ECC395A69D160418277D_il2cpp_TypeInfo_var); int16_t L_3; L_3 = (( int16_t (*) (EmptyStruct_t4261C00C8DDCEA2FE01A2264519DDB55BA275F62 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((EmptyStruct_t4261C00C8DDCEA2FE01A2264519DDB55BA275F62 )L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); NullCheck((TraceLoggingDataCollector_t5C690F08E67433C8CBAC45BCF713D40E805DB2C7 *)L_0); TraceLoggingDataCollector_AddScalar_m97510C9F3EE7C3875792D62493462BF7D46F2009((TraceLoggingDataCollector_t5C690F08E67433C8CBAC45BCF713D40E805DB2C7 *)L_0, (int16_t)L_3, /*hidden argument*/NULL); return; } } // System.Object System.Diagnostics.Tracing.EnumInt16TypeInfo`1::GetData(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * EnumInt16TypeInfo_1_GetData_mED696B05689888A0B45BA86F3940517BC01B0B4A_gshared (EnumInt16TypeInfo_1_t25AA9DA41BEF36AB22B550015483203637DD22D4 * __this, RuntimeObject * ___value0, const RuntimeMethod* method) { { RuntimeObject * L_0 = ___value0; return (RuntimeObject *)L_0; } } // System.Void System.Diagnostics.Tracing.EnumInt16TypeInfo`1::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EnumInt16TypeInfo_1__ctor_m4426CAAD65A145B7F2EE4307ADBB27497DA5E0AA_gshared (EnumInt16TypeInfo_1_t25AA9DA41BEF36AB22B550015483203637DD22D4 * __this, const RuntimeMethod* method) { { NullCheck((TraceLoggingTypeInfo_1_t632172B9985D9F811628DA2FBE10BB7F417FEA07 *)__this); (( void (*) (TraceLoggingTypeInfo_1_t632172B9985D9F811628DA2FBE10BB7F417FEA07 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)->methodPointer)((TraceLoggingTypeInfo_1_t632172B9985D9F811628DA2FBE10BB7F417FEA07 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Diagnostics.Tracing.EnumInt16TypeInfo`1::WriteMetadata(System.Diagnostics.Tracing.TraceLoggingMetadataCollector,System.String,System.Diagnostics.Tracing.EventFieldFormat) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EnumInt16TypeInfo_1_WriteMetadata_m5678C102D8A37034FD669C61340C5225E1F68B56_gshared (EnumInt16TypeInfo_1_tF050B47045F9121905EEF58B032A0CB40D2CB366 * __this, TraceLoggingMetadataCollector_tFDCF6C9B118FD41428DBE1C3AA17A601001C1B2C * ___collector0, String_t* ___name1, int32_t ___format2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Statics_t4B5A84F3134B8BF7299B14BE64813C95F1ABBCE3_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { TraceLoggingMetadataCollector_tFDCF6C9B118FD41428DBE1C3AA17A601001C1B2C * L_0 = ___collector0; String_t* L_1 = ___name1; int32_t L_2 = ___format2; IL2CPP_RUNTIME_CLASS_INIT(Statics_t4B5A84F3134B8BF7299B14BE64813C95F1ABBCE3_il2cpp_TypeInfo_var); int32_t L_3; L_3 = Statics_Format16_mBAB4FA70D517E1F775D2CA5C49A92CDF13203B29((int32_t)L_2, (int32_t)5, /*hidden argument*/NULL); NullCheck((TraceLoggingMetadataCollector_tFDCF6C9B118FD41428DBE1C3AA17A601001C1B2C *)L_0); TraceLoggingMetadataCollector_AddScalar_mA1A23105BD49003C6FD1A00C6A4ADBD02FA49854((TraceLoggingMetadataCollector_tFDCF6C9B118FD41428DBE1C3AA17A601001C1B2C *)L_0, (String_t*)L_1, (int32_t)L_3, /*hidden argument*/NULL); return; } } // System.Void System.Diagnostics.Tracing.EnumInt16TypeInfo`1::WriteData(System.Diagnostics.Tracing.TraceLoggingDataCollector,EnumType&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EnumInt16TypeInfo_1_WriteData_m218FC0838C7C6FBBCC5B9B1DD5CF92EBF47B7BB6_gshared (EnumInt16TypeInfo_1_tF050B47045F9121905EEF58B032A0CB40D2CB366 * __this, TraceLoggingDataCollector_t5C690F08E67433C8CBAC45BCF713D40E805DB2C7 * ___collector0, Guid_t * ___value1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&EnumHelper_1_t6BD71958DB2C269FECC9ECC395A69D160418277D_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { TraceLoggingDataCollector_t5C690F08E67433C8CBAC45BCF713D40E805DB2C7 * L_0 = ___collector0; Guid_t * L_1 = ___value1; Guid_t L_2 = (*(Guid_t *)L_1); IL2CPP_RUNTIME_CLASS_INIT(EnumHelper_1_t6BD71958DB2C269FECC9ECC395A69D160418277D_il2cpp_TypeInfo_var); int16_t L_3; L_3 = (( int16_t (*) (Guid_t , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((Guid_t )L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); NullCheck((TraceLoggingDataCollector_t5C690F08E67433C8CBAC45BCF713D40E805DB2C7 *)L_0); TraceLoggingDataCollector_AddScalar_m97510C9F3EE7C3875792D62493462BF7D46F2009((TraceLoggingDataCollector_t5C690F08E67433C8CBAC45BCF713D40E805DB2C7 *)L_0, (int16_t)L_3, /*hidden argument*/NULL); return; } } // System.Object System.Diagnostics.Tracing.EnumInt16TypeInfo`1::GetData(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * EnumInt16TypeInfo_1_GetData_m1681174E233B298BAF15F42128DD4F453C509D6F_gshared (EnumInt16TypeInfo_1_tF050B47045F9121905EEF58B032A0CB40D2CB366 * __this, RuntimeObject * ___value0, const RuntimeMethod* method) { { RuntimeObject * L_0 = ___value0; return (RuntimeObject *)L_0; } } // System.Void System.Diagnostics.Tracing.EnumInt16TypeInfo`1::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EnumInt16TypeInfo_1__ctor_mF6D362E27A4D83C7438A3B623CAF36969C652045_gshared (EnumInt16TypeInfo_1_tF050B47045F9121905EEF58B032A0CB40D2CB366 * __this, const RuntimeMethod* method) { { NullCheck((TraceLoggingTypeInfo_1_t8101320E9F094F3170A4766FC28D96B07623CAFF *)__this); (( void (*) (TraceLoggingTypeInfo_1_t8101320E9F094F3170A4766FC28D96B07623CAFF *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)->methodPointer)((TraceLoggingTypeInfo_1_t8101320E9F094F3170A4766FC28D96B07623CAFF *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Diagnostics.Tracing.EnumInt16TypeInfo`1::WriteMetadata(System.Diagnostics.Tracing.TraceLoggingMetadataCollector,System.String,System.Diagnostics.Tracing.EventFieldFormat) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EnumInt16TypeInfo_1_WriteMetadata_m39267348843D4FB31B443BAB487F182E67786B9C_gshared (EnumInt16TypeInfo_1_tB01166CDFE7E864C7925E376ECB0753E8CF2C0B4 * __this, TraceLoggingMetadataCollector_tFDCF6C9B118FD41428DBE1C3AA17A601001C1B2C * ___collector0, String_t* ___name1, int32_t ___format2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Statics_t4B5A84F3134B8BF7299B14BE64813C95F1ABBCE3_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { TraceLoggingMetadataCollector_tFDCF6C9B118FD41428DBE1C3AA17A601001C1B2C * L_0 = ___collector0; String_t* L_1 = ___name1; int32_t L_2 = ___format2; IL2CPP_RUNTIME_CLASS_INIT(Statics_t4B5A84F3134B8BF7299B14BE64813C95F1ABBCE3_il2cpp_TypeInfo_var); int32_t L_3; L_3 = Statics_Format16_mBAB4FA70D517E1F775D2CA5C49A92CDF13203B29((int32_t)L_2, (int32_t)5, /*hidden argument*/NULL); NullCheck((TraceLoggingMetadataCollector_tFDCF6C9B118FD41428DBE1C3AA17A601001C1B2C *)L_0); TraceLoggingMetadataCollector_AddScalar_mA1A23105BD49003C6FD1A00C6A4ADBD02FA49854((TraceLoggingMetadataCollector_tFDCF6C9B118FD41428DBE1C3AA17A601001C1B2C *)L_0, (String_t*)L_1, (int32_t)L_3, /*hidden argument*/NULL); return; } } // System.Void System.Diagnostics.Tracing.EnumInt16TypeInfo`1::WriteData(System.Diagnostics.Tracing.TraceLoggingDataCollector,EnumType&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EnumInt16TypeInfo_1_WriteData_m5DFB41FC6C369940B28A2E77004E8213E8AF8BE6_gshared (EnumInt16TypeInfo_1_tB01166CDFE7E864C7925E376ECB0753E8CF2C0B4 * __this, TraceLoggingDataCollector_t5C690F08E67433C8CBAC45BCF713D40E805DB2C7 * ___collector0, int16_t* ___value1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&EnumHelper_1_t6BD71958DB2C269FECC9ECC395A69D160418277D_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { TraceLoggingDataCollector_t5C690F08E67433C8CBAC45BCF713D40E805DB2C7 * L_0 = ___collector0; int16_t* L_1 = ___value1; int16_t L_2 = (*(int16_t*)L_1); IL2CPP_RUNTIME_CLASS_INIT(EnumHelper_1_t6BD71958DB2C269FECC9ECC395A69D160418277D_il2cpp_TypeInfo_var); int16_t L_3; L_3 = (( int16_t (*) (int16_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((int16_t)L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); NullCheck((TraceLoggingDataCollector_t5C690F08E67433C8CBAC45BCF713D40E805DB2C7 *)L_0); TraceLoggingDataCollector_AddScalar_m97510C9F3EE7C3875792D62493462BF7D46F2009((TraceLoggingDataCollector_t5C690F08E67433C8CBAC45BCF713D40E805DB2C7 *)L_0, (int16_t)L_3, /*hidden argument*/NULL); return; } } // System.Object System.Diagnostics.Tracing.EnumInt16TypeInfo`1::GetData(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * EnumInt16TypeInfo_1_GetData_mC0FD7602DCBC1EE5A83343AC23AA8C28D660F479_gshared (EnumInt16TypeInfo_1_tB01166CDFE7E864C7925E376ECB0753E8CF2C0B4 * __this, RuntimeObject * ___value0, const RuntimeMethod* method) { { RuntimeObject * L_0 = ___value0; return (RuntimeObject *)L_0; } } // System.Void System.Diagnostics.Tracing.EnumInt16TypeInfo`1::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EnumInt16TypeInfo_1__ctor_mB9EC5ABEB828CFF510AEBD91A8F1C934026A9050_gshared (EnumInt16TypeInfo_1_tB01166CDFE7E864C7925E376ECB0753E8CF2C0B4 * __this, const RuntimeMethod* method) { { NullCheck((TraceLoggingTypeInfo_1_tCF0BA38E6075EA0A17E3D74D866D00756E15CE2A *)__this); (( void (*) (TraceLoggingTypeInfo_1_tCF0BA38E6075EA0A17E3D74D866D00756E15CE2A *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)->methodPointer)((TraceLoggingTypeInfo_1_tCF0BA38E6075EA0A17E3D74D866D00756E15CE2A *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Diagnostics.Tracing.EnumInt16TypeInfo`1::WriteMetadata(System.Diagnostics.Tracing.TraceLoggingMetadataCollector,System.String,System.Diagnostics.Tracing.EventFieldFormat) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EnumInt16TypeInfo_1_WriteMetadata_mC64D1C043A2209CA5A039FEB370560EB2D2DFAC5_gshared (EnumInt16TypeInfo_1_t4F37C3B46A3B0A08CC74FEAB6B7A0D669D229802 * __this, TraceLoggingMetadataCollector_tFDCF6C9B118FD41428DBE1C3AA17A601001C1B2C * ___collector0, String_t* ___name1, int32_t ___format2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Statics_t4B5A84F3134B8BF7299B14BE64813C95F1ABBCE3_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { TraceLoggingMetadataCollector_tFDCF6C9B118FD41428DBE1C3AA17A601001C1B2C * L_0 = ___collector0; String_t* L_1 = ___name1; int32_t L_2 = ___format2; IL2CPP_RUNTIME_CLASS_INIT(Statics_t4B5A84F3134B8BF7299B14BE64813C95F1ABBCE3_il2cpp_TypeInfo_var); int32_t L_3; L_3 = Statics_Format16_mBAB4FA70D517E1F775D2CA5C49A92CDF13203B29((int32_t)L_2, (int32_t)5, /*hidden argument*/NULL); NullCheck((TraceLoggingMetadataCollector_tFDCF6C9B118FD41428DBE1C3AA17A601001C1B2C *)L_0); TraceLoggingMetadataCollector_AddScalar_mA1A23105BD49003C6FD1A00C6A4ADBD02FA49854((TraceLoggingMetadataCollector_tFDCF6C9B118FD41428DBE1C3AA17A601001C1B2C *)L_0, (String_t*)L_1, (int32_t)L_3, /*hidden argument*/NULL); return; } } // System.Void System.Diagnostics.Tracing.EnumInt16TypeInfo`1::WriteData(System.Diagnostics.Tracing.TraceLoggingDataCollector,EnumType&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EnumInt16TypeInfo_1_WriteData_m68659C217BE25EC1B4F33B89B86E10FFC37BD8BA_gshared (EnumInt16TypeInfo_1_t4F37C3B46A3B0A08CC74FEAB6B7A0D669D229802 * __this, TraceLoggingDataCollector_t5C690F08E67433C8CBAC45BCF713D40E805DB2C7 * ___collector0, int32_t* ___value1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&EnumHelper_1_t6BD71958DB2C269FECC9ECC395A69D160418277D_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { TraceLoggingDataCollector_t5C690F08E67433C8CBAC45BCF713D40E805DB2C7 * L_0 = ___collector0; int32_t* L_1 = ___value1; int32_t L_2 = (*(int32_t*)L_1); IL2CPP_RUNTIME_CLASS_INIT(EnumHelper_1_t6BD71958DB2C269FECC9ECC395A69D160418277D_il2cpp_TypeInfo_var); int16_t L_3; L_3 = (( int16_t (*) (int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((int32_t)L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); NullCheck((TraceLoggingDataCollector_t5C690F08E67433C8CBAC45BCF713D40E805DB2C7 *)L_0); TraceLoggingDataCollector_AddScalar_m97510C9F3EE7C3875792D62493462BF7D46F2009((TraceLoggingDataCollector_t5C690F08E67433C8CBAC45BCF713D40E805DB2C7 *)L_0, (int16_t)L_3, /*hidden argument*/NULL); return; } } // System.Object System.Diagnostics.Tracing.EnumInt16TypeInfo`1::GetData(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * EnumInt16TypeInfo_1_GetData_mD70E3CEED6E12482269CAB55E456981B9C6786B5_gshared (EnumInt16TypeInfo_1_t4F37C3B46A3B0A08CC74FEAB6B7A0D669D229802 * __this, RuntimeObject * ___value0, const RuntimeMethod* method) { { RuntimeObject * L_0 = ___value0; return (RuntimeObject *)L_0; } } // System.Void System.Diagnostics.Tracing.EnumInt16TypeInfo`1::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EnumInt16TypeInfo_1__ctor_m6D43E8A736DFBDB54F5644E0C1CFA1AAEE365BCA_gshared (EnumInt16TypeInfo_1_t4F37C3B46A3B0A08CC74FEAB6B7A0D669D229802 * __this, const RuntimeMethod* method) { { NullCheck((TraceLoggingTypeInfo_1_tC3E216D7BD16AEC469B9ADA1544BF7A54F8F5878 *)__this); (( void (*) (TraceLoggingTypeInfo_1_tC3E216D7BD16AEC469B9ADA1544BF7A54F8F5878 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)->methodPointer)((TraceLoggingTypeInfo_1_tC3E216D7BD16AEC469B9ADA1544BF7A54F8F5878 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Diagnostics.Tracing.EnumInt16TypeInfo`1::WriteMetadata(System.Diagnostics.Tracing.TraceLoggingMetadataCollector,System.String,System.Diagnostics.Tracing.EventFieldFormat) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EnumInt16TypeInfo_1_WriteMetadata_m4DC99416D0408D218767137C27C601B384890955_gshared (EnumInt16TypeInfo_1_t0C69DBEDB014558B1176BDD0EB316E300E3E5682 * __this, TraceLoggingMetadataCollector_tFDCF6C9B118FD41428DBE1C3AA17A601001C1B2C * ___collector0, String_t* ___name1, int32_t ___format2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Statics_t4B5A84F3134B8BF7299B14BE64813C95F1ABBCE3_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { TraceLoggingMetadataCollector_tFDCF6C9B118FD41428DBE1C3AA17A601001C1B2C * L_0 = ___collector0; String_t* L_1 = ___name1; int32_t L_2 = ___format2; IL2CPP_RUNTIME_CLASS_INIT(Statics_t4B5A84F3134B8BF7299B14BE64813C95F1ABBCE3_il2cpp_TypeInfo_var); int32_t L_3; L_3 = Statics_Format16_mBAB4FA70D517E1F775D2CA5C49A92CDF13203B29((int32_t)L_2, (int32_t)5, /*hidden argument*/NULL); NullCheck((TraceLoggingMetadataCollector_tFDCF6C9B118FD41428DBE1C3AA17A601001C1B2C *)L_0); TraceLoggingMetadataCollector_AddScalar_mA1A23105BD49003C6FD1A00C6A4ADBD02FA49854((TraceLoggingMetadataCollector_tFDCF6C9B118FD41428DBE1C3AA17A601001C1B2C *)L_0, (String_t*)L_1, (int32_t)L_3, /*hidden argument*/NULL); return; } } // System.Void System.Diagnostics.Tracing.EnumInt16TypeInfo`1::WriteData(System.Diagnostics.Tracing.TraceLoggingDataCollector,EnumType&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EnumInt16TypeInfo_1_WriteData_mAA89B8D1C6605B4045C3E552768230522A34C7E0_gshared (EnumInt16TypeInfo_1_t0C69DBEDB014558B1176BDD0EB316E300E3E5682 * __this, TraceLoggingDataCollector_t5C690F08E67433C8CBAC45BCF713D40E805DB2C7 * ___collector0, int64_t* ___value1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&EnumHelper_1_t6BD71958DB2C269FECC9ECC395A69D160418277D_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { TraceLoggingDataCollector_t5C690F08E67433C8CBAC45BCF713D40E805DB2C7 * L_0 = ___collector0; int64_t* L_1 = ___value1; int64_t L_2 = (*(int64_t*)L_1); IL2CPP_RUNTIME_CLASS_INIT(EnumHelper_1_t6BD71958DB2C269FECC9ECC395A69D160418277D_il2cpp_TypeInfo_var); int16_t L_3; L_3 = (( int16_t (*) (int64_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((int64_t)L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); NullCheck((TraceLoggingDataCollector_t5C690F08E67433C8CBAC45BCF713D40E805DB2C7 *)L_0); TraceLoggingDataCollector_AddScalar_m97510C9F3EE7C3875792D62493462BF7D46F2009((TraceLoggingDataCollector_t5C690F08E67433C8CBAC45BCF713D40E805DB2C7 *)L_0, (int16_t)L_3, /*hidden argument*/NULL); return; } } // System.Object System.Diagnostics.Tracing.EnumInt16TypeInfo`1::GetData(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * EnumInt16TypeInfo_1_GetData_m98BC1E3F1985D19CE2E6249EA818AA50100947F3_gshared (EnumInt16TypeInfo_1_t0C69DBEDB014558B1176BDD0EB316E300E3E5682 * __this, RuntimeObject * ___value0, const RuntimeMethod* method) { { RuntimeObject * L_0 = ___value0; return (RuntimeObject *)L_0; } } // System.Void System.Diagnostics.Tracing.EnumInt16TypeInfo`1::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EnumInt16TypeInfo_1__ctor_mD1268E9F1DBF4307B744ADAFA00193756B556DDC_gshared (EnumInt16TypeInfo_1_t0C69DBEDB014558B1176BDD0EB316E300E3E5682 * __this, const RuntimeMethod* method) { { NullCheck((TraceLoggingTypeInfo_1_tF33AC29BBABEE752B432A303BA55EC74658EC78F *)__this); (( void (*) (TraceLoggingTypeInfo_1_tF33AC29BBABEE752B432A303BA55EC74658EC78F *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)->methodPointer)((TraceLoggingTypeInfo_1_tF33AC29BBABEE752B432A303BA55EC74658EC78F *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Diagnostics.Tracing.EnumInt16TypeInfo`1::WriteMetadata(System.Diagnostics.Tracing.TraceLoggingMetadataCollector,System.String,System.Diagnostics.Tracing.EventFieldFormat) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EnumInt16TypeInfo_1_WriteMetadata_m6FB5608D8863E3EFD2773907F6B7F3993594021E_gshared (EnumInt16TypeInfo_1_t830E5C147E78CE3ABFDDB116A72108BE5894573D * __this, TraceLoggingMetadataCollector_tFDCF6C9B118FD41428DBE1C3AA17A601001C1B2C * ___collector0, String_t* ___name1, int32_t ___format2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Statics_t4B5A84F3134B8BF7299B14BE64813C95F1ABBCE3_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { TraceLoggingMetadataCollector_tFDCF6C9B118FD41428DBE1C3AA17A601001C1B2C * L_0 = ___collector0; String_t* L_1 = ___name1; int32_t L_2 = ___format2; IL2CPP_RUNTIME_CLASS_INIT(Statics_t4B5A84F3134B8BF7299B14BE64813C95F1ABBCE3_il2cpp_TypeInfo_var); int32_t L_3; L_3 = Statics_Format16_mBAB4FA70D517E1F775D2CA5C49A92CDF13203B29((int32_t)L_2, (int32_t)5, /*hidden argument*/NULL); NullCheck((TraceLoggingMetadataCollector_tFDCF6C9B118FD41428DBE1C3AA17A601001C1B2C *)L_0); TraceLoggingMetadataCollector_AddScalar_mA1A23105BD49003C6FD1A00C6A4ADBD02FA49854((TraceLoggingMetadataCollector_tFDCF6C9B118FD41428DBE1C3AA17A601001C1B2C *)L_0, (String_t*)L_1, (int32_t)L_3, /*hidden argument*/NULL); return; } } // System.Void System.Diagnostics.Tracing.EnumInt16TypeInfo`1::WriteData(System.Diagnostics.Tracing.TraceLoggingDataCollector,EnumType&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EnumInt16TypeInfo_1_WriteData_m5422BE9E1C1A524AE5AADBF23EF7173E0FB4C537_gshared (EnumInt16TypeInfo_1_t830E5C147E78CE3ABFDDB116A72108BE5894573D * __this, TraceLoggingDataCollector_t5C690F08E67433C8CBAC45BCF713D40E805DB2C7 * ___collector0, intptr_t* ___value1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&EnumHelper_1_t6BD71958DB2C269FECC9ECC395A69D160418277D_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { TraceLoggingDataCollector_t5C690F08E67433C8CBAC45BCF713D40E805DB2C7 * L_0 = ___collector0; intptr_t* L_1 = ___value1; intptr_t L_2 = (*(intptr_t*)L_1); IL2CPP_RUNTIME_CLASS_INIT(EnumHelper_1_t6BD71958DB2C269FECC9ECC395A69D160418277D_il2cpp_TypeInfo_var); int16_t L_3; L_3 = (( int16_t (*) (intptr_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((intptr_t)L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); NullCheck((TraceLoggingDataCollector_t5C690F08E67433C8CBAC45BCF713D40E805DB2C7 *)L_0); TraceLoggingDataCollector_AddScalar_m97510C9F3EE7C3875792D62493462BF7D46F2009((TraceLoggingDataCollector_t5C690F08E67433C8CBAC45BCF713D40E805DB2C7 *)L_0, (int16_t)L_3, /*hidden argument*/NULL); return; } } // System.Object System.Diagnostics.Tracing.EnumInt16TypeInfo`1::GetData(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * EnumInt16TypeInfo_1_GetData_m19F2EAAC76B5FC7505943959D3898752BDA9BB24_gshared (EnumInt16TypeInfo_1_t830E5C147E78CE3ABFDDB116A72108BE5894573D * __this, RuntimeObject * ___value0, const RuntimeMethod* method) { { RuntimeObject * L_0 = ___value0; return (RuntimeObject *)L_0; } } // System.Void System.Diagnostics.Tracing.EnumInt16TypeInfo`1::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EnumInt16TypeInfo_1__ctor_mF10B6FE10D6C7D503558E2767AEC96A813DC5003_gshared (EnumInt16TypeInfo_1_t830E5C147E78CE3ABFDDB116A72108BE5894573D * __this, const RuntimeMethod* method) { { NullCheck((TraceLoggingTypeInfo_1_t144B08556E9DDF4E7C7D53A98470BF1BBD2E67DA *)__this); (( void (*) (TraceLoggingTypeInfo_1_t144B08556E9DDF4E7C7D53A98470BF1BBD2E67DA *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)->methodPointer)((TraceLoggingTypeInfo_1_t144B08556E9DDF4E7C7D53A98470BF1BBD2E67DA *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Diagnostics.Tracing.EnumInt16TypeInfo`1::WriteMetadata(System.Diagnostics.Tracing.TraceLoggingMetadataCollector,System.String,System.Diagnostics.Tracing.EventFieldFormat) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EnumInt16TypeInfo_1_WriteMetadata_m24631EE5DFC576B463FF0A81ECBA914704115BF7_gshared (EnumInt16TypeInfo_1_tAEB7018DD4935DDF24534C47D611BE1A520F9909 * __this, TraceLoggingMetadataCollector_tFDCF6C9B118FD41428DBE1C3AA17A601001C1B2C * ___collector0, String_t* ___name1, int32_t ___format2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Statics_t4B5A84F3134B8BF7299B14BE64813C95F1ABBCE3_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { TraceLoggingMetadataCollector_tFDCF6C9B118FD41428DBE1C3AA17A601001C1B2C * L_0 = ___collector0; String_t* L_1 = ___name1; int32_t L_2 = ___format2; IL2CPP_RUNTIME_CLASS_INIT(Statics_t4B5A84F3134B8BF7299B14BE64813C95F1ABBCE3_il2cpp_TypeInfo_var); int32_t L_3; L_3 = Statics_Format16_mBAB4FA70D517E1F775D2CA5C49A92CDF13203B29((int32_t)L_2, (int32_t)5, /*hidden argument*/NULL); NullCheck((TraceLoggingMetadataCollector_tFDCF6C9B118FD41428DBE1C3AA17A601001C1B2C *)L_0); TraceLoggingMetadataCollector_AddScalar_mA1A23105BD49003C6FD1A00C6A4ADBD02FA49854((TraceLoggingMetadataCollector_tFDCF6C9B118FD41428DBE1C3AA17A601001C1B2C *)L_0, (String_t*)L_1, (int32_t)L_3, /*hidden argument*/NULL); return; } } // System.Void System.Diagnostics.Tracing.EnumInt16TypeInfo`1::WriteData(System.Diagnostics.Tracing.TraceLoggingDataCollector,EnumType&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EnumInt16TypeInfo_1_WriteData_m2CC7749AC08006FE28D70B5F77F54DEE5AA9D018_gshared (EnumInt16TypeInfo_1_tAEB7018DD4935DDF24534C47D611BE1A520F9909 * __this, TraceLoggingDataCollector_t5C690F08E67433C8CBAC45BCF713D40E805DB2C7 * ___collector0, RuntimeObject ** ___value1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&EnumHelper_1_t6BD71958DB2C269FECC9ECC395A69D160418277D_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { TraceLoggingDataCollector_t5C690F08E67433C8CBAC45BCF713D40E805DB2C7 * L_0 = ___collector0; RuntimeObject ** L_1 = ___value1; RuntimeObject * L_2 = (*(RuntimeObject **)L_1); IL2CPP_RUNTIME_CLASS_INIT(EnumHelper_1_t6BD71958DB2C269FECC9ECC395A69D160418277D_il2cpp_TypeInfo_var); int16_t L_3; L_3 = (( int16_t (*) (RuntimeObject *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((RuntimeObject *)L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); NullCheck((TraceLoggingDataCollector_t5C690F08E67433C8CBAC45BCF713D40E805DB2C7 *)L_0); TraceLoggingDataCollector_AddScalar_m97510C9F3EE7C3875792D62493462BF7D46F2009((TraceLoggingDataCollector_t5C690F08E67433C8CBAC45BCF713D40E805DB2C7 *)L_0, (int16_t)L_3, /*hidden argument*/NULL); return; } } // System.Object System.Diagnostics.Tracing.EnumInt16TypeInfo`1::GetData(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * EnumInt16TypeInfo_1_GetData_mD8C135ED6CEA38D3F0BF77D0CDD28076D6D7AE9F_gshared (EnumInt16TypeInfo_1_tAEB7018DD4935DDF24534C47D611BE1A520F9909 * __this, RuntimeObject * ___value0, const RuntimeMethod* method) { { RuntimeObject * L_0 = ___value0; return (RuntimeObject *)L_0; } } // System.Void System.Diagnostics.Tracing.EnumInt16TypeInfo`1::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EnumInt16TypeInfo_1__ctor_m2042A40404706DD1377805C284CFEFF44EEEF7D9_gshared (EnumInt16TypeInfo_1_tAEB7018DD4935DDF24534C47D611BE1A520F9909 * __this, const RuntimeMethod* method) { { NullCheck((TraceLoggingTypeInfo_1_t2AA8837972AC05A92CCC42C2902E79514B223518 *)__this); (( void (*) (TraceLoggingTypeInfo_1_t2AA8837972AC05A92CCC42C2902E79514B223518 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)->methodPointer)((TraceLoggingTypeInfo_1_t2AA8837972AC05A92CCC42C2902E79514B223518 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Diagnostics.Tracing.EnumInt16TypeInfo`1::WriteMetadata(System.Diagnostics.Tracing.TraceLoggingMetadataCollector,System.String,System.Diagnostics.Tracing.EventFieldFormat) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EnumInt16TypeInfo_1_WriteMetadata_m10479B0CE7834A89C3E6A79CA038F72D82D3138C_gshared (EnumInt16TypeInfo_1_t5B4CC5E07FD951EC3E095AC8EA0CED0925D79ADD * __this, TraceLoggingMetadataCollector_tFDCF6C9B118FD41428DBE1C3AA17A601001C1B2C * ___collector0, String_t* ___name1, int32_t ___format2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Statics_t4B5A84F3134B8BF7299B14BE64813C95F1ABBCE3_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { TraceLoggingMetadataCollector_tFDCF6C9B118FD41428DBE1C3AA17A601001C1B2C * L_0 = ___collector0; String_t* L_1 = ___name1; int32_t L_2 = ___format2; IL2CPP_RUNTIME_CLASS_INIT(Statics_t4B5A84F3134B8BF7299B14BE64813C95F1ABBCE3_il2cpp_TypeInfo_var); int32_t L_3; L_3 = Statics_Format16_mBAB4FA70D517E1F775D2CA5C49A92CDF13203B29((int32_t)L_2, (int32_t)5, /*hidden argument*/NULL); NullCheck((TraceLoggingMetadataCollector_tFDCF6C9B118FD41428DBE1C3AA17A601001C1B2C *)L_0); TraceLoggingMetadataCollector_AddScalar_mA1A23105BD49003C6FD1A00C6A4ADBD02FA49854((TraceLoggingMetadataCollector_tFDCF6C9B118FD41428DBE1C3AA17A601001C1B2C *)L_0, (String_t*)L_1, (int32_t)L_3, /*hidden argument*/NULL); return; } } // System.Void System.Diagnostics.Tracing.EnumInt16TypeInfo`1::WriteData(System.Diagnostics.Tracing.TraceLoggingDataCollector,EnumType&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EnumInt16TypeInfo_1_WriteData_m91C7450FE6D27DD9691BD01666DAF0DBABE7AA16_gshared (EnumInt16TypeInfo_1_t5B4CC5E07FD951EC3E095AC8EA0CED0925D79ADD * __this, TraceLoggingDataCollector_t5C690F08E67433C8CBAC45BCF713D40E805DB2C7 * ___collector0, int8_t* ___value1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&EnumHelper_1_t6BD71958DB2C269FECC9ECC395A69D160418277D_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { TraceLoggingDataCollector_t5C690F08E67433C8CBAC45BCF713D40E805DB2C7 * L_0 = ___collector0; int8_t* L_1 = ___value1; int8_t L_2 = (*(int8_t*)L_1); IL2CPP_RUNTIME_CLASS_INIT(EnumHelper_1_t6BD71958DB2C269FECC9ECC395A69D160418277D_il2cpp_TypeInfo_var); int16_t L_3; L_3 = (( int16_t (*) (int8_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((int8_t)L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); NullCheck((TraceLoggingDataCollector_t5C690F08E67433C8CBAC45BCF713D40E805DB2C7 *)L_0); TraceLoggingDataCollector_AddScalar_m97510C9F3EE7C3875792D62493462BF7D46F2009((TraceLoggingDataCollector_t5C690F08E67433C8CBAC45BCF713D40E805DB2C7 *)L_0, (int16_t)L_3, /*hidden argument*/NULL); return; } } // System.Object System.Diagnostics.Tracing.EnumInt16TypeInfo`1::GetData(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * EnumInt16TypeInfo_1_GetData_m5C24DB66A2B0F12481283CE7C2F1CD1277B3FC1F_gshared (EnumInt16TypeInfo_1_t5B4CC5E07FD951EC3E095AC8EA0CED0925D79ADD * __this, RuntimeObject * ___value0, const RuntimeMethod* method) { { RuntimeObject * L_0 = ___value0; return (RuntimeObject *)L_0; } } // System.Void System.Diagnostics.Tracing.EnumInt16TypeInfo`1::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EnumInt16TypeInfo_1__ctor_mDB6C312282E782F9951F43A6184A20A70B134D46_gshared (EnumInt16TypeInfo_1_t5B4CC5E07FD951EC3E095AC8EA0CED0925D79ADD * __this, const RuntimeMethod* method) { { NullCheck((TraceLoggingTypeInfo_1_t20A735C3CB75F54C35E40A70E3166D5A33200746 *)__this); (( void (*) (TraceLoggingTypeInfo_1_t20A735C3CB75F54C35E40A70E3166D5A33200746 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)->methodPointer)((TraceLoggingTypeInfo_1_t20A735C3CB75F54C35E40A70E3166D5A33200746 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Diagnostics.Tracing.EnumInt16TypeInfo`1::WriteMetadata(System.Diagnostics.Tracing.TraceLoggingMetadataCollector,System.String,System.Diagnostics.Tracing.EventFieldFormat) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EnumInt16TypeInfo_1_WriteMetadata_m40A752D65782E13B4FAA2B3B299DC85EB8F1DC48_gshared (EnumInt16TypeInfo_1_tDF0930E8B7AC5520A5D18DBA7E3622A03AA6EE4A * __this, TraceLoggingMetadataCollector_tFDCF6C9B118FD41428DBE1C3AA17A601001C1B2C * ___collector0, String_t* ___name1, int32_t ___format2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Statics_t4B5A84F3134B8BF7299B14BE64813C95F1ABBCE3_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { TraceLoggingMetadataCollector_tFDCF6C9B118FD41428DBE1C3AA17A601001C1B2C * L_0 = ___collector0; String_t* L_1 = ___name1; int32_t L_2 = ___format2; IL2CPP_RUNTIME_CLASS_INIT(Statics_t4B5A84F3134B8BF7299B14BE64813C95F1ABBCE3_il2cpp_TypeInfo_var); int32_t L_3; L_3 = Statics_Format16_mBAB4FA70D517E1F775D2CA5C49A92CDF13203B29((int32_t)L_2, (int32_t)5, /*hidden argument*/NULL); NullCheck((TraceLoggingMetadataCollector_tFDCF6C9B118FD41428DBE1C3AA17A601001C1B2C *)L_0); TraceLoggingMetadataCollector_AddScalar_mA1A23105BD49003C6FD1A00C6A4ADBD02FA49854((TraceLoggingMetadataCollector_tFDCF6C9B118FD41428DBE1C3AA17A601001C1B2C *)L_0, (String_t*)L_1, (int32_t)L_3, /*hidden argument*/NULL); return; } } // System.Void System.Diagnostics.Tracing.EnumInt16TypeInfo`1::WriteData(System.Diagnostics.Tracing.TraceLoggingDataCollector,EnumType&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EnumInt16TypeInfo_1_WriteData_m456D4F7ED76EB846B6A8461449BE0759C8D358B6_gshared (EnumInt16TypeInfo_1_tDF0930E8B7AC5520A5D18DBA7E3622A03AA6EE4A * __this, TraceLoggingDataCollector_t5C690F08E67433C8CBAC45BCF713D40E805DB2C7 * ___collector0, float* ___value1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&EnumHelper_1_t6BD71958DB2C269FECC9ECC395A69D160418277D_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { TraceLoggingDataCollector_t5C690F08E67433C8CBAC45BCF713D40E805DB2C7 * L_0 = ___collector0; float* L_1 = ___value1; float L_2 = (*(float*)L_1); IL2CPP_RUNTIME_CLASS_INIT(EnumHelper_1_t6BD71958DB2C269FECC9ECC395A69D160418277D_il2cpp_TypeInfo_var); int16_t L_3; L_3 = (( int16_t (*) (float, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((float)L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); NullCheck((TraceLoggingDataCollector_t5C690F08E67433C8CBAC45BCF713D40E805DB2C7 *)L_0); TraceLoggingDataCollector_AddScalar_m97510C9F3EE7C3875792D62493462BF7D46F2009((TraceLoggingDataCollector_t5C690F08E67433C8CBAC45BCF713D40E805DB2C7 *)L_0, (int16_t)L_3, /*hidden argument*/NULL); return; } } // System.Object System.Diagnostics.Tracing.EnumInt16TypeInfo`1::GetData(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * EnumInt16TypeInfo_1_GetData_m8FF840DD99C193917B25AD639F0C39EC15B70F1F_gshared (EnumInt16TypeInfo_1_tDF0930E8B7AC5520A5D18DBA7E3622A03AA6EE4A * __this, RuntimeObject * ___value0, const RuntimeMethod* method) { { RuntimeObject * L_0 = ___value0; return (RuntimeObject *)L_0; } } // System.Void System.Diagnostics.Tracing.EnumInt16TypeInfo`1::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EnumInt16TypeInfo_1__ctor_m1793F04C220E7CDBFE75D39B1A04407872749A79_gshared (EnumInt16TypeInfo_1_tDF0930E8B7AC5520A5D18DBA7E3622A03AA6EE4A * __this, const RuntimeMethod* method) { { NullCheck((TraceLoggingTypeInfo_1_t9815A50B47090D0FC0C086E821E0D4C3C0F00017 *)__this); (( void (*) (TraceLoggingTypeInfo_1_t9815A50B47090D0FC0C086E821E0D4C3C0F00017 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)->methodPointer)((TraceLoggingTypeInfo_1_t9815A50B47090D0FC0C086E821E0D4C3C0F00017 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Diagnostics.Tracing.EnumInt16TypeInfo`1::WriteMetadata(System.Diagnostics.Tracing.TraceLoggingMetadataCollector,System.String,System.Diagnostics.Tracing.EventFieldFormat) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EnumInt16TypeInfo_1_WriteMetadata_mE8C9B0A1655CA6FE200D47D945079D3F49EE7D46_gshared (EnumInt16TypeInfo_1_t31DE07F2D365B96C91081C141A1015AD629B01D2 * __this, TraceLoggingMetadataCollector_tFDCF6C9B118FD41428DBE1C3AA17A601001C1B2C * ___collector0, String_t* ___name1, int32_t ___format2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Statics_t4B5A84F3134B8BF7299B14BE64813C95F1ABBCE3_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { TraceLoggingMetadataCollector_tFDCF6C9B118FD41428DBE1C3AA17A601001C1B2C * L_0 = ___collector0; String_t* L_1 = ___name1; int32_t L_2 = ___format2; IL2CPP_RUNTIME_CLASS_INIT(Statics_t4B5A84F3134B8BF7299B14BE64813C95F1ABBCE3_il2cpp_TypeInfo_var); int32_t L_3; L_3 = Statics_Format16_mBAB4FA70D517E1F775D2CA5C49A92CDF13203B29((int32_t)L_2, (int32_t)5, /*hidden argument*/NULL); NullCheck((TraceLoggingMetadataCollector_tFDCF6C9B118FD41428DBE1C3AA17A601001C1B2C *)L_0); TraceLoggingMetadataCollector_AddScalar_mA1A23105BD49003C6FD1A00C6A4ADBD02FA49854((TraceLoggingMetadataCollector_tFDCF6C9B118FD41428DBE1C3AA17A601001C1B2C *)L_0, (String_t*)L_1, (int32_t)L_3, /*hidden argument*/NULL); return; } } // System.Void System.Diagnostics.Tracing.EnumInt16TypeInfo`1::WriteData(System.Diagnostics.Tracing.TraceLoggingDataCollector,EnumType&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EnumInt16TypeInfo_1_WriteData_mBEC87250D19C6C9855E8C984C4588E6D63FD61D4_gshared (EnumInt16TypeInfo_1_t31DE07F2D365B96C91081C141A1015AD629B01D2 * __this, TraceLoggingDataCollector_t5C690F08E67433C8CBAC45BCF713D40E805DB2C7 * ___collector0, TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 * ___value1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&EnumHelper_1_t6BD71958DB2C269FECC9ECC395A69D160418277D_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { TraceLoggingDataCollector_t5C690F08E67433C8CBAC45BCF713D40E805DB2C7 * L_0 = ___collector0; TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 * L_1 = ___value1; TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 L_2 = (*(TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 *)L_1); IL2CPP_RUNTIME_CLASS_INIT(EnumHelper_1_t6BD71958DB2C269FECC9ECC395A69D160418277D_il2cpp_TypeInfo_var); int16_t L_3; L_3 = (( int16_t (*) (TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 )L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); NullCheck((TraceLoggingDataCollector_t5C690F08E67433C8CBAC45BCF713D40E805DB2C7 *)L_0); TraceLoggingDataCollector_AddScalar_m97510C9F3EE7C3875792D62493462BF7D46F2009((TraceLoggingDataCollector_t5C690F08E67433C8CBAC45BCF713D40E805DB2C7 *)L_0, (int16_t)L_3, /*hidden argument*/NULL); return; } } // System.Object System.Diagnostics.Tracing.EnumInt16TypeInfo`1::GetData(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * EnumInt16TypeInfo_1_GetData_m5A5F575BDA88EBD2DEF926774190EFC04D0D5AB5_gshared (EnumInt16TypeInfo_1_t31DE07F2D365B96C91081C141A1015AD629B01D2 * __this, RuntimeObject * ___value0, const RuntimeMethod* method) { { RuntimeObject * L_0 = ___value0; return (RuntimeObject *)L_0; } } // System.Void System.Diagnostics.Tracing.EnumInt16TypeInfo`1::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EnumInt16TypeInfo_1__ctor_mC6C88EB550D8B8D9860100B50CDBD7274A02FA9A_gshared (EnumInt16TypeInfo_1_t31DE07F2D365B96C91081C141A1015AD629B01D2 * __this, const RuntimeMethod* method) { { NullCheck((TraceLoggingTypeInfo_1_tC9A61AC7F8E9EEDA5909051820377A84D5B3EA40 *)__this); (( void (*) (TraceLoggingTypeInfo_1_tC9A61AC7F8E9EEDA5909051820377A84D5B3EA40 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)->methodPointer)((TraceLoggingTypeInfo_1_tC9A61AC7F8E9EEDA5909051820377A84D5B3EA40 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Diagnostics.Tracing.EnumInt16TypeInfo`1::WriteMetadata(System.Diagnostics.Tracing.TraceLoggingMetadataCollector,System.String,System.Diagnostics.Tracing.EventFieldFormat) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EnumInt16TypeInfo_1_WriteMetadata_mCA98A544DCB064EF033D3DEF75CD9089C7636BCC_gshared (EnumInt16TypeInfo_1_tE1C2BBB284DB6ACCBA87CF289CD08B4A94558170 * __this, TraceLoggingMetadataCollector_tFDCF6C9B118FD41428DBE1C3AA17A601001C1B2C * ___collector0, String_t* ___name1, int32_t ___format2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Statics_t4B5A84F3134B8BF7299B14BE64813C95F1ABBCE3_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { TraceLoggingMetadataCollector_tFDCF6C9B118FD41428DBE1C3AA17A601001C1B2C * L_0 = ___collector0; String_t* L_1 = ___name1; int32_t L_2 = ___format2; IL2CPP_RUNTIME_CLASS_INIT(Statics_t4B5A84F3134B8BF7299B14BE64813C95F1ABBCE3_il2cpp_TypeInfo_var); int32_t L_3; L_3 = Statics_Format16_mBAB4FA70D517E1F775D2CA5C49A92CDF13203B29((int32_t)L_2, (int32_t)5, /*hidden argument*/NULL); NullCheck((TraceLoggingMetadataCollector_tFDCF6C9B118FD41428DBE1C3AA17A601001C1B2C *)L_0); TraceLoggingMetadataCollector_AddScalar_mA1A23105BD49003C6FD1A00C6A4ADBD02FA49854((TraceLoggingMetadataCollector_tFDCF6C9B118FD41428DBE1C3AA17A601001C1B2C *)L_0, (String_t*)L_1, (int32_t)L_3, /*hidden argument*/NULL); return; } } // System.Void System.Diagnostics.Tracing.EnumInt16TypeInfo`1::WriteData(System.Diagnostics.Tracing.TraceLoggingDataCollector,EnumType&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EnumInt16TypeInfo_1_WriteData_m89397E671F8151C6E43FD07DB02B5235A8578653_gshared (EnumInt16TypeInfo_1_tE1C2BBB284DB6ACCBA87CF289CD08B4A94558170 * __this, TraceLoggingDataCollector_t5C690F08E67433C8CBAC45BCF713D40E805DB2C7 * ___collector0, uint16_t* ___value1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&EnumHelper_1_t6BD71958DB2C269FECC9ECC395A69D160418277D_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { TraceLoggingDataCollector_t5C690F08E67433C8CBAC45BCF713D40E805DB2C7 * L_0 = ___collector0; uint16_t* L_1 = ___value1; uint16_t L_2 = (*(uint16_t*)L_1); IL2CPP_RUNTIME_CLASS_INIT(EnumHelper_1_t6BD71958DB2C269FECC9ECC395A69D160418277D_il2cpp_TypeInfo_var); int16_t L_3; L_3 = (( int16_t (*) (uint16_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((uint16_t)L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); NullCheck((TraceLoggingDataCollector_t5C690F08E67433C8CBAC45BCF713D40E805DB2C7 *)L_0); TraceLoggingDataCollector_AddScalar_m97510C9F3EE7C3875792D62493462BF7D46F2009((TraceLoggingDataCollector_t5C690F08E67433C8CBAC45BCF713D40E805DB2C7 *)L_0, (int16_t)L_3, /*hidden argument*/NULL); return; } } // System.Object System.Diagnostics.Tracing.EnumInt16TypeInfo`1::GetData(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * EnumInt16TypeInfo_1_GetData_mBC67CE8B42939B55B4A9AD2C8DD7F7041F500004_gshared (EnumInt16TypeInfo_1_tE1C2BBB284DB6ACCBA87CF289CD08B4A94558170 * __this, RuntimeObject * ___value0, const RuntimeMethod* method) { { RuntimeObject * L_0 = ___value0; return (RuntimeObject *)L_0; } } // System.Void System.Diagnostics.Tracing.EnumInt16TypeInfo`1::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EnumInt16TypeInfo_1__ctor_m13A88E167E3F0D1BD13509AFF5DC1045414DF0E1_gshared (EnumInt16TypeInfo_1_tE1C2BBB284DB6ACCBA87CF289CD08B4A94558170 * __this, const RuntimeMethod* method) { { NullCheck((TraceLoggingTypeInfo_1_tF53031808FEE0C6510DAADDC7D646FDC1003596D *)__this); (( void (*) (TraceLoggingTypeInfo_1_tF53031808FEE0C6510DAADDC7D646FDC1003596D *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)->methodPointer)((TraceLoggingTypeInfo_1_tF53031808FEE0C6510DAADDC7D646FDC1003596D *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Diagnostics.Tracing.EnumInt16TypeInfo`1::WriteMetadata(System.Diagnostics.Tracing.TraceLoggingMetadataCollector,System.String,System.Diagnostics.Tracing.EventFieldFormat) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EnumInt16TypeInfo_1_WriteMetadata_mEE280FB079020C90A5E2CEF1BA55969B3A0B13B1_gshared (EnumInt16TypeInfo_1_t3FA461AB3C0FAAD355B9ECECAD9A1744E64A322B * __this, TraceLoggingMetadataCollector_tFDCF6C9B118FD41428DBE1C3AA17A601001C1B2C * ___collector0, String_t* ___name1, int32_t ___format2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Statics_t4B5A84F3134B8BF7299B14BE64813C95F1ABBCE3_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { TraceLoggingMetadataCollector_tFDCF6C9B118FD41428DBE1C3AA17A601001C1B2C * L_0 = ___collector0; String_t* L_1 = ___name1; int32_t L_2 = ___format2; IL2CPP_RUNTIME_CLASS_INIT(Statics_t4B5A84F3134B8BF7299B14BE64813C95F1ABBCE3_il2cpp_TypeInfo_var); int32_t L_3; L_3 = Statics_Format16_mBAB4FA70D517E1F775D2CA5C49A92CDF13203B29((int32_t)L_2, (int32_t)5, /*hidden argument*/NULL); NullCheck((TraceLoggingMetadataCollector_tFDCF6C9B118FD41428DBE1C3AA17A601001C1B2C *)L_0); TraceLoggingMetadataCollector_AddScalar_mA1A23105BD49003C6FD1A00C6A4ADBD02FA49854((TraceLoggingMetadataCollector_tFDCF6C9B118FD41428DBE1C3AA17A601001C1B2C *)L_0, (String_t*)L_1, (int32_t)L_3, /*hidden argument*/NULL); return; } } // System.Void System.Diagnostics.Tracing.EnumInt16TypeInfo`1::WriteData(System.Diagnostics.Tracing.TraceLoggingDataCollector,EnumType&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EnumInt16TypeInfo_1_WriteData_m6D95615557F4FF160D1F847A6C56C4E96DB38FBF_gshared (EnumInt16TypeInfo_1_t3FA461AB3C0FAAD355B9ECECAD9A1744E64A322B * __this, TraceLoggingDataCollector_t5C690F08E67433C8CBAC45BCF713D40E805DB2C7 * ___collector0, uint32_t* ___value1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&EnumHelper_1_t6BD71958DB2C269FECC9ECC395A69D160418277D_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { TraceLoggingDataCollector_t5C690F08E67433C8CBAC45BCF713D40E805DB2C7 * L_0 = ___collector0; uint32_t* L_1 = ___value1; uint32_t L_2 = (*(uint32_t*)L_1); IL2CPP_RUNTIME_CLASS_INIT(EnumHelper_1_t6BD71958DB2C269FECC9ECC395A69D160418277D_il2cpp_TypeInfo_var); int16_t L_3; L_3 = (( int16_t (*) (uint32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((uint32_t)L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); NullCheck((TraceLoggingDataCollector_t5C690F08E67433C8CBAC45BCF713D40E805DB2C7 *)L_0); TraceLoggingDataCollector_AddScalar_m97510C9F3EE7C3875792D62493462BF7D46F2009((TraceLoggingDataCollector_t5C690F08E67433C8CBAC45BCF713D40E805DB2C7 *)L_0, (int16_t)L_3, /*hidden argument*/NULL); return; } } // System.Object System.Diagnostics.Tracing.EnumInt16TypeInfo`1::GetData(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * EnumInt16TypeInfo_1_GetData_m3141BD24C59BF8FC8ACD0C1219238F7A9A2337C9_gshared (EnumInt16TypeInfo_1_t3FA461AB3C0FAAD355B9ECECAD9A1744E64A322B * __this, RuntimeObject * ___value0, const RuntimeMethod* method) { { RuntimeObject * L_0 = ___value0; return (RuntimeObject *)L_0; } } // System.Void System.Diagnostics.Tracing.EnumInt16TypeInfo`1::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EnumInt16TypeInfo_1__ctor_mFF05341EEA8AB98671C043F0355E34E133CF8BEA_gshared (EnumInt16TypeInfo_1_t3FA461AB3C0FAAD355B9ECECAD9A1744E64A322B * __this, const RuntimeMethod* method) { { NullCheck((TraceLoggingTypeInfo_1_t5E4CDB44325F36D386C0A07E2A068BFFE01B013D *)__this); (( void (*) (TraceLoggingTypeInfo_1_t5E4CDB44325F36D386C0A07E2A068BFFE01B013D *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)->methodPointer)((TraceLoggingTypeInfo_1_t5E4CDB44325F36D386C0A07E2A068BFFE01B013D *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Diagnostics.Tracing.EnumInt16TypeInfo`1::WriteMetadata(System.Diagnostics.Tracing.TraceLoggingMetadataCollector,System.String,System.Diagnostics.Tracing.EventFieldFormat) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EnumInt16TypeInfo_1_WriteMetadata_mDAC31A06DA4D76CBA1CCBBBEF53F40C044791891_gshared (EnumInt16TypeInfo_1_t0AC11F8037165408BDBB3DF7965802C78F87CE68 * __this, TraceLoggingMetadataCollector_tFDCF6C9B118FD41428DBE1C3AA17A601001C1B2C * ___collector0, String_t* ___name1, int32_t ___format2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Statics_t4B5A84F3134B8BF7299B14BE64813C95F1ABBCE3_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { TraceLoggingMetadataCollector_tFDCF6C9B118FD41428DBE1C3AA17A601001C1B2C * L_0 = ___collector0; String_t* L_1 = ___name1; int32_t L_2 = ___format2; IL2CPP_RUNTIME_CLASS_INIT(Statics_t4B5A84F3134B8BF7299B14BE64813C95F1ABBCE3_il2cpp_TypeInfo_var); int32_t L_3; L_3 = Statics_Format16_mBAB4FA70D517E1F775D2CA5C49A92CDF13203B29((int32_t)L_2, (int32_t)5, /*hidden argument*/NULL); NullCheck((TraceLoggingMetadataCollector_tFDCF6C9B118FD41428DBE1C3AA17A601001C1B2C *)L_0); TraceLoggingMetadataCollector_AddScalar_mA1A23105BD49003C6FD1A00C6A4ADBD02FA49854((TraceLoggingMetadataCollector_tFDCF6C9B118FD41428DBE1C3AA17A601001C1B2C *)L_0, (String_t*)L_1, (int32_t)L_3, /*hidden argument*/NULL); return; } } // System.Void System.Diagnostics.Tracing.EnumInt16TypeInfo`1::WriteData(System.Diagnostics.Tracing.TraceLoggingDataCollector,EnumType&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EnumInt16TypeInfo_1_WriteData_m8A197285ADE6EF0FACE1D1624B549E7C5C35829D_gshared (EnumInt16TypeInfo_1_t0AC11F8037165408BDBB3DF7965802C78F87CE68 * __this, TraceLoggingDataCollector_t5C690F08E67433C8CBAC45BCF713D40E805DB2C7 * ___collector0, uint64_t* ___value1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&EnumHelper_1_t6BD71958DB2C269FECC9ECC395A69D160418277D_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { TraceLoggingDataCollector_t5C690F08E67433C8CBAC45BCF713D40E805DB2C7 * L_0 = ___collector0; uint64_t* L_1 = ___value1; uint64_t L_2 = (*(uint64_t*)L_1); IL2CPP_RUNTIME_CLASS_INIT(EnumHelper_1_t6BD71958DB2C269FECC9ECC395A69D160418277D_il2cpp_TypeInfo_var); int16_t L_3; L_3 = (( int16_t (*) (uint64_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((uint64_t)L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); NullCheck((TraceLoggingDataCollector_t5C690F08E67433C8CBAC45BCF713D40E805DB2C7 *)L_0); TraceLoggingDataCollector_AddScalar_m97510C9F3EE7C3875792D62493462BF7D46F2009((TraceLoggingDataCollector_t5C690F08E67433C8CBAC45BCF713D40E805DB2C7 *)L_0, (int16_t)L_3, /*hidden argument*/NULL); return; } } // System.Object System.Diagnostics.Tracing.EnumInt16TypeInfo`1::GetData(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * EnumInt16TypeInfo_1_GetData_m8DE2C570297A962829A28090847047C4C2E04872_gshared (EnumInt16TypeInfo_1_t0AC11F8037165408BDBB3DF7965802C78F87CE68 * __this, RuntimeObject * ___value0, const RuntimeMethod* method) { { RuntimeObject * L_0 = ___value0; return (RuntimeObject *)L_0; } } // System.Void System.Diagnostics.Tracing.EnumInt16TypeInfo`1::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EnumInt16TypeInfo_1__ctor_mAEA3E2F8F1A302747BAA327AA51BE5DA6F182FD3_gshared (EnumInt16TypeInfo_1_t0AC11F8037165408BDBB3DF7965802C78F87CE68 * __this, const RuntimeMethod* method) { { NullCheck((TraceLoggingTypeInfo_1_t2AB1B6E82D459F19130F48405C93259B4FAD5DE0 *)__this); (( void (*) (TraceLoggingTypeInfo_1_t2AB1B6E82D459F19130F48405C93259B4FAD5DE0 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)->methodPointer)((TraceLoggingTypeInfo_1_t2AB1B6E82D459F19130F48405C93259B4FAD5DE0 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Diagnostics.Tracing.EnumInt16TypeInfo`1::WriteMetadata(System.Diagnostics.Tracing.TraceLoggingMetadataCollector,System.String,System.Diagnostics.Tracing.EventFieldFormat) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EnumInt16TypeInfo_1_WriteMetadata_mFF78D0C11566AF85FF690B86C56D3ECADB7CFB8B_gshared (EnumInt16TypeInfo_1_tAAC69CF43F9FC760FCDDA29A238C0E38B67BF88E * __this, TraceLoggingMetadataCollector_tFDCF6C9B118FD41428DBE1C3AA17A601001C1B2C * ___collector0, String_t* ___name1, int32_t ___format2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Statics_t4B5A84F3134B8BF7299B14BE64813C95F1ABBCE3_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { TraceLoggingMetadataCollector_tFDCF6C9B118FD41428DBE1C3AA17A601001C1B2C * L_0 = ___collector0; String_t* L_1 = ___name1; int32_t L_2 = ___format2; IL2CPP_RUNTIME_CLASS_INIT(Statics_t4B5A84F3134B8BF7299B14BE64813C95F1ABBCE3_il2cpp_TypeInfo_var); int32_t L_3; L_3 = Statics_Format16_mBAB4FA70D517E1F775D2CA5C49A92CDF13203B29((int32_t)L_2, (int32_t)5, /*hidden argument*/NULL); NullCheck((TraceLoggingMetadataCollector_tFDCF6C9B118FD41428DBE1C3AA17A601001C1B2C *)L_0); TraceLoggingMetadataCollector_AddScalar_mA1A23105BD49003C6FD1A00C6A4ADBD02FA49854((TraceLoggingMetadataCollector_tFDCF6C9B118FD41428DBE1C3AA17A601001C1B2C *)L_0, (String_t*)L_1, (int32_t)L_3, /*hidden argument*/NULL); return; } } // System.Void System.Diagnostics.Tracing.EnumInt16TypeInfo`1::WriteData(System.Diagnostics.Tracing.TraceLoggingDataCollector,EnumType&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EnumInt16TypeInfo_1_WriteData_m6561CBB7F3A66B456C5678D8856A753D476B356F_gshared (EnumInt16TypeInfo_1_tAAC69CF43F9FC760FCDDA29A238C0E38B67BF88E * __this, TraceLoggingDataCollector_t5C690F08E67433C8CBAC45BCF713D40E805DB2C7 * ___collector0, uintptr_t* ___value1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&EnumHelper_1_t6BD71958DB2C269FECC9ECC395A69D160418277D_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { TraceLoggingDataCollector_t5C690F08E67433C8CBAC45BCF713D40E805DB2C7 * L_0 = ___collector0; uintptr_t* L_1 = ___value1; uintptr_t L_2 = (*(uintptr_t*)L_1); IL2CPP_RUNTIME_CLASS_INIT(EnumHelper_1_t6BD71958DB2C269FECC9ECC395A69D160418277D_il2cpp_TypeInfo_var); int16_t L_3; L_3 = (( int16_t (*) (uintptr_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((uintptr_t)L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); NullCheck((TraceLoggingDataCollector_t5C690F08E67433C8CBAC45BCF713D40E805DB2C7 *)L_0); TraceLoggingDataCollector_AddScalar_m97510C9F3EE7C3875792D62493462BF7D46F2009((TraceLoggingDataCollector_t5C690F08E67433C8CBAC45BCF713D40E805DB2C7 *)L_0, (int16_t)L_3, /*hidden argument*/NULL); return; } } // System.Object System.Diagnostics.Tracing.EnumInt16TypeInfo`1::GetData(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * EnumInt16TypeInfo_1_GetData_m4B3E4C4070BA3FC9F21EEF31029B4297D057A6EF_gshared (EnumInt16TypeInfo_1_tAAC69CF43F9FC760FCDDA29A238C0E38B67BF88E * __this, RuntimeObject * ___value0, const RuntimeMethod* method) { { RuntimeObject * L_0 = ___value0; return (RuntimeObject *)L_0; } } // System.Void System.Diagnostics.Tracing.EnumInt16TypeInfo`1::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EnumInt16TypeInfo_1__ctor_mBA6CA2C9710F4AAA7475FAA9A4D9EEA97709A686_gshared (EnumInt16TypeInfo_1_tAAC69CF43F9FC760FCDDA29A238C0E38B67BF88E * __this, const RuntimeMethod* method) { { NullCheck((TraceLoggingTypeInfo_1_t0AA37671ECD36B79145C47886B8425BF92BE7B13 *)__this); (( void (*) (TraceLoggingTypeInfo_1_t0AA37671ECD36B79145C47886B8425BF92BE7B13 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)->methodPointer)((TraceLoggingTypeInfo_1_t0AA37671ECD36B79145C47886B8425BF92BE7B13 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Diagnostics.Tracing.EnumInt32TypeInfo`1>::WriteMetadata(System.Diagnostics.Tracing.TraceLoggingMetadataCollector,System.String,System.Diagnostics.Tracing.EventFieldFormat) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EnumInt32TypeInfo_1_WriteMetadata_mF9837BBB127CC268543883E79087A0F47756C733_gshared (EnumInt32TypeInfo_1_t3F2F71A6E45491AACCC156DF27C45A45AF764C50 * __this, TraceLoggingMetadataCollector_tFDCF6C9B118FD41428DBE1C3AA17A601001C1B2C * ___collector0, String_t* ___name1, int32_t ___format2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Statics_t4B5A84F3134B8BF7299B14BE64813C95F1ABBCE3_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { TraceLoggingMetadataCollector_tFDCF6C9B118FD41428DBE1C3AA17A601001C1B2C * L_0 = ___collector0; String_t* L_1 = ___name1; int32_t L_2 = ___format2; IL2CPP_RUNTIME_CLASS_INIT(Statics_t4B5A84F3134B8BF7299B14BE64813C95F1ABBCE3_il2cpp_TypeInfo_var); int32_t L_3; L_3 = Statics_Format32_m25FF11C309E27D937639636FA4C09AD529BD68D6((int32_t)L_2, (int32_t)7, /*hidden argument*/NULL); NullCheck((TraceLoggingMetadataCollector_tFDCF6C9B118FD41428DBE1C3AA17A601001C1B2C *)L_0); TraceLoggingMetadataCollector_AddScalar_mA1A23105BD49003C6FD1A00C6A4ADBD02FA49854((TraceLoggingMetadataCollector_tFDCF6C9B118FD41428DBE1C3AA17A601001C1B2C *)L_0, (String_t*)L_1, (int32_t)L_3, /*hidden argument*/NULL); return; } } // System.Void System.Diagnostics.Tracing.EnumInt32TypeInfo`1>::WriteData(System.Diagnostics.Tracing.TraceLoggingDataCollector,EnumType&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EnumInt32TypeInfo_1_WriteData_m4216CC7AF3A86D9457F4AA004277F9EF6B79AF02_gshared (EnumInt32TypeInfo_1_t3F2F71A6E45491AACCC156DF27C45A45AF764C50 * __this, TraceLoggingDataCollector_t5C690F08E67433C8CBAC45BCF713D40E805DB2C7 * ___collector0, KeyValuePair_2_tFB6A066C69E28C6ACA5FC5E24D969BFADC5FA625 * ___value1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&EnumHelper_1_t93237184A227ABFC32C9556D849B44C8CC074D48_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { TraceLoggingDataCollector_t5C690F08E67433C8CBAC45BCF713D40E805DB2C7 * L_0 = ___collector0; KeyValuePair_2_tFB6A066C69E28C6ACA5FC5E24D969BFADC5FA625 * L_1 = ___value1; KeyValuePair_2_tFB6A066C69E28C6ACA5FC5E24D969BFADC5FA625 L_2 = (*(KeyValuePair_2_tFB6A066C69E28C6ACA5FC5E24D969BFADC5FA625 *)L_1); IL2CPP_RUNTIME_CLASS_INIT(EnumHelper_1_t93237184A227ABFC32C9556D849B44C8CC074D48_il2cpp_TypeInfo_var); int32_t L_3; L_3 = (( int32_t (*) (KeyValuePair_2_tFB6A066C69E28C6ACA5FC5E24D969BFADC5FA625 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((KeyValuePair_2_tFB6A066C69E28C6ACA5FC5E24D969BFADC5FA625 )L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); NullCheck((TraceLoggingDataCollector_t5C690F08E67433C8CBAC45BCF713D40E805DB2C7 *)L_0); TraceLoggingDataCollector_AddScalar_m21710C6C5BBB8FA11D417467F3C5BCAE798B8F64((TraceLoggingDataCollector_t5C690F08E67433C8CBAC45BCF713D40E805DB2C7 *)L_0, (int32_t)L_3, /*hidden argument*/NULL); return; } } // System.Object System.Diagnostics.Tracing.EnumInt32TypeInfo`1>::GetData(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * EnumInt32TypeInfo_1_GetData_m0A1A75F999A181FA1D0E44722EDC1E2FD73E7D34_gshared (EnumInt32TypeInfo_1_t3F2F71A6E45491AACCC156DF27C45A45AF764C50 * __this, RuntimeObject * ___value0, const RuntimeMethod* method) { { RuntimeObject * L_0 = ___value0; return (RuntimeObject *)L_0; } } // System.Void System.Diagnostics.Tracing.EnumInt32TypeInfo`1>::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EnumInt32TypeInfo_1__ctor_m9B7F959B1FE9DCE39E6300A9516936A093900BFA_gshared (EnumInt32TypeInfo_1_t3F2F71A6E45491AACCC156DF27C45A45AF764C50 * __this, const RuntimeMethod* method) { { NullCheck((TraceLoggingTypeInfo_1_tAA80A15704CE49500C66DC6B1C05B2A1188F89DC *)__this); (( void (*) (TraceLoggingTypeInfo_1_tAA80A15704CE49500C66DC6B1C05B2A1188F89DC *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)->methodPointer)((TraceLoggingTypeInfo_1_tAA80A15704CE49500C66DC6B1C05B2A1188F89DC *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Diagnostics.Tracing.EnumInt32TypeInfo`1::WriteMetadata(System.Diagnostics.Tracing.TraceLoggingMetadataCollector,System.String,System.Diagnostics.Tracing.EventFieldFormat) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EnumInt32TypeInfo_1_WriteMetadata_mCD70DAA599CF1EEAE2531F16B660B891DEF1AD44_gshared (EnumInt32TypeInfo_1_tF464127DD9BDD21EB1D95AAFF1A311540ECCE80E * __this, TraceLoggingMetadataCollector_tFDCF6C9B118FD41428DBE1C3AA17A601001C1B2C * ___collector0, String_t* ___name1, int32_t ___format2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Statics_t4B5A84F3134B8BF7299B14BE64813C95F1ABBCE3_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { TraceLoggingMetadataCollector_tFDCF6C9B118FD41428DBE1C3AA17A601001C1B2C * L_0 = ___collector0; String_t* L_1 = ___name1; int32_t L_2 = ___format2; IL2CPP_RUNTIME_CLASS_INIT(Statics_t4B5A84F3134B8BF7299B14BE64813C95F1ABBCE3_il2cpp_TypeInfo_var); int32_t L_3; L_3 = Statics_Format32_m25FF11C309E27D937639636FA4C09AD529BD68D6((int32_t)L_2, (int32_t)7, /*hidden argument*/NULL); NullCheck((TraceLoggingMetadataCollector_tFDCF6C9B118FD41428DBE1C3AA17A601001C1B2C *)L_0); TraceLoggingMetadataCollector_AddScalar_mA1A23105BD49003C6FD1A00C6A4ADBD02FA49854((TraceLoggingMetadataCollector_tFDCF6C9B118FD41428DBE1C3AA17A601001C1B2C *)L_0, (String_t*)L_1, (int32_t)L_3, /*hidden argument*/NULL); return; } } // System.Void System.Diagnostics.Tracing.EnumInt32TypeInfo`1::WriteData(System.Diagnostics.Tracing.TraceLoggingDataCollector,EnumType&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EnumInt32TypeInfo_1_WriteData_m3FAC26BE75BEB28A21DB9FD6ED3FAAFA6D07BDDA_gshared (EnumInt32TypeInfo_1_tF464127DD9BDD21EB1D95AAFF1A311540ECCE80E * __this, TraceLoggingDataCollector_t5C690F08E67433C8CBAC45BCF713D40E805DB2C7 * ___collector0, bool* ___value1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&EnumHelper_1_t93237184A227ABFC32C9556D849B44C8CC074D48_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { TraceLoggingDataCollector_t5C690F08E67433C8CBAC45BCF713D40E805DB2C7 * L_0 = ___collector0; bool* L_1 = ___value1; bool L_2 = (*(bool*)L_1); IL2CPP_RUNTIME_CLASS_INIT(EnumHelper_1_t93237184A227ABFC32C9556D849B44C8CC074D48_il2cpp_TypeInfo_var); int32_t L_3; L_3 = (( int32_t (*) (bool, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((bool)L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); NullCheck((TraceLoggingDataCollector_t5C690F08E67433C8CBAC45BCF713D40E805DB2C7 *)L_0); TraceLoggingDataCollector_AddScalar_m21710C6C5BBB8FA11D417467F3C5BCAE798B8F64((TraceLoggingDataCollector_t5C690F08E67433C8CBAC45BCF713D40E805DB2C7 *)L_0, (int32_t)L_3, /*hidden argument*/NULL); return; } } // System.Object System.Diagnostics.Tracing.EnumInt32TypeInfo`1::GetData(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * EnumInt32TypeInfo_1_GetData_mC4ED2A93245F169462024375FE075A1B19A98D9C_gshared (EnumInt32TypeInfo_1_tF464127DD9BDD21EB1D95AAFF1A311540ECCE80E * __this, RuntimeObject * ___value0, const RuntimeMethod* method) { { RuntimeObject * L_0 = ___value0; return (RuntimeObject *)L_0; } } // System.Void System.Diagnostics.Tracing.EnumInt32TypeInfo`1::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EnumInt32TypeInfo_1__ctor_m7842998B673C2C156B18A1E4FBA8F229757FF24A_gshared (EnumInt32TypeInfo_1_tF464127DD9BDD21EB1D95AAFF1A311540ECCE80E * __this, const RuntimeMethod* method) { { NullCheck((TraceLoggingTypeInfo_1_t2E09E8CA26064E30A8F7376A80B6440C13A23A68 *)__this); (( void (*) (TraceLoggingTypeInfo_1_t2E09E8CA26064E30A8F7376A80B6440C13A23A68 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)->methodPointer)((TraceLoggingTypeInfo_1_t2E09E8CA26064E30A8F7376A80B6440C13A23A68 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Diagnostics.Tracing.EnumInt32TypeInfo`1::WriteMetadata(System.Diagnostics.Tracing.TraceLoggingMetadataCollector,System.String,System.Diagnostics.Tracing.EventFieldFormat) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EnumInt32TypeInfo_1_WriteMetadata_m83CE44C056721E2E09859BD2863920111300A13F_gshared (EnumInt32TypeInfo_1_t5AA6EA53C13EEDEF08F912E6519262F7BEBF3E9A * __this, TraceLoggingMetadataCollector_tFDCF6C9B118FD41428DBE1C3AA17A601001C1B2C * ___collector0, String_t* ___name1, int32_t ___format2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Statics_t4B5A84F3134B8BF7299B14BE64813C95F1ABBCE3_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { TraceLoggingMetadataCollector_tFDCF6C9B118FD41428DBE1C3AA17A601001C1B2C * L_0 = ___collector0; String_t* L_1 = ___name1; int32_t L_2 = ___format2; IL2CPP_RUNTIME_CLASS_INIT(Statics_t4B5A84F3134B8BF7299B14BE64813C95F1ABBCE3_il2cpp_TypeInfo_var); int32_t L_3; L_3 = Statics_Format32_m25FF11C309E27D937639636FA4C09AD529BD68D6((int32_t)L_2, (int32_t)7, /*hidden argument*/NULL); NullCheck((TraceLoggingMetadataCollector_tFDCF6C9B118FD41428DBE1C3AA17A601001C1B2C *)L_0); TraceLoggingMetadataCollector_AddScalar_mA1A23105BD49003C6FD1A00C6A4ADBD02FA49854((TraceLoggingMetadataCollector_tFDCF6C9B118FD41428DBE1C3AA17A601001C1B2C *)L_0, (String_t*)L_1, (int32_t)L_3, /*hidden argument*/NULL); return; } } // System.Void System.Diagnostics.Tracing.EnumInt32TypeInfo`1::WriteData(System.Diagnostics.Tracing.TraceLoggingDataCollector,EnumType&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EnumInt32TypeInfo_1_WriteData_mD837F16FBA3AD085F4B907469769074A49A1BEE2_gshared (EnumInt32TypeInfo_1_t5AA6EA53C13EEDEF08F912E6519262F7BEBF3E9A * __this, TraceLoggingDataCollector_t5C690F08E67433C8CBAC45BCF713D40E805DB2C7 * ___collector0, uint8_t* ___value1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&EnumHelper_1_t93237184A227ABFC32C9556D849B44C8CC074D48_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { TraceLoggingDataCollector_t5C690F08E67433C8CBAC45BCF713D40E805DB2C7 * L_0 = ___collector0; uint8_t* L_1 = ___value1; uint8_t L_2 = (*(uint8_t*)L_1); IL2CPP_RUNTIME_CLASS_INIT(EnumHelper_1_t93237184A227ABFC32C9556D849B44C8CC074D48_il2cpp_TypeInfo_var); int32_t L_3; L_3 = (( int32_t (*) (uint8_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((uint8_t)L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); NullCheck((TraceLoggingDataCollector_t5C690F08E67433C8CBAC45BCF713D40E805DB2C7 *)L_0); TraceLoggingDataCollector_AddScalar_m21710C6C5BBB8FA11D417467F3C5BCAE798B8F64((TraceLoggingDataCollector_t5C690F08E67433C8CBAC45BCF713D40E805DB2C7 *)L_0, (int32_t)L_3, /*hidden argument*/NULL); return; } } // System.Object System.Diagnostics.Tracing.EnumInt32TypeInfo`1::GetData(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * EnumInt32TypeInfo_1_GetData_m45D19715DA7CA4809A8068127F7747A7C8BE8706_gshared (EnumInt32TypeInfo_1_t5AA6EA53C13EEDEF08F912E6519262F7BEBF3E9A * __this, RuntimeObject * ___value0, const RuntimeMethod* method) { { RuntimeObject * L_0 = ___value0; return (RuntimeObject *)L_0; } } // System.Void System.Diagnostics.Tracing.EnumInt32TypeInfo`1::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EnumInt32TypeInfo_1__ctor_m8FAB2B3DEF4EA550366BACC068D83B20BF4796BB_gshared (EnumInt32TypeInfo_1_t5AA6EA53C13EEDEF08F912E6519262F7BEBF3E9A * __this, const RuntimeMethod* method) { { NullCheck((TraceLoggingTypeInfo_1_t3249C39DDD7C9608FB6A71BC0E8ADAD2DBA7582D *)__this); (( void (*) (TraceLoggingTypeInfo_1_t3249C39DDD7C9608FB6A71BC0E8ADAD2DBA7582D *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)->methodPointer)((TraceLoggingTypeInfo_1_t3249C39DDD7C9608FB6A71BC0E8ADAD2DBA7582D *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Diagnostics.Tracing.EnumInt32TypeInfo`1::WriteMetadata(System.Diagnostics.Tracing.TraceLoggingMetadataCollector,System.String,System.Diagnostics.Tracing.EventFieldFormat) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EnumInt32TypeInfo_1_WriteMetadata_m5EC66BDD49C00DEC333E560EEEB13B369740D71B_gshared (EnumInt32TypeInfo_1_t817C642DDFBA4E0855DB4518B9368A1CDE53BE67 * __this, TraceLoggingMetadataCollector_tFDCF6C9B118FD41428DBE1C3AA17A601001C1B2C * ___collector0, String_t* ___name1, int32_t ___format2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Statics_t4B5A84F3134B8BF7299B14BE64813C95F1ABBCE3_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { TraceLoggingMetadataCollector_tFDCF6C9B118FD41428DBE1C3AA17A601001C1B2C * L_0 = ___collector0; String_t* L_1 = ___name1; int32_t L_2 = ___format2; IL2CPP_RUNTIME_CLASS_INIT(Statics_t4B5A84F3134B8BF7299B14BE64813C95F1ABBCE3_il2cpp_TypeInfo_var); int32_t L_3; L_3 = Statics_Format32_m25FF11C309E27D937639636FA4C09AD529BD68D6((int32_t)L_2, (int32_t)7, /*hidden argument*/NULL); NullCheck((TraceLoggingMetadataCollector_tFDCF6C9B118FD41428DBE1C3AA17A601001C1B2C *)L_0); TraceLoggingMetadataCollector_AddScalar_mA1A23105BD49003C6FD1A00C6A4ADBD02FA49854((TraceLoggingMetadataCollector_tFDCF6C9B118FD41428DBE1C3AA17A601001C1B2C *)L_0, (String_t*)L_1, (int32_t)L_3, /*hidden argument*/NULL); return; } } // System.Void System.Diagnostics.Tracing.EnumInt32TypeInfo`1::WriteData(System.Diagnostics.Tracing.TraceLoggingDataCollector,EnumType&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EnumInt32TypeInfo_1_WriteData_mDCE2BD88407774431C770B2C0AB4383B4E138E5A_gshared (EnumInt32TypeInfo_1_t817C642DDFBA4E0855DB4518B9368A1CDE53BE67 * __this, TraceLoggingDataCollector_t5C690F08E67433C8CBAC45BCF713D40E805DB2C7 * ___collector0, Il2CppChar* ___value1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&EnumHelper_1_t93237184A227ABFC32C9556D849B44C8CC074D48_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { TraceLoggingDataCollector_t5C690F08E67433C8CBAC45BCF713D40E805DB2C7 * L_0 = ___collector0; Il2CppChar* L_1 = ___value1; Il2CppChar L_2 = (*(Il2CppChar*)L_1); IL2CPP_RUNTIME_CLASS_INIT(EnumHelper_1_t93237184A227ABFC32C9556D849B44C8CC074D48_il2cpp_TypeInfo_var); int32_t L_3; L_3 = (( int32_t (*) (Il2CppChar, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((Il2CppChar)L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); NullCheck((TraceLoggingDataCollector_t5C690F08E67433C8CBAC45BCF713D40E805DB2C7 *)L_0); TraceLoggingDataCollector_AddScalar_m21710C6C5BBB8FA11D417467F3C5BCAE798B8F64((TraceLoggingDataCollector_t5C690F08E67433C8CBAC45BCF713D40E805DB2C7 *)L_0, (int32_t)L_3, /*hidden argument*/NULL); return; } } // System.Object System.Diagnostics.Tracing.EnumInt32TypeInfo`1::GetData(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * EnumInt32TypeInfo_1_GetData_m5FC4AF84ACF93A58983EFA4FC44566386DB16904_gshared (EnumInt32TypeInfo_1_t817C642DDFBA4E0855DB4518B9368A1CDE53BE67 * __this, RuntimeObject * ___value0, const RuntimeMethod* method) { { RuntimeObject * L_0 = ___value0; return (RuntimeObject *)L_0; } } // System.Void System.Diagnostics.Tracing.EnumInt32TypeInfo`1::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EnumInt32TypeInfo_1__ctor_mBD8D9C7E50F5C9A3CCBF11794481303AC164BBD7_gshared (EnumInt32TypeInfo_1_t817C642DDFBA4E0855DB4518B9368A1CDE53BE67 * __this, const RuntimeMethod* method) { { NullCheck((TraceLoggingTypeInfo_1_t4060A49A9615875C95710F4F7A74B649698B182C *)__this); (( void (*) (TraceLoggingTypeInfo_1_t4060A49A9615875C95710F4F7A74B649698B182C *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)->methodPointer)((TraceLoggingTypeInfo_1_t4060A49A9615875C95710F4F7A74B649698B182C *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Diagnostics.Tracing.EnumInt32TypeInfo`1::WriteMetadata(System.Diagnostics.Tracing.TraceLoggingMetadataCollector,System.String,System.Diagnostics.Tracing.EventFieldFormat) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EnumInt32TypeInfo_1_WriteMetadata_mC4F98A2FF1A79BF195C41F78C435DFE538A80D79_gshared (EnumInt32TypeInfo_1_t8230EFB4B42416308F5FBF50250B54B84FBAE0D6 * __this, TraceLoggingMetadataCollector_tFDCF6C9B118FD41428DBE1C3AA17A601001C1B2C * ___collector0, String_t* ___name1, int32_t ___format2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Statics_t4B5A84F3134B8BF7299B14BE64813C95F1ABBCE3_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { TraceLoggingMetadataCollector_tFDCF6C9B118FD41428DBE1C3AA17A601001C1B2C * L_0 = ___collector0; String_t* L_1 = ___name1; int32_t L_2 = ___format2; IL2CPP_RUNTIME_CLASS_INIT(Statics_t4B5A84F3134B8BF7299B14BE64813C95F1ABBCE3_il2cpp_TypeInfo_var); int32_t L_3; L_3 = Statics_Format32_m25FF11C309E27D937639636FA4C09AD529BD68D6((int32_t)L_2, (int32_t)7, /*hidden argument*/NULL); NullCheck((TraceLoggingMetadataCollector_tFDCF6C9B118FD41428DBE1C3AA17A601001C1B2C *)L_0); TraceLoggingMetadataCollector_AddScalar_mA1A23105BD49003C6FD1A00C6A4ADBD02FA49854((TraceLoggingMetadataCollector_tFDCF6C9B118FD41428DBE1C3AA17A601001C1B2C *)L_0, (String_t*)L_1, (int32_t)L_3, /*hidden argument*/NULL); return; } } // System.Void System.Diagnostics.Tracing.EnumInt32TypeInfo`1::WriteData(System.Diagnostics.Tracing.TraceLoggingDataCollector,EnumType&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EnumInt32TypeInfo_1_WriteData_mDC71D6CF0106FFF060324B01A665CA5D66AD822F_gshared (EnumInt32TypeInfo_1_t8230EFB4B42416308F5FBF50250B54B84FBAE0D6 * __this, TraceLoggingDataCollector_t5C690F08E67433C8CBAC45BCF713D40E805DB2C7 * ___collector0, DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 * ___value1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&EnumHelper_1_t93237184A227ABFC32C9556D849B44C8CC074D48_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { TraceLoggingDataCollector_t5C690F08E67433C8CBAC45BCF713D40E805DB2C7 * L_0 = ___collector0; DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 * L_1 = ___value1; DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_2 = (*(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 *)L_1); IL2CPP_RUNTIME_CLASS_INIT(EnumHelper_1_t93237184A227ABFC32C9556D849B44C8CC074D48_il2cpp_TypeInfo_var); int32_t L_3; L_3 = (( int32_t (*) (DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 )L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); NullCheck((TraceLoggingDataCollector_t5C690F08E67433C8CBAC45BCF713D40E805DB2C7 *)L_0); TraceLoggingDataCollector_AddScalar_m21710C6C5BBB8FA11D417467F3C5BCAE798B8F64((TraceLoggingDataCollector_t5C690F08E67433C8CBAC45BCF713D40E805DB2C7 *)L_0, (int32_t)L_3, /*hidden argument*/NULL); return; } } // System.Object System.Diagnostics.Tracing.EnumInt32TypeInfo`1::GetData(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * EnumInt32TypeInfo_1_GetData_m8EFD1F1309E683A739B21E8CA66E7992852D6FE1_gshared (EnumInt32TypeInfo_1_t8230EFB4B42416308F5FBF50250B54B84FBAE0D6 * __this, RuntimeObject * ___value0, const RuntimeMethod* method) { { RuntimeObject * L_0 = ___value0; return (RuntimeObject *)L_0; } } // System.Void System.Diagnostics.Tracing.EnumInt32TypeInfo`1::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EnumInt32TypeInfo_1__ctor_m21D25E0CB38F063167942C9EF798403FCB879AC6_gshared (EnumInt32TypeInfo_1_t8230EFB4B42416308F5FBF50250B54B84FBAE0D6 * __this, const RuntimeMethod* method) { { NullCheck((TraceLoggingTypeInfo_1_t3B564912583B489AA09CF4EC981BC921E43D206B *)__this); (( void (*) (TraceLoggingTypeInfo_1_t3B564912583B489AA09CF4EC981BC921E43D206B *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)->methodPointer)((TraceLoggingTypeInfo_1_t3B564912583B489AA09CF4EC981BC921E43D206B *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Diagnostics.Tracing.EnumInt32TypeInfo`1::WriteMetadata(System.Diagnostics.Tracing.TraceLoggingMetadataCollector,System.String,System.Diagnostics.Tracing.EventFieldFormat) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EnumInt32TypeInfo_1_WriteMetadata_mEBB08C43E6084FF8C7B41CF83FE2C5AB3CADC002_gshared (EnumInt32TypeInfo_1_tCD5592E744BBDB846E8B6E91B53C9E65664D985E * __this, TraceLoggingMetadataCollector_tFDCF6C9B118FD41428DBE1C3AA17A601001C1B2C * ___collector0, String_t* ___name1, int32_t ___format2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Statics_t4B5A84F3134B8BF7299B14BE64813C95F1ABBCE3_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { TraceLoggingMetadataCollector_tFDCF6C9B118FD41428DBE1C3AA17A601001C1B2C * L_0 = ___collector0; String_t* L_1 = ___name1; int32_t L_2 = ___format2; IL2CPP_RUNTIME_CLASS_INIT(Statics_t4B5A84F3134B8BF7299B14BE64813C95F1ABBCE3_il2cpp_TypeInfo_var); int32_t L_3; L_3 = Statics_Format32_m25FF11C309E27D937639636FA4C09AD529BD68D6((int32_t)L_2, (int32_t)7, /*hidden argument*/NULL); NullCheck((TraceLoggingMetadataCollector_tFDCF6C9B118FD41428DBE1C3AA17A601001C1B2C *)L_0); TraceLoggingMetadataCollector_AddScalar_mA1A23105BD49003C6FD1A00C6A4ADBD02FA49854((TraceLoggingMetadataCollector_tFDCF6C9B118FD41428DBE1C3AA17A601001C1B2C *)L_0, (String_t*)L_1, (int32_t)L_3, /*hidden argument*/NULL); return; } } // System.Void System.Diagnostics.Tracing.EnumInt32TypeInfo`1::WriteData(System.Diagnostics.Tracing.TraceLoggingDataCollector,EnumType&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EnumInt32TypeInfo_1_WriteData_m578A941470CE1CABFB5954DE0F23B6C142C48646_gshared (EnumInt32TypeInfo_1_tCD5592E744BBDB846E8B6E91B53C9E65664D985E * __this, TraceLoggingDataCollector_t5C690F08E67433C8CBAC45BCF713D40E805DB2C7 * ___collector0, DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5 * ___value1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&EnumHelper_1_t93237184A227ABFC32C9556D849B44C8CC074D48_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { TraceLoggingDataCollector_t5C690F08E67433C8CBAC45BCF713D40E805DB2C7 * L_0 = ___collector0; DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5 * L_1 = ___value1; DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5 L_2 = (*(DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5 *)L_1); IL2CPP_RUNTIME_CLASS_INIT(EnumHelper_1_t93237184A227ABFC32C9556D849B44C8CC074D48_il2cpp_TypeInfo_var); int32_t L_3; L_3 = (( int32_t (*) (DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5 )L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); NullCheck((TraceLoggingDataCollector_t5C690F08E67433C8CBAC45BCF713D40E805DB2C7 *)L_0); TraceLoggingDataCollector_AddScalar_m21710C6C5BBB8FA11D417467F3C5BCAE798B8F64((TraceLoggingDataCollector_t5C690F08E67433C8CBAC45BCF713D40E805DB2C7 *)L_0, (int32_t)L_3, /*hidden argument*/NULL); return; } } // System.Object System.Diagnostics.Tracing.EnumInt32TypeInfo`1::GetData(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * EnumInt32TypeInfo_1_GetData_m6EFD5A1109F6CD44F162FD52B89653E6A5964F41_gshared (EnumInt32TypeInfo_1_tCD5592E744BBDB846E8B6E91B53C9E65664D985E * __this, RuntimeObject * ___value0, const RuntimeMethod* method) { { RuntimeObject * L_0 = ___value0; return (RuntimeObject *)L_0; } } // System.Void System.Diagnostics.Tracing.EnumInt32TypeInfo`1::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EnumInt32TypeInfo_1__ctor_mA671018F09ACFF9E89AB110BE88D495FAA7C565F_gshared (EnumInt32TypeInfo_1_tCD5592E744BBDB846E8B6E91B53C9E65664D985E * __this, const RuntimeMethod* method) { { NullCheck((TraceLoggingTypeInfo_1_t2222233AEF607D614ED51D9A909021B0AD1DD052 *)__this); (( void (*) (TraceLoggingTypeInfo_1_t2222233AEF607D614ED51D9A909021B0AD1DD052 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)->methodPointer)((TraceLoggingTypeInfo_1_t2222233AEF607D614ED51D9A909021B0AD1DD052 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Diagnostics.Tracing.EnumInt32TypeInfo`1::WriteMetadata(System.Diagnostics.Tracing.TraceLoggingMetadataCollector,System.String,System.Diagnostics.Tracing.EventFieldFormat) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EnumInt32TypeInfo_1_WriteMetadata_m02D1D91B29C96CCB8F0EA5849B40EB0B05502383_gshared (EnumInt32TypeInfo_1_tBB431510B340A77219B556FAB4F133BCD1720116 * __this, TraceLoggingMetadataCollector_tFDCF6C9B118FD41428DBE1C3AA17A601001C1B2C * ___collector0, String_t* ___name1, int32_t ___format2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Statics_t4B5A84F3134B8BF7299B14BE64813C95F1ABBCE3_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { TraceLoggingMetadataCollector_tFDCF6C9B118FD41428DBE1C3AA17A601001C1B2C * L_0 = ___collector0; String_t* L_1 = ___name1; int32_t L_2 = ___format2; IL2CPP_RUNTIME_CLASS_INIT(Statics_t4B5A84F3134B8BF7299B14BE64813C95F1ABBCE3_il2cpp_TypeInfo_var); int32_t L_3; L_3 = Statics_Format32_m25FF11C309E27D937639636FA4C09AD529BD68D6((int32_t)L_2, (int32_t)7, /*hidden argument*/NULL); NullCheck((TraceLoggingMetadataCollector_tFDCF6C9B118FD41428DBE1C3AA17A601001C1B2C *)L_0); TraceLoggingMetadataCollector_AddScalar_mA1A23105BD49003C6FD1A00C6A4ADBD02FA49854((TraceLoggingMetadataCollector_tFDCF6C9B118FD41428DBE1C3AA17A601001C1B2C *)L_0, (String_t*)L_1, (int32_t)L_3, /*hidden argument*/NULL); return; } } // System.Void System.Diagnostics.Tracing.EnumInt32TypeInfo`1::WriteData(System.Diagnostics.Tracing.TraceLoggingDataCollector,EnumType&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EnumInt32TypeInfo_1_WriteData_mD09EB137B4A0314A4DF5B83207CB7555CBAB607B_gshared (EnumInt32TypeInfo_1_tBB431510B340A77219B556FAB4F133BCD1720116 * __this, TraceLoggingDataCollector_t5C690F08E67433C8CBAC45BCF713D40E805DB2C7 * ___collector0, Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 * ___value1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&EnumHelper_1_t93237184A227ABFC32C9556D849B44C8CC074D48_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { TraceLoggingDataCollector_t5C690F08E67433C8CBAC45BCF713D40E805DB2C7 * L_0 = ___collector0; Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 * L_1 = ___value1; Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 L_2 = (*(Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 *)L_1); IL2CPP_RUNTIME_CLASS_INIT(EnumHelper_1_t93237184A227ABFC32C9556D849B44C8CC074D48_il2cpp_TypeInfo_var); int32_t L_3; L_3 = (( int32_t (*) (Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 )L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); NullCheck((TraceLoggingDataCollector_t5C690F08E67433C8CBAC45BCF713D40E805DB2C7 *)L_0); TraceLoggingDataCollector_AddScalar_m21710C6C5BBB8FA11D417467F3C5BCAE798B8F64((TraceLoggingDataCollector_t5C690F08E67433C8CBAC45BCF713D40E805DB2C7 *)L_0, (int32_t)L_3, /*hidden argument*/NULL); return; } } // System.Object System.Diagnostics.Tracing.EnumInt32TypeInfo`1::GetData(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * EnumInt32TypeInfo_1_GetData_m68568FD17EE78067A52149DE149067E5D2EBE285_gshared (EnumInt32TypeInfo_1_tBB431510B340A77219B556FAB4F133BCD1720116 * __this, RuntimeObject * ___value0, const RuntimeMethod* method) { { RuntimeObject * L_0 = ___value0; return (RuntimeObject *)L_0; } } // System.Void System.Diagnostics.Tracing.EnumInt32TypeInfo`1::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EnumInt32TypeInfo_1__ctor_m2C0C6B39DC99F437B3A99042843A129A2E498072_gshared (EnumInt32TypeInfo_1_tBB431510B340A77219B556FAB4F133BCD1720116 * __this, const RuntimeMethod* method) { { NullCheck((TraceLoggingTypeInfo_1_t31C39790E0722BFAB7EF167B090AFCF92BEF0393 *)__this); (( void (*) (TraceLoggingTypeInfo_1_t31C39790E0722BFAB7EF167B090AFCF92BEF0393 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)->methodPointer)((TraceLoggingTypeInfo_1_t31C39790E0722BFAB7EF167B090AFCF92BEF0393 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Diagnostics.Tracing.EnumInt32TypeInfo`1::WriteMetadata(System.Diagnostics.Tracing.TraceLoggingMetadataCollector,System.String,System.Diagnostics.Tracing.EventFieldFormat) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EnumInt32TypeInfo_1_WriteMetadata_m04F4CB334A78B7F19ED0E1606E3C6C6BF56A12FE_gshared (EnumInt32TypeInfo_1_t1D4E3675464183D7FBE2E5B0EDC19225EB4654C5 * __this, TraceLoggingMetadataCollector_tFDCF6C9B118FD41428DBE1C3AA17A601001C1B2C * ___collector0, String_t* ___name1, int32_t ___format2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Statics_t4B5A84F3134B8BF7299B14BE64813C95F1ABBCE3_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { TraceLoggingMetadataCollector_tFDCF6C9B118FD41428DBE1C3AA17A601001C1B2C * L_0 = ___collector0; String_t* L_1 = ___name1; int32_t L_2 = ___format2; IL2CPP_RUNTIME_CLASS_INIT(Statics_t4B5A84F3134B8BF7299B14BE64813C95F1ABBCE3_il2cpp_TypeInfo_var); int32_t L_3; L_3 = Statics_Format32_m25FF11C309E27D937639636FA4C09AD529BD68D6((int32_t)L_2, (int32_t)7, /*hidden argument*/NULL); NullCheck((TraceLoggingMetadataCollector_tFDCF6C9B118FD41428DBE1C3AA17A601001C1B2C *)L_0); TraceLoggingMetadataCollector_AddScalar_mA1A23105BD49003C6FD1A00C6A4ADBD02FA49854((TraceLoggingMetadataCollector_tFDCF6C9B118FD41428DBE1C3AA17A601001C1B2C *)L_0, (String_t*)L_1, (int32_t)L_3, /*hidden argument*/NULL); return; } } // System.Void System.Diagnostics.Tracing.EnumInt32TypeInfo`1::WriteData(System.Diagnostics.Tracing.TraceLoggingDataCollector,EnumType&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EnumInt32TypeInfo_1_WriteData_m488D65E2A39FED4CD1CBB81B5DA391B4A915B1DE_gshared (EnumInt32TypeInfo_1_t1D4E3675464183D7FBE2E5B0EDC19225EB4654C5 * __this, TraceLoggingDataCollector_t5C690F08E67433C8CBAC45BCF713D40E805DB2C7 * ___collector0, double* ___value1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&EnumHelper_1_t93237184A227ABFC32C9556D849B44C8CC074D48_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { TraceLoggingDataCollector_t5C690F08E67433C8CBAC45BCF713D40E805DB2C7 * L_0 = ___collector0; double* L_1 = ___value1; double L_2 = (*(double*)L_1); IL2CPP_RUNTIME_CLASS_INIT(EnumHelper_1_t93237184A227ABFC32C9556D849B44C8CC074D48_il2cpp_TypeInfo_var); int32_t L_3; L_3 = (( int32_t (*) (double, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((double)L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); NullCheck((TraceLoggingDataCollector_t5C690F08E67433C8CBAC45BCF713D40E805DB2C7 *)L_0); TraceLoggingDataCollector_AddScalar_m21710C6C5BBB8FA11D417467F3C5BCAE798B8F64((TraceLoggingDataCollector_t5C690F08E67433C8CBAC45BCF713D40E805DB2C7 *)L_0, (int32_t)L_3, /*hidden argument*/NULL); return; } } // System.Object System.Diagnostics.Tracing.EnumInt32TypeInfo`1::GetData(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * EnumInt32TypeInfo_1_GetData_m5835122513E3AF9035D693A9ED8C588A9226D838_gshared (EnumInt32TypeInfo_1_t1D4E3675464183D7FBE2E5B0EDC19225EB4654C5 * __this, RuntimeObject * ___value0, const RuntimeMethod* method) { { RuntimeObject * L_0 = ___value0; return (RuntimeObject *)L_0; } } // System.Void System.Diagnostics.Tracing.EnumInt32TypeInfo`1::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EnumInt32TypeInfo_1__ctor_m4AA1E88FF73028D94356F6C9FAE5F1173CEDBDBD_gshared (EnumInt32TypeInfo_1_t1D4E3675464183D7FBE2E5B0EDC19225EB4654C5 * __this, const RuntimeMethod* method) { { NullCheck((TraceLoggingTypeInfo_1_t7DB46152A9D14F1E2B1949B20B3FDFDF3EE951B1 *)__this); (( void (*) (TraceLoggingTypeInfo_1_t7DB46152A9D14F1E2B1949B20B3FDFDF3EE951B1 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)->methodPointer)((TraceLoggingTypeInfo_1_t7DB46152A9D14F1E2B1949B20B3FDFDF3EE951B1 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Diagnostics.Tracing.EnumInt32TypeInfo`1::WriteMetadata(System.Diagnostics.Tracing.TraceLoggingMetadataCollector,System.String,System.Diagnostics.Tracing.EventFieldFormat) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EnumInt32TypeInfo_1_WriteMetadata_m0686A95D8B6955195E88234026D03F1E21B6D476_gshared (EnumInt32TypeInfo_1_t198514C54F5277CAA412C5470C666CE11EBA0758 * __this, TraceLoggingMetadataCollector_tFDCF6C9B118FD41428DBE1C3AA17A601001C1B2C * ___collector0, String_t* ___name1, int32_t ___format2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Statics_t4B5A84F3134B8BF7299B14BE64813C95F1ABBCE3_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { TraceLoggingMetadataCollector_tFDCF6C9B118FD41428DBE1C3AA17A601001C1B2C * L_0 = ___collector0; String_t* L_1 = ___name1; int32_t L_2 = ___format2; IL2CPP_RUNTIME_CLASS_INIT(Statics_t4B5A84F3134B8BF7299B14BE64813C95F1ABBCE3_il2cpp_TypeInfo_var); int32_t L_3; L_3 = Statics_Format32_m25FF11C309E27D937639636FA4C09AD529BD68D6((int32_t)L_2, (int32_t)7, /*hidden argument*/NULL); NullCheck((TraceLoggingMetadataCollector_tFDCF6C9B118FD41428DBE1C3AA17A601001C1B2C *)L_0); TraceLoggingMetadataCollector_AddScalar_mA1A23105BD49003C6FD1A00C6A4ADBD02FA49854((TraceLoggingMetadataCollector_tFDCF6C9B118FD41428DBE1C3AA17A601001C1B2C *)L_0, (String_t*)L_1, (int32_t)L_3, /*hidden argument*/NULL); return; } } // System.Void System.Diagnostics.Tracing.EnumInt32TypeInfo`1::WriteData(System.Diagnostics.Tracing.TraceLoggingDataCollector,EnumType&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EnumInt32TypeInfo_1_WriteData_m3A4816D58CFF63FBC879E8CAF965EB8153F9BE98_gshared (EnumInt32TypeInfo_1_t198514C54F5277CAA412C5470C666CE11EBA0758 * __this, TraceLoggingDataCollector_t5C690F08E67433C8CBAC45BCF713D40E805DB2C7 * ___collector0, EmptyStruct_t4261C00C8DDCEA2FE01A2264519DDB55BA275F62 * ___value1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&EnumHelper_1_t93237184A227ABFC32C9556D849B44C8CC074D48_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { TraceLoggingDataCollector_t5C690F08E67433C8CBAC45BCF713D40E805DB2C7 * L_0 = ___collector0; EmptyStruct_t4261C00C8DDCEA2FE01A2264519DDB55BA275F62 * L_1 = ___value1; EmptyStruct_t4261C00C8DDCEA2FE01A2264519DDB55BA275F62 L_2 = (*(EmptyStruct_t4261C00C8DDCEA2FE01A2264519DDB55BA275F62 *)L_1); IL2CPP_RUNTIME_CLASS_INIT(EnumHelper_1_t93237184A227ABFC32C9556D849B44C8CC074D48_il2cpp_TypeInfo_var); int32_t L_3; L_3 = (( int32_t (*) (EmptyStruct_t4261C00C8DDCEA2FE01A2264519DDB55BA275F62 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((EmptyStruct_t4261C00C8DDCEA2FE01A2264519DDB55BA275F62 )L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); NullCheck((TraceLoggingDataCollector_t5C690F08E67433C8CBAC45BCF713D40E805DB2C7 *)L_0); TraceLoggingDataCollector_AddScalar_m21710C6C5BBB8FA11D417467F3C5BCAE798B8F64((TraceLoggingDataCollector_t5C690F08E67433C8CBAC45BCF713D40E805DB2C7 *)L_0, (int32_t)L_3, /*hidden argument*/NULL); return; } } // System.Object System.Diagnostics.Tracing.EnumInt32TypeInfo`1::GetData(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * EnumInt32TypeInfo_1_GetData_mB59D5DB0BF30D124B8E29120816554FB1ECD012D_gshared (EnumInt32TypeInfo_1_t198514C54F5277CAA412C5470C666CE11EBA0758 * __this, RuntimeObject * ___value0, const RuntimeMethod* method) { { RuntimeObject * L_0 = ___value0; return (RuntimeObject *)L_0; } } // System.Void System.Diagnostics.Tracing.EnumInt32TypeInfo`1::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EnumInt32TypeInfo_1__ctor_m44FC6F4F9A4A1D36F955050110A1D375BCA3A8D7_gshared (EnumInt32TypeInfo_1_t198514C54F5277CAA412C5470C666CE11EBA0758 * __this, const RuntimeMethod* method) { { NullCheck((TraceLoggingTypeInfo_1_t632172B9985D9F811628DA2FBE10BB7F417FEA07 *)__this); (( void (*) (TraceLoggingTypeInfo_1_t632172B9985D9F811628DA2FBE10BB7F417FEA07 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)->methodPointer)((TraceLoggingTypeInfo_1_t632172B9985D9F811628DA2FBE10BB7F417FEA07 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Diagnostics.Tracing.EnumInt32TypeInfo`1::WriteMetadata(System.Diagnostics.Tracing.TraceLoggingMetadataCollector,System.String,System.Diagnostics.Tracing.EventFieldFormat) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EnumInt32TypeInfo_1_WriteMetadata_m69378B28A47777D6D584BB4B717E22B74907D520_gshared (EnumInt32TypeInfo_1_t2A9F7F34EB2D63094B3DB1071968F8AC49C3A666 * __this, TraceLoggingMetadataCollector_tFDCF6C9B118FD41428DBE1C3AA17A601001C1B2C * ___collector0, String_t* ___name1, int32_t ___format2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Statics_t4B5A84F3134B8BF7299B14BE64813C95F1ABBCE3_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { TraceLoggingMetadataCollector_tFDCF6C9B118FD41428DBE1C3AA17A601001C1B2C * L_0 = ___collector0; String_t* L_1 = ___name1; int32_t L_2 = ___format2; IL2CPP_RUNTIME_CLASS_INIT(Statics_t4B5A84F3134B8BF7299B14BE64813C95F1ABBCE3_il2cpp_TypeInfo_var); int32_t L_3; L_3 = Statics_Format32_m25FF11C309E27D937639636FA4C09AD529BD68D6((int32_t)L_2, (int32_t)7, /*hidden argument*/NULL); NullCheck((TraceLoggingMetadataCollector_tFDCF6C9B118FD41428DBE1C3AA17A601001C1B2C *)L_0); TraceLoggingMetadataCollector_AddScalar_mA1A23105BD49003C6FD1A00C6A4ADBD02FA49854((TraceLoggingMetadataCollector_tFDCF6C9B118FD41428DBE1C3AA17A601001C1B2C *)L_0, (String_t*)L_1, (int32_t)L_3, /*hidden argument*/NULL); return; } } // System.Void System.Diagnostics.Tracing.EnumInt32TypeInfo`1::WriteData(System.Diagnostics.Tracing.TraceLoggingDataCollector,EnumType&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EnumInt32TypeInfo_1_WriteData_m13E11303906ADD1C90BD20425E7D265C640E3E14_gshared (EnumInt32TypeInfo_1_t2A9F7F34EB2D63094B3DB1071968F8AC49C3A666 * __this, TraceLoggingDataCollector_t5C690F08E67433C8CBAC45BCF713D40E805DB2C7 * ___collector0, Guid_t * ___value1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&EnumHelper_1_t93237184A227ABFC32C9556D849B44C8CC074D48_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { TraceLoggingDataCollector_t5C690F08E67433C8CBAC45BCF713D40E805DB2C7 * L_0 = ___collector0; Guid_t * L_1 = ___value1; Guid_t L_2 = (*(Guid_t *)L_1); IL2CPP_RUNTIME_CLASS_INIT(EnumHelper_1_t93237184A227ABFC32C9556D849B44C8CC074D48_il2cpp_TypeInfo_var); int32_t L_3; L_3 = (( int32_t (*) (Guid_t , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((Guid_t )L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); NullCheck((TraceLoggingDataCollector_t5C690F08E67433C8CBAC45BCF713D40E805DB2C7 *)L_0); TraceLoggingDataCollector_AddScalar_m21710C6C5BBB8FA11D417467F3C5BCAE798B8F64((TraceLoggingDataCollector_t5C690F08E67433C8CBAC45BCF713D40E805DB2C7 *)L_0, (int32_t)L_3, /*hidden argument*/NULL); return; } } // System.Object System.Diagnostics.Tracing.EnumInt32TypeInfo`1::GetData(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * EnumInt32TypeInfo_1_GetData_m1694B305371DA6D433AD466600564A50762A8FF9_gshared (EnumInt32TypeInfo_1_t2A9F7F34EB2D63094B3DB1071968F8AC49C3A666 * __this, RuntimeObject * ___value0, const RuntimeMethod* method) { { RuntimeObject * L_0 = ___value0; return (RuntimeObject *)L_0; } } // System.Void System.Diagnostics.Tracing.EnumInt32TypeInfo`1::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EnumInt32TypeInfo_1__ctor_m3643C8812AB83EEAFE9723ECB0581B5FCF8FF1C1_gshared (EnumInt32TypeInfo_1_t2A9F7F34EB2D63094B3DB1071968F8AC49C3A666 * __this, const RuntimeMethod* method) { { NullCheck((TraceLoggingTypeInfo_1_t8101320E9F094F3170A4766FC28D96B07623CAFF *)__this); (( void (*) (TraceLoggingTypeInfo_1_t8101320E9F094F3170A4766FC28D96B07623CAFF *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)->methodPointer)((TraceLoggingTypeInfo_1_t8101320E9F094F3170A4766FC28D96B07623CAFF *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Diagnostics.Tracing.EnumInt32TypeInfo`1::WriteMetadata(System.Diagnostics.Tracing.TraceLoggingMetadataCollector,System.String,System.Diagnostics.Tracing.EventFieldFormat) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EnumInt32TypeInfo_1_WriteMetadata_m351CFB9F12DC4A3AC03212411FC75CE87DC9B02B_gshared (EnumInt32TypeInfo_1_tE53029C877F07790B95275AA5A70D46BFC15DCED * __this, TraceLoggingMetadataCollector_tFDCF6C9B118FD41428DBE1C3AA17A601001C1B2C * ___collector0, String_t* ___name1, int32_t ___format2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Statics_t4B5A84F3134B8BF7299B14BE64813C95F1ABBCE3_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { TraceLoggingMetadataCollector_tFDCF6C9B118FD41428DBE1C3AA17A601001C1B2C * L_0 = ___collector0; String_t* L_1 = ___name1; int32_t L_2 = ___format2; IL2CPP_RUNTIME_CLASS_INIT(Statics_t4B5A84F3134B8BF7299B14BE64813C95F1ABBCE3_il2cpp_TypeInfo_var); int32_t L_3; L_3 = Statics_Format32_m25FF11C309E27D937639636FA4C09AD529BD68D6((int32_t)L_2, (int32_t)7, /*hidden argument*/NULL); NullCheck((TraceLoggingMetadataCollector_tFDCF6C9B118FD41428DBE1C3AA17A601001C1B2C *)L_0); TraceLoggingMetadataCollector_AddScalar_mA1A23105BD49003C6FD1A00C6A4ADBD02FA49854((TraceLoggingMetadataCollector_tFDCF6C9B118FD41428DBE1C3AA17A601001C1B2C *)L_0, (String_t*)L_1, (int32_t)L_3, /*hidden argument*/NULL); return; } } // System.Void System.Diagnostics.Tracing.EnumInt32TypeInfo`1::WriteData(System.Diagnostics.Tracing.TraceLoggingDataCollector,EnumType&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EnumInt32TypeInfo_1_WriteData_mD28988C2561EA70128E8904C5C813B4DDE622345_gshared (EnumInt32TypeInfo_1_tE53029C877F07790B95275AA5A70D46BFC15DCED * __this, TraceLoggingDataCollector_t5C690F08E67433C8CBAC45BCF713D40E805DB2C7 * ___collector0, int16_t* ___value1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&EnumHelper_1_t93237184A227ABFC32C9556D849B44C8CC074D48_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { TraceLoggingDataCollector_t5C690F08E67433C8CBAC45BCF713D40E805DB2C7 * L_0 = ___collector0; int16_t* L_1 = ___value1; int16_t L_2 = (*(int16_t*)L_1); IL2CPP_RUNTIME_CLASS_INIT(EnumHelper_1_t93237184A227ABFC32C9556D849B44C8CC074D48_il2cpp_TypeInfo_var); int32_t L_3; L_3 = (( int32_t (*) (int16_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((int16_t)L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); NullCheck((TraceLoggingDataCollector_t5C690F08E67433C8CBAC45BCF713D40E805DB2C7 *)L_0); TraceLoggingDataCollector_AddScalar_m21710C6C5BBB8FA11D417467F3C5BCAE798B8F64((TraceLoggingDataCollector_t5C690F08E67433C8CBAC45BCF713D40E805DB2C7 *)L_0, (int32_t)L_3, /*hidden argument*/NULL); return; } } // System.Object System.Diagnostics.Tracing.EnumInt32TypeInfo`1::GetData(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * EnumInt32TypeInfo_1_GetData_m72B53A3EF2EF014B9005FD503AD00A4A27E0D820_gshared (EnumInt32TypeInfo_1_tE53029C877F07790B95275AA5A70D46BFC15DCED * __this, RuntimeObject * ___value0, const RuntimeMethod* method) { { RuntimeObject * L_0 = ___value0; return (RuntimeObject *)L_0; } } // System.Void System.Diagnostics.Tracing.EnumInt32TypeInfo`1::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EnumInt32TypeInfo_1__ctor_m5936116AB6C8E2306E040D905AE2E6E7778C5FC9_gshared (EnumInt32TypeInfo_1_tE53029C877F07790B95275AA5A70D46BFC15DCED * __this, const RuntimeMethod* method) { { NullCheck((TraceLoggingTypeInfo_1_tCF0BA38E6075EA0A17E3D74D866D00756E15CE2A *)__this); (( void (*) (TraceLoggingTypeInfo_1_tCF0BA38E6075EA0A17E3D74D866D00756E15CE2A *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)->methodPointer)((TraceLoggingTypeInfo_1_tCF0BA38E6075EA0A17E3D74D866D00756E15CE2A *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Diagnostics.Tracing.EnumInt32TypeInfo`1::WriteMetadata(System.Diagnostics.Tracing.TraceLoggingMetadataCollector,System.String,System.Diagnostics.Tracing.EventFieldFormat) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EnumInt32TypeInfo_1_WriteMetadata_mFA604DB2F64C1FD67786BE06C9B8A044BF3BC29F_gshared (EnumInt32TypeInfo_1_tD7F1E859807297D330927C28645E28D865006524 * __this, TraceLoggingMetadataCollector_tFDCF6C9B118FD41428DBE1C3AA17A601001C1B2C * ___collector0, String_t* ___name1, int32_t ___format2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Statics_t4B5A84F3134B8BF7299B14BE64813C95F1ABBCE3_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { TraceLoggingMetadataCollector_tFDCF6C9B118FD41428DBE1C3AA17A601001C1B2C * L_0 = ___collector0; String_t* L_1 = ___name1; int32_t L_2 = ___format2; IL2CPP_RUNTIME_CLASS_INIT(Statics_t4B5A84F3134B8BF7299B14BE64813C95F1ABBCE3_il2cpp_TypeInfo_var); int32_t L_3; L_3 = Statics_Format32_m25FF11C309E27D937639636FA4C09AD529BD68D6((int32_t)L_2, (int32_t)7, /*hidden argument*/NULL); NullCheck((TraceLoggingMetadataCollector_tFDCF6C9B118FD41428DBE1C3AA17A601001C1B2C *)L_0); TraceLoggingMetadataCollector_AddScalar_mA1A23105BD49003C6FD1A00C6A4ADBD02FA49854((TraceLoggingMetadataCollector_tFDCF6C9B118FD41428DBE1C3AA17A601001C1B2C *)L_0, (String_t*)L_1, (int32_t)L_3, /*hidden argument*/NULL); return; } } // System.Void System.Diagnostics.Tracing.EnumInt32TypeInfo`1::WriteData(System.Diagnostics.Tracing.TraceLoggingDataCollector,EnumType&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EnumInt32TypeInfo_1_WriteData_m94D5782D53C98E64AA28D2035F34529E9706244C_gshared (EnumInt32TypeInfo_1_tD7F1E859807297D330927C28645E28D865006524 * __this, TraceLoggingDataCollector_t5C690F08E67433C8CBAC45BCF713D40E805DB2C7 * ___collector0, int32_t* ___value1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&EnumHelper_1_t93237184A227ABFC32C9556D849B44C8CC074D48_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { TraceLoggingDataCollector_t5C690F08E67433C8CBAC45BCF713D40E805DB2C7 * L_0 = ___collector0; int32_t* L_1 = ___value1; int32_t L_2 = (*(int32_t*)L_1); IL2CPP_RUNTIME_CLASS_INIT(EnumHelper_1_t93237184A227ABFC32C9556D849B44C8CC074D48_il2cpp_TypeInfo_var); int32_t L_3; L_3 = (( int32_t (*) (int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((int32_t)L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); NullCheck((TraceLoggingDataCollector_t5C690F08E67433C8CBAC45BCF713D40E805DB2C7 *)L_0); TraceLoggingDataCollector_AddScalar_m21710C6C5BBB8FA11D417467F3C5BCAE798B8F64((TraceLoggingDataCollector_t5C690F08E67433C8CBAC45BCF713D40E805DB2C7 *)L_0, (int32_t)L_3, /*hidden argument*/NULL); return; } } // System.Object System.Diagnostics.Tracing.EnumInt32TypeInfo`1::GetData(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * EnumInt32TypeInfo_1_GetData_m715A7AC393E7AFCE47C3E69DCEC4DEB76FA5A14F_gshared (EnumInt32TypeInfo_1_tD7F1E859807297D330927C28645E28D865006524 * __this, RuntimeObject * ___value0, const RuntimeMethod* method) { { RuntimeObject * L_0 = ___value0; return (RuntimeObject *)L_0; } } // System.Void System.Diagnostics.Tracing.EnumInt32TypeInfo`1::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EnumInt32TypeInfo_1__ctor_mBCDC8B0DD61C7C2BD8A0793A524F7F27E55D95DE_gshared (EnumInt32TypeInfo_1_tD7F1E859807297D330927C28645E28D865006524 * __this, const RuntimeMethod* method) { { NullCheck((TraceLoggingTypeInfo_1_tC3E216D7BD16AEC469B9ADA1544BF7A54F8F5878 *)__this); (( void (*) (TraceLoggingTypeInfo_1_tC3E216D7BD16AEC469B9ADA1544BF7A54F8F5878 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)->methodPointer)((TraceLoggingTypeInfo_1_tC3E216D7BD16AEC469B9ADA1544BF7A54F8F5878 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Diagnostics.Tracing.EnumInt32TypeInfo`1::WriteMetadata(System.Diagnostics.Tracing.TraceLoggingMetadataCollector,System.String,System.Diagnostics.Tracing.EventFieldFormat) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EnumInt32TypeInfo_1_WriteMetadata_m59BCF26051DAAAB7F6408310E347CD1C2927ED94_gshared (EnumInt32TypeInfo_1_t2164AB8BBD2403E79FE926BA0BF2C41C6986C12F * __this, TraceLoggingMetadataCollector_tFDCF6C9B118FD41428DBE1C3AA17A601001C1B2C * ___collector0, String_t* ___name1, int32_t ___format2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Statics_t4B5A84F3134B8BF7299B14BE64813C95F1ABBCE3_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { TraceLoggingMetadataCollector_tFDCF6C9B118FD41428DBE1C3AA17A601001C1B2C * L_0 = ___collector0; String_t* L_1 = ___name1; int32_t L_2 = ___format2; IL2CPP_RUNTIME_CLASS_INIT(Statics_t4B5A84F3134B8BF7299B14BE64813C95F1ABBCE3_il2cpp_TypeInfo_var); int32_t L_3; L_3 = Statics_Format32_m25FF11C309E27D937639636FA4C09AD529BD68D6((int32_t)L_2, (int32_t)7, /*hidden argument*/NULL); NullCheck((TraceLoggingMetadataCollector_tFDCF6C9B118FD41428DBE1C3AA17A601001C1B2C *)L_0); TraceLoggingMetadataCollector_AddScalar_mA1A23105BD49003C6FD1A00C6A4ADBD02FA49854((TraceLoggingMetadataCollector_tFDCF6C9B118FD41428DBE1C3AA17A601001C1B2C *)L_0, (String_t*)L_1, (int32_t)L_3, /*hidden argument*/NULL); return; } } // System.Void System.Diagnostics.Tracing.EnumInt32TypeInfo`1::WriteData(System.Diagnostics.Tracing.TraceLoggingDataCollector,EnumType&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EnumInt32TypeInfo_1_WriteData_mC3893D69209B5FCA5686EAD01F5B0AE670B4DFDC_gshared (EnumInt32TypeInfo_1_t2164AB8BBD2403E79FE926BA0BF2C41C6986C12F * __this, TraceLoggingDataCollector_t5C690F08E67433C8CBAC45BCF713D40E805DB2C7 * ___collector0, int64_t* ___value1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&EnumHelper_1_t93237184A227ABFC32C9556D849B44C8CC074D48_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { TraceLoggingDataCollector_t5C690F08E67433C8CBAC45BCF713D40E805DB2C7 * L_0 = ___collector0; int64_t* L_1 = ___value1; int64_t L_2 = (*(int64_t*)L_1); IL2CPP_RUNTIME_CLASS_INIT(EnumHelper_1_t93237184A227ABFC32C9556D849B44C8CC074D48_il2cpp_TypeInfo_var); int32_t L_3; L_3 = (( int32_t (*) (int64_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((int64_t)L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); NullCheck((TraceLoggingDataCollector_t5C690F08E67433C8CBAC45BCF713D40E805DB2C7 *)L_0); TraceLoggingDataCollector_AddScalar_m21710C6C5BBB8FA11D417467F3C5BCAE798B8F64((TraceLoggingDataCollector_t5C690F08E67433C8CBAC45BCF713D40E805DB2C7 *)L_0, (int32_t)L_3, /*hidden argument*/NULL); return; } } // System.Object System.Diagnostics.Tracing.EnumInt32TypeInfo`1::GetData(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * EnumInt32TypeInfo_1_GetData_m241C3B59D3223FDC87CD22C7E1EEC3E69E6CC814_gshared (EnumInt32TypeInfo_1_t2164AB8BBD2403E79FE926BA0BF2C41C6986C12F * __this, RuntimeObject * ___value0, const RuntimeMethod* method) { { RuntimeObject * L_0 = ___value0; return (RuntimeObject *)L_0; } } // System.Void System.Diagnostics.Tracing.EnumInt32TypeInfo`1::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EnumInt32TypeInfo_1__ctor_mAB6BF42CE9840ED43CA279E85EE569A90C3406C2_gshared (EnumInt32TypeInfo_1_t2164AB8BBD2403E79FE926BA0BF2C41C6986C12F * __this, const RuntimeMethod* method) { { NullCheck((TraceLoggingTypeInfo_1_tF33AC29BBABEE752B432A303BA55EC74658EC78F *)__this); (( void (*) (TraceLoggingTypeInfo_1_tF33AC29BBABEE752B432A303BA55EC74658EC78F *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)->methodPointer)((TraceLoggingTypeInfo_1_tF33AC29BBABEE752B432A303BA55EC74658EC78F *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Diagnostics.Tracing.EnumInt32TypeInfo`1::WriteMetadata(System.Diagnostics.Tracing.TraceLoggingMetadataCollector,System.String,System.Diagnostics.Tracing.EventFieldFormat) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EnumInt32TypeInfo_1_WriteMetadata_mBC48AEAE0A03F8160FA5EF76D3B1F1C7AAA4330B_gshared (EnumInt32TypeInfo_1_tD004A9A7A229BEE457C37FCC03E9128468FD2442 * __this, TraceLoggingMetadataCollector_tFDCF6C9B118FD41428DBE1C3AA17A601001C1B2C * ___collector0, String_t* ___name1, int32_t ___format2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Statics_t4B5A84F3134B8BF7299B14BE64813C95F1ABBCE3_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { TraceLoggingMetadataCollector_tFDCF6C9B118FD41428DBE1C3AA17A601001C1B2C * L_0 = ___collector0; String_t* L_1 = ___name1; int32_t L_2 = ___format2; IL2CPP_RUNTIME_CLASS_INIT(Statics_t4B5A84F3134B8BF7299B14BE64813C95F1ABBCE3_il2cpp_TypeInfo_var); int32_t L_3; L_3 = Statics_Format32_m25FF11C309E27D937639636FA4C09AD529BD68D6((int32_t)L_2, (int32_t)7, /*hidden argument*/NULL); NullCheck((TraceLoggingMetadataCollector_tFDCF6C9B118FD41428DBE1C3AA17A601001C1B2C *)L_0); TraceLoggingMetadataCollector_AddScalar_mA1A23105BD49003C6FD1A00C6A4ADBD02FA49854((TraceLoggingMetadataCollector_tFDCF6C9B118FD41428DBE1C3AA17A601001C1B2C *)L_0, (String_t*)L_1, (int32_t)L_3, /*hidden argument*/NULL); return; } } // System.Void System.Diagnostics.Tracing.EnumInt32TypeInfo`1::WriteData(System.Diagnostics.Tracing.TraceLoggingDataCollector,EnumType&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EnumInt32TypeInfo_1_WriteData_m5D050A2F9D11794B479A631C4677C80F0646686C_gshared (EnumInt32TypeInfo_1_tD004A9A7A229BEE457C37FCC03E9128468FD2442 * __this, TraceLoggingDataCollector_t5C690F08E67433C8CBAC45BCF713D40E805DB2C7 * ___collector0, intptr_t* ___value1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&EnumHelper_1_t93237184A227ABFC32C9556D849B44C8CC074D48_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { TraceLoggingDataCollector_t5C690F08E67433C8CBAC45BCF713D40E805DB2C7 * L_0 = ___collector0; intptr_t* L_1 = ___value1; intptr_t L_2 = (*(intptr_t*)L_1); IL2CPP_RUNTIME_CLASS_INIT(EnumHelper_1_t93237184A227ABFC32C9556D849B44C8CC074D48_il2cpp_TypeInfo_var); int32_t L_3; L_3 = (( int32_t (*) (intptr_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((intptr_t)L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); NullCheck((TraceLoggingDataCollector_t5C690F08E67433C8CBAC45BCF713D40E805DB2C7 *)L_0); TraceLoggingDataCollector_AddScalar_m21710C6C5BBB8FA11D417467F3C5BCAE798B8F64((TraceLoggingDataCollector_t5C690F08E67433C8CBAC45BCF713D40E805DB2C7 *)L_0, (int32_t)L_3, /*hidden argument*/NULL); return; } } // System.Object System.Diagnostics.Tracing.EnumInt32TypeInfo`1::GetData(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * EnumInt32TypeInfo_1_GetData_m673F9872A4767DFBA1D3AA3CA720702378D28D57_gshared (EnumInt32TypeInfo_1_tD004A9A7A229BEE457C37FCC03E9128468FD2442 * __this, RuntimeObject * ___value0, const RuntimeMethod* method) { { RuntimeObject * L_0 = ___value0; return (RuntimeObject *)L_0; } } // System.Void System.Diagnostics.Tracing.EnumInt32TypeInfo`1::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EnumInt32TypeInfo_1__ctor_mF4E05010A75311FBBC8FCD4457962674E2B1F98D_gshared (EnumInt32TypeInfo_1_tD004A9A7A229BEE457C37FCC03E9128468FD2442 * __this, const RuntimeMethod* method) { { NullCheck((TraceLoggingTypeInfo_1_t144B08556E9DDF4E7C7D53A98470BF1BBD2E67DA *)__this); (( void (*) (TraceLoggingTypeInfo_1_t144B08556E9DDF4E7C7D53A98470BF1BBD2E67DA *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)->methodPointer)((TraceLoggingTypeInfo_1_t144B08556E9DDF4E7C7D53A98470BF1BBD2E67DA *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Diagnostics.Tracing.EnumInt32TypeInfo`1::WriteMetadata(System.Diagnostics.Tracing.TraceLoggingMetadataCollector,System.String,System.Diagnostics.Tracing.EventFieldFormat) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EnumInt32TypeInfo_1_WriteMetadata_mAB9FA21B2117A6CECEDA60710632F43A4BD1EC2D_gshared (EnumInt32TypeInfo_1_tCB0F8B832689979194BA21A79ED6F5FC17A7A17B * __this, TraceLoggingMetadataCollector_tFDCF6C9B118FD41428DBE1C3AA17A601001C1B2C * ___collector0, String_t* ___name1, int32_t ___format2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Statics_t4B5A84F3134B8BF7299B14BE64813C95F1ABBCE3_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { TraceLoggingMetadataCollector_tFDCF6C9B118FD41428DBE1C3AA17A601001C1B2C * L_0 = ___collector0; String_t* L_1 = ___name1; int32_t L_2 = ___format2; IL2CPP_RUNTIME_CLASS_INIT(Statics_t4B5A84F3134B8BF7299B14BE64813C95F1ABBCE3_il2cpp_TypeInfo_var); int32_t L_3; L_3 = Statics_Format32_m25FF11C309E27D937639636FA4C09AD529BD68D6((int32_t)L_2, (int32_t)7, /*hidden argument*/NULL); NullCheck((TraceLoggingMetadataCollector_tFDCF6C9B118FD41428DBE1C3AA17A601001C1B2C *)L_0); TraceLoggingMetadataCollector_AddScalar_mA1A23105BD49003C6FD1A00C6A4ADBD02FA49854((TraceLoggingMetadataCollector_tFDCF6C9B118FD41428DBE1C3AA17A601001C1B2C *)L_0, (String_t*)L_1, (int32_t)L_3, /*hidden argument*/NULL); return; } } // System.Void System.Diagnostics.Tracing.EnumInt32TypeInfo`1::WriteData(System.Diagnostics.Tracing.TraceLoggingDataCollector,EnumType&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EnumInt32TypeInfo_1_WriteData_m757AA76BC1529EE25E8CB80D68EDEF712CDB31DF_gshared (EnumInt32TypeInfo_1_tCB0F8B832689979194BA21A79ED6F5FC17A7A17B * __this, TraceLoggingDataCollector_t5C690F08E67433C8CBAC45BCF713D40E805DB2C7 * ___collector0, RuntimeObject ** ___value1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&EnumHelper_1_t93237184A227ABFC32C9556D849B44C8CC074D48_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { TraceLoggingDataCollector_t5C690F08E67433C8CBAC45BCF713D40E805DB2C7 * L_0 = ___collector0; RuntimeObject ** L_1 = ___value1; RuntimeObject * L_2 = (*(RuntimeObject **)L_1); IL2CPP_RUNTIME_CLASS_INIT(EnumHelper_1_t93237184A227ABFC32C9556D849B44C8CC074D48_il2cpp_TypeInfo_var); int32_t L_3; L_3 = (( int32_t (*) (RuntimeObject *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((RuntimeObject *)L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); NullCheck((TraceLoggingDataCollector_t5C690F08E67433C8CBAC45BCF713D40E805DB2C7 *)L_0); TraceLoggingDataCollector_AddScalar_m21710C6C5BBB8FA11D417467F3C5BCAE798B8F64((TraceLoggingDataCollector_t5C690F08E67433C8CBAC45BCF713D40E805DB2C7 *)L_0, (int32_t)L_3, /*hidden argument*/NULL); return; } } // System.Object System.Diagnostics.Tracing.EnumInt32TypeInfo`1::GetData(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * EnumInt32TypeInfo_1_GetData_m0558F50067198F3657D42FF2E64872F441130DF5_gshared (EnumInt32TypeInfo_1_tCB0F8B832689979194BA21A79ED6F5FC17A7A17B * __this, RuntimeObject * ___value0, const RuntimeMethod* method) { { RuntimeObject * L_0 = ___value0; return (RuntimeObject *)L_0; } } // System.Void System.Diagnostics.Tracing.EnumInt32TypeInfo`1::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EnumInt32TypeInfo_1__ctor_m3DA9307F8DFBF51A73206830D01EF91F01A02369_gshared (EnumInt32TypeInfo_1_tCB0F8B832689979194BA21A79ED6F5FC17A7A17B * __this, const RuntimeMethod* method) { { NullCheck((TraceLoggingTypeInfo_1_t2AA8837972AC05A92CCC42C2902E79514B223518 *)__this); (( void (*) (TraceLoggingTypeInfo_1_t2AA8837972AC05A92CCC42C2902E79514B223518 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)->methodPointer)((TraceLoggingTypeInfo_1_t2AA8837972AC05A92CCC42C2902E79514B223518 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Diagnostics.Tracing.EnumInt32TypeInfo`1::WriteMetadata(System.Diagnostics.Tracing.TraceLoggingMetadataCollector,System.String,System.Diagnostics.Tracing.EventFieldFormat) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EnumInt32TypeInfo_1_WriteMetadata_m30FAE3DB2FC09E966A5EEB904E61EB7FD82271E4_gshared (EnumInt32TypeInfo_1_tB870A563BA74B6D5B6C4801EC1C16AF307DB219A * __this, TraceLoggingMetadataCollector_tFDCF6C9B118FD41428DBE1C3AA17A601001C1B2C * ___collector0, String_t* ___name1, int32_t ___format2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Statics_t4B5A84F3134B8BF7299B14BE64813C95F1ABBCE3_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { TraceLoggingMetadataCollector_tFDCF6C9B118FD41428DBE1C3AA17A601001C1B2C * L_0 = ___collector0; String_t* L_1 = ___name1; int32_t L_2 = ___format2; IL2CPP_RUNTIME_CLASS_INIT(Statics_t4B5A84F3134B8BF7299B14BE64813C95F1ABBCE3_il2cpp_TypeInfo_var); int32_t L_3; L_3 = Statics_Format32_m25FF11C309E27D937639636FA4C09AD529BD68D6((int32_t)L_2, (int32_t)7, /*hidden argument*/NULL); NullCheck((TraceLoggingMetadataCollector_tFDCF6C9B118FD41428DBE1C3AA17A601001C1B2C *)L_0); TraceLoggingMetadataCollector_AddScalar_mA1A23105BD49003C6FD1A00C6A4ADBD02FA49854((TraceLoggingMetadataCollector_tFDCF6C9B118FD41428DBE1C3AA17A601001C1B2C *)L_0, (String_t*)L_1, (int32_t)L_3, /*hidden argument*/NULL); return; } } // System.Void System.Diagnostics.Tracing.EnumInt32TypeInfo`1::WriteData(System.Diagnostics.Tracing.TraceLoggingDataCollector,EnumType&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EnumInt32TypeInfo_1_WriteData_mF176050240CF82189E2D88F9164F94DA5EF83804_gshared (EnumInt32TypeInfo_1_tB870A563BA74B6D5B6C4801EC1C16AF307DB219A * __this, TraceLoggingDataCollector_t5C690F08E67433C8CBAC45BCF713D40E805DB2C7 * ___collector0, int8_t* ___value1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&EnumHelper_1_t93237184A227ABFC32C9556D849B44C8CC074D48_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { TraceLoggingDataCollector_t5C690F08E67433C8CBAC45BCF713D40E805DB2C7 * L_0 = ___collector0; int8_t* L_1 = ___value1; int8_t L_2 = (*(int8_t*)L_1); IL2CPP_RUNTIME_CLASS_INIT(EnumHelper_1_t93237184A227ABFC32C9556D849B44C8CC074D48_il2cpp_TypeInfo_var); int32_t L_3; L_3 = (( int32_t (*) (int8_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((int8_t)L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); NullCheck((TraceLoggingDataCollector_t5C690F08E67433C8CBAC45BCF713D40E805DB2C7 *)L_0); TraceLoggingDataCollector_AddScalar_m21710C6C5BBB8FA11D417467F3C5BCAE798B8F64((TraceLoggingDataCollector_t5C690F08E67433C8CBAC45BCF713D40E805DB2C7 *)L_0, (int32_t)L_3, /*hidden argument*/NULL); return; } } // System.Object System.Diagnostics.Tracing.EnumInt32TypeInfo`1::GetData(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * EnumInt32TypeInfo_1_GetData_m625B11AE8BC3C2A55E7AF3C33EED283CFF783983_gshared (EnumInt32TypeInfo_1_tB870A563BA74B6D5B6C4801EC1C16AF307DB219A * __this, RuntimeObject * ___value0, const RuntimeMethod* method) { { RuntimeObject * L_0 = ___value0; return (RuntimeObject *)L_0; } } // System.Void System.Diagnostics.Tracing.EnumInt32TypeInfo`1::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EnumInt32TypeInfo_1__ctor_m4EEB91ABE511B0CA092F554C82F7FF04CE05F263_gshared (EnumInt32TypeInfo_1_tB870A563BA74B6D5B6C4801EC1C16AF307DB219A * __this, const RuntimeMethod* method) { { NullCheck((TraceLoggingTypeInfo_1_t20A735C3CB75F54C35E40A70E3166D5A33200746 *)__this); (( void (*) (TraceLoggingTypeInfo_1_t20A735C3CB75F54C35E40A70E3166D5A33200746 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)->methodPointer)((TraceLoggingTypeInfo_1_t20A735C3CB75F54C35E40A70E3166D5A33200746 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Diagnostics.Tracing.EnumInt32TypeInfo`1::WriteMetadata(System.Diagnostics.Tracing.TraceLoggingMetadataCollector,System.String,System.Diagnostics.Tracing.EventFieldFormat) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EnumInt32TypeInfo_1_WriteMetadata_mE87320E41C40E44937E41076F80F21E91BE1DF4C_gshared (EnumInt32TypeInfo_1_tCDC252DC29AEAE31FF4BA0607DEE10809E3CBBEC * __this, TraceLoggingMetadataCollector_tFDCF6C9B118FD41428DBE1C3AA17A601001C1B2C * ___collector0, String_t* ___name1, int32_t ___format2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Statics_t4B5A84F3134B8BF7299B14BE64813C95F1ABBCE3_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { TraceLoggingMetadataCollector_tFDCF6C9B118FD41428DBE1C3AA17A601001C1B2C * L_0 = ___collector0; String_t* L_1 = ___name1; int32_t L_2 = ___format2; IL2CPP_RUNTIME_CLASS_INIT(Statics_t4B5A84F3134B8BF7299B14BE64813C95F1ABBCE3_il2cpp_TypeInfo_var); int32_t L_3; L_3 = Statics_Format32_m25FF11C309E27D937639636FA4C09AD529BD68D6((int32_t)L_2, (int32_t)7, /*hidden argument*/NULL); NullCheck((TraceLoggingMetadataCollector_tFDCF6C9B118FD41428DBE1C3AA17A601001C1B2C *)L_0); TraceLoggingMetadataCollector_AddScalar_mA1A23105BD49003C6FD1A00C6A4ADBD02FA49854((TraceLoggingMetadataCollector_tFDCF6C9B118FD41428DBE1C3AA17A601001C1B2C *)L_0, (String_t*)L_1, (int32_t)L_3, /*hidden argument*/NULL); return; } } // System.Void System.Diagnostics.Tracing.EnumInt32TypeInfo`1::WriteData(System.Diagnostics.Tracing.TraceLoggingDataCollector,EnumType&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EnumInt32TypeInfo_1_WriteData_m42B83753DEFB8A1AFB85F086A7132D0CE97783B4_gshared (EnumInt32TypeInfo_1_tCDC252DC29AEAE31FF4BA0607DEE10809E3CBBEC * __this, TraceLoggingDataCollector_t5C690F08E67433C8CBAC45BCF713D40E805DB2C7 * ___collector0, float* ___value1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&EnumHelper_1_t93237184A227ABFC32C9556D849B44C8CC074D48_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { TraceLoggingDataCollector_t5C690F08E67433C8CBAC45BCF713D40E805DB2C7 * L_0 = ___collector0; float* L_1 = ___value1; float L_2 = (*(float*)L_1); IL2CPP_RUNTIME_CLASS_INIT(EnumHelper_1_t93237184A227ABFC32C9556D849B44C8CC074D48_il2cpp_TypeInfo_var); int32_t L_3; L_3 = (( int32_t (*) (float, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((float)L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); NullCheck((TraceLoggingDataCollector_t5C690F08E67433C8CBAC45BCF713D40E805DB2C7 *)L_0); TraceLoggingDataCollector_AddScalar_m21710C6C5BBB8FA11D417467F3C5BCAE798B8F64((TraceLoggingDataCollector_t5C690F08E67433C8CBAC45BCF713D40E805DB2C7 *)L_0, (int32_t)L_3, /*hidden argument*/NULL); return; } } // System.Object System.Diagnostics.Tracing.EnumInt32TypeInfo`1::GetData(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * EnumInt32TypeInfo_1_GetData_mF307D076D56B56D38C84A2E044FA8565BBF11235_gshared (EnumInt32TypeInfo_1_tCDC252DC29AEAE31FF4BA0607DEE10809E3CBBEC * __this, RuntimeObject * ___value0, const RuntimeMethod* method) { { RuntimeObject * L_0 = ___value0; return (RuntimeObject *)L_0; } } // System.Void System.Diagnostics.Tracing.EnumInt32TypeInfo`1::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EnumInt32TypeInfo_1__ctor_mF2AF58E9A51F65FD23378BCD2724939FC005830A_gshared (EnumInt32TypeInfo_1_tCDC252DC29AEAE31FF4BA0607DEE10809E3CBBEC * __this, const RuntimeMethod* method) { { NullCheck((TraceLoggingTypeInfo_1_t9815A50B47090D0FC0C086E821E0D4C3C0F00017 *)__this); (( void (*) (TraceLoggingTypeInfo_1_t9815A50B47090D0FC0C086E821E0D4C3C0F00017 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)->methodPointer)((TraceLoggingTypeInfo_1_t9815A50B47090D0FC0C086E821E0D4C3C0F00017 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Diagnostics.Tracing.EnumInt32TypeInfo`1::WriteMetadata(System.Diagnostics.Tracing.TraceLoggingMetadataCollector,System.String,System.Diagnostics.Tracing.EventFieldFormat) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EnumInt32TypeInfo_1_WriteMetadata_m1B8A2F5C494D0D0EE3612A988D20165A9F9419AD_gshared (EnumInt32TypeInfo_1_t9A4FE2D243380A995EDA41308EDA59A20BD452E5 * __this, TraceLoggingMetadataCollector_tFDCF6C9B118FD41428DBE1C3AA17A601001C1B2C * ___collector0, String_t* ___name1, int32_t ___format2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Statics_t4B5A84F3134B8BF7299B14BE64813C95F1ABBCE3_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { TraceLoggingMetadataCollector_tFDCF6C9B118FD41428DBE1C3AA17A601001C1B2C * L_0 = ___collector0; String_t* L_1 = ___name1; int32_t L_2 = ___format2; IL2CPP_RUNTIME_CLASS_INIT(Statics_t4B5A84F3134B8BF7299B14BE64813C95F1ABBCE3_il2cpp_TypeInfo_var); int32_t L_3; L_3 = Statics_Format32_m25FF11C309E27D937639636FA4C09AD529BD68D6((int32_t)L_2, (int32_t)7, /*hidden argument*/NULL); NullCheck((TraceLoggingMetadataCollector_tFDCF6C9B118FD41428DBE1C3AA17A601001C1B2C *)L_0); TraceLoggingMetadataCollector_AddScalar_mA1A23105BD49003C6FD1A00C6A4ADBD02FA49854((TraceLoggingMetadataCollector_tFDCF6C9B118FD41428DBE1C3AA17A601001C1B2C *)L_0, (String_t*)L_1, (int32_t)L_3, /*hidden argument*/NULL); return; } } // System.Void System.Diagnostics.Tracing.EnumInt32TypeInfo`1::WriteData(System.Diagnostics.Tracing.TraceLoggingDataCollector,EnumType&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EnumInt32TypeInfo_1_WriteData_m2FEC1D90231BC1BF334360EE39AF997A6AF7FA02_gshared (EnumInt32TypeInfo_1_t9A4FE2D243380A995EDA41308EDA59A20BD452E5 * __this, TraceLoggingDataCollector_t5C690F08E67433C8CBAC45BCF713D40E805DB2C7 * ___collector0, TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 * ___value1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&EnumHelper_1_t93237184A227ABFC32C9556D849B44C8CC074D48_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { TraceLoggingDataCollector_t5C690F08E67433C8CBAC45BCF713D40E805DB2C7 * L_0 = ___collector0; TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 * L_1 = ___value1; TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 L_2 = (*(TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 *)L_1); IL2CPP_RUNTIME_CLASS_INIT(EnumHelper_1_t93237184A227ABFC32C9556D849B44C8CC074D48_il2cpp_TypeInfo_var); int32_t L_3; L_3 = (( int32_t (*) (TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 )L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); NullCheck((TraceLoggingDataCollector_t5C690F08E67433C8CBAC45BCF713D40E805DB2C7 *)L_0); TraceLoggingDataCollector_AddScalar_m21710C6C5BBB8FA11D417467F3C5BCAE798B8F64((TraceLoggingDataCollector_t5C690F08E67433C8CBAC45BCF713D40E805DB2C7 *)L_0, (int32_t)L_3, /*hidden argument*/NULL); return; } } // System.Object System.Diagnostics.Tracing.EnumInt32TypeInfo`1::GetData(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * EnumInt32TypeInfo_1_GetData_mEA53CD2CBCC3D4570C14F465D5BFED79D98CE7E0_gshared (EnumInt32TypeInfo_1_t9A4FE2D243380A995EDA41308EDA59A20BD452E5 * __this, RuntimeObject * ___value0, const RuntimeMethod* method) { { RuntimeObject * L_0 = ___value0; return (RuntimeObject *)L_0; } } // System.Void System.Diagnostics.Tracing.EnumInt32TypeInfo`1::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EnumInt32TypeInfo_1__ctor_mC813A4B7ADF68139762A1262C732B4302EDDAB69_gshared (EnumInt32TypeInfo_1_t9A4FE2D243380A995EDA41308EDA59A20BD452E5 * __this, const RuntimeMethod* method) { { NullCheck((TraceLoggingTypeInfo_1_tC9A61AC7F8E9EEDA5909051820377A84D5B3EA40 *)__this); (( void (*) (TraceLoggingTypeInfo_1_tC9A61AC7F8E9EEDA5909051820377A84D5B3EA40 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)->methodPointer)((TraceLoggingTypeInfo_1_tC9A61AC7F8E9EEDA5909051820377A84D5B3EA40 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Diagnostics.Tracing.EnumInt32TypeInfo`1::WriteMetadata(System.Diagnostics.Tracing.TraceLoggingMetadataCollector,System.String,System.Diagnostics.Tracing.EventFieldFormat) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EnumInt32TypeInfo_1_WriteMetadata_m59205947992C15BE39E52EC253C591FB6C1F1C87_gshared (EnumInt32TypeInfo_1_tF317DAD37B17CC33168FB08833D9689CAACE255E * __this, TraceLoggingMetadataCollector_tFDCF6C9B118FD41428DBE1C3AA17A601001C1B2C * ___collector0, String_t* ___name1, int32_t ___format2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Statics_t4B5A84F3134B8BF7299B14BE64813C95F1ABBCE3_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { TraceLoggingMetadataCollector_tFDCF6C9B118FD41428DBE1C3AA17A601001C1B2C * L_0 = ___collector0; String_t* L_1 = ___name1; int32_t L_2 = ___format2; IL2CPP_RUNTIME_CLASS_INIT(Statics_t4B5A84F3134B8BF7299B14BE64813C95F1ABBCE3_il2cpp_TypeInfo_var); int32_t L_3; L_3 = Statics_Format32_m25FF11C309E27D937639636FA4C09AD529BD68D6((int32_t)L_2, (int32_t)7, /*hidden argument*/NULL); NullCheck((TraceLoggingMetadataCollector_tFDCF6C9B118FD41428DBE1C3AA17A601001C1B2C *)L_0); TraceLoggingMetadataCollector_AddScalar_mA1A23105BD49003C6FD1A00C6A4ADBD02FA49854((TraceLoggingMetadataCollector_tFDCF6C9B118FD41428DBE1C3AA17A601001C1B2C *)L_0, (String_t*)L_1, (int32_t)L_3, /*hidden argument*/NULL); return; } } // System.Void System.Diagnostics.Tracing.EnumInt32TypeInfo`1::WriteData(System.Diagnostics.Tracing.TraceLoggingDataCollector,EnumType&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EnumInt32TypeInfo_1_WriteData_m64F29E89CB0AA9747770A43A4D7FBA44A2E35588_gshared (EnumInt32TypeInfo_1_tF317DAD37B17CC33168FB08833D9689CAACE255E * __this, TraceLoggingDataCollector_t5C690F08E67433C8CBAC45BCF713D40E805DB2C7 * ___collector0, uint16_t* ___value1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&EnumHelper_1_t93237184A227ABFC32C9556D849B44C8CC074D48_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { TraceLoggingDataCollector_t5C690F08E67433C8CBAC45BCF713D40E805DB2C7 * L_0 = ___collector0; uint16_t* L_1 = ___value1; uint16_t L_2 = (*(uint16_t*)L_1); IL2CPP_RUNTIME_CLASS_INIT(EnumHelper_1_t93237184A227ABFC32C9556D849B44C8CC074D48_il2cpp_TypeInfo_var); int32_t L_3; L_3 = (( int32_t (*) (uint16_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((uint16_t)L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); NullCheck((TraceLoggingDataCollector_t5C690F08E67433C8CBAC45BCF713D40E805DB2C7 *)L_0); TraceLoggingDataCollector_AddScalar_m21710C6C5BBB8FA11D417467F3C5BCAE798B8F64((TraceLoggingDataCollector_t5C690F08E67433C8CBAC45BCF713D40E805DB2C7 *)L_0, (int32_t)L_3, /*hidden argument*/NULL); return; } } // System.Object System.Diagnostics.Tracing.EnumInt32TypeInfo`1::GetData(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * EnumInt32TypeInfo_1_GetData_mDE68209C3170B63D8DB1130C711C6929535C28AA_gshared (EnumInt32TypeInfo_1_tF317DAD37B17CC33168FB08833D9689CAACE255E * __this, RuntimeObject * ___value0, const RuntimeMethod* method) { { RuntimeObject * L_0 = ___value0; return (RuntimeObject *)L_0; } } // System.Void System.Diagnostics.Tracing.EnumInt32TypeInfo`1::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EnumInt32TypeInfo_1__ctor_m9C25D765025CF599B0F21614B7820408051E6B63_gshared (EnumInt32TypeInfo_1_tF317DAD37B17CC33168FB08833D9689CAACE255E * __this, const RuntimeMethod* method) { { NullCheck((TraceLoggingTypeInfo_1_tF53031808FEE0C6510DAADDC7D646FDC1003596D *)__this); (( void (*) (TraceLoggingTypeInfo_1_tF53031808FEE0C6510DAADDC7D646FDC1003596D *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)->methodPointer)((TraceLoggingTypeInfo_1_tF53031808FEE0C6510DAADDC7D646FDC1003596D *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Diagnostics.Tracing.EnumInt32TypeInfo`1::WriteMetadata(System.Diagnostics.Tracing.TraceLoggingMetadataCollector,System.String,System.Diagnostics.Tracing.EventFieldFormat) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EnumInt32TypeInfo_1_WriteMetadata_mCC98E1C34FD22A18FA7419C7A8AAB4D16A5072FB_gshared (EnumInt32TypeInfo_1_t7E1179359DA885C0D44ACCDBDEA28EDCB4B22D0A * __this, TraceLoggingMetadataCollector_tFDCF6C9B118FD41428DBE1C3AA17A601001C1B2C * ___collector0, String_t* ___name1, int32_t ___format2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Statics_t4B5A84F3134B8BF7299B14BE64813C95F1ABBCE3_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { TraceLoggingMetadataCollector_tFDCF6C9B118FD41428DBE1C3AA17A601001C1B2C * L_0 = ___collector0; String_t* L_1 = ___name1; int32_t L_2 = ___format2; IL2CPP_RUNTIME_CLASS_INIT(Statics_t4B5A84F3134B8BF7299B14BE64813C95F1ABBCE3_il2cpp_TypeInfo_var); int32_t L_3; L_3 = Statics_Format32_m25FF11C309E27D937639636FA4C09AD529BD68D6((int32_t)L_2, (int32_t)7, /*hidden argument*/NULL); NullCheck((TraceLoggingMetadataCollector_tFDCF6C9B118FD41428DBE1C3AA17A601001C1B2C *)L_0); TraceLoggingMetadataCollector_AddScalar_mA1A23105BD49003C6FD1A00C6A4ADBD02FA49854((TraceLoggingMetadataCollector_tFDCF6C9B118FD41428DBE1C3AA17A601001C1B2C *)L_0, (String_t*)L_1, (int32_t)L_3, /*hidden argument*/NULL); return; } } // System.Void System.Diagnostics.Tracing.EnumInt32TypeInfo`1::WriteData(System.Diagnostics.Tracing.TraceLoggingDataCollector,EnumType&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EnumInt32TypeInfo_1_WriteData_mF2CB191FE6F72C50C9C7893AB3AF00A733DB47ED_gshared (EnumInt32TypeInfo_1_t7E1179359DA885C0D44ACCDBDEA28EDCB4B22D0A * __this, TraceLoggingDataCollector_t5C690F08E67433C8CBAC45BCF713D40E805DB2C7 * ___collector0, uint32_t* ___value1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&EnumHelper_1_t93237184A227ABFC32C9556D849B44C8CC074D48_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { TraceLoggingDataCollector_t5C690F08E67433C8CBAC45BCF713D40E805DB2C7 * L_0 = ___collector0; uint32_t* L_1 = ___value1; uint32_t L_2 = (*(uint32_t*)L_1); IL2CPP_RUNTIME_CLASS_INIT(EnumHelper_1_t93237184A227ABFC32C9556D849B44C8CC074D48_il2cpp_TypeInfo_var); int32_t L_3; L_3 = (( int32_t (*) (uint32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((uint32_t)L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); NullCheck((TraceLoggingDataCollector_t5C690F08E67433C8CBAC45BCF713D40E805DB2C7 *)L_0); TraceLoggingDataCollector_AddScalar_m21710C6C5BBB8FA11D417467F3C5BCAE798B8F64((TraceLoggingDataCollector_t5C690F08E67433C8CBAC45BCF713D40E805DB2C7 *)L_0, (int32_t)L_3, /*hidden argument*/NULL); return; } } // System.Object System.Diagnostics.Tracing.EnumInt32TypeInfo`1::GetData(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * EnumInt32TypeInfo_1_GetData_mB0AC1E78828F3B7837D4B67D706386D838EDA2E2_gshared (EnumInt32TypeInfo_1_t7E1179359DA885C0D44ACCDBDEA28EDCB4B22D0A * __this, RuntimeObject * ___value0, const RuntimeMethod* method) { { RuntimeObject * L_0 = ___value0; return (RuntimeObject *)L_0; } } // System.Void System.Diagnostics.Tracing.EnumInt32TypeInfo`1::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EnumInt32TypeInfo_1__ctor_mC2B7C0C97FDBF78614592FDD996F241CE27BD1EF_gshared (EnumInt32TypeInfo_1_t7E1179359DA885C0D44ACCDBDEA28EDCB4B22D0A * __this, const RuntimeMethod* method) { { NullCheck((TraceLoggingTypeInfo_1_t5E4CDB44325F36D386C0A07E2A068BFFE01B013D *)__this); (( void (*) (TraceLoggingTypeInfo_1_t5E4CDB44325F36D386C0A07E2A068BFFE01B013D *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)->methodPointer)((TraceLoggingTypeInfo_1_t5E4CDB44325F36D386C0A07E2A068BFFE01B013D *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Diagnostics.Tracing.EnumInt32TypeInfo`1::WriteMetadata(System.Diagnostics.Tracing.TraceLoggingMetadataCollector,System.String,System.Diagnostics.Tracing.EventFieldFormat) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EnumInt32TypeInfo_1_WriteMetadata_mE90EC33B9D51FDCB24F1BE149544A558A0F5116F_gshared (EnumInt32TypeInfo_1_t3A47066B959455950ACBE0CFC9887025D1CD80F0 * __this, TraceLoggingMetadataCollector_tFDCF6C9B118FD41428DBE1C3AA17A601001C1B2C * ___collector0, String_t* ___name1, int32_t ___format2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Statics_t4B5A84F3134B8BF7299B14BE64813C95F1ABBCE3_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { TraceLoggingMetadataCollector_tFDCF6C9B118FD41428DBE1C3AA17A601001C1B2C * L_0 = ___collector0; String_t* L_1 = ___name1; int32_t L_2 = ___format2; IL2CPP_RUNTIME_CLASS_INIT(Statics_t4B5A84F3134B8BF7299B14BE64813C95F1ABBCE3_il2cpp_TypeInfo_var); int32_t L_3; L_3 = Statics_Format32_m25FF11C309E27D937639636FA4C09AD529BD68D6((int32_t)L_2, (int32_t)7, /*hidden argument*/NULL); NullCheck((TraceLoggingMetadataCollector_tFDCF6C9B118FD41428DBE1C3AA17A601001C1B2C *)L_0); TraceLoggingMetadataCollector_AddScalar_mA1A23105BD49003C6FD1A00C6A4ADBD02FA49854((TraceLoggingMetadataCollector_tFDCF6C9B118FD41428DBE1C3AA17A601001C1B2C *)L_0, (String_t*)L_1, (int32_t)L_3, /*hidden argument*/NULL); return; } } // System.Void System.Diagnostics.Tracing.EnumInt32TypeInfo`1::WriteData(System.Diagnostics.Tracing.TraceLoggingDataCollector,EnumType&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EnumInt32TypeInfo_1_WriteData_m79F815EE1499DE4A9B59C806317E520B220B1263_gshared (EnumInt32TypeInfo_1_t3A47066B959455950ACBE0CFC9887025D1CD80F0 * __this, TraceLoggingDataCollector_t5C690F08E67433C8CBAC45BCF713D40E805DB2C7 * ___collector0, uint64_t* ___value1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&EnumHelper_1_t93237184A227ABFC32C9556D849B44C8CC074D48_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { TraceLoggingDataCollector_t5C690F08E67433C8CBAC45BCF713D40E805DB2C7 * L_0 = ___collector0; uint64_t* L_1 = ___value1; uint64_t L_2 = (*(uint64_t*)L_1); IL2CPP_RUNTIME_CLASS_INIT(EnumHelper_1_t93237184A227ABFC32C9556D849B44C8CC074D48_il2cpp_TypeInfo_var); int32_t L_3; L_3 = (( int32_t (*) (uint64_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((uint64_t)L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); NullCheck((TraceLoggingDataCollector_t5C690F08E67433C8CBAC45BCF713D40E805DB2C7 *)L_0); TraceLoggingDataCollector_AddScalar_m21710C6C5BBB8FA11D417467F3C5BCAE798B8F64((TraceLoggingDataCollector_t5C690F08E67433C8CBAC45BCF713D40E805DB2C7 *)L_0, (int32_t)L_3, /*hidden argument*/NULL); return; } } // System.Object System.Diagnostics.Tracing.EnumInt32TypeInfo`1::GetData(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * EnumInt32TypeInfo_1_GetData_m6849FA57B66C5F969A97CCC0A621CB6483C13563_gshared (EnumInt32TypeInfo_1_t3A47066B959455950ACBE0CFC9887025D1CD80F0 * __this, RuntimeObject * ___value0, const RuntimeMethod* method) { { RuntimeObject * L_0 = ___value0; return (RuntimeObject *)L_0; } } // System.Void System.Diagnostics.Tracing.EnumInt32TypeInfo`1::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EnumInt32TypeInfo_1__ctor_mDAEA7E6A1391623B49F44B16923F82339B42A172_gshared (EnumInt32TypeInfo_1_t3A47066B959455950ACBE0CFC9887025D1CD80F0 * __this, const RuntimeMethod* method) { { NullCheck((TraceLoggingTypeInfo_1_t2AB1B6E82D459F19130F48405C93259B4FAD5DE0 *)__this); (( void (*) (TraceLoggingTypeInfo_1_t2AB1B6E82D459F19130F48405C93259B4FAD5DE0 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)->methodPointer)((TraceLoggingTypeInfo_1_t2AB1B6E82D459F19130F48405C93259B4FAD5DE0 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Diagnostics.Tracing.EnumInt32TypeInfo`1::WriteMetadata(System.Diagnostics.Tracing.TraceLoggingMetadataCollector,System.String,System.Diagnostics.Tracing.EventFieldFormat) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EnumInt32TypeInfo_1_WriteMetadata_m7810BBBED4850C7A1AFB19BB9BF1DE36D53B0042_gshared (EnumInt32TypeInfo_1_tA1D2D03ACE576F348FFBA879037FF1BD472CC166 * __this, TraceLoggingMetadataCollector_tFDCF6C9B118FD41428DBE1C3AA17A601001C1B2C * ___collector0, String_t* ___name1, int32_t ___format2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Statics_t4B5A84F3134B8BF7299B14BE64813C95F1ABBCE3_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { TraceLoggingMetadataCollector_tFDCF6C9B118FD41428DBE1C3AA17A601001C1B2C * L_0 = ___collector0; String_t* L_1 = ___name1; int32_t L_2 = ___format2; IL2CPP_RUNTIME_CLASS_INIT(Statics_t4B5A84F3134B8BF7299B14BE64813C95F1ABBCE3_il2cpp_TypeInfo_var); int32_t L_3; L_3 = Statics_Format32_m25FF11C309E27D937639636FA4C09AD529BD68D6((int32_t)L_2, (int32_t)7, /*hidden argument*/NULL); NullCheck((TraceLoggingMetadataCollector_tFDCF6C9B118FD41428DBE1C3AA17A601001C1B2C *)L_0); TraceLoggingMetadataCollector_AddScalar_mA1A23105BD49003C6FD1A00C6A4ADBD02FA49854((TraceLoggingMetadataCollector_tFDCF6C9B118FD41428DBE1C3AA17A601001C1B2C *)L_0, (String_t*)L_1, (int32_t)L_3, /*hidden argument*/NULL); return; } } // System.Void System.Diagnostics.Tracing.EnumInt32TypeInfo`1::WriteData(System.Diagnostics.Tracing.TraceLoggingDataCollector,EnumType&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EnumInt32TypeInfo_1_WriteData_m5E0EF5C5C2463FD7A5C00573A688344754B8DECE_gshared (EnumInt32TypeInfo_1_tA1D2D03ACE576F348FFBA879037FF1BD472CC166 * __this, TraceLoggingDataCollector_t5C690F08E67433C8CBAC45BCF713D40E805DB2C7 * ___collector0, uintptr_t* ___value1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&EnumHelper_1_t93237184A227ABFC32C9556D849B44C8CC074D48_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { TraceLoggingDataCollector_t5C690F08E67433C8CBAC45BCF713D40E805DB2C7 * L_0 = ___collector0; uintptr_t* L_1 = ___value1; uintptr_t L_2 = (*(uintptr_t*)L_1); IL2CPP_RUNTIME_CLASS_INIT(EnumHelper_1_t93237184A227ABFC32C9556D849B44C8CC074D48_il2cpp_TypeInfo_var); int32_t L_3; L_3 = (( int32_t (*) (uintptr_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((uintptr_t)L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); NullCheck((TraceLoggingDataCollector_t5C690F08E67433C8CBAC45BCF713D40E805DB2C7 *)L_0); TraceLoggingDataCollector_AddScalar_m21710C6C5BBB8FA11D417467F3C5BCAE798B8F64((TraceLoggingDataCollector_t5C690F08E67433C8CBAC45BCF713D40E805DB2C7 *)L_0, (int32_t)L_3, /*hidden argument*/NULL); return; } } // System.Object System.Diagnostics.Tracing.EnumInt32TypeInfo`1::GetData(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * EnumInt32TypeInfo_1_GetData_m02FD9E76727729BB3699E278376BD80F5F3545D4_gshared (EnumInt32TypeInfo_1_tA1D2D03ACE576F348FFBA879037FF1BD472CC166 * __this, RuntimeObject * ___value0, const RuntimeMethod* method) { { RuntimeObject * L_0 = ___value0; return (RuntimeObject *)L_0; } } // System.Void System.Diagnostics.Tracing.EnumInt32TypeInfo`1::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EnumInt32TypeInfo_1__ctor_m5F58BA0E3C13CDCD98E4E64327A26AE1DE265688_gshared (EnumInt32TypeInfo_1_tA1D2D03ACE576F348FFBA879037FF1BD472CC166 * __this, const RuntimeMethod* method) { { NullCheck((TraceLoggingTypeInfo_1_t0AA37671ECD36B79145C47886B8425BF92BE7B13 *)__this); (( void (*) (TraceLoggingTypeInfo_1_t0AA37671ECD36B79145C47886B8425BF92BE7B13 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)->methodPointer)((TraceLoggingTypeInfo_1_t0AA37671ECD36B79145C47886B8425BF92BE7B13 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Diagnostics.Tracing.EnumInt64TypeInfo`1>::WriteMetadata(System.Diagnostics.Tracing.TraceLoggingMetadataCollector,System.String,System.Diagnostics.Tracing.EventFieldFormat) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EnumInt64TypeInfo_1_WriteMetadata_mAB378F709C5A203E85AB04872E075EC2B66C2529_gshared (EnumInt64TypeInfo_1_t58765D93BC94D11BDAF817D783D668EAC859398C * __this, TraceLoggingMetadataCollector_tFDCF6C9B118FD41428DBE1C3AA17A601001C1B2C * ___collector0, String_t* ___name1, int32_t ___format2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Statics_t4B5A84F3134B8BF7299B14BE64813C95F1ABBCE3_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { TraceLoggingMetadataCollector_tFDCF6C9B118FD41428DBE1C3AA17A601001C1B2C * L_0 = ___collector0; String_t* L_1 = ___name1; int32_t L_2 = ___format2; IL2CPP_RUNTIME_CLASS_INIT(Statics_t4B5A84F3134B8BF7299B14BE64813C95F1ABBCE3_il2cpp_TypeInfo_var); int32_t L_3; L_3 = Statics_Format64_m5CFC372799333FAA966A913CCCA0DB44A08CE285((int32_t)L_2, (int32_t)((int32_t)9), /*hidden argument*/NULL); NullCheck((TraceLoggingMetadataCollector_tFDCF6C9B118FD41428DBE1C3AA17A601001C1B2C *)L_0); TraceLoggingMetadataCollector_AddScalar_mA1A23105BD49003C6FD1A00C6A4ADBD02FA49854((TraceLoggingMetadataCollector_tFDCF6C9B118FD41428DBE1C3AA17A601001C1B2C *)L_0, (String_t*)L_1, (int32_t)L_3, /*hidden argument*/NULL); return; } } // System.Void System.Diagnostics.Tracing.EnumInt64TypeInfo`1>::WriteData(System.Diagnostics.Tracing.TraceLoggingDataCollector,EnumType&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EnumInt64TypeInfo_1_WriteData_mB6C78C93682BC41BA1CE5B5205F31787DF2DE8AB_gshared (EnumInt64TypeInfo_1_t58765D93BC94D11BDAF817D783D668EAC859398C * __this, TraceLoggingDataCollector_t5C690F08E67433C8CBAC45BCF713D40E805DB2C7 * ___collector0, KeyValuePair_2_tFB6A066C69E28C6ACA5FC5E24D969BFADC5FA625 * ___value1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&EnumHelper_1_t0BA1977F909FE948AAD5243D1B7C86D1D12A2C81_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { TraceLoggingDataCollector_t5C690F08E67433C8CBAC45BCF713D40E805DB2C7 * L_0 = ___collector0; KeyValuePair_2_tFB6A066C69E28C6ACA5FC5E24D969BFADC5FA625 * L_1 = ___value1; KeyValuePair_2_tFB6A066C69E28C6ACA5FC5E24D969BFADC5FA625 L_2 = (*(KeyValuePair_2_tFB6A066C69E28C6ACA5FC5E24D969BFADC5FA625 *)L_1); IL2CPP_RUNTIME_CLASS_INIT(EnumHelper_1_t0BA1977F909FE948AAD5243D1B7C86D1D12A2C81_il2cpp_TypeInfo_var); int64_t L_3; L_3 = (( int64_t (*) (KeyValuePair_2_tFB6A066C69E28C6ACA5FC5E24D969BFADC5FA625 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((KeyValuePair_2_tFB6A066C69E28C6ACA5FC5E24D969BFADC5FA625 )L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); NullCheck((TraceLoggingDataCollector_t5C690F08E67433C8CBAC45BCF713D40E805DB2C7 *)L_0); TraceLoggingDataCollector_AddScalar_m3A643EF28FDC7EAA760FE391CA525E63F192ADBB((TraceLoggingDataCollector_t5C690F08E67433C8CBAC45BCF713D40E805DB2C7 *)L_0, (int64_t)L_3, /*hidden argument*/NULL); return; } } // System.Object System.Diagnostics.Tracing.EnumInt64TypeInfo`1>::GetData(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * EnumInt64TypeInfo_1_GetData_mCC08AAFEA2395252FCB612B2CC12EA4301ACE403_gshared (EnumInt64TypeInfo_1_t58765D93BC94D11BDAF817D783D668EAC859398C * __this, RuntimeObject * ___value0, const RuntimeMethod* method) { { RuntimeObject * L_0 = ___value0; return (RuntimeObject *)L_0; } } // System.Void System.Diagnostics.Tracing.EnumInt64TypeInfo`1>::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EnumInt64TypeInfo_1__ctor_m5B2ED33C7288054AC8CFB907A7D1C959176BD741_gshared (EnumInt64TypeInfo_1_t58765D93BC94D11BDAF817D783D668EAC859398C * __this, const RuntimeMethod* method) { { NullCheck((TraceLoggingTypeInfo_1_tAA80A15704CE49500C66DC6B1C05B2A1188F89DC *)__this); (( void (*) (TraceLoggingTypeInfo_1_tAA80A15704CE49500C66DC6B1C05B2A1188F89DC *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)->methodPointer)((TraceLoggingTypeInfo_1_tAA80A15704CE49500C66DC6B1C05B2A1188F89DC *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Diagnostics.Tracing.EnumInt64TypeInfo`1::WriteMetadata(System.Diagnostics.Tracing.TraceLoggingMetadataCollector,System.String,System.Diagnostics.Tracing.EventFieldFormat) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EnumInt64TypeInfo_1_WriteMetadata_mF835ED1A412C5670C46F4007239DF80015D501FD_gshared (EnumInt64TypeInfo_1_t8D63CCE711D787B505F27202C192F156FBDE159E * __this, TraceLoggingMetadataCollector_tFDCF6C9B118FD41428DBE1C3AA17A601001C1B2C * ___collector0, String_t* ___name1, int32_t ___format2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Statics_t4B5A84F3134B8BF7299B14BE64813C95F1ABBCE3_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { TraceLoggingMetadataCollector_tFDCF6C9B118FD41428DBE1C3AA17A601001C1B2C * L_0 = ___collector0; String_t* L_1 = ___name1; int32_t L_2 = ___format2; IL2CPP_RUNTIME_CLASS_INIT(Statics_t4B5A84F3134B8BF7299B14BE64813C95F1ABBCE3_il2cpp_TypeInfo_var); int32_t L_3; L_3 = Statics_Format64_m5CFC372799333FAA966A913CCCA0DB44A08CE285((int32_t)L_2, (int32_t)((int32_t)9), /*hidden argument*/NULL); NullCheck((TraceLoggingMetadataCollector_tFDCF6C9B118FD41428DBE1C3AA17A601001C1B2C *)L_0); TraceLoggingMetadataCollector_AddScalar_mA1A23105BD49003C6FD1A00C6A4ADBD02FA49854((TraceLoggingMetadataCollector_tFDCF6C9B118FD41428DBE1C3AA17A601001C1B2C *)L_0, (String_t*)L_1, (int32_t)L_3, /*hidden argument*/NULL); return; } } // System.Void System.Diagnostics.Tracing.EnumInt64TypeInfo`1::WriteData(System.Diagnostics.Tracing.TraceLoggingDataCollector,EnumType&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EnumInt64TypeInfo_1_WriteData_m897C4D4BB123A925AED4F6FDC07D11FC11817DC1_gshared (EnumInt64TypeInfo_1_t8D63CCE711D787B505F27202C192F156FBDE159E * __this, TraceLoggingDataCollector_t5C690F08E67433C8CBAC45BCF713D40E805DB2C7 * ___collector0, bool* ___value1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&EnumHelper_1_t0BA1977F909FE948AAD5243D1B7C86D1D12A2C81_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { TraceLoggingDataCollector_t5C690F08E67433C8CBAC45BCF713D40E805DB2C7 * L_0 = ___collector0; bool* L_1 = ___value1; bool L_2 = (*(bool*)L_1); IL2CPP_RUNTIME_CLASS_INIT(EnumHelper_1_t0BA1977F909FE948AAD5243D1B7C86D1D12A2C81_il2cpp_TypeInfo_var); int64_t L_3; L_3 = (( int64_t (*) (bool, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((bool)L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); NullCheck((TraceLoggingDataCollector_t5C690F08E67433C8CBAC45BCF713D40E805DB2C7 *)L_0); TraceLoggingDataCollector_AddScalar_m3A643EF28FDC7EAA760FE391CA525E63F192ADBB((TraceLoggingDataCollector_t5C690F08E67433C8CBAC45BCF713D40E805DB2C7 *)L_0, (int64_t)L_3, /*hidden argument*/NULL); return; } } // System.Object System.Diagnostics.Tracing.EnumInt64TypeInfo`1::GetData(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * EnumInt64TypeInfo_1_GetData_m8EF523E8915AB2FC91F99E36EA443E81720179BD_gshared (EnumInt64TypeInfo_1_t8D63CCE711D787B505F27202C192F156FBDE159E * __this, RuntimeObject * ___value0, const RuntimeMethod* method) { { RuntimeObject * L_0 = ___value0; return (RuntimeObject *)L_0; } } // System.Void System.Diagnostics.Tracing.EnumInt64TypeInfo`1::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EnumInt64TypeInfo_1__ctor_mA55CABE504BF83A6E210651F8F9F0DFCDA306261_gshared (EnumInt64TypeInfo_1_t8D63CCE711D787B505F27202C192F156FBDE159E * __this, const RuntimeMethod* method) { { NullCheck((TraceLoggingTypeInfo_1_t2E09E8CA26064E30A8F7376A80B6440C13A23A68 *)__this); (( void (*) (TraceLoggingTypeInfo_1_t2E09E8CA26064E30A8F7376A80B6440C13A23A68 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)->methodPointer)((TraceLoggingTypeInfo_1_t2E09E8CA26064E30A8F7376A80B6440C13A23A68 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Diagnostics.Tracing.EnumInt64TypeInfo`1::WriteMetadata(System.Diagnostics.Tracing.TraceLoggingMetadataCollector,System.String,System.Diagnostics.Tracing.EventFieldFormat) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EnumInt64TypeInfo_1_WriteMetadata_mB0BCDCF7F253D3BC1291C79A90A0D91797D9BB5F_gshared (EnumInt64TypeInfo_1_t83E1CDD1E74E62E528675B59C9E63527EF101BBA * __this, TraceLoggingMetadataCollector_tFDCF6C9B118FD41428DBE1C3AA17A601001C1B2C * ___collector0, String_t* ___name1, int32_t ___format2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Statics_t4B5A84F3134B8BF7299B14BE64813C95F1ABBCE3_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { TraceLoggingMetadataCollector_tFDCF6C9B118FD41428DBE1C3AA17A601001C1B2C * L_0 = ___collector0; String_t* L_1 = ___name1; int32_t L_2 = ___format2; IL2CPP_RUNTIME_CLASS_INIT(Statics_t4B5A84F3134B8BF7299B14BE64813C95F1ABBCE3_il2cpp_TypeInfo_var); int32_t L_3; L_3 = Statics_Format64_m5CFC372799333FAA966A913CCCA0DB44A08CE285((int32_t)L_2, (int32_t)((int32_t)9), /*hidden argument*/NULL); NullCheck((TraceLoggingMetadataCollector_tFDCF6C9B118FD41428DBE1C3AA17A601001C1B2C *)L_0); TraceLoggingMetadataCollector_AddScalar_mA1A23105BD49003C6FD1A00C6A4ADBD02FA49854((TraceLoggingMetadataCollector_tFDCF6C9B118FD41428DBE1C3AA17A601001C1B2C *)L_0, (String_t*)L_1, (int32_t)L_3, /*hidden argument*/NULL); return; } } // System.Void System.Diagnostics.Tracing.EnumInt64TypeInfo`1::WriteData(System.Diagnostics.Tracing.TraceLoggingDataCollector,EnumType&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EnumInt64TypeInfo_1_WriteData_m19256C8BC7FBB777BE8758B776B30D52AA87A978_gshared (EnumInt64TypeInfo_1_t83E1CDD1E74E62E528675B59C9E63527EF101BBA * __this, TraceLoggingDataCollector_t5C690F08E67433C8CBAC45BCF713D40E805DB2C7 * ___collector0, uint8_t* ___value1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&EnumHelper_1_t0BA1977F909FE948AAD5243D1B7C86D1D12A2C81_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { TraceLoggingDataCollector_t5C690F08E67433C8CBAC45BCF713D40E805DB2C7 * L_0 = ___collector0; uint8_t* L_1 = ___value1; uint8_t L_2 = (*(uint8_t*)L_1); IL2CPP_RUNTIME_CLASS_INIT(EnumHelper_1_t0BA1977F909FE948AAD5243D1B7C86D1D12A2C81_il2cpp_TypeInfo_var); int64_t L_3; L_3 = (( int64_t (*) (uint8_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((uint8_t)L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); NullCheck((TraceLoggingDataCollector_t5C690F08E67433C8CBAC45BCF713D40E805DB2C7 *)L_0); TraceLoggingDataCollector_AddScalar_m3A643EF28FDC7EAA760FE391CA525E63F192ADBB((TraceLoggingDataCollector_t5C690F08E67433C8CBAC45BCF713D40E805DB2C7 *)L_0, (int64_t)L_3, /*hidden argument*/NULL); return; } } // System.Object System.Diagnostics.Tracing.EnumInt64TypeInfo`1::GetData(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * EnumInt64TypeInfo_1_GetData_mB5AC85AB083E9ED38EEAD1E54A21368CE8F54FAB_gshared (EnumInt64TypeInfo_1_t83E1CDD1E74E62E528675B59C9E63527EF101BBA * __this, RuntimeObject * ___value0, const RuntimeMethod* method) { { RuntimeObject * L_0 = ___value0; return (RuntimeObject *)L_0; } } // System.Void System.Diagnostics.Tracing.EnumInt64TypeInfo`1::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EnumInt64TypeInfo_1__ctor_m67C9A45EF66AF073FF75EFCC536212B188ABBB2B_gshared (EnumInt64TypeInfo_1_t83E1CDD1E74E62E528675B59C9E63527EF101BBA * __this, const RuntimeMethod* method) { { NullCheck((TraceLoggingTypeInfo_1_t3249C39DDD7C9608FB6A71BC0E8ADAD2DBA7582D *)__this); (( void (*) (TraceLoggingTypeInfo_1_t3249C39DDD7C9608FB6A71BC0E8ADAD2DBA7582D *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)->methodPointer)((TraceLoggingTypeInfo_1_t3249C39DDD7C9608FB6A71BC0E8ADAD2DBA7582D *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Diagnostics.Tracing.EnumInt64TypeInfo`1::WriteMetadata(System.Diagnostics.Tracing.TraceLoggingMetadataCollector,System.String,System.Diagnostics.Tracing.EventFieldFormat) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EnumInt64TypeInfo_1_WriteMetadata_m364123517E6674F464BA24DA7A9C92D063CF9835_gshared (EnumInt64TypeInfo_1_t2B598E745D9F688892BB7181A11A2A1C8289EB77 * __this, TraceLoggingMetadataCollector_tFDCF6C9B118FD41428DBE1C3AA17A601001C1B2C * ___collector0, String_t* ___name1, int32_t ___format2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Statics_t4B5A84F3134B8BF7299B14BE64813C95F1ABBCE3_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { TraceLoggingMetadataCollector_tFDCF6C9B118FD41428DBE1C3AA17A601001C1B2C * L_0 = ___collector0; String_t* L_1 = ___name1; int32_t L_2 = ___format2; IL2CPP_RUNTIME_CLASS_INIT(Statics_t4B5A84F3134B8BF7299B14BE64813C95F1ABBCE3_il2cpp_TypeInfo_var); int32_t L_3; L_3 = Statics_Format64_m5CFC372799333FAA966A913CCCA0DB44A08CE285((int32_t)L_2, (int32_t)((int32_t)9), /*hidden argument*/NULL); NullCheck((TraceLoggingMetadataCollector_tFDCF6C9B118FD41428DBE1C3AA17A601001C1B2C *)L_0); TraceLoggingMetadataCollector_AddScalar_mA1A23105BD49003C6FD1A00C6A4ADBD02FA49854((TraceLoggingMetadataCollector_tFDCF6C9B118FD41428DBE1C3AA17A601001C1B2C *)L_0, (String_t*)L_1, (int32_t)L_3, /*hidden argument*/NULL); return; } } // System.Void System.Diagnostics.Tracing.EnumInt64TypeInfo`1::WriteData(System.Diagnostics.Tracing.TraceLoggingDataCollector,EnumType&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EnumInt64TypeInfo_1_WriteData_m1252A48E340F945DB86D65012533CC49BDAA6E69_gshared (EnumInt64TypeInfo_1_t2B598E745D9F688892BB7181A11A2A1C8289EB77 * __this, TraceLoggingDataCollector_t5C690F08E67433C8CBAC45BCF713D40E805DB2C7 * ___collector0, Il2CppChar* ___value1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&EnumHelper_1_t0BA1977F909FE948AAD5243D1B7C86D1D12A2C81_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { TraceLoggingDataCollector_t5C690F08E67433C8CBAC45BCF713D40E805DB2C7 * L_0 = ___collector0; Il2CppChar* L_1 = ___value1; Il2CppChar L_2 = (*(Il2CppChar*)L_1); IL2CPP_RUNTIME_CLASS_INIT(EnumHelper_1_t0BA1977F909FE948AAD5243D1B7C86D1D12A2C81_il2cpp_TypeInfo_var); int64_t L_3; L_3 = (( int64_t (*) (Il2CppChar, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((Il2CppChar)L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); NullCheck((TraceLoggingDataCollector_t5C690F08E67433C8CBAC45BCF713D40E805DB2C7 *)L_0); TraceLoggingDataCollector_AddScalar_m3A643EF28FDC7EAA760FE391CA525E63F192ADBB((TraceLoggingDataCollector_t5C690F08E67433C8CBAC45BCF713D40E805DB2C7 *)L_0, (int64_t)L_3, /*hidden argument*/NULL); return; } } // System.Object System.Diagnostics.Tracing.EnumInt64TypeInfo`1::GetData(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * EnumInt64TypeInfo_1_GetData_m8C57A1A8D4D2E9716AE7BD17A534FB2BF7E2E2DC_gshared (EnumInt64TypeInfo_1_t2B598E745D9F688892BB7181A11A2A1C8289EB77 * __this, RuntimeObject * ___value0, const RuntimeMethod* method) { { RuntimeObject * L_0 = ___value0; return (RuntimeObject *)L_0; } } // System.Void System.Diagnostics.Tracing.EnumInt64TypeInfo`1::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EnumInt64TypeInfo_1__ctor_mE48E9226D7D3248C57D5673155F401297DDF1BDC_gshared (EnumInt64TypeInfo_1_t2B598E745D9F688892BB7181A11A2A1C8289EB77 * __this, const RuntimeMethod* method) { { NullCheck((TraceLoggingTypeInfo_1_t4060A49A9615875C95710F4F7A74B649698B182C *)__this); (( void (*) (TraceLoggingTypeInfo_1_t4060A49A9615875C95710F4F7A74B649698B182C *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)->methodPointer)((TraceLoggingTypeInfo_1_t4060A49A9615875C95710F4F7A74B649698B182C *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Diagnostics.Tracing.EnumInt64TypeInfo`1::WriteMetadata(System.Diagnostics.Tracing.TraceLoggingMetadataCollector,System.String,System.Diagnostics.Tracing.EventFieldFormat) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EnumInt64TypeInfo_1_WriteMetadata_m8E1BBB9ACDA2C53AD2302C3D47B70F4929D1904E_gshared (EnumInt64TypeInfo_1_t2115F030762723EFE513888B2C714F94C4D3B165 * __this, TraceLoggingMetadataCollector_tFDCF6C9B118FD41428DBE1C3AA17A601001C1B2C * ___collector0, String_t* ___name1, int32_t ___format2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Statics_t4B5A84F3134B8BF7299B14BE64813C95F1ABBCE3_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { TraceLoggingMetadataCollector_tFDCF6C9B118FD41428DBE1C3AA17A601001C1B2C * L_0 = ___collector0; String_t* L_1 = ___name1; int32_t L_2 = ___format2; IL2CPP_RUNTIME_CLASS_INIT(Statics_t4B5A84F3134B8BF7299B14BE64813C95F1ABBCE3_il2cpp_TypeInfo_var); int32_t L_3; L_3 = Statics_Format64_m5CFC372799333FAA966A913CCCA0DB44A08CE285((int32_t)L_2, (int32_t)((int32_t)9), /*hidden argument*/NULL); NullCheck((TraceLoggingMetadataCollector_tFDCF6C9B118FD41428DBE1C3AA17A601001C1B2C *)L_0); TraceLoggingMetadataCollector_AddScalar_mA1A23105BD49003C6FD1A00C6A4ADBD02FA49854((TraceLoggingMetadataCollector_tFDCF6C9B118FD41428DBE1C3AA17A601001C1B2C *)L_0, (String_t*)L_1, (int32_t)L_3, /*hidden argument*/NULL); return; } } // System.Void System.Diagnostics.Tracing.EnumInt64TypeInfo`1::WriteData(System.Diagnostics.Tracing.TraceLoggingDataCollector,EnumType&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EnumInt64TypeInfo_1_WriteData_m2F3A8EF0A0784D308223178C63563CD2D549E64F_gshared (EnumInt64TypeInfo_1_t2115F030762723EFE513888B2C714F94C4D3B165 * __this, TraceLoggingDataCollector_t5C690F08E67433C8CBAC45BCF713D40E805DB2C7 * ___collector0, DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 * ___value1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&EnumHelper_1_t0BA1977F909FE948AAD5243D1B7C86D1D12A2C81_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { TraceLoggingDataCollector_t5C690F08E67433C8CBAC45BCF713D40E805DB2C7 * L_0 = ___collector0; DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 * L_1 = ___value1; DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_2 = (*(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 *)L_1); IL2CPP_RUNTIME_CLASS_INIT(EnumHelper_1_t0BA1977F909FE948AAD5243D1B7C86D1D12A2C81_il2cpp_TypeInfo_var); int64_t L_3; L_3 = (( int64_t (*) (DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 )L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); NullCheck((TraceLoggingDataCollector_t5C690F08E67433C8CBAC45BCF713D40E805DB2C7 *)L_0); TraceLoggingDataCollector_AddScalar_m3A643EF28FDC7EAA760FE391CA525E63F192ADBB((TraceLoggingDataCollector_t5C690F08E67433C8CBAC45BCF713D40E805DB2C7 *)L_0, (int64_t)L_3, /*hidden argument*/NULL); return; } } // System.Object System.Diagnostics.Tracing.EnumInt64TypeInfo`1::GetData(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * EnumInt64TypeInfo_1_GetData_mEC1C7D10970E10E1BB62538F0D74C7CEDDCB1E99_gshared (EnumInt64TypeInfo_1_t2115F030762723EFE513888B2C714F94C4D3B165 * __this, RuntimeObject * ___value0, const RuntimeMethod* method) { { RuntimeObject * L_0 = ___value0; return (RuntimeObject *)L_0; } } // System.Void System.Diagnostics.Tracing.EnumInt64TypeInfo`1::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EnumInt64TypeInfo_1__ctor_mC0273C8A65BC854BCF5A57C7E99FE62F601D1E0F_gshared (EnumInt64TypeInfo_1_t2115F030762723EFE513888B2C714F94C4D3B165 * __this, const RuntimeMethod* method) { { NullCheck((TraceLoggingTypeInfo_1_t3B564912583B489AA09CF4EC981BC921E43D206B *)__this); (( void (*) (TraceLoggingTypeInfo_1_t3B564912583B489AA09CF4EC981BC921E43D206B *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)->methodPointer)((TraceLoggingTypeInfo_1_t3B564912583B489AA09CF4EC981BC921E43D206B *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Diagnostics.Tracing.EnumInt64TypeInfo`1::WriteMetadata(System.Diagnostics.Tracing.TraceLoggingMetadataCollector,System.String,System.Diagnostics.Tracing.EventFieldFormat) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EnumInt64TypeInfo_1_WriteMetadata_m8FE48CB407A214B0E548D2B2CAB7EF8B269F86B5_gshared (EnumInt64TypeInfo_1_tC00F858446FAD6544F8EC61471FFB598FB0CB59A * __this, TraceLoggingMetadataCollector_tFDCF6C9B118FD41428DBE1C3AA17A601001C1B2C * ___collector0, String_t* ___name1, int32_t ___format2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Statics_t4B5A84F3134B8BF7299B14BE64813C95F1ABBCE3_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { TraceLoggingMetadataCollector_tFDCF6C9B118FD41428DBE1C3AA17A601001C1B2C * L_0 = ___collector0; String_t* L_1 = ___name1; int32_t L_2 = ___format2; IL2CPP_RUNTIME_CLASS_INIT(Statics_t4B5A84F3134B8BF7299B14BE64813C95F1ABBCE3_il2cpp_TypeInfo_var); int32_t L_3; L_3 = Statics_Format64_m5CFC372799333FAA966A913CCCA0DB44A08CE285((int32_t)L_2, (int32_t)((int32_t)9), /*hidden argument*/NULL); NullCheck((TraceLoggingMetadataCollector_tFDCF6C9B118FD41428DBE1C3AA17A601001C1B2C *)L_0); TraceLoggingMetadataCollector_AddScalar_mA1A23105BD49003C6FD1A00C6A4ADBD02FA49854((TraceLoggingMetadataCollector_tFDCF6C9B118FD41428DBE1C3AA17A601001C1B2C *)L_0, (String_t*)L_1, (int32_t)L_3, /*hidden argument*/NULL); return; } } // System.Void System.Diagnostics.Tracing.EnumInt64TypeInfo`1::WriteData(System.Diagnostics.Tracing.TraceLoggingDataCollector,EnumType&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EnumInt64TypeInfo_1_WriteData_m25A4268DE7D486F16468F824463B8EDE744C6721_gshared (EnumInt64TypeInfo_1_tC00F858446FAD6544F8EC61471FFB598FB0CB59A * __this, TraceLoggingDataCollector_t5C690F08E67433C8CBAC45BCF713D40E805DB2C7 * ___collector0, DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5 * ___value1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&EnumHelper_1_t0BA1977F909FE948AAD5243D1B7C86D1D12A2C81_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { TraceLoggingDataCollector_t5C690F08E67433C8CBAC45BCF713D40E805DB2C7 * L_0 = ___collector0; DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5 * L_1 = ___value1; DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5 L_2 = (*(DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5 *)L_1); IL2CPP_RUNTIME_CLASS_INIT(EnumHelper_1_t0BA1977F909FE948AAD5243D1B7C86D1D12A2C81_il2cpp_TypeInfo_var); int64_t L_3; L_3 = (( int64_t (*) (DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5 )L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); NullCheck((TraceLoggingDataCollector_t5C690F08E67433C8CBAC45BCF713D40E805DB2C7 *)L_0); TraceLoggingDataCollector_AddScalar_m3A643EF28FDC7EAA760FE391CA525E63F192ADBB((TraceLoggingDataCollector_t5C690F08E67433C8CBAC45BCF713D40E805DB2C7 *)L_0, (int64_t)L_3, /*hidden argument*/NULL); return; } } // System.Object System.Diagnostics.Tracing.EnumInt64TypeInfo`1::GetData(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * EnumInt64TypeInfo_1_GetData_m03EA29B781EA9AAA93358909D34E9DB7278706D3_gshared (EnumInt64TypeInfo_1_tC00F858446FAD6544F8EC61471FFB598FB0CB59A * __this, RuntimeObject * ___value0, const RuntimeMethod* method) { { RuntimeObject * L_0 = ___value0; return (RuntimeObject *)L_0; } } // System.Void System.Diagnostics.Tracing.EnumInt64TypeInfo`1::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EnumInt64TypeInfo_1__ctor_mFA51EC381F0EC39E22E3E79AB4FEE62CB5A1D323_gshared (EnumInt64TypeInfo_1_tC00F858446FAD6544F8EC61471FFB598FB0CB59A * __this, const RuntimeMethod* method) { { NullCheck((TraceLoggingTypeInfo_1_t2222233AEF607D614ED51D9A909021B0AD1DD052 *)__this); (( void (*) (TraceLoggingTypeInfo_1_t2222233AEF607D614ED51D9A909021B0AD1DD052 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)->methodPointer)((TraceLoggingTypeInfo_1_t2222233AEF607D614ED51D9A909021B0AD1DD052 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Diagnostics.Tracing.EnumInt64TypeInfo`1::WriteMetadata(System.Diagnostics.Tracing.TraceLoggingMetadataCollector,System.String,System.Diagnostics.Tracing.EventFieldFormat) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EnumInt64TypeInfo_1_WriteMetadata_m2E81D0A259D96EEA302F27A23C662246B8B4EB0B_gshared (EnumInt64TypeInfo_1_tD60467A70F0810A329DB43094B8FEF0F00C553DC * __this, TraceLoggingMetadataCollector_tFDCF6C9B118FD41428DBE1C3AA17A601001C1B2C * ___collector0, String_t* ___name1, int32_t ___format2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Statics_t4B5A84F3134B8BF7299B14BE64813C95F1ABBCE3_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { TraceLoggingMetadataCollector_tFDCF6C9B118FD41428DBE1C3AA17A601001C1B2C * L_0 = ___collector0; String_t* L_1 = ___name1; int32_t L_2 = ___format2; IL2CPP_RUNTIME_CLASS_INIT(Statics_t4B5A84F3134B8BF7299B14BE64813C95F1ABBCE3_il2cpp_TypeInfo_var); int32_t L_3; L_3 = Statics_Format64_m5CFC372799333FAA966A913CCCA0DB44A08CE285((int32_t)L_2, (int32_t)((int32_t)9), /*hidden argument*/NULL); NullCheck((TraceLoggingMetadataCollector_tFDCF6C9B118FD41428DBE1C3AA17A601001C1B2C *)L_0); TraceLoggingMetadataCollector_AddScalar_mA1A23105BD49003C6FD1A00C6A4ADBD02FA49854((TraceLoggingMetadataCollector_tFDCF6C9B118FD41428DBE1C3AA17A601001C1B2C *)L_0, (String_t*)L_1, (int32_t)L_3, /*hidden argument*/NULL); return; } } // System.Void System.Diagnostics.Tracing.EnumInt64TypeInfo`1::WriteData(System.Diagnostics.Tracing.TraceLoggingDataCollector,EnumType&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EnumInt64TypeInfo_1_WriteData_mCEF468F050D45D610E64EE09EAA353B43A1FEC49_gshared (EnumInt64TypeInfo_1_tD60467A70F0810A329DB43094B8FEF0F00C553DC * __this, TraceLoggingDataCollector_t5C690F08E67433C8CBAC45BCF713D40E805DB2C7 * ___collector0, Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 * ___value1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&EnumHelper_1_t0BA1977F909FE948AAD5243D1B7C86D1D12A2C81_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { TraceLoggingDataCollector_t5C690F08E67433C8CBAC45BCF713D40E805DB2C7 * L_0 = ___collector0; Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 * L_1 = ___value1; Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 L_2 = (*(Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 *)L_1); IL2CPP_RUNTIME_CLASS_INIT(EnumHelper_1_t0BA1977F909FE948AAD5243D1B7C86D1D12A2C81_il2cpp_TypeInfo_var); int64_t L_3; L_3 = (( int64_t (*) (Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 )L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); NullCheck((TraceLoggingDataCollector_t5C690F08E67433C8CBAC45BCF713D40E805DB2C7 *)L_0); TraceLoggingDataCollector_AddScalar_m3A643EF28FDC7EAA760FE391CA525E63F192ADBB((TraceLoggingDataCollector_t5C690F08E67433C8CBAC45BCF713D40E805DB2C7 *)L_0, (int64_t)L_3, /*hidden argument*/NULL); return; } } // System.Object System.Diagnostics.Tracing.EnumInt64TypeInfo`1::GetData(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * EnumInt64TypeInfo_1_GetData_m085DBA9CB465D39475909E079B2CFC683AE2EB7A_gshared (EnumInt64TypeInfo_1_tD60467A70F0810A329DB43094B8FEF0F00C553DC * __this, RuntimeObject * ___value0, const RuntimeMethod* method) { { RuntimeObject * L_0 = ___value0; return (RuntimeObject *)L_0; } } // System.Void System.Diagnostics.Tracing.EnumInt64TypeInfo`1::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EnumInt64TypeInfo_1__ctor_m8FC66DD8B8A1A578B5FBB2FE7F43F189F8D15A35_gshared (EnumInt64TypeInfo_1_tD60467A70F0810A329DB43094B8FEF0F00C553DC * __this, const RuntimeMethod* method) { { NullCheck((TraceLoggingTypeInfo_1_t31C39790E0722BFAB7EF167B090AFCF92BEF0393 *)__this); (( void (*) (TraceLoggingTypeInfo_1_t31C39790E0722BFAB7EF167B090AFCF92BEF0393 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)->methodPointer)((TraceLoggingTypeInfo_1_t31C39790E0722BFAB7EF167B090AFCF92BEF0393 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Diagnostics.Tracing.EnumInt64TypeInfo`1::WriteMetadata(System.Diagnostics.Tracing.TraceLoggingMetadataCollector,System.String,System.Diagnostics.Tracing.EventFieldFormat) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EnumInt64TypeInfo_1_WriteMetadata_m1C5DD6AECFB1C9BE0C836A006A44101447482023_gshared (EnumInt64TypeInfo_1_tBB7480D10E8775D22C96A77490FAF27D6A993BBD * __this, TraceLoggingMetadataCollector_tFDCF6C9B118FD41428DBE1C3AA17A601001C1B2C * ___collector0, String_t* ___name1, int32_t ___format2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Statics_t4B5A84F3134B8BF7299B14BE64813C95F1ABBCE3_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { TraceLoggingMetadataCollector_tFDCF6C9B118FD41428DBE1C3AA17A601001C1B2C * L_0 = ___collector0; String_t* L_1 = ___name1; int32_t L_2 = ___format2; IL2CPP_RUNTIME_CLASS_INIT(Statics_t4B5A84F3134B8BF7299B14BE64813C95F1ABBCE3_il2cpp_TypeInfo_var); int32_t L_3; L_3 = Statics_Format64_m5CFC372799333FAA966A913CCCA0DB44A08CE285((int32_t)L_2, (int32_t)((int32_t)9), /*hidden argument*/NULL); NullCheck((TraceLoggingMetadataCollector_tFDCF6C9B118FD41428DBE1C3AA17A601001C1B2C *)L_0); TraceLoggingMetadataCollector_AddScalar_mA1A23105BD49003C6FD1A00C6A4ADBD02FA49854((TraceLoggingMetadataCollector_tFDCF6C9B118FD41428DBE1C3AA17A601001C1B2C *)L_0, (String_t*)L_1, (int32_t)L_3, /*hidden argument*/NULL); return; } } // System.Void System.Diagnostics.Tracing.EnumInt64TypeInfo`1::WriteData(System.Diagnostics.Tracing.TraceLoggingDataCollector,EnumType&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EnumInt64TypeInfo_1_WriteData_mB43C69A646FB6C9D8ACE77C1849D26A23FD86B65_gshared (EnumInt64TypeInfo_1_tBB7480D10E8775D22C96A77490FAF27D6A993BBD * __this, TraceLoggingDataCollector_t5C690F08E67433C8CBAC45BCF713D40E805DB2C7 * ___collector0, double* ___value1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&EnumHelper_1_t0BA1977F909FE948AAD5243D1B7C86D1D12A2C81_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { TraceLoggingDataCollector_t5C690F08E67433C8CBAC45BCF713D40E805DB2C7 * L_0 = ___collector0; double* L_1 = ___value1; double L_2 = (*(double*)L_1); IL2CPP_RUNTIME_CLASS_INIT(EnumHelper_1_t0BA1977F909FE948AAD5243D1B7C86D1D12A2C81_il2cpp_TypeInfo_var); int64_t L_3; L_3 = (( int64_t (*) (double, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((double)L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); NullCheck((TraceLoggingDataCollector_t5C690F08E67433C8CBAC45BCF713D40E805DB2C7 *)L_0); TraceLoggingDataCollector_AddScalar_m3A643EF28FDC7EAA760FE391CA525E63F192ADBB((TraceLoggingDataCollector_t5C690F08E67433C8CBAC45BCF713D40E805DB2C7 *)L_0, (int64_t)L_3, /*hidden argument*/NULL); return; } } // System.Object System.Diagnostics.Tracing.EnumInt64TypeInfo`1::GetData(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * EnumInt64TypeInfo_1_GetData_mB3C3154CA23BFAF2A9CE3625D3463829083E3403_gshared (EnumInt64TypeInfo_1_tBB7480D10E8775D22C96A77490FAF27D6A993BBD * __this, RuntimeObject * ___value0, const RuntimeMethod* method) { { RuntimeObject * L_0 = ___value0; return (RuntimeObject *)L_0; } } // System.Void System.Diagnostics.Tracing.EnumInt64TypeInfo`1::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EnumInt64TypeInfo_1__ctor_m997EAB7F29A6E5E1B1DFB407D951E6EF769F0045_gshared (EnumInt64TypeInfo_1_tBB7480D10E8775D22C96A77490FAF27D6A993BBD * __this, const RuntimeMethod* method) { { NullCheck((TraceLoggingTypeInfo_1_t7DB46152A9D14F1E2B1949B20B3FDFDF3EE951B1 *)__this); (( void (*) (TraceLoggingTypeInfo_1_t7DB46152A9D14F1E2B1949B20B3FDFDF3EE951B1 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)->methodPointer)((TraceLoggingTypeInfo_1_t7DB46152A9D14F1E2B1949B20B3FDFDF3EE951B1 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Diagnostics.Tracing.EnumInt64TypeInfo`1::WriteMetadata(System.Diagnostics.Tracing.TraceLoggingMetadataCollector,System.String,System.Diagnostics.Tracing.EventFieldFormat) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EnumInt64TypeInfo_1_WriteMetadata_mF683740C35EAD08B7AE598FD4859D2C014148241_gshared (EnumInt64TypeInfo_1_t9B21A8F5C191B5FD83E952D815E1AAD0C858B073 * __this, TraceLoggingMetadataCollector_tFDCF6C9B118FD41428DBE1C3AA17A601001C1B2C * ___collector0, String_t* ___name1, int32_t ___format2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Statics_t4B5A84F3134B8BF7299B14BE64813C95F1ABBCE3_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { TraceLoggingMetadataCollector_tFDCF6C9B118FD41428DBE1C3AA17A601001C1B2C * L_0 = ___collector0; String_t* L_1 = ___name1; int32_t L_2 = ___format2; IL2CPP_RUNTIME_CLASS_INIT(Statics_t4B5A84F3134B8BF7299B14BE64813C95F1ABBCE3_il2cpp_TypeInfo_var); int32_t L_3; L_3 = Statics_Format64_m5CFC372799333FAA966A913CCCA0DB44A08CE285((int32_t)L_2, (int32_t)((int32_t)9), /*hidden argument*/NULL); NullCheck((TraceLoggingMetadataCollector_tFDCF6C9B118FD41428DBE1C3AA17A601001C1B2C *)L_0); TraceLoggingMetadataCollector_AddScalar_mA1A23105BD49003C6FD1A00C6A4ADBD02FA49854((TraceLoggingMetadataCollector_tFDCF6C9B118FD41428DBE1C3AA17A601001C1B2C *)L_0, (String_t*)L_1, (int32_t)L_3, /*hidden argument*/NULL); return; } } // System.Void System.Diagnostics.Tracing.EnumInt64TypeInfo`1::WriteData(System.Diagnostics.Tracing.TraceLoggingDataCollector,EnumType&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EnumInt64TypeInfo_1_WriteData_m3660E8D9634D1A479CAB04A1D5402D5F19CD20BE_gshared (EnumInt64TypeInfo_1_t9B21A8F5C191B5FD83E952D815E1AAD0C858B073 * __this, TraceLoggingDataCollector_t5C690F08E67433C8CBAC45BCF713D40E805DB2C7 * ___collector0, EmptyStruct_t4261C00C8DDCEA2FE01A2264519DDB55BA275F62 * ___value1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&EnumHelper_1_t0BA1977F909FE948AAD5243D1B7C86D1D12A2C81_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { TraceLoggingDataCollector_t5C690F08E67433C8CBAC45BCF713D40E805DB2C7 * L_0 = ___collector0; EmptyStruct_t4261C00C8DDCEA2FE01A2264519DDB55BA275F62 * L_1 = ___value1; EmptyStruct_t4261C00C8DDCEA2FE01A2264519DDB55BA275F62 L_2 = (*(EmptyStruct_t4261C00C8DDCEA2FE01A2264519DDB55BA275F62 *)L_1); IL2CPP_RUNTIME_CLASS_INIT(EnumHelper_1_t0BA1977F909FE948AAD5243D1B7C86D1D12A2C81_il2cpp_TypeInfo_var); int64_t L_3; L_3 = (( int64_t (*) (EmptyStruct_t4261C00C8DDCEA2FE01A2264519DDB55BA275F62 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((EmptyStruct_t4261C00C8DDCEA2FE01A2264519DDB55BA275F62 )L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); NullCheck((TraceLoggingDataCollector_t5C690F08E67433C8CBAC45BCF713D40E805DB2C7 *)L_0); TraceLoggingDataCollector_AddScalar_m3A643EF28FDC7EAA760FE391CA525E63F192ADBB((TraceLoggingDataCollector_t5C690F08E67433C8CBAC45BCF713D40E805DB2C7 *)L_0, (int64_t)L_3, /*hidden argument*/NULL); return; } } // System.Object System.Diagnostics.Tracing.EnumInt64TypeInfo`1::GetData(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * EnumInt64TypeInfo_1_GetData_m6D8500ECA7C082C0AD85E13B5CDE620F8B33F2B7_gshared (EnumInt64TypeInfo_1_t9B21A8F5C191B5FD83E952D815E1AAD0C858B073 * __this, RuntimeObject * ___value0, const RuntimeMethod* method) { { RuntimeObject * L_0 = ___value0; return (RuntimeObject *)L_0; } } // System.Void System.Diagnostics.Tracing.EnumInt64TypeInfo`1::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EnumInt64TypeInfo_1__ctor_m1516061A6031ABF4E0F226071916B387E3B2D926_gshared (EnumInt64TypeInfo_1_t9B21A8F5C191B5FD83E952D815E1AAD0C858B073 * __this, const RuntimeMethod* method) { { NullCheck((TraceLoggingTypeInfo_1_t632172B9985D9F811628DA2FBE10BB7F417FEA07 *)__this); (( void (*) (TraceLoggingTypeInfo_1_t632172B9985D9F811628DA2FBE10BB7F417FEA07 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)->methodPointer)((TraceLoggingTypeInfo_1_t632172B9985D9F811628DA2FBE10BB7F417FEA07 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Diagnostics.Tracing.EnumInt64TypeInfo`1::WriteMetadata(System.Diagnostics.Tracing.TraceLoggingMetadataCollector,System.String,System.Diagnostics.Tracing.EventFieldFormat) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EnumInt64TypeInfo_1_WriteMetadata_m29E0404280A29D77F9BE8C2A0BD4C4763F6AE181_gshared (EnumInt64TypeInfo_1_t592CC480D0AB9A543177E03C361F7091766BDF75 * __this, TraceLoggingMetadataCollector_tFDCF6C9B118FD41428DBE1C3AA17A601001C1B2C * ___collector0, String_t* ___name1, int32_t ___format2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Statics_t4B5A84F3134B8BF7299B14BE64813C95F1ABBCE3_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { TraceLoggingMetadataCollector_tFDCF6C9B118FD41428DBE1C3AA17A601001C1B2C * L_0 = ___collector0; String_t* L_1 = ___name1; int32_t L_2 = ___format2; IL2CPP_RUNTIME_CLASS_INIT(Statics_t4B5A84F3134B8BF7299B14BE64813C95F1ABBCE3_il2cpp_TypeInfo_var); int32_t L_3; L_3 = Statics_Format64_m5CFC372799333FAA966A913CCCA0DB44A08CE285((int32_t)L_2, (int32_t)((int32_t)9), /*hidden argument*/NULL); NullCheck((TraceLoggingMetadataCollector_tFDCF6C9B118FD41428DBE1C3AA17A601001C1B2C *)L_0); TraceLoggingMetadataCollector_AddScalar_mA1A23105BD49003C6FD1A00C6A4ADBD02FA49854((TraceLoggingMetadataCollector_tFDCF6C9B118FD41428DBE1C3AA17A601001C1B2C *)L_0, (String_t*)L_1, (int32_t)L_3, /*hidden argument*/NULL); return; } } // System.Void System.Diagnostics.Tracing.EnumInt64TypeInfo`1::WriteData(System.Diagnostics.Tracing.TraceLoggingDataCollector,EnumType&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EnumInt64TypeInfo_1_WriteData_m3D9DE57EB24B11D8BDC94AE91DB4D98F9349146D_gshared (EnumInt64TypeInfo_1_t592CC480D0AB9A543177E03C361F7091766BDF75 * __this, TraceLoggingDataCollector_t5C690F08E67433C8CBAC45BCF713D40E805DB2C7 * ___collector0, Guid_t * ___value1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&EnumHelper_1_t0BA1977F909FE948AAD5243D1B7C86D1D12A2C81_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { TraceLoggingDataCollector_t5C690F08E67433C8CBAC45BCF713D40E805DB2C7 * L_0 = ___collector0; Guid_t * L_1 = ___value1; Guid_t L_2 = (*(Guid_t *)L_1); IL2CPP_RUNTIME_CLASS_INIT(EnumHelper_1_t0BA1977F909FE948AAD5243D1B7C86D1D12A2C81_il2cpp_TypeInfo_var); int64_t L_3; L_3 = (( int64_t (*) (Guid_t , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((Guid_t )L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); NullCheck((TraceLoggingDataCollector_t5C690F08E67433C8CBAC45BCF713D40E805DB2C7 *)L_0); TraceLoggingDataCollector_AddScalar_m3A643EF28FDC7EAA760FE391CA525E63F192ADBB((TraceLoggingDataCollector_t5C690F08E67433C8CBAC45BCF713D40E805DB2C7 *)L_0, (int64_t)L_3, /*hidden argument*/NULL); return; } } // System.Object System.Diagnostics.Tracing.EnumInt64TypeInfo`1::GetData(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * EnumInt64TypeInfo_1_GetData_mEFD43A4D023ED3745A76BACD0EEC1D47EB05CE89_gshared (EnumInt64TypeInfo_1_t592CC480D0AB9A543177E03C361F7091766BDF75 * __this, RuntimeObject * ___value0, const RuntimeMethod* method) { { RuntimeObject * L_0 = ___value0; return (RuntimeObject *)L_0; } } // System.Void System.Diagnostics.Tracing.EnumInt64TypeInfo`1::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EnumInt64TypeInfo_1__ctor_m5AAEB346D05BB972EC68DDDF5C713B9D46637DB2_gshared (EnumInt64TypeInfo_1_t592CC480D0AB9A543177E03C361F7091766BDF75 * __this, const RuntimeMethod* method) { { NullCheck((TraceLoggingTypeInfo_1_t8101320E9F094F3170A4766FC28D96B07623CAFF *)__this); (( void (*) (TraceLoggingTypeInfo_1_t8101320E9F094F3170A4766FC28D96B07623CAFF *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)->methodPointer)((TraceLoggingTypeInfo_1_t8101320E9F094F3170A4766FC28D96B07623CAFF *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Diagnostics.Tracing.EnumInt64TypeInfo`1::WriteMetadata(System.Diagnostics.Tracing.TraceLoggingMetadataCollector,System.String,System.Diagnostics.Tracing.EventFieldFormat) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EnumInt64TypeInfo_1_WriteMetadata_mBB2E53843D9DAA75F53FB3943F84FD3B4F7A2A3F_gshared (EnumInt64TypeInfo_1_tF9FB59F0DCA22E0DA0A457C1EE8FB0EE8654F454 * __this, TraceLoggingMetadataCollector_tFDCF6C9B118FD41428DBE1C3AA17A601001C1B2C * ___collector0, String_t* ___name1, int32_t ___format2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Statics_t4B5A84F3134B8BF7299B14BE64813C95F1ABBCE3_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { TraceLoggingMetadataCollector_tFDCF6C9B118FD41428DBE1C3AA17A601001C1B2C * L_0 = ___collector0; String_t* L_1 = ___name1; int32_t L_2 = ___format2; IL2CPP_RUNTIME_CLASS_INIT(Statics_t4B5A84F3134B8BF7299B14BE64813C95F1ABBCE3_il2cpp_TypeInfo_var); int32_t L_3; L_3 = Statics_Format64_m5CFC372799333FAA966A913CCCA0DB44A08CE285((int32_t)L_2, (int32_t)((int32_t)9), /*hidden argument*/NULL); NullCheck((TraceLoggingMetadataCollector_tFDCF6C9B118FD41428DBE1C3AA17A601001C1B2C *)L_0); TraceLoggingMetadataCollector_AddScalar_mA1A23105BD49003C6FD1A00C6A4ADBD02FA49854((TraceLoggingMetadataCollector_tFDCF6C9B118FD41428DBE1C3AA17A601001C1B2C *)L_0, (String_t*)L_1, (int32_t)L_3, /*hidden argument*/NULL); return; } } // System.Void System.Diagnostics.Tracing.EnumInt64TypeInfo`1::WriteData(System.Diagnostics.Tracing.TraceLoggingDataCollector,EnumType&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EnumInt64TypeInfo_1_WriteData_mC5DDA328FBEB4FA312030CAC89928B8F703ACAC6_gshared (EnumInt64TypeInfo_1_tF9FB59F0DCA22E0DA0A457C1EE8FB0EE8654F454 * __this, TraceLoggingDataCollector_t5C690F08E67433C8CBAC45BCF713D40E805DB2C7 * ___collector0, int16_t* ___value1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&EnumHelper_1_t0BA1977F909FE948AAD5243D1B7C86D1D12A2C81_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { TraceLoggingDataCollector_t5C690F08E67433C8CBAC45BCF713D40E805DB2C7 * L_0 = ___collector0; int16_t* L_1 = ___value1; int16_t L_2 = (*(int16_t*)L_1); IL2CPP_RUNTIME_CLASS_INIT(EnumHelper_1_t0BA1977F909FE948AAD5243D1B7C86D1D12A2C81_il2cpp_TypeInfo_var); int64_t L_3; L_3 = (( int64_t (*) (int16_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((int16_t)L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); NullCheck((TraceLoggingDataCollector_t5C690F08E67433C8CBAC45BCF713D40E805DB2C7 *)L_0); TraceLoggingDataCollector_AddScalar_m3A643EF28FDC7EAA760FE391CA525E63F192ADBB((TraceLoggingDataCollector_t5C690F08E67433C8CBAC45BCF713D40E805DB2C7 *)L_0, (int64_t)L_3, /*hidden argument*/NULL); return; } } // System.Object System.Diagnostics.Tracing.EnumInt64TypeInfo`1::GetData(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * EnumInt64TypeInfo_1_GetData_m108063B3019908918A81432101D50A89A0FFD7C5_gshared (EnumInt64TypeInfo_1_tF9FB59F0DCA22E0DA0A457C1EE8FB0EE8654F454 * __this, RuntimeObject * ___value0, const RuntimeMethod* method) { { RuntimeObject * L_0 = ___value0; return (RuntimeObject *)L_0; } } // System.Void System.Diagnostics.Tracing.EnumInt64TypeInfo`1::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EnumInt64TypeInfo_1__ctor_mDA5C1C80BDF8DFA9B23E5196A7403F235E90C251_gshared (EnumInt64TypeInfo_1_tF9FB59F0DCA22E0DA0A457C1EE8FB0EE8654F454 * __this, const RuntimeMethod* method) { { NullCheck((TraceLoggingTypeInfo_1_tCF0BA38E6075EA0A17E3D74D866D00756E15CE2A *)__this); (( void (*) (TraceLoggingTypeInfo_1_tCF0BA38E6075EA0A17E3D74D866D00756E15CE2A *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)->methodPointer)((TraceLoggingTypeInfo_1_tCF0BA38E6075EA0A17E3D74D866D00756E15CE2A *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Diagnostics.Tracing.EnumInt64TypeInfo`1::WriteMetadata(System.Diagnostics.Tracing.TraceLoggingMetadataCollector,System.String,System.Diagnostics.Tracing.EventFieldFormat) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EnumInt64TypeInfo_1_WriteMetadata_m79BD40650AA580E1D3250EA6EB8DEBE0E0D791C7_gshared (EnumInt64TypeInfo_1_t5350663388346C1CD19DB2C70CA3015A880F0BE1 * __this, TraceLoggingMetadataCollector_tFDCF6C9B118FD41428DBE1C3AA17A601001C1B2C * ___collector0, String_t* ___name1, int32_t ___format2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Statics_t4B5A84F3134B8BF7299B14BE64813C95F1ABBCE3_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { TraceLoggingMetadataCollector_tFDCF6C9B118FD41428DBE1C3AA17A601001C1B2C * L_0 = ___collector0; String_t* L_1 = ___name1; int32_t L_2 = ___format2; IL2CPP_RUNTIME_CLASS_INIT(Statics_t4B5A84F3134B8BF7299B14BE64813C95F1ABBCE3_il2cpp_TypeInfo_var); int32_t L_3; L_3 = Statics_Format64_m5CFC372799333FAA966A913CCCA0DB44A08CE285((int32_t)L_2, (int32_t)((int32_t)9), /*hidden argument*/NULL); NullCheck((TraceLoggingMetadataCollector_tFDCF6C9B118FD41428DBE1C3AA17A601001C1B2C *)L_0); TraceLoggingMetadataCollector_AddScalar_mA1A23105BD49003C6FD1A00C6A4ADBD02FA49854((TraceLoggingMetadataCollector_tFDCF6C9B118FD41428DBE1C3AA17A601001C1B2C *)L_0, (String_t*)L_1, (int32_t)L_3, /*hidden argument*/NULL); return; } } // System.Void System.Diagnostics.Tracing.EnumInt64TypeInfo`1::WriteData(System.Diagnostics.Tracing.TraceLoggingDataCollector,EnumType&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EnumInt64TypeInfo_1_WriteData_mDC98A6054768910220CE9382124BEE18DA81D366_gshared (EnumInt64TypeInfo_1_t5350663388346C1CD19DB2C70CA3015A880F0BE1 * __this, TraceLoggingDataCollector_t5C690F08E67433C8CBAC45BCF713D40E805DB2C7 * ___collector0, int32_t* ___value1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&EnumHelper_1_t0BA1977F909FE948AAD5243D1B7C86D1D12A2C81_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { TraceLoggingDataCollector_t5C690F08E67433C8CBAC45BCF713D40E805DB2C7 * L_0 = ___collector0; int32_t* L_1 = ___value1; int32_t L_2 = (*(int32_t*)L_1); IL2CPP_RUNTIME_CLASS_INIT(EnumHelper_1_t0BA1977F909FE948AAD5243D1B7C86D1D12A2C81_il2cpp_TypeInfo_var); int64_t L_3; L_3 = (( int64_t (*) (int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((int32_t)L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); NullCheck((TraceLoggingDataCollector_t5C690F08E67433C8CBAC45BCF713D40E805DB2C7 *)L_0); TraceLoggingDataCollector_AddScalar_m3A643EF28FDC7EAA760FE391CA525E63F192ADBB((TraceLoggingDataCollector_t5C690F08E67433C8CBAC45BCF713D40E805DB2C7 *)L_0, (int64_t)L_3, /*hidden argument*/NULL); return; } } // System.Object System.Diagnostics.Tracing.EnumInt64TypeInfo`1::GetData(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * EnumInt64TypeInfo_1_GetData_mF856BF802232DD414657F2BD19577697D5417709_gshared (EnumInt64TypeInfo_1_t5350663388346C1CD19DB2C70CA3015A880F0BE1 * __this, RuntimeObject * ___value0, const RuntimeMethod* method) { { RuntimeObject * L_0 = ___value0; return (RuntimeObject *)L_0; } } // System.Void System.Diagnostics.Tracing.EnumInt64TypeInfo`1::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EnumInt64TypeInfo_1__ctor_m212B4045A498454162B9C818EACC6D42B5A427CC_gshared (EnumInt64TypeInfo_1_t5350663388346C1CD19DB2C70CA3015A880F0BE1 * __this, const RuntimeMethod* method) { { NullCheck((TraceLoggingTypeInfo_1_tC3E216D7BD16AEC469B9ADA1544BF7A54F8F5878 *)__this); (( void (*) (TraceLoggingTypeInfo_1_tC3E216D7BD16AEC469B9ADA1544BF7A54F8F5878 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)->methodPointer)((TraceLoggingTypeInfo_1_tC3E216D7BD16AEC469B9ADA1544BF7A54F8F5878 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Diagnostics.Tracing.EnumInt64TypeInfo`1::WriteMetadata(System.Diagnostics.Tracing.TraceLoggingMetadataCollector,System.String,System.Diagnostics.Tracing.EventFieldFormat) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EnumInt64TypeInfo_1_WriteMetadata_m66A83EC27E179FA26408FCFA20C3D57336DC207A_gshared (EnumInt64TypeInfo_1_t8E578BDC9FF4461730DE63EA0BAAAA6BAB508721 * __this, TraceLoggingMetadataCollector_tFDCF6C9B118FD41428DBE1C3AA17A601001C1B2C * ___collector0, String_t* ___name1, int32_t ___format2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Statics_t4B5A84F3134B8BF7299B14BE64813C95F1ABBCE3_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { TraceLoggingMetadataCollector_tFDCF6C9B118FD41428DBE1C3AA17A601001C1B2C * L_0 = ___collector0; String_t* L_1 = ___name1; int32_t L_2 = ___format2; IL2CPP_RUNTIME_CLASS_INIT(Statics_t4B5A84F3134B8BF7299B14BE64813C95F1ABBCE3_il2cpp_TypeInfo_var); int32_t L_3; L_3 = Statics_Format64_m5CFC372799333FAA966A913CCCA0DB44A08CE285((int32_t)L_2, (int32_t)((int32_t)9), /*hidden argument*/NULL); NullCheck((TraceLoggingMetadataCollector_tFDCF6C9B118FD41428DBE1C3AA17A601001C1B2C *)L_0); TraceLoggingMetadataCollector_AddScalar_mA1A23105BD49003C6FD1A00C6A4ADBD02FA49854((TraceLoggingMetadataCollector_tFDCF6C9B118FD41428DBE1C3AA17A601001C1B2C *)L_0, (String_t*)L_1, (int32_t)L_3, /*hidden argument*/NULL); return; } } // System.Void System.Diagnostics.Tracing.EnumInt64TypeInfo`1::WriteData(System.Diagnostics.Tracing.TraceLoggingDataCollector,EnumType&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EnumInt64TypeInfo_1_WriteData_m24F38721AC0CF0251D136DE952C5FB3955D1D872_gshared (EnumInt64TypeInfo_1_t8E578BDC9FF4461730DE63EA0BAAAA6BAB508721 * __this, TraceLoggingDataCollector_t5C690F08E67433C8CBAC45BCF713D40E805DB2C7 * ___collector0, int64_t* ___value1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&EnumHelper_1_t0BA1977F909FE948AAD5243D1B7C86D1D12A2C81_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { TraceLoggingDataCollector_t5C690F08E67433C8CBAC45BCF713D40E805DB2C7 * L_0 = ___collector0; int64_t* L_1 = ___value1; int64_t L_2 = (*(int64_t*)L_1); IL2CPP_RUNTIME_CLASS_INIT(EnumHelper_1_t0BA1977F909FE948AAD5243D1B7C86D1D12A2C81_il2cpp_TypeInfo_var); int64_t L_3; L_3 = (( int64_t (*) (int64_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((int64_t)L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); NullCheck((TraceLoggingDataCollector_t5C690F08E67433C8CBAC45BCF713D40E805DB2C7 *)L_0); TraceLoggingDataCollector_AddScalar_m3A643EF28FDC7EAA760FE391CA525E63F192ADBB((TraceLoggingDataCollector_t5C690F08E67433C8CBAC45BCF713D40E805DB2C7 *)L_0, (int64_t)L_3, /*hidden argument*/NULL); return; } } // System.Object System.Diagnostics.Tracing.EnumInt64TypeInfo`1::GetData(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * EnumInt64TypeInfo_1_GetData_mE665C44512DB1A59793B7D616EEFD66F98B1F2A6_gshared (EnumInt64TypeInfo_1_t8E578BDC9FF4461730DE63EA0BAAAA6BAB508721 * __this, RuntimeObject * ___value0, const RuntimeMethod* method) { { RuntimeObject * L_0 = ___value0; return (RuntimeObject *)L_0; } } // System.Void System.Diagnostics.Tracing.EnumInt64TypeInfo`1::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EnumInt64TypeInfo_1__ctor_m3307AC4313A8E6D2FD90EAE2FB57A206CC2C3284_gshared (EnumInt64TypeInfo_1_t8E578BDC9FF4461730DE63EA0BAAAA6BAB508721 * __this, const RuntimeMethod* method) { { NullCheck((TraceLoggingTypeInfo_1_tF33AC29BBABEE752B432A303BA55EC74658EC78F *)__this); (( void (*) (TraceLoggingTypeInfo_1_tF33AC29BBABEE752B432A303BA55EC74658EC78F *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)->methodPointer)((TraceLoggingTypeInfo_1_tF33AC29BBABEE752B432A303BA55EC74658EC78F *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Diagnostics.Tracing.EnumInt64TypeInfo`1::WriteMetadata(System.Diagnostics.Tracing.TraceLoggingMetadataCollector,System.String,System.Diagnostics.Tracing.EventFieldFormat) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EnumInt64TypeInfo_1_WriteMetadata_mF24FB434299FA38FD5AE7A36FB69D2519BA8ECA3_gshared (EnumInt64TypeInfo_1_tEFCEDEF68525B8822A30AF94FEF5456DEA7EF570 * __this, TraceLoggingMetadataCollector_tFDCF6C9B118FD41428DBE1C3AA17A601001C1B2C * ___collector0, String_t* ___name1, int32_t ___format2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Statics_t4B5A84F3134B8BF7299B14BE64813C95F1ABBCE3_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { TraceLoggingMetadataCollector_tFDCF6C9B118FD41428DBE1C3AA17A601001C1B2C * L_0 = ___collector0; String_t* L_1 = ___name1; int32_t L_2 = ___format2; IL2CPP_RUNTIME_CLASS_INIT(Statics_t4B5A84F3134B8BF7299B14BE64813C95F1ABBCE3_il2cpp_TypeInfo_var); int32_t L_3; L_3 = Statics_Format64_m5CFC372799333FAA966A913CCCA0DB44A08CE285((int32_t)L_2, (int32_t)((int32_t)9), /*hidden argument*/NULL); NullCheck((TraceLoggingMetadataCollector_tFDCF6C9B118FD41428DBE1C3AA17A601001C1B2C *)L_0); TraceLoggingMetadataCollector_AddScalar_mA1A23105BD49003C6FD1A00C6A4ADBD02FA49854((TraceLoggingMetadataCollector_tFDCF6C9B118FD41428DBE1C3AA17A601001C1B2C *)L_0, (String_t*)L_1, (int32_t)L_3, /*hidden argument*/NULL); return; } } // System.Void System.Diagnostics.Tracing.EnumInt64TypeInfo`1::WriteData(System.Diagnostics.Tracing.TraceLoggingDataCollector,EnumType&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EnumInt64TypeInfo_1_WriteData_m774AA2A358E693F28EB0FFB6EF840785C5DACB9E_gshared (EnumInt64TypeInfo_1_tEFCEDEF68525B8822A30AF94FEF5456DEA7EF570 * __this, TraceLoggingDataCollector_t5C690F08E67433C8CBAC45BCF713D40E805DB2C7 * ___collector0, intptr_t* ___value1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&EnumHelper_1_t0BA1977F909FE948AAD5243D1B7C86D1D12A2C81_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { TraceLoggingDataCollector_t5C690F08E67433C8CBAC45BCF713D40E805DB2C7 * L_0 = ___collector0; intptr_t* L_1 = ___value1; intptr_t L_2 = (*(intptr_t*)L_1); IL2CPP_RUNTIME_CLASS_INIT(EnumHelper_1_t0BA1977F909FE948AAD5243D1B7C86D1D12A2C81_il2cpp_TypeInfo_var); int64_t L_3; L_3 = (( int64_t (*) (intptr_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((intptr_t)L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); NullCheck((TraceLoggingDataCollector_t5C690F08E67433C8CBAC45BCF713D40E805DB2C7 *)L_0); TraceLoggingDataCollector_AddScalar_m3A643EF28FDC7EAA760FE391CA525E63F192ADBB((TraceLoggingDataCollector_t5C690F08E67433C8CBAC45BCF713D40E805DB2C7 *)L_0, (int64_t)L_3, /*hidden argument*/NULL); return; } } // System.Object System.Diagnostics.Tracing.EnumInt64TypeInfo`1::GetData(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * EnumInt64TypeInfo_1_GetData_m849BE0C9D742DFFB13F46365D8455782ED0A67C9_gshared (EnumInt64TypeInfo_1_tEFCEDEF68525B8822A30AF94FEF5456DEA7EF570 * __this, RuntimeObject * ___value0, const RuntimeMethod* method) { { RuntimeObject * L_0 = ___value0; return (RuntimeObject *)L_0; } } // System.Void System.Diagnostics.Tracing.EnumInt64TypeInfo`1::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EnumInt64TypeInfo_1__ctor_mE1E47981189F32D7A811A0BCA3EC12AE58AA62D9_gshared (EnumInt64TypeInfo_1_tEFCEDEF68525B8822A30AF94FEF5456DEA7EF570 * __this, const RuntimeMethod* method) { { NullCheck((TraceLoggingTypeInfo_1_t144B08556E9DDF4E7C7D53A98470BF1BBD2E67DA *)__this); (( void (*) (TraceLoggingTypeInfo_1_t144B08556E9DDF4E7C7D53A98470BF1BBD2E67DA *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)->methodPointer)((TraceLoggingTypeInfo_1_t144B08556E9DDF4E7C7D53A98470BF1BBD2E67DA *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Diagnostics.Tracing.EnumInt64TypeInfo`1::WriteMetadata(System.Diagnostics.Tracing.TraceLoggingMetadataCollector,System.String,System.Diagnostics.Tracing.EventFieldFormat) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EnumInt64TypeInfo_1_WriteMetadata_m88F55D5EE678F5040A6ADD7C66124042C6791F19_gshared (EnumInt64TypeInfo_1_t1D318ACB541DA4D4CF866D7047192C427A2B4AA5 * __this, TraceLoggingMetadataCollector_tFDCF6C9B118FD41428DBE1C3AA17A601001C1B2C * ___collector0, String_t* ___name1, int32_t ___format2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Statics_t4B5A84F3134B8BF7299B14BE64813C95F1ABBCE3_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { TraceLoggingMetadataCollector_tFDCF6C9B118FD41428DBE1C3AA17A601001C1B2C * L_0 = ___collector0; String_t* L_1 = ___name1; int32_t L_2 = ___format2; IL2CPP_RUNTIME_CLASS_INIT(Statics_t4B5A84F3134B8BF7299B14BE64813C95F1ABBCE3_il2cpp_TypeInfo_var); int32_t L_3; L_3 = Statics_Format64_m5CFC372799333FAA966A913CCCA0DB44A08CE285((int32_t)L_2, (int32_t)((int32_t)9), /*hidden argument*/NULL); NullCheck((TraceLoggingMetadataCollector_tFDCF6C9B118FD41428DBE1C3AA17A601001C1B2C *)L_0); TraceLoggingMetadataCollector_AddScalar_mA1A23105BD49003C6FD1A00C6A4ADBD02FA49854((TraceLoggingMetadataCollector_tFDCF6C9B118FD41428DBE1C3AA17A601001C1B2C *)L_0, (String_t*)L_1, (int32_t)L_3, /*hidden argument*/NULL); return; } } // System.Void System.Diagnostics.Tracing.EnumInt64TypeInfo`1::WriteData(System.Diagnostics.Tracing.TraceLoggingDataCollector,EnumType&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EnumInt64TypeInfo_1_WriteData_mECD2C05731F5D1CB6FDC08420F1BD6B4C094261D_gshared (EnumInt64TypeInfo_1_t1D318ACB541DA4D4CF866D7047192C427A2B4AA5 * __this, TraceLoggingDataCollector_t5C690F08E67433C8CBAC45BCF713D40E805DB2C7 * ___collector0, RuntimeObject ** ___value1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&EnumHelper_1_t0BA1977F909FE948AAD5243D1B7C86D1D12A2C81_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { TraceLoggingDataCollector_t5C690F08E67433C8CBAC45BCF713D40E805DB2C7 * L_0 = ___collector0; RuntimeObject ** L_1 = ___value1; RuntimeObject * L_2 = (*(RuntimeObject **)L_1); IL2CPP_RUNTIME_CLASS_INIT(EnumHelper_1_t0BA1977F909FE948AAD5243D1B7C86D1D12A2C81_il2cpp_TypeInfo_var); int64_t L_3; L_3 = (( int64_t (*) (RuntimeObject *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((RuntimeObject *)L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); NullCheck((TraceLoggingDataCollector_t5C690F08E67433C8CBAC45BCF713D40E805DB2C7 *)L_0); TraceLoggingDataCollector_AddScalar_m3A643EF28FDC7EAA760FE391CA525E63F192ADBB((TraceLoggingDataCollector_t5C690F08E67433C8CBAC45BCF713D40E805DB2C7 *)L_0, (int64_t)L_3, /*hidden argument*/NULL); return; } } // System.Object System.Diagnostics.Tracing.EnumInt64TypeInfo`1::GetData(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * EnumInt64TypeInfo_1_GetData_mB7FB2DC86C64AC981521401558F0C17D952FB275_gshared (EnumInt64TypeInfo_1_t1D318ACB541DA4D4CF866D7047192C427A2B4AA5 * __this, RuntimeObject * ___value0, const RuntimeMethod* method) { { RuntimeObject * L_0 = ___value0; return (RuntimeObject *)L_0; } } // System.Void System.Diagnostics.Tracing.EnumInt64TypeInfo`1::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EnumInt64TypeInfo_1__ctor_m9B18DB57BE6A1A01D9E017182EA9BE40FFF837F3_gshared (EnumInt64TypeInfo_1_t1D318ACB541DA4D4CF866D7047192C427A2B4AA5 * __this, const RuntimeMethod* method) { { NullCheck((TraceLoggingTypeInfo_1_t2AA8837972AC05A92CCC42C2902E79514B223518 *)__this); (( void (*) (TraceLoggingTypeInfo_1_t2AA8837972AC05A92CCC42C2902E79514B223518 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)->methodPointer)((TraceLoggingTypeInfo_1_t2AA8837972AC05A92CCC42C2902E79514B223518 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Diagnostics.Tracing.EnumInt64TypeInfo`1::WriteMetadata(System.Diagnostics.Tracing.TraceLoggingMetadataCollector,System.String,System.Diagnostics.Tracing.EventFieldFormat) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EnumInt64TypeInfo_1_WriteMetadata_mA4FCBAAC8E826802210B8042BDF02BC7DC03ABEC_gshared (EnumInt64TypeInfo_1_t2E18C187ACF74742421A69A2271C5C7480D40281 * __this, TraceLoggingMetadataCollector_tFDCF6C9B118FD41428DBE1C3AA17A601001C1B2C * ___collector0, String_t* ___name1, int32_t ___format2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Statics_t4B5A84F3134B8BF7299B14BE64813C95F1ABBCE3_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { TraceLoggingMetadataCollector_tFDCF6C9B118FD41428DBE1C3AA17A601001C1B2C * L_0 = ___collector0; String_t* L_1 = ___name1; int32_t L_2 = ___format2; IL2CPP_RUNTIME_CLASS_INIT(Statics_t4B5A84F3134B8BF7299B14BE64813C95F1ABBCE3_il2cpp_TypeInfo_var); int32_t L_3; L_3 = Statics_Format64_m5CFC372799333FAA966A913CCCA0DB44A08CE285((int32_t)L_2, (int32_t)((int32_t)9), /*hidden argument*/NULL); NullCheck((TraceLoggingMetadataCollector_tFDCF6C9B118FD41428DBE1C3AA17A601001C1B2C *)L_0); TraceLoggingMetadataCollector_AddScalar_mA1A23105BD49003C6FD1A00C6A4ADBD02FA49854((TraceLoggingMetadataCollector_tFDCF6C9B118FD41428DBE1C3AA17A601001C1B2C *)L_0, (String_t*)L_1, (int32_t)L_3, /*hidden argument*/NULL); return; } } // System.Void System.Diagnostics.Tracing.EnumInt64TypeInfo`1::WriteData(System.Diagnostics.Tracing.TraceLoggingDataCollector,EnumType&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EnumInt64TypeInfo_1_WriteData_mF0F139E62FCCDABFBC43AD2BFD2C040013754D9B_gshared (EnumInt64TypeInfo_1_t2E18C187ACF74742421A69A2271C5C7480D40281 * __this, TraceLoggingDataCollector_t5C690F08E67433C8CBAC45BCF713D40E805DB2C7 * ___collector0, int8_t* ___value1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&EnumHelper_1_t0BA1977F909FE948AAD5243D1B7C86D1D12A2C81_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { TraceLoggingDataCollector_t5C690F08E67433C8CBAC45BCF713D40E805DB2C7 * L_0 = ___collector0; int8_t* L_1 = ___value1; int8_t L_2 = (*(int8_t*)L_1); IL2CPP_RUNTIME_CLASS_INIT(EnumHelper_1_t0BA1977F909FE948AAD5243D1B7C86D1D12A2C81_il2cpp_TypeInfo_var); int64_t L_3; L_3 = (( int64_t (*) (int8_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((int8_t)L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); NullCheck((TraceLoggingDataCollector_t5C690F08E67433C8CBAC45BCF713D40E805DB2C7 *)L_0); TraceLoggingDataCollector_AddScalar_m3A643EF28FDC7EAA760FE391CA525E63F192ADBB((TraceLoggingDataCollector_t5C690F08E67433C8CBAC45BCF713D40E805DB2C7 *)L_0, (int64_t)L_3, /*hidden argument*/NULL); return; } } // System.Object System.Diagnostics.Tracing.EnumInt64TypeInfo`1::GetData(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * EnumInt64TypeInfo_1_GetData_mFB9136EDFF8C527A9BA217027B2B99AED32ACB4A_gshared (EnumInt64TypeInfo_1_t2E18C187ACF74742421A69A2271C5C7480D40281 * __this, RuntimeObject * ___value0, const RuntimeMethod* method) { { RuntimeObject * L_0 = ___value0; return (RuntimeObject *)L_0; } } // System.Void System.Diagnostics.Tracing.EnumInt64TypeInfo`1::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EnumInt64TypeInfo_1__ctor_m82C914C9F0B4F79ECE22281015C4AA22D02D37C3_gshared (EnumInt64TypeInfo_1_t2E18C187ACF74742421A69A2271C5C7480D40281 * __this, const RuntimeMethod* method) { { NullCheck((TraceLoggingTypeInfo_1_t20A735C3CB75F54C35E40A70E3166D5A33200746 *)__this); (( void (*) (TraceLoggingTypeInfo_1_t20A735C3CB75F54C35E40A70E3166D5A33200746 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)->methodPointer)((TraceLoggingTypeInfo_1_t20A735C3CB75F54C35E40A70E3166D5A33200746 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Diagnostics.Tracing.EnumInt64TypeInfo`1::WriteMetadata(System.Diagnostics.Tracing.TraceLoggingMetadataCollector,System.String,System.Diagnostics.Tracing.EventFieldFormat) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EnumInt64TypeInfo_1_WriteMetadata_m6C5C2B2DD69B810B40F05D521AD56F38917D6013_gshared (EnumInt64TypeInfo_1_tD254910F490AAD6431163325E807FD4CB93BD85F * __this, TraceLoggingMetadataCollector_tFDCF6C9B118FD41428DBE1C3AA17A601001C1B2C * ___collector0, String_t* ___name1, int32_t ___format2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Statics_t4B5A84F3134B8BF7299B14BE64813C95F1ABBCE3_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { TraceLoggingMetadataCollector_tFDCF6C9B118FD41428DBE1C3AA17A601001C1B2C * L_0 = ___collector0; String_t* L_1 = ___name1; int32_t L_2 = ___format2; IL2CPP_RUNTIME_CLASS_INIT(Statics_t4B5A84F3134B8BF7299B14BE64813C95F1ABBCE3_il2cpp_TypeInfo_var); int32_t L_3; L_3 = Statics_Format64_m5CFC372799333FAA966A913CCCA0DB44A08CE285((int32_t)L_2, (int32_t)((int32_t)9), /*hidden argument*/NULL); NullCheck((TraceLoggingMetadataCollector_tFDCF6C9B118FD41428DBE1C3AA17A601001C1B2C *)L_0); TraceLoggingMetadataCollector_AddScalar_mA1A23105BD49003C6FD1A00C6A4ADBD02FA49854((TraceLoggingMetadataCollector_tFDCF6C9B118FD41428DBE1C3AA17A601001C1B2C *)L_0, (String_t*)L_1, (int32_t)L_3, /*hidden argument*/NULL); return; } } // System.Void System.Diagnostics.Tracing.EnumInt64TypeInfo`1::WriteData(System.Diagnostics.Tracing.TraceLoggingDataCollector,EnumType&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EnumInt64TypeInfo_1_WriteData_m6483AF77BA3B333008C35A6371A11D295DE23164_gshared (EnumInt64TypeInfo_1_tD254910F490AAD6431163325E807FD4CB93BD85F * __this, TraceLoggingDataCollector_t5C690F08E67433C8CBAC45BCF713D40E805DB2C7 * ___collector0, float* ___value1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&EnumHelper_1_t0BA1977F909FE948AAD5243D1B7C86D1D12A2C81_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { TraceLoggingDataCollector_t5C690F08E67433C8CBAC45BCF713D40E805DB2C7 * L_0 = ___collector0; float* L_1 = ___value1; float L_2 = (*(float*)L_1); IL2CPP_RUNTIME_CLASS_INIT(EnumHelper_1_t0BA1977F909FE948AAD5243D1B7C86D1D12A2C81_il2cpp_TypeInfo_var); int64_t L_3; L_3 = (( int64_t (*) (float, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((float)L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); NullCheck((TraceLoggingDataCollector_t5C690F08E67433C8CBAC45BCF713D40E805DB2C7 *)L_0); TraceLoggingDataCollector_AddScalar_m3A643EF28FDC7EAA760FE391CA525E63F192ADBB((TraceLoggingDataCollector_t5C690F08E67433C8CBAC45BCF713D40E805DB2C7 *)L_0, (int64_t)L_3, /*hidden argument*/NULL); return; } } // System.Object System.Diagnostics.Tracing.EnumInt64TypeInfo`1::GetData(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * EnumInt64TypeInfo_1_GetData_m05015E24D6FB20EC603062B0AD7CAA4667ED1D23_gshared (EnumInt64TypeInfo_1_tD254910F490AAD6431163325E807FD4CB93BD85F * __this, RuntimeObject * ___value0, const RuntimeMethod* method) { { RuntimeObject * L_0 = ___value0; return (RuntimeObject *)L_0; } } // System.Void System.Diagnostics.Tracing.EnumInt64TypeInfo`1::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EnumInt64TypeInfo_1__ctor_m2E471E257545279B9B06CE32DD8100F56C7810B6_gshared (EnumInt64TypeInfo_1_tD254910F490AAD6431163325E807FD4CB93BD85F * __this, const RuntimeMethod* method) { { NullCheck((TraceLoggingTypeInfo_1_t9815A50B47090D0FC0C086E821E0D4C3C0F00017 *)__this); (( void (*) (TraceLoggingTypeInfo_1_t9815A50B47090D0FC0C086E821E0D4C3C0F00017 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)->methodPointer)((TraceLoggingTypeInfo_1_t9815A50B47090D0FC0C086E821E0D4C3C0F00017 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Diagnostics.Tracing.EnumInt64TypeInfo`1::WriteMetadata(System.Diagnostics.Tracing.TraceLoggingMetadataCollector,System.String,System.Diagnostics.Tracing.EventFieldFormat) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EnumInt64TypeInfo_1_WriteMetadata_mE2B00EB100722993F74FFE26F822A7E24F05E4C4_gshared (EnumInt64TypeInfo_1_t8A2E161C3A44AFCAD5CC905E5185DBF22A7D63BC * __this, TraceLoggingMetadataCollector_tFDCF6C9B118FD41428DBE1C3AA17A601001C1B2C * ___collector0, String_t* ___name1, int32_t ___format2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Statics_t4B5A84F3134B8BF7299B14BE64813C95F1ABBCE3_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { TraceLoggingMetadataCollector_tFDCF6C9B118FD41428DBE1C3AA17A601001C1B2C * L_0 = ___collector0; String_t* L_1 = ___name1; int32_t L_2 = ___format2; IL2CPP_RUNTIME_CLASS_INIT(Statics_t4B5A84F3134B8BF7299B14BE64813C95F1ABBCE3_il2cpp_TypeInfo_var); int32_t L_3; L_3 = Statics_Format64_m5CFC372799333FAA966A913CCCA0DB44A08CE285((int32_t)L_2, (int32_t)((int32_t)9), /*hidden argument*/NULL); NullCheck((TraceLoggingMetadataCollector_tFDCF6C9B118FD41428DBE1C3AA17A601001C1B2C *)L_0); TraceLoggingMetadataCollector_AddScalar_mA1A23105BD49003C6FD1A00C6A4ADBD02FA49854((TraceLoggingMetadataCollector_tFDCF6C9B118FD41428DBE1C3AA17A601001C1B2C *)L_0, (String_t*)L_1, (int32_t)L_3, /*hidden argument*/NULL); return; } } // System.Void System.Diagnostics.Tracing.EnumInt64TypeInfo`1::WriteData(System.Diagnostics.Tracing.TraceLoggingDataCollector,EnumType&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EnumInt64TypeInfo_1_WriteData_mB375AECA63E84CE46FDC2B231A364FB63A3E0411_gshared (EnumInt64TypeInfo_1_t8A2E161C3A44AFCAD5CC905E5185DBF22A7D63BC * __this, TraceLoggingDataCollector_t5C690F08E67433C8CBAC45BCF713D40E805DB2C7 * ___collector0, TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 * ___value1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&EnumHelper_1_t0BA1977F909FE948AAD5243D1B7C86D1D12A2C81_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { TraceLoggingDataCollector_t5C690F08E67433C8CBAC45BCF713D40E805DB2C7 * L_0 = ___collector0; TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 * L_1 = ___value1; TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 L_2 = (*(TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 *)L_1); IL2CPP_RUNTIME_CLASS_INIT(EnumHelper_1_t0BA1977F909FE948AAD5243D1B7C86D1D12A2C81_il2cpp_TypeInfo_var); int64_t L_3; L_3 = (( int64_t (*) (TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 )L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); NullCheck((TraceLoggingDataCollector_t5C690F08E67433C8CBAC45BCF713D40E805DB2C7 *)L_0); TraceLoggingDataCollector_AddScalar_m3A643EF28FDC7EAA760FE391CA525E63F192ADBB((TraceLoggingDataCollector_t5C690F08E67433C8CBAC45BCF713D40E805DB2C7 *)L_0, (int64_t)L_3, /*hidden argument*/NULL); return; } } // System.Object System.Diagnostics.Tracing.EnumInt64TypeInfo`1::GetData(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * EnumInt64TypeInfo_1_GetData_m3A7E717BB8F291FD036CD0806C983FA50776EA79_gshared (EnumInt64TypeInfo_1_t8A2E161C3A44AFCAD5CC905E5185DBF22A7D63BC * __this, RuntimeObject * ___value0, const RuntimeMethod* method) { { RuntimeObject * L_0 = ___value0; return (RuntimeObject *)L_0; } } // System.Void System.Diagnostics.Tracing.EnumInt64TypeInfo`1::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EnumInt64TypeInfo_1__ctor_m0D344E96A08C0121741025CC74AF529BF8D28339_gshared (EnumInt64TypeInfo_1_t8A2E161C3A44AFCAD5CC905E5185DBF22A7D63BC * __this, const RuntimeMethod* method) { { NullCheck((TraceLoggingTypeInfo_1_tC9A61AC7F8E9EEDA5909051820377A84D5B3EA40 *)__this); (( void (*) (TraceLoggingTypeInfo_1_tC9A61AC7F8E9EEDA5909051820377A84D5B3EA40 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)->methodPointer)((TraceLoggingTypeInfo_1_tC9A61AC7F8E9EEDA5909051820377A84D5B3EA40 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Diagnostics.Tracing.EnumInt64TypeInfo`1::WriteMetadata(System.Diagnostics.Tracing.TraceLoggingMetadataCollector,System.String,System.Diagnostics.Tracing.EventFieldFormat) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EnumInt64TypeInfo_1_WriteMetadata_mDD54D32BBDBDD8CC558AFBD3CD89FCB5EC23EA26_gshared (EnumInt64TypeInfo_1_t8FB3C29C1D5EE212A04894C372A6D70C450D9A9B * __this, TraceLoggingMetadataCollector_tFDCF6C9B118FD41428DBE1C3AA17A601001C1B2C * ___collector0, String_t* ___name1, int32_t ___format2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Statics_t4B5A84F3134B8BF7299B14BE64813C95F1ABBCE3_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { TraceLoggingMetadataCollector_tFDCF6C9B118FD41428DBE1C3AA17A601001C1B2C * L_0 = ___collector0; String_t* L_1 = ___name1; int32_t L_2 = ___format2; IL2CPP_RUNTIME_CLASS_INIT(Statics_t4B5A84F3134B8BF7299B14BE64813C95F1ABBCE3_il2cpp_TypeInfo_var); int32_t L_3; L_3 = Statics_Format64_m5CFC372799333FAA966A913CCCA0DB44A08CE285((int32_t)L_2, (int32_t)((int32_t)9), /*hidden argument*/NULL); NullCheck((TraceLoggingMetadataCollector_tFDCF6C9B118FD41428DBE1C3AA17A601001C1B2C *)L_0); TraceLoggingMetadataCollector_AddScalar_mA1A23105BD49003C6FD1A00C6A4ADBD02FA49854((TraceLoggingMetadataCollector_tFDCF6C9B118FD41428DBE1C3AA17A601001C1B2C *)L_0, (String_t*)L_1, (int32_t)L_3, /*hidden argument*/NULL); return; } } // System.Void System.Diagnostics.Tracing.EnumInt64TypeInfo`1::WriteData(System.Diagnostics.Tracing.TraceLoggingDataCollector,EnumType&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EnumInt64TypeInfo_1_WriteData_m5AFD7B817E7F57F4EFB4036BB0D7DA96FB431B43_gshared (EnumInt64TypeInfo_1_t8FB3C29C1D5EE212A04894C372A6D70C450D9A9B * __this, TraceLoggingDataCollector_t5C690F08E67433C8CBAC45BCF713D40E805DB2C7 * ___collector0, uint16_t* ___value1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&EnumHelper_1_t0BA1977F909FE948AAD5243D1B7C86D1D12A2C81_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { TraceLoggingDataCollector_t5C690F08E67433C8CBAC45BCF713D40E805DB2C7 * L_0 = ___collector0; uint16_t* L_1 = ___value1; uint16_t L_2 = (*(uint16_t*)L_1); IL2CPP_RUNTIME_CLASS_INIT(EnumHelper_1_t0BA1977F909FE948AAD5243D1B7C86D1D12A2C81_il2cpp_TypeInfo_var); int64_t L_3; L_3 = (( int64_t (*) (uint16_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((uint16_t)L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); NullCheck((TraceLoggingDataCollector_t5C690F08E67433C8CBAC45BCF713D40E805DB2C7 *)L_0); TraceLoggingDataCollector_AddScalar_m3A643EF28FDC7EAA760FE391CA525E63F192ADBB((TraceLoggingDataCollector_t5C690F08E67433C8CBAC45BCF713D40E805DB2C7 *)L_0, (int64_t)L_3, /*hidden argument*/NULL); return; } } // System.Object System.Diagnostics.Tracing.EnumInt64TypeInfo`1::GetData(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * EnumInt64TypeInfo_1_GetData_m47F6DF8797FEC5F41910168AA10385F3A5EE0546_gshared (EnumInt64TypeInfo_1_t8FB3C29C1D5EE212A04894C372A6D70C450D9A9B * __this, RuntimeObject * ___value0, const RuntimeMethod* method) { { RuntimeObject * L_0 = ___value0; return (RuntimeObject *)L_0; } } // System.Void System.Diagnostics.Tracing.EnumInt64TypeInfo`1::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EnumInt64TypeInfo_1__ctor_mF7B7357B86A6365B4863A1F25A3C2FBD518EA5CC_gshared (EnumInt64TypeInfo_1_t8FB3C29C1D5EE212A04894C372A6D70C450D9A9B * __this, const RuntimeMethod* method) { { NullCheck((TraceLoggingTypeInfo_1_tF53031808FEE0C6510DAADDC7D646FDC1003596D *)__this); (( void (*) (TraceLoggingTypeInfo_1_tF53031808FEE0C6510DAADDC7D646FDC1003596D *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)->methodPointer)((TraceLoggingTypeInfo_1_tF53031808FEE0C6510DAADDC7D646FDC1003596D *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Diagnostics.Tracing.EnumInt64TypeInfo`1::WriteMetadata(System.Diagnostics.Tracing.TraceLoggingMetadataCollector,System.String,System.Diagnostics.Tracing.EventFieldFormat) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EnumInt64TypeInfo_1_WriteMetadata_m7B0132DF335ECA91D00431088A8B626818A91D2C_gshared (EnumInt64TypeInfo_1_t7CDB049B26DE2904471375E665C19F66A18CE589 * __this, TraceLoggingMetadataCollector_tFDCF6C9B118FD41428DBE1C3AA17A601001C1B2C * ___collector0, String_t* ___name1, int32_t ___format2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Statics_t4B5A84F3134B8BF7299B14BE64813C95F1ABBCE3_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { TraceLoggingMetadataCollector_tFDCF6C9B118FD41428DBE1C3AA17A601001C1B2C * L_0 = ___collector0; String_t* L_1 = ___name1; int32_t L_2 = ___format2; IL2CPP_RUNTIME_CLASS_INIT(Statics_t4B5A84F3134B8BF7299B14BE64813C95F1ABBCE3_il2cpp_TypeInfo_var); int32_t L_3; L_3 = Statics_Format64_m5CFC372799333FAA966A913CCCA0DB44A08CE285((int32_t)L_2, (int32_t)((int32_t)9), /*hidden argument*/NULL); NullCheck((TraceLoggingMetadataCollector_tFDCF6C9B118FD41428DBE1C3AA17A601001C1B2C *)L_0); TraceLoggingMetadataCollector_AddScalar_mA1A23105BD49003C6FD1A00C6A4ADBD02FA49854((TraceLoggingMetadataCollector_tFDCF6C9B118FD41428DBE1C3AA17A601001C1B2C *)L_0, (String_t*)L_1, (int32_t)L_3, /*hidden argument*/NULL); return; } } // System.Void System.Diagnostics.Tracing.EnumInt64TypeInfo`1::WriteData(System.Diagnostics.Tracing.TraceLoggingDataCollector,EnumType&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EnumInt64TypeInfo_1_WriteData_mEDDB3D9BBF31CBF850A70F5E180D49288C00BF67_gshared (EnumInt64TypeInfo_1_t7CDB049B26DE2904471375E665C19F66A18CE589 * __this, TraceLoggingDataCollector_t5C690F08E67433C8CBAC45BCF713D40E805DB2C7 * ___collector0, uint32_t* ___value1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&EnumHelper_1_t0BA1977F909FE948AAD5243D1B7C86D1D12A2C81_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { TraceLoggingDataCollector_t5C690F08E67433C8CBAC45BCF713D40E805DB2C7 * L_0 = ___collector0; uint32_t* L_1 = ___value1; uint32_t L_2 = (*(uint32_t*)L_1); IL2CPP_RUNTIME_CLASS_INIT(EnumHelper_1_t0BA1977F909FE948AAD5243D1B7C86D1D12A2C81_il2cpp_TypeInfo_var); int64_t L_3; L_3 = (( int64_t (*) (uint32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((uint32_t)L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); NullCheck((TraceLoggingDataCollector_t5C690F08E67433C8CBAC45BCF713D40E805DB2C7 *)L_0); TraceLoggingDataCollector_AddScalar_m3A643EF28FDC7EAA760FE391CA525E63F192ADBB((TraceLoggingDataCollector_t5C690F08E67433C8CBAC45BCF713D40E805DB2C7 *)L_0, (int64_t)L_3, /*hidden argument*/NULL); return; } } // System.Object System.Diagnostics.Tracing.EnumInt64TypeInfo`1::GetData(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * EnumInt64TypeInfo_1_GetData_m8AB8D83BDE18C7FA20D8588C6A27F03856A933C0_gshared (EnumInt64TypeInfo_1_t7CDB049B26DE2904471375E665C19F66A18CE589 * __this, RuntimeObject * ___value0, const RuntimeMethod* method) { { RuntimeObject * L_0 = ___value0; return (RuntimeObject *)L_0; } } // System.Void System.Diagnostics.Tracing.EnumInt64TypeInfo`1::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EnumInt64TypeInfo_1__ctor_mE41580705F5891C61B08C01E2159A1100823E4F0_gshared (EnumInt64TypeInfo_1_t7CDB049B26DE2904471375E665C19F66A18CE589 * __this, const RuntimeMethod* method) { { NullCheck((TraceLoggingTypeInfo_1_t5E4CDB44325F36D386C0A07E2A068BFFE01B013D *)__this); (( void (*) (TraceLoggingTypeInfo_1_t5E4CDB44325F36D386C0A07E2A068BFFE01B013D *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)->methodPointer)((TraceLoggingTypeInfo_1_t5E4CDB44325F36D386C0A07E2A068BFFE01B013D *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Diagnostics.Tracing.EnumInt64TypeInfo`1::WriteMetadata(System.Diagnostics.Tracing.TraceLoggingMetadataCollector,System.String,System.Diagnostics.Tracing.EventFieldFormat) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EnumInt64TypeInfo_1_WriteMetadata_mAA4154F4C61E863EEB7E37E3B01027A6F02E37CA_gshared (EnumInt64TypeInfo_1_t522993BB9667D5C27EC5E9B3AE63C2D436CD9D8D * __this, TraceLoggingMetadataCollector_tFDCF6C9B118FD41428DBE1C3AA17A601001C1B2C * ___collector0, String_t* ___name1, int32_t ___format2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Statics_t4B5A84F3134B8BF7299B14BE64813C95F1ABBCE3_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { TraceLoggingMetadataCollector_tFDCF6C9B118FD41428DBE1C3AA17A601001C1B2C * L_0 = ___collector0; String_t* L_1 = ___name1; int32_t L_2 = ___format2; IL2CPP_RUNTIME_CLASS_INIT(Statics_t4B5A84F3134B8BF7299B14BE64813C95F1ABBCE3_il2cpp_TypeInfo_var); int32_t L_3; L_3 = Statics_Format64_m5CFC372799333FAA966A913CCCA0DB44A08CE285((int32_t)L_2, (int32_t)((int32_t)9), /*hidden argument*/NULL); NullCheck((TraceLoggingMetadataCollector_tFDCF6C9B118FD41428DBE1C3AA17A601001C1B2C *)L_0); TraceLoggingMetadataCollector_AddScalar_mA1A23105BD49003C6FD1A00C6A4ADBD02FA49854((TraceLoggingMetadataCollector_tFDCF6C9B118FD41428DBE1C3AA17A601001C1B2C *)L_0, (String_t*)L_1, (int32_t)L_3, /*hidden argument*/NULL); return; } } // System.Void System.Diagnostics.Tracing.EnumInt64TypeInfo`1::WriteData(System.Diagnostics.Tracing.TraceLoggingDataCollector,EnumType&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EnumInt64TypeInfo_1_WriteData_mAA020D470AB874C584B7E1463895721F68F9A648_gshared (EnumInt64TypeInfo_1_t522993BB9667D5C27EC5E9B3AE63C2D436CD9D8D * __this, TraceLoggingDataCollector_t5C690F08E67433C8CBAC45BCF713D40E805DB2C7 * ___collector0, uint64_t* ___value1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&EnumHelper_1_t0BA1977F909FE948AAD5243D1B7C86D1D12A2C81_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { TraceLoggingDataCollector_t5C690F08E67433C8CBAC45BCF713D40E805DB2C7 * L_0 = ___collector0; uint64_t* L_1 = ___value1; uint64_t L_2 = (*(uint64_t*)L_1); IL2CPP_RUNTIME_CLASS_INIT(EnumHelper_1_t0BA1977F909FE948AAD5243D1B7C86D1D12A2C81_il2cpp_TypeInfo_var); int64_t L_3; L_3 = (( int64_t (*) (uint64_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((uint64_t)L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); NullCheck((TraceLoggingDataCollector_t5C690F08E67433C8CBAC45BCF713D40E805DB2C7 *)L_0); TraceLoggingDataCollector_AddScalar_m3A643EF28FDC7EAA760FE391CA525E63F192ADBB((TraceLoggingDataCollector_t5C690F08E67433C8CBAC45BCF713D40E805DB2C7 *)L_0, (int64_t)L_3, /*hidden argument*/NULL); return; } } // System.Object System.Diagnostics.Tracing.EnumInt64TypeInfo`1::GetData(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * EnumInt64TypeInfo_1_GetData_m4DD19CBB4F8BF473252C1B0DA4474789EECD50A6_gshared (EnumInt64TypeInfo_1_t522993BB9667D5C27EC5E9B3AE63C2D436CD9D8D * __this, RuntimeObject * ___value0, const RuntimeMethod* method) { { RuntimeObject * L_0 = ___value0; return (RuntimeObject *)L_0; } } // System.Void System.Diagnostics.Tracing.EnumInt64TypeInfo`1::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EnumInt64TypeInfo_1__ctor_mF3C0725A0538CAFBFE65CDBAF1F9865905AE3F81_gshared (EnumInt64TypeInfo_1_t522993BB9667D5C27EC5E9B3AE63C2D436CD9D8D * __this, const RuntimeMethod* method) { { NullCheck((TraceLoggingTypeInfo_1_t2AB1B6E82D459F19130F48405C93259B4FAD5DE0 *)__this); (( void (*) (TraceLoggingTypeInfo_1_t2AB1B6E82D459F19130F48405C93259B4FAD5DE0 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)->methodPointer)((TraceLoggingTypeInfo_1_t2AB1B6E82D459F19130F48405C93259B4FAD5DE0 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Diagnostics.Tracing.EnumInt64TypeInfo`1::WriteMetadata(System.Diagnostics.Tracing.TraceLoggingMetadataCollector,System.String,System.Diagnostics.Tracing.EventFieldFormat) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EnumInt64TypeInfo_1_WriteMetadata_m6E9B1888240D061C717D0892CBB4C261B1F3AB7B_gshared (EnumInt64TypeInfo_1_tCD5A3B48346B99E1A927055B827FD7B490144F23 * __this, TraceLoggingMetadataCollector_tFDCF6C9B118FD41428DBE1C3AA17A601001C1B2C * ___collector0, String_t* ___name1, int32_t ___format2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Statics_t4B5A84F3134B8BF7299B14BE64813C95F1ABBCE3_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { TraceLoggingMetadataCollector_tFDCF6C9B118FD41428DBE1C3AA17A601001C1B2C * L_0 = ___collector0; String_t* L_1 = ___name1; int32_t L_2 = ___format2; IL2CPP_RUNTIME_CLASS_INIT(Statics_t4B5A84F3134B8BF7299B14BE64813C95F1ABBCE3_il2cpp_TypeInfo_var); int32_t L_3; L_3 = Statics_Format64_m5CFC372799333FAA966A913CCCA0DB44A08CE285((int32_t)L_2, (int32_t)((int32_t)9), /*hidden argument*/NULL); NullCheck((TraceLoggingMetadataCollector_tFDCF6C9B118FD41428DBE1C3AA17A601001C1B2C *)L_0); TraceLoggingMetadataCollector_AddScalar_mA1A23105BD49003C6FD1A00C6A4ADBD02FA49854((TraceLoggingMetadataCollector_tFDCF6C9B118FD41428DBE1C3AA17A601001C1B2C *)L_0, (String_t*)L_1, (int32_t)L_3, /*hidden argument*/NULL); return; } } // System.Void System.Diagnostics.Tracing.EnumInt64TypeInfo`1::WriteData(System.Diagnostics.Tracing.TraceLoggingDataCollector,EnumType&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EnumInt64TypeInfo_1_WriteData_m20AAAF1654D71CED6A3B37C0579EA45F5BC7F598_gshared (EnumInt64TypeInfo_1_tCD5A3B48346B99E1A927055B827FD7B490144F23 * __this, TraceLoggingDataCollector_t5C690F08E67433C8CBAC45BCF713D40E805DB2C7 * ___collector0, uintptr_t* ___value1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&EnumHelper_1_t0BA1977F909FE948AAD5243D1B7C86D1D12A2C81_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { TraceLoggingDataCollector_t5C690F08E67433C8CBAC45BCF713D40E805DB2C7 * L_0 = ___collector0; uintptr_t* L_1 = ___value1; uintptr_t L_2 = (*(uintptr_t*)L_1); IL2CPP_RUNTIME_CLASS_INIT(EnumHelper_1_t0BA1977F909FE948AAD5243D1B7C86D1D12A2C81_il2cpp_TypeInfo_var); int64_t L_3; L_3 = (( int64_t (*) (uintptr_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((uintptr_t)L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); NullCheck((TraceLoggingDataCollector_t5C690F08E67433C8CBAC45BCF713D40E805DB2C7 *)L_0); TraceLoggingDataCollector_AddScalar_m3A643EF28FDC7EAA760FE391CA525E63F192ADBB((TraceLoggingDataCollector_t5C690F08E67433C8CBAC45BCF713D40E805DB2C7 *)L_0, (int64_t)L_3, /*hidden argument*/NULL); return; } } // System.Object System.Diagnostics.Tracing.EnumInt64TypeInfo`1::GetData(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * EnumInt64TypeInfo_1_GetData_mB1063174A8EB1D834D370A357259E209E798D257_gshared (EnumInt64TypeInfo_1_tCD5A3B48346B99E1A927055B827FD7B490144F23 * __this, RuntimeObject * ___value0, const RuntimeMethod* method) { { RuntimeObject * L_0 = ___value0; return (RuntimeObject *)L_0; } } // System.Void System.Diagnostics.Tracing.EnumInt64TypeInfo`1::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EnumInt64TypeInfo_1__ctor_m935CA160DC4C691B391F11AEE51B21E1E09FDFFC_gshared (EnumInt64TypeInfo_1_tCD5A3B48346B99E1A927055B827FD7B490144F23 * __this, const RuntimeMethod* method) { { NullCheck((TraceLoggingTypeInfo_1_t0AA37671ECD36B79145C47886B8425BF92BE7B13 *)__this); (( void (*) (TraceLoggingTypeInfo_1_t0AA37671ECD36B79145C47886B8425BF92BE7B13 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)->methodPointer)((TraceLoggingTypeInfo_1_t0AA37671ECD36B79145C47886B8425BF92BE7B13 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Diagnostics.Tracing.EnumSByteTypeInfo`1>::WriteMetadata(System.Diagnostics.Tracing.TraceLoggingMetadataCollector,System.String,System.Diagnostics.Tracing.EventFieldFormat) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EnumSByteTypeInfo_1_WriteMetadata_mB6A9CD286B021A51F60658EE117F67DB4B6C7BB2_gshared (EnumSByteTypeInfo_1_tC7CFCCC18A3C3E6F197134F5C02B5DD1593CDBE3 * __this, TraceLoggingMetadataCollector_tFDCF6C9B118FD41428DBE1C3AA17A601001C1B2C * ___collector0, String_t* ___name1, int32_t ___format2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Statics_t4B5A84F3134B8BF7299B14BE64813C95F1ABBCE3_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { TraceLoggingMetadataCollector_tFDCF6C9B118FD41428DBE1C3AA17A601001C1B2C * L_0 = ___collector0; String_t* L_1 = ___name1; int32_t L_2 = ___format2; IL2CPP_RUNTIME_CLASS_INIT(Statics_t4B5A84F3134B8BF7299B14BE64813C95F1ABBCE3_il2cpp_TypeInfo_var); int32_t L_3; L_3 = Statics_Format8_mE45EF4E6E42F82768CE748BDA7E5106F3CD0E15C((int32_t)L_2, (int32_t)3, /*hidden argument*/NULL); NullCheck((TraceLoggingMetadataCollector_tFDCF6C9B118FD41428DBE1C3AA17A601001C1B2C *)L_0); TraceLoggingMetadataCollector_AddScalar_mA1A23105BD49003C6FD1A00C6A4ADBD02FA49854((TraceLoggingMetadataCollector_tFDCF6C9B118FD41428DBE1C3AA17A601001C1B2C *)L_0, (String_t*)L_1, (int32_t)L_3, /*hidden argument*/NULL); return; } } // System.Void System.Diagnostics.Tracing.EnumSByteTypeInfo`1>::WriteData(System.Diagnostics.Tracing.TraceLoggingDataCollector,EnumType&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EnumSByteTypeInfo_1_WriteData_mF0F891D3499FD813DC0FD40CC3037BC99FB6E567_gshared (EnumSByteTypeInfo_1_tC7CFCCC18A3C3E6F197134F5C02B5DD1593CDBE3 * __this, TraceLoggingDataCollector_t5C690F08E67433C8CBAC45BCF713D40E805DB2C7 * ___collector0, KeyValuePair_2_tFB6A066C69E28C6ACA5FC5E24D969BFADC5FA625 * ___value1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&EnumHelper_1_t1A18AB4B10A79E8CE2267B3FAD22C9B957BBCA3E_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { TraceLoggingDataCollector_t5C690F08E67433C8CBAC45BCF713D40E805DB2C7 * L_0 = ___collector0; KeyValuePair_2_tFB6A066C69E28C6ACA5FC5E24D969BFADC5FA625 * L_1 = ___value1; KeyValuePair_2_tFB6A066C69E28C6ACA5FC5E24D969BFADC5FA625 L_2 = (*(KeyValuePair_2_tFB6A066C69E28C6ACA5FC5E24D969BFADC5FA625 *)L_1); IL2CPP_RUNTIME_CLASS_INIT(EnumHelper_1_t1A18AB4B10A79E8CE2267B3FAD22C9B957BBCA3E_il2cpp_TypeInfo_var); int8_t L_3; L_3 = (( int8_t (*) (KeyValuePair_2_tFB6A066C69E28C6ACA5FC5E24D969BFADC5FA625 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((KeyValuePair_2_tFB6A066C69E28C6ACA5FC5E24D969BFADC5FA625 )L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); NullCheck((TraceLoggingDataCollector_t5C690F08E67433C8CBAC45BCF713D40E805DB2C7 *)L_0); TraceLoggingDataCollector_AddScalar_m9203030D27BA68019EE250777A63DA2DAC402D3B((TraceLoggingDataCollector_t5C690F08E67433C8CBAC45BCF713D40E805DB2C7 *)L_0, (int8_t)L_3, /*hidden argument*/NULL); return; } } // System.Object System.Diagnostics.Tracing.EnumSByteTypeInfo`1>::GetData(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * EnumSByteTypeInfo_1_GetData_m46ABABDA97AD380EA6543ECAA78B79FD6CA9E87A_gshared (EnumSByteTypeInfo_1_tC7CFCCC18A3C3E6F197134F5C02B5DD1593CDBE3 * __this, RuntimeObject * ___value0, const RuntimeMethod* method) { { RuntimeObject * L_0 = ___value0; return (RuntimeObject *)L_0; } } // System.Void System.Diagnostics.Tracing.EnumSByteTypeInfo`1>::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EnumSByteTypeInfo_1__ctor_m1BDFFBEA2C1A19425AE88AD9BA078126FE1450F1_gshared (EnumSByteTypeInfo_1_tC7CFCCC18A3C3E6F197134F5C02B5DD1593CDBE3 * __this, const RuntimeMethod* method) { { NullCheck((TraceLoggingTypeInfo_1_tAA80A15704CE49500C66DC6B1C05B2A1188F89DC *)__this); (( void (*) (TraceLoggingTypeInfo_1_tAA80A15704CE49500C66DC6B1C05B2A1188F89DC *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)->methodPointer)((TraceLoggingTypeInfo_1_tAA80A15704CE49500C66DC6B1C05B2A1188F89DC *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Diagnostics.Tracing.EnumSByteTypeInfo`1::WriteMetadata(System.Diagnostics.Tracing.TraceLoggingMetadataCollector,System.String,System.Diagnostics.Tracing.EventFieldFormat) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EnumSByteTypeInfo_1_WriteMetadata_m723F0A1170B840CCE3ACB2A09C5C09D4DD1514C9_gshared (EnumSByteTypeInfo_1_t84A9F7127C451FD1D6F918C13E5A9C820F169A81 * __this, TraceLoggingMetadataCollector_tFDCF6C9B118FD41428DBE1C3AA17A601001C1B2C * ___collector0, String_t* ___name1, int32_t ___format2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Statics_t4B5A84F3134B8BF7299B14BE64813C95F1ABBCE3_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { TraceLoggingMetadataCollector_tFDCF6C9B118FD41428DBE1C3AA17A601001C1B2C * L_0 = ___collector0; String_t* L_1 = ___name1; int32_t L_2 = ___format2; IL2CPP_RUNTIME_CLASS_INIT(Statics_t4B5A84F3134B8BF7299B14BE64813C95F1ABBCE3_il2cpp_TypeInfo_var); int32_t L_3; L_3 = Statics_Format8_mE45EF4E6E42F82768CE748BDA7E5106F3CD0E15C((int32_t)L_2, (int32_t)3, /*hidden argument*/NULL); NullCheck((TraceLoggingMetadataCollector_tFDCF6C9B118FD41428DBE1C3AA17A601001C1B2C *)L_0); TraceLoggingMetadataCollector_AddScalar_mA1A23105BD49003C6FD1A00C6A4ADBD02FA49854((TraceLoggingMetadataCollector_tFDCF6C9B118FD41428DBE1C3AA17A601001C1B2C *)L_0, (String_t*)L_1, (int32_t)L_3, /*hidden argument*/NULL); return; } } // System.Void System.Diagnostics.Tracing.EnumSByteTypeInfo`1::WriteData(System.Diagnostics.Tracing.TraceLoggingDataCollector,EnumType&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EnumSByteTypeInfo_1_WriteData_m12A63C40E33A4D1E5C857CD500BFBD46AA43C596_gshared (EnumSByteTypeInfo_1_t84A9F7127C451FD1D6F918C13E5A9C820F169A81 * __this, TraceLoggingDataCollector_t5C690F08E67433C8CBAC45BCF713D40E805DB2C7 * ___collector0, bool* ___value1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&EnumHelper_1_t1A18AB4B10A79E8CE2267B3FAD22C9B957BBCA3E_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { TraceLoggingDataCollector_t5C690F08E67433C8CBAC45BCF713D40E805DB2C7 * L_0 = ___collector0; bool* L_1 = ___value1; bool L_2 = (*(bool*)L_1); IL2CPP_RUNTIME_CLASS_INIT(EnumHelper_1_t1A18AB4B10A79E8CE2267B3FAD22C9B957BBCA3E_il2cpp_TypeInfo_var); int8_t L_3; L_3 = (( int8_t (*) (bool, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((bool)L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); NullCheck((TraceLoggingDataCollector_t5C690F08E67433C8CBAC45BCF713D40E805DB2C7 *)L_0); TraceLoggingDataCollector_AddScalar_m9203030D27BA68019EE250777A63DA2DAC402D3B((TraceLoggingDataCollector_t5C690F08E67433C8CBAC45BCF713D40E805DB2C7 *)L_0, (int8_t)L_3, /*hidden argument*/NULL); return; } } // System.Object System.Diagnostics.Tracing.EnumSByteTypeInfo`1::GetData(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * EnumSByteTypeInfo_1_GetData_m55C4E5EB9EDA56C7942C327D1CB17B0916CD2976_gshared (EnumSByteTypeInfo_1_t84A9F7127C451FD1D6F918C13E5A9C820F169A81 * __this, RuntimeObject * ___value0, const RuntimeMethod* method) { { RuntimeObject * L_0 = ___value0; return (RuntimeObject *)L_0; } } // System.Void System.Diagnostics.Tracing.EnumSByteTypeInfo`1::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EnumSByteTypeInfo_1__ctor_mFE19EAB1801590F0A8680687414A2FBEBD96ECD8_gshared (EnumSByteTypeInfo_1_t84A9F7127C451FD1D6F918C13E5A9C820F169A81 * __this, const RuntimeMethod* method) { { NullCheck((TraceLoggingTypeInfo_1_t2E09E8CA26064E30A8F7376A80B6440C13A23A68 *)__this); (( void (*) (TraceLoggingTypeInfo_1_t2E09E8CA26064E30A8F7376A80B6440C13A23A68 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)->methodPointer)((TraceLoggingTypeInfo_1_t2E09E8CA26064E30A8F7376A80B6440C13A23A68 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Diagnostics.Tracing.EnumSByteTypeInfo`1::WriteMetadata(System.Diagnostics.Tracing.TraceLoggingMetadataCollector,System.String,System.Diagnostics.Tracing.EventFieldFormat) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EnumSByteTypeInfo_1_WriteMetadata_m5939E72B89935BFAFF7F376E60CF0997E183C359_gshared (EnumSByteTypeInfo_1_t250B0618D664E497916244D0DB60E13735980431 * __this, TraceLoggingMetadataCollector_tFDCF6C9B118FD41428DBE1C3AA17A601001C1B2C * ___collector0, String_t* ___name1, int32_t ___format2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Statics_t4B5A84F3134B8BF7299B14BE64813C95F1ABBCE3_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { TraceLoggingMetadataCollector_tFDCF6C9B118FD41428DBE1C3AA17A601001C1B2C * L_0 = ___collector0; String_t* L_1 = ___name1; int32_t L_2 = ___format2; IL2CPP_RUNTIME_CLASS_INIT(Statics_t4B5A84F3134B8BF7299B14BE64813C95F1ABBCE3_il2cpp_TypeInfo_var); int32_t L_3; L_3 = Statics_Format8_mE45EF4E6E42F82768CE748BDA7E5106F3CD0E15C((int32_t)L_2, (int32_t)3, /*hidden argument*/NULL); NullCheck((TraceLoggingMetadataCollector_tFDCF6C9B118FD41428DBE1C3AA17A601001C1B2C *)L_0); TraceLoggingMetadataCollector_AddScalar_mA1A23105BD49003C6FD1A00C6A4ADBD02FA49854((TraceLoggingMetadataCollector_tFDCF6C9B118FD41428DBE1C3AA17A601001C1B2C *)L_0, (String_t*)L_1, (int32_t)L_3, /*hidden argument*/NULL); return; } } // System.Void System.Diagnostics.Tracing.EnumSByteTypeInfo`1::WriteData(System.Diagnostics.Tracing.TraceLoggingDataCollector,EnumType&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EnumSByteTypeInfo_1_WriteData_mF68EF1F28858EA97E4EBD2929D2BA66F5F1BFF25_gshared (EnumSByteTypeInfo_1_t250B0618D664E497916244D0DB60E13735980431 * __this, TraceLoggingDataCollector_t5C690F08E67433C8CBAC45BCF713D40E805DB2C7 * ___collector0, uint8_t* ___value1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&EnumHelper_1_t1A18AB4B10A79E8CE2267B3FAD22C9B957BBCA3E_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { TraceLoggingDataCollector_t5C690F08E67433C8CBAC45BCF713D40E805DB2C7 * L_0 = ___collector0; uint8_t* L_1 = ___value1; uint8_t L_2 = (*(uint8_t*)L_1); IL2CPP_RUNTIME_CLASS_INIT(EnumHelper_1_t1A18AB4B10A79E8CE2267B3FAD22C9B957BBCA3E_il2cpp_TypeInfo_var); int8_t L_3; L_3 = (( int8_t (*) (uint8_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((uint8_t)L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); NullCheck((TraceLoggingDataCollector_t5C690F08E67433C8CBAC45BCF713D40E805DB2C7 *)L_0); TraceLoggingDataCollector_AddScalar_m9203030D27BA68019EE250777A63DA2DAC402D3B((TraceLoggingDataCollector_t5C690F08E67433C8CBAC45BCF713D40E805DB2C7 *)L_0, (int8_t)L_3, /*hidden argument*/NULL); return; } } // System.Object System.Diagnostics.Tracing.EnumSByteTypeInfo`1::GetData(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * EnumSByteTypeInfo_1_GetData_m51AA9FD3AD40E9021939CF29DBB5239694A84C8D_gshared (EnumSByteTypeInfo_1_t250B0618D664E497916244D0DB60E13735980431 * __this, RuntimeObject * ___value0, const RuntimeMethod* method) { { RuntimeObject * L_0 = ___value0; return (RuntimeObject *)L_0; } } // System.Void System.Diagnostics.Tracing.EnumSByteTypeInfo`1::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EnumSByteTypeInfo_1__ctor_mE42ABF55FC3958D0CB6076F9D8225B8FC5FCEE91_gshared (EnumSByteTypeInfo_1_t250B0618D664E497916244D0DB60E13735980431 * __this, const RuntimeMethod* method) { { NullCheck((TraceLoggingTypeInfo_1_t3249C39DDD7C9608FB6A71BC0E8ADAD2DBA7582D *)__this); (( void (*) (TraceLoggingTypeInfo_1_t3249C39DDD7C9608FB6A71BC0E8ADAD2DBA7582D *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)->methodPointer)((TraceLoggingTypeInfo_1_t3249C39DDD7C9608FB6A71BC0E8ADAD2DBA7582D *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Diagnostics.Tracing.EnumSByteTypeInfo`1::WriteMetadata(System.Diagnostics.Tracing.TraceLoggingMetadataCollector,System.String,System.Diagnostics.Tracing.EventFieldFormat) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EnumSByteTypeInfo_1_WriteMetadata_m30FF459857E1DBAF9A8DB556EBD314AA0E4C8E81_gshared (EnumSByteTypeInfo_1_t33E4770DB98C2C3B2FF5FECB0A2ADB94E711754B * __this, TraceLoggingMetadataCollector_tFDCF6C9B118FD41428DBE1C3AA17A601001C1B2C * ___collector0, String_t* ___name1, int32_t ___format2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Statics_t4B5A84F3134B8BF7299B14BE64813C95F1ABBCE3_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { TraceLoggingMetadataCollector_tFDCF6C9B118FD41428DBE1C3AA17A601001C1B2C * L_0 = ___collector0; String_t* L_1 = ___name1; int32_t L_2 = ___format2; IL2CPP_RUNTIME_CLASS_INIT(Statics_t4B5A84F3134B8BF7299B14BE64813C95F1ABBCE3_il2cpp_TypeInfo_var); int32_t L_3; L_3 = Statics_Format8_mE45EF4E6E42F82768CE748BDA7E5106F3CD0E15C((int32_t)L_2, (int32_t)3, /*hidden argument*/NULL); NullCheck((TraceLoggingMetadataCollector_tFDCF6C9B118FD41428DBE1C3AA17A601001C1B2C *)L_0); TraceLoggingMetadataCollector_AddScalar_mA1A23105BD49003C6FD1A00C6A4ADBD02FA49854((TraceLoggingMetadataCollector_tFDCF6C9B118FD41428DBE1C3AA17A601001C1B2C *)L_0, (String_t*)L_1, (int32_t)L_3, /*hidden argument*/NULL); return; } } // System.Void System.Diagnostics.Tracing.EnumSByteTypeInfo`1::WriteData(System.Diagnostics.Tracing.TraceLoggingDataCollector,EnumType&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EnumSByteTypeInfo_1_WriteData_mBEF34F6881E71455EA2B5D358731108F23AE67C2_gshared (EnumSByteTypeInfo_1_t33E4770DB98C2C3B2FF5FECB0A2ADB94E711754B * __this, TraceLoggingDataCollector_t5C690F08E67433C8CBAC45BCF713D40E805DB2C7 * ___collector0, Il2CppChar* ___value1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&EnumHelper_1_t1A18AB4B10A79E8CE2267B3FAD22C9B957BBCA3E_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { TraceLoggingDataCollector_t5C690F08E67433C8CBAC45BCF713D40E805DB2C7 * L_0 = ___collector0; Il2CppChar* L_1 = ___value1; Il2CppChar L_2 = (*(Il2CppChar*)L_1); IL2CPP_RUNTIME_CLASS_INIT(EnumHelper_1_t1A18AB4B10A79E8CE2267B3FAD22C9B957BBCA3E_il2cpp_TypeInfo_var); int8_t L_3; L_3 = (( int8_t (*) (Il2CppChar, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((Il2CppChar)L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); NullCheck((TraceLoggingDataCollector_t5C690F08E67433C8CBAC45BCF713D40E805DB2C7 *)L_0); TraceLoggingDataCollector_AddScalar_m9203030D27BA68019EE250777A63DA2DAC402D3B((TraceLoggingDataCollector_t5C690F08E67433C8CBAC45BCF713D40E805DB2C7 *)L_0, (int8_t)L_3, /*hidden argument*/NULL); return; } } // System.Object System.Diagnostics.Tracing.EnumSByteTypeInfo`1::GetData(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * EnumSByteTypeInfo_1_GetData_mE4BF77B5438695955D69E97E56CDB5566DFAFF77_gshared (EnumSByteTypeInfo_1_t33E4770DB98C2C3B2FF5FECB0A2ADB94E711754B * __this, RuntimeObject * ___value0, const RuntimeMethod* method) { { RuntimeObject * L_0 = ___value0; return (RuntimeObject *)L_0; } } // System.Void System.Diagnostics.Tracing.EnumSByteTypeInfo`1::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EnumSByteTypeInfo_1__ctor_m600BEC5BE551F411060C46AE841F31A01F9410FA_gshared (EnumSByteTypeInfo_1_t33E4770DB98C2C3B2FF5FECB0A2ADB94E711754B * __this, const RuntimeMethod* method) { { NullCheck((TraceLoggingTypeInfo_1_t4060A49A9615875C95710F4F7A74B649698B182C *)__this); (( void (*) (TraceLoggingTypeInfo_1_t4060A49A9615875C95710F4F7A74B649698B182C *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)->methodPointer)((TraceLoggingTypeInfo_1_t4060A49A9615875C95710F4F7A74B649698B182C *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Diagnostics.Tracing.EnumSByteTypeInfo`1::WriteMetadata(System.Diagnostics.Tracing.TraceLoggingMetadataCollector,System.String,System.Diagnostics.Tracing.EventFieldFormat) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EnumSByteTypeInfo_1_WriteMetadata_m59A1BB5C7BCFC6EAE44AD01A415E17E334D7F53E_gshared (EnumSByteTypeInfo_1_t1C26360FF983B58A8A584BB51D9E20F7436E7C99 * __this, TraceLoggingMetadataCollector_tFDCF6C9B118FD41428DBE1C3AA17A601001C1B2C * ___collector0, String_t* ___name1, int32_t ___format2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Statics_t4B5A84F3134B8BF7299B14BE64813C95F1ABBCE3_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { TraceLoggingMetadataCollector_tFDCF6C9B118FD41428DBE1C3AA17A601001C1B2C * L_0 = ___collector0; String_t* L_1 = ___name1; int32_t L_2 = ___format2; IL2CPP_RUNTIME_CLASS_INIT(Statics_t4B5A84F3134B8BF7299B14BE64813C95F1ABBCE3_il2cpp_TypeInfo_var); int32_t L_3; L_3 = Statics_Format8_mE45EF4E6E42F82768CE748BDA7E5106F3CD0E15C((int32_t)L_2, (int32_t)3, /*hidden argument*/NULL); NullCheck((TraceLoggingMetadataCollector_tFDCF6C9B118FD41428DBE1C3AA17A601001C1B2C *)L_0); TraceLoggingMetadataCollector_AddScalar_mA1A23105BD49003C6FD1A00C6A4ADBD02FA49854((TraceLoggingMetadataCollector_tFDCF6C9B118FD41428DBE1C3AA17A601001C1B2C *)L_0, (String_t*)L_1, (int32_t)L_3, /*hidden argument*/NULL); return; } } // System.Void System.Diagnostics.Tracing.EnumSByteTypeInfo`1::WriteData(System.Diagnostics.Tracing.TraceLoggingDataCollector,EnumType&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EnumSByteTypeInfo_1_WriteData_m91C15B91A49123DB514685A1CD3162580BFC9D74_gshared (EnumSByteTypeInfo_1_t1C26360FF983B58A8A584BB51D9E20F7436E7C99 * __this, TraceLoggingDataCollector_t5C690F08E67433C8CBAC45BCF713D40E805DB2C7 * ___collector0, DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 * ___value1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&EnumHelper_1_t1A18AB4B10A79E8CE2267B3FAD22C9B957BBCA3E_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { TraceLoggingDataCollector_t5C690F08E67433C8CBAC45BCF713D40E805DB2C7 * L_0 = ___collector0; DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 * L_1 = ___value1; DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_2 = (*(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 *)L_1); IL2CPP_RUNTIME_CLASS_INIT(EnumHelper_1_t1A18AB4B10A79E8CE2267B3FAD22C9B957BBCA3E_il2cpp_TypeInfo_var); int8_t L_3; L_3 = (( int8_t (*) (DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 )L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); NullCheck((TraceLoggingDataCollector_t5C690F08E67433C8CBAC45BCF713D40E805DB2C7 *)L_0); TraceLoggingDataCollector_AddScalar_m9203030D27BA68019EE250777A63DA2DAC402D3B((TraceLoggingDataCollector_t5C690F08E67433C8CBAC45BCF713D40E805DB2C7 *)L_0, (int8_t)L_3, /*hidden argument*/NULL); return; } } // System.Object System.Diagnostics.Tracing.EnumSByteTypeInfo`1::GetData(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * EnumSByteTypeInfo_1_GetData_mE97A109A609B8E966946D554EA6E4A6E0349D710_gshared (EnumSByteTypeInfo_1_t1C26360FF983B58A8A584BB51D9E20F7436E7C99 * __this, RuntimeObject * ___value0, const RuntimeMethod* method) { { RuntimeObject * L_0 = ___value0; return (RuntimeObject *)L_0; } } // System.Void System.Diagnostics.Tracing.EnumSByteTypeInfo`1::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EnumSByteTypeInfo_1__ctor_m0B9899E1056D71C3956A89F5DE1D99628310302C_gshared (EnumSByteTypeInfo_1_t1C26360FF983B58A8A584BB51D9E20F7436E7C99 * __this, const RuntimeMethod* method) { { NullCheck((TraceLoggingTypeInfo_1_t3B564912583B489AA09CF4EC981BC921E43D206B *)__this); (( void (*) (TraceLoggingTypeInfo_1_t3B564912583B489AA09CF4EC981BC921E43D206B *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)->methodPointer)((TraceLoggingTypeInfo_1_t3B564912583B489AA09CF4EC981BC921E43D206B *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Diagnostics.Tracing.EnumSByteTypeInfo`1::WriteMetadata(System.Diagnostics.Tracing.TraceLoggingMetadataCollector,System.String,System.Diagnostics.Tracing.EventFieldFormat) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EnumSByteTypeInfo_1_WriteMetadata_m0AE43E8070BEF2DBE994A482C419EC8C8B9D21E3_gshared (EnumSByteTypeInfo_1_t0820CC7D54DB2AEAC3579C92CA91439430B1019C * __this, TraceLoggingMetadataCollector_tFDCF6C9B118FD41428DBE1C3AA17A601001C1B2C * ___collector0, String_t* ___name1, int32_t ___format2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Statics_t4B5A84F3134B8BF7299B14BE64813C95F1ABBCE3_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { TraceLoggingMetadataCollector_tFDCF6C9B118FD41428DBE1C3AA17A601001C1B2C * L_0 = ___collector0; String_t* L_1 = ___name1; int32_t L_2 = ___format2; IL2CPP_RUNTIME_CLASS_INIT(Statics_t4B5A84F3134B8BF7299B14BE64813C95F1ABBCE3_il2cpp_TypeInfo_var); int32_t L_3; L_3 = Statics_Format8_mE45EF4E6E42F82768CE748BDA7E5106F3CD0E15C((int32_t)L_2, (int32_t)3, /*hidden argument*/NULL); NullCheck((TraceLoggingMetadataCollector_tFDCF6C9B118FD41428DBE1C3AA17A601001C1B2C *)L_0); TraceLoggingMetadataCollector_AddScalar_mA1A23105BD49003C6FD1A00C6A4ADBD02FA49854((TraceLoggingMetadataCollector_tFDCF6C9B118FD41428DBE1C3AA17A601001C1B2C *)L_0, (String_t*)L_1, (int32_t)L_3, /*hidden argument*/NULL); return; } } // System.Void System.Diagnostics.Tracing.EnumSByteTypeInfo`1::WriteData(System.Diagnostics.Tracing.TraceLoggingDataCollector,EnumType&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EnumSByteTypeInfo_1_WriteData_m6D2D34E12A30D9E8E2FBD7D6071DE5687F1EAEA7_gshared (EnumSByteTypeInfo_1_t0820CC7D54DB2AEAC3579C92CA91439430B1019C * __this, TraceLoggingDataCollector_t5C690F08E67433C8CBAC45BCF713D40E805DB2C7 * ___collector0, DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5 * ___value1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&EnumHelper_1_t1A18AB4B10A79E8CE2267B3FAD22C9B957BBCA3E_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { TraceLoggingDataCollector_t5C690F08E67433C8CBAC45BCF713D40E805DB2C7 * L_0 = ___collector0; DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5 * L_1 = ___value1; DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5 L_2 = (*(DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5 *)L_1); IL2CPP_RUNTIME_CLASS_INIT(EnumHelper_1_t1A18AB4B10A79E8CE2267B3FAD22C9B957BBCA3E_il2cpp_TypeInfo_var); int8_t L_3; L_3 = (( int8_t (*) (DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5 )L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); NullCheck((TraceLoggingDataCollector_t5C690F08E67433C8CBAC45BCF713D40E805DB2C7 *)L_0); TraceLoggingDataCollector_AddScalar_m9203030D27BA68019EE250777A63DA2DAC402D3B((TraceLoggingDataCollector_t5C690F08E67433C8CBAC45BCF713D40E805DB2C7 *)L_0, (int8_t)L_3, /*hidden argument*/NULL); return; } } // System.Object System.Diagnostics.Tracing.EnumSByteTypeInfo`1::GetData(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * EnumSByteTypeInfo_1_GetData_mA52B05A4CBC14508232F6532F9EE21A607A4F00E_gshared (EnumSByteTypeInfo_1_t0820CC7D54DB2AEAC3579C92CA91439430B1019C * __this, RuntimeObject * ___value0, const RuntimeMethod* method) { { RuntimeObject * L_0 = ___value0; return (RuntimeObject *)L_0; } } // System.Void System.Diagnostics.Tracing.EnumSByteTypeInfo`1::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EnumSByteTypeInfo_1__ctor_m1F385A5B0B764C872604C4F549D1260AAE2ED676_gshared (EnumSByteTypeInfo_1_t0820CC7D54DB2AEAC3579C92CA91439430B1019C * __this, const RuntimeMethod* method) { { NullCheck((TraceLoggingTypeInfo_1_t2222233AEF607D614ED51D9A909021B0AD1DD052 *)__this); (( void (*) (TraceLoggingTypeInfo_1_t2222233AEF607D614ED51D9A909021B0AD1DD052 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)->methodPointer)((TraceLoggingTypeInfo_1_t2222233AEF607D614ED51D9A909021B0AD1DD052 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Diagnostics.Tracing.EnumSByteTypeInfo`1::WriteMetadata(System.Diagnostics.Tracing.TraceLoggingMetadataCollector,System.String,System.Diagnostics.Tracing.EventFieldFormat) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EnumSByteTypeInfo_1_WriteMetadata_m47B5274D570C7FC588BDCCAC001846FF96F0795E_gshared (EnumSByteTypeInfo_1_t654819E19CACBC246DDB3C6A360B4B77F9301F2A * __this, TraceLoggingMetadataCollector_tFDCF6C9B118FD41428DBE1C3AA17A601001C1B2C * ___collector0, String_t* ___name1, int32_t ___format2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Statics_t4B5A84F3134B8BF7299B14BE64813C95F1ABBCE3_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { TraceLoggingMetadataCollector_tFDCF6C9B118FD41428DBE1C3AA17A601001C1B2C * L_0 = ___collector0; String_t* L_1 = ___name1; int32_t L_2 = ___format2; IL2CPP_RUNTIME_CLASS_INIT(Statics_t4B5A84F3134B8BF7299B14BE64813C95F1ABBCE3_il2cpp_TypeInfo_var); int32_t L_3; L_3 = Statics_Format8_mE45EF4E6E42F82768CE748BDA7E5106F3CD0E15C((int32_t)L_2, (int32_t)3, /*hidden argument*/NULL); NullCheck((TraceLoggingMetadataCollector_tFDCF6C9B118FD41428DBE1C3AA17A601001C1B2C *)L_0); TraceLoggingMetadataCollector_AddScalar_mA1A23105BD49003C6FD1A00C6A4ADBD02FA49854((TraceLoggingMetadataCollector_tFDCF6C9B118FD41428DBE1C3AA17A601001C1B2C *)L_0, (String_t*)L_1, (int32_t)L_3, /*hidden argument*/NULL); return; } } // System.Void System.Diagnostics.Tracing.EnumSByteTypeInfo`1::WriteData(System.Diagnostics.Tracing.TraceLoggingDataCollector,EnumType&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EnumSByteTypeInfo_1_WriteData_m47C90BC70C05EAAC8C7EB9C92E55605423B226E0_gshared (EnumSByteTypeInfo_1_t654819E19CACBC246DDB3C6A360B4B77F9301F2A * __this, TraceLoggingDataCollector_t5C690F08E67433C8CBAC45BCF713D40E805DB2C7 * ___collector0, Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 * ___value1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&EnumHelper_1_t1A18AB4B10A79E8CE2267B3FAD22C9B957BBCA3E_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { TraceLoggingDataCollector_t5C690F08E67433C8CBAC45BCF713D40E805DB2C7 * L_0 = ___collector0; Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 * L_1 = ___value1; Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 L_2 = (*(Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 *)L_1); IL2CPP_RUNTIME_CLASS_INIT(EnumHelper_1_t1A18AB4B10A79E8CE2267B3FAD22C9B957BBCA3E_il2cpp_TypeInfo_var); int8_t L_3; L_3 = (( int8_t (*) (Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 )L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); NullCheck((TraceLoggingDataCollector_t5C690F08E67433C8CBAC45BCF713D40E805DB2C7 *)L_0); TraceLoggingDataCollector_AddScalar_m9203030D27BA68019EE250777A63DA2DAC402D3B((TraceLoggingDataCollector_t5C690F08E67433C8CBAC45BCF713D40E805DB2C7 *)L_0, (int8_t)L_3, /*hidden argument*/NULL); return; } } // System.Object System.Diagnostics.Tracing.EnumSByteTypeInfo`1::GetData(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * EnumSByteTypeInfo_1_GetData_m36D67C677D55C81CEC06DCA09D3BD95F31DDD78D_gshared (EnumSByteTypeInfo_1_t654819E19CACBC246DDB3C6A360B4B77F9301F2A * __this, RuntimeObject * ___value0, const RuntimeMethod* method) { { RuntimeObject * L_0 = ___value0; return (RuntimeObject *)L_0; } } // System.Void System.Diagnostics.Tracing.EnumSByteTypeInfo`1::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EnumSByteTypeInfo_1__ctor_m47C42599E009904D80EA154CF59F6BAAB57640EE_gshared (EnumSByteTypeInfo_1_t654819E19CACBC246DDB3C6A360B4B77F9301F2A * __this, const RuntimeMethod* method) { { NullCheck((TraceLoggingTypeInfo_1_t31C39790E0722BFAB7EF167B090AFCF92BEF0393 *)__this); (( void (*) (TraceLoggingTypeInfo_1_t31C39790E0722BFAB7EF167B090AFCF92BEF0393 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)->methodPointer)((TraceLoggingTypeInfo_1_t31C39790E0722BFAB7EF167B090AFCF92BEF0393 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Diagnostics.Tracing.EnumSByteTypeInfo`1::WriteMetadata(System.Diagnostics.Tracing.TraceLoggingMetadataCollector,System.String,System.Diagnostics.Tracing.EventFieldFormat) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EnumSByteTypeInfo_1_WriteMetadata_mEDDE69D3DC0E9327C4F4775BB89F8CCB004440D1_gshared (EnumSByteTypeInfo_1_tD05DFADCA5F38B6A889DA46E9DCC97495B422AC5 * __this, TraceLoggingMetadataCollector_tFDCF6C9B118FD41428DBE1C3AA17A601001C1B2C * ___collector0, String_t* ___name1, int32_t ___format2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Statics_t4B5A84F3134B8BF7299B14BE64813C95F1ABBCE3_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { TraceLoggingMetadataCollector_tFDCF6C9B118FD41428DBE1C3AA17A601001C1B2C * L_0 = ___collector0; String_t* L_1 = ___name1; int32_t L_2 = ___format2; IL2CPP_RUNTIME_CLASS_INIT(Statics_t4B5A84F3134B8BF7299B14BE64813C95F1ABBCE3_il2cpp_TypeInfo_var); int32_t L_3; L_3 = Statics_Format8_mE45EF4E6E42F82768CE748BDA7E5106F3CD0E15C((int32_t)L_2, (int32_t)3, /*hidden argument*/NULL); NullCheck((TraceLoggingMetadataCollector_tFDCF6C9B118FD41428DBE1C3AA17A601001C1B2C *)L_0); TraceLoggingMetadataCollector_AddScalar_mA1A23105BD49003C6FD1A00C6A4ADBD02FA49854((TraceLoggingMetadataCollector_tFDCF6C9B118FD41428DBE1C3AA17A601001C1B2C *)L_0, (String_t*)L_1, (int32_t)L_3, /*hidden argument*/NULL); return; } } // System.Void System.Diagnostics.Tracing.EnumSByteTypeInfo`1::WriteData(System.Diagnostics.Tracing.TraceLoggingDataCollector,EnumType&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EnumSByteTypeInfo_1_WriteData_mA0217C66F9F3C87415E39AC498F6A538B86279A2_gshared (EnumSByteTypeInfo_1_tD05DFADCA5F38B6A889DA46E9DCC97495B422AC5 * __this, TraceLoggingDataCollector_t5C690F08E67433C8CBAC45BCF713D40E805DB2C7 * ___collector0, double* ___value1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&EnumHelper_1_t1A18AB4B10A79E8CE2267B3FAD22C9B957BBCA3E_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { TraceLoggingDataCollector_t5C690F08E67433C8CBAC45BCF713D40E805DB2C7 * L_0 = ___collector0; double* L_1 = ___value1; double L_2 = (*(double*)L_1); IL2CPP_RUNTIME_CLASS_INIT(EnumHelper_1_t1A18AB4B10A79E8CE2267B3FAD22C9B957BBCA3E_il2cpp_TypeInfo_var); int8_t L_3; L_3 = (( int8_t (*) (double, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((double)L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); NullCheck((TraceLoggingDataCollector_t5C690F08E67433C8CBAC45BCF713D40E805DB2C7 *)L_0); TraceLoggingDataCollector_AddScalar_m9203030D27BA68019EE250777A63DA2DAC402D3B((TraceLoggingDataCollector_t5C690F08E67433C8CBAC45BCF713D40E805DB2C7 *)L_0, (int8_t)L_3, /*hidden argument*/NULL); return; } } // System.Object System.Diagnostics.Tracing.EnumSByteTypeInfo`1::GetData(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * EnumSByteTypeInfo_1_GetData_mBD33E34589A113537394BEECA39CC1A3256D45A4_gshared (EnumSByteTypeInfo_1_tD05DFADCA5F38B6A889DA46E9DCC97495B422AC5 * __this, RuntimeObject * ___value0, const RuntimeMethod* method) { { RuntimeObject * L_0 = ___value0; return (RuntimeObject *)L_0; } } // System.Void System.Diagnostics.Tracing.EnumSByteTypeInfo`1::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EnumSByteTypeInfo_1__ctor_m0D18258B89F224FE58541A533C3F01AC294BDFCB_gshared (EnumSByteTypeInfo_1_tD05DFADCA5F38B6A889DA46E9DCC97495B422AC5 * __this, const RuntimeMethod* method) { { NullCheck((TraceLoggingTypeInfo_1_t7DB46152A9D14F1E2B1949B20B3FDFDF3EE951B1 *)__this); (( void (*) (TraceLoggingTypeInfo_1_t7DB46152A9D14F1E2B1949B20B3FDFDF3EE951B1 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)->methodPointer)((TraceLoggingTypeInfo_1_t7DB46152A9D14F1E2B1949B20B3FDFDF3EE951B1 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Diagnostics.Tracing.EnumSByteTypeInfo`1::WriteMetadata(System.Diagnostics.Tracing.TraceLoggingMetadataCollector,System.String,System.Diagnostics.Tracing.EventFieldFormat) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EnumSByteTypeInfo_1_WriteMetadata_mEDC48E704D9DE9639B54DA7CEED16CE2C4BB1816_gshared (EnumSByteTypeInfo_1_t9505519225E30BD5F45B9E7234A0F3052A3AB2FC * __this, TraceLoggingMetadataCollector_tFDCF6C9B118FD41428DBE1C3AA17A601001C1B2C * ___collector0, String_t* ___name1, int32_t ___format2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Statics_t4B5A84F3134B8BF7299B14BE64813C95F1ABBCE3_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { TraceLoggingMetadataCollector_tFDCF6C9B118FD41428DBE1C3AA17A601001C1B2C * L_0 = ___collector0; String_t* L_1 = ___name1; int32_t L_2 = ___format2; IL2CPP_RUNTIME_CLASS_INIT(Statics_t4B5A84F3134B8BF7299B14BE64813C95F1ABBCE3_il2cpp_TypeInfo_var); int32_t L_3; L_3 = Statics_Format8_mE45EF4E6E42F82768CE748BDA7E5106F3CD0E15C((int32_t)L_2, (int32_t)3, /*hidden argument*/NULL); NullCheck((TraceLoggingMetadataCollector_tFDCF6C9B118FD41428DBE1C3AA17A601001C1B2C *)L_0); TraceLoggingMetadataCollector_AddScalar_mA1A23105BD49003C6FD1A00C6A4ADBD02FA49854((TraceLoggingMetadataCollector_tFDCF6C9B118FD41428DBE1C3AA17A601001C1B2C *)L_0, (String_t*)L_1, (int32_t)L_3, /*hidden argument*/NULL); return; } } // System.Void System.Diagnostics.Tracing.EnumSByteTypeInfo`1::WriteData(System.Diagnostics.Tracing.TraceLoggingDataCollector,EnumType&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EnumSByteTypeInfo_1_WriteData_m5E14C952AB0A7B1ADF15C89C69A160E3843A91E1_gshared (EnumSByteTypeInfo_1_t9505519225E30BD5F45B9E7234A0F3052A3AB2FC * __this, TraceLoggingDataCollector_t5C690F08E67433C8CBAC45BCF713D40E805DB2C7 * ___collector0, EmptyStruct_t4261C00C8DDCEA2FE01A2264519DDB55BA275F62 * ___value1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&EnumHelper_1_t1A18AB4B10A79E8CE2267B3FAD22C9B957BBCA3E_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { TraceLoggingDataCollector_t5C690F08E67433C8CBAC45BCF713D40E805DB2C7 * L_0 = ___collector0; EmptyStruct_t4261C00C8DDCEA2FE01A2264519DDB55BA275F62 * L_1 = ___value1; EmptyStruct_t4261C00C8DDCEA2FE01A2264519DDB55BA275F62 L_2 = (*(EmptyStruct_t4261C00C8DDCEA2FE01A2264519DDB55BA275F62 *)L_1); IL2CPP_RUNTIME_CLASS_INIT(EnumHelper_1_t1A18AB4B10A79E8CE2267B3FAD22C9B957BBCA3E_il2cpp_TypeInfo_var); int8_t L_3; L_3 = (( int8_t (*) (EmptyStruct_t4261C00C8DDCEA2FE01A2264519DDB55BA275F62 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((EmptyStruct_t4261C00C8DDCEA2FE01A2264519DDB55BA275F62 )L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); NullCheck((TraceLoggingDataCollector_t5C690F08E67433C8CBAC45BCF713D40E805DB2C7 *)L_0); TraceLoggingDataCollector_AddScalar_m9203030D27BA68019EE250777A63DA2DAC402D3B((TraceLoggingDataCollector_t5C690F08E67433C8CBAC45BCF713D40E805DB2C7 *)L_0, (int8_t)L_3, /*hidden argument*/NULL); return; } } // System.Object System.Diagnostics.Tracing.EnumSByteTypeInfo`1::GetData(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * EnumSByteTypeInfo_1_GetData_mFC7CB11E1377BEB1C1968C92C57F1C3460264728_gshared (EnumSByteTypeInfo_1_t9505519225E30BD5F45B9E7234A0F3052A3AB2FC * __this, RuntimeObject * ___value0, const RuntimeMethod* method) { { RuntimeObject * L_0 = ___value0; return (RuntimeObject *)L_0; } } // System.Void System.Diagnostics.Tracing.EnumSByteTypeInfo`1::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EnumSByteTypeInfo_1__ctor_m0191202319F5470743CBB89E8ABB721E2CEB3AF8_gshared (EnumSByteTypeInfo_1_t9505519225E30BD5F45B9E7234A0F3052A3AB2FC * __this, const RuntimeMethod* method) { { NullCheck((TraceLoggingTypeInfo_1_t632172B9985D9F811628DA2FBE10BB7F417FEA07 *)__this); (( void (*) (TraceLoggingTypeInfo_1_t632172B9985D9F811628DA2FBE10BB7F417FEA07 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)->methodPointer)((TraceLoggingTypeInfo_1_t632172B9985D9F811628DA2FBE10BB7F417FEA07 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Diagnostics.Tracing.EnumSByteTypeInfo`1::WriteMetadata(System.Diagnostics.Tracing.TraceLoggingMetadataCollector,System.String,System.Diagnostics.Tracing.EventFieldFormat) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EnumSByteTypeInfo_1_WriteMetadata_m43CCEEC078FBDA492204B32FC2D279A252BA90CD_gshared (EnumSByteTypeInfo_1_t8326E59BD0C7145884A338DD12145BA46B11E077 * __this, TraceLoggingMetadataCollector_tFDCF6C9B118FD41428DBE1C3AA17A601001C1B2C * ___collector0, String_t* ___name1, int32_t ___format2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Statics_t4B5A84F3134B8BF7299B14BE64813C95F1ABBCE3_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { TraceLoggingMetadataCollector_tFDCF6C9B118FD41428DBE1C3AA17A601001C1B2C * L_0 = ___collector0; String_t* L_1 = ___name1; int32_t L_2 = ___format2; IL2CPP_RUNTIME_CLASS_INIT(Statics_t4B5A84F3134B8BF7299B14BE64813C95F1ABBCE3_il2cpp_TypeInfo_var); int32_t L_3; L_3 = Statics_Format8_mE45EF4E6E42F82768CE748BDA7E5106F3CD0E15C((int32_t)L_2, (int32_t)3, /*hidden argument*/NULL); NullCheck((TraceLoggingMetadataCollector_tFDCF6C9B118FD41428DBE1C3AA17A601001C1B2C *)L_0); TraceLoggingMetadataCollector_AddScalar_mA1A23105BD49003C6FD1A00C6A4ADBD02FA49854((TraceLoggingMetadataCollector_tFDCF6C9B118FD41428DBE1C3AA17A601001C1B2C *)L_0, (String_t*)L_1, (int32_t)L_3, /*hidden argument*/NULL); return; } } // System.Void System.Diagnostics.Tracing.EnumSByteTypeInfo`1::WriteData(System.Diagnostics.Tracing.TraceLoggingDataCollector,EnumType&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EnumSByteTypeInfo_1_WriteData_m8778D814FE63451547EB573D0B0E949379D89109_gshared (EnumSByteTypeInfo_1_t8326E59BD0C7145884A338DD12145BA46B11E077 * __this, TraceLoggingDataCollector_t5C690F08E67433C8CBAC45BCF713D40E805DB2C7 * ___collector0, Guid_t * ___value1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&EnumHelper_1_t1A18AB4B10A79E8CE2267B3FAD22C9B957BBCA3E_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { TraceLoggingDataCollector_t5C690F08E67433C8CBAC45BCF713D40E805DB2C7 * L_0 = ___collector0; Guid_t * L_1 = ___value1; Guid_t L_2 = (*(Guid_t *)L_1); IL2CPP_RUNTIME_CLASS_INIT(EnumHelper_1_t1A18AB4B10A79E8CE2267B3FAD22C9B957BBCA3E_il2cpp_TypeInfo_var); int8_t L_3; L_3 = (( int8_t (*) (Guid_t , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((Guid_t )L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); NullCheck((TraceLoggingDataCollector_t5C690F08E67433C8CBAC45BCF713D40E805DB2C7 *)L_0); TraceLoggingDataCollector_AddScalar_m9203030D27BA68019EE250777A63DA2DAC402D3B((TraceLoggingDataCollector_t5C690F08E67433C8CBAC45BCF713D40E805DB2C7 *)L_0, (int8_t)L_3, /*hidden argument*/NULL); return; } } // System.Object System.Diagnostics.Tracing.EnumSByteTypeInfo`1::GetData(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * EnumSByteTypeInfo_1_GetData_mEA3F0642289561C2613B607754FB5926E8EF6D82_gshared (EnumSByteTypeInfo_1_t8326E59BD0C7145884A338DD12145BA46B11E077 * __this, RuntimeObject * ___value0, const RuntimeMethod* method) { { RuntimeObject * L_0 = ___value0; return (RuntimeObject *)L_0; } } // System.Void System.Diagnostics.Tracing.EnumSByteTypeInfo`1::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EnumSByteTypeInfo_1__ctor_m28B2C1C80BDBC0701B976B7424475D6DFF0CF62B_gshared (EnumSByteTypeInfo_1_t8326E59BD0C7145884A338DD12145BA46B11E077 * __this, const RuntimeMethod* method) { { NullCheck((TraceLoggingTypeInfo_1_t8101320E9F094F3170A4766FC28D96B07623CAFF *)__this); (( void (*) (TraceLoggingTypeInfo_1_t8101320E9F094F3170A4766FC28D96B07623CAFF *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)->methodPointer)((TraceLoggingTypeInfo_1_t8101320E9F094F3170A4766FC28D96B07623CAFF *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Diagnostics.Tracing.EnumSByteTypeInfo`1::WriteMetadata(System.Diagnostics.Tracing.TraceLoggingMetadataCollector,System.String,System.Diagnostics.Tracing.EventFieldFormat) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EnumSByteTypeInfo_1_WriteMetadata_mC98561A15D1AB388F0DE870FA5FDFEC1297CBEA3_gshared (EnumSByteTypeInfo_1_tDA4A6E57EC3564EB72B0A09095C7CBF5B2310081 * __this, TraceLoggingMetadataCollector_tFDCF6C9B118FD41428DBE1C3AA17A601001C1B2C * ___collector0, String_t* ___name1, int32_t ___format2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Statics_t4B5A84F3134B8BF7299B14BE64813C95F1ABBCE3_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { TraceLoggingMetadataCollector_tFDCF6C9B118FD41428DBE1C3AA17A601001C1B2C * L_0 = ___collector0; String_t* L_1 = ___name1; int32_t L_2 = ___format2; IL2CPP_RUNTIME_CLASS_INIT(Statics_t4B5A84F3134B8BF7299B14BE64813C95F1ABBCE3_il2cpp_TypeInfo_var); int32_t L_3; L_3 = Statics_Format8_mE45EF4E6E42F82768CE748BDA7E5106F3CD0E15C((int32_t)L_2, (int32_t)3, /*hidden argument*/NULL); NullCheck((TraceLoggingMetadataCollector_tFDCF6C9B118FD41428DBE1C3AA17A601001C1B2C *)L_0); TraceLoggingMetadataCollector_AddScalar_mA1A23105BD49003C6FD1A00C6A4ADBD02FA49854((TraceLoggingMetadataCollector_tFDCF6C9B118FD41428DBE1C3AA17A601001C1B2C *)L_0, (String_t*)L_1, (int32_t)L_3, /*hidden argument*/NULL); return; } } // System.Void System.Diagnostics.Tracing.EnumSByteTypeInfo`1::WriteData(System.Diagnostics.Tracing.TraceLoggingDataCollector,EnumType&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EnumSByteTypeInfo_1_WriteData_m7495BD54C73726A87E311047D9D32576F761E6F7_gshared (EnumSByteTypeInfo_1_tDA4A6E57EC3564EB72B0A09095C7CBF5B2310081 * __this, TraceLoggingDataCollector_t5C690F08E67433C8CBAC45BCF713D40E805DB2C7 * ___collector0, int16_t* ___value1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&EnumHelper_1_t1A18AB4B10A79E8CE2267B3FAD22C9B957BBCA3E_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { TraceLoggingDataCollector_t5C690F08E67433C8CBAC45BCF713D40E805DB2C7 * L_0 = ___collector0; int16_t* L_1 = ___value1; int16_t L_2 = (*(int16_t*)L_1); IL2CPP_RUNTIME_CLASS_INIT(EnumHelper_1_t1A18AB4B10A79E8CE2267B3FAD22C9B957BBCA3E_il2cpp_TypeInfo_var); int8_t L_3; L_3 = (( int8_t (*) (int16_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((int16_t)L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); NullCheck((TraceLoggingDataCollector_t5C690F08E67433C8CBAC45BCF713D40E805DB2C7 *)L_0); TraceLoggingDataCollector_AddScalar_m9203030D27BA68019EE250777A63DA2DAC402D3B((TraceLoggingDataCollector_t5C690F08E67433C8CBAC45BCF713D40E805DB2C7 *)L_0, (int8_t)L_3, /*hidden argument*/NULL); return; } } // System.Object System.Diagnostics.Tracing.EnumSByteTypeInfo`1::GetData(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * EnumSByteTypeInfo_1_GetData_mD4ED392CE026D1BDF9EF223A5542F5E03C40F7F6_gshared (EnumSByteTypeInfo_1_tDA4A6E57EC3564EB72B0A09095C7CBF5B2310081 * __this, RuntimeObject * ___value0, const RuntimeMethod* method) { { RuntimeObject * L_0 = ___value0; return (RuntimeObject *)L_0; } } // System.Void System.Diagnostics.Tracing.EnumSByteTypeInfo`1::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EnumSByteTypeInfo_1__ctor_mEF9DF1C855A7BB96F3702FE7408CB8D5578405D2_gshared (EnumSByteTypeInfo_1_tDA4A6E57EC3564EB72B0A09095C7CBF5B2310081 * __this, const RuntimeMethod* method) { { NullCheck((TraceLoggingTypeInfo_1_tCF0BA38E6075EA0A17E3D74D866D00756E15CE2A *)__this); (( void (*) (TraceLoggingTypeInfo_1_tCF0BA38E6075EA0A17E3D74D866D00756E15CE2A *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)->methodPointer)((TraceLoggingTypeInfo_1_tCF0BA38E6075EA0A17E3D74D866D00756E15CE2A *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Diagnostics.Tracing.EnumSByteTypeInfo`1::WriteMetadata(System.Diagnostics.Tracing.TraceLoggingMetadataCollector,System.String,System.Diagnostics.Tracing.EventFieldFormat) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EnumSByteTypeInfo_1_WriteMetadata_m685D82B9703F205DAE04B2DAD3ABF4FF5DB1039A_gshared (EnumSByteTypeInfo_1_t64215EF0747458831042D8F4F5ABEE86A71A135E * __this, TraceLoggingMetadataCollector_tFDCF6C9B118FD41428DBE1C3AA17A601001C1B2C * ___collector0, String_t* ___name1, int32_t ___format2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Statics_t4B5A84F3134B8BF7299B14BE64813C95F1ABBCE3_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { TraceLoggingMetadataCollector_tFDCF6C9B118FD41428DBE1C3AA17A601001C1B2C * L_0 = ___collector0; String_t* L_1 = ___name1; int32_t L_2 = ___format2; IL2CPP_RUNTIME_CLASS_INIT(Statics_t4B5A84F3134B8BF7299B14BE64813C95F1ABBCE3_il2cpp_TypeInfo_var); int32_t L_3; L_3 = Statics_Format8_mE45EF4E6E42F82768CE748BDA7E5106F3CD0E15C((int32_t)L_2, (int32_t)3, /*hidden argument*/NULL); NullCheck((TraceLoggingMetadataCollector_tFDCF6C9B118FD41428DBE1C3AA17A601001C1B2C *)L_0); TraceLoggingMetadataCollector_AddScalar_mA1A23105BD49003C6FD1A00C6A4ADBD02FA49854((TraceLoggingMetadataCollector_tFDCF6C9B118FD41428DBE1C3AA17A601001C1B2C *)L_0, (String_t*)L_1, (int32_t)L_3, /*hidden argument*/NULL); return; } } // System.Void System.Diagnostics.Tracing.EnumSByteTypeInfo`1::WriteData(System.Diagnostics.Tracing.TraceLoggingDataCollector,EnumType&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EnumSByteTypeInfo_1_WriteData_m96D67D7DD47D927EC0469B6CCA29CF9F073F877E_gshared (EnumSByteTypeInfo_1_t64215EF0747458831042D8F4F5ABEE86A71A135E * __this, TraceLoggingDataCollector_t5C690F08E67433C8CBAC45BCF713D40E805DB2C7 * ___collector0, int32_t* ___value1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&EnumHelper_1_t1A18AB4B10A79E8CE2267B3FAD22C9B957BBCA3E_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { TraceLoggingDataCollector_t5C690F08E67433C8CBAC45BCF713D40E805DB2C7 * L_0 = ___collector0; int32_t* L_1 = ___value1; int32_t L_2 = (*(int32_t*)L_1); IL2CPP_RUNTIME_CLASS_INIT(EnumHelper_1_t1A18AB4B10A79E8CE2267B3FAD22C9B957BBCA3E_il2cpp_TypeInfo_var); int8_t L_3; L_3 = (( int8_t (*) (int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((int32_t)L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); NullCheck((TraceLoggingDataCollector_t5C690F08E67433C8CBAC45BCF713D40E805DB2C7 *)L_0); TraceLoggingDataCollector_AddScalar_m9203030D27BA68019EE250777A63DA2DAC402D3B((TraceLoggingDataCollector_t5C690F08E67433C8CBAC45BCF713D40E805DB2C7 *)L_0, (int8_t)L_3, /*hidden argument*/NULL); return; } } // System.Object System.Diagnostics.Tracing.EnumSByteTypeInfo`1::GetData(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * EnumSByteTypeInfo_1_GetData_m145CADCEF17AFF5B5AC83762B0B82E185EDDAD7D_gshared (EnumSByteTypeInfo_1_t64215EF0747458831042D8F4F5ABEE86A71A135E * __this, RuntimeObject * ___value0, const RuntimeMethod* method) { { RuntimeObject * L_0 = ___value0; return (RuntimeObject *)L_0; } } // System.Void System.Diagnostics.Tracing.EnumSByteTypeInfo`1::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EnumSByteTypeInfo_1__ctor_m83DB1E53F2CC76F27429A3AAA4EB34ABBB920A58_gshared (EnumSByteTypeInfo_1_t64215EF0747458831042D8F4F5ABEE86A71A135E * __this, const RuntimeMethod* method) { { NullCheck((TraceLoggingTypeInfo_1_tC3E216D7BD16AEC469B9ADA1544BF7A54F8F5878 *)__this); (( void (*) (TraceLoggingTypeInfo_1_tC3E216D7BD16AEC469B9ADA1544BF7A54F8F5878 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)->methodPointer)((TraceLoggingTypeInfo_1_tC3E216D7BD16AEC469B9ADA1544BF7A54F8F5878 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Diagnostics.Tracing.EnumSByteTypeInfo`1::WriteMetadata(System.Diagnostics.Tracing.TraceLoggingMetadataCollector,System.String,System.Diagnostics.Tracing.EventFieldFormat) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EnumSByteTypeInfo_1_WriteMetadata_mD125F080DCFC77CC3812F92AAA313FFFB358C6AA_gshared (EnumSByteTypeInfo_1_t9FB747701226849D9B596E4F139E4F97F9A55073 * __this, TraceLoggingMetadataCollector_tFDCF6C9B118FD41428DBE1C3AA17A601001C1B2C * ___collector0, String_t* ___name1, int32_t ___format2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Statics_t4B5A84F3134B8BF7299B14BE64813C95F1ABBCE3_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { TraceLoggingMetadataCollector_tFDCF6C9B118FD41428DBE1C3AA17A601001C1B2C * L_0 = ___collector0; String_t* L_1 = ___name1; int32_t L_2 = ___format2; IL2CPP_RUNTIME_CLASS_INIT(Statics_t4B5A84F3134B8BF7299B14BE64813C95F1ABBCE3_il2cpp_TypeInfo_var); int32_t L_3; L_3 = Statics_Format8_mE45EF4E6E42F82768CE748BDA7E5106F3CD0E15C((int32_t)L_2, (int32_t)3, /*hidden argument*/NULL); NullCheck((TraceLoggingMetadataCollector_tFDCF6C9B118FD41428DBE1C3AA17A601001C1B2C *)L_0); TraceLoggingMetadataCollector_AddScalar_mA1A23105BD49003C6FD1A00C6A4ADBD02FA49854((TraceLoggingMetadataCollector_tFDCF6C9B118FD41428DBE1C3AA17A601001C1B2C *)L_0, (String_t*)L_1, (int32_t)L_3, /*hidden argument*/NULL); return; } } // System.Void System.Diagnostics.Tracing.EnumSByteTypeInfo`1::WriteData(System.Diagnostics.Tracing.TraceLoggingDataCollector,EnumType&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EnumSByteTypeInfo_1_WriteData_mD243B0669D0E33EBA1CAD74A8E568B3D0FAB7E07_gshared (EnumSByteTypeInfo_1_t9FB747701226849D9B596E4F139E4F97F9A55073 * __this, TraceLoggingDataCollector_t5C690F08E67433C8CBAC45BCF713D40E805DB2C7 * ___collector0, int64_t* ___value1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&EnumHelper_1_t1A18AB4B10A79E8CE2267B3FAD22C9B957BBCA3E_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { TraceLoggingDataCollector_t5C690F08E67433C8CBAC45BCF713D40E805DB2C7 * L_0 = ___collector0; int64_t* L_1 = ___value1; int64_t L_2 = (*(int64_t*)L_1); IL2CPP_RUNTIME_CLASS_INIT(EnumHelper_1_t1A18AB4B10A79E8CE2267B3FAD22C9B957BBCA3E_il2cpp_TypeInfo_var); int8_t L_3; L_3 = (( int8_t (*) (int64_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((int64_t)L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); NullCheck((TraceLoggingDataCollector_t5C690F08E67433C8CBAC45BCF713D40E805DB2C7 *)L_0); TraceLoggingDataCollector_AddScalar_m9203030D27BA68019EE250777A63DA2DAC402D3B((TraceLoggingDataCollector_t5C690F08E67433C8CBAC45BCF713D40E805DB2C7 *)L_0, (int8_t)L_3, /*hidden argument*/NULL); return; } } // System.Object System.Diagnostics.Tracing.EnumSByteTypeInfo`1::GetData(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * EnumSByteTypeInfo_1_GetData_mDEC75259DC22B89DCF4CFA8F4913FEA0DB7F87D1_gshared (EnumSByteTypeInfo_1_t9FB747701226849D9B596E4F139E4F97F9A55073 * __this, RuntimeObject * ___value0, const RuntimeMethod* method) { { RuntimeObject * L_0 = ___value0; return (RuntimeObject *)L_0; } } // System.Void System.Diagnostics.Tracing.EnumSByteTypeInfo`1::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EnumSByteTypeInfo_1__ctor_m2E43FE35B71020EEB82A4CC485B3D358A6BB0CB3_gshared (EnumSByteTypeInfo_1_t9FB747701226849D9B596E4F139E4F97F9A55073 * __this, const RuntimeMethod* method) { { NullCheck((TraceLoggingTypeInfo_1_tF33AC29BBABEE752B432A303BA55EC74658EC78F *)__this); (( void (*) (TraceLoggingTypeInfo_1_tF33AC29BBABEE752B432A303BA55EC74658EC78F *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)->methodPointer)((TraceLoggingTypeInfo_1_tF33AC29BBABEE752B432A303BA55EC74658EC78F *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Diagnostics.Tracing.EnumSByteTypeInfo`1::WriteMetadata(System.Diagnostics.Tracing.TraceLoggingMetadataCollector,System.String,System.Diagnostics.Tracing.EventFieldFormat) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EnumSByteTypeInfo_1_WriteMetadata_m61852D7B7CDE3CA54D49588DCBEB9EB38300D474_gshared (EnumSByteTypeInfo_1_tEECBB9E81DBC7BC17832FFCB4C73501C94FE0216 * __this, TraceLoggingMetadataCollector_tFDCF6C9B118FD41428DBE1C3AA17A601001C1B2C * ___collector0, String_t* ___name1, int32_t ___format2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Statics_t4B5A84F3134B8BF7299B14BE64813C95F1ABBCE3_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { TraceLoggingMetadataCollector_tFDCF6C9B118FD41428DBE1C3AA17A601001C1B2C * L_0 = ___collector0; String_t* L_1 = ___name1; int32_t L_2 = ___format2; IL2CPP_RUNTIME_CLASS_INIT(Statics_t4B5A84F3134B8BF7299B14BE64813C95F1ABBCE3_il2cpp_TypeInfo_var); int32_t L_3; L_3 = Statics_Format8_mE45EF4E6E42F82768CE748BDA7E5106F3CD0E15C((int32_t)L_2, (int32_t)3, /*hidden argument*/NULL); NullCheck((TraceLoggingMetadataCollector_tFDCF6C9B118FD41428DBE1C3AA17A601001C1B2C *)L_0); TraceLoggingMetadataCollector_AddScalar_mA1A23105BD49003C6FD1A00C6A4ADBD02FA49854((TraceLoggingMetadataCollector_tFDCF6C9B118FD41428DBE1C3AA17A601001C1B2C *)L_0, (String_t*)L_1, (int32_t)L_3, /*hidden argument*/NULL); return; } } // System.Void System.Diagnostics.Tracing.EnumSByteTypeInfo`1::WriteData(System.Diagnostics.Tracing.TraceLoggingDataCollector,EnumType&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EnumSByteTypeInfo_1_WriteData_mBF575B516B9BE585773FF8674F404C8070C06797_gshared (EnumSByteTypeInfo_1_tEECBB9E81DBC7BC17832FFCB4C73501C94FE0216 * __this, TraceLoggingDataCollector_t5C690F08E67433C8CBAC45BCF713D40E805DB2C7 * ___collector0, intptr_t* ___value1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&EnumHelper_1_t1A18AB4B10A79E8CE2267B3FAD22C9B957BBCA3E_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { TraceLoggingDataCollector_t5C690F08E67433C8CBAC45BCF713D40E805DB2C7 * L_0 = ___collector0; intptr_t* L_1 = ___value1; intptr_t L_2 = (*(intptr_t*)L_1); IL2CPP_RUNTIME_CLASS_INIT(EnumHelper_1_t1A18AB4B10A79E8CE2267B3FAD22C9B957BBCA3E_il2cpp_TypeInfo_var); int8_t L_3; L_3 = (( int8_t (*) (intptr_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((intptr_t)L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); NullCheck((TraceLoggingDataCollector_t5C690F08E67433C8CBAC45BCF713D40E805DB2C7 *)L_0); TraceLoggingDataCollector_AddScalar_m9203030D27BA68019EE250777A63DA2DAC402D3B((TraceLoggingDataCollector_t5C690F08E67433C8CBAC45BCF713D40E805DB2C7 *)L_0, (int8_t)L_3, /*hidden argument*/NULL); return; } } // System.Object System.Diagnostics.Tracing.EnumSByteTypeInfo`1::GetData(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * EnumSByteTypeInfo_1_GetData_m3B04D2312DD49F0C3E0A7B3135A5F59C665BB587_gshared (EnumSByteTypeInfo_1_tEECBB9E81DBC7BC17832FFCB4C73501C94FE0216 * __this, RuntimeObject * ___value0, const RuntimeMethod* method) { { RuntimeObject * L_0 = ___value0; return (RuntimeObject *)L_0; } } // System.Void System.Diagnostics.Tracing.EnumSByteTypeInfo`1::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EnumSByteTypeInfo_1__ctor_mF0BAED1CFF6D89FEBE610EF3E1AF58DF8779C3D8_gshared (EnumSByteTypeInfo_1_tEECBB9E81DBC7BC17832FFCB4C73501C94FE0216 * __this, const RuntimeMethod* method) { { NullCheck((TraceLoggingTypeInfo_1_t144B08556E9DDF4E7C7D53A98470BF1BBD2E67DA *)__this); (( void (*) (TraceLoggingTypeInfo_1_t144B08556E9DDF4E7C7D53A98470BF1BBD2E67DA *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)->methodPointer)((TraceLoggingTypeInfo_1_t144B08556E9DDF4E7C7D53A98470BF1BBD2E67DA *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Diagnostics.Tracing.EnumSByteTypeInfo`1::WriteMetadata(System.Diagnostics.Tracing.TraceLoggingMetadataCollector,System.String,System.Diagnostics.Tracing.EventFieldFormat) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EnumSByteTypeInfo_1_WriteMetadata_m6204CB9250D7553C2B9084F4D8A2C788BEC7C20A_gshared (EnumSByteTypeInfo_1_t770ED5035F38F84F5FDDAF39C579C845047138C9 * __this, TraceLoggingMetadataCollector_tFDCF6C9B118FD41428DBE1C3AA17A601001C1B2C * ___collector0, String_t* ___name1, int32_t ___format2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Statics_t4B5A84F3134B8BF7299B14BE64813C95F1ABBCE3_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { TraceLoggingMetadataCollector_tFDCF6C9B118FD41428DBE1C3AA17A601001C1B2C * L_0 = ___collector0; String_t* L_1 = ___name1; int32_t L_2 = ___format2; IL2CPP_RUNTIME_CLASS_INIT(Statics_t4B5A84F3134B8BF7299B14BE64813C95F1ABBCE3_il2cpp_TypeInfo_var); int32_t L_3; L_3 = Statics_Format8_mE45EF4E6E42F82768CE748BDA7E5106F3CD0E15C((int32_t)L_2, (int32_t)3, /*hidden argument*/NULL); NullCheck((TraceLoggingMetadataCollector_tFDCF6C9B118FD41428DBE1C3AA17A601001C1B2C *)L_0); TraceLoggingMetadataCollector_AddScalar_mA1A23105BD49003C6FD1A00C6A4ADBD02FA49854((TraceLoggingMetadataCollector_tFDCF6C9B118FD41428DBE1C3AA17A601001C1B2C *)L_0, (String_t*)L_1, (int32_t)L_3, /*hidden argument*/NULL); return; } } // System.Void System.Diagnostics.Tracing.EnumSByteTypeInfo`1::WriteData(System.Diagnostics.Tracing.TraceLoggingDataCollector,EnumType&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EnumSByteTypeInfo_1_WriteData_m19778EEF34366AD51BB405677E8CC370D0A213DF_gshared (EnumSByteTypeInfo_1_t770ED5035F38F84F5FDDAF39C579C845047138C9 * __this, TraceLoggingDataCollector_t5C690F08E67433C8CBAC45BCF713D40E805DB2C7 * ___collector0, RuntimeObject ** ___value1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&EnumHelper_1_t1A18AB4B10A79E8CE2267B3FAD22C9B957BBCA3E_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { TraceLoggingDataCollector_t5C690F08E67433C8CBAC45BCF713D40E805DB2C7 * L_0 = ___collector0; RuntimeObject ** L_1 = ___value1; RuntimeObject * L_2 = (*(RuntimeObject **)L_1); IL2CPP_RUNTIME_CLASS_INIT(EnumHelper_1_t1A18AB4B10A79E8CE2267B3FAD22C9B957BBCA3E_il2cpp_TypeInfo_var); int8_t L_3; L_3 = (( int8_t (*) (RuntimeObject *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((RuntimeObject *)L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); NullCheck((TraceLoggingDataCollector_t5C690F08E67433C8CBAC45BCF713D40E805DB2C7 *)L_0); TraceLoggingDataCollector_AddScalar_m9203030D27BA68019EE250777A63DA2DAC402D3B((TraceLoggingDataCollector_t5C690F08E67433C8CBAC45BCF713D40E805DB2C7 *)L_0, (int8_t)L_3, /*hidden argument*/NULL); return; } } // System.Object System.Diagnostics.Tracing.EnumSByteTypeInfo`1::GetData(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * EnumSByteTypeInfo_1_GetData_mF5A0DE9803856837155B2E8967FB7826F662589C_gshared (EnumSByteTypeInfo_1_t770ED5035F38F84F5FDDAF39C579C845047138C9 * __this, RuntimeObject * ___value0, const RuntimeMethod* method) { { RuntimeObject * L_0 = ___value0; return (RuntimeObject *)L_0; } } // System.Void System.Diagnostics.Tracing.EnumSByteTypeInfo`1::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EnumSByteTypeInfo_1__ctor_m0BEFFF0700FD72BF9475929E2F5460E4A2E2BB5B_gshared (EnumSByteTypeInfo_1_t770ED5035F38F84F5FDDAF39C579C845047138C9 * __this, const RuntimeMethod* method) { { NullCheck((TraceLoggingTypeInfo_1_t2AA8837972AC05A92CCC42C2902E79514B223518 *)__this); (( void (*) (TraceLoggingTypeInfo_1_t2AA8837972AC05A92CCC42C2902E79514B223518 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)->methodPointer)((TraceLoggingTypeInfo_1_t2AA8837972AC05A92CCC42C2902E79514B223518 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Diagnostics.Tracing.EnumSByteTypeInfo`1::WriteMetadata(System.Diagnostics.Tracing.TraceLoggingMetadataCollector,System.String,System.Diagnostics.Tracing.EventFieldFormat) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EnumSByteTypeInfo_1_WriteMetadata_m86F4769F56F9E3C81D313F8C814B7DCAF9899E2C_gshared (EnumSByteTypeInfo_1_t8D6C3F5B5E58D4A1BA1F5F2444105366BA7EAF99 * __this, TraceLoggingMetadataCollector_tFDCF6C9B118FD41428DBE1C3AA17A601001C1B2C * ___collector0, String_t* ___name1, int32_t ___format2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Statics_t4B5A84F3134B8BF7299B14BE64813C95F1ABBCE3_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { TraceLoggingMetadataCollector_tFDCF6C9B118FD41428DBE1C3AA17A601001C1B2C * L_0 = ___collector0; String_t* L_1 = ___name1; int32_t L_2 = ___format2; IL2CPP_RUNTIME_CLASS_INIT(Statics_t4B5A84F3134B8BF7299B14BE64813C95F1ABBCE3_il2cpp_TypeInfo_var); int32_t L_3; L_3 = Statics_Format8_mE45EF4E6E42F82768CE748BDA7E5106F3CD0E15C((int32_t)L_2, (int32_t)3, /*hidden argument*/NULL); NullCheck((TraceLoggingMetadataCollector_tFDCF6C9B118FD41428DBE1C3AA17A601001C1B2C *)L_0); TraceLoggingMetadataCollector_AddScalar_mA1A23105BD49003C6FD1A00C6A4ADBD02FA49854((TraceLoggingMetadataCollector_tFDCF6C9B118FD41428DBE1C3AA17A601001C1B2C *)L_0, (String_t*)L_1, (int32_t)L_3, /*hidden argument*/NULL); return; } } // System.Void System.Diagnostics.Tracing.EnumSByteTypeInfo`1::WriteData(System.Diagnostics.Tracing.TraceLoggingDataCollector,EnumType&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EnumSByteTypeInfo_1_WriteData_m7BC25681B0E8E62FFB9DA21D5E2F2DFB4575B68E_gshared (EnumSByteTypeInfo_1_t8D6C3F5B5E58D4A1BA1F5F2444105366BA7EAF99 * __this, TraceLoggingDataCollector_t5C690F08E67433C8CBAC45BCF713D40E805DB2C7 * ___collector0, int8_t* ___value1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&EnumHelper_1_t1A18AB4B10A79E8CE2267B3FAD22C9B957BBCA3E_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { TraceLoggingDataCollector_t5C690F08E67433C8CBAC45BCF713D40E805DB2C7 * L_0 = ___collector0; int8_t* L_1 = ___value1; int8_t L_2 = (*(int8_t*)L_1); IL2CPP_RUNTIME_CLASS_INIT(EnumHelper_1_t1A18AB4B10A79E8CE2267B3FAD22C9B957BBCA3E_il2cpp_TypeInfo_var); int8_t L_3; L_3 = (( int8_t (*) (int8_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((int8_t)L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); NullCheck((TraceLoggingDataCollector_t5C690F08E67433C8CBAC45BCF713D40E805DB2C7 *)L_0); TraceLoggingDataCollector_AddScalar_m9203030D27BA68019EE250777A63DA2DAC402D3B((TraceLoggingDataCollector_t5C690F08E67433C8CBAC45BCF713D40E805DB2C7 *)L_0, (int8_t)L_3, /*hidden argument*/NULL); return; } } // System.Object System.Diagnostics.Tracing.EnumSByteTypeInfo`1::GetData(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * EnumSByteTypeInfo_1_GetData_mF184C820D58F0AAB24639874EE6DF8CE1816FC40_gshared (EnumSByteTypeInfo_1_t8D6C3F5B5E58D4A1BA1F5F2444105366BA7EAF99 * __this, RuntimeObject * ___value0, const RuntimeMethod* method) { { RuntimeObject * L_0 = ___value0; return (RuntimeObject *)L_0; } } // System.Void System.Diagnostics.Tracing.EnumSByteTypeInfo`1::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EnumSByteTypeInfo_1__ctor_m9D0B854E98FC38CEA67DBFA452BAB5709C6FFD2B_gshared (EnumSByteTypeInfo_1_t8D6C3F5B5E58D4A1BA1F5F2444105366BA7EAF99 * __this, const RuntimeMethod* method) { { NullCheck((TraceLoggingTypeInfo_1_t20A735C3CB75F54C35E40A70E3166D5A33200746 *)__this); (( void (*) (TraceLoggingTypeInfo_1_t20A735C3CB75F54C35E40A70E3166D5A33200746 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)->methodPointer)((TraceLoggingTypeInfo_1_t20A735C3CB75F54C35E40A70E3166D5A33200746 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Diagnostics.Tracing.EnumSByteTypeInfo`1::WriteMetadata(System.Diagnostics.Tracing.TraceLoggingMetadataCollector,System.String,System.Diagnostics.Tracing.EventFieldFormat) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EnumSByteTypeInfo_1_WriteMetadata_m7AD6DF5C52A9077E017DF28C776589B36441035F_gshared (EnumSByteTypeInfo_1_t40C9792F9A4EFE9B35A68F710427FD5173062C83 * __this, TraceLoggingMetadataCollector_tFDCF6C9B118FD41428DBE1C3AA17A601001C1B2C * ___collector0, String_t* ___name1, int32_t ___format2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Statics_t4B5A84F3134B8BF7299B14BE64813C95F1ABBCE3_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { TraceLoggingMetadataCollector_tFDCF6C9B118FD41428DBE1C3AA17A601001C1B2C * L_0 = ___collector0; String_t* L_1 = ___name1; int32_t L_2 = ___format2; IL2CPP_RUNTIME_CLASS_INIT(Statics_t4B5A84F3134B8BF7299B14BE64813C95F1ABBCE3_il2cpp_TypeInfo_var); int32_t L_3; L_3 = Statics_Format8_mE45EF4E6E42F82768CE748BDA7E5106F3CD0E15C((int32_t)L_2, (int32_t)3, /*hidden argument*/NULL); NullCheck((TraceLoggingMetadataCollector_tFDCF6C9B118FD41428DBE1C3AA17A601001C1B2C *)L_0); TraceLoggingMetadataCollector_AddScalar_mA1A23105BD49003C6FD1A00C6A4ADBD02FA49854((TraceLoggingMetadataCollector_tFDCF6C9B118FD41428DBE1C3AA17A601001C1B2C *)L_0, (String_t*)L_1, (int32_t)L_3, /*hidden argument*/NULL); return; } } // System.Void System.Diagnostics.Tracing.EnumSByteTypeInfo`1::WriteData(System.Diagnostics.Tracing.TraceLoggingDataCollector,EnumType&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EnumSByteTypeInfo_1_WriteData_m295A7EE4E59EED03AC6ED2C65F52A03456EC90DF_gshared (EnumSByteTypeInfo_1_t40C9792F9A4EFE9B35A68F710427FD5173062C83 * __this, TraceLoggingDataCollector_t5C690F08E67433C8CBAC45BCF713D40E805DB2C7 * ___collector0, float* ___value1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&EnumHelper_1_t1A18AB4B10A79E8CE2267B3FAD22C9B957BBCA3E_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { TraceLoggingDataCollector_t5C690F08E67433C8CBAC45BCF713D40E805DB2C7 * L_0 = ___collector0; float* L_1 = ___value1; float L_2 = (*(float*)L_1); IL2CPP_RUNTIME_CLASS_INIT(EnumHelper_1_t1A18AB4B10A79E8CE2267B3FAD22C9B957BBCA3E_il2cpp_TypeInfo_var); int8_t L_3; L_3 = (( int8_t (*) (float, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((float)L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); NullCheck((TraceLoggingDataCollector_t5C690F08E67433C8CBAC45BCF713D40E805DB2C7 *)L_0); TraceLoggingDataCollector_AddScalar_m9203030D27BA68019EE250777A63DA2DAC402D3B((TraceLoggingDataCollector_t5C690F08E67433C8CBAC45BCF713D40E805DB2C7 *)L_0, (int8_t)L_3, /*hidden argument*/NULL); return; } } // System.Object System.Diagnostics.Tracing.EnumSByteTypeInfo`1::GetData(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * EnumSByteTypeInfo_1_GetData_m9F3D947AF0F14AD44E3A2D0F383C8BA933F09EBC_gshared (EnumSByteTypeInfo_1_t40C9792F9A4EFE9B35A68F710427FD5173062C83 * __this, RuntimeObject * ___value0, const RuntimeMethod* method) { { RuntimeObject * L_0 = ___value0; return (RuntimeObject *)L_0; } } // System.Void System.Diagnostics.Tracing.EnumSByteTypeInfo`1::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EnumSByteTypeInfo_1__ctor_m919D19BEFA7ECEB38377F0082CCD5A60055A1BAB_gshared (EnumSByteTypeInfo_1_t40C9792F9A4EFE9B35A68F710427FD5173062C83 * __this, const RuntimeMethod* method) { { NullCheck((TraceLoggingTypeInfo_1_t9815A50B47090D0FC0C086E821E0D4C3C0F00017 *)__this); (( void (*) (TraceLoggingTypeInfo_1_t9815A50B47090D0FC0C086E821E0D4C3C0F00017 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)->methodPointer)((TraceLoggingTypeInfo_1_t9815A50B47090D0FC0C086E821E0D4C3C0F00017 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Diagnostics.Tracing.EnumSByteTypeInfo`1::WriteMetadata(System.Diagnostics.Tracing.TraceLoggingMetadataCollector,System.String,System.Diagnostics.Tracing.EventFieldFormat) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EnumSByteTypeInfo_1_WriteMetadata_m369B73F1759452AE1C86757E09ADF403ECEB561C_gshared (EnumSByteTypeInfo_1_t13407952A865FEAEB03EED0B851FC6DBCDF8348F * __this, TraceLoggingMetadataCollector_tFDCF6C9B118FD41428DBE1C3AA17A601001C1B2C * ___collector0, String_t* ___name1, int32_t ___format2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Statics_t4B5A84F3134B8BF7299B14BE64813C95F1ABBCE3_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { TraceLoggingMetadataCollector_tFDCF6C9B118FD41428DBE1C3AA17A601001C1B2C * L_0 = ___collector0; String_t* L_1 = ___name1; int32_t L_2 = ___format2; IL2CPP_RUNTIME_CLASS_INIT(Statics_t4B5A84F3134B8BF7299B14BE64813C95F1ABBCE3_il2cpp_TypeInfo_var); int32_t L_3; L_3 = Statics_Format8_mE45EF4E6E42F82768CE748BDA7E5106F3CD0E15C((int32_t)L_2, (int32_t)3, /*hidden argument*/NULL); NullCheck((TraceLoggingMetadataCollector_tFDCF6C9B118FD41428DBE1C3AA17A601001C1B2C *)L_0); TraceLoggingMetadataCollector_AddScalar_mA1A23105BD49003C6FD1A00C6A4ADBD02FA49854((TraceLoggingMetadataCollector_tFDCF6C9B118FD41428DBE1C3AA17A601001C1B2C *)L_0, (String_t*)L_1, (int32_t)L_3, /*hidden argument*/NULL); return; } } // System.Void System.Diagnostics.Tracing.EnumSByteTypeInfo`1::WriteData(System.Diagnostics.Tracing.TraceLoggingDataCollector,EnumType&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EnumSByteTypeInfo_1_WriteData_mC003F8DBB49C5FB0C795DE11B59B1842570EB0AF_gshared (EnumSByteTypeInfo_1_t13407952A865FEAEB03EED0B851FC6DBCDF8348F * __this, TraceLoggingDataCollector_t5C690F08E67433C8CBAC45BCF713D40E805DB2C7 * ___collector0, TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 * ___value1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&EnumHelper_1_t1A18AB4B10A79E8CE2267B3FAD22C9B957BBCA3E_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { TraceLoggingDataCollector_t5C690F08E67433C8CBAC45BCF713D40E805DB2C7 * L_0 = ___collector0; TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 * L_1 = ___value1; TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 L_2 = (*(TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 *)L_1); IL2CPP_RUNTIME_CLASS_INIT(EnumHelper_1_t1A18AB4B10A79E8CE2267B3FAD22C9B957BBCA3E_il2cpp_TypeInfo_var); int8_t L_3; L_3 = (( int8_t (*) (TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 )L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); NullCheck((TraceLoggingDataCollector_t5C690F08E67433C8CBAC45BCF713D40E805DB2C7 *)L_0); TraceLoggingDataCollector_AddScalar_m9203030D27BA68019EE250777A63DA2DAC402D3B((TraceLoggingDataCollector_t5C690F08E67433C8CBAC45BCF713D40E805DB2C7 *)L_0, (int8_t)L_3, /*hidden argument*/NULL); return; } } // System.Object System.Diagnostics.Tracing.EnumSByteTypeInfo`1::GetData(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * EnumSByteTypeInfo_1_GetData_m3A7B8EA011C9A2416A4A91B5FC3D495B1AC77640_gshared (EnumSByteTypeInfo_1_t13407952A865FEAEB03EED0B851FC6DBCDF8348F * __this, RuntimeObject * ___value0, const RuntimeMethod* method) { { RuntimeObject * L_0 = ___value0; return (RuntimeObject *)L_0; } } // System.Void System.Diagnostics.Tracing.EnumSByteTypeInfo`1::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EnumSByteTypeInfo_1__ctor_mE0D7EEE216F5379F937D692CFECAD86E81D0DDC3_gshared (EnumSByteTypeInfo_1_t13407952A865FEAEB03EED0B851FC6DBCDF8348F * __this, const RuntimeMethod* method) { { NullCheck((TraceLoggingTypeInfo_1_tC9A61AC7F8E9EEDA5909051820377A84D5B3EA40 *)__this); (( void (*) (TraceLoggingTypeInfo_1_tC9A61AC7F8E9EEDA5909051820377A84D5B3EA40 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)->methodPointer)((TraceLoggingTypeInfo_1_tC9A61AC7F8E9EEDA5909051820377A84D5B3EA40 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Diagnostics.Tracing.EnumSByteTypeInfo`1::WriteMetadata(System.Diagnostics.Tracing.TraceLoggingMetadataCollector,System.String,System.Diagnostics.Tracing.EventFieldFormat) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EnumSByteTypeInfo_1_WriteMetadata_m3EF2B4BD70B8EC95272F30A4A55D960BD3439A74_gshared (EnumSByteTypeInfo_1_tDD384F5303E0BFC3A84A3BF8139886B03C04DD56 * __this, TraceLoggingMetadataCollector_tFDCF6C9B118FD41428DBE1C3AA17A601001C1B2C * ___collector0, String_t* ___name1, int32_t ___format2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Statics_t4B5A84F3134B8BF7299B14BE64813C95F1ABBCE3_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { TraceLoggingMetadataCollector_tFDCF6C9B118FD41428DBE1C3AA17A601001C1B2C * L_0 = ___collector0; String_t* L_1 = ___name1; int32_t L_2 = ___format2; IL2CPP_RUNTIME_CLASS_INIT(Statics_t4B5A84F3134B8BF7299B14BE64813C95F1ABBCE3_il2cpp_TypeInfo_var); int32_t L_3; L_3 = Statics_Format8_mE45EF4E6E42F82768CE748BDA7E5106F3CD0E15C((int32_t)L_2, (int32_t)3, /*hidden argument*/NULL); NullCheck((TraceLoggingMetadataCollector_tFDCF6C9B118FD41428DBE1C3AA17A601001C1B2C *)L_0); TraceLoggingMetadataCollector_AddScalar_mA1A23105BD49003C6FD1A00C6A4ADBD02FA49854((TraceLoggingMetadataCollector_tFDCF6C9B118FD41428DBE1C3AA17A601001C1B2C *)L_0, (String_t*)L_1, (int32_t)L_3, /*hidden argument*/NULL); return; } } // System.Void System.Diagnostics.Tracing.EnumSByteTypeInfo`1::WriteData(System.Diagnostics.Tracing.TraceLoggingDataCollector,EnumType&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EnumSByteTypeInfo_1_WriteData_m7B670507772EDFD71AB6D40DC5E8BE304F4EA1EF_gshared (EnumSByteTypeInfo_1_tDD384F5303E0BFC3A84A3BF8139886B03C04DD56 * __this, TraceLoggingDataCollector_t5C690F08E67433C8CBAC45BCF713D40E805DB2C7 * ___collector0, uint16_t* ___value1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&EnumHelper_1_t1A18AB4B10A79E8CE2267B3FAD22C9B957BBCA3E_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { TraceLoggingDataCollector_t5C690F08E67433C8CBAC45BCF713D40E805DB2C7 * L_0 = ___collector0; uint16_t* L_1 = ___value1; uint16_t L_2 = (*(uint16_t*)L_1); IL2CPP_RUNTIME_CLASS_INIT(EnumHelper_1_t1A18AB4B10A79E8CE2267B3FAD22C9B957BBCA3E_il2cpp_TypeInfo_var); int8_t L_3; L_3 = (( int8_t (*) (uint16_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((uint16_t)L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); NullCheck((TraceLoggingDataCollector_t5C690F08E67433C8CBAC45BCF713D40E805DB2C7 *)L_0); TraceLoggingDataCollector_AddScalar_m9203030D27BA68019EE250777A63DA2DAC402D3B((TraceLoggingDataCollector_t5C690F08E67433C8CBAC45BCF713D40E805DB2C7 *)L_0, (int8_t)L_3, /*hidden argument*/NULL); return; } } // System.Object System.Diagnostics.Tracing.EnumSByteTypeInfo`1::GetData(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * EnumSByteTypeInfo_1_GetData_m2641C850E2F2A0D1E95E666148823DD71EB291D8_gshared (EnumSByteTypeInfo_1_tDD384F5303E0BFC3A84A3BF8139886B03C04DD56 * __this, RuntimeObject * ___value0, const RuntimeMethod* method) { { RuntimeObject * L_0 = ___value0; return (RuntimeObject *)L_0; } } // System.Void System.Diagnostics.Tracing.EnumSByteTypeInfo`1::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EnumSByteTypeInfo_1__ctor_mAD2F9CEFF44F43E5334FE8DE46BEA2FBFC0D851D_gshared (EnumSByteTypeInfo_1_tDD384F5303E0BFC3A84A3BF8139886B03C04DD56 * __this, const RuntimeMethod* method) { { NullCheck((TraceLoggingTypeInfo_1_tF53031808FEE0C6510DAADDC7D646FDC1003596D *)__this); (( void (*) (TraceLoggingTypeInfo_1_tF53031808FEE0C6510DAADDC7D646FDC1003596D *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)->methodPointer)((TraceLoggingTypeInfo_1_tF53031808FEE0C6510DAADDC7D646FDC1003596D *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Diagnostics.Tracing.EnumSByteTypeInfo`1::WriteMetadata(System.Diagnostics.Tracing.TraceLoggingMetadataCollector,System.String,System.Diagnostics.Tracing.EventFieldFormat) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EnumSByteTypeInfo_1_WriteMetadata_m129770DC4B530C36E5F20B298616CD655AF32AFB_gshared (EnumSByteTypeInfo_1_tA24AB66B3F6028EEC1242CC736FFA2E7E66FCD2E * __this, TraceLoggingMetadataCollector_tFDCF6C9B118FD41428DBE1C3AA17A601001C1B2C * ___collector0, String_t* ___name1, int32_t ___format2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Statics_t4B5A84F3134B8BF7299B14BE64813C95F1ABBCE3_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { TraceLoggingMetadataCollector_tFDCF6C9B118FD41428DBE1C3AA17A601001C1B2C * L_0 = ___collector0; String_t* L_1 = ___name1; int32_t L_2 = ___format2; IL2CPP_RUNTIME_CLASS_INIT(Statics_t4B5A84F3134B8BF7299B14BE64813C95F1ABBCE3_il2cpp_TypeInfo_var); int32_t L_3; L_3 = Statics_Format8_mE45EF4E6E42F82768CE748BDA7E5106F3CD0E15C((int32_t)L_2, (int32_t)3, /*hidden argument*/NULL); NullCheck((TraceLoggingMetadataCollector_tFDCF6C9B118FD41428DBE1C3AA17A601001C1B2C *)L_0); TraceLoggingMetadataCollector_AddScalar_mA1A23105BD49003C6FD1A00C6A4ADBD02FA49854((TraceLoggingMetadataCollector_tFDCF6C9B118FD41428DBE1C3AA17A601001C1B2C *)L_0, (String_t*)L_1, (int32_t)L_3, /*hidden argument*/NULL); return; } } // System.Void System.Diagnostics.Tracing.EnumSByteTypeInfo`1::WriteData(System.Diagnostics.Tracing.TraceLoggingDataCollector,EnumType&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EnumSByteTypeInfo_1_WriteData_m9329331CE010DF780F274C10EE2CF24CCC6C6CB7_gshared (EnumSByteTypeInfo_1_tA24AB66B3F6028EEC1242CC736FFA2E7E66FCD2E * __this, TraceLoggingDataCollector_t5C690F08E67433C8CBAC45BCF713D40E805DB2C7 * ___collector0, uint32_t* ___value1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&EnumHelper_1_t1A18AB4B10A79E8CE2267B3FAD22C9B957BBCA3E_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { TraceLoggingDataCollector_t5C690F08E67433C8CBAC45BCF713D40E805DB2C7 * L_0 = ___collector0; uint32_t* L_1 = ___value1; uint32_t L_2 = (*(uint32_t*)L_1); IL2CPP_RUNTIME_CLASS_INIT(EnumHelper_1_t1A18AB4B10A79E8CE2267B3FAD22C9B957BBCA3E_il2cpp_TypeInfo_var); int8_t L_3; L_3 = (( int8_t (*) (uint32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((uint32_t)L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); NullCheck((TraceLoggingDataCollector_t5C690F08E67433C8CBAC45BCF713D40E805DB2C7 *)L_0); TraceLoggingDataCollector_AddScalar_m9203030D27BA68019EE250777A63DA2DAC402D3B((TraceLoggingDataCollector_t5C690F08E67433C8CBAC45BCF713D40E805DB2C7 *)L_0, (int8_t)L_3, /*hidden argument*/NULL); return; } } // System.Object System.Diagnostics.Tracing.EnumSByteTypeInfo`1::GetData(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * EnumSByteTypeInfo_1_GetData_m7D7D17D796162F7DD1B0848363CE89089C1BA217_gshared (EnumSByteTypeInfo_1_tA24AB66B3F6028EEC1242CC736FFA2E7E66FCD2E * __this, RuntimeObject * ___value0, const RuntimeMethod* method) { { RuntimeObject * L_0 = ___value0; return (RuntimeObject *)L_0; } } // System.Void System.Diagnostics.Tracing.EnumSByteTypeInfo`1::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EnumSByteTypeInfo_1__ctor_mAAD0BAC8ED265556D39C881FD629D9841EBC994D_gshared (EnumSByteTypeInfo_1_tA24AB66B3F6028EEC1242CC736FFA2E7E66FCD2E * __this, const RuntimeMethod* method) { { NullCheck((TraceLoggingTypeInfo_1_t5E4CDB44325F36D386C0A07E2A068BFFE01B013D *)__this); (( void (*) (TraceLoggingTypeInfo_1_t5E4CDB44325F36D386C0A07E2A068BFFE01B013D *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)->methodPointer)((TraceLoggingTypeInfo_1_t5E4CDB44325F36D386C0A07E2A068BFFE01B013D *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Diagnostics.Tracing.EnumSByteTypeInfo`1::WriteMetadata(System.Diagnostics.Tracing.TraceLoggingMetadataCollector,System.String,System.Diagnostics.Tracing.EventFieldFormat) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EnumSByteTypeInfo_1_WriteMetadata_m96499F34C866ADD933E69BC62503FD0F27352922_gshared (EnumSByteTypeInfo_1_tF576FA9D6755AA93609B1A09062823557540DA81 * __this, TraceLoggingMetadataCollector_tFDCF6C9B118FD41428DBE1C3AA17A601001C1B2C * ___collector0, String_t* ___name1, int32_t ___format2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Statics_t4B5A84F3134B8BF7299B14BE64813C95F1ABBCE3_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { TraceLoggingMetadataCollector_tFDCF6C9B118FD41428DBE1C3AA17A601001C1B2C * L_0 = ___collector0; String_t* L_1 = ___name1; int32_t L_2 = ___format2; IL2CPP_RUNTIME_CLASS_INIT(Statics_t4B5A84F3134B8BF7299B14BE64813C95F1ABBCE3_il2cpp_TypeInfo_var); int32_t L_3; L_3 = Statics_Format8_mE45EF4E6E42F82768CE748BDA7E5106F3CD0E15C((int32_t)L_2, (int32_t)3, /*hidden argument*/NULL); NullCheck((TraceLoggingMetadataCollector_tFDCF6C9B118FD41428DBE1C3AA17A601001C1B2C *)L_0); TraceLoggingMetadataCollector_AddScalar_mA1A23105BD49003C6FD1A00C6A4ADBD02FA49854((TraceLoggingMetadataCollector_tFDCF6C9B118FD41428DBE1C3AA17A601001C1B2C *)L_0, (String_t*)L_1, (int32_t)L_3, /*hidden argument*/NULL); return; } } // System.Void System.Diagnostics.Tracing.EnumSByteTypeInfo`1::WriteData(System.Diagnostics.Tracing.TraceLoggingDataCollector,EnumType&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EnumSByteTypeInfo_1_WriteData_mECC3472BC3FC03B452B08427C7285D3F480DACFD_gshared (EnumSByteTypeInfo_1_tF576FA9D6755AA93609B1A09062823557540DA81 * __this, TraceLoggingDataCollector_t5C690F08E67433C8CBAC45BCF713D40E805DB2C7 * ___collector0, uint64_t* ___value1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&EnumHelper_1_t1A18AB4B10A79E8CE2267B3FAD22C9B957BBCA3E_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { TraceLoggingDataCollector_t5C690F08E67433C8CBAC45BCF713D40E805DB2C7 * L_0 = ___collector0; uint64_t* L_1 = ___value1; uint64_t L_2 = (*(uint64_t*)L_1); IL2CPP_RUNTIME_CLASS_INIT(EnumHelper_1_t1A18AB4B10A79E8CE2267B3FAD22C9B957BBCA3E_il2cpp_TypeInfo_var); int8_t L_3; L_3 = (( int8_t (*) (uint64_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((uint64_t)L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); NullCheck((TraceLoggingDataCollector_t5C690F08E67433C8CBAC45BCF713D40E805DB2C7 *)L_0); TraceLoggingDataCollector_AddScalar_m9203030D27BA68019EE250777A63DA2DAC402D3B((TraceLoggingDataCollector_t5C690F08E67433C8CBAC45BCF713D40E805DB2C7 *)L_0, (int8_t)L_3, /*hidden argument*/NULL); return; } } // System.Object System.Diagnostics.Tracing.EnumSByteTypeInfo`1::GetData(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * EnumSByteTypeInfo_1_GetData_mE45B2403E0BDEC47ABC2ECAFD0B9A989EA741BE0_gshared (EnumSByteTypeInfo_1_tF576FA9D6755AA93609B1A09062823557540DA81 * __this, RuntimeObject * ___value0, const RuntimeMethod* method) { { RuntimeObject * L_0 = ___value0; return (RuntimeObject *)L_0; } } // System.Void System.Diagnostics.Tracing.EnumSByteTypeInfo`1::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EnumSByteTypeInfo_1__ctor_m763FD0DD123A83DF47F698C111A100D9633A04BA_gshared (EnumSByteTypeInfo_1_tF576FA9D6755AA93609B1A09062823557540DA81 * __this, const RuntimeMethod* method) { { NullCheck((TraceLoggingTypeInfo_1_t2AB1B6E82D459F19130F48405C93259B4FAD5DE0 *)__this); (( void (*) (TraceLoggingTypeInfo_1_t2AB1B6E82D459F19130F48405C93259B4FAD5DE0 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)->methodPointer)((TraceLoggingTypeInfo_1_t2AB1B6E82D459F19130F48405C93259B4FAD5DE0 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Diagnostics.Tracing.EnumSByteTypeInfo`1::WriteMetadata(System.Diagnostics.Tracing.TraceLoggingMetadataCollector,System.String,System.Diagnostics.Tracing.EventFieldFormat) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EnumSByteTypeInfo_1_WriteMetadata_m99B80342103B45B510B43971EB5F57C8F443E6FE_gshared (EnumSByteTypeInfo_1_tEADFAC9679D9988BB655F8DE25270B5CAC21740B * __this, TraceLoggingMetadataCollector_tFDCF6C9B118FD41428DBE1C3AA17A601001C1B2C * ___collector0, String_t* ___name1, int32_t ___format2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Statics_t4B5A84F3134B8BF7299B14BE64813C95F1ABBCE3_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { TraceLoggingMetadataCollector_tFDCF6C9B118FD41428DBE1C3AA17A601001C1B2C * L_0 = ___collector0; String_t* L_1 = ___name1; int32_t L_2 = ___format2; IL2CPP_RUNTIME_CLASS_INIT(Statics_t4B5A84F3134B8BF7299B14BE64813C95F1ABBCE3_il2cpp_TypeInfo_var); int32_t L_3; L_3 = Statics_Format8_mE45EF4E6E42F82768CE748BDA7E5106F3CD0E15C((int32_t)L_2, (int32_t)3, /*hidden argument*/NULL); NullCheck((TraceLoggingMetadataCollector_tFDCF6C9B118FD41428DBE1C3AA17A601001C1B2C *)L_0); TraceLoggingMetadataCollector_AddScalar_mA1A23105BD49003C6FD1A00C6A4ADBD02FA49854((TraceLoggingMetadataCollector_tFDCF6C9B118FD41428DBE1C3AA17A601001C1B2C *)L_0, (String_t*)L_1, (int32_t)L_3, /*hidden argument*/NULL); return; } } // System.Void System.Diagnostics.Tracing.EnumSByteTypeInfo`1::WriteData(System.Diagnostics.Tracing.TraceLoggingDataCollector,EnumType&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EnumSByteTypeInfo_1_WriteData_mE54103BC8DBFDA204825D944ECF03D891E1BBB59_gshared (EnumSByteTypeInfo_1_tEADFAC9679D9988BB655F8DE25270B5CAC21740B * __this, TraceLoggingDataCollector_t5C690F08E67433C8CBAC45BCF713D40E805DB2C7 * ___collector0, uintptr_t* ___value1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&EnumHelper_1_t1A18AB4B10A79E8CE2267B3FAD22C9B957BBCA3E_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { TraceLoggingDataCollector_t5C690F08E67433C8CBAC45BCF713D40E805DB2C7 * L_0 = ___collector0; uintptr_t* L_1 = ___value1; uintptr_t L_2 = (*(uintptr_t*)L_1); IL2CPP_RUNTIME_CLASS_INIT(EnumHelper_1_t1A18AB4B10A79E8CE2267B3FAD22C9B957BBCA3E_il2cpp_TypeInfo_var); int8_t L_3; L_3 = (( int8_t (*) (uintptr_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((uintptr_t)L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); NullCheck((TraceLoggingDataCollector_t5C690F08E67433C8CBAC45BCF713D40E805DB2C7 *)L_0); TraceLoggingDataCollector_AddScalar_m9203030D27BA68019EE250777A63DA2DAC402D3B((TraceLoggingDataCollector_t5C690F08E67433C8CBAC45BCF713D40E805DB2C7 *)L_0, (int8_t)L_3, /*hidden argument*/NULL); return; } } // System.Object System.Diagnostics.Tracing.EnumSByteTypeInfo`1::GetData(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * EnumSByteTypeInfo_1_GetData_m25E8B653CDC83E020491911FB92D6B7C32D955AE_gshared (EnumSByteTypeInfo_1_tEADFAC9679D9988BB655F8DE25270B5CAC21740B * __this, RuntimeObject * ___value0, const RuntimeMethod* method) { { RuntimeObject * L_0 = ___value0; return (RuntimeObject *)L_0; } } // System.Void System.Diagnostics.Tracing.EnumSByteTypeInfo`1::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EnumSByteTypeInfo_1__ctor_m5729B3A40F1F658CDC1F20063E52607EB96936B1_gshared (EnumSByteTypeInfo_1_tEADFAC9679D9988BB655F8DE25270B5CAC21740B * __this, const RuntimeMethod* method) { { NullCheck((TraceLoggingTypeInfo_1_t0AA37671ECD36B79145C47886B8425BF92BE7B13 *)__this); (( void (*) (TraceLoggingTypeInfo_1_t0AA37671ECD36B79145C47886B8425BF92BE7B13 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)->methodPointer)((TraceLoggingTypeInfo_1_t0AA37671ECD36B79145C47886B8425BF92BE7B13 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Diagnostics.Tracing.EnumUInt16TypeInfo`1>::WriteMetadata(System.Diagnostics.Tracing.TraceLoggingMetadataCollector,System.String,System.Diagnostics.Tracing.EventFieldFormat) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EnumUInt16TypeInfo_1_WriteMetadata_m13FD6287396FE612E92CA7BE385FEFD96194AE09_gshared (EnumUInt16TypeInfo_1_t38EFBEDCD057539918395E1E7D0D580F95202C0E * __this, TraceLoggingMetadataCollector_tFDCF6C9B118FD41428DBE1C3AA17A601001C1B2C * ___collector0, String_t* ___name1, int32_t ___format2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Statics_t4B5A84F3134B8BF7299B14BE64813C95F1ABBCE3_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { TraceLoggingMetadataCollector_tFDCF6C9B118FD41428DBE1C3AA17A601001C1B2C * L_0 = ___collector0; String_t* L_1 = ___name1; int32_t L_2 = ___format2; IL2CPP_RUNTIME_CLASS_INIT(Statics_t4B5A84F3134B8BF7299B14BE64813C95F1ABBCE3_il2cpp_TypeInfo_var); int32_t L_3; L_3 = Statics_Format16_mBAB4FA70D517E1F775D2CA5C49A92CDF13203B29((int32_t)L_2, (int32_t)6, /*hidden argument*/NULL); NullCheck((TraceLoggingMetadataCollector_tFDCF6C9B118FD41428DBE1C3AA17A601001C1B2C *)L_0); TraceLoggingMetadataCollector_AddScalar_mA1A23105BD49003C6FD1A00C6A4ADBD02FA49854((TraceLoggingMetadataCollector_tFDCF6C9B118FD41428DBE1C3AA17A601001C1B2C *)L_0, (String_t*)L_1, (int32_t)L_3, /*hidden argument*/NULL); return; } } // System.Void System.Diagnostics.Tracing.EnumUInt16TypeInfo`1>::WriteData(System.Diagnostics.Tracing.TraceLoggingDataCollector,EnumType&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EnumUInt16TypeInfo_1_WriteData_m71321DA4BCA64CF4ED8B584A32159B1ED6EB1831_gshared (EnumUInt16TypeInfo_1_t38EFBEDCD057539918395E1E7D0D580F95202C0E * __this, TraceLoggingDataCollector_t5C690F08E67433C8CBAC45BCF713D40E805DB2C7 * ___collector0, KeyValuePair_2_tFB6A066C69E28C6ACA5FC5E24D969BFADC5FA625 * ___value1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&EnumHelper_1_t2D08E12E0A6AD73687A24BCA4D645C9F49D8D946_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { TraceLoggingDataCollector_t5C690F08E67433C8CBAC45BCF713D40E805DB2C7 * L_0 = ___collector0; KeyValuePair_2_tFB6A066C69E28C6ACA5FC5E24D969BFADC5FA625 * L_1 = ___value1; KeyValuePair_2_tFB6A066C69E28C6ACA5FC5E24D969BFADC5FA625 L_2 = (*(KeyValuePair_2_tFB6A066C69E28C6ACA5FC5E24D969BFADC5FA625 *)L_1); IL2CPP_RUNTIME_CLASS_INIT(EnumHelper_1_t2D08E12E0A6AD73687A24BCA4D645C9F49D8D946_il2cpp_TypeInfo_var); uint16_t L_3; L_3 = (( uint16_t (*) (KeyValuePair_2_tFB6A066C69E28C6ACA5FC5E24D969BFADC5FA625 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((KeyValuePair_2_tFB6A066C69E28C6ACA5FC5E24D969BFADC5FA625 )L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); NullCheck((TraceLoggingDataCollector_t5C690F08E67433C8CBAC45BCF713D40E805DB2C7 *)L_0); TraceLoggingDataCollector_AddScalar_m3070476C2EB3B597E1C98A7330F3BAD9E8AF7875((TraceLoggingDataCollector_t5C690F08E67433C8CBAC45BCF713D40E805DB2C7 *)L_0, (uint16_t)L_3, /*hidden argument*/NULL); return; } } // System.Object System.Diagnostics.Tracing.EnumUInt16TypeInfo`1>::GetData(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * EnumUInt16TypeInfo_1_GetData_mCF0117EABF8A010F517699B915CAF274BA4C6230_gshared (EnumUInt16TypeInfo_1_t38EFBEDCD057539918395E1E7D0D580F95202C0E * __this, RuntimeObject * ___value0, const RuntimeMethod* method) { { RuntimeObject * L_0 = ___value0; return (RuntimeObject *)L_0; } } // System.Void System.Diagnostics.Tracing.EnumUInt16TypeInfo`1>::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EnumUInt16TypeInfo_1__ctor_m3290BC30DC3F79F5969EEFC3BF81DA84A3D3D003_gshared (EnumUInt16TypeInfo_1_t38EFBEDCD057539918395E1E7D0D580F95202C0E * __this, const RuntimeMethod* method) { { NullCheck((TraceLoggingTypeInfo_1_tAA80A15704CE49500C66DC6B1C05B2A1188F89DC *)__this); (( void (*) (TraceLoggingTypeInfo_1_tAA80A15704CE49500C66DC6B1C05B2A1188F89DC *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)->methodPointer)((TraceLoggingTypeInfo_1_tAA80A15704CE49500C66DC6B1C05B2A1188F89DC *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Diagnostics.Tracing.EnumUInt16TypeInfo`1::WriteMetadata(System.Diagnostics.Tracing.TraceLoggingMetadataCollector,System.String,System.Diagnostics.Tracing.EventFieldFormat) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EnumUInt16TypeInfo_1_WriteMetadata_m2FE2AF95D7D8F0186294EDE679EBB4B8D0BF99B6_gshared (EnumUInt16TypeInfo_1_t4AD5FDF893DD7EE4C997BB550F5A149141C4EB53 * __this, TraceLoggingMetadataCollector_tFDCF6C9B118FD41428DBE1C3AA17A601001C1B2C * ___collector0, String_t* ___name1, int32_t ___format2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Statics_t4B5A84F3134B8BF7299B14BE64813C95F1ABBCE3_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { TraceLoggingMetadataCollector_tFDCF6C9B118FD41428DBE1C3AA17A601001C1B2C * L_0 = ___collector0; String_t* L_1 = ___name1; int32_t L_2 = ___format2; IL2CPP_RUNTIME_CLASS_INIT(Statics_t4B5A84F3134B8BF7299B14BE64813C95F1ABBCE3_il2cpp_TypeInfo_var); int32_t L_3; L_3 = Statics_Format16_mBAB4FA70D517E1F775D2CA5C49A92CDF13203B29((int32_t)L_2, (int32_t)6, /*hidden argument*/NULL); NullCheck((TraceLoggingMetadataCollector_tFDCF6C9B118FD41428DBE1C3AA17A601001C1B2C *)L_0); TraceLoggingMetadataCollector_AddScalar_mA1A23105BD49003C6FD1A00C6A4ADBD02FA49854((TraceLoggingMetadataCollector_tFDCF6C9B118FD41428DBE1C3AA17A601001C1B2C *)L_0, (String_t*)L_1, (int32_t)L_3, /*hidden argument*/NULL); return; } } // System.Void System.Diagnostics.Tracing.EnumUInt16TypeInfo`1::WriteData(System.Diagnostics.Tracing.TraceLoggingDataCollector,EnumType&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EnumUInt16TypeInfo_1_WriteData_mF8594A885BA1A6C614ED5C9B30CF8B5F400EFF0B_gshared (EnumUInt16TypeInfo_1_t4AD5FDF893DD7EE4C997BB550F5A149141C4EB53 * __this, TraceLoggingDataCollector_t5C690F08E67433C8CBAC45BCF713D40E805DB2C7 * ___collector0, bool* ___value1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&EnumHelper_1_t2D08E12E0A6AD73687A24BCA4D645C9F49D8D946_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { TraceLoggingDataCollector_t5C690F08E67433C8CBAC45BCF713D40E805DB2C7 * L_0 = ___collector0; bool* L_1 = ___value1; bool L_2 = (*(bool*)L_1); IL2CPP_RUNTIME_CLASS_INIT(EnumHelper_1_t2D08E12E0A6AD73687A24BCA4D645C9F49D8D946_il2cpp_TypeInfo_var); uint16_t L_3; L_3 = (( uint16_t (*) (bool, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((bool)L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); NullCheck((TraceLoggingDataCollector_t5C690F08E67433C8CBAC45BCF713D40E805DB2C7 *)L_0); TraceLoggingDataCollector_AddScalar_m3070476C2EB3B597E1C98A7330F3BAD9E8AF7875((TraceLoggingDataCollector_t5C690F08E67433C8CBAC45BCF713D40E805DB2C7 *)L_0, (uint16_t)L_3, /*hidden argument*/NULL); return; } } // System.Object System.Diagnostics.Tracing.EnumUInt16TypeInfo`1::GetData(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * EnumUInt16TypeInfo_1_GetData_mBD2BE4D0062A77FE386EA2A14278467AE567E449_gshared (EnumUInt16TypeInfo_1_t4AD5FDF893DD7EE4C997BB550F5A149141C4EB53 * __this, RuntimeObject * ___value0, const RuntimeMethod* method) { { RuntimeObject * L_0 = ___value0; return (RuntimeObject *)L_0; } } // System.Void System.Diagnostics.Tracing.EnumUInt16TypeInfo`1::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EnumUInt16TypeInfo_1__ctor_m02405FB615D099784076C90917F4A3DB1938F38B_gshared (EnumUInt16TypeInfo_1_t4AD5FDF893DD7EE4C997BB550F5A149141C4EB53 * __this, const RuntimeMethod* method) { { NullCheck((TraceLoggingTypeInfo_1_t2E09E8CA26064E30A8F7376A80B6440C13A23A68 *)__this); (( void (*) (TraceLoggingTypeInfo_1_t2E09E8CA26064E30A8F7376A80B6440C13A23A68 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)->methodPointer)((TraceLoggingTypeInfo_1_t2E09E8CA26064E30A8F7376A80B6440C13A23A68 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Diagnostics.Tracing.EnumUInt16TypeInfo`1::WriteMetadata(System.Diagnostics.Tracing.TraceLoggingMetadataCollector,System.String,System.Diagnostics.Tracing.EventFieldFormat) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EnumUInt16TypeInfo_1_WriteMetadata_m497A856F20C7D8C35DDD0BAC2C1A4125512012DE_gshared (EnumUInt16TypeInfo_1_tFF28C636A959C216791C4C3AA561AD9F403E9F00 * __this, TraceLoggingMetadataCollector_tFDCF6C9B118FD41428DBE1C3AA17A601001C1B2C * ___collector0, String_t* ___name1, int32_t ___format2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Statics_t4B5A84F3134B8BF7299B14BE64813C95F1ABBCE3_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { TraceLoggingMetadataCollector_tFDCF6C9B118FD41428DBE1C3AA17A601001C1B2C * L_0 = ___collector0; String_t* L_1 = ___name1; int32_t L_2 = ___format2; IL2CPP_RUNTIME_CLASS_INIT(Statics_t4B5A84F3134B8BF7299B14BE64813C95F1ABBCE3_il2cpp_TypeInfo_var); int32_t L_3; L_3 = Statics_Format16_mBAB4FA70D517E1F775D2CA5C49A92CDF13203B29((int32_t)L_2, (int32_t)6, /*hidden argument*/NULL); NullCheck((TraceLoggingMetadataCollector_tFDCF6C9B118FD41428DBE1C3AA17A601001C1B2C *)L_0); TraceLoggingMetadataCollector_AddScalar_mA1A23105BD49003C6FD1A00C6A4ADBD02FA49854((TraceLoggingMetadataCollector_tFDCF6C9B118FD41428DBE1C3AA17A601001C1B2C *)L_0, (String_t*)L_1, (int32_t)L_3, /*hidden argument*/NULL); return; } } // System.Void System.Diagnostics.Tracing.EnumUInt16TypeInfo`1::WriteData(System.Diagnostics.Tracing.TraceLoggingDataCollector,EnumType&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EnumUInt16TypeInfo_1_WriteData_m18E618B7654125EF992C630315B453F682296B96_gshared (EnumUInt16TypeInfo_1_tFF28C636A959C216791C4C3AA561AD9F403E9F00 * __this, TraceLoggingDataCollector_t5C690F08E67433C8CBAC45BCF713D40E805DB2C7 * ___collector0, uint8_t* ___value1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&EnumHelper_1_t2D08E12E0A6AD73687A24BCA4D645C9F49D8D946_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { TraceLoggingDataCollector_t5C690F08E67433C8CBAC45BCF713D40E805DB2C7 * L_0 = ___collector0; uint8_t* L_1 = ___value1; uint8_t L_2 = (*(uint8_t*)L_1); IL2CPP_RUNTIME_CLASS_INIT(EnumHelper_1_t2D08E12E0A6AD73687A24BCA4D645C9F49D8D946_il2cpp_TypeInfo_var); uint16_t L_3; L_3 = (( uint16_t (*) (uint8_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((uint8_t)L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); NullCheck((TraceLoggingDataCollector_t5C690F08E67433C8CBAC45BCF713D40E805DB2C7 *)L_0); TraceLoggingDataCollector_AddScalar_m3070476C2EB3B597E1C98A7330F3BAD9E8AF7875((TraceLoggingDataCollector_t5C690F08E67433C8CBAC45BCF713D40E805DB2C7 *)L_0, (uint16_t)L_3, /*hidden argument*/NULL); return; } } // System.Object System.Diagnostics.Tracing.EnumUInt16TypeInfo`1::GetData(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * EnumUInt16TypeInfo_1_GetData_mED96934395ED655582E9B7594B4B83856D644EB8_gshared (EnumUInt16TypeInfo_1_tFF28C636A959C216791C4C3AA561AD9F403E9F00 * __this, RuntimeObject * ___value0, const RuntimeMethod* method) { { RuntimeObject * L_0 = ___value0; return (RuntimeObject *)L_0; } } // System.Void System.Diagnostics.Tracing.EnumUInt16TypeInfo`1::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EnumUInt16TypeInfo_1__ctor_mE42A82A3DE0012636AEE95B13CD7ABFA4B7D512B_gshared (EnumUInt16TypeInfo_1_tFF28C636A959C216791C4C3AA561AD9F403E9F00 * __this, const RuntimeMethod* method) { { NullCheck((TraceLoggingTypeInfo_1_t3249C39DDD7C9608FB6A71BC0E8ADAD2DBA7582D *)__this); (( void (*) (TraceLoggingTypeInfo_1_t3249C39DDD7C9608FB6A71BC0E8ADAD2DBA7582D *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)->methodPointer)((TraceLoggingTypeInfo_1_t3249C39DDD7C9608FB6A71BC0E8ADAD2DBA7582D *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Diagnostics.Tracing.EnumUInt16TypeInfo`1::WriteMetadata(System.Diagnostics.Tracing.TraceLoggingMetadataCollector,System.String,System.Diagnostics.Tracing.EventFieldFormat) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EnumUInt16TypeInfo_1_WriteMetadata_m90B6DB0A924B2B475F3A26951BF7E94CDD2A6426_gshared (EnumUInt16TypeInfo_1_t3FE64114574BA927247CBC86ED4C0D55B90E72B9 * __this, TraceLoggingMetadataCollector_tFDCF6C9B118FD41428DBE1C3AA17A601001C1B2C * ___collector0, String_t* ___name1, int32_t ___format2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Statics_t4B5A84F3134B8BF7299B14BE64813C95F1ABBCE3_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { TraceLoggingMetadataCollector_tFDCF6C9B118FD41428DBE1C3AA17A601001C1B2C * L_0 = ___collector0; String_t* L_1 = ___name1; int32_t L_2 = ___format2; IL2CPP_RUNTIME_CLASS_INIT(Statics_t4B5A84F3134B8BF7299B14BE64813C95F1ABBCE3_il2cpp_TypeInfo_var); int32_t L_3; L_3 = Statics_Format16_mBAB4FA70D517E1F775D2CA5C49A92CDF13203B29((int32_t)L_2, (int32_t)6, /*hidden argument*/NULL); NullCheck((TraceLoggingMetadataCollector_tFDCF6C9B118FD41428DBE1C3AA17A601001C1B2C *)L_0); TraceLoggingMetadataCollector_AddScalar_mA1A23105BD49003C6FD1A00C6A4ADBD02FA49854((TraceLoggingMetadataCollector_tFDCF6C9B118FD41428DBE1C3AA17A601001C1B2C *)L_0, (String_t*)L_1, (int32_t)L_3, /*hidden argument*/NULL); return; } } // System.Void System.Diagnostics.Tracing.EnumUInt16TypeInfo`1::WriteData(System.Diagnostics.Tracing.TraceLoggingDataCollector,EnumType&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EnumUInt16TypeInfo_1_WriteData_m03E6591F442180780EA136B0FFDE90436DC5D5CD_gshared (EnumUInt16TypeInfo_1_t3FE64114574BA927247CBC86ED4C0D55B90E72B9 * __this, TraceLoggingDataCollector_t5C690F08E67433C8CBAC45BCF713D40E805DB2C7 * ___collector0, Il2CppChar* ___value1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&EnumHelper_1_t2D08E12E0A6AD73687A24BCA4D645C9F49D8D946_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { TraceLoggingDataCollector_t5C690F08E67433C8CBAC45BCF713D40E805DB2C7 * L_0 = ___collector0; Il2CppChar* L_1 = ___value1; Il2CppChar L_2 = (*(Il2CppChar*)L_1); IL2CPP_RUNTIME_CLASS_INIT(EnumHelper_1_t2D08E12E0A6AD73687A24BCA4D645C9F49D8D946_il2cpp_TypeInfo_var); uint16_t L_3; L_3 = (( uint16_t (*) (Il2CppChar, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((Il2CppChar)L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); NullCheck((TraceLoggingDataCollector_t5C690F08E67433C8CBAC45BCF713D40E805DB2C7 *)L_0); TraceLoggingDataCollector_AddScalar_m3070476C2EB3B597E1C98A7330F3BAD9E8AF7875((TraceLoggingDataCollector_t5C690F08E67433C8CBAC45BCF713D40E805DB2C7 *)L_0, (uint16_t)L_3, /*hidden argument*/NULL); return; } } // System.Object System.Diagnostics.Tracing.EnumUInt16TypeInfo`1::GetData(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * EnumUInt16TypeInfo_1_GetData_m4C0BB961D898AC87856D71FE533B2F5EF3BDB998_gshared (EnumUInt16TypeInfo_1_t3FE64114574BA927247CBC86ED4C0D55B90E72B9 * __this, RuntimeObject * ___value0, const RuntimeMethod* method) { { RuntimeObject * L_0 = ___value0; return (RuntimeObject *)L_0; } } // System.Void System.Diagnostics.Tracing.EnumUInt16TypeInfo`1::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EnumUInt16TypeInfo_1__ctor_m8F6A19B370C9641D6B8D6DC04CD2E4EB774AEC37_gshared (EnumUInt16TypeInfo_1_t3FE64114574BA927247CBC86ED4C0D55B90E72B9 * __this, const RuntimeMethod* method) { { NullCheck((TraceLoggingTypeInfo_1_t4060A49A9615875C95710F4F7A74B649698B182C *)__this); (( void (*) (TraceLoggingTypeInfo_1_t4060A49A9615875C95710F4F7A74B649698B182C *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)->methodPointer)((TraceLoggingTypeInfo_1_t4060A49A9615875C95710F4F7A74B649698B182C *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Diagnostics.Tracing.EnumUInt16TypeInfo`1::WriteMetadata(System.Diagnostics.Tracing.TraceLoggingMetadataCollector,System.String,System.Diagnostics.Tracing.EventFieldFormat) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EnumUInt16TypeInfo_1_WriteMetadata_m87446005FF297283E18B3AA5970AAE0DEA5545D4_gshared (EnumUInt16TypeInfo_1_tE12FD630A12C83B714974FB541B4D24953E3B6BA * __this, TraceLoggingMetadataCollector_tFDCF6C9B118FD41428DBE1C3AA17A601001C1B2C * ___collector0, String_t* ___name1, int32_t ___format2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Statics_t4B5A84F3134B8BF7299B14BE64813C95F1ABBCE3_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { TraceLoggingMetadataCollector_tFDCF6C9B118FD41428DBE1C3AA17A601001C1B2C * L_0 = ___collector0; String_t* L_1 = ___name1; int32_t L_2 = ___format2; IL2CPP_RUNTIME_CLASS_INIT(Statics_t4B5A84F3134B8BF7299B14BE64813C95F1ABBCE3_il2cpp_TypeInfo_var); int32_t L_3; L_3 = Statics_Format16_mBAB4FA70D517E1F775D2CA5C49A92CDF13203B29((int32_t)L_2, (int32_t)6, /*hidden argument*/NULL); NullCheck((TraceLoggingMetadataCollector_tFDCF6C9B118FD41428DBE1C3AA17A601001C1B2C *)L_0); TraceLoggingMetadataCollector_AddScalar_mA1A23105BD49003C6FD1A00C6A4ADBD02FA49854((TraceLoggingMetadataCollector_tFDCF6C9B118FD41428DBE1C3AA17A601001C1B2C *)L_0, (String_t*)L_1, (int32_t)L_3, /*hidden argument*/NULL); return; } } // System.Void System.Diagnostics.Tracing.EnumUInt16TypeInfo`1::WriteData(System.Diagnostics.Tracing.TraceLoggingDataCollector,EnumType&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EnumUInt16TypeInfo_1_WriteData_m366AD8465FD0577941D6B317CDD4C61B7A6A0574_gshared (EnumUInt16TypeInfo_1_tE12FD630A12C83B714974FB541B4D24953E3B6BA * __this, TraceLoggingDataCollector_t5C690F08E67433C8CBAC45BCF713D40E805DB2C7 * ___collector0, DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 * ___value1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&EnumHelper_1_t2D08E12E0A6AD73687A24BCA4D645C9F49D8D946_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { TraceLoggingDataCollector_t5C690F08E67433C8CBAC45BCF713D40E805DB2C7 * L_0 = ___collector0; DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 * L_1 = ___value1; DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_2 = (*(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 *)L_1); IL2CPP_RUNTIME_CLASS_INIT(EnumHelper_1_t2D08E12E0A6AD73687A24BCA4D645C9F49D8D946_il2cpp_TypeInfo_var); uint16_t L_3; L_3 = (( uint16_t (*) (DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 )L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); NullCheck((TraceLoggingDataCollector_t5C690F08E67433C8CBAC45BCF713D40E805DB2C7 *)L_0); TraceLoggingDataCollector_AddScalar_m3070476C2EB3B597E1C98A7330F3BAD9E8AF7875((TraceLoggingDataCollector_t5C690F08E67433C8CBAC45BCF713D40E805DB2C7 *)L_0, (uint16_t)L_3, /*hidden argument*/NULL); return; } } // System.Object System.Diagnostics.Tracing.EnumUInt16TypeInfo`1::GetData(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * EnumUInt16TypeInfo_1_GetData_mA4D2F246229E82DCD38049510222005A93CA20AB_gshared (EnumUInt16TypeInfo_1_tE12FD630A12C83B714974FB541B4D24953E3B6BA * __this, RuntimeObject * ___value0, const RuntimeMethod* method) { { RuntimeObject * L_0 = ___value0; return (RuntimeObject *)L_0; } } // System.Void System.Diagnostics.Tracing.EnumUInt16TypeInfo`1::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EnumUInt16TypeInfo_1__ctor_mCD88DCBC552C3EC0C92A82729A4A525B0BD09ADC_gshared (EnumUInt16TypeInfo_1_tE12FD630A12C83B714974FB541B4D24953E3B6BA * __this, const RuntimeMethod* method) { { NullCheck((TraceLoggingTypeInfo_1_t3B564912583B489AA09CF4EC981BC921E43D206B *)__this); (( void (*) (TraceLoggingTypeInfo_1_t3B564912583B489AA09CF4EC981BC921E43D206B *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)->methodPointer)((TraceLoggingTypeInfo_1_t3B564912583B489AA09CF4EC981BC921E43D206B *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Diagnostics.Tracing.EnumUInt16TypeInfo`1::WriteMetadata(System.Diagnostics.Tracing.TraceLoggingMetadataCollector,System.String,System.Diagnostics.Tracing.EventFieldFormat) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EnumUInt16TypeInfo_1_WriteMetadata_m44DFCE1F5B907F2DEBF8E0510FB4FE9EE937F18F_gshared (EnumUInt16TypeInfo_1_t120CAF216CECB574B59943E8281DDA1827918831 * __this, TraceLoggingMetadataCollector_tFDCF6C9B118FD41428DBE1C3AA17A601001C1B2C * ___collector0, String_t* ___name1, int32_t ___format2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Statics_t4B5A84F3134B8BF7299B14BE64813C95F1ABBCE3_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { TraceLoggingMetadataCollector_tFDCF6C9B118FD41428DBE1C3AA17A601001C1B2C * L_0 = ___collector0; String_t* L_1 = ___name1; int32_t L_2 = ___format2; IL2CPP_RUNTIME_CLASS_INIT(Statics_t4B5A84F3134B8BF7299B14BE64813C95F1ABBCE3_il2cpp_TypeInfo_var); int32_t L_3; L_3 = Statics_Format16_mBAB4FA70D517E1F775D2CA5C49A92CDF13203B29((int32_t)L_2, (int32_t)6, /*hidden argument*/NULL); NullCheck((TraceLoggingMetadataCollector_tFDCF6C9B118FD41428DBE1C3AA17A601001C1B2C *)L_0); TraceLoggingMetadataCollector_AddScalar_mA1A23105BD49003C6FD1A00C6A4ADBD02FA49854((TraceLoggingMetadataCollector_tFDCF6C9B118FD41428DBE1C3AA17A601001C1B2C *)L_0, (String_t*)L_1, (int32_t)L_3, /*hidden argument*/NULL); return; } } // System.Void System.Diagnostics.Tracing.EnumUInt16TypeInfo`1::WriteData(System.Diagnostics.Tracing.TraceLoggingDataCollector,EnumType&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EnumUInt16TypeInfo_1_WriteData_m1807D6836D5E7238AB29C5B64410F0741E1F32D2_gshared (EnumUInt16TypeInfo_1_t120CAF216CECB574B59943E8281DDA1827918831 * __this, TraceLoggingDataCollector_t5C690F08E67433C8CBAC45BCF713D40E805DB2C7 * ___collector0, DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5 * ___value1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&EnumHelper_1_t2D08E12E0A6AD73687A24BCA4D645C9F49D8D946_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { TraceLoggingDataCollector_t5C690F08E67433C8CBAC45BCF713D40E805DB2C7 * L_0 = ___collector0; DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5 * L_1 = ___value1; DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5 L_2 = (*(DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5 *)L_1); IL2CPP_RUNTIME_CLASS_INIT(EnumHelper_1_t2D08E12E0A6AD73687A24BCA4D645C9F49D8D946_il2cpp_TypeInfo_var); uint16_t L_3; L_3 = (( uint16_t (*) (DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5 )L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); NullCheck((TraceLoggingDataCollector_t5C690F08E67433C8CBAC45BCF713D40E805DB2C7 *)L_0); TraceLoggingDataCollector_AddScalar_m3070476C2EB3B597E1C98A7330F3BAD9E8AF7875((TraceLoggingDataCollector_t5C690F08E67433C8CBAC45BCF713D40E805DB2C7 *)L_0, (uint16_t)L_3, /*hidden argument*/NULL); return; } } // System.Object System.Diagnostics.Tracing.EnumUInt16TypeInfo`1::GetData(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * EnumUInt16TypeInfo_1_GetData_m5C7A612680F90A7688216CD89F106B624551AF46_gshared (EnumUInt16TypeInfo_1_t120CAF216CECB574B59943E8281DDA1827918831 * __this, RuntimeObject * ___value0, const RuntimeMethod* method) { { RuntimeObject * L_0 = ___value0; return (RuntimeObject *)L_0; } } // System.Void System.Diagnostics.Tracing.EnumUInt16TypeInfo`1::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EnumUInt16TypeInfo_1__ctor_mF6A3DA985A740DC30474EB775B1B5984A4307CEC_gshared (EnumUInt16TypeInfo_1_t120CAF216CECB574B59943E8281DDA1827918831 * __this, const RuntimeMethod* method) { { NullCheck((TraceLoggingTypeInfo_1_t2222233AEF607D614ED51D9A909021B0AD1DD052 *)__this); (( void (*) (TraceLoggingTypeInfo_1_t2222233AEF607D614ED51D9A909021B0AD1DD052 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)->methodPointer)((TraceLoggingTypeInfo_1_t2222233AEF607D614ED51D9A909021B0AD1DD052 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Diagnostics.Tracing.EnumUInt16TypeInfo`1::WriteMetadata(System.Diagnostics.Tracing.TraceLoggingMetadataCollector,System.String,System.Diagnostics.Tracing.EventFieldFormat) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EnumUInt16TypeInfo_1_WriteMetadata_m5BC554E63F1A377796263B58D51D0904BDA4FFF1_gshared (EnumUInt16TypeInfo_1_t151493147DC956BB06D567BE058D4E4C15186E80 * __this, TraceLoggingMetadataCollector_tFDCF6C9B118FD41428DBE1C3AA17A601001C1B2C * ___collector0, String_t* ___name1, int32_t ___format2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Statics_t4B5A84F3134B8BF7299B14BE64813C95F1ABBCE3_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { TraceLoggingMetadataCollector_tFDCF6C9B118FD41428DBE1C3AA17A601001C1B2C * L_0 = ___collector0; String_t* L_1 = ___name1; int32_t L_2 = ___format2; IL2CPP_RUNTIME_CLASS_INIT(Statics_t4B5A84F3134B8BF7299B14BE64813C95F1ABBCE3_il2cpp_TypeInfo_var); int32_t L_3; L_3 = Statics_Format16_mBAB4FA70D517E1F775D2CA5C49A92CDF13203B29((int32_t)L_2, (int32_t)6, /*hidden argument*/NULL); NullCheck((TraceLoggingMetadataCollector_tFDCF6C9B118FD41428DBE1C3AA17A601001C1B2C *)L_0); TraceLoggingMetadataCollector_AddScalar_mA1A23105BD49003C6FD1A00C6A4ADBD02FA49854((TraceLoggingMetadataCollector_tFDCF6C9B118FD41428DBE1C3AA17A601001C1B2C *)L_0, (String_t*)L_1, (int32_t)L_3, /*hidden argument*/NULL); return; } } // System.Void System.Diagnostics.Tracing.EnumUInt16TypeInfo`1::WriteData(System.Diagnostics.Tracing.TraceLoggingDataCollector,EnumType&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EnumUInt16TypeInfo_1_WriteData_m12BFDEEAD6AE0515A73D829EDB8A5FDFB368F999_gshared (EnumUInt16TypeInfo_1_t151493147DC956BB06D567BE058D4E4C15186E80 * __this, TraceLoggingDataCollector_t5C690F08E67433C8CBAC45BCF713D40E805DB2C7 * ___collector0, Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 * ___value1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&EnumHelper_1_t2D08E12E0A6AD73687A24BCA4D645C9F49D8D946_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { TraceLoggingDataCollector_t5C690F08E67433C8CBAC45BCF713D40E805DB2C7 * L_0 = ___collector0; Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 * L_1 = ___value1; Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 L_2 = (*(Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 *)L_1); IL2CPP_RUNTIME_CLASS_INIT(EnumHelper_1_t2D08E12E0A6AD73687A24BCA4D645C9F49D8D946_il2cpp_TypeInfo_var); uint16_t L_3; L_3 = (( uint16_t (*) (Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 )L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); NullCheck((TraceLoggingDataCollector_t5C690F08E67433C8CBAC45BCF713D40E805DB2C7 *)L_0); TraceLoggingDataCollector_AddScalar_m3070476C2EB3B597E1C98A7330F3BAD9E8AF7875((TraceLoggingDataCollector_t5C690F08E67433C8CBAC45BCF713D40E805DB2C7 *)L_0, (uint16_t)L_3, /*hidden argument*/NULL); return; } } // System.Object System.Diagnostics.Tracing.EnumUInt16TypeInfo`1::GetData(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * EnumUInt16TypeInfo_1_GetData_m85FB4E1666AC68E30BDB6F3DFEAD61AA1246C9A8_gshared (EnumUInt16TypeInfo_1_t151493147DC956BB06D567BE058D4E4C15186E80 * __this, RuntimeObject * ___value0, const RuntimeMethod* method) { { RuntimeObject * L_0 = ___value0; return (RuntimeObject *)L_0; } } // System.Void System.Diagnostics.Tracing.EnumUInt16TypeInfo`1::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EnumUInt16TypeInfo_1__ctor_m9D09FA0AB58756C1BBFD13EEE0BBA7A177F37C1F_gshared (EnumUInt16TypeInfo_1_t151493147DC956BB06D567BE058D4E4C15186E80 * __this, const RuntimeMethod* method) { { NullCheck((TraceLoggingTypeInfo_1_t31C39790E0722BFAB7EF167B090AFCF92BEF0393 *)__this); (( void (*) (TraceLoggingTypeInfo_1_t31C39790E0722BFAB7EF167B090AFCF92BEF0393 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)->methodPointer)((TraceLoggingTypeInfo_1_t31C39790E0722BFAB7EF167B090AFCF92BEF0393 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Diagnostics.Tracing.EnumUInt16TypeInfo`1::WriteMetadata(System.Diagnostics.Tracing.TraceLoggingMetadataCollector,System.String,System.Diagnostics.Tracing.EventFieldFormat) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EnumUInt16TypeInfo_1_WriteMetadata_m0A27973DBA88C9509F7BE3FDC6CCB4F602EE517D_gshared (EnumUInt16TypeInfo_1_t4E94CEA914BE69A357965EBE760A6A0FAAF74B0C * __this, TraceLoggingMetadataCollector_tFDCF6C9B118FD41428DBE1C3AA17A601001C1B2C * ___collector0, String_t* ___name1, int32_t ___format2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Statics_t4B5A84F3134B8BF7299B14BE64813C95F1ABBCE3_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { TraceLoggingMetadataCollector_tFDCF6C9B118FD41428DBE1C3AA17A601001C1B2C * L_0 = ___collector0; String_t* L_1 = ___name1; int32_t L_2 = ___format2; IL2CPP_RUNTIME_CLASS_INIT(Statics_t4B5A84F3134B8BF7299B14BE64813C95F1ABBCE3_il2cpp_TypeInfo_var); int32_t L_3; L_3 = Statics_Format16_mBAB4FA70D517E1F775D2CA5C49A92CDF13203B29((int32_t)L_2, (int32_t)6, /*hidden argument*/NULL); NullCheck((TraceLoggingMetadataCollector_tFDCF6C9B118FD41428DBE1C3AA17A601001C1B2C *)L_0); TraceLoggingMetadataCollector_AddScalar_mA1A23105BD49003C6FD1A00C6A4ADBD02FA49854((TraceLoggingMetadataCollector_tFDCF6C9B118FD41428DBE1C3AA17A601001C1B2C *)L_0, (String_t*)L_1, (int32_t)L_3, /*hidden argument*/NULL); return; } } // System.Void System.Diagnostics.Tracing.EnumUInt16TypeInfo`1::WriteData(System.Diagnostics.Tracing.TraceLoggingDataCollector,EnumType&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EnumUInt16TypeInfo_1_WriteData_m1BD70A84729629275968368B864704319C663720_gshared (EnumUInt16TypeInfo_1_t4E94CEA914BE69A357965EBE760A6A0FAAF74B0C * __this, TraceLoggingDataCollector_t5C690F08E67433C8CBAC45BCF713D40E805DB2C7 * ___collector0, double* ___value1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&EnumHelper_1_t2D08E12E0A6AD73687A24BCA4D645C9F49D8D946_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { TraceLoggingDataCollector_t5C690F08E67433C8CBAC45BCF713D40E805DB2C7 * L_0 = ___collector0; double* L_1 = ___value1; double L_2 = (*(double*)L_1); IL2CPP_RUNTIME_CLASS_INIT(EnumHelper_1_t2D08E12E0A6AD73687A24BCA4D645C9F49D8D946_il2cpp_TypeInfo_var); uint16_t L_3; L_3 = (( uint16_t (*) (double, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((double)L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); NullCheck((TraceLoggingDataCollector_t5C690F08E67433C8CBAC45BCF713D40E805DB2C7 *)L_0); TraceLoggingDataCollector_AddScalar_m3070476C2EB3B597E1C98A7330F3BAD9E8AF7875((TraceLoggingDataCollector_t5C690F08E67433C8CBAC45BCF713D40E805DB2C7 *)L_0, (uint16_t)L_3, /*hidden argument*/NULL); return; } } // System.Object System.Diagnostics.Tracing.EnumUInt16TypeInfo`1::GetData(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * EnumUInt16TypeInfo_1_GetData_m0406533642FC13904F4F7F1299F22987A854CA7D_gshared (EnumUInt16TypeInfo_1_t4E94CEA914BE69A357965EBE760A6A0FAAF74B0C * __this, RuntimeObject * ___value0, const RuntimeMethod* method) { { RuntimeObject * L_0 = ___value0; return (RuntimeObject *)L_0; } } // System.Void System.Diagnostics.Tracing.EnumUInt16TypeInfo`1::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EnumUInt16TypeInfo_1__ctor_m2E74D6193E719CD087D65990E8052596413887C7_gshared (EnumUInt16TypeInfo_1_t4E94CEA914BE69A357965EBE760A6A0FAAF74B0C * __this, const RuntimeMethod* method) { { NullCheck((TraceLoggingTypeInfo_1_t7DB46152A9D14F1E2B1949B20B3FDFDF3EE951B1 *)__this); (( void (*) (TraceLoggingTypeInfo_1_t7DB46152A9D14F1E2B1949B20B3FDFDF3EE951B1 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)->methodPointer)((TraceLoggingTypeInfo_1_t7DB46152A9D14F1E2B1949B20B3FDFDF3EE951B1 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Diagnostics.Tracing.EnumUInt16TypeInfo`1::WriteMetadata(System.Diagnostics.Tracing.TraceLoggingMetadataCollector,System.String,System.Diagnostics.Tracing.EventFieldFormat) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EnumUInt16TypeInfo_1_WriteMetadata_m6B6AEF62862C2D1722F2CD1991B35C5F411384DF_gshared (EnumUInt16TypeInfo_1_tCDE284BF7B32E3EE413F07B2E601EA9F44D345C6 * __this, TraceLoggingMetadataCollector_tFDCF6C9B118FD41428DBE1C3AA17A601001C1B2C * ___collector0, String_t* ___name1, int32_t ___format2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Statics_t4B5A84F3134B8BF7299B14BE64813C95F1ABBCE3_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { TraceLoggingMetadataCollector_tFDCF6C9B118FD41428DBE1C3AA17A601001C1B2C * L_0 = ___collector0; String_t* L_1 = ___name1; int32_t L_2 = ___format2; IL2CPP_RUNTIME_CLASS_INIT(Statics_t4B5A84F3134B8BF7299B14BE64813C95F1ABBCE3_il2cpp_TypeInfo_var); int32_t L_3; L_3 = Statics_Format16_mBAB4FA70D517E1F775D2CA5C49A92CDF13203B29((int32_t)L_2, (int32_t)6, /*hidden argument*/NULL); NullCheck((TraceLoggingMetadataCollector_tFDCF6C9B118FD41428DBE1C3AA17A601001C1B2C *)L_0); TraceLoggingMetadataCollector_AddScalar_mA1A23105BD49003C6FD1A00C6A4ADBD02FA49854((TraceLoggingMetadataCollector_tFDCF6C9B118FD41428DBE1C3AA17A601001C1B2C *)L_0, (String_t*)L_1, (int32_t)L_3, /*hidden argument*/NULL); return; } } // System.Void System.Diagnostics.Tracing.EnumUInt16TypeInfo`1::WriteData(System.Diagnostics.Tracing.TraceLoggingDataCollector,EnumType&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EnumUInt16TypeInfo_1_WriteData_m7C9F1D6B617B1B6D120A4363340BCF2DE33D2646_gshared (EnumUInt16TypeInfo_1_tCDE284BF7B32E3EE413F07B2E601EA9F44D345C6 * __this, TraceLoggingDataCollector_t5C690F08E67433C8CBAC45BCF713D40E805DB2C7 * ___collector0, EmptyStruct_t4261C00C8DDCEA2FE01A2264519DDB55BA275F62 * ___value1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&EnumHelper_1_t2D08E12E0A6AD73687A24BCA4D645C9F49D8D946_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { TraceLoggingDataCollector_t5C690F08E67433C8CBAC45BCF713D40E805DB2C7 * L_0 = ___collector0; EmptyStruct_t4261C00C8DDCEA2FE01A2264519DDB55BA275F62 * L_1 = ___value1; EmptyStruct_t4261C00C8DDCEA2FE01A2264519DDB55BA275F62 L_2 = (*(EmptyStruct_t4261C00C8DDCEA2FE01A2264519DDB55BA275F62 *)L_1); IL2CPP_RUNTIME_CLASS_INIT(EnumHelper_1_t2D08E12E0A6AD73687A24BCA4D645C9F49D8D946_il2cpp_TypeInfo_var); uint16_t L_3; L_3 = (( uint16_t (*) (EmptyStruct_t4261C00C8DDCEA2FE01A2264519DDB55BA275F62 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((EmptyStruct_t4261C00C8DDCEA2FE01A2264519DDB55BA275F62 )L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); NullCheck((TraceLoggingDataCollector_t5C690F08E67433C8CBAC45BCF713D40E805DB2C7 *)L_0); TraceLoggingDataCollector_AddScalar_m3070476C2EB3B597E1C98A7330F3BAD9E8AF7875((TraceLoggingDataCollector_t5C690F08E67433C8CBAC45BCF713D40E805DB2C7 *)L_0, (uint16_t)L_3, /*hidden argument*/NULL); return; } } // System.Object System.Diagnostics.Tracing.EnumUInt16TypeInfo`1::GetData(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * EnumUInt16TypeInfo_1_GetData_mED1B16E5CE5EDA31ADDF6E22BD52323C32BD3627_gshared (EnumUInt16TypeInfo_1_tCDE284BF7B32E3EE413F07B2E601EA9F44D345C6 * __this, RuntimeObject * ___value0, const RuntimeMethod* method) { { RuntimeObject * L_0 = ___value0; return (RuntimeObject *)L_0; } } // System.Void System.Diagnostics.Tracing.EnumUInt16TypeInfo`1::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EnumUInt16TypeInfo_1__ctor_m503D05138F98ACF71315812A2E3BEA0CF1730FF3_gshared (EnumUInt16TypeInfo_1_tCDE284BF7B32E3EE413F07B2E601EA9F44D345C6 * __this, const RuntimeMethod* method) { { NullCheck((TraceLoggingTypeInfo_1_t632172B9985D9F811628DA2FBE10BB7F417FEA07 *)__this); (( void (*) (TraceLoggingTypeInfo_1_t632172B9985D9F811628DA2FBE10BB7F417FEA07 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)->methodPointer)((TraceLoggingTypeInfo_1_t632172B9985D9F811628DA2FBE10BB7F417FEA07 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Diagnostics.Tracing.EnumUInt16TypeInfo`1::WriteMetadata(System.Diagnostics.Tracing.TraceLoggingMetadataCollector,System.String,System.Diagnostics.Tracing.EventFieldFormat) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EnumUInt16TypeInfo_1_WriteMetadata_mEC5E48C938ECDA32EE8F607B060B00FBECEAD7D1_gshared (EnumUInt16TypeInfo_1_t89415BF23FB31544896C1804CEE1467010DE071A * __this, TraceLoggingMetadataCollector_tFDCF6C9B118FD41428DBE1C3AA17A601001C1B2C * ___collector0, String_t* ___name1, int32_t ___format2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Statics_t4B5A84F3134B8BF7299B14BE64813C95F1ABBCE3_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { TraceLoggingMetadataCollector_tFDCF6C9B118FD41428DBE1C3AA17A601001C1B2C * L_0 = ___collector0; String_t* L_1 = ___name1; int32_t L_2 = ___format2; IL2CPP_RUNTIME_CLASS_INIT(Statics_t4B5A84F3134B8BF7299B14BE64813C95F1ABBCE3_il2cpp_TypeInfo_var); int32_t L_3; L_3 = Statics_Format16_mBAB4FA70D517E1F775D2CA5C49A92CDF13203B29((int32_t)L_2, (int32_t)6, /*hidden argument*/NULL); NullCheck((TraceLoggingMetadataCollector_tFDCF6C9B118FD41428DBE1C3AA17A601001C1B2C *)L_0); TraceLoggingMetadataCollector_AddScalar_mA1A23105BD49003C6FD1A00C6A4ADBD02FA49854((TraceLoggingMetadataCollector_tFDCF6C9B118FD41428DBE1C3AA17A601001C1B2C *)L_0, (String_t*)L_1, (int32_t)L_3, /*hidden argument*/NULL); return; } } // System.Void System.Diagnostics.Tracing.EnumUInt16TypeInfo`1::WriteData(System.Diagnostics.Tracing.TraceLoggingDataCollector,EnumType&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EnumUInt16TypeInfo_1_WriteData_mC16E621349A0ABD3E0262C640307A0B0EED392D2_gshared (EnumUInt16TypeInfo_1_t89415BF23FB31544896C1804CEE1467010DE071A * __this, TraceLoggingDataCollector_t5C690F08E67433C8CBAC45BCF713D40E805DB2C7 * ___collector0, Guid_t * ___value1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&EnumHelper_1_t2D08E12E0A6AD73687A24BCA4D645C9F49D8D946_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { TraceLoggingDataCollector_t5C690F08E67433C8CBAC45BCF713D40E805DB2C7 * L_0 = ___collector0; Guid_t * L_1 = ___value1; Guid_t L_2 = (*(Guid_t *)L_1); IL2CPP_RUNTIME_CLASS_INIT(EnumHelper_1_t2D08E12E0A6AD73687A24BCA4D645C9F49D8D946_il2cpp_TypeInfo_var); uint16_t L_3; L_3 = (( uint16_t (*) (Guid_t , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((Guid_t )L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); NullCheck((TraceLoggingDataCollector_t5C690F08E67433C8CBAC45BCF713D40E805DB2C7 *)L_0); TraceLoggingDataCollector_AddScalar_m3070476C2EB3B597E1C98A7330F3BAD9E8AF7875((TraceLoggingDataCollector_t5C690F08E67433C8CBAC45BCF713D40E805DB2C7 *)L_0, (uint16_t)L_3, /*hidden argument*/NULL); return; } } // System.Object System.Diagnostics.Tracing.EnumUInt16TypeInfo`1::GetData(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * EnumUInt16TypeInfo_1_GetData_m72E812849F640BFA108038FE88AC060A14E0FA59_gshared (EnumUInt16TypeInfo_1_t89415BF23FB31544896C1804CEE1467010DE071A * __this, RuntimeObject * ___value0, const RuntimeMethod* method) { { RuntimeObject * L_0 = ___value0; return (RuntimeObject *)L_0; } } // System.Void System.Diagnostics.Tracing.EnumUInt16TypeInfo`1::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EnumUInt16TypeInfo_1__ctor_m29CA4306F9E2DB98BE728FC9484890E192624015_gshared (EnumUInt16TypeInfo_1_t89415BF23FB31544896C1804CEE1467010DE071A * __this, const RuntimeMethod* method) { { NullCheck((TraceLoggingTypeInfo_1_t8101320E9F094F3170A4766FC28D96B07623CAFF *)__this); (( void (*) (TraceLoggingTypeInfo_1_t8101320E9F094F3170A4766FC28D96B07623CAFF *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)->methodPointer)((TraceLoggingTypeInfo_1_t8101320E9F094F3170A4766FC28D96B07623CAFF *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Diagnostics.Tracing.EnumUInt16TypeInfo`1::WriteMetadata(System.Diagnostics.Tracing.TraceLoggingMetadataCollector,System.String,System.Diagnostics.Tracing.EventFieldFormat) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EnumUInt16TypeInfo_1_WriteMetadata_m1E2AD6B9E3F657DF8E075520609DE554F937F567_gshared (EnumUInt16TypeInfo_1_tC6DEB8FC9D9B894AEE1BBDF8975F86A1A3C5DABE * __this, TraceLoggingMetadataCollector_tFDCF6C9B118FD41428DBE1C3AA17A601001C1B2C * ___collector0, String_t* ___name1, int32_t ___format2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Statics_t4B5A84F3134B8BF7299B14BE64813C95F1ABBCE3_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { TraceLoggingMetadataCollector_tFDCF6C9B118FD41428DBE1C3AA17A601001C1B2C * L_0 = ___collector0; String_t* L_1 = ___name1; int32_t L_2 = ___format2; IL2CPP_RUNTIME_CLASS_INIT(Statics_t4B5A84F3134B8BF7299B14BE64813C95F1ABBCE3_il2cpp_TypeInfo_var); int32_t L_3; L_3 = Statics_Format16_mBAB4FA70D517E1F775D2CA5C49A92CDF13203B29((int32_t)L_2, (int32_t)6, /*hidden argument*/NULL); NullCheck((TraceLoggingMetadataCollector_tFDCF6C9B118FD41428DBE1C3AA17A601001C1B2C *)L_0); TraceLoggingMetadataCollector_AddScalar_mA1A23105BD49003C6FD1A00C6A4ADBD02FA49854((TraceLoggingMetadataCollector_tFDCF6C9B118FD41428DBE1C3AA17A601001C1B2C *)L_0, (String_t*)L_1, (int32_t)L_3, /*hidden argument*/NULL); return; } } // System.Void System.Diagnostics.Tracing.EnumUInt16TypeInfo`1::WriteData(System.Diagnostics.Tracing.TraceLoggingDataCollector,EnumType&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EnumUInt16TypeInfo_1_WriteData_m0A86CEF1F412A1984782A6AF77B223840B52CA35_gshared (EnumUInt16TypeInfo_1_tC6DEB8FC9D9B894AEE1BBDF8975F86A1A3C5DABE * __this, TraceLoggingDataCollector_t5C690F08E67433C8CBAC45BCF713D40E805DB2C7 * ___collector0, int16_t* ___value1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&EnumHelper_1_t2D08E12E0A6AD73687A24BCA4D645C9F49D8D946_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { TraceLoggingDataCollector_t5C690F08E67433C8CBAC45BCF713D40E805DB2C7 * L_0 = ___collector0; int16_t* L_1 = ___value1; int16_t L_2 = (*(int16_t*)L_1); IL2CPP_RUNTIME_CLASS_INIT(EnumHelper_1_t2D08E12E0A6AD73687A24BCA4D645C9F49D8D946_il2cpp_TypeInfo_var); uint16_t L_3; L_3 = (( uint16_t (*) (int16_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((int16_t)L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); NullCheck((TraceLoggingDataCollector_t5C690F08E67433C8CBAC45BCF713D40E805DB2C7 *)L_0); TraceLoggingDataCollector_AddScalar_m3070476C2EB3B597E1C98A7330F3BAD9E8AF7875((TraceLoggingDataCollector_t5C690F08E67433C8CBAC45BCF713D40E805DB2C7 *)L_0, (uint16_t)L_3, /*hidden argument*/NULL); return; } } // System.Object System.Diagnostics.Tracing.EnumUInt16TypeInfo`1::GetData(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * EnumUInt16TypeInfo_1_GetData_mA22B1264D3FBA65C97FC28B3679003F021BB1335_gshared (EnumUInt16TypeInfo_1_tC6DEB8FC9D9B894AEE1BBDF8975F86A1A3C5DABE * __this, RuntimeObject * ___value0, const RuntimeMethod* method) { { RuntimeObject * L_0 = ___value0; return (RuntimeObject *)L_0; } } // System.Void System.Diagnostics.Tracing.EnumUInt16TypeInfo`1::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EnumUInt16TypeInfo_1__ctor_mFE9847B56C0ABAEAE7BF4B4AFD365704C4C6B72C_gshared (EnumUInt16TypeInfo_1_tC6DEB8FC9D9B894AEE1BBDF8975F86A1A3C5DABE * __this, const RuntimeMethod* method) { { NullCheck((TraceLoggingTypeInfo_1_tCF0BA38E6075EA0A17E3D74D866D00756E15CE2A *)__this); (( void (*) (TraceLoggingTypeInfo_1_tCF0BA38E6075EA0A17E3D74D866D00756E15CE2A *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)->methodPointer)((TraceLoggingTypeInfo_1_tCF0BA38E6075EA0A17E3D74D866D00756E15CE2A *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Diagnostics.Tracing.EnumUInt16TypeInfo`1::WriteMetadata(System.Diagnostics.Tracing.TraceLoggingMetadataCollector,System.String,System.Diagnostics.Tracing.EventFieldFormat) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EnumUInt16TypeInfo_1_WriteMetadata_m934CAF27EA5C23CCA2E2157CADF1B62FAA493B47_gshared (EnumUInt16TypeInfo_1_t91AD75788430C6878826DF12A785D17C8DE4BBAA * __this, TraceLoggingMetadataCollector_tFDCF6C9B118FD41428DBE1C3AA17A601001C1B2C * ___collector0, String_t* ___name1, int32_t ___format2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Statics_t4B5A84F3134B8BF7299B14BE64813C95F1ABBCE3_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { TraceLoggingMetadataCollector_tFDCF6C9B118FD41428DBE1C3AA17A601001C1B2C * L_0 = ___collector0; String_t* L_1 = ___name1; int32_t L_2 = ___format2; IL2CPP_RUNTIME_CLASS_INIT(Statics_t4B5A84F3134B8BF7299B14BE64813C95F1ABBCE3_il2cpp_TypeInfo_var); int32_t L_3; L_3 = Statics_Format16_mBAB4FA70D517E1F775D2CA5C49A92CDF13203B29((int32_t)L_2, (int32_t)6, /*hidden argument*/NULL); NullCheck((TraceLoggingMetadataCollector_tFDCF6C9B118FD41428DBE1C3AA17A601001C1B2C *)L_0); TraceLoggingMetadataCollector_AddScalar_mA1A23105BD49003C6FD1A00C6A4ADBD02FA49854((TraceLoggingMetadataCollector_tFDCF6C9B118FD41428DBE1C3AA17A601001C1B2C *)L_0, (String_t*)L_1, (int32_t)L_3, /*hidden argument*/NULL); return; } } // System.Void System.Diagnostics.Tracing.EnumUInt16TypeInfo`1::WriteData(System.Diagnostics.Tracing.TraceLoggingDataCollector,EnumType&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EnumUInt16TypeInfo_1_WriteData_mF35CB01F2B04A491CABD004F625AB7F265775F9E_gshared (EnumUInt16TypeInfo_1_t91AD75788430C6878826DF12A785D17C8DE4BBAA * __this, TraceLoggingDataCollector_t5C690F08E67433C8CBAC45BCF713D40E805DB2C7 * ___collector0, int32_t* ___value1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&EnumHelper_1_t2D08E12E0A6AD73687A24BCA4D645C9F49D8D946_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { TraceLoggingDataCollector_t5C690F08E67433C8CBAC45BCF713D40E805DB2C7 * L_0 = ___collector0; int32_t* L_1 = ___value1; int32_t L_2 = (*(int32_t*)L_1); IL2CPP_RUNTIME_CLASS_INIT(EnumHelper_1_t2D08E12E0A6AD73687A24BCA4D645C9F49D8D946_il2cpp_TypeInfo_var); uint16_t L_3; L_3 = (( uint16_t (*) (int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((int32_t)L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); NullCheck((TraceLoggingDataCollector_t5C690F08E67433C8CBAC45BCF713D40E805DB2C7 *)L_0); TraceLoggingDataCollector_AddScalar_m3070476C2EB3B597E1C98A7330F3BAD9E8AF7875((TraceLoggingDataCollector_t5C690F08E67433C8CBAC45BCF713D40E805DB2C7 *)L_0, (uint16_t)L_3, /*hidden argument*/NULL); return; } } // System.Object System.Diagnostics.Tracing.EnumUInt16TypeInfo`1::GetData(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * EnumUInt16TypeInfo_1_GetData_m82C8E2AFA6135FABF2B07915D2F74F8B0447927E_gshared (EnumUInt16TypeInfo_1_t91AD75788430C6878826DF12A785D17C8DE4BBAA * __this, RuntimeObject * ___value0, const RuntimeMethod* method) { { RuntimeObject * L_0 = ___value0; return (RuntimeObject *)L_0; } } // System.Void System.Diagnostics.Tracing.EnumUInt16TypeInfo`1::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EnumUInt16TypeInfo_1__ctor_mEFDE7422F8F6727B7DC723506AA4223C63FA6BC9_gshared (EnumUInt16TypeInfo_1_t91AD75788430C6878826DF12A785D17C8DE4BBAA * __this, const RuntimeMethod* method) { { NullCheck((TraceLoggingTypeInfo_1_tC3E216D7BD16AEC469B9ADA1544BF7A54F8F5878 *)__this); (( void (*) (TraceLoggingTypeInfo_1_tC3E216D7BD16AEC469B9ADA1544BF7A54F8F5878 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)->methodPointer)((TraceLoggingTypeInfo_1_tC3E216D7BD16AEC469B9ADA1544BF7A54F8F5878 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Diagnostics.Tracing.EnumUInt16TypeInfo`1::WriteMetadata(System.Diagnostics.Tracing.TraceLoggingMetadataCollector,System.String,System.Diagnostics.Tracing.EventFieldFormat) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EnumUInt16TypeInfo_1_WriteMetadata_m1B22A6720DC54B78BDE60E5399868325ED6CDE20_gshared (EnumUInt16TypeInfo_1_t2C82D2C3955A53EDCAEE1DA9AFA408A03DADDB01 * __this, TraceLoggingMetadataCollector_tFDCF6C9B118FD41428DBE1C3AA17A601001C1B2C * ___collector0, String_t* ___name1, int32_t ___format2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Statics_t4B5A84F3134B8BF7299B14BE64813C95F1ABBCE3_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { TraceLoggingMetadataCollector_tFDCF6C9B118FD41428DBE1C3AA17A601001C1B2C * L_0 = ___collector0; String_t* L_1 = ___name1; int32_t L_2 = ___format2; IL2CPP_RUNTIME_CLASS_INIT(Statics_t4B5A84F3134B8BF7299B14BE64813C95F1ABBCE3_il2cpp_TypeInfo_var); int32_t L_3; L_3 = Statics_Format16_mBAB4FA70D517E1F775D2CA5C49A92CDF13203B29((int32_t)L_2, (int32_t)6, /*hidden argument*/NULL); NullCheck((TraceLoggingMetadataCollector_tFDCF6C9B118FD41428DBE1C3AA17A601001C1B2C *)L_0); TraceLoggingMetadataCollector_AddScalar_mA1A23105BD49003C6FD1A00C6A4ADBD02FA49854((TraceLoggingMetadataCollector_tFDCF6C9B118FD41428DBE1C3AA17A601001C1B2C *)L_0, (String_t*)L_1, (int32_t)L_3, /*hidden argument*/NULL); return; } } // System.Void System.Diagnostics.Tracing.EnumUInt16TypeInfo`1::WriteData(System.Diagnostics.Tracing.TraceLoggingDataCollector,EnumType&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EnumUInt16TypeInfo_1_WriteData_mCCE0F3F5C5381ABFE9B5FEF1D02A416EE002A8A2_gshared (EnumUInt16TypeInfo_1_t2C82D2C3955A53EDCAEE1DA9AFA408A03DADDB01 * __this, TraceLoggingDataCollector_t5C690F08E67433C8CBAC45BCF713D40E805DB2C7 * ___collector0, int64_t* ___value1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&EnumHelper_1_t2D08E12E0A6AD73687A24BCA4D645C9F49D8D946_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { TraceLoggingDataCollector_t5C690F08E67433C8CBAC45BCF713D40E805DB2C7 * L_0 = ___collector0; int64_t* L_1 = ___value1; int64_t L_2 = (*(int64_t*)L_1); IL2CPP_RUNTIME_CLASS_INIT(EnumHelper_1_t2D08E12E0A6AD73687A24BCA4D645C9F49D8D946_il2cpp_TypeInfo_var); uint16_t L_3; L_3 = (( uint16_t (*) (int64_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((int64_t)L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); NullCheck((TraceLoggingDataCollector_t5C690F08E67433C8CBAC45BCF713D40E805DB2C7 *)L_0); TraceLoggingDataCollector_AddScalar_m3070476C2EB3B597E1C98A7330F3BAD9E8AF7875((TraceLoggingDataCollector_t5C690F08E67433C8CBAC45BCF713D40E805DB2C7 *)L_0, (uint16_t)L_3, /*hidden argument*/NULL); return; } } // System.Object System.Diagnostics.Tracing.EnumUInt16TypeInfo`1::GetData(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * EnumUInt16TypeInfo_1_GetData_mB0F566C2986CD2B9682D35A74E8A284591E33280_gshared (EnumUInt16TypeInfo_1_t2C82D2C3955A53EDCAEE1DA9AFA408A03DADDB01 * __this, RuntimeObject * ___value0, const RuntimeMethod* method) { { RuntimeObject * L_0 = ___value0; return (RuntimeObject *)L_0; } } // System.Void System.Diagnostics.Tracing.EnumUInt16TypeInfo`1::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EnumUInt16TypeInfo_1__ctor_mE590C819CEA898E2FC15D7D96443BFBD0BE761F3_gshared (EnumUInt16TypeInfo_1_t2C82D2C3955A53EDCAEE1DA9AFA408A03DADDB01 * __this, const RuntimeMethod* method) { { NullCheck((TraceLoggingTypeInfo_1_tF33AC29BBABEE752B432A303BA55EC74658EC78F *)__this); (( void (*) (TraceLoggingTypeInfo_1_tF33AC29BBABEE752B432A303BA55EC74658EC78F *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)->methodPointer)((TraceLoggingTypeInfo_1_tF33AC29BBABEE752B432A303BA55EC74658EC78F *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Diagnostics.Tracing.EnumUInt16TypeInfo`1::WriteMetadata(System.Diagnostics.Tracing.TraceLoggingMetadataCollector,System.String,System.Diagnostics.Tracing.EventFieldFormat) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EnumUInt16TypeInfo_1_WriteMetadata_mC0C2183C752CB61E216F827FF9B9D463132D3880_gshared (EnumUInt16TypeInfo_1_tD7022CE83D3C5757EB561562C38EB96183A140D9 * __this, TraceLoggingMetadataCollector_tFDCF6C9B118FD41428DBE1C3AA17A601001C1B2C * ___collector0, String_t* ___name1, int32_t ___format2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Statics_t4B5A84F3134B8BF7299B14BE64813C95F1ABBCE3_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { TraceLoggingMetadataCollector_tFDCF6C9B118FD41428DBE1C3AA17A601001C1B2C * L_0 = ___collector0; String_t* L_1 = ___name1; int32_t L_2 = ___format2; IL2CPP_RUNTIME_CLASS_INIT(Statics_t4B5A84F3134B8BF7299B14BE64813C95F1ABBCE3_il2cpp_TypeInfo_var); int32_t L_3; L_3 = Statics_Format16_mBAB4FA70D517E1F775D2CA5C49A92CDF13203B29((int32_t)L_2, (int32_t)6, /*hidden argument*/NULL); NullCheck((TraceLoggingMetadataCollector_tFDCF6C9B118FD41428DBE1C3AA17A601001C1B2C *)L_0); TraceLoggingMetadataCollector_AddScalar_mA1A23105BD49003C6FD1A00C6A4ADBD02FA49854((TraceLoggingMetadataCollector_tFDCF6C9B118FD41428DBE1C3AA17A601001C1B2C *)L_0, (String_t*)L_1, (int32_t)L_3, /*hidden argument*/NULL); return; } } // System.Void System.Diagnostics.Tracing.EnumUInt16TypeInfo`1::WriteData(System.Diagnostics.Tracing.TraceLoggingDataCollector,EnumType&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EnumUInt16TypeInfo_1_WriteData_mB79789ACAAAB9656E0D2E583687C35ABD1F7EB1D_gshared (EnumUInt16TypeInfo_1_tD7022CE83D3C5757EB561562C38EB96183A140D9 * __this, TraceLoggingDataCollector_t5C690F08E67433C8CBAC45BCF713D40E805DB2C7 * ___collector0, intptr_t* ___value1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&EnumHelper_1_t2D08E12E0A6AD73687A24BCA4D645C9F49D8D946_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { TraceLoggingDataCollector_t5C690F08E67433C8CBAC45BCF713D40E805DB2C7 * L_0 = ___collector0; intptr_t* L_1 = ___value1; intptr_t L_2 = (*(intptr_t*)L_1); IL2CPP_RUNTIME_CLASS_INIT(EnumHelper_1_t2D08E12E0A6AD73687A24BCA4D645C9F49D8D946_il2cpp_TypeInfo_var); uint16_t L_3; L_3 = (( uint16_t (*) (intptr_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((intptr_t)L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); NullCheck((TraceLoggingDataCollector_t5C690F08E67433C8CBAC45BCF713D40E805DB2C7 *)L_0); TraceLoggingDataCollector_AddScalar_m3070476C2EB3B597E1C98A7330F3BAD9E8AF7875((TraceLoggingDataCollector_t5C690F08E67433C8CBAC45BCF713D40E805DB2C7 *)L_0, (uint16_t)L_3, /*hidden argument*/NULL); return; } } // System.Object System.Diagnostics.Tracing.EnumUInt16TypeInfo`1::GetData(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * EnumUInt16TypeInfo_1_GetData_mEDD4E238816B2F25A97A166D69779A7AE761F0BF_gshared (EnumUInt16TypeInfo_1_tD7022CE83D3C5757EB561562C38EB96183A140D9 * __this, RuntimeObject * ___value0, const RuntimeMethod* method) { { RuntimeObject * L_0 = ___value0; return (RuntimeObject *)L_0; } } // System.Void System.Diagnostics.Tracing.EnumUInt16TypeInfo`1::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EnumUInt16TypeInfo_1__ctor_m21388E1D2F66BF239A9C912C95F8365C478040F9_gshared (EnumUInt16TypeInfo_1_tD7022CE83D3C5757EB561562C38EB96183A140D9 * __this, const RuntimeMethod* method) { { NullCheck((TraceLoggingTypeInfo_1_t144B08556E9DDF4E7C7D53A98470BF1BBD2E67DA *)__this); (( void (*) (TraceLoggingTypeInfo_1_t144B08556E9DDF4E7C7D53A98470BF1BBD2E67DA *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)->methodPointer)((TraceLoggingTypeInfo_1_t144B08556E9DDF4E7C7D53A98470BF1BBD2E67DA *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Diagnostics.Tracing.EnumUInt16TypeInfo`1::WriteMetadata(System.Diagnostics.Tracing.TraceLoggingMetadataCollector,System.String,System.Diagnostics.Tracing.EventFieldFormat) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EnumUInt16TypeInfo_1_WriteMetadata_m7234D9A379679C2D05AEDD1170BB18F28630030D_gshared (EnumUInt16TypeInfo_1_t9DCDBD102963282E16F58089C36FC5D7EE61B1B2 * __this, TraceLoggingMetadataCollector_tFDCF6C9B118FD41428DBE1C3AA17A601001C1B2C * ___collector0, String_t* ___name1, int32_t ___format2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Statics_t4B5A84F3134B8BF7299B14BE64813C95F1ABBCE3_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { TraceLoggingMetadataCollector_tFDCF6C9B118FD41428DBE1C3AA17A601001C1B2C * L_0 = ___collector0; String_t* L_1 = ___name1; int32_t L_2 = ___format2; IL2CPP_RUNTIME_CLASS_INIT(Statics_t4B5A84F3134B8BF7299B14BE64813C95F1ABBCE3_il2cpp_TypeInfo_var); int32_t L_3; L_3 = Statics_Format16_mBAB4FA70D517E1F775D2CA5C49A92CDF13203B29((int32_t)L_2, (int32_t)6, /*hidden argument*/NULL); NullCheck((TraceLoggingMetadataCollector_tFDCF6C9B118FD41428DBE1C3AA17A601001C1B2C *)L_0); TraceLoggingMetadataCollector_AddScalar_mA1A23105BD49003C6FD1A00C6A4ADBD02FA49854((TraceLoggingMetadataCollector_tFDCF6C9B118FD41428DBE1C3AA17A601001C1B2C *)L_0, (String_t*)L_1, (int32_t)L_3, /*hidden argument*/NULL); return; } } // System.Void System.Diagnostics.Tracing.EnumUInt16TypeInfo`1::WriteData(System.Diagnostics.Tracing.TraceLoggingDataCollector,EnumType&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EnumUInt16TypeInfo_1_WriteData_mA41031A79FF17295359AEFD9A572528268D4EBB2_gshared (EnumUInt16TypeInfo_1_t9DCDBD102963282E16F58089C36FC5D7EE61B1B2 * __this, TraceLoggingDataCollector_t5C690F08E67433C8CBAC45BCF713D40E805DB2C7 * ___collector0, RuntimeObject ** ___value1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&EnumHelper_1_t2D08E12E0A6AD73687A24BCA4D645C9F49D8D946_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { TraceLoggingDataCollector_t5C690F08E67433C8CBAC45BCF713D40E805DB2C7 * L_0 = ___collector0; RuntimeObject ** L_1 = ___value1; RuntimeObject * L_2 = (*(RuntimeObject **)L_1); IL2CPP_RUNTIME_CLASS_INIT(EnumHelper_1_t2D08E12E0A6AD73687A24BCA4D645C9F49D8D946_il2cpp_TypeInfo_var); uint16_t L_3; L_3 = (( uint16_t (*) (RuntimeObject *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((RuntimeObject *)L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); NullCheck((TraceLoggingDataCollector_t5C690F08E67433C8CBAC45BCF713D40E805DB2C7 *)L_0); TraceLoggingDataCollector_AddScalar_m3070476C2EB3B597E1C98A7330F3BAD9E8AF7875((TraceLoggingDataCollector_t5C690F08E67433C8CBAC45BCF713D40E805DB2C7 *)L_0, (uint16_t)L_3, /*hidden argument*/NULL); return; } } // System.Object System.Diagnostics.Tracing.EnumUInt16TypeInfo`1::GetData(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * EnumUInt16TypeInfo_1_GetData_m37BAA30F938D0F44444785E8EDDC37D52EE69C9D_gshared (EnumUInt16TypeInfo_1_t9DCDBD102963282E16F58089C36FC5D7EE61B1B2 * __this, RuntimeObject * ___value0, const RuntimeMethod* method) { { RuntimeObject * L_0 = ___value0; return (RuntimeObject *)L_0; } } // System.Void System.Diagnostics.Tracing.EnumUInt16TypeInfo`1::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EnumUInt16TypeInfo_1__ctor_m063299FCD7DDB413DBB8B404DB165E4DA8F14468_gshared (EnumUInt16TypeInfo_1_t9DCDBD102963282E16F58089C36FC5D7EE61B1B2 * __this, const RuntimeMethod* method) { { NullCheck((TraceLoggingTypeInfo_1_t2AA8837972AC05A92CCC42C2902E79514B223518 *)__this); (( void (*) (TraceLoggingTypeInfo_1_t2AA8837972AC05A92CCC42C2902E79514B223518 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)->methodPointer)((TraceLoggingTypeInfo_1_t2AA8837972AC05A92CCC42C2902E79514B223518 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Diagnostics.Tracing.EnumUInt16TypeInfo`1::WriteMetadata(System.Diagnostics.Tracing.TraceLoggingMetadataCollector,System.String,System.Diagnostics.Tracing.EventFieldFormat) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EnumUInt16TypeInfo_1_WriteMetadata_m01ADC2B457D397AB0022FBF21553917818AF82F5_gshared (EnumUInt16TypeInfo_1_t249C26AE78F7B30A017D6FCA3D039CE6BD9B02F8 * __this, TraceLoggingMetadataCollector_tFDCF6C9B118FD41428DBE1C3AA17A601001C1B2C * ___collector0, String_t* ___name1, int32_t ___format2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Statics_t4B5A84F3134B8BF7299B14BE64813C95F1ABBCE3_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { TraceLoggingMetadataCollector_tFDCF6C9B118FD41428DBE1C3AA17A601001C1B2C * L_0 = ___collector0; String_t* L_1 = ___name1; int32_t L_2 = ___format2; IL2CPP_RUNTIME_CLASS_INIT(Statics_t4B5A84F3134B8BF7299B14BE64813C95F1ABBCE3_il2cpp_TypeInfo_var); int32_t L_3; L_3 = Statics_Format16_mBAB4FA70D517E1F775D2CA5C49A92CDF13203B29((int32_t)L_2, (int32_t)6, /*hidden argument*/NULL); NullCheck((TraceLoggingMetadataCollector_tFDCF6C9B118FD41428DBE1C3AA17A601001C1B2C *)L_0); TraceLoggingMetadataCollector_AddScalar_mA1A23105BD49003C6FD1A00C6A4ADBD02FA49854((TraceLoggingMetadataCollector_tFDCF6C9B118FD41428DBE1C3AA17A601001C1B2C *)L_0, (String_t*)L_1, (int32_t)L_3, /*hidden argument*/NULL); return; } } // System.Void System.Diagnostics.Tracing.EnumUInt16TypeInfo`1::WriteData(System.Diagnostics.Tracing.TraceLoggingDataCollector,EnumType&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EnumUInt16TypeInfo_1_WriteData_m448E51864EE32AD379F129A7019E1FDDD1183560_gshared (EnumUInt16TypeInfo_1_t249C26AE78F7B30A017D6FCA3D039CE6BD9B02F8 * __this, TraceLoggingDataCollector_t5C690F08E67433C8CBAC45BCF713D40E805DB2C7 * ___collector0, int8_t* ___value1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&EnumHelper_1_t2D08E12E0A6AD73687A24BCA4D645C9F49D8D946_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { TraceLoggingDataCollector_t5C690F08E67433C8CBAC45BCF713D40E805DB2C7 * L_0 = ___collector0; int8_t* L_1 = ___value1; int8_t L_2 = (*(int8_t*)L_1); IL2CPP_RUNTIME_CLASS_INIT(EnumHelper_1_t2D08E12E0A6AD73687A24BCA4D645C9F49D8D946_il2cpp_TypeInfo_var); uint16_t L_3; L_3 = (( uint16_t (*) (int8_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((int8_t)L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); NullCheck((TraceLoggingDataCollector_t5C690F08E67433C8CBAC45BCF713D40E805DB2C7 *)L_0); TraceLoggingDataCollector_AddScalar_m3070476C2EB3B597E1C98A7330F3BAD9E8AF7875((TraceLoggingDataCollector_t5C690F08E67433C8CBAC45BCF713D40E805DB2C7 *)L_0, (uint16_t)L_3, /*hidden argument*/NULL); return; } } // System.Object System.Diagnostics.Tracing.EnumUInt16TypeInfo`1::GetData(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * EnumUInt16TypeInfo_1_GetData_mC1FA745D05370AB7FE5FF0C1B678092F24224C3C_gshared (EnumUInt16TypeInfo_1_t249C26AE78F7B30A017D6FCA3D039CE6BD9B02F8 * __this, RuntimeObject * ___value0, const RuntimeMethod* method) { { RuntimeObject * L_0 = ___value0; return (RuntimeObject *)L_0; } } // System.Void System.Diagnostics.Tracing.EnumUInt16TypeInfo`1::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EnumUInt16TypeInfo_1__ctor_mFD631A8BBA93F743F5F6F1E00A52DA4EAA3E9B8B_gshared (EnumUInt16TypeInfo_1_t249C26AE78F7B30A017D6FCA3D039CE6BD9B02F8 * __this, const RuntimeMethod* method) { { NullCheck((TraceLoggingTypeInfo_1_t20A735C3CB75F54C35E40A70E3166D5A33200746 *)__this); (( void (*) (TraceLoggingTypeInfo_1_t20A735C3CB75F54C35E40A70E3166D5A33200746 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)->methodPointer)((TraceLoggingTypeInfo_1_t20A735C3CB75F54C35E40A70E3166D5A33200746 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Diagnostics.Tracing.EnumUInt16TypeInfo`1::WriteMetadata(System.Diagnostics.Tracing.TraceLoggingMetadataCollector,System.String,System.Diagnostics.Tracing.EventFieldFormat) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EnumUInt16TypeInfo_1_WriteMetadata_m396206FB26BFED2A40263A132DC41FA893069D8C_gshared (EnumUInt16TypeInfo_1_tA0C6343C56CD58A84A7DF749484F28939392AE88 * __this, TraceLoggingMetadataCollector_tFDCF6C9B118FD41428DBE1C3AA17A601001C1B2C * ___collector0, String_t* ___name1, int32_t ___format2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Statics_t4B5A84F3134B8BF7299B14BE64813C95F1ABBCE3_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { TraceLoggingMetadataCollector_tFDCF6C9B118FD41428DBE1C3AA17A601001C1B2C * L_0 = ___collector0; String_t* L_1 = ___name1; int32_t L_2 = ___format2; IL2CPP_RUNTIME_CLASS_INIT(Statics_t4B5A84F3134B8BF7299B14BE64813C95F1ABBCE3_il2cpp_TypeInfo_var); int32_t L_3; L_3 = Statics_Format16_mBAB4FA70D517E1F775D2CA5C49A92CDF13203B29((int32_t)L_2, (int32_t)6, /*hidden argument*/NULL); NullCheck((TraceLoggingMetadataCollector_tFDCF6C9B118FD41428DBE1C3AA17A601001C1B2C *)L_0); TraceLoggingMetadataCollector_AddScalar_mA1A23105BD49003C6FD1A00C6A4ADBD02FA49854((TraceLoggingMetadataCollector_tFDCF6C9B118FD41428DBE1C3AA17A601001C1B2C *)L_0, (String_t*)L_1, (int32_t)L_3, /*hidden argument*/NULL); return; } } // System.Void System.Diagnostics.Tracing.EnumUInt16TypeInfo`1::WriteData(System.Diagnostics.Tracing.TraceLoggingDataCollector,EnumType&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EnumUInt16TypeInfo_1_WriteData_mB8B74737050259A78DF8DEEFF61475BB7D845056_gshared (EnumUInt16TypeInfo_1_tA0C6343C56CD58A84A7DF749484F28939392AE88 * __this, TraceLoggingDataCollector_t5C690F08E67433C8CBAC45BCF713D40E805DB2C7 * ___collector0, float* ___value1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&EnumHelper_1_t2D08E12E0A6AD73687A24BCA4D645C9F49D8D946_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { TraceLoggingDataCollector_t5C690F08E67433C8CBAC45BCF713D40E805DB2C7 * L_0 = ___collector0; float* L_1 = ___value1; float L_2 = (*(float*)L_1); IL2CPP_RUNTIME_CLASS_INIT(EnumHelper_1_t2D08E12E0A6AD73687A24BCA4D645C9F49D8D946_il2cpp_TypeInfo_var); uint16_t L_3; L_3 = (( uint16_t (*) (float, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((float)L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); NullCheck((TraceLoggingDataCollector_t5C690F08E67433C8CBAC45BCF713D40E805DB2C7 *)L_0); TraceLoggingDataCollector_AddScalar_m3070476C2EB3B597E1C98A7330F3BAD9E8AF7875((TraceLoggingDataCollector_t5C690F08E67433C8CBAC45BCF713D40E805DB2C7 *)L_0, (uint16_t)L_3, /*hidden argument*/NULL); return; } } // System.Object System.Diagnostics.Tracing.EnumUInt16TypeInfo`1::GetData(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * EnumUInt16TypeInfo_1_GetData_mDC9B197A379A297848BF857DFC049C1000043EB7_gshared (EnumUInt16TypeInfo_1_tA0C6343C56CD58A84A7DF749484F28939392AE88 * __this, RuntimeObject * ___value0, const RuntimeMethod* method) { { RuntimeObject * L_0 = ___value0; return (RuntimeObject *)L_0; } } // System.Void System.Diagnostics.Tracing.EnumUInt16TypeInfo`1::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EnumUInt16TypeInfo_1__ctor_m2D5655ADAC7B8F14CD81853D7F4B1E7685F314A5_gshared (EnumUInt16TypeInfo_1_tA0C6343C56CD58A84A7DF749484F28939392AE88 * __this, const RuntimeMethod* method) { { NullCheck((TraceLoggingTypeInfo_1_t9815A50B47090D0FC0C086E821E0D4C3C0F00017 *)__this); (( void (*) (TraceLoggingTypeInfo_1_t9815A50B47090D0FC0C086E821E0D4C3C0F00017 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)->methodPointer)((TraceLoggingTypeInfo_1_t9815A50B47090D0FC0C086E821E0D4C3C0F00017 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Diagnostics.Tracing.EnumUInt16TypeInfo`1::WriteMetadata(System.Diagnostics.Tracing.TraceLoggingMetadataCollector,System.String,System.Diagnostics.Tracing.EventFieldFormat) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EnumUInt16TypeInfo_1_WriteMetadata_m75B24C5B35FA8CD4F0B0876C195856E956BC51F4_gshared (EnumUInt16TypeInfo_1_t1D0D9261EA389BFDD0A4E251ADD11779E3C2145E * __this, TraceLoggingMetadataCollector_tFDCF6C9B118FD41428DBE1C3AA17A601001C1B2C * ___collector0, String_t* ___name1, int32_t ___format2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Statics_t4B5A84F3134B8BF7299B14BE64813C95F1ABBCE3_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { TraceLoggingMetadataCollector_tFDCF6C9B118FD41428DBE1C3AA17A601001C1B2C * L_0 = ___collector0; String_t* L_1 = ___name1; int32_t L_2 = ___format2; IL2CPP_RUNTIME_CLASS_INIT(Statics_t4B5A84F3134B8BF7299B14BE64813C95F1ABBCE3_il2cpp_TypeInfo_var); int32_t L_3; L_3 = Statics_Format16_mBAB4FA70D517E1F775D2CA5C49A92CDF13203B29((int32_t)L_2, (int32_t)6, /*hidden argument*/NULL); NullCheck((TraceLoggingMetadataCollector_tFDCF6C9B118FD41428DBE1C3AA17A601001C1B2C *)L_0); TraceLoggingMetadataCollector_AddScalar_mA1A23105BD49003C6FD1A00C6A4ADBD02FA49854((TraceLoggingMetadataCollector_tFDCF6C9B118FD41428DBE1C3AA17A601001C1B2C *)L_0, (String_t*)L_1, (int32_t)L_3, /*hidden argument*/NULL); return; } } // System.Void System.Diagnostics.Tracing.EnumUInt16TypeInfo`1::WriteData(System.Diagnostics.Tracing.TraceLoggingDataCollector,EnumType&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EnumUInt16TypeInfo_1_WriteData_m037C81EDB1F261E15E7A2A2516600A35F53C9CCF_gshared (EnumUInt16TypeInfo_1_t1D0D9261EA389BFDD0A4E251ADD11779E3C2145E * __this, TraceLoggingDataCollector_t5C690F08E67433C8CBAC45BCF713D40E805DB2C7 * ___collector0, TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 * ___value1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&EnumHelper_1_t2D08E12E0A6AD73687A24BCA4D645C9F49D8D946_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { TraceLoggingDataCollector_t5C690F08E67433C8CBAC45BCF713D40E805DB2C7 * L_0 = ___collector0; TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 * L_1 = ___value1; TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 L_2 = (*(TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 *)L_1); IL2CPP_RUNTIME_CLASS_INIT(EnumHelper_1_t2D08E12E0A6AD73687A24BCA4D645C9F49D8D946_il2cpp_TypeInfo_var); uint16_t L_3; L_3 = (( uint16_t (*) (TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 )L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); NullCheck((TraceLoggingDataCollector_t5C690F08E67433C8CBAC45BCF713D40E805DB2C7 *)L_0); TraceLoggingDataCollector_AddScalar_m3070476C2EB3B597E1C98A7330F3BAD9E8AF7875((TraceLoggingDataCollector_t5C690F08E67433C8CBAC45BCF713D40E805DB2C7 *)L_0, (uint16_t)L_3, /*hidden argument*/NULL); return; } } // System.Object System.Diagnostics.Tracing.EnumUInt16TypeInfo`1::GetData(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * EnumUInt16TypeInfo_1_GetData_mA839048279232ABD033CA7454E887646B7AE93DB_gshared (EnumUInt16TypeInfo_1_t1D0D9261EA389BFDD0A4E251ADD11779E3C2145E * __this, RuntimeObject * ___value0, const RuntimeMethod* method) { { RuntimeObject * L_0 = ___value0; return (RuntimeObject *)L_0; } } // System.Void System.Diagnostics.Tracing.EnumUInt16TypeInfo`1::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EnumUInt16TypeInfo_1__ctor_m9E4917C0FBC6572505CE9CE8270C7FFA7F8E9BBE_gshared (EnumUInt16TypeInfo_1_t1D0D9261EA389BFDD0A4E251ADD11779E3C2145E * __this, const RuntimeMethod* method) { { NullCheck((TraceLoggingTypeInfo_1_tC9A61AC7F8E9EEDA5909051820377A84D5B3EA40 *)__this); (( void (*) (TraceLoggingTypeInfo_1_tC9A61AC7F8E9EEDA5909051820377A84D5B3EA40 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)->methodPointer)((TraceLoggingTypeInfo_1_tC9A61AC7F8E9EEDA5909051820377A84D5B3EA40 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Diagnostics.Tracing.EnumUInt16TypeInfo`1::WriteMetadata(System.Diagnostics.Tracing.TraceLoggingMetadataCollector,System.String,System.Diagnostics.Tracing.EventFieldFormat) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EnumUInt16TypeInfo_1_WriteMetadata_m99E139927537B966BD57A64C1CE2571EEFD2D746_gshared (EnumUInt16TypeInfo_1_t6C23BA045D7DC8EA33A4D87AC0BAE044CB37133C * __this, TraceLoggingMetadataCollector_tFDCF6C9B118FD41428DBE1C3AA17A601001C1B2C * ___collector0, String_t* ___name1, int32_t ___format2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Statics_t4B5A84F3134B8BF7299B14BE64813C95F1ABBCE3_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { TraceLoggingMetadataCollector_tFDCF6C9B118FD41428DBE1C3AA17A601001C1B2C * L_0 = ___collector0; String_t* L_1 = ___name1; int32_t L_2 = ___format2; IL2CPP_RUNTIME_CLASS_INIT(Statics_t4B5A84F3134B8BF7299B14BE64813C95F1ABBCE3_il2cpp_TypeInfo_var); int32_t L_3; L_3 = Statics_Format16_mBAB4FA70D517E1F775D2CA5C49A92CDF13203B29((int32_t)L_2, (int32_t)6, /*hidden argument*/NULL); NullCheck((TraceLoggingMetadataCollector_tFDCF6C9B118FD41428DBE1C3AA17A601001C1B2C *)L_0); TraceLoggingMetadataCollector_AddScalar_mA1A23105BD49003C6FD1A00C6A4ADBD02FA49854((TraceLoggingMetadataCollector_tFDCF6C9B118FD41428DBE1C3AA17A601001C1B2C *)L_0, (String_t*)L_1, (int32_t)L_3, /*hidden argument*/NULL); return; } } // System.Void System.Diagnostics.Tracing.EnumUInt16TypeInfo`1::WriteData(System.Diagnostics.Tracing.TraceLoggingDataCollector,EnumType&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EnumUInt16TypeInfo_1_WriteData_mDED1900D32799518F5403D47377CE34CE21F1816_gshared (EnumUInt16TypeInfo_1_t6C23BA045D7DC8EA33A4D87AC0BAE044CB37133C * __this, TraceLoggingDataCollector_t5C690F08E67433C8CBAC45BCF713D40E805DB2C7 * ___collector0, uint16_t* ___value1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&EnumHelper_1_t2D08E12E0A6AD73687A24BCA4D645C9F49D8D946_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { TraceLoggingDataCollector_t5C690F08E67433C8CBAC45BCF713D40E805DB2C7 * L_0 = ___collector0; uint16_t* L_1 = ___value1; uint16_t L_2 = (*(uint16_t*)L_1); IL2CPP_RUNTIME_CLASS_INIT(EnumHelper_1_t2D08E12E0A6AD73687A24BCA4D645C9F49D8D946_il2cpp_TypeInfo_var); uint16_t L_3; L_3 = (( uint16_t (*) (uint16_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((uint16_t)L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); NullCheck((TraceLoggingDataCollector_t5C690F08E67433C8CBAC45BCF713D40E805DB2C7 *)L_0); TraceLoggingDataCollector_AddScalar_m3070476C2EB3B597E1C98A7330F3BAD9E8AF7875((TraceLoggingDataCollector_t5C690F08E67433C8CBAC45BCF713D40E805DB2C7 *)L_0, (uint16_t)L_3, /*hidden argument*/NULL); return; } } // System.Object System.Diagnostics.Tracing.EnumUInt16TypeInfo`1::GetData(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * EnumUInt16TypeInfo_1_GetData_mFEEF4E10A27FFEAC2EF0525DFA3C7E0B87533559_gshared (EnumUInt16TypeInfo_1_t6C23BA045D7DC8EA33A4D87AC0BAE044CB37133C * __this, RuntimeObject * ___value0, const RuntimeMethod* method) { { RuntimeObject * L_0 = ___value0; return (RuntimeObject *)L_0; } } // System.Void System.Diagnostics.Tracing.EnumUInt16TypeInfo`1::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EnumUInt16TypeInfo_1__ctor_mA1DBB9827E1A115CB256903B0E79D21819E9D004_gshared (EnumUInt16TypeInfo_1_t6C23BA045D7DC8EA33A4D87AC0BAE044CB37133C * __this, const RuntimeMethod* method) { { NullCheck((TraceLoggingTypeInfo_1_tF53031808FEE0C6510DAADDC7D646FDC1003596D *)__this); (( void (*) (TraceLoggingTypeInfo_1_tF53031808FEE0C6510DAADDC7D646FDC1003596D *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)->methodPointer)((TraceLoggingTypeInfo_1_tF53031808FEE0C6510DAADDC7D646FDC1003596D *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Diagnostics.Tracing.EnumUInt16TypeInfo`1::WriteMetadata(System.Diagnostics.Tracing.TraceLoggingMetadataCollector,System.String,System.Diagnostics.Tracing.EventFieldFormat) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EnumUInt16TypeInfo_1_WriteMetadata_m9FE19345071998E2A87EB2F5E52CA5AED96603FD_gshared (EnumUInt16TypeInfo_1_t72BF93EF6AFB611AC2A4C7BEB20D689927625A82 * __this, TraceLoggingMetadataCollector_tFDCF6C9B118FD41428DBE1C3AA17A601001C1B2C * ___collector0, String_t* ___name1, int32_t ___format2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Statics_t4B5A84F3134B8BF7299B14BE64813C95F1ABBCE3_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { TraceLoggingMetadataCollector_tFDCF6C9B118FD41428DBE1C3AA17A601001C1B2C * L_0 = ___collector0; String_t* L_1 = ___name1; int32_t L_2 = ___format2; IL2CPP_RUNTIME_CLASS_INIT(Statics_t4B5A84F3134B8BF7299B14BE64813C95F1ABBCE3_il2cpp_TypeInfo_var); int32_t L_3; L_3 = Statics_Format16_mBAB4FA70D517E1F775D2CA5C49A92CDF13203B29((int32_t)L_2, (int32_t)6, /*hidden argument*/NULL); NullCheck((TraceLoggingMetadataCollector_tFDCF6C9B118FD41428DBE1C3AA17A601001C1B2C *)L_0); TraceLoggingMetadataCollector_AddScalar_mA1A23105BD49003C6FD1A00C6A4ADBD02FA49854((TraceLoggingMetadataCollector_tFDCF6C9B118FD41428DBE1C3AA17A601001C1B2C *)L_0, (String_t*)L_1, (int32_t)L_3, /*hidden argument*/NULL); return; } } // System.Void System.Diagnostics.Tracing.EnumUInt16TypeInfo`1::WriteData(System.Diagnostics.Tracing.TraceLoggingDataCollector,EnumType&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EnumUInt16TypeInfo_1_WriteData_m9D2B22A56BF58A00C088F0EA6F05D295DFBF5451_gshared (EnumUInt16TypeInfo_1_t72BF93EF6AFB611AC2A4C7BEB20D689927625A82 * __this, TraceLoggingDataCollector_t5C690F08E67433C8CBAC45BCF713D40E805DB2C7 * ___collector0, uint32_t* ___value1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&EnumHelper_1_t2D08E12E0A6AD73687A24BCA4D645C9F49D8D946_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { TraceLoggingDataCollector_t5C690F08E67433C8CBAC45BCF713D40E805DB2C7 * L_0 = ___collector0; uint32_t* L_1 = ___value1; uint32_t L_2 = (*(uint32_t*)L_1); IL2CPP_RUNTIME_CLASS_INIT(EnumHelper_1_t2D08E12E0A6AD73687A24BCA4D645C9F49D8D946_il2cpp_TypeInfo_var); uint16_t L_3; L_3 = (( uint16_t (*) (uint32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((uint32_t)L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); NullCheck((TraceLoggingDataCollector_t5C690F08E67433C8CBAC45BCF713D40E805DB2C7 *)L_0); TraceLoggingDataCollector_AddScalar_m3070476C2EB3B597E1C98A7330F3BAD9E8AF7875((TraceLoggingDataCollector_t5C690F08E67433C8CBAC45BCF713D40E805DB2C7 *)L_0, (uint16_t)L_3, /*hidden argument*/NULL); return; } } // System.Object System.Diagnostics.Tracing.EnumUInt16TypeInfo`1::GetData(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * EnumUInt16TypeInfo_1_GetData_m18439527FE71B41EF29C7CB803B6B7E615559C8C_gshared (EnumUInt16TypeInfo_1_t72BF93EF6AFB611AC2A4C7BEB20D689927625A82 * __this, RuntimeObject * ___value0, const RuntimeMethod* method) { { RuntimeObject * L_0 = ___value0; return (RuntimeObject *)L_0; } } // System.Void System.Diagnostics.Tracing.EnumUInt16TypeInfo`1::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EnumUInt16TypeInfo_1__ctor_m1C49B9E761E253DE58A3C51273FEB0A12E3B74A2_gshared (EnumUInt16TypeInfo_1_t72BF93EF6AFB611AC2A4C7BEB20D689927625A82 * __this, const RuntimeMethod* method) { { NullCheck((TraceLoggingTypeInfo_1_t5E4CDB44325F36D386C0A07E2A068BFFE01B013D *)__this); (( void (*) (TraceLoggingTypeInfo_1_t5E4CDB44325F36D386C0A07E2A068BFFE01B013D *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)->methodPointer)((TraceLoggingTypeInfo_1_t5E4CDB44325F36D386C0A07E2A068BFFE01B013D *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Diagnostics.Tracing.EnumUInt16TypeInfo`1::WriteMetadata(System.Diagnostics.Tracing.TraceLoggingMetadataCollector,System.String,System.Diagnostics.Tracing.EventFieldFormat) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EnumUInt16TypeInfo_1_WriteMetadata_m8219BDC23AB9BC4B5ED997063B48020EFE08C62B_gshared (EnumUInt16TypeInfo_1_tD6E553A8AD56B7EF440E85253049139EF6AD4A38 * __this, TraceLoggingMetadataCollector_tFDCF6C9B118FD41428DBE1C3AA17A601001C1B2C * ___collector0, String_t* ___name1, int32_t ___format2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Statics_t4B5A84F3134B8BF7299B14BE64813C95F1ABBCE3_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { TraceLoggingMetadataCollector_tFDCF6C9B118FD41428DBE1C3AA17A601001C1B2C * L_0 = ___collector0; String_t* L_1 = ___name1; int32_t L_2 = ___format2; IL2CPP_RUNTIME_CLASS_INIT(Statics_t4B5A84F3134B8BF7299B14BE64813C95F1ABBCE3_il2cpp_TypeInfo_var); int32_t L_3; L_3 = Statics_Format16_mBAB4FA70D517E1F775D2CA5C49A92CDF13203B29((int32_t)L_2, (int32_t)6, /*hidden argument*/NULL); NullCheck((TraceLoggingMetadataCollector_tFDCF6C9B118FD41428DBE1C3AA17A601001C1B2C *)L_0); TraceLoggingMetadataCollector_AddScalar_mA1A23105BD49003C6FD1A00C6A4ADBD02FA49854((TraceLoggingMetadataCollector_tFDCF6C9B118FD41428DBE1C3AA17A601001C1B2C *)L_0, (String_t*)L_1, (int32_t)L_3, /*hidden argument*/NULL); return; } } // System.Void System.Diagnostics.Tracing.EnumUInt16TypeInfo`1::WriteData(System.Diagnostics.Tracing.TraceLoggingDataCollector,EnumType&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EnumUInt16TypeInfo_1_WriteData_mA618987E637C919E341D2A68EF7AE001C5111A5E_gshared (EnumUInt16TypeInfo_1_tD6E553A8AD56B7EF440E85253049139EF6AD4A38 * __this, TraceLoggingDataCollector_t5C690F08E67433C8CBAC45BCF713D40E805DB2C7 * ___collector0, uint64_t* ___value1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&EnumHelper_1_t2D08E12E0A6AD73687A24BCA4D645C9F49D8D946_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { TraceLoggingDataCollector_t5C690F08E67433C8CBAC45BCF713D40E805DB2C7 * L_0 = ___collector0; uint64_t* L_1 = ___value1; uint64_t L_2 = (*(uint64_t*)L_1); IL2CPP_RUNTIME_CLASS_INIT(EnumHelper_1_t2D08E12E0A6AD73687A24BCA4D645C9F49D8D946_il2cpp_TypeInfo_var); uint16_t L_3; L_3 = (( uint16_t (*) (uint64_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((uint64_t)L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); NullCheck((TraceLoggingDataCollector_t5C690F08E67433C8CBAC45BCF713D40E805DB2C7 *)L_0); TraceLoggingDataCollector_AddScalar_m3070476C2EB3B597E1C98A7330F3BAD9E8AF7875((TraceLoggingDataCollector_t5C690F08E67433C8CBAC45BCF713D40E805DB2C7 *)L_0, (uint16_t)L_3, /*hidden argument*/NULL); return; } } // System.Object System.Diagnostics.Tracing.EnumUInt16TypeInfo`1::GetData(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * EnumUInt16TypeInfo_1_GetData_m6D2BCD9AE7275A74057BBD62A3AE227E55251D2E_gshared (EnumUInt16TypeInfo_1_tD6E553A8AD56B7EF440E85253049139EF6AD4A38 * __this, RuntimeObject * ___value0, const RuntimeMethod* method) { { RuntimeObject * L_0 = ___value0; return (RuntimeObject *)L_0; } } // System.Void System.Diagnostics.Tracing.EnumUInt16TypeInfo`1::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EnumUInt16TypeInfo_1__ctor_mF1E5A179E5B2525E0997384A782294040A5F13D3_gshared (EnumUInt16TypeInfo_1_tD6E553A8AD56B7EF440E85253049139EF6AD4A38 * __this, const RuntimeMethod* method) { { NullCheck((TraceLoggingTypeInfo_1_t2AB1B6E82D459F19130F48405C93259B4FAD5DE0 *)__this); (( void (*) (TraceLoggingTypeInfo_1_t2AB1B6E82D459F19130F48405C93259B4FAD5DE0 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)->methodPointer)((TraceLoggingTypeInfo_1_t2AB1B6E82D459F19130F48405C93259B4FAD5DE0 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Diagnostics.Tracing.EnumUInt16TypeInfo`1::WriteMetadata(System.Diagnostics.Tracing.TraceLoggingMetadataCollector,System.String,System.Diagnostics.Tracing.EventFieldFormat) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EnumUInt16TypeInfo_1_WriteMetadata_m8A555454B8A61F1524EB62D4E552C99CFE1D0ED2_gshared (EnumUInt16TypeInfo_1_tC774663856D86742424A43EC6810B3E5F3A1A44D * __this, TraceLoggingMetadataCollector_tFDCF6C9B118FD41428DBE1C3AA17A601001C1B2C * ___collector0, String_t* ___name1, int32_t ___format2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Statics_t4B5A84F3134B8BF7299B14BE64813C95F1ABBCE3_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { TraceLoggingMetadataCollector_tFDCF6C9B118FD41428DBE1C3AA17A601001C1B2C * L_0 = ___collector0; String_t* L_1 = ___name1; int32_t L_2 = ___format2; IL2CPP_RUNTIME_CLASS_INIT(Statics_t4B5A84F3134B8BF7299B14BE64813C95F1ABBCE3_il2cpp_TypeInfo_var); int32_t L_3; L_3 = Statics_Format16_mBAB4FA70D517E1F775D2CA5C49A92CDF13203B29((int32_t)L_2, (int32_t)6, /*hidden argument*/NULL); NullCheck((TraceLoggingMetadataCollector_tFDCF6C9B118FD41428DBE1C3AA17A601001C1B2C *)L_0); TraceLoggingMetadataCollector_AddScalar_mA1A23105BD49003C6FD1A00C6A4ADBD02FA49854((TraceLoggingMetadataCollector_tFDCF6C9B118FD41428DBE1C3AA17A601001C1B2C *)L_0, (String_t*)L_1, (int32_t)L_3, /*hidden argument*/NULL); return; } } // System.Void System.Diagnostics.Tracing.EnumUInt16TypeInfo`1::WriteData(System.Diagnostics.Tracing.TraceLoggingDataCollector,EnumType&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EnumUInt16TypeInfo_1_WriteData_m1BE7B54E9236ECCF97470539D9CAE0037C64ED69_gshared (EnumUInt16TypeInfo_1_tC774663856D86742424A43EC6810B3E5F3A1A44D * __this, TraceLoggingDataCollector_t5C690F08E67433C8CBAC45BCF713D40E805DB2C7 * ___collector0, uintptr_t* ___value1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&EnumHelper_1_t2D08E12E0A6AD73687A24BCA4D645C9F49D8D946_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { TraceLoggingDataCollector_t5C690F08E67433C8CBAC45BCF713D40E805DB2C7 * L_0 = ___collector0; uintptr_t* L_1 = ___value1; uintptr_t L_2 = (*(uintptr_t*)L_1); IL2CPP_RUNTIME_CLASS_INIT(EnumHelper_1_t2D08E12E0A6AD73687A24BCA4D645C9F49D8D946_il2cpp_TypeInfo_var); uint16_t L_3; L_3 = (( uint16_t (*) (uintptr_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((uintptr_t)L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); NullCheck((TraceLoggingDataCollector_t5C690F08E67433C8CBAC45BCF713D40E805DB2C7 *)L_0); TraceLoggingDataCollector_AddScalar_m3070476C2EB3B597E1C98A7330F3BAD9E8AF7875((TraceLoggingDataCollector_t5C690F08E67433C8CBAC45BCF713D40E805DB2C7 *)L_0, (uint16_t)L_3, /*hidden argument*/NULL); return; } } // System.Object System.Diagnostics.Tracing.EnumUInt16TypeInfo`1::GetData(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * EnumUInt16TypeInfo_1_GetData_mF49CD4294F29E5D4E709EE60667F33CD14731FE0_gshared (EnumUInt16TypeInfo_1_tC774663856D86742424A43EC6810B3E5F3A1A44D * __this, RuntimeObject * ___value0, const RuntimeMethod* method) { { RuntimeObject * L_0 = ___value0; return (RuntimeObject *)L_0; } } // System.Void System.Diagnostics.Tracing.EnumUInt16TypeInfo`1::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EnumUInt16TypeInfo_1__ctor_mC052C5FF1C28381A2907B8A5B6C1113FF7E793D1_gshared (EnumUInt16TypeInfo_1_tC774663856D86742424A43EC6810B3E5F3A1A44D * __this, const RuntimeMethod* method) { { NullCheck((TraceLoggingTypeInfo_1_t0AA37671ECD36B79145C47886B8425BF92BE7B13 *)__this); (( void (*) (TraceLoggingTypeInfo_1_t0AA37671ECD36B79145C47886B8425BF92BE7B13 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)->methodPointer)((TraceLoggingTypeInfo_1_t0AA37671ECD36B79145C47886B8425BF92BE7B13 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Diagnostics.Tracing.EnumUInt32TypeInfo`1>::WriteMetadata(System.Diagnostics.Tracing.TraceLoggingMetadataCollector,System.String,System.Diagnostics.Tracing.EventFieldFormat) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EnumUInt32TypeInfo_1_WriteMetadata_m26915A4A0025447CDD4CA42D98DF8B488F2AA2D9_gshared (EnumUInt32TypeInfo_1_tBFC8606E6CE1A6012B12491DF98C2A5101F9A70B * __this, TraceLoggingMetadataCollector_tFDCF6C9B118FD41428DBE1C3AA17A601001C1B2C * ___collector0, String_t* ___name1, int32_t ___format2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Statics_t4B5A84F3134B8BF7299B14BE64813C95F1ABBCE3_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { TraceLoggingMetadataCollector_tFDCF6C9B118FD41428DBE1C3AA17A601001C1B2C * L_0 = ___collector0; String_t* L_1 = ___name1; int32_t L_2 = ___format2; IL2CPP_RUNTIME_CLASS_INIT(Statics_t4B5A84F3134B8BF7299B14BE64813C95F1ABBCE3_il2cpp_TypeInfo_var); int32_t L_3; L_3 = Statics_Format32_m25FF11C309E27D937639636FA4C09AD529BD68D6((int32_t)L_2, (int32_t)8, /*hidden argument*/NULL); NullCheck((TraceLoggingMetadataCollector_tFDCF6C9B118FD41428DBE1C3AA17A601001C1B2C *)L_0); TraceLoggingMetadataCollector_AddScalar_mA1A23105BD49003C6FD1A00C6A4ADBD02FA49854((TraceLoggingMetadataCollector_tFDCF6C9B118FD41428DBE1C3AA17A601001C1B2C *)L_0, (String_t*)L_1, (int32_t)L_3, /*hidden argument*/NULL); return; } } // System.Void System.Diagnostics.Tracing.EnumUInt32TypeInfo`1>::WriteData(System.Diagnostics.Tracing.TraceLoggingDataCollector,EnumType&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EnumUInt32TypeInfo_1_WriteData_m55DFF5174DC6386B862D4552707249FB185D6042_gshared (EnumUInt32TypeInfo_1_tBFC8606E6CE1A6012B12491DF98C2A5101F9A70B * __this, TraceLoggingDataCollector_t5C690F08E67433C8CBAC45BCF713D40E805DB2C7 * ___collector0, KeyValuePair_2_tFB6A066C69E28C6ACA5FC5E24D969BFADC5FA625 * ___value1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&EnumHelper_1_tC82FAAF78504152B465669C9102B86D7DCE21244_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { TraceLoggingDataCollector_t5C690F08E67433C8CBAC45BCF713D40E805DB2C7 * L_0 = ___collector0; KeyValuePair_2_tFB6A066C69E28C6ACA5FC5E24D969BFADC5FA625 * L_1 = ___value1; KeyValuePair_2_tFB6A066C69E28C6ACA5FC5E24D969BFADC5FA625 L_2 = (*(KeyValuePair_2_tFB6A066C69E28C6ACA5FC5E24D969BFADC5FA625 *)L_1); IL2CPP_RUNTIME_CLASS_INIT(EnumHelper_1_tC82FAAF78504152B465669C9102B86D7DCE21244_il2cpp_TypeInfo_var); uint32_t L_3; L_3 = (( uint32_t (*) (KeyValuePair_2_tFB6A066C69E28C6ACA5FC5E24D969BFADC5FA625 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((KeyValuePair_2_tFB6A066C69E28C6ACA5FC5E24D969BFADC5FA625 )L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); NullCheck((TraceLoggingDataCollector_t5C690F08E67433C8CBAC45BCF713D40E805DB2C7 *)L_0); TraceLoggingDataCollector_AddScalar_m927E4206C30350DDE06751E3D8CC7F23CCEE3427((TraceLoggingDataCollector_t5C690F08E67433C8CBAC45BCF713D40E805DB2C7 *)L_0, (uint32_t)L_3, /*hidden argument*/NULL); return; } } // System.Object System.Diagnostics.Tracing.EnumUInt32TypeInfo`1>::GetData(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * EnumUInt32TypeInfo_1_GetData_mB56AFD7DD9D305B3C1E69DB8246EC4D33DE6E5D5_gshared (EnumUInt32TypeInfo_1_tBFC8606E6CE1A6012B12491DF98C2A5101F9A70B * __this, RuntimeObject * ___value0, const RuntimeMethod* method) { { RuntimeObject * L_0 = ___value0; return (RuntimeObject *)L_0; } } // System.Void System.Diagnostics.Tracing.EnumUInt32TypeInfo`1>::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EnumUInt32TypeInfo_1__ctor_m2EF3992C63AC616C56236ED35CC04C0BCD96460E_gshared (EnumUInt32TypeInfo_1_tBFC8606E6CE1A6012B12491DF98C2A5101F9A70B * __this, const RuntimeMethod* method) { { NullCheck((TraceLoggingTypeInfo_1_tAA80A15704CE49500C66DC6B1C05B2A1188F89DC *)__this); (( void (*) (TraceLoggingTypeInfo_1_tAA80A15704CE49500C66DC6B1C05B2A1188F89DC *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)->methodPointer)((TraceLoggingTypeInfo_1_tAA80A15704CE49500C66DC6B1C05B2A1188F89DC *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Diagnostics.Tracing.EnumUInt32TypeInfo`1::WriteMetadata(System.Diagnostics.Tracing.TraceLoggingMetadataCollector,System.String,System.Diagnostics.Tracing.EventFieldFormat) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EnumUInt32TypeInfo_1_WriteMetadata_m9E4AF117FD07F751E5688F180B49B3BF0225C5BE_gshared (EnumUInt32TypeInfo_1_tF7FEF362DB25FADB725D09C2F14F854D11B63ABA * __this, TraceLoggingMetadataCollector_tFDCF6C9B118FD41428DBE1C3AA17A601001C1B2C * ___collector0, String_t* ___name1, int32_t ___format2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Statics_t4B5A84F3134B8BF7299B14BE64813C95F1ABBCE3_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { TraceLoggingMetadataCollector_tFDCF6C9B118FD41428DBE1C3AA17A601001C1B2C * L_0 = ___collector0; String_t* L_1 = ___name1; int32_t L_2 = ___format2; IL2CPP_RUNTIME_CLASS_INIT(Statics_t4B5A84F3134B8BF7299B14BE64813C95F1ABBCE3_il2cpp_TypeInfo_var); int32_t L_3; L_3 = Statics_Format32_m25FF11C309E27D937639636FA4C09AD529BD68D6((int32_t)L_2, (int32_t)8, /*hidden argument*/NULL); NullCheck((TraceLoggingMetadataCollector_tFDCF6C9B118FD41428DBE1C3AA17A601001C1B2C *)L_0); TraceLoggingMetadataCollector_AddScalar_mA1A23105BD49003C6FD1A00C6A4ADBD02FA49854((TraceLoggingMetadataCollector_tFDCF6C9B118FD41428DBE1C3AA17A601001C1B2C *)L_0, (String_t*)L_1, (int32_t)L_3, /*hidden argument*/NULL); return; } } // System.Void System.Diagnostics.Tracing.EnumUInt32TypeInfo`1::WriteData(System.Diagnostics.Tracing.TraceLoggingDataCollector,EnumType&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EnumUInt32TypeInfo_1_WriteData_m774C85E61D131E68366F736AB212900A3149EEB3_gshared (EnumUInt32TypeInfo_1_tF7FEF362DB25FADB725D09C2F14F854D11B63ABA * __this, TraceLoggingDataCollector_t5C690F08E67433C8CBAC45BCF713D40E805DB2C7 * ___collector0, bool* ___value1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&EnumHelper_1_tC82FAAF78504152B465669C9102B86D7DCE21244_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { TraceLoggingDataCollector_t5C690F08E67433C8CBAC45BCF713D40E805DB2C7 * L_0 = ___collector0; bool* L_1 = ___value1; bool L_2 = (*(bool*)L_1); IL2CPP_RUNTIME_CLASS_INIT(EnumHelper_1_tC82FAAF78504152B465669C9102B86D7DCE21244_il2cpp_TypeInfo_var); uint32_t L_3; L_3 = (( uint32_t (*) (bool, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((bool)L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); NullCheck((TraceLoggingDataCollector_t5C690F08E67433C8CBAC45BCF713D40E805DB2C7 *)L_0); TraceLoggingDataCollector_AddScalar_m927E4206C30350DDE06751E3D8CC7F23CCEE3427((TraceLoggingDataCollector_t5C690F08E67433C8CBAC45BCF713D40E805DB2C7 *)L_0, (uint32_t)L_3, /*hidden argument*/NULL); return; } } // System.Object System.Diagnostics.Tracing.EnumUInt32TypeInfo`1::GetData(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * EnumUInt32TypeInfo_1_GetData_m18416E2128F6A2DDB1A671D5501A95886E08B696_gshared (EnumUInt32TypeInfo_1_tF7FEF362DB25FADB725D09C2F14F854D11B63ABA * __this, RuntimeObject * ___value0, const RuntimeMethod* method) { { RuntimeObject * L_0 = ___value0; return (RuntimeObject *)L_0; } } // System.Void System.Diagnostics.Tracing.EnumUInt32TypeInfo`1::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EnumUInt32TypeInfo_1__ctor_m6F7848AA7123A0544333BE7C265B1C5FAF9F0C0C_gshared (EnumUInt32TypeInfo_1_tF7FEF362DB25FADB725D09C2F14F854D11B63ABA * __this, const RuntimeMethod* method) { { NullCheck((TraceLoggingTypeInfo_1_t2E09E8CA26064E30A8F7376A80B6440C13A23A68 *)__this); (( void (*) (TraceLoggingTypeInfo_1_t2E09E8CA26064E30A8F7376A80B6440C13A23A68 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)->methodPointer)((TraceLoggingTypeInfo_1_t2E09E8CA26064E30A8F7376A80B6440C13A23A68 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Diagnostics.Tracing.EnumUInt32TypeInfo`1::WriteMetadata(System.Diagnostics.Tracing.TraceLoggingMetadataCollector,System.String,System.Diagnostics.Tracing.EventFieldFormat) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EnumUInt32TypeInfo_1_WriteMetadata_m74999AA66DA47A18963A2231C75CC156F4BBF6EF_gshared (EnumUInt32TypeInfo_1_tF6B8B1B3DE81A7B78D50D108799138A0D8C41653 * __this, TraceLoggingMetadataCollector_tFDCF6C9B118FD41428DBE1C3AA17A601001C1B2C * ___collector0, String_t* ___name1, int32_t ___format2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Statics_t4B5A84F3134B8BF7299B14BE64813C95F1ABBCE3_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { TraceLoggingMetadataCollector_tFDCF6C9B118FD41428DBE1C3AA17A601001C1B2C * L_0 = ___collector0; String_t* L_1 = ___name1; int32_t L_2 = ___format2; IL2CPP_RUNTIME_CLASS_INIT(Statics_t4B5A84F3134B8BF7299B14BE64813C95F1ABBCE3_il2cpp_TypeInfo_var); int32_t L_3; L_3 = Statics_Format32_m25FF11C309E27D937639636FA4C09AD529BD68D6((int32_t)L_2, (int32_t)8, /*hidden argument*/NULL); NullCheck((TraceLoggingMetadataCollector_tFDCF6C9B118FD41428DBE1C3AA17A601001C1B2C *)L_0); TraceLoggingMetadataCollector_AddScalar_mA1A23105BD49003C6FD1A00C6A4ADBD02FA49854((TraceLoggingMetadataCollector_tFDCF6C9B118FD41428DBE1C3AA17A601001C1B2C *)L_0, (String_t*)L_1, (int32_t)L_3, /*hidden argument*/NULL); return; } } // System.Void System.Diagnostics.Tracing.EnumUInt32TypeInfo`1::WriteData(System.Diagnostics.Tracing.TraceLoggingDataCollector,EnumType&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EnumUInt32TypeInfo_1_WriteData_m892BBA5747376DFE5FC19DB0E1FD6871729491D1_gshared (EnumUInt32TypeInfo_1_tF6B8B1B3DE81A7B78D50D108799138A0D8C41653 * __this, TraceLoggingDataCollector_t5C690F08E67433C8CBAC45BCF713D40E805DB2C7 * ___collector0, uint8_t* ___value1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&EnumHelper_1_tC82FAAF78504152B465669C9102B86D7DCE21244_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { TraceLoggingDataCollector_t5C690F08E67433C8CBAC45BCF713D40E805DB2C7 * L_0 = ___collector0; uint8_t* L_1 = ___value1; uint8_t L_2 = (*(uint8_t*)L_1); IL2CPP_RUNTIME_CLASS_INIT(EnumHelper_1_tC82FAAF78504152B465669C9102B86D7DCE21244_il2cpp_TypeInfo_var); uint32_t L_3; L_3 = (( uint32_t (*) (uint8_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((uint8_t)L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); NullCheck((TraceLoggingDataCollector_t5C690F08E67433C8CBAC45BCF713D40E805DB2C7 *)L_0); TraceLoggingDataCollector_AddScalar_m927E4206C30350DDE06751E3D8CC7F23CCEE3427((TraceLoggingDataCollector_t5C690F08E67433C8CBAC45BCF713D40E805DB2C7 *)L_0, (uint32_t)L_3, /*hidden argument*/NULL); return; } } // System.Object System.Diagnostics.Tracing.EnumUInt32TypeInfo`1::GetData(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * EnumUInt32TypeInfo_1_GetData_m3D0C610E3533660EA277B5C0A63921E2D2E1154D_gshared (EnumUInt32TypeInfo_1_tF6B8B1B3DE81A7B78D50D108799138A0D8C41653 * __this, RuntimeObject * ___value0, const RuntimeMethod* method) { { RuntimeObject * L_0 = ___value0; return (RuntimeObject *)L_0; } } // System.Void System.Diagnostics.Tracing.EnumUInt32TypeInfo`1::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EnumUInt32TypeInfo_1__ctor_mFF9422F29DCBB010F5BC61EA6804CD5ED95F8734_gshared (EnumUInt32TypeInfo_1_tF6B8B1B3DE81A7B78D50D108799138A0D8C41653 * __this, const RuntimeMethod* method) { { NullCheck((TraceLoggingTypeInfo_1_t3249C39DDD7C9608FB6A71BC0E8ADAD2DBA7582D *)__this); (( void (*) (TraceLoggingTypeInfo_1_t3249C39DDD7C9608FB6A71BC0E8ADAD2DBA7582D *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)->methodPointer)((TraceLoggingTypeInfo_1_t3249C39DDD7C9608FB6A71BC0E8ADAD2DBA7582D *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Diagnostics.Tracing.EnumUInt32TypeInfo`1::WriteMetadata(System.Diagnostics.Tracing.TraceLoggingMetadataCollector,System.String,System.Diagnostics.Tracing.EventFieldFormat) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EnumUInt32TypeInfo_1_WriteMetadata_m6C34FFB8A51504149F6FF4C70059486468DA79F2_gshared (EnumUInt32TypeInfo_1_t7AC969B8021364B81F118EA0868B1F8832F0DC9D * __this, TraceLoggingMetadataCollector_tFDCF6C9B118FD41428DBE1C3AA17A601001C1B2C * ___collector0, String_t* ___name1, int32_t ___format2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Statics_t4B5A84F3134B8BF7299B14BE64813C95F1ABBCE3_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { TraceLoggingMetadataCollector_tFDCF6C9B118FD41428DBE1C3AA17A601001C1B2C * L_0 = ___collector0; String_t* L_1 = ___name1; int32_t L_2 = ___format2; IL2CPP_RUNTIME_CLASS_INIT(Statics_t4B5A84F3134B8BF7299B14BE64813C95F1ABBCE3_il2cpp_TypeInfo_var); int32_t L_3; L_3 = Statics_Format32_m25FF11C309E27D937639636FA4C09AD529BD68D6((int32_t)L_2, (int32_t)8, /*hidden argument*/NULL); NullCheck((TraceLoggingMetadataCollector_tFDCF6C9B118FD41428DBE1C3AA17A601001C1B2C *)L_0); TraceLoggingMetadataCollector_AddScalar_mA1A23105BD49003C6FD1A00C6A4ADBD02FA49854((TraceLoggingMetadataCollector_tFDCF6C9B118FD41428DBE1C3AA17A601001C1B2C *)L_0, (String_t*)L_1, (int32_t)L_3, /*hidden argument*/NULL); return; } } // System.Void System.Diagnostics.Tracing.EnumUInt32TypeInfo`1::WriteData(System.Diagnostics.Tracing.TraceLoggingDataCollector,EnumType&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EnumUInt32TypeInfo_1_WriteData_mAD3677FB5B9A9BD744DC192548D41FFE0CFAA761_gshared (EnumUInt32TypeInfo_1_t7AC969B8021364B81F118EA0868B1F8832F0DC9D * __this, TraceLoggingDataCollector_t5C690F08E67433C8CBAC45BCF713D40E805DB2C7 * ___collector0, Il2CppChar* ___value1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&EnumHelper_1_tC82FAAF78504152B465669C9102B86D7DCE21244_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { TraceLoggingDataCollector_t5C690F08E67433C8CBAC45BCF713D40E805DB2C7 * L_0 = ___collector0; Il2CppChar* L_1 = ___value1; Il2CppChar L_2 = (*(Il2CppChar*)L_1); IL2CPP_RUNTIME_CLASS_INIT(EnumHelper_1_tC82FAAF78504152B465669C9102B86D7DCE21244_il2cpp_TypeInfo_var); uint32_t L_3; L_3 = (( uint32_t (*) (Il2CppChar, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((Il2CppChar)L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); NullCheck((TraceLoggingDataCollector_t5C690F08E67433C8CBAC45BCF713D40E805DB2C7 *)L_0); TraceLoggingDataCollector_AddScalar_m927E4206C30350DDE06751E3D8CC7F23CCEE3427((TraceLoggingDataCollector_t5C690F08E67433C8CBAC45BCF713D40E805DB2C7 *)L_0, (uint32_t)L_3, /*hidden argument*/NULL); return; } } // System.Object System.Diagnostics.Tracing.EnumUInt32TypeInfo`1::GetData(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * EnumUInt32TypeInfo_1_GetData_m27670A7248C7078049E2943AB00A9DE94F633281_gshared (EnumUInt32TypeInfo_1_t7AC969B8021364B81F118EA0868B1F8832F0DC9D * __this, RuntimeObject * ___value0, const RuntimeMethod* method) { { RuntimeObject * L_0 = ___value0; return (RuntimeObject *)L_0; } } // System.Void System.Diagnostics.Tracing.EnumUInt32TypeInfo`1::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EnumUInt32TypeInfo_1__ctor_m373F178C8C0A7AEEB3D464AE8B430BD75EA2B9A5_gshared (EnumUInt32TypeInfo_1_t7AC969B8021364B81F118EA0868B1F8832F0DC9D * __this, const RuntimeMethod* method) { { NullCheck((TraceLoggingTypeInfo_1_t4060A49A9615875C95710F4F7A74B649698B182C *)__this); (( void (*) (TraceLoggingTypeInfo_1_t4060A49A9615875C95710F4F7A74B649698B182C *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)->methodPointer)((TraceLoggingTypeInfo_1_t4060A49A9615875C95710F4F7A74B649698B182C *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Diagnostics.Tracing.EnumUInt32TypeInfo`1::WriteMetadata(System.Diagnostics.Tracing.TraceLoggingMetadataCollector,System.String,System.Diagnostics.Tracing.EventFieldFormat) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EnumUInt32TypeInfo_1_WriteMetadata_mF22DB8436595250F85D72F04CEEDEA456B08D93C_gshared (EnumUInt32TypeInfo_1_tDFDF9F220BEA5C6EA946F840B8ECF216CD54D68A * __this, TraceLoggingMetadataCollector_tFDCF6C9B118FD41428DBE1C3AA17A601001C1B2C * ___collector0, String_t* ___name1, int32_t ___format2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Statics_t4B5A84F3134B8BF7299B14BE64813C95F1ABBCE3_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { TraceLoggingMetadataCollector_tFDCF6C9B118FD41428DBE1C3AA17A601001C1B2C * L_0 = ___collector0; String_t* L_1 = ___name1; int32_t L_2 = ___format2; IL2CPP_RUNTIME_CLASS_INIT(Statics_t4B5A84F3134B8BF7299B14BE64813C95F1ABBCE3_il2cpp_TypeInfo_var); int32_t L_3; L_3 = Statics_Format32_m25FF11C309E27D937639636FA4C09AD529BD68D6((int32_t)L_2, (int32_t)8, /*hidden argument*/NULL); NullCheck((TraceLoggingMetadataCollector_tFDCF6C9B118FD41428DBE1C3AA17A601001C1B2C *)L_0); TraceLoggingMetadataCollector_AddScalar_mA1A23105BD49003C6FD1A00C6A4ADBD02FA49854((TraceLoggingMetadataCollector_tFDCF6C9B118FD41428DBE1C3AA17A601001C1B2C *)L_0, (String_t*)L_1, (int32_t)L_3, /*hidden argument*/NULL); return; } } // System.Void System.Diagnostics.Tracing.EnumUInt32TypeInfo`1::WriteData(System.Diagnostics.Tracing.TraceLoggingDataCollector,EnumType&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EnumUInt32TypeInfo_1_WriteData_mC37A73D74948714B108792EF726D33E8D5751F60_gshared (EnumUInt32TypeInfo_1_tDFDF9F220BEA5C6EA946F840B8ECF216CD54D68A * __this, TraceLoggingDataCollector_t5C690F08E67433C8CBAC45BCF713D40E805DB2C7 * ___collector0, DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 * ___value1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&EnumHelper_1_tC82FAAF78504152B465669C9102B86D7DCE21244_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { TraceLoggingDataCollector_t5C690F08E67433C8CBAC45BCF713D40E805DB2C7 * L_0 = ___collector0; DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 * L_1 = ___value1; DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_2 = (*(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 *)L_1); IL2CPP_RUNTIME_CLASS_INIT(EnumHelper_1_tC82FAAF78504152B465669C9102B86D7DCE21244_il2cpp_TypeInfo_var); uint32_t L_3; L_3 = (( uint32_t (*) (DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 )L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); NullCheck((TraceLoggingDataCollector_t5C690F08E67433C8CBAC45BCF713D40E805DB2C7 *)L_0); TraceLoggingDataCollector_AddScalar_m927E4206C30350DDE06751E3D8CC7F23CCEE3427((TraceLoggingDataCollector_t5C690F08E67433C8CBAC45BCF713D40E805DB2C7 *)L_0, (uint32_t)L_3, /*hidden argument*/NULL); return; } } // System.Object System.Diagnostics.Tracing.EnumUInt32TypeInfo`1::GetData(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * EnumUInt32TypeInfo_1_GetData_m09F091281881C294D7E8EAAC565F816F8442B08B_gshared (EnumUInt32TypeInfo_1_tDFDF9F220BEA5C6EA946F840B8ECF216CD54D68A * __this, RuntimeObject * ___value0, const RuntimeMethod* method) { { RuntimeObject * L_0 = ___value0; return (RuntimeObject *)L_0; } } // System.Void System.Diagnostics.Tracing.EnumUInt32TypeInfo`1::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EnumUInt32TypeInfo_1__ctor_mC981D91A090EDC211246A8D02125A4BDD6361551_gshared (EnumUInt32TypeInfo_1_tDFDF9F220BEA5C6EA946F840B8ECF216CD54D68A * __this, const RuntimeMethod* method) { { NullCheck((TraceLoggingTypeInfo_1_t3B564912583B489AA09CF4EC981BC921E43D206B *)__this); (( void (*) (TraceLoggingTypeInfo_1_t3B564912583B489AA09CF4EC981BC921E43D206B *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)->methodPointer)((TraceLoggingTypeInfo_1_t3B564912583B489AA09CF4EC981BC921E43D206B *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Diagnostics.Tracing.EnumUInt32TypeInfo`1::WriteMetadata(System.Diagnostics.Tracing.TraceLoggingMetadataCollector,System.String,System.Diagnostics.Tracing.EventFieldFormat) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EnumUInt32TypeInfo_1_WriteMetadata_mA255B5A90AF053CF51510DA851D0C9BA89C4428E_gshared (EnumUInt32TypeInfo_1_t3B7E139A1CEF87EA729C6339CC4241AF0A28BEF3 * __this, TraceLoggingMetadataCollector_tFDCF6C9B118FD41428DBE1C3AA17A601001C1B2C * ___collector0, String_t* ___name1, int32_t ___format2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Statics_t4B5A84F3134B8BF7299B14BE64813C95F1ABBCE3_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { TraceLoggingMetadataCollector_tFDCF6C9B118FD41428DBE1C3AA17A601001C1B2C * L_0 = ___collector0; String_t* L_1 = ___name1; int32_t L_2 = ___format2; IL2CPP_RUNTIME_CLASS_INIT(Statics_t4B5A84F3134B8BF7299B14BE64813C95F1ABBCE3_il2cpp_TypeInfo_var); int32_t L_3; L_3 = Statics_Format32_m25FF11C309E27D937639636FA4C09AD529BD68D6((int32_t)L_2, (int32_t)8, /*hidden argument*/NULL); NullCheck((TraceLoggingMetadataCollector_tFDCF6C9B118FD41428DBE1C3AA17A601001C1B2C *)L_0); TraceLoggingMetadataCollector_AddScalar_mA1A23105BD49003C6FD1A00C6A4ADBD02FA49854((TraceLoggingMetadataCollector_tFDCF6C9B118FD41428DBE1C3AA17A601001C1B2C *)L_0, (String_t*)L_1, (int32_t)L_3, /*hidden argument*/NULL); return; } } // System.Void System.Diagnostics.Tracing.EnumUInt32TypeInfo`1::WriteData(System.Diagnostics.Tracing.TraceLoggingDataCollector,EnumType&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EnumUInt32TypeInfo_1_WriteData_m20AEFE286009F8539509CECFA7ED52819789EE6E_gshared (EnumUInt32TypeInfo_1_t3B7E139A1CEF87EA729C6339CC4241AF0A28BEF3 * __this, TraceLoggingDataCollector_t5C690F08E67433C8CBAC45BCF713D40E805DB2C7 * ___collector0, DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5 * ___value1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&EnumHelper_1_tC82FAAF78504152B465669C9102B86D7DCE21244_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { TraceLoggingDataCollector_t5C690F08E67433C8CBAC45BCF713D40E805DB2C7 * L_0 = ___collector0; DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5 * L_1 = ___value1; DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5 L_2 = (*(DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5 *)L_1); IL2CPP_RUNTIME_CLASS_INIT(EnumHelper_1_tC82FAAF78504152B465669C9102B86D7DCE21244_il2cpp_TypeInfo_var); uint32_t L_3; L_3 = (( uint32_t (*) (DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5 )L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); NullCheck((TraceLoggingDataCollector_t5C690F08E67433C8CBAC45BCF713D40E805DB2C7 *)L_0); TraceLoggingDataCollector_AddScalar_m927E4206C30350DDE06751E3D8CC7F23CCEE3427((TraceLoggingDataCollector_t5C690F08E67433C8CBAC45BCF713D40E805DB2C7 *)L_0, (uint32_t)L_3, /*hidden argument*/NULL); return; } } // System.Object System.Diagnostics.Tracing.EnumUInt32TypeInfo`1::GetData(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * EnumUInt32TypeInfo_1_GetData_m067A9B023C314CAEF7C5826C62DB28677DA0B17C_gshared (EnumUInt32TypeInfo_1_t3B7E139A1CEF87EA729C6339CC4241AF0A28BEF3 * __this, RuntimeObject * ___value0, const RuntimeMethod* method) { { RuntimeObject * L_0 = ___value0; return (RuntimeObject *)L_0; } } // System.Void System.Diagnostics.Tracing.EnumUInt32TypeInfo`1::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EnumUInt32TypeInfo_1__ctor_mADB3152E3E694382D764E5EB869826B416850AC9_gshared (EnumUInt32TypeInfo_1_t3B7E139A1CEF87EA729C6339CC4241AF0A28BEF3 * __this, const RuntimeMethod* method) { { NullCheck((TraceLoggingTypeInfo_1_t2222233AEF607D614ED51D9A909021B0AD1DD052 *)__this); (( void (*) (TraceLoggingTypeInfo_1_t2222233AEF607D614ED51D9A909021B0AD1DD052 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)->methodPointer)((TraceLoggingTypeInfo_1_t2222233AEF607D614ED51D9A909021B0AD1DD052 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Diagnostics.Tracing.EnumUInt32TypeInfo`1::WriteMetadata(System.Diagnostics.Tracing.TraceLoggingMetadataCollector,System.String,System.Diagnostics.Tracing.EventFieldFormat) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EnumUInt32TypeInfo_1_WriteMetadata_mB64AAE725FA2C0BF07B16FC4C0C9861483381520_gshared (EnumUInt32TypeInfo_1_t3FDA1CA3592B8989840DDF5D6311F9B497D5C790 * __this, TraceLoggingMetadataCollector_tFDCF6C9B118FD41428DBE1C3AA17A601001C1B2C * ___collector0, String_t* ___name1, int32_t ___format2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Statics_t4B5A84F3134B8BF7299B14BE64813C95F1ABBCE3_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { TraceLoggingMetadataCollector_tFDCF6C9B118FD41428DBE1C3AA17A601001C1B2C * L_0 = ___collector0; String_t* L_1 = ___name1; int32_t L_2 = ___format2; IL2CPP_RUNTIME_CLASS_INIT(Statics_t4B5A84F3134B8BF7299B14BE64813C95F1ABBCE3_il2cpp_TypeInfo_var); int32_t L_3; L_3 = Statics_Format32_m25FF11C309E27D937639636FA4C09AD529BD68D6((int32_t)L_2, (int32_t)8, /*hidden argument*/NULL); NullCheck((TraceLoggingMetadataCollector_tFDCF6C9B118FD41428DBE1C3AA17A601001C1B2C *)L_0); TraceLoggingMetadataCollector_AddScalar_mA1A23105BD49003C6FD1A00C6A4ADBD02FA49854((TraceLoggingMetadataCollector_tFDCF6C9B118FD41428DBE1C3AA17A601001C1B2C *)L_0, (String_t*)L_1, (int32_t)L_3, /*hidden argument*/NULL); return; } } // System.Void System.Diagnostics.Tracing.EnumUInt32TypeInfo`1::WriteData(System.Diagnostics.Tracing.TraceLoggingDataCollector,EnumType&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EnumUInt32TypeInfo_1_WriteData_m510296BE4B8A12D8869B1A8C0FAE8B979C8D0B1A_gshared (EnumUInt32TypeInfo_1_t3FDA1CA3592B8989840DDF5D6311F9B497D5C790 * __this, TraceLoggingDataCollector_t5C690F08E67433C8CBAC45BCF713D40E805DB2C7 * ___collector0, Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 * ___value1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&EnumHelper_1_tC82FAAF78504152B465669C9102B86D7DCE21244_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { TraceLoggingDataCollector_t5C690F08E67433C8CBAC45BCF713D40E805DB2C7 * L_0 = ___collector0; Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 * L_1 = ___value1; Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 L_2 = (*(Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 *)L_1); IL2CPP_RUNTIME_CLASS_INIT(EnumHelper_1_tC82FAAF78504152B465669C9102B86D7DCE21244_il2cpp_TypeInfo_var); uint32_t L_3; L_3 = (( uint32_t (*) (Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 )L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); NullCheck((TraceLoggingDataCollector_t5C690F08E67433C8CBAC45BCF713D40E805DB2C7 *)L_0); TraceLoggingDataCollector_AddScalar_m927E4206C30350DDE06751E3D8CC7F23CCEE3427((TraceLoggingDataCollector_t5C690F08E67433C8CBAC45BCF713D40E805DB2C7 *)L_0, (uint32_t)L_3, /*hidden argument*/NULL); return; } } // System.Object System.Diagnostics.Tracing.EnumUInt32TypeInfo`1::GetData(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * EnumUInt32TypeInfo_1_GetData_mB4142D6DF1FDE44A9C7D4F221601B797515356AB_gshared (EnumUInt32TypeInfo_1_t3FDA1CA3592B8989840DDF5D6311F9B497D5C790 * __this, RuntimeObject * ___value0, const RuntimeMethod* method) { { RuntimeObject * L_0 = ___value0; return (RuntimeObject *)L_0; } } // System.Void System.Diagnostics.Tracing.EnumUInt32TypeInfo`1::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EnumUInt32TypeInfo_1__ctor_mC979A89E511FFA192608A79300D43222C45FEA33_gshared (EnumUInt32TypeInfo_1_t3FDA1CA3592B8989840DDF5D6311F9B497D5C790 * __this, const RuntimeMethod* method) { { NullCheck((TraceLoggingTypeInfo_1_t31C39790E0722BFAB7EF167B090AFCF92BEF0393 *)__this); (( void (*) (TraceLoggingTypeInfo_1_t31C39790E0722BFAB7EF167B090AFCF92BEF0393 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)->methodPointer)((TraceLoggingTypeInfo_1_t31C39790E0722BFAB7EF167B090AFCF92BEF0393 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Diagnostics.Tracing.EnumUInt32TypeInfo`1::WriteMetadata(System.Diagnostics.Tracing.TraceLoggingMetadataCollector,System.String,System.Diagnostics.Tracing.EventFieldFormat) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EnumUInt32TypeInfo_1_WriteMetadata_mB3C93E864504038D759B922DC39F4B17D53D376A_gshared (EnumUInt32TypeInfo_1_tCABE7B4B070D353057068ED0F533C152A4A19D64 * __this, TraceLoggingMetadataCollector_tFDCF6C9B118FD41428DBE1C3AA17A601001C1B2C * ___collector0, String_t* ___name1, int32_t ___format2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Statics_t4B5A84F3134B8BF7299B14BE64813C95F1ABBCE3_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { TraceLoggingMetadataCollector_tFDCF6C9B118FD41428DBE1C3AA17A601001C1B2C * L_0 = ___collector0; String_t* L_1 = ___name1; int32_t L_2 = ___format2; IL2CPP_RUNTIME_CLASS_INIT(Statics_t4B5A84F3134B8BF7299B14BE64813C95F1ABBCE3_il2cpp_TypeInfo_var); int32_t L_3; L_3 = Statics_Format32_m25FF11C309E27D937639636FA4C09AD529BD68D6((int32_t)L_2, (int32_t)8, /*hidden argument*/NULL); NullCheck((TraceLoggingMetadataCollector_tFDCF6C9B118FD41428DBE1C3AA17A601001C1B2C *)L_0); TraceLoggingMetadataCollector_AddScalar_mA1A23105BD49003C6FD1A00C6A4ADBD02FA49854((TraceLoggingMetadataCollector_tFDCF6C9B118FD41428DBE1C3AA17A601001C1B2C *)L_0, (String_t*)L_1, (int32_t)L_3, /*hidden argument*/NULL); return; } } // System.Void System.Diagnostics.Tracing.EnumUInt32TypeInfo`1::WriteData(System.Diagnostics.Tracing.TraceLoggingDataCollector,EnumType&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EnumUInt32TypeInfo_1_WriteData_m7526C1A5E6B37B333FA00E74C71D748491022C9D_gshared (EnumUInt32TypeInfo_1_tCABE7B4B070D353057068ED0F533C152A4A19D64 * __this, TraceLoggingDataCollector_t5C690F08E67433C8CBAC45BCF713D40E805DB2C7 * ___collector0, double* ___value1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&EnumHelper_1_tC82FAAF78504152B465669C9102B86D7DCE21244_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { TraceLoggingDataCollector_t5C690F08E67433C8CBAC45BCF713D40E805DB2C7 * L_0 = ___collector0; double* L_1 = ___value1; double L_2 = (*(double*)L_1); IL2CPP_RUNTIME_CLASS_INIT(EnumHelper_1_tC82FAAF78504152B465669C9102B86D7DCE21244_il2cpp_TypeInfo_var); uint32_t L_3; L_3 = (( uint32_t (*) (double, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((double)L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); NullCheck((TraceLoggingDataCollector_t5C690F08E67433C8CBAC45BCF713D40E805DB2C7 *)L_0); TraceLoggingDataCollector_AddScalar_m927E4206C30350DDE06751E3D8CC7F23CCEE3427((TraceLoggingDataCollector_t5C690F08E67433C8CBAC45BCF713D40E805DB2C7 *)L_0, (uint32_t)L_3, /*hidden argument*/NULL); return; } } // System.Object System.Diagnostics.Tracing.EnumUInt32TypeInfo`1::GetData(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * EnumUInt32TypeInfo_1_GetData_m633E08FEBDA010DA75E726E01F433EEF9B3DE0AA_gshared (EnumUInt32TypeInfo_1_tCABE7B4B070D353057068ED0F533C152A4A19D64 * __this, RuntimeObject * ___value0, const RuntimeMethod* method) { { RuntimeObject * L_0 = ___value0; return (RuntimeObject *)L_0; } } // System.Void System.Diagnostics.Tracing.EnumUInt32TypeInfo`1::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EnumUInt32TypeInfo_1__ctor_m4198BE39CBA9F656C1146AE0D0E90AD4087D400B_gshared (EnumUInt32TypeInfo_1_tCABE7B4B070D353057068ED0F533C152A4A19D64 * __this, const RuntimeMethod* method) { { NullCheck((TraceLoggingTypeInfo_1_t7DB46152A9D14F1E2B1949B20B3FDFDF3EE951B1 *)__this); (( void (*) (TraceLoggingTypeInfo_1_t7DB46152A9D14F1E2B1949B20B3FDFDF3EE951B1 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)->methodPointer)((TraceLoggingTypeInfo_1_t7DB46152A9D14F1E2B1949B20B3FDFDF3EE951B1 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Diagnostics.Tracing.EnumUInt32TypeInfo`1::WriteMetadata(System.Diagnostics.Tracing.TraceLoggingMetadataCollector,System.String,System.Diagnostics.Tracing.EventFieldFormat) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EnumUInt32TypeInfo_1_WriteMetadata_mA01BD59D9BDF5E45171E24887A1A53BDF9795468_gshared (EnumUInt32TypeInfo_1_t8E173B3BA9045D2C66ECDC3711E1C245A1C18504 * __this, TraceLoggingMetadataCollector_tFDCF6C9B118FD41428DBE1C3AA17A601001C1B2C * ___collector0, String_t* ___name1, int32_t ___format2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Statics_t4B5A84F3134B8BF7299B14BE64813C95F1ABBCE3_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { TraceLoggingMetadataCollector_tFDCF6C9B118FD41428DBE1C3AA17A601001C1B2C * L_0 = ___collector0; String_t* L_1 = ___name1; int32_t L_2 = ___format2; IL2CPP_RUNTIME_CLASS_INIT(Statics_t4B5A84F3134B8BF7299B14BE64813C95F1ABBCE3_il2cpp_TypeInfo_var); int32_t L_3; L_3 = Statics_Format32_m25FF11C309E27D937639636FA4C09AD529BD68D6((int32_t)L_2, (int32_t)8, /*hidden argument*/NULL); NullCheck((TraceLoggingMetadataCollector_tFDCF6C9B118FD41428DBE1C3AA17A601001C1B2C *)L_0); TraceLoggingMetadataCollector_AddScalar_mA1A23105BD49003C6FD1A00C6A4ADBD02FA49854((TraceLoggingMetadataCollector_tFDCF6C9B118FD41428DBE1C3AA17A601001C1B2C *)L_0, (String_t*)L_1, (int32_t)L_3, /*hidden argument*/NULL); return; } } // System.Void System.Diagnostics.Tracing.EnumUInt32TypeInfo`1::WriteData(System.Diagnostics.Tracing.TraceLoggingDataCollector,EnumType&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EnumUInt32TypeInfo_1_WriteData_mB1C8F3B27C5D47EC2A7620447AA73AF0C1A586CC_gshared (EnumUInt32TypeInfo_1_t8E173B3BA9045D2C66ECDC3711E1C245A1C18504 * __this, TraceLoggingDataCollector_t5C690F08E67433C8CBAC45BCF713D40E805DB2C7 * ___collector0, EmptyStruct_t4261C00C8DDCEA2FE01A2264519DDB55BA275F62 * ___value1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&EnumHelper_1_tC82FAAF78504152B465669C9102B86D7DCE21244_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { TraceLoggingDataCollector_t5C690F08E67433C8CBAC45BCF713D40E805DB2C7 * L_0 = ___collector0; EmptyStruct_t4261C00C8DDCEA2FE01A2264519DDB55BA275F62 * L_1 = ___value1; EmptyStruct_t4261C00C8DDCEA2FE01A2264519DDB55BA275F62 L_2 = (*(EmptyStruct_t4261C00C8DDCEA2FE01A2264519DDB55BA275F62 *)L_1); IL2CPP_RUNTIME_CLASS_INIT(EnumHelper_1_tC82FAAF78504152B465669C9102B86D7DCE21244_il2cpp_TypeInfo_var); uint32_t L_3; L_3 = (( uint32_t (*) (EmptyStruct_t4261C00C8DDCEA2FE01A2264519DDB55BA275F62 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((EmptyStruct_t4261C00C8DDCEA2FE01A2264519DDB55BA275F62 )L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); NullCheck((TraceLoggingDataCollector_t5C690F08E67433C8CBAC45BCF713D40E805DB2C7 *)L_0); TraceLoggingDataCollector_AddScalar_m927E4206C30350DDE06751E3D8CC7F23CCEE3427((TraceLoggingDataCollector_t5C690F08E67433C8CBAC45BCF713D40E805DB2C7 *)L_0, (uint32_t)L_3, /*hidden argument*/NULL); return; } } // System.Object System.Diagnostics.Tracing.EnumUInt32TypeInfo`1::GetData(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * EnumUInt32TypeInfo_1_GetData_m9FE408265F913DED658815E19AB19F016478F8C4_gshared (EnumUInt32TypeInfo_1_t8E173B3BA9045D2C66ECDC3711E1C245A1C18504 * __this, RuntimeObject * ___value0, const RuntimeMethod* method) { { RuntimeObject * L_0 = ___value0; return (RuntimeObject *)L_0; } } // System.Void System.Diagnostics.Tracing.EnumUInt32TypeInfo`1::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EnumUInt32TypeInfo_1__ctor_m5AA6B6CB3995DB48A6CD3DAC78160D4DD23DEADC_gshared (EnumUInt32TypeInfo_1_t8E173B3BA9045D2C66ECDC3711E1C245A1C18504 * __this, const RuntimeMethod* method) { { NullCheck((TraceLoggingTypeInfo_1_t632172B9985D9F811628DA2FBE10BB7F417FEA07 *)__this); (( void (*) (TraceLoggingTypeInfo_1_t632172B9985D9F811628DA2FBE10BB7F417FEA07 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)->methodPointer)((TraceLoggingTypeInfo_1_t632172B9985D9F811628DA2FBE10BB7F417FEA07 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Diagnostics.Tracing.EnumUInt32TypeInfo`1::WriteMetadata(System.Diagnostics.Tracing.TraceLoggingMetadataCollector,System.String,System.Diagnostics.Tracing.EventFieldFormat) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EnumUInt32TypeInfo_1_WriteMetadata_m038837236476718974A66C1A37996F4D9252B4EC_gshared (EnumUInt32TypeInfo_1_t6A8CBA9C780F318B2BF90C794C5AB1A061CC3F0F * __this, TraceLoggingMetadataCollector_tFDCF6C9B118FD41428DBE1C3AA17A601001C1B2C * ___collector0, String_t* ___name1, int32_t ___format2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Statics_t4B5A84F3134B8BF7299B14BE64813C95F1ABBCE3_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { TraceLoggingMetadataCollector_tFDCF6C9B118FD41428DBE1C3AA17A601001C1B2C * L_0 = ___collector0; String_t* L_1 = ___name1; int32_t L_2 = ___format2; IL2CPP_RUNTIME_CLASS_INIT(Statics_t4B5A84F3134B8BF7299B14BE64813C95F1ABBCE3_il2cpp_TypeInfo_var); int32_t L_3; L_3 = Statics_Format32_m25FF11C309E27D937639636FA4C09AD529BD68D6((int32_t)L_2, (int32_t)8, /*hidden argument*/NULL); NullCheck((TraceLoggingMetadataCollector_tFDCF6C9B118FD41428DBE1C3AA17A601001C1B2C *)L_0); TraceLoggingMetadataCollector_AddScalar_mA1A23105BD49003C6FD1A00C6A4ADBD02FA49854((TraceLoggingMetadataCollector_tFDCF6C9B118FD41428DBE1C3AA17A601001C1B2C *)L_0, (String_t*)L_1, (int32_t)L_3, /*hidden argument*/NULL); return; } } // System.Void System.Diagnostics.Tracing.EnumUInt32TypeInfo`1::WriteData(System.Diagnostics.Tracing.TraceLoggingDataCollector,EnumType&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EnumUInt32TypeInfo_1_WriteData_mD953166E51AE332F8775F16254A4FAF2662368D1_gshared (EnumUInt32TypeInfo_1_t6A8CBA9C780F318B2BF90C794C5AB1A061CC3F0F * __this, TraceLoggingDataCollector_t5C690F08E67433C8CBAC45BCF713D40E805DB2C7 * ___collector0, Guid_t * ___value1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&EnumHelper_1_tC82FAAF78504152B465669C9102B86D7DCE21244_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { TraceLoggingDataCollector_t5C690F08E67433C8CBAC45BCF713D40E805DB2C7 * L_0 = ___collector0; Guid_t * L_1 = ___value1; Guid_t L_2 = (*(Guid_t *)L_1); IL2CPP_RUNTIME_CLASS_INIT(EnumHelper_1_tC82FAAF78504152B465669C9102B86D7DCE21244_il2cpp_TypeInfo_var); uint32_t L_3; L_3 = (( uint32_t (*) (Guid_t , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((Guid_t )L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); NullCheck((TraceLoggingDataCollector_t5C690F08E67433C8CBAC45BCF713D40E805DB2C7 *)L_0); TraceLoggingDataCollector_AddScalar_m927E4206C30350DDE06751E3D8CC7F23CCEE3427((TraceLoggingDataCollector_t5C690F08E67433C8CBAC45BCF713D40E805DB2C7 *)L_0, (uint32_t)L_3, /*hidden argument*/NULL); return; } } // System.Object System.Diagnostics.Tracing.EnumUInt32TypeInfo`1::GetData(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * EnumUInt32TypeInfo_1_GetData_m7E17BFD38B1FA8FB00F29E3E8DAF7224BF9949F6_gshared (EnumUInt32TypeInfo_1_t6A8CBA9C780F318B2BF90C794C5AB1A061CC3F0F * __this, RuntimeObject * ___value0, const RuntimeMethod* method) { { RuntimeObject * L_0 = ___value0; return (RuntimeObject *)L_0; } } // System.Void System.Diagnostics.Tracing.EnumUInt32TypeInfo`1::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EnumUInt32TypeInfo_1__ctor_mECC61BA65DD53D8E2E571F128E4266D64A170B77_gshared (EnumUInt32TypeInfo_1_t6A8CBA9C780F318B2BF90C794C5AB1A061CC3F0F * __this, const RuntimeMethod* method) { { NullCheck((TraceLoggingTypeInfo_1_t8101320E9F094F3170A4766FC28D96B07623CAFF *)__this); (( void (*) (TraceLoggingTypeInfo_1_t8101320E9F094F3170A4766FC28D96B07623CAFF *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)->methodPointer)((TraceLoggingTypeInfo_1_t8101320E9F094F3170A4766FC28D96B07623CAFF *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Diagnostics.Tracing.EnumUInt32TypeInfo`1::WriteMetadata(System.Diagnostics.Tracing.TraceLoggingMetadataCollector,System.String,System.Diagnostics.Tracing.EventFieldFormat) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EnumUInt32TypeInfo_1_WriteMetadata_mC9D186253EC6B1F708F8A80189298A6D697A5BF5_gshared (EnumUInt32TypeInfo_1_tD1F689AF2049E4429338061D66C31AFD79162768 * __this, TraceLoggingMetadataCollector_tFDCF6C9B118FD41428DBE1C3AA17A601001C1B2C * ___collector0, String_t* ___name1, int32_t ___format2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Statics_t4B5A84F3134B8BF7299B14BE64813C95F1ABBCE3_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { TraceLoggingMetadataCollector_tFDCF6C9B118FD41428DBE1C3AA17A601001C1B2C * L_0 = ___collector0; String_t* L_1 = ___name1; int32_t L_2 = ___format2; IL2CPP_RUNTIME_CLASS_INIT(Statics_t4B5A84F3134B8BF7299B14BE64813C95F1ABBCE3_il2cpp_TypeInfo_var); int32_t L_3; L_3 = Statics_Format32_m25FF11C309E27D937639636FA4C09AD529BD68D6((int32_t)L_2, (int32_t)8, /*hidden argument*/NULL); NullCheck((TraceLoggingMetadataCollector_tFDCF6C9B118FD41428DBE1C3AA17A601001C1B2C *)L_0); TraceLoggingMetadataCollector_AddScalar_mA1A23105BD49003C6FD1A00C6A4ADBD02FA49854((TraceLoggingMetadataCollector_tFDCF6C9B118FD41428DBE1C3AA17A601001C1B2C *)L_0, (String_t*)L_1, (int32_t)L_3, /*hidden argument*/NULL); return; } } // System.Void System.Diagnostics.Tracing.EnumUInt32TypeInfo`1::WriteData(System.Diagnostics.Tracing.TraceLoggingDataCollector,EnumType&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EnumUInt32TypeInfo_1_WriteData_mB9F72EDAAC6CD8B8CF8DFE33BFD7F20192F8A4D0_gshared (EnumUInt32TypeInfo_1_tD1F689AF2049E4429338061D66C31AFD79162768 * __this, TraceLoggingDataCollector_t5C690F08E67433C8CBAC45BCF713D40E805DB2C7 * ___collector0, int16_t* ___value1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&EnumHelper_1_tC82FAAF78504152B465669C9102B86D7DCE21244_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { TraceLoggingDataCollector_t5C690F08E67433C8CBAC45BCF713D40E805DB2C7 * L_0 = ___collector0; int16_t* L_1 = ___value1; int16_t L_2 = (*(int16_t*)L_1); IL2CPP_RUNTIME_CLASS_INIT(EnumHelper_1_tC82FAAF78504152B465669C9102B86D7DCE21244_il2cpp_TypeInfo_var); uint32_t L_3; L_3 = (( uint32_t (*) (int16_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((int16_t)L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); NullCheck((TraceLoggingDataCollector_t5C690F08E67433C8CBAC45BCF713D40E805DB2C7 *)L_0); TraceLoggingDataCollector_AddScalar_m927E4206C30350DDE06751E3D8CC7F23CCEE3427((TraceLoggingDataCollector_t5C690F08E67433C8CBAC45BCF713D40E805DB2C7 *)L_0, (uint32_t)L_3, /*hidden argument*/NULL); return; } } // System.Object System.Diagnostics.Tracing.EnumUInt32TypeInfo`1::GetData(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * EnumUInt32TypeInfo_1_GetData_m86D4B62A2C21CC5C98CA76B40D6F452C76AE9C1F_gshared (EnumUInt32TypeInfo_1_tD1F689AF2049E4429338061D66C31AFD79162768 * __this, RuntimeObject * ___value0, const RuntimeMethod* method) { { RuntimeObject * L_0 = ___value0; return (RuntimeObject *)L_0; } } // System.Void System.Diagnostics.Tracing.EnumUInt32TypeInfo`1::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EnumUInt32TypeInfo_1__ctor_m6ACE50A5E363FFF9BC40A80CE35C3B299D85D395_gshared (EnumUInt32TypeInfo_1_tD1F689AF2049E4429338061D66C31AFD79162768 * __this, const RuntimeMethod* method) { { NullCheck((TraceLoggingTypeInfo_1_tCF0BA38E6075EA0A17E3D74D866D00756E15CE2A *)__this); (( void (*) (TraceLoggingTypeInfo_1_tCF0BA38E6075EA0A17E3D74D866D00756E15CE2A *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)->methodPointer)((TraceLoggingTypeInfo_1_tCF0BA38E6075EA0A17E3D74D866D00756E15CE2A *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Diagnostics.Tracing.EnumUInt32TypeInfo`1::WriteMetadata(System.Diagnostics.Tracing.TraceLoggingMetadataCollector,System.String,System.Diagnostics.Tracing.EventFieldFormat) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EnumUInt32TypeInfo_1_WriteMetadata_m672EC89F86BA71FE26DE3CF32BC4F71205E76E14_gshared (EnumUInt32TypeInfo_1_t5F7B20BE56156822DE56E73535D7BC3895425DE9 * __this, TraceLoggingMetadataCollector_tFDCF6C9B118FD41428DBE1C3AA17A601001C1B2C * ___collector0, String_t* ___name1, int32_t ___format2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Statics_t4B5A84F3134B8BF7299B14BE64813C95F1ABBCE3_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { TraceLoggingMetadataCollector_tFDCF6C9B118FD41428DBE1C3AA17A601001C1B2C * L_0 = ___collector0; String_t* L_1 = ___name1; int32_t L_2 = ___format2; IL2CPP_RUNTIME_CLASS_INIT(Statics_t4B5A84F3134B8BF7299B14BE64813C95F1ABBCE3_il2cpp_TypeInfo_var); int32_t L_3; L_3 = Statics_Format32_m25FF11C309E27D937639636FA4C09AD529BD68D6((int32_t)L_2, (int32_t)8, /*hidden argument*/NULL); NullCheck((TraceLoggingMetadataCollector_tFDCF6C9B118FD41428DBE1C3AA17A601001C1B2C *)L_0); TraceLoggingMetadataCollector_AddScalar_mA1A23105BD49003C6FD1A00C6A4ADBD02FA49854((TraceLoggingMetadataCollector_tFDCF6C9B118FD41428DBE1C3AA17A601001C1B2C *)L_0, (String_t*)L_1, (int32_t)L_3, /*hidden argument*/NULL); return; } } // System.Void System.Diagnostics.Tracing.EnumUInt32TypeInfo`1::WriteData(System.Diagnostics.Tracing.TraceLoggingDataCollector,EnumType&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EnumUInt32TypeInfo_1_WriteData_m50F5D82A62024DB8ACCC9F84C3A0F498E7CB7225_gshared (EnumUInt32TypeInfo_1_t5F7B20BE56156822DE56E73535D7BC3895425DE9 * __this, TraceLoggingDataCollector_t5C690F08E67433C8CBAC45BCF713D40E805DB2C7 * ___collector0, int32_t* ___value1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&EnumHelper_1_tC82FAAF78504152B465669C9102B86D7DCE21244_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { TraceLoggingDataCollector_t5C690F08E67433C8CBAC45BCF713D40E805DB2C7 * L_0 = ___collector0; int32_t* L_1 = ___value1; int32_t L_2 = (*(int32_t*)L_1); IL2CPP_RUNTIME_CLASS_INIT(EnumHelper_1_tC82FAAF78504152B465669C9102B86D7DCE21244_il2cpp_TypeInfo_var); uint32_t L_3; L_3 = (( uint32_t (*) (int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((int32_t)L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); NullCheck((TraceLoggingDataCollector_t5C690F08E67433C8CBAC45BCF713D40E805DB2C7 *)L_0); TraceLoggingDataCollector_AddScalar_m927E4206C30350DDE06751E3D8CC7F23CCEE3427((TraceLoggingDataCollector_t5C690F08E67433C8CBAC45BCF713D40E805DB2C7 *)L_0, (uint32_t)L_3, /*hidden argument*/NULL); return; } } // System.Object System.Diagnostics.Tracing.EnumUInt32TypeInfo`1::GetData(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * EnumUInt32TypeInfo_1_GetData_mDB1164D2A2503B67D23FACC5EC82047E69A44106_gshared (EnumUInt32TypeInfo_1_t5F7B20BE56156822DE56E73535D7BC3895425DE9 * __this, RuntimeObject * ___value0, const RuntimeMethod* method) { { RuntimeObject * L_0 = ___value0; return (RuntimeObject *)L_0; } } // System.Void System.Diagnostics.Tracing.EnumUInt32TypeInfo`1::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EnumUInt32TypeInfo_1__ctor_m5538E0B982501D014ABDE2FACCBBE5A3A9710373_gshared (EnumUInt32TypeInfo_1_t5F7B20BE56156822DE56E73535D7BC3895425DE9 * __this, const RuntimeMethod* method) { { NullCheck((TraceLoggingTypeInfo_1_tC3E216D7BD16AEC469B9ADA1544BF7A54F8F5878 *)__this); (( void (*) (TraceLoggingTypeInfo_1_tC3E216D7BD16AEC469B9ADA1544BF7A54F8F5878 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)->methodPointer)((TraceLoggingTypeInfo_1_tC3E216D7BD16AEC469B9ADA1544BF7A54F8F5878 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Diagnostics.Tracing.EnumUInt32TypeInfo`1::WriteMetadata(System.Diagnostics.Tracing.TraceLoggingMetadataCollector,System.String,System.Diagnostics.Tracing.EventFieldFormat) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EnumUInt32TypeInfo_1_WriteMetadata_m093169F8BF3B308056066CC7AC3F1157AC8EC6D0_gshared (EnumUInt32TypeInfo_1_tDD9BBE8D777B7A64B31B130FB8E3C8F638DE7A5F * __this, TraceLoggingMetadataCollector_tFDCF6C9B118FD41428DBE1C3AA17A601001C1B2C * ___collector0, String_t* ___name1, int32_t ___format2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Statics_t4B5A84F3134B8BF7299B14BE64813C95F1ABBCE3_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { TraceLoggingMetadataCollector_tFDCF6C9B118FD41428DBE1C3AA17A601001C1B2C * L_0 = ___collector0; String_t* L_1 = ___name1; int32_t L_2 = ___format2; IL2CPP_RUNTIME_CLASS_INIT(Statics_t4B5A84F3134B8BF7299B14BE64813C95F1ABBCE3_il2cpp_TypeInfo_var); int32_t L_3; L_3 = Statics_Format32_m25FF11C309E27D937639636FA4C09AD529BD68D6((int32_t)L_2, (int32_t)8, /*hidden argument*/NULL); NullCheck((TraceLoggingMetadataCollector_tFDCF6C9B118FD41428DBE1C3AA17A601001C1B2C *)L_0); TraceLoggingMetadataCollector_AddScalar_mA1A23105BD49003C6FD1A00C6A4ADBD02FA49854((TraceLoggingMetadataCollector_tFDCF6C9B118FD41428DBE1C3AA17A601001C1B2C *)L_0, (String_t*)L_1, (int32_t)L_3, /*hidden argument*/NULL); return; } } // System.Void System.Diagnostics.Tracing.EnumUInt32TypeInfo`1::WriteData(System.Diagnostics.Tracing.TraceLoggingDataCollector,EnumType&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EnumUInt32TypeInfo_1_WriteData_m5CEC488E45C18222E90C33E89EE3D42F2BBCA241_gshared (EnumUInt32TypeInfo_1_tDD9BBE8D777B7A64B31B130FB8E3C8F638DE7A5F * __this, TraceLoggingDataCollector_t5C690F08E67433C8CBAC45BCF713D40E805DB2C7 * ___collector0, int64_t* ___value1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&EnumHelper_1_tC82FAAF78504152B465669C9102B86D7DCE21244_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { TraceLoggingDataCollector_t5C690F08E67433C8CBAC45BCF713D40E805DB2C7 * L_0 = ___collector0; int64_t* L_1 = ___value1; int64_t L_2 = (*(int64_t*)L_1); IL2CPP_RUNTIME_CLASS_INIT(EnumHelper_1_tC82FAAF78504152B465669C9102B86D7DCE21244_il2cpp_TypeInfo_var); uint32_t L_3; L_3 = (( uint32_t (*) (int64_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((int64_t)L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); NullCheck((TraceLoggingDataCollector_t5C690F08E67433C8CBAC45BCF713D40E805DB2C7 *)L_0); TraceLoggingDataCollector_AddScalar_m927E4206C30350DDE06751E3D8CC7F23CCEE3427((TraceLoggingDataCollector_t5C690F08E67433C8CBAC45BCF713D40E805DB2C7 *)L_0, (uint32_t)L_3, /*hidden argument*/NULL); return; } } // System.Object System.Diagnostics.Tracing.EnumUInt32TypeInfo`1::GetData(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * EnumUInt32TypeInfo_1_GetData_mC07B13519959507044F3CF04070929A16B1AB42F_gshared (EnumUInt32TypeInfo_1_tDD9BBE8D777B7A64B31B130FB8E3C8F638DE7A5F * __this, RuntimeObject * ___value0, const RuntimeMethod* method) { { RuntimeObject * L_0 = ___value0; return (RuntimeObject *)L_0; } } // System.Void System.Diagnostics.Tracing.EnumUInt32TypeInfo`1::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EnumUInt32TypeInfo_1__ctor_m6199EDBC2C413B323E9591B1924FC8BE226B80CF_gshared (EnumUInt32TypeInfo_1_tDD9BBE8D777B7A64B31B130FB8E3C8F638DE7A5F * __this, const RuntimeMethod* method) { { NullCheck((TraceLoggingTypeInfo_1_tF33AC29BBABEE752B432A303BA55EC74658EC78F *)__this); (( void (*) (TraceLoggingTypeInfo_1_tF33AC29BBABEE752B432A303BA55EC74658EC78F *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)->methodPointer)((TraceLoggingTypeInfo_1_tF33AC29BBABEE752B432A303BA55EC74658EC78F *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Diagnostics.Tracing.EnumUInt32TypeInfo`1::WriteMetadata(System.Diagnostics.Tracing.TraceLoggingMetadataCollector,System.String,System.Diagnostics.Tracing.EventFieldFormat) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EnumUInt32TypeInfo_1_WriteMetadata_m22CA73E64C9AA5BC152EB1A996DB5959E7A7EB67_gshared (EnumUInt32TypeInfo_1_t591AF7C675D2A8509E0A53BEB4434882D3E0AED3 * __this, TraceLoggingMetadataCollector_tFDCF6C9B118FD41428DBE1C3AA17A601001C1B2C * ___collector0, String_t* ___name1, int32_t ___format2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Statics_t4B5A84F3134B8BF7299B14BE64813C95F1ABBCE3_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { TraceLoggingMetadataCollector_tFDCF6C9B118FD41428DBE1C3AA17A601001C1B2C * L_0 = ___collector0; String_t* L_1 = ___name1; int32_t L_2 = ___format2; IL2CPP_RUNTIME_CLASS_INIT(Statics_t4B5A84F3134B8BF7299B14BE64813C95F1ABBCE3_il2cpp_TypeInfo_var); int32_t L_3; L_3 = Statics_Format32_m25FF11C309E27D937639636FA4C09AD529BD68D6((int32_t)L_2, (int32_t)8, /*hidden argument*/NULL); NullCheck((TraceLoggingMetadataCollector_tFDCF6C9B118FD41428DBE1C3AA17A601001C1B2C *)L_0); TraceLoggingMetadataCollector_AddScalar_mA1A23105BD49003C6FD1A00C6A4ADBD02FA49854((TraceLoggingMetadataCollector_tFDCF6C9B118FD41428DBE1C3AA17A601001C1B2C *)L_0, (String_t*)L_1, (int32_t)L_3, /*hidden argument*/NULL); return; } } // System.Void System.Diagnostics.Tracing.EnumUInt32TypeInfo`1::WriteData(System.Diagnostics.Tracing.TraceLoggingDataCollector,EnumType&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EnumUInt32TypeInfo_1_WriteData_m90A32115EA2842090B7DCD059494EE961E40090D_gshared (EnumUInt32TypeInfo_1_t591AF7C675D2A8509E0A53BEB4434882D3E0AED3 * __this, TraceLoggingDataCollector_t5C690F08E67433C8CBAC45BCF713D40E805DB2C7 * ___collector0, intptr_t* ___value1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&EnumHelper_1_tC82FAAF78504152B465669C9102B86D7DCE21244_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { TraceLoggingDataCollector_t5C690F08E67433C8CBAC45BCF713D40E805DB2C7 * L_0 = ___collector0; intptr_t* L_1 = ___value1; intptr_t L_2 = (*(intptr_t*)L_1); IL2CPP_RUNTIME_CLASS_INIT(EnumHelper_1_tC82FAAF78504152B465669C9102B86D7DCE21244_il2cpp_TypeInfo_var); uint32_t L_3; L_3 = (( uint32_t (*) (intptr_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((intptr_t)L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); NullCheck((TraceLoggingDataCollector_t5C690F08E67433C8CBAC45BCF713D40E805DB2C7 *)L_0); TraceLoggingDataCollector_AddScalar_m927E4206C30350DDE06751E3D8CC7F23CCEE3427((TraceLoggingDataCollector_t5C690F08E67433C8CBAC45BCF713D40E805DB2C7 *)L_0, (uint32_t)L_3, /*hidden argument*/NULL); return; } } // System.Object System.Diagnostics.Tracing.EnumUInt32TypeInfo`1::GetData(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * EnumUInt32TypeInfo_1_GetData_mBF8A88649F8F0EEFD6B4C8BDF4CBAC5B465B4E2F_gshared (EnumUInt32TypeInfo_1_t591AF7C675D2A8509E0A53BEB4434882D3E0AED3 * __this, RuntimeObject * ___value0, const RuntimeMethod* method) { { RuntimeObject * L_0 = ___value0; return (RuntimeObject *)L_0; } } // System.Void System.Diagnostics.Tracing.EnumUInt32TypeInfo`1::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EnumUInt32TypeInfo_1__ctor_m6004E955BA7F845326EB885C52C23C643D4C9757_gshared (EnumUInt32TypeInfo_1_t591AF7C675D2A8509E0A53BEB4434882D3E0AED3 * __this, const RuntimeMethod* method) { { NullCheck((TraceLoggingTypeInfo_1_t144B08556E9DDF4E7C7D53A98470BF1BBD2E67DA *)__this); (( void (*) (TraceLoggingTypeInfo_1_t144B08556E9DDF4E7C7D53A98470BF1BBD2E67DA *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)->methodPointer)((TraceLoggingTypeInfo_1_t144B08556E9DDF4E7C7D53A98470BF1BBD2E67DA *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Diagnostics.Tracing.EnumUInt32TypeInfo`1::WriteMetadata(System.Diagnostics.Tracing.TraceLoggingMetadataCollector,System.String,System.Diagnostics.Tracing.EventFieldFormat) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EnumUInt32TypeInfo_1_WriteMetadata_m79626CF5ACE3EA82A7FDF0826B6EC2C2779558DB_gshared (EnumUInt32TypeInfo_1_t3B389296BEBBB004B501EB9041F9CE339695BC5E * __this, TraceLoggingMetadataCollector_tFDCF6C9B118FD41428DBE1C3AA17A601001C1B2C * ___collector0, String_t* ___name1, int32_t ___format2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Statics_t4B5A84F3134B8BF7299B14BE64813C95F1ABBCE3_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { TraceLoggingMetadataCollector_tFDCF6C9B118FD41428DBE1C3AA17A601001C1B2C * L_0 = ___collector0; String_t* L_1 = ___name1; int32_t L_2 = ___format2; IL2CPP_RUNTIME_CLASS_INIT(Statics_t4B5A84F3134B8BF7299B14BE64813C95F1ABBCE3_il2cpp_TypeInfo_var); int32_t L_3; L_3 = Statics_Format32_m25FF11C309E27D937639636FA4C09AD529BD68D6((int32_t)L_2, (int32_t)8, /*hidden argument*/NULL); NullCheck((TraceLoggingMetadataCollector_tFDCF6C9B118FD41428DBE1C3AA17A601001C1B2C *)L_0); TraceLoggingMetadataCollector_AddScalar_mA1A23105BD49003C6FD1A00C6A4ADBD02FA49854((TraceLoggingMetadataCollector_tFDCF6C9B118FD41428DBE1C3AA17A601001C1B2C *)L_0, (String_t*)L_1, (int32_t)L_3, /*hidden argument*/NULL); return; } } // System.Void System.Diagnostics.Tracing.EnumUInt32TypeInfo`1::WriteData(System.Diagnostics.Tracing.TraceLoggingDataCollector,EnumType&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EnumUInt32TypeInfo_1_WriteData_mFBC707901BED2FCD031831B8E929DE277E3E54A7_gshared (EnumUInt32TypeInfo_1_t3B389296BEBBB004B501EB9041F9CE339695BC5E * __this, TraceLoggingDataCollector_t5C690F08E67433C8CBAC45BCF713D40E805DB2C7 * ___collector0, RuntimeObject ** ___value1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&EnumHelper_1_tC82FAAF78504152B465669C9102B86D7DCE21244_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { TraceLoggingDataCollector_t5C690F08E67433C8CBAC45BCF713D40E805DB2C7 * L_0 = ___collector0; RuntimeObject ** L_1 = ___value1; RuntimeObject * L_2 = (*(RuntimeObject **)L_1); IL2CPP_RUNTIME_CLASS_INIT(EnumHelper_1_tC82FAAF78504152B465669C9102B86D7DCE21244_il2cpp_TypeInfo_var); uint32_t L_3; L_3 = (( uint32_t (*) (RuntimeObject *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((RuntimeObject *)L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); NullCheck((TraceLoggingDataCollector_t5C690F08E67433C8CBAC45BCF713D40E805DB2C7 *)L_0); TraceLoggingDataCollector_AddScalar_m927E4206C30350DDE06751E3D8CC7F23CCEE3427((TraceLoggingDataCollector_t5C690F08E67433C8CBAC45BCF713D40E805DB2C7 *)L_0, (uint32_t)L_3, /*hidden argument*/NULL); return; } } // System.Object System.Diagnostics.Tracing.EnumUInt32TypeInfo`1::GetData(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * EnumUInt32TypeInfo_1_GetData_m25F9CA34057A4DDF5DDC19E2CDDEC2FA4CE9FC64_gshared (EnumUInt32TypeInfo_1_t3B389296BEBBB004B501EB9041F9CE339695BC5E * __this, RuntimeObject * ___value0, const RuntimeMethod* method) { { RuntimeObject * L_0 = ___value0; return (RuntimeObject *)L_0; } } // System.Void System.Diagnostics.Tracing.EnumUInt32TypeInfo`1::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EnumUInt32TypeInfo_1__ctor_m0F539FD74DE57D1F79C0223F3641CDAF83897106_gshared (EnumUInt32TypeInfo_1_t3B389296BEBBB004B501EB9041F9CE339695BC5E * __this, const RuntimeMethod* method) { { NullCheck((TraceLoggingTypeInfo_1_t2AA8837972AC05A92CCC42C2902E79514B223518 *)__this); (( void (*) (TraceLoggingTypeInfo_1_t2AA8837972AC05A92CCC42C2902E79514B223518 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)->methodPointer)((TraceLoggingTypeInfo_1_t2AA8837972AC05A92CCC42C2902E79514B223518 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Diagnostics.Tracing.EnumUInt32TypeInfo`1::WriteMetadata(System.Diagnostics.Tracing.TraceLoggingMetadataCollector,System.String,System.Diagnostics.Tracing.EventFieldFormat) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EnumUInt32TypeInfo_1_WriteMetadata_m5D08D45E9E1EEAD23B75EF5465CB6A31FDDCB482_gshared (EnumUInt32TypeInfo_1_t275B65074942FCA680640C7B3E4C072126BB1A6E * __this, TraceLoggingMetadataCollector_tFDCF6C9B118FD41428DBE1C3AA17A601001C1B2C * ___collector0, String_t* ___name1, int32_t ___format2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Statics_t4B5A84F3134B8BF7299B14BE64813C95F1ABBCE3_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { TraceLoggingMetadataCollector_tFDCF6C9B118FD41428DBE1C3AA17A601001C1B2C * L_0 = ___collector0; String_t* L_1 = ___name1; int32_t L_2 = ___format2; IL2CPP_RUNTIME_CLASS_INIT(Statics_t4B5A84F3134B8BF7299B14BE64813C95F1ABBCE3_il2cpp_TypeInfo_var); int32_t L_3; L_3 = Statics_Format32_m25FF11C309E27D937639636FA4C09AD529BD68D6((int32_t)L_2, (int32_t)8, /*hidden argument*/NULL); NullCheck((TraceLoggingMetadataCollector_tFDCF6C9B118FD41428DBE1C3AA17A601001C1B2C *)L_0); TraceLoggingMetadataCollector_AddScalar_mA1A23105BD49003C6FD1A00C6A4ADBD02FA49854((TraceLoggingMetadataCollector_tFDCF6C9B118FD41428DBE1C3AA17A601001C1B2C *)L_0, (String_t*)L_1, (int32_t)L_3, /*hidden argument*/NULL); return; } } // System.Void System.Diagnostics.Tracing.EnumUInt32TypeInfo`1::WriteData(System.Diagnostics.Tracing.TraceLoggingDataCollector,EnumType&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EnumUInt32TypeInfo_1_WriteData_mE7FEE871ADD24439A631DCB3D9B6588EDD061575_gshared (EnumUInt32TypeInfo_1_t275B65074942FCA680640C7B3E4C072126BB1A6E * __this, TraceLoggingDataCollector_t5C690F08E67433C8CBAC45BCF713D40E805DB2C7 * ___collector0, int8_t* ___value1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&EnumHelper_1_tC82FAAF78504152B465669C9102B86D7DCE21244_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { TraceLoggingDataCollector_t5C690F08E67433C8CBAC45BCF713D40E805DB2C7 * L_0 = ___collector0; int8_t* L_1 = ___value1; int8_t L_2 = (*(int8_t*)L_1); IL2CPP_RUNTIME_CLASS_INIT(EnumHelper_1_tC82FAAF78504152B465669C9102B86D7DCE21244_il2cpp_TypeInfo_var); uint32_t L_3; L_3 = (( uint32_t (*) (int8_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((int8_t)L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); NullCheck((TraceLoggingDataCollector_t5C690F08E67433C8CBAC45BCF713D40E805DB2C7 *)L_0); TraceLoggingDataCollector_AddScalar_m927E4206C30350DDE06751E3D8CC7F23CCEE3427((TraceLoggingDataCollector_t5C690F08E67433C8CBAC45BCF713D40E805DB2C7 *)L_0, (uint32_t)L_3, /*hidden argument*/NULL); return; } } // System.Object System.Diagnostics.Tracing.EnumUInt32TypeInfo`1::GetData(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * EnumUInt32TypeInfo_1_GetData_mCCE549763DA9F9DBB7AF3A6B37CA054E1DF260A5_gshared (EnumUInt32TypeInfo_1_t275B65074942FCA680640C7B3E4C072126BB1A6E * __this, RuntimeObject * ___value0, const RuntimeMethod* method) { { RuntimeObject * L_0 = ___value0; return (RuntimeObject *)L_0; } } // System.Void System.Diagnostics.Tracing.EnumUInt32TypeInfo`1::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EnumUInt32TypeInfo_1__ctor_m3A9341E6B890B5D2AC3756244F562AB6FE1A48BD_gshared (EnumUInt32TypeInfo_1_t275B65074942FCA680640C7B3E4C072126BB1A6E * __this, const RuntimeMethod* method) { { NullCheck((TraceLoggingTypeInfo_1_t20A735C3CB75F54C35E40A70E3166D5A33200746 *)__this); (( void (*) (TraceLoggingTypeInfo_1_t20A735C3CB75F54C35E40A70E3166D5A33200746 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)->methodPointer)((TraceLoggingTypeInfo_1_t20A735C3CB75F54C35E40A70E3166D5A33200746 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Diagnostics.Tracing.EnumUInt32TypeInfo`1::WriteMetadata(System.Diagnostics.Tracing.TraceLoggingMetadataCollector,System.String,System.Diagnostics.Tracing.EventFieldFormat) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EnumUInt32TypeInfo_1_WriteMetadata_mE0E04E286C832D9E6901E2C65CDC80DD8B9E7263_gshared (EnumUInt32TypeInfo_1_tFB15F0364F9F5604AF7883573ED42D6220778344 * __this, TraceLoggingMetadataCollector_tFDCF6C9B118FD41428DBE1C3AA17A601001C1B2C * ___collector0, String_t* ___name1, int32_t ___format2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Statics_t4B5A84F3134B8BF7299B14BE64813C95F1ABBCE3_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { TraceLoggingMetadataCollector_tFDCF6C9B118FD41428DBE1C3AA17A601001C1B2C * L_0 = ___collector0; String_t* L_1 = ___name1; int32_t L_2 = ___format2; IL2CPP_RUNTIME_CLASS_INIT(Statics_t4B5A84F3134B8BF7299B14BE64813C95F1ABBCE3_il2cpp_TypeInfo_var); int32_t L_3; L_3 = Statics_Format32_m25FF11C309E27D937639636FA4C09AD529BD68D6((int32_t)L_2, (int32_t)8, /*hidden argument*/NULL); NullCheck((TraceLoggingMetadataCollector_tFDCF6C9B118FD41428DBE1C3AA17A601001C1B2C *)L_0); TraceLoggingMetadataCollector_AddScalar_mA1A23105BD49003C6FD1A00C6A4ADBD02FA49854((TraceLoggingMetadataCollector_tFDCF6C9B118FD41428DBE1C3AA17A601001C1B2C *)L_0, (String_t*)L_1, (int32_t)L_3, /*hidden argument*/NULL); return; } } // System.Void System.Diagnostics.Tracing.EnumUInt32TypeInfo`1::WriteData(System.Diagnostics.Tracing.TraceLoggingDataCollector,EnumType&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EnumUInt32TypeInfo_1_WriteData_mA606A6F5549A20109012C7DF05EED84FA878F095_gshared (EnumUInt32TypeInfo_1_tFB15F0364F9F5604AF7883573ED42D6220778344 * __this, TraceLoggingDataCollector_t5C690F08E67433C8CBAC45BCF713D40E805DB2C7 * ___collector0, float* ___value1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&EnumHelper_1_tC82FAAF78504152B465669C9102B86D7DCE21244_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { TraceLoggingDataCollector_t5C690F08E67433C8CBAC45BCF713D40E805DB2C7 * L_0 = ___collector0; float* L_1 = ___value1; float L_2 = (*(float*)L_1); IL2CPP_RUNTIME_CLASS_INIT(EnumHelper_1_tC82FAAF78504152B465669C9102B86D7DCE21244_il2cpp_TypeInfo_var); uint32_t L_3; L_3 = (( uint32_t (*) (float, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((float)L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); NullCheck((TraceLoggingDataCollector_t5C690F08E67433C8CBAC45BCF713D40E805DB2C7 *)L_0); TraceLoggingDataCollector_AddScalar_m927E4206C30350DDE06751E3D8CC7F23CCEE3427((TraceLoggingDataCollector_t5C690F08E67433C8CBAC45BCF713D40E805DB2C7 *)L_0, (uint32_t)L_3, /*hidden argument*/NULL); return; } } // System.Object System.Diagnostics.Tracing.EnumUInt32TypeInfo`1::GetData(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * EnumUInt32TypeInfo_1_GetData_mD0ADE1693EB0D345772A9A1DEAD558DC366023E2_gshared (EnumUInt32TypeInfo_1_tFB15F0364F9F5604AF7883573ED42D6220778344 * __this, RuntimeObject * ___value0, const RuntimeMethod* method) { { RuntimeObject * L_0 = ___value0; return (RuntimeObject *)L_0; } } // System.Void System.Diagnostics.Tracing.EnumUInt32TypeInfo`1::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EnumUInt32TypeInfo_1__ctor_m9A8746A5D12D86965CE1023657D614568A474FF2_gshared (EnumUInt32TypeInfo_1_tFB15F0364F9F5604AF7883573ED42D6220778344 * __this, const RuntimeMethod* method) { { NullCheck((TraceLoggingTypeInfo_1_t9815A50B47090D0FC0C086E821E0D4C3C0F00017 *)__this); (( void (*) (TraceLoggingTypeInfo_1_t9815A50B47090D0FC0C086E821E0D4C3C0F00017 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)->methodPointer)((TraceLoggingTypeInfo_1_t9815A50B47090D0FC0C086E821E0D4C3C0F00017 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Diagnostics.Tracing.EnumUInt32TypeInfo`1::WriteMetadata(System.Diagnostics.Tracing.TraceLoggingMetadataCollector,System.String,System.Diagnostics.Tracing.EventFieldFormat) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EnumUInt32TypeInfo_1_WriteMetadata_mF6E35F8E25A75F84D554EF10A20A9281A7CF90B8_gshared (EnumUInt32TypeInfo_1_t4C61F08DB05681989B0CDDC6EC177CDA8B8B4F02 * __this, TraceLoggingMetadataCollector_tFDCF6C9B118FD41428DBE1C3AA17A601001C1B2C * ___collector0, String_t* ___name1, int32_t ___format2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Statics_t4B5A84F3134B8BF7299B14BE64813C95F1ABBCE3_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { TraceLoggingMetadataCollector_tFDCF6C9B118FD41428DBE1C3AA17A601001C1B2C * L_0 = ___collector0; String_t* L_1 = ___name1; int32_t L_2 = ___format2; IL2CPP_RUNTIME_CLASS_INIT(Statics_t4B5A84F3134B8BF7299B14BE64813C95F1ABBCE3_il2cpp_TypeInfo_var); int32_t L_3; L_3 = Statics_Format32_m25FF11C309E27D937639636FA4C09AD529BD68D6((int32_t)L_2, (int32_t)8, /*hidden argument*/NULL); NullCheck((TraceLoggingMetadataCollector_tFDCF6C9B118FD41428DBE1C3AA17A601001C1B2C *)L_0); TraceLoggingMetadataCollector_AddScalar_mA1A23105BD49003C6FD1A00C6A4ADBD02FA49854((TraceLoggingMetadataCollector_tFDCF6C9B118FD41428DBE1C3AA17A601001C1B2C *)L_0, (String_t*)L_1, (int32_t)L_3, /*hidden argument*/NULL); return; } } // System.Void System.Diagnostics.Tracing.EnumUInt32TypeInfo`1::WriteData(System.Diagnostics.Tracing.TraceLoggingDataCollector,EnumType&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EnumUInt32TypeInfo_1_WriteData_mD8398767261A71981C1D71D1A54CC0E8DAD8E5B4_gshared (EnumUInt32TypeInfo_1_t4C61F08DB05681989B0CDDC6EC177CDA8B8B4F02 * __this, TraceLoggingDataCollector_t5C690F08E67433C8CBAC45BCF713D40E805DB2C7 * ___collector0, TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 * ___value1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&EnumHelper_1_tC82FAAF78504152B465669C9102B86D7DCE21244_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { TraceLoggingDataCollector_t5C690F08E67433C8CBAC45BCF713D40E805DB2C7 * L_0 = ___collector0; TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 * L_1 = ___value1; TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 L_2 = (*(TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 *)L_1); IL2CPP_RUNTIME_CLASS_INIT(EnumHelper_1_tC82FAAF78504152B465669C9102B86D7DCE21244_il2cpp_TypeInfo_var); uint32_t L_3; L_3 = (( uint32_t (*) (TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 )L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); NullCheck((TraceLoggingDataCollector_t5C690F08E67433C8CBAC45BCF713D40E805DB2C7 *)L_0); TraceLoggingDataCollector_AddScalar_m927E4206C30350DDE06751E3D8CC7F23CCEE3427((TraceLoggingDataCollector_t5C690F08E67433C8CBAC45BCF713D40E805DB2C7 *)L_0, (uint32_t)L_3, /*hidden argument*/NULL); return; } } // System.Object System.Diagnostics.Tracing.EnumUInt32TypeInfo`1::GetData(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * EnumUInt32TypeInfo_1_GetData_mD3AA48AE53BB746472A78F9EF2BB5C295797E555_gshared (EnumUInt32TypeInfo_1_t4C61F08DB05681989B0CDDC6EC177CDA8B8B4F02 * __this, RuntimeObject * ___value0, const RuntimeMethod* method) { { RuntimeObject * L_0 = ___value0; return (RuntimeObject *)L_0; } } // System.Void System.Diagnostics.Tracing.EnumUInt32TypeInfo`1::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EnumUInt32TypeInfo_1__ctor_m451DFEBEC1F984766BB158A4FC8729B3B4F8AB8B_gshared (EnumUInt32TypeInfo_1_t4C61F08DB05681989B0CDDC6EC177CDA8B8B4F02 * __this, const RuntimeMethod* method) { { NullCheck((TraceLoggingTypeInfo_1_tC9A61AC7F8E9EEDA5909051820377A84D5B3EA40 *)__this); (( void (*) (TraceLoggingTypeInfo_1_tC9A61AC7F8E9EEDA5909051820377A84D5B3EA40 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)->methodPointer)((TraceLoggingTypeInfo_1_tC9A61AC7F8E9EEDA5909051820377A84D5B3EA40 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Diagnostics.Tracing.EnumUInt32TypeInfo`1::WriteMetadata(System.Diagnostics.Tracing.TraceLoggingMetadataCollector,System.String,System.Diagnostics.Tracing.EventFieldFormat) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EnumUInt32TypeInfo_1_WriteMetadata_m66A53B4B7F88FED309892211DE8AFB69B8AA26F6_gshared (EnumUInt32TypeInfo_1_t3FF7FEA94FC466A228E2CCECC8FF77CA0755D215 * __this, TraceLoggingMetadataCollector_tFDCF6C9B118FD41428DBE1C3AA17A601001C1B2C * ___collector0, String_t* ___name1, int32_t ___format2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Statics_t4B5A84F3134B8BF7299B14BE64813C95F1ABBCE3_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { TraceLoggingMetadataCollector_tFDCF6C9B118FD41428DBE1C3AA17A601001C1B2C * L_0 = ___collector0; String_t* L_1 = ___name1; int32_t L_2 = ___format2; IL2CPP_RUNTIME_CLASS_INIT(Statics_t4B5A84F3134B8BF7299B14BE64813C95F1ABBCE3_il2cpp_TypeInfo_var); int32_t L_3; L_3 = Statics_Format32_m25FF11C309E27D937639636FA4C09AD529BD68D6((int32_t)L_2, (int32_t)8, /*hidden argument*/NULL); NullCheck((TraceLoggingMetadataCollector_tFDCF6C9B118FD41428DBE1C3AA17A601001C1B2C *)L_0); TraceLoggingMetadataCollector_AddScalar_mA1A23105BD49003C6FD1A00C6A4ADBD02FA49854((TraceLoggingMetadataCollector_tFDCF6C9B118FD41428DBE1C3AA17A601001C1B2C *)L_0, (String_t*)L_1, (int32_t)L_3, /*hidden argument*/NULL); return; } } // System.Void System.Diagnostics.Tracing.EnumUInt32TypeInfo`1::WriteData(System.Diagnostics.Tracing.TraceLoggingDataCollector,EnumType&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EnumUInt32TypeInfo_1_WriteData_m609D1E6332B4CAF942AA7438FF1FFCBFE041EF90_gshared (EnumUInt32TypeInfo_1_t3FF7FEA94FC466A228E2CCECC8FF77CA0755D215 * __this, TraceLoggingDataCollector_t5C690F08E67433C8CBAC45BCF713D40E805DB2C7 * ___collector0, uint16_t* ___value1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&EnumHelper_1_tC82FAAF78504152B465669C9102B86D7DCE21244_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { TraceLoggingDataCollector_t5C690F08E67433C8CBAC45BCF713D40E805DB2C7 * L_0 = ___collector0; uint16_t* L_1 = ___value1; uint16_t L_2 = (*(uint16_t*)L_1); IL2CPP_RUNTIME_CLASS_INIT(EnumHelper_1_tC82FAAF78504152B465669C9102B86D7DCE21244_il2cpp_TypeInfo_var); uint32_t L_3; L_3 = (( uint32_t (*) (uint16_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((uint16_t)L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); NullCheck((TraceLoggingDataCollector_t5C690F08E67433C8CBAC45BCF713D40E805DB2C7 *)L_0); TraceLoggingDataCollector_AddScalar_m927E4206C30350DDE06751E3D8CC7F23CCEE3427((TraceLoggingDataCollector_t5C690F08E67433C8CBAC45BCF713D40E805DB2C7 *)L_0, (uint32_t)L_3, /*hidden argument*/NULL); return; } } // System.Object System.Diagnostics.Tracing.EnumUInt32TypeInfo`1::GetData(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * EnumUInt32TypeInfo_1_GetData_m3D76DBA3977BC1457F445EF776F3A92AE21BE300_gshared (EnumUInt32TypeInfo_1_t3FF7FEA94FC466A228E2CCECC8FF77CA0755D215 * __this, RuntimeObject * ___value0, const RuntimeMethod* method) { { RuntimeObject * L_0 = ___value0; return (RuntimeObject *)L_0; } } // System.Void System.Diagnostics.Tracing.EnumUInt32TypeInfo`1::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EnumUInt32TypeInfo_1__ctor_mF3639826293B83C94DDCED879C390635274412D5_gshared (EnumUInt32TypeInfo_1_t3FF7FEA94FC466A228E2CCECC8FF77CA0755D215 * __this, const RuntimeMethod* method) { { NullCheck((TraceLoggingTypeInfo_1_tF53031808FEE0C6510DAADDC7D646FDC1003596D *)__this); (( void (*) (TraceLoggingTypeInfo_1_tF53031808FEE0C6510DAADDC7D646FDC1003596D *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)->methodPointer)((TraceLoggingTypeInfo_1_tF53031808FEE0C6510DAADDC7D646FDC1003596D *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Diagnostics.Tracing.EnumUInt32TypeInfo`1::WriteMetadata(System.Diagnostics.Tracing.TraceLoggingMetadataCollector,System.String,System.Diagnostics.Tracing.EventFieldFormat) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EnumUInt32TypeInfo_1_WriteMetadata_m6FAB88526C60B3A6EC087B171BDA3C5373AAFFB6_gshared (EnumUInt32TypeInfo_1_t22BD1905DAB86D680B4DEDA4F958372FE5A8BD3C * __this, TraceLoggingMetadataCollector_tFDCF6C9B118FD41428DBE1C3AA17A601001C1B2C * ___collector0, String_t* ___name1, int32_t ___format2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Statics_t4B5A84F3134B8BF7299B14BE64813C95F1ABBCE3_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { TraceLoggingMetadataCollector_tFDCF6C9B118FD41428DBE1C3AA17A601001C1B2C * L_0 = ___collector0; String_t* L_1 = ___name1; int32_t L_2 = ___format2; IL2CPP_RUNTIME_CLASS_INIT(Statics_t4B5A84F3134B8BF7299B14BE64813C95F1ABBCE3_il2cpp_TypeInfo_var); int32_t L_3; L_3 = Statics_Format32_m25FF11C309E27D937639636FA4C09AD529BD68D6((int32_t)L_2, (int32_t)8, /*hidden argument*/NULL); NullCheck((TraceLoggingMetadataCollector_tFDCF6C9B118FD41428DBE1C3AA17A601001C1B2C *)L_0); TraceLoggingMetadataCollector_AddScalar_mA1A23105BD49003C6FD1A00C6A4ADBD02FA49854((TraceLoggingMetadataCollector_tFDCF6C9B118FD41428DBE1C3AA17A601001C1B2C *)L_0, (String_t*)L_1, (int32_t)L_3, /*hidden argument*/NULL); return; } } // System.Void System.Diagnostics.Tracing.EnumUInt32TypeInfo`1::WriteData(System.Diagnostics.Tracing.TraceLoggingDataCollector,EnumType&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EnumUInt32TypeInfo_1_WriteData_m7727C9D19E35E71E389ECB440E8473AD01CE73E2_gshared (EnumUInt32TypeInfo_1_t22BD1905DAB86D680B4DEDA4F958372FE5A8BD3C * __this, TraceLoggingDataCollector_t5C690F08E67433C8CBAC45BCF713D40E805DB2C7 * ___collector0, uint32_t* ___value1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&EnumHelper_1_tC82FAAF78504152B465669C9102B86D7DCE21244_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { TraceLoggingDataCollector_t5C690F08E67433C8CBAC45BCF713D40E805DB2C7 * L_0 = ___collector0; uint32_t* L_1 = ___value1; uint32_t L_2 = (*(uint32_t*)L_1); IL2CPP_RUNTIME_CLASS_INIT(EnumHelper_1_tC82FAAF78504152B465669C9102B86D7DCE21244_il2cpp_TypeInfo_var); uint32_t L_3; L_3 = (( uint32_t (*) (uint32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((uint32_t)L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); NullCheck((TraceLoggingDataCollector_t5C690F08E67433C8CBAC45BCF713D40E805DB2C7 *)L_0); TraceLoggingDataCollector_AddScalar_m927E4206C30350DDE06751E3D8CC7F23CCEE3427((TraceLoggingDataCollector_t5C690F08E67433C8CBAC45BCF713D40E805DB2C7 *)L_0, (uint32_t)L_3, /*hidden argument*/NULL); return; } } // System.Object System.Diagnostics.Tracing.EnumUInt32TypeInfo`1::GetData(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * EnumUInt32TypeInfo_1_GetData_m379157FCB609BB9E9C8DB16E5C778D20DEE208A8_gshared (EnumUInt32TypeInfo_1_t22BD1905DAB86D680B4DEDA4F958372FE5A8BD3C * __this, RuntimeObject * ___value0, const RuntimeMethod* method) { { RuntimeObject * L_0 = ___value0; return (RuntimeObject *)L_0; } } // System.Void System.Diagnostics.Tracing.EnumUInt32TypeInfo`1::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EnumUInt32TypeInfo_1__ctor_mA2B951AF3D7526F750D206F51C951E00C2510051_gshared (EnumUInt32TypeInfo_1_t22BD1905DAB86D680B4DEDA4F958372FE5A8BD3C * __this, const RuntimeMethod* method) { { NullCheck((TraceLoggingTypeInfo_1_t5E4CDB44325F36D386C0A07E2A068BFFE01B013D *)__this); (( void (*) (TraceLoggingTypeInfo_1_t5E4CDB44325F36D386C0A07E2A068BFFE01B013D *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)->methodPointer)((TraceLoggingTypeInfo_1_t5E4CDB44325F36D386C0A07E2A068BFFE01B013D *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Diagnostics.Tracing.EnumUInt32TypeInfo`1::WriteMetadata(System.Diagnostics.Tracing.TraceLoggingMetadataCollector,System.String,System.Diagnostics.Tracing.EventFieldFormat) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EnumUInt32TypeInfo_1_WriteMetadata_mBC4ADB55D1E4BEFEAAE6CD5C47C477853FC8F5B7_gshared (EnumUInt32TypeInfo_1_tFBE04A697D5F1EE10D67252422795FB2D23D2936 * __this, TraceLoggingMetadataCollector_tFDCF6C9B118FD41428DBE1C3AA17A601001C1B2C * ___collector0, String_t* ___name1, int32_t ___format2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Statics_t4B5A84F3134B8BF7299B14BE64813C95F1ABBCE3_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { TraceLoggingMetadataCollector_tFDCF6C9B118FD41428DBE1C3AA17A601001C1B2C * L_0 = ___collector0; String_t* L_1 = ___name1; int32_t L_2 = ___format2; IL2CPP_RUNTIME_CLASS_INIT(Statics_t4B5A84F3134B8BF7299B14BE64813C95F1ABBCE3_il2cpp_TypeInfo_var); int32_t L_3; L_3 = Statics_Format32_m25FF11C309E27D937639636FA4C09AD529BD68D6((int32_t)L_2, (int32_t)8, /*hidden argument*/NULL); NullCheck((TraceLoggingMetadataCollector_tFDCF6C9B118FD41428DBE1C3AA17A601001C1B2C *)L_0); TraceLoggingMetadataCollector_AddScalar_mA1A23105BD49003C6FD1A00C6A4ADBD02FA49854((TraceLoggingMetadataCollector_tFDCF6C9B118FD41428DBE1C3AA17A601001C1B2C *)L_0, (String_t*)L_1, (int32_t)L_3, /*hidden argument*/NULL); return; } } // System.Void System.Diagnostics.Tracing.EnumUInt32TypeInfo`1::WriteData(System.Diagnostics.Tracing.TraceLoggingDataCollector,EnumType&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EnumUInt32TypeInfo_1_WriteData_m5A60B333FB061C6F5833497A7E4F3C1144753019_gshared (EnumUInt32TypeInfo_1_tFBE04A697D5F1EE10D67252422795FB2D23D2936 * __this, TraceLoggingDataCollector_t5C690F08E67433C8CBAC45BCF713D40E805DB2C7 * ___collector0, uint64_t* ___value1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&EnumHelper_1_tC82FAAF78504152B465669C9102B86D7DCE21244_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { TraceLoggingDataCollector_t5C690F08E67433C8CBAC45BCF713D40E805DB2C7 * L_0 = ___collector0; uint64_t* L_1 = ___value1; uint64_t L_2 = (*(uint64_t*)L_1); IL2CPP_RUNTIME_CLASS_INIT(EnumHelper_1_tC82FAAF78504152B465669C9102B86D7DCE21244_il2cpp_TypeInfo_var); uint32_t L_3; L_3 = (( uint32_t (*) (uint64_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((uint64_t)L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); NullCheck((TraceLoggingDataCollector_t5C690F08E67433C8CBAC45BCF713D40E805DB2C7 *)L_0); TraceLoggingDataCollector_AddScalar_m927E4206C30350DDE06751E3D8CC7F23CCEE3427((TraceLoggingDataCollector_t5C690F08E67433C8CBAC45BCF713D40E805DB2C7 *)L_0, (uint32_t)L_3, /*hidden argument*/NULL); return; } } // System.Object System.Diagnostics.Tracing.EnumUInt32TypeInfo`1::GetData(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * EnumUInt32TypeInfo_1_GetData_mEF5C4933A32BC3F870B7D24A423661CFDDA20E20_gshared (EnumUInt32TypeInfo_1_tFBE04A697D5F1EE10D67252422795FB2D23D2936 * __this, RuntimeObject * ___value0, const RuntimeMethod* method) { { RuntimeObject * L_0 = ___value0; return (RuntimeObject *)L_0; } } // System.Void System.Diagnostics.Tracing.EnumUInt32TypeInfo`1::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EnumUInt32TypeInfo_1__ctor_m8589AB4B5AB344694ADEBBFB4FC5F5859C39EFD6_gshared (EnumUInt32TypeInfo_1_tFBE04A697D5F1EE10D67252422795FB2D23D2936 * __this, const RuntimeMethod* method) { { NullCheck((TraceLoggingTypeInfo_1_t2AB1B6E82D459F19130F48405C93259B4FAD5DE0 *)__this); (( void (*) (TraceLoggingTypeInfo_1_t2AB1B6E82D459F19130F48405C93259B4FAD5DE0 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)->methodPointer)((TraceLoggingTypeInfo_1_t2AB1B6E82D459F19130F48405C93259B4FAD5DE0 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Diagnostics.Tracing.EnumUInt32TypeInfo`1::WriteMetadata(System.Diagnostics.Tracing.TraceLoggingMetadataCollector,System.String,System.Diagnostics.Tracing.EventFieldFormat) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EnumUInt32TypeInfo_1_WriteMetadata_m33CA34A82E678CBF514D6D3A686C290E788E0586_gshared (EnumUInt32TypeInfo_1_t964FA9B7A79FFED659FCF789885172B6BE990F28 * __this, TraceLoggingMetadataCollector_tFDCF6C9B118FD41428DBE1C3AA17A601001C1B2C * ___collector0, String_t* ___name1, int32_t ___format2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Statics_t4B5A84F3134B8BF7299B14BE64813C95F1ABBCE3_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { TraceLoggingMetadataCollector_tFDCF6C9B118FD41428DBE1C3AA17A601001C1B2C * L_0 = ___collector0; String_t* L_1 = ___name1; int32_t L_2 = ___format2; IL2CPP_RUNTIME_CLASS_INIT(Statics_t4B5A84F3134B8BF7299B14BE64813C95F1ABBCE3_il2cpp_TypeInfo_var); int32_t L_3; L_3 = Statics_Format32_m25FF11C309E27D937639636FA4C09AD529BD68D6((int32_t)L_2, (int32_t)8, /*hidden argument*/NULL); NullCheck((TraceLoggingMetadataCollector_tFDCF6C9B118FD41428DBE1C3AA17A601001C1B2C *)L_0); TraceLoggingMetadataCollector_AddScalar_mA1A23105BD49003C6FD1A00C6A4ADBD02FA49854((TraceLoggingMetadataCollector_tFDCF6C9B118FD41428DBE1C3AA17A601001C1B2C *)L_0, (String_t*)L_1, (int32_t)L_3, /*hidden argument*/NULL); return; } } // System.Void System.Diagnostics.Tracing.EnumUInt32TypeInfo`1::WriteData(System.Diagnostics.Tracing.TraceLoggingDataCollector,EnumType&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EnumUInt32TypeInfo_1_WriteData_m967BF90F2E4A277E23DF04414F6A055E76A4B7A2_gshared (EnumUInt32TypeInfo_1_t964FA9B7A79FFED659FCF789885172B6BE990F28 * __this, TraceLoggingDataCollector_t5C690F08E67433C8CBAC45BCF713D40E805DB2C7 * ___collector0, uintptr_t* ___value1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&EnumHelper_1_tC82FAAF78504152B465669C9102B86D7DCE21244_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { TraceLoggingDataCollector_t5C690F08E67433C8CBAC45BCF713D40E805DB2C7 * L_0 = ___collector0; uintptr_t* L_1 = ___value1; uintptr_t L_2 = (*(uintptr_t*)L_1); IL2CPP_RUNTIME_CLASS_INIT(EnumHelper_1_tC82FAAF78504152B465669C9102B86D7DCE21244_il2cpp_TypeInfo_var); uint32_t L_3; L_3 = (( uint32_t (*) (uintptr_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((uintptr_t)L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); NullCheck((TraceLoggingDataCollector_t5C690F08E67433C8CBAC45BCF713D40E805DB2C7 *)L_0); TraceLoggingDataCollector_AddScalar_m927E4206C30350DDE06751E3D8CC7F23CCEE3427((TraceLoggingDataCollector_t5C690F08E67433C8CBAC45BCF713D40E805DB2C7 *)L_0, (uint32_t)L_3, /*hidden argument*/NULL); return; } } // System.Object System.Diagnostics.Tracing.EnumUInt32TypeInfo`1::GetData(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * EnumUInt32TypeInfo_1_GetData_mD4E6622FBE026006657628B38FA94C98C3BAD8A1_gshared (EnumUInt32TypeInfo_1_t964FA9B7A79FFED659FCF789885172B6BE990F28 * __this, RuntimeObject * ___value0, const RuntimeMethod* method) { { RuntimeObject * L_0 = ___value0; return (RuntimeObject *)L_0; } } // System.Void System.Diagnostics.Tracing.EnumUInt32TypeInfo`1::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EnumUInt32TypeInfo_1__ctor_m5BC795AF78FEAA8CCFF1E8D1ACE8BC9B8699CCF5_gshared (EnumUInt32TypeInfo_1_t964FA9B7A79FFED659FCF789885172B6BE990F28 * __this, const RuntimeMethod* method) { { NullCheck((TraceLoggingTypeInfo_1_t0AA37671ECD36B79145C47886B8425BF92BE7B13 *)__this); (( void (*) (TraceLoggingTypeInfo_1_t0AA37671ECD36B79145C47886B8425BF92BE7B13 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)->methodPointer)((TraceLoggingTypeInfo_1_t0AA37671ECD36B79145C47886B8425BF92BE7B13 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Diagnostics.Tracing.EnumUInt64TypeInfo`1>::WriteMetadata(System.Diagnostics.Tracing.TraceLoggingMetadataCollector,System.String,System.Diagnostics.Tracing.EventFieldFormat) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EnumUInt64TypeInfo_1_WriteMetadata_m45F6C5C7435353D4125D970FB46B747FA19DBC08_gshared (EnumUInt64TypeInfo_1_tD0ED195FD21F23CD7EE18DBE7E7916ADC97439D1 * __this, TraceLoggingMetadataCollector_tFDCF6C9B118FD41428DBE1C3AA17A601001C1B2C * ___collector0, String_t* ___name1, int32_t ___format2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Statics_t4B5A84F3134B8BF7299B14BE64813C95F1ABBCE3_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { TraceLoggingMetadataCollector_tFDCF6C9B118FD41428DBE1C3AA17A601001C1B2C * L_0 = ___collector0; String_t* L_1 = ___name1; int32_t L_2 = ___format2; IL2CPP_RUNTIME_CLASS_INIT(Statics_t4B5A84F3134B8BF7299B14BE64813C95F1ABBCE3_il2cpp_TypeInfo_var); int32_t L_3; L_3 = Statics_Format64_m5CFC372799333FAA966A913CCCA0DB44A08CE285((int32_t)L_2, (int32_t)((int32_t)10), /*hidden argument*/NULL); NullCheck((TraceLoggingMetadataCollector_tFDCF6C9B118FD41428DBE1C3AA17A601001C1B2C *)L_0); TraceLoggingMetadataCollector_AddScalar_mA1A23105BD49003C6FD1A00C6A4ADBD02FA49854((TraceLoggingMetadataCollector_tFDCF6C9B118FD41428DBE1C3AA17A601001C1B2C *)L_0, (String_t*)L_1, (int32_t)L_3, /*hidden argument*/NULL); return; } } // System.Void System.Diagnostics.Tracing.EnumUInt64TypeInfo`1>::WriteData(System.Diagnostics.Tracing.TraceLoggingDataCollector,EnumType&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EnumUInt64TypeInfo_1_WriteData_m3B1E6C8CE2CC4FB643A2B726B870B02F77B6918A_gshared (EnumUInt64TypeInfo_1_tD0ED195FD21F23CD7EE18DBE7E7916ADC97439D1 * __this, TraceLoggingDataCollector_t5C690F08E67433C8CBAC45BCF713D40E805DB2C7 * ___collector0, KeyValuePair_2_tFB6A066C69E28C6ACA5FC5E24D969BFADC5FA625 * ___value1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&EnumHelper_1_t710CB15BC03192055332903E689AAFD52F3E8852_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { TraceLoggingDataCollector_t5C690F08E67433C8CBAC45BCF713D40E805DB2C7 * L_0 = ___collector0; KeyValuePair_2_tFB6A066C69E28C6ACA5FC5E24D969BFADC5FA625 * L_1 = ___value1; KeyValuePair_2_tFB6A066C69E28C6ACA5FC5E24D969BFADC5FA625 L_2 = (*(KeyValuePair_2_tFB6A066C69E28C6ACA5FC5E24D969BFADC5FA625 *)L_1); IL2CPP_RUNTIME_CLASS_INIT(EnumHelper_1_t710CB15BC03192055332903E689AAFD52F3E8852_il2cpp_TypeInfo_var); uint64_t L_3; L_3 = (( uint64_t (*) (KeyValuePair_2_tFB6A066C69E28C6ACA5FC5E24D969BFADC5FA625 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((KeyValuePair_2_tFB6A066C69E28C6ACA5FC5E24D969BFADC5FA625 )L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); NullCheck((TraceLoggingDataCollector_t5C690F08E67433C8CBAC45BCF713D40E805DB2C7 *)L_0); TraceLoggingDataCollector_AddScalar_m1AE30605C6BC3A680FD60DD697885271D907D6CD((TraceLoggingDataCollector_t5C690F08E67433C8CBAC45BCF713D40E805DB2C7 *)L_0, (uint64_t)L_3, /*hidden argument*/NULL); return; } } // System.Object System.Diagnostics.Tracing.EnumUInt64TypeInfo`1>::GetData(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * EnumUInt64TypeInfo_1_GetData_m7052B7611F06F065BFB89811686F9946C72F84AE_gshared (EnumUInt64TypeInfo_1_tD0ED195FD21F23CD7EE18DBE7E7916ADC97439D1 * __this, RuntimeObject * ___value0, const RuntimeMethod* method) { { RuntimeObject * L_0 = ___value0; return (RuntimeObject *)L_0; } } // System.Void System.Diagnostics.Tracing.EnumUInt64TypeInfo`1>::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EnumUInt64TypeInfo_1__ctor_m32A541AD2F36D58C8EEC8A472C92EFE889BB384F_gshared (EnumUInt64TypeInfo_1_tD0ED195FD21F23CD7EE18DBE7E7916ADC97439D1 * __this, const RuntimeMethod* method) { { NullCheck((TraceLoggingTypeInfo_1_tAA80A15704CE49500C66DC6B1C05B2A1188F89DC *)__this); (( void (*) (TraceLoggingTypeInfo_1_tAA80A15704CE49500C66DC6B1C05B2A1188F89DC *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)->methodPointer)((TraceLoggingTypeInfo_1_tAA80A15704CE49500C66DC6B1C05B2A1188F89DC *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Diagnostics.Tracing.EnumUInt64TypeInfo`1::WriteMetadata(System.Diagnostics.Tracing.TraceLoggingMetadataCollector,System.String,System.Diagnostics.Tracing.EventFieldFormat) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EnumUInt64TypeInfo_1_WriteMetadata_m8FC1B838BB227B5013CA4A61F81F5D9A21DB2150_gshared (EnumUInt64TypeInfo_1_t3AD9F0619B62F6356E93B3A2B07753E5F2A70792 * __this, TraceLoggingMetadataCollector_tFDCF6C9B118FD41428DBE1C3AA17A601001C1B2C * ___collector0, String_t* ___name1, int32_t ___format2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Statics_t4B5A84F3134B8BF7299B14BE64813C95F1ABBCE3_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { TraceLoggingMetadataCollector_tFDCF6C9B118FD41428DBE1C3AA17A601001C1B2C * L_0 = ___collector0; String_t* L_1 = ___name1; int32_t L_2 = ___format2; IL2CPP_RUNTIME_CLASS_INIT(Statics_t4B5A84F3134B8BF7299B14BE64813C95F1ABBCE3_il2cpp_TypeInfo_var); int32_t L_3; L_3 = Statics_Format64_m5CFC372799333FAA966A913CCCA0DB44A08CE285((int32_t)L_2, (int32_t)((int32_t)10), /*hidden argument*/NULL); NullCheck((TraceLoggingMetadataCollector_tFDCF6C9B118FD41428DBE1C3AA17A601001C1B2C *)L_0); TraceLoggingMetadataCollector_AddScalar_mA1A23105BD49003C6FD1A00C6A4ADBD02FA49854((TraceLoggingMetadataCollector_tFDCF6C9B118FD41428DBE1C3AA17A601001C1B2C *)L_0, (String_t*)L_1, (int32_t)L_3, /*hidden argument*/NULL); return; } } // System.Void System.Diagnostics.Tracing.EnumUInt64TypeInfo`1::WriteData(System.Diagnostics.Tracing.TraceLoggingDataCollector,EnumType&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EnumUInt64TypeInfo_1_WriteData_mA3F55F2F5CC262902FBA270880E4D00935C79DBA_gshared (EnumUInt64TypeInfo_1_t3AD9F0619B62F6356E93B3A2B07753E5F2A70792 * __this, TraceLoggingDataCollector_t5C690F08E67433C8CBAC45BCF713D40E805DB2C7 * ___collector0, bool* ___value1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&EnumHelper_1_t710CB15BC03192055332903E689AAFD52F3E8852_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { TraceLoggingDataCollector_t5C690F08E67433C8CBAC45BCF713D40E805DB2C7 * L_0 = ___collector0; bool* L_1 = ___value1; bool L_2 = (*(bool*)L_1); IL2CPP_RUNTIME_CLASS_INIT(EnumHelper_1_t710CB15BC03192055332903E689AAFD52F3E8852_il2cpp_TypeInfo_var); uint64_t L_3; L_3 = (( uint64_t (*) (bool, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((bool)L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); NullCheck((TraceLoggingDataCollector_t5C690F08E67433C8CBAC45BCF713D40E805DB2C7 *)L_0); TraceLoggingDataCollector_AddScalar_m1AE30605C6BC3A680FD60DD697885271D907D6CD((TraceLoggingDataCollector_t5C690F08E67433C8CBAC45BCF713D40E805DB2C7 *)L_0, (uint64_t)L_3, /*hidden argument*/NULL); return; } } // System.Object System.Diagnostics.Tracing.EnumUInt64TypeInfo`1::GetData(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * EnumUInt64TypeInfo_1_GetData_mC13928F4F3C58C9663034C8F90E4FFF6FFB104A2_gshared (EnumUInt64TypeInfo_1_t3AD9F0619B62F6356E93B3A2B07753E5F2A70792 * __this, RuntimeObject * ___value0, const RuntimeMethod* method) { { RuntimeObject * L_0 = ___value0; return (RuntimeObject *)L_0; } } // System.Void System.Diagnostics.Tracing.EnumUInt64TypeInfo`1::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EnumUInt64TypeInfo_1__ctor_mEE2CAFB9DE9B1E726F9BCF33FBB266F7BA9555A7_gshared (EnumUInt64TypeInfo_1_t3AD9F0619B62F6356E93B3A2B07753E5F2A70792 * __this, const RuntimeMethod* method) { { NullCheck((TraceLoggingTypeInfo_1_t2E09E8CA26064E30A8F7376A80B6440C13A23A68 *)__this); (( void (*) (TraceLoggingTypeInfo_1_t2E09E8CA26064E30A8F7376A80B6440C13A23A68 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)->methodPointer)((TraceLoggingTypeInfo_1_t2E09E8CA26064E30A8F7376A80B6440C13A23A68 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Diagnostics.Tracing.EnumUInt64TypeInfo`1::WriteMetadata(System.Diagnostics.Tracing.TraceLoggingMetadataCollector,System.String,System.Diagnostics.Tracing.EventFieldFormat) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EnumUInt64TypeInfo_1_WriteMetadata_m387778F58B26A71B21F34E028C24701E54A1D688_gshared (EnumUInt64TypeInfo_1_t53CDC6701619BAEF529C860F0CC84AC3B091A375 * __this, TraceLoggingMetadataCollector_tFDCF6C9B118FD41428DBE1C3AA17A601001C1B2C * ___collector0, String_t* ___name1, int32_t ___format2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Statics_t4B5A84F3134B8BF7299B14BE64813C95F1ABBCE3_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { TraceLoggingMetadataCollector_tFDCF6C9B118FD41428DBE1C3AA17A601001C1B2C * L_0 = ___collector0; String_t* L_1 = ___name1; int32_t L_2 = ___format2; IL2CPP_RUNTIME_CLASS_INIT(Statics_t4B5A84F3134B8BF7299B14BE64813C95F1ABBCE3_il2cpp_TypeInfo_var); int32_t L_3; L_3 = Statics_Format64_m5CFC372799333FAA966A913CCCA0DB44A08CE285((int32_t)L_2, (int32_t)((int32_t)10), /*hidden argument*/NULL); NullCheck((TraceLoggingMetadataCollector_tFDCF6C9B118FD41428DBE1C3AA17A601001C1B2C *)L_0); TraceLoggingMetadataCollector_AddScalar_mA1A23105BD49003C6FD1A00C6A4ADBD02FA49854((TraceLoggingMetadataCollector_tFDCF6C9B118FD41428DBE1C3AA17A601001C1B2C *)L_0, (String_t*)L_1, (int32_t)L_3, /*hidden argument*/NULL); return; } } // System.Void System.Diagnostics.Tracing.EnumUInt64TypeInfo`1::WriteData(System.Diagnostics.Tracing.TraceLoggingDataCollector,EnumType&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EnumUInt64TypeInfo_1_WriteData_m54BCADCC86F059E9F1E760FC18258F6825A4A225_gshared (EnumUInt64TypeInfo_1_t53CDC6701619BAEF529C860F0CC84AC3B091A375 * __this, TraceLoggingDataCollector_t5C690F08E67433C8CBAC45BCF713D40E805DB2C7 * ___collector0, uint8_t* ___value1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&EnumHelper_1_t710CB15BC03192055332903E689AAFD52F3E8852_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { TraceLoggingDataCollector_t5C690F08E67433C8CBAC45BCF713D40E805DB2C7 * L_0 = ___collector0; uint8_t* L_1 = ___value1; uint8_t L_2 = (*(uint8_t*)L_1); IL2CPP_RUNTIME_CLASS_INIT(EnumHelper_1_t710CB15BC03192055332903E689AAFD52F3E8852_il2cpp_TypeInfo_var); uint64_t L_3; L_3 = (( uint64_t (*) (uint8_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((uint8_t)L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); NullCheck((TraceLoggingDataCollector_t5C690F08E67433C8CBAC45BCF713D40E805DB2C7 *)L_0); TraceLoggingDataCollector_AddScalar_m1AE30605C6BC3A680FD60DD697885271D907D6CD((TraceLoggingDataCollector_t5C690F08E67433C8CBAC45BCF713D40E805DB2C7 *)L_0, (uint64_t)L_3, /*hidden argument*/NULL); return; } } // System.Object System.Diagnostics.Tracing.EnumUInt64TypeInfo`1::GetData(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * EnumUInt64TypeInfo_1_GetData_mEFFDE675FE6C1A1867A5AD5DA45DD35ED4ABDAA3_gshared (EnumUInt64TypeInfo_1_t53CDC6701619BAEF529C860F0CC84AC3B091A375 * __this, RuntimeObject * ___value0, const RuntimeMethod* method) { { RuntimeObject * L_0 = ___value0; return (RuntimeObject *)L_0; } } // System.Void System.Diagnostics.Tracing.EnumUInt64TypeInfo`1::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EnumUInt64TypeInfo_1__ctor_m50AC8E5EEBA0E29AF8FFE4724796B7E87238DCBC_gshared (EnumUInt64TypeInfo_1_t53CDC6701619BAEF529C860F0CC84AC3B091A375 * __this, const RuntimeMethod* method) { { NullCheck((TraceLoggingTypeInfo_1_t3249C39DDD7C9608FB6A71BC0E8ADAD2DBA7582D *)__this); (( void (*) (TraceLoggingTypeInfo_1_t3249C39DDD7C9608FB6A71BC0E8ADAD2DBA7582D *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)->methodPointer)((TraceLoggingTypeInfo_1_t3249C39DDD7C9608FB6A71BC0E8ADAD2DBA7582D *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR ConditionalWeakTable_2_t5051815BADC99C4FE5D8F9293F92B3C7FD565B5E * DictionaryHashHelpers_get_SerializationInfoTable_mBC1FAE5ECDFFAFA735583E160A2C7366A0B3D087_inline (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DictionaryHashHelpers_tEF09A64281F3DF4301DEFFAC2B97BCCEDE109060_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(DictionaryHashHelpers_tEF09A64281F3DF4301DEFFAC2B97BCCEDE109060_il2cpp_TypeInfo_var); ConditionalWeakTable_2_t5051815BADC99C4FE5D8F9293F92B3C7FD565B5E * L_0 = ((DictionaryHashHelpers_tEF09A64281F3DF4301DEFFAC2B97BCCEDE109060_StaticFields*)il2cpp_codegen_static_fields_for(DictionaryHashHelpers_tEF09A64281F3DF4301DEFFAC2B97BCCEDE109060_il2cpp_TypeInfo_var))->get_U3CSerializationInfoTableU3Ek__BackingField_0(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR TileCoord_t491EABF2B90DFB255C8F7624FF5528F2DE2CC901 KeyValuePair_2_get_Key_m212B0FE7898E52C6B11FD6DD2C01E618B497E2AD_gshared_inline (KeyValuePair_2_tCBAAE4FBE6091373C1916EE17527311382CF4551 * __this, const RuntimeMethod* method) { { TileCoord_t491EABF2B90DFB255C8F7624FF5528F2DE2CC901 L_0 = (TileCoord_t491EABF2B90DFB255C8F7624FF5528F2DE2CC901 )__this->get_key_0(); return (TileCoord_t491EABF2B90DFB255C8F7624FF5528F2DE2CC901 )L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject * KeyValuePair_2_get_Value_mB163C52D89E02AECC98A60EC1244AD3DB0F622F2_gshared_inline (KeyValuePair_2_tCBAAE4FBE6091373C1916EE17527311382CF4551 * __this, const RuntimeMethod* method) { { RuntimeObject * L_0 = (RuntimeObject *)__this->get_value_1(); return (RuntimeObject *)L_0; } }