#include "pch-cpp.hpp" template struct VirtualActionInvoker1 { 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 VirtualActionInvoker2 { typedef void (*Action)(void*, T1, T2, const RuntimeMethod*); static inline void Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1, T2 p2) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj); ((Action)invokeData.methodPtr)(obj, p1, p2, invokeData.method); } }; template struct VirtualFuncInvoker0 { 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); } }; template struct VirtualFuncInvoker1 { typedef R (*Func)(void*, T1, const RuntimeMethod*); static inline R Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj); return ((Func)invokeData.methodPtr)(obj, p1, invokeData.method); } }; template struct VirtualFuncInvoker2 { 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); } }; template struct GenericVirtualActionInvoker3 { typedef void (*Action)(void*, T1, T2, T3, const RuntimeMethod*); static inline void Invoke (const RuntimeMethod* method, RuntimeObject* obj, T1 p1, T2 p2, T3 p3) { VirtualInvokeData invokeData; il2cpp_codegen_get_generic_virtual_invoke_data(method, obj, &invokeData); ((Action)invokeData.methodPtr)(obj, p1, p2, p3, 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 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); } }; template struct InterfaceActionInvoker2 { typedef void (*Action)(void*, T1, T2, const RuntimeMethod*); static inline void Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj, T1 p1, T2 p2) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface); ((Action)invokeData.methodPtr)(obj, p1, p2, 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); } }; 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 InterfaceFuncInvoker3 { typedef R (*Func)(void*, T1, T2, T3, const RuntimeMethod*); static inline R Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj, T1 p1, T2 p2, T3 p3) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface); return ((Func)invokeData.methodPtr)(obj, p1, p2, p3, invokeData.method); } }; template struct InterfaceFuncInvoker3Invoker; template struct InterfaceFuncInvoker3Invoker { static inline R Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj, T1* p1, T2* p2, T3* p3) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface); R ret; void* params[3] = { p1, p2, p3 }; invokeData.method->invoker_method(il2cpp_codegen_get_method_pointer(invokeData.method), invokeData.method, obj, params, &ret); return ret; } }; template struct InvokerActionInvoker2; template struct InvokerActionInvoker2 { static inline void Invoke (Il2CppMethodPointer methodPtr, const RuntimeMethod* method, void* obj, T1* p1, T2* p2) { void* params[2] = { p1, p2 }; method->invoker_method(methodPtr, method, obj, params, params[1]); } }; template struct InvokerActionInvoker4; template struct InvokerActionInvoker4 { static inline void Invoke (Il2CppMethodPointer methodPtr, const RuntimeMethod* method, void* obj, T1* p1, T2 p2, T3* p3, T4* p4) { void* params[4] = { p1, &p2, p3, p4 }; method->invoker_method(methodPtr, method, obj, params, params[3]); } }; template struct ConstrainedFuncInvoker0 { static inline R Invoke (RuntimeClass* type, const RuntimeMethod* constrainedMethod, void* boxBuffer, void* obj) { R ret; il2cpp_codegen_runtime_constrained_call(type, constrainedMethod, boxBuffer, obj, NULL, &ret); return ret; } }; struct Action_1_t10DCB0C07D0D3C565CEACADC80D1152B35A45F6C; struct Action_1_t1EA00726877CBFFB94EE52CCD9672A96472984B8; struct Action_1_tC7DA3F3177E0ABC8E0B6FB2D4D2F72C303E1A04F; struct Action_1_t3DC3411926243F1DB9C330F8E105B904E38C1A0B; struct Action_1_t66B514BE877E216616DEDD40416127189FE16FA3; struct Action_2_t240BAEB1DC7A6558995FFCB7E0186F2ABB2CE346; struct Action_2_t5F23CC3B7A8A73A4EA03ECC4C0C36453937843DB; struct Action_2_t723CF5545926725AE4B055BB8E304D27E617A846; struct Action_2_t28390B369564138BA256B9D0831BFEC2F9FF1006; struct Action_2_tAC461AE4F7B507965CE2E6A32853473F8C02CD75; struct Action_2_tA1EAD43A5C76FF3E77D1705EC83B9AB7B1BE7D88; struct Action_3_tD4FEFC6A317A295868086BEB12578A006464E2D5; struct BasicNode_1_t7B4D545DCD6949B2E1C85D63DF038E44602F7DDB; struct Comparison_1_tB7DE1436CB53924C2FC41FF926D074C1ACC14D89; struct Dictionary_2_t1C6F670EE6B3EEEEFF2CBA243476B8AC9C173D11; struct Dictionary_2_t14FE4A752A83D53771C584E4C8D14E01F2AFD7BA; struct Dictionary_2_tBCCCFBCAC02A3C03E3C84D75696D4860D7444A35; struct Dictionary_2_t645C7B1DAE2D839B52A5E387C165CE13D5465B00; struct Dictionary_2_t4055F6540F36F21F9FEDAFB92D8E0089B38EBBC8; struct EqualityComparer_1_tECD5E5244542BCEA9946E4E9E894173EFA97E8DF; struct EqualityComparer_1_t8B724228B7FB3FDB4FA0E3B3197F3E836025C852; struct EqualityComparer_1_t92563A67F1C1ECDC3FE387C46498E2E56B59F3C2; struct EqualityComparer_1_t346CEF653847623862FC6F88D66F7933B0039499; struct EventHandler_1_t522C29C2B48DA5A0C0D9F0978320FD1F630ADE69; struct Func_1_t367387BB2C476D3F32DB12161B5FDC128DC3231C; struct Func_1_tEA19435E526C20D577E34BADB14CA06F066636C2; struct Func_2_tF409A653B8F770E0A30CD80D21764FB1DDB2A28F; struct IEnumerable_1_tDED90A5957122B27D452CE2D6BF2102E19B274AA; struct IEnumerator_1_t6C561189597D7102947B2C2D0FCE829F1CFCE163; struct IEqualityComparer_1_tA12FC187A10D7FDB4477118192479E5679FDC3C7; struct IIndexedProperties_1_t01A3A82927FBE289CDB19F05F922BCFDD35AEFC1; struct IIndexedProperties_1_t460CFDCB1070EE881F2984DEF724B97EA2254BE1; struct IIndexedProperties_1_t452C023303070FB0D58075B1B4CF4F79283DFCED; struct IIndexedProperties_1_t16E7285CE8312C18902FA6791AE9D43AF334D41A; struct IIndexedProperties_1_t912538E715322197D269DC6F8DC358A99E17740B; struct IIndexedProperties_1_t4FE2DF1E528B5C420E2721E6817D95176EEC389D; struct IIndexedProperties_1_t176AC67EFF45925CD2AE0E36898CFBD27EFC8616; struct IIndexedProperties_1_t70053CA73D8885F14715D3AEB587416B801F4034; struct IIndexedProperties_1_t83EF54E7B435CEBF148FE787D1713A2126FFCAD7; struct IIndexedProperties_1_tF3DA684D1266DEF065B4AF11168813F5C197789A; struct IIndexedProperties_1_t8E8A15719E6AA8EA4F05DF704DCAAEF53274BA9E; struct IIndexedProperties_1_t34EA255F2225207F925F7BE02CA6D6504E3B0F06; struct IIndexedProperties_1_tDBA610095BCF991787DA6A6F8F3B38C38ABE1CAF; struct IIndexedProperties_1_t3CE3B60BE113A662349FA7ED9F98DBA3852A02E0; struct IIndexedProperties_1_tF9FDB762345B8EB0308D61F4EAD9740263268495; struct IIndexedProperties_1_t74B71999E27801D0F7E7BF8AB880FAE3394F114E; struct IIndexedProperties_1_t5EF8101BEA603712F06B19F0E4DEBFB7FE7F5762; struct IIndexedProperties_1_t080B360C2E36CF82C9EE4782422F861782B018CF; struct IIndexedProperties_1_t639EA41CE76434E7F565F251062D2526B6C859B1; struct IIndexedProperties_1_t17D050D5198F5C40BE5076976BE73E5DE3A40616; struct IIndexedProperties_1_t8BDD4B434C93C02E5B295EEF206A5CDD4CDF1A49; struct IIndexedProperties_1_t71E5114CF0A886C33A2B6390D1EE2C65EBA90201; struct IIndexedProperties_1_t096831C2D16C1223B1920D9CF53BAF44CA1C4D7D; struct IIndexedProperties_1_t2EAC50BF6CA2809DC2FFA4455E0CE5DDB42F7255; struct IIndexedProperties_1_tD95D836C022B1D6D706D4D4F005A43452F90B461; struct IIndexedProperties_1_tE87B9E4B65F12BA22F309A84727FD8ECB69A675E; struct IIndexedProperties_1_tC040469C77384C59A28120E44F506787A4FE8147; struct IIndexedProperties_1_t8593D250423522C397164B2532F16FFBF46E8CE4; struct IIndexedProperties_1_t21B61A2618D8ADCA4334C9BB3B84032D1C1C326C; struct IIndexedProperties_1_t5E1E45B05F21BBF9FD1EEDFA3EBEDA72570FB651; struct IIndexedProperties_1_tFCAA33F6C1336A718046F4CA106563EF2359D7D4; struct IIndexedProperties_1_t2A12A148495955C8888DEF8789F6D1A3EACBA0BA; struct IIndexedProperties_1_tAAF5BFCECBADF0AA18CE78B21AA8DF954232EBD9; struct IIndexedProperties_1_t53A3E1FD5D3C1A71E3EE74DD45200E48D2811EDC; struct IIndexedProperties_1_t1D116166FE70D1830A3D640290D6F241A333CF9F; struct IIndexedProperties_1_t36E675EFFB19E9CDF13B1E2A730D5F779ABEF34A; struct IIndexedProperties_1_tBEFF9D11DCCCF8D1027C581CD5DD2113EF0B9C01; struct IIndexedProperties_1_t2164B76B3ABBB12BB2904428A292D967BA2B8D66; struct IIndexedProperties_1_tDF62C1333B179D9A77CBFC77DAA6D5A9867FEC06; struct IIndexedProperties_1_t97C14414126D306B930F05AD013A6AAED1F96B4B; struct IIndexedProperties_1_tE08AF68734B01C9C8CFB57FA3F97AB0EDC0E6D5D; struct IIndexedProperties_1_t0FF378237BD405FCFE765DE52E32840F498CC018; struct IIndexedProperties_1_t04E0AC0836EFF02375DC3D5CA8BC3011915743DF; struct IIndexedProperties_1_t53D7D9BE937186704C540766E94ECA8108532648; struct IIndexedProperties_1_t1F7D6089549DC44E9B6428F430E09A9FFBF7C1E3; struct IIndexedProperties_1_t86E35CB8C77EBBED90C8A9C7CC3921EC31BB20FE; struct IIndexedProperties_1_t50A58A41492B7C7430DE14B497BECE5060B8121D; struct IIndexedProperties_1_t961108855F4FED4E213FA22D7065C5BD080AF035; struct IKeyedProperties_2_t19B1ECB501B1662FEF1F7DB304B301CE4C5D44E7; struct IKeyedProperties_2_t1043DFDEED369CD3BD81BFB4DAD1FD92FD929C37; struct IKeyedProperties_2_t1BD97E695540B7C4AF475ADB617966D69A4BBBD5; struct IKeyedProperties_2_tFEEB155CA2F8F48BC79CD4ED4A83B3EF48DF81F2; struct IKeyedProperties_2_t81A9B5CF5A34BD66A1304DAD4F8F2B762B46F752; struct IKeyedProperties_2_tFD30DF67A3087112DF4F9D80D6F29D27988CB385; struct IKeyedProperties_2_tE09412C99BC5613C311EAF962D8893D11A648986; struct IKeyedProperties_2_tA88DAC5A58A4E0988CE7F4887B9CC86D90F41527; struct IKeyedProperties_2_tD6A27977845DFA2A603072E15640AAD337986F0A; struct IKeyedProperties_2_t788F56BCA0EAF4F30A390D2A7AA07F3A7EC1C9AE; struct IKeyedProperties_2_t065739225CA3D237A2AB78D6DB35D40762CE5267; struct IKeyedProperties_2_t1C1874CE7982AD2C041A53CB8F5B6548E6B633DD; struct IKeyedProperties_2_t45029612BEDE56BC950A157C9FFDC013126753FB; struct IKeyedProperties_2_t746CE41099315F398F8986BBE40A4D6F97D065D1; struct IKeyedProperties_2_tDDAADD175C90668F461B9244F7123E56CD8399E4; struct IKeyedProperties_2_t949878DF74255000C297AE7E8D001799DF9044F5; struct IKeyedProperties_2_tC6C7DC31B14B0B8FB0BA1484B711B9D557FAF51B; struct IKeyedProperties_2_t967EC84FBCE5D2A2CEF4F345FCE861FC228A4388; struct IKeyedProperties_2_tDB57C432D9454E6ACFD6C8DF98E5FC045FF93FAB; struct IKeyedProperties_2_t0F1568EF8ED53D3D8A9967695D81F90DBF885385; struct IKeyedProperties_2_t91EF38F947F5C7659A9E5FCA512AA3CD05654228; struct IKeyedProperties_2_t837C41C41B1FF0EC0F8B60EAA95A00B4343E9D1B; struct IKeyedProperties_2_t08ECD043F4D9419B77D6368DF2950D6B50B2FD12; struct IKeyedProperties_2_t70C9706AE91BA01C5ECA1FF91A1B62657E792912; struct IKeyedProperties_2_t0E5C886F39CA4A2D8F01E5E581D2577D30A66326; struct IKeyedProperties_2_t987936D5A22DBE1ADF64756F73FBC88E650E8962; struct IKeyedProperties_2_t686B53FD77B32F72D51A1627064F1909FB16230B; struct IKeyedProperties_2_tEE13F211CA5144B10B2C88C63D5CC9B9BE9ECFD7; struct IKeyedProperties_2_t6C7677D08C6D28ED0FD87C2B2A909837ADDB699C; struct IKeyedProperties_2_t63FBAA493E36B51F9DB689271C3C2BA672FF1559; struct IKeyedProperties_2_t9B2C49709504DF9486B603AC46EABFC3B357CB3D; struct IKeyedProperties_2_t938C50F0FAFE492FD8A878F8A956DC7AD8CEBB96; struct IKeyedProperties_2_t3CE29B7FFB1BA4B73817EB2ADF271DAD132F8135; struct IKeyedProperties_2_tED1D6D0561B18E98C3ABE6D8222470D0292CD88F; struct IKeyedProperties_2_t789DF98F04320F5DB5F24920029347EEA8D6468C; struct IKeyedProperties_2_t3C5F0E8BA44CE27E56939D73D4860F87639D61A6; struct IKeyedProperties_2_t3D25A70D504E8E60B9629A1594494D6345264EDC; struct IKeyedProperties_2_t83615E9A59D626BB82A5BDD72AE74A7ACD5622A9; struct IKeyedProperties_2_t0D2D89E2BBD79E3713D696CCCECA7C608A821582; struct IKeyedProperties_2_t4DE55B637BF48BFD2366D30CDB6DEB3361E94734; struct IKeyedProperties_2_tA0C8DA6EDF96B87EB35EC86A1C9F248D163C3F70; struct IKeyedProperties_2_tF5D14BBC861BF117C12B95997A9D21A7D7BA7B91; struct IKeyedProperties_2_t7AD9E1A3DE0EFA16744F85D78F0C07DE18CA8565; struct IKeyedProperties_2_t6BF7C39D86B6C8D60566844F9CDFEAA6C1FA943C; struct IKeyedProperties_2_tC811BB7ECD321A3818668F305EB6017A5968E9AE; struct IKeyedProperties_2_t97269C138F34A366FD1544054B7613CDBD903501; struct IKeyedProperties_2_tA07B56415F64F554D6991FC16C98EBDC93107E1A; struct IKeyedProperties_2_tD4BB2092951A0BFA224D7E1E8FDA19E0F5439689; struct IList_1_tF939437DA6A736B0D418E652C678C909E9D54240; struct INamedProperties_1_tA8DF70936621A8474D155805DDBF5D7FC21B8FC8; struct INamedProperties_1_tB2E1B7081DBA33CED11CCC209C26E97894844352; struct INamedProperties_1_t7026F157B00CD3728975CB8D32126DC1431EFD36; struct INamedProperties_1_t58DB6621AD53FD7387E7420A16EB159F7D04600C; struct INamedProperties_1_tE552B984086951046EED71FA4A800FC83F549DC0; struct INamedProperties_1_t43ACDF45E9B9BA244D85F8A72B22BDAF34729FCC; struct INamedProperties_1_t676FBE52A17D87ED9143E37A21EDF049AE138D8F; struct INamedProperties_1_tEA8542EE26E82ED37E76460BC51F7D99DABA75CD; struct INamedProperties_1_t6C798D5D239F18748B4C6ACDCCFFF00ABEA2A98F; struct INamedProperties_1_t2F26FDCEB0DC32D18187B76D203D9D6689339A3E; struct INamedProperties_1_t2F49E3D1B0282611F2758D8FFD3FBB1D2B5CDDF8; struct INamedProperties_1_t58D871FBE867E0CC2484AF1E6036FD3C4A258615; struct INamedProperties_1_t3F542CD1610337170D2D54A3057AA073EAF53E92; struct INamedProperties_1_t786C28150DCD0B35D9C812410152C521850FA8C7; struct INamedProperties_1_t6A3C2764356C1988E9A7B4EE5F7C275B9725E73D; struct INamedProperties_1_tA4F9034069B1A90C97FF0B0CC937D2113018018E; struct INamedProperties_1_t6F9427D96BD8E5D13A1E4EDEE3A370E3B9C9BA1B; struct INamedProperties_1_tC4FECCA22D3803045C87E4B932CB066B112B2479; struct INamedProperties_1_t612F1FED6457D820A3F3F872A59CF2BDB5E355E7; struct INamedProperties_1_tA3CAEC28B6D52E852B4AC9F29DB6FA088633DD6C; struct INamedProperties_1_t8E23BC09110A6837EBD0B520578D9DF56D37FABD; struct INamedProperties_1_t1BBCCD028EB48DC36F92974D5AD34E24F78ECB6C; struct INamedProperties_1_t95B2F53972BC7D50C1E6ACFAAC564D0F73B8BE5F; struct INamedProperties_1_t1F3189F89ED3C7265515E4ED6E2C08DCBEA9207D; struct INamedProperties_1_t1F9756EFAD44E1C2EF6F3E18DCFF30FE017502E5; struct INamedProperties_1_tB1E2FF63DD111D382796BA8AFF14B9A774D3057B; struct INamedProperties_1_t9A998978F62C6CB1D3058B6127524B8DD5CE04F6; struct INamedProperties_1_t31AC961854B3369CAAE54F23ECB5F54AAD1340C0; struct INamedProperties_1_t73E1E44CDE25620E286221659D799B141B48CFCE; struct INamedProperties_1_tA6C136C8A68302D9A0294C45B6EC44EF5D392698; struct INamedProperties_1_tFA20CB0546901B57483692C9CFE7599E1FBA9320; struct INamedProperties_1_tF3F853824F6EC87EF1A0C385F85475913D45A743; struct INamedProperties_1_t0964A4032772AF11FE87786356C1C45211E160F2; struct INamedProperties_1_t168B619313C4BA4EA2616B258217A43F65A45F98; struct INamedProperties_1_t4F86B76330B8A0AC7EBFDCFEA05748AB457017D6; struct INamedProperties_1_t987A31BEF1685BB1843062CF820A484F7AC99AA3; struct INamedProperties_1_tE3D3212BDC791EA03FDB4AC4ECB21C106B25D5CB; struct INamedProperties_1_t3FE8FA5604647543035F0A15A7DEA22B437137BE; struct INamedProperties_1_tCC94DBBA36E55718C717C212B723985B87922AA0; struct INamedProperties_1_t6BB696CE20AC1F4329ABE1127EF5FA09B74D29D2; struct INamedProperties_1_t9CAD65641BCE99081F8896B5528FABEE8DE7A651; struct INamedProperties_1_t2EECE0888610931567586B04648D6C1EC7FBC224; struct INamedProperties_1_tE3844B09FB237E55FF01400D93E3C1DA39911532; struct INamedProperties_1_t4A02B245C3BABA9D1314BF4DD5AD5061A23887FC; struct INamedProperties_1_t7E458864B86699704A37970AF00BBFC51503DB24; struct INamedProperties_1_tA84090D3F3FB19CBDA58D879F3B18AA5DE3AB6D8; struct INamedProperties_1_t2E7C0038E40850320B0CDE3116137DC622B2A70B; struct INamedProperties_1_t1762CAC2E72BD27B04AD4693D6537F66241A758A; struct IPropertyBag_1_tF38E0DD26816C30F7A291A4C229273286EF81690; struct IPropertyBag_1_t34647E6DBA2B3FBAF772A30AB58389B957EB2353; struct IPropertyBag_1_t4503949B37B2AF7B859307C5B9FC0D205FBBB58C; struct IPropertyBag_1_t0C3656FAD043E643AE0AF2CE556A8B0EFC08BAF0; struct IPropertyBag_1_t12476CBFA03E553669FC0F78B8B392643D0EA98D; struct IPropertyBag_1_tC89C7D801308BB118F51FC38D2EDF9150099CD87; struct IPropertyBag_1_tA5F5E06CD7B6D9DA44B0C96DD751E125A2838965; struct IPropertyBag_1_tB4F574342A3326282E305E935876E09BA8AC2A2E; struct IPropertyBag_1_t0F569CB3E3DD679044B9F9E594B94E991D876F55; struct IPropertyBag_1_tD0AC48FB723053E10D50C4F4ACA187049C60A52A; struct IPropertyBag_1_tA86B0AA7564B969B39432363A3CC153860369CF8; struct IPropertyBag_1_tF96AD753C8C0604F73BEC05D07FB8DB0E652D9D7; struct IPropertyBag_1_tCC672A5FC4DF9FCAEDB0E95C78D8B03C0BE79D1F; struct IPropertyBag_1_tFB0D9D329A0DD352CA6F2E401245E71D132AF6B1; struct IPropertyBag_1_tD475E86AD532B7E07FF336E6D5F45242390B1331; struct IPropertyBag_1_tAA5B8A65854B645C4BE0170D2629B00A15218E3E; struct IPropertyBag_1_t474CE322BDE46B0885DE33A9810CBF959176FBE8; struct IPropertyBag_1_tABC6AB8A0C2984D47212C161B82BB4CD34EE4B42; struct IPropertyBag_1_t6AFC0AC74501529BFF9E097DC21249C06852B690; struct IPropertyBag_1_tAE3DEC013C632256F0D7F5C1CBC3680AC185F979; struct IPropertyBag_1_tC38B0E23F5A4EEEB1496FA49888AE669B1A22163; struct IPropertyBag_1_t35C2AC27D6AF7F85B944D05BFC0298C9A7080388; struct IPropertyBag_1_t852A24B93B53A9516797D747FE08D0DDDB2288B5; struct IPropertyBag_1_tC4A861BBA0615CB45605B37C7604CB3950574558; struct IPropertyBag_1_t0609AEAC1BAF0CC00E12F517D94A0BB20C869A05; struct IPropertyBag_1_t21591A9B7F6B7F2B6226C8314B530B2C5CBEF548; struct IPropertyBag_1_tAD71D1994E82547416831FC2DAE21F038A38CAAD; struct IPropertyBag_1_t06FC2AE397C1A711BCF674C0438149C49A561045; struct IPropertyBag_1_tF770C1A78A72D7B8E24F537F9409CFDB5B0C11A6; struct IPropertyBag_1_t28707B699C3F6C7965A9AF253C21DE32BCB4148F; struct IPropertyBag_1_t9834E39BF4BD812099CECA37DF60749AAE274FCD; struct IPropertyBag_1_t145445023A0B2CED5FB1C2CCA065A0C2678B4CC3; struct IPropertyBag_1_t8A3D63921BE840B9ACA3F45D9B9F6918AFD54CA5; struct IPropertyBag_1_t4E3151D7F146BCDA0FA72786B3B30359FF54504F; struct IPropertyBag_1_tD1F3A7DBE2F49D15806E8AC1B537F0B133DA265E; struct IPropertyBag_1_t4F700C12974F20F57E80BF1374C40ADA92303CA3; struct IPropertyBag_1_tB4AF5D6F5B05C75849FABA9CF0F7410F2058ADCD; struct IPropertyBag_1_t6C3B3ECBE136DE8EB30C6E3C4C68260118B90C67; struct IPropertyBag_1_t11B17E28AD004BEECDF730E60F377FEBBAE629D5; struct IPropertyBag_1_t81B42929CDBDAC1B8C1775D38F8646DAF065F8F9; struct IPropertyBag_1_tDAC9D4EA568EDC701E9AC378EF87FE080958271E; struct IPropertyBag_1_t62EF8C2C7D11C796F3ECB8AD3461E8C3A2D87E5A; struct IPropertyBag_1_t5EBA6E56CEB6DFD9CA30F8DA7E06E09A8211DE60; struct IPropertyBag_1_t9CE20305E04AC1EB512CCC226C03A84714030C34; struct IPropertyBag_1_tF3ED76A0B3B3C7C939F96D3F9D303DAD0210804D; struct IPropertyBag_1_t87438811C2F2F5EDBD73279779C029EED554B3CB; struct IPropertyBag_1_tBBDD5A5B3F8E9F119138331A16572F6626C67749; struct IPropertyBag_1_t36BB94A0E64BDC3C7B44E3C33CD0562C77748D3F; struct IProperty_1_tAAC6C42E64F1F1C9C014BDBA7BC3D5A724C1EE66; struct IProperty_1_t49CEA58F187BC2188B8C7455257619386615F2D9; struct IProperty_1_t4BDA5F59B6CF957E8D8E3802E69B767A12C532B0; struct IProperty_1_tF20CE8FBC7B20A09C2A7E0EB9630919D71339E99; struct IProperty_1_t5E43D0F89C8C835C74BBF564571DA984A6415335; struct IProperty_1_tD9FE1AF3703439208728AD16A49693976E1C4BC0; struct IProperty_1_t0CED323160A5869C2EF0D8E073FBEEDBDA2EFF28; struct IProperty_1_tB7F6496CEFBE912425446A3DB3235CAE0654CB1D; struct IProperty_1_t33BD2C97D37F86F94427C4DAD86A13162B485570; struct IProperty_1_tD244114CE436FD9ED0FFA2D1D455AEDAC05FF05E; struct IProperty_1_tA0905C4267FB6A7FD0A05C37B6A16B0F607E7169; struct IProperty_1_t8885BD5CD7EF54503D9E4531265EFE41C32A76A7; struct IProperty_1_tA91D958F297A9E6CAA1A37517EE12264CE046A34; struct IProperty_1_t07316563C3064E0D46C1476430CB2E10558FE27D; struct IProperty_1_tCFEF868BA125BBF458061067FBFEFE885B76B8DD; struct IProperty_1_t326CF524CC80B6F64C96D78AFB3CB0A694D3B714; struct IProperty_1_t9F627ED1E5150ABCABC70109B20AE5BAC8C78131; struct IProperty_1_tEBB8266DC6A35BE366DEDDADAC3058C4F9B09515; struct IProperty_1_tC8A9F7A47A6336EB9794E9A3C9FF3CDDBE47FC3F; struct IProperty_1_t9FE05EB8AFC85DCB41CB2F5213FCF6A9D160D485; struct IProperty_1_t5B25A2721B5E4AE6634B2B1494E725296A1D8AA6; struct IProperty_1_t34F484178257879F595602865D833FBB36E25609; struct IProperty_1_t3C38EDA987E18932165E4D3AAC5655C99DC314C6; struct IProperty_1_t5FF1B889D0F2BC3603CAD8421073C8E07036D826; struct IProperty_1_t16851B2242BE6D75845567D065579B8A82F0F766; struct IProperty_1_t690452A259821E292DF4FED348BBFFAB0C29C46D; struct IProperty_1_t79C1337C9F8525F749DDF1D234309C6FACEF9F83; struct IProperty_1_tF7EF99542FB8234BAA46C88E688AA6393B3EE7FF; struct IProperty_1_t6C7004C6DB8DFFA2A3D4654E38248B04A15D0EB1; struct IProperty_1_tECC241D1D210C65FCAD259D0183F9D167B424FFA; struct IProperty_1_t2481B62C7E7B4F1EBA8580B2D1AFB43BD439BD7F; struct IProperty_1_tB2BB5F24788BF2E4BAF1D8A0228943216217A680; struct IProperty_1_t578DDEBAA2A91F19DDB259DB85226B438091998A; struct IProperty_1_t7DD1A0033BA45A0A00F6C5DD2595CAEF490F666C; struct IProperty_1_t34993F32F2DDBE80D298CE14C80483415BD5A725; struct IProperty_1_t2781E725B1462A4426C549FA5D012588E648C263; struct IProperty_1_t12C99126ED85120DC9BDD8A1721003A0B2907D3B; struct IProperty_1_t9322C99A9228ED1E00DCCC9712B3CAA8BAAB8398; struct IProperty_1_t8A9879FB1F0190B5CC47F7000F0B7142216A439C; struct IProperty_1_t0E317E01E6618E11E9F06771E5DB46F5CC25B22A; struct IProperty_1_tA5E463FB3AF5B8F812635E7D7D8C1124890E39F8; struct IProperty_1_t62CD11377E18F32D95E3CDAA42637012900C3DB3; struct IProperty_1_tD5B55B2B653E1DBADDE8E494F6B9568FCCFB815A; struct IProperty_1_tD0857FC9D3C29214DBCB766720DD32AD2E2E29D3; struct IProperty_1_t4F0CAE821D34ED1A55A2913142EDF092E2F0996A; struct IProperty_1_t71FC6CE3B63C7989BB59D6C8E47462A535257BC9; struct IProperty_1_t2F93486C4F1EF31204AB9C24EB17075238B881D5; struct IProperty_1_t47DF8E7CFAFA47596FCFDA6775C02B5B3C05AAE5; struct KeyCollection_t1918D5A854F712143047F012554DE65FD3B37477; struct ListPrivateFieldAccess_1_t81F55330C2FC8FFF91FC25D10AF7FC2724CCEC6A; struct ListPrivateFieldAccess_1_t2E9C2B51AED8E58F37A72FA38B8E132B0FDB0442; struct ListPrivateFieldAccess_1_tB10A515CB3B61BE07629DF2C16DC289B7AF82B15; struct ListPrivateFieldAccess_1_t53688B2A9D9ACB2645C9EC09B87E3F7F8664F00D; struct ListPrivateFieldAccess_1_t60D467CC7A297D7CDDDAEEE566EC72A82A938A6C; struct List_1_t4A27DCC9A4080D8DA642DEA4EFFEBA72D6471715; struct List_1_t592DF2E59D6E244DA0041698383484A07C7E0480; struct List_1_t3517D52AE25CA3B19051E691E9C06ED03A3AB9B8; struct List_1_tD1A1A4E269D550491A33C35C61E549EBA163D6F4; struct List_1_tE7FB077B3CEA6371A27F72CC60962491AB71490B; struct List_1_t96E9133B70FB6765E6B138E810D33E18901715DA; struct List_1_t05915E9237850A58106982B7FE4BC5DA4E872E73; struct List_1_t75E66FBE18EAE33E2DBD8F2C48C54549332A997F; struct List_1_tF470A3BE5C1B5B68E1325EF3F109D172E60BD7CD; struct List_1_tD6F1685FEE5A196B3002ACC649A1DF5C65162268; struct List_1_tEA16F82F7871418E28EB6F551D77A8AD9F2E337F; struct List_1_t437B6C3879E969156A381BDC3C459CF809D39DDF; struct List_1_t77B94703E05C519A9010DD0614F757F974E1CD8B; struct List_1_tF42FEB6C3B18B7E7C8F2DE1FEBA00D2491736317; struct List_1_t6115BBE78FE9310B180A2027321DF46F2A06AC95; struct List_1_tDBA89B0E21BAC58CFBD3C1F76E4668E3B562761A; struct List_1_t8E88137DBF3559DC2CF17853F82E9C24C134B291; struct Property_2_t7163C8871E308D49C7E7B29E17F5E721302458D2; struct Property_2_tAA3F1A96BA2F3D7F3A0C6C656071C7A87D205087; struct Property_2_t21F410EBD5DA39F8762D32DEBD0C6A38FEDE34BC; struct Property_2_tB2B25D50A07137613571C599F2D927783128F4B2; struct Property_2_t3A3882B37973B3EA0740345179D2BA802B63D8F1; struct Property_2_t8803DA217446897A3DBF392B50C90530471C6822; struct Property_2_t2FA5B5A3675ACA9460A6257B5D39B17A5914678A; struct Property_2_t4E33E1A44112BD97BF885B076D0ED05EBFEA7151; struct Property_2_tF274BD13981F14C9234EED2454BA5879F339129A; struct Property_2_tB233FB6210DC9A81615A50C4D0F1EDD5311659D5; struct Property_2_tF3DBFBA52C0693C56E321796F1577A44F0C39B1B; struct Property_2_tA37B381C421869CA10862B372913EA34498BC042; struct Property_2_tBCD7288FCFAF426BE5EA009B8141ED1A958BA96C; struct Property_2_t34CA9C67F7274CB88428DB9890EBAF2C83A001F8; struct RefCounted_t6B975CD3D06E8D955346FC0D66E8F6E449D49A44; struct RefCounted_t0E133AD36715877AE1CE72539A0199B4D3AA8CD1; struct RefCounted_t81BCBAE57D930C934CF7A439452D65303AC6A8CD; struct RefCounted_t78303B1CD3D08C664ABB15EBD7C882DA3E06CF7D; struct RefCounted_tA9FB4D63A1064BD322AFDFCD70319CB384C057D9; struct RefCounted_t812D790A2C787F18230F9234F6C9B84D4AC1A85A; struct ValueCollection_t8E5B377B625BA8506BADFD93EB64BA9E8266DF0A; struct EntryU5BU5D_t4A0524CF4EC55E079AA0A775BD5980479D07A4C5; struct CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB; struct Color32U5BU5D_t38116C3E91765C4C5726CE12C77FAD7F9F737259; struct ComputedTransitionPropertyU5BU5D_t25B9E78F5276CDA297C8215C316452CAB8219E82; struct DelegateU5BU5D_tC5AB7E8F745616680F337909D3A8E6C722CDF771; struct Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C; struct IntPtrU5BU5D_tFD177F8C806A6921AD7150264CCC62FA00CAD832; struct PropertyPathPartU5BU5D_t7994D542F14DDDDEABB1792C335C20149399AEBB; struct StackTraceU5BU5D_t32FBCB20930EAF5BAE3F450FF75228E5450DA0DF; struct TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB; struct Vector3U5BU5D_tFF1859CCE176131B909E2044F76443064254679C; struct Vector4U5BU5D_tC0F3A7115F85007510F6D173968200CD31BCF7AD; struct __Il2CppFullySharedGenericTypeU5BU5D_tCAB6D060972DD49223A834B7EEFEB9FE2D003BEC; struct Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07; struct ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263; struct ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129; struct BaseVerticalCollectionView_t2BCDC86B9E301E46CFB2500A834D640F0B96ADAE; struct BaseVisualElementPanel_tE3811F3D1474B72CB6CD5BCEECFF5B5CBEC1E303; struct Binder_t91BFCE95A7057FADF4D8A1A342AFE52872246235; struct Byte_t94D9231AC217BE4D2E004C4CD32DF6D099EA41A3; struct Clickable_tED3E313565F64BDF5DA9D3FE0FEFFD0E17E53834; struct Column_tD686764EBBB4AFE8473E2464D0039885E3A2EC6A; struct ColumnLayout_tF0A72BFB169B3329F9720AF33516EBAFAB4400B4; struct ColumnMover_tF8B270BEC7C26ECD780F9EEAE6EC2A99BDC6986F; struct Columns_t487EAF3B634F6D919D58F1927099A8883964831B; struct DelegateData_t9B286B493293CD2D23A5B2B5EF0E5B1324C2B77E; struct EventCallbackRegistry_tE18297C3F7E535BD82EDA83EC6D6DAA386226B85; struct Font_tC95270EA3198038970422D78B74A7F2E218A96B6; struct FontAsset_t61A6446D934E582651044E33D250EA8D306AB958; struct IAttributes_t699EF2D1D5A022C91D27888CE70518262A25928D; struct IBinding_t02FD99E9C9F2072B28E110F16C157666F5B2DBC7; struct IDictionary_t6D03155AF1FA9083817AA5B6AD7DEEACC26AB220; struct IProperty_t9DAAF3D1ACD042DA2D622152506F58CE625EF697; struct IPropertyBag_t602D45F19F9BFA3E370929AC5023258AAF62E8C2; struct IPropertyBagVisitor_tE8B9B7E14DBF946E6E65BD0ECC8679268715BF5A; struct IResolvedStyle_t6A3530BA6147B091C278593F21F86B09CD42BE89; struct IStyle_t4FD66C97CA5F46BFE328FED0C65277A37E0A89F7; struct IVisualElementScheduledItem_t309F1A5445514122A9E3F64182D0D8A4DE34C48F; struct InlineStyleAccess_t5CA7877999C9442491A220AE50D605C84D09A165; struct Label_tC160668F9119CE0F5567021FB208E64A5B1C5B70; struct Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3; struct MemberFilter_tF644F1AE82F611B677CE1964D5A3277DDA21D553; struct MeshHandle_tC1E9A7ECCFDAEFDE064B8D58B35B9CEE5A70A22E; struct MethodInfo_t; struct MultiColumnCollectionHeader_t0B041BD57A14950E8C33DCD854F3A3C2C3DA706D; struct MultiColumnController_t25BFE9B50BC0D69925EC7EEE090F256FFE1244B6; struct MultiColumnHeaderColumn_t6F44266EE1B6EEB83465A7FE3BA6A6C7CBF8F9B4; struct MultiColumnHeaderColumnResizeHandle_t2512E81EB5479A2B0052C77741DB027E107F01C2; struct MultiColumnHeaderColumnSortIndicator_tBC4661121B0BC69A811617BFB87C1D388A68EAF3; struct Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C; struct PathVisitor_tCD0947C41CDBDB774D22D560E5FFA01EF61C4446; struct Regex_tE773142C2BE45C5D362B0F815AFF831707A51772; struct RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727; struct RenderTexture_tBA90C4C3AD9EECCFDDCC632D97C29FAB80D60D27; struct ResolvedStyleAccess_t226CC840EBACEE31CE1139ED5F717532AFFAEB45; struct SafeSerializationManager_tCBB85B95DFD1634237140CD892E82D06ECB3F5E6; struct SortColumnDescriptions_tDC3FDF948D96F26E0BCB2C971C6EDA1E02BAB1EA; struct Sprite_tAFF74BC83CD68037494CB0B4F28CBDF8971CAB99; struct String_t; struct StyleVariableContext_tF74F2787CE1F6BEBBFBFF0771CF493AC9E403527; struct TextEditingManipulator_t9AC543C81F3778888F421C8D93003EBC8902EB29; struct TextSelectingManipulator_t85DD873E0C5537C1F8468B6FE5E4C9995B193855; struct Texture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4; struct TouchScreenKeyboard_tE87B78A3DAED69816B44C99270A734682E093E7A; struct Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1; struct Type_t; struct UIRenderer_t92C2C36451BAD524541C4C548B02D0EAC798644E; struct UITKTextHandle_t1FF3B4EC2367C05F42D61C660D6FE30DF91C06CE; struct UnityException_tA1EC1E95ADE689CF6EB7FAFF77C160AE1F559067; struct VectorImage_t7BD8CE948377FFE95FCA0C48014ACDFC13B8F8FC; struct VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115; struct VisualTreeAsset_tFB5BF81F0780A412AE5A7C2C552B3EEA64EA2EEB; struct Void_t4861ACF8F4594C3437BB48B6E56783494B843915; struct Data_t43E3238277579E631EA4E8016E61966D79F5B62E; struct ColumnData_t0AB07CB43923527FF3700146C0F98D09B673492A; struct ViewState_t5BBB8D6381ABFF63C3178453D4ACE18E7D54D4C0; struct CustomStyleAccess_t170C852102B4D09FB478B620A75B14D096F9F2B1; struct TypeData_t01D670B4E71B5571B38C7412B1E652A47D6AF66A; IL2CPP_EXTERN_C RuntimeClass* ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IAttributes_t699EF2D1D5A022C91D27888CE70518262A25928D_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IEnumerable_1_tDED90A5957122B27D452CE2D6BF2102E19B274AA_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IEnumerator_1_t6C561189597D7102947B2C2D0FCE829F1CFCE163_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IEnumerator_t7B609C2FFA6EB5167D9C62A0C32A21DE2F666DAA_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IResolvedStyle_t6A3530BA6147B091C278593F21F86B09CD42BE89_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IStyle_t4FD66C97CA5F46BFE328FED0C65277A37E0A89F7_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Label_tC160668F9119CE0F5567021FB208E64A5B1C5B70_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* MultiColumnController_t25BFE9B50BC0D69925EC7EEE090F256FFE1244B6_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* UnityException_tA1EC1E95ADE689CF6EB7FAFF77C160AE1F559067_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C String_t* _stringLiteral1C09770F25C8580FC7F6623067ACD12EBA570614; IL2CPP_EXTERN_C String_t* _stringLiteral3D3D9CC7DBA60B04E5E5DF1904398CBAA8E8C8BB; IL2CPP_EXTERN_C String_t* _stringLiteral430EB2E3A25FA4E421F6F9352AA45F5613EEBE3C; IL2CPP_EXTERN_C String_t* _stringLiteral5AC64F41AC098111BD52F434F0C2E60A4F2DE3BC; IL2CPP_EXTERN_C String_t* _stringLiteral67C625C07AF1A22A91873A1B1CF9F911774F3A1B; IL2CPP_EXTERN_C String_t* _stringLiteral6EB07847B96B4920AD36A2529E7AD9EFB2F7C468; IL2CPP_EXTERN_C String_t* _stringLiteralE8744A8B8BD390EB66CA0CAE2376C973E6904FFB; IL2CPP_EXTERN_C String_t* _stringLiteralECD68B5596F20DCD97A00D59FC408D26A9E78960; IL2CPP_EXTERN_C String_t* _stringLiteralF173EEDE423DEA19D689B1E600908FB12D40BC32; IL2CPP_EXTERN_C String_t* _stringLiteralF704B54D833421164E45E576DFD279921246BCEA; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_TryGetValue_mA48C3C80A6FB19382E0268E36BA1D3ACFBDF700C_RuntimeMethod_var; struct ComputedTransitionProperty_tD8E4D8EB5DD69E063944F27A48D9263F4F1354E1_marshaled_com; struct ComputedTransitionProperty_tD8E4D8EB5DD69E063944F27A48D9263F4F1354E1_marshaled_pinvoke; struct Delegate_t_marshaled_com; struct Delegate_t_marshaled_pinvoke; struct Exception_t_marshaled_com; struct Exception_t_marshaled_pinvoke; struct PropertyPathPart_tFB308743948D2298957DC1898D90AF2ACFED9DFF_marshaled_com; struct PropertyPathPart_tFB308743948D2298957DC1898D90AF2ACFED9DFF_marshaled_pinvoke; struct Color32U5BU5D_t38116C3E91765C4C5726CE12C77FAD7F9F737259; struct Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C; struct Vector3U5BU5D_tFF1859CCE176131B909E2044F76443064254679C; struct Vector4U5BU5D_tC0F3A7115F85007510F6D173968200CD31BCF7AD; struct __Il2CppFullySharedGenericTypeU5BU5D_tCAB6D060972DD49223A834B7EEFEB9FE2D003BEC; 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 struct Dictionary_2_t1C6F670EE6B3EEEEFF2CBA243476B8AC9C173D11 : public RuntimeObject { Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* ____buckets; EntryU5BU5D_t4A0524CF4EC55E079AA0A775BD5980479D07A4C5* ____entries; int32_t ____count; int32_t ____freeList; int32_t ____freeCount; int32_t ____version; RuntimeObject* ____comparer; KeyCollection_t1918D5A854F712143047F012554DE65FD3B37477* ____keys; ValueCollection_t8E5B377B625BA8506BADFD93EB64BA9E8266DF0A* ____values; RuntimeObject* ____syncRoot; }; struct EqualityComparer_1_tECD5E5244542BCEA9946E4E9E894173EFA97E8DF : public RuntimeObject { }; struct EqualityComparer_1_t8B724228B7FB3FDB4FA0E3B3197F3E836025C852 : public RuntimeObject { }; struct EqualityComparer_1_t92563A67F1C1ECDC3FE387C46498E2E56B59F3C2 : public RuntimeObject { }; struct EqualityComparer_1_t346CEF653847623862FC6F88D66F7933B0039499 : public RuntimeObject { }; struct ListPrivateFieldAccess_1_t81F55330C2FC8FFF91FC25D10AF7FC2724CCEC6A : public RuntimeObject { Color32U5BU5D_t38116C3E91765C4C5726CE12C77FAD7F9F737259* ____items; int32_t ____size; int32_t ____version; }; struct ListPrivateFieldAccess_1_t2E9C2B51AED8E58F37A72FA38B8E132B0FDB0442 : public RuntimeObject { Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* ____items; int32_t ____size; int32_t ____version; }; struct ListPrivateFieldAccess_1_tB10A515CB3B61BE07629DF2C16DC289B7AF82B15 : public RuntimeObject { Vector3U5BU5D_tFF1859CCE176131B909E2044F76443064254679C* ____items; int32_t ____size; int32_t ____version; }; struct ListPrivateFieldAccess_1_t53688B2A9D9ACB2645C9EC09B87E3F7F8664F00D : public RuntimeObject { Vector4U5BU5D_tC0F3A7115F85007510F6D173968200CD31BCF7AD* ____items; int32_t ____size; int32_t ____version; }; struct ListPrivateFieldAccess_1_t60D467CC7A297D7CDDDAEEE566EC72A82A938A6C : public RuntimeObject { __Il2CppFullySharedGenericTypeU5BU5D_tCAB6D060972DD49223A834B7EEFEB9FE2D003BEC* ____items; int32_t ____size; int32_t ____version; }; struct List_1_t3517D52AE25CA3B19051E691E9C06ED03A3AB9B8 : public RuntimeObject { Color32U5BU5D_t38116C3E91765C4C5726CE12C77FAD7F9F737259* ____items; int32_t ____size; int32_t ____version; RuntimeObject* ____syncRoot; }; struct List_1_t05915E9237850A58106982B7FE4BC5DA4E872E73 : public RuntimeObject { Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* ____items; int32_t ____size; int32_t ____version; RuntimeObject* ____syncRoot; }; struct List_1_t77B94703E05C519A9010DD0614F757F974E1CD8B : public RuntimeObject { Vector3U5BU5D_tFF1859CCE176131B909E2044F76443064254679C* ____items; int32_t ____size; int32_t ____version; RuntimeObject* ____syncRoot; }; struct List_1_tF42FEB6C3B18B7E7C8F2DE1FEBA00D2491736317 : public RuntimeObject { Vector4U5BU5D_tC0F3A7115F85007510F6D173968200CD31BCF7AD* ____items; int32_t ____size; int32_t ____version; RuntimeObject* ____syncRoot; }; struct List_1_tDBA89B0E21BAC58CFBD3C1F76E4668E3B562761A : public RuntimeObject { __Il2CppFullySharedGenericTypeU5BU5D_tCAB6D060972DD49223A834B7EEFEB9FE2D003BEC* ____items; int32_t ____size; int32_t ____version; RuntimeObject* ____syncRoot; }; struct Property_2_t7163C8871E308D49C7E7B29E17F5E721302458D2 : public RuntimeObject { List_1_t4A27DCC9A4080D8DA642DEA4EFFEBA72D6471715* ___m_Attributes; }; struct Property_2_tAA3F1A96BA2F3D7F3A0C6C656071C7A87D205087 : public RuntimeObject { List_1_t4A27DCC9A4080D8DA642DEA4EFFEBA72D6471715* ___m_Attributes; }; struct Property_2_t21F410EBD5DA39F8762D32DEBD0C6A38FEDE34BC : public RuntimeObject { List_1_t4A27DCC9A4080D8DA642DEA4EFFEBA72D6471715* ___m_Attributes; }; struct Property_2_tB2B25D50A07137613571C599F2D927783128F4B2 : public RuntimeObject { List_1_t4A27DCC9A4080D8DA642DEA4EFFEBA72D6471715* ___m_Attributes; }; struct Property_2_t3A3882B37973B3EA0740345179D2BA802B63D8F1 : public RuntimeObject { List_1_t4A27DCC9A4080D8DA642DEA4EFFEBA72D6471715* ___m_Attributes; }; struct Property_2_t8803DA217446897A3DBF392B50C90530471C6822 : public RuntimeObject { List_1_t4A27DCC9A4080D8DA642DEA4EFFEBA72D6471715* ___m_Attributes; }; struct Property_2_t2FA5B5A3675ACA9460A6257B5D39B17A5914678A : public RuntimeObject { List_1_t4A27DCC9A4080D8DA642DEA4EFFEBA72D6471715* ___m_Attributes; }; struct Property_2_t4E33E1A44112BD97BF885B076D0ED05EBFEA7151 : public RuntimeObject { List_1_t4A27DCC9A4080D8DA642DEA4EFFEBA72D6471715* ___m_Attributes; }; struct Property_2_tF274BD13981F14C9234EED2454BA5879F339129A : public RuntimeObject { List_1_t4A27DCC9A4080D8DA642DEA4EFFEBA72D6471715* ___m_Attributes; }; struct Property_2_tB233FB6210DC9A81615A50C4D0F1EDD5311659D5 : public RuntimeObject { List_1_t4A27DCC9A4080D8DA642DEA4EFFEBA72D6471715* ___m_Attributes; }; struct Property_2_tF3DBFBA52C0693C56E321796F1577A44F0C39B1B : public RuntimeObject { List_1_t4A27DCC9A4080D8DA642DEA4EFFEBA72D6471715* ___m_Attributes; }; struct Property_2_tA37B381C421869CA10862B372913EA34498BC042 : public RuntimeObject { List_1_t4A27DCC9A4080D8DA642DEA4EFFEBA72D6471715* ___m_Attributes; }; struct Property_2_tBCD7288FCFAF426BE5EA009B8141ED1A958BA96C : public RuntimeObject { List_1_t4A27DCC9A4080D8DA642DEA4EFFEBA72D6471715* ___m_Attributes; }; struct Property_2_t34CA9C67F7274CB88428DB9890EBAF2C83A001F8 : public RuntimeObject { List_1_t4A27DCC9A4080D8DA642DEA4EFFEBA72D6471715* ___m_Attributes; }; struct TypeTraits_1_t14492BDEFA66B94D1A35E842BFAB7898518438E4 : public RuntimeObject { }; struct TypeTraits_1_t8883CD81D797B05BC15979287C7B2BC58F033BC9 : public RuntimeObject { }; struct TypeTraits_1_tC1A46C3724D2DAD269AF6BD39D20DE59150FDF28 : public RuntimeObject { }; struct TypeTraits_1_t489E41DF3938E924D32457D7DE82598F4FD0A2DE : public RuntimeObject { }; struct CallbackEventHandler_t99E35735225B4ACEAD1BA981632FD2D46E9CB2B4 : public RuntimeObject { bool ___isIMGUIContainer; EventCallbackRegistry_tE18297C3F7E535BD82EDA83EC6D6DAA386226B85* ___m_CallbackRegistry; }; struct MemberInfo_t : public RuntimeObject { }; struct NativeArrayHelpers_t427C0EEA0692067215F4A74736B499D53C42AA0A : public RuntimeObject { }; struct NativeArrayUnsafeUtility_tB4D8A974D44EE6F4B2C32D5D19861FB081F88FCE : public RuntimeObject { }; struct NativeSliceExtensions_tA2B0303180122826FD5887061B8DBA5F342A726B : public RuntimeObject { }; struct NativeSliceUnsafeUtility_tA7CBE88BA4246367450DB167A878F2FA408E10CD : public RuntimeObject { }; struct NoAllocHelpers_t5108A9272D2BFBFF50B14D2A1B5330A629180360 : public RuntimeObject { }; struct String_t : public RuntimeObject { int32_t ____stringLength; Il2CppChar ____firstChar; }; struct ValueType_t6D9B272BD21782F0A9A14F2E41F85A50E97A986F : public RuntimeObject { }; struct ValueType_t6D9B272BD21782F0A9A14F2E41F85A50E97A986F_marshaled_pinvoke { }; struct ValueType_t6D9B272BD21782F0A9A14F2E41F85A50E97A986F_marshaled_com { }; struct ColumnData_t0AB07CB43923527FF3700146C0F98D09B673492A : public RuntimeObject { MultiColumnHeaderColumn_t6F44266EE1B6EEB83465A7FE3BA6A6C7CBF8F9B4* ___U3CcontrolU3Ek__BackingField; MultiColumnHeaderColumnResizeHandle_t2512E81EB5479A2B0052C77741DB027E107F01C2* ___U3CresizeHandleU3Ek__BackingField; }; struct NativeSlice_1_tCC36EBD5A623BDA3FF33D6F6B3F46F253AE626A8 { uint8_t* ___m_Buffer; int32_t ___m_Stride; int32_t ___m_Length; }; struct NativeSlice_1_tCEC4B2B900638EC1820BB61FE436766204DFD8DA { uint8_t* ___m_Buffer; int32_t ___m_Stride; int32_t ___m_Length; }; struct NativeSlice_1_t1108006793B0D86DFCF2E4481CD5E5E32AFF591B { uint8_t* ___m_Buffer; int32_t ___m_Stride; int32_t ___m_Length; }; struct NativeSlice_1_t84638F9F5F454538786C27E8F639E0B602DB00D0 { uint8_t* ___m_Buffer; int32_t ___m_Stride; int32_t ___m_Length; }; struct NativeSlice_1_tAF349534A3BD2A4AC09D9555714E39314906CB3F { uint8_t* ___m_Buffer; int32_t ___m_Stride; int32_t ___m_Length; }; struct NativeSlice_1_t2584A7E323E2DAA0F082C26AD9D0DE0FC661F85F { uint8_t* ___m_Buffer; int32_t ___m_Stride; int32_t ___m_Length; }; struct NativeSlice_1_tA89467F62CCE518E9D8EF59DE4A3660B39C573D5 { uint8_t* ___m_Buffer; int32_t ___m_Stride; int32_t ___m_Length; }; struct NativeSlice_1_t7591FC942F923C6C3D5066DBCE25E2B91AAD3BD8 { uint8_t* ___m_Buffer; int32_t ___m_Stride; int32_t ___m_Length; }; struct NativeSlice_1_t834036F9BEE3B44BA1A65E51849556E5B7AEAF0A { uint8_t* ___m_Buffer; int32_t ___m_Stride; int32_t ___m_Length; }; struct NativeSlice_1_t1B1546AEB20D09E65A620651F8A4C68DD5998882 { uint8_t* ___m_Buffer; int32_t ___m_Stride; int32_t ___m_Length; }; struct NativeSlice_1_t896C643D92AC9B70D47A50D65CB166F74009189F { uint8_t* ___m_Buffer; int32_t ___m_Stride; int32_t ___m_Length; }; struct NativeSlice_1_tC7AC7DD3A727BCA7CF8B7EBDD6DE68FB33E8D9D2 { uint8_t* ___m_Buffer; int32_t ___m_Stride; int32_t ___m_Length; }; struct NativeSlice_1_t0D1A1AB7A9C4768B84EB7420D04A90920533C78A { uint8_t* ___m_Buffer; int32_t ___m_Stride; int32_t ___m_Length; }; struct NativeSlice_1_tBDD0B6C963222DE23BD34911416213E058F9FBAF { uint8_t* ___m_Buffer; int32_t ___m_Stride; int32_t ___m_Length; }; struct NativeSlice_1_t4B5C42A704ED060AB92A8716135FE435B1E6C23A { uint8_t* ___m_Buffer; int32_t ___m_Stride; int32_t ___m_Length; }; struct NativeSlice_1_tA687F314957178F2A299D03D59B960DDC218680F { uint8_t* ___m_Buffer; int32_t ___m_Stride; int32_t ___m_Length; }; struct NativeSlice_1_t66375568C4FF313931F4D2F646D64FE6A406BAD2 { uint8_t* ___m_Buffer; int32_t ___m_Stride; int32_t ___m_Length; }; struct NativeSlice_1_tA54E5D259EBCC7CD8512AA352C6F3709EB237B52 { uint8_t* ___m_Buffer; int32_t ___m_Stride; int32_t ___m_Length; }; struct NativeSlice_1_t1FC9E9FE0BB166305C1E3C50A7E9D588E1D92502 { uint8_t* ___m_Buffer; int32_t ___m_Stride; int32_t ___m_Length; }; struct NativeSlice_1_t0ADA4C4E7F86D6AC8C977F595CA8C8F00A8197EC { uint8_t* ___m_Buffer; int32_t ___m_Stride; int32_t ___m_Length; }; struct NativeSlice_1_t14A9CE6361CD2BA1425D4FF7F9C320B32E3F8B63 { uint8_t* ___m_Buffer; int32_t ___m_Stride; int32_t ___m_Length; }; struct NativeSlice_1_t72AA15A00D1B7CE9B7265E487D15133C9F091FD0 { uint8_t* ___m_Buffer; int32_t ___m_Stride; int32_t ___m_Length; }; struct NativeSlice_1_t4207DB5E16E1EF9068326562E97E3AA675F0DAF9 { uint8_t* ___m_Buffer; int32_t ___m_Stride; int32_t ___m_Length; }; struct StyleDataRef_1_tBB9987581539847AE5CCA2EA2349E05CDC9127FA { RefCounted_t6B975CD3D06E8D955346FC0D66E8F6E449D49A44* ___m_Ref; }; struct StyleDataRef_1_t5330A6F4EAC0EAB88E3B9849D866AA23BB6BE5F4 { RefCounted_t0E133AD36715877AE1CE72539A0199B4D3AA8CD1* ___m_Ref; }; struct StyleDataRef_1_tF773E9CBC6DC0FEB38DF95A6F3F47AC49AE045B3 { RefCounted_t81BCBAE57D930C934CF7A439452D65303AC6A8CD* ___m_Ref; }; struct StyleDataRef_1_t1D59CCAB740BE6B330D5B5FDA9F67391800200B3 { RefCounted_t78303B1CD3D08C664ABB15EBD7C882DA3E06CF7D* ___m_Ref; }; struct StyleDataRef_1_t6A7B146DD79EDF7F42CD8CCF3E411B40AA729B8E { RefCounted_tA9FB4D63A1064BD322AFDFCD70319CB384C057D9* ___m_Ref; }; struct StyleDataRef_1_t9CB834B90E638D92A3BE5123B0D3989697AA87FC { RefCounted_t812D790A2C787F18230F9234F6C9B84D4AC1A85A* ___m_Ref; }; struct AttributesScope_t5A89FFE050A95DD67BD15C00A4D072EABAA376AE { RuntimeObject* ___m_Target; List_1_t4A27DCC9A4080D8DA642DEA4EFFEBA72D6471715* ___m_Previous; }; struct AttributesScope_t5A89FFE050A95DD67BD15C00A4D072EABAA376AE_marshaled_pinvoke { RuntimeObject* ___m_Target; List_1_t4A27DCC9A4080D8DA642DEA4EFFEBA72D6471715* ___m_Previous; }; struct AttributesScope_t5A89FFE050A95DD67BD15C00A4D072EABAA376AE_marshaled_com { RuntimeObject* ___m_Target; List_1_t4A27DCC9A4080D8DA642DEA4EFFEBA72D6471715* ___m_Previous; }; struct Background_t3C720DED4FAF016332D29FB86C9BE8D5D0D8F0C8 { Texture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4* ___m_Texture; Sprite_tAFF74BC83CD68037494CB0B4F28CBDF8971CAB99* ___m_Sprite; RenderTexture_tBA90C4C3AD9EECCFDDCC632D97C29FAB80D60D27* ___m_RenderTexture; VectorImage_t7BD8CE948377FFE95FCA0C48014ACDFC13B8F8FC* ___m_VectorImage; }; struct Background_t3C720DED4FAF016332D29FB86C9BE8D5D0D8F0C8_marshaled_pinvoke { Texture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4* ___m_Texture; Sprite_tAFF74BC83CD68037494CB0B4F28CBDF8971CAB99* ___m_Sprite; RenderTexture_tBA90C4C3AD9EECCFDDCC632D97C29FAB80D60D27* ___m_RenderTexture; VectorImage_t7BD8CE948377FFE95FCA0C48014ACDFC13B8F8FC* ___m_VectorImage; }; struct Background_t3C720DED4FAF016332D29FB86C9BE8D5D0D8F0C8_marshaled_com { Texture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4* ___m_Texture; Sprite_tAFF74BC83CD68037494CB0B4F28CBDF8971CAB99* ___m_Sprite; RenderTexture_tBA90C4C3AD9EECCFDDCC632D97C29FAB80D60D27* ___m_RenderTexture; VectorImage_t7BD8CE948377FFE95FCA0C48014ACDFC13B8F8FC* ___m_VectorImage; }; struct Boolean_t09A6377A54BE2F9E6985A8149F19234FD7DDFE22 { bool ___m_value; }; struct Byte_t94D9231AC217BE4D2E004C4CD32DF6D099EA41A3 { uint8_t ___m_value; }; struct Color_tD001788D726C3A7F1379BEED0260B9591F440C1F { float ___r; float ___g; float ___b; float ___a; }; struct Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B { union { #pragma pack(push, tp, 1) struct { int32_t ___rgba; }; #pragma pack(pop, tp) struct { int32_t ___rgba_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { uint8_t ___r; }; #pragma pack(pop, tp) struct { uint8_t ___r_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { char ___g_OffsetPadding[1]; uint8_t ___g; }; #pragma pack(pop, tp) struct { char ___g_OffsetPadding_forAlignmentOnly[1]; uint8_t ___g_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { char ___b_OffsetPadding[2]; uint8_t ___b; }; #pragma pack(pop, tp) struct { char ___b_OffsetPadding_forAlignmentOnly[2]; uint8_t ___b_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { char ___a_OffsetPadding[3]; uint8_t ___a; }; #pragma pack(pop, tp) struct { char ___a_OffsetPadding_forAlignmentOnly[3]; uint8_t ___a_forAlignmentOnly; }; }; }; struct Enum_t2A1A94B24E3B776EEF4E5E485E290BB9D4D072E2 : public ValueType_t6D9B272BD21782F0A9A14F2E41F85A50E97A986F { }; struct Enum_t2A1A94B24E3B776EEF4E5E485E290BB9D4D072E2_marshaled_pinvoke { }; struct Enum_t2A1A94B24E3B776EEF4E5E485E290BB9D4D072E2_marshaled_com { }; struct Focusable_t39F2BAF0AF6CA465BC2BEDAF9B5B2CF379B846D0 : public CallbackEventHandler_t99E35735225B4ACEAD1BA981632FD2D46E9CB2B4 { bool ___m_Focusable; int32_t ___m_TabIndex; bool ___m_DelegatesFocus; bool ___m_ExcludeFromFocusRing; bool ___U3CisEligibleToReceiveFocusFromDisabledChildU3Ek__BackingField; }; struct FontDefinition_t65281B0E106365C28AD3F2525DE148719AEEA30C { Font_tC95270EA3198038970422D78B74A7F2E218A96B6* ___m_Font; FontAsset_t61A6446D934E582651044E33D250EA8D306AB958* ___m_FontAsset; }; struct FontDefinition_t65281B0E106365C28AD3F2525DE148719AEEA30C_marshaled_pinvoke { Font_tC95270EA3198038970422D78B74A7F2E218A96B6* ___m_Font; FontAsset_t61A6446D934E582651044E33D250EA8D306AB958* ___m_FontAsset; }; struct FontDefinition_t65281B0E106365C28AD3F2525DE148719AEEA30C_marshaled_com { Font_tC95270EA3198038970422D78B74A7F2E218A96B6* ___m_Font; FontAsset_t61A6446D934E582651044E33D250EA8D306AB958* ___m_FontAsset; }; struct Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C { int32_t ___m_value; }; struct IntPtr_t { void* ___m_value; }; struct LayoutHandle_tCFE060947B4EDC8F11BF5B480181493FB578BEB6 { int32_t ___Index; int32_t ___Version; }; struct Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 { float ___m00; float ___m10; float ___m20; float ___m30; float ___m01; float ___m11; float ___m21; float ___m31; float ___m02; float ___m12; float ___m22; float ___m32; float ___m03; float ___m13; float ___m23; float ___m33; }; struct PropertyName_tE4B4AAA58AF3BF2C0CD95509EB7B786F096901C2 { int32_t ___id; }; struct Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D { float ___m_XMin; float ___m_YMin; float ___m_Width; float ___m_Height; }; struct RectInt_t1744D10E1063135DA9D574F95205B98DAC600CB8 { int32_t ___m_XMin; int32_t ___m_YMin; int32_t ___m_Width; int32_t ___m_Height; }; struct Single_t4530F2FF86FCB0DC29F35385CA1BD21BE294761C { float ___m_value; }; struct Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 { float ___x; float ___y; }; struct Vector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A { int32_t ___m_X; int32_t ___m_Y; }; struct Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 { float ___x; float ___y; float ___z; }; struct Vector3Int_t65CB06F557251D18A37BD71F3655BA836A357376 { int32_t ___m_X; int32_t ___m_Y; int32_t ___m_Z; }; struct Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 { float ___x; float ___y; float ___z; float ___w; }; struct Void_t4861ACF8F4594C3437BB48B6E56783494B843915 { union { struct { }; uint8_t Void_t4861ACF8F4594C3437BB48B6E56783494B843915__padding[1]; }; }; struct PropertyScope_t1C89396D637F6426CAFCC8F4BAFC4B56E035A3CD { PathVisitor_tCD0947C41CDBDB774D22D560E5FFA01EF61C4446* ___m_Visitor; RuntimeObject* ___m_Property; }; struct PropertyScope_t1C89396D637F6426CAFCC8F4BAFC4B56E035A3CD_marshaled_pinvoke { PathVisitor_tCD0947C41CDBDB774D22D560E5FFA01EF61C4446* ___m_Visitor; RuntimeObject* ___m_Property; }; struct PropertyScope_t1C89396D637F6426CAFCC8F4BAFC4B56E035A3CD_marshaled_com { PathVisitor_tCD0947C41CDBDB774D22D560E5FFA01EF61C4446* ___m_Visitor; RuntimeObject* ___m_Property; }; struct Hierarchy_t4CF226F0EDE9C117C51C505730FC80641B1F1677 { VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* ___m_Owner; }; struct Hierarchy_t4CF226F0EDE9C117C51C505730FC80641B1F1677_marshaled_pinvoke { VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* ___m_Owner; }; struct Hierarchy_t4CF226F0EDE9C117C51C505730FC80641B1F1677_marshaled_com { VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* ___m_Owner; }; struct Allocator_t996642592271AAD9EE688F142741D512C07B5824 { int32_t ___value__; }; struct BackgroundPositionKeyword_tE680A05B983D256AADC8E2CF1CA169D004B8641B { int32_t ___value__; }; struct BackgroundSizeType_tD194B20FF5086D494ABF8D799124D2FC4FFCC674 { int32_t ___value__; }; struct Bounds_t367E830C64BBF235ED8C3B2F8CF6254FDCAD39C3 { Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___m_Center; Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___m_Extents; }; struct BoundsInt_t4E757DE5EFF9FCB42000F173360DDC63B5585485 { Vector3Int_t65CB06F557251D18A37BD71F3655BA836A357376 ___m_Position; Vector3Int_t65CB06F557251D18A37BD71F3655BA836A357376 ___m_Size; }; struct ClipMethod_tDE393081E6CA2C9C1A8C3D731613580585767391 { int32_t ___value__; }; struct ColumnSortingMode_tB19B6D37A2F6027EC8309EFB702AB3D2031F057F { int32_t ___value__; }; struct ComputedStyle_t8B08CCCEE20525528B3FFDAC6D3F58F101AAF54C { StyleDataRef_1_tBB9987581539847AE5CCA2EA2349E05CDC9127FA ___inheritedData; StyleDataRef_1_t5330A6F4EAC0EAB88E3B9849D866AA23BB6BE5F4 ___layoutData; StyleDataRef_1_tF773E9CBC6DC0FEB38DF95A6F3F47AC49AE045B3 ___rareData; StyleDataRef_1_t1D59CCAB740BE6B330D5B5FDA9F67391800200B3 ___transformData; StyleDataRef_1_t6A7B146DD79EDF7F42CD8CCF3E411B40AA729B8E ___transitionData; StyleDataRef_1_t9CB834B90E638D92A3BE5123B0D3989697AA87FC ___visualData; Dictionary_2_t645C7B1DAE2D839B52A5E387C165CE13D5465B00* ___customProperties; int64_t ___matchingRulesHash; float ___dpiScaling; ComputedTransitionPropertyU5BU5D_t25B9E78F5276CDA297C8215C316452CAB8219E82* ___computedTransitions; }; struct ComputedStyle_t8B08CCCEE20525528B3FFDAC6D3F58F101AAF54C_marshaled_pinvoke { StyleDataRef_1_tBB9987581539847AE5CCA2EA2349E05CDC9127FA ___inheritedData; StyleDataRef_1_t5330A6F4EAC0EAB88E3B9849D866AA23BB6BE5F4 ___layoutData; StyleDataRef_1_tF773E9CBC6DC0FEB38DF95A6F3F47AC49AE045B3 ___rareData; StyleDataRef_1_t1D59CCAB740BE6B330D5B5FDA9F67391800200B3 ___transformData; StyleDataRef_1_t6A7B146DD79EDF7F42CD8CCF3E411B40AA729B8E ___transitionData; StyleDataRef_1_t9CB834B90E638D92A3BE5123B0D3989697AA87FC ___visualData; Dictionary_2_t645C7B1DAE2D839B52A5E387C165CE13D5465B00* ___customProperties; int64_t ___matchingRulesHash; float ___dpiScaling; ComputedTransitionProperty_tD8E4D8EB5DD69E063944F27A48D9263F4F1354E1_marshaled_pinvoke* ___computedTransitions; }; struct ComputedStyle_t8B08CCCEE20525528B3FFDAC6D3F58F101AAF54C_marshaled_com { StyleDataRef_1_tBB9987581539847AE5CCA2EA2349E05CDC9127FA ___inheritedData; StyleDataRef_1_t5330A6F4EAC0EAB88E3B9849D866AA23BB6BE5F4 ___layoutData; StyleDataRef_1_tF773E9CBC6DC0FEB38DF95A6F3F47AC49AE045B3 ___rareData; StyleDataRef_1_t1D59CCAB740BE6B330D5B5FDA9F67391800200B3 ___transformData; StyleDataRef_1_t6A7B146DD79EDF7F42CD8CCF3E411B40AA729B8E ___transitionData; StyleDataRef_1_t9CB834B90E638D92A3BE5123B0D3989697AA87FC ___visualData; Dictionary_2_t645C7B1DAE2D839B52A5E387C165CE13D5465B00* ___customProperties; int64_t ___matchingRulesHash; float ___dpiScaling; ComputedTransitionProperty_tD8E4D8EB5DD69E063944F27A48D9263F4F1354E1_marshaled_com* ___computedTransitions; }; struct Cursor_t24C3B5095F65B86794C4F7EA168E324DFDA9EE82 { Texture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4* ___U3CtextureU3Ek__BackingField; Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___U3ChotspotU3Ek__BackingField; int32_t ___U3CdefaultCursorIdU3Ek__BackingField; }; struct Cursor_t24C3B5095F65B86794C4F7EA168E324DFDA9EE82_marshaled_pinvoke { Texture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4* ___U3CtextureU3Ek__BackingField; Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___U3ChotspotU3Ek__BackingField; int32_t ___U3CdefaultCursorIdU3Ek__BackingField; }; struct Cursor_t24C3B5095F65B86794C4F7EA168E324DFDA9EE82_marshaled_com { Texture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4* ___U3CtextureU3Ek__BackingField; Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___U3ChotspotU3Ek__BackingField; int32_t ___U3CdefaultCursorIdU3Ek__BackingField; }; struct Delegate_t : public RuntimeObject { intptr_t ___method_ptr; intptr_t ___invoke_impl; RuntimeObject* ___m_target; intptr_t ___method; intptr_t ___delegate_trampoline; intptr_t ___extra_arg; intptr_t ___method_code; intptr_t ___interp_method; intptr_t ___interp_invoke_impl; MethodInfo_t* ___method_info; MethodInfo_t* ___original_method_info; DelegateData_t9B286B493293CD2D23A5B2B5EF0E5B1324C2B77E* ___data; bool ___method_is_virtual; }; struct Delegate_t_marshaled_pinvoke { intptr_t ___method_ptr; intptr_t ___invoke_impl; Il2CppIUnknown* ___m_target; intptr_t ___method; intptr_t ___delegate_trampoline; intptr_t ___extra_arg; intptr_t ___method_code; intptr_t ___interp_method; intptr_t ___interp_invoke_impl; MethodInfo_t* ___method_info; MethodInfo_t* ___original_method_info; DelegateData_t9B286B493293CD2D23A5B2B5EF0E5B1324C2B77E* ___data; int32_t ___method_is_virtual; }; struct Delegate_t_marshaled_com { intptr_t ___method_ptr; intptr_t ___invoke_impl; Il2CppIUnknown* ___m_target; intptr_t ___method; intptr_t ___delegate_trampoline; intptr_t ___extra_arg; intptr_t ___method_code; intptr_t ___interp_method; intptr_t ___interp_invoke_impl; MethodInfo_t* ___method_info; MethodInfo_t* ___original_method_info; DelegateData_t9B286B493293CD2D23A5B2B5EF0E5B1324C2B77E* ___data; int32_t ___method_is_virtual; }; struct EasingMode_tEF87477B9B9EB2524525550AE5ABEBC00FC7B0DF { int32_t ___value__; }; struct Exception_t : public RuntimeObject { String_t* ____className; String_t* ____message; RuntimeObject* ____data; Exception_t* ____innerException; String_t* ____helpURL; RuntimeObject* ____stackTrace; String_t* ____stackTraceString; String_t* ____remoteStackTraceString; int32_t ____remoteStackIndex; RuntimeObject* ____dynamicMethods; int32_t ____HResult; String_t* ____source; SafeSerializationManager_tCBB85B95DFD1634237140CD892E82D06ECB3F5E6* ____safeSerializationManager; StackTraceU5BU5D_t32FBCB20930EAF5BAE3F450FF75228E5450DA0DF* ___captured_traces; IntPtrU5BU5D_tFD177F8C806A6921AD7150264CCC62FA00CAD832* ___native_trace_ips; int32_t ___caught_in_unmanaged; }; struct Exception_t_marshaled_pinvoke { char* ____className; char* ____message; RuntimeObject* ____data; Exception_t_marshaled_pinvoke* ____innerException; char* ____helpURL; Il2CppIUnknown* ____stackTrace; char* ____stackTraceString; char* ____remoteStackTraceString; int32_t ____remoteStackIndex; Il2CppIUnknown* ____dynamicMethods; int32_t ____HResult; char* ____source; SafeSerializationManager_tCBB85B95DFD1634237140CD892E82D06ECB3F5E6* ____safeSerializationManager; StackTraceU5BU5D_t32FBCB20930EAF5BAE3F450FF75228E5450DA0DF* ___captured_traces; Il2CppSafeArray* ___native_trace_ips; int32_t ___caught_in_unmanaged; }; struct Exception_t_marshaled_com { Il2CppChar* ____className; Il2CppChar* ____message; RuntimeObject* ____data; Exception_t_marshaled_com* ____innerException; Il2CppChar* ____helpURL; Il2CppIUnknown* ____stackTrace; Il2CppChar* ____stackTraceString; Il2CppChar* ____remoteStackTraceString; int32_t ____remoteStackIndex; Il2CppIUnknown* ____dynamicMethods; int32_t ____HResult; Il2CppChar* ____source; SafeSerializationManager_tCBB85B95DFD1634237140CD892E82D06ECB3F5E6* ____safeSerializationManager; StackTraceU5BU5D_t32FBCB20930EAF5BAE3F450FF75228E5450DA0DF* ___captured_traces; Il2CppSafeArray* ___native_trace_ips; int32_t ___caught_in_unmanaged; }; struct FindObjectsInactive_t10C7BE036CAD0178142374F945283DA50D02B87A { int32_t ___value__; }; struct Int32Enum_tCBAC8BA2BFF3A845FA599F303093BBBA374B6F0C { int32_t ___value__; }; struct LanguageDirection_t30A3B6BBCEE6A6F57641E4E008E0DCC40603558C { int32_t ___value__; }; struct NativeArrayOptions_t3E979EEF4B4840228A7692A97DA07553C6465F1D { int32_t ___value__; }; struct Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C : public RuntimeObject { intptr_t ___m_CachedPtr; }; struct Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_marshaled_pinvoke { intptr_t ___m_CachedPtr; }; struct Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_marshaled_com { intptr_t ___m_CachedPtr; }; struct OwnedState_t0957CA36E21DE8A443B616EBE83B25CCCA70B5A4 { uint8_t ___value__; }; struct PickingMode_t5699BF9E5F2587E0D297984D5BF5B63B768E66AC { int32_t ___value__; }; struct ProfilerMarker_tA256E18DA86EDBC5528CE066FC91C96EE86501AD { intptr_t ___m_Ptr; }; struct PropertyPathPartKind_t82152825D88A0E450DDCE8503272A10595047F87 { int32_t ___value__; }; struct PseudoStates_tF4AB056E8743741BCE464A0983A060A53AAB7E4D { int32_t ___value__; }; struct RenderDataDirtyTypes_tEF0AE4EB7DF790A711AA45103050432B8FEDB907 { int32_t ___value__; }; struct RenderDataFlags_t5FE970B94CB31B4691C29B856A2A5848BDEACB66 { int32_t ___value__; }; struct RenderHints_t4032FC4AB3FD946FD2A484865B8861730D9035E7 { int32_t ___value__; }; struct Repeat_tC0330B75B12D24B063BA5151AF3BB73B85D8B840 { int32_t ___value__; }; struct RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B { intptr_t ___value; }; struct Scale_t5594C69C1AC9398B57ABF6C4FA0D4E791B7A4DC7 { Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___m_Scale; bool ___m_IsNone; }; struct Scale_t5594C69C1AC9398B57ABF6C4FA0D4E791B7A4DC7_marshaled_pinvoke { Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___m_Scale; int32_t ___m_IsNone; }; struct Scale_t5594C69C1AC9398B57ABF6C4FA0D4E791B7A4DC7_marshaled_com { Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___m_Scale; int32_t ___m_IsNone; }; struct StyleKeyword_t2812E72266C15CBA8927586972DC2FD27B10E705 { int32_t ___value__; }; struct StylePropertyId_tA3B8A5213F5BA43F9C5443B27B165D744713BE69 { int32_t ___value__; }; struct TextShadow_t6BADF37AB90ABCB63859A225B58AC5A580950A05 { Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___offset; float ___blurRadius; Color_tD001788D726C3A7F1379BEED0260B9591F440C1F ___color; }; struct TimeUnit_t56A79CDB672E98A4EE28002BD23B6D5E0BAA2649 { int32_t ___value__; }; struct TouchScreenKeyboardType_t3F5A06315B263282460BE67DE01393B6FB3780C1 { int32_t ___value__; }; struct VisitExceptionKind_t7E6C3EABD5439F2B4CA31C246B2AA4AC16A77DF5 { int32_t ___value__; }; struct VisitReturnCode_t795FEB928E847C526F470080AA94B33FAC60BC75 { int32_t ___value__; }; struct VisualElementFlags_t4D1066E11400967A1A2DA7331391ACDC4AA14409 { int32_t ___value__; }; struct Unit_t21DCD5C095F7DC1A0B9A47CAF8CAD3E7776CD3DB { int32_t ___value__; }; struct StretchMode_t717095B19974BD53EBBF6214745B728086EC9007 { int32_t ___value__; }; struct Unit_t7A9C3ABB0618BEBFDC1813D07080CE0C145448ED { int32_t ___value__; }; struct RenderTargetMode_tAE75E29BB61A64BDE7646D5CBD353B64BCFA9F3A { int32_t ___value__; }; struct NativeArray_1_tBEE3484B4ABC271CFAB65039F1439061D5DF806A { void* ___m_Buffer; int32_t ___m_Length; int32_t ___m_AllocatorLabel; }; struct NativeArray_1_t107C57D0357BCF9956A60495CD8FAADDF1D26AFB { void* ___m_Buffer; int32_t ___m_Length; int32_t ___m_AllocatorLabel; }; struct NativeArray_1_t596D8D9BF28AE72A671779EB28469319AC3F1147 { void* ___m_Buffer; int32_t ___m_Length; int32_t ___m_AllocatorLabel; }; struct NativeArray_1_t81F55263465517B73C455D3400CF67B4BADD85CF { void* ___m_Buffer; int32_t ___m_Length; int32_t ___m_AllocatorLabel; }; struct NativeArray_1_t6AE72D578EEA854475A487A2795F8C90FD258D8D { void* ___m_Buffer; int32_t ___m_Length; int32_t ___m_AllocatorLabel; }; struct NativeArray_1_t5FD897FA0026322EBCFF933FD6C54E43C38A0AC1 { void* ___m_Buffer; int32_t ___m_Length; int32_t ___m_AllocatorLabel; }; struct NativeArray_1_tF9AAF96E0048E8B93F277A9EAD3955253C6B34C3 { void* ___m_Buffer; int32_t ___m_Length; int32_t ___m_AllocatorLabel; }; struct NativeArray_1_tDCB166A7D351D6EEDCDE6CB91075388DEEA5E3CD { void* ___m_Buffer; int32_t ___m_Length; int32_t ___m_AllocatorLabel; }; struct NativeArray_1_t73992261AA60020B6BE20D83C50B3F925CC89F31 { void* ___m_Buffer; int32_t ___m_Length; int32_t ___m_AllocatorLabel; }; struct NativeArray_1_t76F16C71E23AB5F30821F9564775BA0C510012AA { void* ___m_Buffer; int32_t ___m_Length; int32_t ___m_AllocatorLabel; }; struct NativeArray_1_t712BAFB3B7FD80607F953479B6E3EE2D54BD9446 { void* ___m_Buffer; int32_t ___m_Length; int32_t ___m_AllocatorLabel; }; struct NativeArray_1_t1A9BB89FE5439D8C850AB18E4601D3C0502C8A5C { void* ___m_Buffer; int32_t ___m_Length; int32_t ___m_AllocatorLabel; }; struct NativeArray_1_t671C61BFD2F520DB36712AFCE9CE9BA1FC6BE4B5 { void* ___m_Buffer; int32_t ___m_Length; int32_t ___m_AllocatorLabel; }; struct NativeArray_1_t70CC53B5D3DD2663B4FA4C73609D8D98EFDB2421 { void* ___m_Buffer; int32_t ___m_Length; int32_t ___m_AllocatorLabel; }; struct NativeArray_1_t1779DD80E20BBE47D98F52B8F789215FA99BC8C8 { void* ___m_Buffer; int32_t ___m_Length; int32_t ___m_AllocatorLabel; }; struct NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C { void* ___m_Buffer; int32_t ___m_Length; int32_t ___m_AllocatorLabel; }; struct NativeArray_1_tE0DCAF7ED58915BC160F767E310F0F0A55B6BC75 { void* ___m_Buffer; int32_t ___m_Length; int32_t ___m_AllocatorLabel; }; struct NativeArray_1_t170B62D6C147DD05888D56F029D4D828DF487EC9 { void* ___m_Buffer; int32_t ___m_Length; int32_t ___m_AllocatorLabel; }; struct NativeArray_1_t84C22AC03FE6517D060874E39A444D03469DD2F0 { void* ___m_Buffer; int32_t ___m_Length; int32_t ___m_AllocatorLabel; }; struct NativeArray_1_tDF6A1978B5813BF4DAD7948E398009FFC9BEA38D { void* ___m_Buffer; int32_t ___m_Length; int32_t ___m_AllocatorLabel; }; struct NativeArray_1_t6D4C2D5161FC101BAF06059CD9414A2153CCC2A0 { void* ___m_Buffer; int32_t ___m_Length; int32_t ___m_AllocatorLabel; }; struct NativeArray_1_tA04FF6E7BE3D24B3E6351C63BF7229421DFE1259 { void* ___m_Buffer; int32_t ___m_Length; int32_t ___m_AllocatorLabel; }; struct NativeArray_1_t61CE5FDEC6BB75218352153E78207800402C1149 { void* ___m_Buffer; int32_t ___m_Length; int32_t ___m_AllocatorLabel; }; struct NativeArray_1_t170B72C5ED52FD874165AC26A8FB1CFE1A93C4CE { void* ___m_Buffer; int32_t ___m_Length; int32_t ___m_AllocatorLabel; }; struct NativeArray_1_t4020B6981295FB915DCE82EF368535F680C13A49 { void* ___m_Buffer; int32_t ___m_Length; int32_t ___m_AllocatorLabel; }; struct NativeArray_1_t033CD013BF2CA1D8A5909650F2E75960C527E638 { void* ___m_Buffer; int32_t ___m_Length; int32_t ___m_AllocatorLabel; }; struct NativeArray_1_t3848EE4B6647317212A754634DE6DBC90B99FBEF { void* ___m_Buffer; int32_t ___m_Length; int32_t ___m_AllocatorLabel; }; struct NativeArray_1_tC6F9C4831D5B3C255A767235D6B58B1A6492C5C1 { void* ___m_Buffer; int32_t ___m_Length; int32_t ___m_AllocatorLabel; }; struct NativeArray_1_tF670CAD185DDF5208060ECE543F68A06A3852A92 { void* ___m_Buffer; int32_t ___m_Length; int32_t ___m_AllocatorLabel; }; struct NativeArray_1_t275C00CC374DEA66C69B3BB3992116F315A8E934 { void* ___m_Buffer; int32_t ___m_Length; int32_t ___m_AllocatorLabel; }; struct NativeArray_1_t453E3DEA4CC9F1056F24E417C3308C35174BC184 { void* ___m_Buffer; int32_t ___m_Length; int32_t ___m_AllocatorLabel; }; struct NativeArray_1_t97E2BFD61E13EEF2CDE34A313415FAD03AB993FD { void* ___m_Buffer; int32_t ___m_Length; int32_t ___m_AllocatorLabel; }; struct NativeArray_1_t1319594EE236701FE431CF2885AEB88373076DA8 { void* ___m_Buffer; int32_t ___m_Length; int32_t ___m_AllocatorLabel; }; struct NativeArray_1_tB60512C6E4578B7CC8EB79321680E495E69ABF81 { void* ___m_Buffer; int32_t ___m_Length; int32_t ___m_AllocatorLabel; }; struct NativeArray_1_tDB8B8DC66CC8E16ED6D9A8C75D2C1AFC80AC1E18 { void* ___m_Buffer; int32_t ___m_Length; int32_t ___m_AllocatorLabel; }; struct NativeArray_1_t63326FF687E26631308829A9CDB0C51D523D4E9A { void* ___m_Buffer; int32_t ___m_Length; int32_t ___m_AllocatorLabel; }; struct NativeArray_1_tE86585F07CF10FCD01AA2652A104B149336F7EC2 { void* ___m_Buffer; int32_t ___m_Length; int32_t ___m_AllocatorLabel; }; struct NativeArray_1_tEE0716F057E5AB90C1E3B19EA5CC04D624CFC9C7 { void* ___m_Buffer; int32_t ___m_Length; int32_t ___m_AllocatorLabel; }; struct NativeArray_1_tA322013FCE7ECBB07A30418AAB23BE082C4E46D6 { void* ___m_Buffer; int32_t ___m_Length; int32_t ___m_AllocatorLabel; }; struct StyleEnum_1_t3DD2EBD4E359AFE77C2974ECAA1DEE50E0FACEDC { int32_t ___m_Value; int32_t ___m_Keyword; }; struct StyleList_1_t5D2FA4535A553635ADCE6E1E3758E1FA02160E6F { int32_t ___m_Keyword; List_1_tE7FB077B3CEA6371A27F72CC60962491AB71490B* ___m_Value; }; struct StyleList_1_tABF3DD9EB70CDF59829924CBA26ACDD1FBDD4C3C { int32_t ___m_Keyword; List_1_tD6F1685FEE5A196B3002ACC649A1DF5C65162268* ___m_Value; }; struct StyleList_1_t15E0FB58274532956EB643D58F1F7B95BED5B7C4 { int32_t ___m_Keyword; List_1_t437B6C3879E969156A381BDC3C459CF809D39DDF* ___m_Value; }; struct Angle_t0229F612898D65B3CC646C40A32D93D8A33C1DFC { float ___m_Value; int32_t ___m_Unit; }; struct BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30 { int32_t ___page; uint16_t ___pageLine; uint8_t ___bitIndex; uint8_t ___ownedState; }; struct BackgroundRepeat_t446EC7315DED2C6822F1047B7587C3018BFB277F { int32_t ___x; int32_t ___y; }; struct Columns_t487EAF3B634F6D919D58F1927099A8883964831B : public RuntimeObject { RuntimeObject* ___m_Columns; List_1_tD1A1A4E269D550491A33C35C61E549EBA163D6F4* ___m_DisplayColumns; List_1_tD1A1A4E269D550491A33C35C61E549EBA163D6F4* ___m_VisibleColumns; bool ___m_VisibleColumnsDirty; int32_t ___m_StretchMode; bool ___m_Reorderable; bool ___m_Resizable; bool ___m_ResizePreview; String_t* ___m_PrimaryColumnName; EventHandler_1_t522C29C2B48DA5A0C0D9F0978320FD1F630ADE69* ___propertyChanged; Action_1_tC7DA3F3177E0ABC8E0B6FB2D4D2F72C303E1A04F* ___changed; Action_2_t5F23CC3B7A8A73A4EA03ECC4C0C36453937843DB* ___columnAdded; Action_1_t1EA00726877CBFFB94EE52CCD9672A96472984B8* ___columnRemoved; Action_2_t240BAEB1DC7A6558995FFCB7E0186F2ABB2CE346* ___columnChanged; Action_1_t1EA00726877CBFFB94EE52CCD9672A96472984B8* ___columnResized; Action_3_tD4FEFC6A317A295868086BEB12578A006464E2D5* ___columnReordered; }; struct Component_t39FBE53E5EFCF4409111FB22C15FF73717632EC3 : public Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C { }; struct EasingFunction_t5197D3B06056326A8B5C96032CDEBD5D3BDCA7A4 { int32_t ___m_Mode; }; struct LayoutDataStore_tE59A593CD73517DDC7C117B293E7C2C6F17DC364 { int32_t ___m_Allocator; Data_t43E3238277579E631EA4E8016E61966D79F5B62E* ___m_Data; }; struct Length_t90BB06D47DD6DB461ED21BD3E3241FAB6C824256 { float ___m_Value; int32_t ___m_Unit; }; struct MultiColumnController_t25BFE9B50BC0D69925EC7EEE090F256FFE1244B6 : public RuntimeObject { Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* ___columnSortingChanged; Action_2_t723CF5545926725AE4B055BB8E304D27E617A846* ___headerContextMenuPopulateEvent; List_1_t05915E9237850A58106982B7FE4BC5DA4E872E73* ___m_SortedIndices; int32_t ___m_SortingMode; BaseVerticalCollectionView_t2BCDC86B9E301E46CFB2500A834D640F0B96ADAE* ___m_View; VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* ___m_HeaderContainer; MultiColumnCollectionHeader_t0B041BD57A14950E8C33DCD854F3A3C2C3DA706D* ___m_MultiColumnHeader; }; struct MulticastDelegate_t : public Delegate_t { DelegateU5BU5D_tC5AB7E8F745616680F337909D3A8E6C722CDF771* ___delegates; }; struct MulticastDelegate_t_marshaled_pinvoke : public Delegate_t_marshaled_pinvoke { Delegate_t_marshaled_pinvoke** ___delegates; }; struct MulticastDelegate_t_marshaled_com : public Delegate_t_marshaled_com { Delegate_t_marshaled_com** ___delegates; }; struct PropertyPathPart_tFB308743948D2298957DC1898D90AF2ACFED9DFF { int32_t ___m_Kind; String_t* ___m_Name; int32_t ___m_Index; RuntimeObject* ___m_Key; }; struct PropertyPathPart_tFB308743948D2298957DC1898D90AF2ACFED9DFF_marshaled_pinvoke { int32_t ___m_Kind; char* ___m_Name; int32_t ___m_Index; Il2CppIUnknown* ___m_Key; }; struct PropertyPathPart_tFB308743948D2298957DC1898D90AF2ACFED9DFF_marshaled_com { int32_t ___m_Kind; Il2CppChar* ___m_Name; int32_t ___m_Index; Il2CppIUnknown* ___m_Key; }; struct StyleBackground_t28A4439F46056BAFA6F4450CD1DE8F333571C97B { Background_t3C720DED4FAF016332D29FB86C9BE8D5D0D8F0C8 ___m_Value; int32_t ___m_Keyword; }; struct StyleBackground_t28A4439F46056BAFA6F4450CD1DE8F333571C97B_marshaled_pinvoke { Background_t3C720DED4FAF016332D29FB86C9BE8D5D0D8F0C8_marshaled_pinvoke ___m_Value; int32_t ___m_Keyword; }; struct StyleBackground_t28A4439F46056BAFA6F4450CD1DE8F333571C97B_marshaled_com { Background_t3C720DED4FAF016332D29FB86C9BE8D5D0D8F0C8_marshaled_com ___m_Value; int32_t ___m_Keyword; }; struct StyleColor_tFC32BA34A15742AC48D6AACF8A137A6F71F04910 { Color_tD001788D726C3A7F1379BEED0260B9591F440C1F ___m_Value; int32_t ___m_Keyword; }; struct StyleCursor_tE485E9D7E54AC3A3D514CD63313D77F75BD8C610 { Cursor_t24C3B5095F65B86794C4F7EA168E324DFDA9EE82 ___m_Value; int32_t ___m_Keyword; }; struct StyleCursor_tE485E9D7E54AC3A3D514CD63313D77F75BD8C610_marshaled_pinvoke { Cursor_t24C3B5095F65B86794C4F7EA168E324DFDA9EE82_marshaled_pinvoke ___m_Value; int32_t ___m_Keyword; }; struct StyleCursor_tE485E9D7E54AC3A3D514CD63313D77F75BD8C610_marshaled_com { Cursor_t24C3B5095F65B86794C4F7EA168E324DFDA9EE82_marshaled_com ___m_Value; int32_t ___m_Keyword; }; struct StyleFloat_t4A100BCCDC275C2302517C5858C9BE9EC43D4841 { float ___m_Value; int32_t ___m_Keyword; }; struct StyleFont_t9D8A6F3E224B60FD8BA1522CE8AB0E2E8BE8B77C { Font_tC95270EA3198038970422D78B74A7F2E218A96B6* ___m_Value; int32_t ___m_Keyword; }; struct StyleFont_t9D8A6F3E224B60FD8BA1522CE8AB0E2E8BE8B77C_marshaled_pinvoke { Font_tC95270EA3198038970422D78B74A7F2E218A96B6* ___m_Value; int32_t ___m_Keyword; }; struct StyleFont_t9D8A6F3E224B60FD8BA1522CE8AB0E2E8BE8B77C_marshaled_com { Font_tC95270EA3198038970422D78B74A7F2E218A96B6* ___m_Value; int32_t ___m_Keyword; }; struct StyleFontDefinition_t0E1130277B322724A677D489018D219F014070F4 { int32_t ___m_Keyword; FontDefinition_t65281B0E106365C28AD3F2525DE148719AEEA30C ___m_Value; }; struct StyleFontDefinition_t0E1130277B322724A677D489018D219F014070F4_marshaled_pinvoke { int32_t ___m_Keyword; FontDefinition_t65281B0E106365C28AD3F2525DE148719AEEA30C_marshaled_pinvoke ___m_Value; }; struct StyleFontDefinition_t0E1130277B322724A677D489018D219F014070F4_marshaled_com { int32_t ___m_Keyword; FontDefinition_t65281B0E106365C28AD3F2525DE148719AEEA30C_marshaled_com ___m_Value; }; struct StyleInt_tDC5B2FE9B1ABA54EEF85A7798F321F40BDC8B25D { int32_t ___m_Value; int32_t ___m_Keyword; }; struct StylePropertyName_tCBE2B561C690538C8514BF56426AC486DC35B6FF { int32_t ___U3CidU3Ek__BackingField; String_t* ___U3CnameU3Ek__BackingField; }; struct StylePropertyName_tCBE2B561C690538C8514BF56426AC486DC35B6FF_marshaled_pinvoke { int32_t ___U3CidU3Ek__BackingField; char* ___U3CnameU3Ek__BackingField; }; struct StylePropertyName_tCBE2B561C690538C8514BF56426AC486DC35B6FF_marshaled_com { int32_t ___U3CidU3Ek__BackingField; Il2CppChar* ___U3CnameU3Ek__BackingField; }; struct StyleScale_t45D687B313B39CD6FB3686ED44DECDDA402923BC { Scale_t5594C69C1AC9398B57ABF6C4FA0D4E791B7A4DC7 ___m_Value; int32_t ___m_Keyword; }; struct StyleScale_t45D687B313B39CD6FB3686ED44DECDDA402923BC_marshaled_pinvoke { Scale_t5594C69C1AC9398B57ABF6C4FA0D4E791B7A4DC7_marshaled_pinvoke ___m_Value; int32_t ___m_Keyword; }; struct StyleScale_t45D687B313B39CD6FB3686ED44DECDDA402923BC_marshaled_com { Scale_t5594C69C1AC9398B57ABF6C4FA0D4E791B7A4DC7_marshaled_com ___m_Value; int32_t ___m_Keyword; }; struct StyleTextShadow_tCDDF1FE733ADBAA5ACA3B74620D4728E83F54252 { int32_t ___m_Keyword; TextShadow_t6BADF37AB90ABCB63859A225B58AC5A580950A05 ___m_Value; }; struct SystemException_tCC48D868298F4C0705279823E34B00F4FBDB7295 : public Exception_t { }; struct TimeValue_t45AE43B219493F9459363F32C79E8986B5F82E0E { float ___m_Value; int32_t ___m_Unit; }; struct Type_t : public MemberInfo_t { RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B ____impl; }; struct UnityException_tA1EC1E95ADE689CF6EB7FAFF77C160AE1F559067 : public Exception_t { }; struct VisitParameters_tF21AC3343F90A7925EEA69AA73269B7F2DCE66CE { int32_t ___U3CIgnoreExceptionsU3Ek__BackingField; }; struct Action_2_tAC461AE4F7B507965CE2E6A32853473F8C02CD75 : public MulticastDelegate_t { }; struct Action_2_tA1EAD43A5C76FF3E77D1705EC83B9AB7B1BE7D88 : public MulticastDelegate_t { }; struct ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263 : public SystemException_tCC48D868298F4C0705279823E34B00F4FBDB7295 { String_t* ____paramName; }; struct BackgroundPosition_tF0822B29FC27A67205A9893EBE03D03B799B8B56 { int32_t ___keyword; Length_t90BB06D47DD6DB461ED21BD3E3241FAB6C824256 ___offset; }; struct BackgroundSize_t809883E2D7BB1D8D85B4C3E1DBE189F187DB25E7 { int32_t ___m_SizeType; Length_t90BB06D47DD6DB461ED21BD3E3241FAB6C824256 ___m_X; Length_t90BB06D47DD6DB461ED21BD3E3241FAB6C824256 ___m_Y; }; struct Column_tD686764EBBB4AFE8473E2464D0039885E3A2EC6A : public RuntimeObject { String_t* ___m_Name; String_t* ___m_Title; Background_t3C720DED4FAF016332D29FB86C9BE8D5D0D8F0C8 ___m_Icon; bool ___m_Visible; Length_t90BB06D47DD6DB461ED21BD3E3241FAB6C824256 ___m_Width; Length_t90BB06D47DD6DB461ED21BD3E3241FAB6C824256 ___m_MinWidth; Length_t90BB06D47DD6DB461ED21BD3E3241FAB6C824256 ___m_MaxWidth; float ___m_DesiredWidth; bool ___m_Stretchable; bool ___m_Sortable; bool ___m_Optional; bool ___m_Resizable; VisualTreeAsset_tFB5BF81F0780A412AE5A7C2C552B3EEA64EA2EEB* ___m_HeaderTemplate; VisualTreeAsset_tFB5BF81F0780A412AE5A7C2C552B3EEA64EA2EEB* ___m_CellTemplate; Func_1_tEA19435E526C20D577E34BADB14CA06F066636C2* ___m_MakeHeader; Action_1_t66B514BE877E216616DEDD40416127189FE16FA3* ___m_BindHeader; Action_1_t66B514BE877E216616DEDD40416127189FE16FA3* ___m_UnbindHeader; Action_1_t66B514BE877E216616DEDD40416127189FE16FA3* ___m_DestroyHeader; Func_1_tEA19435E526C20D577E34BADB14CA06F066636C2* ___m_MakeCell; Action_2_tA1EAD43A5C76FF3E77D1705EC83B9AB7B1BE7D88* ___m_BindCell; Action_2_tA1EAD43A5C76FF3E77D1705EC83B9AB7B1BE7D88* ___m_UnbindCellItem; EventHandler_1_t522C29C2B48DA5A0C0D9F0978320FD1F630ADE69* ___propertyChanged; Comparison_1_tB7DE1436CB53924C2FC41FF926D074C1ACC14D89* ___U3CcomparisonU3Ek__BackingField; String_t* ___U3CbindingPathU3Ek__BackingField; Action_1_t66B514BE877E216616DEDD40416127189FE16FA3* ___U3CdestroyCellU3Ek__BackingField; Columns_t487EAF3B634F6D919D58F1927099A8883964831B* ___U3CcollectionU3Ek__BackingField; Action_2_t240BAEB1DC7A6558995FFCB7E0186F2ABB2CE346* ___changed; Action_1_t1EA00726877CBFFB94EE52CCD9672A96472984B8* ___resized; }; struct LayoutDataAccess_t99AA56349D0BC76F3742B927F4F0DDB21511FBBA { int32_t ___m_Manager; LayoutDataStore_tE59A593CD73517DDC7C117B293E7C2C6F17DC364 ___m_Nodes; LayoutDataStore_tE59A593CD73517DDC7C117B293E7C2C6F17DC364 ___m_Configs; }; struct PropertyPath_tA523CA2740853534DF6C009C588464B45A6D0A79 { PropertyPathPart_tFB308743948D2298957DC1898D90AF2ACFED9DFF ___m_Part0; PropertyPathPart_tFB308743948D2298957DC1898D90AF2ACFED9DFF ___m_Part1; PropertyPathPart_tFB308743948D2298957DC1898D90AF2ACFED9DFF ___m_Part2; PropertyPathPart_tFB308743948D2298957DC1898D90AF2ACFED9DFF ___m_Part3; PropertyPathPartU5BU5D_t7994D542F14DDDDEABB1792C335C20149399AEBB* ___m_AdditionalParts; int32_t ___U3CLengthU3Ek__BackingField; }; struct PropertyPath_tA523CA2740853534DF6C009C588464B45A6D0A79_marshaled_pinvoke { PropertyPathPart_tFB308743948D2298957DC1898D90AF2ACFED9DFF_marshaled_pinvoke ___m_Part0; PropertyPathPart_tFB308743948D2298957DC1898D90AF2ACFED9DFF_marshaled_pinvoke ___m_Part1; PropertyPathPart_tFB308743948D2298957DC1898D90AF2ACFED9DFF_marshaled_pinvoke ___m_Part2; PropertyPathPart_tFB308743948D2298957DC1898D90AF2ACFED9DFF_marshaled_pinvoke ___m_Part3; PropertyPathPart_tFB308743948D2298957DC1898D90AF2ACFED9DFF_marshaled_pinvoke* ___m_AdditionalParts; int32_t ___U3CLengthU3Ek__BackingField; }; struct PropertyPath_tA523CA2740853534DF6C009C588464B45A6D0A79_marshaled_com { PropertyPathPart_tFB308743948D2298957DC1898D90AF2ACFED9DFF_marshaled_com ___m_Part0; PropertyPathPart_tFB308743948D2298957DC1898D90AF2ACFED9DFF_marshaled_com ___m_Part1; PropertyPathPart_tFB308743948D2298957DC1898D90AF2ACFED9DFF_marshaled_com ___m_Part2; PropertyPathPart_tFB308743948D2298957DC1898D90AF2ACFED9DFF_marshaled_com ___m_Part3; PropertyPathPart_tFB308743948D2298957DC1898D90AF2ACFED9DFF_marshaled_com* ___m_AdditionalParts; int32_t ___U3CLengthU3Ek__BackingField; }; struct RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847 { VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* ___prev; VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* ___next; VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* ___groupTransformAncestor; VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* ___boneTransformAncestor; VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* ___prevDirty; VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* ___nextDirty; int32_t ___flags; int32_t ___hierarchyDepth; int32_t ___dirtiedValues; uint32_t ___dirtyID; RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* ___firstHeadCommand; RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* ___lastHeadCommand; RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* ___firstTailCommand; RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* ___lastTailCommand; bool ___localFlipsWinding; bool ___localTransformScaleZero; bool ___worldFlipsWinding; bool ___worldTransformScaleZero; int32_t ___clipMethod; int32_t ___childrenStencilRef; int32_t ___childrenMaskDepth; MeshHandle_tC1E9A7ECCFDAEFDE064B8D58B35B9CEE5A70A22E* ___headMesh; MeshHandle_tC1E9A7ECCFDAEFDE064B8D58B35B9CEE5A70A22E* ___tailMesh; Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 ___verticesSpace; BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30 ___transformID; BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30 ___clipRectID; BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30 ___opacityID; BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30 ___textCoreSettingsID; BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30 ___colorID; BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30 ___backgroundColorID; BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30 ___borderLeftColorID; BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30 ___borderTopColorID; BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30 ___borderRightColorID; BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30 ___borderBottomColorID; BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30 ___tintColorID; float ___compositeOpacity; float ___backgroundAlpha; BasicNode_1_t7B4D545DCD6949B2E1C85D63DF038E44602F7DDB* ___textures; bool ___pendingRepaint; bool ___pendingHierarchicalRepaint; }; struct RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847_marshaled_pinvoke { VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* ___prev; VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* ___next; VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* ___groupTransformAncestor; VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* ___boneTransformAncestor; VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* ___prevDirty; VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* ___nextDirty; int32_t ___flags; int32_t ___hierarchyDepth; int32_t ___dirtiedValues; uint32_t ___dirtyID; RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* ___firstHeadCommand; RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* ___lastHeadCommand; RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* ___firstTailCommand; RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* ___lastTailCommand; int32_t ___localFlipsWinding; int32_t ___localTransformScaleZero; int32_t ___worldFlipsWinding; int32_t ___worldTransformScaleZero; int32_t ___clipMethod; int32_t ___childrenStencilRef; int32_t ___childrenMaskDepth; MeshHandle_tC1E9A7ECCFDAEFDE064B8D58B35B9CEE5A70A22E* ___headMesh; MeshHandle_tC1E9A7ECCFDAEFDE064B8D58B35B9CEE5A70A22E* ___tailMesh; Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 ___verticesSpace; BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30 ___transformID; BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30 ___clipRectID; BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30 ___opacityID; BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30 ___textCoreSettingsID; BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30 ___colorID; BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30 ___backgroundColorID; BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30 ___borderLeftColorID; BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30 ___borderTopColorID; BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30 ___borderRightColorID; BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30 ___borderBottomColorID; BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30 ___tintColorID; float ___compositeOpacity; float ___backgroundAlpha; BasicNode_1_t7B4D545DCD6949B2E1C85D63DF038E44602F7DDB* ___textures; int32_t ___pendingRepaint; int32_t ___pendingHierarchicalRepaint; }; struct RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847_marshaled_com { VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* ___prev; VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* ___next; VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* ___groupTransformAncestor; VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* ___boneTransformAncestor; VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* ___prevDirty; VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* ___nextDirty; int32_t ___flags; int32_t ___hierarchyDepth; int32_t ___dirtiedValues; uint32_t ___dirtyID; RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* ___firstHeadCommand; RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* ___lastHeadCommand; RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* ___firstTailCommand; RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* ___lastTailCommand; int32_t ___localFlipsWinding; int32_t ___localTransformScaleZero; int32_t ___worldFlipsWinding; int32_t ___worldTransformScaleZero; int32_t ___clipMethod; int32_t ___childrenStencilRef; int32_t ___childrenMaskDepth; MeshHandle_tC1E9A7ECCFDAEFDE064B8D58B35B9CEE5A70A22E* ___headMesh; MeshHandle_tC1E9A7ECCFDAEFDE064B8D58B35B9CEE5A70A22E* ___tailMesh; Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 ___verticesSpace; BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30 ___transformID; BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30 ___clipRectID; BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30 ___opacityID; BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30 ___textCoreSettingsID; BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30 ___colorID; BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30 ___backgroundColorID; BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30 ___borderLeftColorID; BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30 ___borderTopColorID; BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30 ___borderRightColorID; BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30 ___borderBottomColorID; BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30 ___tintColorID; float ___compositeOpacity; float ___backgroundAlpha; BasicNode_1_t7B4D545DCD6949B2E1C85D63DF038E44602F7DDB* ___textures; int32_t ___pendingRepaint; int32_t ___pendingHierarchicalRepaint; }; struct Rotate_tE965CA0281A547AB38B881A3416FF97756D3F4D7 { Angle_t0229F612898D65B3CC646C40A32D93D8A33C1DFC ___m_Angle; Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___m_Axis; bool ___m_IsNone; }; struct Rotate_tE965CA0281A547AB38B881A3416FF97756D3F4D7_marshaled_pinvoke { Angle_t0229F612898D65B3CC646C40A32D93D8A33C1DFC ___m_Angle; Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___m_Axis; int32_t ___m_IsNone; }; struct Rotate_tE965CA0281A547AB38B881A3416FF97756D3F4D7_marshaled_com { Angle_t0229F612898D65B3CC646C40A32D93D8A33C1DFC ___m_Angle; Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___m_Axis; int32_t ___m_IsNone; }; struct StyleBackgroundRepeat_t38B84958D5608FAA86B06F513716444EA06DB866 { BackgroundRepeat_t446EC7315DED2C6822F1047B7587C3018BFB277F ___m_Value; int32_t ___m_Keyword; }; struct StyleLength_tF02B24735FC88BE29BEB36F7A87709CA28AF72D8 { Length_t90BB06D47DD6DB461ED21BD3E3241FAB6C824256 ___m_Value; int32_t ___m_Keyword; }; struct Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1 : public Component_t39FBE53E5EFCF4409111FB22C15FF73717632EC3 { }; struct TransformOrigin_tD11A368A96C0771398EBB4E6D435318AC0EF8502 { Length_t90BB06D47DD6DB461ED21BD3E3241FAB6C824256 ___m_X; Length_t90BB06D47DD6DB461ED21BD3E3241FAB6C824256 ___m_Y; float ___m_Z; }; struct Translate_t494F6E802F8A640D67819C9D26BE62DED1218A8E { Length_t90BB06D47DD6DB461ED21BD3E3241FAB6C824256 ___m_X; Length_t90BB06D47DD6DB461ED21BD3E3241FAB6C824256 ___m_Y; float ___m_Z; bool ___m_isNone; }; struct Translate_t494F6E802F8A640D67819C9D26BE62DED1218A8E_marshaled_pinvoke { Length_t90BB06D47DD6DB461ED21BD3E3241FAB6C824256 ___m_X; Length_t90BB06D47DD6DB461ED21BD3E3241FAB6C824256 ___m_Y; float ___m_Z; int32_t ___m_isNone; }; struct Translate_t494F6E802F8A640D67819C9D26BE62DED1218A8E_marshaled_com { Length_t90BB06D47DD6DB461ED21BD3E3241FAB6C824256 ___m_X; Length_t90BB06D47DD6DB461ED21BD3E3241FAB6C824256 ___m_Y; float ___m_Z; int32_t ___m_isNone; }; struct ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129 : public ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263 { }; struct BindingId_t8BBB6188CD126EACCA07816C78760E92DC16620E { PropertyPath_tA523CA2740853534DF6C009C588464B45A6D0A79 ___m_PropertyPath; String_t* ___m_Path; }; struct BindingId_t8BBB6188CD126EACCA07816C78760E92DC16620E_marshaled_pinvoke { PropertyPath_tA523CA2740853534DF6C009C588464B45A6D0A79_marshaled_pinvoke ___m_PropertyPath; char* ___m_Path; }; struct BindingId_t8BBB6188CD126EACCA07816C78760E92DC16620E_marshaled_com { PropertyPath_tA523CA2740853534DF6C009C588464B45A6D0A79_marshaled_com ___m_PropertyPath; Il2CppChar* ___m_Path; }; struct LayoutNode_tADF081B0F16F76B66459DE38F3AD8EC098F22CBE { LayoutDataAccess_t99AA56349D0BC76F3742B927F4F0DDB21511FBBA ___m_Access; LayoutHandle_tCFE060947B4EDC8F11BF5B480181493FB578BEB6 ___m_Handle; }; struct PathVisitor_tCD0947C41CDBDB774D22D560E5FFA01EF61C4446 : public RuntimeObject { int32_t ___m_PathIndex; PropertyPath_tA523CA2740853534DF6C009C588464B45A6D0A79 ___U3CPathU3Ek__BackingField; RuntimeObject* ___U3CPropertyU3Ek__BackingField; bool ___U3CReadonlyVisitU3Ek__BackingField; int32_t ___U3CReturnCodeU3Ek__BackingField; }; struct StyleBackgroundPosition_t707AF9D66EF808C1B1DE174CAB623D97A653C3F3 { BackgroundPosition_tF0822B29FC27A67205A9893EBE03D03B799B8B56 ___m_Value; int32_t ___m_Keyword; }; struct StyleBackgroundSize_t0904929E2E236696CEC8DBD4B1082E8313F84008 { BackgroundSize_t809883E2D7BB1D8D85B4C3E1DBE189F187DB25E7 ___m_Value; int32_t ___m_Keyword; }; struct StyleRotate_t59305F0FBB44EA70AE332ECF9279C270B3F2283B { Rotate_tE965CA0281A547AB38B881A3416FF97756D3F4D7 ___m_Value; int32_t ___m_Keyword; }; struct StyleRotate_t59305F0FBB44EA70AE332ECF9279C270B3F2283B_marshaled_pinvoke { Rotate_tE965CA0281A547AB38B881A3416FF97756D3F4D7_marshaled_pinvoke ___m_Value; int32_t ___m_Keyword; }; struct StyleRotate_t59305F0FBB44EA70AE332ECF9279C270B3F2283B_marshaled_com { Rotate_tE965CA0281A547AB38B881A3416FF97756D3F4D7_marshaled_com ___m_Value; int32_t ___m_Keyword; }; struct StyleTransformOrigin_t708B2E73541ECAE23D286FE68D6BC2CCFAAB84A6 { TransformOrigin_tD11A368A96C0771398EBB4E6D435318AC0EF8502 ___m_Value; int32_t ___m_Keyword; }; struct StyleTranslate_tF9528CA4B45EE4EB2C4D294336A83D88DB6AF089 { Translate_t494F6E802F8A640D67819C9D26BE62DED1218A8E ___m_Value; int32_t ___m_Keyword; }; struct StyleTranslate_tF9528CA4B45EE4EB2C4D294336A83D88DB6AF089_marshaled_pinvoke { Translate_t494F6E802F8A640D67819C9D26BE62DED1218A8E_marshaled_pinvoke ___m_Value; int32_t ___m_Keyword; }; struct StyleTranslate_tF9528CA4B45EE4EB2C4D294336A83D88DB6AF089_marshaled_com { Translate_t494F6E802F8A640D67819C9D26BE62DED1218A8E_marshaled_com ___m_Value; int32_t ___m_Keyword; }; struct VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115 : public Focusable_t39F2BAF0AF6CA465BC2BEDAF9B5B2CF379B846D0 { int32_t ___U3CUnityEngine_UIElements_IStylePropertyAnimations_runningAnimationCountU3Ek__BackingField; int32_t ___U3CUnityEngine_UIElements_IStylePropertyAnimations_completedAnimationCountU3Ek__BackingField; String_t* ___m_Name; List_1_tF470A3BE5C1B5B68E1325EF3F109D172E60BD7CD* ___m_ClassList; Dictionary_2_tBCCCFBCAC02A3C03E3C84D75696D4860D7444A35* ___m_PropertyBag; int32_t ___m_Flags; String_t* ___m_ViewDataKey; int32_t ___m_RenderHints; Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D ___lastLayout; Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D ___lastPseudoPadding; RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847 ___renderChainData; bool ___shouldCutRenderChain; UIRenderer_t92C2C36451BAD524541C4C548B02D0EAC798644E* ___uiRenderer; Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D ___m_Layout; Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D ___m_BoundingBox; Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D ___m_WorldBoundingBox; Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 ___m_WorldTransformCache; Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 ___m_WorldTransformInverseCache; Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D ___m_WorldClip; Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D ___m_WorldClipMinusGroup; bool ___m_WorldClipIsInfinite; int32_t ___triggerPseudoMask; int32_t ___dependencyPseudoMask; int32_t ___m_PseudoStates; int32_t ___U3CcontainedPointerIdsU3Ek__BackingField; int32_t ___m_PickingMode; LayoutNode_tADF081B0F16F76B66459DE38F3AD8EC098F22CBE ___m_LayoutNode; ComputedStyle_t8B08CCCEE20525528B3FFDAC6D3F58F101AAF54C ___m_Style; StyleVariableContext_tF74F2787CE1F6BEBBFBFF0771CF493AC9E403527* ___variableContext; int32_t ___inheritedStylesHash; uint32_t ___controlid; int32_t ___imguiContainerDescendantCount; bool ___m_EnabledSelf; int32_t ___m_LanguageDirection; int32_t ___m_LocalLanguageDirection; Action_1_t3DC3411926243F1DB9C330F8E105B904E38C1A0B* ___U3CgenerateVisualContentU3Ek__BackingField; int32_t ___m_SubRenderTargetMode; Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* ___m_defaultMaterial; List_1_t96E9133B70FB6765E6B138E810D33E18901715DA* ___m_RunningAnimations; RuntimeObject* ___m_DataSource; PropertyPath_tA523CA2740853534DF6C009C588464B45A6D0A79 ___m_DataSourcePath; List_1_t592DF2E59D6E244DA0041698383484A07C7E0480* ___m_Bindings; Type_t* ___U3CdataSourceTypeU3Ek__BackingField; int32_t ___m_TrickleDownHandleEventCategories; int32_t ___m_BubbleUpHandleEventCategories; int32_t ___m_BubbleUpEventCallbackCategories; int32_t ___m_TrickleDownEventCallbackCategories; int32_t ___m_EventInterestSelfCategories; int32_t ___m_CachedEventInterestParentCategories; uint32_t ___m_NextParentCachedVersion; uint32_t ___m_NextParentRequiredVersion; VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* ___m_CachedNextParentWithEventInterests; Hierarchy_t4CF226F0EDE9C117C51C505730FC80641B1F1677 ___U3ChierarchyU3Ek__BackingField; bool ___U3CisRootVisualContainerU3Ek__BackingField; bool ___U3CcacheAsBitmapU3Ek__BackingField; VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* ___m_PhysicalParent; VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* ___m_LogicalParent; Action_1_t66B514BE877E216616DEDD40416127189FE16FA3* ___elementAdded; Action_1_t66B514BE877E216616DEDD40416127189FE16FA3* ___elementRemoved; List_1_t6115BBE78FE9310B180A2027321DF46F2A06AC95* ___m_Children; BaseVisualElementPanel_tE3811F3D1474B72CB6CD5BCEECFF5B5CBEC1E303* ___U3CelementPanelU3Ek__BackingField; VisualTreeAsset_tFB5BF81F0780A412AE5A7C2C552B3EEA64EA2EEB* ___m_VisualTreeAssetSource; InlineStyleAccess_t5CA7877999C9442491A220AE50D605C84D09A165* ___inlineStyleAccess; ResolvedStyleAccess_t226CC840EBACEE31CE1139ED5F717532AFFAEB45* ___resolvedStyleAccess; List_1_tEA16F82F7871418E28EB6F551D77A8AD9F2E337F* ___styleSheetList; TypeData_t01D670B4E71B5571B38C7412B1E652A47D6AF66A* ___m_TypeData; }; struct BindableElement_t873EFF65032D21AB3B7BFBA21675D1693967435C : public VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115 { RuntimeObject* ___U3CbindingU3Ek__BackingField; String_t* ___U3CbindingPathU3Ek__BackingField; }; struct MultiColumnCollectionHeader_t0B041BD57A14950E8C33DCD854F3A3C2C3DA706D : public VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115 { bool ___m_SortingEnabled; List_1_t75E66FBE18EAE33E2DBD8F2C48C54549332A997F* ___m_SortedColumns; SortColumnDescriptions_tDC3FDF948D96F26E0BCB2C971C6EDA1E02BAB1EA* ___m_SortDescriptions; List_1_t8E88137DBF3559DC2CF17853F82E9C24C134B291* ___m_OldSortedColumnStates; bool ___m_SortingUpdatesTemporarilyDisabled; ViewState_t5BBB8D6381ABFF63C3178453D4ACE18E7D54D4C0* ___m_ViewState; bool ___m_ApplyingViewState; bool ___m_DoLayoutScheduled; Dictionary_2_t1C6F670EE6B3EEEEFF2CBA243476B8AC9C173D11* ___U3CcolumnDataMapU3Ek__BackingField; ColumnLayout_tF0A72BFB169B3329F9720AF33516EBAFAB4400B4* ___U3CcolumnLayoutU3Ek__BackingField; VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* ___U3CcolumnContainerU3Ek__BackingField; VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* ___U3CresizeHandleContainerU3Ek__BackingField; Columns_t487EAF3B634F6D919D58F1927099A8883964831B* ___U3CcolumnsU3Ek__BackingField; Action_2_t28390B369564138BA256B9D0831BFEC2F9FF1006* ___columnResized; Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* ___columnSortingChanged; Action_2_t723CF5545926725AE4B055BB8E304D27E617A846* ___contextMenuPopulateEvent; Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* ___viewDataRestored; }; struct MultiColumnHeaderColumn_t6F44266EE1B6EEB83465A7FE3BA6A6C7CBF8F9B4 : public VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115 { VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* ___m_ContentContainer; VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* ___m_Content; MultiColumnHeaderColumnSortIndicator_tBC4661121B0BC69A811617BFB87C1D388A68EAF3* ___m_SortIndicatorContainer; RuntimeObject* ___m_ScheduledHeaderTemplateUpdate; Clickable_tED3E313565F64BDF5DA9D3FE0FEFFD0E17E53834* ___U3CclickableU3Ek__BackingField; ColumnMover_tF8B270BEC7C26ECD780F9EEAE6EC2A99BDC6986F* ___U3CmoverU3Ek__BackingField; Column_tD686764EBBB4AFE8473E2464D0039885E3A2EC6A* ___U3CcolumnU3Ek__BackingField; }; struct TextElement_tD56C5044CCC5552285DC8A9950CC60448C80FEE0 : public BindableElement_t873EFF65032D21AB3B7BFBA21675D1693967435C { UITKTextHandle_t1FF3B4EC2367C05F42D61C660D6FE30DF91C06CE* ___U3CuitkTextHandleU3Ek__BackingField; String_t* ___m_Text; bool ___m_EnableRichText; bool ___m_EmojiFallbackSupport; bool ___m_ParseEscapeSequences; bool ___m_DisplayTooltipWhenElided; bool ___U3CisElidedU3Ek__BackingField; String_t* ___elidedText; bool ___m_WasElided; TextEditingManipulator_t9AC543C81F3778888F421C8D93003EBC8902EB29* ___U3CeditingManipulatorU3Ek__BackingField; bool ___m_Multiline; TouchScreenKeyboard_tE87B78A3DAED69816B44C99270A734682E093E7A* ___m_TouchScreenKeyboard; Action_1_t10DCB0C07D0D3C565CEACADC80D1152B35A45F6C* ___onIsReadOnlyChanged; int32_t ___m_KeyboardType; bool ___m_HideMobileInput; bool ___m_IsReadOnly; int32_t ___m_MaxLength; String_t* ___m_PlaceholderText; bool ___U3CUnityEngine_UIElements_ITextEdition_isDelayedU3Ek__BackingField; Func_2_tF409A653B8F770E0A30CD80D21764FB1DDB2A28F* ___U3CUnityEngine_UIElements_ITextEdition_AcceptCharacterU3Ek__BackingField; Action_1_t10DCB0C07D0D3C565CEACADC80D1152B35A45F6C* ___U3CUnityEngine_UIElements_ITextEdition_UpdateScrollOffsetU3Ek__BackingField; Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* ___U3CUnityEngine_UIElements_ITextEdition_UpdateValueFromTextU3Ek__BackingField; Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* ___U3CUnityEngine_UIElements_ITextEdition_UpdateTextFromValueU3Ek__BackingField; Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* ___U3CUnityEngine_UIElements_ITextEdition_MoveFocusToCompositeRootU3Ek__BackingField; Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* ___U3COnPlaceholderChangedU3Ek__BackingField; Func_1_t367387BB2C476D3F32DB12161B5FDC128DC3231C* ___U3CUnityEngine_UIElements_ITextEdition_GetDefaultValueTypeU3Ek__BackingField; String_t* ___m_RenderedText; String_t* ___m_OriginalText; Il2CppChar ___m_MaskChar; bool ___m_IsPassword; bool ___m_HidePlaceholderTextOnFocus; bool ___m_AutoCorrection; TextSelectingManipulator_t85DD873E0C5537C1F8468B6FE5E4C9995B193855* ___m_SelectingManipulator; bool ___m_IsSelectable; bool ___m_DoubleClickSelectsWord; bool ___m_TripleClickSelectsLine; bool ___m_SelectAllOnFocus; bool ___m_SelectAllOnMouseUp; Color_tD001788D726C3A7F1379BEED0260B9591F440C1F ___m_SelectionColor; Color_tD001788D726C3A7F1379BEED0260B9591F440C1F ___m_CursorColor; float ___m_CursorWidth; }; struct Label_tC160668F9119CE0F5567021FB208E64A5B1C5B70 : public TextElement_tD56C5044CCC5552285DC8A9950CC60448C80FEE0 { }; struct EqualityComparer_1_tECD5E5244542BCEA9946E4E9E894173EFA97E8DF_StaticFields { EqualityComparer_1_tECD5E5244542BCEA9946E4E9E894173EFA97E8DF* ___defaultComparer; }; struct EqualityComparer_1_t8B724228B7FB3FDB4FA0E3B3197F3E836025C852_StaticFields { EqualityComparer_1_t8B724228B7FB3FDB4FA0E3B3197F3E836025C852* ___defaultComparer; }; struct EqualityComparer_1_t92563A67F1C1ECDC3FE387C46498E2E56B59F3C2_StaticFields { EqualityComparer_1_t92563A67F1C1ECDC3FE387C46498E2E56B59F3C2* ___defaultComparer; }; struct EqualityComparer_1_t346CEF653847623862FC6F88D66F7933B0039499_StaticFields { EqualityComparer_1_t346CEF653847623862FC6F88D66F7933B0039499* ___defaultComparer; }; struct List_1_t3517D52AE25CA3B19051E691E9C06ED03A3AB9B8_StaticFields { Color32U5BU5D_t38116C3E91765C4C5726CE12C77FAD7F9F737259* ___s_emptyArray; }; struct List_1_t05915E9237850A58106982B7FE4BC5DA4E872E73_StaticFields { Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* ___s_emptyArray; }; struct List_1_t77B94703E05C519A9010DD0614F757F974E1CD8B_StaticFields { Vector3U5BU5D_tFF1859CCE176131B909E2044F76443064254679C* ___s_emptyArray; }; struct List_1_tF42FEB6C3B18B7E7C8F2DE1FEBA00D2491736317_StaticFields { Vector4U5BU5D_tC0F3A7115F85007510F6D173968200CD31BCF7AD* ___s_emptyArray; }; struct List_1_tDBA89B0E21BAC58CFBD3C1F76E4668E3B562761A_StaticFields { __Il2CppFullySharedGenericTypeU5BU5D_tCAB6D060972DD49223A834B7EEFEB9FE2D003BEC* ___s_emptyArray; }; struct TypeTraits_1_t14492BDEFA66B94D1A35E842BFAB7898518438E4_StaticFields { bool ___U3CIsValueTypeU3Ek__BackingField; bool ___U3CIsPrimitiveU3Ek__BackingField; bool ___U3CIsInterfaceU3Ek__BackingField; bool ___U3CIsAbstractU3Ek__BackingField; bool ___U3CIsArrayU3Ek__BackingField; bool ___U3CIsMultidimensionalArrayU3Ek__BackingField; bool ___U3CIsEnumU3Ek__BackingField; bool ___U3CIsEnumFlagsU3Ek__BackingField; bool ___U3CIsNullableU3Ek__BackingField; bool ___U3CIsObjectU3Ek__BackingField; bool ___U3CIsStringU3Ek__BackingField; bool ___U3CIsContainerU3Ek__BackingField; bool ___U3CCanBeNullU3Ek__BackingField; bool ___U3CIsPrimitiveOrStringU3Ek__BackingField; bool ___U3CIsAbstractOrInterfaceU3Ek__BackingField; bool ___U3CIsUnityObjectU3Ek__BackingField; bool ___U3CIsLazyLoadReferenceU3Ek__BackingField; }; struct TypeTraits_1_t8883CD81D797B05BC15979287C7B2BC58F033BC9_StaticFields { bool ___U3CIsValueTypeU3Ek__BackingField; bool ___U3CIsPrimitiveU3Ek__BackingField; bool ___U3CIsInterfaceU3Ek__BackingField; bool ___U3CIsAbstractU3Ek__BackingField; bool ___U3CIsArrayU3Ek__BackingField; bool ___U3CIsMultidimensionalArrayU3Ek__BackingField; bool ___U3CIsEnumU3Ek__BackingField; bool ___U3CIsEnumFlagsU3Ek__BackingField; bool ___U3CIsNullableU3Ek__BackingField; bool ___U3CIsObjectU3Ek__BackingField; bool ___U3CIsStringU3Ek__BackingField; bool ___U3CIsContainerU3Ek__BackingField; bool ___U3CCanBeNullU3Ek__BackingField; bool ___U3CIsPrimitiveOrStringU3Ek__BackingField; bool ___U3CIsAbstractOrInterfaceU3Ek__BackingField; bool ___U3CIsUnityObjectU3Ek__BackingField; bool ___U3CIsLazyLoadReferenceU3Ek__BackingField; }; struct TypeTraits_1_tC1A46C3724D2DAD269AF6BD39D20DE59150FDF28_StaticFields { bool ___U3CIsValueTypeU3Ek__BackingField; bool ___U3CIsPrimitiveU3Ek__BackingField; bool ___U3CIsInterfaceU3Ek__BackingField; bool ___U3CIsAbstractU3Ek__BackingField; bool ___U3CIsArrayU3Ek__BackingField; bool ___U3CIsMultidimensionalArrayU3Ek__BackingField; bool ___U3CIsEnumU3Ek__BackingField; bool ___U3CIsEnumFlagsU3Ek__BackingField; bool ___U3CIsNullableU3Ek__BackingField; bool ___U3CIsObjectU3Ek__BackingField; bool ___U3CIsStringU3Ek__BackingField; bool ___U3CIsContainerU3Ek__BackingField; bool ___U3CCanBeNullU3Ek__BackingField; bool ___U3CIsPrimitiveOrStringU3Ek__BackingField; bool ___U3CIsAbstractOrInterfaceU3Ek__BackingField; bool ___U3CIsUnityObjectU3Ek__BackingField; bool ___U3CIsLazyLoadReferenceU3Ek__BackingField; }; struct TypeTraits_1_t489E41DF3938E924D32457D7DE82598F4FD0A2DE_StaticFields { bool ___U3CIsValueTypeU3Ek__BackingField; bool ___U3CIsPrimitiveU3Ek__BackingField; bool ___U3CIsInterfaceU3Ek__BackingField; bool ___U3CIsAbstractU3Ek__BackingField; bool ___U3CIsArrayU3Ek__BackingField; bool ___U3CIsMultidimensionalArrayU3Ek__BackingField; bool ___U3CIsEnumU3Ek__BackingField; bool ___U3CIsEnumFlagsU3Ek__BackingField; bool ___U3CIsNullableU3Ek__BackingField; bool ___U3CIsObjectU3Ek__BackingField; bool ___U3CIsStringU3Ek__BackingField; bool ___U3CIsContainerU3Ek__BackingField; bool ___U3CCanBeNullU3Ek__BackingField; bool ___U3CIsPrimitiveOrStringU3Ek__BackingField; bool ___U3CIsAbstractOrInterfaceU3Ek__BackingField; bool ___U3CIsUnityObjectU3Ek__BackingField; bool ___U3CIsLazyLoadReferenceU3Ek__BackingField; }; struct String_t_StaticFields { String_t* ___Empty; }; struct Boolean_t09A6377A54BE2F9E6985A8149F19234FD7DDFE22_StaticFields { String_t* ___TrueString; String_t* ___FalseString; }; struct Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7_StaticFields { Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___zeroVector; Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___oneVector; Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___upVector; Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___downVector; Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___leftVector; Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___rightVector; Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___positiveInfinityVector; Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___negativeInfinityVector; }; struct Vector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A_StaticFields { Vector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A ___s_Zero; Vector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A ___s_One; Vector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A ___s_Up; Vector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A ___s_Down; Vector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A ___s_Left; Vector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A ___s_Right; }; struct Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2_StaticFields { Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___zeroVector; Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___oneVector; Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___upVector; Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___downVector; Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___leftVector; Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___rightVector; Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___forwardVector; Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___backVector; Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___positiveInfinityVector; Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___negativeInfinityVector; }; struct Vector3Int_t65CB06F557251D18A37BD71F3655BA836A357376_StaticFields { Vector3Int_t65CB06F557251D18A37BD71F3655BA836A357376 ___s_Zero; Vector3Int_t65CB06F557251D18A37BD71F3655BA836A357376 ___s_One; Vector3Int_t65CB06F557251D18A37BD71F3655BA836A357376 ___s_Up; Vector3Int_t65CB06F557251D18A37BD71F3655BA836A357376 ___s_Down; Vector3Int_t65CB06F557251D18A37BD71F3655BA836A357376 ___s_Left; Vector3Int_t65CB06F557251D18A37BD71F3655BA836A357376 ___s_Right; Vector3Int_t65CB06F557251D18A37BD71F3655BA836A357376 ___s_Forward; Vector3Int_t65CB06F557251D18A37BD71F3655BA836A357376 ___s_Back; }; struct Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3_StaticFields { Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 ___zeroVector; Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 ___oneVector; Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 ___positiveInfinityVector; Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 ___negativeInfinityVector; }; struct Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_StaticFields { int32_t ___OffsetOfInstanceIDInCPlusPlusObject; }; struct Columns_t487EAF3B634F6D919D58F1927099A8883964831B_StaticFields { BindingId_t8BBB6188CD126EACCA07816C78760E92DC16620E ___primaryColumnNameProperty; BindingId_t8BBB6188CD126EACCA07816C78760E92DC16620E ___reorderableProperty; BindingId_t8BBB6188CD126EACCA07816C78760E92DC16620E ___resizableProperty; BindingId_t8BBB6188CD126EACCA07816C78760E92DC16620E ___resizePreviewProperty; BindingId_t8BBB6188CD126EACCA07816C78760E92DC16620E ___stretchModeProperty; }; struct MultiColumnController_t25BFE9B50BC0D69925EC7EEE090F256FFE1244B6_StaticFields { PropertyName_tE4B4AAA58AF3BF2C0CD95509EB7B786F096901C2 ___k_BoundColumnVePropertyName; PropertyName_tE4B4AAA58AF3BF2C0CD95509EB7B786F096901C2 ___bindableElementPropertyName; String_t* ___baseUssClassName; String_t* ___k_HeaderContainerViewDataKey; String_t* ___headerContainerUssClassName; String_t* ___rowContainerUssClassName; String_t* ___cellUssClassName; String_t* ___cellLabelUssClassName; String_t* ___k_HeaderViewDataKey; }; struct Type_t_StaticFields { Binder_t91BFCE95A7057FADF4D8A1A342AFE52872246235* ___s_defaultBinder; Il2CppChar ___Delimiter; TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* ___EmptyTypes; RuntimeObject* ___Missing; MemberFilter_tF644F1AE82F611B677CE1964D5A3277DDA21D553* ___FilterAttribute; MemberFilter_tF644F1AE82F611B677CE1964D5A3277DDA21D553* ___FilterName; MemberFilter_tF644F1AE82F611B677CE1964D5A3277DDA21D553* ___FilterNameIgnoreCase; }; struct Column_tD686764EBBB4AFE8473E2464D0039885E3A2EC6A_StaticFields { BindingId_t8BBB6188CD126EACCA07816C78760E92DC16620E ___nameProperty; BindingId_t8BBB6188CD126EACCA07816C78760E92DC16620E ___titleProperty; BindingId_t8BBB6188CD126EACCA07816C78760E92DC16620E ___iconProperty; BindingId_t8BBB6188CD126EACCA07816C78760E92DC16620E ___visibleProperty; BindingId_t8BBB6188CD126EACCA07816C78760E92DC16620E ___widthProperty; BindingId_t8BBB6188CD126EACCA07816C78760E92DC16620E ___minWidthProperty; BindingId_t8BBB6188CD126EACCA07816C78760E92DC16620E ___maxWidthProperty; BindingId_t8BBB6188CD126EACCA07816C78760E92DC16620E ___sortableProperty; BindingId_t8BBB6188CD126EACCA07816C78760E92DC16620E ___stretchableProperty; BindingId_t8BBB6188CD126EACCA07816C78760E92DC16620E ___optionalProperty; BindingId_t8BBB6188CD126EACCA07816C78760E92DC16620E ___resizableProperty; BindingId_t8BBB6188CD126EACCA07816C78760E92DC16620E ___headerTemplateProperty; BindingId_t8BBB6188CD126EACCA07816C78760E92DC16620E ___cellTemplateProperty; }; struct VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115_StaticFields { uint32_t ___s_NextId; List_1_tF470A3BE5C1B5B68E1325EF3F109D172E60BD7CD* ___s_EmptyClassList; PropertyName_tE4B4AAA58AF3BF2C0CD95509EB7B786F096901C2 ___userDataPropertyKey; String_t* ___disabledUssClassName; Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D ___s_InfiniteRect; ProfilerMarker_tA256E18DA86EDBC5528CE066FC91C96EE86501AD ___k_GenerateVisualContentMarker; Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* ___s_runtimeMaterial; BindingId_t8BBB6188CD126EACCA07816C78760E92DC16620E ___childCountProperty; BindingId_t8BBB6188CD126EACCA07816C78760E92DC16620E ___contentRectProperty; BindingId_t8BBB6188CD126EACCA07816C78760E92DC16620E ___dataSourcePathProperty; BindingId_t8BBB6188CD126EACCA07816C78760E92DC16620E ___dataSourceProperty; BindingId_t8BBB6188CD126EACCA07816C78760E92DC16620E ___disablePlayModeTintProperty; BindingId_t8BBB6188CD126EACCA07816C78760E92DC16620E ___enabledInHierarchyProperty; BindingId_t8BBB6188CD126EACCA07816C78760E92DC16620E ___enabledSelfProperty; BindingId_t8BBB6188CD126EACCA07816C78760E92DC16620E ___layoutProperty; BindingId_t8BBB6188CD126EACCA07816C78760E92DC16620E ___languageDirectionProperty; BindingId_t8BBB6188CD126EACCA07816C78760E92DC16620E ___localBoundProperty; BindingId_t8BBB6188CD126EACCA07816C78760E92DC16620E ___nameProperty; BindingId_t8BBB6188CD126EACCA07816C78760E92DC16620E ___panelProperty; BindingId_t8BBB6188CD126EACCA07816C78760E92DC16620E ___pickingModeProperty; BindingId_t8BBB6188CD126EACCA07816C78760E92DC16620E ___styleSheetsProperty; BindingId_t8BBB6188CD126EACCA07816C78760E92DC16620E ___tooltipProperty; BindingId_t8BBB6188CD126EACCA07816C78760E92DC16620E ___usageHintsProperty; BindingId_t8BBB6188CD126EACCA07816C78760E92DC16620E ___userDataProperty; BindingId_t8BBB6188CD126EACCA07816C78760E92DC16620E ___viewDataKeyProperty; BindingId_t8BBB6188CD126EACCA07816C78760E92DC16620E ___visibleProperty; BindingId_t8BBB6188CD126EACCA07816C78760E92DC16620E ___visualTreeAssetSourceProperty; BindingId_t8BBB6188CD126EACCA07816C78760E92DC16620E ___worldBoundProperty; BindingId_t8BBB6188CD126EACCA07816C78760E92DC16620E ___worldTransformProperty; uint32_t ___s_NextParentVersion; List_1_t6115BBE78FE9310B180A2027321DF46F2A06AC95* ___s_EmptyList; CustomStyleAccess_t170C852102B4D09FB478B620A75B14D096F9F2B1* ___s_CustomStyleAccess; Regex_tE773142C2BE45C5D362B0F815AFF831707A51772* ___s_InternalStyleSheetPath; PropertyName_tE4B4AAA58AF3BF2C0CD95509EB7B786F096901C2 ___tooltipPropertyKey; Dictionary_2_t4055F6540F36F21F9FEDAFB92D8E0089B38EBBC8* ___s_TypeData; }; struct MultiColumnCollectionHeader_t0B041BD57A14950E8C33DCD854F3A3C2C3DA706D_StaticFields { String_t* ___ussClassName; String_t* ___columnContainerUssClassName; String_t* ___handleContainerUssClassName; String_t* ___reorderableUssClassName; }; struct MultiColumnHeaderColumn_t6F44266EE1B6EEB83465A7FE3BA6A6C7CBF8F9B4_StaticFields { String_t* ___ussClassName; String_t* ___sortableUssClassName; String_t* ___sortedAscendingUssClassName; String_t* ___sortedDescendingUssClassName; String_t* ___movingUssClassName; String_t* ___contentContainerUssClassName; String_t* ___contentUssClassName; String_t* ___defaultContentUssClassName; String_t* ___hasIconUssClassName; String_t* ___hasTitleUssClassName; String_t* ___titleUssClassName; String_t* ___iconElementName; String_t* ___titleElementName; String_t* ___s_BoundVEPropertyName; String_t* ___s_BindingCallbackVEPropertyName; String_t* ___s_UnbindingCallbackVEPropertyName; String_t* ___s_DestroyCallbackVEPropertyName; }; struct TextElement_tD56C5044CCC5552285DC8A9950CC60448C80FEE0_StaticFields { BindingId_t8BBB6188CD126EACCA07816C78760E92DC16620E ___displayTooltipWhenElidedProperty; BindingId_t8BBB6188CD126EACCA07816C78760E92DC16620E ___emojiFallbackSupportProperty; BindingId_t8BBB6188CD126EACCA07816C78760E92DC16620E ___enableRichTextProperty; BindingId_t8BBB6188CD126EACCA07816C78760E92DC16620E ___isElidedProperty; BindingId_t8BBB6188CD126EACCA07816C78760E92DC16620E ___parseEscapeSequencesProperty; BindingId_t8BBB6188CD126EACCA07816C78760E92DC16620E ___textProperty; BindingId_t8BBB6188CD126EACCA07816C78760E92DC16620E ___valueProperty; String_t* ___ussClassName; String_t* ___selectableUssClassName; String_t* ___k_EllipsisText; BindingId_t8BBB6188CD126EACCA07816C78760E92DC16620E ___autoCorrectionProperty; BindingId_t8BBB6188CD126EACCA07816C78760E92DC16620E ___hideMobileInputProperty; BindingId_t8BBB6188CD126EACCA07816C78760E92DC16620E ___keyboardTypeProperty; BindingId_t8BBB6188CD126EACCA07816C78760E92DC16620E ___isReadOnlyProperty; BindingId_t8BBB6188CD126EACCA07816C78760E92DC16620E ___isPasswordProperty; BindingId_t8BBB6188CD126EACCA07816C78760E92DC16620E ___maxLengthProperty; BindingId_t8BBB6188CD126EACCA07816C78760E92DC16620E ___maskCharProperty; BindingId_t8BBB6188CD126EACCA07816C78760E92DC16620E ___isSelectableProperty; BindingId_t8BBB6188CD126EACCA07816C78760E92DC16620E ___cursorIndexProperty; BindingId_t8BBB6188CD126EACCA07816C78760E92DC16620E ___selectIndexProperty; BindingId_t8BBB6188CD126EACCA07816C78760E92DC16620E ___doubleClickSelectsWordProperty; BindingId_t8BBB6188CD126EACCA07816C78760E92DC16620E ___tripleClickSelectsLineProperty; BindingId_t8BBB6188CD126EACCA07816C78760E92DC16620E ___cursorPositionProperty; BindingId_t8BBB6188CD126EACCA07816C78760E92DC16620E ___selectionColorProperty; BindingId_t8BBB6188CD126EACCA07816C78760E92DC16620E ___cursorColorProperty; BindingId_t8BBB6188CD126EACCA07816C78760E92DC16620E ___selectAllOnFocusProperty; BindingId_t8BBB6188CD126EACCA07816C78760E92DC16620E ___selectAllOnMouseUpProperty; BindingId_t8BBB6188CD126EACCA07816C78760E92DC16620E ___selectionProperty; }; struct Label_tC160668F9119CE0F5567021FB208E64A5B1C5B70_StaticFields { String_t* ___ussClassName; }; #ifdef __clang__ #pragma clang diagnostic pop #endif struct Color32U5BU5D_t38116C3E91765C4C5726CE12C77FAD7F9F737259 : public RuntimeArray { ALIGN_FIELD (8) Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B m_Items[1]; inline Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B* 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, Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B* GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B value) { m_Items[index] = value; } }; struct Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C : public RuntimeArray { ALIGN_FIELD (8) int32_t m_Items[1]; 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; } }; struct Vector3U5BU5D_tFF1859CCE176131B909E2044F76443064254679C : public RuntimeArray { ALIGN_FIELD (8) Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 m_Items[1]; inline Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2* 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, Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2* GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 value) { m_Items[index] = value; } }; struct Vector4U5BU5D_tC0F3A7115F85007510F6D173968200CD31BCF7AD : public RuntimeArray { ALIGN_FIELD (8) Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 m_Items[1]; inline Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3* 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, Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3* GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 value) { m_Items[index] = value; } }; struct __Il2CppFullySharedGenericTypeU5BU5D_tCAB6D060972DD49223A834B7EEFEB9FE2D003BEC : public RuntimeArray { ALIGN_FIELD (8) uint8_t m_Items[1]; inline uint8_t* GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + il2cpp_array_calc_byte_offset(this, index); } inline uint8_t* GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + il2cpp_array_calc_byte_offset(this, index); } }; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Action_2_Invoke_m88484A213EB00FF7254FE3DB935BFB06DD3F5753_gshared_inline (Action_2_tAC461AE4F7B507965CE2E6A32853473F8C02CD75* __this, RuntimeObject* ___0_arg1, int32_t ___1_arg2, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MultiColumnController_DefaultBindCellItem_TisRuntimeObject_mF46924C4748286731A09166B8DEFFCB66523516D_gshared (VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* ___0_ve, RuntimeObject* ___1_item, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Dictionary_2_TryGetValue_mD15380A4ED7CDEE99EA45881577D26BA9CE1B849_gshared (Dictionary_2_t14FE4A752A83D53771C584E4C8D14E01F2AFD7BA* __this, RuntimeObject* ___0_key, RuntimeObject** ___1_value, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MultiColumnController_BindCellItem_TisRuntimeObject_mB0270A9F745F2AE0DE677DFA715D859D4C285D8B_gshared (VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* ___0_ve, int32_t ___1_rowIndex, Column_tD686764EBBB4AFE8473E2464D0039885E3A2EC6A* ___2_column, RuntimeObject* ___3_item, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool NativeArray_1_op_Inequality_m8A0D10FC6CFD061619723EE53FFC139DED65D826_gshared (NativeArray_1_t107C57D0357BCF9956A60495CD8FAADDF1D26AFB ___0_left, NativeArray_1_t107C57D0357BCF9956A60495CD8FAADDF1D26AFB ___1_right, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool NativeArray_1_get_IsCreated_mA83365D6CA218351683FBE5BF4FDF01F36585FD1_gshared_inline (NativeArray_1_t107C57D0357BCF9956A60495CD8FAADDF1D26AFB* __this, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NativeArray_1_Dispose_mF16E4FD33476D6947F979B1E1D9F901CE0A04344_gshared (NativeArray_1_t107C57D0357BCF9956A60495CD8FAADDF1D26AFB* __this, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool NativeArray_1_op_Inequality_m66C479D6D8852D7402D63A9222E939076DC948B9_gshared (NativeArray_1_t596D8D9BF28AE72A671779EB28469319AC3F1147 ___0_left, NativeArray_1_t596D8D9BF28AE72A671779EB28469319AC3F1147 ___1_right, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool NativeArray_1_get_IsCreated_m8EFEFFD04D851999FFFA45BA8AF0F09D90B1B19E_gshared_inline (NativeArray_1_t596D8D9BF28AE72A671779EB28469319AC3F1147* __this, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NativeArray_1_Dispose_mA7BEFBBE700A607F9D4FA1ACEB82B8490B864A7A_gshared (NativeArray_1_t596D8D9BF28AE72A671779EB28469319AC3F1147* __this, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool NativeArray_1_op_Inequality_mF6A02C7162152930415EA3224775158B863634AD_gshared (NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C ___0_left, NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C ___1_right, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool NativeArray_1_get_IsCreated_m547C5D2E203906703FFE7232167A21D2A03D54C0_gshared_inline (NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C* __this, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NativeArray_1_Dispose_m05C674E687B921C37722A6A1FF938FD56574642E_gshared (NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C* __this, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool NativeArray_1_op_Inequality_mAF6139DEC19B344B77BF9D703713F58334F9F8B0_gshared (NativeArray_1_t170B62D6C147DD05888D56F029D4D828DF487EC9 ___0_left, NativeArray_1_t170B62D6C147DD05888D56F029D4D828DF487EC9 ___1_right, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool NativeArray_1_get_IsCreated_m24A28014049FCB605E5EA7A2F044DB0445776F25_gshared_inline (NativeArray_1_t170B62D6C147DD05888D56F029D4D828DF487EC9* __this, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NativeArray_1_Dispose_mDEA9ECF8A32FB1C9B6085F26FEB9C07EB8A38F9D_gshared (NativeArray_1_t170B62D6C147DD05888D56F029D4D828DF487EC9* __this, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool NativeArray_1_op_Inequality_mFF68CC555173FE14460F121BF6951424CDAD347A_gshared (NativeArray_1_t170B72C5ED52FD874165AC26A8FB1CFE1A93C4CE ___0_left, NativeArray_1_t170B72C5ED52FD874165AC26A8FB1CFE1A93C4CE ___1_right, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool NativeArray_1_get_IsCreated_m913401BF0E81033477B3C5B5C54D91034598CDDD_gshared_inline (NativeArray_1_t170B72C5ED52FD874165AC26A8FB1CFE1A93C4CE* __this, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NativeArray_1_Dispose_m90DD41A5728B49BDF3612A88F7EAD0FA4CA54CB8_gshared (NativeArray_1_t170B72C5ED52FD874165AC26A8FB1CFE1A93C4CE* __this, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool NativeArray_1_op_Inequality_m15B4B34973AED239CCDC15B404C9D7BAAC7C91B4_gshared (NativeArray_1_tC6F9C4831D5B3C255A767235D6B58B1A6492C5C1 ___0_left, NativeArray_1_tC6F9C4831D5B3C255A767235D6B58B1A6492C5C1 ___1_right, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool NativeArray_1_get_IsCreated_m4D570DA91CBE8B607C76214B0CC1FFDEA53B6BC0_gshared_inline (NativeArray_1_tC6F9C4831D5B3C255A767235D6B58B1A6492C5C1* __this, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NativeArray_1_Dispose_m848E0576A37CCAA20D87E901721A7AC8F6FA3FCC_gshared (NativeArray_1_tC6F9C4831D5B3C255A767235D6B58B1A6492C5C1* __this, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool NativeArray_1_op_Inequality_mFACFCFFAE7B9657DE53F35E760510A98B6E3072B_gshared (NativeArray_1_t97E2BFD61E13EEF2CDE34A313415FAD03AB993FD ___0_left, NativeArray_1_t97E2BFD61E13EEF2CDE34A313415FAD03AB993FD ___1_right, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool NativeArray_1_get_IsCreated_m4C7111E17A3D26D147222F544FFE7A1F4F3D7DE9_gshared_inline (NativeArray_1_t97E2BFD61E13EEF2CDE34A313415FAD03AB993FD* __this, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NativeArray_1_Dispose_mBC28A2733A6D979B9AFD3CE09FE8E9A2A8F7DEEC_gshared (NativeArray_1_t97E2BFD61E13EEF2CDE34A313415FAD03AB993FD* __this, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool NativeArray_1_op_Inequality_m352115A802CF78B821B74AE29D4AFD0E5BB9DE96_gshared (NativeArray_1_t63326FF687E26631308829A9CDB0C51D523D4E9A ___0_left, NativeArray_1_t63326FF687E26631308829A9CDB0C51D523D4E9A ___1_right, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool NativeArray_1_get_IsCreated_mD18D5BAA0DFBD842389B3723A09296444F3B78F2_gshared_inline (NativeArray_1_t63326FF687E26631308829A9CDB0C51D523D4E9A* __this, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NativeArray_1_Dispose_m994685B1A26FB0972542BE1216EBD59B332E880A_gshared (NativeArray_1_t63326FF687E26631308829A9CDB0C51D523D4E9A* __this, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool NativeArray_1_op_Inequality_mA941C392A5E42C29C23EF630FB6A334F198620D0_gshared (NativeArray_1_tE86585F07CF10FCD01AA2652A104B149336F7EC2 ___0_left, NativeArray_1_tE86585F07CF10FCD01AA2652A104B149336F7EC2 ___1_right, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool NativeArray_1_get_IsCreated_m5BE85069615B49772C9DB202004FA2FD36F418F2_gshared_inline (NativeArray_1_tE86585F07CF10FCD01AA2652A104B149336F7EC2* __this, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NativeArray_1_Dispose_m3135DCFBA5DDC3D2CAA20FB2666F3A996856F2F2_gshared (NativeArray_1_tE86585F07CF10FCD01AA2652A104B149336F7EC2* __this, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NativeArray_1__ctor_m262609CCB123CE8BB59524B83D08D2CFA8C33A86_gshared (NativeArray_1_t107C57D0357BCF9956A60495CD8FAADDF1D26AFB* __this, int32_t ___0_length, int32_t ___1_allocator, int32_t ___2_options, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NativeArray_1_Copy_m91B50CB5915EEBDE0116BF70F3FCA6B8EF8F6D4B_gshared (NativeArray_1_t107C57D0357BCF9956A60495CD8FAADDF1D26AFB ___0_src, NativeArray_1_t107C57D0357BCF9956A60495CD8FAADDF1D26AFB ___1_dst, int32_t ___2_length, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NativeArray_1__ctor_mBA12F6F46ACC5AC35E2009E84E8A0906C68DD1EC_gshared (NativeArray_1_t596D8D9BF28AE72A671779EB28469319AC3F1147* __this, int32_t ___0_length, int32_t ___1_allocator, int32_t ___2_options, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NativeArray_1_Copy_m96D34615042FCEF26213E6B6300E726F441E78A3_gshared (NativeArray_1_t596D8D9BF28AE72A671779EB28469319AC3F1147 ___0_src, NativeArray_1_t596D8D9BF28AE72A671779EB28469319AC3F1147 ___1_dst, int32_t ___2_length, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NativeArray_1__ctor_mB7BB23924A114599D399A5EC6C00B2B6407CF66D_gshared (NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C* __this, int32_t ___0_length, int32_t ___1_allocator, int32_t ___2_options, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NativeArray_1_Copy_mE732305914FBFBE640845378BDD9B31684A47131_gshared (NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C ___0_src, NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C ___1_dst, int32_t ___2_length, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NativeArray_1__ctor_m7F6F81F733C05D8966C6EEC4916B5277B4E19555_gshared (NativeArray_1_t170B62D6C147DD05888D56F029D4D828DF487EC9* __this, int32_t ___0_length, int32_t ___1_allocator, int32_t ___2_options, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NativeArray_1_Copy_m8517A223E5CC91C25F2993626CAC164BDE47868D_gshared (NativeArray_1_t170B62D6C147DD05888D56F029D4D828DF487EC9 ___0_src, NativeArray_1_t170B62D6C147DD05888D56F029D4D828DF487EC9 ___1_dst, int32_t ___2_length, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NativeArray_1__ctor_m51860EC1322A2BD1F0FC0CC0BC8698BA446DD923_gshared (NativeArray_1_t170B72C5ED52FD874165AC26A8FB1CFE1A93C4CE* __this, int32_t ___0_length, int32_t ___1_allocator, int32_t ___2_options, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NativeArray_1_Copy_m2341B9BE1AD7D6E4DE9331FE7DA26696CAEF564B_gshared (NativeArray_1_t170B72C5ED52FD874165AC26A8FB1CFE1A93C4CE ___0_src, NativeArray_1_t170B72C5ED52FD874165AC26A8FB1CFE1A93C4CE ___1_dst, int32_t ___2_length, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NativeArray_1__ctor_m93513C6EDC1D0E866B1A942DBBEF71AD3DB100AF_gshared (NativeArray_1_tC6F9C4831D5B3C255A767235D6B58B1A6492C5C1* __this, int32_t ___0_length, int32_t ___1_allocator, int32_t ___2_options, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NativeArray_1_Copy_m887F5C229945D2C15B5E2F2B68C13134554ADF62_gshared (NativeArray_1_tC6F9C4831D5B3C255A767235D6B58B1A6492C5C1 ___0_src, NativeArray_1_tC6F9C4831D5B3C255A767235D6B58B1A6492C5C1 ___1_dst, int32_t ___2_length, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NativeArray_1__ctor_m788DE0F85C4051DDF092DDF96484DE655ACFB6F1_gshared (NativeArray_1_tDB8B8DC66CC8E16ED6D9A8C75D2C1AFC80AC1E18* __this, int32_t ___0_length, int32_t ___1_allocator, int32_t ___2_options, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NativeArray_1__ctor_mAADFCCAE72BDF1E1866AD2B3C6BEBB33D426337C_gshared (NativeArray_1_t63326FF687E26631308829A9CDB0C51D523D4E9A* __this, int32_t ___0_length, int32_t ___1_allocator, int32_t ___2_options, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NativeArray_1__ctor_m3CB679B1B77F99FC5CF890F75C914E22555A1F13_gshared (NativeArray_1_tE86585F07CF10FCD01AA2652A104B149336F7EC2* __this, int32_t ___0_length, int32_t ___1_allocator, int32_t ___2_options, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NativeSlice_1__ctor_m50E6F98E8A57DFA42B86CB43A6925D74D2CB2958_gshared (NativeSlice_1_tCEC4B2B900638EC1820BB61FE436766204DFD8DA* __this, NativeArray_1_t81F55263465517B73C455D3400CF67B4BADD85CF ___0_array, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NativeSlice_1__ctor_m606E9478EC6822C3776B093EFC3DC98678E00F9A_gshared (NativeSlice_1_tA54E5D259EBCC7CD8512AA352C6F3709EB237B52* __this, NativeArray_1_tDB8B8DC66CC8E16ED6D9A8C75D2C1AFC80AC1E18 ___0_array, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NativeSlice_1__ctor_mD0C60D5A0038A9DA582985ADC92B8B6714A1E8AD_gshared (NativeSlice_1_tCEC4B2B900638EC1820BB61FE436766204DFD8DA* __this, NativeArray_1_t81F55263465517B73C455D3400CF67B4BADD85CF ___0_array, int32_t ___1_start, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NativeSlice_1__ctor_m89E2A81C9B0649A573BC279C2AA35CAF771B8B7D_gshared (NativeSlice_1_tA54E5D259EBCC7CD8512AA352C6F3709EB237B52* __this, NativeArray_1_tDB8B8DC66CC8E16ED6D9A8C75D2C1AFC80AC1E18 ___0_array, int32_t ___1_start, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NativeSlice_1__ctor_mFCA72E41A56CB5CF71EB01A4A4D66B431F8932DA_gshared (NativeSlice_1_t1108006793B0D86DFCF2E4481CD5E5E32AFF591B* __this, NativeArray_1_tF9AAF96E0048E8B93F277A9EAD3955253C6B34C3 ___0_array, int32_t ___1_start, int32_t ___2_length, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NativeSlice_1__ctor_m546F4FC4F00E93F0730BE9C5DC7648F384B6FB75_gshared (NativeSlice_1_t84638F9F5F454538786C27E8F639E0B602DB00D0* __this, NativeArray_1_tDCB166A7D351D6EEDCDE6CB91075388DEEA5E3CD ___0_array, int32_t ___1_start, int32_t ___2_length, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NativeSlice_1__ctor_mD4A144FA99A1B1DFBC1DA2BECE2C44266FF2741C_gshared (NativeSlice_1_tAF349534A3BD2A4AC09D9555714E39314906CB3F* __this, NativeArray_1_t76F16C71E23AB5F30821F9564775BA0C510012AA ___0_array, int32_t ___1_start, int32_t ___2_length, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NativeSlice_1__ctor_m9BFC93FD998BD41E6249322EDA95916FC779B011_gshared (NativeSlice_1_t2584A7E323E2DAA0F082C26AD9D0DE0FC661F85F* __this, NativeArray_1_t70CC53B5D3DD2663B4FA4C73609D8D98EFDB2421 ___0_array, int32_t ___1_start, int32_t ___2_length, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NativeSlice_1__ctor_m6834792A2BCD0C959C3236A1656F2E18AFB47D29_gshared (NativeSlice_1_t7591FC942F923C6C3D5066DBCE25E2B91AAD3BD8* __this, NativeArray_1_t84C22AC03FE6517D060874E39A444D03469DD2F0 ___0_array, int32_t ___1_start, int32_t ___2_length, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NativeSlice_1__ctor_mA3430F95264C061E101EC0E3C72042011833A9BC_gshared (NativeSlice_1_t1B1546AEB20D09E65A620651F8A4C68DD5998882* __this, NativeArray_1_t61CE5FDEC6BB75218352153E78207800402C1149 ___0_array, int32_t ___1_start, int32_t ___2_length, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NativeSlice_1__ctor_m665194100AB694EC232EEFDAC3C87C7647CEBE28_gshared (NativeSlice_1_t0D1A1AB7A9C4768B84EB7420D04A90920533C78A* __this, NativeArray_1_t275C00CC374DEA66C69B3BB3992116F315A8E934 ___0_array, int32_t ___1_start, int32_t ___2_length, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NativeSlice_1__ctor_m59DAA173E4BF1C15C5C42D00688F3B86EA28048D_gshared (NativeSlice_1_t0D1A1AB7A9C4768B84EB7420D04A90920533C78A* __this, NativeSlice_1_t0D1A1AB7A9C4768B84EB7420D04A90920533C78A ___0_slice, int32_t ___1_start, int32_t ___2_length, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NativeSlice_1__ctor_m05A3D6C62D3EF51EBE50158889E9C6B1D214588C_gshared (NativeSlice_1_t66375568C4FF313931F4D2F646D64FE6A406BAD2* __this, NativeArray_1_tB60512C6E4578B7CC8EB79321680E495E69ABF81 ___0_array, int32_t ___1_start, int32_t ___2_length, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NativeSlice_1__ctor_mC87483602F891B11DD01B19DAF427E8D61C385C6_gshared (NativeSlice_1_t66375568C4FF313931F4D2F646D64FE6A406BAD2* __this, NativeSlice_1_t66375568C4FF313931F4D2F646D64FE6A406BAD2 ___0_slice, int32_t ___1_start, int32_t ___2_length, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NativeSlice_1__ctor_m313B1A91AB4ADBA821C074187D67957126F93DFF_gshared (NativeSlice_1_tA54E5D259EBCC7CD8512AA352C6F3709EB237B52* __this, NativeArray_1_tDB8B8DC66CC8E16ED6D9A8C75D2C1AFC80AC1E18 ___0_array, int32_t ___1_start, int32_t ___2_length, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NativeSlice_1__ctor_m4C0C75BC6633B56253FD4A7CD7F38A34E73C6253_gshared (NativeSlice_1_tA54E5D259EBCC7CD8512AA352C6F3709EB237B52* __this, NativeSlice_1_tA54E5D259EBCC7CD8512AA352C6F3709EB237B52 ___0_slice, int32_t ___1_start, int32_t ___2_length, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NativeSlice_1__ctor_m60F25657F5AE104ED7F2F956B948FE7C704EDB5D_gshared (NativeSlice_1_t72AA15A00D1B7CE9B7265E487D15133C9F091FD0* __this, NativeArray_1_tEE0716F057E5AB90C1E3B19EA5CC04D624CFC9C7 ___0_array, int32_t ___1_start, int32_t ___2_length, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NativeSlice_1__ctor_m7A0D0D8A1439A72F1514624217FAB4B88C113BFD_gshared (NativeSlice_1_t4207DB5E16E1EF9068326562E97E3AA675F0DAF9* __this, NativeArray_1_tA322013FCE7ECBB07A30418AAB23BE082C4E46D6 ___0_array, int32_t ___1_start, int32_t ___2_length, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void List_1_Clear_m6C27D2DB91485CF3C5992CD0234BA828E8C53275_gshared_inline (List_1_tF42FEB6C3B18B7E7C8F2DE1FEBA00D2491736317* __this, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t List_1_get_Capacity_m6D4F92DC79D33023D68B3408D6464723C8AA83A9_gshared (List_1_tF42FEB6C3B18B7E7C8F2DE1FEBA00D2491736317* __this, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void List_1_set_Capacity_m4349F707AFD29359D197EE27DD358DF37C12E2F8_gshared (List_1_tF42FEB6C3B18B7E7C8F2DE1FEBA00D2491736317* __this, int32_t ___0_value, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t List_1_get_Count_m970BE5CCB1F05BAF033736206A0C3142930127B0_gshared_inline (List_1_tF42FEB6C3B18B7E7C8F2DE1FEBA00D2491736317* __this, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject** UnsafeUtility_As_TisRuntimeObject_TisRuntimeObject_m427D45188F037E6A44060E2DC34BCD470560D8C9_gshared_inline (RuntimeObject** ___0_from, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* UnsafeUtility_As_TisRuntimeObject_m0FFD91677D5F942D9FA7112820E0596B59865532_gshared (RuntimeObject* ___0_from, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t List_1_get_Count_m97646F93DD10BF861C66A0E05E73D1BA94B76143_gshared_inline (List_1_t3517D52AE25CA3B19051E691E9C06ED03A3AB9B8* __this, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t List_1_get_Count_mF590592E32D421DE2C6E2F0D5C2F62FB14CCEFDF_gshared_inline (List_1_t05915E9237850A58106982B7FE4BC5DA4E872E73* __this, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t List_1_get_Count_m46EEFFA770BE665EA0CB3A5332E941DA4B3C1D37_gshared_inline (List_1_t77B94703E05C519A9010DD0614F757F974E1CD8B* __this, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Object_Instantiate_TisRuntimeObject_mDC5AD8BD13FE50E98B67B956C048367F4E8C6F94_gshared (RuntimeObject* ___0_original, Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* ___1_parent, bool ___2_worldPositionStays, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool PropertyBag_TryGetPropertyBagForValue_TisInt32Enum_tCBAC8BA2BFF3A845FA599F303093BBBA374B6F0C_m61AF9DE342919DD59CD9CC07D069DEE07629F67E_gshared (int32_t* ___0_value, RuntimeObject** ___1_propertyBag, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool TypeTraits_1_get_CanBeNull_mB145F76964DE36569385F83F550741253F97BC8B_gshared_inline (const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR EqualityComparer_1_tECD5E5244542BCEA9946E4E9E894173EFA97E8DF* EqualityComparer_1_get_Default_mC9B367997D70B8B5F9167227471B3D82603739F4_gshared_inline (const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PropertyContainer_Accept_TisInt32Enum_tCBAC8BA2BFF3A845FA599F303093BBBA374B6F0C_mECB26B6AD8323EC326585F2EA43B7CBBA7944441_gshared (RuntimeObject* ___0_visitor, int32_t* ___1_container, VisitParameters_tF21AC3343F90A7925EEA69AA73269B7F2DCE66CE ___2_parameters, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool PropertyBag_TryGetPropertyBagForValue_TisRuntimeObject_mD4CD5E0ECCA048DFCC4C4C71A78ED65C87C34C01_gshared (RuntimeObject** ___0_value, RuntimeObject** ___1_propertyBag, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool TypeTraits_1_get_CanBeNull_m735F17A1CDBD434E62378EBF10F8B56495139E17_gshared_inline (const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR EqualityComparer_1_t92563A67F1C1ECDC3FE387C46498E2E56B59F3C2* EqualityComparer_1_get_Default_mA2AD755281D23F496A2579884B39E30C13C208B3_gshared_inline (const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PropertyContainer_Accept_TisRuntimeObject_m3580153F4048DF075DB593BDB3C4A63FA439FC39_gshared (RuntimeObject* ___0_visitor, RuntimeObject** ___1_container, VisitParameters_tF21AC3343F90A7925EEA69AA73269B7F2DCE66CE ___2_parameters, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool PropertyBag_TryGetPropertyBagForValue_TisSingle_t4530F2FF86FCB0DC29F35385CA1BD21BE294761C_m639CE2C899C469A55ECC66D6793B590C5EBE3E42_gshared (float* ___0_value, RuntimeObject** ___1_propertyBag, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool TypeTraits_1_get_CanBeNull_m1070B18AE5014C462C176214EB504B80ABCF9E56_gshared_inline (const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR EqualityComparer_1_t346CEF653847623862FC6F88D66F7933B0039499* EqualityComparer_1_get_Default_m20A1B9861324559044977270E1FAFB09BBE14234_gshared_inline (const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PropertyContainer_Accept_TisSingle_t4530F2FF86FCB0DC29F35385CA1BD21BE294761C_mA7E97E817C5D3F92B56F729FE44CBC11EFEA02EE_gshared (RuntimeObject* ___0_visitor, float* ___1_container, VisitParameters_tF21AC3343F90A7925EEA69AA73269B7F2DCE66CE ___2_parameters, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool PropertyBag_TryGetPropertyBagForValue_TisLength_t90BB06D47DD6DB461ED21BD3E3241FAB6C824256_m7A9EA143096E3C18C2DD2EDEF28A519CA4A73802_gshared (Length_t90BB06D47DD6DB461ED21BD3E3241FAB6C824256* ___0_value, RuntimeObject** ___1_propertyBag, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool TypeTraits_1_get_CanBeNull_m0D87D0851EC5F34630C609FC128C8673317DCEAA_gshared_inline (const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR EqualityComparer_1_t8B724228B7FB3FDB4FA0E3B3197F3E836025C852* EqualityComparer_1_get_Default_mFF0B648FC824123BF138D79F2FCF183B2F7A57B3_gshared_inline (const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PropertyContainer_Accept_TisLength_t90BB06D47DD6DB461ED21BD3E3241FAB6C824256_m991F23402D966D410BBC89F0A2AD615D3CEC81D6_gshared (RuntimeObject* ___0_visitor, Length_t90BB06D47DD6DB461ED21BD3E3241FAB6C824256* ___1_container, VisitParameters_tF21AC3343F90A7925EEA69AA73269B7F2DCE66CE ___2_parameters, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR EqualityComparer_1_tECD5E5244542BCEA9946E4E9E894173EFA97E8DF* EqualityComparer_1_CreateComparer_m90CFBBC1492097465600B56ECF620CA25F1C6A73_gshared (const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR EqualityComparer_1_t92563A67F1C1ECDC3FE387C46498E2E56B59F3C2* EqualityComparer_1_CreateComparer_mD2FA619307513193746FBEB5AE522FB54E21B634_gshared (const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR EqualityComparer_1_t346CEF653847623862FC6F88D66F7933B0039499* EqualityComparer_1_CreateComparer_m4055D46D61B6AD80A0F2D4624577D7FE9D15B002_gshared (const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR EqualityComparer_1_t8B724228B7FB3FDB4FA0E3B3197F3E836025C852* EqualityComparer_1_CreateComparer_mE5BC74FD18313E1237342B0626EB109CDF69CE26_gshared (const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Action_2_tA1EAD43A5C76FF3E77D1705EC83B9AB7B1BE7D88* Column_get_bindCell_m87B54CF94A95D41669E1B1E9F845C3E53B37C847_inline (Column_tD686764EBBB4AFE8473E2464D0039885E3A2EC6A* __this, const RuntimeMethod* method) ; inline void Action_2_Invoke_mF5036A6D1FF31DA2E4CB571F6A0F904796417719_inline (Action_2_tA1EAD43A5C76FF3E77D1705EC83B9AB7B1BE7D88* __this, VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* ___0_arg1, int32_t ___1_arg2, const RuntimeMethod* method) { (( void (*) (Action_2_tA1EAD43A5C76FF3E77D1705EC83B9AB7B1BE7D88*, VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115*, int32_t, const RuntimeMethod*))Action_2_Invoke_m88484A213EB00FF7254FE3DB935BFB06DD3F5753_gshared_inline)(__this, ___0_arg1, ___1_arg2, method); } inline void MultiColumnController_DefaultBindCellItem_TisRuntimeObject_mF46924C4748286731A09166B8DEFFCB66523516D (VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* ___0_ve, RuntimeObject* ___1_item, const RuntimeMethod* method) { (( void (*) (VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115*, RuntimeObject*, const RuntimeMethod*))MultiColumnController_DefaultBindCellItem_TisRuntimeObject_mF46924C4748286731A09166B8DEFFCB66523516D_gshared)(___0_ve, ___1_item, method); } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Columns_t487EAF3B634F6D919D58F1927099A8883964831B* MultiColumnCollectionHeader_get_columns_mCD478DC5065BA9B43AD13D998169055EAF1C3655_inline (MultiColumnCollectionHeader_t0B041BD57A14950E8C33DCD854F3A3C2C3DA706D* __this, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Columns_get_visibleList_m4E86EF55B73DA013C449A7C1D9777002AF1496AC (Columns_t487EAF3B634F6D919D58F1927099A8883964831B* __this, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Dictionary_2_t1C6F670EE6B3EEEEFF2CBA243476B8AC9C173D11* MultiColumnCollectionHeader_get_columnDataMap_mA525250831644003B806C2732E14BDA37BC1A862_inline (MultiColumnCollectionHeader_t0B041BD57A14950E8C33DCD854F3A3C2C3DA706D* __this, const RuntimeMethod* method) ; inline bool Dictionary_2_TryGetValue_mA48C3C80A6FB19382E0268E36BA1D3ACFBDF700C (Dictionary_2_t1C6F670EE6B3EEEEFF2CBA243476B8AC9C173D11* __this, Column_tD686764EBBB4AFE8473E2464D0039885E3A2EC6A* ___0_key, ColumnData_t0AB07CB43923527FF3700146C0F98D09B673492A** ___1_value, const RuntimeMethod* method) { return (( bool (*) (Dictionary_2_t1C6F670EE6B3EEEEFF2CBA243476B8AC9C173D11*, Column_tD686764EBBB4AFE8473E2464D0039885E3A2EC6A*, ColumnData_t0AB07CB43923527FF3700146C0F98D09B673492A**, const RuntimeMethod*))Dictionary_2_TryGetValue_mD15380A4ED7CDEE99EA45881577D26BA9CE1B849_gshared)(__this, ___0_key, ___1_value, method); } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* VisualElement_get_Item_m84C0E356F6D66363D97482DC4EFC17060060C693 (VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* __this, int32_t ___0_key, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* VisualElement_GetProperty_m55B38972BE5AC52737BE671560381BDC2C8EAAD2 (VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* __this, PropertyName_tE4B4AAA58AF3BF2C0CD95509EB7B786F096901C2 ___0_key, const RuntimeMethod* method) ; inline void MultiColumnController_BindCellItem_TisRuntimeObject_mB0270A9F745F2AE0DE677DFA715D859D4C285D8B (VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* ___0_ve, int32_t ___1_rowIndex, Column_tD686764EBBB4AFE8473E2464D0039885E3A2EC6A* ___2_column, RuntimeObject* ___3_item, const RuntimeMethod* method) { (( void (*) (VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115*, int32_t, Column_tD686764EBBB4AFE8473E2464D0039885E3A2EC6A*, RuntimeObject*, const RuntimeMethod*))MultiColumnController_BindCellItem_TisRuntimeObject_mB0270A9F745F2AE0DE677DFA715D859D4C285D8B_gshared)(___0_ve, ___1_rowIndex, ___2_column, ___3_item, method); } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* VisualElement_get_style_mDCFF8D835BE0AFE412905E108F48B32A83734224 (VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* __this, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR MultiColumnHeaderColumn_t6F44266EE1B6EEB83465A7FE3BA6A6C7CBF8F9B4* ColumnData_get_control_m2104649E1052F0506708BD93DC9DDAE2CA34B700_inline (ColumnData_t0AB07CB43923527FF3700146C0F98D09B673492A* __this, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* VisualElement_get_resolvedStyle_m3885B7534A94E0BCE024A9621465A0F273DA0AEB (VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* __this, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StyleLength_tF02B24735FC88BE29BEB36F7A87709CA28AF72D8 StyleLength_op_Implicit_mA1ED6E9AD696C34231A35B83084B1298A700B019 (float ___0_v, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void VisualElement_SetProperty_m2EB182A4E57AD33CACC3DC0209DCDB5D8773F7E6 (VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* __this, PropertyName_tE4B4AAA58AF3BF2C0CD95509EB7B786F096901C2 ___0_key, RuntimeObject* ___1_value, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ArgumentException__ctor_m8F9D40CE19D19B698A70F9A258640EB52DB39B62 (ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263* __this, String_t* ___0_message, String_t* ___1_paramName, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UnsafeUtility_MemCpyStride_mD7836B76B4F1E7F30DFC859D4E6D7242AFD27C90 (void* ___0_destination, int32_t ___1_destinationStride, void* ___2_source, int32_t ___3_sourceStride, int32_t ___4_elementSize, int32_t ___5_count, const RuntimeMethod* method) ; inline bool NativeArray_1_op_Inequality_m8A0D10FC6CFD061619723EE53FFC139DED65D826 (NativeArray_1_t107C57D0357BCF9956A60495CD8FAADDF1D26AFB ___0_left, NativeArray_1_t107C57D0357BCF9956A60495CD8FAADDF1D26AFB ___1_right, const RuntimeMethod* method) { return (( bool (*) (NativeArray_1_t107C57D0357BCF9956A60495CD8FAADDF1D26AFB, NativeArray_1_t107C57D0357BCF9956A60495CD8FAADDF1D26AFB, const RuntimeMethod*))NativeArray_1_op_Inequality_m8A0D10FC6CFD061619723EE53FFC139DED65D826_gshared)(___0_left, ___1_right, method); } inline bool NativeArray_1_get_IsCreated_mA83365D6CA218351683FBE5BF4FDF01F36585FD1_inline (NativeArray_1_t107C57D0357BCF9956A60495CD8FAADDF1D26AFB* __this, const RuntimeMethod* method) { return (( bool (*) (NativeArray_1_t107C57D0357BCF9956A60495CD8FAADDF1D26AFB*, const RuntimeMethod*))NativeArray_1_get_IsCreated_mA83365D6CA218351683FBE5BF4FDF01F36585FD1_gshared_inline)(__this, method); } inline void NativeArray_1_Dispose_mF16E4FD33476D6947F979B1E1D9F901CE0A04344 (NativeArray_1_t107C57D0357BCF9956A60495CD8FAADDF1D26AFB* __this, const RuntimeMethod* method) { (( void (*) (NativeArray_1_t107C57D0357BCF9956A60495CD8FAADDF1D26AFB*, const RuntimeMethod*))NativeArray_1_Dispose_mF16E4FD33476D6947F979B1E1D9F901CE0A04344_gshared)(__this, method); } inline bool NativeArray_1_op_Inequality_m66C479D6D8852D7402D63A9222E939076DC948B9 (NativeArray_1_t596D8D9BF28AE72A671779EB28469319AC3F1147 ___0_left, NativeArray_1_t596D8D9BF28AE72A671779EB28469319AC3F1147 ___1_right, const RuntimeMethod* method) { return (( bool (*) (NativeArray_1_t596D8D9BF28AE72A671779EB28469319AC3F1147, NativeArray_1_t596D8D9BF28AE72A671779EB28469319AC3F1147, const RuntimeMethod*))NativeArray_1_op_Inequality_m66C479D6D8852D7402D63A9222E939076DC948B9_gshared)(___0_left, ___1_right, method); } inline bool NativeArray_1_get_IsCreated_m8EFEFFD04D851999FFFA45BA8AF0F09D90B1B19E_inline (NativeArray_1_t596D8D9BF28AE72A671779EB28469319AC3F1147* __this, const RuntimeMethod* method) { return (( bool (*) (NativeArray_1_t596D8D9BF28AE72A671779EB28469319AC3F1147*, const RuntimeMethod*))NativeArray_1_get_IsCreated_m8EFEFFD04D851999FFFA45BA8AF0F09D90B1B19E_gshared_inline)(__this, method); } inline void NativeArray_1_Dispose_mA7BEFBBE700A607F9D4FA1ACEB82B8490B864A7A (NativeArray_1_t596D8D9BF28AE72A671779EB28469319AC3F1147* __this, const RuntimeMethod* method) { (( void (*) (NativeArray_1_t596D8D9BF28AE72A671779EB28469319AC3F1147*, const RuntimeMethod*))NativeArray_1_Dispose_mA7BEFBBE700A607F9D4FA1ACEB82B8490B864A7A_gshared)(__this, method); } inline bool NativeArray_1_op_Inequality_mF6A02C7162152930415EA3224775158B863634AD (NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C ___0_left, NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C ___1_right, const RuntimeMethod* method) { return (( bool (*) (NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C, NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C, const RuntimeMethod*))NativeArray_1_op_Inequality_mF6A02C7162152930415EA3224775158B863634AD_gshared)(___0_left, ___1_right, method); } inline bool NativeArray_1_get_IsCreated_m547C5D2E203906703FFE7232167A21D2A03D54C0_inline (NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C* __this, const RuntimeMethod* method) { return (( bool (*) (NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C*, const RuntimeMethod*))NativeArray_1_get_IsCreated_m547C5D2E203906703FFE7232167A21D2A03D54C0_gshared_inline)(__this, method); } inline void NativeArray_1_Dispose_m05C674E687B921C37722A6A1FF938FD56574642E (NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C* __this, const RuntimeMethod* method) { (( void (*) (NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C*, const RuntimeMethod*))NativeArray_1_Dispose_m05C674E687B921C37722A6A1FF938FD56574642E_gshared)(__this, method); } inline bool NativeArray_1_op_Inequality_mAF6139DEC19B344B77BF9D703713F58334F9F8B0 (NativeArray_1_t170B62D6C147DD05888D56F029D4D828DF487EC9 ___0_left, NativeArray_1_t170B62D6C147DD05888D56F029D4D828DF487EC9 ___1_right, const RuntimeMethod* method) { return (( bool (*) (NativeArray_1_t170B62D6C147DD05888D56F029D4D828DF487EC9, NativeArray_1_t170B62D6C147DD05888D56F029D4D828DF487EC9, const RuntimeMethod*))NativeArray_1_op_Inequality_mAF6139DEC19B344B77BF9D703713F58334F9F8B0_gshared)(___0_left, ___1_right, method); } inline bool NativeArray_1_get_IsCreated_m24A28014049FCB605E5EA7A2F044DB0445776F25_inline (NativeArray_1_t170B62D6C147DD05888D56F029D4D828DF487EC9* __this, const RuntimeMethod* method) { return (( bool (*) (NativeArray_1_t170B62D6C147DD05888D56F029D4D828DF487EC9*, const RuntimeMethod*))NativeArray_1_get_IsCreated_m24A28014049FCB605E5EA7A2F044DB0445776F25_gshared_inline)(__this, method); } inline void NativeArray_1_Dispose_mDEA9ECF8A32FB1C9B6085F26FEB9C07EB8A38F9D (NativeArray_1_t170B62D6C147DD05888D56F029D4D828DF487EC9* __this, const RuntimeMethod* method) { (( void (*) (NativeArray_1_t170B62D6C147DD05888D56F029D4D828DF487EC9*, const RuntimeMethod*))NativeArray_1_Dispose_mDEA9ECF8A32FB1C9B6085F26FEB9C07EB8A38F9D_gshared)(__this, method); } inline bool NativeArray_1_op_Inequality_mFF68CC555173FE14460F121BF6951424CDAD347A (NativeArray_1_t170B72C5ED52FD874165AC26A8FB1CFE1A93C4CE ___0_left, NativeArray_1_t170B72C5ED52FD874165AC26A8FB1CFE1A93C4CE ___1_right, const RuntimeMethod* method) { return (( bool (*) (NativeArray_1_t170B72C5ED52FD874165AC26A8FB1CFE1A93C4CE, NativeArray_1_t170B72C5ED52FD874165AC26A8FB1CFE1A93C4CE, const RuntimeMethod*))NativeArray_1_op_Inequality_mFF68CC555173FE14460F121BF6951424CDAD347A_gshared)(___0_left, ___1_right, method); } inline bool NativeArray_1_get_IsCreated_m913401BF0E81033477B3C5B5C54D91034598CDDD_inline (NativeArray_1_t170B72C5ED52FD874165AC26A8FB1CFE1A93C4CE* __this, const RuntimeMethod* method) { return (( bool (*) (NativeArray_1_t170B72C5ED52FD874165AC26A8FB1CFE1A93C4CE*, const RuntimeMethod*))NativeArray_1_get_IsCreated_m913401BF0E81033477B3C5B5C54D91034598CDDD_gshared_inline)(__this, method); } inline void NativeArray_1_Dispose_m90DD41A5728B49BDF3612A88F7EAD0FA4CA54CB8 (NativeArray_1_t170B72C5ED52FD874165AC26A8FB1CFE1A93C4CE* __this, const RuntimeMethod* method) { (( void (*) (NativeArray_1_t170B72C5ED52FD874165AC26A8FB1CFE1A93C4CE*, const RuntimeMethod*))NativeArray_1_Dispose_m90DD41A5728B49BDF3612A88F7EAD0FA4CA54CB8_gshared)(__this, method); } inline bool NativeArray_1_op_Inequality_m15B4B34973AED239CCDC15B404C9D7BAAC7C91B4 (NativeArray_1_tC6F9C4831D5B3C255A767235D6B58B1A6492C5C1 ___0_left, NativeArray_1_tC6F9C4831D5B3C255A767235D6B58B1A6492C5C1 ___1_right, const RuntimeMethod* method) { return (( bool (*) (NativeArray_1_tC6F9C4831D5B3C255A767235D6B58B1A6492C5C1, NativeArray_1_tC6F9C4831D5B3C255A767235D6B58B1A6492C5C1, const RuntimeMethod*))NativeArray_1_op_Inequality_m15B4B34973AED239CCDC15B404C9D7BAAC7C91B4_gshared)(___0_left, ___1_right, method); } inline bool NativeArray_1_get_IsCreated_m4D570DA91CBE8B607C76214B0CC1FFDEA53B6BC0_inline (NativeArray_1_tC6F9C4831D5B3C255A767235D6B58B1A6492C5C1* __this, const RuntimeMethod* method) { return (( bool (*) (NativeArray_1_tC6F9C4831D5B3C255A767235D6B58B1A6492C5C1*, const RuntimeMethod*))NativeArray_1_get_IsCreated_m4D570DA91CBE8B607C76214B0CC1FFDEA53B6BC0_gshared_inline)(__this, method); } inline void NativeArray_1_Dispose_m848E0576A37CCAA20D87E901721A7AC8F6FA3FCC (NativeArray_1_tC6F9C4831D5B3C255A767235D6B58B1A6492C5C1* __this, const RuntimeMethod* method) { (( void (*) (NativeArray_1_tC6F9C4831D5B3C255A767235D6B58B1A6492C5C1*, const RuntimeMethod*))NativeArray_1_Dispose_m848E0576A37CCAA20D87E901721A7AC8F6FA3FCC_gshared)(__this, method); } inline bool NativeArray_1_op_Inequality_mFACFCFFAE7B9657DE53F35E760510A98B6E3072B (NativeArray_1_t97E2BFD61E13EEF2CDE34A313415FAD03AB993FD ___0_left, NativeArray_1_t97E2BFD61E13EEF2CDE34A313415FAD03AB993FD ___1_right, const RuntimeMethod* method) { return (( bool (*) (NativeArray_1_t97E2BFD61E13EEF2CDE34A313415FAD03AB993FD, NativeArray_1_t97E2BFD61E13EEF2CDE34A313415FAD03AB993FD, const RuntimeMethod*))NativeArray_1_op_Inequality_mFACFCFFAE7B9657DE53F35E760510A98B6E3072B_gshared)(___0_left, ___1_right, method); } inline bool NativeArray_1_get_IsCreated_m4C7111E17A3D26D147222F544FFE7A1F4F3D7DE9_inline (NativeArray_1_t97E2BFD61E13EEF2CDE34A313415FAD03AB993FD* __this, const RuntimeMethod* method) { return (( bool (*) (NativeArray_1_t97E2BFD61E13EEF2CDE34A313415FAD03AB993FD*, const RuntimeMethod*))NativeArray_1_get_IsCreated_m4C7111E17A3D26D147222F544FFE7A1F4F3D7DE9_gshared_inline)(__this, method); } inline void NativeArray_1_Dispose_mBC28A2733A6D979B9AFD3CE09FE8E9A2A8F7DEEC (NativeArray_1_t97E2BFD61E13EEF2CDE34A313415FAD03AB993FD* __this, const RuntimeMethod* method) { (( void (*) (NativeArray_1_t97E2BFD61E13EEF2CDE34A313415FAD03AB993FD*, const RuntimeMethod*))NativeArray_1_Dispose_mBC28A2733A6D979B9AFD3CE09FE8E9A2A8F7DEEC_gshared)(__this, method); } inline bool NativeArray_1_op_Inequality_m352115A802CF78B821B74AE29D4AFD0E5BB9DE96 (NativeArray_1_t63326FF687E26631308829A9CDB0C51D523D4E9A ___0_left, NativeArray_1_t63326FF687E26631308829A9CDB0C51D523D4E9A ___1_right, const RuntimeMethod* method) { return (( bool (*) (NativeArray_1_t63326FF687E26631308829A9CDB0C51D523D4E9A, NativeArray_1_t63326FF687E26631308829A9CDB0C51D523D4E9A, const RuntimeMethod*))NativeArray_1_op_Inequality_m352115A802CF78B821B74AE29D4AFD0E5BB9DE96_gshared)(___0_left, ___1_right, method); } inline bool NativeArray_1_get_IsCreated_mD18D5BAA0DFBD842389B3723A09296444F3B78F2_inline (NativeArray_1_t63326FF687E26631308829A9CDB0C51D523D4E9A* __this, const RuntimeMethod* method) { return (( bool (*) (NativeArray_1_t63326FF687E26631308829A9CDB0C51D523D4E9A*, const RuntimeMethod*))NativeArray_1_get_IsCreated_mD18D5BAA0DFBD842389B3723A09296444F3B78F2_gshared_inline)(__this, method); } inline void NativeArray_1_Dispose_m994685B1A26FB0972542BE1216EBD59B332E880A (NativeArray_1_t63326FF687E26631308829A9CDB0C51D523D4E9A* __this, const RuntimeMethod* method) { (( void (*) (NativeArray_1_t63326FF687E26631308829A9CDB0C51D523D4E9A*, const RuntimeMethod*))NativeArray_1_Dispose_m994685B1A26FB0972542BE1216EBD59B332E880A_gshared)(__this, method); } inline bool NativeArray_1_op_Inequality_mA941C392A5E42C29C23EF630FB6A334F198620D0 (NativeArray_1_tE86585F07CF10FCD01AA2652A104B149336F7EC2 ___0_left, NativeArray_1_tE86585F07CF10FCD01AA2652A104B149336F7EC2 ___1_right, const RuntimeMethod* method) { return (( bool (*) (NativeArray_1_tE86585F07CF10FCD01AA2652A104B149336F7EC2, NativeArray_1_tE86585F07CF10FCD01AA2652A104B149336F7EC2, const RuntimeMethod*))NativeArray_1_op_Inequality_mA941C392A5E42C29C23EF630FB6A334F198620D0_gshared)(___0_left, ___1_right, method); } inline bool NativeArray_1_get_IsCreated_m5BE85069615B49772C9DB202004FA2FD36F418F2_inline (NativeArray_1_tE86585F07CF10FCD01AA2652A104B149336F7EC2* __this, const RuntimeMethod* method) { return (( bool (*) (NativeArray_1_tE86585F07CF10FCD01AA2652A104B149336F7EC2*, const RuntimeMethod*))NativeArray_1_get_IsCreated_m5BE85069615B49772C9DB202004FA2FD36F418F2_gshared_inline)(__this, method); } inline void NativeArray_1_Dispose_m3135DCFBA5DDC3D2CAA20FB2666F3A996856F2F2 (NativeArray_1_tE86585F07CF10FCD01AA2652A104B149336F7EC2* __this, const RuntimeMethod* method) { (( void (*) (NativeArray_1_tE86585F07CF10FCD01AA2652A104B149336F7EC2*, const RuntimeMethod*))NativeArray_1_Dispose_m3135DCFBA5DDC3D2CAA20FB2666F3A996856F2F2_gshared)(__this, method); } inline void NativeArray_1__ctor_m262609CCB123CE8BB59524B83D08D2CFA8C33A86 (NativeArray_1_t107C57D0357BCF9956A60495CD8FAADDF1D26AFB* __this, int32_t ___0_length, int32_t ___1_allocator, int32_t ___2_options, const RuntimeMethod* method) { (( void (*) (NativeArray_1_t107C57D0357BCF9956A60495CD8FAADDF1D26AFB*, int32_t, int32_t, int32_t, const RuntimeMethod*))NativeArray_1__ctor_m262609CCB123CE8BB59524B83D08D2CFA8C33A86_gshared)(__this, ___0_length, ___1_allocator, ___2_options, method); } inline void NativeArray_1_Copy_m91B50CB5915EEBDE0116BF70F3FCA6B8EF8F6D4B (NativeArray_1_t107C57D0357BCF9956A60495CD8FAADDF1D26AFB ___0_src, NativeArray_1_t107C57D0357BCF9956A60495CD8FAADDF1D26AFB ___1_dst, int32_t ___2_length, const RuntimeMethod* method) { (( void (*) (NativeArray_1_t107C57D0357BCF9956A60495CD8FAADDF1D26AFB, NativeArray_1_t107C57D0357BCF9956A60495CD8FAADDF1D26AFB, int32_t, const RuntimeMethod*))NativeArray_1_Copy_m91B50CB5915EEBDE0116BF70F3FCA6B8EF8F6D4B_gshared)(___0_src, ___1_dst, ___2_length, method); } inline void NativeArray_1__ctor_mBA12F6F46ACC5AC35E2009E84E8A0906C68DD1EC (NativeArray_1_t596D8D9BF28AE72A671779EB28469319AC3F1147* __this, int32_t ___0_length, int32_t ___1_allocator, int32_t ___2_options, const RuntimeMethod* method) { (( void (*) (NativeArray_1_t596D8D9BF28AE72A671779EB28469319AC3F1147*, int32_t, int32_t, int32_t, const RuntimeMethod*))NativeArray_1__ctor_mBA12F6F46ACC5AC35E2009E84E8A0906C68DD1EC_gshared)(__this, ___0_length, ___1_allocator, ___2_options, method); } inline void NativeArray_1_Copy_m96D34615042FCEF26213E6B6300E726F441E78A3 (NativeArray_1_t596D8D9BF28AE72A671779EB28469319AC3F1147 ___0_src, NativeArray_1_t596D8D9BF28AE72A671779EB28469319AC3F1147 ___1_dst, int32_t ___2_length, const RuntimeMethod* method) { (( void (*) (NativeArray_1_t596D8D9BF28AE72A671779EB28469319AC3F1147, NativeArray_1_t596D8D9BF28AE72A671779EB28469319AC3F1147, int32_t, const RuntimeMethod*))NativeArray_1_Copy_m96D34615042FCEF26213E6B6300E726F441E78A3_gshared)(___0_src, ___1_dst, ___2_length, method); } inline void NativeArray_1__ctor_mB7BB23924A114599D399A5EC6C00B2B6407CF66D (NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C* __this, int32_t ___0_length, int32_t ___1_allocator, int32_t ___2_options, const RuntimeMethod* method) { (( void (*) (NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C*, int32_t, int32_t, int32_t, const RuntimeMethod*))NativeArray_1__ctor_mB7BB23924A114599D399A5EC6C00B2B6407CF66D_gshared)(__this, ___0_length, ___1_allocator, ___2_options, method); } inline void NativeArray_1_Copy_mE732305914FBFBE640845378BDD9B31684A47131 (NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C ___0_src, NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C ___1_dst, int32_t ___2_length, const RuntimeMethod* method) { (( void (*) (NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C, NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C, int32_t, const RuntimeMethod*))NativeArray_1_Copy_mE732305914FBFBE640845378BDD9B31684A47131_gshared)(___0_src, ___1_dst, ___2_length, method); } inline void NativeArray_1__ctor_m7F6F81F733C05D8966C6EEC4916B5277B4E19555 (NativeArray_1_t170B62D6C147DD05888D56F029D4D828DF487EC9* __this, int32_t ___0_length, int32_t ___1_allocator, int32_t ___2_options, const RuntimeMethod* method) { (( void (*) (NativeArray_1_t170B62D6C147DD05888D56F029D4D828DF487EC9*, int32_t, int32_t, int32_t, const RuntimeMethod*))NativeArray_1__ctor_m7F6F81F733C05D8966C6EEC4916B5277B4E19555_gshared)(__this, ___0_length, ___1_allocator, ___2_options, method); } inline void NativeArray_1_Copy_m8517A223E5CC91C25F2993626CAC164BDE47868D (NativeArray_1_t170B62D6C147DD05888D56F029D4D828DF487EC9 ___0_src, NativeArray_1_t170B62D6C147DD05888D56F029D4D828DF487EC9 ___1_dst, int32_t ___2_length, const RuntimeMethod* method) { (( void (*) (NativeArray_1_t170B62D6C147DD05888D56F029D4D828DF487EC9, NativeArray_1_t170B62D6C147DD05888D56F029D4D828DF487EC9, int32_t, const RuntimeMethod*))NativeArray_1_Copy_m8517A223E5CC91C25F2993626CAC164BDE47868D_gshared)(___0_src, ___1_dst, ___2_length, method); } inline void NativeArray_1__ctor_m51860EC1322A2BD1F0FC0CC0BC8698BA446DD923 (NativeArray_1_t170B72C5ED52FD874165AC26A8FB1CFE1A93C4CE* __this, int32_t ___0_length, int32_t ___1_allocator, int32_t ___2_options, const RuntimeMethod* method) { (( void (*) (NativeArray_1_t170B72C5ED52FD874165AC26A8FB1CFE1A93C4CE*, int32_t, int32_t, int32_t, const RuntimeMethod*))NativeArray_1__ctor_m51860EC1322A2BD1F0FC0CC0BC8698BA446DD923_gshared)(__this, ___0_length, ___1_allocator, ___2_options, method); } inline void NativeArray_1_Copy_m2341B9BE1AD7D6E4DE9331FE7DA26696CAEF564B (NativeArray_1_t170B72C5ED52FD874165AC26A8FB1CFE1A93C4CE ___0_src, NativeArray_1_t170B72C5ED52FD874165AC26A8FB1CFE1A93C4CE ___1_dst, int32_t ___2_length, const RuntimeMethod* method) { (( void (*) (NativeArray_1_t170B72C5ED52FD874165AC26A8FB1CFE1A93C4CE, NativeArray_1_t170B72C5ED52FD874165AC26A8FB1CFE1A93C4CE, int32_t, const RuntimeMethod*))NativeArray_1_Copy_m2341B9BE1AD7D6E4DE9331FE7DA26696CAEF564B_gshared)(___0_src, ___1_dst, ___2_length, method); } inline void NativeArray_1__ctor_m93513C6EDC1D0E866B1A942DBBEF71AD3DB100AF (NativeArray_1_tC6F9C4831D5B3C255A767235D6B58B1A6492C5C1* __this, int32_t ___0_length, int32_t ___1_allocator, int32_t ___2_options, const RuntimeMethod* method) { (( void (*) (NativeArray_1_tC6F9C4831D5B3C255A767235D6B58B1A6492C5C1*, int32_t, int32_t, int32_t, const RuntimeMethod*))NativeArray_1__ctor_m93513C6EDC1D0E866B1A942DBBEF71AD3DB100AF_gshared)(__this, ___0_length, ___1_allocator, ___2_options, method); } inline void NativeArray_1_Copy_m887F5C229945D2C15B5E2F2B68C13134554ADF62 (NativeArray_1_tC6F9C4831D5B3C255A767235D6B58B1A6492C5C1 ___0_src, NativeArray_1_tC6F9C4831D5B3C255A767235D6B58B1A6492C5C1 ___1_dst, int32_t ___2_length, const RuntimeMethod* method) { (( void (*) (NativeArray_1_tC6F9C4831D5B3C255A767235D6B58B1A6492C5C1, NativeArray_1_tC6F9C4831D5B3C255A767235D6B58B1A6492C5C1, int32_t, const RuntimeMethod*))NativeArray_1_Copy_m887F5C229945D2C15B5E2F2B68C13134554ADF62_gshared)(___0_src, ___1_dst, ___2_length, method); } inline void NativeArray_1__ctor_m788DE0F85C4051DDF092DDF96484DE655ACFB6F1 (NativeArray_1_tDB8B8DC66CC8E16ED6D9A8C75D2C1AFC80AC1E18* __this, int32_t ___0_length, int32_t ___1_allocator, int32_t ___2_options, const RuntimeMethod* method) { (( void (*) (NativeArray_1_tDB8B8DC66CC8E16ED6D9A8C75D2C1AFC80AC1E18*, int32_t, int32_t, int32_t, const RuntimeMethod*))NativeArray_1__ctor_m788DE0F85C4051DDF092DDF96484DE655ACFB6F1_gshared)(__this, ___0_length, ___1_allocator, ___2_options, method); } inline void NativeArray_1__ctor_mAADFCCAE72BDF1E1866AD2B3C6BEBB33D426337C (NativeArray_1_t63326FF687E26631308829A9CDB0C51D523D4E9A* __this, int32_t ___0_length, int32_t ___1_allocator, int32_t ___2_options, const RuntimeMethod* method) { (( void (*) (NativeArray_1_t63326FF687E26631308829A9CDB0C51D523D4E9A*, int32_t, int32_t, int32_t, const RuntimeMethod*))NativeArray_1__ctor_mAADFCCAE72BDF1E1866AD2B3C6BEBB33D426337C_gshared)(__this, ___0_length, ___1_allocator, ___2_options, method); } inline void NativeArray_1__ctor_m3CB679B1B77F99FC5CF890F75C914E22555A1F13 (NativeArray_1_tE86585F07CF10FCD01AA2652A104B149336F7EC2* __this, int32_t ___0_length, int32_t ___1_allocator, int32_t ___2_options, const RuntimeMethod* method) { (( void (*) (NativeArray_1_tE86585F07CF10FCD01AA2652A104B149336F7EC2*, int32_t, int32_t, int32_t, const RuntimeMethod*))NativeArray_1__ctor_m3CB679B1B77F99FC5CF890F75C914E22555A1F13_gshared)(__this, ___0_length, ___1_allocator, ___2_options, method); } inline void NativeSlice_1__ctor_m50E6F98E8A57DFA42B86CB43A6925D74D2CB2958 (NativeSlice_1_tCEC4B2B900638EC1820BB61FE436766204DFD8DA* __this, NativeArray_1_t81F55263465517B73C455D3400CF67B4BADD85CF ___0_array, const RuntimeMethod* method) { (( void (*) (NativeSlice_1_tCEC4B2B900638EC1820BB61FE436766204DFD8DA*, NativeArray_1_t81F55263465517B73C455D3400CF67B4BADD85CF, const RuntimeMethod*))NativeSlice_1__ctor_m50E6F98E8A57DFA42B86CB43A6925D74D2CB2958_gshared)(__this, ___0_array, method); } inline void NativeSlice_1__ctor_m606E9478EC6822C3776B093EFC3DC98678E00F9A (NativeSlice_1_tA54E5D259EBCC7CD8512AA352C6F3709EB237B52* __this, NativeArray_1_tDB8B8DC66CC8E16ED6D9A8C75D2C1AFC80AC1E18 ___0_array, const RuntimeMethod* method) { (( void (*) (NativeSlice_1_tA54E5D259EBCC7CD8512AA352C6F3709EB237B52*, NativeArray_1_tDB8B8DC66CC8E16ED6D9A8C75D2C1AFC80AC1E18, const RuntimeMethod*))NativeSlice_1__ctor_m606E9478EC6822C3776B093EFC3DC98678E00F9A_gshared)(__this, ___0_array, method); } inline void NativeSlice_1__ctor_mD0C60D5A0038A9DA582985ADC92B8B6714A1E8AD (NativeSlice_1_tCEC4B2B900638EC1820BB61FE436766204DFD8DA* __this, NativeArray_1_t81F55263465517B73C455D3400CF67B4BADD85CF ___0_array, int32_t ___1_start, const RuntimeMethod* method) { (( void (*) (NativeSlice_1_tCEC4B2B900638EC1820BB61FE436766204DFD8DA*, NativeArray_1_t81F55263465517B73C455D3400CF67B4BADD85CF, int32_t, const RuntimeMethod*))NativeSlice_1__ctor_mD0C60D5A0038A9DA582985ADC92B8B6714A1E8AD_gshared)(__this, ___0_array, ___1_start, method); } inline void NativeSlice_1__ctor_m89E2A81C9B0649A573BC279C2AA35CAF771B8B7D (NativeSlice_1_tA54E5D259EBCC7CD8512AA352C6F3709EB237B52* __this, NativeArray_1_tDB8B8DC66CC8E16ED6D9A8C75D2C1AFC80AC1E18 ___0_array, int32_t ___1_start, const RuntimeMethod* method) { (( void (*) (NativeSlice_1_tA54E5D259EBCC7CD8512AA352C6F3709EB237B52*, NativeArray_1_tDB8B8DC66CC8E16ED6D9A8C75D2C1AFC80AC1E18, int32_t, const RuntimeMethod*))NativeSlice_1__ctor_m89E2A81C9B0649A573BC279C2AA35CAF771B8B7D_gshared)(__this, ___0_array, ___1_start, method); } inline void NativeSlice_1__ctor_mFCA72E41A56CB5CF71EB01A4A4D66B431F8932DA (NativeSlice_1_t1108006793B0D86DFCF2E4481CD5E5E32AFF591B* __this, NativeArray_1_tF9AAF96E0048E8B93F277A9EAD3955253C6B34C3 ___0_array, int32_t ___1_start, int32_t ___2_length, const RuntimeMethod* method) { (( void (*) (NativeSlice_1_t1108006793B0D86DFCF2E4481CD5E5E32AFF591B*, NativeArray_1_tF9AAF96E0048E8B93F277A9EAD3955253C6B34C3, int32_t, int32_t, const RuntimeMethod*))NativeSlice_1__ctor_mFCA72E41A56CB5CF71EB01A4A4D66B431F8932DA_gshared)(__this, ___0_array, ___1_start, ___2_length, method); } inline void NativeSlice_1__ctor_m546F4FC4F00E93F0730BE9C5DC7648F384B6FB75 (NativeSlice_1_t84638F9F5F454538786C27E8F639E0B602DB00D0* __this, NativeArray_1_tDCB166A7D351D6EEDCDE6CB91075388DEEA5E3CD ___0_array, int32_t ___1_start, int32_t ___2_length, const RuntimeMethod* method) { (( void (*) (NativeSlice_1_t84638F9F5F454538786C27E8F639E0B602DB00D0*, NativeArray_1_tDCB166A7D351D6EEDCDE6CB91075388DEEA5E3CD, int32_t, int32_t, const RuntimeMethod*))NativeSlice_1__ctor_m546F4FC4F00E93F0730BE9C5DC7648F384B6FB75_gshared)(__this, ___0_array, ___1_start, ___2_length, method); } inline void NativeSlice_1__ctor_mD4A144FA99A1B1DFBC1DA2BECE2C44266FF2741C (NativeSlice_1_tAF349534A3BD2A4AC09D9555714E39314906CB3F* __this, NativeArray_1_t76F16C71E23AB5F30821F9564775BA0C510012AA ___0_array, int32_t ___1_start, int32_t ___2_length, const RuntimeMethod* method) { (( void (*) (NativeSlice_1_tAF349534A3BD2A4AC09D9555714E39314906CB3F*, NativeArray_1_t76F16C71E23AB5F30821F9564775BA0C510012AA, int32_t, int32_t, const RuntimeMethod*))NativeSlice_1__ctor_mD4A144FA99A1B1DFBC1DA2BECE2C44266FF2741C_gshared)(__this, ___0_array, ___1_start, ___2_length, method); } inline void NativeSlice_1__ctor_m9BFC93FD998BD41E6249322EDA95916FC779B011 (NativeSlice_1_t2584A7E323E2DAA0F082C26AD9D0DE0FC661F85F* __this, NativeArray_1_t70CC53B5D3DD2663B4FA4C73609D8D98EFDB2421 ___0_array, int32_t ___1_start, int32_t ___2_length, const RuntimeMethod* method) { (( void (*) (NativeSlice_1_t2584A7E323E2DAA0F082C26AD9D0DE0FC661F85F*, NativeArray_1_t70CC53B5D3DD2663B4FA4C73609D8D98EFDB2421, int32_t, int32_t, const RuntimeMethod*))NativeSlice_1__ctor_m9BFC93FD998BD41E6249322EDA95916FC779B011_gshared)(__this, ___0_array, ___1_start, ___2_length, method); } inline void NativeSlice_1__ctor_m6834792A2BCD0C959C3236A1656F2E18AFB47D29 (NativeSlice_1_t7591FC942F923C6C3D5066DBCE25E2B91AAD3BD8* __this, NativeArray_1_t84C22AC03FE6517D060874E39A444D03469DD2F0 ___0_array, int32_t ___1_start, int32_t ___2_length, const RuntimeMethod* method) { (( void (*) (NativeSlice_1_t7591FC942F923C6C3D5066DBCE25E2B91AAD3BD8*, NativeArray_1_t84C22AC03FE6517D060874E39A444D03469DD2F0, int32_t, int32_t, const RuntimeMethod*))NativeSlice_1__ctor_m6834792A2BCD0C959C3236A1656F2E18AFB47D29_gshared)(__this, ___0_array, ___1_start, ___2_length, method); } inline void NativeSlice_1__ctor_mA3430F95264C061E101EC0E3C72042011833A9BC (NativeSlice_1_t1B1546AEB20D09E65A620651F8A4C68DD5998882* __this, NativeArray_1_t61CE5FDEC6BB75218352153E78207800402C1149 ___0_array, int32_t ___1_start, int32_t ___2_length, const RuntimeMethod* method) { (( void (*) (NativeSlice_1_t1B1546AEB20D09E65A620651F8A4C68DD5998882*, NativeArray_1_t61CE5FDEC6BB75218352153E78207800402C1149, int32_t, int32_t, const RuntimeMethod*))NativeSlice_1__ctor_mA3430F95264C061E101EC0E3C72042011833A9BC_gshared)(__this, ___0_array, ___1_start, ___2_length, method); } inline void NativeSlice_1__ctor_m665194100AB694EC232EEFDAC3C87C7647CEBE28 (NativeSlice_1_t0D1A1AB7A9C4768B84EB7420D04A90920533C78A* __this, NativeArray_1_t275C00CC374DEA66C69B3BB3992116F315A8E934 ___0_array, int32_t ___1_start, int32_t ___2_length, const RuntimeMethod* method) { (( void (*) (NativeSlice_1_t0D1A1AB7A9C4768B84EB7420D04A90920533C78A*, NativeArray_1_t275C00CC374DEA66C69B3BB3992116F315A8E934, int32_t, int32_t, const RuntimeMethod*))NativeSlice_1__ctor_m665194100AB694EC232EEFDAC3C87C7647CEBE28_gshared)(__this, ___0_array, ___1_start, ___2_length, method); } inline void NativeSlice_1__ctor_m59DAA173E4BF1C15C5C42D00688F3B86EA28048D (NativeSlice_1_t0D1A1AB7A9C4768B84EB7420D04A90920533C78A* __this, NativeSlice_1_t0D1A1AB7A9C4768B84EB7420D04A90920533C78A ___0_slice, int32_t ___1_start, int32_t ___2_length, const RuntimeMethod* method) { (( void (*) (NativeSlice_1_t0D1A1AB7A9C4768B84EB7420D04A90920533C78A*, NativeSlice_1_t0D1A1AB7A9C4768B84EB7420D04A90920533C78A, int32_t, int32_t, const RuntimeMethod*))NativeSlice_1__ctor_m59DAA173E4BF1C15C5C42D00688F3B86EA28048D_gshared)(__this, ___0_slice, ___1_start, ___2_length, method); } inline void NativeSlice_1__ctor_m05A3D6C62D3EF51EBE50158889E9C6B1D214588C (NativeSlice_1_t66375568C4FF313931F4D2F646D64FE6A406BAD2* __this, NativeArray_1_tB60512C6E4578B7CC8EB79321680E495E69ABF81 ___0_array, int32_t ___1_start, int32_t ___2_length, const RuntimeMethod* method) { (( void (*) (NativeSlice_1_t66375568C4FF313931F4D2F646D64FE6A406BAD2*, NativeArray_1_tB60512C6E4578B7CC8EB79321680E495E69ABF81, int32_t, int32_t, const RuntimeMethod*))NativeSlice_1__ctor_m05A3D6C62D3EF51EBE50158889E9C6B1D214588C_gshared)(__this, ___0_array, ___1_start, ___2_length, method); } inline void NativeSlice_1__ctor_mC87483602F891B11DD01B19DAF427E8D61C385C6 (NativeSlice_1_t66375568C4FF313931F4D2F646D64FE6A406BAD2* __this, NativeSlice_1_t66375568C4FF313931F4D2F646D64FE6A406BAD2 ___0_slice, int32_t ___1_start, int32_t ___2_length, const RuntimeMethod* method) { (( void (*) (NativeSlice_1_t66375568C4FF313931F4D2F646D64FE6A406BAD2*, NativeSlice_1_t66375568C4FF313931F4D2F646D64FE6A406BAD2, int32_t, int32_t, const RuntimeMethod*))NativeSlice_1__ctor_mC87483602F891B11DD01B19DAF427E8D61C385C6_gshared)(__this, ___0_slice, ___1_start, ___2_length, method); } inline void NativeSlice_1__ctor_m313B1A91AB4ADBA821C074187D67957126F93DFF (NativeSlice_1_tA54E5D259EBCC7CD8512AA352C6F3709EB237B52* __this, NativeArray_1_tDB8B8DC66CC8E16ED6D9A8C75D2C1AFC80AC1E18 ___0_array, int32_t ___1_start, int32_t ___2_length, const RuntimeMethod* method) { (( void (*) (NativeSlice_1_tA54E5D259EBCC7CD8512AA352C6F3709EB237B52*, NativeArray_1_tDB8B8DC66CC8E16ED6D9A8C75D2C1AFC80AC1E18, int32_t, int32_t, const RuntimeMethod*))NativeSlice_1__ctor_m313B1A91AB4ADBA821C074187D67957126F93DFF_gshared)(__this, ___0_array, ___1_start, ___2_length, method); } inline void NativeSlice_1__ctor_m4C0C75BC6633B56253FD4A7CD7F38A34E73C6253 (NativeSlice_1_tA54E5D259EBCC7CD8512AA352C6F3709EB237B52* __this, NativeSlice_1_tA54E5D259EBCC7CD8512AA352C6F3709EB237B52 ___0_slice, int32_t ___1_start, int32_t ___2_length, const RuntimeMethod* method) { (( void (*) (NativeSlice_1_tA54E5D259EBCC7CD8512AA352C6F3709EB237B52*, NativeSlice_1_tA54E5D259EBCC7CD8512AA352C6F3709EB237B52, int32_t, int32_t, const RuntimeMethod*))NativeSlice_1__ctor_m4C0C75BC6633B56253FD4A7CD7F38A34E73C6253_gshared)(__this, ___0_slice, ___1_start, ___2_length, method); } inline void NativeSlice_1__ctor_m60F25657F5AE104ED7F2F956B948FE7C704EDB5D (NativeSlice_1_t72AA15A00D1B7CE9B7265E487D15133C9F091FD0* __this, NativeArray_1_tEE0716F057E5AB90C1E3B19EA5CC04D624CFC9C7 ___0_array, int32_t ___1_start, int32_t ___2_length, const RuntimeMethod* method) { (( void (*) (NativeSlice_1_t72AA15A00D1B7CE9B7265E487D15133C9F091FD0*, NativeArray_1_tEE0716F057E5AB90C1E3B19EA5CC04D624CFC9C7, int32_t, int32_t, const RuntimeMethod*))NativeSlice_1__ctor_m60F25657F5AE104ED7F2F956B948FE7C704EDB5D_gshared)(__this, ___0_array, ___1_start, ___2_length, method); } inline void NativeSlice_1__ctor_m7A0D0D8A1439A72F1514624217FAB4B88C113BFD (NativeSlice_1_t4207DB5E16E1EF9068326562E97E3AA675F0DAF9* __this, NativeArray_1_tA322013FCE7ECBB07A30418AAB23BE082C4E46D6 ___0_array, int32_t ___1_start, int32_t ___2_length, const RuntimeMethod* method) { (( void (*) (NativeSlice_1_t4207DB5E16E1EF9068326562E97E3AA675F0DAF9*, NativeArray_1_tA322013FCE7ECBB07A30418AAB23BE082C4E46D6, int32_t, int32_t, const RuntimeMethod*))NativeSlice_1__ctor_m7A0D0D8A1439A72F1514624217FAB4B88C113BFD_gshared)(__this, ___0_array, ___1_start, ___2_length, method); } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Format_mA8DBB4C2516B9723C5A41E6CB1E2FAF4BBE96DD8 (String_t* ___0_format, RuntimeObject* ___1_arg0, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ArgumentNullException__ctor_m444AE141157E333844FC1A9500224C2F9FD24F4B (ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129* __this, String_t* ___0_paramName, const RuntimeMethod* method) ; inline void List_1_Clear_m6C27D2DB91485CF3C5992CD0234BA828E8C53275_inline (List_1_tF42FEB6C3B18B7E7C8F2DE1FEBA00D2491736317* __this, const RuntimeMethod* method) { (( void (*) (List_1_tF42FEB6C3B18B7E7C8F2DE1FEBA00D2491736317*, const RuntimeMethod*))List_1_Clear_m6C27D2DB91485CF3C5992CD0234BA828E8C53275_gshared_inline)(__this, method); } inline int32_t List_1_get_Capacity_m6D4F92DC79D33023D68B3408D6464723C8AA83A9 (List_1_tF42FEB6C3B18B7E7C8F2DE1FEBA00D2491736317* __this, const RuntimeMethod* method) { return (( int32_t (*) (List_1_tF42FEB6C3B18B7E7C8F2DE1FEBA00D2491736317*, const RuntimeMethod*))List_1_get_Capacity_m6D4F92DC79D33023D68B3408D6464723C8AA83A9_gshared)(__this, method); } inline void List_1_set_Capacity_m4349F707AFD29359D197EE27DD358DF37C12E2F8 (List_1_tF42FEB6C3B18B7E7C8F2DE1FEBA00D2491736317* __this, int32_t ___0_value, const RuntimeMethod* method) { (( void (*) (List_1_tF42FEB6C3B18B7E7C8F2DE1FEBA00D2491736317*, int32_t, const RuntimeMethod*))List_1_set_Capacity_m4349F707AFD29359D197EE27DD358DF37C12E2F8_gshared)(__this, ___0_value, method); } inline int32_t List_1_get_Count_m970BE5CCB1F05BAF033736206A0C3142930127B0_inline (List_1_tF42FEB6C3B18B7E7C8F2DE1FEBA00D2491736317* __this, const RuntimeMethod* method) { return (( int32_t (*) (List_1_tF42FEB6C3B18B7E7C8F2DE1FEBA00D2491736317*, const RuntimeMethod*))List_1_get_Count_m970BE5CCB1F05BAF033736206A0C3142930127B0_gshared_inline)(__this, method); } inline ListPrivateFieldAccess_1_t53688B2A9D9ACB2645C9EC09B87E3F7F8664F00D** UnsafeUtility_As_TisList_1_tF42FEB6C3B18B7E7C8F2DE1FEBA00D2491736317_TisListPrivateFieldAccess_1_t53688B2A9D9ACB2645C9EC09B87E3F7F8664F00D_mCF5F8927BE5A0D9A4F9E7858A43AE6987DA7C753_inline (List_1_tF42FEB6C3B18B7E7C8F2DE1FEBA00D2491736317** ___0_from, const RuntimeMethod* method) { return (( ListPrivateFieldAccess_1_t53688B2A9D9ACB2645C9EC09B87E3F7F8664F00D** (*) (List_1_tF42FEB6C3B18B7E7C8F2DE1FEBA00D2491736317**, const RuntimeMethod*))UnsafeUtility_As_TisRuntimeObject_TisRuntimeObject_m427D45188F037E6A44060E2DC34BCD470560D8C9_gshared_inline)(___0_from, method); } inline ListPrivateFieldAccess_1_t81F55330C2FC8FFF91FC25D10AF7FC2724CCEC6A* UnsafeUtility_As_TisListPrivateFieldAccess_1_t81F55330C2FC8FFF91FC25D10AF7FC2724CCEC6A_m8E19F1360520F8CCB29F8B4FA9A743197F324203 (RuntimeObject* ___0_from, const RuntimeMethod* method) { return (( ListPrivateFieldAccess_1_t81F55330C2FC8FFF91FC25D10AF7FC2724CCEC6A* (*) (RuntimeObject*, const RuntimeMethod*))UnsafeUtility_As_TisRuntimeObject_m0FFD91677D5F942D9FA7112820E0596B59865532_gshared)(___0_from, method); } inline ListPrivateFieldAccess_1_t2E9C2B51AED8E58F37A72FA38B8E132B0FDB0442* UnsafeUtility_As_TisListPrivateFieldAccess_1_t2E9C2B51AED8E58F37A72FA38B8E132B0FDB0442_m32094283939C75A047F5F7EC76EE93ACA2AC0F66 (RuntimeObject* ___0_from, const RuntimeMethod* method) { return (( ListPrivateFieldAccess_1_t2E9C2B51AED8E58F37A72FA38B8E132B0FDB0442* (*) (RuntimeObject*, const RuntimeMethod*))UnsafeUtility_As_TisRuntimeObject_m0FFD91677D5F942D9FA7112820E0596B59865532_gshared)(___0_from, method); } inline ListPrivateFieldAccess_1_tB10A515CB3B61BE07629DF2C16DC289B7AF82B15* UnsafeUtility_As_TisListPrivateFieldAccess_1_tB10A515CB3B61BE07629DF2C16DC289B7AF82B15_m3974617E3625DC4E1CE4E10AF326F3D5CDDC5FDF (RuntimeObject* ___0_from, const RuntimeMethod* method) { return (( ListPrivateFieldAccess_1_tB10A515CB3B61BE07629DF2C16DC289B7AF82B15* (*) (RuntimeObject*, const RuntimeMethod*))UnsafeUtility_As_TisRuntimeObject_m0FFD91677D5F942D9FA7112820E0596B59865532_gshared)(___0_from, method); } inline ListPrivateFieldAccess_1_t53688B2A9D9ACB2645C9EC09B87E3F7F8664F00D* UnsafeUtility_As_TisListPrivateFieldAccess_1_t53688B2A9D9ACB2645C9EC09B87E3F7F8664F00D_mF34BB00F023AE7858824BB59AD1C866292E6BC07 (RuntimeObject* ___0_from, const RuntimeMethod* method) { return (( ListPrivateFieldAccess_1_t53688B2A9D9ACB2645C9EC09B87E3F7F8664F00D* (*) (RuntimeObject*, const RuntimeMethod*))UnsafeUtility_As_TisRuntimeObject_m0FFD91677D5F942D9FA7112820E0596B59865532_gshared)(___0_from, method); } inline int32_t List_1_get_Count_m97646F93DD10BF861C66A0E05E73D1BA94B76143_inline (List_1_t3517D52AE25CA3B19051E691E9C06ED03A3AB9B8* __this, const RuntimeMethod* method) { return (( int32_t (*) (List_1_t3517D52AE25CA3B19051E691E9C06ED03A3AB9B8*, const RuntimeMethod*))List_1_get_Count_m97646F93DD10BF861C66A0E05E73D1BA94B76143_gshared_inline)(__this, method); } inline int32_t List_1_get_Count_mF590592E32D421DE2C6E2F0D5C2F62FB14CCEFDF_inline (List_1_t05915E9237850A58106982B7FE4BC5DA4E872E73* __this, const RuntimeMethod* method) { return (( int32_t (*) (List_1_t05915E9237850A58106982B7FE4BC5DA4E872E73*, const RuntimeMethod*))List_1_get_Count_mF590592E32D421DE2C6E2F0D5C2F62FB14CCEFDF_gshared_inline)(__this, method); } inline int32_t List_1_get_Count_m46EEFFA770BE665EA0CB3A5332E941DA4B3C1D37_inline (List_1_t77B94703E05C519A9010DD0614F757F974E1CD8B* __this, const RuntimeMethod* method) { return (( int32_t (*) (List_1_t77B94703E05C519A9010DD0614F757F974E1CD8B*, const RuntimeMethod*))List_1_get_Count_m46EEFFA770BE665EA0CB3A5332E941DA4B3C1D37_gshared_inline)(__this, method); } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t* Type_GetTypeFromHandle_m6062B81682F79A4D6DF2640692EE6D9987858C57 (RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B ___0_handle, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C* Object_FindFirstObjectByType_mC479B3C54E61550A6A405DC1BCF0CBA2BA8FC66F (Type_t* ___0_type, int32_t ___1_findObjectsInactive, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Object_CheckNullArgument_m4D03BBBD975CCCCB3F9438864E3E8BF54E1E3F26 (RuntimeObject* ___0_arg, String_t* ___1_message, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C* Object_Internal_CloneSingle_m24ECA1416702930DF5C316EA8B70D575315B636A (Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C* ___0_data, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Object_op_Equality_mB6120F782D83091EF56A198FCEBCF066DB4A9605 (Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C* ___0_x, Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C* ___1_y, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UnityException__ctor_mF8A65C9C71A1E0DE6A3224467040765901959312 (UnityException_tA1EC1E95ADE689CF6EB7FAFF77C160AE1F559067* __this, String_t* ___0_message, const RuntimeMethod* method) ; inline RuntimeObject* Object_Instantiate_TisRuntimeObject_mDC5AD8BD13FE50E98B67B956C048367F4E8C6F94 (RuntimeObject* ___0_original, Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* ___1_parent, bool ___2_worldPositionStays, const RuntimeMethod* method) { return (( RuntimeObject* (*) (RuntimeObject*, Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1*, bool, const RuntimeMethod*))Object_Instantiate_TisRuntimeObject_mDC5AD8BD13FE50E98B67B956C048367F4E8C6F94_gshared)(___0_original, ___1_parent, ___2_worldPositionStays, method); } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C* Object_Instantiate_m99F2A72EF6BFE09E6CF4FCF6207C5BCFAD1D76CF (Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C* ___0_original, Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* ___1_parent, bool ___2_instantiateInWorldSpace, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR PropertyPath_tA523CA2740853534DF6C009C588464B45A6D0A79 PathVisitor_get_Path_m98A92F21C11F12C0C88EAC86D0F2E853DFBF9BD3_inline (PathVisitor_tCD0947C41CDBDB774D22D560E5FFA01EF61C4446* __this, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR PropertyPathPart_tFB308743948D2298957DC1898D90AF2ACFED9DFF PropertyPath_get_Item_mB0EFC5EAEB2A48E02906CDDC6435FDF4032EFAFD (PropertyPath_tA523CA2740853534DF6C009C588464B45A6D0A79* __this, int32_t ___0_index, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t PropertyPathPart_get_Kind_m18581157E2924A9BF9FC8166CF98CBA468016541_inline (PropertyPathPart_tFB308743948D2298957DC1898D90AF2ACFED9DFF* __this, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* PropertyPathPart_get_Name_mFCEAE41CA7D7FAD0A0D7EB6D0B371AEAD7CE5A21 (PropertyPathPart_tFB308743948D2298957DC1898D90AF2ACFED9DFF* __this, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void PathVisitor_set_ReturnCode_mB5629AE0124C70E479D9C4D44A8E552DA8BA19E0_inline (PathVisitor_tCD0947C41CDBDB774D22D560E5FFA01EF61C4446* __this, int32_t ___0_value, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t PropertyPathPart_get_Index_mFCB3571720514B51BC7B373D45B19CCBD82FBF57 (PropertyPathPart_tFB308743948D2298957DC1898D90AF2ACFED9DFF* __this, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject* PathVisitor_get_Property_mA08B8FE123674A9F4529C9CEAC47F6E940846E9B_inline (PathVisitor_tCD0947C41CDBDB774D22D560E5FFA01EF61C4446* __this, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AttributesScope_Dispose_mE479F4FB0D23FD296817DD79630432BD4675E15D (AttributesScope_t5A89FFE050A95DD67BD15C00A4D072EABAA376AE* __this, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* PropertyPathPart_get_Key_m08AAAD0EF82806F72CA10628E7B8EC15322E7E6A (PropertyPathPart_tFB308743948D2298957DC1898D90AF2ACFED9DFF* __this, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t PropertyPath_get_Length_m9238E2C9AAFD16D7A74483CB4075AC7592B8889F_inline (PropertyPath_tA523CA2740853534DF6C009C588464B45A6D0A79* __this, const RuntimeMethod* method) ; inline bool PropertyBag_TryGetPropertyBagForValue_TisInt32Enum_tCBAC8BA2BFF3A845FA599F303093BBBA374B6F0C_m61AF9DE342919DD59CD9CC07D069DEE07629F67E (int32_t* ___0_value, RuntimeObject** ___1_propertyBag, const RuntimeMethod* method) { return (( bool (*) (int32_t*, RuntimeObject**, const RuntimeMethod*))PropertyBag_TryGetPropertyBagForValue_TisInt32Enum_tCBAC8BA2BFF3A845FA599F303093BBBA374B6F0C_m61AF9DE342919DD59CD9CC07D069DEE07629F67E_gshared)(___0_value, ___1_propertyBag, method); } inline bool TypeTraits_1_get_CanBeNull_mB145F76964DE36569385F83F550741253F97BC8B_inline (const RuntimeMethod* method) { return (( bool (*) (const RuntimeMethod*))TypeTraits_1_get_CanBeNull_mB145F76964DE36569385F83F550741253F97BC8B_gshared_inline)(method); } inline EqualityComparer_1_tECD5E5244542BCEA9946E4E9E894173EFA97E8DF* EqualityComparer_1_get_Default_mC9B367997D70B8B5F9167227471B3D82603739F4_inline (const RuntimeMethod* method) { return (( EqualityComparer_1_tECD5E5244542BCEA9946E4E9E894173EFA97E8DF* (*) (const RuntimeMethod*))EqualityComparer_1_get_Default_mC9B367997D70B8B5F9167227471B3D82603739F4_gshared_inline)(method); } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PropertyScope__ctor_m28FF99A84F7744DB6A9997E02B733ADB10DEA6AF (PropertyScope_t1C89396D637F6426CAFCC8F4BAFC4B56E035A3CD* __this, PathVisitor_tCD0947C41CDBDB774D22D560E5FFA01EF61C4446* ___0_visitor, RuntimeObject* ___1_property, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PropertyScope_Dispose_m815F8B5CF2665D576232AE370026021C576F7922 (PropertyScope_t1C89396D637F6426CAFCC8F4BAFC4B56E035A3CD* __this, const RuntimeMethod* method) ; inline void PropertyContainer_Accept_TisInt32Enum_tCBAC8BA2BFF3A845FA599F303093BBBA374B6F0C_mECB26B6AD8323EC326585F2EA43B7CBBA7944441 (RuntimeObject* ___0_visitor, int32_t* ___1_container, VisitParameters_tF21AC3343F90A7925EEA69AA73269B7F2DCE66CE ___2_parameters, const RuntimeMethod* method) { (( void (*) (RuntimeObject*, int32_t*, VisitParameters_tF21AC3343F90A7925EEA69AA73269B7F2DCE66CE, const RuntimeMethod*))PropertyContainer_Accept_TisInt32Enum_tCBAC8BA2BFF3A845FA599F303093BBBA374B6F0C_mECB26B6AD8323EC326585F2EA43B7CBBA7944441_gshared)(___0_visitor, ___1_container, ___2_parameters, method); } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool PathVisitor_get_ReadonlyVisit_m334145CFBF9EEF857FD8CB6213633BD513B82904_inline (PathVisitor_tCD0947C41CDBDB774D22D560E5FFA01EF61C4446* __this, const RuntimeMethod* method) ; inline bool PropertyBag_TryGetPropertyBagForValue_TisRuntimeObject_mD4CD5E0ECCA048DFCC4C4C71A78ED65C87C34C01 (RuntimeObject** ___0_value, RuntimeObject** ___1_propertyBag, const RuntimeMethod* method) { return (( bool (*) (RuntimeObject**, RuntimeObject**, const RuntimeMethod*))PropertyBag_TryGetPropertyBagForValue_TisRuntimeObject_mD4CD5E0ECCA048DFCC4C4C71A78ED65C87C34C01_gshared)(___0_value, ___1_propertyBag, method); } inline bool TypeTraits_1_get_CanBeNull_m735F17A1CDBD434E62378EBF10F8B56495139E17_inline (const RuntimeMethod* method) { return (( bool (*) (const RuntimeMethod*))TypeTraits_1_get_CanBeNull_m735F17A1CDBD434E62378EBF10F8B56495139E17_gshared_inline)(method); } inline EqualityComparer_1_t92563A67F1C1ECDC3FE387C46498E2E56B59F3C2* EqualityComparer_1_get_Default_mA2AD755281D23F496A2579884B39E30C13C208B3_inline (const RuntimeMethod* method) { return (( EqualityComparer_1_t92563A67F1C1ECDC3FE387C46498E2E56B59F3C2* (*) (const RuntimeMethod*))EqualityComparer_1_get_Default_mA2AD755281D23F496A2579884B39E30C13C208B3_gshared_inline)(method); } inline void PropertyContainer_Accept_TisRuntimeObject_m3580153F4048DF075DB593BDB3C4A63FA439FC39 (RuntimeObject* ___0_visitor, RuntimeObject** ___1_container, VisitParameters_tF21AC3343F90A7925EEA69AA73269B7F2DCE66CE ___2_parameters, const RuntimeMethod* method) { (( void (*) (RuntimeObject*, RuntimeObject**, VisitParameters_tF21AC3343F90A7925EEA69AA73269B7F2DCE66CE, const RuntimeMethod*))PropertyContainer_Accept_TisRuntimeObject_m3580153F4048DF075DB593BDB3C4A63FA439FC39_gshared)(___0_visitor, ___1_container, ___2_parameters, method); } inline bool PropertyBag_TryGetPropertyBagForValue_TisSingle_t4530F2FF86FCB0DC29F35385CA1BD21BE294761C_m639CE2C899C469A55ECC66D6793B590C5EBE3E42 (float* ___0_value, RuntimeObject** ___1_propertyBag, const RuntimeMethod* method) { return (( bool (*) (float*, RuntimeObject**, const RuntimeMethod*))PropertyBag_TryGetPropertyBagForValue_TisSingle_t4530F2FF86FCB0DC29F35385CA1BD21BE294761C_m639CE2C899C469A55ECC66D6793B590C5EBE3E42_gshared)(___0_value, ___1_propertyBag, method); } inline bool TypeTraits_1_get_CanBeNull_m1070B18AE5014C462C176214EB504B80ABCF9E56_inline (const RuntimeMethod* method) { return (( bool (*) (const RuntimeMethod*))TypeTraits_1_get_CanBeNull_m1070B18AE5014C462C176214EB504B80ABCF9E56_gshared_inline)(method); } inline EqualityComparer_1_t346CEF653847623862FC6F88D66F7933B0039499* EqualityComparer_1_get_Default_m20A1B9861324559044977270E1FAFB09BBE14234_inline (const RuntimeMethod* method) { return (( EqualityComparer_1_t346CEF653847623862FC6F88D66F7933B0039499* (*) (const RuntimeMethod*))EqualityComparer_1_get_Default_m20A1B9861324559044977270E1FAFB09BBE14234_gshared_inline)(method); } inline void PropertyContainer_Accept_TisSingle_t4530F2FF86FCB0DC29F35385CA1BD21BE294761C_mA7E97E817C5D3F92B56F729FE44CBC11EFEA02EE (RuntimeObject* ___0_visitor, float* ___1_container, VisitParameters_tF21AC3343F90A7925EEA69AA73269B7F2DCE66CE ___2_parameters, const RuntimeMethod* method) { (( void (*) (RuntimeObject*, float*, VisitParameters_tF21AC3343F90A7925EEA69AA73269B7F2DCE66CE, const RuntimeMethod*))PropertyContainer_Accept_TisSingle_t4530F2FF86FCB0DC29F35385CA1BD21BE294761C_mA7E97E817C5D3F92B56F729FE44CBC11EFEA02EE_gshared)(___0_visitor, ___1_container, ___2_parameters, method); } inline bool PropertyBag_TryGetPropertyBagForValue_TisLength_t90BB06D47DD6DB461ED21BD3E3241FAB6C824256_m7A9EA143096E3C18C2DD2EDEF28A519CA4A73802 (Length_t90BB06D47DD6DB461ED21BD3E3241FAB6C824256* ___0_value, RuntimeObject** ___1_propertyBag, const RuntimeMethod* method) { return (( bool (*) (Length_t90BB06D47DD6DB461ED21BD3E3241FAB6C824256*, RuntimeObject**, const RuntimeMethod*))PropertyBag_TryGetPropertyBagForValue_TisLength_t90BB06D47DD6DB461ED21BD3E3241FAB6C824256_m7A9EA143096E3C18C2DD2EDEF28A519CA4A73802_gshared)(___0_value, ___1_propertyBag, method); } inline bool TypeTraits_1_get_CanBeNull_m0D87D0851EC5F34630C609FC128C8673317DCEAA_inline (const RuntimeMethod* method) { return (( bool (*) (const RuntimeMethod*))TypeTraits_1_get_CanBeNull_m0D87D0851EC5F34630C609FC128C8673317DCEAA_gshared_inline)(method); } inline EqualityComparer_1_t8B724228B7FB3FDB4FA0E3B3197F3E836025C852* EqualityComparer_1_get_Default_mFF0B648FC824123BF138D79F2FCF183B2F7A57B3_inline (const RuntimeMethod* method) { return (( EqualityComparer_1_t8B724228B7FB3FDB4FA0E3B3197F3E836025C852* (*) (const RuntimeMethod*))EqualityComparer_1_get_Default_mFF0B648FC824123BF138D79F2FCF183B2F7A57B3_gshared_inline)(method); } inline void PropertyContainer_Accept_TisLength_t90BB06D47DD6DB461ED21BD3E3241FAB6C824256_m991F23402D966D410BBC89F0A2AD615D3CEC81D6 (RuntimeObject* ___0_visitor, Length_t90BB06D47DD6DB461ED21BD3E3241FAB6C824256* ___1_container, VisitParameters_tF21AC3343F90A7925EEA69AA73269B7F2DCE66CE ___2_parameters, const RuntimeMethod* method) { (( void (*) (RuntimeObject*, Length_t90BB06D47DD6DB461ED21BD3E3241FAB6C824256*, VisitParameters_tF21AC3343F90A7925EEA69AA73269B7F2DCE66CE, const RuntimeMethod*))PropertyContainer_Accept_TisLength_t90BB06D47DD6DB461ED21BD3E3241FAB6C824256_m991F23402D966D410BBC89F0A2AD615D3CEC81D6_gshared)(___0_visitor, ___1_container, ___2_parameters, method); } inline EqualityComparer_1_tECD5E5244542BCEA9946E4E9E894173EFA97E8DF* EqualityComparer_1_CreateComparer_m90CFBBC1492097465600B56ECF620CA25F1C6A73 (const RuntimeMethod* method) { return (( EqualityComparer_1_tECD5E5244542BCEA9946E4E9E894173EFA97E8DF* (*) (const RuntimeMethod*))EqualityComparer_1_CreateComparer_m90CFBBC1492097465600B56ECF620CA25F1C6A73_gshared)(method); } inline EqualityComparer_1_t92563A67F1C1ECDC3FE387C46498E2E56B59F3C2* EqualityComparer_1_CreateComparer_mD2FA619307513193746FBEB5AE522FB54E21B634 (const RuntimeMethod* method) { return (( EqualityComparer_1_t92563A67F1C1ECDC3FE387C46498E2E56B59F3C2* (*) (const RuntimeMethod*))EqualityComparer_1_CreateComparer_mD2FA619307513193746FBEB5AE522FB54E21B634_gshared)(method); } inline EqualityComparer_1_t346CEF653847623862FC6F88D66F7933B0039499* EqualityComparer_1_CreateComparer_m4055D46D61B6AD80A0F2D4624577D7FE9D15B002 (const RuntimeMethod* method) { return (( EqualityComparer_1_t346CEF653847623862FC6F88D66F7933B0039499* (*) (const RuntimeMethod*))EqualityComparer_1_CreateComparer_m4055D46D61B6AD80A0F2D4624577D7FE9D15B002_gshared)(method); } inline EqualityComparer_1_t8B724228B7FB3FDB4FA0E3B3197F3E836025C852* EqualityComparer_1_CreateComparer_mE5BC74FD18313E1237342B0626EB109CDF69CE26 (const RuntimeMethod* method) { return (( EqualityComparer_1_t8B724228B7FB3FDB4FA0E3B3197F3E836025C852* (*) (const RuntimeMethod*))EqualityComparer_1_CreateComparer_mE5BC74FD18313E1237342B0626EB109CDF69CE26_gshared)(method); } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MultiColumnController_BindCellItem_TisRuntimeObject_mB0270A9F745F2AE0DE677DFA715D859D4C285D8B_gshared (VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* ___0_ve, int32_t ___1_rowIndex, Column_tD686764EBBB4AFE8473E2464D0039885E3A2EC6A* ___2_column, RuntimeObject* ___3_item, const RuntimeMethod* method) { if (!il2cpp_rgctx_is_initialized(method)) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MultiColumnController_t25BFE9B50BC0D69925EC7EEE090F256FFE1244B6_il2cpp_TypeInfo_var); il2cpp_rgctx_method_init(method); } bool V_0 = false; { Column_tD686764EBBB4AFE8473E2464D0039885E3A2EC6A* L_0 = ___2_column; NullCheck(L_0); Action_2_tA1EAD43A5C76FF3E77D1705EC83B9AB7B1BE7D88* L_1; L_1 = Column_get_bindCell_m87B54CF94A95D41669E1B1E9F845C3E53B37C847_inline(L_0, NULL); V_0 = (bool)((!(((RuntimeObject*)(Action_2_tA1EAD43A5C76FF3E77D1705EC83B9AB7B1BE7D88*)L_1) <= ((RuntimeObject*)(RuntimeObject*)NULL)))? 1 : 0); bool L_2 = V_0; if (!L_2) { goto IL_0020; } } { Column_tD686764EBBB4AFE8473E2464D0039885E3A2EC6A* L_3 = ___2_column; NullCheck(L_3); Action_2_tA1EAD43A5C76FF3E77D1705EC83B9AB7B1BE7D88* L_4; L_4 = Column_get_bindCell_m87B54CF94A95D41669E1B1E9F845C3E53B37C847_inline(L_3, NULL); VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_5 = ___0_ve; int32_t L_6 = ___1_rowIndex; NullCheck(L_4); Action_2_Invoke_mF5036A6D1FF31DA2E4CB571F6A0F904796417719_inline(L_4, L_5, L_6, NULL); goto IL_002a; } IL_0020: { VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_7 = ___0_ve; RuntimeObject* L_8 = ___3_item; il2cpp_codegen_runtime_class_init_inline(MultiColumnController_t25BFE9B50BC0D69925EC7EEE090F256FFE1244B6_il2cpp_TypeInfo_var); MultiColumnController_DefaultBindCellItem_TisRuntimeObject_mF46924C4748286731A09166B8DEFFCB66523516D(L_7, L_8, il2cpp_rgctx_method(method->rgctx_data, 1)); } IL_002a: { return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MultiColumnController_BindCellItem_TisIl2CppFullySharedGenericAny_m33A460026F65F44B391C25C4A6B19810267BE782_gshared (VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* ___0_ve, int32_t ___1_rowIndex, Column_tD686764EBBB4AFE8473E2464D0039885E3A2EC6A* ___2_column, Il2CppFullySharedGenericAny ___3_item, const RuntimeMethod* method) { if (!il2cpp_rgctx_is_initialized(method)) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MultiColumnController_t25BFE9B50BC0D69925EC7EEE090F256FFE1244B6_il2cpp_TypeInfo_var); il2cpp_rgctx_method_init(method); } const uint32_t SizeOf_T_t170498605EF2E76236CB0B1E3C9AD153B9B4723B = il2cpp_codegen_sizeof(il2cpp_rgctx_data_no_init(method->rgctx_data, 0)); const Il2CppFullySharedGenericAny L_8 = alloca(SizeOf_T_t170498605EF2E76236CB0B1E3C9AD153B9B4723B); bool V_0 = false; { Column_tD686764EBBB4AFE8473E2464D0039885E3A2EC6A* L_0 = ___2_column; NullCheck(L_0); Action_2_tA1EAD43A5C76FF3E77D1705EC83B9AB7B1BE7D88* L_1; L_1 = Column_get_bindCell_m87B54CF94A95D41669E1B1E9F845C3E53B37C847_inline(L_0, NULL); V_0 = (bool)((!(((RuntimeObject*)(Action_2_tA1EAD43A5C76FF3E77D1705EC83B9AB7B1BE7D88*)L_1) <= ((RuntimeObject*)(RuntimeObject*)NULL)))? 1 : 0); bool L_2 = V_0; if (!L_2) { goto IL_0020; } } { Column_tD686764EBBB4AFE8473E2464D0039885E3A2EC6A* L_3 = ___2_column; NullCheck(L_3); Action_2_tA1EAD43A5C76FF3E77D1705EC83B9AB7B1BE7D88* L_4; L_4 = Column_get_bindCell_m87B54CF94A95D41669E1B1E9F845C3E53B37C847_inline(L_3, NULL); VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_5 = ___0_ve; int32_t L_6 = ___1_rowIndex; NullCheck(L_4); Action_2_Invoke_mF5036A6D1FF31DA2E4CB571F6A0F904796417719_inline(L_4, L_5, L_6, NULL); goto IL_002a; } IL_0020: { VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_7 = ___0_ve; il2cpp_codegen_memcpy(L_8, (il2cpp_codegen_class_is_value_type(il2cpp_rgctx_data_no_init(method->rgctx_data, 0)) ? ___3_item : &___3_item), SizeOf_T_t170498605EF2E76236CB0B1E3C9AD153B9B4723B); il2cpp_codegen_runtime_class_init_inline(MultiColumnController_t25BFE9B50BC0D69925EC7EEE090F256FFE1244B6_il2cpp_TypeInfo_var); InvokerActionInvoker2< VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115*, Il2CppFullySharedGenericAny >::Invoke(il2cpp_codegen_get_direct_method_pointer(il2cpp_rgctx_method(method->rgctx_data, 1)), il2cpp_rgctx_method(method->rgctx_data, 1), NULL, L_7, (il2cpp_codegen_class_is_value_type(il2cpp_rgctx_data_no_init(method->rgctx_data, 0)) ? L_8: *(void**)L_8)); } IL_002a: { return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MultiColumnController_BindItem_TisRuntimeObject_m8EE2F2FAA5DE37984AA5FBF42183354742556537_gshared (MultiColumnController_t25BFE9B50BC0D69925EC7EEE090F256FFE1244B6* __this, VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* ___0_element, int32_t ___1_index, RuntimeObject* ___2_item, const RuntimeMethod* method) { if (!il2cpp_rgctx_is_initialized(method)) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_TryGetValue_mA48C3C80A6FB19382E0268E36BA1D3ACFBDF700C_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerable_1_tDED90A5957122B27D452CE2D6BF2102E19B274AA_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerator_1_t6C561189597D7102947B2C2D0FCE829F1CFCE163_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerator_t7B609C2FFA6EB5167D9C62A0C32A21DE2F666DAA_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IResolvedStyle_t6A3530BA6147B091C278593F21F86B09CD42BE89_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IStyle_t4FD66C97CA5F46BFE328FED0C65277A37E0A89F7_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MultiColumnController_t25BFE9B50BC0D69925EC7EEE090F256FFE1244B6_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115_il2cpp_TypeInfo_var); il2cpp_rgctx_method_init(method); } int32_t V_0 = 0; RuntimeObject* V_1 = NULL; Column_tD686764EBBB4AFE8473E2464D0039885E3A2EC6A* V_2 = NULL; ColumnData_t0AB07CB43923527FF3700146C0F98D09B673492A* V_3 = NULL; VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* V_4 = NULL; VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* V_5 = NULL; bool V_6 = false; { V_0 = 0; MultiColumnCollectionHeader_t0B041BD57A14950E8C33DCD854F3A3C2C3DA706D* L_0 = __this->___m_MultiColumnHeader; NullCheck(L_0); Columns_t487EAF3B634F6D919D58F1927099A8883964831B* L_1; L_1 = MultiColumnCollectionHeader_get_columns_mCD478DC5065BA9B43AD13D998169055EAF1C3655_inline(L_0, NULL); NullCheck(L_1); RuntimeObject* L_2; L_2 = Columns_get_visibleList_m4E86EF55B73DA013C449A7C1D9777002AF1496AC(L_1, NULL); NullCheck(L_2); RuntimeObject* L_3; L_3 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0, IEnumerable_1_tDED90A5957122B27D452CE2D6BF2102E19B274AA_il2cpp_TypeInfo_var, L_2); V_1 = L_3; } { auto __finallyBlock = il2cpp::utils::Finally([&] { FINALLY_00ae: { { RuntimeObject* L_4 = V_1; if (!L_4) { goto IL_00b8; } } { RuntimeObject* L_5 = V_1; NullCheck((RuntimeObject*)L_5); InterfaceActionInvoker0::Invoke(0, IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var, (RuntimeObject*)L_5); } IL_00b8: { return; } } }); try { { goto IL_00a1_1; } IL_001f_1: { RuntimeObject* L_6 = V_1; NullCheck(L_6); Column_tD686764EBBB4AFE8473E2464D0039885E3A2EC6A* L_7; L_7 = InterfaceFuncInvoker0< Column_tD686764EBBB4AFE8473E2464D0039885E3A2EC6A* >::Invoke(0, IEnumerator_1_t6C561189597D7102947B2C2D0FCE829F1CFCE163_il2cpp_TypeInfo_var, L_6); V_2 = L_7; MultiColumnCollectionHeader_t0B041BD57A14950E8C33DCD854F3A3C2C3DA706D* L_8 = __this->___m_MultiColumnHeader; NullCheck(L_8); Dictionary_2_t1C6F670EE6B3EEEEFF2CBA243476B8AC9C173D11* L_9; L_9 = MultiColumnCollectionHeader_get_columnDataMap_mA525250831644003B806C2732E14BDA37BC1A862_inline(L_8, NULL); Column_tD686764EBBB4AFE8473E2464D0039885E3A2EC6A* L_10 = V_2; NullCheck(L_9); bool L_11; L_11 = Dictionary_2_TryGetValue_mA48C3C80A6FB19382E0268E36BA1D3ACFBDF700C(L_9, L_10, (&V_3), Dictionary_2_TryGetValue_mA48C3C80A6FB19382E0268E36BA1D3ACFBDF700C_RuntimeMethod_var); V_6 = (bool)((((int32_t)L_11) == ((int32_t)0))? 1 : 0); bool L_12 = V_6; if (!L_12) { goto IL_0045_1; } } { goto IL_00a1_1; } IL_0045_1: { VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_13 = ___0_element; int32_t L_14 = V_0; int32_t L_15 = L_14; V_0 = ((int32_t)il2cpp_codegen_add(L_15, 1)); NullCheck(L_13); VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_16; L_16 = VisualElement_get_Item_m84C0E356F6D66363D97482DC4EFC17060060C693(L_13, L_15, NULL); V_4 = L_16; VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_17 = V_4; il2cpp_codegen_runtime_class_init_inline(MultiColumnController_t25BFE9B50BC0D69925EC7EEE090F256FFE1244B6_il2cpp_TypeInfo_var); PropertyName_tE4B4AAA58AF3BF2C0CD95509EB7B786F096901C2 L_18 = ((MultiColumnController_t25BFE9B50BC0D69925EC7EEE090F256FFE1244B6_StaticFields*)il2cpp_codegen_static_fields_for(MultiColumnController_t25BFE9B50BC0D69925EC7EEE090F256FFE1244B6_il2cpp_TypeInfo_var))->___bindableElementPropertyName; NullCheck(L_17); RuntimeObject* L_19; L_19 = VisualElement_GetProperty_m55B38972BE5AC52737BE671560381BDC2C8EAAD2(L_17, L_18, NULL); V_5 = ((VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115*)IsInstClass((RuntimeObject*)L_19, VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115_il2cpp_TypeInfo_var)); VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_20 = V_5; int32_t L_21 = ___1_index; Column_tD686764EBBB4AFE8473E2464D0039885E3A2EC6A* L_22 = V_2; RuntimeObject* L_23 = ___2_item; MultiColumnController_BindCellItem_TisRuntimeObject_mB0270A9F745F2AE0DE677DFA715D859D4C285D8B(L_20, L_21, L_22, L_23, il2cpp_rgctx_method(method->rgctx_data, 1)); VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_24 = V_4; NullCheck(L_24); RuntimeObject* L_25; L_25 = VisualElement_get_style_mDCFF8D835BE0AFE412905E108F48B32A83734224(L_24, NULL); ColumnData_t0AB07CB43923527FF3700146C0F98D09B673492A* L_26 = V_3; NullCheck(L_26); MultiColumnHeaderColumn_t6F44266EE1B6EEB83465A7FE3BA6A6C7CBF8F9B4* L_27; L_27 = ColumnData_get_control_m2104649E1052F0506708BD93DC9DDAE2CA34B700_inline(L_26, NULL); NullCheck((VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115*)L_27); RuntimeObject* L_28; L_28 = VisualElement_get_resolvedStyle_m3885B7534A94E0BCE024A9621465A0F273DA0AEB((VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115*)L_27, NULL); NullCheck(L_28); float L_29; L_29 = InterfaceFuncInvoker0< float >::Invoke(77, IResolvedStyle_t6A3530BA6147B091C278593F21F86B09CD42BE89_il2cpp_TypeInfo_var, L_28); StyleLength_tF02B24735FC88BE29BEB36F7A87709CA28AF72D8 L_30; L_30 = StyleLength_op_Implicit_mA1ED6E9AD696C34231A35B83084B1298A700B019(L_29, NULL); NullCheck(L_25); InterfaceActionInvoker1< StyleLength_tF02B24735FC88BE29BEB36F7A87709CA28AF72D8 >::Invoke(163, IStyle_t4FD66C97CA5F46BFE328FED0C65277A37E0A89F7_il2cpp_TypeInfo_var, L_25, L_30); VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_31 = V_4; PropertyName_tE4B4AAA58AF3BF2C0CD95509EB7B786F096901C2 L_32 = ((MultiColumnController_t25BFE9B50BC0D69925EC7EEE090F256FFE1244B6_StaticFields*)il2cpp_codegen_static_fields_for(MultiColumnController_t25BFE9B50BC0D69925EC7EEE090F256FFE1244B6_il2cpp_TypeInfo_var))->___k_BoundColumnVePropertyName; Column_tD686764EBBB4AFE8473E2464D0039885E3A2EC6A* L_33 = V_2; NullCheck(L_31); VisualElement_SetProperty_m2EB182A4E57AD33CACC3DC0209DCDB5D8773F7E6(L_31, L_32, (RuntimeObject*)L_33, NULL); } IL_00a1_1: { RuntimeObject* L_34 = V_1; NullCheck((RuntimeObject*)L_34); bool L_35; L_35 = InterfaceFuncInvoker0< bool >::Invoke(0, IEnumerator_t7B609C2FFA6EB5167D9C62A0C32A21DE2F666DAA_il2cpp_TypeInfo_var, (RuntimeObject*)L_34); if (L_35) { goto IL_001f_1; } } { goto IL_00b9; } } catch(Il2CppExceptionWrapper& e) { __finallyBlock.StoreException(e.ex); } } IL_00b9: { return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MultiColumnController_BindItem_TisIl2CppFullySharedGenericAny_mFC31CD60C0ED70140EC840BBFDD7FD65621EF78A_gshared (MultiColumnController_t25BFE9B50BC0D69925EC7EEE090F256FFE1244B6* __this, VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* ___0_element, int32_t ___1_index, Il2CppFullySharedGenericAny ___2_item, const RuntimeMethod* method) { if (!il2cpp_rgctx_is_initialized(method)) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_TryGetValue_mA48C3C80A6FB19382E0268E36BA1D3ACFBDF700C_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerable_1_tDED90A5957122B27D452CE2D6BF2102E19B274AA_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerator_1_t6C561189597D7102947B2C2D0FCE829F1CFCE163_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerator_t7B609C2FFA6EB5167D9C62A0C32A21DE2F666DAA_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IResolvedStyle_t6A3530BA6147B091C278593F21F86B09CD42BE89_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IStyle_t4FD66C97CA5F46BFE328FED0C65277A37E0A89F7_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MultiColumnController_t25BFE9B50BC0D69925EC7EEE090F256FFE1244B6_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115_il2cpp_TypeInfo_var); il2cpp_rgctx_method_init(method); } const uint32_t SizeOf_T_t4DA842B8215564E17902861D7059B972EDBFF51E = il2cpp_codegen_sizeof(il2cpp_rgctx_data_no_init(method->rgctx_data, 0)); const Il2CppFullySharedGenericAny L_23 = alloca(SizeOf_T_t4DA842B8215564E17902861D7059B972EDBFF51E); int32_t V_0 = 0; RuntimeObject* V_1 = NULL; Column_tD686764EBBB4AFE8473E2464D0039885E3A2EC6A* V_2 = NULL; ColumnData_t0AB07CB43923527FF3700146C0F98D09B673492A* V_3 = NULL; VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* V_4 = NULL; VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* V_5 = NULL; bool V_6 = false; { V_0 = 0; MultiColumnCollectionHeader_t0B041BD57A14950E8C33DCD854F3A3C2C3DA706D* L_0 = __this->___m_MultiColumnHeader; NullCheck(L_0); Columns_t487EAF3B634F6D919D58F1927099A8883964831B* L_1; L_1 = MultiColumnCollectionHeader_get_columns_mCD478DC5065BA9B43AD13D998169055EAF1C3655_inline(L_0, NULL); NullCheck(L_1); RuntimeObject* L_2; L_2 = Columns_get_visibleList_m4E86EF55B73DA013C449A7C1D9777002AF1496AC(L_1, NULL); NullCheck(L_2); RuntimeObject* L_3; L_3 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0, IEnumerable_1_tDED90A5957122B27D452CE2D6BF2102E19B274AA_il2cpp_TypeInfo_var, L_2); V_1 = L_3; } { auto __finallyBlock = il2cpp::utils::Finally([&] { FINALLY_00ae: { { RuntimeObject* L_4 = V_1; if (!L_4) { goto IL_00b8; } } { RuntimeObject* L_5 = V_1; NullCheck((RuntimeObject*)L_5); InterfaceActionInvoker0::Invoke(0, IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var, (RuntimeObject*)L_5); } IL_00b8: { return; } } }); try { { goto IL_00a1_1; } IL_001f_1: { RuntimeObject* L_6 = V_1; NullCheck(L_6); Column_tD686764EBBB4AFE8473E2464D0039885E3A2EC6A* L_7; L_7 = InterfaceFuncInvoker0< Column_tD686764EBBB4AFE8473E2464D0039885E3A2EC6A* >::Invoke(0, IEnumerator_1_t6C561189597D7102947B2C2D0FCE829F1CFCE163_il2cpp_TypeInfo_var, L_6); V_2 = L_7; MultiColumnCollectionHeader_t0B041BD57A14950E8C33DCD854F3A3C2C3DA706D* L_8 = __this->___m_MultiColumnHeader; NullCheck(L_8); Dictionary_2_t1C6F670EE6B3EEEEFF2CBA243476B8AC9C173D11* L_9; L_9 = MultiColumnCollectionHeader_get_columnDataMap_mA525250831644003B806C2732E14BDA37BC1A862_inline(L_8, NULL); Column_tD686764EBBB4AFE8473E2464D0039885E3A2EC6A* L_10 = V_2; NullCheck(L_9); bool L_11; L_11 = Dictionary_2_TryGetValue_mA48C3C80A6FB19382E0268E36BA1D3ACFBDF700C(L_9, L_10, (&V_3), Dictionary_2_TryGetValue_mA48C3C80A6FB19382E0268E36BA1D3ACFBDF700C_RuntimeMethod_var); V_6 = (bool)((((int32_t)L_11) == ((int32_t)0))? 1 : 0); bool L_12 = V_6; if (!L_12) { goto IL_0045_1; } } { goto IL_00a1_1; } IL_0045_1: { VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_13 = ___0_element; int32_t L_14 = V_0; int32_t L_15 = L_14; V_0 = ((int32_t)il2cpp_codegen_add(L_15, 1)); NullCheck(L_13); VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_16; L_16 = VisualElement_get_Item_m84C0E356F6D66363D97482DC4EFC17060060C693(L_13, L_15, NULL); V_4 = L_16; VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_17 = V_4; il2cpp_codegen_runtime_class_init_inline(MultiColumnController_t25BFE9B50BC0D69925EC7EEE090F256FFE1244B6_il2cpp_TypeInfo_var); PropertyName_tE4B4AAA58AF3BF2C0CD95509EB7B786F096901C2 L_18 = ((MultiColumnController_t25BFE9B50BC0D69925EC7EEE090F256FFE1244B6_StaticFields*)il2cpp_codegen_static_fields_for(MultiColumnController_t25BFE9B50BC0D69925EC7EEE090F256FFE1244B6_il2cpp_TypeInfo_var))->___bindableElementPropertyName; NullCheck(L_17); RuntimeObject* L_19; L_19 = VisualElement_GetProperty_m55B38972BE5AC52737BE671560381BDC2C8EAAD2(L_17, L_18, NULL); V_5 = ((VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115*)IsInstClass((RuntimeObject*)L_19, VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115_il2cpp_TypeInfo_var)); VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_20 = V_5; int32_t L_21 = ___1_index; Column_tD686764EBBB4AFE8473E2464D0039885E3A2EC6A* L_22 = V_2; il2cpp_codegen_memcpy(L_23, (il2cpp_codegen_class_is_value_type(il2cpp_rgctx_data_no_init(method->rgctx_data, 0)) ? ___2_item : &___2_item), SizeOf_T_t4DA842B8215564E17902861D7059B972EDBFF51E); InvokerActionInvoker4< VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115*, int32_t, Column_tD686764EBBB4AFE8473E2464D0039885E3A2EC6A*, Il2CppFullySharedGenericAny >::Invoke(il2cpp_codegen_get_direct_method_pointer(il2cpp_rgctx_method(method->rgctx_data, 1)), il2cpp_rgctx_method(method->rgctx_data, 1), NULL, L_20, L_21, L_22, (il2cpp_codegen_class_is_value_type(il2cpp_rgctx_data_no_init(method->rgctx_data, 0)) ? L_23: *(void**)L_23)); VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_24 = V_4; NullCheck(L_24); RuntimeObject* L_25; L_25 = VisualElement_get_style_mDCFF8D835BE0AFE412905E108F48B32A83734224(L_24, NULL); ColumnData_t0AB07CB43923527FF3700146C0F98D09B673492A* L_26 = V_3; NullCheck(L_26); MultiColumnHeaderColumn_t6F44266EE1B6EEB83465A7FE3BA6A6C7CBF8F9B4* L_27; L_27 = ColumnData_get_control_m2104649E1052F0506708BD93DC9DDAE2CA34B700_inline(L_26, NULL); NullCheck((VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115*)L_27); RuntimeObject* L_28; L_28 = VisualElement_get_resolvedStyle_m3885B7534A94E0BCE024A9621465A0F273DA0AEB((VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115*)L_27, NULL); NullCheck(L_28); float L_29; L_29 = InterfaceFuncInvoker0< float >::Invoke(77, IResolvedStyle_t6A3530BA6147B091C278593F21F86B09CD42BE89_il2cpp_TypeInfo_var, L_28); StyleLength_tF02B24735FC88BE29BEB36F7A87709CA28AF72D8 L_30; L_30 = StyleLength_op_Implicit_mA1ED6E9AD696C34231A35B83084B1298A700B019(L_29, NULL); NullCheck(L_25); InterfaceActionInvoker1< StyleLength_tF02B24735FC88BE29BEB36F7A87709CA28AF72D8 >::Invoke(163, IStyle_t4FD66C97CA5F46BFE328FED0C65277A37E0A89F7_il2cpp_TypeInfo_var, L_25, L_30); VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_31 = V_4; PropertyName_tE4B4AAA58AF3BF2C0CD95509EB7B786F096901C2 L_32 = ((MultiColumnController_t25BFE9B50BC0D69925EC7EEE090F256FFE1244B6_StaticFields*)il2cpp_codegen_static_fields_for(MultiColumnController_t25BFE9B50BC0D69925EC7EEE090F256FFE1244B6_il2cpp_TypeInfo_var))->___k_BoundColumnVePropertyName; Column_tD686764EBBB4AFE8473E2464D0039885E3A2EC6A* L_33 = V_2; NullCheck(L_31); VisualElement_SetProperty_m2EB182A4E57AD33CACC3DC0209DCDB5D8773F7E6(L_31, L_32, (RuntimeObject*)L_33, NULL); } IL_00a1_1: { RuntimeObject* L_34 = V_1; NullCheck((RuntimeObject*)L_34); bool L_35; L_35 = InterfaceFuncInvoker0< bool >::Invoke(0, IEnumerator_t7B609C2FFA6EB5167D9C62A0C32A21DE2F666DAA_il2cpp_TypeInfo_var, (RuntimeObject*)L_34); if (L_35) { goto IL_001f_1; } } { goto IL_00b9; } } catch(Il2CppExceptionWrapper& e) { __finallyBlock.StoreException(e.ex); } } IL_00b9: { return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MultiColumnController_DefaultBindCellItem_TisRuntimeObject_mF46924C4748286731A09166B8DEFFCB66523516D_gshared (VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* ___0_ve, RuntimeObject* ___1_item, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Label_tC160668F9119CE0F5567021FB208E64A5B1C5B70_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Label_tC160668F9119CE0F5567021FB208E64A5B1C5B70* V_0 = NULL; bool V_1 = false; { VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_0 = ___0_ve; V_0 = ((Label_tC160668F9119CE0F5567021FB208E64A5B1C5B70*)IsInstClass((RuntimeObject*)L_0, Label_tC160668F9119CE0F5567021FB208E64A5B1C5B70_il2cpp_TypeInfo_var)); Label_tC160668F9119CE0F5567021FB208E64A5B1C5B70* L_1 = V_0; V_1 = (bool)((!(((RuntimeObject*)(Label_tC160668F9119CE0F5567021FB208E64A5B1C5B70*)L_1) <= ((RuntimeObject*)(RuntimeObject*)NULL)))? 1 : 0); bool L_2 = V_1; if (!L_2) { goto IL_0026; } } { Label_tC160668F9119CE0F5567021FB208E64A5B1C5B70* L_3 = V_0; NullCheck((___1_item)); String_t* L_4; L_4 = VirtualFuncInvoker0< String_t* >::Invoke(3, (___1_item)); NullCheck((TextElement_tD56C5044CCC5552285DC8A9950CC60448C80FEE0*)L_3); VirtualActionInvoker1< String_t* >::Invoke(204, (TextElement_tD56C5044CCC5552285DC8A9950CC60448C80FEE0*)L_3, L_4); } IL_0026: { return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MultiColumnController_DefaultBindCellItem_TisIl2CppFullySharedGenericAny_mEC6E8BDF30D06018147ADA65E89CC62465D34631_gshared (VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* ___0_ve, Il2CppFullySharedGenericAny ___1_item, const RuntimeMethod* method) { if (!il2cpp_rgctx_is_initialized(method)) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Label_tC160668F9119CE0F5567021FB208E64A5B1C5B70_il2cpp_TypeInfo_var); il2cpp_rgctx_method_init(method); } void* L_4 = alloca(Il2CppFakeBoxBuffer::SizeNeededFor(il2cpp_rgctx_data(method->rgctx_data, 0))); Label_tC160668F9119CE0F5567021FB208E64A5B1C5B70* V_0 = NULL; bool V_1 = false; { VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_0 = ___0_ve; V_0 = ((Label_tC160668F9119CE0F5567021FB208E64A5B1C5B70*)IsInstClass((RuntimeObject*)L_0, Label_tC160668F9119CE0F5567021FB208E64A5B1C5B70_il2cpp_TypeInfo_var)); Label_tC160668F9119CE0F5567021FB208E64A5B1C5B70* L_1 = V_0; V_1 = (bool)((!(((RuntimeObject*)(Label_tC160668F9119CE0F5567021FB208E64A5B1C5B70*)L_1) <= ((RuntimeObject*)(RuntimeObject*)NULL)))? 1 : 0); bool L_2 = V_1; if (!L_2) { goto IL_0026; } } { Label_tC160668F9119CE0F5567021FB208E64A5B1C5B70* L_3 = V_0; String_t* L_5; L_5 = ConstrainedFuncInvoker0< String_t* >::Invoke(il2cpp_rgctx_data(method->rgctx_data, 0), il2cpp_rgctx_method(method->rgctx_data, 1), L_4, (void*)(Il2CppFullySharedGenericAny*)(il2cpp_codegen_class_is_value_type(il2cpp_rgctx_data_no_init(method->rgctx_data, 0)) ? ___1_item : &___1_item)); NullCheck((TextElement_tD56C5044CCC5552285DC8A9950CC60448C80FEE0*)L_3); VirtualActionInvoker1< String_t* >::Invoke(204, (TextElement_tD56C5044CCC5552285DC8A9950CC60448C80FEE0*)L_3, L_5); } IL_0026: { return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NativeArrayHelpers_CopyFromNativeSlice_TisIl2CppFullySharedGenericStruct_TisIl2CppFullySharedGenericStruct_mEDA599B53DB377A69259BBF5A057F154737BE588_gshared (NativeArray_1_tDB8B8DC66CC8E16ED6D9A8C75D2C1AFC80AC1E18 ___0_nativeArray, int32_t ___1_dstStartIndex, int32_t ___2_dstEndIndex, NativeSlice_1_tA54E5D259EBCC7CD8512AA352C6F3709EB237B52 ___3_slice, int32_t ___4_srcStartIndex, int32_t ___5_srcEndIndex, const RuntimeMethod* method) { il2cpp_rgctx_method_init(method); int32_t V_0 = 0; int32_t V_1 = 0; uint8_t* V_2 = NULL; uint8_t* V_3 = NULL; { int32_t L_0 = ___2_dstEndIndex; int32_t L_1 = ___1_dstStartIndex; int32_t L_2 = ___5_srcEndIndex; int32_t L_3 = ___4_srcStartIndex; if ((((int32_t)((int32_t)il2cpp_codegen_subtract(L_0, L_1))) == ((int32_t)((int32_t)il2cpp_codegen_subtract(L_2, L_3))))) { goto IL_001a; } } { ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263* L_4 = (ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263_il2cpp_TypeInfo_var))); ArgumentException__ctor_m8F9D40CE19D19B698A70F9A258640EB52DB39B62(L_4, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral3D3D9CC7DBA60B04E5E5DF1904398CBAA8E8C8BB)), ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralECD68B5596F20DCD97A00D59FC408D26A9E78960)), NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, method); } IL_001a: { int32_t L_5; L_5 = (( int32_t (*) (const RuntimeMethod*))il2cpp_codegen_get_direct_method_pointer(il2cpp_rgctx_method(method->rgctx_data, 0)))(il2cpp_rgctx_method(method->rgctx_data, 0)); V_0 = L_5; int32_t L_6; L_6 = (( int32_t (*) (const RuntimeMethod*))il2cpp_codegen_get_direct_method_pointer(il2cpp_rgctx_method(method->rgctx_data, 0)))(il2cpp_rgctx_method(method->rgctx_data, 0)); V_1 = L_6; NativeSlice_1_tA54E5D259EBCC7CD8512AA352C6F3709EB237B52 L_7 = ___3_slice; void* L_8; L_8 = (( void* (*) (NativeSlice_1_tA54E5D259EBCC7CD8512AA352C6F3709EB237B52, const RuntimeMethod*))il2cpp_codegen_get_direct_method_pointer(il2cpp_rgctx_method(method->rgctx_data, 2)))(L_7, il2cpp_rgctx_method(method->rgctx_data, 2)); V_2 = (uint8_t*)L_8; uint8_t* L_9 = V_2; int32_t L_10 = ___4_srcStartIndex; int32_t L_11 = V_1; V_2 = ((uint8_t*)il2cpp_codegen_add((intptr_t)L_9, ((int32_t)il2cpp_codegen_multiply(L_10, L_11)))); NativeArray_1_tDB8B8DC66CC8E16ED6D9A8C75D2C1AFC80AC1E18 L_12 = ___0_nativeArray; void* L_13; L_13 = (( void* (*) (NativeArray_1_tDB8B8DC66CC8E16ED6D9A8C75D2C1AFC80AC1E18, const RuntimeMethod*))il2cpp_codegen_get_direct_method_pointer(il2cpp_rgctx_method(method->rgctx_data, 4)))(L_12, il2cpp_rgctx_method(method->rgctx_data, 4)); V_3 = (uint8_t*)L_13; uint8_t* L_14 = V_3; int32_t L_15 = ___1_dstStartIndex; int32_t L_16 = V_0; V_3 = ((uint8_t*)il2cpp_codegen_add((intptr_t)L_14, ((int32_t)il2cpp_codegen_multiply(L_15, L_16)))); uint8_t* L_17 = V_3; int32_t L_18 = V_1; uint8_t* L_19 = V_2; int32_t L_20; L_20 = (( int32_t (*) (NativeSlice_1_tA54E5D259EBCC7CD8512AA352C6F3709EB237B52*, const RuntimeMethod*))il2cpp_codegen_get_direct_method_pointer(il2cpp_rgctx_method(method->rgctx_data, 5)))((&___3_slice), il2cpp_rgctx_method(method->rgctx_data, 5)); int32_t L_21 = V_0; int32_t L_22 = ___5_srcEndIndex; int32_t L_23 = ___4_srcStartIndex; UnsafeUtility_MemCpyStride_mD7836B76B4F1E7F30DFC859D4E6D7242AFD27C90((void*)L_17, L_18, (void*)L_19, L_20, L_21, ((int32_t)il2cpp_codegen_subtract(L_22, L_23)), NULL); return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NativeArrayHelpers_DisposeIfCreated_TisBoolean_t09A6377A54BE2F9E6985A8149F19234FD7DDFE22_mAA5A5D657B502FCB2B0575FBD72A0A4CFE30EB0C_gshared (NativeArray_1_t107C57D0357BCF9956A60495CD8FAADDF1D26AFB ___0_nativeArray, const RuntimeMethod* method) { il2cpp_rgctx_method_init(method); NativeArray_1_t107C57D0357BCF9956A60495CD8FAADDF1D26AFB V_0; memset((&V_0), 0, sizeof(V_0)); { NativeArray_1_t107C57D0357BCF9956A60495CD8FAADDF1D26AFB L_0 = ___0_nativeArray; il2cpp_codegen_initobj((&V_0), sizeof(NativeArray_1_t107C57D0357BCF9956A60495CD8FAADDF1D26AFB)); NativeArray_1_t107C57D0357BCF9956A60495CD8FAADDF1D26AFB L_1 = V_0; bool L_2; L_2 = NativeArray_1_op_Inequality_m8A0D10FC6CFD061619723EE53FFC139DED65D826(L_0, L_1, il2cpp_rgctx_method(method->rgctx_data, 1)); if (!L_2) { goto IL_0021; } } { bool L_3; L_3 = NativeArray_1_get_IsCreated_mA83365D6CA218351683FBE5BF4FDF01F36585FD1_inline((&___0_nativeArray), il2cpp_rgctx_method(method->rgctx_data, 3)); if (!L_3) { goto IL_0021; } } { NativeArray_1_Dispose_mF16E4FD33476D6947F979B1E1D9F901CE0A04344((&___0_nativeArray), il2cpp_rgctx_method(method->rgctx_data, 4)); } IL_0021: { return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NativeArrayHelpers_DisposeIfCreated_TisBounds_t367E830C64BBF235ED8C3B2F8CF6254FDCAD39C3_mDFB6E150667D6FCA3ABBACF3E6DA86B5B58773EA_gshared (NativeArray_1_t596D8D9BF28AE72A671779EB28469319AC3F1147 ___0_nativeArray, const RuntimeMethod* method) { il2cpp_rgctx_method_init(method); NativeArray_1_t596D8D9BF28AE72A671779EB28469319AC3F1147 V_0; memset((&V_0), 0, sizeof(V_0)); { NativeArray_1_t596D8D9BF28AE72A671779EB28469319AC3F1147 L_0 = ___0_nativeArray; il2cpp_codegen_initobj((&V_0), sizeof(NativeArray_1_t596D8D9BF28AE72A671779EB28469319AC3F1147)); NativeArray_1_t596D8D9BF28AE72A671779EB28469319AC3F1147 L_1 = V_0; bool L_2; L_2 = NativeArray_1_op_Inequality_m66C479D6D8852D7402D63A9222E939076DC948B9(L_0, L_1, il2cpp_rgctx_method(method->rgctx_data, 1)); if (!L_2) { goto IL_0021; } } { bool L_3; L_3 = NativeArray_1_get_IsCreated_m8EFEFFD04D851999FFFA45BA8AF0F09D90B1B19E_inline((&___0_nativeArray), il2cpp_rgctx_method(method->rgctx_data, 3)); if (!L_3) { goto IL_0021; } } { NativeArray_1_Dispose_mA7BEFBBE700A607F9D4FA1ACEB82B8490B864A7A((&___0_nativeArray), il2cpp_rgctx_method(method->rgctx_data, 4)); } IL_0021: { return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NativeArrayHelpers_DisposeIfCreated_TisInt32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_mAAEAE3FDC0336C3A3939A0656D88A4E00CCF8208_gshared (NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C ___0_nativeArray, const RuntimeMethod* method) { il2cpp_rgctx_method_init(method); NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C V_0; memset((&V_0), 0, sizeof(V_0)); { NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C L_0 = ___0_nativeArray; il2cpp_codegen_initobj((&V_0), sizeof(NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C)); NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C L_1 = V_0; bool L_2; L_2 = NativeArray_1_op_Inequality_mF6A02C7162152930415EA3224775158B863634AD(L_0, L_1, il2cpp_rgctx_method(method->rgctx_data, 1)); if (!L_2) { goto IL_0021; } } { bool L_3; L_3 = NativeArray_1_get_IsCreated_m547C5D2E203906703FFE7232167A21D2A03D54C0_inline((&___0_nativeArray), il2cpp_rgctx_method(method->rgctx_data, 3)); if (!L_3) { goto IL_0021; } } { NativeArray_1_Dispose_m05C674E687B921C37722A6A1FF938FD56574642E((&___0_nativeArray), il2cpp_rgctx_method(method->rgctx_data, 4)); } IL_0021: { return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NativeArrayHelpers_DisposeIfCreated_TisIntPtr_t_m3F3A11CCA9F9AC2AE8DA30C70B37C2978165A6EC_gshared (NativeArray_1_t170B62D6C147DD05888D56F029D4D828DF487EC9 ___0_nativeArray, const RuntimeMethod* method) { il2cpp_rgctx_method_init(method); NativeArray_1_t170B62D6C147DD05888D56F029D4D828DF487EC9 V_0; memset((&V_0), 0, sizeof(V_0)); { NativeArray_1_t170B62D6C147DD05888D56F029D4D828DF487EC9 L_0 = ___0_nativeArray; il2cpp_codegen_initobj((&V_0), sizeof(NativeArray_1_t170B62D6C147DD05888D56F029D4D828DF487EC9)); NativeArray_1_t170B62D6C147DD05888D56F029D4D828DF487EC9 L_1 = V_0; bool L_2; L_2 = NativeArray_1_op_Inequality_mAF6139DEC19B344B77BF9D703713F58334F9F8B0(L_0, L_1, il2cpp_rgctx_method(method->rgctx_data, 1)); if (!L_2) { goto IL_0021; } } { bool L_3; L_3 = NativeArray_1_get_IsCreated_m24A28014049FCB605E5EA7A2F044DB0445776F25_inline((&___0_nativeArray), il2cpp_rgctx_method(method->rgctx_data, 3)); if (!L_3) { goto IL_0021; } } { NativeArray_1_Dispose_mDEA9ECF8A32FB1C9B6085F26FEB9C07EB8A38F9D((&___0_nativeArray), il2cpp_rgctx_method(method->rgctx_data, 4)); } IL_0021: { return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NativeArrayHelpers_DisposeIfCreated_TisPerSkinJobData_t12269B9BCDB1CA26111CF0EC8C1410DEB10863A0_m8ECDBA4B9B3E934149CB0397F006B23966558D89_gshared (NativeArray_1_t170B72C5ED52FD874165AC26A8FB1CFE1A93C4CE ___0_nativeArray, const RuntimeMethod* method) { il2cpp_rgctx_method_init(method); NativeArray_1_t170B72C5ED52FD874165AC26A8FB1CFE1A93C4CE V_0; memset((&V_0), 0, sizeof(V_0)); { NativeArray_1_t170B72C5ED52FD874165AC26A8FB1CFE1A93C4CE L_0 = ___0_nativeArray; il2cpp_codegen_initobj((&V_0), sizeof(NativeArray_1_t170B72C5ED52FD874165AC26A8FB1CFE1A93C4CE)); NativeArray_1_t170B72C5ED52FD874165AC26A8FB1CFE1A93C4CE L_1 = V_0; bool L_2; L_2 = NativeArray_1_op_Inequality_mFF68CC555173FE14460F121BF6951424CDAD347A(L_0, L_1, il2cpp_rgctx_method(method->rgctx_data, 1)); if (!L_2) { goto IL_0021; } } { bool L_3; L_3 = NativeArray_1_get_IsCreated_m913401BF0E81033477B3C5B5C54D91034598CDDD_inline((&___0_nativeArray), il2cpp_rgctx_method(method->rgctx_data, 3)); if (!L_3) { goto IL_0021; } } { NativeArray_1_Dispose_m90DD41A5728B49BDF3612A88F7EAD0FA4CA54CB8((&___0_nativeArray), il2cpp_rgctx_method(method->rgctx_data, 4)); } IL_0021: { return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NativeArrayHelpers_DisposeIfCreated_TisSpriteSkinData_tAF363C091096E80EF5A98430D5738204C2CEF4A4_mFD8382E81852D237FFCD71F2FE76A90121B99C68_gshared (NativeArray_1_tC6F9C4831D5B3C255A767235D6B58B1A6492C5C1 ___0_nativeArray, const RuntimeMethod* method) { il2cpp_rgctx_method_init(method); NativeArray_1_tC6F9C4831D5B3C255A767235D6B58B1A6492C5C1 V_0; memset((&V_0), 0, sizeof(V_0)); { NativeArray_1_tC6F9C4831D5B3C255A767235D6B58B1A6492C5C1 L_0 = ___0_nativeArray; il2cpp_codegen_initobj((&V_0), sizeof(NativeArray_1_tC6F9C4831D5B3C255A767235D6B58B1A6492C5C1)); NativeArray_1_tC6F9C4831D5B3C255A767235D6B58B1A6492C5C1 L_1 = V_0; bool L_2; L_2 = NativeArray_1_op_Inequality_m15B4B34973AED239CCDC15B404C9D7BAAC7C91B4(L_0, L_1, il2cpp_rgctx_method(method->rgctx_data, 1)); if (!L_2) { goto IL_0021; } } { bool L_3; L_3 = NativeArray_1_get_IsCreated_m4D570DA91CBE8B607C76214B0CC1FFDEA53B6BC0_inline((&___0_nativeArray), il2cpp_rgctx_method(method->rgctx_data, 3)); if (!L_3) { goto IL_0021; } } { NativeArray_1_Dispose_m848E0576A37CCAA20D87E901721A7AC8F6FA3FCC((&___0_nativeArray), il2cpp_rgctx_method(method->rgctx_data, 4)); } IL_0021: { return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NativeArrayHelpers_DisposeIfCreated_TisVector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2_m0BF007D89B2D6886A1564E4EEB25214DFBEA036C_gshared (NativeArray_1_t97E2BFD61E13EEF2CDE34A313415FAD03AB993FD ___0_nativeArray, const RuntimeMethod* method) { il2cpp_rgctx_method_init(method); NativeArray_1_t97E2BFD61E13EEF2CDE34A313415FAD03AB993FD V_0; memset((&V_0), 0, sizeof(V_0)); { NativeArray_1_t97E2BFD61E13EEF2CDE34A313415FAD03AB993FD L_0 = ___0_nativeArray; il2cpp_codegen_initobj((&V_0), sizeof(NativeArray_1_t97E2BFD61E13EEF2CDE34A313415FAD03AB993FD)); NativeArray_1_t97E2BFD61E13EEF2CDE34A313415FAD03AB993FD L_1 = V_0; bool L_2; L_2 = NativeArray_1_op_Inequality_mFACFCFFAE7B9657DE53F35E760510A98B6E3072B(L_0, L_1, il2cpp_rgctx_method(method->rgctx_data, 1)); if (!L_2) { goto IL_0021; } } { bool L_3; L_3 = NativeArray_1_get_IsCreated_m4C7111E17A3D26D147222F544FFE7A1F4F3D7DE9_inline((&___0_nativeArray), il2cpp_rgctx_method(method->rgctx_data, 3)); if (!L_3) { goto IL_0021; } } { NativeArray_1_Dispose_mBC28A2733A6D979B9AFD3CE09FE8E9A2A8F7DEEC((&___0_nativeArray), il2cpp_rgctx_method(method->rgctx_data, 4)); } IL_0021: { return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NativeArrayHelpers_DisposeIfCreated_TisIl2CppFullySharedGenericStruct_m838ACB1D4AC16BD7D499493F1DA5077943A93D23_gshared (NativeArray_1_tDB8B8DC66CC8E16ED6D9A8C75D2C1AFC80AC1E18 ___0_nativeArray, const RuntimeMethod* method) { il2cpp_rgctx_method_init(method); NativeArray_1_tDB8B8DC66CC8E16ED6D9A8C75D2C1AFC80AC1E18 V_0; memset((&V_0), 0, sizeof(V_0)); { NativeArray_1_tDB8B8DC66CC8E16ED6D9A8C75D2C1AFC80AC1E18 L_0 = ___0_nativeArray; il2cpp_codegen_initobj((&V_0), sizeof(NativeArray_1_tDB8B8DC66CC8E16ED6D9A8C75D2C1AFC80AC1E18)); NativeArray_1_tDB8B8DC66CC8E16ED6D9A8C75D2C1AFC80AC1E18 L_1 = V_0; bool L_2; L_2 = (( bool (*) (NativeArray_1_tDB8B8DC66CC8E16ED6D9A8C75D2C1AFC80AC1E18, NativeArray_1_tDB8B8DC66CC8E16ED6D9A8C75D2C1AFC80AC1E18, const RuntimeMethod*))il2cpp_codegen_get_direct_method_pointer(il2cpp_rgctx_method(method->rgctx_data, 1)))(L_0, L_1, il2cpp_rgctx_method(method->rgctx_data, 1)); if (!L_2) { goto IL_0021; } } { bool L_3; L_3 = (( bool (*) (NativeArray_1_tDB8B8DC66CC8E16ED6D9A8C75D2C1AFC80AC1E18*, const RuntimeMethod*))il2cpp_codegen_get_direct_method_pointer(il2cpp_rgctx_method(method->rgctx_data, 3)))((&___0_nativeArray), il2cpp_rgctx_method(method->rgctx_data, 3)); if (!L_3) { goto IL_0021; } } { (( void (*) (NativeArray_1_tDB8B8DC66CC8E16ED6D9A8C75D2C1AFC80AC1E18*, const RuntimeMethod*))il2cpp_codegen_get_direct_method_pointer(il2cpp_rgctx_method(method->rgctx_data, 4)))((&___0_nativeArray), il2cpp_rgctx_method(method->rgctx_data, 4)); } IL_0021: { return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NativeArrayHelpers_DisposeIfCreated_Tisfloat4x4_t7EDD16F7F57DC7F61A6302535F7C19FB97915DF2_m4C9E838F3946B2A152BABBDE4F43FB6CF61C0521_gshared (NativeArray_1_t63326FF687E26631308829A9CDB0C51D523D4E9A ___0_nativeArray, const RuntimeMethod* method) { il2cpp_rgctx_method_init(method); NativeArray_1_t63326FF687E26631308829A9CDB0C51D523D4E9A V_0; memset((&V_0), 0, sizeof(V_0)); { NativeArray_1_t63326FF687E26631308829A9CDB0C51D523D4E9A L_0 = ___0_nativeArray; il2cpp_codegen_initobj((&V_0), sizeof(NativeArray_1_t63326FF687E26631308829A9CDB0C51D523D4E9A)); NativeArray_1_t63326FF687E26631308829A9CDB0C51D523D4E9A L_1 = V_0; bool L_2; L_2 = NativeArray_1_op_Inequality_m352115A802CF78B821B74AE29D4AFD0E5BB9DE96(L_0, L_1, il2cpp_rgctx_method(method->rgctx_data, 1)); if (!L_2) { goto IL_0021; } } { bool L_3; L_3 = NativeArray_1_get_IsCreated_mD18D5BAA0DFBD842389B3723A09296444F3B78F2_inline((&___0_nativeArray), il2cpp_rgctx_method(method->rgctx_data, 3)); if (!L_3) { goto IL_0021; } } { NativeArray_1_Dispose_m994685B1A26FB0972542BE1216EBD59B332E880A((&___0_nativeArray), il2cpp_rgctx_method(method->rgctx_data, 4)); } IL_0021: { return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NativeArrayHelpers_DisposeIfCreated_Tisint2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A_mC5D11883D955EDD653145FC8A044388B44E0D026_gshared (NativeArray_1_tE86585F07CF10FCD01AA2652A104B149336F7EC2 ___0_nativeArray, const RuntimeMethod* method) { il2cpp_rgctx_method_init(method); NativeArray_1_tE86585F07CF10FCD01AA2652A104B149336F7EC2 V_0; memset((&V_0), 0, sizeof(V_0)); { NativeArray_1_tE86585F07CF10FCD01AA2652A104B149336F7EC2 L_0 = ___0_nativeArray; il2cpp_codegen_initobj((&V_0), sizeof(NativeArray_1_tE86585F07CF10FCD01AA2652A104B149336F7EC2)); NativeArray_1_tE86585F07CF10FCD01AA2652A104B149336F7EC2 L_1 = V_0; bool L_2; L_2 = NativeArray_1_op_Inequality_mA941C392A5E42C29C23EF630FB6A334F198620D0(L_0, L_1, il2cpp_rgctx_method(method->rgctx_data, 1)); if (!L_2) { goto IL_0021; } } { bool L_3; L_3 = NativeArray_1_get_IsCreated_m5BE85069615B49772C9DB202004FA2FD36F418F2_inline((&___0_nativeArray), il2cpp_rgctx_method(method->rgctx_data, 3)); if (!L_3) { goto IL_0021; } } { NativeArray_1_Dispose_m3135DCFBA5DDC3D2CAA20FB2666F3A996856F2F2((&___0_nativeArray), il2cpp_rgctx_method(method->rgctx_data, 4)); } IL_0021: { return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NativeArrayHelpers_ResizeAndCopyIfNeeded_TisBoolean_t09A6377A54BE2F9E6985A8149F19234FD7DDFE22_m9A70F4D76022F7373E00C9CF2ED74E51532A7DCD_gshared (NativeArray_1_t107C57D0357BCF9956A60495CD8FAADDF1D26AFB* ___0_nativeArray, int32_t ___1_size, int32_t ___2_allocator, const RuntimeMethod* method) { il2cpp_rgctx_method_init(method); bool V_0 = false; NativeArray_1_t107C57D0357BCF9956A60495CD8FAADDF1D26AFB V_1; memset((&V_1), 0, sizeof(V_1)); NativeArray_1_t107C57D0357BCF9956A60495CD8FAADDF1D26AFB G_B6_0; memset((&G_B6_0), 0, sizeof(G_B6_0)); NativeArray_1_t107C57D0357BCF9956A60495CD8FAADDF1D26AFB G_B6_1; memset((&G_B6_1), 0, sizeof(G_B6_1)); NativeArray_1_t107C57D0357BCF9956A60495CD8FAADDF1D26AFB G_B5_0; memset((&G_B5_0), 0, sizeof(G_B5_0)); NativeArray_1_t107C57D0357BCF9956A60495CD8FAADDF1D26AFB G_B5_1; memset((&G_B5_1), 0, sizeof(G_B5_1)); int32_t G_B7_0 = 0; NativeArray_1_t107C57D0357BCF9956A60495CD8FAADDF1D26AFB G_B7_1; memset((&G_B7_1), 0, sizeof(G_B7_1)); NativeArray_1_t107C57D0357BCF9956A60495CD8FAADDF1D26AFB G_B7_2; memset((&G_B7_2), 0, sizeof(G_B7_2)); { NativeArray_1_t107C57D0357BCF9956A60495CD8FAADDF1D26AFB* L_0 = ___0_nativeArray; bool L_1; L_1 = NativeArray_1_get_IsCreated_mA83365D6CA218351683FBE5BF4FDF01F36585FD1_inline(L_0, il2cpp_rgctx_method(method->rgctx_data, 1)); V_0 = L_1; bool L_2 = V_0; if (!L_2) { goto IL_0014; } } { NativeArray_1_t107C57D0357BCF9956A60495CD8FAADDF1D26AFB* L_3 = ___0_nativeArray; int32_t L_4; L_4 = IL2CPP_NATIVEARRAY_GET_LENGTH((L_3)->___m_Length); int32_t L_5 = ___1_size; if ((!(((uint32_t)L_4) == ((uint32_t)L_5)))) { goto IL_0014; } } { return; } IL_0014: { int32_t L_6 = ___1_size; int32_t L_7 = ___2_allocator; NativeArray_1__ctor_m262609CCB123CE8BB59524B83D08D2CFA8C33A86((&V_1), L_6, L_7, (int32_t)1, il2cpp_rgctx_method(method->rgctx_data, 4)); bool L_8 = V_0; if (!L_8) { goto IL_0045; } } { NativeArray_1_t107C57D0357BCF9956A60495CD8FAADDF1D26AFB* L_9 = ___0_nativeArray; NativeArray_1_t107C57D0357BCF9956A60495CD8FAADDF1D26AFB L_10 = (*(NativeArray_1_t107C57D0357BCF9956A60495CD8FAADDF1D26AFB*)L_9); NativeArray_1_t107C57D0357BCF9956A60495CD8FAADDF1D26AFB L_11 = V_1; int32_t L_12 = ___1_size; NativeArray_1_t107C57D0357BCF9956A60495CD8FAADDF1D26AFB* L_13 = ___0_nativeArray; int32_t L_14; L_14 = IL2CPP_NATIVEARRAY_GET_LENGTH((L_13)->___m_Length); if ((((int32_t)L_12) < ((int32_t)L_14))) { G_B6_0 = L_11; G_B6_1 = L_10; goto IL_0039; } G_B5_0 = L_11; G_B5_1 = L_10; } { NativeArray_1_t107C57D0357BCF9956A60495CD8FAADDF1D26AFB* L_15 = ___0_nativeArray; int32_t L_16; L_16 = IL2CPP_NATIVEARRAY_GET_LENGTH((L_15)->___m_Length); G_B7_0 = L_16; G_B7_1 = G_B5_0; G_B7_2 = G_B5_1; goto IL_003a; } IL_0039: { int32_t L_17 = ___1_size; G_B7_0 = L_17; G_B7_1 = G_B6_0; G_B7_2 = G_B6_1; } IL_003a: { NativeArray_1_Copy_m91B50CB5915EEBDE0116BF70F3FCA6B8EF8F6D4B(G_B7_2, G_B7_1, G_B7_0, il2cpp_rgctx_method(method->rgctx_data, 6)); NativeArray_1_t107C57D0357BCF9956A60495CD8FAADDF1D26AFB* L_18 = ___0_nativeArray; NativeArray_1_Dispose_mF16E4FD33476D6947F979B1E1D9F901CE0A04344(L_18, il2cpp_rgctx_method(method->rgctx_data, 7)); } IL_0045: { NativeArray_1_t107C57D0357BCF9956A60495CD8FAADDF1D26AFB* L_19 = ___0_nativeArray; NativeArray_1_t107C57D0357BCF9956A60495CD8FAADDF1D26AFB L_20 = V_1; *(NativeArray_1_t107C57D0357BCF9956A60495CD8FAADDF1D26AFB*)L_19 = L_20; return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NativeArrayHelpers_ResizeAndCopyIfNeeded_TisBounds_t367E830C64BBF235ED8C3B2F8CF6254FDCAD39C3_m1800723C56B26F6769B96096E614261DAA8AB4A0_gshared (NativeArray_1_t596D8D9BF28AE72A671779EB28469319AC3F1147* ___0_nativeArray, int32_t ___1_size, int32_t ___2_allocator, const RuntimeMethod* method) { il2cpp_rgctx_method_init(method); bool V_0 = false; NativeArray_1_t596D8D9BF28AE72A671779EB28469319AC3F1147 V_1; memset((&V_1), 0, sizeof(V_1)); NativeArray_1_t596D8D9BF28AE72A671779EB28469319AC3F1147 G_B6_0; memset((&G_B6_0), 0, sizeof(G_B6_0)); NativeArray_1_t596D8D9BF28AE72A671779EB28469319AC3F1147 G_B6_1; memset((&G_B6_1), 0, sizeof(G_B6_1)); NativeArray_1_t596D8D9BF28AE72A671779EB28469319AC3F1147 G_B5_0; memset((&G_B5_0), 0, sizeof(G_B5_0)); NativeArray_1_t596D8D9BF28AE72A671779EB28469319AC3F1147 G_B5_1; memset((&G_B5_1), 0, sizeof(G_B5_1)); int32_t G_B7_0 = 0; NativeArray_1_t596D8D9BF28AE72A671779EB28469319AC3F1147 G_B7_1; memset((&G_B7_1), 0, sizeof(G_B7_1)); NativeArray_1_t596D8D9BF28AE72A671779EB28469319AC3F1147 G_B7_2; memset((&G_B7_2), 0, sizeof(G_B7_2)); { NativeArray_1_t596D8D9BF28AE72A671779EB28469319AC3F1147* L_0 = ___0_nativeArray; bool L_1; L_1 = NativeArray_1_get_IsCreated_m8EFEFFD04D851999FFFA45BA8AF0F09D90B1B19E_inline(L_0, il2cpp_rgctx_method(method->rgctx_data, 1)); V_0 = L_1; bool L_2 = V_0; if (!L_2) { goto IL_0014; } } { NativeArray_1_t596D8D9BF28AE72A671779EB28469319AC3F1147* L_3 = ___0_nativeArray; int32_t L_4; L_4 = IL2CPP_NATIVEARRAY_GET_LENGTH((L_3)->___m_Length); int32_t L_5 = ___1_size; if ((!(((uint32_t)L_4) == ((uint32_t)L_5)))) { goto IL_0014; } } { return; } IL_0014: { int32_t L_6 = ___1_size; int32_t L_7 = ___2_allocator; NativeArray_1__ctor_mBA12F6F46ACC5AC35E2009E84E8A0906C68DD1EC((&V_1), L_6, L_7, (int32_t)1, il2cpp_rgctx_method(method->rgctx_data, 4)); bool L_8 = V_0; if (!L_8) { goto IL_0045; } } { NativeArray_1_t596D8D9BF28AE72A671779EB28469319AC3F1147* L_9 = ___0_nativeArray; NativeArray_1_t596D8D9BF28AE72A671779EB28469319AC3F1147 L_10 = (*(NativeArray_1_t596D8D9BF28AE72A671779EB28469319AC3F1147*)L_9); NativeArray_1_t596D8D9BF28AE72A671779EB28469319AC3F1147 L_11 = V_1; int32_t L_12 = ___1_size; NativeArray_1_t596D8D9BF28AE72A671779EB28469319AC3F1147* L_13 = ___0_nativeArray; int32_t L_14; L_14 = IL2CPP_NATIVEARRAY_GET_LENGTH((L_13)->___m_Length); if ((((int32_t)L_12) < ((int32_t)L_14))) { G_B6_0 = L_11; G_B6_1 = L_10; goto IL_0039; } G_B5_0 = L_11; G_B5_1 = L_10; } { NativeArray_1_t596D8D9BF28AE72A671779EB28469319AC3F1147* L_15 = ___0_nativeArray; int32_t L_16; L_16 = IL2CPP_NATIVEARRAY_GET_LENGTH((L_15)->___m_Length); G_B7_0 = L_16; G_B7_1 = G_B5_0; G_B7_2 = G_B5_1; goto IL_003a; } IL_0039: { int32_t L_17 = ___1_size; G_B7_0 = L_17; G_B7_1 = G_B6_0; G_B7_2 = G_B6_1; } IL_003a: { NativeArray_1_Copy_m96D34615042FCEF26213E6B6300E726F441E78A3(G_B7_2, G_B7_1, G_B7_0, il2cpp_rgctx_method(method->rgctx_data, 6)); NativeArray_1_t596D8D9BF28AE72A671779EB28469319AC3F1147* L_18 = ___0_nativeArray; NativeArray_1_Dispose_mA7BEFBBE700A607F9D4FA1ACEB82B8490B864A7A(L_18, il2cpp_rgctx_method(method->rgctx_data, 7)); } IL_0045: { NativeArray_1_t596D8D9BF28AE72A671779EB28469319AC3F1147* L_19 = ___0_nativeArray; NativeArray_1_t596D8D9BF28AE72A671779EB28469319AC3F1147 L_20 = V_1; *(NativeArray_1_t596D8D9BF28AE72A671779EB28469319AC3F1147*)L_19 = L_20; return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NativeArrayHelpers_ResizeAndCopyIfNeeded_TisInt32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_m77BFEB774209917706DD8ADDE33F16858F64BECF_gshared (NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C* ___0_nativeArray, int32_t ___1_size, int32_t ___2_allocator, const RuntimeMethod* method) { il2cpp_rgctx_method_init(method); bool V_0 = false; NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C V_1; memset((&V_1), 0, sizeof(V_1)); NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C G_B6_0; memset((&G_B6_0), 0, sizeof(G_B6_0)); NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C G_B6_1; memset((&G_B6_1), 0, sizeof(G_B6_1)); NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C G_B5_0; memset((&G_B5_0), 0, sizeof(G_B5_0)); NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C G_B5_1; memset((&G_B5_1), 0, sizeof(G_B5_1)); int32_t G_B7_0 = 0; NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C G_B7_1; memset((&G_B7_1), 0, sizeof(G_B7_1)); NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C G_B7_2; memset((&G_B7_2), 0, sizeof(G_B7_2)); { NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C* L_0 = ___0_nativeArray; bool L_1; L_1 = NativeArray_1_get_IsCreated_m547C5D2E203906703FFE7232167A21D2A03D54C0_inline(L_0, il2cpp_rgctx_method(method->rgctx_data, 1)); V_0 = L_1; bool L_2 = V_0; if (!L_2) { goto IL_0014; } } { NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C* L_3 = ___0_nativeArray; int32_t L_4; L_4 = IL2CPP_NATIVEARRAY_GET_LENGTH((L_3)->___m_Length); int32_t L_5 = ___1_size; if ((!(((uint32_t)L_4) == ((uint32_t)L_5)))) { goto IL_0014; } } { return; } IL_0014: { int32_t L_6 = ___1_size; int32_t L_7 = ___2_allocator; NativeArray_1__ctor_mB7BB23924A114599D399A5EC6C00B2B6407CF66D((&V_1), L_6, L_7, (int32_t)1, il2cpp_rgctx_method(method->rgctx_data, 4)); bool L_8 = V_0; if (!L_8) { goto IL_0045; } } { NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C* L_9 = ___0_nativeArray; NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C L_10 = (*(NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C*)L_9); NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C L_11 = V_1; int32_t L_12 = ___1_size; NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C* L_13 = ___0_nativeArray; int32_t L_14; L_14 = IL2CPP_NATIVEARRAY_GET_LENGTH((L_13)->___m_Length); if ((((int32_t)L_12) < ((int32_t)L_14))) { G_B6_0 = L_11; G_B6_1 = L_10; goto IL_0039; } G_B5_0 = L_11; G_B5_1 = L_10; } { NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C* L_15 = ___0_nativeArray; int32_t L_16; L_16 = IL2CPP_NATIVEARRAY_GET_LENGTH((L_15)->___m_Length); G_B7_0 = L_16; G_B7_1 = G_B5_0; G_B7_2 = G_B5_1; goto IL_003a; } IL_0039: { int32_t L_17 = ___1_size; G_B7_0 = L_17; G_B7_1 = G_B6_0; G_B7_2 = G_B6_1; } IL_003a: { NativeArray_1_Copy_mE732305914FBFBE640845378BDD9B31684A47131(G_B7_2, G_B7_1, G_B7_0, il2cpp_rgctx_method(method->rgctx_data, 6)); NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C* L_18 = ___0_nativeArray; NativeArray_1_Dispose_m05C674E687B921C37722A6A1FF938FD56574642E(L_18, il2cpp_rgctx_method(method->rgctx_data, 7)); } IL_0045: { NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C* L_19 = ___0_nativeArray; NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C L_20 = V_1; *(NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C*)L_19 = L_20; return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NativeArrayHelpers_ResizeAndCopyIfNeeded_TisIntPtr_t_mE6FB5262E0BE0E94F41063D55D0647BBD5B169A3_gshared (NativeArray_1_t170B62D6C147DD05888D56F029D4D828DF487EC9* ___0_nativeArray, int32_t ___1_size, int32_t ___2_allocator, const RuntimeMethod* method) { il2cpp_rgctx_method_init(method); bool V_0 = false; NativeArray_1_t170B62D6C147DD05888D56F029D4D828DF487EC9 V_1; memset((&V_1), 0, sizeof(V_1)); NativeArray_1_t170B62D6C147DD05888D56F029D4D828DF487EC9 G_B6_0; memset((&G_B6_0), 0, sizeof(G_B6_0)); NativeArray_1_t170B62D6C147DD05888D56F029D4D828DF487EC9 G_B6_1; memset((&G_B6_1), 0, sizeof(G_B6_1)); NativeArray_1_t170B62D6C147DD05888D56F029D4D828DF487EC9 G_B5_0; memset((&G_B5_0), 0, sizeof(G_B5_0)); NativeArray_1_t170B62D6C147DD05888D56F029D4D828DF487EC9 G_B5_1; memset((&G_B5_1), 0, sizeof(G_B5_1)); int32_t G_B7_0 = 0; NativeArray_1_t170B62D6C147DD05888D56F029D4D828DF487EC9 G_B7_1; memset((&G_B7_1), 0, sizeof(G_B7_1)); NativeArray_1_t170B62D6C147DD05888D56F029D4D828DF487EC9 G_B7_2; memset((&G_B7_2), 0, sizeof(G_B7_2)); { NativeArray_1_t170B62D6C147DD05888D56F029D4D828DF487EC9* L_0 = ___0_nativeArray; bool L_1; L_1 = NativeArray_1_get_IsCreated_m24A28014049FCB605E5EA7A2F044DB0445776F25_inline(L_0, il2cpp_rgctx_method(method->rgctx_data, 1)); V_0 = L_1; bool L_2 = V_0; if (!L_2) { goto IL_0014; } } { NativeArray_1_t170B62D6C147DD05888D56F029D4D828DF487EC9* L_3 = ___0_nativeArray; int32_t L_4; L_4 = IL2CPP_NATIVEARRAY_GET_LENGTH((L_3)->___m_Length); int32_t L_5 = ___1_size; if ((!(((uint32_t)L_4) == ((uint32_t)L_5)))) { goto IL_0014; } } { return; } IL_0014: { int32_t L_6 = ___1_size; int32_t L_7 = ___2_allocator; NativeArray_1__ctor_m7F6F81F733C05D8966C6EEC4916B5277B4E19555((&V_1), L_6, L_7, (int32_t)1, il2cpp_rgctx_method(method->rgctx_data, 4)); bool L_8 = V_0; if (!L_8) { goto IL_0045; } } { NativeArray_1_t170B62D6C147DD05888D56F029D4D828DF487EC9* L_9 = ___0_nativeArray; NativeArray_1_t170B62D6C147DD05888D56F029D4D828DF487EC9 L_10 = (*(NativeArray_1_t170B62D6C147DD05888D56F029D4D828DF487EC9*)L_9); NativeArray_1_t170B62D6C147DD05888D56F029D4D828DF487EC9 L_11 = V_1; int32_t L_12 = ___1_size; NativeArray_1_t170B62D6C147DD05888D56F029D4D828DF487EC9* L_13 = ___0_nativeArray; int32_t L_14; L_14 = IL2CPP_NATIVEARRAY_GET_LENGTH((L_13)->___m_Length); if ((((int32_t)L_12) < ((int32_t)L_14))) { G_B6_0 = L_11; G_B6_1 = L_10; goto IL_0039; } G_B5_0 = L_11; G_B5_1 = L_10; } { NativeArray_1_t170B62D6C147DD05888D56F029D4D828DF487EC9* L_15 = ___0_nativeArray; int32_t L_16; L_16 = IL2CPP_NATIVEARRAY_GET_LENGTH((L_15)->___m_Length); G_B7_0 = L_16; G_B7_1 = G_B5_0; G_B7_2 = G_B5_1; goto IL_003a; } IL_0039: { int32_t L_17 = ___1_size; G_B7_0 = L_17; G_B7_1 = G_B6_0; G_B7_2 = G_B6_1; } IL_003a: { NativeArray_1_Copy_m8517A223E5CC91C25F2993626CAC164BDE47868D(G_B7_2, G_B7_1, G_B7_0, il2cpp_rgctx_method(method->rgctx_data, 6)); NativeArray_1_t170B62D6C147DD05888D56F029D4D828DF487EC9* L_18 = ___0_nativeArray; NativeArray_1_Dispose_mDEA9ECF8A32FB1C9B6085F26FEB9C07EB8A38F9D(L_18, il2cpp_rgctx_method(method->rgctx_data, 7)); } IL_0045: { NativeArray_1_t170B62D6C147DD05888D56F029D4D828DF487EC9* L_19 = ___0_nativeArray; NativeArray_1_t170B62D6C147DD05888D56F029D4D828DF487EC9 L_20 = V_1; *(NativeArray_1_t170B62D6C147DD05888D56F029D4D828DF487EC9*)L_19 = L_20; return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NativeArrayHelpers_ResizeAndCopyIfNeeded_TisPerSkinJobData_t12269B9BCDB1CA26111CF0EC8C1410DEB10863A0_mA77D90AFB20D0C29AC7BB9BD3107607F60D48386_gshared (NativeArray_1_t170B72C5ED52FD874165AC26A8FB1CFE1A93C4CE* ___0_nativeArray, int32_t ___1_size, int32_t ___2_allocator, const RuntimeMethod* method) { il2cpp_rgctx_method_init(method); bool V_0 = false; NativeArray_1_t170B72C5ED52FD874165AC26A8FB1CFE1A93C4CE V_1; memset((&V_1), 0, sizeof(V_1)); NativeArray_1_t170B72C5ED52FD874165AC26A8FB1CFE1A93C4CE G_B6_0; memset((&G_B6_0), 0, sizeof(G_B6_0)); NativeArray_1_t170B72C5ED52FD874165AC26A8FB1CFE1A93C4CE G_B6_1; memset((&G_B6_1), 0, sizeof(G_B6_1)); NativeArray_1_t170B72C5ED52FD874165AC26A8FB1CFE1A93C4CE G_B5_0; memset((&G_B5_0), 0, sizeof(G_B5_0)); NativeArray_1_t170B72C5ED52FD874165AC26A8FB1CFE1A93C4CE G_B5_1; memset((&G_B5_1), 0, sizeof(G_B5_1)); int32_t G_B7_0 = 0; NativeArray_1_t170B72C5ED52FD874165AC26A8FB1CFE1A93C4CE G_B7_1; memset((&G_B7_1), 0, sizeof(G_B7_1)); NativeArray_1_t170B72C5ED52FD874165AC26A8FB1CFE1A93C4CE G_B7_2; memset((&G_B7_2), 0, sizeof(G_B7_2)); { NativeArray_1_t170B72C5ED52FD874165AC26A8FB1CFE1A93C4CE* L_0 = ___0_nativeArray; bool L_1; L_1 = NativeArray_1_get_IsCreated_m913401BF0E81033477B3C5B5C54D91034598CDDD_inline(L_0, il2cpp_rgctx_method(method->rgctx_data, 1)); V_0 = L_1; bool L_2 = V_0; if (!L_2) { goto IL_0014; } } { NativeArray_1_t170B72C5ED52FD874165AC26A8FB1CFE1A93C4CE* L_3 = ___0_nativeArray; int32_t L_4; L_4 = IL2CPP_NATIVEARRAY_GET_LENGTH((L_3)->___m_Length); int32_t L_5 = ___1_size; if ((!(((uint32_t)L_4) == ((uint32_t)L_5)))) { goto IL_0014; } } { return; } IL_0014: { int32_t L_6 = ___1_size; int32_t L_7 = ___2_allocator; NativeArray_1__ctor_m51860EC1322A2BD1F0FC0CC0BC8698BA446DD923((&V_1), L_6, L_7, (int32_t)1, il2cpp_rgctx_method(method->rgctx_data, 4)); bool L_8 = V_0; if (!L_8) { goto IL_0045; } } { NativeArray_1_t170B72C5ED52FD874165AC26A8FB1CFE1A93C4CE* L_9 = ___0_nativeArray; NativeArray_1_t170B72C5ED52FD874165AC26A8FB1CFE1A93C4CE L_10 = (*(NativeArray_1_t170B72C5ED52FD874165AC26A8FB1CFE1A93C4CE*)L_9); NativeArray_1_t170B72C5ED52FD874165AC26A8FB1CFE1A93C4CE L_11 = V_1; int32_t L_12 = ___1_size; NativeArray_1_t170B72C5ED52FD874165AC26A8FB1CFE1A93C4CE* L_13 = ___0_nativeArray; int32_t L_14; L_14 = IL2CPP_NATIVEARRAY_GET_LENGTH((L_13)->___m_Length); if ((((int32_t)L_12) < ((int32_t)L_14))) { G_B6_0 = L_11; G_B6_1 = L_10; goto IL_0039; } G_B5_0 = L_11; G_B5_1 = L_10; } { NativeArray_1_t170B72C5ED52FD874165AC26A8FB1CFE1A93C4CE* L_15 = ___0_nativeArray; int32_t L_16; L_16 = IL2CPP_NATIVEARRAY_GET_LENGTH((L_15)->___m_Length); G_B7_0 = L_16; G_B7_1 = G_B5_0; G_B7_2 = G_B5_1; goto IL_003a; } IL_0039: { int32_t L_17 = ___1_size; G_B7_0 = L_17; G_B7_1 = G_B6_0; G_B7_2 = G_B6_1; } IL_003a: { NativeArray_1_Copy_m2341B9BE1AD7D6E4DE9331FE7DA26696CAEF564B(G_B7_2, G_B7_1, G_B7_0, il2cpp_rgctx_method(method->rgctx_data, 6)); NativeArray_1_t170B72C5ED52FD874165AC26A8FB1CFE1A93C4CE* L_18 = ___0_nativeArray; NativeArray_1_Dispose_m90DD41A5728B49BDF3612A88F7EAD0FA4CA54CB8(L_18, il2cpp_rgctx_method(method->rgctx_data, 7)); } IL_0045: { NativeArray_1_t170B72C5ED52FD874165AC26A8FB1CFE1A93C4CE* L_19 = ___0_nativeArray; NativeArray_1_t170B72C5ED52FD874165AC26A8FB1CFE1A93C4CE L_20 = V_1; *(NativeArray_1_t170B72C5ED52FD874165AC26A8FB1CFE1A93C4CE*)L_19 = L_20; return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NativeArrayHelpers_ResizeAndCopyIfNeeded_TisSpriteSkinData_tAF363C091096E80EF5A98430D5738204C2CEF4A4_m2B8AE5126109D7CA0118AC0CE7E47057009348A1_gshared (NativeArray_1_tC6F9C4831D5B3C255A767235D6B58B1A6492C5C1* ___0_nativeArray, int32_t ___1_size, int32_t ___2_allocator, const RuntimeMethod* method) { il2cpp_rgctx_method_init(method); bool V_0 = false; NativeArray_1_tC6F9C4831D5B3C255A767235D6B58B1A6492C5C1 V_1; memset((&V_1), 0, sizeof(V_1)); NativeArray_1_tC6F9C4831D5B3C255A767235D6B58B1A6492C5C1 G_B6_0; memset((&G_B6_0), 0, sizeof(G_B6_0)); NativeArray_1_tC6F9C4831D5B3C255A767235D6B58B1A6492C5C1 G_B6_1; memset((&G_B6_1), 0, sizeof(G_B6_1)); NativeArray_1_tC6F9C4831D5B3C255A767235D6B58B1A6492C5C1 G_B5_0; memset((&G_B5_0), 0, sizeof(G_B5_0)); NativeArray_1_tC6F9C4831D5B3C255A767235D6B58B1A6492C5C1 G_B5_1; memset((&G_B5_1), 0, sizeof(G_B5_1)); int32_t G_B7_0 = 0; NativeArray_1_tC6F9C4831D5B3C255A767235D6B58B1A6492C5C1 G_B7_1; memset((&G_B7_1), 0, sizeof(G_B7_1)); NativeArray_1_tC6F9C4831D5B3C255A767235D6B58B1A6492C5C1 G_B7_2; memset((&G_B7_2), 0, sizeof(G_B7_2)); { NativeArray_1_tC6F9C4831D5B3C255A767235D6B58B1A6492C5C1* L_0 = ___0_nativeArray; bool L_1; L_1 = NativeArray_1_get_IsCreated_m4D570DA91CBE8B607C76214B0CC1FFDEA53B6BC0_inline(L_0, il2cpp_rgctx_method(method->rgctx_data, 1)); V_0 = L_1; bool L_2 = V_0; if (!L_2) { goto IL_0014; } } { NativeArray_1_tC6F9C4831D5B3C255A767235D6B58B1A6492C5C1* L_3 = ___0_nativeArray; int32_t L_4; L_4 = IL2CPP_NATIVEARRAY_GET_LENGTH((L_3)->___m_Length); int32_t L_5 = ___1_size; if ((!(((uint32_t)L_4) == ((uint32_t)L_5)))) { goto IL_0014; } } { return; } IL_0014: { int32_t L_6 = ___1_size; int32_t L_7 = ___2_allocator; NativeArray_1__ctor_m93513C6EDC1D0E866B1A942DBBEF71AD3DB100AF((&V_1), L_6, L_7, (int32_t)1, il2cpp_rgctx_method(method->rgctx_data, 4)); bool L_8 = V_0; if (!L_8) { goto IL_0045; } } { NativeArray_1_tC6F9C4831D5B3C255A767235D6B58B1A6492C5C1* L_9 = ___0_nativeArray; NativeArray_1_tC6F9C4831D5B3C255A767235D6B58B1A6492C5C1 L_10 = (*(NativeArray_1_tC6F9C4831D5B3C255A767235D6B58B1A6492C5C1*)L_9); NativeArray_1_tC6F9C4831D5B3C255A767235D6B58B1A6492C5C1 L_11 = V_1; int32_t L_12 = ___1_size; NativeArray_1_tC6F9C4831D5B3C255A767235D6B58B1A6492C5C1* L_13 = ___0_nativeArray; int32_t L_14; L_14 = IL2CPP_NATIVEARRAY_GET_LENGTH((L_13)->___m_Length); if ((((int32_t)L_12) < ((int32_t)L_14))) { G_B6_0 = L_11; G_B6_1 = L_10; goto IL_0039; } G_B5_0 = L_11; G_B5_1 = L_10; } { NativeArray_1_tC6F9C4831D5B3C255A767235D6B58B1A6492C5C1* L_15 = ___0_nativeArray; int32_t L_16; L_16 = IL2CPP_NATIVEARRAY_GET_LENGTH((L_15)->___m_Length); G_B7_0 = L_16; G_B7_1 = G_B5_0; G_B7_2 = G_B5_1; goto IL_003a; } IL_0039: { int32_t L_17 = ___1_size; G_B7_0 = L_17; G_B7_1 = G_B6_0; G_B7_2 = G_B6_1; } IL_003a: { NativeArray_1_Copy_m887F5C229945D2C15B5E2F2B68C13134554ADF62(G_B7_2, G_B7_1, G_B7_0, il2cpp_rgctx_method(method->rgctx_data, 6)); NativeArray_1_tC6F9C4831D5B3C255A767235D6B58B1A6492C5C1* L_18 = ___0_nativeArray; NativeArray_1_Dispose_m848E0576A37CCAA20D87E901721A7AC8F6FA3FCC(L_18, il2cpp_rgctx_method(method->rgctx_data, 7)); } IL_0045: { NativeArray_1_tC6F9C4831D5B3C255A767235D6B58B1A6492C5C1* L_19 = ___0_nativeArray; NativeArray_1_tC6F9C4831D5B3C255A767235D6B58B1A6492C5C1 L_20 = V_1; *(NativeArray_1_tC6F9C4831D5B3C255A767235D6B58B1A6492C5C1*)L_19 = L_20; return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NativeArrayHelpers_ResizeAndCopyIfNeeded_TisIl2CppFullySharedGenericStruct_m712ED765D90F10460CA198F568C5A4BDB9CAB372_gshared (NativeArray_1_tDB8B8DC66CC8E16ED6D9A8C75D2C1AFC80AC1E18* ___0_nativeArray, int32_t ___1_size, int32_t ___2_allocator, const RuntimeMethod* method) { il2cpp_rgctx_method_init(method); bool V_0 = false; NativeArray_1_tDB8B8DC66CC8E16ED6D9A8C75D2C1AFC80AC1E18 V_1; memset((&V_1), 0, sizeof(V_1)); NativeArray_1_tDB8B8DC66CC8E16ED6D9A8C75D2C1AFC80AC1E18 G_B6_0; memset((&G_B6_0), 0, sizeof(G_B6_0)); NativeArray_1_tDB8B8DC66CC8E16ED6D9A8C75D2C1AFC80AC1E18 G_B6_1; memset((&G_B6_1), 0, sizeof(G_B6_1)); NativeArray_1_tDB8B8DC66CC8E16ED6D9A8C75D2C1AFC80AC1E18 G_B5_0; memset((&G_B5_0), 0, sizeof(G_B5_0)); NativeArray_1_tDB8B8DC66CC8E16ED6D9A8C75D2C1AFC80AC1E18 G_B5_1; memset((&G_B5_1), 0, sizeof(G_B5_1)); int32_t G_B7_0 = 0; NativeArray_1_tDB8B8DC66CC8E16ED6D9A8C75D2C1AFC80AC1E18 G_B7_1; memset((&G_B7_1), 0, sizeof(G_B7_1)); NativeArray_1_tDB8B8DC66CC8E16ED6D9A8C75D2C1AFC80AC1E18 G_B7_2; memset((&G_B7_2), 0, sizeof(G_B7_2)); { NativeArray_1_tDB8B8DC66CC8E16ED6D9A8C75D2C1AFC80AC1E18* L_0 = ___0_nativeArray; bool L_1; L_1 = (( bool (*) (NativeArray_1_tDB8B8DC66CC8E16ED6D9A8C75D2C1AFC80AC1E18*, const RuntimeMethod*))il2cpp_codegen_get_direct_method_pointer(il2cpp_rgctx_method(method->rgctx_data, 1)))(L_0, il2cpp_rgctx_method(method->rgctx_data, 1)); V_0 = L_1; bool L_2 = V_0; if (!L_2) { goto IL_0014; } } { NativeArray_1_tDB8B8DC66CC8E16ED6D9A8C75D2C1AFC80AC1E18* L_3 = ___0_nativeArray; int32_t L_4; L_4 = (( int32_t (*) (NativeArray_1_tDB8B8DC66CC8E16ED6D9A8C75D2C1AFC80AC1E18*, const RuntimeMethod*))il2cpp_codegen_get_direct_method_pointer(il2cpp_rgctx_method(method->rgctx_data, 3)))(L_3, il2cpp_rgctx_method(method->rgctx_data, 3)); int32_t L_5 = ___1_size; if ((!(((uint32_t)L_4) == ((uint32_t)L_5)))) { goto IL_0014; } } { return; } IL_0014: { int32_t L_6 = ___1_size; int32_t L_7 = ___2_allocator; (( void (*) (NativeArray_1_tDB8B8DC66CC8E16ED6D9A8C75D2C1AFC80AC1E18*, int32_t, int32_t, int32_t, const RuntimeMethod*))il2cpp_codegen_get_direct_method_pointer(il2cpp_rgctx_method(method->rgctx_data, 4)))((&V_1), L_6, L_7, (int32_t)1, il2cpp_rgctx_method(method->rgctx_data, 4)); bool L_8 = V_0; if (!L_8) { goto IL_0045; } } { NativeArray_1_tDB8B8DC66CC8E16ED6D9A8C75D2C1AFC80AC1E18* L_9 = ___0_nativeArray; NativeArray_1_tDB8B8DC66CC8E16ED6D9A8C75D2C1AFC80AC1E18 L_10 = (*(NativeArray_1_tDB8B8DC66CC8E16ED6D9A8C75D2C1AFC80AC1E18*)L_9); NativeArray_1_tDB8B8DC66CC8E16ED6D9A8C75D2C1AFC80AC1E18 L_11 = V_1; int32_t L_12 = ___1_size; NativeArray_1_tDB8B8DC66CC8E16ED6D9A8C75D2C1AFC80AC1E18* L_13 = ___0_nativeArray; int32_t L_14; L_14 = (( int32_t (*) (NativeArray_1_tDB8B8DC66CC8E16ED6D9A8C75D2C1AFC80AC1E18*, const RuntimeMethod*))il2cpp_codegen_get_direct_method_pointer(il2cpp_rgctx_method(method->rgctx_data, 3)))(L_13, il2cpp_rgctx_method(method->rgctx_data, 3)); if ((((int32_t)L_12) < ((int32_t)L_14))) { G_B6_0 = L_11; G_B6_1 = L_10; goto IL_0039; } G_B5_0 = L_11; G_B5_1 = L_10; } { NativeArray_1_tDB8B8DC66CC8E16ED6D9A8C75D2C1AFC80AC1E18* L_15 = ___0_nativeArray; int32_t L_16; L_16 = (( int32_t (*) (NativeArray_1_tDB8B8DC66CC8E16ED6D9A8C75D2C1AFC80AC1E18*, const RuntimeMethod*))il2cpp_codegen_get_direct_method_pointer(il2cpp_rgctx_method(method->rgctx_data, 3)))(L_15, il2cpp_rgctx_method(method->rgctx_data, 3)); G_B7_0 = L_16; G_B7_1 = G_B5_0; G_B7_2 = G_B5_1; goto IL_003a; } IL_0039: { int32_t L_17 = ___1_size; G_B7_0 = L_17; G_B7_1 = G_B6_0; G_B7_2 = G_B6_1; } IL_003a: { (( void (*) (NativeArray_1_tDB8B8DC66CC8E16ED6D9A8C75D2C1AFC80AC1E18, NativeArray_1_tDB8B8DC66CC8E16ED6D9A8C75D2C1AFC80AC1E18, int32_t, const RuntimeMethod*))il2cpp_codegen_get_direct_method_pointer(il2cpp_rgctx_method(method->rgctx_data, 6)))(G_B7_2, G_B7_1, G_B7_0, il2cpp_rgctx_method(method->rgctx_data, 6)); NativeArray_1_tDB8B8DC66CC8E16ED6D9A8C75D2C1AFC80AC1E18* L_18 = ___0_nativeArray; (( void (*) (NativeArray_1_tDB8B8DC66CC8E16ED6D9A8C75D2C1AFC80AC1E18*, const RuntimeMethod*))il2cpp_codegen_get_direct_method_pointer(il2cpp_rgctx_method(method->rgctx_data, 7)))(L_18, il2cpp_rgctx_method(method->rgctx_data, 7)); } IL_0045: { NativeArray_1_tDB8B8DC66CC8E16ED6D9A8C75D2C1AFC80AC1E18* L_19 = ___0_nativeArray; NativeArray_1_tDB8B8DC66CC8E16ED6D9A8C75D2C1AFC80AC1E18 L_20 = V_1; *(NativeArray_1_tDB8B8DC66CC8E16ED6D9A8C75D2C1AFC80AC1E18*)L_19 = L_20; return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NativeArrayHelpers_ResizeIfNeeded_TisInt32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_m2519F2C5E8AED91F9A1F39B46A302DCECD11FC1C_gshared (NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C* ___0_nativeArray, int32_t ___1_size, int32_t ___2_allocator, const RuntimeMethod* method) { il2cpp_rgctx_method_init(method); bool V_0 = false; { NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C* L_0 = ___0_nativeArray; bool L_1; L_1 = NativeArray_1_get_IsCreated_m547C5D2E203906703FFE7232167A21D2A03D54C0_inline(L_0, il2cpp_rgctx_method(method->rgctx_data, 1)); V_0 = L_1; bool L_2 = V_0; if (!L_2) { goto IL_001b; } } { NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C* L_3 = ___0_nativeArray; int32_t L_4; L_4 = IL2CPP_NATIVEARRAY_GET_LENGTH((L_3)->___m_Length); int32_t L_5 = ___1_size; if ((((int32_t)L_4) == ((int32_t)L_5))) { goto IL_001b; } } { NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C* L_6 = ___0_nativeArray; NativeArray_1_Dispose_m05C674E687B921C37722A6A1FF938FD56574642E(L_6, il2cpp_rgctx_method(method->rgctx_data, 4)); V_0 = (bool)0; } IL_001b: { bool L_7 = V_0; if (L_7) { goto IL_002c; } } { NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C* L_8 = ___0_nativeArray; int32_t L_9 = ___1_size; int32_t L_10 = ___2_allocator; NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C L_11; memset((&L_11), 0, sizeof(L_11)); NativeArray_1__ctor_mB7BB23924A114599D399A5EC6C00B2B6407CF66D((&L_11), L_9, L_10, (int32_t)1, il2cpp_rgctx_method(method->rgctx_data, 6)); *(NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C*)L_8 = L_11; } IL_002c: { return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NativeArrayHelpers_ResizeIfNeeded_TisPerSkinJobData_t12269B9BCDB1CA26111CF0EC8C1410DEB10863A0_m0637328CB8ECEF02CF1F4486ED9E831BCCBA899B_gshared (NativeArray_1_t170B72C5ED52FD874165AC26A8FB1CFE1A93C4CE* ___0_nativeArray, int32_t ___1_size, int32_t ___2_allocator, const RuntimeMethod* method) { il2cpp_rgctx_method_init(method); bool V_0 = false; { NativeArray_1_t170B72C5ED52FD874165AC26A8FB1CFE1A93C4CE* L_0 = ___0_nativeArray; bool L_1; L_1 = NativeArray_1_get_IsCreated_m913401BF0E81033477B3C5B5C54D91034598CDDD_inline(L_0, il2cpp_rgctx_method(method->rgctx_data, 1)); V_0 = L_1; bool L_2 = V_0; if (!L_2) { goto IL_001b; } } { NativeArray_1_t170B72C5ED52FD874165AC26A8FB1CFE1A93C4CE* L_3 = ___0_nativeArray; int32_t L_4; L_4 = IL2CPP_NATIVEARRAY_GET_LENGTH((L_3)->___m_Length); int32_t L_5 = ___1_size; if ((((int32_t)L_4) == ((int32_t)L_5))) { goto IL_001b; } } { NativeArray_1_t170B72C5ED52FD874165AC26A8FB1CFE1A93C4CE* L_6 = ___0_nativeArray; NativeArray_1_Dispose_m90DD41A5728B49BDF3612A88F7EAD0FA4CA54CB8(L_6, il2cpp_rgctx_method(method->rgctx_data, 4)); V_0 = (bool)0; } IL_001b: { bool L_7 = V_0; if (L_7) { goto IL_002c; } } { NativeArray_1_t170B72C5ED52FD874165AC26A8FB1CFE1A93C4CE* L_8 = ___0_nativeArray; int32_t L_9 = ___1_size; int32_t L_10 = ___2_allocator; NativeArray_1_t170B72C5ED52FD874165AC26A8FB1CFE1A93C4CE L_11; memset((&L_11), 0, sizeof(L_11)); NativeArray_1__ctor_m51860EC1322A2BD1F0FC0CC0BC8698BA446DD923((&L_11), L_9, L_10, (int32_t)1, il2cpp_rgctx_method(method->rgctx_data, 6)); *(NativeArray_1_t170B72C5ED52FD874165AC26A8FB1CFE1A93C4CE*)L_8 = L_11; } IL_002c: { return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NativeArrayHelpers_ResizeIfNeeded_TisIl2CppFullySharedGenericStruct_mF82E351B1134C281BA611A45D7E29E3E80EF7C4B_gshared (NativeArray_1_tDB8B8DC66CC8E16ED6D9A8C75D2C1AFC80AC1E18* ___0_nativeArray, int32_t ___1_size, int32_t ___2_allocator, const RuntimeMethod* method) { il2cpp_rgctx_method_init(method); bool V_0 = false; { NativeArray_1_tDB8B8DC66CC8E16ED6D9A8C75D2C1AFC80AC1E18* L_0 = ___0_nativeArray; bool L_1; L_1 = (( bool (*) (NativeArray_1_tDB8B8DC66CC8E16ED6D9A8C75D2C1AFC80AC1E18*, const RuntimeMethod*))il2cpp_codegen_get_direct_method_pointer(il2cpp_rgctx_method(method->rgctx_data, 1)))(L_0, il2cpp_rgctx_method(method->rgctx_data, 1)); V_0 = L_1; bool L_2 = V_0; if (!L_2) { goto IL_001b; } } { NativeArray_1_tDB8B8DC66CC8E16ED6D9A8C75D2C1AFC80AC1E18* L_3 = ___0_nativeArray; int32_t L_4; L_4 = (( int32_t (*) (NativeArray_1_tDB8B8DC66CC8E16ED6D9A8C75D2C1AFC80AC1E18*, const RuntimeMethod*))il2cpp_codegen_get_direct_method_pointer(il2cpp_rgctx_method(method->rgctx_data, 3)))(L_3, il2cpp_rgctx_method(method->rgctx_data, 3)); int32_t L_5 = ___1_size; if ((((int32_t)L_4) == ((int32_t)L_5))) { goto IL_001b; } } { NativeArray_1_tDB8B8DC66CC8E16ED6D9A8C75D2C1AFC80AC1E18* L_6 = ___0_nativeArray; (( void (*) (NativeArray_1_tDB8B8DC66CC8E16ED6D9A8C75D2C1AFC80AC1E18*, const RuntimeMethod*))il2cpp_codegen_get_direct_method_pointer(il2cpp_rgctx_method(method->rgctx_data, 4)))(L_6, il2cpp_rgctx_method(method->rgctx_data, 4)); V_0 = (bool)0; } IL_001b: { bool L_7 = V_0; if (L_7) { goto IL_002c; } } { NativeArray_1_tDB8B8DC66CC8E16ED6D9A8C75D2C1AFC80AC1E18* L_8 = ___0_nativeArray; int32_t L_9 = ___1_size; int32_t L_10 = ___2_allocator; NativeArray_1_tDB8B8DC66CC8E16ED6D9A8C75D2C1AFC80AC1E18 L_11; memset((&L_11), 0, sizeof(L_11)); NativeArray_1__ctor_m788DE0F85C4051DDF092DDF96484DE655ACFB6F1((&L_11), L_9, L_10, (int32_t)1, il2cpp_rgctx_method(method->rgctx_data, 6)); *(NativeArray_1_tDB8B8DC66CC8E16ED6D9A8C75D2C1AFC80AC1E18*)L_8 = L_11; } IL_002c: { return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NativeArrayHelpers_ResizeIfNeeded_Tisfloat4x4_t7EDD16F7F57DC7F61A6302535F7C19FB97915DF2_mC9BB614D6336E504DC0674964CC64D53FA69CF14_gshared (NativeArray_1_t63326FF687E26631308829A9CDB0C51D523D4E9A* ___0_nativeArray, int32_t ___1_size, int32_t ___2_allocator, const RuntimeMethod* method) { il2cpp_rgctx_method_init(method); bool V_0 = false; { NativeArray_1_t63326FF687E26631308829A9CDB0C51D523D4E9A* L_0 = ___0_nativeArray; bool L_1; L_1 = NativeArray_1_get_IsCreated_mD18D5BAA0DFBD842389B3723A09296444F3B78F2_inline(L_0, il2cpp_rgctx_method(method->rgctx_data, 1)); V_0 = L_1; bool L_2 = V_0; if (!L_2) { goto IL_001b; } } { NativeArray_1_t63326FF687E26631308829A9CDB0C51D523D4E9A* L_3 = ___0_nativeArray; int32_t L_4; L_4 = IL2CPP_NATIVEARRAY_GET_LENGTH((L_3)->___m_Length); int32_t L_5 = ___1_size; if ((((int32_t)L_4) == ((int32_t)L_5))) { goto IL_001b; } } { NativeArray_1_t63326FF687E26631308829A9CDB0C51D523D4E9A* L_6 = ___0_nativeArray; NativeArray_1_Dispose_m994685B1A26FB0972542BE1216EBD59B332E880A(L_6, il2cpp_rgctx_method(method->rgctx_data, 4)); V_0 = (bool)0; } IL_001b: { bool L_7 = V_0; if (L_7) { goto IL_002c; } } { NativeArray_1_t63326FF687E26631308829A9CDB0C51D523D4E9A* L_8 = ___0_nativeArray; int32_t L_9 = ___1_size; int32_t L_10 = ___2_allocator; NativeArray_1_t63326FF687E26631308829A9CDB0C51D523D4E9A L_11; memset((&L_11), 0, sizeof(L_11)); NativeArray_1__ctor_mAADFCCAE72BDF1E1866AD2B3C6BEBB33D426337C((&L_11), L_9, L_10, (int32_t)1, il2cpp_rgctx_method(method->rgctx_data, 6)); *(NativeArray_1_t63326FF687E26631308829A9CDB0C51D523D4E9A*)L_8 = L_11; } IL_002c: { return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NativeArrayHelpers_ResizeIfNeeded_Tisint2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A_mF68CE984C3B3AC410C608E6ADE731540BC7ADAF7_gshared (NativeArray_1_tE86585F07CF10FCD01AA2652A104B149336F7EC2* ___0_nativeArray, int32_t ___1_size, int32_t ___2_allocator, const RuntimeMethod* method) { il2cpp_rgctx_method_init(method); bool V_0 = false; { NativeArray_1_tE86585F07CF10FCD01AA2652A104B149336F7EC2* L_0 = ___0_nativeArray; bool L_1; L_1 = NativeArray_1_get_IsCreated_m5BE85069615B49772C9DB202004FA2FD36F418F2_inline(L_0, il2cpp_rgctx_method(method->rgctx_data, 1)); V_0 = L_1; bool L_2 = V_0; if (!L_2) { goto IL_001b; } } { NativeArray_1_tE86585F07CF10FCD01AA2652A104B149336F7EC2* L_3 = ___0_nativeArray; int32_t L_4; L_4 = IL2CPP_NATIVEARRAY_GET_LENGTH((L_3)->___m_Length); int32_t L_5 = ___1_size; if ((((int32_t)L_4) == ((int32_t)L_5))) { goto IL_001b; } } { NativeArray_1_tE86585F07CF10FCD01AA2652A104B149336F7EC2* L_6 = ___0_nativeArray; NativeArray_1_Dispose_m3135DCFBA5DDC3D2CAA20FB2666F3A996856F2F2(L_6, il2cpp_rgctx_method(method->rgctx_data, 4)); V_0 = (bool)0; } IL_001b: { bool L_7 = V_0; if (L_7) { goto IL_002c; } } { NativeArray_1_tE86585F07CF10FCD01AA2652A104B149336F7EC2* L_8 = ___0_nativeArray; int32_t L_9 = ___1_size; int32_t L_10 = ___2_allocator; NativeArray_1_tE86585F07CF10FCD01AA2652A104B149336F7EC2 L_11; memset((&L_11), 0, sizeof(L_11)); NativeArray_1__ctor_m3CB679B1B77F99FC5CF890F75C914E22555A1F13((&L_11), L_9, L_10, (int32_t)1, il2cpp_rgctx_method(method->rgctx_data, 6)); *(NativeArray_1_tE86585F07CF10FCD01AA2652A104B149336F7EC2*)L_8 = L_11; } IL_002c: { return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR NativeArray_1_tBEE3484B4ABC271CFAB65039F1439061D5DF806A NativeArrayUnsafeUtility_ConvertExistingDataToNativeArray_TisBatchCullingOutputDrawCommands_t61DD68A8D702A9468AF6D5DDF4529CE7BD5A636D_m80E640F909CF44B11BAA14373E8DA1D738DE6976_gshared (void* ___0_dataPointer, int32_t ___1_length, int32_t ___2_allocator, const RuntimeMethod* method) { NativeArray_1_tBEE3484B4ABC271CFAB65039F1439061D5DF806A V_0; memset((&V_0), 0, sizeof(V_0)); NativeArray_1_tBEE3484B4ABC271CFAB65039F1439061D5DF806A V_1; memset((&V_1), 0, sizeof(V_1)); NativeArray_1_tBEE3484B4ABC271CFAB65039F1439061D5DF806A V_2; memset((&V_2), 0, sizeof(V_2)); { il2cpp_codegen_initobj((&V_1), sizeof(NativeArray_1_tBEE3484B4ABC271CFAB65039F1439061D5DF806A)); void* L_0 = ___0_dataPointer; (&V_1)->___m_Buffer = L_0; int32_t L_1 = ___1_length; (&V_1)->___m_Length = L_1; int32_t L_2 = ___2_allocator; (&V_1)->___m_AllocatorLabel = L_2; NativeArray_1_tBEE3484B4ABC271CFAB65039F1439061D5DF806A L_3 = V_1; V_0 = L_3; NativeArray_1_tBEE3484B4ABC271CFAB65039F1439061D5DF806A L_4 = V_0; V_2 = L_4; goto IL_0027; } IL_0027: { NativeArray_1_tBEE3484B4ABC271CFAB65039F1439061D5DF806A L_5 = V_2; return L_5; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR NativeArray_1_t107C57D0357BCF9956A60495CD8FAADDF1D26AFB NativeArrayUnsafeUtility_ConvertExistingDataToNativeArray_TisBoolean_t09A6377A54BE2F9E6985A8149F19234FD7DDFE22_m755CEF37289774CA34DDEC968D5BB1DA8D14E87F_gshared (void* ___0_dataPointer, int32_t ___1_length, int32_t ___2_allocator, const RuntimeMethod* method) { NativeArray_1_t107C57D0357BCF9956A60495CD8FAADDF1D26AFB V_0; memset((&V_0), 0, sizeof(V_0)); NativeArray_1_t107C57D0357BCF9956A60495CD8FAADDF1D26AFB V_1; memset((&V_1), 0, sizeof(V_1)); NativeArray_1_t107C57D0357BCF9956A60495CD8FAADDF1D26AFB V_2; memset((&V_2), 0, sizeof(V_2)); { il2cpp_codegen_initobj((&V_1), sizeof(NativeArray_1_t107C57D0357BCF9956A60495CD8FAADDF1D26AFB)); void* L_0 = ___0_dataPointer; (&V_1)->___m_Buffer = L_0; int32_t L_1 = ___1_length; (&V_1)->___m_Length = L_1; int32_t L_2 = ___2_allocator; (&V_1)->___m_AllocatorLabel = L_2; NativeArray_1_t107C57D0357BCF9956A60495CD8FAADDF1D26AFB L_3 = V_1; V_0 = L_3; NativeArray_1_t107C57D0357BCF9956A60495CD8FAADDF1D26AFB L_4 = V_0; V_2 = L_4; goto IL_0027; } IL_0027: { NativeArray_1_t107C57D0357BCF9956A60495CD8FAADDF1D26AFB L_5 = V_2; return L_5; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR NativeArray_1_t596D8D9BF28AE72A671779EB28469319AC3F1147 NativeArrayUnsafeUtility_ConvertExistingDataToNativeArray_TisBounds_t367E830C64BBF235ED8C3B2F8CF6254FDCAD39C3_m48A3B3FF9BCBA094F23891CCDC1E601EF9EDC805_gshared (void* ___0_dataPointer, int32_t ___1_length, int32_t ___2_allocator, const RuntimeMethod* method) { NativeArray_1_t596D8D9BF28AE72A671779EB28469319AC3F1147 V_0; memset((&V_0), 0, sizeof(V_0)); NativeArray_1_t596D8D9BF28AE72A671779EB28469319AC3F1147 V_1; memset((&V_1), 0, sizeof(V_1)); NativeArray_1_t596D8D9BF28AE72A671779EB28469319AC3F1147 V_2; memset((&V_2), 0, sizeof(V_2)); { il2cpp_codegen_initobj((&V_1), sizeof(NativeArray_1_t596D8D9BF28AE72A671779EB28469319AC3F1147)); void* L_0 = ___0_dataPointer; (&V_1)->___m_Buffer = L_0; int32_t L_1 = ___1_length; (&V_1)->___m_Length = L_1; int32_t L_2 = ___2_allocator; (&V_1)->___m_AllocatorLabel = L_2; NativeArray_1_t596D8D9BF28AE72A671779EB28469319AC3F1147 L_3 = V_1; V_0 = L_3; NativeArray_1_t596D8D9BF28AE72A671779EB28469319AC3F1147 L_4 = V_0; V_2 = L_4; goto IL_0027; } IL_0027: { NativeArray_1_t596D8D9BF28AE72A671779EB28469319AC3F1147 L_5 = V_2; return L_5; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR NativeArray_1_t81F55263465517B73C455D3400CF67B4BADD85CF NativeArrayUnsafeUtility_ConvertExistingDataToNativeArray_TisByte_t94D9231AC217BE4D2E004C4CD32DF6D099EA41A3_m181D7F12EB826B7D6B73742BFD85A667D533BABA_gshared (void* ___0_dataPointer, int32_t ___1_length, int32_t ___2_allocator, const RuntimeMethod* method) { NativeArray_1_t81F55263465517B73C455D3400CF67B4BADD85CF V_0; memset((&V_0), 0, sizeof(V_0)); NativeArray_1_t81F55263465517B73C455D3400CF67B4BADD85CF V_1; memset((&V_1), 0, sizeof(V_1)); NativeArray_1_t81F55263465517B73C455D3400CF67B4BADD85CF V_2; memset((&V_2), 0, sizeof(V_2)); { il2cpp_codegen_initobj((&V_1), sizeof(NativeArray_1_t81F55263465517B73C455D3400CF67B4BADD85CF)); void* L_0 = ___0_dataPointer; (&V_1)->___m_Buffer = L_0; int32_t L_1 = ___1_length; (&V_1)->___m_Length = L_1; int32_t L_2 = ___2_allocator; (&V_1)->___m_AllocatorLabel = L_2; NativeArray_1_t81F55263465517B73C455D3400CF67B4BADD85CF L_3 = V_1; V_0 = L_3; NativeArray_1_t81F55263465517B73C455D3400CF67B4BADD85CF L_4 = V_0; V_2 = L_4; goto IL_0027; } IL_0027: { NativeArray_1_t81F55263465517B73C455D3400CF67B4BADD85CF L_5 = V_2; return L_5; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR NativeArray_1_t6AE72D578EEA854475A487A2795F8C90FD258D8D NativeArrayUnsafeUtility_ConvertExistingDataToNativeArray_TisColor_tD001788D726C3A7F1379BEED0260B9591F440C1F_mB0E6C722DFEFFE3B487329BF6927CAE5E1503D89_gshared (void* ___0_dataPointer, int32_t ___1_length, int32_t ___2_allocator, const RuntimeMethod* method) { NativeArray_1_t6AE72D578EEA854475A487A2795F8C90FD258D8D V_0; memset((&V_0), 0, sizeof(V_0)); NativeArray_1_t6AE72D578EEA854475A487A2795F8C90FD258D8D V_1; memset((&V_1), 0, sizeof(V_1)); NativeArray_1_t6AE72D578EEA854475A487A2795F8C90FD258D8D V_2; memset((&V_2), 0, sizeof(V_2)); { il2cpp_codegen_initobj((&V_1), sizeof(NativeArray_1_t6AE72D578EEA854475A487A2795F8C90FD258D8D)); void* L_0 = ___0_dataPointer; (&V_1)->___m_Buffer = L_0; int32_t L_1 = ___1_length; (&V_1)->___m_Length = L_1; int32_t L_2 = ___2_allocator; (&V_1)->___m_AllocatorLabel = L_2; NativeArray_1_t6AE72D578EEA854475A487A2795F8C90FD258D8D L_3 = V_1; V_0 = L_3; NativeArray_1_t6AE72D578EEA854475A487A2795F8C90FD258D8D L_4 = V_0; V_2 = L_4; goto IL_0027; } IL_0027: { NativeArray_1_t6AE72D578EEA854475A487A2795F8C90FD258D8D L_5 = V_2; return L_5; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR NativeArray_1_t5FD897FA0026322EBCFF933FD6C54E43C38A0AC1 NativeArrayUnsafeUtility_ConvertExistingDataToNativeArray_TisContactPairHeader_tA8C64AAEEF017149E77A6600B10A10F1A1C5648B_m40BF337036199BB3C5FE16C61E3F9C4B3EB1183F_gshared (void* ___0_dataPointer, int32_t ___1_length, int32_t ___2_allocator, const RuntimeMethod* method) { NativeArray_1_t5FD897FA0026322EBCFF933FD6C54E43C38A0AC1 V_0; memset((&V_0), 0, sizeof(V_0)); NativeArray_1_t5FD897FA0026322EBCFF933FD6C54E43C38A0AC1 V_1; memset((&V_1), 0, sizeof(V_1)); NativeArray_1_t5FD897FA0026322EBCFF933FD6C54E43C38A0AC1 V_2; memset((&V_2), 0, sizeof(V_2)); { il2cpp_codegen_initobj((&V_1), sizeof(NativeArray_1_t5FD897FA0026322EBCFF933FD6C54E43C38A0AC1)); void* L_0 = ___0_dataPointer; (&V_1)->___m_Buffer = L_0; int32_t L_1 = ___1_length; (&V_1)->___m_Length = L_1; int32_t L_2 = ___2_allocator; (&V_1)->___m_AllocatorLabel = L_2; NativeArray_1_t5FD897FA0026322EBCFF933FD6C54E43C38A0AC1 L_3 = V_1; V_0 = L_3; NativeArray_1_t5FD897FA0026322EBCFF933FD6C54E43C38A0AC1 L_4 = V_0; V_2 = L_4; goto IL_0027; } IL_0027: { NativeArray_1_t5FD897FA0026322EBCFF933FD6C54E43C38A0AC1 L_5 = V_2; return L_5; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR NativeArray_1_t73992261AA60020B6BE20D83C50B3F925CC89F31 NativeArrayUnsafeUtility_ConvertExistingDataToNativeArray_TisCullingSplit_tA645AE6542408220387BA7188513D7FEDBC1CAC0_m78078BBD88FE66CA0836BD408C17B7A555CA5238_gshared (void* ___0_dataPointer, int32_t ___1_length, int32_t ___2_allocator, const RuntimeMethod* method) { NativeArray_1_t73992261AA60020B6BE20D83C50B3F925CC89F31 V_0; memset((&V_0), 0, sizeof(V_0)); NativeArray_1_t73992261AA60020B6BE20D83C50B3F925CC89F31 V_1; memset((&V_1), 0, sizeof(V_1)); NativeArray_1_t73992261AA60020B6BE20D83C50B3F925CC89F31 V_2; memset((&V_2), 0, sizeof(V_2)); { il2cpp_codegen_initobj((&V_1), sizeof(NativeArray_1_t73992261AA60020B6BE20D83C50B3F925CC89F31)); void* L_0 = ___0_dataPointer; (&V_1)->___m_Buffer = L_0; int32_t L_1 = ___1_length; (&V_1)->___m_Length = L_1; int32_t L_2 = ___2_allocator; (&V_1)->___m_AllocatorLabel = L_2; NativeArray_1_t73992261AA60020B6BE20D83C50B3F925CC89F31 L_3 = V_1; V_0 = L_3; NativeArray_1_t73992261AA60020B6BE20D83C50B3F925CC89F31 L_4 = V_0; V_2 = L_4; goto IL_0027; } IL_0027: { NativeArray_1_t73992261AA60020B6BE20D83C50B3F925CC89F31 L_5 = V_2; return L_5; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR NativeArray_1_t712BAFB3B7FD80607F953479B6E3EE2D54BD9446 NativeArrayUnsafeUtility_ConvertExistingDataToNativeArray_TisGPUDrivenPackedMaterialData_t9AFE25D18C8FA6EB6A69AEF342C2A19DA824CF38_m059A8D85858F860EAE3A55C44915C45DDF29A8D5_gshared (void* ___0_dataPointer, int32_t ___1_length, int32_t ___2_allocator, const RuntimeMethod* method) { NativeArray_1_t712BAFB3B7FD80607F953479B6E3EE2D54BD9446 V_0; memset((&V_0), 0, sizeof(V_0)); NativeArray_1_t712BAFB3B7FD80607F953479B6E3EE2D54BD9446 V_1; memset((&V_1), 0, sizeof(V_1)); NativeArray_1_t712BAFB3B7FD80607F953479B6E3EE2D54BD9446 V_2; memset((&V_2), 0, sizeof(V_2)); { il2cpp_codegen_initobj((&V_1), sizeof(NativeArray_1_t712BAFB3B7FD80607F953479B6E3EE2D54BD9446)); void* L_0 = ___0_dataPointer; (&V_1)->___m_Buffer = L_0; int32_t L_1 = ___1_length; (&V_1)->___m_Length = L_1; int32_t L_2 = ___2_allocator; (&V_1)->___m_AllocatorLabel = L_2; NativeArray_1_t712BAFB3B7FD80607F953479B6E3EE2D54BD9446 L_3 = V_1; V_0 = L_3; NativeArray_1_t712BAFB3B7FD80607F953479B6E3EE2D54BD9446 L_4 = V_0; V_2 = L_4; goto IL_0027; } IL_0027: { NativeArray_1_t712BAFB3B7FD80607F953479B6E3EE2D54BD9446 L_5 = V_2; return L_5; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR NativeArray_1_t1A9BB89FE5439D8C850AB18E4601D3C0502C8A5C NativeArrayUnsafeUtility_ConvertExistingDataToNativeArray_TisGPUDrivenPackedRendererData_t52E9500043C2079223FCFF256E7CCF23CC7CE868_m64065F3A83B6E49F9AF8346B2C1BD7DC971B1E48_gshared (void* ___0_dataPointer, int32_t ___1_length, int32_t ___2_allocator, const RuntimeMethod* method) { NativeArray_1_t1A9BB89FE5439D8C850AB18E4601D3C0502C8A5C V_0; memset((&V_0), 0, sizeof(V_0)); NativeArray_1_t1A9BB89FE5439D8C850AB18E4601D3C0502C8A5C V_1; memset((&V_1), 0, sizeof(V_1)); NativeArray_1_t1A9BB89FE5439D8C850AB18E4601D3C0502C8A5C V_2; memset((&V_2), 0, sizeof(V_2)); { il2cpp_codegen_initobj((&V_1), sizeof(NativeArray_1_t1A9BB89FE5439D8C850AB18E4601D3C0502C8A5C)); void* L_0 = ___0_dataPointer; (&V_1)->___m_Buffer = L_0; int32_t L_1 = ___1_length; (&V_1)->___m_Length = L_1; int32_t L_2 = ___2_allocator; (&V_1)->___m_AllocatorLabel = L_2; NativeArray_1_t1A9BB89FE5439D8C850AB18E4601D3C0502C8A5C L_3 = V_1; V_0 = L_3; NativeArray_1_t1A9BB89FE5439D8C850AB18E4601D3C0502C8A5C L_4 = V_0; V_2 = L_4; goto IL_0027; } IL_0027: { NativeArray_1_t1A9BB89FE5439D8C850AB18E4601D3C0502C8A5C L_5 = V_2; return L_5; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR NativeArray_1_t671C61BFD2F520DB36712AFCE9CE9BA1FC6BE4B5 NativeArrayUnsafeUtility_ConvertExistingDataToNativeArray_TisGPUDrivenRendererEditorData_t24652A12A94D8B8464B94D2A691269951AD0EDAB_mE101F26626792732C8CEF56DF3B4833C02AF8575_gshared (void* ___0_dataPointer, int32_t ___1_length, int32_t ___2_allocator, const RuntimeMethod* method) { NativeArray_1_t671C61BFD2F520DB36712AFCE9CE9BA1FC6BE4B5 V_0; memset((&V_0), 0, sizeof(V_0)); NativeArray_1_t671C61BFD2F520DB36712AFCE9CE9BA1FC6BE4B5 V_1; memset((&V_1), 0, sizeof(V_1)); NativeArray_1_t671C61BFD2F520DB36712AFCE9CE9BA1FC6BE4B5 V_2; memset((&V_2), 0, sizeof(V_2)); { il2cpp_codegen_initobj((&V_1), sizeof(NativeArray_1_t671C61BFD2F520DB36712AFCE9CE9BA1FC6BE4B5)); void* L_0 = ___0_dataPointer; (&V_1)->___m_Buffer = L_0; int32_t L_1 = ___1_length; (&V_1)->___m_Length = L_1; int32_t L_2 = ___2_allocator; (&V_1)->___m_AllocatorLabel = L_2; NativeArray_1_t671C61BFD2F520DB36712AFCE9CE9BA1FC6BE4B5 L_3 = V_1; V_0 = L_3; NativeArray_1_t671C61BFD2F520DB36712AFCE9CE9BA1FC6BE4B5 L_4 = V_0; V_2 = L_4; goto IL_0027; } IL_0027: { NativeArray_1_t671C61BFD2F520DB36712AFCE9CE9BA1FC6BE4B5 L_5 = V_2; return L_5; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR NativeArray_1_t1779DD80E20BBE47D98F52B8F789215FA99BC8C8 NativeArrayUnsafeUtility_ConvertExistingDataToNativeArray_TisInt16_tB8EF286A9C33492FA6E6D6E67320BE93E794A175_mC4941734FE8EF73CA24C2646508E084FEF5BF3B8_gshared (void* ___0_dataPointer, int32_t ___1_length, int32_t ___2_allocator, const RuntimeMethod* method) { NativeArray_1_t1779DD80E20BBE47D98F52B8F789215FA99BC8C8 V_0; memset((&V_0), 0, sizeof(V_0)); NativeArray_1_t1779DD80E20BBE47D98F52B8F789215FA99BC8C8 V_1; memset((&V_1), 0, sizeof(V_1)); NativeArray_1_t1779DD80E20BBE47D98F52B8F789215FA99BC8C8 V_2; memset((&V_2), 0, sizeof(V_2)); { il2cpp_codegen_initobj((&V_1), sizeof(NativeArray_1_t1779DD80E20BBE47D98F52B8F789215FA99BC8C8)); void* L_0 = ___0_dataPointer; (&V_1)->___m_Buffer = L_0; int32_t L_1 = ___1_length; (&V_1)->___m_Length = L_1; int32_t L_2 = ___2_allocator; (&V_1)->___m_AllocatorLabel = L_2; NativeArray_1_t1779DD80E20BBE47D98F52B8F789215FA99BC8C8 L_3 = V_1; V_0 = L_3; NativeArray_1_t1779DD80E20BBE47D98F52B8F789215FA99BC8C8 L_4 = V_0; V_2 = L_4; goto IL_0027; } IL_0027: { NativeArray_1_t1779DD80E20BBE47D98F52B8F789215FA99BC8C8 L_5 = V_2; return L_5; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C NativeArrayUnsafeUtility_ConvertExistingDataToNativeArray_TisInt32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_m5C4C6FA53CA05FE88CA7926E8B1C0DF717B63550_gshared (void* ___0_dataPointer, int32_t ___1_length, int32_t ___2_allocator, const RuntimeMethod* method) { NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C V_0; memset((&V_0), 0, sizeof(V_0)); NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C V_1; memset((&V_1), 0, sizeof(V_1)); NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C V_2; memset((&V_2), 0, sizeof(V_2)); { il2cpp_codegen_initobj((&V_1), sizeof(NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C)); void* L_0 = ___0_dataPointer; (&V_1)->___m_Buffer = L_0; int32_t L_1 = ___1_length; (&V_1)->___m_Length = L_1; int32_t L_2 = ___2_allocator; (&V_1)->___m_AllocatorLabel = L_2; NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C L_3 = V_1; V_0 = L_3; NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C L_4 = V_0; V_2 = L_4; goto IL_0027; } IL_0027: { NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C L_5 = V_2; return L_5; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR NativeArray_1_tE0DCAF7ED58915BC160F767E310F0F0A55B6BC75 NativeArrayUnsafeUtility_ConvertExistingDataToNativeArray_TisInt32Enum_tCBAC8BA2BFF3A845FA599F303093BBBA374B6F0C_mF3737ED3A12338AE7A41EB25EFAF1F04CCEBEC28_gshared (void* ___0_dataPointer, int32_t ___1_length, int32_t ___2_allocator, const RuntimeMethod* method) { NativeArray_1_tE0DCAF7ED58915BC160F767E310F0F0A55B6BC75 V_0; memset((&V_0), 0, sizeof(V_0)); NativeArray_1_tE0DCAF7ED58915BC160F767E310F0F0A55B6BC75 V_1; memset((&V_1), 0, sizeof(V_1)); NativeArray_1_tE0DCAF7ED58915BC160F767E310F0F0A55B6BC75 V_2; memset((&V_2), 0, sizeof(V_2)); { il2cpp_codegen_initobj((&V_1), sizeof(NativeArray_1_tE0DCAF7ED58915BC160F767E310F0F0A55B6BC75)); void* L_0 = ___0_dataPointer; (&V_1)->___m_Buffer = L_0; int32_t L_1 = ___1_length; (&V_1)->___m_Length = L_1; int32_t L_2 = ___2_allocator; (&V_1)->___m_AllocatorLabel = L_2; NativeArray_1_tE0DCAF7ED58915BC160F767E310F0F0A55B6BC75 L_3 = V_1; V_0 = L_3; NativeArray_1_tE0DCAF7ED58915BC160F767E310F0F0A55B6BC75 L_4 = V_0; V_2 = L_4; goto IL_0027; } IL_0027: { NativeArray_1_tE0DCAF7ED58915BC160F767E310F0F0A55B6BC75 L_5 = V_2; return L_5; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR NativeArray_1_tDF6A1978B5813BF4DAD7948E398009FFC9BEA38D NativeArrayUnsafeUtility_ConvertExistingDataToNativeArray_TisLightDataGI_t47D2197E863C0DDA40C2182FBF0A21367E468E21_mC82DECEB698D4AABF41EE9DF0E1FC00C8803BD3A_gshared (void* ___0_dataPointer, int32_t ___1_length, int32_t ___2_allocator, const RuntimeMethod* method) { NativeArray_1_tDF6A1978B5813BF4DAD7948E398009FFC9BEA38D V_0; memset((&V_0), 0, sizeof(V_0)); NativeArray_1_tDF6A1978B5813BF4DAD7948E398009FFC9BEA38D V_1; memset((&V_1), 0, sizeof(V_1)); NativeArray_1_tDF6A1978B5813BF4DAD7948E398009FFC9BEA38D V_2; memset((&V_2), 0, sizeof(V_2)); { il2cpp_codegen_initobj((&V_1), sizeof(NativeArray_1_tDF6A1978B5813BF4DAD7948E398009FFC9BEA38D)); void* L_0 = ___0_dataPointer; (&V_1)->___m_Buffer = L_0; int32_t L_1 = ___1_length; (&V_1)->___m_Length = L_1; int32_t L_2 = ___2_allocator; (&V_1)->___m_AllocatorLabel = L_2; NativeArray_1_tDF6A1978B5813BF4DAD7948E398009FFC9BEA38D L_3 = V_1; V_0 = L_3; NativeArray_1_tDF6A1978B5813BF4DAD7948E398009FFC9BEA38D L_4 = V_0; V_2 = L_4; goto IL_0027; } IL_0027: { NativeArray_1_tDF6A1978B5813BF4DAD7948E398009FFC9BEA38D L_5 = V_2; return L_5; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR NativeArray_1_t6D4C2D5161FC101BAF06059CD9414A2153CCC2A0 NativeArrayUnsafeUtility_ConvertExistingDataToNativeArray_TisMatrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6_m9084C95DCF71501F440D82C0A261927C7987EE6F_gshared (void* ___0_dataPointer, int32_t ___1_length, int32_t ___2_allocator, const RuntimeMethod* method) { NativeArray_1_t6D4C2D5161FC101BAF06059CD9414A2153CCC2A0 V_0; memset((&V_0), 0, sizeof(V_0)); NativeArray_1_t6D4C2D5161FC101BAF06059CD9414A2153CCC2A0 V_1; memset((&V_1), 0, sizeof(V_1)); NativeArray_1_t6D4C2D5161FC101BAF06059CD9414A2153CCC2A0 V_2; memset((&V_2), 0, sizeof(V_2)); { il2cpp_codegen_initobj((&V_1), sizeof(NativeArray_1_t6D4C2D5161FC101BAF06059CD9414A2153CCC2A0)); void* L_0 = ___0_dataPointer; (&V_1)->___m_Buffer = L_0; int32_t L_1 = ___1_length; (&V_1)->___m_Length = L_1; int32_t L_2 = ___2_allocator; (&V_1)->___m_AllocatorLabel = L_2; NativeArray_1_t6D4C2D5161FC101BAF06059CD9414A2153CCC2A0 L_3 = V_1; V_0 = L_3; NativeArray_1_t6D4C2D5161FC101BAF06059CD9414A2153CCC2A0 L_4 = V_0; V_2 = L_4; goto IL_0027; } IL_0027: { NativeArray_1_t6D4C2D5161FC101BAF06059CD9414A2153CCC2A0 L_5 = V_2; return L_5; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR NativeArray_1_tA04FF6E7BE3D24B3E6351C63BF7229421DFE1259 NativeArrayUnsafeUtility_ConvertExistingDataToNativeArray_TisModifiableContactPair_t8D3CA3E20AF1718A5421A6098D633DDA67399960_mFEB8AEAAAFF7FA2C9F9DB47C43E9EBA4FB2B85FA_gshared (void* ___0_dataPointer, int32_t ___1_length, int32_t ___2_allocator, const RuntimeMethod* method) { NativeArray_1_tA04FF6E7BE3D24B3E6351C63BF7229421DFE1259 V_0; memset((&V_0), 0, sizeof(V_0)); NativeArray_1_tA04FF6E7BE3D24B3E6351C63BF7229421DFE1259 V_1; memset((&V_1), 0, sizeof(V_1)); NativeArray_1_tA04FF6E7BE3D24B3E6351C63BF7229421DFE1259 V_2; memset((&V_2), 0, sizeof(V_2)); { il2cpp_codegen_initobj((&V_1), sizeof(NativeArray_1_tA04FF6E7BE3D24B3E6351C63BF7229421DFE1259)); void* L_0 = ___0_dataPointer; (&V_1)->___m_Buffer = L_0; int32_t L_1 = ___1_length; (&V_1)->___m_Length = L_1; int32_t L_2 = ___2_allocator; (&V_1)->___m_AllocatorLabel = L_2; NativeArray_1_tA04FF6E7BE3D24B3E6351C63BF7229421DFE1259 L_3 = V_1; V_0 = L_3; NativeArray_1_tA04FF6E7BE3D24B3E6351C63BF7229421DFE1259 L_4 = V_0; V_2 = L_4; goto IL_0027; } IL_0027: { NativeArray_1_tA04FF6E7BE3D24B3E6351C63BF7229421DFE1259 L_5 = V_2; return L_5; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR NativeArray_1_t4020B6981295FB915DCE82EF368535F680C13A49 NativeArrayUnsafeUtility_ConvertExistingDataToNativeArray_TisPlane_tB7D8CC6F7AACF5F3AA483AF005C1102A8577BC0C_mCB1ED8108D346EEA8BDCBC77907AE885A5E72441_gshared (void* ___0_dataPointer, int32_t ___1_length, int32_t ___2_allocator, const RuntimeMethod* method) { NativeArray_1_t4020B6981295FB915DCE82EF368535F680C13A49 V_0; memset((&V_0), 0, sizeof(V_0)); NativeArray_1_t4020B6981295FB915DCE82EF368535F680C13A49 V_1; memset((&V_1), 0, sizeof(V_1)); NativeArray_1_t4020B6981295FB915DCE82EF368535F680C13A49 V_2; memset((&V_2), 0, sizeof(V_2)); { il2cpp_codegen_initobj((&V_1), sizeof(NativeArray_1_t4020B6981295FB915DCE82EF368535F680C13A49)); void* L_0 = ___0_dataPointer; (&V_1)->___m_Buffer = L_0; int32_t L_1 = ___1_length; (&V_1)->___m_Length = L_1; int32_t L_2 = ___2_allocator; (&V_1)->___m_AllocatorLabel = L_2; NativeArray_1_t4020B6981295FB915DCE82EF368535F680C13A49 L_3 = V_1; V_0 = L_3; NativeArray_1_t4020B6981295FB915DCE82EF368535F680C13A49 L_4 = V_0; V_2 = L_4; goto IL_0027; } IL_0027: { NativeArray_1_t4020B6981295FB915DCE82EF368535F680C13A49 L_5 = V_2; return L_5; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR NativeArray_1_t033CD013BF2CA1D8A5909650F2E75960C527E638 NativeArrayUnsafeUtility_ConvertExistingDataToNativeArray_TisQuaternion_tDA59F214EF07D7700B26E40E562F267AF7306974_mD7CEBD73999042AAC575D52A40749352CD4C0D60_gshared (void* ___0_dataPointer, int32_t ___1_length, int32_t ___2_allocator, const RuntimeMethod* method) { NativeArray_1_t033CD013BF2CA1D8A5909650F2E75960C527E638 V_0; memset((&V_0), 0, sizeof(V_0)); NativeArray_1_t033CD013BF2CA1D8A5909650F2E75960C527E638 V_1; memset((&V_1), 0, sizeof(V_1)); NativeArray_1_t033CD013BF2CA1D8A5909650F2E75960C527E638 V_2; memset((&V_2), 0, sizeof(V_2)); { il2cpp_codegen_initobj((&V_1), sizeof(NativeArray_1_t033CD013BF2CA1D8A5909650F2E75960C527E638)); void* L_0 = ___0_dataPointer; (&V_1)->___m_Buffer = L_0; int32_t L_1 = ___1_length; (&V_1)->___m_Length = L_1; int32_t L_2 = ___2_allocator; (&V_1)->___m_AllocatorLabel = L_2; NativeArray_1_t033CD013BF2CA1D8A5909650F2E75960C527E638 L_3 = V_1; V_0 = L_3; NativeArray_1_t033CD013BF2CA1D8A5909650F2E75960C527E638 L_4 = V_0; V_2 = L_4; goto IL_0027; } IL_0027: { NativeArray_1_t033CD013BF2CA1D8A5909650F2E75960C527E638 L_5 = V_2; return L_5; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR NativeArray_1_t3848EE4B6647317212A754634DE6DBC90B99FBEF NativeArrayUnsafeUtility_ConvertExistingDataToNativeArray_TisSingle_t4530F2FF86FCB0DC29F35385CA1BD21BE294761C_m774F73A324062BD75AF0FA48903D9C9056F70577_gshared (void* ___0_dataPointer, int32_t ___1_length, int32_t ___2_allocator, const RuntimeMethod* method) { NativeArray_1_t3848EE4B6647317212A754634DE6DBC90B99FBEF V_0; memset((&V_0), 0, sizeof(V_0)); NativeArray_1_t3848EE4B6647317212A754634DE6DBC90B99FBEF V_1; memset((&V_1), 0, sizeof(V_1)); NativeArray_1_t3848EE4B6647317212A754634DE6DBC90B99FBEF V_2; memset((&V_2), 0, sizeof(V_2)); { il2cpp_codegen_initobj((&V_1), sizeof(NativeArray_1_t3848EE4B6647317212A754634DE6DBC90B99FBEF)); void* L_0 = ___0_dataPointer; (&V_1)->___m_Buffer = L_0; int32_t L_1 = ___1_length; (&V_1)->___m_Length = L_1; int32_t L_2 = ___2_allocator; (&V_1)->___m_AllocatorLabel = L_2; NativeArray_1_t3848EE4B6647317212A754634DE6DBC90B99FBEF L_3 = V_1; V_0 = L_3; NativeArray_1_t3848EE4B6647317212A754634DE6DBC90B99FBEF L_4 = V_0; V_2 = L_4; goto IL_0027; } IL_0027: { NativeArray_1_t3848EE4B6647317212A754634DE6DBC90B99FBEF L_5 = V_2; return L_5; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR NativeArray_1_tF670CAD185DDF5208060ECE543F68A06A3852A92 NativeArrayUnsafeUtility_ConvertExistingDataToNativeArray_TisSubMeshDescriptor_t699E32E3F27A97CF89B0030F74C82D5FB7DEF934_m24853A18EB38839670565ED58453E4B144BA1044_gshared (void* ___0_dataPointer, int32_t ___1_length, int32_t ___2_allocator, const RuntimeMethod* method) { NativeArray_1_tF670CAD185DDF5208060ECE543F68A06A3852A92 V_0; memset((&V_0), 0, sizeof(V_0)); NativeArray_1_tF670CAD185DDF5208060ECE543F68A06A3852A92 V_1; memset((&V_1), 0, sizeof(V_1)); NativeArray_1_tF670CAD185DDF5208060ECE543F68A06A3852A92 V_2; memset((&V_2), 0, sizeof(V_2)); { il2cpp_codegen_initobj((&V_1), sizeof(NativeArray_1_tF670CAD185DDF5208060ECE543F68A06A3852A92)); void* L_0 = ___0_dataPointer; (&V_1)->___m_Buffer = L_0; int32_t L_1 = ___1_length; (&V_1)->___m_Length = L_1; int32_t L_2 = ___2_allocator; (&V_1)->___m_AllocatorLabel = L_2; NativeArray_1_tF670CAD185DDF5208060ECE543F68A06A3852A92 L_3 = V_1; V_0 = L_3; NativeArray_1_tF670CAD185DDF5208060ECE543F68A06A3852A92 L_4 = V_0; V_2 = L_4; goto IL_0027; } IL_0027: { NativeArray_1_tF670CAD185DDF5208060ECE543F68A06A3852A92 L_5 = V_2; return L_5; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR NativeArray_1_t275C00CC374DEA66C69B3BB3992116F315A8E934 NativeArrayUnsafeUtility_ConvertExistingDataToNativeArray_TisUInt16_tF4C148C876015C212FD72652D0B6ED8CC247A455_m32FF6C84613320EA404369B17E3ED90B58B06049_gshared (void* ___0_dataPointer, int32_t ___1_length, int32_t ___2_allocator, const RuntimeMethod* method) { NativeArray_1_t275C00CC374DEA66C69B3BB3992116F315A8E934 V_0; memset((&V_0), 0, sizeof(V_0)); NativeArray_1_t275C00CC374DEA66C69B3BB3992116F315A8E934 V_1; memset((&V_1), 0, sizeof(V_1)); NativeArray_1_t275C00CC374DEA66C69B3BB3992116F315A8E934 V_2; memset((&V_2), 0, sizeof(V_2)); { il2cpp_codegen_initobj((&V_1), sizeof(NativeArray_1_t275C00CC374DEA66C69B3BB3992116F315A8E934)); void* L_0 = ___0_dataPointer; (&V_1)->___m_Buffer = L_0; int32_t L_1 = ___1_length; (&V_1)->___m_Length = L_1; int32_t L_2 = ___2_allocator; (&V_1)->___m_AllocatorLabel = L_2; NativeArray_1_t275C00CC374DEA66C69B3BB3992116F315A8E934 L_3 = V_1; V_0 = L_3; NativeArray_1_t275C00CC374DEA66C69B3BB3992116F315A8E934 L_4 = V_0; V_2 = L_4; goto IL_0027; } IL_0027: { NativeArray_1_t275C00CC374DEA66C69B3BB3992116F315A8E934 L_5 = V_2; return L_5; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR NativeArray_1_t453E3DEA4CC9F1056F24E417C3308C35174BC184 NativeArrayUnsafeUtility_ConvertExistingDataToNativeArray_TisUInt32_t1833D51FFA667B18A5AA4B8D34DE284F8495D29B_mEECEE87DEFB44346F99B77138291333E52CFF94A_gshared (void* ___0_dataPointer, int32_t ___1_length, int32_t ___2_allocator, const RuntimeMethod* method) { NativeArray_1_t453E3DEA4CC9F1056F24E417C3308C35174BC184 V_0; memset((&V_0), 0, sizeof(V_0)); NativeArray_1_t453E3DEA4CC9F1056F24E417C3308C35174BC184 V_1; memset((&V_1), 0, sizeof(V_1)); NativeArray_1_t453E3DEA4CC9F1056F24E417C3308C35174BC184 V_2; memset((&V_2), 0, sizeof(V_2)); { il2cpp_codegen_initobj((&V_1), sizeof(NativeArray_1_t453E3DEA4CC9F1056F24E417C3308C35174BC184)); void* L_0 = ___0_dataPointer; (&V_1)->___m_Buffer = L_0; int32_t L_1 = ___1_length; (&V_1)->___m_Length = L_1; int32_t L_2 = ___2_allocator; (&V_1)->___m_AllocatorLabel = L_2; NativeArray_1_t453E3DEA4CC9F1056F24E417C3308C35174BC184 L_3 = V_1; V_0 = L_3; NativeArray_1_t453E3DEA4CC9F1056F24E417C3308C35174BC184 L_4 = V_0; V_2 = L_4; goto IL_0027; } IL_0027: { NativeArray_1_t453E3DEA4CC9F1056F24E417C3308C35174BC184 L_5 = V_2; return L_5; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR NativeArray_1_t97E2BFD61E13EEF2CDE34A313415FAD03AB993FD NativeArrayUnsafeUtility_ConvertExistingDataToNativeArray_TisVector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2_m9A085600C320307AD71C833F0352693C75103D4C_gshared (void* ___0_dataPointer, int32_t ___1_length, int32_t ___2_allocator, const RuntimeMethod* method) { NativeArray_1_t97E2BFD61E13EEF2CDE34A313415FAD03AB993FD V_0; memset((&V_0), 0, sizeof(V_0)); NativeArray_1_t97E2BFD61E13EEF2CDE34A313415FAD03AB993FD V_1; memset((&V_1), 0, sizeof(V_1)); NativeArray_1_t97E2BFD61E13EEF2CDE34A313415FAD03AB993FD V_2; memset((&V_2), 0, sizeof(V_2)); { il2cpp_codegen_initobj((&V_1), sizeof(NativeArray_1_t97E2BFD61E13EEF2CDE34A313415FAD03AB993FD)); void* L_0 = ___0_dataPointer; (&V_1)->___m_Buffer = L_0; int32_t L_1 = ___1_length; (&V_1)->___m_Length = L_1; int32_t L_2 = ___2_allocator; (&V_1)->___m_AllocatorLabel = L_2; NativeArray_1_t97E2BFD61E13EEF2CDE34A313415FAD03AB993FD L_3 = V_1; V_0 = L_3; NativeArray_1_t97E2BFD61E13EEF2CDE34A313415FAD03AB993FD L_4 = V_0; V_2 = L_4; goto IL_0027; } IL_0027: { NativeArray_1_t97E2BFD61E13EEF2CDE34A313415FAD03AB993FD L_5 = V_2; return L_5; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR NativeArray_1_t1319594EE236701FE431CF2885AEB88373076DA8 NativeArrayUnsafeUtility_ConvertExistingDataToNativeArray_TisVector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3_m7EEC18D0EF945E4DD139A82B595A3BC1747697C2_gshared (void* ___0_dataPointer, int32_t ___1_length, int32_t ___2_allocator, const RuntimeMethod* method) { NativeArray_1_t1319594EE236701FE431CF2885AEB88373076DA8 V_0; memset((&V_0), 0, sizeof(V_0)); NativeArray_1_t1319594EE236701FE431CF2885AEB88373076DA8 V_1; memset((&V_1), 0, sizeof(V_1)); NativeArray_1_t1319594EE236701FE431CF2885AEB88373076DA8 V_2; memset((&V_2), 0, sizeof(V_2)); { il2cpp_codegen_initobj((&V_1), sizeof(NativeArray_1_t1319594EE236701FE431CF2885AEB88373076DA8)); void* L_0 = ___0_dataPointer; (&V_1)->___m_Buffer = L_0; int32_t L_1 = ___1_length; (&V_1)->___m_Length = L_1; int32_t L_2 = ___2_allocator; (&V_1)->___m_AllocatorLabel = L_2; NativeArray_1_t1319594EE236701FE431CF2885AEB88373076DA8 L_3 = V_1; V_0 = L_3; NativeArray_1_t1319594EE236701FE431CF2885AEB88373076DA8 L_4 = V_0; V_2 = L_4; goto IL_0027; } IL_0027: { NativeArray_1_t1319594EE236701FE431CF2885AEB88373076DA8 L_5 = V_2; return L_5; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR NativeArray_1_tB60512C6E4578B7CC8EB79321680E495E69ABF81 NativeArrayUnsafeUtility_ConvertExistingDataToNativeArray_TisVertex_t016AC68A2E6C62576E65412BEC71544AFC01AFC7_mDD01532369407B5BA1AC28EFA2E998C47C0AA022_gshared (void* ___0_dataPointer, int32_t ___1_length, int32_t ___2_allocator, const RuntimeMethod* method) { NativeArray_1_tB60512C6E4578B7CC8EB79321680E495E69ABF81 V_0; memset((&V_0), 0, sizeof(V_0)); NativeArray_1_tB60512C6E4578B7CC8EB79321680E495E69ABF81 V_1; memset((&V_1), 0, sizeof(V_1)); NativeArray_1_tB60512C6E4578B7CC8EB79321680E495E69ABF81 V_2; memset((&V_2), 0, sizeof(V_2)); { il2cpp_codegen_initobj((&V_1), sizeof(NativeArray_1_tB60512C6E4578B7CC8EB79321680E495E69ABF81)); void* L_0 = ___0_dataPointer; (&V_1)->___m_Buffer = L_0; int32_t L_1 = ___1_length; (&V_1)->___m_Length = L_1; int32_t L_2 = ___2_allocator; (&V_1)->___m_AllocatorLabel = L_2; NativeArray_1_tB60512C6E4578B7CC8EB79321680E495E69ABF81 L_3 = V_1; V_0 = L_3; NativeArray_1_tB60512C6E4578B7CC8EB79321680E495E69ABF81 L_4 = V_0; V_2 = L_4; goto IL_0027; } IL_0027: { NativeArray_1_tB60512C6E4578B7CC8EB79321680E495E69ABF81 L_5 = V_2; return L_5; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR NativeArray_1_tDB8B8DC66CC8E16ED6D9A8C75D2C1AFC80AC1E18 NativeArrayUnsafeUtility_ConvertExistingDataToNativeArray_TisIl2CppFullySharedGenericStruct_m6920C14D4E38FAB84BD2B5F148CE70DF7F224F52_gshared (void* ___0_dataPointer, int32_t ___1_length, int32_t ___2_allocator, const RuntimeMethod* method) { NativeArray_1_tDB8B8DC66CC8E16ED6D9A8C75D2C1AFC80AC1E18 V_0; memset((&V_0), 0, sizeof(V_0)); NativeArray_1_tDB8B8DC66CC8E16ED6D9A8C75D2C1AFC80AC1E18 V_1; memset((&V_1), 0, sizeof(V_1)); NativeArray_1_tDB8B8DC66CC8E16ED6D9A8C75D2C1AFC80AC1E18 V_2; memset((&V_2), 0, sizeof(V_2)); { il2cpp_codegen_initobj((&V_1), sizeof(NativeArray_1_tDB8B8DC66CC8E16ED6D9A8C75D2C1AFC80AC1E18)); void* L_0 = ___0_dataPointer; (&V_1)->___m_Buffer = L_0; int32_t L_1 = ___1_length; (&V_1)->___m_Length = L_1; int32_t L_2 = ___2_allocator; (&V_1)->___m_AllocatorLabel = L_2; NativeArray_1_tDB8B8DC66CC8E16ED6D9A8C75D2C1AFC80AC1E18 L_3 = V_1; V_0 = L_3; NativeArray_1_tDB8B8DC66CC8E16ED6D9A8C75D2C1AFC80AC1E18 L_4 = V_0; V_2 = L_4; goto IL_0027; } IL_0027: { NativeArray_1_tDB8B8DC66CC8E16ED6D9A8C75D2C1AFC80AC1E18 L_5 = V_2; return L_5; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR NativeArray_1_t63326FF687E26631308829A9CDB0C51D523D4E9A NativeArrayUnsafeUtility_ConvertExistingDataToNativeArray_Tisfloat4x4_t7EDD16F7F57DC7F61A6302535F7C19FB97915DF2_m5BAB13B68A94FE9DB07E37DFCD48563A5818F8AD_gshared (void* ___0_dataPointer, int32_t ___1_length, int32_t ___2_allocator, const RuntimeMethod* method) { NativeArray_1_t63326FF687E26631308829A9CDB0C51D523D4E9A V_0; memset((&V_0), 0, sizeof(V_0)); NativeArray_1_t63326FF687E26631308829A9CDB0C51D523D4E9A V_1; memset((&V_1), 0, sizeof(V_1)); NativeArray_1_t63326FF687E26631308829A9CDB0C51D523D4E9A V_2; memset((&V_2), 0, sizeof(V_2)); { il2cpp_codegen_initobj((&V_1), sizeof(NativeArray_1_t63326FF687E26631308829A9CDB0C51D523D4E9A)); void* L_0 = ___0_dataPointer; (&V_1)->___m_Buffer = L_0; int32_t L_1 = ___1_length; (&V_1)->___m_Length = L_1; int32_t L_2 = ___2_allocator; (&V_1)->___m_AllocatorLabel = L_2; NativeArray_1_t63326FF687E26631308829A9CDB0C51D523D4E9A L_3 = V_1; V_0 = L_3; NativeArray_1_t63326FF687E26631308829A9CDB0C51D523D4E9A L_4 = V_0; V_2 = L_4; goto IL_0027; } IL_0027: { NativeArray_1_t63326FF687E26631308829A9CDB0C51D523D4E9A L_5 = V_2; return L_5; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR NativeArray_1_tE86585F07CF10FCD01AA2652A104B149336F7EC2 NativeArrayUnsafeUtility_ConvertExistingDataToNativeArray_Tisint2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A_m03078F37E20FFFFFE03EF5A50B44F3CE8348A0E2_gshared (void* ___0_dataPointer, int32_t ___1_length, int32_t ___2_allocator, const RuntimeMethod* method) { NativeArray_1_tE86585F07CF10FCD01AA2652A104B149336F7EC2 V_0; memset((&V_0), 0, sizeof(V_0)); NativeArray_1_tE86585F07CF10FCD01AA2652A104B149336F7EC2 V_1; memset((&V_1), 0, sizeof(V_1)); NativeArray_1_tE86585F07CF10FCD01AA2652A104B149336F7EC2 V_2; memset((&V_2), 0, sizeof(V_2)); { il2cpp_codegen_initobj((&V_1), sizeof(NativeArray_1_tE86585F07CF10FCD01AA2652A104B149336F7EC2)); void* L_0 = ___0_dataPointer; (&V_1)->___m_Buffer = L_0; int32_t L_1 = ___1_length; (&V_1)->___m_Length = L_1; int32_t L_2 = ___2_allocator; (&V_1)->___m_AllocatorLabel = L_2; NativeArray_1_tE86585F07CF10FCD01AA2652A104B149336F7EC2 L_3 = V_1; V_0 = L_3; NativeArray_1_tE86585F07CF10FCD01AA2652A104B149336F7EC2 L_4 = V_0; V_2 = L_4; goto IL_0027; } IL_0027: { NativeArray_1_tE86585F07CF10FCD01AA2652A104B149336F7EC2 L_5 = V_2; return L_5; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void* NativeArrayUnsafeUtility_GetUnsafeBufferPointerWithoutChecks_TisByte_t94D9231AC217BE4D2E004C4CD32DF6D099EA41A3_mA61C5F532C23ABF41BE02F5A4EC98DF959605B0D_gshared (NativeArray_1_t81F55263465517B73C455D3400CF67B4BADD85CF ___0_nativeArray, const RuntimeMethod* method) { void* V_0 = NULL; { NativeArray_1_t81F55263465517B73C455D3400CF67B4BADD85CF L_0 = ___0_nativeArray; void* L_1 = L_0.___m_Buffer; V_0 = L_1; goto IL_000a; } IL_000a: { void* L_2 = V_0; return L_2; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void* NativeArrayUnsafeUtility_GetUnsafeBufferPointerWithoutChecks_TisIl2CppFullySharedGenericStruct_m0BC1578CE50C348FF9B616BD602021A69F647803_gshared (NativeArray_1_tDB8B8DC66CC8E16ED6D9A8C75D2C1AFC80AC1E18 ___0_nativeArray, const RuntimeMethod* method) { void* V_0 = NULL; { NativeArray_1_tDB8B8DC66CC8E16ED6D9A8C75D2C1AFC80AC1E18 L_0 = ___0_nativeArray; void* L_1 = L_0.___m_Buffer; V_0 = L_1; goto IL_000a; } IL_000a: { void* L_2 = V_0; return L_2; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void* NativeArrayUnsafeUtility_GetUnsafeBufferPointerWithoutChecks_Tisfloat4x4_t7EDD16F7F57DC7F61A6302535F7C19FB97915DF2_mB135EE710ACA6F6850538F7BB53A1667E7CB3F76_gshared (NativeArray_1_t63326FF687E26631308829A9CDB0C51D523D4E9A ___0_nativeArray, const RuntimeMethod* method) { void* V_0 = NULL; { NativeArray_1_t63326FF687E26631308829A9CDB0C51D523D4E9A L_0 = ___0_nativeArray; void* L_1 = L_0.___m_Buffer; V_0 = L_1; goto IL_000a; } IL_000a: { void* L_2 = V_0; return L_2; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void* NativeArrayUnsafeUtility_GetUnsafePtr_TisByte_t94D9231AC217BE4D2E004C4CD32DF6D099EA41A3_m8CFDB2DF56E810A2E2FB3686AF676FCAC65AFCC2_gshared (NativeArray_1_t81F55263465517B73C455D3400CF67B4BADD85CF ___0_nativeArray, const RuntimeMethod* method) { void* V_0 = NULL; { NativeArray_1_t81F55263465517B73C455D3400CF67B4BADD85CF L_0 = ___0_nativeArray; void* L_1 = L_0.___m_Buffer; V_0 = L_1; goto IL_000a; } IL_000a: { void* L_2 = V_0; return L_2; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void* NativeArrayUnsafeUtility_GetUnsafePtr_TisMatrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6_m117AA5E13A68B1719DD55833C648C2D67C2DE8BC_gshared (NativeArray_1_t6D4C2D5161FC101BAF06059CD9414A2153CCC2A0 ___0_nativeArray, const RuntimeMethod* method) { void* V_0 = NULL; { NativeArray_1_t6D4C2D5161FC101BAF06059CD9414A2153CCC2A0 L_0 = ___0_nativeArray; void* L_1 = L_0.___m_Buffer; V_0 = L_1; goto IL_000a; } IL_000a: { void* L_2 = V_0; return L_2; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void* NativeArrayUnsafeUtility_GetUnsafePtr_TisIl2CppFullySharedGenericStruct_m4AB802D5B1B296D0F976C1E7631699B0C4A4D00F_gshared (NativeArray_1_tDB8B8DC66CC8E16ED6D9A8C75D2C1AFC80AC1E18 ___0_nativeArray, const RuntimeMethod* method) { void* V_0 = NULL; { NativeArray_1_tDB8B8DC66CC8E16ED6D9A8C75D2C1AFC80AC1E18 L_0 = ___0_nativeArray; void* L_1 = L_0.___m_Buffer; V_0 = L_1; goto IL_000a; } IL_000a: { void* L_2 = V_0; return L_2; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void* NativeArrayUnsafeUtility_GetUnsafeReadOnlyPtr_TisBounds_t367E830C64BBF235ED8C3B2F8CF6254FDCAD39C3_m7326129EA795C39F34FE01DBE10C858D72F07327_gshared (NativeArray_1_t596D8D9BF28AE72A671779EB28469319AC3F1147 ___0_nativeArray, const RuntimeMethod* method) { void* V_0 = NULL; { NativeArray_1_t596D8D9BF28AE72A671779EB28469319AC3F1147 L_0 = ___0_nativeArray; void* L_1 = L_0.___m_Buffer; V_0 = L_1; goto IL_000a; } IL_000a: { void* L_2 = V_0; return L_2; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void* NativeArrayUnsafeUtility_GetUnsafeReadOnlyPtr_TisByte_t94D9231AC217BE4D2E004C4CD32DF6D099EA41A3_m3DF14FFECC3CE4E179B56AB77F3BCC0FF90E92BF_gshared (NativeArray_1_t81F55263465517B73C455D3400CF67B4BADD85CF ___0_nativeArray, const RuntimeMethod* method) { void* V_0 = NULL; { NativeArray_1_t81F55263465517B73C455D3400CF67B4BADD85CF L_0 = ___0_nativeArray; void* L_1 = L_0.___m_Buffer; V_0 = L_1; goto IL_000a; } IL_000a: { void* L_2 = V_0; return L_2; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void* NativeArrayUnsafeUtility_GetUnsafeReadOnlyPtr_TisInt32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_mC995F1C4189FAE6A2C99CB5E300DBC37F42C8A6B_gshared (NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C ___0_nativeArray, const RuntimeMethod* method) { void* V_0 = NULL; { NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C L_0 = ___0_nativeArray; void* L_1 = L_0.___m_Buffer; V_0 = L_1; goto IL_000a; } IL_000a: { void* L_2 = V_0; return L_2; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void* NativeArrayUnsafeUtility_GetUnsafeReadOnlyPtr_TisIntPtr_t_mCD62BE7854A98BD8A905487337D49E3A2FBC35F0_gshared (NativeArray_1_t170B62D6C147DD05888D56F029D4D828DF487EC9 ___0_nativeArray, const RuntimeMethod* method) { void* V_0 = NULL; { NativeArray_1_t170B62D6C147DD05888D56F029D4D828DF487EC9 L_0 = ___0_nativeArray; void* L_1 = L_0.___m_Buffer; V_0 = L_1; goto IL_000a; } IL_000a: { void* L_2 = V_0; return L_2; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void* NativeArrayUnsafeUtility_GetUnsafeReadOnlyPtr_TisJobHandle_t5DF5F99902FED3C801A81C05205CEA6CE039EF08_m62C1DF2ADFC9225AEEE2D68AFD87666094291721_gshared (NativeArray_1_t84C22AC03FE6517D060874E39A444D03469DD2F0 ___0_nativeArray, const RuntimeMethod* method) { void* V_0 = NULL; { NativeArray_1_t84C22AC03FE6517D060874E39A444D03469DD2F0 L_0 = ___0_nativeArray; void* L_1 = L_0.___m_Buffer; V_0 = L_1; goto IL_000a; } IL_000a: { void* L_2 = V_0; return L_2; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void* NativeArrayUnsafeUtility_GetUnsafeReadOnlyPtr_TisUInt16_tF4C148C876015C212FD72652D0B6ED8CC247A455_m8E5335741788115AF07635B3B9C543C6BA1F2D3C_gshared (NativeArray_1_t275C00CC374DEA66C69B3BB3992116F315A8E934 ___0_nativeArray, const RuntimeMethod* method) { void* V_0 = NULL; { NativeArray_1_t275C00CC374DEA66C69B3BB3992116F315A8E934 L_0 = ___0_nativeArray; void* L_1 = L_0.___m_Buffer; V_0 = L_1; goto IL_000a; } IL_000a: { void* L_2 = V_0; return L_2; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void* NativeArrayUnsafeUtility_GetUnsafeReadOnlyPtr_TisVertex_t016AC68A2E6C62576E65412BEC71544AFC01AFC7_m3687E938D6A361C1C9500F894455AD0E14BBF0C8_gshared (NativeArray_1_tB60512C6E4578B7CC8EB79321680E495E69ABF81 ___0_nativeArray, const RuntimeMethod* method) { void* V_0 = NULL; { NativeArray_1_tB60512C6E4578B7CC8EB79321680E495E69ABF81 L_0 = ___0_nativeArray; void* L_1 = L_0.___m_Buffer; V_0 = L_1; goto IL_000a; } IL_000a: { void* L_2 = V_0; return L_2; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void* NativeArrayUnsafeUtility_GetUnsafeReadOnlyPtr_TisIl2CppFullySharedGenericStruct_m13C618FD69BBAB7D8C77632BF8A9116FCD17D234_gshared (NativeArray_1_tDB8B8DC66CC8E16ED6D9A8C75D2C1AFC80AC1E18 ___0_nativeArray, const RuntimeMethod* method) { void* V_0 = NULL; { NativeArray_1_tDB8B8DC66CC8E16ED6D9A8C75D2C1AFC80AC1E18 L_0 = ___0_nativeArray; void* L_1 = L_0.___m_Buffer; V_0 = L_1; goto IL_000a; } IL_000a: { void* L_2 = V_0; return L_2; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void* NativeArrayUnsafeUtility_GetUnsafeReadOnlyPtr_Tisfloat4x4_t7EDD16F7F57DC7F61A6302535F7C19FB97915DF2_m736F4DA91F99B096FD7F086054FB31077AB480E0_gshared (NativeArray_1_t63326FF687E26631308829A9CDB0C51D523D4E9A ___0_nativeArray, const RuntimeMethod* method) { void* V_0 = NULL; { NativeArray_1_t63326FF687E26631308829A9CDB0C51D523D4E9A L_0 = ___0_nativeArray; void* L_1 = L_0.___m_Buffer; V_0 = L_1; goto IL_000a; } IL_000a: { void* L_2 = V_0; return L_2; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR NativeSlice_1_tCEC4B2B900638EC1820BB61FE436766204DFD8DA NativeSliceExtensions_Slice_TisByte_t94D9231AC217BE4D2E004C4CD32DF6D099EA41A3_m55D1C0502E68602CADC5C0CEA2FAAB0EA47ED380_gshared (NativeArray_1_t81F55263465517B73C455D3400CF67B4BADD85CF ___0_thisArray, const RuntimeMethod* method) { il2cpp_rgctx_method_init(method); NativeSlice_1_tCEC4B2B900638EC1820BB61FE436766204DFD8DA V_0; memset((&V_0), 0, sizeof(V_0)); { NativeArray_1_t81F55263465517B73C455D3400CF67B4BADD85CF L_0 = ___0_thisArray; NativeSlice_1_tCEC4B2B900638EC1820BB61FE436766204DFD8DA L_1; memset((&L_1), 0, sizeof(L_1)); NativeSlice_1__ctor_m50E6F98E8A57DFA42B86CB43A6925D74D2CB2958((&L_1), L_0, il2cpp_rgctx_method(method->rgctx_data, 2)); V_0 = L_1; goto IL_000a; } IL_000a: { NativeSlice_1_tCEC4B2B900638EC1820BB61FE436766204DFD8DA L_2 = V_0; return L_2; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR NativeSlice_1_tA54E5D259EBCC7CD8512AA352C6F3709EB237B52 NativeSliceExtensions_Slice_TisIl2CppFullySharedGenericStruct_mB3B087259D57CBD3742B7A6BFE5BD1C0FF0E4A73_gshared (NativeArray_1_tDB8B8DC66CC8E16ED6D9A8C75D2C1AFC80AC1E18 ___0_thisArray, const RuntimeMethod* method) { il2cpp_rgctx_method_init(method); NativeSlice_1_tA54E5D259EBCC7CD8512AA352C6F3709EB237B52 V_0; memset((&V_0), 0, sizeof(V_0)); { NativeArray_1_tDB8B8DC66CC8E16ED6D9A8C75D2C1AFC80AC1E18 L_0 = ___0_thisArray; NativeSlice_1_tA54E5D259EBCC7CD8512AA352C6F3709EB237B52 L_1; memset((&L_1), 0, sizeof(L_1)); NativeSlice_1__ctor_m606E9478EC6822C3776B093EFC3DC98678E00F9A((&L_1), L_0, il2cpp_rgctx_method(method->rgctx_data, 2)); V_0 = L_1; goto IL_000a; } IL_000a: { NativeSlice_1_tA54E5D259EBCC7CD8512AA352C6F3709EB237B52 L_2 = V_0; return L_2; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR NativeSlice_1_tCEC4B2B900638EC1820BB61FE436766204DFD8DA NativeSliceExtensions_Slice_TisByte_t94D9231AC217BE4D2E004C4CD32DF6D099EA41A3_m243F649E1D63E248DA2A0D10147965B8D41C8DE3_gshared (NativeArray_1_t81F55263465517B73C455D3400CF67B4BADD85CF ___0_thisArray, int32_t ___1_start, const RuntimeMethod* method) { il2cpp_rgctx_method_init(method); NativeSlice_1_tCEC4B2B900638EC1820BB61FE436766204DFD8DA V_0; memset((&V_0), 0, sizeof(V_0)); { NativeArray_1_t81F55263465517B73C455D3400CF67B4BADD85CF L_0 = ___0_thisArray; int32_t L_1 = ___1_start; NativeSlice_1_tCEC4B2B900638EC1820BB61FE436766204DFD8DA L_2; memset((&L_2), 0, sizeof(L_2)); NativeSlice_1__ctor_mD0C60D5A0038A9DA582985ADC92B8B6714A1E8AD((&L_2), L_0, L_1, il2cpp_rgctx_method(method->rgctx_data, 2)); V_0 = L_2; goto IL_000b; } IL_000b: { NativeSlice_1_tCEC4B2B900638EC1820BB61FE436766204DFD8DA L_3 = V_0; return L_3; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR NativeSlice_1_tA54E5D259EBCC7CD8512AA352C6F3709EB237B52 NativeSliceExtensions_Slice_TisIl2CppFullySharedGenericStruct_mAC2337A7622D49D3416C69479705764FAE2B6FA8_gshared (NativeArray_1_tDB8B8DC66CC8E16ED6D9A8C75D2C1AFC80AC1E18 ___0_thisArray, int32_t ___1_start, const RuntimeMethod* method) { il2cpp_rgctx_method_init(method); NativeSlice_1_tA54E5D259EBCC7CD8512AA352C6F3709EB237B52 V_0; memset((&V_0), 0, sizeof(V_0)); { NativeArray_1_tDB8B8DC66CC8E16ED6D9A8C75D2C1AFC80AC1E18 L_0 = ___0_thisArray; int32_t L_1 = ___1_start; NativeSlice_1_tA54E5D259EBCC7CD8512AA352C6F3709EB237B52 L_2; memset((&L_2), 0, sizeof(L_2)); NativeSlice_1__ctor_m89E2A81C9B0649A573BC279C2AA35CAF771B8B7D((&L_2), L_0, L_1, il2cpp_rgctx_method(method->rgctx_data, 2)); V_0 = L_2; goto IL_000b; } IL_000b: { NativeSlice_1_tA54E5D259EBCC7CD8512AA352C6F3709EB237B52 L_3 = V_0; return L_3; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR NativeSlice_1_t1108006793B0D86DFCF2E4481CD5E5E32AFF591B NativeSliceExtensions_Slice_TisConvertMeshJobData_t35F3B601671C4880929BC30A858410B14459E3B1_m3BE9AFF11F3B0C3092F81D506EB518EF8280E369_gshared (NativeArray_1_tF9AAF96E0048E8B93F277A9EAD3955253C6B34C3 ___0_thisArray, int32_t ___1_start, int32_t ___2_length, const RuntimeMethod* method) { il2cpp_rgctx_method_init(method); NativeSlice_1_t1108006793B0D86DFCF2E4481CD5E5E32AFF591B V_0; memset((&V_0), 0, sizeof(V_0)); { NativeArray_1_tF9AAF96E0048E8B93F277A9EAD3955253C6B34C3 L_0 = ___0_thisArray; int32_t L_1 = ___1_start; int32_t L_2 = ___2_length; NativeSlice_1_t1108006793B0D86DFCF2E4481CD5E5E32AFF591B L_3; memset((&L_3), 0, sizeof(L_3)); NativeSlice_1__ctor_mFCA72E41A56CB5CF71EB01A4A4D66B431F8932DA((&L_3), L_0, L_1, L_2, il2cpp_rgctx_method(method->rgctx_data, 2)); V_0 = L_3; goto IL_000c; } IL_000c: { NativeSlice_1_t1108006793B0D86DFCF2E4481CD5E5E32AFF591B L_4 = V_0; return L_4; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR NativeSlice_1_t84638F9F5F454538786C27E8F639E0B602DB00D0 NativeSliceExtensions_Slice_TisCopyMeshJobData_t8A9A7785E58E23442500E07C72C0C00E91B2BAF8_m67CB4FE693AB4570CB58B357AAB28D0AC4162C93_gshared (NativeArray_1_tDCB166A7D351D6EEDCDE6CB91075388DEEA5E3CD ___0_thisArray, int32_t ___1_start, int32_t ___2_length, const RuntimeMethod* method) { il2cpp_rgctx_method_init(method); NativeSlice_1_t84638F9F5F454538786C27E8F639E0B602DB00D0 V_0; memset((&V_0), 0, sizeof(V_0)); { NativeArray_1_tDCB166A7D351D6EEDCDE6CB91075388DEEA5E3CD L_0 = ___0_thisArray; int32_t L_1 = ___1_start; int32_t L_2 = ___2_length; NativeSlice_1_t84638F9F5F454538786C27E8F639E0B602DB00D0 L_3; memset((&L_3), 0, sizeof(L_3)); NativeSlice_1__ctor_m546F4FC4F00E93F0730BE9C5DC7648F384B6FB75((&L_3), L_0, L_1, L_2, il2cpp_rgctx_method(method->rgctx_data, 2)); V_0 = L_3; goto IL_000c; } IL_000c: { NativeSlice_1_t84638F9F5F454538786C27E8F639E0B602DB00D0 L_4 = V_0; return L_4; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR NativeSlice_1_tAF349534A3BD2A4AC09D9555714E39314906CB3F NativeSliceExtensions_Slice_TisDrawBufferRange_t289089F19A7539FDA77D3E63416BAFBA0955E2D5_mFCFE71D2C05399DB0A2F62F87B9F938E78E964B1_gshared (NativeArray_1_t76F16C71E23AB5F30821F9564775BA0C510012AA ___0_thisArray, int32_t ___1_start, int32_t ___2_length, const RuntimeMethod* method) { il2cpp_rgctx_method_init(method); NativeSlice_1_tAF349534A3BD2A4AC09D9555714E39314906CB3F V_0; memset((&V_0), 0, sizeof(V_0)); { NativeArray_1_t76F16C71E23AB5F30821F9564775BA0C510012AA L_0 = ___0_thisArray; int32_t L_1 = ___1_start; int32_t L_2 = ___2_length; NativeSlice_1_tAF349534A3BD2A4AC09D9555714E39314906CB3F L_3; memset((&L_3), 0, sizeof(L_3)); NativeSlice_1__ctor_mD4A144FA99A1B1DFBC1DA2BECE2C44266FF2741C((&L_3), L_0, L_1, L_2, il2cpp_rgctx_method(method->rgctx_data, 2)); V_0 = L_3; goto IL_000c; } IL_000c: { NativeSlice_1_tAF349534A3BD2A4AC09D9555714E39314906CB3F L_4 = V_0; return L_4; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR NativeSlice_1_t2584A7E323E2DAA0F082C26AD9D0DE0FC661F85F NativeSliceExtensions_Slice_TisGfxUpdateBufferRange_t2991435FD0E056C19D7E3D4E524C13493F244B4C_mC56CDE15F76977EC66E76AA6F18258BDFFCC76AF_gshared (NativeArray_1_t70CC53B5D3DD2663B4FA4C73609D8D98EFDB2421 ___0_thisArray, int32_t ___1_start, int32_t ___2_length, const RuntimeMethod* method) { il2cpp_rgctx_method_init(method); NativeSlice_1_t2584A7E323E2DAA0F082C26AD9D0DE0FC661F85F V_0; memset((&V_0), 0, sizeof(V_0)); { NativeArray_1_t70CC53B5D3DD2663B4FA4C73609D8D98EFDB2421 L_0 = ___0_thisArray; int32_t L_1 = ___1_start; int32_t L_2 = ___2_length; NativeSlice_1_t2584A7E323E2DAA0F082C26AD9D0DE0FC661F85F L_3; memset((&L_3), 0, sizeof(L_3)); NativeSlice_1__ctor_m9BFC93FD998BD41E6249322EDA95916FC779B011((&L_3), L_0, L_1, L_2, il2cpp_rgctx_method(method->rgctx_data, 2)); V_0 = L_3; goto IL_000c; } IL_000c: { NativeSlice_1_t2584A7E323E2DAA0F082C26AD9D0DE0FC661F85F L_4 = V_0; return L_4; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR NativeSlice_1_t7591FC942F923C6C3D5066DBCE25E2B91AAD3BD8 NativeSliceExtensions_Slice_TisJobHandle_t5DF5F99902FED3C801A81C05205CEA6CE039EF08_m6FD1AF82FBEB746F5DED414A4AFF4B8EF1E02277_gshared (NativeArray_1_t84C22AC03FE6517D060874E39A444D03469DD2F0 ___0_thisArray, int32_t ___1_start, int32_t ___2_length, const RuntimeMethod* method) { il2cpp_rgctx_method_init(method); NativeSlice_1_t7591FC942F923C6C3D5066DBCE25E2B91AAD3BD8 V_0; memset((&V_0), 0, sizeof(V_0)); { NativeArray_1_t84C22AC03FE6517D060874E39A444D03469DD2F0 L_0 = ___0_thisArray; int32_t L_1 = ___1_start; int32_t L_2 = ___2_length; NativeSlice_1_t7591FC942F923C6C3D5066DBCE25E2B91AAD3BD8 L_3; memset((&L_3), 0, sizeof(L_3)); NativeSlice_1__ctor_m6834792A2BCD0C959C3236A1656F2E18AFB47D29((&L_3), L_0, L_1, L_2, il2cpp_rgctx_method(method->rgctx_data, 2)); V_0 = L_3; goto IL_000c; } IL_000c: { NativeSlice_1_t7591FC942F923C6C3D5066DBCE25E2B91AAD3BD8 L_4 = V_0; return L_4; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR NativeSlice_1_t1B1546AEB20D09E65A620651F8A4C68DD5998882 NativeSliceExtensions_Slice_TisNudgeJobData_tC303DCF7D6A8683AA414D05AA13CB6FAD4BB4022_m919C4D8334B609FB39E9606391641890DA1F60C2_gshared (NativeArray_1_t61CE5FDEC6BB75218352153E78207800402C1149 ___0_thisArray, int32_t ___1_start, int32_t ___2_length, const RuntimeMethod* method) { il2cpp_rgctx_method_init(method); NativeSlice_1_t1B1546AEB20D09E65A620651F8A4C68DD5998882 V_0; memset((&V_0), 0, sizeof(V_0)); { NativeArray_1_t61CE5FDEC6BB75218352153E78207800402C1149 L_0 = ___0_thisArray; int32_t L_1 = ___1_start; int32_t L_2 = ___2_length; NativeSlice_1_t1B1546AEB20D09E65A620651F8A4C68DD5998882 L_3; memset((&L_3), 0, sizeof(L_3)); NativeSlice_1__ctor_mA3430F95264C061E101EC0E3C72042011833A9BC((&L_3), L_0, L_1, L_2, il2cpp_rgctx_method(method->rgctx_data, 2)); V_0 = L_3; goto IL_000c; } IL_000c: { NativeSlice_1_t1B1546AEB20D09E65A620651F8A4C68DD5998882 L_4 = V_0; return L_4; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR NativeSlice_1_t0D1A1AB7A9C4768B84EB7420D04A90920533C78A NativeSliceExtensions_Slice_TisUInt16_tF4C148C876015C212FD72652D0B6ED8CC247A455_mEE155357C8BB83BD4B7D34471587738A86B0D851_gshared (NativeArray_1_t275C00CC374DEA66C69B3BB3992116F315A8E934 ___0_thisArray, int32_t ___1_start, int32_t ___2_length, const RuntimeMethod* method) { il2cpp_rgctx_method_init(method); NativeSlice_1_t0D1A1AB7A9C4768B84EB7420D04A90920533C78A V_0; memset((&V_0), 0, sizeof(V_0)); { NativeArray_1_t275C00CC374DEA66C69B3BB3992116F315A8E934 L_0 = ___0_thisArray; int32_t L_1 = ___1_start; int32_t L_2 = ___2_length; NativeSlice_1_t0D1A1AB7A9C4768B84EB7420D04A90920533C78A L_3; memset((&L_3), 0, sizeof(L_3)); NativeSlice_1__ctor_m665194100AB694EC232EEFDAC3C87C7647CEBE28((&L_3), L_0, L_1, L_2, il2cpp_rgctx_method(method->rgctx_data, 2)); V_0 = L_3; goto IL_000c; } IL_000c: { NativeSlice_1_t0D1A1AB7A9C4768B84EB7420D04A90920533C78A L_4 = V_0; return L_4; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR NativeSlice_1_t0D1A1AB7A9C4768B84EB7420D04A90920533C78A NativeSliceExtensions_Slice_TisUInt16_tF4C148C876015C212FD72652D0B6ED8CC247A455_m8C003428C63E7D5CEFE423856A5C7DBAB9C048F0_gshared (NativeSlice_1_t0D1A1AB7A9C4768B84EB7420D04A90920533C78A ___0_thisSlice, int32_t ___1_start, int32_t ___2_length, const RuntimeMethod* method) { il2cpp_rgctx_method_init(method); NativeSlice_1_t0D1A1AB7A9C4768B84EB7420D04A90920533C78A V_0; memset((&V_0), 0, sizeof(V_0)); { NativeSlice_1_t0D1A1AB7A9C4768B84EB7420D04A90920533C78A L_0 = ___0_thisSlice; int32_t L_1 = ___1_start; int32_t L_2 = ___2_length; NativeSlice_1_t0D1A1AB7A9C4768B84EB7420D04A90920533C78A L_3; memset((&L_3), 0, sizeof(L_3)); NativeSlice_1__ctor_m59DAA173E4BF1C15C5C42D00688F3B86EA28048D((&L_3), L_0, L_1, L_2, il2cpp_rgctx_method(method->rgctx_data, 1)); V_0 = L_3; goto IL_000c; } IL_000c: { NativeSlice_1_t0D1A1AB7A9C4768B84EB7420D04A90920533C78A L_4 = V_0; return L_4; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR NativeSlice_1_t66375568C4FF313931F4D2F646D64FE6A406BAD2 NativeSliceExtensions_Slice_TisVertex_t016AC68A2E6C62576E65412BEC71544AFC01AFC7_m0D7D6BAB64810308797BD6D6C898432E45D4AC4C_gshared (NativeArray_1_tB60512C6E4578B7CC8EB79321680E495E69ABF81 ___0_thisArray, int32_t ___1_start, int32_t ___2_length, const RuntimeMethod* method) { il2cpp_rgctx_method_init(method); NativeSlice_1_t66375568C4FF313931F4D2F646D64FE6A406BAD2 V_0; memset((&V_0), 0, sizeof(V_0)); { NativeArray_1_tB60512C6E4578B7CC8EB79321680E495E69ABF81 L_0 = ___0_thisArray; int32_t L_1 = ___1_start; int32_t L_2 = ___2_length; NativeSlice_1_t66375568C4FF313931F4D2F646D64FE6A406BAD2 L_3; memset((&L_3), 0, sizeof(L_3)); NativeSlice_1__ctor_m05A3D6C62D3EF51EBE50158889E9C6B1D214588C((&L_3), L_0, L_1, L_2, il2cpp_rgctx_method(method->rgctx_data, 2)); V_0 = L_3; goto IL_000c; } IL_000c: { NativeSlice_1_t66375568C4FF313931F4D2F646D64FE6A406BAD2 L_4 = V_0; return L_4; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR NativeSlice_1_t66375568C4FF313931F4D2F646D64FE6A406BAD2 NativeSliceExtensions_Slice_TisVertex_t016AC68A2E6C62576E65412BEC71544AFC01AFC7_mC340C2ABEA2EC5CF29A25C4305EBA75B0A7A6EA8_gshared (NativeSlice_1_t66375568C4FF313931F4D2F646D64FE6A406BAD2 ___0_thisSlice, int32_t ___1_start, int32_t ___2_length, const RuntimeMethod* method) { il2cpp_rgctx_method_init(method); NativeSlice_1_t66375568C4FF313931F4D2F646D64FE6A406BAD2 V_0; memset((&V_0), 0, sizeof(V_0)); { NativeSlice_1_t66375568C4FF313931F4D2F646D64FE6A406BAD2 L_0 = ___0_thisSlice; int32_t L_1 = ___1_start; int32_t L_2 = ___2_length; NativeSlice_1_t66375568C4FF313931F4D2F646D64FE6A406BAD2 L_3; memset((&L_3), 0, sizeof(L_3)); NativeSlice_1__ctor_mC87483602F891B11DD01B19DAF427E8D61C385C6((&L_3), L_0, L_1, L_2, il2cpp_rgctx_method(method->rgctx_data, 1)); V_0 = L_3; goto IL_000c; } IL_000c: { NativeSlice_1_t66375568C4FF313931F4D2F646D64FE6A406BAD2 L_4 = V_0; return L_4; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR NativeSlice_1_tA54E5D259EBCC7CD8512AA352C6F3709EB237B52 NativeSliceExtensions_Slice_TisIl2CppFullySharedGenericStruct_mFB1AE1A459E87B8E3C3986EF14F956E30EAF24A3_gshared (NativeArray_1_tDB8B8DC66CC8E16ED6D9A8C75D2C1AFC80AC1E18 ___0_thisArray, int32_t ___1_start, int32_t ___2_length, const RuntimeMethod* method) { il2cpp_rgctx_method_init(method); NativeSlice_1_tA54E5D259EBCC7CD8512AA352C6F3709EB237B52 V_0; memset((&V_0), 0, sizeof(V_0)); { NativeArray_1_tDB8B8DC66CC8E16ED6D9A8C75D2C1AFC80AC1E18 L_0 = ___0_thisArray; int32_t L_1 = ___1_start; int32_t L_2 = ___2_length; NativeSlice_1_tA54E5D259EBCC7CD8512AA352C6F3709EB237B52 L_3; memset((&L_3), 0, sizeof(L_3)); NativeSlice_1__ctor_m313B1A91AB4ADBA821C074187D67957126F93DFF((&L_3), L_0, L_1, L_2, il2cpp_rgctx_method(method->rgctx_data, 2)); V_0 = L_3; goto IL_000c; } IL_000c: { NativeSlice_1_tA54E5D259EBCC7CD8512AA352C6F3709EB237B52 L_4 = V_0; return L_4; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR NativeSlice_1_tA54E5D259EBCC7CD8512AA352C6F3709EB237B52 NativeSliceExtensions_Slice_TisIl2CppFullySharedGenericStruct_m8604EAC32FCFF874A6AA4097703CF1DA1EFA00DE_gshared (NativeSlice_1_tA54E5D259EBCC7CD8512AA352C6F3709EB237B52 ___0_thisSlice, int32_t ___1_start, int32_t ___2_length, const RuntimeMethod* method) { il2cpp_rgctx_method_init(method); NativeSlice_1_tA54E5D259EBCC7CD8512AA352C6F3709EB237B52 V_0; memset((&V_0), 0, sizeof(V_0)); { NativeSlice_1_tA54E5D259EBCC7CD8512AA352C6F3709EB237B52 L_0 = ___0_thisSlice; int32_t L_1 = ___1_start; int32_t L_2 = ___2_length; NativeSlice_1_tA54E5D259EBCC7CD8512AA352C6F3709EB237B52 L_3; memset((&L_3), 0, sizeof(L_3)); NativeSlice_1__ctor_m4C0C75BC6633B56253FD4A7CD7F38A34E73C6253((&L_3), L_0, L_1, L_2, il2cpp_rgctx_method(method->rgctx_data, 1)); V_0 = L_3; goto IL_000c; } IL_000c: { NativeSlice_1_tA54E5D259EBCC7CD8512AA352C6F3709EB237B52 L_4 = V_0; return L_4; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR NativeSlice_1_t72AA15A00D1B7CE9B7265E487D15133C9F091FD0 NativeSliceExtensions_Slice_TisTessellationJobParameters_tA2407D5C15761590BDD217DDE4861964544E8CE2_m877677D420E575DCBE695DCB60B1AF3FE9C1E81F_gshared (NativeArray_1_tEE0716F057E5AB90C1E3B19EA5CC04D624CFC9C7 ___0_thisArray, int32_t ___1_start, int32_t ___2_length, const RuntimeMethod* method) { il2cpp_rgctx_method_init(method); NativeSlice_1_t72AA15A00D1B7CE9B7265E487D15133C9F091FD0 V_0; memset((&V_0), 0, sizeof(V_0)); { NativeArray_1_tEE0716F057E5AB90C1E3B19EA5CC04D624CFC9C7 L_0 = ___0_thisArray; int32_t L_1 = ___1_start; int32_t L_2 = ___2_length; NativeSlice_1_t72AA15A00D1B7CE9B7265E487D15133C9F091FD0 L_3; memset((&L_3), 0, sizeof(L_3)); NativeSlice_1__ctor_m60F25657F5AE104ED7F2F956B948FE7C704EDB5D((&L_3), L_0, L_1, L_2, il2cpp_rgctx_method(method->rgctx_data, 2)); V_0 = L_3; goto IL_000c; } IL_000c: { NativeSlice_1_t72AA15A00D1B7CE9B7265E487D15133C9F091FD0 L_4 = V_0; return L_4; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR NativeSlice_1_t4207DB5E16E1EF9068326562E97E3AA675F0DAF9 NativeSliceExtensions_Slice_TisPainter2DJobData_t227572FEAE4A071ED0378501E752A72FF0ACC4EF_mA902AF6CBD285F1A7F631E533330F582E702AEE0_gshared (NativeArray_1_tA322013FCE7ECBB07A30418AAB23BE082C4E46D6 ___0_thisArray, int32_t ___1_start, int32_t ___2_length, const RuntimeMethod* method) { il2cpp_rgctx_method_init(method); NativeSlice_1_t4207DB5E16E1EF9068326562E97E3AA675F0DAF9 V_0; memset((&V_0), 0, sizeof(V_0)); { NativeArray_1_tA322013FCE7ECBB07A30418AAB23BE082C4E46D6 L_0 = ___0_thisArray; int32_t L_1 = ___1_start; int32_t L_2 = ___2_length; NativeSlice_1_t4207DB5E16E1EF9068326562E97E3AA675F0DAF9 L_3; memset((&L_3), 0, sizeof(L_3)); NativeSlice_1__ctor_m7A0D0D8A1439A72F1514624217FAB4B88C113BFD((&L_3), L_0, L_1, L_2, il2cpp_rgctx_method(method->rgctx_data, 2)); V_0 = L_3; goto IL_000c; } IL_000c: { NativeSlice_1_t4207DB5E16E1EF9068326562E97E3AA675F0DAF9 L_4 = V_0; return L_4; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR NativeSlice_1_tCC36EBD5A623BDA3FF33D6F6B3F46F253AE626A8 NativeSliceUnsafeUtility_ConvertExistingDataToNativeSlice_TisBoneWeight_t7E7DACA0D0F56698E05EBBD839D1D343502EA11F_m9744FD59328829552BE4130D1C9F68FFCB11E34C_gshared (void* ___0_dataPointer, int32_t ___1_stride, int32_t ___2_length, const RuntimeMethod* method) { NativeSlice_1_tCC36EBD5A623BDA3FF33D6F6B3F46F253AE626A8 V_0; memset((&V_0), 0, sizeof(V_0)); bool V_1 = false; bool V_2 = false; NativeSlice_1_tCC36EBD5A623BDA3FF33D6F6B3F46F253AE626A8 V_3; memset((&V_3), 0, sizeof(V_3)); NativeSlice_1_tCC36EBD5A623BDA3FF33D6F6B3F46F253AE626A8 V_4; memset((&V_4), 0, sizeof(V_4)); { int32_t L_0 = ___2_length; V_1 = (bool)((((int32_t)L_0) < ((int32_t)0))? 1 : 0); bool L_1 = V_1; if (!L_1) { goto IL_0024; } } { int32_t L_2 = ___2_length; int32_t L_3 = L_2; RuntimeObject* L_4 = Box(il2cpp_defaults.int32_class, &L_3); String_t* L_5; L_5 = String_Format_mA8DBB4C2516B9723C5A41E6CB1E2FAF4BBE96DD8(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral430EB2E3A25FA4E421F6F9352AA45F5613EEBE3C)), L_4, NULL); ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263* L_6 = (ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263_il2cpp_TypeInfo_var))); ArgumentException__ctor_m8F9D40CE19D19B698A70F9A258640EB52DB39B62(L_6, L_5, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralE8744A8B8BD390EB66CA0CAE2376C973E6904FFB)), NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_6, method); } IL_0024: { int32_t L_7 = ___1_stride; V_2 = (bool)((((int32_t)L_7) < ((int32_t)0))? 1 : 0); bool L_8 = V_2; if (!L_8) { goto IL_0047; } } { int32_t L_9 = ___1_stride; int32_t L_10 = L_9; RuntimeObject* L_11 = Box(il2cpp_defaults.int32_class, &L_10); String_t* L_12; L_12 = String_Format_mA8DBB4C2516B9723C5A41E6CB1E2FAF4BBE96DD8(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralF173EEDE423DEA19D689B1E600908FB12D40BC32)), L_11, NULL); ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263* L_13 = (ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263_il2cpp_TypeInfo_var))); ArgumentException__ctor_m8F9D40CE19D19B698A70F9A258640EB52DB39B62(L_13, L_12, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral67C625C07AF1A22A91873A1B1CF9F911774F3A1B)), NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_13, method); } IL_0047: { il2cpp_codegen_initobj((&V_3), sizeof(NativeSlice_1_tCC36EBD5A623BDA3FF33D6F6B3F46F253AE626A8)); int32_t L_14 = ___1_stride; (&V_3)->___m_Stride = L_14; void* L_15 = ___0_dataPointer; (&V_3)->___m_Buffer = (uint8_t*)L_15; int32_t L_16 = ___2_length; (&V_3)->___m_Length = L_16; NativeSlice_1_tCC36EBD5A623BDA3FF33D6F6B3F46F253AE626A8 L_17 = V_3; V_0 = L_17; NativeSlice_1_tCC36EBD5A623BDA3FF33D6F6B3F46F253AE626A8 L_18 = V_0; V_4 = L_18; goto IL_006e; } IL_006e: { NativeSlice_1_tCC36EBD5A623BDA3FF33D6F6B3F46F253AE626A8 L_19 = V_4; return L_19; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR NativeSlice_1_tAF349534A3BD2A4AC09D9555714E39314906CB3F NativeSliceUnsafeUtility_ConvertExistingDataToNativeSlice_TisDrawBufferRange_t289089F19A7539FDA77D3E63416BAFBA0955E2D5_mFE6F19196458580AE39F48B36CA1E4FB3E242032_gshared (void* ___0_dataPointer, int32_t ___1_stride, int32_t ___2_length, const RuntimeMethod* method) { NativeSlice_1_tAF349534A3BD2A4AC09D9555714E39314906CB3F V_0; memset((&V_0), 0, sizeof(V_0)); bool V_1 = false; bool V_2 = false; NativeSlice_1_tAF349534A3BD2A4AC09D9555714E39314906CB3F V_3; memset((&V_3), 0, sizeof(V_3)); NativeSlice_1_tAF349534A3BD2A4AC09D9555714E39314906CB3F V_4; memset((&V_4), 0, sizeof(V_4)); { int32_t L_0 = ___2_length; V_1 = (bool)((((int32_t)L_0) < ((int32_t)0))? 1 : 0); bool L_1 = V_1; if (!L_1) { goto IL_0024; } } { int32_t L_2 = ___2_length; int32_t L_3 = L_2; RuntimeObject* L_4 = Box(il2cpp_defaults.int32_class, &L_3); String_t* L_5; L_5 = String_Format_mA8DBB4C2516B9723C5A41E6CB1E2FAF4BBE96DD8(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral430EB2E3A25FA4E421F6F9352AA45F5613EEBE3C)), L_4, NULL); ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263* L_6 = (ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263_il2cpp_TypeInfo_var))); ArgumentException__ctor_m8F9D40CE19D19B698A70F9A258640EB52DB39B62(L_6, L_5, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralE8744A8B8BD390EB66CA0CAE2376C973E6904FFB)), NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_6, method); } IL_0024: { int32_t L_7 = ___1_stride; V_2 = (bool)((((int32_t)L_7) < ((int32_t)0))? 1 : 0); bool L_8 = V_2; if (!L_8) { goto IL_0047; } } { int32_t L_9 = ___1_stride; int32_t L_10 = L_9; RuntimeObject* L_11 = Box(il2cpp_defaults.int32_class, &L_10); String_t* L_12; L_12 = String_Format_mA8DBB4C2516B9723C5A41E6CB1E2FAF4BBE96DD8(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralF173EEDE423DEA19D689B1E600908FB12D40BC32)), L_11, NULL); ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263* L_13 = (ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263_il2cpp_TypeInfo_var))); ArgumentException__ctor_m8F9D40CE19D19B698A70F9A258640EB52DB39B62(L_13, L_12, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral67C625C07AF1A22A91873A1B1CF9F911774F3A1B)), NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_13, method); } IL_0047: { il2cpp_codegen_initobj((&V_3), sizeof(NativeSlice_1_tAF349534A3BD2A4AC09D9555714E39314906CB3F)); int32_t L_14 = ___1_stride; (&V_3)->___m_Stride = L_14; void* L_15 = ___0_dataPointer; (&V_3)->___m_Buffer = (uint8_t*)L_15; int32_t L_16 = ___2_length; (&V_3)->___m_Length = L_16; NativeSlice_1_tAF349534A3BD2A4AC09D9555714E39314906CB3F L_17 = V_3; V_0 = L_17; NativeSlice_1_tAF349534A3BD2A4AC09D9555714E39314906CB3F L_18 = V_0; V_4 = L_18; goto IL_006e; } IL_006e: { NativeSlice_1_tAF349534A3BD2A4AC09D9555714E39314906CB3F L_19 = V_4; return L_19; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR NativeSlice_1_t0D1A1AB7A9C4768B84EB7420D04A90920533C78A NativeSliceUnsafeUtility_ConvertExistingDataToNativeSlice_TisUInt16_tF4C148C876015C212FD72652D0B6ED8CC247A455_m209A5CA848B5D71860FF727A488EBB61699F029D_gshared (void* ___0_dataPointer, int32_t ___1_stride, int32_t ___2_length, const RuntimeMethod* method) { NativeSlice_1_t0D1A1AB7A9C4768B84EB7420D04A90920533C78A V_0; memset((&V_0), 0, sizeof(V_0)); bool V_1 = false; bool V_2 = false; NativeSlice_1_t0D1A1AB7A9C4768B84EB7420D04A90920533C78A V_3; memset((&V_3), 0, sizeof(V_3)); NativeSlice_1_t0D1A1AB7A9C4768B84EB7420D04A90920533C78A V_4; memset((&V_4), 0, sizeof(V_4)); { int32_t L_0 = ___2_length; V_1 = (bool)((((int32_t)L_0) < ((int32_t)0))? 1 : 0); bool L_1 = V_1; if (!L_1) { goto IL_0024; } } { int32_t L_2 = ___2_length; int32_t L_3 = L_2; RuntimeObject* L_4 = Box(il2cpp_defaults.int32_class, &L_3); String_t* L_5; L_5 = String_Format_mA8DBB4C2516B9723C5A41E6CB1E2FAF4BBE96DD8(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral430EB2E3A25FA4E421F6F9352AA45F5613EEBE3C)), L_4, NULL); ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263* L_6 = (ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263_il2cpp_TypeInfo_var))); ArgumentException__ctor_m8F9D40CE19D19B698A70F9A258640EB52DB39B62(L_6, L_5, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralE8744A8B8BD390EB66CA0CAE2376C973E6904FFB)), NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_6, method); } IL_0024: { int32_t L_7 = ___1_stride; V_2 = (bool)((((int32_t)L_7) < ((int32_t)0))? 1 : 0); bool L_8 = V_2; if (!L_8) { goto IL_0047; } } { int32_t L_9 = ___1_stride; int32_t L_10 = L_9; RuntimeObject* L_11 = Box(il2cpp_defaults.int32_class, &L_10); String_t* L_12; L_12 = String_Format_mA8DBB4C2516B9723C5A41E6CB1E2FAF4BBE96DD8(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralF173EEDE423DEA19D689B1E600908FB12D40BC32)), L_11, NULL); ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263* L_13 = (ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263_il2cpp_TypeInfo_var))); ArgumentException__ctor_m8F9D40CE19D19B698A70F9A258640EB52DB39B62(L_13, L_12, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral67C625C07AF1A22A91873A1B1CF9F911774F3A1B)), NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_13, method); } IL_0047: { il2cpp_codegen_initobj((&V_3), sizeof(NativeSlice_1_t0D1A1AB7A9C4768B84EB7420D04A90920533C78A)); int32_t L_14 = ___1_stride; (&V_3)->___m_Stride = L_14; void* L_15 = ___0_dataPointer; (&V_3)->___m_Buffer = (uint8_t*)L_15; int32_t L_16 = ___2_length; (&V_3)->___m_Length = L_16; NativeSlice_1_t0D1A1AB7A9C4768B84EB7420D04A90920533C78A L_17 = V_3; V_0 = L_17; NativeSlice_1_t0D1A1AB7A9C4768B84EB7420D04A90920533C78A L_18 = V_0; V_4 = L_18; goto IL_006e; } IL_006e: { NativeSlice_1_t0D1A1AB7A9C4768B84EB7420D04A90920533C78A L_19 = V_4; return L_19; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR NativeSlice_1_tBDD0B6C963222DE23BD34911416213E058F9FBAF NativeSliceUnsafeUtility_ConvertExistingDataToNativeSlice_TisVector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7_m633DAEBC11F916CAC6408C5B1B105D222E015213_gshared (void* ___0_dataPointer, int32_t ___1_stride, int32_t ___2_length, const RuntimeMethod* method) { NativeSlice_1_tBDD0B6C963222DE23BD34911416213E058F9FBAF V_0; memset((&V_0), 0, sizeof(V_0)); bool V_1 = false; bool V_2 = false; NativeSlice_1_tBDD0B6C963222DE23BD34911416213E058F9FBAF V_3; memset((&V_3), 0, sizeof(V_3)); NativeSlice_1_tBDD0B6C963222DE23BD34911416213E058F9FBAF V_4; memset((&V_4), 0, sizeof(V_4)); { int32_t L_0 = ___2_length; V_1 = (bool)((((int32_t)L_0) < ((int32_t)0))? 1 : 0); bool L_1 = V_1; if (!L_1) { goto IL_0024; } } { int32_t L_2 = ___2_length; int32_t L_3 = L_2; RuntimeObject* L_4 = Box(il2cpp_defaults.int32_class, &L_3); String_t* L_5; L_5 = String_Format_mA8DBB4C2516B9723C5A41E6CB1E2FAF4BBE96DD8(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral430EB2E3A25FA4E421F6F9352AA45F5613EEBE3C)), L_4, NULL); ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263* L_6 = (ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263_il2cpp_TypeInfo_var))); ArgumentException__ctor_m8F9D40CE19D19B698A70F9A258640EB52DB39B62(L_6, L_5, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralE8744A8B8BD390EB66CA0CAE2376C973E6904FFB)), NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_6, method); } IL_0024: { int32_t L_7 = ___1_stride; V_2 = (bool)((((int32_t)L_7) < ((int32_t)0))? 1 : 0); bool L_8 = V_2; if (!L_8) { goto IL_0047; } } { int32_t L_9 = ___1_stride; int32_t L_10 = L_9; RuntimeObject* L_11 = Box(il2cpp_defaults.int32_class, &L_10); String_t* L_12; L_12 = String_Format_mA8DBB4C2516B9723C5A41E6CB1E2FAF4BBE96DD8(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralF173EEDE423DEA19D689B1E600908FB12D40BC32)), L_11, NULL); ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263* L_13 = (ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263_il2cpp_TypeInfo_var))); ArgumentException__ctor_m8F9D40CE19D19B698A70F9A258640EB52DB39B62(L_13, L_12, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral67C625C07AF1A22A91873A1B1CF9F911774F3A1B)), NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_13, method); } IL_0047: { il2cpp_codegen_initobj((&V_3), sizeof(NativeSlice_1_tBDD0B6C963222DE23BD34911416213E058F9FBAF)); int32_t L_14 = ___1_stride; (&V_3)->___m_Stride = L_14; void* L_15 = ___0_dataPointer; (&V_3)->___m_Buffer = (uint8_t*)L_15; int32_t L_16 = ___2_length; (&V_3)->___m_Length = L_16; NativeSlice_1_tBDD0B6C963222DE23BD34911416213E058F9FBAF L_17 = V_3; V_0 = L_17; NativeSlice_1_tBDD0B6C963222DE23BD34911416213E058F9FBAF L_18 = V_0; V_4 = L_18; goto IL_006e; } IL_006e: { NativeSlice_1_tBDD0B6C963222DE23BD34911416213E058F9FBAF L_19 = V_4; return L_19; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR NativeSlice_1_t4B5C42A704ED060AB92A8716135FE435B1E6C23A NativeSliceUnsafeUtility_ConvertExistingDataToNativeSlice_TisVector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2_m0D7F29872ED8CEEAABA4DFDCC488F4F8D00601D0_gshared (void* ___0_dataPointer, int32_t ___1_stride, int32_t ___2_length, const RuntimeMethod* method) { NativeSlice_1_t4B5C42A704ED060AB92A8716135FE435B1E6C23A V_0; memset((&V_0), 0, sizeof(V_0)); bool V_1 = false; bool V_2 = false; NativeSlice_1_t4B5C42A704ED060AB92A8716135FE435B1E6C23A V_3; memset((&V_3), 0, sizeof(V_3)); NativeSlice_1_t4B5C42A704ED060AB92A8716135FE435B1E6C23A V_4; memset((&V_4), 0, sizeof(V_4)); { int32_t L_0 = ___2_length; V_1 = (bool)((((int32_t)L_0) < ((int32_t)0))? 1 : 0); bool L_1 = V_1; if (!L_1) { goto IL_0024; } } { int32_t L_2 = ___2_length; int32_t L_3 = L_2; RuntimeObject* L_4 = Box(il2cpp_defaults.int32_class, &L_3); String_t* L_5; L_5 = String_Format_mA8DBB4C2516B9723C5A41E6CB1E2FAF4BBE96DD8(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral430EB2E3A25FA4E421F6F9352AA45F5613EEBE3C)), L_4, NULL); ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263* L_6 = (ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263_il2cpp_TypeInfo_var))); ArgumentException__ctor_m8F9D40CE19D19B698A70F9A258640EB52DB39B62(L_6, L_5, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralE8744A8B8BD390EB66CA0CAE2376C973E6904FFB)), NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_6, method); } IL_0024: { int32_t L_7 = ___1_stride; V_2 = (bool)((((int32_t)L_7) < ((int32_t)0))? 1 : 0); bool L_8 = V_2; if (!L_8) { goto IL_0047; } } { int32_t L_9 = ___1_stride; int32_t L_10 = L_9; RuntimeObject* L_11 = Box(il2cpp_defaults.int32_class, &L_10); String_t* L_12; L_12 = String_Format_mA8DBB4C2516B9723C5A41E6CB1E2FAF4BBE96DD8(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralF173EEDE423DEA19D689B1E600908FB12D40BC32)), L_11, NULL); ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263* L_13 = (ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263_il2cpp_TypeInfo_var))); ArgumentException__ctor_m8F9D40CE19D19B698A70F9A258640EB52DB39B62(L_13, L_12, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral67C625C07AF1A22A91873A1B1CF9F911774F3A1B)), NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_13, method); } IL_0047: { il2cpp_codegen_initobj((&V_3), sizeof(NativeSlice_1_t4B5C42A704ED060AB92A8716135FE435B1E6C23A)); int32_t L_14 = ___1_stride; (&V_3)->___m_Stride = L_14; void* L_15 = ___0_dataPointer; (&V_3)->___m_Buffer = (uint8_t*)L_15; int32_t L_16 = ___2_length; (&V_3)->___m_Length = L_16; NativeSlice_1_t4B5C42A704ED060AB92A8716135FE435B1E6C23A L_17 = V_3; V_0 = L_17; NativeSlice_1_t4B5C42A704ED060AB92A8716135FE435B1E6C23A L_18 = V_0; V_4 = L_18; goto IL_006e; } IL_006e: { NativeSlice_1_t4B5C42A704ED060AB92A8716135FE435B1E6C23A L_19 = V_4; return L_19; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR NativeSlice_1_tA687F314957178F2A299D03D59B960DDC218680F NativeSliceUnsafeUtility_ConvertExistingDataToNativeSlice_TisVector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3_m72AA26CED781FF9A097F5FE29A1FB66E946FAD31_gshared (void* ___0_dataPointer, int32_t ___1_stride, int32_t ___2_length, const RuntimeMethod* method) { NativeSlice_1_tA687F314957178F2A299D03D59B960DDC218680F V_0; memset((&V_0), 0, sizeof(V_0)); bool V_1 = false; bool V_2 = false; NativeSlice_1_tA687F314957178F2A299D03D59B960DDC218680F V_3; memset((&V_3), 0, sizeof(V_3)); NativeSlice_1_tA687F314957178F2A299D03D59B960DDC218680F V_4; memset((&V_4), 0, sizeof(V_4)); { int32_t L_0 = ___2_length; V_1 = (bool)((((int32_t)L_0) < ((int32_t)0))? 1 : 0); bool L_1 = V_1; if (!L_1) { goto IL_0024; } } { int32_t L_2 = ___2_length; int32_t L_3 = L_2; RuntimeObject* L_4 = Box(il2cpp_defaults.int32_class, &L_3); String_t* L_5; L_5 = String_Format_mA8DBB4C2516B9723C5A41E6CB1E2FAF4BBE96DD8(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral430EB2E3A25FA4E421F6F9352AA45F5613EEBE3C)), L_4, NULL); ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263* L_6 = (ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263_il2cpp_TypeInfo_var))); ArgumentException__ctor_m8F9D40CE19D19B698A70F9A258640EB52DB39B62(L_6, L_5, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralE8744A8B8BD390EB66CA0CAE2376C973E6904FFB)), NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_6, method); } IL_0024: { int32_t L_7 = ___1_stride; V_2 = (bool)((((int32_t)L_7) < ((int32_t)0))? 1 : 0); bool L_8 = V_2; if (!L_8) { goto IL_0047; } } { int32_t L_9 = ___1_stride; int32_t L_10 = L_9; RuntimeObject* L_11 = Box(il2cpp_defaults.int32_class, &L_10); String_t* L_12; L_12 = String_Format_mA8DBB4C2516B9723C5A41E6CB1E2FAF4BBE96DD8(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralF173EEDE423DEA19D689B1E600908FB12D40BC32)), L_11, NULL); ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263* L_13 = (ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263_il2cpp_TypeInfo_var))); ArgumentException__ctor_m8F9D40CE19D19B698A70F9A258640EB52DB39B62(L_13, L_12, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral67C625C07AF1A22A91873A1B1CF9F911774F3A1B)), NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_13, method); } IL_0047: { il2cpp_codegen_initobj((&V_3), sizeof(NativeSlice_1_tA687F314957178F2A299D03D59B960DDC218680F)); int32_t L_14 = ___1_stride; (&V_3)->___m_Stride = L_14; void* L_15 = ___0_dataPointer; (&V_3)->___m_Buffer = (uint8_t*)L_15; int32_t L_16 = ___2_length; (&V_3)->___m_Length = L_16; NativeSlice_1_tA687F314957178F2A299D03D59B960DDC218680F L_17 = V_3; V_0 = L_17; NativeSlice_1_tA687F314957178F2A299D03D59B960DDC218680F L_18 = V_0; V_4 = L_18; goto IL_006e; } IL_006e: { NativeSlice_1_tA687F314957178F2A299D03D59B960DDC218680F L_19 = V_4; return L_19; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR NativeSlice_1_t66375568C4FF313931F4D2F646D64FE6A406BAD2 NativeSliceUnsafeUtility_ConvertExistingDataToNativeSlice_TisVertex_t016AC68A2E6C62576E65412BEC71544AFC01AFC7_mF7B7FA019164962E7BF9FDB47A4AB92199BF9DDA_gshared (void* ___0_dataPointer, int32_t ___1_stride, int32_t ___2_length, const RuntimeMethod* method) { NativeSlice_1_t66375568C4FF313931F4D2F646D64FE6A406BAD2 V_0; memset((&V_0), 0, sizeof(V_0)); bool V_1 = false; bool V_2 = false; NativeSlice_1_t66375568C4FF313931F4D2F646D64FE6A406BAD2 V_3; memset((&V_3), 0, sizeof(V_3)); NativeSlice_1_t66375568C4FF313931F4D2F646D64FE6A406BAD2 V_4; memset((&V_4), 0, sizeof(V_4)); { int32_t L_0 = ___2_length; V_1 = (bool)((((int32_t)L_0) < ((int32_t)0))? 1 : 0); bool L_1 = V_1; if (!L_1) { goto IL_0024; } } { int32_t L_2 = ___2_length; int32_t L_3 = L_2; RuntimeObject* L_4 = Box(il2cpp_defaults.int32_class, &L_3); String_t* L_5; L_5 = String_Format_mA8DBB4C2516B9723C5A41E6CB1E2FAF4BBE96DD8(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral430EB2E3A25FA4E421F6F9352AA45F5613EEBE3C)), L_4, NULL); ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263* L_6 = (ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263_il2cpp_TypeInfo_var))); ArgumentException__ctor_m8F9D40CE19D19B698A70F9A258640EB52DB39B62(L_6, L_5, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralE8744A8B8BD390EB66CA0CAE2376C973E6904FFB)), NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_6, method); } IL_0024: { int32_t L_7 = ___1_stride; V_2 = (bool)((((int32_t)L_7) < ((int32_t)0))? 1 : 0); bool L_8 = V_2; if (!L_8) { goto IL_0047; } } { int32_t L_9 = ___1_stride; int32_t L_10 = L_9; RuntimeObject* L_11 = Box(il2cpp_defaults.int32_class, &L_10); String_t* L_12; L_12 = String_Format_mA8DBB4C2516B9723C5A41E6CB1E2FAF4BBE96DD8(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralF173EEDE423DEA19D689B1E600908FB12D40BC32)), L_11, NULL); ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263* L_13 = (ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263_il2cpp_TypeInfo_var))); ArgumentException__ctor_m8F9D40CE19D19B698A70F9A258640EB52DB39B62(L_13, L_12, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral67C625C07AF1A22A91873A1B1CF9F911774F3A1B)), NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_13, method); } IL_0047: { il2cpp_codegen_initobj((&V_3), sizeof(NativeSlice_1_t66375568C4FF313931F4D2F646D64FE6A406BAD2)); int32_t L_14 = ___1_stride; (&V_3)->___m_Stride = L_14; void* L_15 = ___0_dataPointer; (&V_3)->___m_Buffer = (uint8_t*)L_15; int32_t L_16 = ___2_length; (&V_3)->___m_Length = L_16; NativeSlice_1_t66375568C4FF313931F4D2F646D64FE6A406BAD2 L_17 = V_3; V_0 = L_17; NativeSlice_1_t66375568C4FF313931F4D2F646D64FE6A406BAD2 L_18 = V_0; V_4 = L_18; goto IL_006e; } IL_006e: { NativeSlice_1_t66375568C4FF313931F4D2F646D64FE6A406BAD2 L_19 = V_4; return L_19; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR NativeSlice_1_tA54E5D259EBCC7CD8512AA352C6F3709EB237B52 NativeSliceUnsafeUtility_ConvertExistingDataToNativeSlice_TisIl2CppFullySharedGenericStruct_mE65C843FF57523BD4FDD1642C5D01EE096A9E2E0_gshared (void* ___0_dataPointer, int32_t ___1_stride, int32_t ___2_length, const RuntimeMethod* method) { NativeSlice_1_tA54E5D259EBCC7CD8512AA352C6F3709EB237B52 V_0; memset((&V_0), 0, sizeof(V_0)); bool V_1 = false; bool V_2 = false; NativeSlice_1_tA54E5D259EBCC7CD8512AA352C6F3709EB237B52 V_3; memset((&V_3), 0, sizeof(V_3)); NativeSlice_1_tA54E5D259EBCC7CD8512AA352C6F3709EB237B52 V_4; memset((&V_4), 0, sizeof(V_4)); { int32_t L_0 = ___2_length; V_1 = (bool)((((int32_t)L_0) < ((int32_t)0))? 1 : 0); bool L_1 = V_1; if (!L_1) { goto IL_0024; } } { int32_t L_2 = ___2_length; int32_t L_3 = L_2; RuntimeObject* L_4 = Box(il2cpp_defaults.int32_class, &L_3); String_t* L_5; L_5 = String_Format_mA8DBB4C2516B9723C5A41E6CB1E2FAF4BBE96DD8(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral430EB2E3A25FA4E421F6F9352AA45F5613EEBE3C)), L_4, NULL); ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263* L_6 = (ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263_il2cpp_TypeInfo_var))); ArgumentException__ctor_m8F9D40CE19D19B698A70F9A258640EB52DB39B62(L_6, L_5, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralE8744A8B8BD390EB66CA0CAE2376C973E6904FFB)), NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_6, method); } IL_0024: { int32_t L_7 = ___1_stride; V_2 = (bool)((((int32_t)L_7) < ((int32_t)0))? 1 : 0); bool L_8 = V_2; if (!L_8) { goto IL_0047; } } { int32_t L_9 = ___1_stride; int32_t L_10 = L_9; RuntimeObject* L_11 = Box(il2cpp_defaults.int32_class, &L_10); String_t* L_12; L_12 = String_Format_mA8DBB4C2516B9723C5A41E6CB1E2FAF4BBE96DD8(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralF173EEDE423DEA19D689B1E600908FB12D40BC32)), L_11, NULL); ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263* L_13 = (ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263_il2cpp_TypeInfo_var))); ArgumentException__ctor_m8F9D40CE19D19B698A70F9A258640EB52DB39B62(L_13, L_12, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral67C625C07AF1A22A91873A1B1CF9F911774F3A1B)), NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_13, method); } IL_0047: { il2cpp_codegen_initobj((&V_3), sizeof(NativeSlice_1_tA54E5D259EBCC7CD8512AA352C6F3709EB237B52)); int32_t L_14 = ___1_stride; (&V_3)->___m_Stride = L_14; void* L_15 = ___0_dataPointer; (&V_3)->___m_Buffer = (uint8_t*)L_15; int32_t L_16 = ___2_length; (&V_3)->___m_Length = L_16; NativeSlice_1_tA54E5D259EBCC7CD8512AA352C6F3709EB237B52 L_17 = V_3; V_0 = L_17; NativeSlice_1_tA54E5D259EBCC7CD8512AA352C6F3709EB237B52 L_18 = V_0; V_4 = L_18; goto IL_006e; } IL_006e: { NativeSlice_1_tA54E5D259EBCC7CD8512AA352C6F3709EB237B52 L_19 = V_4; return L_19; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR NativeSlice_1_t1FC9E9FE0BB166305C1E3C50A7E9D588E1D92502 NativeSliceUnsafeUtility_ConvertExistingDataToNativeSlice_Tisfloat3_t4AB5D88249ADB24F69FFD0793E8ED25E1CC3745E_m997DBC83795B518830731B888AD2A97C3237115D_gshared (void* ___0_dataPointer, int32_t ___1_stride, int32_t ___2_length, const RuntimeMethod* method) { NativeSlice_1_t1FC9E9FE0BB166305C1E3C50A7E9D588E1D92502 V_0; memset((&V_0), 0, sizeof(V_0)); bool V_1 = false; bool V_2 = false; NativeSlice_1_t1FC9E9FE0BB166305C1E3C50A7E9D588E1D92502 V_3; memset((&V_3), 0, sizeof(V_3)); NativeSlice_1_t1FC9E9FE0BB166305C1E3C50A7E9D588E1D92502 V_4; memset((&V_4), 0, sizeof(V_4)); { int32_t L_0 = ___2_length; V_1 = (bool)((((int32_t)L_0) < ((int32_t)0))? 1 : 0); bool L_1 = V_1; if (!L_1) { goto IL_0024; } } { int32_t L_2 = ___2_length; int32_t L_3 = L_2; RuntimeObject* L_4 = Box(il2cpp_defaults.int32_class, &L_3); String_t* L_5; L_5 = String_Format_mA8DBB4C2516B9723C5A41E6CB1E2FAF4BBE96DD8(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral430EB2E3A25FA4E421F6F9352AA45F5613EEBE3C)), L_4, NULL); ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263* L_6 = (ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263_il2cpp_TypeInfo_var))); ArgumentException__ctor_m8F9D40CE19D19B698A70F9A258640EB52DB39B62(L_6, L_5, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralE8744A8B8BD390EB66CA0CAE2376C973E6904FFB)), NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_6, method); } IL_0024: { int32_t L_7 = ___1_stride; V_2 = (bool)((((int32_t)L_7) < ((int32_t)0))? 1 : 0); bool L_8 = V_2; if (!L_8) { goto IL_0047; } } { int32_t L_9 = ___1_stride; int32_t L_10 = L_9; RuntimeObject* L_11 = Box(il2cpp_defaults.int32_class, &L_10); String_t* L_12; L_12 = String_Format_mA8DBB4C2516B9723C5A41E6CB1E2FAF4BBE96DD8(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralF173EEDE423DEA19D689B1E600908FB12D40BC32)), L_11, NULL); ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263* L_13 = (ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263_il2cpp_TypeInfo_var))); ArgumentException__ctor_m8F9D40CE19D19B698A70F9A258640EB52DB39B62(L_13, L_12, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral67C625C07AF1A22A91873A1B1CF9F911774F3A1B)), NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_13, method); } IL_0047: { il2cpp_codegen_initobj((&V_3), sizeof(NativeSlice_1_t1FC9E9FE0BB166305C1E3C50A7E9D588E1D92502)); int32_t L_14 = ___1_stride; (&V_3)->___m_Stride = L_14; void* L_15 = ___0_dataPointer; (&V_3)->___m_Buffer = (uint8_t*)L_15; int32_t L_16 = ___2_length; (&V_3)->___m_Length = L_16; NativeSlice_1_t1FC9E9FE0BB166305C1E3C50A7E9D588E1D92502 L_17 = V_3; V_0 = L_17; NativeSlice_1_t1FC9E9FE0BB166305C1E3C50A7E9D588E1D92502 L_18 = V_0; V_4 = L_18; goto IL_006e; } IL_006e: { NativeSlice_1_t1FC9E9FE0BB166305C1E3C50A7E9D588E1D92502 L_19 = V_4; return L_19; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR NativeSlice_1_t0ADA4C4E7F86D6AC8C977F595CA8C8F00A8197EC NativeSliceUnsafeUtility_ConvertExistingDataToNativeSlice_Tisfloat4_t89D9A294E7A79BD81BFBDD18654508532958555E_m2AB234C1F61762C9891F9CA0954C954BF50AA8A8_gshared (void* ___0_dataPointer, int32_t ___1_stride, int32_t ___2_length, const RuntimeMethod* method) { NativeSlice_1_t0ADA4C4E7F86D6AC8C977F595CA8C8F00A8197EC V_0; memset((&V_0), 0, sizeof(V_0)); bool V_1 = false; bool V_2 = false; NativeSlice_1_t0ADA4C4E7F86D6AC8C977F595CA8C8F00A8197EC V_3; memset((&V_3), 0, sizeof(V_3)); NativeSlice_1_t0ADA4C4E7F86D6AC8C977F595CA8C8F00A8197EC V_4; memset((&V_4), 0, sizeof(V_4)); { int32_t L_0 = ___2_length; V_1 = (bool)((((int32_t)L_0) < ((int32_t)0))? 1 : 0); bool L_1 = V_1; if (!L_1) { goto IL_0024; } } { int32_t L_2 = ___2_length; int32_t L_3 = L_2; RuntimeObject* L_4 = Box(il2cpp_defaults.int32_class, &L_3); String_t* L_5; L_5 = String_Format_mA8DBB4C2516B9723C5A41E6CB1E2FAF4BBE96DD8(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral430EB2E3A25FA4E421F6F9352AA45F5613EEBE3C)), L_4, NULL); ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263* L_6 = (ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263_il2cpp_TypeInfo_var))); ArgumentException__ctor_m8F9D40CE19D19B698A70F9A258640EB52DB39B62(L_6, L_5, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralE8744A8B8BD390EB66CA0CAE2376C973E6904FFB)), NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_6, method); } IL_0024: { int32_t L_7 = ___1_stride; V_2 = (bool)((((int32_t)L_7) < ((int32_t)0))? 1 : 0); bool L_8 = V_2; if (!L_8) { goto IL_0047; } } { int32_t L_9 = ___1_stride; int32_t L_10 = L_9; RuntimeObject* L_11 = Box(il2cpp_defaults.int32_class, &L_10); String_t* L_12; L_12 = String_Format_mA8DBB4C2516B9723C5A41E6CB1E2FAF4BBE96DD8(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralF173EEDE423DEA19D689B1E600908FB12D40BC32)), L_11, NULL); ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263* L_13 = (ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263_il2cpp_TypeInfo_var))); ArgumentException__ctor_m8F9D40CE19D19B698A70F9A258640EB52DB39B62(L_13, L_12, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral67C625C07AF1A22A91873A1B1CF9F911774F3A1B)), NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_13, method); } IL_0047: { il2cpp_codegen_initobj((&V_3), sizeof(NativeSlice_1_t0ADA4C4E7F86D6AC8C977F595CA8C8F00A8197EC)); int32_t L_14 = ___1_stride; (&V_3)->___m_Stride = L_14; void* L_15 = ___0_dataPointer; (&V_3)->___m_Buffer = (uint8_t*)L_15; int32_t L_16 = ___2_length; (&V_3)->___m_Length = L_16; NativeSlice_1_t0ADA4C4E7F86D6AC8C977F595CA8C8F00A8197EC L_17 = V_3; V_0 = L_17; NativeSlice_1_t0ADA4C4E7F86D6AC8C977F595CA8C8F00A8197EC L_18 = V_0; V_4 = L_18; goto IL_006e; } IL_006e: { NativeSlice_1_t0ADA4C4E7F86D6AC8C977F595CA8C8F00A8197EC L_19 = V_4; return L_19; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void* NativeSliceUnsafeUtility_GetUnsafePtr_TisBoneWeight_t7E7DACA0D0F56698E05EBBD839D1D343502EA11F_m62F21E65FB80AF955E4998488B792C8D6D0F15AE_gshared (NativeSlice_1_tCC36EBD5A623BDA3FF33D6F6B3F46F253AE626A8 ___0_nativeSlice, const RuntimeMethod* method) { void* V_0 = NULL; { NativeSlice_1_tCC36EBD5A623BDA3FF33D6F6B3F46F253AE626A8 L_0 = ___0_nativeSlice; uint8_t* L_1 = L_0.___m_Buffer; V_0 = (void*)L_1; goto IL_000a; } IL_000a: { void* L_2 = V_0; return L_2; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void* NativeSliceUnsafeUtility_GetUnsafePtr_TisByte_t94D9231AC217BE4D2E004C4CD32DF6D099EA41A3_mD9A2B4BB7177667D1A9E3AC345815C6478C6B441_gshared (NativeSlice_1_tCEC4B2B900638EC1820BB61FE436766204DFD8DA ___0_nativeSlice, const RuntimeMethod* method) { void* V_0 = NULL; { NativeSlice_1_tCEC4B2B900638EC1820BB61FE436766204DFD8DA L_0 = ___0_nativeSlice; uint8_t* L_1 = L_0.___m_Buffer; V_0 = (void*)L_1; goto IL_000a; } IL_000a: { void* L_2 = V_0; return L_2; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void* NativeSliceUnsafeUtility_GetUnsafePtr_TisConvertMeshJobData_t35F3B601671C4880929BC30A858410B14459E3B1_m6BD8C7B6687079F4D938B1D123852D1B1DB738D2_gshared (NativeSlice_1_t1108006793B0D86DFCF2E4481CD5E5E32AFF591B ___0_nativeSlice, const RuntimeMethod* method) { void* V_0 = NULL; { NativeSlice_1_t1108006793B0D86DFCF2E4481CD5E5E32AFF591B L_0 = ___0_nativeSlice; uint8_t* L_1 = L_0.___m_Buffer; V_0 = (void*)L_1; goto IL_000a; } IL_000a: { void* L_2 = V_0; return L_2; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void* NativeSliceUnsafeUtility_GetUnsafePtr_TisCopyMeshJobData_t8A9A7785E58E23442500E07C72C0C00E91B2BAF8_m1D5DB0F0A202A5CBC424E412F2371F118D6716B9_gshared (NativeSlice_1_t84638F9F5F454538786C27E8F639E0B602DB00D0 ___0_nativeSlice, const RuntimeMethod* method) { void* V_0 = NULL; { NativeSlice_1_t84638F9F5F454538786C27E8F639E0B602DB00D0 L_0 = ___0_nativeSlice; uint8_t* L_1 = L_0.___m_Buffer; V_0 = (void*)L_1; goto IL_000a; } IL_000a: { void* L_2 = V_0; return L_2; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void* NativeSliceUnsafeUtility_GetUnsafePtr_TisDrawBufferRange_t289089F19A7539FDA77D3E63416BAFBA0955E2D5_m7130837ADE7AB97C8D108E52DA01A1BDB7E38C9F_gshared (NativeSlice_1_tAF349534A3BD2A4AC09D9555714E39314906CB3F ___0_nativeSlice, const RuntimeMethod* method) { void* V_0 = NULL; { NativeSlice_1_tAF349534A3BD2A4AC09D9555714E39314906CB3F L_0 = ___0_nativeSlice; uint8_t* L_1 = L_0.___m_Buffer; V_0 = (void*)L_1; goto IL_000a; } IL_000a: { void* L_2 = V_0; return L_2; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void* NativeSliceUnsafeUtility_GetUnsafePtr_TisGfxUpdateBufferRange_t2991435FD0E056C19D7E3D4E524C13493F244B4C_m96BF1DA7D07BBC9CBB70382DC0B3582F3E927D38_gshared (NativeSlice_1_t2584A7E323E2DAA0F082C26AD9D0DE0FC661F85F ___0_nativeSlice, const RuntimeMethod* method) { void* V_0 = NULL; { NativeSlice_1_t2584A7E323E2DAA0F082C26AD9D0DE0FC661F85F L_0 = ___0_nativeSlice; uint8_t* L_1 = L_0.___m_Buffer; V_0 = (void*)L_1; goto IL_000a; } IL_000a: { void* L_2 = V_0; return L_2; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void* NativeSliceUnsafeUtility_GetUnsafePtr_TisInt32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_m669D65026ECD6F1A5A38A88C1FAD087034253418_gshared (NativeSlice_1_tA89467F62CCE518E9D8EF59DE4A3660B39C573D5 ___0_nativeSlice, const RuntimeMethod* method) { void* V_0 = NULL; { NativeSlice_1_tA89467F62CCE518E9D8EF59DE4A3660B39C573D5 L_0 = ___0_nativeSlice; uint8_t* L_1 = L_0.___m_Buffer; V_0 = (void*)L_1; goto IL_000a; } IL_000a: { void* L_2 = V_0; return L_2; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void* NativeSliceUnsafeUtility_GetUnsafePtr_TisJobHandle_t5DF5F99902FED3C801A81C05205CEA6CE039EF08_m0363D0A70C0868B740951975373BBE4502FCA03C_gshared (NativeSlice_1_t7591FC942F923C6C3D5066DBCE25E2B91AAD3BD8 ___0_nativeSlice, const RuntimeMethod* method) { void* V_0 = NULL; { NativeSlice_1_t7591FC942F923C6C3D5066DBCE25E2B91AAD3BD8 L_0 = ___0_nativeSlice; uint8_t* L_1 = L_0.___m_Buffer; V_0 = (void*)L_1; goto IL_000a; } IL_000a: { void* L_2 = V_0; return L_2; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void* NativeSliceUnsafeUtility_GetUnsafePtr_TisMatrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6_mF44527197CB7BA7ACF50A07F98F92E94C04770E7_gshared (NativeSlice_1_t834036F9BEE3B44BA1A65E51849556E5B7AEAF0A ___0_nativeSlice, const RuntimeMethod* method) { void* V_0 = NULL; { NativeSlice_1_t834036F9BEE3B44BA1A65E51849556E5B7AEAF0A L_0 = ___0_nativeSlice; uint8_t* L_1 = L_0.___m_Buffer; V_0 = (void*)L_1; goto IL_000a; } IL_000a: { void* L_2 = V_0; return L_2; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void* NativeSliceUnsafeUtility_GetUnsafePtr_TisNudgeJobData_tC303DCF7D6A8683AA414D05AA13CB6FAD4BB4022_mA28ABDFFEBBBE1B3463D9D30DD91C5FD554E2D6E_gshared (NativeSlice_1_t1B1546AEB20D09E65A620651F8A4C68DD5998882 ___0_nativeSlice, const RuntimeMethod* method) { void* V_0 = NULL; { NativeSlice_1_t1B1546AEB20D09E65A620651F8A4C68DD5998882 L_0 = ___0_nativeSlice; uint8_t* L_1 = L_0.___m_Buffer; V_0 = (void*)L_1; goto IL_000a; } IL_000a: { void* L_2 = V_0; return L_2; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void* NativeSliceUnsafeUtility_GetUnsafePtr_TisPositionTangentVertex_t2A3AA7C428755E24BA9ECCBD89F67D0828D6555C_m2A54AC8EC29C95F1B6C54D461621EC5AED00C842_gshared (NativeSlice_1_t896C643D92AC9B70D47A50D65CB166F74009189F ___0_nativeSlice, const RuntimeMethod* method) { void* V_0 = NULL; { NativeSlice_1_t896C643D92AC9B70D47A50D65CB166F74009189F L_0 = ___0_nativeSlice; uint8_t* L_1 = L_0.___m_Buffer; V_0 = (void*)L_1; goto IL_000a; } IL_000a: { void* L_2 = V_0; return L_2; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void* NativeSliceUnsafeUtility_GetUnsafePtr_TisPositionVertex_tE2E9C13E829C47759FB1722B0548D2D8925C4D12_m9D4BF5EB68F80854A5D189827BA29954C5D8A79F_gshared (NativeSlice_1_tC7AC7DD3A727BCA7CF8B7EBDD6DE68FB33E8D9D2 ___0_nativeSlice, const RuntimeMethod* method) { void* V_0 = NULL; { NativeSlice_1_tC7AC7DD3A727BCA7CF8B7EBDD6DE68FB33E8D9D2 L_0 = ___0_nativeSlice; uint8_t* L_1 = L_0.___m_Buffer; V_0 = (void*)L_1; goto IL_000a; } IL_000a: { void* L_2 = V_0; return L_2; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void* NativeSliceUnsafeUtility_GetUnsafePtr_TisUInt16_tF4C148C876015C212FD72652D0B6ED8CC247A455_m6587359875DD85AF7B9BD3317FADF46E4DEA3918_gshared (NativeSlice_1_t0D1A1AB7A9C4768B84EB7420D04A90920533C78A ___0_nativeSlice, const RuntimeMethod* method) { void* V_0 = NULL; { NativeSlice_1_t0D1A1AB7A9C4768B84EB7420D04A90920533C78A L_0 = ___0_nativeSlice; uint8_t* L_1 = L_0.___m_Buffer; V_0 = (void*)L_1; goto IL_000a; } IL_000a: { void* L_2 = V_0; return L_2; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void* NativeSliceUnsafeUtility_GetUnsafePtr_TisVector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7_m255EF169635E8E992D7CCBEE82993ADF03EFEB81_gshared (NativeSlice_1_tBDD0B6C963222DE23BD34911416213E058F9FBAF ___0_nativeSlice, const RuntimeMethod* method) { void* V_0 = NULL; { NativeSlice_1_tBDD0B6C963222DE23BD34911416213E058F9FBAF L_0 = ___0_nativeSlice; uint8_t* L_1 = L_0.___m_Buffer; V_0 = (void*)L_1; goto IL_000a; } IL_000a: { void* L_2 = V_0; return L_2; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void* NativeSliceUnsafeUtility_GetUnsafePtr_TisVector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2_m74258394834D8ACF24F195559B5CDEBE8E12FAEA_gshared (NativeSlice_1_t4B5C42A704ED060AB92A8716135FE435B1E6C23A ___0_nativeSlice, const RuntimeMethod* method) { void* V_0 = NULL; { NativeSlice_1_t4B5C42A704ED060AB92A8716135FE435B1E6C23A L_0 = ___0_nativeSlice; uint8_t* L_1 = L_0.___m_Buffer; V_0 = (void*)L_1; goto IL_000a; } IL_000a: { void* L_2 = V_0; return L_2; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void* NativeSliceUnsafeUtility_GetUnsafePtr_TisVector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3_m56EEC99856FD511773B66A80826B633FD8BF9FEB_gshared (NativeSlice_1_tA687F314957178F2A299D03D59B960DDC218680F ___0_nativeSlice, const RuntimeMethod* method) { void* V_0 = NULL; { NativeSlice_1_tA687F314957178F2A299D03D59B960DDC218680F L_0 = ___0_nativeSlice; uint8_t* L_1 = L_0.___m_Buffer; V_0 = (void*)L_1; goto IL_000a; } IL_000a: { void* L_2 = V_0; return L_2; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void* NativeSliceUnsafeUtility_GetUnsafePtr_TisVertex_t016AC68A2E6C62576E65412BEC71544AFC01AFC7_m46659EC4AFC5B6616D666FC149A4290A40382A8C_gshared (NativeSlice_1_t66375568C4FF313931F4D2F646D64FE6A406BAD2 ___0_nativeSlice, const RuntimeMethod* method) { void* V_0 = NULL; { NativeSlice_1_t66375568C4FF313931F4D2F646D64FE6A406BAD2 L_0 = ___0_nativeSlice; uint8_t* L_1 = L_0.___m_Buffer; V_0 = (void*)L_1; goto IL_000a; } IL_000a: { void* L_2 = V_0; return L_2; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void* NativeSliceUnsafeUtility_GetUnsafePtr_TisIl2CppFullySharedGenericStruct_m051D495AEDE8F8F98AF26E7709F9873DF4926036_gshared (NativeSlice_1_tA54E5D259EBCC7CD8512AA352C6F3709EB237B52 ___0_nativeSlice, const RuntimeMethod* method) { void* V_0 = NULL; { NativeSlice_1_tA54E5D259EBCC7CD8512AA352C6F3709EB237B52 L_0 = ___0_nativeSlice; uint8_t* L_1 = L_0.___m_Buffer; V_0 = (void*)L_1; goto IL_000a; } IL_000a: { void* L_2 = V_0; return L_2; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void* NativeSliceUnsafeUtility_GetUnsafePtr_Tisfloat3_t4AB5D88249ADB24F69FFD0793E8ED25E1CC3745E_m80388B3784FBE64078CE4E604792B4A98F0DBCE2_gshared (NativeSlice_1_t1FC9E9FE0BB166305C1E3C50A7E9D588E1D92502 ___0_nativeSlice, const RuntimeMethod* method) { void* V_0 = NULL; { NativeSlice_1_t1FC9E9FE0BB166305C1E3C50A7E9D588E1D92502 L_0 = ___0_nativeSlice; uint8_t* L_1 = L_0.___m_Buffer; V_0 = (void*)L_1; goto IL_000a; } IL_000a: { void* L_2 = V_0; return L_2; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void* NativeSliceUnsafeUtility_GetUnsafePtr_Tisfloat4_t89D9A294E7A79BD81BFBDD18654508532958555E_m05ACEB0EFCB44495F16F8344F95B7E0279BBAFCD_gshared (NativeSlice_1_t0ADA4C4E7F86D6AC8C977F595CA8C8F00A8197EC ___0_nativeSlice, const RuntimeMethod* method) { void* V_0 = NULL; { NativeSlice_1_t0ADA4C4E7F86D6AC8C977F595CA8C8F00A8197EC L_0 = ___0_nativeSlice; uint8_t* L_1 = L_0.___m_Buffer; V_0 = (void*)L_1; goto IL_000a; } IL_000a: { void* L_2 = V_0; return L_2; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void* NativeSliceUnsafeUtility_GetUnsafePtr_Tisfloat4x4_t7EDD16F7F57DC7F61A6302535F7C19FB97915DF2_mC5DC4B3A077F4E0B8F85609318B0BADC9FF47D46_gshared (NativeSlice_1_t14A9CE6361CD2BA1425D4FF7F9C320B32E3F8B63 ___0_nativeSlice, const RuntimeMethod* method) { void* V_0 = NULL; { NativeSlice_1_t14A9CE6361CD2BA1425D4FF7F9C320B32E3F8B63 L_0 = ___0_nativeSlice; uint8_t* L_1 = L_0.___m_Buffer; V_0 = (void*)L_1; goto IL_000a; } IL_000a: { void* L_2 = V_0; return L_2; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void* NativeSliceUnsafeUtility_GetUnsafePtr_TisTessellationJobParameters_tA2407D5C15761590BDD217DDE4861964544E8CE2_mA02C024D486D564B699E82DF81B47C556F78B96C_gshared (NativeSlice_1_t72AA15A00D1B7CE9B7265E487D15133C9F091FD0 ___0_nativeSlice, const RuntimeMethod* method) { void* V_0 = NULL; { NativeSlice_1_t72AA15A00D1B7CE9B7265E487D15133C9F091FD0 L_0 = ___0_nativeSlice; uint8_t* L_1 = L_0.___m_Buffer; V_0 = (void*)L_1; goto IL_000a; } IL_000a: { void* L_2 = V_0; return L_2; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void* NativeSliceUnsafeUtility_GetUnsafePtr_TisPainter2DJobData_t227572FEAE4A071ED0378501E752A72FF0ACC4EF_m09A026CC0643E2A0214AFF9A3C5DDBF9CBD63024_gshared (NativeSlice_1_t4207DB5E16E1EF9068326562E97E3AA675F0DAF9 ___0_nativeSlice, const RuntimeMethod* method) { void* V_0 = NULL; { NativeSlice_1_t4207DB5E16E1EF9068326562E97E3AA675F0DAF9 L_0 = ___0_nativeSlice; uint8_t* L_1 = L_0.___m_Buffer; V_0 = (void*)L_1; goto IL_000a; } IL_000a: { void* L_2 = V_0; return L_2; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void* NativeSliceUnsafeUtility_GetUnsafeReadOnlyPtr_TisBoneWeight_t7E7DACA0D0F56698E05EBBD839D1D343502EA11F_m363AC6C6F7FE24031C819DB8047CDC74E077B220_gshared (NativeSlice_1_tCC36EBD5A623BDA3FF33D6F6B3F46F253AE626A8 ___0_nativeSlice, const RuntimeMethod* method) { void* V_0 = NULL; { NativeSlice_1_tCC36EBD5A623BDA3FF33D6F6B3F46F253AE626A8 L_0 = ___0_nativeSlice; uint8_t* L_1 = L_0.___m_Buffer; V_0 = (void*)L_1; goto IL_000a; } IL_000a: { void* L_2 = V_0; return L_2; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void* NativeSliceUnsafeUtility_GetUnsafeReadOnlyPtr_TisByte_t94D9231AC217BE4D2E004C4CD32DF6D099EA41A3_m0B676DC51FACE97ED8BDBE80FDEE1D024D852A62_gshared (NativeSlice_1_tCEC4B2B900638EC1820BB61FE436766204DFD8DA ___0_nativeSlice, const RuntimeMethod* method) { void* V_0 = NULL; { NativeSlice_1_tCEC4B2B900638EC1820BB61FE436766204DFD8DA L_0 = ___0_nativeSlice; uint8_t* L_1 = L_0.___m_Buffer; V_0 = (void*)L_1; goto IL_000a; } IL_000a: { void* L_2 = V_0; return L_2; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void* NativeSliceUnsafeUtility_GetUnsafeReadOnlyPtr_TisConvertMeshJobData_t35F3B601671C4880929BC30A858410B14459E3B1_mF3128B9DF1FB9E59D3C89E07478F86936C03E2B5_gshared (NativeSlice_1_t1108006793B0D86DFCF2E4481CD5E5E32AFF591B ___0_nativeSlice, const RuntimeMethod* method) { void* V_0 = NULL; { NativeSlice_1_t1108006793B0D86DFCF2E4481CD5E5E32AFF591B L_0 = ___0_nativeSlice; uint8_t* L_1 = L_0.___m_Buffer; V_0 = (void*)L_1; goto IL_000a; } IL_000a: { void* L_2 = V_0; return L_2; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void* NativeSliceUnsafeUtility_GetUnsafeReadOnlyPtr_TisCopyMeshJobData_t8A9A7785E58E23442500E07C72C0C00E91B2BAF8_m2D36E1680EC31E78C2BC8BEC532706B4BA4BAC0C_gshared (NativeSlice_1_t84638F9F5F454538786C27E8F639E0B602DB00D0 ___0_nativeSlice, const RuntimeMethod* method) { void* V_0 = NULL; { NativeSlice_1_t84638F9F5F454538786C27E8F639E0B602DB00D0 L_0 = ___0_nativeSlice; uint8_t* L_1 = L_0.___m_Buffer; V_0 = (void*)L_1; goto IL_000a; } IL_000a: { void* L_2 = V_0; return L_2; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void* NativeSliceUnsafeUtility_GetUnsafeReadOnlyPtr_TisDrawBufferRange_t289089F19A7539FDA77D3E63416BAFBA0955E2D5_mD9AC766A8FD8ADED06FA02A938EBEC9A12432838_gshared (NativeSlice_1_tAF349534A3BD2A4AC09D9555714E39314906CB3F ___0_nativeSlice, const RuntimeMethod* method) { void* V_0 = NULL; { NativeSlice_1_tAF349534A3BD2A4AC09D9555714E39314906CB3F L_0 = ___0_nativeSlice; uint8_t* L_1 = L_0.___m_Buffer; V_0 = (void*)L_1; goto IL_000a; } IL_000a: { void* L_2 = V_0; return L_2; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void* NativeSliceUnsafeUtility_GetUnsafeReadOnlyPtr_TisGfxUpdateBufferRange_t2991435FD0E056C19D7E3D4E524C13493F244B4C_mC9D932B1F59928C2C2D4CAFDBEB2FD0BDC46241A_gshared (NativeSlice_1_t2584A7E323E2DAA0F082C26AD9D0DE0FC661F85F ___0_nativeSlice, const RuntimeMethod* method) { void* V_0 = NULL; { NativeSlice_1_t2584A7E323E2DAA0F082C26AD9D0DE0FC661F85F L_0 = ___0_nativeSlice; uint8_t* L_1 = L_0.___m_Buffer; V_0 = (void*)L_1; goto IL_000a; } IL_000a: { void* L_2 = V_0; return L_2; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void* NativeSliceUnsafeUtility_GetUnsafeReadOnlyPtr_TisInt32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_m200FC821837E1FB5E8B84E4449AEE41953537C91_gshared (NativeSlice_1_tA89467F62CCE518E9D8EF59DE4A3660B39C573D5 ___0_nativeSlice, const RuntimeMethod* method) { void* V_0 = NULL; { NativeSlice_1_tA89467F62CCE518E9D8EF59DE4A3660B39C573D5 L_0 = ___0_nativeSlice; uint8_t* L_1 = L_0.___m_Buffer; V_0 = (void*)L_1; goto IL_000a; } IL_000a: { void* L_2 = V_0; return L_2; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void* NativeSliceUnsafeUtility_GetUnsafeReadOnlyPtr_TisJobHandle_t5DF5F99902FED3C801A81C05205CEA6CE039EF08_m8BE452E031BAA5D0737B2D915B3ED0932A4C3492_gshared (NativeSlice_1_t7591FC942F923C6C3D5066DBCE25E2B91AAD3BD8 ___0_nativeSlice, const RuntimeMethod* method) { void* V_0 = NULL; { NativeSlice_1_t7591FC942F923C6C3D5066DBCE25E2B91AAD3BD8 L_0 = ___0_nativeSlice; uint8_t* L_1 = L_0.___m_Buffer; V_0 = (void*)L_1; goto IL_000a; } IL_000a: { void* L_2 = V_0; return L_2; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void* NativeSliceUnsafeUtility_GetUnsafeReadOnlyPtr_TisMatrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6_mEC1AFAC960FD48CA2A336183B83469047B5B851D_gshared (NativeSlice_1_t834036F9BEE3B44BA1A65E51849556E5B7AEAF0A ___0_nativeSlice, const RuntimeMethod* method) { void* V_0 = NULL; { NativeSlice_1_t834036F9BEE3B44BA1A65E51849556E5B7AEAF0A L_0 = ___0_nativeSlice; uint8_t* L_1 = L_0.___m_Buffer; V_0 = (void*)L_1; goto IL_000a; } IL_000a: { void* L_2 = V_0; return L_2; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void* NativeSliceUnsafeUtility_GetUnsafeReadOnlyPtr_TisNudgeJobData_tC303DCF7D6A8683AA414D05AA13CB6FAD4BB4022_m3C73B4A268E6EF19731588FC96256341D1482190_gshared (NativeSlice_1_t1B1546AEB20D09E65A620651F8A4C68DD5998882 ___0_nativeSlice, const RuntimeMethod* method) { void* V_0 = NULL; { NativeSlice_1_t1B1546AEB20D09E65A620651F8A4C68DD5998882 L_0 = ___0_nativeSlice; uint8_t* L_1 = L_0.___m_Buffer; V_0 = (void*)L_1; goto IL_000a; } IL_000a: { void* L_2 = V_0; return L_2; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void* NativeSliceUnsafeUtility_GetUnsafeReadOnlyPtr_TisPositionTangentVertex_t2A3AA7C428755E24BA9ECCBD89F67D0828D6555C_mB2D4E96439C3307C6E4AF42DC7FE8A4B44487921_gshared (NativeSlice_1_t896C643D92AC9B70D47A50D65CB166F74009189F ___0_nativeSlice, const RuntimeMethod* method) { void* V_0 = NULL; { NativeSlice_1_t896C643D92AC9B70D47A50D65CB166F74009189F L_0 = ___0_nativeSlice; uint8_t* L_1 = L_0.___m_Buffer; V_0 = (void*)L_1; goto IL_000a; } IL_000a: { void* L_2 = V_0; return L_2; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void* NativeSliceUnsafeUtility_GetUnsafeReadOnlyPtr_TisPositionVertex_tE2E9C13E829C47759FB1722B0548D2D8925C4D12_m46EDE79316E525B07A8704AEE91089A5DDEF9D97_gshared (NativeSlice_1_tC7AC7DD3A727BCA7CF8B7EBDD6DE68FB33E8D9D2 ___0_nativeSlice, const RuntimeMethod* method) { void* V_0 = NULL; { NativeSlice_1_tC7AC7DD3A727BCA7CF8B7EBDD6DE68FB33E8D9D2 L_0 = ___0_nativeSlice; uint8_t* L_1 = L_0.___m_Buffer; V_0 = (void*)L_1; goto IL_000a; } IL_000a: { void* L_2 = V_0; return L_2; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void* NativeSliceUnsafeUtility_GetUnsafeReadOnlyPtr_TisUInt16_tF4C148C876015C212FD72652D0B6ED8CC247A455_m25D2FEAD1520E2DEEBA11E8A6BF32EFCEC42D9EA_gshared (NativeSlice_1_t0D1A1AB7A9C4768B84EB7420D04A90920533C78A ___0_nativeSlice, const RuntimeMethod* method) { void* V_0 = NULL; { NativeSlice_1_t0D1A1AB7A9C4768B84EB7420D04A90920533C78A L_0 = ___0_nativeSlice; uint8_t* L_1 = L_0.___m_Buffer; V_0 = (void*)L_1; goto IL_000a; } IL_000a: { void* L_2 = V_0; return L_2; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void* NativeSliceUnsafeUtility_GetUnsafeReadOnlyPtr_TisVector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7_m5294D967B5B293CF1E25BE01849C5C55CEDD0C7E_gshared (NativeSlice_1_tBDD0B6C963222DE23BD34911416213E058F9FBAF ___0_nativeSlice, const RuntimeMethod* method) { void* V_0 = NULL; { NativeSlice_1_tBDD0B6C963222DE23BD34911416213E058F9FBAF L_0 = ___0_nativeSlice; uint8_t* L_1 = L_0.___m_Buffer; V_0 = (void*)L_1; goto IL_000a; } IL_000a: { void* L_2 = V_0; return L_2; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void* NativeSliceUnsafeUtility_GetUnsafeReadOnlyPtr_TisVector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2_mB3AAF18DA01A2871ABC3A6C17DE5051ABF758556_gshared (NativeSlice_1_t4B5C42A704ED060AB92A8716135FE435B1E6C23A ___0_nativeSlice, const RuntimeMethod* method) { void* V_0 = NULL; { NativeSlice_1_t4B5C42A704ED060AB92A8716135FE435B1E6C23A L_0 = ___0_nativeSlice; uint8_t* L_1 = L_0.___m_Buffer; V_0 = (void*)L_1; goto IL_000a; } IL_000a: { void* L_2 = V_0; return L_2; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void* NativeSliceUnsafeUtility_GetUnsafeReadOnlyPtr_TisVector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3_m7C21A5534F31A98810D38191D4F5511CDF6F7FCD_gshared (NativeSlice_1_tA687F314957178F2A299D03D59B960DDC218680F ___0_nativeSlice, const RuntimeMethod* method) { void* V_0 = NULL; { NativeSlice_1_tA687F314957178F2A299D03D59B960DDC218680F L_0 = ___0_nativeSlice; uint8_t* L_1 = L_0.___m_Buffer; V_0 = (void*)L_1; goto IL_000a; } IL_000a: { void* L_2 = V_0; return L_2; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void* NativeSliceUnsafeUtility_GetUnsafeReadOnlyPtr_TisVertex_t016AC68A2E6C62576E65412BEC71544AFC01AFC7_mBA68ADCEE03FE9686B3E1093209D25043E18946D_gshared (NativeSlice_1_t66375568C4FF313931F4D2F646D64FE6A406BAD2 ___0_nativeSlice, const RuntimeMethod* method) { void* V_0 = NULL; { NativeSlice_1_t66375568C4FF313931F4D2F646D64FE6A406BAD2 L_0 = ___0_nativeSlice; uint8_t* L_1 = L_0.___m_Buffer; V_0 = (void*)L_1; goto IL_000a; } IL_000a: { void* L_2 = V_0; return L_2; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void* NativeSliceUnsafeUtility_GetUnsafeReadOnlyPtr_TisIl2CppFullySharedGenericStruct_m4D697E26467C391B48E97587F53534941CBEA23F_gshared (NativeSlice_1_tA54E5D259EBCC7CD8512AA352C6F3709EB237B52 ___0_nativeSlice, const RuntimeMethod* method) { void* V_0 = NULL; { NativeSlice_1_tA54E5D259EBCC7CD8512AA352C6F3709EB237B52 L_0 = ___0_nativeSlice; uint8_t* L_1 = L_0.___m_Buffer; V_0 = (void*)L_1; goto IL_000a; } IL_000a: { void* L_2 = V_0; return L_2; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void* NativeSliceUnsafeUtility_GetUnsafeReadOnlyPtr_Tisfloat3_t4AB5D88249ADB24F69FFD0793E8ED25E1CC3745E_mC25AD4D19FDBB9ECF75908D5032323A2F10CA478_gshared (NativeSlice_1_t1FC9E9FE0BB166305C1E3C50A7E9D588E1D92502 ___0_nativeSlice, const RuntimeMethod* method) { void* V_0 = NULL; { NativeSlice_1_t1FC9E9FE0BB166305C1E3C50A7E9D588E1D92502 L_0 = ___0_nativeSlice; uint8_t* L_1 = L_0.___m_Buffer; V_0 = (void*)L_1; goto IL_000a; } IL_000a: { void* L_2 = V_0; return L_2; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void* NativeSliceUnsafeUtility_GetUnsafeReadOnlyPtr_Tisfloat4_t89D9A294E7A79BD81BFBDD18654508532958555E_m2D706533C8AA0A14AB3885C131452DDA2A7FE175_gshared (NativeSlice_1_t0ADA4C4E7F86D6AC8C977F595CA8C8F00A8197EC ___0_nativeSlice, const RuntimeMethod* method) { void* V_0 = NULL; { NativeSlice_1_t0ADA4C4E7F86D6AC8C977F595CA8C8F00A8197EC L_0 = ___0_nativeSlice; uint8_t* L_1 = L_0.___m_Buffer; V_0 = (void*)L_1; goto IL_000a; } IL_000a: { void* L_2 = V_0; return L_2; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void* NativeSliceUnsafeUtility_GetUnsafeReadOnlyPtr_Tisfloat4x4_t7EDD16F7F57DC7F61A6302535F7C19FB97915DF2_m9613EACAEFEF791BCEC1B9A0628F48CA5889792F_gshared (NativeSlice_1_t14A9CE6361CD2BA1425D4FF7F9C320B32E3F8B63 ___0_nativeSlice, const RuntimeMethod* method) { void* V_0 = NULL; { NativeSlice_1_t14A9CE6361CD2BA1425D4FF7F9C320B32E3F8B63 L_0 = ___0_nativeSlice; uint8_t* L_1 = L_0.___m_Buffer; V_0 = (void*)L_1; goto IL_000a; } IL_000a: { void* L_2 = V_0; return L_2; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void* NativeSliceUnsafeUtility_GetUnsafeReadOnlyPtr_TisTessellationJobParameters_tA2407D5C15761590BDD217DDE4861964544E8CE2_m8FB8E5DCE79D10E8CBF71676376F40449AD3EB5F_gshared (NativeSlice_1_t72AA15A00D1B7CE9B7265E487D15133C9F091FD0 ___0_nativeSlice, const RuntimeMethod* method) { void* V_0 = NULL; { NativeSlice_1_t72AA15A00D1B7CE9B7265E487D15133C9F091FD0 L_0 = ___0_nativeSlice; uint8_t* L_1 = L_0.___m_Buffer; V_0 = (void*)L_1; goto IL_000a; } IL_000a: { void* L_2 = V_0; return L_2; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void* NativeSliceUnsafeUtility_GetUnsafeReadOnlyPtr_TisPainter2DJobData_t227572FEAE4A071ED0378501E752A72FF0ACC4EF_m8AFD952643487BBF08BE2CB7CE45BCF3C9652815_gshared (NativeSlice_1_t4207DB5E16E1EF9068326562E97E3AA675F0DAF9 ___0_nativeSlice, const RuntimeMethod* method) { void* V_0 = NULL; { NativeSlice_1_t4207DB5E16E1EF9068326562E97E3AA675F0DAF9 L_0 = ___0_nativeSlice; uint8_t* L_1 = L_0.___m_Buffer; V_0 = (void*)L_1; goto IL_000a; } IL_000a: { void* L_2 = V_0; return L_2; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NoAllocHelpers_EnsureListElemCount_TisVector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3_mCC69B853EEBECBAF3DCBFD8A0B26691430128057_gshared (List_1_tF42FEB6C3B18B7E7C8F2DE1FEBA00D2491736317* ___0_list, int32_t ___1_count, const RuntimeMethod* method) { il2cpp_rgctx_method_init(method); bool V_0 = false; bool V_1 = false; bool V_2 = false; bool V_3 = false; ListPrivateFieldAccess_1_t53688B2A9D9ACB2645C9EC09B87E3F7F8664F00D* V_4 = NULL; { List_1_tF42FEB6C3B18B7E7C8F2DE1FEBA00D2491736317* L_0 = ___0_list; V_0 = (bool)((((RuntimeObject*)(List_1_tF42FEB6C3B18B7E7C8F2DE1FEBA00D2491736317*)L_0) == ((RuntimeObject*)(RuntimeObject*)NULL))? 1 : 0); bool L_1 = V_0; if (!L_1) { goto IL_0014; } } { ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129* L_2 = (ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_m444AE141157E333844FC1A9500224C2F9FD24F4B(L_2, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral5AC64F41AC098111BD52F434F0C2E60A4F2DE3BC)), NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, method); } IL_0014: { int32_t L_3 = ___1_count; V_1 = (bool)((((int32_t)L_3) < ((int32_t)0))? 1 : 0); bool L_4 = V_1; if (!L_4) { goto IL_002c; } } { ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263* L_5 = (ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263_il2cpp_TypeInfo_var))); ArgumentException__ctor_m8F9D40CE19D19B698A70F9A258640EB52DB39B62(L_5, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral6EB07847B96B4920AD36A2529E7AD9EFB2F7C468)), ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral5AC64F41AC098111BD52F434F0C2E60A4F2DE3BC)), NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_5, method); } IL_002c: { List_1_tF42FEB6C3B18B7E7C8F2DE1FEBA00D2491736317* L_6 = ___0_list; NullCheck(L_6); List_1_Clear_m6C27D2DB91485CF3C5992CD0234BA828E8C53275_inline(L_6, il2cpp_rgctx_method(method->rgctx_data, 1)); List_1_tF42FEB6C3B18B7E7C8F2DE1FEBA00D2491736317* L_7 = ___0_list; NullCheck(L_7); int32_t L_8; L_8 = List_1_get_Capacity_m6D4F92DC79D33023D68B3408D6464723C8AA83A9(L_7, il2cpp_rgctx_method(method->rgctx_data, 2)); int32_t L_9 = ___1_count; V_2 = (bool)((((int32_t)L_8) < ((int32_t)L_9))? 1 : 0); bool L_10 = V_2; if (!L_10) { goto IL_0048; } } { List_1_tF42FEB6C3B18B7E7C8F2DE1FEBA00D2491736317* L_11 = ___0_list; int32_t L_12 = ___1_count; NullCheck(L_11); List_1_set_Capacity_m4349F707AFD29359D197EE27DD358DF37C12E2F8(L_11, L_12, il2cpp_rgctx_method(method->rgctx_data, 3)); } IL_0048: { int32_t L_13 = ___1_count; List_1_tF42FEB6C3B18B7E7C8F2DE1FEBA00D2491736317* L_14 = ___0_list; NullCheck(L_14); int32_t L_15; L_15 = List_1_get_Count_m970BE5CCB1F05BAF033736206A0C3142930127B0_inline(L_14, il2cpp_rgctx_method(method->rgctx_data, 4)); V_3 = (bool)((((int32_t)((((int32_t)L_13) == ((int32_t)L_15))? 1 : 0)) == ((int32_t)0))? 1 : 0); bool L_16 = V_3; if (!L_16) { goto IL_007b; } } { ListPrivateFieldAccess_1_t53688B2A9D9ACB2645C9EC09B87E3F7F8664F00D** L_17; L_17 = UnsafeUtility_As_TisList_1_tF42FEB6C3B18B7E7C8F2DE1FEBA00D2491736317_TisListPrivateFieldAccess_1_t53688B2A9D9ACB2645C9EC09B87E3F7F8664F00D_mCF5F8927BE5A0D9A4F9E7858A43AE6987DA7C753_inline((&___0_list), il2cpp_rgctx_method(method->rgctx_data, 5)); ListPrivateFieldAccess_1_t53688B2A9D9ACB2645C9EC09B87E3F7F8664F00D* L_18 = *((ListPrivateFieldAccess_1_t53688B2A9D9ACB2645C9EC09B87E3F7F8664F00D**)L_17); V_4 = L_18; ListPrivateFieldAccess_1_t53688B2A9D9ACB2645C9EC09B87E3F7F8664F00D* L_19 = V_4; int32_t L_20 = ___1_count; NullCheck(L_19); L_19->____size = L_20; ListPrivateFieldAccess_1_t53688B2A9D9ACB2645C9EC09B87E3F7F8664F00D* L_21 = V_4; ListPrivateFieldAccess_1_t53688B2A9D9ACB2645C9EC09B87E3F7F8664F00D* L_22 = L_21; NullCheck(L_22); int32_t L_23 = L_22->____version; NullCheck(L_22); L_22->____version = ((int32_t)il2cpp_codegen_add(L_23, 1)); } IL_007b: { return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NoAllocHelpers_EnsureListElemCount_TisIl2CppFullySharedGenericAny_m28F7CCEFA354ED25B6E156C88890C5D01F5D9B6B_gshared (List_1_tDBA89B0E21BAC58CFBD3C1F76E4668E3B562761A* ___0_list, int32_t ___1_count, const RuntimeMethod* method) { il2cpp_rgctx_method_init(method); bool V_0 = false; bool V_1 = false; bool V_2 = false; bool V_3 = false; ListPrivateFieldAccess_1_t60D467CC7A297D7CDDDAEEE566EC72A82A938A6C* V_4 = NULL; { List_1_tDBA89B0E21BAC58CFBD3C1F76E4668E3B562761A* L_0 = ___0_list; V_0 = (bool)((((RuntimeObject*)(List_1_tDBA89B0E21BAC58CFBD3C1F76E4668E3B562761A*)L_0) == ((RuntimeObject*)(RuntimeObject*)NULL))? 1 : 0); bool L_1 = V_0; if (!L_1) { goto IL_0014; } } { ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129* L_2 = (ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_m444AE141157E333844FC1A9500224C2F9FD24F4B(L_2, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral5AC64F41AC098111BD52F434F0C2E60A4F2DE3BC)), NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, method); } IL_0014: { int32_t L_3 = ___1_count; V_1 = (bool)((((int32_t)L_3) < ((int32_t)0))? 1 : 0); bool L_4 = V_1; if (!L_4) { goto IL_002c; } } { ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263* L_5 = (ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263_il2cpp_TypeInfo_var))); ArgumentException__ctor_m8F9D40CE19D19B698A70F9A258640EB52DB39B62(L_5, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral6EB07847B96B4920AD36A2529E7AD9EFB2F7C468)), ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral5AC64F41AC098111BD52F434F0C2E60A4F2DE3BC)), NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_5, method); } IL_002c: { List_1_tDBA89B0E21BAC58CFBD3C1F76E4668E3B562761A* L_6 = ___0_list; NullCheck(L_6); (( void (*) (List_1_tDBA89B0E21BAC58CFBD3C1F76E4668E3B562761A*, const RuntimeMethod*))il2cpp_codegen_get_direct_method_pointer(il2cpp_rgctx_method(method->rgctx_data, 1)))(L_6, il2cpp_rgctx_method(method->rgctx_data, 1)); List_1_tDBA89B0E21BAC58CFBD3C1F76E4668E3B562761A* L_7 = ___0_list; NullCheck(L_7); int32_t L_8; L_8 = (( int32_t (*) (List_1_tDBA89B0E21BAC58CFBD3C1F76E4668E3B562761A*, const RuntimeMethod*))il2cpp_codegen_get_direct_method_pointer(il2cpp_rgctx_method(method->rgctx_data, 2)))(L_7, il2cpp_rgctx_method(method->rgctx_data, 2)); int32_t L_9 = ___1_count; V_2 = (bool)((((int32_t)L_8) < ((int32_t)L_9))? 1 : 0); bool L_10 = V_2; if (!L_10) { goto IL_0048; } } { List_1_tDBA89B0E21BAC58CFBD3C1F76E4668E3B562761A* L_11 = ___0_list; int32_t L_12 = ___1_count; NullCheck(L_11); (( void (*) (List_1_tDBA89B0E21BAC58CFBD3C1F76E4668E3B562761A*, int32_t, const RuntimeMethod*))il2cpp_codegen_get_direct_method_pointer(il2cpp_rgctx_method(method->rgctx_data, 3)))(L_11, L_12, il2cpp_rgctx_method(method->rgctx_data, 3)); } IL_0048: { int32_t L_13 = ___1_count; List_1_tDBA89B0E21BAC58CFBD3C1F76E4668E3B562761A* L_14 = ___0_list; NullCheck(L_14); int32_t L_15; L_15 = (( int32_t (*) (List_1_tDBA89B0E21BAC58CFBD3C1F76E4668E3B562761A*, const RuntimeMethod*))il2cpp_codegen_get_direct_method_pointer(il2cpp_rgctx_method(method->rgctx_data, 4)))(L_14, il2cpp_rgctx_method(method->rgctx_data, 4)); V_3 = (bool)((((int32_t)((((int32_t)L_13) == ((int32_t)L_15))? 1 : 0)) == ((int32_t)0))? 1 : 0); bool L_16 = V_3; if (!L_16) { goto IL_007b; } } { ListPrivateFieldAccess_1_t60D467CC7A297D7CDDDAEEE566EC72A82A938A6C** L_17; L_17 = (( ListPrivateFieldAccess_1_t60D467CC7A297D7CDDDAEEE566EC72A82A938A6C** (*) (List_1_tDBA89B0E21BAC58CFBD3C1F76E4668E3B562761A**, const RuntimeMethod*))il2cpp_codegen_get_direct_method_pointer(il2cpp_rgctx_method(method->rgctx_data, 5)))((&___0_list), il2cpp_rgctx_method(method->rgctx_data, 5)); ListPrivateFieldAccess_1_t60D467CC7A297D7CDDDAEEE566EC72A82A938A6C* L_18 = *((ListPrivateFieldAccess_1_t60D467CC7A297D7CDDDAEEE566EC72A82A938A6C**)L_17); V_4 = L_18; ListPrivateFieldAccess_1_t60D467CC7A297D7CDDDAEEE566EC72A82A938A6C* L_19 = V_4; int32_t L_20 = ___1_count; NullCheck(L_19); L_19->____size = L_20; ListPrivateFieldAccess_1_t60D467CC7A297D7CDDDAEEE566EC72A82A938A6C* L_21 = V_4; ListPrivateFieldAccess_1_t60D467CC7A297D7CDDDAEEE566EC72A82A938A6C* L_22 = L_21; NullCheck(L_22); int32_t L_23 = L_22->____version; NullCheck(L_22); L_22->____version = ((int32_t)il2cpp_codegen_add(L_23, 1)); } IL_007b: { return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Color32U5BU5D_t38116C3E91765C4C5726CE12C77FAD7F9F737259* NoAllocHelpers_ExtractArrayFromList_TisColor32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B_m55444175C4EC5B38827E5C10E65A408D81421E55_gshared (List_1_t3517D52AE25CA3B19051E691E9C06ED03A3AB9B8* ___0_list, const RuntimeMethod* method) { il2cpp_rgctx_method_init(method); ListPrivateFieldAccess_1_t81F55330C2FC8FFF91FC25D10AF7FC2724CCEC6A* V_0 = NULL; bool V_1 = false; Color32U5BU5D_t38116C3E91765C4C5726CE12C77FAD7F9F737259* V_2 = NULL; { List_1_t3517D52AE25CA3B19051E691E9C06ED03A3AB9B8* L_0 = ___0_list; V_1 = (bool)((((RuntimeObject*)(List_1_t3517D52AE25CA3B19051E691E9C06ED03A3AB9B8*)L_0) == ((RuntimeObject*)(RuntimeObject*)NULL))? 1 : 0); bool L_1 = V_1; if (!L_1) { goto IL_000d; } } { V_2 = (Color32U5BU5D_t38116C3E91765C4C5726CE12C77FAD7F9F737259*)NULL; goto IL_001d; } IL_000d: { List_1_t3517D52AE25CA3B19051E691E9C06ED03A3AB9B8* L_2 = ___0_list; ListPrivateFieldAccess_1_t81F55330C2FC8FFF91FC25D10AF7FC2724CCEC6A* L_3; L_3 = UnsafeUtility_As_TisListPrivateFieldAccess_1_t81F55330C2FC8FFF91FC25D10AF7FC2724CCEC6A_m8E19F1360520F8CCB29F8B4FA9A743197F324203((RuntimeObject*)L_2, il2cpp_rgctx_method(method->rgctx_data, 1)); V_0 = L_3; ListPrivateFieldAccess_1_t81F55330C2FC8FFF91FC25D10AF7FC2724CCEC6A* L_4 = V_0; NullCheck(L_4); Color32U5BU5D_t38116C3E91765C4C5726CE12C77FAD7F9F737259* L_5 = L_4->____items; V_2 = L_5; goto IL_001d; } IL_001d: { Color32U5BU5D_t38116C3E91765C4C5726CE12C77FAD7F9F737259* L_6 = V_2; return L_6; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* NoAllocHelpers_ExtractArrayFromList_TisInt32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_m4AAC237725FD42066F40BCFA27A194003603208C_gshared (List_1_t05915E9237850A58106982B7FE4BC5DA4E872E73* ___0_list, const RuntimeMethod* method) { il2cpp_rgctx_method_init(method); ListPrivateFieldAccess_1_t2E9C2B51AED8E58F37A72FA38B8E132B0FDB0442* V_0 = NULL; bool V_1 = false; Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* V_2 = NULL; { List_1_t05915E9237850A58106982B7FE4BC5DA4E872E73* L_0 = ___0_list; V_1 = (bool)((((RuntimeObject*)(List_1_t05915E9237850A58106982B7FE4BC5DA4E872E73*)L_0) == ((RuntimeObject*)(RuntimeObject*)NULL))? 1 : 0); bool L_1 = V_1; if (!L_1) { goto IL_000d; } } { V_2 = (Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C*)NULL; goto IL_001d; } IL_000d: { List_1_t05915E9237850A58106982B7FE4BC5DA4E872E73* L_2 = ___0_list; ListPrivateFieldAccess_1_t2E9C2B51AED8E58F37A72FA38B8E132B0FDB0442* L_3; L_3 = UnsafeUtility_As_TisListPrivateFieldAccess_1_t2E9C2B51AED8E58F37A72FA38B8E132B0FDB0442_m32094283939C75A047F5F7EC76EE93ACA2AC0F66((RuntimeObject*)L_2, il2cpp_rgctx_method(method->rgctx_data, 1)); V_0 = L_3; ListPrivateFieldAccess_1_t2E9C2B51AED8E58F37A72FA38B8E132B0FDB0442* L_4 = V_0; NullCheck(L_4); Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* L_5 = L_4->____items; V_2 = L_5; goto IL_001d; } IL_001d: { Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* L_6 = V_2; return L_6; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3U5BU5D_tFF1859CCE176131B909E2044F76443064254679C* NoAllocHelpers_ExtractArrayFromList_TisVector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2_mA4886D846FD5578DC9261B5CB7BE47D6FD70498D_gshared (List_1_t77B94703E05C519A9010DD0614F757F974E1CD8B* ___0_list, const RuntimeMethod* method) { il2cpp_rgctx_method_init(method); ListPrivateFieldAccess_1_tB10A515CB3B61BE07629DF2C16DC289B7AF82B15* V_0 = NULL; bool V_1 = false; Vector3U5BU5D_tFF1859CCE176131B909E2044F76443064254679C* V_2 = NULL; { List_1_t77B94703E05C519A9010DD0614F757F974E1CD8B* L_0 = ___0_list; V_1 = (bool)((((RuntimeObject*)(List_1_t77B94703E05C519A9010DD0614F757F974E1CD8B*)L_0) == ((RuntimeObject*)(RuntimeObject*)NULL))? 1 : 0); bool L_1 = V_1; if (!L_1) { goto IL_000d; } } { V_2 = (Vector3U5BU5D_tFF1859CCE176131B909E2044F76443064254679C*)NULL; goto IL_001d; } IL_000d: { List_1_t77B94703E05C519A9010DD0614F757F974E1CD8B* L_2 = ___0_list; ListPrivateFieldAccess_1_tB10A515CB3B61BE07629DF2C16DC289B7AF82B15* L_3; L_3 = UnsafeUtility_As_TisListPrivateFieldAccess_1_tB10A515CB3B61BE07629DF2C16DC289B7AF82B15_m3974617E3625DC4E1CE4E10AF326F3D5CDDC5FDF((RuntimeObject*)L_2, il2cpp_rgctx_method(method->rgctx_data, 1)); V_0 = L_3; ListPrivateFieldAccess_1_tB10A515CB3B61BE07629DF2C16DC289B7AF82B15* L_4 = V_0; NullCheck(L_4); Vector3U5BU5D_tFF1859CCE176131B909E2044F76443064254679C* L_5 = L_4->____items; V_2 = L_5; goto IL_001d; } IL_001d: { Vector3U5BU5D_tFF1859CCE176131B909E2044F76443064254679C* L_6 = V_2; return L_6; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector4U5BU5D_tC0F3A7115F85007510F6D173968200CD31BCF7AD* NoAllocHelpers_ExtractArrayFromList_TisVector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3_m3240EFAF30E1B4FED168A81B9F7A60401304D6C1_gshared (List_1_tF42FEB6C3B18B7E7C8F2DE1FEBA00D2491736317* ___0_list, const RuntimeMethod* method) { il2cpp_rgctx_method_init(method); ListPrivateFieldAccess_1_t53688B2A9D9ACB2645C9EC09B87E3F7F8664F00D* V_0 = NULL; bool V_1 = false; Vector4U5BU5D_tC0F3A7115F85007510F6D173968200CD31BCF7AD* V_2 = NULL; { List_1_tF42FEB6C3B18B7E7C8F2DE1FEBA00D2491736317* L_0 = ___0_list; V_1 = (bool)((((RuntimeObject*)(List_1_tF42FEB6C3B18B7E7C8F2DE1FEBA00D2491736317*)L_0) == ((RuntimeObject*)(RuntimeObject*)NULL))? 1 : 0); bool L_1 = V_1; if (!L_1) { goto IL_000d; } } { V_2 = (Vector4U5BU5D_tC0F3A7115F85007510F6D173968200CD31BCF7AD*)NULL; goto IL_001d; } IL_000d: { List_1_tF42FEB6C3B18B7E7C8F2DE1FEBA00D2491736317* L_2 = ___0_list; ListPrivateFieldAccess_1_t53688B2A9D9ACB2645C9EC09B87E3F7F8664F00D* L_3; L_3 = UnsafeUtility_As_TisListPrivateFieldAccess_1_t53688B2A9D9ACB2645C9EC09B87E3F7F8664F00D_mF34BB00F023AE7858824BB59AD1C866292E6BC07((RuntimeObject*)L_2, il2cpp_rgctx_method(method->rgctx_data, 1)); V_0 = L_3; ListPrivateFieldAccess_1_t53688B2A9D9ACB2645C9EC09B87E3F7F8664F00D* L_4 = V_0; NullCheck(L_4); Vector4U5BU5D_tC0F3A7115F85007510F6D173968200CD31BCF7AD* L_5 = L_4->____items; V_2 = L_5; goto IL_001d; } IL_001d: { Vector4U5BU5D_tC0F3A7115F85007510F6D173968200CD31BCF7AD* L_6 = V_2; return L_6; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR __Il2CppFullySharedGenericTypeU5BU5D_tCAB6D060972DD49223A834B7EEFEB9FE2D003BEC* NoAllocHelpers_ExtractArrayFromList_TisIl2CppFullySharedGenericAny_m86C3B8CC91B7D7314F277C8EE09559E89700607E_gshared (List_1_tDBA89B0E21BAC58CFBD3C1F76E4668E3B562761A* ___0_list, const RuntimeMethod* method) { il2cpp_rgctx_method_init(method); ListPrivateFieldAccess_1_t60D467CC7A297D7CDDDAEEE566EC72A82A938A6C* V_0 = NULL; bool V_1 = false; __Il2CppFullySharedGenericTypeU5BU5D_tCAB6D060972DD49223A834B7EEFEB9FE2D003BEC* V_2 = NULL; { List_1_tDBA89B0E21BAC58CFBD3C1F76E4668E3B562761A* L_0 = ___0_list; V_1 = (bool)((((RuntimeObject*)(List_1_tDBA89B0E21BAC58CFBD3C1F76E4668E3B562761A*)L_0) == ((RuntimeObject*)(RuntimeObject*)NULL))? 1 : 0); bool L_1 = V_1; if (!L_1) { goto IL_000d; } } { V_2 = (__Il2CppFullySharedGenericTypeU5BU5D_tCAB6D060972DD49223A834B7EEFEB9FE2D003BEC*)NULL; goto IL_001d; } IL_000d: { List_1_tDBA89B0E21BAC58CFBD3C1F76E4668E3B562761A* L_2 = ___0_list; ListPrivateFieldAccess_1_t60D467CC7A297D7CDDDAEEE566EC72A82A938A6C* L_3; L_3 = (( ListPrivateFieldAccess_1_t60D467CC7A297D7CDDDAEEE566EC72A82A938A6C* (*) (RuntimeObject*, const RuntimeMethod*))il2cpp_codegen_get_direct_method_pointer(il2cpp_rgctx_method(method->rgctx_data, 1)))((RuntimeObject*)L_2, il2cpp_rgctx_method(method->rgctx_data, 1)); V_0 = L_3; ListPrivateFieldAccess_1_t60D467CC7A297D7CDDDAEEE566EC72A82A938A6C* L_4 = V_0; NullCheck(L_4); __Il2CppFullySharedGenericTypeU5BU5D_tCAB6D060972DD49223A834B7EEFEB9FE2D003BEC* L_5 = L_4->____items; V_2 = L_5; goto IL_001d; } IL_001d: { __Il2CppFullySharedGenericTypeU5BU5D_tCAB6D060972DD49223A834B7EEFEB9FE2D003BEC* L_6 = V_2; return L_6; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t NoAllocHelpers_SafeLength_TisColor32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B_mDE7B561CE172B3EB697DE30C3A79C67F70018E6F_gshared (List_1_t3517D52AE25CA3B19051E691E9C06ED03A3AB9B8* ___0_values, const RuntimeMethod* method) { il2cpp_rgctx_method_init(method); int32_t V_0 = 0; int32_t G_B3_0 = 0; { List_1_t3517D52AE25CA3B19051E691E9C06ED03A3AB9B8* L_0 = ___0_values; if (L_0) { goto IL_0007; } } { G_B3_0 = 0; goto IL_000d; } IL_0007: { List_1_t3517D52AE25CA3B19051E691E9C06ED03A3AB9B8* L_1 = ___0_values; NullCheck(L_1); int32_t L_2; L_2 = List_1_get_Count_m97646F93DD10BF861C66A0E05E73D1BA94B76143_inline(L_1, il2cpp_rgctx_method(method->rgctx_data, 1)); G_B3_0 = L_2; } IL_000d: { V_0 = G_B3_0; goto IL_0010; } IL_0010: { int32_t L_3 = V_0; return L_3; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t NoAllocHelpers_SafeLength_TisInt32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_m910F55DA116EEF0221ADFF22689A9842AC46C5FE_gshared (List_1_t05915E9237850A58106982B7FE4BC5DA4E872E73* ___0_values, const RuntimeMethod* method) { il2cpp_rgctx_method_init(method); int32_t V_0 = 0; int32_t G_B3_0 = 0; { List_1_t05915E9237850A58106982B7FE4BC5DA4E872E73* L_0 = ___0_values; if (L_0) { goto IL_0007; } } { G_B3_0 = 0; goto IL_000d; } IL_0007: { List_1_t05915E9237850A58106982B7FE4BC5DA4E872E73* L_1 = ___0_values; NullCheck(L_1); int32_t L_2; L_2 = List_1_get_Count_mF590592E32D421DE2C6E2F0D5C2F62FB14CCEFDF_inline(L_1, il2cpp_rgctx_method(method->rgctx_data, 1)); G_B3_0 = L_2; } IL_000d: { V_0 = G_B3_0; goto IL_0010; } IL_0010: { int32_t L_3 = V_0; return L_3; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t NoAllocHelpers_SafeLength_TisVector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2_mB85A915B5401A23E2802BF2945052148967220E2_gshared (List_1_t77B94703E05C519A9010DD0614F757F974E1CD8B* ___0_values, const RuntimeMethod* method) { il2cpp_rgctx_method_init(method); int32_t V_0 = 0; int32_t G_B3_0 = 0; { List_1_t77B94703E05C519A9010DD0614F757F974E1CD8B* L_0 = ___0_values; if (L_0) { goto IL_0007; } } { G_B3_0 = 0; goto IL_000d; } IL_0007: { List_1_t77B94703E05C519A9010DD0614F757F974E1CD8B* L_1 = ___0_values; NullCheck(L_1); int32_t L_2; L_2 = List_1_get_Count_m46EEFFA770BE665EA0CB3A5332E941DA4B3C1D37_inline(L_1, il2cpp_rgctx_method(method->rgctx_data, 1)); G_B3_0 = L_2; } IL_000d: { V_0 = G_B3_0; goto IL_0010; } IL_0010: { int32_t L_3 = V_0; return L_3; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t NoAllocHelpers_SafeLength_TisVector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3_m201A65A21E6A7CC7D1A0C35A7D5CEBE2DD8A49B2_gshared (List_1_tF42FEB6C3B18B7E7C8F2DE1FEBA00D2491736317* ___0_values, const RuntimeMethod* method) { il2cpp_rgctx_method_init(method); int32_t V_0 = 0; int32_t G_B3_0 = 0; { List_1_tF42FEB6C3B18B7E7C8F2DE1FEBA00D2491736317* L_0 = ___0_values; if (L_0) { goto IL_0007; } } { G_B3_0 = 0; goto IL_000d; } IL_0007: { List_1_tF42FEB6C3B18B7E7C8F2DE1FEBA00D2491736317* L_1 = ___0_values; NullCheck(L_1); int32_t L_2; L_2 = List_1_get_Count_m970BE5CCB1F05BAF033736206A0C3142930127B0_inline(L_1, il2cpp_rgctx_method(method->rgctx_data, 1)); G_B3_0 = L_2; } IL_000d: { V_0 = G_B3_0; goto IL_0010; } IL_0010: { int32_t L_3 = V_0; return L_3; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t NoAllocHelpers_SafeLength_TisIl2CppFullySharedGenericAny_mD1DA27D7DEDDDE717B58255E05299BE55E56F095_gshared (List_1_tDBA89B0E21BAC58CFBD3C1F76E4668E3B562761A* ___0_values, const RuntimeMethod* method) { il2cpp_rgctx_method_init(method); int32_t V_0 = 0; int32_t G_B3_0 = 0; { List_1_tDBA89B0E21BAC58CFBD3C1F76E4668E3B562761A* L_0 = ___0_values; if (L_0) { goto IL_0007; } } { G_B3_0 = 0; goto IL_000d; } IL_0007: { List_1_tDBA89B0E21BAC58CFBD3C1F76E4668E3B562761A* L_1 = ___0_values; NullCheck(L_1); int32_t L_2; L_2 = (( int32_t (*) (List_1_tDBA89B0E21BAC58CFBD3C1F76E4668E3B562761A*, const RuntimeMethod*))il2cpp_codegen_get_direct_method_pointer(il2cpp_rgctx_method(method->rgctx_data, 1)))(L_1, il2cpp_rgctx_method(method->rgctx_data, 1)); G_B3_0 = L_2; } IL_000d: { V_0 = G_B3_0; goto IL_0010; } IL_0010: { int32_t L_3 = V_0; return L_3; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Object_FindFirstObjectByType_TisRuntimeObject_mC5927319EB5B80095EFBA653D414D6F8AA87DC0A_gshared (const RuntimeMethod* method) { if (!il2cpp_rgctx_is_initialized(method)) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var); il2cpp_rgctx_method_init(method); } RuntimeObject* V_0 = NULL; { RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_0 = { reinterpret_cast (il2cpp_rgctx_type(method->rgctx_data, 0)) }; il2cpp_codegen_runtime_class_init_inline(il2cpp_defaults.systemtype_class); Type_t* L_1; L_1 = Type_GetTypeFromHandle_m6062B81682F79A4D6DF2640692EE6D9987858C57(L_0, NULL); il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var); Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C* L_2; L_2 = Object_FindFirstObjectByType_mC479B3C54E61550A6A405DC1BCF0CBA2BA8FC66F(L_1, (int32_t)0, NULL); V_0 = ((RuntimeObject*)Castclass((RuntimeObject*)L_2, il2cpp_rgctx_data(method->rgctx_data, 1))); goto IL_0019; } IL_0019: { RuntimeObject* L_3 = V_0; return L_3; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Object_Instantiate_TisRuntimeObject_m90A1E6C4C2B445D2E848DB75C772D1B95AAC046A_gshared (RuntimeObject* ___0_original, const RuntimeMethod* method) { if (!il2cpp_rgctx_is_initialized(method)) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralF704B54D833421164E45E576DFD279921246BCEA); il2cpp_rgctx_method_init(method); } RuntimeObject* V_0 = NULL; bool V_1 = false; RuntimeObject* V_2 = NULL; { RuntimeObject* L_0 = ___0_original; il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var); Object_CheckNullArgument_m4D03BBBD975CCCCB3F9438864E3E8BF54E1E3F26(L_0, _stringLiteralF704B54D833421164E45E576DFD279921246BCEA, NULL); RuntimeObject* L_1 = ___0_original; Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C* L_2; L_2 = Object_Internal_CloneSingle_m24ECA1416702930DF5C316EA8B70D575315B636A((Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C*)L_1, NULL); V_0 = ((RuntimeObject*)Castclass((RuntimeObject*)L_2, il2cpp_rgctx_data(method->rgctx_data, 0))); RuntimeObject* L_3 = V_0; bool L_4; L_4 = Object_op_Equality_mB6120F782D83091EF56A198FCEBCF066DB4A9605((Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C*)L_3, (Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C*)NULL, NULL); V_1 = L_4; bool L_5 = V_1; if (!L_5) { goto IL_003e; } } { UnityException_tA1EC1E95ADE689CF6EB7FAFF77C160AE1F559067* L_6 = (UnityException_tA1EC1E95ADE689CF6EB7FAFF77C160AE1F559067*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&UnityException_tA1EC1E95ADE689CF6EB7FAFF77C160AE1F559067_il2cpp_TypeInfo_var))); UnityException__ctor_mF8A65C9C71A1E0DE6A3224467040765901959312(L_6, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral1C09770F25C8580FC7F6623067ACD12EBA570614)), NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_6, method); } IL_003e: { RuntimeObject* L_7 = V_0; V_2 = L_7; goto IL_0042; } IL_0042: { RuntimeObject* L_8 = V_2; return L_8; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Object_Instantiate_TisRuntimeObject_m75BF3B0A3747B60491845FA41612FE7F795F0A59_gshared (RuntimeObject* ___0_original, Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* ___1_parent, const RuntimeMethod* method) { if (!il2cpp_rgctx_is_initialized(method)) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var); il2cpp_rgctx_method_init(method); } RuntimeObject* V_0 = NULL; { RuntimeObject* L_0 = ___0_original; Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* L_1 = ___1_parent; il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var); RuntimeObject* L_2; L_2 = Object_Instantiate_TisRuntimeObject_mDC5AD8BD13FE50E98B67B956C048367F4E8C6F94(L_0, L_1, (bool)0, il2cpp_rgctx_method(method->rgctx_data, 1)); V_0 = L_2; goto IL_000c; } IL_000c: { RuntimeObject* L_3 = V_0; return L_3; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Object_Instantiate_TisRuntimeObject_mDC5AD8BD13FE50E98B67B956C048367F4E8C6F94_gshared (RuntimeObject* ___0_original, Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* ___1_parent, bool ___2_worldPositionStays, const RuntimeMethod* method) { if (!il2cpp_rgctx_is_initialized(method)) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var); il2cpp_rgctx_method_init(method); } RuntimeObject* V_0 = NULL; { RuntimeObject* L_0 = ___0_original; Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* L_1 = ___1_parent; bool L_2 = ___2_worldPositionStays; il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var); Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C* L_3; L_3 = Object_Instantiate_m99F2A72EF6BFE09E6CF4FCF6207C5BCFAD1D76CF((Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C*)L_0, L_1, L_2, NULL); V_0 = ((RuntimeObject*)Castclass((RuntimeObject*)L_3, il2cpp_rgctx_data(method->rgctx_data, 0))); goto IL_0016; } IL_0016: { RuntimeObject* L_4 = V_0; return L_4; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PathVisitor_Unity_Properties_IPropertyBagVisitor_Visit_TisStyleEnum_1_t3DD2EBD4E359AFE77C2974ECAA1DEE50E0FACEDC_mA394CA588280E4927890676FB2E18D80909B05F3_gshared (PathVisitor_tCD0947C41CDBDB774D22D560E5FFA01EF61C4446* __this, RuntimeObject* ___0_properties, StyleEnum_1_t3DD2EBD4E359AFE77C2974ECAA1DEE50E0FACEDC* ___1_container, const RuntimeMethod* method) { if (!il2cpp_rgctx_is_initialized(method)) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IAttributes_t699EF2D1D5A022C91D27888CE70518262A25928D_il2cpp_TypeInfo_var); il2cpp_rgctx_method_init(method); } PropertyPathPart_tFB308743948D2298957DC1898D90AF2ACFED9DFF V_0; memset((&V_0), 0, sizeof(V_0)); RuntimeObject* V_1 = NULL; PropertyPath_tA523CA2740853534DF6C009C588464B45A6D0A79 V_2; memset((&V_2), 0, sizeof(V_2)); int32_t V_3 = 0; int32_t V_4 = 0; int32_t V_5 = 0; RuntimeObject* V_6 = NULL; bool V_7 = false; RuntimeObject* V_8 = NULL; bool V_9 = false; AttributesScope_t5A89FFE050A95DD67BD15C00A4D072EABAA376AE V_10; memset((&V_10), 0, sizeof(V_10)); RuntimeObject* V_11 = NULL; bool V_12 = false; AttributesScope_t5A89FFE050A95DD67BD15C00A4D072EABAA376AE V_13; memset((&V_13), 0, sizeof(V_13)); int32_t G_B5_0 = 0; int32_t G_B12_0 = 0; int32_t G_B22_0 = 0; { PropertyPath_tA523CA2740853534DF6C009C588464B45A6D0A79 L_0; L_0 = PathVisitor_get_Path_m98A92F21C11F12C0C88EAC86D0F2E853DFBF9BD3_inline(__this, NULL); V_2 = L_0; int32_t L_1 = __this->___m_PathIndex; V_3 = L_1; int32_t L_2 = V_3; __this->___m_PathIndex = ((int32_t)il2cpp_codegen_add(L_2, 1)); int32_t L_3 = V_3; PropertyPathPart_tFB308743948D2298957DC1898D90AF2ACFED9DFF L_4; L_4 = PropertyPath_get_Item_mB0EFC5EAEB2A48E02906CDDC6435FDF4032EFAFD((&V_2), L_3, NULL); V_0 = L_4; int32_t L_5; L_5 = PropertyPathPart_get_Kind_m18581157E2924A9BF9FC8166CF98CBA468016541_inline((&V_0), NULL); V_5 = L_5; int32_t L_6 = V_5; V_4 = L_6; int32_t L_7 = V_4; switch (L_7) { case 0: { goto IL_0046; } case 1: { goto IL_008a; } case 2: { goto IL_00f6; } } } { goto IL_0162; } IL_0046: { RuntimeObject* L_8 = ___0_properties; V_6 = ((RuntimeObject*)IsInst((RuntimeObject*)L_8, il2cpp_rgctx_data(method->rgctx_data, 1))); RuntimeObject* L_9 = V_6; if (!L_9) { goto IL_0066; } } { RuntimeObject* L_10 = V_6; StyleEnum_1_t3DD2EBD4E359AFE77C2974ECAA1DEE50E0FACEDC* L_11 = ___1_container; String_t* L_12; L_12 = PropertyPathPart_get_Name_mFCEAE41CA7D7FAD0A0D7EB6D0B371AEAD7CE5A21((&V_0), NULL); NullCheck(L_10); bool L_13; L_13 = InterfaceFuncInvoker3< bool, StyleEnum_1_t3DD2EBD4E359AFE77C2974ECAA1DEE50E0FACEDC*, String_t*, RuntimeObject** >::Invoke(0, il2cpp_rgctx_data(method->rgctx_data, 1), L_10, L_11, L_12, (&V_1)); G_B5_0 = ((int32_t)(L_13)); goto IL_0067; } IL_0066: { G_B5_0 = 0; } IL_0067: { V_7 = (bool)G_B5_0; bool L_14 = V_7; if (!L_14) { goto IL_007a; } } { RuntimeObject* L_15 = V_1; StyleEnum_1_t3DD2EBD4E359AFE77C2974ECAA1DEE50E0FACEDC* L_16 = ___1_container; NullCheck((RuntimeObject*)L_15); InterfaceActionInvoker2< RuntimeObject*, StyleEnum_1_t3DD2EBD4E359AFE77C2974ECAA1DEE50E0FACEDC* >::Invoke(0, il2cpp_rgctx_data(method->rgctx_data, 5), (RuntimeObject*)L_15, (RuntimeObject*)__this, L_16); goto IL_0084; } IL_007a: { PathVisitor_set_ReturnCode_mB5629AE0124C70E479D9C4D44A8E552DA8BA19E0_inline(__this, (int32_t)4, NULL); } IL_0084: { goto IL_016c; } IL_008a: { RuntimeObject* L_17 = ___0_properties; V_8 = ((RuntimeObject*)IsInst((RuntimeObject*)L_17, il2cpp_rgctx_data(method->rgctx_data, 7))); RuntimeObject* L_18 = V_8; if (!L_18) { goto IL_00aa; } } { RuntimeObject* L_19 = V_8; StyleEnum_1_t3DD2EBD4E359AFE77C2974ECAA1DEE50E0FACEDC* L_20 = ___1_container; int32_t L_21; L_21 = PropertyPathPart_get_Index_mFCB3571720514B51BC7B373D45B19CCBD82FBF57((&V_0), NULL); NullCheck(L_19); bool L_22; L_22 = InterfaceFuncInvoker3< bool, StyleEnum_1_t3DD2EBD4E359AFE77C2974ECAA1DEE50E0FACEDC*, int32_t, RuntimeObject** >::Invoke(0, il2cpp_rgctx_data(method->rgctx_data, 7), L_19, L_20, L_21, (&V_1)); G_B12_0 = ((int32_t)(L_22)); goto IL_00ab; } IL_00aa: { G_B12_0 = 0; } IL_00ab: { V_9 = (bool)G_B12_0; bool L_23 = V_9; if (!L_23) { goto IL_00e9; } } { RuntimeObject* L_24 = V_1; RuntimeObject* L_25; L_25 = PathVisitor_get_Property_mA08B8FE123674A9F4529C9CEAC47F6E940846E9B_inline(__this, NULL); NullCheck(((RuntimeObject*)IsInst((RuntimeObject*)L_24, IAttributes_t699EF2D1D5A022C91D27888CE70518262A25928D_il2cpp_TypeInfo_var))); AttributesScope_t5A89FFE050A95DD67BD15C00A4D072EABAA376AE L_26; L_26 = InterfaceFuncInvoker1< AttributesScope_t5A89FFE050A95DD67BD15C00A4D072EABAA376AE, RuntimeObject* >::Invoke(4, IAttributes_t699EF2D1D5A022C91D27888CE70518262A25928D_il2cpp_TypeInfo_var, ((RuntimeObject*)IsInst((RuntimeObject*)L_24, IAttributes_t699EF2D1D5A022C91D27888CE70518262A25928D_il2cpp_TypeInfo_var)), ((RuntimeObject*)IsInst((RuntimeObject*)L_25, IAttributes_t699EF2D1D5A022C91D27888CE70518262A25928D_il2cpp_TypeInfo_var))); V_10 = L_26; } { auto __finallyBlock = il2cpp::utils::Finally([&] { FINALLY_00d7: { AttributesScope_Dispose_mE479F4FB0D23FD296817DD79630432BD4675E15D((&V_10), NULL); return; } }); try { RuntimeObject* L_27 = V_1; StyleEnum_1_t3DD2EBD4E359AFE77C2974ECAA1DEE50E0FACEDC* L_28 = ___1_container; NullCheck((RuntimeObject*)L_27); InterfaceActionInvoker2< RuntimeObject*, StyleEnum_1_t3DD2EBD4E359AFE77C2974ECAA1DEE50E0FACEDC* >::Invoke(0, il2cpp_rgctx_data(method->rgctx_data, 5), (RuntimeObject*)L_27, (RuntimeObject*)__this, L_28); goto IL_00e6; } catch(Il2CppExceptionWrapper& e) { __finallyBlock.StoreException(e.ex); } } IL_00e6: { goto IL_00f3; } IL_00e9: { PathVisitor_set_ReturnCode_mB5629AE0124C70E479D9C4D44A8E552DA8BA19E0_inline(__this, (int32_t)4, NULL); } IL_00f3: { goto IL_016c; } IL_00f6: { RuntimeObject* L_29 = ___0_properties; V_11 = ((RuntimeObject*)IsInst((RuntimeObject*)L_29, il2cpp_rgctx_data(method->rgctx_data, 9))); RuntimeObject* L_30 = V_11; if (!L_30) { goto IL_0116; } } { RuntimeObject* L_31 = V_11; StyleEnum_1_t3DD2EBD4E359AFE77C2974ECAA1DEE50E0FACEDC* L_32 = ___1_container; RuntimeObject* L_33; L_33 = PropertyPathPart_get_Key_m08AAAD0EF82806F72CA10628E7B8EC15322E7E6A((&V_0), NULL); NullCheck(L_31); bool L_34; L_34 = InterfaceFuncInvoker3< bool, StyleEnum_1_t3DD2EBD4E359AFE77C2974ECAA1DEE50E0FACEDC*, RuntimeObject*, RuntimeObject** >::Invoke(0, il2cpp_rgctx_data(method->rgctx_data, 9), L_31, L_32, L_33, (&V_1)); G_B22_0 = ((int32_t)(L_34)); goto IL_0117; } IL_0116: { G_B22_0 = 0; } IL_0117: { V_12 = (bool)G_B22_0; bool L_35 = V_12; if (!L_35) { goto IL_0155; } } { RuntimeObject* L_36 = V_1; RuntimeObject* L_37; L_37 = PathVisitor_get_Property_mA08B8FE123674A9F4529C9CEAC47F6E940846E9B_inline(__this, NULL); NullCheck(((RuntimeObject*)IsInst((RuntimeObject*)L_36, IAttributes_t699EF2D1D5A022C91D27888CE70518262A25928D_il2cpp_TypeInfo_var))); AttributesScope_t5A89FFE050A95DD67BD15C00A4D072EABAA376AE L_38; L_38 = InterfaceFuncInvoker1< AttributesScope_t5A89FFE050A95DD67BD15C00A4D072EABAA376AE, RuntimeObject* >::Invoke(4, IAttributes_t699EF2D1D5A022C91D27888CE70518262A25928D_il2cpp_TypeInfo_var, ((RuntimeObject*)IsInst((RuntimeObject*)L_36, IAttributes_t699EF2D1D5A022C91D27888CE70518262A25928D_il2cpp_TypeInfo_var)), ((RuntimeObject*)IsInst((RuntimeObject*)L_37, IAttributes_t699EF2D1D5A022C91D27888CE70518262A25928D_il2cpp_TypeInfo_var))); V_13 = L_38; } { auto __finallyBlock = il2cpp::utils::Finally([&] { FINALLY_0143: { AttributesScope_Dispose_mE479F4FB0D23FD296817DD79630432BD4675E15D((&V_13), NULL); return; } }); try { RuntimeObject* L_39 = V_1; StyleEnum_1_t3DD2EBD4E359AFE77C2974ECAA1DEE50E0FACEDC* L_40 = ___1_container; NullCheck((RuntimeObject*)L_39); InterfaceActionInvoker2< RuntimeObject*, StyleEnum_1_t3DD2EBD4E359AFE77C2974ECAA1DEE50E0FACEDC* >::Invoke(0, il2cpp_rgctx_data(method->rgctx_data, 5), (RuntimeObject*)L_39, (RuntimeObject*)__this, L_40); goto IL_0152; } catch(Il2CppExceptionWrapper& e) { __finallyBlock.StoreException(e.ex); } } IL_0152: { goto IL_015f; } IL_0155: { PathVisitor_set_ReturnCode_mB5629AE0124C70E479D9C4D44A8E552DA8BA19E0_inline(__this, (int32_t)4, NULL); } IL_015f: { goto IL_016c; } IL_0162: { PathVisitor_set_ReturnCode_mB5629AE0124C70E479D9C4D44A8E552DA8BA19E0_inline(__this, (int32_t)4, NULL); goto IL_016c; } IL_016c: { return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PathVisitor_Unity_Properties_IPropertyBagVisitor_Visit_TisStyleList_1_t5D2FA4535A553635ADCE6E1E3758E1FA02160E6F_mF52C0D18465701E27B2CF0B6A64B025842122BD9_gshared (PathVisitor_tCD0947C41CDBDB774D22D560E5FFA01EF61C4446* __this, RuntimeObject* ___0_properties, StyleList_1_t5D2FA4535A553635ADCE6E1E3758E1FA02160E6F* ___1_container, const RuntimeMethod* method) { if (!il2cpp_rgctx_is_initialized(method)) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IAttributes_t699EF2D1D5A022C91D27888CE70518262A25928D_il2cpp_TypeInfo_var); il2cpp_rgctx_method_init(method); } PropertyPathPart_tFB308743948D2298957DC1898D90AF2ACFED9DFF V_0; memset((&V_0), 0, sizeof(V_0)); RuntimeObject* V_1 = NULL; PropertyPath_tA523CA2740853534DF6C009C588464B45A6D0A79 V_2; memset((&V_2), 0, sizeof(V_2)); int32_t V_3 = 0; int32_t V_4 = 0; int32_t V_5 = 0; RuntimeObject* V_6 = NULL; bool V_7 = false; RuntimeObject* V_8 = NULL; bool V_9 = false; AttributesScope_t5A89FFE050A95DD67BD15C00A4D072EABAA376AE V_10; memset((&V_10), 0, sizeof(V_10)); RuntimeObject* V_11 = NULL; bool V_12 = false; AttributesScope_t5A89FFE050A95DD67BD15C00A4D072EABAA376AE V_13; memset((&V_13), 0, sizeof(V_13)); int32_t G_B5_0 = 0; int32_t G_B12_0 = 0; int32_t G_B22_0 = 0; { PropertyPath_tA523CA2740853534DF6C009C588464B45A6D0A79 L_0; L_0 = PathVisitor_get_Path_m98A92F21C11F12C0C88EAC86D0F2E853DFBF9BD3_inline(__this, NULL); V_2 = L_0; int32_t L_1 = __this->___m_PathIndex; V_3 = L_1; int32_t L_2 = V_3; __this->___m_PathIndex = ((int32_t)il2cpp_codegen_add(L_2, 1)); int32_t L_3 = V_3; PropertyPathPart_tFB308743948D2298957DC1898D90AF2ACFED9DFF L_4; L_4 = PropertyPath_get_Item_mB0EFC5EAEB2A48E02906CDDC6435FDF4032EFAFD((&V_2), L_3, NULL); V_0 = L_4; int32_t L_5; L_5 = PropertyPathPart_get_Kind_m18581157E2924A9BF9FC8166CF98CBA468016541_inline((&V_0), NULL); V_5 = L_5; int32_t L_6 = V_5; V_4 = L_6; int32_t L_7 = V_4; switch (L_7) { case 0: { goto IL_0046; } case 1: { goto IL_008a; } case 2: { goto IL_00f6; } } } { goto IL_0162; } IL_0046: { RuntimeObject* L_8 = ___0_properties; V_6 = ((RuntimeObject*)IsInst((RuntimeObject*)L_8, il2cpp_rgctx_data(method->rgctx_data, 1))); RuntimeObject* L_9 = V_6; if (!L_9) { goto IL_0066; } } { RuntimeObject* L_10 = V_6; StyleList_1_t5D2FA4535A553635ADCE6E1E3758E1FA02160E6F* L_11 = ___1_container; String_t* L_12; L_12 = PropertyPathPart_get_Name_mFCEAE41CA7D7FAD0A0D7EB6D0B371AEAD7CE5A21((&V_0), NULL); NullCheck(L_10); bool L_13; L_13 = InterfaceFuncInvoker3< bool, StyleList_1_t5D2FA4535A553635ADCE6E1E3758E1FA02160E6F*, String_t*, RuntimeObject** >::Invoke(0, il2cpp_rgctx_data(method->rgctx_data, 1), L_10, L_11, L_12, (&V_1)); G_B5_0 = ((int32_t)(L_13)); goto IL_0067; } IL_0066: { G_B5_0 = 0; } IL_0067: { V_7 = (bool)G_B5_0; bool L_14 = V_7; if (!L_14) { goto IL_007a; } } { RuntimeObject* L_15 = V_1; StyleList_1_t5D2FA4535A553635ADCE6E1E3758E1FA02160E6F* L_16 = ___1_container; NullCheck((RuntimeObject*)L_15); InterfaceActionInvoker2< RuntimeObject*, StyleList_1_t5D2FA4535A553635ADCE6E1E3758E1FA02160E6F* >::Invoke(0, il2cpp_rgctx_data(method->rgctx_data, 5), (RuntimeObject*)L_15, (RuntimeObject*)__this, L_16); goto IL_0084; } IL_007a: { PathVisitor_set_ReturnCode_mB5629AE0124C70E479D9C4D44A8E552DA8BA19E0_inline(__this, (int32_t)4, NULL); } IL_0084: { goto IL_016c; } IL_008a: { RuntimeObject* L_17 = ___0_properties; V_8 = ((RuntimeObject*)IsInst((RuntimeObject*)L_17, il2cpp_rgctx_data(method->rgctx_data, 7))); RuntimeObject* L_18 = V_8; if (!L_18) { goto IL_00aa; } } { RuntimeObject* L_19 = V_8; StyleList_1_t5D2FA4535A553635ADCE6E1E3758E1FA02160E6F* L_20 = ___1_container; int32_t L_21; L_21 = PropertyPathPart_get_Index_mFCB3571720514B51BC7B373D45B19CCBD82FBF57((&V_0), NULL); NullCheck(L_19); bool L_22; L_22 = InterfaceFuncInvoker3< bool, StyleList_1_t5D2FA4535A553635ADCE6E1E3758E1FA02160E6F*, int32_t, RuntimeObject** >::Invoke(0, il2cpp_rgctx_data(method->rgctx_data, 7), L_19, L_20, L_21, (&V_1)); G_B12_0 = ((int32_t)(L_22)); goto IL_00ab; } IL_00aa: { G_B12_0 = 0; } IL_00ab: { V_9 = (bool)G_B12_0; bool L_23 = V_9; if (!L_23) { goto IL_00e9; } } { RuntimeObject* L_24 = V_1; RuntimeObject* L_25; L_25 = PathVisitor_get_Property_mA08B8FE123674A9F4529C9CEAC47F6E940846E9B_inline(__this, NULL); NullCheck(((RuntimeObject*)IsInst((RuntimeObject*)L_24, IAttributes_t699EF2D1D5A022C91D27888CE70518262A25928D_il2cpp_TypeInfo_var))); AttributesScope_t5A89FFE050A95DD67BD15C00A4D072EABAA376AE L_26; L_26 = InterfaceFuncInvoker1< AttributesScope_t5A89FFE050A95DD67BD15C00A4D072EABAA376AE, RuntimeObject* >::Invoke(4, IAttributes_t699EF2D1D5A022C91D27888CE70518262A25928D_il2cpp_TypeInfo_var, ((RuntimeObject*)IsInst((RuntimeObject*)L_24, IAttributes_t699EF2D1D5A022C91D27888CE70518262A25928D_il2cpp_TypeInfo_var)), ((RuntimeObject*)IsInst((RuntimeObject*)L_25, IAttributes_t699EF2D1D5A022C91D27888CE70518262A25928D_il2cpp_TypeInfo_var))); V_10 = L_26; } { auto __finallyBlock = il2cpp::utils::Finally([&] { FINALLY_00d7: { AttributesScope_Dispose_mE479F4FB0D23FD296817DD79630432BD4675E15D((&V_10), NULL); return; } }); try { RuntimeObject* L_27 = V_1; StyleList_1_t5D2FA4535A553635ADCE6E1E3758E1FA02160E6F* L_28 = ___1_container; NullCheck((RuntimeObject*)L_27); InterfaceActionInvoker2< RuntimeObject*, StyleList_1_t5D2FA4535A553635ADCE6E1E3758E1FA02160E6F* >::Invoke(0, il2cpp_rgctx_data(method->rgctx_data, 5), (RuntimeObject*)L_27, (RuntimeObject*)__this, L_28); goto IL_00e6; } catch(Il2CppExceptionWrapper& e) { __finallyBlock.StoreException(e.ex); } } IL_00e6: { goto IL_00f3; } IL_00e9: { PathVisitor_set_ReturnCode_mB5629AE0124C70E479D9C4D44A8E552DA8BA19E0_inline(__this, (int32_t)4, NULL); } IL_00f3: { goto IL_016c; } IL_00f6: { RuntimeObject* L_29 = ___0_properties; V_11 = ((RuntimeObject*)IsInst((RuntimeObject*)L_29, il2cpp_rgctx_data(method->rgctx_data, 9))); RuntimeObject* L_30 = V_11; if (!L_30) { goto IL_0116; } } { RuntimeObject* L_31 = V_11; StyleList_1_t5D2FA4535A553635ADCE6E1E3758E1FA02160E6F* L_32 = ___1_container; RuntimeObject* L_33; L_33 = PropertyPathPart_get_Key_m08AAAD0EF82806F72CA10628E7B8EC15322E7E6A((&V_0), NULL); NullCheck(L_31); bool L_34; L_34 = InterfaceFuncInvoker3< bool, StyleList_1_t5D2FA4535A553635ADCE6E1E3758E1FA02160E6F*, RuntimeObject*, RuntimeObject** >::Invoke(0, il2cpp_rgctx_data(method->rgctx_data, 9), L_31, L_32, L_33, (&V_1)); G_B22_0 = ((int32_t)(L_34)); goto IL_0117; } IL_0116: { G_B22_0 = 0; } IL_0117: { V_12 = (bool)G_B22_0; bool L_35 = V_12; if (!L_35) { goto IL_0155; } } { RuntimeObject* L_36 = V_1; RuntimeObject* L_37; L_37 = PathVisitor_get_Property_mA08B8FE123674A9F4529C9CEAC47F6E940846E9B_inline(__this, NULL); NullCheck(((RuntimeObject*)IsInst((RuntimeObject*)L_36, IAttributes_t699EF2D1D5A022C91D27888CE70518262A25928D_il2cpp_TypeInfo_var))); AttributesScope_t5A89FFE050A95DD67BD15C00A4D072EABAA376AE L_38; L_38 = InterfaceFuncInvoker1< AttributesScope_t5A89FFE050A95DD67BD15C00A4D072EABAA376AE, RuntimeObject* >::Invoke(4, IAttributes_t699EF2D1D5A022C91D27888CE70518262A25928D_il2cpp_TypeInfo_var, ((RuntimeObject*)IsInst((RuntimeObject*)L_36, IAttributes_t699EF2D1D5A022C91D27888CE70518262A25928D_il2cpp_TypeInfo_var)), ((RuntimeObject*)IsInst((RuntimeObject*)L_37, IAttributes_t699EF2D1D5A022C91D27888CE70518262A25928D_il2cpp_TypeInfo_var))); V_13 = L_38; } { auto __finallyBlock = il2cpp::utils::Finally([&] { FINALLY_0143: { AttributesScope_Dispose_mE479F4FB0D23FD296817DD79630432BD4675E15D((&V_13), NULL); return; } }); try { RuntimeObject* L_39 = V_1; StyleList_1_t5D2FA4535A553635ADCE6E1E3758E1FA02160E6F* L_40 = ___1_container; NullCheck((RuntimeObject*)L_39); InterfaceActionInvoker2< RuntimeObject*, StyleList_1_t5D2FA4535A553635ADCE6E1E3758E1FA02160E6F* >::Invoke(0, il2cpp_rgctx_data(method->rgctx_data, 5), (RuntimeObject*)L_39, (RuntimeObject*)__this, L_40); goto IL_0152; } catch(Il2CppExceptionWrapper& e) { __finallyBlock.StoreException(e.ex); } } IL_0152: { goto IL_015f; } IL_0155: { PathVisitor_set_ReturnCode_mB5629AE0124C70E479D9C4D44A8E552DA8BA19E0_inline(__this, (int32_t)4, NULL); } IL_015f: { goto IL_016c; } IL_0162: { PathVisitor_set_ReturnCode_mB5629AE0124C70E479D9C4D44A8E552DA8BA19E0_inline(__this, (int32_t)4, NULL); goto IL_016c; } IL_016c: { return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PathVisitor_Unity_Properties_IPropertyBagVisitor_Visit_TisStyleList_1_tABF3DD9EB70CDF59829924CBA26ACDD1FBDD4C3C_m8AB03480CE50441C2EE915E24FC36FF49311AB26_gshared (PathVisitor_tCD0947C41CDBDB774D22D560E5FFA01EF61C4446* __this, RuntimeObject* ___0_properties, StyleList_1_tABF3DD9EB70CDF59829924CBA26ACDD1FBDD4C3C* ___1_container, const RuntimeMethod* method) { if (!il2cpp_rgctx_is_initialized(method)) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IAttributes_t699EF2D1D5A022C91D27888CE70518262A25928D_il2cpp_TypeInfo_var); il2cpp_rgctx_method_init(method); } PropertyPathPart_tFB308743948D2298957DC1898D90AF2ACFED9DFF V_0; memset((&V_0), 0, sizeof(V_0)); RuntimeObject* V_1 = NULL; PropertyPath_tA523CA2740853534DF6C009C588464B45A6D0A79 V_2; memset((&V_2), 0, sizeof(V_2)); int32_t V_3 = 0; int32_t V_4 = 0; int32_t V_5 = 0; RuntimeObject* V_6 = NULL; bool V_7 = false; RuntimeObject* V_8 = NULL; bool V_9 = false; AttributesScope_t5A89FFE050A95DD67BD15C00A4D072EABAA376AE V_10; memset((&V_10), 0, sizeof(V_10)); RuntimeObject* V_11 = NULL; bool V_12 = false; AttributesScope_t5A89FFE050A95DD67BD15C00A4D072EABAA376AE V_13; memset((&V_13), 0, sizeof(V_13)); int32_t G_B5_0 = 0; int32_t G_B12_0 = 0; int32_t G_B22_0 = 0; { PropertyPath_tA523CA2740853534DF6C009C588464B45A6D0A79 L_0; L_0 = PathVisitor_get_Path_m98A92F21C11F12C0C88EAC86D0F2E853DFBF9BD3_inline(__this, NULL); V_2 = L_0; int32_t L_1 = __this->___m_PathIndex; V_3 = L_1; int32_t L_2 = V_3; __this->___m_PathIndex = ((int32_t)il2cpp_codegen_add(L_2, 1)); int32_t L_3 = V_3; PropertyPathPart_tFB308743948D2298957DC1898D90AF2ACFED9DFF L_4; L_4 = PropertyPath_get_Item_mB0EFC5EAEB2A48E02906CDDC6435FDF4032EFAFD((&V_2), L_3, NULL); V_0 = L_4; int32_t L_5; L_5 = PropertyPathPart_get_Kind_m18581157E2924A9BF9FC8166CF98CBA468016541_inline((&V_0), NULL); V_5 = L_5; int32_t L_6 = V_5; V_4 = L_6; int32_t L_7 = V_4; switch (L_7) { case 0: { goto IL_0046; } case 1: { goto IL_008a; } case 2: { goto IL_00f6; } } } { goto IL_0162; } IL_0046: { RuntimeObject* L_8 = ___0_properties; V_6 = ((RuntimeObject*)IsInst((RuntimeObject*)L_8, il2cpp_rgctx_data(method->rgctx_data, 1))); RuntimeObject* L_9 = V_6; if (!L_9) { goto IL_0066; } } { RuntimeObject* L_10 = V_6; StyleList_1_tABF3DD9EB70CDF59829924CBA26ACDD1FBDD4C3C* L_11 = ___1_container; String_t* L_12; L_12 = PropertyPathPart_get_Name_mFCEAE41CA7D7FAD0A0D7EB6D0B371AEAD7CE5A21((&V_0), NULL); NullCheck(L_10); bool L_13; L_13 = InterfaceFuncInvoker3< bool, StyleList_1_tABF3DD9EB70CDF59829924CBA26ACDD1FBDD4C3C*, String_t*, RuntimeObject** >::Invoke(0, il2cpp_rgctx_data(method->rgctx_data, 1), L_10, L_11, L_12, (&V_1)); G_B5_0 = ((int32_t)(L_13)); goto IL_0067; } IL_0066: { G_B5_0 = 0; } IL_0067: { V_7 = (bool)G_B5_0; bool L_14 = V_7; if (!L_14) { goto IL_007a; } } { RuntimeObject* L_15 = V_1; StyleList_1_tABF3DD9EB70CDF59829924CBA26ACDD1FBDD4C3C* L_16 = ___1_container; NullCheck((RuntimeObject*)L_15); InterfaceActionInvoker2< RuntimeObject*, StyleList_1_tABF3DD9EB70CDF59829924CBA26ACDD1FBDD4C3C* >::Invoke(0, il2cpp_rgctx_data(method->rgctx_data, 5), (RuntimeObject*)L_15, (RuntimeObject*)__this, L_16); goto IL_0084; } IL_007a: { PathVisitor_set_ReturnCode_mB5629AE0124C70E479D9C4D44A8E552DA8BA19E0_inline(__this, (int32_t)4, NULL); } IL_0084: { goto IL_016c; } IL_008a: { RuntimeObject* L_17 = ___0_properties; V_8 = ((RuntimeObject*)IsInst((RuntimeObject*)L_17, il2cpp_rgctx_data(method->rgctx_data, 7))); RuntimeObject* L_18 = V_8; if (!L_18) { goto IL_00aa; } } { RuntimeObject* L_19 = V_8; StyleList_1_tABF3DD9EB70CDF59829924CBA26ACDD1FBDD4C3C* L_20 = ___1_container; int32_t L_21; L_21 = PropertyPathPart_get_Index_mFCB3571720514B51BC7B373D45B19CCBD82FBF57((&V_0), NULL); NullCheck(L_19); bool L_22; L_22 = InterfaceFuncInvoker3< bool, StyleList_1_tABF3DD9EB70CDF59829924CBA26ACDD1FBDD4C3C*, int32_t, RuntimeObject** >::Invoke(0, il2cpp_rgctx_data(method->rgctx_data, 7), L_19, L_20, L_21, (&V_1)); G_B12_0 = ((int32_t)(L_22)); goto IL_00ab; } IL_00aa: { G_B12_0 = 0; } IL_00ab: { V_9 = (bool)G_B12_0; bool L_23 = V_9; if (!L_23) { goto IL_00e9; } } { RuntimeObject* L_24 = V_1; RuntimeObject* L_25; L_25 = PathVisitor_get_Property_mA08B8FE123674A9F4529C9CEAC47F6E940846E9B_inline(__this, NULL); NullCheck(((RuntimeObject*)IsInst((RuntimeObject*)L_24, IAttributes_t699EF2D1D5A022C91D27888CE70518262A25928D_il2cpp_TypeInfo_var))); AttributesScope_t5A89FFE050A95DD67BD15C00A4D072EABAA376AE L_26; L_26 = InterfaceFuncInvoker1< AttributesScope_t5A89FFE050A95DD67BD15C00A4D072EABAA376AE, RuntimeObject* >::Invoke(4, IAttributes_t699EF2D1D5A022C91D27888CE70518262A25928D_il2cpp_TypeInfo_var, ((RuntimeObject*)IsInst((RuntimeObject*)L_24, IAttributes_t699EF2D1D5A022C91D27888CE70518262A25928D_il2cpp_TypeInfo_var)), ((RuntimeObject*)IsInst((RuntimeObject*)L_25, IAttributes_t699EF2D1D5A022C91D27888CE70518262A25928D_il2cpp_TypeInfo_var))); V_10 = L_26; } { auto __finallyBlock = il2cpp::utils::Finally([&] { FINALLY_00d7: { AttributesScope_Dispose_mE479F4FB0D23FD296817DD79630432BD4675E15D((&V_10), NULL); return; } }); try { RuntimeObject* L_27 = V_1; StyleList_1_tABF3DD9EB70CDF59829924CBA26ACDD1FBDD4C3C* L_28 = ___1_container; NullCheck((RuntimeObject*)L_27); InterfaceActionInvoker2< RuntimeObject*, StyleList_1_tABF3DD9EB70CDF59829924CBA26ACDD1FBDD4C3C* >::Invoke(0, il2cpp_rgctx_data(method->rgctx_data, 5), (RuntimeObject*)L_27, (RuntimeObject*)__this, L_28); goto IL_00e6; } catch(Il2CppExceptionWrapper& e) { __finallyBlock.StoreException(e.ex); } } IL_00e6: { goto IL_00f3; } IL_00e9: { PathVisitor_set_ReturnCode_mB5629AE0124C70E479D9C4D44A8E552DA8BA19E0_inline(__this, (int32_t)4, NULL); } IL_00f3: { goto IL_016c; } IL_00f6: { RuntimeObject* L_29 = ___0_properties; V_11 = ((RuntimeObject*)IsInst((RuntimeObject*)L_29, il2cpp_rgctx_data(method->rgctx_data, 9))); RuntimeObject* L_30 = V_11; if (!L_30) { goto IL_0116; } } { RuntimeObject* L_31 = V_11; StyleList_1_tABF3DD9EB70CDF59829924CBA26ACDD1FBDD4C3C* L_32 = ___1_container; RuntimeObject* L_33; L_33 = PropertyPathPart_get_Key_m08AAAD0EF82806F72CA10628E7B8EC15322E7E6A((&V_0), NULL); NullCheck(L_31); bool L_34; L_34 = InterfaceFuncInvoker3< bool, StyleList_1_tABF3DD9EB70CDF59829924CBA26ACDD1FBDD4C3C*, RuntimeObject*, RuntimeObject** >::Invoke(0, il2cpp_rgctx_data(method->rgctx_data, 9), L_31, L_32, L_33, (&V_1)); G_B22_0 = ((int32_t)(L_34)); goto IL_0117; } IL_0116: { G_B22_0 = 0; } IL_0117: { V_12 = (bool)G_B22_0; bool L_35 = V_12; if (!L_35) { goto IL_0155; } } { RuntimeObject* L_36 = V_1; RuntimeObject* L_37; L_37 = PathVisitor_get_Property_mA08B8FE123674A9F4529C9CEAC47F6E940846E9B_inline(__this, NULL); NullCheck(((RuntimeObject*)IsInst((RuntimeObject*)L_36, IAttributes_t699EF2D1D5A022C91D27888CE70518262A25928D_il2cpp_TypeInfo_var))); AttributesScope_t5A89FFE050A95DD67BD15C00A4D072EABAA376AE L_38; L_38 = InterfaceFuncInvoker1< AttributesScope_t5A89FFE050A95DD67BD15C00A4D072EABAA376AE, RuntimeObject* >::Invoke(4, IAttributes_t699EF2D1D5A022C91D27888CE70518262A25928D_il2cpp_TypeInfo_var, ((RuntimeObject*)IsInst((RuntimeObject*)L_36, IAttributes_t699EF2D1D5A022C91D27888CE70518262A25928D_il2cpp_TypeInfo_var)), ((RuntimeObject*)IsInst((RuntimeObject*)L_37, IAttributes_t699EF2D1D5A022C91D27888CE70518262A25928D_il2cpp_TypeInfo_var))); V_13 = L_38; } { auto __finallyBlock = il2cpp::utils::Finally([&] { FINALLY_0143: { AttributesScope_Dispose_mE479F4FB0D23FD296817DD79630432BD4675E15D((&V_13), NULL); return; } }); try { RuntimeObject* L_39 = V_1; StyleList_1_tABF3DD9EB70CDF59829924CBA26ACDD1FBDD4C3C* L_40 = ___1_container; NullCheck((RuntimeObject*)L_39); InterfaceActionInvoker2< RuntimeObject*, StyleList_1_tABF3DD9EB70CDF59829924CBA26ACDD1FBDD4C3C* >::Invoke(0, il2cpp_rgctx_data(method->rgctx_data, 5), (RuntimeObject*)L_39, (RuntimeObject*)__this, L_40); goto IL_0152; } catch(Il2CppExceptionWrapper& e) { __finallyBlock.StoreException(e.ex); } } IL_0152: { goto IL_015f; } IL_0155: { PathVisitor_set_ReturnCode_mB5629AE0124C70E479D9C4D44A8E552DA8BA19E0_inline(__this, (int32_t)4, NULL); } IL_015f: { goto IL_016c; } IL_0162: { PathVisitor_set_ReturnCode_mB5629AE0124C70E479D9C4D44A8E552DA8BA19E0_inline(__this, (int32_t)4, NULL); goto IL_016c; } IL_016c: { return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PathVisitor_Unity_Properties_IPropertyBagVisitor_Visit_TisStyleList_1_t15E0FB58274532956EB643D58F1F7B95BED5B7C4_mD8F9F62D3F0BFC1368C3A6B26F0E472E5502C7FA_gshared (PathVisitor_tCD0947C41CDBDB774D22D560E5FFA01EF61C4446* __this, RuntimeObject* ___0_properties, StyleList_1_t15E0FB58274532956EB643D58F1F7B95BED5B7C4* ___1_container, const RuntimeMethod* method) { if (!il2cpp_rgctx_is_initialized(method)) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IAttributes_t699EF2D1D5A022C91D27888CE70518262A25928D_il2cpp_TypeInfo_var); il2cpp_rgctx_method_init(method); } PropertyPathPart_tFB308743948D2298957DC1898D90AF2ACFED9DFF V_0; memset((&V_0), 0, sizeof(V_0)); RuntimeObject* V_1 = NULL; PropertyPath_tA523CA2740853534DF6C009C588464B45A6D0A79 V_2; memset((&V_2), 0, sizeof(V_2)); int32_t V_3 = 0; int32_t V_4 = 0; int32_t V_5 = 0; RuntimeObject* V_6 = NULL; bool V_7 = false; RuntimeObject* V_8 = NULL; bool V_9 = false; AttributesScope_t5A89FFE050A95DD67BD15C00A4D072EABAA376AE V_10; memset((&V_10), 0, sizeof(V_10)); RuntimeObject* V_11 = NULL; bool V_12 = false; AttributesScope_t5A89FFE050A95DD67BD15C00A4D072EABAA376AE V_13; memset((&V_13), 0, sizeof(V_13)); int32_t G_B5_0 = 0; int32_t G_B12_0 = 0; int32_t G_B22_0 = 0; { PropertyPath_tA523CA2740853534DF6C009C588464B45A6D0A79 L_0; L_0 = PathVisitor_get_Path_m98A92F21C11F12C0C88EAC86D0F2E853DFBF9BD3_inline(__this, NULL); V_2 = L_0; int32_t L_1 = __this->___m_PathIndex; V_3 = L_1; int32_t L_2 = V_3; __this->___m_PathIndex = ((int32_t)il2cpp_codegen_add(L_2, 1)); int32_t L_3 = V_3; PropertyPathPart_tFB308743948D2298957DC1898D90AF2ACFED9DFF L_4; L_4 = PropertyPath_get_Item_mB0EFC5EAEB2A48E02906CDDC6435FDF4032EFAFD((&V_2), L_3, NULL); V_0 = L_4; int32_t L_5; L_5 = PropertyPathPart_get_Kind_m18581157E2924A9BF9FC8166CF98CBA468016541_inline((&V_0), NULL); V_5 = L_5; int32_t L_6 = V_5; V_4 = L_6; int32_t L_7 = V_4; switch (L_7) { case 0: { goto IL_0046; } case 1: { goto IL_008a; } case 2: { goto IL_00f6; } } } { goto IL_0162; } IL_0046: { RuntimeObject* L_8 = ___0_properties; V_6 = ((RuntimeObject*)IsInst((RuntimeObject*)L_8, il2cpp_rgctx_data(method->rgctx_data, 1))); RuntimeObject* L_9 = V_6; if (!L_9) { goto IL_0066; } } { RuntimeObject* L_10 = V_6; StyleList_1_t15E0FB58274532956EB643D58F1F7B95BED5B7C4* L_11 = ___1_container; String_t* L_12; L_12 = PropertyPathPart_get_Name_mFCEAE41CA7D7FAD0A0D7EB6D0B371AEAD7CE5A21((&V_0), NULL); NullCheck(L_10); bool L_13; L_13 = InterfaceFuncInvoker3< bool, StyleList_1_t15E0FB58274532956EB643D58F1F7B95BED5B7C4*, String_t*, RuntimeObject** >::Invoke(0, il2cpp_rgctx_data(method->rgctx_data, 1), L_10, L_11, L_12, (&V_1)); G_B5_0 = ((int32_t)(L_13)); goto IL_0067; } IL_0066: { G_B5_0 = 0; } IL_0067: { V_7 = (bool)G_B5_0; bool L_14 = V_7; if (!L_14) { goto IL_007a; } } { RuntimeObject* L_15 = V_1; StyleList_1_t15E0FB58274532956EB643D58F1F7B95BED5B7C4* L_16 = ___1_container; NullCheck((RuntimeObject*)L_15); InterfaceActionInvoker2< RuntimeObject*, StyleList_1_t15E0FB58274532956EB643D58F1F7B95BED5B7C4* >::Invoke(0, il2cpp_rgctx_data(method->rgctx_data, 5), (RuntimeObject*)L_15, (RuntimeObject*)__this, L_16); goto IL_0084; } IL_007a: { PathVisitor_set_ReturnCode_mB5629AE0124C70E479D9C4D44A8E552DA8BA19E0_inline(__this, (int32_t)4, NULL); } IL_0084: { goto IL_016c; } IL_008a: { RuntimeObject* L_17 = ___0_properties; V_8 = ((RuntimeObject*)IsInst((RuntimeObject*)L_17, il2cpp_rgctx_data(method->rgctx_data, 7))); RuntimeObject* L_18 = V_8; if (!L_18) { goto IL_00aa; } } { RuntimeObject* L_19 = V_8; StyleList_1_t15E0FB58274532956EB643D58F1F7B95BED5B7C4* L_20 = ___1_container; int32_t L_21; L_21 = PropertyPathPart_get_Index_mFCB3571720514B51BC7B373D45B19CCBD82FBF57((&V_0), NULL); NullCheck(L_19); bool L_22; L_22 = InterfaceFuncInvoker3< bool, StyleList_1_t15E0FB58274532956EB643D58F1F7B95BED5B7C4*, int32_t, RuntimeObject** >::Invoke(0, il2cpp_rgctx_data(method->rgctx_data, 7), L_19, L_20, L_21, (&V_1)); G_B12_0 = ((int32_t)(L_22)); goto IL_00ab; } IL_00aa: { G_B12_0 = 0; } IL_00ab: { V_9 = (bool)G_B12_0; bool L_23 = V_9; if (!L_23) { goto IL_00e9; } } { RuntimeObject* L_24 = V_1; RuntimeObject* L_25; L_25 = PathVisitor_get_Property_mA08B8FE123674A9F4529C9CEAC47F6E940846E9B_inline(__this, NULL); NullCheck(((RuntimeObject*)IsInst((RuntimeObject*)L_24, IAttributes_t699EF2D1D5A022C91D27888CE70518262A25928D_il2cpp_TypeInfo_var))); AttributesScope_t5A89FFE050A95DD67BD15C00A4D072EABAA376AE L_26; L_26 = InterfaceFuncInvoker1< AttributesScope_t5A89FFE050A95DD67BD15C00A4D072EABAA376AE, RuntimeObject* >::Invoke(4, IAttributes_t699EF2D1D5A022C91D27888CE70518262A25928D_il2cpp_TypeInfo_var, ((RuntimeObject*)IsInst((RuntimeObject*)L_24, IAttributes_t699EF2D1D5A022C91D27888CE70518262A25928D_il2cpp_TypeInfo_var)), ((RuntimeObject*)IsInst((RuntimeObject*)L_25, IAttributes_t699EF2D1D5A022C91D27888CE70518262A25928D_il2cpp_TypeInfo_var))); V_10 = L_26; } { auto __finallyBlock = il2cpp::utils::Finally([&] { FINALLY_00d7: { AttributesScope_Dispose_mE479F4FB0D23FD296817DD79630432BD4675E15D((&V_10), NULL); return; } }); try { RuntimeObject* L_27 = V_1; StyleList_1_t15E0FB58274532956EB643D58F1F7B95BED5B7C4* L_28 = ___1_container; NullCheck((RuntimeObject*)L_27); InterfaceActionInvoker2< RuntimeObject*, StyleList_1_t15E0FB58274532956EB643D58F1F7B95BED5B7C4* >::Invoke(0, il2cpp_rgctx_data(method->rgctx_data, 5), (RuntimeObject*)L_27, (RuntimeObject*)__this, L_28); goto IL_00e6; } catch(Il2CppExceptionWrapper& e) { __finallyBlock.StoreException(e.ex); } } IL_00e6: { goto IL_00f3; } IL_00e9: { PathVisitor_set_ReturnCode_mB5629AE0124C70E479D9C4D44A8E552DA8BA19E0_inline(__this, (int32_t)4, NULL); } IL_00f3: { goto IL_016c; } IL_00f6: { RuntimeObject* L_29 = ___0_properties; V_11 = ((RuntimeObject*)IsInst((RuntimeObject*)L_29, il2cpp_rgctx_data(method->rgctx_data, 9))); RuntimeObject* L_30 = V_11; if (!L_30) { goto IL_0116; } } { RuntimeObject* L_31 = V_11; StyleList_1_t15E0FB58274532956EB643D58F1F7B95BED5B7C4* L_32 = ___1_container; RuntimeObject* L_33; L_33 = PropertyPathPart_get_Key_m08AAAD0EF82806F72CA10628E7B8EC15322E7E6A((&V_0), NULL); NullCheck(L_31); bool L_34; L_34 = InterfaceFuncInvoker3< bool, StyleList_1_t15E0FB58274532956EB643D58F1F7B95BED5B7C4*, RuntimeObject*, RuntimeObject** >::Invoke(0, il2cpp_rgctx_data(method->rgctx_data, 9), L_31, L_32, L_33, (&V_1)); G_B22_0 = ((int32_t)(L_34)); goto IL_0117; } IL_0116: { G_B22_0 = 0; } IL_0117: { V_12 = (bool)G_B22_0; bool L_35 = V_12; if (!L_35) { goto IL_0155; } } { RuntimeObject* L_36 = V_1; RuntimeObject* L_37; L_37 = PathVisitor_get_Property_mA08B8FE123674A9F4529C9CEAC47F6E940846E9B_inline(__this, NULL); NullCheck(((RuntimeObject*)IsInst((RuntimeObject*)L_36, IAttributes_t699EF2D1D5A022C91D27888CE70518262A25928D_il2cpp_TypeInfo_var))); AttributesScope_t5A89FFE050A95DD67BD15C00A4D072EABAA376AE L_38; L_38 = InterfaceFuncInvoker1< AttributesScope_t5A89FFE050A95DD67BD15C00A4D072EABAA376AE, RuntimeObject* >::Invoke(4, IAttributes_t699EF2D1D5A022C91D27888CE70518262A25928D_il2cpp_TypeInfo_var, ((RuntimeObject*)IsInst((RuntimeObject*)L_36, IAttributes_t699EF2D1D5A022C91D27888CE70518262A25928D_il2cpp_TypeInfo_var)), ((RuntimeObject*)IsInst((RuntimeObject*)L_37, IAttributes_t699EF2D1D5A022C91D27888CE70518262A25928D_il2cpp_TypeInfo_var))); V_13 = L_38; } { auto __finallyBlock = il2cpp::utils::Finally([&] { FINALLY_0143: { AttributesScope_Dispose_mE479F4FB0D23FD296817DD79630432BD4675E15D((&V_13), NULL); return; } }); try { RuntimeObject* L_39 = V_1; StyleList_1_t15E0FB58274532956EB643D58F1F7B95BED5B7C4* L_40 = ___1_container; NullCheck((RuntimeObject*)L_39); InterfaceActionInvoker2< RuntimeObject*, StyleList_1_t15E0FB58274532956EB643D58F1F7B95BED5B7C4* >::Invoke(0, il2cpp_rgctx_data(method->rgctx_data, 5), (RuntimeObject*)L_39, (RuntimeObject*)__this, L_40); goto IL_0152; } catch(Il2CppExceptionWrapper& e) { __finallyBlock.StoreException(e.ex); } } IL_0152: { goto IL_015f; } IL_0155: { PathVisitor_set_ReturnCode_mB5629AE0124C70E479D9C4D44A8E552DA8BA19E0_inline(__this, (int32_t)4, NULL); } IL_015f: { goto IL_016c; } IL_0162: { PathVisitor_set_ReturnCode_mB5629AE0124C70E479D9C4D44A8E552DA8BA19E0_inline(__this, (int32_t)4, NULL); goto IL_016c; } IL_016c: { return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PathVisitor_Unity_Properties_IPropertyBagVisitor_Visit_TisAngle_t0229F612898D65B3CC646C40A32D93D8A33C1DFC_m6B2055062515332A8330B3257EFDB4887D6021D4_gshared (PathVisitor_tCD0947C41CDBDB774D22D560E5FFA01EF61C4446* __this, RuntimeObject* ___0_properties, Angle_t0229F612898D65B3CC646C40A32D93D8A33C1DFC* ___1_container, const RuntimeMethod* method) { if (!il2cpp_rgctx_is_initialized(method)) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IAttributes_t699EF2D1D5A022C91D27888CE70518262A25928D_il2cpp_TypeInfo_var); il2cpp_rgctx_method_init(method); } PropertyPathPart_tFB308743948D2298957DC1898D90AF2ACFED9DFF V_0; memset((&V_0), 0, sizeof(V_0)); RuntimeObject* V_1 = NULL; PropertyPath_tA523CA2740853534DF6C009C588464B45A6D0A79 V_2; memset((&V_2), 0, sizeof(V_2)); int32_t V_3 = 0; int32_t V_4 = 0; int32_t V_5 = 0; RuntimeObject* V_6 = NULL; bool V_7 = false; RuntimeObject* V_8 = NULL; bool V_9 = false; AttributesScope_t5A89FFE050A95DD67BD15C00A4D072EABAA376AE V_10; memset((&V_10), 0, sizeof(V_10)); RuntimeObject* V_11 = NULL; bool V_12 = false; AttributesScope_t5A89FFE050A95DD67BD15C00A4D072EABAA376AE V_13; memset((&V_13), 0, sizeof(V_13)); int32_t G_B5_0 = 0; int32_t G_B12_0 = 0; int32_t G_B22_0 = 0; { PropertyPath_tA523CA2740853534DF6C009C588464B45A6D0A79 L_0; L_0 = PathVisitor_get_Path_m98A92F21C11F12C0C88EAC86D0F2E853DFBF9BD3_inline(__this, NULL); V_2 = L_0; int32_t L_1 = __this->___m_PathIndex; V_3 = L_1; int32_t L_2 = V_3; __this->___m_PathIndex = ((int32_t)il2cpp_codegen_add(L_2, 1)); int32_t L_3 = V_3; PropertyPathPart_tFB308743948D2298957DC1898D90AF2ACFED9DFF L_4; L_4 = PropertyPath_get_Item_mB0EFC5EAEB2A48E02906CDDC6435FDF4032EFAFD((&V_2), L_3, NULL); V_0 = L_4; int32_t L_5; L_5 = PropertyPathPart_get_Kind_m18581157E2924A9BF9FC8166CF98CBA468016541_inline((&V_0), NULL); V_5 = L_5; int32_t L_6 = V_5; V_4 = L_6; int32_t L_7 = V_4; switch (L_7) { case 0: { goto IL_0046; } case 1: { goto IL_008a; } case 2: { goto IL_00f6; } } } { goto IL_0162; } IL_0046: { RuntimeObject* L_8 = ___0_properties; V_6 = ((RuntimeObject*)IsInst((RuntimeObject*)L_8, il2cpp_rgctx_data(method->rgctx_data, 1))); RuntimeObject* L_9 = V_6; if (!L_9) { goto IL_0066; } } { RuntimeObject* L_10 = V_6; Angle_t0229F612898D65B3CC646C40A32D93D8A33C1DFC* L_11 = ___1_container; String_t* L_12; L_12 = PropertyPathPart_get_Name_mFCEAE41CA7D7FAD0A0D7EB6D0B371AEAD7CE5A21((&V_0), NULL); NullCheck(L_10); bool L_13; L_13 = InterfaceFuncInvoker3< bool, Angle_t0229F612898D65B3CC646C40A32D93D8A33C1DFC*, String_t*, RuntimeObject** >::Invoke(0, il2cpp_rgctx_data(method->rgctx_data, 1), L_10, L_11, L_12, (&V_1)); G_B5_0 = ((int32_t)(L_13)); goto IL_0067; } IL_0066: { G_B5_0 = 0; } IL_0067: { V_7 = (bool)G_B5_0; bool L_14 = V_7; if (!L_14) { goto IL_007a; } } { RuntimeObject* L_15 = V_1; Angle_t0229F612898D65B3CC646C40A32D93D8A33C1DFC* L_16 = ___1_container; NullCheck((RuntimeObject*)L_15); InterfaceActionInvoker2< RuntimeObject*, Angle_t0229F612898D65B3CC646C40A32D93D8A33C1DFC* >::Invoke(0, il2cpp_rgctx_data(method->rgctx_data, 5), (RuntimeObject*)L_15, (RuntimeObject*)__this, L_16); goto IL_0084; } IL_007a: { PathVisitor_set_ReturnCode_mB5629AE0124C70E479D9C4D44A8E552DA8BA19E0_inline(__this, (int32_t)4, NULL); } IL_0084: { goto IL_016c; } IL_008a: { RuntimeObject* L_17 = ___0_properties; V_8 = ((RuntimeObject*)IsInst((RuntimeObject*)L_17, il2cpp_rgctx_data(method->rgctx_data, 7))); RuntimeObject* L_18 = V_8; if (!L_18) { goto IL_00aa; } } { RuntimeObject* L_19 = V_8; Angle_t0229F612898D65B3CC646C40A32D93D8A33C1DFC* L_20 = ___1_container; int32_t L_21; L_21 = PropertyPathPart_get_Index_mFCB3571720514B51BC7B373D45B19CCBD82FBF57((&V_0), NULL); NullCheck(L_19); bool L_22; L_22 = InterfaceFuncInvoker3< bool, Angle_t0229F612898D65B3CC646C40A32D93D8A33C1DFC*, int32_t, RuntimeObject** >::Invoke(0, il2cpp_rgctx_data(method->rgctx_data, 7), L_19, L_20, L_21, (&V_1)); G_B12_0 = ((int32_t)(L_22)); goto IL_00ab; } IL_00aa: { G_B12_0 = 0; } IL_00ab: { V_9 = (bool)G_B12_0; bool L_23 = V_9; if (!L_23) { goto IL_00e9; } } { RuntimeObject* L_24 = V_1; RuntimeObject* L_25; L_25 = PathVisitor_get_Property_mA08B8FE123674A9F4529C9CEAC47F6E940846E9B_inline(__this, NULL); NullCheck(((RuntimeObject*)IsInst((RuntimeObject*)L_24, IAttributes_t699EF2D1D5A022C91D27888CE70518262A25928D_il2cpp_TypeInfo_var))); AttributesScope_t5A89FFE050A95DD67BD15C00A4D072EABAA376AE L_26; L_26 = InterfaceFuncInvoker1< AttributesScope_t5A89FFE050A95DD67BD15C00A4D072EABAA376AE, RuntimeObject* >::Invoke(4, IAttributes_t699EF2D1D5A022C91D27888CE70518262A25928D_il2cpp_TypeInfo_var, ((RuntimeObject*)IsInst((RuntimeObject*)L_24, IAttributes_t699EF2D1D5A022C91D27888CE70518262A25928D_il2cpp_TypeInfo_var)), ((RuntimeObject*)IsInst((RuntimeObject*)L_25, IAttributes_t699EF2D1D5A022C91D27888CE70518262A25928D_il2cpp_TypeInfo_var))); V_10 = L_26; } { auto __finallyBlock = il2cpp::utils::Finally([&] { FINALLY_00d7: { AttributesScope_Dispose_mE479F4FB0D23FD296817DD79630432BD4675E15D((&V_10), NULL); return; } }); try { RuntimeObject* L_27 = V_1; Angle_t0229F612898D65B3CC646C40A32D93D8A33C1DFC* L_28 = ___1_container; NullCheck((RuntimeObject*)L_27); InterfaceActionInvoker2< RuntimeObject*, Angle_t0229F612898D65B3CC646C40A32D93D8A33C1DFC* >::Invoke(0, il2cpp_rgctx_data(method->rgctx_data, 5), (RuntimeObject*)L_27, (RuntimeObject*)__this, L_28); goto IL_00e6; } catch(Il2CppExceptionWrapper& e) { __finallyBlock.StoreException(e.ex); } } IL_00e6: { goto IL_00f3; } IL_00e9: { PathVisitor_set_ReturnCode_mB5629AE0124C70E479D9C4D44A8E552DA8BA19E0_inline(__this, (int32_t)4, NULL); } IL_00f3: { goto IL_016c; } IL_00f6: { RuntimeObject* L_29 = ___0_properties; V_11 = ((RuntimeObject*)IsInst((RuntimeObject*)L_29, il2cpp_rgctx_data(method->rgctx_data, 9))); RuntimeObject* L_30 = V_11; if (!L_30) { goto IL_0116; } } { RuntimeObject* L_31 = V_11; Angle_t0229F612898D65B3CC646C40A32D93D8A33C1DFC* L_32 = ___1_container; RuntimeObject* L_33; L_33 = PropertyPathPart_get_Key_m08AAAD0EF82806F72CA10628E7B8EC15322E7E6A((&V_0), NULL); NullCheck(L_31); bool L_34; L_34 = InterfaceFuncInvoker3< bool, Angle_t0229F612898D65B3CC646C40A32D93D8A33C1DFC*, RuntimeObject*, RuntimeObject** >::Invoke(0, il2cpp_rgctx_data(method->rgctx_data, 9), L_31, L_32, L_33, (&V_1)); G_B22_0 = ((int32_t)(L_34)); goto IL_0117; } IL_0116: { G_B22_0 = 0; } IL_0117: { V_12 = (bool)G_B22_0; bool L_35 = V_12; if (!L_35) { goto IL_0155; } } { RuntimeObject* L_36 = V_1; RuntimeObject* L_37; L_37 = PathVisitor_get_Property_mA08B8FE123674A9F4529C9CEAC47F6E940846E9B_inline(__this, NULL); NullCheck(((RuntimeObject*)IsInst((RuntimeObject*)L_36, IAttributes_t699EF2D1D5A022C91D27888CE70518262A25928D_il2cpp_TypeInfo_var))); AttributesScope_t5A89FFE050A95DD67BD15C00A4D072EABAA376AE L_38; L_38 = InterfaceFuncInvoker1< AttributesScope_t5A89FFE050A95DD67BD15C00A4D072EABAA376AE, RuntimeObject* >::Invoke(4, IAttributes_t699EF2D1D5A022C91D27888CE70518262A25928D_il2cpp_TypeInfo_var, ((RuntimeObject*)IsInst((RuntimeObject*)L_36, IAttributes_t699EF2D1D5A022C91D27888CE70518262A25928D_il2cpp_TypeInfo_var)), ((RuntimeObject*)IsInst((RuntimeObject*)L_37, IAttributes_t699EF2D1D5A022C91D27888CE70518262A25928D_il2cpp_TypeInfo_var))); V_13 = L_38; } { auto __finallyBlock = il2cpp::utils::Finally([&] { FINALLY_0143: { AttributesScope_Dispose_mE479F4FB0D23FD296817DD79630432BD4675E15D((&V_13), NULL); return; } }); try { RuntimeObject* L_39 = V_1; Angle_t0229F612898D65B3CC646C40A32D93D8A33C1DFC* L_40 = ___1_container; NullCheck((RuntimeObject*)L_39); InterfaceActionInvoker2< RuntimeObject*, Angle_t0229F612898D65B3CC646C40A32D93D8A33C1DFC* >::Invoke(0, il2cpp_rgctx_data(method->rgctx_data, 5), (RuntimeObject*)L_39, (RuntimeObject*)__this, L_40); goto IL_0152; } catch(Il2CppExceptionWrapper& e) { __finallyBlock.StoreException(e.ex); } } IL_0152: { goto IL_015f; } IL_0155: { PathVisitor_set_ReturnCode_mB5629AE0124C70E479D9C4D44A8E552DA8BA19E0_inline(__this, (int32_t)4, NULL); } IL_015f: { goto IL_016c; } IL_0162: { PathVisitor_set_ReturnCode_mB5629AE0124C70E479D9C4D44A8E552DA8BA19E0_inline(__this, (int32_t)4, NULL); goto IL_016c; } IL_016c: { return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PathVisitor_Unity_Properties_IPropertyBagVisitor_Visit_TisBackground_t3C720DED4FAF016332D29FB86C9BE8D5D0D8F0C8_m7AA071BF4FF634076D9EE7FA6B9AE7AE5A65A28E_gshared (PathVisitor_tCD0947C41CDBDB774D22D560E5FFA01EF61C4446* __this, RuntimeObject* ___0_properties, Background_t3C720DED4FAF016332D29FB86C9BE8D5D0D8F0C8* ___1_container, const RuntimeMethod* method) { if (!il2cpp_rgctx_is_initialized(method)) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IAttributes_t699EF2D1D5A022C91D27888CE70518262A25928D_il2cpp_TypeInfo_var); il2cpp_rgctx_method_init(method); } PropertyPathPart_tFB308743948D2298957DC1898D90AF2ACFED9DFF V_0; memset((&V_0), 0, sizeof(V_0)); RuntimeObject* V_1 = NULL; PropertyPath_tA523CA2740853534DF6C009C588464B45A6D0A79 V_2; memset((&V_2), 0, sizeof(V_2)); int32_t V_3 = 0; int32_t V_4 = 0; int32_t V_5 = 0; RuntimeObject* V_6 = NULL; bool V_7 = false; RuntimeObject* V_8 = NULL; bool V_9 = false; AttributesScope_t5A89FFE050A95DD67BD15C00A4D072EABAA376AE V_10; memset((&V_10), 0, sizeof(V_10)); RuntimeObject* V_11 = NULL; bool V_12 = false; AttributesScope_t5A89FFE050A95DD67BD15C00A4D072EABAA376AE V_13; memset((&V_13), 0, sizeof(V_13)); int32_t G_B5_0 = 0; int32_t G_B12_0 = 0; int32_t G_B22_0 = 0; { PropertyPath_tA523CA2740853534DF6C009C588464B45A6D0A79 L_0; L_0 = PathVisitor_get_Path_m98A92F21C11F12C0C88EAC86D0F2E853DFBF9BD3_inline(__this, NULL); V_2 = L_0; int32_t L_1 = __this->___m_PathIndex; V_3 = L_1; int32_t L_2 = V_3; __this->___m_PathIndex = ((int32_t)il2cpp_codegen_add(L_2, 1)); int32_t L_3 = V_3; PropertyPathPart_tFB308743948D2298957DC1898D90AF2ACFED9DFF L_4; L_4 = PropertyPath_get_Item_mB0EFC5EAEB2A48E02906CDDC6435FDF4032EFAFD((&V_2), L_3, NULL); V_0 = L_4; int32_t L_5; L_5 = PropertyPathPart_get_Kind_m18581157E2924A9BF9FC8166CF98CBA468016541_inline((&V_0), NULL); V_5 = L_5; int32_t L_6 = V_5; V_4 = L_6; int32_t L_7 = V_4; switch (L_7) { case 0: { goto IL_0046; } case 1: { goto IL_008a; } case 2: { goto IL_00f6; } } } { goto IL_0162; } IL_0046: { RuntimeObject* L_8 = ___0_properties; V_6 = ((RuntimeObject*)IsInst((RuntimeObject*)L_8, il2cpp_rgctx_data(method->rgctx_data, 1))); RuntimeObject* L_9 = V_6; if (!L_9) { goto IL_0066; } } { RuntimeObject* L_10 = V_6; Background_t3C720DED4FAF016332D29FB86C9BE8D5D0D8F0C8* L_11 = ___1_container; String_t* L_12; L_12 = PropertyPathPart_get_Name_mFCEAE41CA7D7FAD0A0D7EB6D0B371AEAD7CE5A21((&V_0), NULL); NullCheck(L_10); bool L_13; L_13 = InterfaceFuncInvoker3< bool, Background_t3C720DED4FAF016332D29FB86C9BE8D5D0D8F0C8*, String_t*, RuntimeObject** >::Invoke(0, il2cpp_rgctx_data(method->rgctx_data, 1), L_10, L_11, L_12, (&V_1)); G_B5_0 = ((int32_t)(L_13)); goto IL_0067; } IL_0066: { G_B5_0 = 0; } IL_0067: { V_7 = (bool)G_B5_0; bool L_14 = V_7; if (!L_14) { goto IL_007a; } } { RuntimeObject* L_15 = V_1; Background_t3C720DED4FAF016332D29FB86C9BE8D5D0D8F0C8* L_16 = ___1_container; NullCheck((RuntimeObject*)L_15); InterfaceActionInvoker2< RuntimeObject*, Background_t3C720DED4FAF016332D29FB86C9BE8D5D0D8F0C8* >::Invoke(0, il2cpp_rgctx_data(method->rgctx_data, 5), (RuntimeObject*)L_15, (RuntimeObject*)__this, L_16); goto IL_0084; } IL_007a: { PathVisitor_set_ReturnCode_mB5629AE0124C70E479D9C4D44A8E552DA8BA19E0_inline(__this, (int32_t)4, NULL); } IL_0084: { goto IL_016c; } IL_008a: { RuntimeObject* L_17 = ___0_properties; V_8 = ((RuntimeObject*)IsInst((RuntimeObject*)L_17, il2cpp_rgctx_data(method->rgctx_data, 7))); RuntimeObject* L_18 = V_8; if (!L_18) { goto IL_00aa; } } { RuntimeObject* L_19 = V_8; Background_t3C720DED4FAF016332D29FB86C9BE8D5D0D8F0C8* L_20 = ___1_container; int32_t L_21; L_21 = PropertyPathPart_get_Index_mFCB3571720514B51BC7B373D45B19CCBD82FBF57((&V_0), NULL); NullCheck(L_19); bool L_22; L_22 = InterfaceFuncInvoker3< bool, Background_t3C720DED4FAF016332D29FB86C9BE8D5D0D8F0C8*, int32_t, RuntimeObject** >::Invoke(0, il2cpp_rgctx_data(method->rgctx_data, 7), L_19, L_20, L_21, (&V_1)); G_B12_0 = ((int32_t)(L_22)); goto IL_00ab; } IL_00aa: { G_B12_0 = 0; } IL_00ab: { V_9 = (bool)G_B12_0; bool L_23 = V_9; if (!L_23) { goto IL_00e9; } } { RuntimeObject* L_24 = V_1; RuntimeObject* L_25; L_25 = PathVisitor_get_Property_mA08B8FE123674A9F4529C9CEAC47F6E940846E9B_inline(__this, NULL); NullCheck(((RuntimeObject*)IsInst((RuntimeObject*)L_24, IAttributes_t699EF2D1D5A022C91D27888CE70518262A25928D_il2cpp_TypeInfo_var))); AttributesScope_t5A89FFE050A95DD67BD15C00A4D072EABAA376AE L_26; L_26 = InterfaceFuncInvoker1< AttributesScope_t5A89FFE050A95DD67BD15C00A4D072EABAA376AE, RuntimeObject* >::Invoke(4, IAttributes_t699EF2D1D5A022C91D27888CE70518262A25928D_il2cpp_TypeInfo_var, ((RuntimeObject*)IsInst((RuntimeObject*)L_24, IAttributes_t699EF2D1D5A022C91D27888CE70518262A25928D_il2cpp_TypeInfo_var)), ((RuntimeObject*)IsInst((RuntimeObject*)L_25, IAttributes_t699EF2D1D5A022C91D27888CE70518262A25928D_il2cpp_TypeInfo_var))); V_10 = L_26; } { auto __finallyBlock = il2cpp::utils::Finally([&] { FINALLY_00d7: { AttributesScope_Dispose_mE479F4FB0D23FD296817DD79630432BD4675E15D((&V_10), NULL); return; } }); try { RuntimeObject* L_27 = V_1; Background_t3C720DED4FAF016332D29FB86C9BE8D5D0D8F0C8* L_28 = ___1_container; NullCheck((RuntimeObject*)L_27); InterfaceActionInvoker2< RuntimeObject*, Background_t3C720DED4FAF016332D29FB86C9BE8D5D0D8F0C8* >::Invoke(0, il2cpp_rgctx_data(method->rgctx_data, 5), (RuntimeObject*)L_27, (RuntimeObject*)__this, L_28); goto IL_00e6; } catch(Il2CppExceptionWrapper& e) { __finallyBlock.StoreException(e.ex); } } IL_00e6: { goto IL_00f3; } IL_00e9: { PathVisitor_set_ReturnCode_mB5629AE0124C70E479D9C4D44A8E552DA8BA19E0_inline(__this, (int32_t)4, NULL); } IL_00f3: { goto IL_016c; } IL_00f6: { RuntimeObject* L_29 = ___0_properties; V_11 = ((RuntimeObject*)IsInst((RuntimeObject*)L_29, il2cpp_rgctx_data(method->rgctx_data, 9))); RuntimeObject* L_30 = V_11; if (!L_30) { goto IL_0116; } } { RuntimeObject* L_31 = V_11; Background_t3C720DED4FAF016332D29FB86C9BE8D5D0D8F0C8* L_32 = ___1_container; RuntimeObject* L_33; L_33 = PropertyPathPart_get_Key_m08AAAD0EF82806F72CA10628E7B8EC15322E7E6A((&V_0), NULL); NullCheck(L_31); bool L_34; L_34 = InterfaceFuncInvoker3< bool, Background_t3C720DED4FAF016332D29FB86C9BE8D5D0D8F0C8*, RuntimeObject*, RuntimeObject** >::Invoke(0, il2cpp_rgctx_data(method->rgctx_data, 9), L_31, L_32, L_33, (&V_1)); G_B22_0 = ((int32_t)(L_34)); goto IL_0117; } IL_0116: { G_B22_0 = 0; } IL_0117: { V_12 = (bool)G_B22_0; bool L_35 = V_12; if (!L_35) { goto IL_0155; } } { RuntimeObject* L_36 = V_1; RuntimeObject* L_37; L_37 = PathVisitor_get_Property_mA08B8FE123674A9F4529C9CEAC47F6E940846E9B_inline(__this, NULL); NullCheck(((RuntimeObject*)IsInst((RuntimeObject*)L_36, IAttributes_t699EF2D1D5A022C91D27888CE70518262A25928D_il2cpp_TypeInfo_var))); AttributesScope_t5A89FFE050A95DD67BD15C00A4D072EABAA376AE L_38; L_38 = InterfaceFuncInvoker1< AttributesScope_t5A89FFE050A95DD67BD15C00A4D072EABAA376AE, RuntimeObject* >::Invoke(4, IAttributes_t699EF2D1D5A022C91D27888CE70518262A25928D_il2cpp_TypeInfo_var, ((RuntimeObject*)IsInst((RuntimeObject*)L_36, IAttributes_t699EF2D1D5A022C91D27888CE70518262A25928D_il2cpp_TypeInfo_var)), ((RuntimeObject*)IsInst((RuntimeObject*)L_37, IAttributes_t699EF2D1D5A022C91D27888CE70518262A25928D_il2cpp_TypeInfo_var))); V_13 = L_38; } { auto __finallyBlock = il2cpp::utils::Finally([&] { FINALLY_0143: { AttributesScope_Dispose_mE479F4FB0D23FD296817DD79630432BD4675E15D((&V_13), NULL); return; } }); try { RuntimeObject* L_39 = V_1; Background_t3C720DED4FAF016332D29FB86C9BE8D5D0D8F0C8* L_40 = ___1_container; NullCheck((RuntimeObject*)L_39); InterfaceActionInvoker2< RuntimeObject*, Background_t3C720DED4FAF016332D29FB86C9BE8D5D0D8F0C8* >::Invoke(0, il2cpp_rgctx_data(method->rgctx_data, 5), (RuntimeObject*)L_39, (RuntimeObject*)__this, L_40); goto IL_0152; } catch(Il2CppExceptionWrapper& e) { __finallyBlock.StoreException(e.ex); } } IL_0152: { goto IL_015f; } IL_0155: { PathVisitor_set_ReturnCode_mB5629AE0124C70E479D9C4D44A8E552DA8BA19E0_inline(__this, (int32_t)4, NULL); } IL_015f: { goto IL_016c; } IL_0162: { PathVisitor_set_ReturnCode_mB5629AE0124C70E479D9C4D44A8E552DA8BA19E0_inline(__this, (int32_t)4, NULL); goto IL_016c; } IL_016c: { return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PathVisitor_Unity_Properties_IPropertyBagVisitor_Visit_TisBackgroundPosition_tF0822B29FC27A67205A9893EBE03D03B799B8B56_mC8496C117806D8E867957A17B97A53B57B40A87A_gshared (PathVisitor_tCD0947C41CDBDB774D22D560E5FFA01EF61C4446* __this, RuntimeObject* ___0_properties, BackgroundPosition_tF0822B29FC27A67205A9893EBE03D03B799B8B56* ___1_container, const RuntimeMethod* method) { if (!il2cpp_rgctx_is_initialized(method)) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IAttributes_t699EF2D1D5A022C91D27888CE70518262A25928D_il2cpp_TypeInfo_var); il2cpp_rgctx_method_init(method); } PropertyPathPart_tFB308743948D2298957DC1898D90AF2ACFED9DFF V_0; memset((&V_0), 0, sizeof(V_0)); RuntimeObject* V_1 = NULL; PropertyPath_tA523CA2740853534DF6C009C588464B45A6D0A79 V_2; memset((&V_2), 0, sizeof(V_2)); int32_t V_3 = 0; int32_t V_4 = 0; int32_t V_5 = 0; RuntimeObject* V_6 = NULL; bool V_7 = false; RuntimeObject* V_8 = NULL; bool V_9 = false; AttributesScope_t5A89FFE050A95DD67BD15C00A4D072EABAA376AE V_10; memset((&V_10), 0, sizeof(V_10)); RuntimeObject* V_11 = NULL; bool V_12 = false; AttributesScope_t5A89FFE050A95DD67BD15C00A4D072EABAA376AE V_13; memset((&V_13), 0, sizeof(V_13)); int32_t G_B5_0 = 0; int32_t G_B12_0 = 0; int32_t G_B22_0 = 0; { PropertyPath_tA523CA2740853534DF6C009C588464B45A6D0A79 L_0; L_0 = PathVisitor_get_Path_m98A92F21C11F12C0C88EAC86D0F2E853DFBF9BD3_inline(__this, NULL); V_2 = L_0; int32_t L_1 = __this->___m_PathIndex; V_3 = L_1; int32_t L_2 = V_3; __this->___m_PathIndex = ((int32_t)il2cpp_codegen_add(L_2, 1)); int32_t L_3 = V_3; PropertyPathPart_tFB308743948D2298957DC1898D90AF2ACFED9DFF L_4; L_4 = PropertyPath_get_Item_mB0EFC5EAEB2A48E02906CDDC6435FDF4032EFAFD((&V_2), L_3, NULL); V_0 = L_4; int32_t L_5; L_5 = PropertyPathPart_get_Kind_m18581157E2924A9BF9FC8166CF98CBA468016541_inline((&V_0), NULL); V_5 = L_5; int32_t L_6 = V_5; V_4 = L_6; int32_t L_7 = V_4; switch (L_7) { case 0: { goto IL_0046; } case 1: { goto IL_008a; } case 2: { goto IL_00f6; } } } { goto IL_0162; } IL_0046: { RuntimeObject* L_8 = ___0_properties; V_6 = ((RuntimeObject*)IsInst((RuntimeObject*)L_8, il2cpp_rgctx_data(method->rgctx_data, 1))); RuntimeObject* L_9 = V_6; if (!L_9) { goto IL_0066; } } { RuntimeObject* L_10 = V_6; BackgroundPosition_tF0822B29FC27A67205A9893EBE03D03B799B8B56* L_11 = ___1_container; String_t* L_12; L_12 = PropertyPathPart_get_Name_mFCEAE41CA7D7FAD0A0D7EB6D0B371AEAD7CE5A21((&V_0), NULL); NullCheck(L_10); bool L_13; L_13 = InterfaceFuncInvoker3< bool, BackgroundPosition_tF0822B29FC27A67205A9893EBE03D03B799B8B56*, String_t*, RuntimeObject** >::Invoke(0, il2cpp_rgctx_data(method->rgctx_data, 1), L_10, L_11, L_12, (&V_1)); G_B5_0 = ((int32_t)(L_13)); goto IL_0067; } IL_0066: { G_B5_0 = 0; } IL_0067: { V_7 = (bool)G_B5_0; bool L_14 = V_7; if (!L_14) { goto IL_007a; } } { RuntimeObject* L_15 = V_1; BackgroundPosition_tF0822B29FC27A67205A9893EBE03D03B799B8B56* L_16 = ___1_container; NullCheck((RuntimeObject*)L_15); InterfaceActionInvoker2< RuntimeObject*, BackgroundPosition_tF0822B29FC27A67205A9893EBE03D03B799B8B56* >::Invoke(0, il2cpp_rgctx_data(method->rgctx_data, 5), (RuntimeObject*)L_15, (RuntimeObject*)__this, L_16); goto IL_0084; } IL_007a: { PathVisitor_set_ReturnCode_mB5629AE0124C70E479D9C4D44A8E552DA8BA19E0_inline(__this, (int32_t)4, NULL); } IL_0084: { goto IL_016c; } IL_008a: { RuntimeObject* L_17 = ___0_properties; V_8 = ((RuntimeObject*)IsInst((RuntimeObject*)L_17, il2cpp_rgctx_data(method->rgctx_data, 7))); RuntimeObject* L_18 = V_8; if (!L_18) { goto IL_00aa; } } { RuntimeObject* L_19 = V_8; BackgroundPosition_tF0822B29FC27A67205A9893EBE03D03B799B8B56* L_20 = ___1_container; int32_t L_21; L_21 = PropertyPathPart_get_Index_mFCB3571720514B51BC7B373D45B19CCBD82FBF57((&V_0), NULL); NullCheck(L_19); bool L_22; L_22 = InterfaceFuncInvoker3< bool, BackgroundPosition_tF0822B29FC27A67205A9893EBE03D03B799B8B56*, int32_t, RuntimeObject** >::Invoke(0, il2cpp_rgctx_data(method->rgctx_data, 7), L_19, L_20, L_21, (&V_1)); G_B12_0 = ((int32_t)(L_22)); goto IL_00ab; } IL_00aa: { G_B12_0 = 0; } IL_00ab: { V_9 = (bool)G_B12_0; bool L_23 = V_9; if (!L_23) { goto IL_00e9; } } { RuntimeObject* L_24 = V_1; RuntimeObject* L_25; L_25 = PathVisitor_get_Property_mA08B8FE123674A9F4529C9CEAC47F6E940846E9B_inline(__this, NULL); NullCheck(((RuntimeObject*)IsInst((RuntimeObject*)L_24, IAttributes_t699EF2D1D5A022C91D27888CE70518262A25928D_il2cpp_TypeInfo_var))); AttributesScope_t5A89FFE050A95DD67BD15C00A4D072EABAA376AE L_26; L_26 = InterfaceFuncInvoker1< AttributesScope_t5A89FFE050A95DD67BD15C00A4D072EABAA376AE, RuntimeObject* >::Invoke(4, IAttributes_t699EF2D1D5A022C91D27888CE70518262A25928D_il2cpp_TypeInfo_var, ((RuntimeObject*)IsInst((RuntimeObject*)L_24, IAttributes_t699EF2D1D5A022C91D27888CE70518262A25928D_il2cpp_TypeInfo_var)), ((RuntimeObject*)IsInst((RuntimeObject*)L_25, IAttributes_t699EF2D1D5A022C91D27888CE70518262A25928D_il2cpp_TypeInfo_var))); V_10 = L_26; } { auto __finallyBlock = il2cpp::utils::Finally([&] { FINALLY_00d7: { AttributesScope_Dispose_mE479F4FB0D23FD296817DD79630432BD4675E15D((&V_10), NULL); return; } }); try { RuntimeObject* L_27 = V_1; BackgroundPosition_tF0822B29FC27A67205A9893EBE03D03B799B8B56* L_28 = ___1_container; NullCheck((RuntimeObject*)L_27); InterfaceActionInvoker2< RuntimeObject*, BackgroundPosition_tF0822B29FC27A67205A9893EBE03D03B799B8B56* >::Invoke(0, il2cpp_rgctx_data(method->rgctx_data, 5), (RuntimeObject*)L_27, (RuntimeObject*)__this, L_28); goto IL_00e6; } catch(Il2CppExceptionWrapper& e) { __finallyBlock.StoreException(e.ex); } } IL_00e6: { goto IL_00f3; } IL_00e9: { PathVisitor_set_ReturnCode_mB5629AE0124C70E479D9C4D44A8E552DA8BA19E0_inline(__this, (int32_t)4, NULL); } IL_00f3: { goto IL_016c; } IL_00f6: { RuntimeObject* L_29 = ___0_properties; V_11 = ((RuntimeObject*)IsInst((RuntimeObject*)L_29, il2cpp_rgctx_data(method->rgctx_data, 9))); RuntimeObject* L_30 = V_11; if (!L_30) { goto IL_0116; } } { RuntimeObject* L_31 = V_11; BackgroundPosition_tF0822B29FC27A67205A9893EBE03D03B799B8B56* L_32 = ___1_container; RuntimeObject* L_33; L_33 = PropertyPathPart_get_Key_m08AAAD0EF82806F72CA10628E7B8EC15322E7E6A((&V_0), NULL); NullCheck(L_31); bool L_34; L_34 = InterfaceFuncInvoker3< bool, BackgroundPosition_tF0822B29FC27A67205A9893EBE03D03B799B8B56*, RuntimeObject*, RuntimeObject** >::Invoke(0, il2cpp_rgctx_data(method->rgctx_data, 9), L_31, L_32, L_33, (&V_1)); G_B22_0 = ((int32_t)(L_34)); goto IL_0117; } IL_0116: { G_B22_0 = 0; } IL_0117: { V_12 = (bool)G_B22_0; bool L_35 = V_12; if (!L_35) { goto IL_0155; } } { RuntimeObject* L_36 = V_1; RuntimeObject* L_37; L_37 = PathVisitor_get_Property_mA08B8FE123674A9F4529C9CEAC47F6E940846E9B_inline(__this, NULL); NullCheck(((RuntimeObject*)IsInst((RuntimeObject*)L_36, IAttributes_t699EF2D1D5A022C91D27888CE70518262A25928D_il2cpp_TypeInfo_var))); AttributesScope_t5A89FFE050A95DD67BD15C00A4D072EABAA376AE L_38; L_38 = InterfaceFuncInvoker1< AttributesScope_t5A89FFE050A95DD67BD15C00A4D072EABAA376AE, RuntimeObject* >::Invoke(4, IAttributes_t699EF2D1D5A022C91D27888CE70518262A25928D_il2cpp_TypeInfo_var, ((RuntimeObject*)IsInst((RuntimeObject*)L_36, IAttributes_t699EF2D1D5A022C91D27888CE70518262A25928D_il2cpp_TypeInfo_var)), ((RuntimeObject*)IsInst((RuntimeObject*)L_37, IAttributes_t699EF2D1D5A022C91D27888CE70518262A25928D_il2cpp_TypeInfo_var))); V_13 = L_38; } { auto __finallyBlock = il2cpp::utils::Finally([&] { FINALLY_0143: { AttributesScope_Dispose_mE479F4FB0D23FD296817DD79630432BD4675E15D((&V_13), NULL); return; } }); try { RuntimeObject* L_39 = V_1; BackgroundPosition_tF0822B29FC27A67205A9893EBE03D03B799B8B56* L_40 = ___1_container; NullCheck((RuntimeObject*)L_39); InterfaceActionInvoker2< RuntimeObject*, BackgroundPosition_tF0822B29FC27A67205A9893EBE03D03B799B8B56* >::Invoke(0, il2cpp_rgctx_data(method->rgctx_data, 5), (RuntimeObject*)L_39, (RuntimeObject*)__this, L_40); goto IL_0152; } catch(Il2CppExceptionWrapper& e) { __finallyBlock.StoreException(e.ex); } } IL_0152: { goto IL_015f; } IL_0155: { PathVisitor_set_ReturnCode_mB5629AE0124C70E479D9C4D44A8E552DA8BA19E0_inline(__this, (int32_t)4, NULL); } IL_015f: { goto IL_016c; } IL_0162: { PathVisitor_set_ReturnCode_mB5629AE0124C70E479D9C4D44A8E552DA8BA19E0_inline(__this, (int32_t)4, NULL); goto IL_016c; } IL_016c: { return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PathVisitor_Unity_Properties_IPropertyBagVisitor_Visit_TisBackgroundRepeat_t446EC7315DED2C6822F1047B7587C3018BFB277F_m1BEFD6F94F5C94EDA0D005A99C98C964B9B1B912_gshared (PathVisitor_tCD0947C41CDBDB774D22D560E5FFA01EF61C4446* __this, RuntimeObject* ___0_properties, BackgroundRepeat_t446EC7315DED2C6822F1047B7587C3018BFB277F* ___1_container, const RuntimeMethod* method) { if (!il2cpp_rgctx_is_initialized(method)) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IAttributes_t699EF2D1D5A022C91D27888CE70518262A25928D_il2cpp_TypeInfo_var); il2cpp_rgctx_method_init(method); } PropertyPathPart_tFB308743948D2298957DC1898D90AF2ACFED9DFF V_0; memset((&V_0), 0, sizeof(V_0)); RuntimeObject* V_1 = NULL; PropertyPath_tA523CA2740853534DF6C009C588464B45A6D0A79 V_2; memset((&V_2), 0, sizeof(V_2)); int32_t V_3 = 0; int32_t V_4 = 0; int32_t V_5 = 0; RuntimeObject* V_6 = NULL; bool V_7 = false; RuntimeObject* V_8 = NULL; bool V_9 = false; AttributesScope_t5A89FFE050A95DD67BD15C00A4D072EABAA376AE V_10; memset((&V_10), 0, sizeof(V_10)); RuntimeObject* V_11 = NULL; bool V_12 = false; AttributesScope_t5A89FFE050A95DD67BD15C00A4D072EABAA376AE V_13; memset((&V_13), 0, sizeof(V_13)); int32_t G_B5_0 = 0; int32_t G_B12_0 = 0; int32_t G_B22_0 = 0; { PropertyPath_tA523CA2740853534DF6C009C588464B45A6D0A79 L_0; L_0 = PathVisitor_get_Path_m98A92F21C11F12C0C88EAC86D0F2E853DFBF9BD3_inline(__this, NULL); V_2 = L_0; int32_t L_1 = __this->___m_PathIndex; V_3 = L_1; int32_t L_2 = V_3; __this->___m_PathIndex = ((int32_t)il2cpp_codegen_add(L_2, 1)); int32_t L_3 = V_3; PropertyPathPart_tFB308743948D2298957DC1898D90AF2ACFED9DFF L_4; L_4 = PropertyPath_get_Item_mB0EFC5EAEB2A48E02906CDDC6435FDF4032EFAFD((&V_2), L_3, NULL); V_0 = L_4; int32_t L_5; L_5 = PropertyPathPart_get_Kind_m18581157E2924A9BF9FC8166CF98CBA468016541_inline((&V_0), NULL); V_5 = L_5; int32_t L_6 = V_5; V_4 = L_6; int32_t L_7 = V_4; switch (L_7) { case 0: { goto IL_0046; } case 1: { goto IL_008a; } case 2: { goto IL_00f6; } } } { goto IL_0162; } IL_0046: { RuntimeObject* L_8 = ___0_properties; V_6 = ((RuntimeObject*)IsInst((RuntimeObject*)L_8, il2cpp_rgctx_data(method->rgctx_data, 1))); RuntimeObject* L_9 = V_6; if (!L_9) { goto IL_0066; } } { RuntimeObject* L_10 = V_6; BackgroundRepeat_t446EC7315DED2C6822F1047B7587C3018BFB277F* L_11 = ___1_container; String_t* L_12; L_12 = PropertyPathPart_get_Name_mFCEAE41CA7D7FAD0A0D7EB6D0B371AEAD7CE5A21((&V_0), NULL); NullCheck(L_10); bool L_13; L_13 = InterfaceFuncInvoker3< bool, BackgroundRepeat_t446EC7315DED2C6822F1047B7587C3018BFB277F*, String_t*, RuntimeObject** >::Invoke(0, il2cpp_rgctx_data(method->rgctx_data, 1), L_10, L_11, L_12, (&V_1)); G_B5_0 = ((int32_t)(L_13)); goto IL_0067; } IL_0066: { G_B5_0 = 0; } IL_0067: { V_7 = (bool)G_B5_0; bool L_14 = V_7; if (!L_14) { goto IL_007a; } } { RuntimeObject* L_15 = V_1; BackgroundRepeat_t446EC7315DED2C6822F1047B7587C3018BFB277F* L_16 = ___1_container; NullCheck((RuntimeObject*)L_15); InterfaceActionInvoker2< RuntimeObject*, BackgroundRepeat_t446EC7315DED2C6822F1047B7587C3018BFB277F* >::Invoke(0, il2cpp_rgctx_data(method->rgctx_data, 5), (RuntimeObject*)L_15, (RuntimeObject*)__this, L_16); goto IL_0084; } IL_007a: { PathVisitor_set_ReturnCode_mB5629AE0124C70E479D9C4D44A8E552DA8BA19E0_inline(__this, (int32_t)4, NULL); } IL_0084: { goto IL_016c; } IL_008a: { RuntimeObject* L_17 = ___0_properties; V_8 = ((RuntimeObject*)IsInst((RuntimeObject*)L_17, il2cpp_rgctx_data(method->rgctx_data, 7))); RuntimeObject* L_18 = V_8; if (!L_18) { goto IL_00aa; } } { RuntimeObject* L_19 = V_8; BackgroundRepeat_t446EC7315DED2C6822F1047B7587C3018BFB277F* L_20 = ___1_container; int32_t L_21; L_21 = PropertyPathPart_get_Index_mFCB3571720514B51BC7B373D45B19CCBD82FBF57((&V_0), NULL); NullCheck(L_19); bool L_22; L_22 = InterfaceFuncInvoker3< bool, BackgroundRepeat_t446EC7315DED2C6822F1047B7587C3018BFB277F*, int32_t, RuntimeObject** >::Invoke(0, il2cpp_rgctx_data(method->rgctx_data, 7), L_19, L_20, L_21, (&V_1)); G_B12_0 = ((int32_t)(L_22)); goto IL_00ab; } IL_00aa: { G_B12_0 = 0; } IL_00ab: { V_9 = (bool)G_B12_0; bool L_23 = V_9; if (!L_23) { goto IL_00e9; } } { RuntimeObject* L_24 = V_1; RuntimeObject* L_25; L_25 = PathVisitor_get_Property_mA08B8FE123674A9F4529C9CEAC47F6E940846E9B_inline(__this, NULL); NullCheck(((RuntimeObject*)IsInst((RuntimeObject*)L_24, IAttributes_t699EF2D1D5A022C91D27888CE70518262A25928D_il2cpp_TypeInfo_var))); AttributesScope_t5A89FFE050A95DD67BD15C00A4D072EABAA376AE L_26; L_26 = InterfaceFuncInvoker1< AttributesScope_t5A89FFE050A95DD67BD15C00A4D072EABAA376AE, RuntimeObject* >::Invoke(4, IAttributes_t699EF2D1D5A022C91D27888CE70518262A25928D_il2cpp_TypeInfo_var, ((RuntimeObject*)IsInst((RuntimeObject*)L_24, IAttributes_t699EF2D1D5A022C91D27888CE70518262A25928D_il2cpp_TypeInfo_var)), ((RuntimeObject*)IsInst((RuntimeObject*)L_25, IAttributes_t699EF2D1D5A022C91D27888CE70518262A25928D_il2cpp_TypeInfo_var))); V_10 = L_26; } { auto __finallyBlock = il2cpp::utils::Finally([&] { FINALLY_00d7: { AttributesScope_Dispose_mE479F4FB0D23FD296817DD79630432BD4675E15D((&V_10), NULL); return; } }); try { RuntimeObject* L_27 = V_1; BackgroundRepeat_t446EC7315DED2C6822F1047B7587C3018BFB277F* L_28 = ___1_container; NullCheck((RuntimeObject*)L_27); InterfaceActionInvoker2< RuntimeObject*, BackgroundRepeat_t446EC7315DED2C6822F1047B7587C3018BFB277F* >::Invoke(0, il2cpp_rgctx_data(method->rgctx_data, 5), (RuntimeObject*)L_27, (RuntimeObject*)__this, L_28); goto IL_00e6; } catch(Il2CppExceptionWrapper& e) { __finallyBlock.StoreException(e.ex); } } IL_00e6: { goto IL_00f3; } IL_00e9: { PathVisitor_set_ReturnCode_mB5629AE0124C70E479D9C4D44A8E552DA8BA19E0_inline(__this, (int32_t)4, NULL); } IL_00f3: { goto IL_016c; } IL_00f6: { RuntimeObject* L_29 = ___0_properties; V_11 = ((RuntimeObject*)IsInst((RuntimeObject*)L_29, il2cpp_rgctx_data(method->rgctx_data, 9))); RuntimeObject* L_30 = V_11; if (!L_30) { goto IL_0116; } } { RuntimeObject* L_31 = V_11; BackgroundRepeat_t446EC7315DED2C6822F1047B7587C3018BFB277F* L_32 = ___1_container; RuntimeObject* L_33; L_33 = PropertyPathPart_get_Key_m08AAAD0EF82806F72CA10628E7B8EC15322E7E6A((&V_0), NULL); NullCheck(L_31); bool L_34; L_34 = InterfaceFuncInvoker3< bool, BackgroundRepeat_t446EC7315DED2C6822F1047B7587C3018BFB277F*, RuntimeObject*, RuntimeObject** >::Invoke(0, il2cpp_rgctx_data(method->rgctx_data, 9), L_31, L_32, L_33, (&V_1)); G_B22_0 = ((int32_t)(L_34)); goto IL_0117; } IL_0116: { G_B22_0 = 0; } IL_0117: { V_12 = (bool)G_B22_0; bool L_35 = V_12; if (!L_35) { goto IL_0155; } } { RuntimeObject* L_36 = V_1; RuntimeObject* L_37; L_37 = PathVisitor_get_Property_mA08B8FE123674A9F4529C9CEAC47F6E940846E9B_inline(__this, NULL); NullCheck(((RuntimeObject*)IsInst((RuntimeObject*)L_36, IAttributes_t699EF2D1D5A022C91D27888CE70518262A25928D_il2cpp_TypeInfo_var))); AttributesScope_t5A89FFE050A95DD67BD15C00A4D072EABAA376AE L_38; L_38 = InterfaceFuncInvoker1< AttributesScope_t5A89FFE050A95DD67BD15C00A4D072EABAA376AE, RuntimeObject* >::Invoke(4, IAttributes_t699EF2D1D5A022C91D27888CE70518262A25928D_il2cpp_TypeInfo_var, ((RuntimeObject*)IsInst((RuntimeObject*)L_36, IAttributes_t699EF2D1D5A022C91D27888CE70518262A25928D_il2cpp_TypeInfo_var)), ((RuntimeObject*)IsInst((RuntimeObject*)L_37, IAttributes_t699EF2D1D5A022C91D27888CE70518262A25928D_il2cpp_TypeInfo_var))); V_13 = L_38; } { auto __finallyBlock = il2cpp::utils::Finally([&] { FINALLY_0143: { AttributesScope_Dispose_mE479F4FB0D23FD296817DD79630432BD4675E15D((&V_13), NULL); return; } }); try { RuntimeObject* L_39 = V_1; BackgroundRepeat_t446EC7315DED2C6822F1047B7587C3018BFB277F* L_40 = ___1_container; NullCheck((RuntimeObject*)L_39); InterfaceActionInvoker2< RuntimeObject*, BackgroundRepeat_t446EC7315DED2C6822F1047B7587C3018BFB277F* >::Invoke(0, il2cpp_rgctx_data(method->rgctx_data, 5), (RuntimeObject*)L_39, (RuntimeObject*)__this, L_40); goto IL_0152; } catch(Il2CppExceptionWrapper& e) { __finallyBlock.StoreException(e.ex); } } IL_0152: { goto IL_015f; } IL_0155: { PathVisitor_set_ReturnCode_mB5629AE0124C70E479D9C4D44A8E552DA8BA19E0_inline(__this, (int32_t)4, NULL); } IL_015f: { goto IL_016c; } IL_0162: { PathVisitor_set_ReturnCode_mB5629AE0124C70E479D9C4D44A8E552DA8BA19E0_inline(__this, (int32_t)4, NULL); goto IL_016c; } IL_016c: { return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PathVisitor_Unity_Properties_IPropertyBagVisitor_Visit_TisBackgroundSize_t809883E2D7BB1D8D85B4C3E1DBE189F187DB25E7_mFE9BE91D601114E259477098EAE7879677828756_gshared (PathVisitor_tCD0947C41CDBDB774D22D560E5FFA01EF61C4446* __this, RuntimeObject* ___0_properties, BackgroundSize_t809883E2D7BB1D8D85B4C3E1DBE189F187DB25E7* ___1_container, const RuntimeMethod* method) { if (!il2cpp_rgctx_is_initialized(method)) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IAttributes_t699EF2D1D5A022C91D27888CE70518262A25928D_il2cpp_TypeInfo_var); il2cpp_rgctx_method_init(method); } PropertyPathPart_tFB308743948D2298957DC1898D90AF2ACFED9DFF V_0; memset((&V_0), 0, sizeof(V_0)); RuntimeObject* V_1 = NULL; PropertyPath_tA523CA2740853534DF6C009C588464B45A6D0A79 V_2; memset((&V_2), 0, sizeof(V_2)); int32_t V_3 = 0; int32_t V_4 = 0; int32_t V_5 = 0; RuntimeObject* V_6 = NULL; bool V_7 = false; RuntimeObject* V_8 = NULL; bool V_9 = false; AttributesScope_t5A89FFE050A95DD67BD15C00A4D072EABAA376AE V_10; memset((&V_10), 0, sizeof(V_10)); RuntimeObject* V_11 = NULL; bool V_12 = false; AttributesScope_t5A89FFE050A95DD67BD15C00A4D072EABAA376AE V_13; memset((&V_13), 0, sizeof(V_13)); int32_t G_B5_0 = 0; int32_t G_B12_0 = 0; int32_t G_B22_0 = 0; { PropertyPath_tA523CA2740853534DF6C009C588464B45A6D0A79 L_0; L_0 = PathVisitor_get_Path_m98A92F21C11F12C0C88EAC86D0F2E853DFBF9BD3_inline(__this, NULL); V_2 = L_0; int32_t L_1 = __this->___m_PathIndex; V_3 = L_1; int32_t L_2 = V_3; __this->___m_PathIndex = ((int32_t)il2cpp_codegen_add(L_2, 1)); int32_t L_3 = V_3; PropertyPathPart_tFB308743948D2298957DC1898D90AF2ACFED9DFF L_4; L_4 = PropertyPath_get_Item_mB0EFC5EAEB2A48E02906CDDC6435FDF4032EFAFD((&V_2), L_3, NULL); V_0 = L_4; int32_t L_5; L_5 = PropertyPathPart_get_Kind_m18581157E2924A9BF9FC8166CF98CBA468016541_inline((&V_0), NULL); V_5 = L_5; int32_t L_6 = V_5; V_4 = L_6; int32_t L_7 = V_4; switch (L_7) { case 0: { goto IL_0046; } case 1: { goto IL_008a; } case 2: { goto IL_00f6; } } } { goto IL_0162; } IL_0046: { RuntimeObject* L_8 = ___0_properties; V_6 = ((RuntimeObject*)IsInst((RuntimeObject*)L_8, il2cpp_rgctx_data(method->rgctx_data, 1))); RuntimeObject* L_9 = V_6; if (!L_9) { goto IL_0066; } } { RuntimeObject* L_10 = V_6; BackgroundSize_t809883E2D7BB1D8D85B4C3E1DBE189F187DB25E7* L_11 = ___1_container; String_t* L_12; L_12 = PropertyPathPart_get_Name_mFCEAE41CA7D7FAD0A0D7EB6D0B371AEAD7CE5A21((&V_0), NULL); NullCheck(L_10); bool L_13; L_13 = InterfaceFuncInvoker3< bool, BackgroundSize_t809883E2D7BB1D8D85B4C3E1DBE189F187DB25E7*, String_t*, RuntimeObject** >::Invoke(0, il2cpp_rgctx_data(method->rgctx_data, 1), L_10, L_11, L_12, (&V_1)); G_B5_0 = ((int32_t)(L_13)); goto IL_0067; } IL_0066: { G_B5_0 = 0; } IL_0067: { V_7 = (bool)G_B5_0; bool L_14 = V_7; if (!L_14) { goto IL_007a; } } { RuntimeObject* L_15 = V_1; BackgroundSize_t809883E2D7BB1D8D85B4C3E1DBE189F187DB25E7* L_16 = ___1_container; NullCheck((RuntimeObject*)L_15); InterfaceActionInvoker2< RuntimeObject*, BackgroundSize_t809883E2D7BB1D8D85B4C3E1DBE189F187DB25E7* >::Invoke(0, il2cpp_rgctx_data(method->rgctx_data, 5), (RuntimeObject*)L_15, (RuntimeObject*)__this, L_16); goto IL_0084; } IL_007a: { PathVisitor_set_ReturnCode_mB5629AE0124C70E479D9C4D44A8E552DA8BA19E0_inline(__this, (int32_t)4, NULL); } IL_0084: { goto IL_016c; } IL_008a: { RuntimeObject* L_17 = ___0_properties; V_8 = ((RuntimeObject*)IsInst((RuntimeObject*)L_17, il2cpp_rgctx_data(method->rgctx_data, 7))); RuntimeObject* L_18 = V_8; if (!L_18) { goto IL_00aa; } } { RuntimeObject* L_19 = V_8; BackgroundSize_t809883E2D7BB1D8D85B4C3E1DBE189F187DB25E7* L_20 = ___1_container; int32_t L_21; L_21 = PropertyPathPart_get_Index_mFCB3571720514B51BC7B373D45B19CCBD82FBF57((&V_0), NULL); NullCheck(L_19); bool L_22; L_22 = InterfaceFuncInvoker3< bool, BackgroundSize_t809883E2D7BB1D8D85B4C3E1DBE189F187DB25E7*, int32_t, RuntimeObject** >::Invoke(0, il2cpp_rgctx_data(method->rgctx_data, 7), L_19, L_20, L_21, (&V_1)); G_B12_0 = ((int32_t)(L_22)); goto IL_00ab; } IL_00aa: { G_B12_0 = 0; } IL_00ab: { V_9 = (bool)G_B12_0; bool L_23 = V_9; if (!L_23) { goto IL_00e9; } } { RuntimeObject* L_24 = V_1; RuntimeObject* L_25; L_25 = PathVisitor_get_Property_mA08B8FE123674A9F4529C9CEAC47F6E940846E9B_inline(__this, NULL); NullCheck(((RuntimeObject*)IsInst((RuntimeObject*)L_24, IAttributes_t699EF2D1D5A022C91D27888CE70518262A25928D_il2cpp_TypeInfo_var))); AttributesScope_t5A89FFE050A95DD67BD15C00A4D072EABAA376AE L_26; L_26 = InterfaceFuncInvoker1< AttributesScope_t5A89FFE050A95DD67BD15C00A4D072EABAA376AE, RuntimeObject* >::Invoke(4, IAttributes_t699EF2D1D5A022C91D27888CE70518262A25928D_il2cpp_TypeInfo_var, ((RuntimeObject*)IsInst((RuntimeObject*)L_24, IAttributes_t699EF2D1D5A022C91D27888CE70518262A25928D_il2cpp_TypeInfo_var)), ((RuntimeObject*)IsInst((RuntimeObject*)L_25, IAttributes_t699EF2D1D5A022C91D27888CE70518262A25928D_il2cpp_TypeInfo_var))); V_10 = L_26; } { auto __finallyBlock = il2cpp::utils::Finally([&] { FINALLY_00d7: { AttributesScope_Dispose_mE479F4FB0D23FD296817DD79630432BD4675E15D((&V_10), NULL); return; } }); try { RuntimeObject* L_27 = V_1; BackgroundSize_t809883E2D7BB1D8D85B4C3E1DBE189F187DB25E7* L_28 = ___1_container; NullCheck((RuntimeObject*)L_27); InterfaceActionInvoker2< RuntimeObject*, BackgroundSize_t809883E2D7BB1D8D85B4C3E1DBE189F187DB25E7* >::Invoke(0, il2cpp_rgctx_data(method->rgctx_data, 5), (RuntimeObject*)L_27, (RuntimeObject*)__this, L_28); goto IL_00e6; } catch(Il2CppExceptionWrapper& e) { __finallyBlock.StoreException(e.ex); } } IL_00e6: { goto IL_00f3; } IL_00e9: { PathVisitor_set_ReturnCode_mB5629AE0124C70E479D9C4D44A8E552DA8BA19E0_inline(__this, (int32_t)4, NULL); } IL_00f3: { goto IL_016c; } IL_00f6: { RuntimeObject* L_29 = ___0_properties; V_11 = ((RuntimeObject*)IsInst((RuntimeObject*)L_29, il2cpp_rgctx_data(method->rgctx_data, 9))); RuntimeObject* L_30 = V_11; if (!L_30) { goto IL_0116; } } { RuntimeObject* L_31 = V_11; BackgroundSize_t809883E2D7BB1D8D85B4C3E1DBE189F187DB25E7* L_32 = ___1_container; RuntimeObject* L_33; L_33 = PropertyPathPart_get_Key_m08AAAD0EF82806F72CA10628E7B8EC15322E7E6A((&V_0), NULL); NullCheck(L_31); bool L_34; L_34 = InterfaceFuncInvoker3< bool, BackgroundSize_t809883E2D7BB1D8D85B4C3E1DBE189F187DB25E7*, RuntimeObject*, RuntimeObject** >::Invoke(0, il2cpp_rgctx_data(method->rgctx_data, 9), L_31, L_32, L_33, (&V_1)); G_B22_0 = ((int32_t)(L_34)); goto IL_0117; } IL_0116: { G_B22_0 = 0; } IL_0117: { V_12 = (bool)G_B22_0; bool L_35 = V_12; if (!L_35) { goto IL_0155; } } { RuntimeObject* L_36 = V_1; RuntimeObject* L_37; L_37 = PathVisitor_get_Property_mA08B8FE123674A9F4529C9CEAC47F6E940846E9B_inline(__this, NULL); NullCheck(((RuntimeObject*)IsInst((RuntimeObject*)L_36, IAttributes_t699EF2D1D5A022C91D27888CE70518262A25928D_il2cpp_TypeInfo_var))); AttributesScope_t5A89FFE050A95DD67BD15C00A4D072EABAA376AE L_38; L_38 = InterfaceFuncInvoker1< AttributesScope_t5A89FFE050A95DD67BD15C00A4D072EABAA376AE, RuntimeObject* >::Invoke(4, IAttributes_t699EF2D1D5A022C91D27888CE70518262A25928D_il2cpp_TypeInfo_var, ((RuntimeObject*)IsInst((RuntimeObject*)L_36, IAttributes_t699EF2D1D5A022C91D27888CE70518262A25928D_il2cpp_TypeInfo_var)), ((RuntimeObject*)IsInst((RuntimeObject*)L_37, IAttributes_t699EF2D1D5A022C91D27888CE70518262A25928D_il2cpp_TypeInfo_var))); V_13 = L_38; } { auto __finallyBlock = il2cpp::utils::Finally([&] { FINALLY_0143: { AttributesScope_Dispose_mE479F4FB0D23FD296817DD79630432BD4675E15D((&V_13), NULL); return; } }); try { RuntimeObject* L_39 = V_1; BackgroundSize_t809883E2D7BB1D8D85B4C3E1DBE189F187DB25E7* L_40 = ___1_container; NullCheck((RuntimeObject*)L_39); InterfaceActionInvoker2< RuntimeObject*, BackgroundSize_t809883E2D7BB1D8D85B4C3E1DBE189F187DB25E7* >::Invoke(0, il2cpp_rgctx_data(method->rgctx_data, 5), (RuntimeObject*)L_39, (RuntimeObject*)__this, L_40); goto IL_0152; } catch(Il2CppExceptionWrapper& e) { __finallyBlock.StoreException(e.ex); } } IL_0152: { goto IL_015f; } IL_0155: { PathVisitor_set_ReturnCode_mB5629AE0124C70E479D9C4D44A8E552DA8BA19E0_inline(__this, (int32_t)4, NULL); } IL_015f: { goto IL_016c; } IL_0162: { PathVisitor_set_ReturnCode_mB5629AE0124C70E479D9C4D44A8E552DA8BA19E0_inline(__this, (int32_t)4, NULL); goto IL_016c; } IL_016c: { return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PathVisitor_Unity_Properties_IPropertyBagVisitor_Visit_TisBounds_t367E830C64BBF235ED8C3B2F8CF6254FDCAD39C3_mA1777DB79A2A1372D456E86895D9A2AAA7C59A8D_gshared (PathVisitor_tCD0947C41CDBDB774D22D560E5FFA01EF61C4446* __this, RuntimeObject* ___0_properties, Bounds_t367E830C64BBF235ED8C3B2F8CF6254FDCAD39C3* ___1_container, const RuntimeMethod* method) { if (!il2cpp_rgctx_is_initialized(method)) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IAttributes_t699EF2D1D5A022C91D27888CE70518262A25928D_il2cpp_TypeInfo_var); il2cpp_rgctx_method_init(method); } PropertyPathPart_tFB308743948D2298957DC1898D90AF2ACFED9DFF V_0; memset((&V_0), 0, sizeof(V_0)); RuntimeObject* V_1 = NULL; PropertyPath_tA523CA2740853534DF6C009C588464B45A6D0A79 V_2; memset((&V_2), 0, sizeof(V_2)); int32_t V_3 = 0; int32_t V_4 = 0; int32_t V_5 = 0; RuntimeObject* V_6 = NULL; bool V_7 = false; RuntimeObject* V_8 = NULL; bool V_9 = false; AttributesScope_t5A89FFE050A95DD67BD15C00A4D072EABAA376AE V_10; memset((&V_10), 0, sizeof(V_10)); RuntimeObject* V_11 = NULL; bool V_12 = false; AttributesScope_t5A89FFE050A95DD67BD15C00A4D072EABAA376AE V_13; memset((&V_13), 0, sizeof(V_13)); int32_t G_B5_0 = 0; int32_t G_B12_0 = 0; int32_t G_B22_0 = 0; { PropertyPath_tA523CA2740853534DF6C009C588464B45A6D0A79 L_0; L_0 = PathVisitor_get_Path_m98A92F21C11F12C0C88EAC86D0F2E853DFBF9BD3_inline(__this, NULL); V_2 = L_0; int32_t L_1 = __this->___m_PathIndex; V_3 = L_1; int32_t L_2 = V_3; __this->___m_PathIndex = ((int32_t)il2cpp_codegen_add(L_2, 1)); int32_t L_3 = V_3; PropertyPathPart_tFB308743948D2298957DC1898D90AF2ACFED9DFF L_4; L_4 = PropertyPath_get_Item_mB0EFC5EAEB2A48E02906CDDC6435FDF4032EFAFD((&V_2), L_3, NULL); V_0 = L_4; int32_t L_5; L_5 = PropertyPathPart_get_Kind_m18581157E2924A9BF9FC8166CF98CBA468016541_inline((&V_0), NULL); V_5 = L_5; int32_t L_6 = V_5; V_4 = L_6; int32_t L_7 = V_4; switch (L_7) { case 0: { goto IL_0046; } case 1: { goto IL_008a; } case 2: { goto IL_00f6; } } } { goto IL_0162; } IL_0046: { RuntimeObject* L_8 = ___0_properties; V_6 = ((RuntimeObject*)IsInst((RuntimeObject*)L_8, il2cpp_rgctx_data(method->rgctx_data, 1))); RuntimeObject* L_9 = V_6; if (!L_9) { goto IL_0066; } } { RuntimeObject* L_10 = V_6; Bounds_t367E830C64BBF235ED8C3B2F8CF6254FDCAD39C3* L_11 = ___1_container; String_t* L_12; L_12 = PropertyPathPart_get_Name_mFCEAE41CA7D7FAD0A0D7EB6D0B371AEAD7CE5A21((&V_0), NULL); NullCheck(L_10); bool L_13; L_13 = InterfaceFuncInvoker3< bool, Bounds_t367E830C64BBF235ED8C3B2F8CF6254FDCAD39C3*, String_t*, RuntimeObject** >::Invoke(0, il2cpp_rgctx_data(method->rgctx_data, 1), L_10, L_11, L_12, (&V_1)); G_B5_0 = ((int32_t)(L_13)); goto IL_0067; } IL_0066: { G_B5_0 = 0; } IL_0067: { V_7 = (bool)G_B5_0; bool L_14 = V_7; if (!L_14) { goto IL_007a; } } { RuntimeObject* L_15 = V_1; Bounds_t367E830C64BBF235ED8C3B2F8CF6254FDCAD39C3* L_16 = ___1_container; NullCheck((RuntimeObject*)L_15); InterfaceActionInvoker2< RuntimeObject*, Bounds_t367E830C64BBF235ED8C3B2F8CF6254FDCAD39C3* >::Invoke(0, il2cpp_rgctx_data(method->rgctx_data, 5), (RuntimeObject*)L_15, (RuntimeObject*)__this, L_16); goto IL_0084; } IL_007a: { PathVisitor_set_ReturnCode_mB5629AE0124C70E479D9C4D44A8E552DA8BA19E0_inline(__this, (int32_t)4, NULL); } IL_0084: { goto IL_016c; } IL_008a: { RuntimeObject* L_17 = ___0_properties; V_8 = ((RuntimeObject*)IsInst((RuntimeObject*)L_17, il2cpp_rgctx_data(method->rgctx_data, 7))); RuntimeObject* L_18 = V_8; if (!L_18) { goto IL_00aa; } } { RuntimeObject* L_19 = V_8; Bounds_t367E830C64BBF235ED8C3B2F8CF6254FDCAD39C3* L_20 = ___1_container; int32_t L_21; L_21 = PropertyPathPart_get_Index_mFCB3571720514B51BC7B373D45B19CCBD82FBF57((&V_0), NULL); NullCheck(L_19); bool L_22; L_22 = InterfaceFuncInvoker3< bool, Bounds_t367E830C64BBF235ED8C3B2F8CF6254FDCAD39C3*, int32_t, RuntimeObject** >::Invoke(0, il2cpp_rgctx_data(method->rgctx_data, 7), L_19, L_20, L_21, (&V_1)); G_B12_0 = ((int32_t)(L_22)); goto IL_00ab; } IL_00aa: { G_B12_0 = 0; } IL_00ab: { V_9 = (bool)G_B12_0; bool L_23 = V_9; if (!L_23) { goto IL_00e9; } } { RuntimeObject* L_24 = V_1; RuntimeObject* L_25; L_25 = PathVisitor_get_Property_mA08B8FE123674A9F4529C9CEAC47F6E940846E9B_inline(__this, NULL); NullCheck(((RuntimeObject*)IsInst((RuntimeObject*)L_24, IAttributes_t699EF2D1D5A022C91D27888CE70518262A25928D_il2cpp_TypeInfo_var))); AttributesScope_t5A89FFE050A95DD67BD15C00A4D072EABAA376AE L_26; L_26 = InterfaceFuncInvoker1< AttributesScope_t5A89FFE050A95DD67BD15C00A4D072EABAA376AE, RuntimeObject* >::Invoke(4, IAttributes_t699EF2D1D5A022C91D27888CE70518262A25928D_il2cpp_TypeInfo_var, ((RuntimeObject*)IsInst((RuntimeObject*)L_24, IAttributes_t699EF2D1D5A022C91D27888CE70518262A25928D_il2cpp_TypeInfo_var)), ((RuntimeObject*)IsInst((RuntimeObject*)L_25, IAttributes_t699EF2D1D5A022C91D27888CE70518262A25928D_il2cpp_TypeInfo_var))); V_10 = L_26; } { auto __finallyBlock = il2cpp::utils::Finally([&] { FINALLY_00d7: { AttributesScope_Dispose_mE479F4FB0D23FD296817DD79630432BD4675E15D((&V_10), NULL); return; } }); try { RuntimeObject* L_27 = V_1; Bounds_t367E830C64BBF235ED8C3B2F8CF6254FDCAD39C3* L_28 = ___1_container; NullCheck((RuntimeObject*)L_27); InterfaceActionInvoker2< RuntimeObject*, Bounds_t367E830C64BBF235ED8C3B2F8CF6254FDCAD39C3* >::Invoke(0, il2cpp_rgctx_data(method->rgctx_data, 5), (RuntimeObject*)L_27, (RuntimeObject*)__this, L_28); goto IL_00e6; } catch(Il2CppExceptionWrapper& e) { __finallyBlock.StoreException(e.ex); } } IL_00e6: { goto IL_00f3; } IL_00e9: { PathVisitor_set_ReturnCode_mB5629AE0124C70E479D9C4D44A8E552DA8BA19E0_inline(__this, (int32_t)4, NULL); } IL_00f3: { goto IL_016c; } IL_00f6: { RuntimeObject* L_29 = ___0_properties; V_11 = ((RuntimeObject*)IsInst((RuntimeObject*)L_29, il2cpp_rgctx_data(method->rgctx_data, 9))); RuntimeObject* L_30 = V_11; if (!L_30) { goto IL_0116; } } { RuntimeObject* L_31 = V_11; Bounds_t367E830C64BBF235ED8C3B2F8CF6254FDCAD39C3* L_32 = ___1_container; RuntimeObject* L_33; L_33 = PropertyPathPart_get_Key_m08AAAD0EF82806F72CA10628E7B8EC15322E7E6A((&V_0), NULL); NullCheck(L_31); bool L_34; L_34 = InterfaceFuncInvoker3< bool, Bounds_t367E830C64BBF235ED8C3B2F8CF6254FDCAD39C3*, RuntimeObject*, RuntimeObject** >::Invoke(0, il2cpp_rgctx_data(method->rgctx_data, 9), L_31, L_32, L_33, (&V_1)); G_B22_0 = ((int32_t)(L_34)); goto IL_0117; } IL_0116: { G_B22_0 = 0; } IL_0117: { V_12 = (bool)G_B22_0; bool L_35 = V_12; if (!L_35) { goto IL_0155; } } { RuntimeObject* L_36 = V_1; RuntimeObject* L_37; L_37 = PathVisitor_get_Property_mA08B8FE123674A9F4529C9CEAC47F6E940846E9B_inline(__this, NULL); NullCheck(((RuntimeObject*)IsInst((RuntimeObject*)L_36, IAttributes_t699EF2D1D5A022C91D27888CE70518262A25928D_il2cpp_TypeInfo_var))); AttributesScope_t5A89FFE050A95DD67BD15C00A4D072EABAA376AE L_38; L_38 = InterfaceFuncInvoker1< AttributesScope_t5A89FFE050A95DD67BD15C00A4D072EABAA376AE, RuntimeObject* >::Invoke(4, IAttributes_t699EF2D1D5A022C91D27888CE70518262A25928D_il2cpp_TypeInfo_var, ((RuntimeObject*)IsInst((RuntimeObject*)L_36, IAttributes_t699EF2D1D5A022C91D27888CE70518262A25928D_il2cpp_TypeInfo_var)), ((RuntimeObject*)IsInst((RuntimeObject*)L_37, IAttributes_t699EF2D1D5A022C91D27888CE70518262A25928D_il2cpp_TypeInfo_var))); V_13 = L_38; } { auto __finallyBlock = il2cpp::utils::Finally([&] { FINALLY_0143: { AttributesScope_Dispose_mE479F4FB0D23FD296817DD79630432BD4675E15D((&V_13), NULL); return; } }); try { RuntimeObject* L_39 = V_1; Bounds_t367E830C64BBF235ED8C3B2F8CF6254FDCAD39C3* L_40 = ___1_container; NullCheck((RuntimeObject*)L_39); InterfaceActionInvoker2< RuntimeObject*, Bounds_t367E830C64BBF235ED8C3B2F8CF6254FDCAD39C3* >::Invoke(0, il2cpp_rgctx_data(method->rgctx_data, 5), (RuntimeObject*)L_39, (RuntimeObject*)__this, L_40); goto IL_0152; } catch(Il2CppExceptionWrapper& e) { __finallyBlock.StoreException(e.ex); } } IL_0152: { goto IL_015f; } IL_0155: { PathVisitor_set_ReturnCode_mB5629AE0124C70E479D9C4D44A8E552DA8BA19E0_inline(__this, (int32_t)4, NULL); } IL_015f: { goto IL_016c; } IL_0162: { PathVisitor_set_ReturnCode_mB5629AE0124C70E479D9C4D44A8E552DA8BA19E0_inline(__this, (int32_t)4, NULL); goto IL_016c; } IL_016c: { return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PathVisitor_Unity_Properties_IPropertyBagVisitor_Visit_TisBoundsInt_t4E757DE5EFF9FCB42000F173360DDC63B5585485_m6701010CE0AE59D323F8F84FA6A579A2CE35CF53_gshared (PathVisitor_tCD0947C41CDBDB774D22D560E5FFA01EF61C4446* __this, RuntimeObject* ___0_properties, BoundsInt_t4E757DE5EFF9FCB42000F173360DDC63B5585485* ___1_container, const RuntimeMethod* method) { if (!il2cpp_rgctx_is_initialized(method)) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IAttributes_t699EF2D1D5A022C91D27888CE70518262A25928D_il2cpp_TypeInfo_var); il2cpp_rgctx_method_init(method); } PropertyPathPart_tFB308743948D2298957DC1898D90AF2ACFED9DFF V_0; memset((&V_0), 0, sizeof(V_0)); RuntimeObject* V_1 = NULL; PropertyPath_tA523CA2740853534DF6C009C588464B45A6D0A79 V_2; memset((&V_2), 0, sizeof(V_2)); int32_t V_3 = 0; int32_t V_4 = 0; int32_t V_5 = 0; RuntimeObject* V_6 = NULL; bool V_7 = false; RuntimeObject* V_8 = NULL; bool V_9 = false; AttributesScope_t5A89FFE050A95DD67BD15C00A4D072EABAA376AE V_10; memset((&V_10), 0, sizeof(V_10)); RuntimeObject* V_11 = NULL; bool V_12 = false; AttributesScope_t5A89FFE050A95DD67BD15C00A4D072EABAA376AE V_13; memset((&V_13), 0, sizeof(V_13)); int32_t G_B5_0 = 0; int32_t G_B12_0 = 0; int32_t G_B22_0 = 0; { PropertyPath_tA523CA2740853534DF6C009C588464B45A6D0A79 L_0; L_0 = PathVisitor_get_Path_m98A92F21C11F12C0C88EAC86D0F2E853DFBF9BD3_inline(__this, NULL); V_2 = L_0; int32_t L_1 = __this->___m_PathIndex; V_3 = L_1; int32_t L_2 = V_3; __this->___m_PathIndex = ((int32_t)il2cpp_codegen_add(L_2, 1)); int32_t L_3 = V_3; PropertyPathPart_tFB308743948D2298957DC1898D90AF2ACFED9DFF L_4; L_4 = PropertyPath_get_Item_mB0EFC5EAEB2A48E02906CDDC6435FDF4032EFAFD((&V_2), L_3, NULL); V_0 = L_4; int32_t L_5; L_5 = PropertyPathPart_get_Kind_m18581157E2924A9BF9FC8166CF98CBA468016541_inline((&V_0), NULL); V_5 = L_5; int32_t L_6 = V_5; V_4 = L_6; int32_t L_7 = V_4; switch (L_7) { case 0: { goto IL_0046; } case 1: { goto IL_008a; } case 2: { goto IL_00f6; } } } { goto IL_0162; } IL_0046: { RuntimeObject* L_8 = ___0_properties; V_6 = ((RuntimeObject*)IsInst((RuntimeObject*)L_8, il2cpp_rgctx_data(method->rgctx_data, 1))); RuntimeObject* L_9 = V_6; if (!L_9) { goto IL_0066; } } { RuntimeObject* L_10 = V_6; BoundsInt_t4E757DE5EFF9FCB42000F173360DDC63B5585485* L_11 = ___1_container; String_t* L_12; L_12 = PropertyPathPart_get_Name_mFCEAE41CA7D7FAD0A0D7EB6D0B371AEAD7CE5A21((&V_0), NULL); NullCheck(L_10); bool L_13; L_13 = InterfaceFuncInvoker3< bool, BoundsInt_t4E757DE5EFF9FCB42000F173360DDC63B5585485*, String_t*, RuntimeObject** >::Invoke(0, il2cpp_rgctx_data(method->rgctx_data, 1), L_10, L_11, L_12, (&V_1)); G_B5_0 = ((int32_t)(L_13)); goto IL_0067; } IL_0066: { G_B5_0 = 0; } IL_0067: { V_7 = (bool)G_B5_0; bool L_14 = V_7; if (!L_14) { goto IL_007a; } } { RuntimeObject* L_15 = V_1; BoundsInt_t4E757DE5EFF9FCB42000F173360DDC63B5585485* L_16 = ___1_container; NullCheck((RuntimeObject*)L_15); InterfaceActionInvoker2< RuntimeObject*, BoundsInt_t4E757DE5EFF9FCB42000F173360DDC63B5585485* >::Invoke(0, il2cpp_rgctx_data(method->rgctx_data, 5), (RuntimeObject*)L_15, (RuntimeObject*)__this, L_16); goto IL_0084; } IL_007a: { PathVisitor_set_ReturnCode_mB5629AE0124C70E479D9C4D44A8E552DA8BA19E0_inline(__this, (int32_t)4, NULL); } IL_0084: { goto IL_016c; } IL_008a: { RuntimeObject* L_17 = ___0_properties; V_8 = ((RuntimeObject*)IsInst((RuntimeObject*)L_17, il2cpp_rgctx_data(method->rgctx_data, 7))); RuntimeObject* L_18 = V_8; if (!L_18) { goto IL_00aa; } } { RuntimeObject* L_19 = V_8; BoundsInt_t4E757DE5EFF9FCB42000F173360DDC63B5585485* L_20 = ___1_container; int32_t L_21; L_21 = PropertyPathPart_get_Index_mFCB3571720514B51BC7B373D45B19CCBD82FBF57((&V_0), NULL); NullCheck(L_19); bool L_22; L_22 = InterfaceFuncInvoker3< bool, BoundsInt_t4E757DE5EFF9FCB42000F173360DDC63B5585485*, int32_t, RuntimeObject** >::Invoke(0, il2cpp_rgctx_data(method->rgctx_data, 7), L_19, L_20, L_21, (&V_1)); G_B12_0 = ((int32_t)(L_22)); goto IL_00ab; } IL_00aa: { G_B12_0 = 0; } IL_00ab: { V_9 = (bool)G_B12_0; bool L_23 = V_9; if (!L_23) { goto IL_00e9; } } { RuntimeObject* L_24 = V_1; RuntimeObject* L_25; L_25 = PathVisitor_get_Property_mA08B8FE123674A9F4529C9CEAC47F6E940846E9B_inline(__this, NULL); NullCheck(((RuntimeObject*)IsInst((RuntimeObject*)L_24, IAttributes_t699EF2D1D5A022C91D27888CE70518262A25928D_il2cpp_TypeInfo_var))); AttributesScope_t5A89FFE050A95DD67BD15C00A4D072EABAA376AE L_26; L_26 = InterfaceFuncInvoker1< AttributesScope_t5A89FFE050A95DD67BD15C00A4D072EABAA376AE, RuntimeObject* >::Invoke(4, IAttributes_t699EF2D1D5A022C91D27888CE70518262A25928D_il2cpp_TypeInfo_var, ((RuntimeObject*)IsInst((RuntimeObject*)L_24, IAttributes_t699EF2D1D5A022C91D27888CE70518262A25928D_il2cpp_TypeInfo_var)), ((RuntimeObject*)IsInst((RuntimeObject*)L_25, IAttributes_t699EF2D1D5A022C91D27888CE70518262A25928D_il2cpp_TypeInfo_var))); V_10 = L_26; } { auto __finallyBlock = il2cpp::utils::Finally([&] { FINALLY_00d7: { AttributesScope_Dispose_mE479F4FB0D23FD296817DD79630432BD4675E15D((&V_10), NULL); return; } }); try { RuntimeObject* L_27 = V_1; BoundsInt_t4E757DE5EFF9FCB42000F173360DDC63B5585485* L_28 = ___1_container; NullCheck((RuntimeObject*)L_27); InterfaceActionInvoker2< RuntimeObject*, BoundsInt_t4E757DE5EFF9FCB42000F173360DDC63B5585485* >::Invoke(0, il2cpp_rgctx_data(method->rgctx_data, 5), (RuntimeObject*)L_27, (RuntimeObject*)__this, L_28); goto IL_00e6; } catch(Il2CppExceptionWrapper& e) { __finallyBlock.StoreException(e.ex); } } IL_00e6: { goto IL_00f3; } IL_00e9: { PathVisitor_set_ReturnCode_mB5629AE0124C70E479D9C4D44A8E552DA8BA19E0_inline(__this, (int32_t)4, NULL); } IL_00f3: { goto IL_016c; } IL_00f6: { RuntimeObject* L_29 = ___0_properties; V_11 = ((RuntimeObject*)IsInst((RuntimeObject*)L_29, il2cpp_rgctx_data(method->rgctx_data, 9))); RuntimeObject* L_30 = V_11; if (!L_30) { goto IL_0116; } } { RuntimeObject* L_31 = V_11; BoundsInt_t4E757DE5EFF9FCB42000F173360DDC63B5585485* L_32 = ___1_container; RuntimeObject* L_33; L_33 = PropertyPathPart_get_Key_m08AAAD0EF82806F72CA10628E7B8EC15322E7E6A((&V_0), NULL); NullCheck(L_31); bool L_34; L_34 = InterfaceFuncInvoker3< bool, BoundsInt_t4E757DE5EFF9FCB42000F173360DDC63B5585485*, RuntimeObject*, RuntimeObject** >::Invoke(0, il2cpp_rgctx_data(method->rgctx_data, 9), L_31, L_32, L_33, (&V_1)); G_B22_0 = ((int32_t)(L_34)); goto IL_0117; } IL_0116: { G_B22_0 = 0; } IL_0117: { V_12 = (bool)G_B22_0; bool L_35 = V_12; if (!L_35) { goto IL_0155; } } { RuntimeObject* L_36 = V_1; RuntimeObject* L_37; L_37 = PathVisitor_get_Property_mA08B8FE123674A9F4529C9CEAC47F6E940846E9B_inline(__this, NULL); NullCheck(((RuntimeObject*)IsInst((RuntimeObject*)L_36, IAttributes_t699EF2D1D5A022C91D27888CE70518262A25928D_il2cpp_TypeInfo_var))); AttributesScope_t5A89FFE050A95DD67BD15C00A4D072EABAA376AE L_38; L_38 = InterfaceFuncInvoker1< AttributesScope_t5A89FFE050A95DD67BD15C00A4D072EABAA376AE, RuntimeObject* >::Invoke(4, IAttributes_t699EF2D1D5A022C91D27888CE70518262A25928D_il2cpp_TypeInfo_var, ((RuntimeObject*)IsInst((RuntimeObject*)L_36, IAttributes_t699EF2D1D5A022C91D27888CE70518262A25928D_il2cpp_TypeInfo_var)), ((RuntimeObject*)IsInst((RuntimeObject*)L_37, IAttributes_t699EF2D1D5A022C91D27888CE70518262A25928D_il2cpp_TypeInfo_var))); V_13 = L_38; } { auto __finallyBlock = il2cpp::utils::Finally([&] { FINALLY_0143: { AttributesScope_Dispose_mE479F4FB0D23FD296817DD79630432BD4675E15D((&V_13), NULL); return; } }); try { RuntimeObject* L_39 = V_1; BoundsInt_t4E757DE5EFF9FCB42000F173360DDC63B5585485* L_40 = ___1_container; NullCheck((RuntimeObject*)L_39); InterfaceActionInvoker2< RuntimeObject*, BoundsInt_t4E757DE5EFF9FCB42000F173360DDC63B5585485* >::Invoke(0, il2cpp_rgctx_data(method->rgctx_data, 5), (RuntimeObject*)L_39, (RuntimeObject*)__this, L_40); goto IL_0152; } catch(Il2CppExceptionWrapper& e) { __finallyBlock.StoreException(e.ex); } } IL_0152: { goto IL_015f; } IL_0155: { PathVisitor_set_ReturnCode_mB5629AE0124C70E479D9C4D44A8E552DA8BA19E0_inline(__this, (int32_t)4, NULL); } IL_015f: { goto IL_016c; } IL_0162: { PathVisitor_set_ReturnCode_mB5629AE0124C70E479D9C4D44A8E552DA8BA19E0_inline(__this, (int32_t)4, NULL); goto IL_016c; } IL_016c: { return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PathVisitor_Unity_Properties_IPropertyBagVisitor_Visit_TisColor_tD001788D726C3A7F1379BEED0260B9591F440C1F_m859CD9F9709DBD2E03CB29355B0C9C2B08469B4E_gshared (PathVisitor_tCD0947C41CDBDB774D22D560E5FFA01EF61C4446* __this, RuntimeObject* ___0_properties, Color_tD001788D726C3A7F1379BEED0260B9591F440C1F* ___1_container, const RuntimeMethod* method) { if (!il2cpp_rgctx_is_initialized(method)) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IAttributes_t699EF2D1D5A022C91D27888CE70518262A25928D_il2cpp_TypeInfo_var); il2cpp_rgctx_method_init(method); } PropertyPathPart_tFB308743948D2298957DC1898D90AF2ACFED9DFF V_0; memset((&V_0), 0, sizeof(V_0)); RuntimeObject* V_1 = NULL; PropertyPath_tA523CA2740853534DF6C009C588464B45A6D0A79 V_2; memset((&V_2), 0, sizeof(V_2)); int32_t V_3 = 0; int32_t V_4 = 0; int32_t V_5 = 0; RuntimeObject* V_6 = NULL; bool V_7 = false; RuntimeObject* V_8 = NULL; bool V_9 = false; AttributesScope_t5A89FFE050A95DD67BD15C00A4D072EABAA376AE V_10; memset((&V_10), 0, sizeof(V_10)); RuntimeObject* V_11 = NULL; bool V_12 = false; AttributesScope_t5A89FFE050A95DD67BD15C00A4D072EABAA376AE V_13; memset((&V_13), 0, sizeof(V_13)); int32_t G_B5_0 = 0; int32_t G_B12_0 = 0; int32_t G_B22_0 = 0; { PropertyPath_tA523CA2740853534DF6C009C588464B45A6D0A79 L_0; L_0 = PathVisitor_get_Path_m98A92F21C11F12C0C88EAC86D0F2E853DFBF9BD3_inline(__this, NULL); V_2 = L_0; int32_t L_1 = __this->___m_PathIndex; V_3 = L_1; int32_t L_2 = V_3; __this->___m_PathIndex = ((int32_t)il2cpp_codegen_add(L_2, 1)); int32_t L_3 = V_3; PropertyPathPart_tFB308743948D2298957DC1898D90AF2ACFED9DFF L_4; L_4 = PropertyPath_get_Item_mB0EFC5EAEB2A48E02906CDDC6435FDF4032EFAFD((&V_2), L_3, NULL); V_0 = L_4; int32_t L_5; L_5 = PropertyPathPart_get_Kind_m18581157E2924A9BF9FC8166CF98CBA468016541_inline((&V_0), NULL); V_5 = L_5; int32_t L_6 = V_5; V_4 = L_6; int32_t L_7 = V_4; switch (L_7) { case 0: { goto IL_0046; } case 1: { goto IL_008a; } case 2: { goto IL_00f6; } } } { goto IL_0162; } IL_0046: { RuntimeObject* L_8 = ___0_properties; V_6 = ((RuntimeObject*)IsInst((RuntimeObject*)L_8, il2cpp_rgctx_data(method->rgctx_data, 1))); RuntimeObject* L_9 = V_6; if (!L_9) { goto IL_0066; } } { RuntimeObject* L_10 = V_6; Color_tD001788D726C3A7F1379BEED0260B9591F440C1F* L_11 = ___1_container; String_t* L_12; L_12 = PropertyPathPart_get_Name_mFCEAE41CA7D7FAD0A0D7EB6D0B371AEAD7CE5A21((&V_0), NULL); NullCheck(L_10); bool L_13; L_13 = InterfaceFuncInvoker3< bool, Color_tD001788D726C3A7F1379BEED0260B9591F440C1F*, String_t*, RuntimeObject** >::Invoke(0, il2cpp_rgctx_data(method->rgctx_data, 1), L_10, L_11, L_12, (&V_1)); G_B5_0 = ((int32_t)(L_13)); goto IL_0067; } IL_0066: { G_B5_0 = 0; } IL_0067: { V_7 = (bool)G_B5_0; bool L_14 = V_7; if (!L_14) { goto IL_007a; } } { RuntimeObject* L_15 = V_1; Color_tD001788D726C3A7F1379BEED0260B9591F440C1F* L_16 = ___1_container; NullCheck((RuntimeObject*)L_15); InterfaceActionInvoker2< RuntimeObject*, Color_tD001788D726C3A7F1379BEED0260B9591F440C1F* >::Invoke(0, il2cpp_rgctx_data(method->rgctx_data, 5), (RuntimeObject*)L_15, (RuntimeObject*)__this, L_16); goto IL_0084; } IL_007a: { PathVisitor_set_ReturnCode_mB5629AE0124C70E479D9C4D44A8E552DA8BA19E0_inline(__this, (int32_t)4, NULL); } IL_0084: { goto IL_016c; } IL_008a: { RuntimeObject* L_17 = ___0_properties; V_8 = ((RuntimeObject*)IsInst((RuntimeObject*)L_17, il2cpp_rgctx_data(method->rgctx_data, 7))); RuntimeObject* L_18 = V_8; if (!L_18) { goto IL_00aa; } } { RuntimeObject* L_19 = V_8; Color_tD001788D726C3A7F1379BEED0260B9591F440C1F* L_20 = ___1_container; int32_t L_21; L_21 = PropertyPathPart_get_Index_mFCB3571720514B51BC7B373D45B19CCBD82FBF57((&V_0), NULL); NullCheck(L_19); bool L_22; L_22 = InterfaceFuncInvoker3< bool, Color_tD001788D726C3A7F1379BEED0260B9591F440C1F*, int32_t, RuntimeObject** >::Invoke(0, il2cpp_rgctx_data(method->rgctx_data, 7), L_19, L_20, L_21, (&V_1)); G_B12_0 = ((int32_t)(L_22)); goto IL_00ab; } IL_00aa: { G_B12_0 = 0; } IL_00ab: { V_9 = (bool)G_B12_0; bool L_23 = V_9; if (!L_23) { goto IL_00e9; } } { RuntimeObject* L_24 = V_1; RuntimeObject* L_25; L_25 = PathVisitor_get_Property_mA08B8FE123674A9F4529C9CEAC47F6E940846E9B_inline(__this, NULL); NullCheck(((RuntimeObject*)IsInst((RuntimeObject*)L_24, IAttributes_t699EF2D1D5A022C91D27888CE70518262A25928D_il2cpp_TypeInfo_var))); AttributesScope_t5A89FFE050A95DD67BD15C00A4D072EABAA376AE L_26; L_26 = InterfaceFuncInvoker1< AttributesScope_t5A89FFE050A95DD67BD15C00A4D072EABAA376AE, RuntimeObject* >::Invoke(4, IAttributes_t699EF2D1D5A022C91D27888CE70518262A25928D_il2cpp_TypeInfo_var, ((RuntimeObject*)IsInst((RuntimeObject*)L_24, IAttributes_t699EF2D1D5A022C91D27888CE70518262A25928D_il2cpp_TypeInfo_var)), ((RuntimeObject*)IsInst((RuntimeObject*)L_25, IAttributes_t699EF2D1D5A022C91D27888CE70518262A25928D_il2cpp_TypeInfo_var))); V_10 = L_26; } { auto __finallyBlock = il2cpp::utils::Finally([&] { FINALLY_00d7: { AttributesScope_Dispose_mE479F4FB0D23FD296817DD79630432BD4675E15D((&V_10), NULL); return; } }); try { RuntimeObject* L_27 = V_1; Color_tD001788D726C3A7F1379BEED0260B9591F440C1F* L_28 = ___1_container; NullCheck((RuntimeObject*)L_27); InterfaceActionInvoker2< RuntimeObject*, Color_tD001788D726C3A7F1379BEED0260B9591F440C1F* >::Invoke(0, il2cpp_rgctx_data(method->rgctx_data, 5), (RuntimeObject*)L_27, (RuntimeObject*)__this, L_28); goto IL_00e6; } catch(Il2CppExceptionWrapper& e) { __finallyBlock.StoreException(e.ex); } } IL_00e6: { goto IL_00f3; } IL_00e9: { PathVisitor_set_ReturnCode_mB5629AE0124C70E479D9C4D44A8E552DA8BA19E0_inline(__this, (int32_t)4, NULL); } IL_00f3: { goto IL_016c; } IL_00f6: { RuntimeObject* L_29 = ___0_properties; V_11 = ((RuntimeObject*)IsInst((RuntimeObject*)L_29, il2cpp_rgctx_data(method->rgctx_data, 9))); RuntimeObject* L_30 = V_11; if (!L_30) { goto IL_0116; } } { RuntimeObject* L_31 = V_11; Color_tD001788D726C3A7F1379BEED0260B9591F440C1F* L_32 = ___1_container; RuntimeObject* L_33; L_33 = PropertyPathPart_get_Key_m08AAAD0EF82806F72CA10628E7B8EC15322E7E6A((&V_0), NULL); NullCheck(L_31); bool L_34; L_34 = InterfaceFuncInvoker3< bool, Color_tD001788D726C3A7F1379BEED0260B9591F440C1F*, RuntimeObject*, RuntimeObject** >::Invoke(0, il2cpp_rgctx_data(method->rgctx_data, 9), L_31, L_32, L_33, (&V_1)); G_B22_0 = ((int32_t)(L_34)); goto IL_0117; } IL_0116: { G_B22_0 = 0; } IL_0117: { V_12 = (bool)G_B22_0; bool L_35 = V_12; if (!L_35) { goto IL_0155; } } { RuntimeObject* L_36 = V_1; RuntimeObject* L_37; L_37 = PathVisitor_get_Property_mA08B8FE123674A9F4529C9CEAC47F6E940846E9B_inline(__this, NULL); NullCheck(((RuntimeObject*)IsInst((RuntimeObject*)L_36, IAttributes_t699EF2D1D5A022C91D27888CE70518262A25928D_il2cpp_TypeInfo_var))); AttributesScope_t5A89FFE050A95DD67BD15C00A4D072EABAA376AE L_38; L_38 = InterfaceFuncInvoker1< AttributesScope_t5A89FFE050A95DD67BD15C00A4D072EABAA376AE, RuntimeObject* >::Invoke(4, IAttributes_t699EF2D1D5A022C91D27888CE70518262A25928D_il2cpp_TypeInfo_var, ((RuntimeObject*)IsInst((RuntimeObject*)L_36, IAttributes_t699EF2D1D5A022C91D27888CE70518262A25928D_il2cpp_TypeInfo_var)), ((RuntimeObject*)IsInst((RuntimeObject*)L_37, IAttributes_t699EF2D1D5A022C91D27888CE70518262A25928D_il2cpp_TypeInfo_var))); V_13 = L_38; } { auto __finallyBlock = il2cpp::utils::Finally([&] { FINALLY_0143: { AttributesScope_Dispose_mE479F4FB0D23FD296817DD79630432BD4675E15D((&V_13), NULL); return; } }); try { RuntimeObject* L_39 = V_1; Color_tD001788D726C3A7F1379BEED0260B9591F440C1F* L_40 = ___1_container; NullCheck((RuntimeObject*)L_39); InterfaceActionInvoker2< RuntimeObject*, Color_tD001788D726C3A7F1379BEED0260B9591F440C1F* >::Invoke(0, il2cpp_rgctx_data(method->rgctx_data, 5), (RuntimeObject*)L_39, (RuntimeObject*)__this, L_40); goto IL_0152; } catch(Il2CppExceptionWrapper& e) { __finallyBlock.StoreException(e.ex); } } IL_0152: { goto IL_015f; } IL_0155: { PathVisitor_set_ReturnCode_mB5629AE0124C70E479D9C4D44A8E552DA8BA19E0_inline(__this, (int32_t)4, NULL); } IL_015f: { goto IL_016c; } IL_0162: { PathVisitor_set_ReturnCode_mB5629AE0124C70E479D9C4D44A8E552DA8BA19E0_inline(__this, (int32_t)4, NULL); goto IL_016c; } IL_016c: { return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PathVisitor_Unity_Properties_IPropertyBagVisitor_Visit_TisCursor_t24C3B5095F65B86794C4F7EA168E324DFDA9EE82_m309B2553946691818BFF63A15C8D21B9E3FA07A1_gshared (PathVisitor_tCD0947C41CDBDB774D22D560E5FFA01EF61C4446* __this, RuntimeObject* ___0_properties, Cursor_t24C3B5095F65B86794C4F7EA168E324DFDA9EE82* ___1_container, const RuntimeMethod* method) { if (!il2cpp_rgctx_is_initialized(method)) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IAttributes_t699EF2D1D5A022C91D27888CE70518262A25928D_il2cpp_TypeInfo_var); il2cpp_rgctx_method_init(method); } PropertyPathPart_tFB308743948D2298957DC1898D90AF2ACFED9DFF V_0; memset((&V_0), 0, sizeof(V_0)); RuntimeObject* V_1 = NULL; PropertyPath_tA523CA2740853534DF6C009C588464B45A6D0A79 V_2; memset((&V_2), 0, sizeof(V_2)); int32_t V_3 = 0; int32_t V_4 = 0; int32_t V_5 = 0; RuntimeObject* V_6 = NULL; bool V_7 = false; RuntimeObject* V_8 = NULL; bool V_9 = false; AttributesScope_t5A89FFE050A95DD67BD15C00A4D072EABAA376AE V_10; memset((&V_10), 0, sizeof(V_10)); RuntimeObject* V_11 = NULL; bool V_12 = false; AttributesScope_t5A89FFE050A95DD67BD15C00A4D072EABAA376AE V_13; memset((&V_13), 0, sizeof(V_13)); int32_t G_B5_0 = 0; int32_t G_B12_0 = 0; int32_t G_B22_0 = 0; { PropertyPath_tA523CA2740853534DF6C009C588464B45A6D0A79 L_0; L_0 = PathVisitor_get_Path_m98A92F21C11F12C0C88EAC86D0F2E853DFBF9BD3_inline(__this, NULL); V_2 = L_0; int32_t L_1 = __this->___m_PathIndex; V_3 = L_1; int32_t L_2 = V_3; __this->___m_PathIndex = ((int32_t)il2cpp_codegen_add(L_2, 1)); int32_t L_3 = V_3; PropertyPathPart_tFB308743948D2298957DC1898D90AF2ACFED9DFF L_4; L_4 = PropertyPath_get_Item_mB0EFC5EAEB2A48E02906CDDC6435FDF4032EFAFD((&V_2), L_3, NULL); V_0 = L_4; int32_t L_5; L_5 = PropertyPathPart_get_Kind_m18581157E2924A9BF9FC8166CF98CBA468016541_inline((&V_0), NULL); V_5 = L_5; int32_t L_6 = V_5; V_4 = L_6; int32_t L_7 = V_4; switch (L_7) { case 0: { goto IL_0046; } case 1: { goto IL_008a; } case 2: { goto IL_00f6; } } } { goto IL_0162; } IL_0046: { RuntimeObject* L_8 = ___0_properties; V_6 = ((RuntimeObject*)IsInst((RuntimeObject*)L_8, il2cpp_rgctx_data(method->rgctx_data, 1))); RuntimeObject* L_9 = V_6; if (!L_9) { goto IL_0066; } } { RuntimeObject* L_10 = V_6; Cursor_t24C3B5095F65B86794C4F7EA168E324DFDA9EE82* L_11 = ___1_container; String_t* L_12; L_12 = PropertyPathPart_get_Name_mFCEAE41CA7D7FAD0A0D7EB6D0B371AEAD7CE5A21((&V_0), NULL); NullCheck(L_10); bool L_13; L_13 = InterfaceFuncInvoker3< bool, Cursor_t24C3B5095F65B86794C4F7EA168E324DFDA9EE82*, String_t*, RuntimeObject** >::Invoke(0, il2cpp_rgctx_data(method->rgctx_data, 1), L_10, L_11, L_12, (&V_1)); G_B5_0 = ((int32_t)(L_13)); goto IL_0067; } IL_0066: { G_B5_0 = 0; } IL_0067: { V_7 = (bool)G_B5_0; bool L_14 = V_7; if (!L_14) { goto IL_007a; } } { RuntimeObject* L_15 = V_1; Cursor_t24C3B5095F65B86794C4F7EA168E324DFDA9EE82* L_16 = ___1_container; NullCheck((RuntimeObject*)L_15); InterfaceActionInvoker2< RuntimeObject*, Cursor_t24C3B5095F65B86794C4F7EA168E324DFDA9EE82* >::Invoke(0, il2cpp_rgctx_data(method->rgctx_data, 5), (RuntimeObject*)L_15, (RuntimeObject*)__this, L_16); goto IL_0084; } IL_007a: { PathVisitor_set_ReturnCode_mB5629AE0124C70E479D9C4D44A8E552DA8BA19E0_inline(__this, (int32_t)4, NULL); } IL_0084: { goto IL_016c; } IL_008a: { RuntimeObject* L_17 = ___0_properties; V_8 = ((RuntimeObject*)IsInst((RuntimeObject*)L_17, il2cpp_rgctx_data(method->rgctx_data, 7))); RuntimeObject* L_18 = V_8; if (!L_18) { goto IL_00aa; } } { RuntimeObject* L_19 = V_8; Cursor_t24C3B5095F65B86794C4F7EA168E324DFDA9EE82* L_20 = ___1_container; int32_t L_21; L_21 = PropertyPathPart_get_Index_mFCB3571720514B51BC7B373D45B19CCBD82FBF57((&V_0), NULL); NullCheck(L_19); bool L_22; L_22 = InterfaceFuncInvoker3< bool, Cursor_t24C3B5095F65B86794C4F7EA168E324DFDA9EE82*, int32_t, RuntimeObject** >::Invoke(0, il2cpp_rgctx_data(method->rgctx_data, 7), L_19, L_20, L_21, (&V_1)); G_B12_0 = ((int32_t)(L_22)); goto IL_00ab; } IL_00aa: { G_B12_0 = 0; } IL_00ab: { V_9 = (bool)G_B12_0; bool L_23 = V_9; if (!L_23) { goto IL_00e9; } } { RuntimeObject* L_24 = V_1; RuntimeObject* L_25; L_25 = PathVisitor_get_Property_mA08B8FE123674A9F4529C9CEAC47F6E940846E9B_inline(__this, NULL); NullCheck(((RuntimeObject*)IsInst((RuntimeObject*)L_24, IAttributes_t699EF2D1D5A022C91D27888CE70518262A25928D_il2cpp_TypeInfo_var))); AttributesScope_t5A89FFE050A95DD67BD15C00A4D072EABAA376AE L_26; L_26 = InterfaceFuncInvoker1< AttributesScope_t5A89FFE050A95DD67BD15C00A4D072EABAA376AE, RuntimeObject* >::Invoke(4, IAttributes_t699EF2D1D5A022C91D27888CE70518262A25928D_il2cpp_TypeInfo_var, ((RuntimeObject*)IsInst((RuntimeObject*)L_24, IAttributes_t699EF2D1D5A022C91D27888CE70518262A25928D_il2cpp_TypeInfo_var)), ((RuntimeObject*)IsInst((RuntimeObject*)L_25, IAttributes_t699EF2D1D5A022C91D27888CE70518262A25928D_il2cpp_TypeInfo_var))); V_10 = L_26; } { auto __finallyBlock = il2cpp::utils::Finally([&] { FINALLY_00d7: { AttributesScope_Dispose_mE479F4FB0D23FD296817DD79630432BD4675E15D((&V_10), NULL); return; } }); try { RuntimeObject* L_27 = V_1; Cursor_t24C3B5095F65B86794C4F7EA168E324DFDA9EE82* L_28 = ___1_container; NullCheck((RuntimeObject*)L_27); InterfaceActionInvoker2< RuntimeObject*, Cursor_t24C3B5095F65B86794C4F7EA168E324DFDA9EE82* >::Invoke(0, il2cpp_rgctx_data(method->rgctx_data, 5), (RuntimeObject*)L_27, (RuntimeObject*)__this, L_28); goto IL_00e6; } catch(Il2CppExceptionWrapper& e) { __finallyBlock.StoreException(e.ex); } } IL_00e6: { goto IL_00f3; } IL_00e9: { PathVisitor_set_ReturnCode_mB5629AE0124C70E479D9C4D44A8E552DA8BA19E0_inline(__this, (int32_t)4, NULL); } IL_00f3: { goto IL_016c; } IL_00f6: { RuntimeObject* L_29 = ___0_properties; V_11 = ((RuntimeObject*)IsInst((RuntimeObject*)L_29, il2cpp_rgctx_data(method->rgctx_data, 9))); RuntimeObject* L_30 = V_11; if (!L_30) { goto IL_0116; } } { RuntimeObject* L_31 = V_11; Cursor_t24C3B5095F65B86794C4F7EA168E324DFDA9EE82* L_32 = ___1_container; RuntimeObject* L_33; L_33 = PropertyPathPart_get_Key_m08AAAD0EF82806F72CA10628E7B8EC15322E7E6A((&V_0), NULL); NullCheck(L_31); bool L_34; L_34 = InterfaceFuncInvoker3< bool, Cursor_t24C3B5095F65B86794C4F7EA168E324DFDA9EE82*, RuntimeObject*, RuntimeObject** >::Invoke(0, il2cpp_rgctx_data(method->rgctx_data, 9), L_31, L_32, L_33, (&V_1)); G_B22_0 = ((int32_t)(L_34)); goto IL_0117; } IL_0116: { G_B22_0 = 0; } IL_0117: { V_12 = (bool)G_B22_0; bool L_35 = V_12; if (!L_35) { goto IL_0155; } } { RuntimeObject* L_36 = V_1; RuntimeObject* L_37; L_37 = PathVisitor_get_Property_mA08B8FE123674A9F4529C9CEAC47F6E940846E9B_inline(__this, NULL); NullCheck(((RuntimeObject*)IsInst((RuntimeObject*)L_36, IAttributes_t699EF2D1D5A022C91D27888CE70518262A25928D_il2cpp_TypeInfo_var))); AttributesScope_t5A89FFE050A95DD67BD15C00A4D072EABAA376AE L_38; L_38 = InterfaceFuncInvoker1< AttributesScope_t5A89FFE050A95DD67BD15C00A4D072EABAA376AE, RuntimeObject* >::Invoke(4, IAttributes_t699EF2D1D5A022C91D27888CE70518262A25928D_il2cpp_TypeInfo_var, ((RuntimeObject*)IsInst((RuntimeObject*)L_36, IAttributes_t699EF2D1D5A022C91D27888CE70518262A25928D_il2cpp_TypeInfo_var)), ((RuntimeObject*)IsInst((RuntimeObject*)L_37, IAttributes_t699EF2D1D5A022C91D27888CE70518262A25928D_il2cpp_TypeInfo_var))); V_13 = L_38; } { auto __finallyBlock = il2cpp::utils::Finally([&] { FINALLY_0143: { AttributesScope_Dispose_mE479F4FB0D23FD296817DD79630432BD4675E15D((&V_13), NULL); return; } }); try { RuntimeObject* L_39 = V_1; Cursor_t24C3B5095F65B86794C4F7EA168E324DFDA9EE82* L_40 = ___1_container; NullCheck((RuntimeObject*)L_39); InterfaceActionInvoker2< RuntimeObject*, Cursor_t24C3B5095F65B86794C4F7EA168E324DFDA9EE82* >::Invoke(0, il2cpp_rgctx_data(method->rgctx_data, 5), (RuntimeObject*)L_39, (RuntimeObject*)__this, L_40); goto IL_0152; } catch(Il2CppExceptionWrapper& e) { __finallyBlock.StoreException(e.ex); } } IL_0152: { goto IL_015f; } IL_0155: { PathVisitor_set_ReturnCode_mB5629AE0124C70E479D9C4D44A8E552DA8BA19E0_inline(__this, (int32_t)4, NULL); } IL_015f: { goto IL_016c; } IL_0162: { PathVisitor_set_ReturnCode_mB5629AE0124C70E479D9C4D44A8E552DA8BA19E0_inline(__this, (int32_t)4, NULL); goto IL_016c; } IL_016c: { return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PathVisitor_Unity_Properties_IPropertyBagVisitor_Visit_TisEasingFunction_t5197D3B06056326A8B5C96032CDEBD5D3BDCA7A4_m03544BB4EA485F1A33BE31007B4F94ADB5C9A431_gshared (PathVisitor_tCD0947C41CDBDB774D22D560E5FFA01EF61C4446* __this, RuntimeObject* ___0_properties, EasingFunction_t5197D3B06056326A8B5C96032CDEBD5D3BDCA7A4* ___1_container, const RuntimeMethod* method) { if (!il2cpp_rgctx_is_initialized(method)) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IAttributes_t699EF2D1D5A022C91D27888CE70518262A25928D_il2cpp_TypeInfo_var); il2cpp_rgctx_method_init(method); } PropertyPathPart_tFB308743948D2298957DC1898D90AF2ACFED9DFF V_0; memset((&V_0), 0, sizeof(V_0)); RuntimeObject* V_1 = NULL; PropertyPath_tA523CA2740853534DF6C009C588464B45A6D0A79 V_2; memset((&V_2), 0, sizeof(V_2)); int32_t V_3 = 0; int32_t V_4 = 0; int32_t V_5 = 0; RuntimeObject* V_6 = NULL; bool V_7 = false; RuntimeObject* V_8 = NULL; bool V_9 = false; AttributesScope_t5A89FFE050A95DD67BD15C00A4D072EABAA376AE V_10; memset((&V_10), 0, sizeof(V_10)); RuntimeObject* V_11 = NULL; bool V_12 = false; AttributesScope_t5A89FFE050A95DD67BD15C00A4D072EABAA376AE V_13; memset((&V_13), 0, sizeof(V_13)); int32_t G_B5_0 = 0; int32_t G_B12_0 = 0; int32_t G_B22_0 = 0; { PropertyPath_tA523CA2740853534DF6C009C588464B45A6D0A79 L_0; L_0 = PathVisitor_get_Path_m98A92F21C11F12C0C88EAC86D0F2E853DFBF9BD3_inline(__this, NULL); V_2 = L_0; int32_t L_1 = __this->___m_PathIndex; V_3 = L_1; int32_t L_2 = V_3; __this->___m_PathIndex = ((int32_t)il2cpp_codegen_add(L_2, 1)); int32_t L_3 = V_3; PropertyPathPart_tFB308743948D2298957DC1898D90AF2ACFED9DFF L_4; L_4 = PropertyPath_get_Item_mB0EFC5EAEB2A48E02906CDDC6435FDF4032EFAFD((&V_2), L_3, NULL); V_0 = L_4; int32_t L_5; L_5 = PropertyPathPart_get_Kind_m18581157E2924A9BF9FC8166CF98CBA468016541_inline((&V_0), NULL); V_5 = L_5; int32_t L_6 = V_5; V_4 = L_6; int32_t L_7 = V_4; switch (L_7) { case 0: { goto IL_0046; } case 1: { goto IL_008a; } case 2: { goto IL_00f6; } } } { goto IL_0162; } IL_0046: { RuntimeObject* L_8 = ___0_properties; V_6 = ((RuntimeObject*)IsInst((RuntimeObject*)L_8, il2cpp_rgctx_data(method->rgctx_data, 1))); RuntimeObject* L_9 = V_6; if (!L_9) { goto IL_0066; } } { RuntimeObject* L_10 = V_6; EasingFunction_t5197D3B06056326A8B5C96032CDEBD5D3BDCA7A4* L_11 = ___1_container; String_t* L_12; L_12 = PropertyPathPart_get_Name_mFCEAE41CA7D7FAD0A0D7EB6D0B371AEAD7CE5A21((&V_0), NULL); NullCheck(L_10); bool L_13; L_13 = InterfaceFuncInvoker3< bool, EasingFunction_t5197D3B06056326A8B5C96032CDEBD5D3BDCA7A4*, String_t*, RuntimeObject** >::Invoke(0, il2cpp_rgctx_data(method->rgctx_data, 1), L_10, L_11, L_12, (&V_1)); G_B5_0 = ((int32_t)(L_13)); goto IL_0067; } IL_0066: { G_B5_0 = 0; } IL_0067: { V_7 = (bool)G_B5_0; bool L_14 = V_7; if (!L_14) { goto IL_007a; } } { RuntimeObject* L_15 = V_1; EasingFunction_t5197D3B06056326A8B5C96032CDEBD5D3BDCA7A4* L_16 = ___1_container; NullCheck((RuntimeObject*)L_15); InterfaceActionInvoker2< RuntimeObject*, EasingFunction_t5197D3B06056326A8B5C96032CDEBD5D3BDCA7A4* >::Invoke(0, il2cpp_rgctx_data(method->rgctx_data, 5), (RuntimeObject*)L_15, (RuntimeObject*)__this, L_16); goto IL_0084; } IL_007a: { PathVisitor_set_ReturnCode_mB5629AE0124C70E479D9C4D44A8E552DA8BA19E0_inline(__this, (int32_t)4, NULL); } IL_0084: { goto IL_016c; } IL_008a: { RuntimeObject* L_17 = ___0_properties; V_8 = ((RuntimeObject*)IsInst((RuntimeObject*)L_17, il2cpp_rgctx_data(method->rgctx_data, 7))); RuntimeObject* L_18 = V_8; if (!L_18) { goto IL_00aa; } } { RuntimeObject* L_19 = V_8; EasingFunction_t5197D3B06056326A8B5C96032CDEBD5D3BDCA7A4* L_20 = ___1_container; int32_t L_21; L_21 = PropertyPathPart_get_Index_mFCB3571720514B51BC7B373D45B19CCBD82FBF57((&V_0), NULL); NullCheck(L_19); bool L_22; L_22 = InterfaceFuncInvoker3< bool, EasingFunction_t5197D3B06056326A8B5C96032CDEBD5D3BDCA7A4*, int32_t, RuntimeObject** >::Invoke(0, il2cpp_rgctx_data(method->rgctx_data, 7), L_19, L_20, L_21, (&V_1)); G_B12_0 = ((int32_t)(L_22)); goto IL_00ab; } IL_00aa: { G_B12_0 = 0; } IL_00ab: { V_9 = (bool)G_B12_0; bool L_23 = V_9; if (!L_23) { goto IL_00e9; } } { RuntimeObject* L_24 = V_1; RuntimeObject* L_25; L_25 = PathVisitor_get_Property_mA08B8FE123674A9F4529C9CEAC47F6E940846E9B_inline(__this, NULL); NullCheck(((RuntimeObject*)IsInst((RuntimeObject*)L_24, IAttributes_t699EF2D1D5A022C91D27888CE70518262A25928D_il2cpp_TypeInfo_var))); AttributesScope_t5A89FFE050A95DD67BD15C00A4D072EABAA376AE L_26; L_26 = InterfaceFuncInvoker1< AttributesScope_t5A89FFE050A95DD67BD15C00A4D072EABAA376AE, RuntimeObject* >::Invoke(4, IAttributes_t699EF2D1D5A022C91D27888CE70518262A25928D_il2cpp_TypeInfo_var, ((RuntimeObject*)IsInst((RuntimeObject*)L_24, IAttributes_t699EF2D1D5A022C91D27888CE70518262A25928D_il2cpp_TypeInfo_var)), ((RuntimeObject*)IsInst((RuntimeObject*)L_25, IAttributes_t699EF2D1D5A022C91D27888CE70518262A25928D_il2cpp_TypeInfo_var))); V_10 = L_26; } { auto __finallyBlock = il2cpp::utils::Finally([&] { FINALLY_00d7: { AttributesScope_Dispose_mE479F4FB0D23FD296817DD79630432BD4675E15D((&V_10), NULL); return; } }); try { RuntimeObject* L_27 = V_1; EasingFunction_t5197D3B06056326A8B5C96032CDEBD5D3BDCA7A4* L_28 = ___1_container; NullCheck((RuntimeObject*)L_27); InterfaceActionInvoker2< RuntimeObject*, EasingFunction_t5197D3B06056326A8B5C96032CDEBD5D3BDCA7A4* >::Invoke(0, il2cpp_rgctx_data(method->rgctx_data, 5), (RuntimeObject*)L_27, (RuntimeObject*)__this, L_28); goto IL_00e6; } catch(Il2CppExceptionWrapper& e) { __finallyBlock.StoreException(e.ex); } } IL_00e6: { goto IL_00f3; } IL_00e9: { PathVisitor_set_ReturnCode_mB5629AE0124C70E479D9C4D44A8E552DA8BA19E0_inline(__this, (int32_t)4, NULL); } IL_00f3: { goto IL_016c; } IL_00f6: { RuntimeObject* L_29 = ___0_properties; V_11 = ((RuntimeObject*)IsInst((RuntimeObject*)L_29, il2cpp_rgctx_data(method->rgctx_data, 9))); RuntimeObject* L_30 = V_11; if (!L_30) { goto IL_0116; } } { RuntimeObject* L_31 = V_11; EasingFunction_t5197D3B06056326A8B5C96032CDEBD5D3BDCA7A4* L_32 = ___1_container; RuntimeObject* L_33; L_33 = PropertyPathPart_get_Key_m08AAAD0EF82806F72CA10628E7B8EC15322E7E6A((&V_0), NULL); NullCheck(L_31); bool L_34; L_34 = InterfaceFuncInvoker3< bool, EasingFunction_t5197D3B06056326A8B5C96032CDEBD5D3BDCA7A4*, RuntimeObject*, RuntimeObject** >::Invoke(0, il2cpp_rgctx_data(method->rgctx_data, 9), L_31, L_32, L_33, (&V_1)); G_B22_0 = ((int32_t)(L_34)); goto IL_0117; } IL_0116: { G_B22_0 = 0; } IL_0117: { V_12 = (bool)G_B22_0; bool L_35 = V_12; if (!L_35) { goto IL_0155; } } { RuntimeObject* L_36 = V_1; RuntimeObject* L_37; L_37 = PathVisitor_get_Property_mA08B8FE123674A9F4529C9CEAC47F6E940846E9B_inline(__this, NULL); NullCheck(((RuntimeObject*)IsInst((RuntimeObject*)L_36, IAttributes_t699EF2D1D5A022C91D27888CE70518262A25928D_il2cpp_TypeInfo_var))); AttributesScope_t5A89FFE050A95DD67BD15C00A4D072EABAA376AE L_38; L_38 = InterfaceFuncInvoker1< AttributesScope_t5A89FFE050A95DD67BD15C00A4D072EABAA376AE, RuntimeObject* >::Invoke(4, IAttributes_t699EF2D1D5A022C91D27888CE70518262A25928D_il2cpp_TypeInfo_var, ((RuntimeObject*)IsInst((RuntimeObject*)L_36, IAttributes_t699EF2D1D5A022C91D27888CE70518262A25928D_il2cpp_TypeInfo_var)), ((RuntimeObject*)IsInst((RuntimeObject*)L_37, IAttributes_t699EF2D1D5A022C91D27888CE70518262A25928D_il2cpp_TypeInfo_var))); V_13 = L_38; } { auto __finallyBlock = il2cpp::utils::Finally([&] { FINALLY_0143: { AttributesScope_Dispose_mE479F4FB0D23FD296817DD79630432BD4675E15D((&V_13), NULL); return; } }); try { RuntimeObject* L_39 = V_1; EasingFunction_t5197D3B06056326A8B5C96032CDEBD5D3BDCA7A4* L_40 = ___1_container; NullCheck((RuntimeObject*)L_39); InterfaceActionInvoker2< RuntimeObject*, EasingFunction_t5197D3B06056326A8B5C96032CDEBD5D3BDCA7A4* >::Invoke(0, il2cpp_rgctx_data(method->rgctx_data, 5), (RuntimeObject*)L_39, (RuntimeObject*)__this, L_40); goto IL_0152; } catch(Il2CppExceptionWrapper& e) { __finallyBlock.StoreException(e.ex); } } IL_0152: { goto IL_015f; } IL_0155: { PathVisitor_set_ReturnCode_mB5629AE0124C70E479D9C4D44A8E552DA8BA19E0_inline(__this, (int32_t)4, NULL); } IL_015f: { goto IL_016c; } IL_0162: { PathVisitor_set_ReturnCode_mB5629AE0124C70E479D9C4D44A8E552DA8BA19E0_inline(__this, (int32_t)4, NULL); goto IL_016c; } IL_016c: { return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PathVisitor_Unity_Properties_IPropertyBagVisitor_Visit_TisFontDefinition_t65281B0E106365C28AD3F2525DE148719AEEA30C_m653C2A2A678F773BC2953D6F9FFDF03F1475B2E7_gshared (PathVisitor_tCD0947C41CDBDB774D22D560E5FFA01EF61C4446* __this, RuntimeObject* ___0_properties, FontDefinition_t65281B0E106365C28AD3F2525DE148719AEEA30C* ___1_container, const RuntimeMethod* method) { if (!il2cpp_rgctx_is_initialized(method)) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IAttributes_t699EF2D1D5A022C91D27888CE70518262A25928D_il2cpp_TypeInfo_var); il2cpp_rgctx_method_init(method); } PropertyPathPart_tFB308743948D2298957DC1898D90AF2ACFED9DFF V_0; memset((&V_0), 0, sizeof(V_0)); RuntimeObject* V_1 = NULL; PropertyPath_tA523CA2740853534DF6C009C588464B45A6D0A79 V_2; memset((&V_2), 0, sizeof(V_2)); int32_t V_3 = 0; int32_t V_4 = 0; int32_t V_5 = 0; RuntimeObject* V_6 = NULL; bool V_7 = false; RuntimeObject* V_8 = NULL; bool V_9 = false; AttributesScope_t5A89FFE050A95DD67BD15C00A4D072EABAA376AE V_10; memset((&V_10), 0, sizeof(V_10)); RuntimeObject* V_11 = NULL; bool V_12 = false; AttributesScope_t5A89FFE050A95DD67BD15C00A4D072EABAA376AE V_13; memset((&V_13), 0, sizeof(V_13)); int32_t G_B5_0 = 0; int32_t G_B12_0 = 0; int32_t G_B22_0 = 0; { PropertyPath_tA523CA2740853534DF6C009C588464B45A6D0A79 L_0; L_0 = PathVisitor_get_Path_m98A92F21C11F12C0C88EAC86D0F2E853DFBF9BD3_inline(__this, NULL); V_2 = L_0; int32_t L_1 = __this->___m_PathIndex; V_3 = L_1; int32_t L_2 = V_3; __this->___m_PathIndex = ((int32_t)il2cpp_codegen_add(L_2, 1)); int32_t L_3 = V_3; PropertyPathPart_tFB308743948D2298957DC1898D90AF2ACFED9DFF L_4; L_4 = PropertyPath_get_Item_mB0EFC5EAEB2A48E02906CDDC6435FDF4032EFAFD((&V_2), L_3, NULL); V_0 = L_4; int32_t L_5; L_5 = PropertyPathPart_get_Kind_m18581157E2924A9BF9FC8166CF98CBA468016541_inline((&V_0), NULL); V_5 = L_5; int32_t L_6 = V_5; V_4 = L_6; int32_t L_7 = V_4; switch (L_7) { case 0: { goto IL_0046; } case 1: { goto IL_008a; } case 2: { goto IL_00f6; } } } { goto IL_0162; } IL_0046: { RuntimeObject* L_8 = ___0_properties; V_6 = ((RuntimeObject*)IsInst((RuntimeObject*)L_8, il2cpp_rgctx_data(method->rgctx_data, 1))); RuntimeObject* L_9 = V_6; if (!L_9) { goto IL_0066; } } { RuntimeObject* L_10 = V_6; FontDefinition_t65281B0E106365C28AD3F2525DE148719AEEA30C* L_11 = ___1_container; String_t* L_12; L_12 = PropertyPathPart_get_Name_mFCEAE41CA7D7FAD0A0D7EB6D0B371AEAD7CE5A21((&V_0), NULL); NullCheck(L_10); bool L_13; L_13 = InterfaceFuncInvoker3< bool, FontDefinition_t65281B0E106365C28AD3F2525DE148719AEEA30C*, String_t*, RuntimeObject** >::Invoke(0, il2cpp_rgctx_data(method->rgctx_data, 1), L_10, L_11, L_12, (&V_1)); G_B5_0 = ((int32_t)(L_13)); goto IL_0067; } IL_0066: { G_B5_0 = 0; } IL_0067: { V_7 = (bool)G_B5_0; bool L_14 = V_7; if (!L_14) { goto IL_007a; } } { RuntimeObject* L_15 = V_1; FontDefinition_t65281B0E106365C28AD3F2525DE148719AEEA30C* L_16 = ___1_container; NullCheck((RuntimeObject*)L_15); InterfaceActionInvoker2< RuntimeObject*, FontDefinition_t65281B0E106365C28AD3F2525DE148719AEEA30C* >::Invoke(0, il2cpp_rgctx_data(method->rgctx_data, 5), (RuntimeObject*)L_15, (RuntimeObject*)__this, L_16); goto IL_0084; } IL_007a: { PathVisitor_set_ReturnCode_mB5629AE0124C70E479D9C4D44A8E552DA8BA19E0_inline(__this, (int32_t)4, NULL); } IL_0084: { goto IL_016c; } IL_008a: { RuntimeObject* L_17 = ___0_properties; V_8 = ((RuntimeObject*)IsInst((RuntimeObject*)L_17, il2cpp_rgctx_data(method->rgctx_data, 7))); RuntimeObject* L_18 = V_8; if (!L_18) { goto IL_00aa; } } { RuntimeObject* L_19 = V_8; FontDefinition_t65281B0E106365C28AD3F2525DE148719AEEA30C* L_20 = ___1_container; int32_t L_21; L_21 = PropertyPathPart_get_Index_mFCB3571720514B51BC7B373D45B19CCBD82FBF57((&V_0), NULL); NullCheck(L_19); bool L_22; L_22 = InterfaceFuncInvoker3< bool, FontDefinition_t65281B0E106365C28AD3F2525DE148719AEEA30C*, int32_t, RuntimeObject** >::Invoke(0, il2cpp_rgctx_data(method->rgctx_data, 7), L_19, L_20, L_21, (&V_1)); G_B12_0 = ((int32_t)(L_22)); goto IL_00ab; } IL_00aa: { G_B12_0 = 0; } IL_00ab: { V_9 = (bool)G_B12_0; bool L_23 = V_9; if (!L_23) { goto IL_00e9; } } { RuntimeObject* L_24 = V_1; RuntimeObject* L_25; L_25 = PathVisitor_get_Property_mA08B8FE123674A9F4529C9CEAC47F6E940846E9B_inline(__this, NULL); NullCheck(((RuntimeObject*)IsInst((RuntimeObject*)L_24, IAttributes_t699EF2D1D5A022C91D27888CE70518262A25928D_il2cpp_TypeInfo_var))); AttributesScope_t5A89FFE050A95DD67BD15C00A4D072EABAA376AE L_26; L_26 = InterfaceFuncInvoker1< AttributesScope_t5A89FFE050A95DD67BD15C00A4D072EABAA376AE, RuntimeObject* >::Invoke(4, IAttributes_t699EF2D1D5A022C91D27888CE70518262A25928D_il2cpp_TypeInfo_var, ((RuntimeObject*)IsInst((RuntimeObject*)L_24, IAttributes_t699EF2D1D5A022C91D27888CE70518262A25928D_il2cpp_TypeInfo_var)), ((RuntimeObject*)IsInst((RuntimeObject*)L_25, IAttributes_t699EF2D1D5A022C91D27888CE70518262A25928D_il2cpp_TypeInfo_var))); V_10 = L_26; } { auto __finallyBlock = il2cpp::utils::Finally([&] { FINALLY_00d7: { AttributesScope_Dispose_mE479F4FB0D23FD296817DD79630432BD4675E15D((&V_10), NULL); return; } }); try { RuntimeObject* L_27 = V_1; FontDefinition_t65281B0E106365C28AD3F2525DE148719AEEA30C* L_28 = ___1_container; NullCheck((RuntimeObject*)L_27); InterfaceActionInvoker2< RuntimeObject*, FontDefinition_t65281B0E106365C28AD3F2525DE148719AEEA30C* >::Invoke(0, il2cpp_rgctx_data(method->rgctx_data, 5), (RuntimeObject*)L_27, (RuntimeObject*)__this, L_28); goto IL_00e6; } catch(Il2CppExceptionWrapper& e) { __finallyBlock.StoreException(e.ex); } } IL_00e6: { goto IL_00f3; } IL_00e9: { PathVisitor_set_ReturnCode_mB5629AE0124C70E479D9C4D44A8E552DA8BA19E0_inline(__this, (int32_t)4, NULL); } IL_00f3: { goto IL_016c; } IL_00f6: { RuntimeObject* L_29 = ___0_properties; V_11 = ((RuntimeObject*)IsInst((RuntimeObject*)L_29, il2cpp_rgctx_data(method->rgctx_data, 9))); RuntimeObject* L_30 = V_11; if (!L_30) { goto IL_0116; } } { RuntimeObject* L_31 = V_11; FontDefinition_t65281B0E106365C28AD3F2525DE148719AEEA30C* L_32 = ___1_container; RuntimeObject* L_33; L_33 = PropertyPathPart_get_Key_m08AAAD0EF82806F72CA10628E7B8EC15322E7E6A((&V_0), NULL); NullCheck(L_31); bool L_34; L_34 = InterfaceFuncInvoker3< bool, FontDefinition_t65281B0E106365C28AD3F2525DE148719AEEA30C*, RuntimeObject*, RuntimeObject** >::Invoke(0, il2cpp_rgctx_data(method->rgctx_data, 9), L_31, L_32, L_33, (&V_1)); G_B22_0 = ((int32_t)(L_34)); goto IL_0117; } IL_0116: { G_B22_0 = 0; } IL_0117: { V_12 = (bool)G_B22_0; bool L_35 = V_12; if (!L_35) { goto IL_0155; } } { RuntimeObject* L_36 = V_1; RuntimeObject* L_37; L_37 = PathVisitor_get_Property_mA08B8FE123674A9F4529C9CEAC47F6E940846E9B_inline(__this, NULL); NullCheck(((RuntimeObject*)IsInst((RuntimeObject*)L_36, IAttributes_t699EF2D1D5A022C91D27888CE70518262A25928D_il2cpp_TypeInfo_var))); AttributesScope_t5A89FFE050A95DD67BD15C00A4D072EABAA376AE L_38; L_38 = InterfaceFuncInvoker1< AttributesScope_t5A89FFE050A95DD67BD15C00A4D072EABAA376AE, RuntimeObject* >::Invoke(4, IAttributes_t699EF2D1D5A022C91D27888CE70518262A25928D_il2cpp_TypeInfo_var, ((RuntimeObject*)IsInst((RuntimeObject*)L_36, IAttributes_t699EF2D1D5A022C91D27888CE70518262A25928D_il2cpp_TypeInfo_var)), ((RuntimeObject*)IsInst((RuntimeObject*)L_37, IAttributes_t699EF2D1D5A022C91D27888CE70518262A25928D_il2cpp_TypeInfo_var))); V_13 = L_38; } { auto __finallyBlock = il2cpp::utils::Finally([&] { FINALLY_0143: { AttributesScope_Dispose_mE479F4FB0D23FD296817DD79630432BD4675E15D((&V_13), NULL); return; } }); try { RuntimeObject* L_39 = V_1; FontDefinition_t65281B0E106365C28AD3F2525DE148719AEEA30C* L_40 = ___1_container; NullCheck((RuntimeObject*)L_39); InterfaceActionInvoker2< RuntimeObject*, FontDefinition_t65281B0E106365C28AD3F2525DE148719AEEA30C* >::Invoke(0, il2cpp_rgctx_data(method->rgctx_data, 5), (RuntimeObject*)L_39, (RuntimeObject*)__this, L_40); goto IL_0152; } catch(Il2CppExceptionWrapper& e) { __finallyBlock.StoreException(e.ex); } } IL_0152: { goto IL_015f; } IL_0155: { PathVisitor_set_ReturnCode_mB5629AE0124C70E479D9C4D44A8E552DA8BA19E0_inline(__this, (int32_t)4, NULL); } IL_015f: { goto IL_016c; } IL_0162: { PathVisitor_set_ReturnCode_mB5629AE0124C70E479D9C4D44A8E552DA8BA19E0_inline(__this, (int32_t)4, NULL); goto IL_016c; } IL_016c: { return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PathVisitor_Unity_Properties_IPropertyBagVisitor_Visit_TisLength_t90BB06D47DD6DB461ED21BD3E3241FAB6C824256_m95615FDABAA0BBCA1036F8BD1F3BAF844140765D_gshared (PathVisitor_tCD0947C41CDBDB774D22D560E5FFA01EF61C4446* __this, RuntimeObject* ___0_properties, Length_t90BB06D47DD6DB461ED21BD3E3241FAB6C824256* ___1_container, const RuntimeMethod* method) { if (!il2cpp_rgctx_is_initialized(method)) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IAttributes_t699EF2D1D5A022C91D27888CE70518262A25928D_il2cpp_TypeInfo_var); il2cpp_rgctx_method_init(method); } PropertyPathPart_tFB308743948D2298957DC1898D90AF2ACFED9DFF V_0; memset((&V_0), 0, sizeof(V_0)); RuntimeObject* V_1 = NULL; PropertyPath_tA523CA2740853534DF6C009C588464B45A6D0A79 V_2; memset((&V_2), 0, sizeof(V_2)); int32_t V_3 = 0; int32_t V_4 = 0; int32_t V_5 = 0; RuntimeObject* V_6 = NULL; bool V_7 = false; RuntimeObject* V_8 = NULL; bool V_9 = false; AttributesScope_t5A89FFE050A95DD67BD15C00A4D072EABAA376AE V_10; memset((&V_10), 0, sizeof(V_10)); RuntimeObject* V_11 = NULL; bool V_12 = false; AttributesScope_t5A89FFE050A95DD67BD15C00A4D072EABAA376AE V_13; memset((&V_13), 0, sizeof(V_13)); int32_t G_B5_0 = 0; int32_t G_B12_0 = 0; int32_t G_B22_0 = 0; { PropertyPath_tA523CA2740853534DF6C009C588464B45A6D0A79 L_0; L_0 = PathVisitor_get_Path_m98A92F21C11F12C0C88EAC86D0F2E853DFBF9BD3_inline(__this, NULL); V_2 = L_0; int32_t L_1 = __this->___m_PathIndex; V_3 = L_1; int32_t L_2 = V_3; __this->___m_PathIndex = ((int32_t)il2cpp_codegen_add(L_2, 1)); int32_t L_3 = V_3; PropertyPathPart_tFB308743948D2298957DC1898D90AF2ACFED9DFF L_4; L_4 = PropertyPath_get_Item_mB0EFC5EAEB2A48E02906CDDC6435FDF4032EFAFD((&V_2), L_3, NULL); V_0 = L_4; int32_t L_5; L_5 = PropertyPathPart_get_Kind_m18581157E2924A9BF9FC8166CF98CBA468016541_inline((&V_0), NULL); V_5 = L_5; int32_t L_6 = V_5; V_4 = L_6; int32_t L_7 = V_4; switch (L_7) { case 0: { goto IL_0046; } case 1: { goto IL_008a; } case 2: { goto IL_00f6; } } } { goto IL_0162; } IL_0046: { RuntimeObject* L_8 = ___0_properties; V_6 = ((RuntimeObject*)IsInst((RuntimeObject*)L_8, il2cpp_rgctx_data(method->rgctx_data, 1))); RuntimeObject* L_9 = V_6; if (!L_9) { goto IL_0066; } } { RuntimeObject* L_10 = V_6; Length_t90BB06D47DD6DB461ED21BD3E3241FAB6C824256* L_11 = ___1_container; String_t* L_12; L_12 = PropertyPathPart_get_Name_mFCEAE41CA7D7FAD0A0D7EB6D0B371AEAD7CE5A21((&V_0), NULL); NullCheck(L_10); bool L_13; L_13 = InterfaceFuncInvoker3< bool, Length_t90BB06D47DD6DB461ED21BD3E3241FAB6C824256*, String_t*, RuntimeObject** >::Invoke(0, il2cpp_rgctx_data(method->rgctx_data, 1), L_10, L_11, L_12, (&V_1)); G_B5_0 = ((int32_t)(L_13)); goto IL_0067; } IL_0066: { G_B5_0 = 0; } IL_0067: { V_7 = (bool)G_B5_0; bool L_14 = V_7; if (!L_14) { goto IL_007a; } } { RuntimeObject* L_15 = V_1; Length_t90BB06D47DD6DB461ED21BD3E3241FAB6C824256* L_16 = ___1_container; NullCheck((RuntimeObject*)L_15); InterfaceActionInvoker2< RuntimeObject*, Length_t90BB06D47DD6DB461ED21BD3E3241FAB6C824256* >::Invoke(0, il2cpp_rgctx_data(method->rgctx_data, 5), (RuntimeObject*)L_15, (RuntimeObject*)__this, L_16); goto IL_0084; } IL_007a: { PathVisitor_set_ReturnCode_mB5629AE0124C70E479D9C4D44A8E552DA8BA19E0_inline(__this, (int32_t)4, NULL); } IL_0084: { goto IL_016c; } IL_008a: { RuntimeObject* L_17 = ___0_properties; V_8 = ((RuntimeObject*)IsInst((RuntimeObject*)L_17, il2cpp_rgctx_data(method->rgctx_data, 7))); RuntimeObject* L_18 = V_8; if (!L_18) { goto IL_00aa; } } { RuntimeObject* L_19 = V_8; Length_t90BB06D47DD6DB461ED21BD3E3241FAB6C824256* L_20 = ___1_container; int32_t L_21; L_21 = PropertyPathPart_get_Index_mFCB3571720514B51BC7B373D45B19CCBD82FBF57((&V_0), NULL); NullCheck(L_19); bool L_22; L_22 = InterfaceFuncInvoker3< bool, Length_t90BB06D47DD6DB461ED21BD3E3241FAB6C824256*, int32_t, RuntimeObject** >::Invoke(0, il2cpp_rgctx_data(method->rgctx_data, 7), L_19, L_20, L_21, (&V_1)); G_B12_0 = ((int32_t)(L_22)); goto IL_00ab; } IL_00aa: { G_B12_0 = 0; } IL_00ab: { V_9 = (bool)G_B12_0; bool L_23 = V_9; if (!L_23) { goto IL_00e9; } } { RuntimeObject* L_24 = V_1; RuntimeObject* L_25; L_25 = PathVisitor_get_Property_mA08B8FE123674A9F4529C9CEAC47F6E940846E9B_inline(__this, NULL); NullCheck(((RuntimeObject*)IsInst((RuntimeObject*)L_24, IAttributes_t699EF2D1D5A022C91D27888CE70518262A25928D_il2cpp_TypeInfo_var))); AttributesScope_t5A89FFE050A95DD67BD15C00A4D072EABAA376AE L_26; L_26 = InterfaceFuncInvoker1< AttributesScope_t5A89FFE050A95DD67BD15C00A4D072EABAA376AE, RuntimeObject* >::Invoke(4, IAttributes_t699EF2D1D5A022C91D27888CE70518262A25928D_il2cpp_TypeInfo_var, ((RuntimeObject*)IsInst((RuntimeObject*)L_24, IAttributes_t699EF2D1D5A022C91D27888CE70518262A25928D_il2cpp_TypeInfo_var)), ((RuntimeObject*)IsInst((RuntimeObject*)L_25, IAttributes_t699EF2D1D5A022C91D27888CE70518262A25928D_il2cpp_TypeInfo_var))); V_10 = L_26; } { auto __finallyBlock = il2cpp::utils::Finally([&] { FINALLY_00d7: { AttributesScope_Dispose_mE479F4FB0D23FD296817DD79630432BD4675E15D((&V_10), NULL); return; } }); try { RuntimeObject* L_27 = V_1; Length_t90BB06D47DD6DB461ED21BD3E3241FAB6C824256* L_28 = ___1_container; NullCheck((RuntimeObject*)L_27); InterfaceActionInvoker2< RuntimeObject*, Length_t90BB06D47DD6DB461ED21BD3E3241FAB6C824256* >::Invoke(0, il2cpp_rgctx_data(method->rgctx_data, 5), (RuntimeObject*)L_27, (RuntimeObject*)__this, L_28); goto IL_00e6; } catch(Il2CppExceptionWrapper& e) { __finallyBlock.StoreException(e.ex); } } IL_00e6: { goto IL_00f3; } IL_00e9: { PathVisitor_set_ReturnCode_mB5629AE0124C70E479D9C4D44A8E552DA8BA19E0_inline(__this, (int32_t)4, NULL); } IL_00f3: { goto IL_016c; } IL_00f6: { RuntimeObject* L_29 = ___0_properties; V_11 = ((RuntimeObject*)IsInst((RuntimeObject*)L_29, il2cpp_rgctx_data(method->rgctx_data, 9))); RuntimeObject* L_30 = V_11; if (!L_30) { goto IL_0116; } } { RuntimeObject* L_31 = V_11; Length_t90BB06D47DD6DB461ED21BD3E3241FAB6C824256* L_32 = ___1_container; RuntimeObject* L_33; L_33 = PropertyPathPart_get_Key_m08AAAD0EF82806F72CA10628E7B8EC15322E7E6A((&V_0), NULL); NullCheck(L_31); bool L_34; L_34 = InterfaceFuncInvoker3< bool, Length_t90BB06D47DD6DB461ED21BD3E3241FAB6C824256*, RuntimeObject*, RuntimeObject** >::Invoke(0, il2cpp_rgctx_data(method->rgctx_data, 9), L_31, L_32, L_33, (&V_1)); G_B22_0 = ((int32_t)(L_34)); goto IL_0117; } IL_0116: { G_B22_0 = 0; } IL_0117: { V_12 = (bool)G_B22_0; bool L_35 = V_12; if (!L_35) { goto IL_0155; } } { RuntimeObject* L_36 = V_1; RuntimeObject* L_37; L_37 = PathVisitor_get_Property_mA08B8FE123674A9F4529C9CEAC47F6E940846E9B_inline(__this, NULL); NullCheck(((RuntimeObject*)IsInst((RuntimeObject*)L_36, IAttributes_t699EF2D1D5A022C91D27888CE70518262A25928D_il2cpp_TypeInfo_var))); AttributesScope_t5A89FFE050A95DD67BD15C00A4D072EABAA376AE L_38; L_38 = InterfaceFuncInvoker1< AttributesScope_t5A89FFE050A95DD67BD15C00A4D072EABAA376AE, RuntimeObject* >::Invoke(4, IAttributes_t699EF2D1D5A022C91D27888CE70518262A25928D_il2cpp_TypeInfo_var, ((RuntimeObject*)IsInst((RuntimeObject*)L_36, IAttributes_t699EF2D1D5A022C91D27888CE70518262A25928D_il2cpp_TypeInfo_var)), ((RuntimeObject*)IsInst((RuntimeObject*)L_37, IAttributes_t699EF2D1D5A022C91D27888CE70518262A25928D_il2cpp_TypeInfo_var))); V_13 = L_38; } { auto __finallyBlock = il2cpp::utils::Finally([&] { FINALLY_0143: { AttributesScope_Dispose_mE479F4FB0D23FD296817DD79630432BD4675E15D((&V_13), NULL); return; } }); try { RuntimeObject* L_39 = V_1; Length_t90BB06D47DD6DB461ED21BD3E3241FAB6C824256* L_40 = ___1_container; NullCheck((RuntimeObject*)L_39); InterfaceActionInvoker2< RuntimeObject*, Length_t90BB06D47DD6DB461ED21BD3E3241FAB6C824256* >::Invoke(0, il2cpp_rgctx_data(method->rgctx_data, 5), (RuntimeObject*)L_39, (RuntimeObject*)__this, L_40); goto IL_0152; } catch(Il2CppExceptionWrapper& e) { __finallyBlock.StoreException(e.ex); } } IL_0152: { goto IL_015f; } IL_0155: { PathVisitor_set_ReturnCode_mB5629AE0124C70E479D9C4D44A8E552DA8BA19E0_inline(__this, (int32_t)4, NULL); } IL_015f: { goto IL_016c; } IL_0162: { PathVisitor_set_ReturnCode_mB5629AE0124C70E479D9C4D44A8E552DA8BA19E0_inline(__this, (int32_t)4, NULL); goto IL_016c; } IL_016c: { return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PathVisitor_Unity_Properties_IPropertyBagVisitor_Visit_TisRuntimeObject_m94D49D355E334CDD36397BAB547B14945A3DCF6C_gshared (PathVisitor_tCD0947C41CDBDB774D22D560E5FFA01EF61C4446* __this, RuntimeObject* ___0_properties, RuntimeObject** ___1_container, const RuntimeMethod* method) { if (!il2cpp_rgctx_is_initialized(method)) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IAttributes_t699EF2D1D5A022C91D27888CE70518262A25928D_il2cpp_TypeInfo_var); il2cpp_rgctx_method_init(method); } PropertyPathPart_tFB308743948D2298957DC1898D90AF2ACFED9DFF V_0; memset((&V_0), 0, sizeof(V_0)); RuntimeObject* V_1 = NULL; PropertyPath_tA523CA2740853534DF6C009C588464B45A6D0A79 V_2; memset((&V_2), 0, sizeof(V_2)); int32_t V_3 = 0; int32_t V_4 = 0; int32_t V_5 = 0; RuntimeObject* V_6 = NULL; bool V_7 = false; RuntimeObject* V_8 = NULL; bool V_9 = false; AttributesScope_t5A89FFE050A95DD67BD15C00A4D072EABAA376AE V_10; memset((&V_10), 0, sizeof(V_10)); RuntimeObject* V_11 = NULL; bool V_12 = false; AttributesScope_t5A89FFE050A95DD67BD15C00A4D072EABAA376AE V_13; memset((&V_13), 0, sizeof(V_13)); int32_t G_B5_0 = 0; int32_t G_B12_0 = 0; int32_t G_B22_0 = 0; { PropertyPath_tA523CA2740853534DF6C009C588464B45A6D0A79 L_0; L_0 = PathVisitor_get_Path_m98A92F21C11F12C0C88EAC86D0F2E853DFBF9BD3_inline(__this, NULL); V_2 = L_0; int32_t L_1 = __this->___m_PathIndex; V_3 = L_1; int32_t L_2 = V_3; __this->___m_PathIndex = ((int32_t)il2cpp_codegen_add(L_2, 1)); int32_t L_3 = V_3; PropertyPathPart_tFB308743948D2298957DC1898D90AF2ACFED9DFF L_4; L_4 = PropertyPath_get_Item_mB0EFC5EAEB2A48E02906CDDC6435FDF4032EFAFD((&V_2), L_3, NULL); V_0 = L_4; int32_t L_5; L_5 = PropertyPathPart_get_Kind_m18581157E2924A9BF9FC8166CF98CBA468016541_inline((&V_0), NULL); V_5 = L_5; int32_t L_6 = V_5; V_4 = L_6; int32_t L_7 = V_4; switch (L_7) { case 0: { goto IL_0046; } case 1: { goto IL_008a; } case 2: { goto IL_00f6; } } } { goto IL_0162; } IL_0046: { RuntimeObject* L_8 = ___0_properties; V_6 = ((RuntimeObject*)IsInst((RuntimeObject*)L_8, il2cpp_rgctx_data(method->rgctx_data, 1))); RuntimeObject* L_9 = V_6; if (!L_9) { goto IL_0066; } } { RuntimeObject* L_10 = V_6; RuntimeObject** L_11 = ___1_container; String_t* L_12; L_12 = PropertyPathPart_get_Name_mFCEAE41CA7D7FAD0A0D7EB6D0B371AEAD7CE5A21((&V_0), NULL); NullCheck(L_10); bool L_13; L_13 = InterfaceFuncInvoker3< bool, RuntimeObject**, String_t*, RuntimeObject** >::Invoke(0, il2cpp_rgctx_data(method->rgctx_data, 1), L_10, L_11, L_12, (&V_1)); G_B5_0 = ((int32_t)(L_13)); goto IL_0067; } IL_0066: { G_B5_0 = 0; } IL_0067: { V_7 = (bool)G_B5_0; bool L_14 = V_7; if (!L_14) { goto IL_007a; } } { RuntimeObject* L_15 = V_1; RuntimeObject** L_16 = ___1_container; NullCheck((RuntimeObject*)L_15); InterfaceActionInvoker2< RuntimeObject*, RuntimeObject** >::Invoke(0, il2cpp_rgctx_data(method->rgctx_data, 5), (RuntimeObject*)L_15, (RuntimeObject*)__this, L_16); goto IL_0084; } IL_007a: { PathVisitor_set_ReturnCode_mB5629AE0124C70E479D9C4D44A8E552DA8BA19E0_inline(__this, (int32_t)4, NULL); } IL_0084: { goto IL_016c; } IL_008a: { RuntimeObject* L_17 = ___0_properties; V_8 = ((RuntimeObject*)IsInst((RuntimeObject*)L_17, il2cpp_rgctx_data(method->rgctx_data, 7))); RuntimeObject* L_18 = V_8; if (!L_18) { goto IL_00aa; } } { RuntimeObject* L_19 = V_8; RuntimeObject** L_20 = ___1_container; int32_t L_21; L_21 = PropertyPathPart_get_Index_mFCB3571720514B51BC7B373D45B19CCBD82FBF57((&V_0), NULL); NullCheck(L_19); bool L_22; L_22 = InterfaceFuncInvoker3< bool, RuntimeObject**, int32_t, RuntimeObject** >::Invoke(0, il2cpp_rgctx_data(method->rgctx_data, 7), L_19, L_20, L_21, (&V_1)); G_B12_0 = ((int32_t)(L_22)); goto IL_00ab; } IL_00aa: { G_B12_0 = 0; } IL_00ab: { V_9 = (bool)G_B12_0; bool L_23 = V_9; if (!L_23) { goto IL_00e9; } } { RuntimeObject* L_24 = V_1; RuntimeObject* L_25; L_25 = PathVisitor_get_Property_mA08B8FE123674A9F4529C9CEAC47F6E940846E9B_inline(__this, NULL); NullCheck(((RuntimeObject*)IsInst((RuntimeObject*)L_24, IAttributes_t699EF2D1D5A022C91D27888CE70518262A25928D_il2cpp_TypeInfo_var))); AttributesScope_t5A89FFE050A95DD67BD15C00A4D072EABAA376AE L_26; L_26 = InterfaceFuncInvoker1< AttributesScope_t5A89FFE050A95DD67BD15C00A4D072EABAA376AE, RuntimeObject* >::Invoke(4, IAttributes_t699EF2D1D5A022C91D27888CE70518262A25928D_il2cpp_TypeInfo_var, ((RuntimeObject*)IsInst((RuntimeObject*)L_24, IAttributes_t699EF2D1D5A022C91D27888CE70518262A25928D_il2cpp_TypeInfo_var)), ((RuntimeObject*)IsInst((RuntimeObject*)L_25, IAttributes_t699EF2D1D5A022C91D27888CE70518262A25928D_il2cpp_TypeInfo_var))); V_10 = L_26; } { auto __finallyBlock = il2cpp::utils::Finally([&] { FINALLY_00d7: { AttributesScope_Dispose_mE479F4FB0D23FD296817DD79630432BD4675E15D((&V_10), NULL); return; } }); try { RuntimeObject* L_27 = V_1; RuntimeObject** L_28 = ___1_container; NullCheck((RuntimeObject*)L_27); InterfaceActionInvoker2< RuntimeObject*, RuntimeObject** >::Invoke(0, il2cpp_rgctx_data(method->rgctx_data, 5), (RuntimeObject*)L_27, (RuntimeObject*)__this, L_28); goto IL_00e6; } catch(Il2CppExceptionWrapper& e) { __finallyBlock.StoreException(e.ex); } } IL_00e6: { goto IL_00f3; } IL_00e9: { PathVisitor_set_ReturnCode_mB5629AE0124C70E479D9C4D44A8E552DA8BA19E0_inline(__this, (int32_t)4, NULL); } IL_00f3: { goto IL_016c; } IL_00f6: { RuntimeObject* L_29 = ___0_properties; V_11 = ((RuntimeObject*)IsInst((RuntimeObject*)L_29, il2cpp_rgctx_data(method->rgctx_data, 9))); RuntimeObject* L_30 = V_11; if (!L_30) { goto IL_0116; } } { RuntimeObject* L_31 = V_11; RuntimeObject** L_32 = ___1_container; RuntimeObject* L_33; L_33 = PropertyPathPart_get_Key_m08AAAD0EF82806F72CA10628E7B8EC15322E7E6A((&V_0), NULL); NullCheck(L_31); bool L_34; L_34 = InterfaceFuncInvoker3< bool, RuntimeObject**, RuntimeObject*, RuntimeObject** >::Invoke(0, il2cpp_rgctx_data(method->rgctx_data, 9), L_31, L_32, L_33, (&V_1)); G_B22_0 = ((int32_t)(L_34)); goto IL_0117; } IL_0116: { G_B22_0 = 0; } IL_0117: { V_12 = (bool)G_B22_0; bool L_35 = V_12; if (!L_35) { goto IL_0155; } } { RuntimeObject* L_36 = V_1; RuntimeObject* L_37; L_37 = PathVisitor_get_Property_mA08B8FE123674A9F4529C9CEAC47F6E940846E9B_inline(__this, NULL); NullCheck(((RuntimeObject*)IsInst((RuntimeObject*)L_36, IAttributes_t699EF2D1D5A022C91D27888CE70518262A25928D_il2cpp_TypeInfo_var))); AttributesScope_t5A89FFE050A95DD67BD15C00A4D072EABAA376AE L_38; L_38 = InterfaceFuncInvoker1< AttributesScope_t5A89FFE050A95DD67BD15C00A4D072EABAA376AE, RuntimeObject* >::Invoke(4, IAttributes_t699EF2D1D5A022C91D27888CE70518262A25928D_il2cpp_TypeInfo_var, ((RuntimeObject*)IsInst((RuntimeObject*)L_36, IAttributes_t699EF2D1D5A022C91D27888CE70518262A25928D_il2cpp_TypeInfo_var)), ((RuntimeObject*)IsInst((RuntimeObject*)L_37, IAttributes_t699EF2D1D5A022C91D27888CE70518262A25928D_il2cpp_TypeInfo_var))); V_13 = L_38; } { auto __finallyBlock = il2cpp::utils::Finally([&] { FINALLY_0143: { AttributesScope_Dispose_mE479F4FB0D23FD296817DD79630432BD4675E15D((&V_13), NULL); return; } }); try { RuntimeObject* L_39 = V_1; RuntimeObject** L_40 = ___1_container; NullCheck((RuntimeObject*)L_39); InterfaceActionInvoker2< RuntimeObject*, RuntimeObject** >::Invoke(0, il2cpp_rgctx_data(method->rgctx_data, 5), (RuntimeObject*)L_39, (RuntimeObject*)__this, L_40); goto IL_0152; } catch(Il2CppExceptionWrapper& e) { __finallyBlock.StoreException(e.ex); } } IL_0152: { goto IL_015f; } IL_0155: { PathVisitor_set_ReturnCode_mB5629AE0124C70E479D9C4D44A8E552DA8BA19E0_inline(__this, (int32_t)4, NULL); } IL_015f: { goto IL_016c; } IL_0162: { PathVisitor_set_ReturnCode_mB5629AE0124C70E479D9C4D44A8E552DA8BA19E0_inline(__this, (int32_t)4, NULL); goto IL_016c; } IL_016c: { return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PathVisitor_Unity_Properties_IPropertyBagVisitor_Visit_TisRect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D_mA7BB80DB28ADB84C1E180CDC2F995BE6C48D69C3_gshared (PathVisitor_tCD0947C41CDBDB774D22D560E5FFA01EF61C4446* __this, RuntimeObject* ___0_properties, Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D* ___1_container, const RuntimeMethod* method) { if (!il2cpp_rgctx_is_initialized(method)) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IAttributes_t699EF2D1D5A022C91D27888CE70518262A25928D_il2cpp_TypeInfo_var); il2cpp_rgctx_method_init(method); } PropertyPathPart_tFB308743948D2298957DC1898D90AF2ACFED9DFF V_0; memset((&V_0), 0, sizeof(V_0)); RuntimeObject* V_1 = NULL; PropertyPath_tA523CA2740853534DF6C009C588464B45A6D0A79 V_2; memset((&V_2), 0, sizeof(V_2)); int32_t V_3 = 0; int32_t V_4 = 0; int32_t V_5 = 0; RuntimeObject* V_6 = NULL; bool V_7 = false; RuntimeObject* V_8 = NULL; bool V_9 = false; AttributesScope_t5A89FFE050A95DD67BD15C00A4D072EABAA376AE V_10; memset((&V_10), 0, sizeof(V_10)); RuntimeObject* V_11 = NULL; bool V_12 = false; AttributesScope_t5A89FFE050A95DD67BD15C00A4D072EABAA376AE V_13; memset((&V_13), 0, sizeof(V_13)); int32_t G_B5_0 = 0; int32_t G_B12_0 = 0; int32_t G_B22_0 = 0; { PropertyPath_tA523CA2740853534DF6C009C588464B45A6D0A79 L_0; L_0 = PathVisitor_get_Path_m98A92F21C11F12C0C88EAC86D0F2E853DFBF9BD3_inline(__this, NULL); V_2 = L_0; int32_t L_1 = __this->___m_PathIndex; V_3 = L_1; int32_t L_2 = V_3; __this->___m_PathIndex = ((int32_t)il2cpp_codegen_add(L_2, 1)); int32_t L_3 = V_3; PropertyPathPart_tFB308743948D2298957DC1898D90AF2ACFED9DFF L_4; L_4 = PropertyPath_get_Item_mB0EFC5EAEB2A48E02906CDDC6435FDF4032EFAFD((&V_2), L_3, NULL); V_0 = L_4; int32_t L_5; L_5 = PropertyPathPart_get_Kind_m18581157E2924A9BF9FC8166CF98CBA468016541_inline((&V_0), NULL); V_5 = L_5; int32_t L_6 = V_5; V_4 = L_6; int32_t L_7 = V_4; switch (L_7) { case 0: { goto IL_0046; } case 1: { goto IL_008a; } case 2: { goto IL_00f6; } } } { goto IL_0162; } IL_0046: { RuntimeObject* L_8 = ___0_properties; V_6 = ((RuntimeObject*)IsInst((RuntimeObject*)L_8, il2cpp_rgctx_data(method->rgctx_data, 1))); RuntimeObject* L_9 = V_6; if (!L_9) { goto IL_0066; } } { RuntimeObject* L_10 = V_6; Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D* L_11 = ___1_container; String_t* L_12; L_12 = PropertyPathPart_get_Name_mFCEAE41CA7D7FAD0A0D7EB6D0B371AEAD7CE5A21((&V_0), NULL); NullCheck(L_10); bool L_13; L_13 = InterfaceFuncInvoker3< bool, Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D*, String_t*, RuntimeObject** >::Invoke(0, il2cpp_rgctx_data(method->rgctx_data, 1), L_10, L_11, L_12, (&V_1)); G_B5_0 = ((int32_t)(L_13)); goto IL_0067; } IL_0066: { G_B5_0 = 0; } IL_0067: { V_7 = (bool)G_B5_0; bool L_14 = V_7; if (!L_14) { goto IL_007a; } } { RuntimeObject* L_15 = V_1; Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D* L_16 = ___1_container; NullCheck((RuntimeObject*)L_15); InterfaceActionInvoker2< RuntimeObject*, Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D* >::Invoke(0, il2cpp_rgctx_data(method->rgctx_data, 5), (RuntimeObject*)L_15, (RuntimeObject*)__this, L_16); goto IL_0084; } IL_007a: { PathVisitor_set_ReturnCode_mB5629AE0124C70E479D9C4D44A8E552DA8BA19E0_inline(__this, (int32_t)4, NULL); } IL_0084: { goto IL_016c; } IL_008a: { RuntimeObject* L_17 = ___0_properties; V_8 = ((RuntimeObject*)IsInst((RuntimeObject*)L_17, il2cpp_rgctx_data(method->rgctx_data, 7))); RuntimeObject* L_18 = V_8; if (!L_18) { goto IL_00aa; } } { RuntimeObject* L_19 = V_8; Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D* L_20 = ___1_container; int32_t L_21; L_21 = PropertyPathPart_get_Index_mFCB3571720514B51BC7B373D45B19CCBD82FBF57((&V_0), NULL); NullCheck(L_19); bool L_22; L_22 = InterfaceFuncInvoker3< bool, Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D*, int32_t, RuntimeObject** >::Invoke(0, il2cpp_rgctx_data(method->rgctx_data, 7), L_19, L_20, L_21, (&V_1)); G_B12_0 = ((int32_t)(L_22)); goto IL_00ab; } IL_00aa: { G_B12_0 = 0; } IL_00ab: { V_9 = (bool)G_B12_0; bool L_23 = V_9; if (!L_23) { goto IL_00e9; } } { RuntimeObject* L_24 = V_1; RuntimeObject* L_25; L_25 = PathVisitor_get_Property_mA08B8FE123674A9F4529C9CEAC47F6E940846E9B_inline(__this, NULL); NullCheck(((RuntimeObject*)IsInst((RuntimeObject*)L_24, IAttributes_t699EF2D1D5A022C91D27888CE70518262A25928D_il2cpp_TypeInfo_var))); AttributesScope_t5A89FFE050A95DD67BD15C00A4D072EABAA376AE L_26; L_26 = InterfaceFuncInvoker1< AttributesScope_t5A89FFE050A95DD67BD15C00A4D072EABAA376AE, RuntimeObject* >::Invoke(4, IAttributes_t699EF2D1D5A022C91D27888CE70518262A25928D_il2cpp_TypeInfo_var, ((RuntimeObject*)IsInst((RuntimeObject*)L_24, IAttributes_t699EF2D1D5A022C91D27888CE70518262A25928D_il2cpp_TypeInfo_var)), ((RuntimeObject*)IsInst((RuntimeObject*)L_25, IAttributes_t699EF2D1D5A022C91D27888CE70518262A25928D_il2cpp_TypeInfo_var))); V_10 = L_26; } { auto __finallyBlock = il2cpp::utils::Finally([&] { FINALLY_00d7: { AttributesScope_Dispose_mE479F4FB0D23FD296817DD79630432BD4675E15D((&V_10), NULL); return; } }); try { RuntimeObject* L_27 = V_1; Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D* L_28 = ___1_container; NullCheck((RuntimeObject*)L_27); InterfaceActionInvoker2< RuntimeObject*, Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D* >::Invoke(0, il2cpp_rgctx_data(method->rgctx_data, 5), (RuntimeObject*)L_27, (RuntimeObject*)__this, L_28); goto IL_00e6; } catch(Il2CppExceptionWrapper& e) { __finallyBlock.StoreException(e.ex); } } IL_00e6: { goto IL_00f3; } IL_00e9: { PathVisitor_set_ReturnCode_mB5629AE0124C70E479D9C4D44A8E552DA8BA19E0_inline(__this, (int32_t)4, NULL); } IL_00f3: { goto IL_016c; } IL_00f6: { RuntimeObject* L_29 = ___0_properties; V_11 = ((RuntimeObject*)IsInst((RuntimeObject*)L_29, il2cpp_rgctx_data(method->rgctx_data, 9))); RuntimeObject* L_30 = V_11; if (!L_30) { goto IL_0116; } } { RuntimeObject* L_31 = V_11; Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D* L_32 = ___1_container; RuntimeObject* L_33; L_33 = PropertyPathPart_get_Key_m08AAAD0EF82806F72CA10628E7B8EC15322E7E6A((&V_0), NULL); NullCheck(L_31); bool L_34; L_34 = InterfaceFuncInvoker3< bool, Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D*, RuntimeObject*, RuntimeObject** >::Invoke(0, il2cpp_rgctx_data(method->rgctx_data, 9), L_31, L_32, L_33, (&V_1)); G_B22_0 = ((int32_t)(L_34)); goto IL_0117; } IL_0116: { G_B22_0 = 0; } IL_0117: { V_12 = (bool)G_B22_0; bool L_35 = V_12; if (!L_35) { goto IL_0155; } } { RuntimeObject* L_36 = V_1; RuntimeObject* L_37; L_37 = PathVisitor_get_Property_mA08B8FE123674A9F4529C9CEAC47F6E940846E9B_inline(__this, NULL); NullCheck(((RuntimeObject*)IsInst((RuntimeObject*)L_36, IAttributes_t699EF2D1D5A022C91D27888CE70518262A25928D_il2cpp_TypeInfo_var))); AttributesScope_t5A89FFE050A95DD67BD15C00A4D072EABAA376AE L_38; L_38 = InterfaceFuncInvoker1< AttributesScope_t5A89FFE050A95DD67BD15C00A4D072EABAA376AE, RuntimeObject* >::Invoke(4, IAttributes_t699EF2D1D5A022C91D27888CE70518262A25928D_il2cpp_TypeInfo_var, ((RuntimeObject*)IsInst((RuntimeObject*)L_36, IAttributes_t699EF2D1D5A022C91D27888CE70518262A25928D_il2cpp_TypeInfo_var)), ((RuntimeObject*)IsInst((RuntimeObject*)L_37, IAttributes_t699EF2D1D5A022C91D27888CE70518262A25928D_il2cpp_TypeInfo_var))); V_13 = L_38; } { auto __finallyBlock = il2cpp::utils::Finally([&] { FINALLY_0143: { AttributesScope_Dispose_mE479F4FB0D23FD296817DD79630432BD4675E15D((&V_13), NULL); return; } }); try { RuntimeObject* L_39 = V_1; Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D* L_40 = ___1_container; NullCheck((RuntimeObject*)L_39); InterfaceActionInvoker2< RuntimeObject*, Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D* >::Invoke(0, il2cpp_rgctx_data(method->rgctx_data, 5), (RuntimeObject*)L_39, (RuntimeObject*)__this, L_40); goto IL_0152; } catch(Il2CppExceptionWrapper& e) { __finallyBlock.StoreException(e.ex); } } IL_0152: { goto IL_015f; } IL_0155: { PathVisitor_set_ReturnCode_mB5629AE0124C70E479D9C4D44A8E552DA8BA19E0_inline(__this, (int32_t)4, NULL); } IL_015f: { goto IL_016c; } IL_0162: { PathVisitor_set_ReturnCode_mB5629AE0124C70E479D9C4D44A8E552DA8BA19E0_inline(__this, (int32_t)4, NULL); goto IL_016c; } IL_016c: { return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PathVisitor_Unity_Properties_IPropertyBagVisitor_Visit_TisRectInt_t1744D10E1063135DA9D574F95205B98DAC600CB8_mC7435512D91CB55EDFF2DC84814D602C1E3F8314_gshared (PathVisitor_tCD0947C41CDBDB774D22D560E5FFA01EF61C4446* __this, RuntimeObject* ___0_properties, RectInt_t1744D10E1063135DA9D574F95205B98DAC600CB8* ___1_container, const RuntimeMethod* method) { if (!il2cpp_rgctx_is_initialized(method)) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IAttributes_t699EF2D1D5A022C91D27888CE70518262A25928D_il2cpp_TypeInfo_var); il2cpp_rgctx_method_init(method); } PropertyPathPart_tFB308743948D2298957DC1898D90AF2ACFED9DFF V_0; memset((&V_0), 0, sizeof(V_0)); RuntimeObject* V_1 = NULL; PropertyPath_tA523CA2740853534DF6C009C588464B45A6D0A79 V_2; memset((&V_2), 0, sizeof(V_2)); int32_t V_3 = 0; int32_t V_4 = 0; int32_t V_5 = 0; RuntimeObject* V_6 = NULL; bool V_7 = false; RuntimeObject* V_8 = NULL; bool V_9 = false; AttributesScope_t5A89FFE050A95DD67BD15C00A4D072EABAA376AE V_10; memset((&V_10), 0, sizeof(V_10)); RuntimeObject* V_11 = NULL; bool V_12 = false; AttributesScope_t5A89FFE050A95DD67BD15C00A4D072EABAA376AE V_13; memset((&V_13), 0, sizeof(V_13)); int32_t G_B5_0 = 0; int32_t G_B12_0 = 0; int32_t G_B22_0 = 0; { PropertyPath_tA523CA2740853534DF6C009C588464B45A6D0A79 L_0; L_0 = PathVisitor_get_Path_m98A92F21C11F12C0C88EAC86D0F2E853DFBF9BD3_inline(__this, NULL); V_2 = L_0; int32_t L_1 = __this->___m_PathIndex; V_3 = L_1; int32_t L_2 = V_3; __this->___m_PathIndex = ((int32_t)il2cpp_codegen_add(L_2, 1)); int32_t L_3 = V_3; PropertyPathPart_tFB308743948D2298957DC1898D90AF2ACFED9DFF L_4; L_4 = PropertyPath_get_Item_mB0EFC5EAEB2A48E02906CDDC6435FDF4032EFAFD((&V_2), L_3, NULL); V_0 = L_4; int32_t L_5; L_5 = PropertyPathPart_get_Kind_m18581157E2924A9BF9FC8166CF98CBA468016541_inline((&V_0), NULL); V_5 = L_5; int32_t L_6 = V_5; V_4 = L_6; int32_t L_7 = V_4; switch (L_7) { case 0: { goto IL_0046; } case 1: { goto IL_008a; } case 2: { goto IL_00f6; } } } { goto IL_0162; } IL_0046: { RuntimeObject* L_8 = ___0_properties; V_6 = ((RuntimeObject*)IsInst((RuntimeObject*)L_8, il2cpp_rgctx_data(method->rgctx_data, 1))); RuntimeObject* L_9 = V_6; if (!L_9) { goto IL_0066; } } { RuntimeObject* L_10 = V_6; RectInt_t1744D10E1063135DA9D574F95205B98DAC600CB8* L_11 = ___1_container; String_t* L_12; L_12 = PropertyPathPart_get_Name_mFCEAE41CA7D7FAD0A0D7EB6D0B371AEAD7CE5A21((&V_0), NULL); NullCheck(L_10); bool L_13; L_13 = InterfaceFuncInvoker3< bool, RectInt_t1744D10E1063135DA9D574F95205B98DAC600CB8*, String_t*, RuntimeObject** >::Invoke(0, il2cpp_rgctx_data(method->rgctx_data, 1), L_10, L_11, L_12, (&V_1)); G_B5_0 = ((int32_t)(L_13)); goto IL_0067; } IL_0066: { G_B5_0 = 0; } IL_0067: { V_7 = (bool)G_B5_0; bool L_14 = V_7; if (!L_14) { goto IL_007a; } } { RuntimeObject* L_15 = V_1; RectInt_t1744D10E1063135DA9D574F95205B98DAC600CB8* L_16 = ___1_container; NullCheck((RuntimeObject*)L_15); InterfaceActionInvoker2< RuntimeObject*, RectInt_t1744D10E1063135DA9D574F95205B98DAC600CB8* >::Invoke(0, il2cpp_rgctx_data(method->rgctx_data, 5), (RuntimeObject*)L_15, (RuntimeObject*)__this, L_16); goto IL_0084; } IL_007a: { PathVisitor_set_ReturnCode_mB5629AE0124C70E479D9C4D44A8E552DA8BA19E0_inline(__this, (int32_t)4, NULL); } IL_0084: { goto IL_016c; } IL_008a: { RuntimeObject* L_17 = ___0_properties; V_8 = ((RuntimeObject*)IsInst((RuntimeObject*)L_17, il2cpp_rgctx_data(method->rgctx_data, 7))); RuntimeObject* L_18 = V_8; if (!L_18) { goto IL_00aa; } } { RuntimeObject* L_19 = V_8; RectInt_t1744D10E1063135DA9D574F95205B98DAC600CB8* L_20 = ___1_container; int32_t L_21; L_21 = PropertyPathPart_get_Index_mFCB3571720514B51BC7B373D45B19CCBD82FBF57((&V_0), NULL); NullCheck(L_19); bool L_22; L_22 = InterfaceFuncInvoker3< bool, RectInt_t1744D10E1063135DA9D574F95205B98DAC600CB8*, int32_t, RuntimeObject** >::Invoke(0, il2cpp_rgctx_data(method->rgctx_data, 7), L_19, L_20, L_21, (&V_1)); G_B12_0 = ((int32_t)(L_22)); goto IL_00ab; } IL_00aa: { G_B12_0 = 0; } IL_00ab: { V_9 = (bool)G_B12_0; bool L_23 = V_9; if (!L_23) { goto IL_00e9; } } { RuntimeObject* L_24 = V_1; RuntimeObject* L_25; L_25 = PathVisitor_get_Property_mA08B8FE123674A9F4529C9CEAC47F6E940846E9B_inline(__this, NULL); NullCheck(((RuntimeObject*)IsInst((RuntimeObject*)L_24, IAttributes_t699EF2D1D5A022C91D27888CE70518262A25928D_il2cpp_TypeInfo_var))); AttributesScope_t5A89FFE050A95DD67BD15C00A4D072EABAA376AE L_26; L_26 = InterfaceFuncInvoker1< AttributesScope_t5A89FFE050A95DD67BD15C00A4D072EABAA376AE, RuntimeObject* >::Invoke(4, IAttributes_t699EF2D1D5A022C91D27888CE70518262A25928D_il2cpp_TypeInfo_var, ((RuntimeObject*)IsInst((RuntimeObject*)L_24, IAttributes_t699EF2D1D5A022C91D27888CE70518262A25928D_il2cpp_TypeInfo_var)), ((RuntimeObject*)IsInst((RuntimeObject*)L_25, IAttributes_t699EF2D1D5A022C91D27888CE70518262A25928D_il2cpp_TypeInfo_var))); V_10 = L_26; } { auto __finallyBlock = il2cpp::utils::Finally([&] { FINALLY_00d7: { AttributesScope_Dispose_mE479F4FB0D23FD296817DD79630432BD4675E15D((&V_10), NULL); return; } }); try { RuntimeObject* L_27 = V_1; RectInt_t1744D10E1063135DA9D574F95205B98DAC600CB8* L_28 = ___1_container; NullCheck((RuntimeObject*)L_27); InterfaceActionInvoker2< RuntimeObject*, RectInt_t1744D10E1063135DA9D574F95205B98DAC600CB8* >::Invoke(0, il2cpp_rgctx_data(method->rgctx_data, 5), (RuntimeObject*)L_27, (RuntimeObject*)__this, L_28); goto IL_00e6; } catch(Il2CppExceptionWrapper& e) { __finallyBlock.StoreException(e.ex); } } IL_00e6: { goto IL_00f3; } IL_00e9: { PathVisitor_set_ReturnCode_mB5629AE0124C70E479D9C4D44A8E552DA8BA19E0_inline(__this, (int32_t)4, NULL); } IL_00f3: { goto IL_016c; } IL_00f6: { RuntimeObject* L_29 = ___0_properties; V_11 = ((RuntimeObject*)IsInst((RuntimeObject*)L_29, il2cpp_rgctx_data(method->rgctx_data, 9))); RuntimeObject* L_30 = V_11; if (!L_30) { goto IL_0116; } } { RuntimeObject* L_31 = V_11; RectInt_t1744D10E1063135DA9D574F95205B98DAC600CB8* L_32 = ___1_container; RuntimeObject* L_33; L_33 = PropertyPathPart_get_Key_m08AAAD0EF82806F72CA10628E7B8EC15322E7E6A((&V_0), NULL); NullCheck(L_31); bool L_34; L_34 = InterfaceFuncInvoker3< bool, RectInt_t1744D10E1063135DA9D574F95205B98DAC600CB8*, RuntimeObject*, RuntimeObject** >::Invoke(0, il2cpp_rgctx_data(method->rgctx_data, 9), L_31, L_32, L_33, (&V_1)); G_B22_0 = ((int32_t)(L_34)); goto IL_0117; } IL_0116: { G_B22_0 = 0; } IL_0117: { V_12 = (bool)G_B22_0; bool L_35 = V_12; if (!L_35) { goto IL_0155; } } { RuntimeObject* L_36 = V_1; RuntimeObject* L_37; L_37 = PathVisitor_get_Property_mA08B8FE123674A9F4529C9CEAC47F6E940846E9B_inline(__this, NULL); NullCheck(((RuntimeObject*)IsInst((RuntimeObject*)L_36, IAttributes_t699EF2D1D5A022C91D27888CE70518262A25928D_il2cpp_TypeInfo_var))); AttributesScope_t5A89FFE050A95DD67BD15C00A4D072EABAA376AE L_38; L_38 = InterfaceFuncInvoker1< AttributesScope_t5A89FFE050A95DD67BD15C00A4D072EABAA376AE, RuntimeObject* >::Invoke(4, IAttributes_t699EF2D1D5A022C91D27888CE70518262A25928D_il2cpp_TypeInfo_var, ((RuntimeObject*)IsInst((RuntimeObject*)L_36, IAttributes_t699EF2D1D5A022C91D27888CE70518262A25928D_il2cpp_TypeInfo_var)), ((RuntimeObject*)IsInst((RuntimeObject*)L_37, IAttributes_t699EF2D1D5A022C91D27888CE70518262A25928D_il2cpp_TypeInfo_var))); V_13 = L_38; } { auto __finallyBlock = il2cpp::utils::Finally([&] { FINALLY_0143: { AttributesScope_Dispose_mE479F4FB0D23FD296817DD79630432BD4675E15D((&V_13), NULL); return; } }); try { RuntimeObject* L_39 = V_1; RectInt_t1744D10E1063135DA9D574F95205B98DAC600CB8* L_40 = ___1_container; NullCheck((RuntimeObject*)L_39); InterfaceActionInvoker2< RuntimeObject*, RectInt_t1744D10E1063135DA9D574F95205B98DAC600CB8* >::Invoke(0, il2cpp_rgctx_data(method->rgctx_data, 5), (RuntimeObject*)L_39, (RuntimeObject*)__this, L_40); goto IL_0152; } catch(Il2CppExceptionWrapper& e) { __finallyBlock.StoreException(e.ex); } } IL_0152: { goto IL_015f; } IL_0155: { PathVisitor_set_ReturnCode_mB5629AE0124C70E479D9C4D44A8E552DA8BA19E0_inline(__this, (int32_t)4, NULL); } IL_015f: { goto IL_016c; } IL_0162: { PathVisitor_set_ReturnCode_mB5629AE0124C70E479D9C4D44A8E552DA8BA19E0_inline(__this, (int32_t)4, NULL); goto IL_016c; } IL_016c: { return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PathVisitor_Unity_Properties_IPropertyBagVisitor_Visit_TisRotate_tE965CA0281A547AB38B881A3416FF97756D3F4D7_m6AE998E2A2414E44DF5A20027B6933A388C3DB2C_gshared (PathVisitor_tCD0947C41CDBDB774D22D560E5FFA01EF61C4446* __this, RuntimeObject* ___0_properties, Rotate_tE965CA0281A547AB38B881A3416FF97756D3F4D7* ___1_container, const RuntimeMethod* method) { if (!il2cpp_rgctx_is_initialized(method)) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IAttributes_t699EF2D1D5A022C91D27888CE70518262A25928D_il2cpp_TypeInfo_var); il2cpp_rgctx_method_init(method); } PropertyPathPart_tFB308743948D2298957DC1898D90AF2ACFED9DFF V_0; memset((&V_0), 0, sizeof(V_0)); RuntimeObject* V_1 = NULL; PropertyPath_tA523CA2740853534DF6C009C588464B45A6D0A79 V_2; memset((&V_2), 0, sizeof(V_2)); int32_t V_3 = 0; int32_t V_4 = 0; int32_t V_5 = 0; RuntimeObject* V_6 = NULL; bool V_7 = false; RuntimeObject* V_8 = NULL; bool V_9 = false; AttributesScope_t5A89FFE050A95DD67BD15C00A4D072EABAA376AE V_10; memset((&V_10), 0, sizeof(V_10)); RuntimeObject* V_11 = NULL; bool V_12 = false; AttributesScope_t5A89FFE050A95DD67BD15C00A4D072EABAA376AE V_13; memset((&V_13), 0, sizeof(V_13)); int32_t G_B5_0 = 0; int32_t G_B12_0 = 0; int32_t G_B22_0 = 0; { PropertyPath_tA523CA2740853534DF6C009C588464B45A6D0A79 L_0; L_0 = PathVisitor_get_Path_m98A92F21C11F12C0C88EAC86D0F2E853DFBF9BD3_inline(__this, NULL); V_2 = L_0; int32_t L_1 = __this->___m_PathIndex; V_3 = L_1; int32_t L_2 = V_3; __this->___m_PathIndex = ((int32_t)il2cpp_codegen_add(L_2, 1)); int32_t L_3 = V_3; PropertyPathPart_tFB308743948D2298957DC1898D90AF2ACFED9DFF L_4; L_4 = PropertyPath_get_Item_mB0EFC5EAEB2A48E02906CDDC6435FDF4032EFAFD((&V_2), L_3, NULL); V_0 = L_4; int32_t L_5; L_5 = PropertyPathPart_get_Kind_m18581157E2924A9BF9FC8166CF98CBA468016541_inline((&V_0), NULL); V_5 = L_5; int32_t L_6 = V_5; V_4 = L_6; int32_t L_7 = V_4; switch (L_7) { case 0: { goto IL_0046; } case 1: { goto IL_008a; } case 2: { goto IL_00f6; } } } { goto IL_0162; } IL_0046: { RuntimeObject* L_8 = ___0_properties; V_6 = ((RuntimeObject*)IsInst((RuntimeObject*)L_8, il2cpp_rgctx_data(method->rgctx_data, 1))); RuntimeObject* L_9 = V_6; if (!L_9) { goto IL_0066; } } { RuntimeObject* L_10 = V_6; Rotate_tE965CA0281A547AB38B881A3416FF97756D3F4D7* L_11 = ___1_container; String_t* L_12; L_12 = PropertyPathPart_get_Name_mFCEAE41CA7D7FAD0A0D7EB6D0B371AEAD7CE5A21((&V_0), NULL); NullCheck(L_10); bool L_13; L_13 = InterfaceFuncInvoker3< bool, Rotate_tE965CA0281A547AB38B881A3416FF97756D3F4D7*, String_t*, RuntimeObject** >::Invoke(0, il2cpp_rgctx_data(method->rgctx_data, 1), L_10, L_11, L_12, (&V_1)); G_B5_0 = ((int32_t)(L_13)); goto IL_0067; } IL_0066: { G_B5_0 = 0; } IL_0067: { V_7 = (bool)G_B5_0; bool L_14 = V_7; if (!L_14) { goto IL_007a; } } { RuntimeObject* L_15 = V_1; Rotate_tE965CA0281A547AB38B881A3416FF97756D3F4D7* L_16 = ___1_container; NullCheck((RuntimeObject*)L_15); InterfaceActionInvoker2< RuntimeObject*, Rotate_tE965CA0281A547AB38B881A3416FF97756D3F4D7* >::Invoke(0, il2cpp_rgctx_data(method->rgctx_data, 5), (RuntimeObject*)L_15, (RuntimeObject*)__this, L_16); goto IL_0084; } IL_007a: { PathVisitor_set_ReturnCode_mB5629AE0124C70E479D9C4D44A8E552DA8BA19E0_inline(__this, (int32_t)4, NULL); } IL_0084: { goto IL_016c; } IL_008a: { RuntimeObject* L_17 = ___0_properties; V_8 = ((RuntimeObject*)IsInst((RuntimeObject*)L_17, il2cpp_rgctx_data(method->rgctx_data, 7))); RuntimeObject* L_18 = V_8; if (!L_18) { goto IL_00aa; } } { RuntimeObject* L_19 = V_8; Rotate_tE965CA0281A547AB38B881A3416FF97756D3F4D7* L_20 = ___1_container; int32_t L_21; L_21 = PropertyPathPart_get_Index_mFCB3571720514B51BC7B373D45B19CCBD82FBF57((&V_0), NULL); NullCheck(L_19); bool L_22; L_22 = InterfaceFuncInvoker3< bool, Rotate_tE965CA0281A547AB38B881A3416FF97756D3F4D7*, int32_t, RuntimeObject** >::Invoke(0, il2cpp_rgctx_data(method->rgctx_data, 7), L_19, L_20, L_21, (&V_1)); G_B12_0 = ((int32_t)(L_22)); goto IL_00ab; } IL_00aa: { G_B12_0 = 0; } IL_00ab: { V_9 = (bool)G_B12_0; bool L_23 = V_9; if (!L_23) { goto IL_00e9; } } { RuntimeObject* L_24 = V_1; RuntimeObject* L_25; L_25 = PathVisitor_get_Property_mA08B8FE123674A9F4529C9CEAC47F6E940846E9B_inline(__this, NULL); NullCheck(((RuntimeObject*)IsInst((RuntimeObject*)L_24, IAttributes_t699EF2D1D5A022C91D27888CE70518262A25928D_il2cpp_TypeInfo_var))); AttributesScope_t5A89FFE050A95DD67BD15C00A4D072EABAA376AE L_26; L_26 = InterfaceFuncInvoker1< AttributesScope_t5A89FFE050A95DD67BD15C00A4D072EABAA376AE, RuntimeObject* >::Invoke(4, IAttributes_t699EF2D1D5A022C91D27888CE70518262A25928D_il2cpp_TypeInfo_var, ((RuntimeObject*)IsInst((RuntimeObject*)L_24, IAttributes_t699EF2D1D5A022C91D27888CE70518262A25928D_il2cpp_TypeInfo_var)), ((RuntimeObject*)IsInst((RuntimeObject*)L_25, IAttributes_t699EF2D1D5A022C91D27888CE70518262A25928D_il2cpp_TypeInfo_var))); V_10 = L_26; } { auto __finallyBlock = il2cpp::utils::Finally([&] { FINALLY_00d7: { AttributesScope_Dispose_mE479F4FB0D23FD296817DD79630432BD4675E15D((&V_10), NULL); return; } }); try { RuntimeObject* L_27 = V_1; Rotate_tE965CA0281A547AB38B881A3416FF97756D3F4D7* L_28 = ___1_container; NullCheck((RuntimeObject*)L_27); InterfaceActionInvoker2< RuntimeObject*, Rotate_tE965CA0281A547AB38B881A3416FF97756D3F4D7* >::Invoke(0, il2cpp_rgctx_data(method->rgctx_data, 5), (RuntimeObject*)L_27, (RuntimeObject*)__this, L_28); goto IL_00e6; } catch(Il2CppExceptionWrapper& e) { __finallyBlock.StoreException(e.ex); } } IL_00e6: { goto IL_00f3; } IL_00e9: { PathVisitor_set_ReturnCode_mB5629AE0124C70E479D9C4D44A8E552DA8BA19E0_inline(__this, (int32_t)4, NULL); } IL_00f3: { goto IL_016c; } IL_00f6: { RuntimeObject* L_29 = ___0_properties; V_11 = ((RuntimeObject*)IsInst((RuntimeObject*)L_29, il2cpp_rgctx_data(method->rgctx_data, 9))); RuntimeObject* L_30 = V_11; if (!L_30) { goto IL_0116; } } { RuntimeObject* L_31 = V_11; Rotate_tE965CA0281A547AB38B881A3416FF97756D3F4D7* L_32 = ___1_container; RuntimeObject* L_33; L_33 = PropertyPathPart_get_Key_m08AAAD0EF82806F72CA10628E7B8EC15322E7E6A((&V_0), NULL); NullCheck(L_31); bool L_34; L_34 = InterfaceFuncInvoker3< bool, Rotate_tE965CA0281A547AB38B881A3416FF97756D3F4D7*, RuntimeObject*, RuntimeObject** >::Invoke(0, il2cpp_rgctx_data(method->rgctx_data, 9), L_31, L_32, L_33, (&V_1)); G_B22_0 = ((int32_t)(L_34)); goto IL_0117; } IL_0116: { G_B22_0 = 0; } IL_0117: { V_12 = (bool)G_B22_0; bool L_35 = V_12; if (!L_35) { goto IL_0155; } } { RuntimeObject* L_36 = V_1; RuntimeObject* L_37; L_37 = PathVisitor_get_Property_mA08B8FE123674A9F4529C9CEAC47F6E940846E9B_inline(__this, NULL); NullCheck(((RuntimeObject*)IsInst((RuntimeObject*)L_36, IAttributes_t699EF2D1D5A022C91D27888CE70518262A25928D_il2cpp_TypeInfo_var))); AttributesScope_t5A89FFE050A95DD67BD15C00A4D072EABAA376AE L_38; L_38 = InterfaceFuncInvoker1< AttributesScope_t5A89FFE050A95DD67BD15C00A4D072EABAA376AE, RuntimeObject* >::Invoke(4, IAttributes_t699EF2D1D5A022C91D27888CE70518262A25928D_il2cpp_TypeInfo_var, ((RuntimeObject*)IsInst((RuntimeObject*)L_36, IAttributes_t699EF2D1D5A022C91D27888CE70518262A25928D_il2cpp_TypeInfo_var)), ((RuntimeObject*)IsInst((RuntimeObject*)L_37, IAttributes_t699EF2D1D5A022C91D27888CE70518262A25928D_il2cpp_TypeInfo_var))); V_13 = L_38; } { auto __finallyBlock = il2cpp::utils::Finally([&] { FINALLY_0143: { AttributesScope_Dispose_mE479F4FB0D23FD296817DD79630432BD4675E15D((&V_13), NULL); return; } }); try { RuntimeObject* L_39 = V_1; Rotate_tE965CA0281A547AB38B881A3416FF97756D3F4D7* L_40 = ___1_container; NullCheck((RuntimeObject*)L_39); InterfaceActionInvoker2< RuntimeObject*, Rotate_tE965CA0281A547AB38B881A3416FF97756D3F4D7* >::Invoke(0, il2cpp_rgctx_data(method->rgctx_data, 5), (RuntimeObject*)L_39, (RuntimeObject*)__this, L_40); goto IL_0152; } catch(Il2CppExceptionWrapper& e) { __finallyBlock.StoreException(e.ex); } } IL_0152: { goto IL_015f; } IL_0155: { PathVisitor_set_ReturnCode_mB5629AE0124C70E479D9C4D44A8E552DA8BA19E0_inline(__this, (int32_t)4, NULL); } IL_015f: { goto IL_016c; } IL_0162: { PathVisitor_set_ReturnCode_mB5629AE0124C70E479D9C4D44A8E552DA8BA19E0_inline(__this, (int32_t)4, NULL); goto IL_016c; } IL_016c: { return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PathVisitor_Unity_Properties_IPropertyBagVisitor_Visit_TisScale_t5594C69C1AC9398B57ABF6C4FA0D4E791B7A4DC7_mF637FB3B593396B2317F0D3A6C3410DCAE2A8BD4_gshared (PathVisitor_tCD0947C41CDBDB774D22D560E5FFA01EF61C4446* __this, RuntimeObject* ___0_properties, Scale_t5594C69C1AC9398B57ABF6C4FA0D4E791B7A4DC7* ___1_container, const RuntimeMethod* method) { if (!il2cpp_rgctx_is_initialized(method)) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IAttributes_t699EF2D1D5A022C91D27888CE70518262A25928D_il2cpp_TypeInfo_var); il2cpp_rgctx_method_init(method); } PropertyPathPart_tFB308743948D2298957DC1898D90AF2ACFED9DFF V_0; memset((&V_0), 0, sizeof(V_0)); RuntimeObject* V_1 = NULL; PropertyPath_tA523CA2740853534DF6C009C588464B45A6D0A79 V_2; memset((&V_2), 0, sizeof(V_2)); int32_t V_3 = 0; int32_t V_4 = 0; int32_t V_5 = 0; RuntimeObject* V_6 = NULL; bool V_7 = false; RuntimeObject* V_8 = NULL; bool V_9 = false; AttributesScope_t5A89FFE050A95DD67BD15C00A4D072EABAA376AE V_10; memset((&V_10), 0, sizeof(V_10)); RuntimeObject* V_11 = NULL; bool V_12 = false; AttributesScope_t5A89FFE050A95DD67BD15C00A4D072EABAA376AE V_13; memset((&V_13), 0, sizeof(V_13)); int32_t G_B5_0 = 0; int32_t G_B12_0 = 0; int32_t G_B22_0 = 0; { PropertyPath_tA523CA2740853534DF6C009C588464B45A6D0A79 L_0; L_0 = PathVisitor_get_Path_m98A92F21C11F12C0C88EAC86D0F2E853DFBF9BD3_inline(__this, NULL); V_2 = L_0; int32_t L_1 = __this->___m_PathIndex; V_3 = L_1; int32_t L_2 = V_3; __this->___m_PathIndex = ((int32_t)il2cpp_codegen_add(L_2, 1)); int32_t L_3 = V_3; PropertyPathPart_tFB308743948D2298957DC1898D90AF2ACFED9DFF L_4; L_4 = PropertyPath_get_Item_mB0EFC5EAEB2A48E02906CDDC6435FDF4032EFAFD((&V_2), L_3, NULL); V_0 = L_4; int32_t L_5; L_5 = PropertyPathPart_get_Kind_m18581157E2924A9BF9FC8166CF98CBA468016541_inline((&V_0), NULL); V_5 = L_5; int32_t L_6 = V_5; V_4 = L_6; int32_t L_7 = V_4; switch (L_7) { case 0: { goto IL_0046; } case 1: { goto IL_008a; } case 2: { goto IL_00f6; } } } { goto IL_0162; } IL_0046: { RuntimeObject* L_8 = ___0_properties; V_6 = ((RuntimeObject*)IsInst((RuntimeObject*)L_8, il2cpp_rgctx_data(method->rgctx_data, 1))); RuntimeObject* L_9 = V_6; if (!L_9) { goto IL_0066; } } { RuntimeObject* L_10 = V_6; Scale_t5594C69C1AC9398B57ABF6C4FA0D4E791B7A4DC7* L_11 = ___1_container; String_t* L_12; L_12 = PropertyPathPart_get_Name_mFCEAE41CA7D7FAD0A0D7EB6D0B371AEAD7CE5A21((&V_0), NULL); NullCheck(L_10); bool L_13; L_13 = InterfaceFuncInvoker3< bool, Scale_t5594C69C1AC9398B57ABF6C4FA0D4E791B7A4DC7*, String_t*, RuntimeObject** >::Invoke(0, il2cpp_rgctx_data(method->rgctx_data, 1), L_10, L_11, L_12, (&V_1)); G_B5_0 = ((int32_t)(L_13)); goto IL_0067; } IL_0066: { G_B5_0 = 0; } IL_0067: { V_7 = (bool)G_B5_0; bool L_14 = V_7; if (!L_14) { goto IL_007a; } } { RuntimeObject* L_15 = V_1; Scale_t5594C69C1AC9398B57ABF6C4FA0D4E791B7A4DC7* L_16 = ___1_container; NullCheck((RuntimeObject*)L_15); InterfaceActionInvoker2< RuntimeObject*, Scale_t5594C69C1AC9398B57ABF6C4FA0D4E791B7A4DC7* >::Invoke(0, il2cpp_rgctx_data(method->rgctx_data, 5), (RuntimeObject*)L_15, (RuntimeObject*)__this, L_16); goto IL_0084; } IL_007a: { PathVisitor_set_ReturnCode_mB5629AE0124C70E479D9C4D44A8E552DA8BA19E0_inline(__this, (int32_t)4, NULL); } IL_0084: { goto IL_016c; } IL_008a: { RuntimeObject* L_17 = ___0_properties; V_8 = ((RuntimeObject*)IsInst((RuntimeObject*)L_17, il2cpp_rgctx_data(method->rgctx_data, 7))); RuntimeObject* L_18 = V_8; if (!L_18) { goto IL_00aa; } } { RuntimeObject* L_19 = V_8; Scale_t5594C69C1AC9398B57ABF6C4FA0D4E791B7A4DC7* L_20 = ___1_container; int32_t L_21; L_21 = PropertyPathPart_get_Index_mFCB3571720514B51BC7B373D45B19CCBD82FBF57((&V_0), NULL); NullCheck(L_19); bool L_22; L_22 = InterfaceFuncInvoker3< bool, Scale_t5594C69C1AC9398B57ABF6C4FA0D4E791B7A4DC7*, int32_t, RuntimeObject** >::Invoke(0, il2cpp_rgctx_data(method->rgctx_data, 7), L_19, L_20, L_21, (&V_1)); G_B12_0 = ((int32_t)(L_22)); goto IL_00ab; } IL_00aa: { G_B12_0 = 0; } IL_00ab: { V_9 = (bool)G_B12_0; bool L_23 = V_9; if (!L_23) { goto IL_00e9; } } { RuntimeObject* L_24 = V_1; RuntimeObject* L_25; L_25 = PathVisitor_get_Property_mA08B8FE123674A9F4529C9CEAC47F6E940846E9B_inline(__this, NULL); NullCheck(((RuntimeObject*)IsInst((RuntimeObject*)L_24, IAttributes_t699EF2D1D5A022C91D27888CE70518262A25928D_il2cpp_TypeInfo_var))); AttributesScope_t5A89FFE050A95DD67BD15C00A4D072EABAA376AE L_26; L_26 = InterfaceFuncInvoker1< AttributesScope_t5A89FFE050A95DD67BD15C00A4D072EABAA376AE, RuntimeObject* >::Invoke(4, IAttributes_t699EF2D1D5A022C91D27888CE70518262A25928D_il2cpp_TypeInfo_var, ((RuntimeObject*)IsInst((RuntimeObject*)L_24, IAttributes_t699EF2D1D5A022C91D27888CE70518262A25928D_il2cpp_TypeInfo_var)), ((RuntimeObject*)IsInst((RuntimeObject*)L_25, IAttributes_t699EF2D1D5A022C91D27888CE70518262A25928D_il2cpp_TypeInfo_var))); V_10 = L_26; } { auto __finallyBlock = il2cpp::utils::Finally([&] { FINALLY_00d7: { AttributesScope_Dispose_mE479F4FB0D23FD296817DD79630432BD4675E15D((&V_10), NULL); return; } }); try { RuntimeObject* L_27 = V_1; Scale_t5594C69C1AC9398B57ABF6C4FA0D4E791B7A4DC7* L_28 = ___1_container; NullCheck((RuntimeObject*)L_27); InterfaceActionInvoker2< RuntimeObject*, Scale_t5594C69C1AC9398B57ABF6C4FA0D4E791B7A4DC7* >::Invoke(0, il2cpp_rgctx_data(method->rgctx_data, 5), (RuntimeObject*)L_27, (RuntimeObject*)__this, L_28); goto IL_00e6; } catch(Il2CppExceptionWrapper& e) { __finallyBlock.StoreException(e.ex); } } IL_00e6: { goto IL_00f3; } IL_00e9: { PathVisitor_set_ReturnCode_mB5629AE0124C70E479D9C4D44A8E552DA8BA19E0_inline(__this, (int32_t)4, NULL); } IL_00f3: { goto IL_016c; } IL_00f6: { RuntimeObject* L_29 = ___0_properties; V_11 = ((RuntimeObject*)IsInst((RuntimeObject*)L_29, il2cpp_rgctx_data(method->rgctx_data, 9))); RuntimeObject* L_30 = V_11; if (!L_30) { goto IL_0116; } } { RuntimeObject* L_31 = V_11; Scale_t5594C69C1AC9398B57ABF6C4FA0D4E791B7A4DC7* L_32 = ___1_container; RuntimeObject* L_33; L_33 = PropertyPathPart_get_Key_m08AAAD0EF82806F72CA10628E7B8EC15322E7E6A((&V_0), NULL); NullCheck(L_31); bool L_34; L_34 = InterfaceFuncInvoker3< bool, Scale_t5594C69C1AC9398B57ABF6C4FA0D4E791B7A4DC7*, RuntimeObject*, RuntimeObject** >::Invoke(0, il2cpp_rgctx_data(method->rgctx_data, 9), L_31, L_32, L_33, (&V_1)); G_B22_0 = ((int32_t)(L_34)); goto IL_0117; } IL_0116: { G_B22_0 = 0; } IL_0117: { V_12 = (bool)G_B22_0; bool L_35 = V_12; if (!L_35) { goto IL_0155; } } { RuntimeObject* L_36 = V_1; RuntimeObject* L_37; L_37 = PathVisitor_get_Property_mA08B8FE123674A9F4529C9CEAC47F6E940846E9B_inline(__this, NULL); NullCheck(((RuntimeObject*)IsInst((RuntimeObject*)L_36, IAttributes_t699EF2D1D5A022C91D27888CE70518262A25928D_il2cpp_TypeInfo_var))); AttributesScope_t5A89FFE050A95DD67BD15C00A4D072EABAA376AE L_38; L_38 = InterfaceFuncInvoker1< AttributesScope_t5A89FFE050A95DD67BD15C00A4D072EABAA376AE, RuntimeObject* >::Invoke(4, IAttributes_t699EF2D1D5A022C91D27888CE70518262A25928D_il2cpp_TypeInfo_var, ((RuntimeObject*)IsInst((RuntimeObject*)L_36, IAttributes_t699EF2D1D5A022C91D27888CE70518262A25928D_il2cpp_TypeInfo_var)), ((RuntimeObject*)IsInst((RuntimeObject*)L_37, IAttributes_t699EF2D1D5A022C91D27888CE70518262A25928D_il2cpp_TypeInfo_var))); V_13 = L_38; } { auto __finallyBlock = il2cpp::utils::Finally([&] { FINALLY_0143: { AttributesScope_Dispose_mE479F4FB0D23FD296817DD79630432BD4675E15D((&V_13), NULL); return; } }); try { RuntimeObject* L_39 = V_1; Scale_t5594C69C1AC9398B57ABF6C4FA0D4E791B7A4DC7* L_40 = ___1_container; NullCheck((RuntimeObject*)L_39); InterfaceActionInvoker2< RuntimeObject*, Scale_t5594C69C1AC9398B57ABF6C4FA0D4E791B7A4DC7* >::Invoke(0, il2cpp_rgctx_data(method->rgctx_data, 5), (RuntimeObject*)L_39, (RuntimeObject*)__this, L_40); goto IL_0152; } catch(Il2CppExceptionWrapper& e) { __finallyBlock.StoreException(e.ex); } } IL_0152: { goto IL_015f; } IL_0155: { PathVisitor_set_ReturnCode_mB5629AE0124C70E479D9C4D44A8E552DA8BA19E0_inline(__this, (int32_t)4, NULL); } IL_015f: { goto IL_016c; } IL_0162: { PathVisitor_set_ReturnCode_mB5629AE0124C70E479D9C4D44A8E552DA8BA19E0_inline(__this, (int32_t)4, NULL); goto IL_016c; } IL_016c: { return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PathVisitor_Unity_Properties_IPropertyBagVisitor_Visit_TisStyleBackground_t28A4439F46056BAFA6F4450CD1DE8F333571C97B_m3EA26E78F7808B1525260D8542CDB1230C757464_gshared (PathVisitor_tCD0947C41CDBDB774D22D560E5FFA01EF61C4446* __this, RuntimeObject* ___0_properties, StyleBackground_t28A4439F46056BAFA6F4450CD1DE8F333571C97B* ___1_container, const RuntimeMethod* method) { if (!il2cpp_rgctx_is_initialized(method)) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IAttributes_t699EF2D1D5A022C91D27888CE70518262A25928D_il2cpp_TypeInfo_var); il2cpp_rgctx_method_init(method); } PropertyPathPart_tFB308743948D2298957DC1898D90AF2ACFED9DFF V_0; memset((&V_0), 0, sizeof(V_0)); RuntimeObject* V_1 = NULL; PropertyPath_tA523CA2740853534DF6C009C588464B45A6D0A79 V_2; memset((&V_2), 0, sizeof(V_2)); int32_t V_3 = 0; int32_t V_4 = 0; int32_t V_5 = 0; RuntimeObject* V_6 = NULL; bool V_7 = false; RuntimeObject* V_8 = NULL; bool V_9 = false; AttributesScope_t5A89FFE050A95DD67BD15C00A4D072EABAA376AE V_10; memset((&V_10), 0, sizeof(V_10)); RuntimeObject* V_11 = NULL; bool V_12 = false; AttributesScope_t5A89FFE050A95DD67BD15C00A4D072EABAA376AE V_13; memset((&V_13), 0, sizeof(V_13)); int32_t G_B5_0 = 0; int32_t G_B12_0 = 0; int32_t G_B22_0 = 0; { PropertyPath_tA523CA2740853534DF6C009C588464B45A6D0A79 L_0; L_0 = PathVisitor_get_Path_m98A92F21C11F12C0C88EAC86D0F2E853DFBF9BD3_inline(__this, NULL); V_2 = L_0; int32_t L_1 = __this->___m_PathIndex; V_3 = L_1; int32_t L_2 = V_3; __this->___m_PathIndex = ((int32_t)il2cpp_codegen_add(L_2, 1)); int32_t L_3 = V_3; PropertyPathPart_tFB308743948D2298957DC1898D90AF2ACFED9DFF L_4; L_4 = PropertyPath_get_Item_mB0EFC5EAEB2A48E02906CDDC6435FDF4032EFAFD((&V_2), L_3, NULL); V_0 = L_4; int32_t L_5; L_5 = PropertyPathPart_get_Kind_m18581157E2924A9BF9FC8166CF98CBA468016541_inline((&V_0), NULL); V_5 = L_5; int32_t L_6 = V_5; V_4 = L_6; int32_t L_7 = V_4; switch (L_7) { case 0: { goto IL_0046; } case 1: { goto IL_008a; } case 2: { goto IL_00f6; } } } { goto IL_0162; } IL_0046: { RuntimeObject* L_8 = ___0_properties; V_6 = ((RuntimeObject*)IsInst((RuntimeObject*)L_8, il2cpp_rgctx_data(method->rgctx_data, 1))); RuntimeObject* L_9 = V_6; if (!L_9) { goto IL_0066; } } { RuntimeObject* L_10 = V_6; StyleBackground_t28A4439F46056BAFA6F4450CD1DE8F333571C97B* L_11 = ___1_container; String_t* L_12; L_12 = PropertyPathPart_get_Name_mFCEAE41CA7D7FAD0A0D7EB6D0B371AEAD7CE5A21((&V_0), NULL); NullCheck(L_10); bool L_13; L_13 = InterfaceFuncInvoker3< bool, StyleBackground_t28A4439F46056BAFA6F4450CD1DE8F333571C97B*, String_t*, RuntimeObject** >::Invoke(0, il2cpp_rgctx_data(method->rgctx_data, 1), L_10, L_11, L_12, (&V_1)); G_B5_0 = ((int32_t)(L_13)); goto IL_0067; } IL_0066: { G_B5_0 = 0; } IL_0067: { V_7 = (bool)G_B5_0; bool L_14 = V_7; if (!L_14) { goto IL_007a; } } { RuntimeObject* L_15 = V_1; StyleBackground_t28A4439F46056BAFA6F4450CD1DE8F333571C97B* L_16 = ___1_container; NullCheck((RuntimeObject*)L_15); InterfaceActionInvoker2< RuntimeObject*, StyleBackground_t28A4439F46056BAFA6F4450CD1DE8F333571C97B* >::Invoke(0, il2cpp_rgctx_data(method->rgctx_data, 5), (RuntimeObject*)L_15, (RuntimeObject*)__this, L_16); goto IL_0084; } IL_007a: { PathVisitor_set_ReturnCode_mB5629AE0124C70E479D9C4D44A8E552DA8BA19E0_inline(__this, (int32_t)4, NULL); } IL_0084: { goto IL_016c; } IL_008a: { RuntimeObject* L_17 = ___0_properties; V_8 = ((RuntimeObject*)IsInst((RuntimeObject*)L_17, il2cpp_rgctx_data(method->rgctx_data, 7))); RuntimeObject* L_18 = V_8; if (!L_18) { goto IL_00aa; } } { RuntimeObject* L_19 = V_8; StyleBackground_t28A4439F46056BAFA6F4450CD1DE8F333571C97B* L_20 = ___1_container; int32_t L_21; L_21 = PropertyPathPart_get_Index_mFCB3571720514B51BC7B373D45B19CCBD82FBF57((&V_0), NULL); NullCheck(L_19); bool L_22; L_22 = InterfaceFuncInvoker3< bool, StyleBackground_t28A4439F46056BAFA6F4450CD1DE8F333571C97B*, int32_t, RuntimeObject** >::Invoke(0, il2cpp_rgctx_data(method->rgctx_data, 7), L_19, L_20, L_21, (&V_1)); G_B12_0 = ((int32_t)(L_22)); goto IL_00ab; } IL_00aa: { G_B12_0 = 0; } IL_00ab: { V_9 = (bool)G_B12_0; bool L_23 = V_9; if (!L_23) { goto IL_00e9; } } { RuntimeObject* L_24 = V_1; RuntimeObject* L_25; L_25 = PathVisitor_get_Property_mA08B8FE123674A9F4529C9CEAC47F6E940846E9B_inline(__this, NULL); NullCheck(((RuntimeObject*)IsInst((RuntimeObject*)L_24, IAttributes_t699EF2D1D5A022C91D27888CE70518262A25928D_il2cpp_TypeInfo_var))); AttributesScope_t5A89FFE050A95DD67BD15C00A4D072EABAA376AE L_26; L_26 = InterfaceFuncInvoker1< AttributesScope_t5A89FFE050A95DD67BD15C00A4D072EABAA376AE, RuntimeObject* >::Invoke(4, IAttributes_t699EF2D1D5A022C91D27888CE70518262A25928D_il2cpp_TypeInfo_var, ((RuntimeObject*)IsInst((RuntimeObject*)L_24, IAttributes_t699EF2D1D5A022C91D27888CE70518262A25928D_il2cpp_TypeInfo_var)), ((RuntimeObject*)IsInst((RuntimeObject*)L_25, IAttributes_t699EF2D1D5A022C91D27888CE70518262A25928D_il2cpp_TypeInfo_var))); V_10 = L_26; } { auto __finallyBlock = il2cpp::utils::Finally([&] { FINALLY_00d7: { AttributesScope_Dispose_mE479F4FB0D23FD296817DD79630432BD4675E15D((&V_10), NULL); return; } }); try { RuntimeObject* L_27 = V_1; StyleBackground_t28A4439F46056BAFA6F4450CD1DE8F333571C97B* L_28 = ___1_container; NullCheck((RuntimeObject*)L_27); InterfaceActionInvoker2< RuntimeObject*, StyleBackground_t28A4439F46056BAFA6F4450CD1DE8F333571C97B* >::Invoke(0, il2cpp_rgctx_data(method->rgctx_data, 5), (RuntimeObject*)L_27, (RuntimeObject*)__this, L_28); goto IL_00e6; } catch(Il2CppExceptionWrapper& e) { __finallyBlock.StoreException(e.ex); } } IL_00e6: { goto IL_00f3; } IL_00e9: { PathVisitor_set_ReturnCode_mB5629AE0124C70E479D9C4D44A8E552DA8BA19E0_inline(__this, (int32_t)4, NULL); } IL_00f3: { goto IL_016c; } IL_00f6: { RuntimeObject* L_29 = ___0_properties; V_11 = ((RuntimeObject*)IsInst((RuntimeObject*)L_29, il2cpp_rgctx_data(method->rgctx_data, 9))); RuntimeObject* L_30 = V_11; if (!L_30) { goto IL_0116; } } { RuntimeObject* L_31 = V_11; StyleBackground_t28A4439F46056BAFA6F4450CD1DE8F333571C97B* L_32 = ___1_container; RuntimeObject* L_33; L_33 = PropertyPathPart_get_Key_m08AAAD0EF82806F72CA10628E7B8EC15322E7E6A((&V_0), NULL); NullCheck(L_31); bool L_34; L_34 = InterfaceFuncInvoker3< bool, StyleBackground_t28A4439F46056BAFA6F4450CD1DE8F333571C97B*, RuntimeObject*, RuntimeObject** >::Invoke(0, il2cpp_rgctx_data(method->rgctx_data, 9), L_31, L_32, L_33, (&V_1)); G_B22_0 = ((int32_t)(L_34)); goto IL_0117; } IL_0116: { G_B22_0 = 0; } IL_0117: { V_12 = (bool)G_B22_0; bool L_35 = V_12; if (!L_35) { goto IL_0155; } } { RuntimeObject* L_36 = V_1; RuntimeObject* L_37; L_37 = PathVisitor_get_Property_mA08B8FE123674A9F4529C9CEAC47F6E940846E9B_inline(__this, NULL); NullCheck(((RuntimeObject*)IsInst((RuntimeObject*)L_36, IAttributes_t699EF2D1D5A022C91D27888CE70518262A25928D_il2cpp_TypeInfo_var))); AttributesScope_t5A89FFE050A95DD67BD15C00A4D072EABAA376AE L_38; L_38 = InterfaceFuncInvoker1< AttributesScope_t5A89FFE050A95DD67BD15C00A4D072EABAA376AE, RuntimeObject* >::Invoke(4, IAttributes_t699EF2D1D5A022C91D27888CE70518262A25928D_il2cpp_TypeInfo_var, ((RuntimeObject*)IsInst((RuntimeObject*)L_36, IAttributes_t699EF2D1D5A022C91D27888CE70518262A25928D_il2cpp_TypeInfo_var)), ((RuntimeObject*)IsInst((RuntimeObject*)L_37, IAttributes_t699EF2D1D5A022C91D27888CE70518262A25928D_il2cpp_TypeInfo_var))); V_13 = L_38; } { auto __finallyBlock = il2cpp::utils::Finally([&] { FINALLY_0143: { AttributesScope_Dispose_mE479F4FB0D23FD296817DD79630432BD4675E15D((&V_13), NULL); return; } }); try { RuntimeObject* L_39 = V_1; StyleBackground_t28A4439F46056BAFA6F4450CD1DE8F333571C97B* L_40 = ___1_container; NullCheck((RuntimeObject*)L_39); InterfaceActionInvoker2< RuntimeObject*, StyleBackground_t28A4439F46056BAFA6F4450CD1DE8F333571C97B* >::Invoke(0, il2cpp_rgctx_data(method->rgctx_data, 5), (RuntimeObject*)L_39, (RuntimeObject*)__this, L_40); goto IL_0152; } catch(Il2CppExceptionWrapper& e) { __finallyBlock.StoreException(e.ex); } } IL_0152: { goto IL_015f; } IL_0155: { PathVisitor_set_ReturnCode_mB5629AE0124C70E479D9C4D44A8E552DA8BA19E0_inline(__this, (int32_t)4, NULL); } IL_015f: { goto IL_016c; } IL_0162: { PathVisitor_set_ReturnCode_mB5629AE0124C70E479D9C4D44A8E552DA8BA19E0_inline(__this, (int32_t)4, NULL); goto IL_016c; } IL_016c: { return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PathVisitor_Unity_Properties_IPropertyBagVisitor_Visit_TisStyleBackgroundPosition_t707AF9D66EF808C1B1DE174CAB623D97A653C3F3_m1A32A7F8799DCAD993E3F1C842E67E080C304D0B_gshared (PathVisitor_tCD0947C41CDBDB774D22D560E5FFA01EF61C4446* __this, RuntimeObject* ___0_properties, StyleBackgroundPosition_t707AF9D66EF808C1B1DE174CAB623D97A653C3F3* ___1_container, const RuntimeMethod* method) { if (!il2cpp_rgctx_is_initialized(method)) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IAttributes_t699EF2D1D5A022C91D27888CE70518262A25928D_il2cpp_TypeInfo_var); il2cpp_rgctx_method_init(method); } PropertyPathPart_tFB308743948D2298957DC1898D90AF2ACFED9DFF V_0; memset((&V_0), 0, sizeof(V_0)); RuntimeObject* V_1 = NULL; PropertyPath_tA523CA2740853534DF6C009C588464B45A6D0A79 V_2; memset((&V_2), 0, sizeof(V_2)); int32_t V_3 = 0; int32_t V_4 = 0; int32_t V_5 = 0; RuntimeObject* V_6 = NULL; bool V_7 = false; RuntimeObject* V_8 = NULL; bool V_9 = false; AttributesScope_t5A89FFE050A95DD67BD15C00A4D072EABAA376AE V_10; memset((&V_10), 0, sizeof(V_10)); RuntimeObject* V_11 = NULL; bool V_12 = false; AttributesScope_t5A89FFE050A95DD67BD15C00A4D072EABAA376AE V_13; memset((&V_13), 0, sizeof(V_13)); int32_t G_B5_0 = 0; int32_t G_B12_0 = 0; int32_t G_B22_0 = 0; { PropertyPath_tA523CA2740853534DF6C009C588464B45A6D0A79 L_0; L_0 = PathVisitor_get_Path_m98A92F21C11F12C0C88EAC86D0F2E853DFBF9BD3_inline(__this, NULL); V_2 = L_0; int32_t L_1 = __this->___m_PathIndex; V_3 = L_1; int32_t L_2 = V_3; __this->___m_PathIndex = ((int32_t)il2cpp_codegen_add(L_2, 1)); int32_t L_3 = V_3; PropertyPathPart_tFB308743948D2298957DC1898D90AF2ACFED9DFF L_4; L_4 = PropertyPath_get_Item_mB0EFC5EAEB2A48E02906CDDC6435FDF4032EFAFD((&V_2), L_3, NULL); V_0 = L_4; int32_t L_5; L_5 = PropertyPathPart_get_Kind_m18581157E2924A9BF9FC8166CF98CBA468016541_inline((&V_0), NULL); V_5 = L_5; int32_t L_6 = V_5; V_4 = L_6; int32_t L_7 = V_4; switch (L_7) { case 0: { goto IL_0046; } case 1: { goto IL_008a; } case 2: { goto IL_00f6; } } } { goto IL_0162; } IL_0046: { RuntimeObject* L_8 = ___0_properties; V_6 = ((RuntimeObject*)IsInst((RuntimeObject*)L_8, il2cpp_rgctx_data(method->rgctx_data, 1))); RuntimeObject* L_9 = V_6; if (!L_9) { goto IL_0066; } } { RuntimeObject* L_10 = V_6; StyleBackgroundPosition_t707AF9D66EF808C1B1DE174CAB623D97A653C3F3* L_11 = ___1_container; String_t* L_12; L_12 = PropertyPathPart_get_Name_mFCEAE41CA7D7FAD0A0D7EB6D0B371AEAD7CE5A21((&V_0), NULL); NullCheck(L_10); bool L_13; L_13 = InterfaceFuncInvoker3< bool, StyleBackgroundPosition_t707AF9D66EF808C1B1DE174CAB623D97A653C3F3*, String_t*, RuntimeObject** >::Invoke(0, il2cpp_rgctx_data(method->rgctx_data, 1), L_10, L_11, L_12, (&V_1)); G_B5_0 = ((int32_t)(L_13)); goto IL_0067; } IL_0066: { G_B5_0 = 0; } IL_0067: { V_7 = (bool)G_B5_0; bool L_14 = V_7; if (!L_14) { goto IL_007a; } } { RuntimeObject* L_15 = V_1; StyleBackgroundPosition_t707AF9D66EF808C1B1DE174CAB623D97A653C3F3* L_16 = ___1_container; NullCheck((RuntimeObject*)L_15); InterfaceActionInvoker2< RuntimeObject*, StyleBackgroundPosition_t707AF9D66EF808C1B1DE174CAB623D97A653C3F3* >::Invoke(0, il2cpp_rgctx_data(method->rgctx_data, 5), (RuntimeObject*)L_15, (RuntimeObject*)__this, L_16); goto IL_0084; } IL_007a: { PathVisitor_set_ReturnCode_mB5629AE0124C70E479D9C4D44A8E552DA8BA19E0_inline(__this, (int32_t)4, NULL); } IL_0084: { goto IL_016c; } IL_008a: { RuntimeObject* L_17 = ___0_properties; V_8 = ((RuntimeObject*)IsInst((RuntimeObject*)L_17, il2cpp_rgctx_data(method->rgctx_data, 7))); RuntimeObject* L_18 = V_8; if (!L_18) { goto IL_00aa; } } { RuntimeObject* L_19 = V_8; StyleBackgroundPosition_t707AF9D66EF808C1B1DE174CAB623D97A653C3F3* L_20 = ___1_container; int32_t L_21; L_21 = PropertyPathPart_get_Index_mFCB3571720514B51BC7B373D45B19CCBD82FBF57((&V_0), NULL); NullCheck(L_19); bool L_22; L_22 = InterfaceFuncInvoker3< bool, StyleBackgroundPosition_t707AF9D66EF808C1B1DE174CAB623D97A653C3F3*, int32_t, RuntimeObject** >::Invoke(0, il2cpp_rgctx_data(method->rgctx_data, 7), L_19, L_20, L_21, (&V_1)); G_B12_0 = ((int32_t)(L_22)); goto IL_00ab; } IL_00aa: { G_B12_0 = 0; } IL_00ab: { V_9 = (bool)G_B12_0; bool L_23 = V_9; if (!L_23) { goto IL_00e9; } } { RuntimeObject* L_24 = V_1; RuntimeObject* L_25; L_25 = PathVisitor_get_Property_mA08B8FE123674A9F4529C9CEAC47F6E940846E9B_inline(__this, NULL); NullCheck(((RuntimeObject*)IsInst((RuntimeObject*)L_24, IAttributes_t699EF2D1D5A022C91D27888CE70518262A25928D_il2cpp_TypeInfo_var))); AttributesScope_t5A89FFE050A95DD67BD15C00A4D072EABAA376AE L_26; L_26 = InterfaceFuncInvoker1< AttributesScope_t5A89FFE050A95DD67BD15C00A4D072EABAA376AE, RuntimeObject* >::Invoke(4, IAttributes_t699EF2D1D5A022C91D27888CE70518262A25928D_il2cpp_TypeInfo_var, ((RuntimeObject*)IsInst((RuntimeObject*)L_24, IAttributes_t699EF2D1D5A022C91D27888CE70518262A25928D_il2cpp_TypeInfo_var)), ((RuntimeObject*)IsInst((RuntimeObject*)L_25, IAttributes_t699EF2D1D5A022C91D27888CE70518262A25928D_il2cpp_TypeInfo_var))); V_10 = L_26; } { auto __finallyBlock = il2cpp::utils::Finally([&] { FINALLY_00d7: { AttributesScope_Dispose_mE479F4FB0D23FD296817DD79630432BD4675E15D((&V_10), NULL); return; } }); try { RuntimeObject* L_27 = V_1; StyleBackgroundPosition_t707AF9D66EF808C1B1DE174CAB623D97A653C3F3* L_28 = ___1_container; NullCheck((RuntimeObject*)L_27); InterfaceActionInvoker2< RuntimeObject*, StyleBackgroundPosition_t707AF9D66EF808C1B1DE174CAB623D97A653C3F3* >::Invoke(0, il2cpp_rgctx_data(method->rgctx_data, 5), (RuntimeObject*)L_27, (RuntimeObject*)__this, L_28); goto IL_00e6; } catch(Il2CppExceptionWrapper& e) { __finallyBlock.StoreException(e.ex); } } IL_00e6: { goto IL_00f3; } IL_00e9: { PathVisitor_set_ReturnCode_mB5629AE0124C70E479D9C4D44A8E552DA8BA19E0_inline(__this, (int32_t)4, NULL); } IL_00f3: { goto IL_016c; } IL_00f6: { RuntimeObject* L_29 = ___0_properties; V_11 = ((RuntimeObject*)IsInst((RuntimeObject*)L_29, il2cpp_rgctx_data(method->rgctx_data, 9))); RuntimeObject* L_30 = V_11; if (!L_30) { goto IL_0116; } } { RuntimeObject* L_31 = V_11; StyleBackgroundPosition_t707AF9D66EF808C1B1DE174CAB623D97A653C3F3* L_32 = ___1_container; RuntimeObject* L_33; L_33 = PropertyPathPart_get_Key_m08AAAD0EF82806F72CA10628E7B8EC15322E7E6A((&V_0), NULL); NullCheck(L_31); bool L_34; L_34 = InterfaceFuncInvoker3< bool, StyleBackgroundPosition_t707AF9D66EF808C1B1DE174CAB623D97A653C3F3*, RuntimeObject*, RuntimeObject** >::Invoke(0, il2cpp_rgctx_data(method->rgctx_data, 9), L_31, L_32, L_33, (&V_1)); G_B22_0 = ((int32_t)(L_34)); goto IL_0117; } IL_0116: { G_B22_0 = 0; } IL_0117: { V_12 = (bool)G_B22_0; bool L_35 = V_12; if (!L_35) { goto IL_0155; } } { RuntimeObject* L_36 = V_1; RuntimeObject* L_37; L_37 = PathVisitor_get_Property_mA08B8FE123674A9F4529C9CEAC47F6E940846E9B_inline(__this, NULL); NullCheck(((RuntimeObject*)IsInst((RuntimeObject*)L_36, IAttributes_t699EF2D1D5A022C91D27888CE70518262A25928D_il2cpp_TypeInfo_var))); AttributesScope_t5A89FFE050A95DD67BD15C00A4D072EABAA376AE L_38; L_38 = InterfaceFuncInvoker1< AttributesScope_t5A89FFE050A95DD67BD15C00A4D072EABAA376AE, RuntimeObject* >::Invoke(4, IAttributes_t699EF2D1D5A022C91D27888CE70518262A25928D_il2cpp_TypeInfo_var, ((RuntimeObject*)IsInst((RuntimeObject*)L_36, IAttributes_t699EF2D1D5A022C91D27888CE70518262A25928D_il2cpp_TypeInfo_var)), ((RuntimeObject*)IsInst((RuntimeObject*)L_37, IAttributes_t699EF2D1D5A022C91D27888CE70518262A25928D_il2cpp_TypeInfo_var))); V_13 = L_38; } { auto __finallyBlock = il2cpp::utils::Finally([&] { FINALLY_0143: { AttributesScope_Dispose_mE479F4FB0D23FD296817DD79630432BD4675E15D((&V_13), NULL); return; } }); try { RuntimeObject* L_39 = V_1; StyleBackgroundPosition_t707AF9D66EF808C1B1DE174CAB623D97A653C3F3* L_40 = ___1_container; NullCheck((RuntimeObject*)L_39); InterfaceActionInvoker2< RuntimeObject*, StyleBackgroundPosition_t707AF9D66EF808C1B1DE174CAB623D97A653C3F3* >::Invoke(0, il2cpp_rgctx_data(method->rgctx_data, 5), (RuntimeObject*)L_39, (RuntimeObject*)__this, L_40); goto IL_0152; } catch(Il2CppExceptionWrapper& e) { __finallyBlock.StoreException(e.ex); } } IL_0152: { goto IL_015f; } IL_0155: { PathVisitor_set_ReturnCode_mB5629AE0124C70E479D9C4D44A8E552DA8BA19E0_inline(__this, (int32_t)4, NULL); } IL_015f: { goto IL_016c; } IL_0162: { PathVisitor_set_ReturnCode_mB5629AE0124C70E479D9C4D44A8E552DA8BA19E0_inline(__this, (int32_t)4, NULL); goto IL_016c; } IL_016c: { return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PathVisitor_Unity_Properties_IPropertyBagVisitor_Visit_TisStyleBackgroundRepeat_t38B84958D5608FAA86B06F513716444EA06DB866_m70EC4F0D01A015CBECA96E482D19AD88909A35AD_gshared (PathVisitor_tCD0947C41CDBDB774D22D560E5FFA01EF61C4446* __this, RuntimeObject* ___0_properties, StyleBackgroundRepeat_t38B84958D5608FAA86B06F513716444EA06DB866* ___1_container, const RuntimeMethod* method) { if (!il2cpp_rgctx_is_initialized(method)) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IAttributes_t699EF2D1D5A022C91D27888CE70518262A25928D_il2cpp_TypeInfo_var); il2cpp_rgctx_method_init(method); } PropertyPathPart_tFB308743948D2298957DC1898D90AF2ACFED9DFF V_0; memset((&V_0), 0, sizeof(V_0)); RuntimeObject* V_1 = NULL; PropertyPath_tA523CA2740853534DF6C009C588464B45A6D0A79 V_2; memset((&V_2), 0, sizeof(V_2)); int32_t V_3 = 0; int32_t V_4 = 0; int32_t V_5 = 0; RuntimeObject* V_6 = NULL; bool V_7 = false; RuntimeObject* V_8 = NULL; bool V_9 = false; AttributesScope_t5A89FFE050A95DD67BD15C00A4D072EABAA376AE V_10; memset((&V_10), 0, sizeof(V_10)); RuntimeObject* V_11 = NULL; bool V_12 = false; AttributesScope_t5A89FFE050A95DD67BD15C00A4D072EABAA376AE V_13; memset((&V_13), 0, sizeof(V_13)); int32_t G_B5_0 = 0; int32_t G_B12_0 = 0; int32_t G_B22_0 = 0; { PropertyPath_tA523CA2740853534DF6C009C588464B45A6D0A79 L_0; L_0 = PathVisitor_get_Path_m98A92F21C11F12C0C88EAC86D0F2E853DFBF9BD3_inline(__this, NULL); V_2 = L_0; int32_t L_1 = __this->___m_PathIndex; V_3 = L_1; int32_t L_2 = V_3; __this->___m_PathIndex = ((int32_t)il2cpp_codegen_add(L_2, 1)); int32_t L_3 = V_3; PropertyPathPart_tFB308743948D2298957DC1898D90AF2ACFED9DFF L_4; L_4 = PropertyPath_get_Item_mB0EFC5EAEB2A48E02906CDDC6435FDF4032EFAFD((&V_2), L_3, NULL); V_0 = L_4; int32_t L_5; L_5 = PropertyPathPart_get_Kind_m18581157E2924A9BF9FC8166CF98CBA468016541_inline((&V_0), NULL); V_5 = L_5; int32_t L_6 = V_5; V_4 = L_6; int32_t L_7 = V_4; switch (L_7) { case 0: { goto IL_0046; } case 1: { goto IL_008a; } case 2: { goto IL_00f6; } } } { goto IL_0162; } IL_0046: { RuntimeObject* L_8 = ___0_properties; V_6 = ((RuntimeObject*)IsInst((RuntimeObject*)L_8, il2cpp_rgctx_data(method->rgctx_data, 1))); RuntimeObject* L_9 = V_6; if (!L_9) { goto IL_0066; } } { RuntimeObject* L_10 = V_6; StyleBackgroundRepeat_t38B84958D5608FAA86B06F513716444EA06DB866* L_11 = ___1_container; String_t* L_12; L_12 = PropertyPathPart_get_Name_mFCEAE41CA7D7FAD0A0D7EB6D0B371AEAD7CE5A21((&V_0), NULL); NullCheck(L_10); bool L_13; L_13 = InterfaceFuncInvoker3< bool, StyleBackgroundRepeat_t38B84958D5608FAA86B06F513716444EA06DB866*, String_t*, RuntimeObject** >::Invoke(0, il2cpp_rgctx_data(method->rgctx_data, 1), L_10, L_11, L_12, (&V_1)); G_B5_0 = ((int32_t)(L_13)); goto IL_0067; } IL_0066: { G_B5_0 = 0; } IL_0067: { V_7 = (bool)G_B5_0; bool L_14 = V_7; if (!L_14) { goto IL_007a; } } { RuntimeObject* L_15 = V_1; StyleBackgroundRepeat_t38B84958D5608FAA86B06F513716444EA06DB866* L_16 = ___1_container; NullCheck((RuntimeObject*)L_15); InterfaceActionInvoker2< RuntimeObject*, StyleBackgroundRepeat_t38B84958D5608FAA86B06F513716444EA06DB866* >::Invoke(0, il2cpp_rgctx_data(method->rgctx_data, 5), (RuntimeObject*)L_15, (RuntimeObject*)__this, L_16); goto IL_0084; } IL_007a: { PathVisitor_set_ReturnCode_mB5629AE0124C70E479D9C4D44A8E552DA8BA19E0_inline(__this, (int32_t)4, NULL); } IL_0084: { goto IL_016c; } IL_008a: { RuntimeObject* L_17 = ___0_properties; V_8 = ((RuntimeObject*)IsInst((RuntimeObject*)L_17, il2cpp_rgctx_data(method->rgctx_data, 7))); RuntimeObject* L_18 = V_8; if (!L_18) { goto IL_00aa; } } { RuntimeObject* L_19 = V_8; StyleBackgroundRepeat_t38B84958D5608FAA86B06F513716444EA06DB866* L_20 = ___1_container; int32_t L_21; L_21 = PropertyPathPart_get_Index_mFCB3571720514B51BC7B373D45B19CCBD82FBF57((&V_0), NULL); NullCheck(L_19); bool L_22; L_22 = InterfaceFuncInvoker3< bool, StyleBackgroundRepeat_t38B84958D5608FAA86B06F513716444EA06DB866*, int32_t, RuntimeObject** >::Invoke(0, il2cpp_rgctx_data(method->rgctx_data, 7), L_19, L_20, L_21, (&V_1)); G_B12_0 = ((int32_t)(L_22)); goto IL_00ab; } IL_00aa: { G_B12_0 = 0; } IL_00ab: { V_9 = (bool)G_B12_0; bool L_23 = V_9; if (!L_23) { goto IL_00e9; } } { RuntimeObject* L_24 = V_1; RuntimeObject* L_25; L_25 = PathVisitor_get_Property_mA08B8FE123674A9F4529C9CEAC47F6E940846E9B_inline(__this, NULL); NullCheck(((RuntimeObject*)IsInst((RuntimeObject*)L_24, IAttributes_t699EF2D1D5A022C91D27888CE70518262A25928D_il2cpp_TypeInfo_var))); AttributesScope_t5A89FFE050A95DD67BD15C00A4D072EABAA376AE L_26; L_26 = InterfaceFuncInvoker1< AttributesScope_t5A89FFE050A95DD67BD15C00A4D072EABAA376AE, RuntimeObject* >::Invoke(4, IAttributes_t699EF2D1D5A022C91D27888CE70518262A25928D_il2cpp_TypeInfo_var, ((RuntimeObject*)IsInst((RuntimeObject*)L_24, IAttributes_t699EF2D1D5A022C91D27888CE70518262A25928D_il2cpp_TypeInfo_var)), ((RuntimeObject*)IsInst((RuntimeObject*)L_25, IAttributes_t699EF2D1D5A022C91D27888CE70518262A25928D_il2cpp_TypeInfo_var))); V_10 = L_26; } { auto __finallyBlock = il2cpp::utils::Finally([&] { FINALLY_00d7: { AttributesScope_Dispose_mE479F4FB0D23FD296817DD79630432BD4675E15D((&V_10), NULL); return; } }); try { RuntimeObject* L_27 = V_1; StyleBackgroundRepeat_t38B84958D5608FAA86B06F513716444EA06DB866* L_28 = ___1_container; NullCheck((RuntimeObject*)L_27); InterfaceActionInvoker2< RuntimeObject*, StyleBackgroundRepeat_t38B84958D5608FAA86B06F513716444EA06DB866* >::Invoke(0, il2cpp_rgctx_data(method->rgctx_data, 5), (RuntimeObject*)L_27, (RuntimeObject*)__this, L_28); goto IL_00e6; } catch(Il2CppExceptionWrapper& e) { __finallyBlock.StoreException(e.ex); } } IL_00e6: { goto IL_00f3; } IL_00e9: { PathVisitor_set_ReturnCode_mB5629AE0124C70E479D9C4D44A8E552DA8BA19E0_inline(__this, (int32_t)4, NULL); } IL_00f3: { goto IL_016c; } IL_00f6: { RuntimeObject* L_29 = ___0_properties; V_11 = ((RuntimeObject*)IsInst((RuntimeObject*)L_29, il2cpp_rgctx_data(method->rgctx_data, 9))); RuntimeObject* L_30 = V_11; if (!L_30) { goto IL_0116; } } { RuntimeObject* L_31 = V_11; StyleBackgroundRepeat_t38B84958D5608FAA86B06F513716444EA06DB866* L_32 = ___1_container; RuntimeObject* L_33; L_33 = PropertyPathPart_get_Key_m08AAAD0EF82806F72CA10628E7B8EC15322E7E6A((&V_0), NULL); NullCheck(L_31); bool L_34; L_34 = InterfaceFuncInvoker3< bool, StyleBackgroundRepeat_t38B84958D5608FAA86B06F513716444EA06DB866*, RuntimeObject*, RuntimeObject** >::Invoke(0, il2cpp_rgctx_data(method->rgctx_data, 9), L_31, L_32, L_33, (&V_1)); G_B22_0 = ((int32_t)(L_34)); goto IL_0117; } IL_0116: { G_B22_0 = 0; } IL_0117: { V_12 = (bool)G_B22_0; bool L_35 = V_12; if (!L_35) { goto IL_0155; } } { RuntimeObject* L_36 = V_1; RuntimeObject* L_37; L_37 = PathVisitor_get_Property_mA08B8FE123674A9F4529C9CEAC47F6E940846E9B_inline(__this, NULL); NullCheck(((RuntimeObject*)IsInst((RuntimeObject*)L_36, IAttributes_t699EF2D1D5A022C91D27888CE70518262A25928D_il2cpp_TypeInfo_var))); AttributesScope_t5A89FFE050A95DD67BD15C00A4D072EABAA376AE L_38; L_38 = InterfaceFuncInvoker1< AttributesScope_t5A89FFE050A95DD67BD15C00A4D072EABAA376AE, RuntimeObject* >::Invoke(4, IAttributes_t699EF2D1D5A022C91D27888CE70518262A25928D_il2cpp_TypeInfo_var, ((RuntimeObject*)IsInst((RuntimeObject*)L_36, IAttributes_t699EF2D1D5A022C91D27888CE70518262A25928D_il2cpp_TypeInfo_var)), ((RuntimeObject*)IsInst((RuntimeObject*)L_37, IAttributes_t699EF2D1D5A022C91D27888CE70518262A25928D_il2cpp_TypeInfo_var))); V_13 = L_38; } { auto __finallyBlock = il2cpp::utils::Finally([&] { FINALLY_0143: { AttributesScope_Dispose_mE479F4FB0D23FD296817DD79630432BD4675E15D((&V_13), NULL); return; } }); try { RuntimeObject* L_39 = V_1; StyleBackgroundRepeat_t38B84958D5608FAA86B06F513716444EA06DB866* L_40 = ___1_container; NullCheck((RuntimeObject*)L_39); InterfaceActionInvoker2< RuntimeObject*, StyleBackgroundRepeat_t38B84958D5608FAA86B06F513716444EA06DB866* >::Invoke(0, il2cpp_rgctx_data(method->rgctx_data, 5), (RuntimeObject*)L_39, (RuntimeObject*)__this, L_40); goto IL_0152; } catch(Il2CppExceptionWrapper& e) { __finallyBlock.StoreException(e.ex); } } IL_0152: { goto IL_015f; } IL_0155: { PathVisitor_set_ReturnCode_mB5629AE0124C70E479D9C4D44A8E552DA8BA19E0_inline(__this, (int32_t)4, NULL); } IL_015f: { goto IL_016c; } IL_0162: { PathVisitor_set_ReturnCode_mB5629AE0124C70E479D9C4D44A8E552DA8BA19E0_inline(__this, (int32_t)4, NULL); goto IL_016c; } IL_016c: { return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PathVisitor_Unity_Properties_IPropertyBagVisitor_Visit_TisStyleBackgroundSize_t0904929E2E236696CEC8DBD4B1082E8313F84008_mBECD934FD3E1E9EDC2367DED244DF3F44D5CAB7B_gshared (PathVisitor_tCD0947C41CDBDB774D22D560E5FFA01EF61C4446* __this, RuntimeObject* ___0_properties, StyleBackgroundSize_t0904929E2E236696CEC8DBD4B1082E8313F84008* ___1_container, const RuntimeMethod* method) { if (!il2cpp_rgctx_is_initialized(method)) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IAttributes_t699EF2D1D5A022C91D27888CE70518262A25928D_il2cpp_TypeInfo_var); il2cpp_rgctx_method_init(method); } PropertyPathPart_tFB308743948D2298957DC1898D90AF2ACFED9DFF V_0; memset((&V_0), 0, sizeof(V_0)); RuntimeObject* V_1 = NULL; PropertyPath_tA523CA2740853534DF6C009C588464B45A6D0A79 V_2; memset((&V_2), 0, sizeof(V_2)); int32_t V_3 = 0; int32_t V_4 = 0; int32_t V_5 = 0; RuntimeObject* V_6 = NULL; bool V_7 = false; RuntimeObject* V_8 = NULL; bool V_9 = false; AttributesScope_t5A89FFE050A95DD67BD15C00A4D072EABAA376AE V_10; memset((&V_10), 0, sizeof(V_10)); RuntimeObject* V_11 = NULL; bool V_12 = false; AttributesScope_t5A89FFE050A95DD67BD15C00A4D072EABAA376AE V_13; memset((&V_13), 0, sizeof(V_13)); int32_t G_B5_0 = 0; int32_t G_B12_0 = 0; int32_t G_B22_0 = 0; { PropertyPath_tA523CA2740853534DF6C009C588464B45A6D0A79 L_0; L_0 = PathVisitor_get_Path_m98A92F21C11F12C0C88EAC86D0F2E853DFBF9BD3_inline(__this, NULL); V_2 = L_0; int32_t L_1 = __this->___m_PathIndex; V_3 = L_1; int32_t L_2 = V_3; __this->___m_PathIndex = ((int32_t)il2cpp_codegen_add(L_2, 1)); int32_t L_3 = V_3; PropertyPathPart_tFB308743948D2298957DC1898D90AF2ACFED9DFF L_4; L_4 = PropertyPath_get_Item_mB0EFC5EAEB2A48E02906CDDC6435FDF4032EFAFD((&V_2), L_3, NULL); V_0 = L_4; int32_t L_5; L_5 = PropertyPathPart_get_Kind_m18581157E2924A9BF9FC8166CF98CBA468016541_inline((&V_0), NULL); V_5 = L_5; int32_t L_6 = V_5; V_4 = L_6; int32_t L_7 = V_4; switch (L_7) { case 0: { goto IL_0046; } case 1: { goto IL_008a; } case 2: { goto IL_00f6; } } } { goto IL_0162; } IL_0046: { RuntimeObject* L_8 = ___0_properties; V_6 = ((RuntimeObject*)IsInst((RuntimeObject*)L_8, il2cpp_rgctx_data(method->rgctx_data, 1))); RuntimeObject* L_9 = V_6; if (!L_9) { goto IL_0066; } } { RuntimeObject* L_10 = V_6; StyleBackgroundSize_t0904929E2E236696CEC8DBD4B1082E8313F84008* L_11 = ___1_container; String_t* L_12; L_12 = PropertyPathPart_get_Name_mFCEAE41CA7D7FAD0A0D7EB6D0B371AEAD7CE5A21((&V_0), NULL); NullCheck(L_10); bool L_13; L_13 = InterfaceFuncInvoker3< bool, StyleBackgroundSize_t0904929E2E236696CEC8DBD4B1082E8313F84008*, String_t*, RuntimeObject** >::Invoke(0, il2cpp_rgctx_data(method->rgctx_data, 1), L_10, L_11, L_12, (&V_1)); G_B5_0 = ((int32_t)(L_13)); goto IL_0067; } IL_0066: { G_B5_0 = 0; } IL_0067: { V_7 = (bool)G_B5_0; bool L_14 = V_7; if (!L_14) { goto IL_007a; } } { RuntimeObject* L_15 = V_1; StyleBackgroundSize_t0904929E2E236696CEC8DBD4B1082E8313F84008* L_16 = ___1_container; NullCheck((RuntimeObject*)L_15); InterfaceActionInvoker2< RuntimeObject*, StyleBackgroundSize_t0904929E2E236696CEC8DBD4B1082E8313F84008* >::Invoke(0, il2cpp_rgctx_data(method->rgctx_data, 5), (RuntimeObject*)L_15, (RuntimeObject*)__this, L_16); goto IL_0084; } IL_007a: { PathVisitor_set_ReturnCode_mB5629AE0124C70E479D9C4D44A8E552DA8BA19E0_inline(__this, (int32_t)4, NULL); } IL_0084: { goto IL_016c; } IL_008a: { RuntimeObject* L_17 = ___0_properties; V_8 = ((RuntimeObject*)IsInst((RuntimeObject*)L_17, il2cpp_rgctx_data(method->rgctx_data, 7))); RuntimeObject* L_18 = V_8; if (!L_18) { goto IL_00aa; } } { RuntimeObject* L_19 = V_8; StyleBackgroundSize_t0904929E2E236696CEC8DBD4B1082E8313F84008* L_20 = ___1_container; int32_t L_21; L_21 = PropertyPathPart_get_Index_mFCB3571720514B51BC7B373D45B19CCBD82FBF57((&V_0), NULL); NullCheck(L_19); bool L_22; L_22 = InterfaceFuncInvoker3< bool, StyleBackgroundSize_t0904929E2E236696CEC8DBD4B1082E8313F84008*, int32_t, RuntimeObject** >::Invoke(0, il2cpp_rgctx_data(method->rgctx_data, 7), L_19, L_20, L_21, (&V_1)); G_B12_0 = ((int32_t)(L_22)); goto IL_00ab; } IL_00aa: { G_B12_0 = 0; } IL_00ab: { V_9 = (bool)G_B12_0; bool L_23 = V_9; if (!L_23) { goto IL_00e9; } } { RuntimeObject* L_24 = V_1; RuntimeObject* L_25; L_25 = PathVisitor_get_Property_mA08B8FE123674A9F4529C9CEAC47F6E940846E9B_inline(__this, NULL); NullCheck(((RuntimeObject*)IsInst((RuntimeObject*)L_24, IAttributes_t699EF2D1D5A022C91D27888CE70518262A25928D_il2cpp_TypeInfo_var))); AttributesScope_t5A89FFE050A95DD67BD15C00A4D072EABAA376AE L_26; L_26 = InterfaceFuncInvoker1< AttributesScope_t5A89FFE050A95DD67BD15C00A4D072EABAA376AE, RuntimeObject* >::Invoke(4, IAttributes_t699EF2D1D5A022C91D27888CE70518262A25928D_il2cpp_TypeInfo_var, ((RuntimeObject*)IsInst((RuntimeObject*)L_24, IAttributes_t699EF2D1D5A022C91D27888CE70518262A25928D_il2cpp_TypeInfo_var)), ((RuntimeObject*)IsInst((RuntimeObject*)L_25, IAttributes_t699EF2D1D5A022C91D27888CE70518262A25928D_il2cpp_TypeInfo_var))); V_10 = L_26; } { auto __finallyBlock = il2cpp::utils::Finally([&] { FINALLY_00d7: { AttributesScope_Dispose_mE479F4FB0D23FD296817DD79630432BD4675E15D((&V_10), NULL); return; } }); try { RuntimeObject* L_27 = V_1; StyleBackgroundSize_t0904929E2E236696CEC8DBD4B1082E8313F84008* L_28 = ___1_container; NullCheck((RuntimeObject*)L_27); InterfaceActionInvoker2< RuntimeObject*, StyleBackgroundSize_t0904929E2E236696CEC8DBD4B1082E8313F84008* >::Invoke(0, il2cpp_rgctx_data(method->rgctx_data, 5), (RuntimeObject*)L_27, (RuntimeObject*)__this, L_28); goto IL_00e6; } catch(Il2CppExceptionWrapper& e) { __finallyBlock.StoreException(e.ex); } } IL_00e6: { goto IL_00f3; } IL_00e9: { PathVisitor_set_ReturnCode_mB5629AE0124C70E479D9C4D44A8E552DA8BA19E0_inline(__this, (int32_t)4, NULL); } IL_00f3: { goto IL_016c; } IL_00f6: { RuntimeObject* L_29 = ___0_properties; V_11 = ((RuntimeObject*)IsInst((RuntimeObject*)L_29, il2cpp_rgctx_data(method->rgctx_data, 9))); RuntimeObject* L_30 = V_11; if (!L_30) { goto IL_0116; } } { RuntimeObject* L_31 = V_11; StyleBackgroundSize_t0904929E2E236696CEC8DBD4B1082E8313F84008* L_32 = ___1_container; RuntimeObject* L_33; L_33 = PropertyPathPart_get_Key_m08AAAD0EF82806F72CA10628E7B8EC15322E7E6A((&V_0), NULL); NullCheck(L_31); bool L_34; L_34 = InterfaceFuncInvoker3< bool, StyleBackgroundSize_t0904929E2E236696CEC8DBD4B1082E8313F84008*, RuntimeObject*, RuntimeObject** >::Invoke(0, il2cpp_rgctx_data(method->rgctx_data, 9), L_31, L_32, L_33, (&V_1)); G_B22_0 = ((int32_t)(L_34)); goto IL_0117; } IL_0116: { G_B22_0 = 0; } IL_0117: { V_12 = (bool)G_B22_0; bool L_35 = V_12; if (!L_35) { goto IL_0155; } } { RuntimeObject* L_36 = V_1; RuntimeObject* L_37; L_37 = PathVisitor_get_Property_mA08B8FE123674A9F4529C9CEAC47F6E940846E9B_inline(__this, NULL); NullCheck(((RuntimeObject*)IsInst((RuntimeObject*)L_36, IAttributes_t699EF2D1D5A022C91D27888CE70518262A25928D_il2cpp_TypeInfo_var))); AttributesScope_t5A89FFE050A95DD67BD15C00A4D072EABAA376AE L_38; L_38 = InterfaceFuncInvoker1< AttributesScope_t5A89FFE050A95DD67BD15C00A4D072EABAA376AE, RuntimeObject* >::Invoke(4, IAttributes_t699EF2D1D5A022C91D27888CE70518262A25928D_il2cpp_TypeInfo_var, ((RuntimeObject*)IsInst((RuntimeObject*)L_36, IAttributes_t699EF2D1D5A022C91D27888CE70518262A25928D_il2cpp_TypeInfo_var)), ((RuntimeObject*)IsInst((RuntimeObject*)L_37, IAttributes_t699EF2D1D5A022C91D27888CE70518262A25928D_il2cpp_TypeInfo_var))); V_13 = L_38; } { auto __finallyBlock = il2cpp::utils::Finally([&] { FINALLY_0143: { AttributesScope_Dispose_mE479F4FB0D23FD296817DD79630432BD4675E15D((&V_13), NULL); return; } }); try { RuntimeObject* L_39 = V_1; StyleBackgroundSize_t0904929E2E236696CEC8DBD4B1082E8313F84008* L_40 = ___1_container; NullCheck((RuntimeObject*)L_39); InterfaceActionInvoker2< RuntimeObject*, StyleBackgroundSize_t0904929E2E236696CEC8DBD4B1082E8313F84008* >::Invoke(0, il2cpp_rgctx_data(method->rgctx_data, 5), (RuntimeObject*)L_39, (RuntimeObject*)__this, L_40); goto IL_0152; } catch(Il2CppExceptionWrapper& e) { __finallyBlock.StoreException(e.ex); } } IL_0152: { goto IL_015f; } IL_0155: { PathVisitor_set_ReturnCode_mB5629AE0124C70E479D9C4D44A8E552DA8BA19E0_inline(__this, (int32_t)4, NULL); } IL_015f: { goto IL_016c; } IL_0162: { PathVisitor_set_ReturnCode_mB5629AE0124C70E479D9C4D44A8E552DA8BA19E0_inline(__this, (int32_t)4, NULL); goto IL_016c; } IL_016c: { return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PathVisitor_Unity_Properties_IPropertyBagVisitor_Visit_TisStyleColor_tFC32BA34A15742AC48D6AACF8A137A6F71F04910_m087A4C698125FFAF67CD6BEB1C897C50D18891ED_gshared (PathVisitor_tCD0947C41CDBDB774D22D560E5FFA01EF61C4446* __this, RuntimeObject* ___0_properties, StyleColor_tFC32BA34A15742AC48D6AACF8A137A6F71F04910* ___1_container, const RuntimeMethod* method) { if (!il2cpp_rgctx_is_initialized(method)) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IAttributes_t699EF2D1D5A022C91D27888CE70518262A25928D_il2cpp_TypeInfo_var); il2cpp_rgctx_method_init(method); } PropertyPathPart_tFB308743948D2298957DC1898D90AF2ACFED9DFF V_0; memset((&V_0), 0, sizeof(V_0)); RuntimeObject* V_1 = NULL; PropertyPath_tA523CA2740853534DF6C009C588464B45A6D0A79 V_2; memset((&V_2), 0, sizeof(V_2)); int32_t V_3 = 0; int32_t V_4 = 0; int32_t V_5 = 0; RuntimeObject* V_6 = NULL; bool V_7 = false; RuntimeObject* V_8 = NULL; bool V_9 = false; AttributesScope_t5A89FFE050A95DD67BD15C00A4D072EABAA376AE V_10; memset((&V_10), 0, sizeof(V_10)); RuntimeObject* V_11 = NULL; bool V_12 = false; AttributesScope_t5A89FFE050A95DD67BD15C00A4D072EABAA376AE V_13; memset((&V_13), 0, sizeof(V_13)); int32_t G_B5_0 = 0; int32_t G_B12_0 = 0; int32_t G_B22_0 = 0; { PropertyPath_tA523CA2740853534DF6C009C588464B45A6D0A79 L_0; L_0 = PathVisitor_get_Path_m98A92F21C11F12C0C88EAC86D0F2E853DFBF9BD3_inline(__this, NULL); V_2 = L_0; int32_t L_1 = __this->___m_PathIndex; V_3 = L_1; int32_t L_2 = V_3; __this->___m_PathIndex = ((int32_t)il2cpp_codegen_add(L_2, 1)); int32_t L_3 = V_3; PropertyPathPart_tFB308743948D2298957DC1898D90AF2ACFED9DFF L_4; L_4 = PropertyPath_get_Item_mB0EFC5EAEB2A48E02906CDDC6435FDF4032EFAFD((&V_2), L_3, NULL); V_0 = L_4; int32_t L_5; L_5 = PropertyPathPart_get_Kind_m18581157E2924A9BF9FC8166CF98CBA468016541_inline((&V_0), NULL); V_5 = L_5; int32_t L_6 = V_5; V_4 = L_6; int32_t L_7 = V_4; switch (L_7) { case 0: { goto IL_0046; } case 1: { goto IL_008a; } case 2: { goto IL_00f6; } } } { goto IL_0162; } IL_0046: { RuntimeObject* L_8 = ___0_properties; V_6 = ((RuntimeObject*)IsInst((RuntimeObject*)L_8, il2cpp_rgctx_data(method->rgctx_data, 1))); RuntimeObject* L_9 = V_6; if (!L_9) { goto IL_0066; } } { RuntimeObject* L_10 = V_6; StyleColor_tFC32BA34A15742AC48D6AACF8A137A6F71F04910* L_11 = ___1_container; String_t* L_12; L_12 = PropertyPathPart_get_Name_mFCEAE41CA7D7FAD0A0D7EB6D0B371AEAD7CE5A21((&V_0), NULL); NullCheck(L_10); bool L_13; L_13 = InterfaceFuncInvoker3< bool, StyleColor_tFC32BA34A15742AC48D6AACF8A137A6F71F04910*, String_t*, RuntimeObject** >::Invoke(0, il2cpp_rgctx_data(method->rgctx_data, 1), L_10, L_11, L_12, (&V_1)); G_B5_0 = ((int32_t)(L_13)); goto IL_0067; } IL_0066: { G_B5_0 = 0; } IL_0067: { V_7 = (bool)G_B5_0; bool L_14 = V_7; if (!L_14) { goto IL_007a; } } { RuntimeObject* L_15 = V_1; StyleColor_tFC32BA34A15742AC48D6AACF8A137A6F71F04910* L_16 = ___1_container; NullCheck((RuntimeObject*)L_15); InterfaceActionInvoker2< RuntimeObject*, StyleColor_tFC32BA34A15742AC48D6AACF8A137A6F71F04910* >::Invoke(0, il2cpp_rgctx_data(method->rgctx_data, 5), (RuntimeObject*)L_15, (RuntimeObject*)__this, L_16); goto IL_0084; } IL_007a: { PathVisitor_set_ReturnCode_mB5629AE0124C70E479D9C4D44A8E552DA8BA19E0_inline(__this, (int32_t)4, NULL); } IL_0084: { goto IL_016c; } IL_008a: { RuntimeObject* L_17 = ___0_properties; V_8 = ((RuntimeObject*)IsInst((RuntimeObject*)L_17, il2cpp_rgctx_data(method->rgctx_data, 7))); RuntimeObject* L_18 = V_8; if (!L_18) { goto IL_00aa; } } { RuntimeObject* L_19 = V_8; StyleColor_tFC32BA34A15742AC48D6AACF8A137A6F71F04910* L_20 = ___1_container; int32_t L_21; L_21 = PropertyPathPart_get_Index_mFCB3571720514B51BC7B373D45B19CCBD82FBF57((&V_0), NULL); NullCheck(L_19); bool L_22; L_22 = InterfaceFuncInvoker3< bool, StyleColor_tFC32BA34A15742AC48D6AACF8A137A6F71F04910*, int32_t, RuntimeObject** >::Invoke(0, il2cpp_rgctx_data(method->rgctx_data, 7), L_19, L_20, L_21, (&V_1)); G_B12_0 = ((int32_t)(L_22)); goto IL_00ab; } IL_00aa: { G_B12_0 = 0; } IL_00ab: { V_9 = (bool)G_B12_0; bool L_23 = V_9; if (!L_23) { goto IL_00e9; } } { RuntimeObject* L_24 = V_1; RuntimeObject* L_25; L_25 = PathVisitor_get_Property_mA08B8FE123674A9F4529C9CEAC47F6E940846E9B_inline(__this, NULL); NullCheck(((RuntimeObject*)IsInst((RuntimeObject*)L_24, IAttributes_t699EF2D1D5A022C91D27888CE70518262A25928D_il2cpp_TypeInfo_var))); AttributesScope_t5A89FFE050A95DD67BD15C00A4D072EABAA376AE L_26; L_26 = InterfaceFuncInvoker1< AttributesScope_t5A89FFE050A95DD67BD15C00A4D072EABAA376AE, RuntimeObject* >::Invoke(4, IAttributes_t699EF2D1D5A022C91D27888CE70518262A25928D_il2cpp_TypeInfo_var, ((RuntimeObject*)IsInst((RuntimeObject*)L_24, IAttributes_t699EF2D1D5A022C91D27888CE70518262A25928D_il2cpp_TypeInfo_var)), ((RuntimeObject*)IsInst((RuntimeObject*)L_25, IAttributes_t699EF2D1D5A022C91D27888CE70518262A25928D_il2cpp_TypeInfo_var))); V_10 = L_26; } { auto __finallyBlock = il2cpp::utils::Finally([&] { FINALLY_00d7: { AttributesScope_Dispose_mE479F4FB0D23FD296817DD79630432BD4675E15D((&V_10), NULL); return; } }); try { RuntimeObject* L_27 = V_1; StyleColor_tFC32BA34A15742AC48D6AACF8A137A6F71F04910* L_28 = ___1_container; NullCheck((RuntimeObject*)L_27); InterfaceActionInvoker2< RuntimeObject*, StyleColor_tFC32BA34A15742AC48D6AACF8A137A6F71F04910* >::Invoke(0, il2cpp_rgctx_data(method->rgctx_data, 5), (RuntimeObject*)L_27, (RuntimeObject*)__this, L_28); goto IL_00e6; } catch(Il2CppExceptionWrapper& e) { __finallyBlock.StoreException(e.ex); } } IL_00e6: { goto IL_00f3; } IL_00e9: { PathVisitor_set_ReturnCode_mB5629AE0124C70E479D9C4D44A8E552DA8BA19E0_inline(__this, (int32_t)4, NULL); } IL_00f3: { goto IL_016c; } IL_00f6: { RuntimeObject* L_29 = ___0_properties; V_11 = ((RuntimeObject*)IsInst((RuntimeObject*)L_29, il2cpp_rgctx_data(method->rgctx_data, 9))); RuntimeObject* L_30 = V_11; if (!L_30) { goto IL_0116; } } { RuntimeObject* L_31 = V_11; StyleColor_tFC32BA34A15742AC48D6AACF8A137A6F71F04910* L_32 = ___1_container; RuntimeObject* L_33; L_33 = PropertyPathPart_get_Key_m08AAAD0EF82806F72CA10628E7B8EC15322E7E6A((&V_0), NULL); NullCheck(L_31); bool L_34; L_34 = InterfaceFuncInvoker3< bool, StyleColor_tFC32BA34A15742AC48D6AACF8A137A6F71F04910*, RuntimeObject*, RuntimeObject** >::Invoke(0, il2cpp_rgctx_data(method->rgctx_data, 9), L_31, L_32, L_33, (&V_1)); G_B22_0 = ((int32_t)(L_34)); goto IL_0117; } IL_0116: { G_B22_0 = 0; } IL_0117: { V_12 = (bool)G_B22_0; bool L_35 = V_12; if (!L_35) { goto IL_0155; } } { RuntimeObject* L_36 = V_1; RuntimeObject* L_37; L_37 = PathVisitor_get_Property_mA08B8FE123674A9F4529C9CEAC47F6E940846E9B_inline(__this, NULL); NullCheck(((RuntimeObject*)IsInst((RuntimeObject*)L_36, IAttributes_t699EF2D1D5A022C91D27888CE70518262A25928D_il2cpp_TypeInfo_var))); AttributesScope_t5A89FFE050A95DD67BD15C00A4D072EABAA376AE L_38; L_38 = InterfaceFuncInvoker1< AttributesScope_t5A89FFE050A95DD67BD15C00A4D072EABAA376AE, RuntimeObject* >::Invoke(4, IAttributes_t699EF2D1D5A022C91D27888CE70518262A25928D_il2cpp_TypeInfo_var, ((RuntimeObject*)IsInst((RuntimeObject*)L_36, IAttributes_t699EF2D1D5A022C91D27888CE70518262A25928D_il2cpp_TypeInfo_var)), ((RuntimeObject*)IsInst((RuntimeObject*)L_37, IAttributes_t699EF2D1D5A022C91D27888CE70518262A25928D_il2cpp_TypeInfo_var))); V_13 = L_38; } { auto __finallyBlock = il2cpp::utils::Finally([&] { FINALLY_0143: { AttributesScope_Dispose_mE479F4FB0D23FD296817DD79630432BD4675E15D((&V_13), NULL); return; } }); try { RuntimeObject* L_39 = V_1; StyleColor_tFC32BA34A15742AC48D6AACF8A137A6F71F04910* L_40 = ___1_container; NullCheck((RuntimeObject*)L_39); InterfaceActionInvoker2< RuntimeObject*, StyleColor_tFC32BA34A15742AC48D6AACF8A137A6F71F04910* >::Invoke(0, il2cpp_rgctx_data(method->rgctx_data, 5), (RuntimeObject*)L_39, (RuntimeObject*)__this, L_40); goto IL_0152; } catch(Il2CppExceptionWrapper& e) { __finallyBlock.StoreException(e.ex); } } IL_0152: { goto IL_015f; } IL_0155: { PathVisitor_set_ReturnCode_mB5629AE0124C70E479D9C4D44A8E552DA8BA19E0_inline(__this, (int32_t)4, NULL); } IL_015f: { goto IL_016c; } IL_0162: { PathVisitor_set_ReturnCode_mB5629AE0124C70E479D9C4D44A8E552DA8BA19E0_inline(__this, (int32_t)4, NULL); goto IL_016c; } IL_016c: { return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PathVisitor_Unity_Properties_IPropertyBagVisitor_Visit_TisStyleCursor_tE485E9D7E54AC3A3D514CD63313D77F75BD8C610_m7802CB6BD0332ABDAFBCD002B6083980CF481ECF_gshared (PathVisitor_tCD0947C41CDBDB774D22D560E5FFA01EF61C4446* __this, RuntimeObject* ___0_properties, StyleCursor_tE485E9D7E54AC3A3D514CD63313D77F75BD8C610* ___1_container, const RuntimeMethod* method) { if (!il2cpp_rgctx_is_initialized(method)) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IAttributes_t699EF2D1D5A022C91D27888CE70518262A25928D_il2cpp_TypeInfo_var); il2cpp_rgctx_method_init(method); } PropertyPathPart_tFB308743948D2298957DC1898D90AF2ACFED9DFF V_0; memset((&V_0), 0, sizeof(V_0)); RuntimeObject* V_1 = NULL; PropertyPath_tA523CA2740853534DF6C009C588464B45A6D0A79 V_2; memset((&V_2), 0, sizeof(V_2)); int32_t V_3 = 0; int32_t V_4 = 0; int32_t V_5 = 0; RuntimeObject* V_6 = NULL; bool V_7 = false; RuntimeObject* V_8 = NULL; bool V_9 = false; AttributesScope_t5A89FFE050A95DD67BD15C00A4D072EABAA376AE V_10; memset((&V_10), 0, sizeof(V_10)); RuntimeObject* V_11 = NULL; bool V_12 = false; AttributesScope_t5A89FFE050A95DD67BD15C00A4D072EABAA376AE V_13; memset((&V_13), 0, sizeof(V_13)); int32_t G_B5_0 = 0; int32_t G_B12_0 = 0; int32_t G_B22_0 = 0; { PropertyPath_tA523CA2740853534DF6C009C588464B45A6D0A79 L_0; L_0 = PathVisitor_get_Path_m98A92F21C11F12C0C88EAC86D0F2E853DFBF9BD3_inline(__this, NULL); V_2 = L_0; int32_t L_1 = __this->___m_PathIndex; V_3 = L_1; int32_t L_2 = V_3; __this->___m_PathIndex = ((int32_t)il2cpp_codegen_add(L_2, 1)); int32_t L_3 = V_3; PropertyPathPart_tFB308743948D2298957DC1898D90AF2ACFED9DFF L_4; L_4 = PropertyPath_get_Item_mB0EFC5EAEB2A48E02906CDDC6435FDF4032EFAFD((&V_2), L_3, NULL); V_0 = L_4; int32_t L_5; L_5 = PropertyPathPart_get_Kind_m18581157E2924A9BF9FC8166CF98CBA468016541_inline((&V_0), NULL); V_5 = L_5; int32_t L_6 = V_5; V_4 = L_6; int32_t L_7 = V_4; switch (L_7) { case 0: { goto IL_0046; } case 1: { goto IL_008a; } case 2: { goto IL_00f6; } } } { goto IL_0162; } IL_0046: { RuntimeObject* L_8 = ___0_properties; V_6 = ((RuntimeObject*)IsInst((RuntimeObject*)L_8, il2cpp_rgctx_data(method->rgctx_data, 1))); RuntimeObject* L_9 = V_6; if (!L_9) { goto IL_0066; } } { RuntimeObject* L_10 = V_6; StyleCursor_tE485E9D7E54AC3A3D514CD63313D77F75BD8C610* L_11 = ___1_container; String_t* L_12; L_12 = PropertyPathPart_get_Name_mFCEAE41CA7D7FAD0A0D7EB6D0B371AEAD7CE5A21((&V_0), NULL); NullCheck(L_10); bool L_13; L_13 = InterfaceFuncInvoker3< bool, StyleCursor_tE485E9D7E54AC3A3D514CD63313D77F75BD8C610*, String_t*, RuntimeObject** >::Invoke(0, il2cpp_rgctx_data(method->rgctx_data, 1), L_10, L_11, L_12, (&V_1)); G_B5_0 = ((int32_t)(L_13)); goto IL_0067; } IL_0066: { G_B5_0 = 0; } IL_0067: { V_7 = (bool)G_B5_0; bool L_14 = V_7; if (!L_14) { goto IL_007a; } } { RuntimeObject* L_15 = V_1; StyleCursor_tE485E9D7E54AC3A3D514CD63313D77F75BD8C610* L_16 = ___1_container; NullCheck((RuntimeObject*)L_15); InterfaceActionInvoker2< RuntimeObject*, StyleCursor_tE485E9D7E54AC3A3D514CD63313D77F75BD8C610* >::Invoke(0, il2cpp_rgctx_data(method->rgctx_data, 5), (RuntimeObject*)L_15, (RuntimeObject*)__this, L_16); goto IL_0084; } IL_007a: { PathVisitor_set_ReturnCode_mB5629AE0124C70E479D9C4D44A8E552DA8BA19E0_inline(__this, (int32_t)4, NULL); } IL_0084: { goto IL_016c; } IL_008a: { RuntimeObject* L_17 = ___0_properties; V_8 = ((RuntimeObject*)IsInst((RuntimeObject*)L_17, il2cpp_rgctx_data(method->rgctx_data, 7))); RuntimeObject* L_18 = V_8; if (!L_18) { goto IL_00aa; } } { RuntimeObject* L_19 = V_8; StyleCursor_tE485E9D7E54AC3A3D514CD63313D77F75BD8C610* L_20 = ___1_container; int32_t L_21; L_21 = PropertyPathPart_get_Index_mFCB3571720514B51BC7B373D45B19CCBD82FBF57((&V_0), NULL); NullCheck(L_19); bool L_22; L_22 = InterfaceFuncInvoker3< bool, StyleCursor_tE485E9D7E54AC3A3D514CD63313D77F75BD8C610*, int32_t, RuntimeObject** >::Invoke(0, il2cpp_rgctx_data(method->rgctx_data, 7), L_19, L_20, L_21, (&V_1)); G_B12_0 = ((int32_t)(L_22)); goto IL_00ab; } IL_00aa: { G_B12_0 = 0; } IL_00ab: { V_9 = (bool)G_B12_0; bool L_23 = V_9; if (!L_23) { goto IL_00e9; } } { RuntimeObject* L_24 = V_1; RuntimeObject* L_25; L_25 = PathVisitor_get_Property_mA08B8FE123674A9F4529C9CEAC47F6E940846E9B_inline(__this, NULL); NullCheck(((RuntimeObject*)IsInst((RuntimeObject*)L_24, IAttributes_t699EF2D1D5A022C91D27888CE70518262A25928D_il2cpp_TypeInfo_var))); AttributesScope_t5A89FFE050A95DD67BD15C00A4D072EABAA376AE L_26; L_26 = InterfaceFuncInvoker1< AttributesScope_t5A89FFE050A95DD67BD15C00A4D072EABAA376AE, RuntimeObject* >::Invoke(4, IAttributes_t699EF2D1D5A022C91D27888CE70518262A25928D_il2cpp_TypeInfo_var, ((RuntimeObject*)IsInst((RuntimeObject*)L_24, IAttributes_t699EF2D1D5A022C91D27888CE70518262A25928D_il2cpp_TypeInfo_var)), ((RuntimeObject*)IsInst((RuntimeObject*)L_25, IAttributes_t699EF2D1D5A022C91D27888CE70518262A25928D_il2cpp_TypeInfo_var))); V_10 = L_26; } { auto __finallyBlock = il2cpp::utils::Finally([&] { FINALLY_00d7: { AttributesScope_Dispose_mE479F4FB0D23FD296817DD79630432BD4675E15D((&V_10), NULL); return; } }); try { RuntimeObject* L_27 = V_1; StyleCursor_tE485E9D7E54AC3A3D514CD63313D77F75BD8C610* L_28 = ___1_container; NullCheck((RuntimeObject*)L_27); InterfaceActionInvoker2< RuntimeObject*, StyleCursor_tE485E9D7E54AC3A3D514CD63313D77F75BD8C610* >::Invoke(0, il2cpp_rgctx_data(method->rgctx_data, 5), (RuntimeObject*)L_27, (RuntimeObject*)__this, L_28); goto IL_00e6; } catch(Il2CppExceptionWrapper& e) { __finallyBlock.StoreException(e.ex); } } IL_00e6: { goto IL_00f3; } IL_00e9: { PathVisitor_set_ReturnCode_mB5629AE0124C70E479D9C4D44A8E552DA8BA19E0_inline(__this, (int32_t)4, NULL); } IL_00f3: { goto IL_016c; } IL_00f6: { RuntimeObject* L_29 = ___0_properties; V_11 = ((RuntimeObject*)IsInst((RuntimeObject*)L_29, il2cpp_rgctx_data(method->rgctx_data, 9))); RuntimeObject* L_30 = V_11; if (!L_30) { goto IL_0116; } } { RuntimeObject* L_31 = V_11; StyleCursor_tE485E9D7E54AC3A3D514CD63313D77F75BD8C610* L_32 = ___1_container; RuntimeObject* L_33; L_33 = PropertyPathPart_get_Key_m08AAAD0EF82806F72CA10628E7B8EC15322E7E6A((&V_0), NULL); NullCheck(L_31); bool L_34; L_34 = InterfaceFuncInvoker3< bool, StyleCursor_tE485E9D7E54AC3A3D514CD63313D77F75BD8C610*, RuntimeObject*, RuntimeObject** >::Invoke(0, il2cpp_rgctx_data(method->rgctx_data, 9), L_31, L_32, L_33, (&V_1)); G_B22_0 = ((int32_t)(L_34)); goto IL_0117; } IL_0116: { G_B22_0 = 0; } IL_0117: { V_12 = (bool)G_B22_0; bool L_35 = V_12; if (!L_35) { goto IL_0155; } } { RuntimeObject* L_36 = V_1; RuntimeObject* L_37; L_37 = PathVisitor_get_Property_mA08B8FE123674A9F4529C9CEAC47F6E940846E9B_inline(__this, NULL); NullCheck(((RuntimeObject*)IsInst((RuntimeObject*)L_36, IAttributes_t699EF2D1D5A022C91D27888CE70518262A25928D_il2cpp_TypeInfo_var))); AttributesScope_t5A89FFE050A95DD67BD15C00A4D072EABAA376AE L_38; L_38 = InterfaceFuncInvoker1< AttributesScope_t5A89FFE050A95DD67BD15C00A4D072EABAA376AE, RuntimeObject* >::Invoke(4, IAttributes_t699EF2D1D5A022C91D27888CE70518262A25928D_il2cpp_TypeInfo_var, ((RuntimeObject*)IsInst((RuntimeObject*)L_36, IAttributes_t699EF2D1D5A022C91D27888CE70518262A25928D_il2cpp_TypeInfo_var)), ((RuntimeObject*)IsInst((RuntimeObject*)L_37, IAttributes_t699EF2D1D5A022C91D27888CE70518262A25928D_il2cpp_TypeInfo_var))); V_13 = L_38; } { auto __finallyBlock = il2cpp::utils::Finally([&] { FINALLY_0143: { AttributesScope_Dispose_mE479F4FB0D23FD296817DD79630432BD4675E15D((&V_13), NULL); return; } }); try { RuntimeObject* L_39 = V_1; StyleCursor_tE485E9D7E54AC3A3D514CD63313D77F75BD8C610* L_40 = ___1_container; NullCheck((RuntimeObject*)L_39); InterfaceActionInvoker2< RuntimeObject*, StyleCursor_tE485E9D7E54AC3A3D514CD63313D77F75BD8C610* >::Invoke(0, il2cpp_rgctx_data(method->rgctx_data, 5), (RuntimeObject*)L_39, (RuntimeObject*)__this, L_40); goto IL_0152; } catch(Il2CppExceptionWrapper& e) { __finallyBlock.StoreException(e.ex); } } IL_0152: { goto IL_015f; } IL_0155: { PathVisitor_set_ReturnCode_mB5629AE0124C70E479D9C4D44A8E552DA8BA19E0_inline(__this, (int32_t)4, NULL); } IL_015f: { goto IL_016c; } IL_0162: { PathVisitor_set_ReturnCode_mB5629AE0124C70E479D9C4D44A8E552DA8BA19E0_inline(__this, (int32_t)4, NULL); goto IL_016c; } IL_016c: { return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PathVisitor_Unity_Properties_IPropertyBagVisitor_Visit_TisStyleFloat_t4A100BCCDC275C2302517C5858C9BE9EC43D4841_m0A70E62F81EEFA6AEB1FB1859F4D64F5048076AF_gshared (PathVisitor_tCD0947C41CDBDB774D22D560E5FFA01EF61C4446* __this, RuntimeObject* ___0_properties, StyleFloat_t4A100BCCDC275C2302517C5858C9BE9EC43D4841* ___1_container, const RuntimeMethod* method) { if (!il2cpp_rgctx_is_initialized(method)) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IAttributes_t699EF2D1D5A022C91D27888CE70518262A25928D_il2cpp_TypeInfo_var); il2cpp_rgctx_method_init(method); } PropertyPathPart_tFB308743948D2298957DC1898D90AF2ACFED9DFF V_0; memset((&V_0), 0, sizeof(V_0)); RuntimeObject* V_1 = NULL; PropertyPath_tA523CA2740853534DF6C009C588464B45A6D0A79 V_2; memset((&V_2), 0, sizeof(V_2)); int32_t V_3 = 0; int32_t V_4 = 0; int32_t V_5 = 0; RuntimeObject* V_6 = NULL; bool V_7 = false; RuntimeObject* V_8 = NULL; bool V_9 = false; AttributesScope_t5A89FFE050A95DD67BD15C00A4D072EABAA376AE V_10; memset((&V_10), 0, sizeof(V_10)); RuntimeObject* V_11 = NULL; bool V_12 = false; AttributesScope_t5A89FFE050A95DD67BD15C00A4D072EABAA376AE V_13; memset((&V_13), 0, sizeof(V_13)); int32_t G_B5_0 = 0; int32_t G_B12_0 = 0; int32_t G_B22_0 = 0; { PropertyPath_tA523CA2740853534DF6C009C588464B45A6D0A79 L_0; L_0 = PathVisitor_get_Path_m98A92F21C11F12C0C88EAC86D0F2E853DFBF9BD3_inline(__this, NULL); V_2 = L_0; int32_t L_1 = __this->___m_PathIndex; V_3 = L_1; int32_t L_2 = V_3; __this->___m_PathIndex = ((int32_t)il2cpp_codegen_add(L_2, 1)); int32_t L_3 = V_3; PropertyPathPart_tFB308743948D2298957DC1898D90AF2ACFED9DFF L_4; L_4 = PropertyPath_get_Item_mB0EFC5EAEB2A48E02906CDDC6435FDF4032EFAFD((&V_2), L_3, NULL); V_0 = L_4; int32_t L_5; L_5 = PropertyPathPart_get_Kind_m18581157E2924A9BF9FC8166CF98CBA468016541_inline((&V_0), NULL); V_5 = L_5; int32_t L_6 = V_5; V_4 = L_6; int32_t L_7 = V_4; switch (L_7) { case 0: { goto IL_0046; } case 1: { goto IL_008a; } case 2: { goto IL_00f6; } } } { goto IL_0162; } IL_0046: { RuntimeObject* L_8 = ___0_properties; V_6 = ((RuntimeObject*)IsInst((RuntimeObject*)L_8, il2cpp_rgctx_data(method->rgctx_data, 1))); RuntimeObject* L_9 = V_6; if (!L_9) { goto IL_0066; } } { RuntimeObject* L_10 = V_6; StyleFloat_t4A100BCCDC275C2302517C5858C9BE9EC43D4841* L_11 = ___1_container; String_t* L_12; L_12 = PropertyPathPart_get_Name_mFCEAE41CA7D7FAD0A0D7EB6D0B371AEAD7CE5A21((&V_0), NULL); NullCheck(L_10); bool L_13; L_13 = InterfaceFuncInvoker3< bool, StyleFloat_t4A100BCCDC275C2302517C5858C9BE9EC43D4841*, String_t*, RuntimeObject** >::Invoke(0, il2cpp_rgctx_data(method->rgctx_data, 1), L_10, L_11, L_12, (&V_1)); G_B5_0 = ((int32_t)(L_13)); goto IL_0067; } IL_0066: { G_B5_0 = 0; } IL_0067: { V_7 = (bool)G_B5_0; bool L_14 = V_7; if (!L_14) { goto IL_007a; } } { RuntimeObject* L_15 = V_1; StyleFloat_t4A100BCCDC275C2302517C5858C9BE9EC43D4841* L_16 = ___1_container; NullCheck((RuntimeObject*)L_15); InterfaceActionInvoker2< RuntimeObject*, StyleFloat_t4A100BCCDC275C2302517C5858C9BE9EC43D4841* >::Invoke(0, il2cpp_rgctx_data(method->rgctx_data, 5), (RuntimeObject*)L_15, (RuntimeObject*)__this, L_16); goto IL_0084; } IL_007a: { PathVisitor_set_ReturnCode_mB5629AE0124C70E479D9C4D44A8E552DA8BA19E0_inline(__this, (int32_t)4, NULL); } IL_0084: { goto IL_016c; } IL_008a: { RuntimeObject* L_17 = ___0_properties; V_8 = ((RuntimeObject*)IsInst((RuntimeObject*)L_17, il2cpp_rgctx_data(method->rgctx_data, 7))); RuntimeObject* L_18 = V_8; if (!L_18) { goto IL_00aa; } } { RuntimeObject* L_19 = V_8; StyleFloat_t4A100BCCDC275C2302517C5858C9BE9EC43D4841* L_20 = ___1_container; int32_t L_21; L_21 = PropertyPathPart_get_Index_mFCB3571720514B51BC7B373D45B19CCBD82FBF57((&V_0), NULL); NullCheck(L_19); bool L_22; L_22 = InterfaceFuncInvoker3< bool, StyleFloat_t4A100BCCDC275C2302517C5858C9BE9EC43D4841*, int32_t, RuntimeObject** >::Invoke(0, il2cpp_rgctx_data(method->rgctx_data, 7), L_19, L_20, L_21, (&V_1)); G_B12_0 = ((int32_t)(L_22)); goto IL_00ab; } IL_00aa: { G_B12_0 = 0; } IL_00ab: { V_9 = (bool)G_B12_0; bool L_23 = V_9; if (!L_23) { goto IL_00e9; } } { RuntimeObject* L_24 = V_1; RuntimeObject* L_25; L_25 = PathVisitor_get_Property_mA08B8FE123674A9F4529C9CEAC47F6E940846E9B_inline(__this, NULL); NullCheck(((RuntimeObject*)IsInst((RuntimeObject*)L_24, IAttributes_t699EF2D1D5A022C91D27888CE70518262A25928D_il2cpp_TypeInfo_var))); AttributesScope_t5A89FFE050A95DD67BD15C00A4D072EABAA376AE L_26; L_26 = InterfaceFuncInvoker1< AttributesScope_t5A89FFE050A95DD67BD15C00A4D072EABAA376AE, RuntimeObject* >::Invoke(4, IAttributes_t699EF2D1D5A022C91D27888CE70518262A25928D_il2cpp_TypeInfo_var, ((RuntimeObject*)IsInst((RuntimeObject*)L_24, IAttributes_t699EF2D1D5A022C91D27888CE70518262A25928D_il2cpp_TypeInfo_var)), ((RuntimeObject*)IsInst((RuntimeObject*)L_25, IAttributes_t699EF2D1D5A022C91D27888CE70518262A25928D_il2cpp_TypeInfo_var))); V_10 = L_26; } { auto __finallyBlock = il2cpp::utils::Finally([&] { FINALLY_00d7: { AttributesScope_Dispose_mE479F4FB0D23FD296817DD79630432BD4675E15D((&V_10), NULL); return; } }); try { RuntimeObject* L_27 = V_1; StyleFloat_t4A100BCCDC275C2302517C5858C9BE9EC43D4841* L_28 = ___1_container; NullCheck((RuntimeObject*)L_27); InterfaceActionInvoker2< RuntimeObject*, StyleFloat_t4A100BCCDC275C2302517C5858C9BE9EC43D4841* >::Invoke(0, il2cpp_rgctx_data(method->rgctx_data, 5), (RuntimeObject*)L_27, (RuntimeObject*)__this, L_28); goto IL_00e6; } catch(Il2CppExceptionWrapper& e) { __finallyBlock.StoreException(e.ex); } } IL_00e6: { goto IL_00f3; } IL_00e9: { PathVisitor_set_ReturnCode_mB5629AE0124C70E479D9C4D44A8E552DA8BA19E0_inline(__this, (int32_t)4, NULL); } IL_00f3: { goto IL_016c; } IL_00f6: { RuntimeObject* L_29 = ___0_properties; V_11 = ((RuntimeObject*)IsInst((RuntimeObject*)L_29, il2cpp_rgctx_data(method->rgctx_data, 9))); RuntimeObject* L_30 = V_11; if (!L_30) { goto IL_0116; } } { RuntimeObject* L_31 = V_11; StyleFloat_t4A100BCCDC275C2302517C5858C9BE9EC43D4841* L_32 = ___1_container; RuntimeObject* L_33; L_33 = PropertyPathPart_get_Key_m08AAAD0EF82806F72CA10628E7B8EC15322E7E6A((&V_0), NULL); NullCheck(L_31); bool L_34; L_34 = InterfaceFuncInvoker3< bool, StyleFloat_t4A100BCCDC275C2302517C5858C9BE9EC43D4841*, RuntimeObject*, RuntimeObject** >::Invoke(0, il2cpp_rgctx_data(method->rgctx_data, 9), L_31, L_32, L_33, (&V_1)); G_B22_0 = ((int32_t)(L_34)); goto IL_0117; } IL_0116: { G_B22_0 = 0; } IL_0117: { V_12 = (bool)G_B22_0; bool L_35 = V_12; if (!L_35) { goto IL_0155; } } { RuntimeObject* L_36 = V_1; RuntimeObject* L_37; L_37 = PathVisitor_get_Property_mA08B8FE123674A9F4529C9CEAC47F6E940846E9B_inline(__this, NULL); NullCheck(((RuntimeObject*)IsInst((RuntimeObject*)L_36, IAttributes_t699EF2D1D5A022C91D27888CE70518262A25928D_il2cpp_TypeInfo_var))); AttributesScope_t5A89FFE050A95DD67BD15C00A4D072EABAA376AE L_38; L_38 = InterfaceFuncInvoker1< AttributesScope_t5A89FFE050A95DD67BD15C00A4D072EABAA376AE, RuntimeObject* >::Invoke(4, IAttributes_t699EF2D1D5A022C91D27888CE70518262A25928D_il2cpp_TypeInfo_var, ((RuntimeObject*)IsInst((RuntimeObject*)L_36, IAttributes_t699EF2D1D5A022C91D27888CE70518262A25928D_il2cpp_TypeInfo_var)), ((RuntimeObject*)IsInst((RuntimeObject*)L_37, IAttributes_t699EF2D1D5A022C91D27888CE70518262A25928D_il2cpp_TypeInfo_var))); V_13 = L_38; } { auto __finallyBlock = il2cpp::utils::Finally([&] { FINALLY_0143: { AttributesScope_Dispose_mE479F4FB0D23FD296817DD79630432BD4675E15D((&V_13), NULL); return; } }); try { RuntimeObject* L_39 = V_1; StyleFloat_t4A100BCCDC275C2302517C5858C9BE9EC43D4841* L_40 = ___1_container; NullCheck((RuntimeObject*)L_39); InterfaceActionInvoker2< RuntimeObject*, StyleFloat_t4A100BCCDC275C2302517C5858C9BE9EC43D4841* >::Invoke(0, il2cpp_rgctx_data(method->rgctx_data, 5), (RuntimeObject*)L_39, (RuntimeObject*)__this, L_40); goto IL_0152; } catch(Il2CppExceptionWrapper& e) { __finallyBlock.StoreException(e.ex); } } IL_0152: { goto IL_015f; } IL_0155: { PathVisitor_set_ReturnCode_mB5629AE0124C70E479D9C4D44A8E552DA8BA19E0_inline(__this, (int32_t)4, NULL); } IL_015f: { goto IL_016c; } IL_0162: { PathVisitor_set_ReturnCode_mB5629AE0124C70E479D9C4D44A8E552DA8BA19E0_inline(__this, (int32_t)4, NULL); goto IL_016c; } IL_016c: { return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PathVisitor_Unity_Properties_IPropertyBagVisitor_Visit_TisStyleFont_t9D8A6F3E224B60FD8BA1522CE8AB0E2E8BE8B77C_mD1CAAEEAA93627445BC47DF2AFF9321DA3FF3F7A_gshared (PathVisitor_tCD0947C41CDBDB774D22D560E5FFA01EF61C4446* __this, RuntimeObject* ___0_properties, StyleFont_t9D8A6F3E224B60FD8BA1522CE8AB0E2E8BE8B77C* ___1_container, const RuntimeMethod* method) { if (!il2cpp_rgctx_is_initialized(method)) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IAttributes_t699EF2D1D5A022C91D27888CE70518262A25928D_il2cpp_TypeInfo_var); il2cpp_rgctx_method_init(method); } PropertyPathPart_tFB308743948D2298957DC1898D90AF2ACFED9DFF V_0; memset((&V_0), 0, sizeof(V_0)); RuntimeObject* V_1 = NULL; PropertyPath_tA523CA2740853534DF6C009C588464B45A6D0A79 V_2; memset((&V_2), 0, sizeof(V_2)); int32_t V_3 = 0; int32_t V_4 = 0; int32_t V_5 = 0; RuntimeObject* V_6 = NULL; bool V_7 = false; RuntimeObject* V_8 = NULL; bool V_9 = false; AttributesScope_t5A89FFE050A95DD67BD15C00A4D072EABAA376AE V_10; memset((&V_10), 0, sizeof(V_10)); RuntimeObject* V_11 = NULL; bool V_12 = false; AttributesScope_t5A89FFE050A95DD67BD15C00A4D072EABAA376AE V_13; memset((&V_13), 0, sizeof(V_13)); int32_t G_B5_0 = 0; int32_t G_B12_0 = 0; int32_t G_B22_0 = 0; { PropertyPath_tA523CA2740853534DF6C009C588464B45A6D0A79 L_0; L_0 = PathVisitor_get_Path_m98A92F21C11F12C0C88EAC86D0F2E853DFBF9BD3_inline(__this, NULL); V_2 = L_0; int32_t L_1 = __this->___m_PathIndex; V_3 = L_1; int32_t L_2 = V_3; __this->___m_PathIndex = ((int32_t)il2cpp_codegen_add(L_2, 1)); int32_t L_3 = V_3; PropertyPathPart_tFB308743948D2298957DC1898D90AF2ACFED9DFF L_4; L_4 = PropertyPath_get_Item_mB0EFC5EAEB2A48E02906CDDC6435FDF4032EFAFD((&V_2), L_3, NULL); V_0 = L_4; int32_t L_5; L_5 = PropertyPathPart_get_Kind_m18581157E2924A9BF9FC8166CF98CBA468016541_inline((&V_0), NULL); V_5 = L_5; int32_t L_6 = V_5; V_4 = L_6; int32_t L_7 = V_4; switch (L_7) { case 0: { goto IL_0046; } case 1: { goto IL_008a; } case 2: { goto IL_00f6; } } } { goto IL_0162; } IL_0046: { RuntimeObject* L_8 = ___0_properties; V_6 = ((RuntimeObject*)IsInst((RuntimeObject*)L_8, il2cpp_rgctx_data(method->rgctx_data, 1))); RuntimeObject* L_9 = V_6; if (!L_9) { goto IL_0066; } } { RuntimeObject* L_10 = V_6; StyleFont_t9D8A6F3E224B60FD8BA1522CE8AB0E2E8BE8B77C* L_11 = ___1_container; String_t* L_12; L_12 = PropertyPathPart_get_Name_mFCEAE41CA7D7FAD0A0D7EB6D0B371AEAD7CE5A21((&V_0), NULL); NullCheck(L_10); bool L_13; L_13 = InterfaceFuncInvoker3< bool, StyleFont_t9D8A6F3E224B60FD8BA1522CE8AB0E2E8BE8B77C*, String_t*, RuntimeObject** >::Invoke(0, il2cpp_rgctx_data(method->rgctx_data, 1), L_10, L_11, L_12, (&V_1)); G_B5_0 = ((int32_t)(L_13)); goto IL_0067; } IL_0066: { G_B5_0 = 0; } IL_0067: { V_7 = (bool)G_B5_0; bool L_14 = V_7; if (!L_14) { goto IL_007a; } } { RuntimeObject* L_15 = V_1; StyleFont_t9D8A6F3E224B60FD8BA1522CE8AB0E2E8BE8B77C* L_16 = ___1_container; NullCheck((RuntimeObject*)L_15); InterfaceActionInvoker2< RuntimeObject*, StyleFont_t9D8A6F3E224B60FD8BA1522CE8AB0E2E8BE8B77C* >::Invoke(0, il2cpp_rgctx_data(method->rgctx_data, 5), (RuntimeObject*)L_15, (RuntimeObject*)__this, L_16); goto IL_0084; } IL_007a: { PathVisitor_set_ReturnCode_mB5629AE0124C70E479D9C4D44A8E552DA8BA19E0_inline(__this, (int32_t)4, NULL); } IL_0084: { goto IL_016c; } IL_008a: { RuntimeObject* L_17 = ___0_properties; V_8 = ((RuntimeObject*)IsInst((RuntimeObject*)L_17, il2cpp_rgctx_data(method->rgctx_data, 7))); RuntimeObject* L_18 = V_8; if (!L_18) { goto IL_00aa; } } { RuntimeObject* L_19 = V_8; StyleFont_t9D8A6F3E224B60FD8BA1522CE8AB0E2E8BE8B77C* L_20 = ___1_container; int32_t L_21; L_21 = PropertyPathPart_get_Index_mFCB3571720514B51BC7B373D45B19CCBD82FBF57((&V_0), NULL); NullCheck(L_19); bool L_22; L_22 = InterfaceFuncInvoker3< bool, StyleFont_t9D8A6F3E224B60FD8BA1522CE8AB0E2E8BE8B77C*, int32_t, RuntimeObject** >::Invoke(0, il2cpp_rgctx_data(method->rgctx_data, 7), L_19, L_20, L_21, (&V_1)); G_B12_0 = ((int32_t)(L_22)); goto IL_00ab; } IL_00aa: { G_B12_0 = 0; } IL_00ab: { V_9 = (bool)G_B12_0; bool L_23 = V_9; if (!L_23) { goto IL_00e9; } } { RuntimeObject* L_24 = V_1; RuntimeObject* L_25; L_25 = PathVisitor_get_Property_mA08B8FE123674A9F4529C9CEAC47F6E940846E9B_inline(__this, NULL); NullCheck(((RuntimeObject*)IsInst((RuntimeObject*)L_24, IAttributes_t699EF2D1D5A022C91D27888CE70518262A25928D_il2cpp_TypeInfo_var))); AttributesScope_t5A89FFE050A95DD67BD15C00A4D072EABAA376AE L_26; L_26 = InterfaceFuncInvoker1< AttributesScope_t5A89FFE050A95DD67BD15C00A4D072EABAA376AE, RuntimeObject* >::Invoke(4, IAttributes_t699EF2D1D5A022C91D27888CE70518262A25928D_il2cpp_TypeInfo_var, ((RuntimeObject*)IsInst((RuntimeObject*)L_24, IAttributes_t699EF2D1D5A022C91D27888CE70518262A25928D_il2cpp_TypeInfo_var)), ((RuntimeObject*)IsInst((RuntimeObject*)L_25, IAttributes_t699EF2D1D5A022C91D27888CE70518262A25928D_il2cpp_TypeInfo_var))); V_10 = L_26; } { auto __finallyBlock = il2cpp::utils::Finally([&] { FINALLY_00d7: { AttributesScope_Dispose_mE479F4FB0D23FD296817DD79630432BD4675E15D((&V_10), NULL); return; } }); try { RuntimeObject* L_27 = V_1; StyleFont_t9D8A6F3E224B60FD8BA1522CE8AB0E2E8BE8B77C* L_28 = ___1_container; NullCheck((RuntimeObject*)L_27); InterfaceActionInvoker2< RuntimeObject*, StyleFont_t9D8A6F3E224B60FD8BA1522CE8AB0E2E8BE8B77C* >::Invoke(0, il2cpp_rgctx_data(method->rgctx_data, 5), (RuntimeObject*)L_27, (RuntimeObject*)__this, L_28); goto IL_00e6; } catch(Il2CppExceptionWrapper& e) { __finallyBlock.StoreException(e.ex); } } IL_00e6: { goto IL_00f3; } IL_00e9: { PathVisitor_set_ReturnCode_mB5629AE0124C70E479D9C4D44A8E552DA8BA19E0_inline(__this, (int32_t)4, NULL); } IL_00f3: { goto IL_016c; } IL_00f6: { RuntimeObject* L_29 = ___0_properties; V_11 = ((RuntimeObject*)IsInst((RuntimeObject*)L_29, il2cpp_rgctx_data(method->rgctx_data, 9))); RuntimeObject* L_30 = V_11; if (!L_30) { goto IL_0116; } } { RuntimeObject* L_31 = V_11; StyleFont_t9D8A6F3E224B60FD8BA1522CE8AB0E2E8BE8B77C* L_32 = ___1_container; RuntimeObject* L_33; L_33 = PropertyPathPart_get_Key_m08AAAD0EF82806F72CA10628E7B8EC15322E7E6A((&V_0), NULL); NullCheck(L_31); bool L_34; L_34 = InterfaceFuncInvoker3< bool, StyleFont_t9D8A6F3E224B60FD8BA1522CE8AB0E2E8BE8B77C*, RuntimeObject*, RuntimeObject** >::Invoke(0, il2cpp_rgctx_data(method->rgctx_data, 9), L_31, L_32, L_33, (&V_1)); G_B22_0 = ((int32_t)(L_34)); goto IL_0117; } IL_0116: { G_B22_0 = 0; } IL_0117: { V_12 = (bool)G_B22_0; bool L_35 = V_12; if (!L_35) { goto IL_0155; } } { RuntimeObject* L_36 = V_1; RuntimeObject* L_37; L_37 = PathVisitor_get_Property_mA08B8FE123674A9F4529C9CEAC47F6E940846E9B_inline(__this, NULL); NullCheck(((RuntimeObject*)IsInst((RuntimeObject*)L_36, IAttributes_t699EF2D1D5A022C91D27888CE70518262A25928D_il2cpp_TypeInfo_var))); AttributesScope_t5A89FFE050A95DD67BD15C00A4D072EABAA376AE L_38; L_38 = InterfaceFuncInvoker1< AttributesScope_t5A89FFE050A95DD67BD15C00A4D072EABAA376AE, RuntimeObject* >::Invoke(4, IAttributes_t699EF2D1D5A022C91D27888CE70518262A25928D_il2cpp_TypeInfo_var, ((RuntimeObject*)IsInst((RuntimeObject*)L_36, IAttributes_t699EF2D1D5A022C91D27888CE70518262A25928D_il2cpp_TypeInfo_var)), ((RuntimeObject*)IsInst((RuntimeObject*)L_37, IAttributes_t699EF2D1D5A022C91D27888CE70518262A25928D_il2cpp_TypeInfo_var))); V_13 = L_38; } { auto __finallyBlock = il2cpp::utils::Finally([&] { FINALLY_0143: { AttributesScope_Dispose_mE479F4FB0D23FD296817DD79630432BD4675E15D((&V_13), NULL); return; } }); try { RuntimeObject* L_39 = V_1; StyleFont_t9D8A6F3E224B60FD8BA1522CE8AB0E2E8BE8B77C* L_40 = ___1_container; NullCheck((RuntimeObject*)L_39); InterfaceActionInvoker2< RuntimeObject*, StyleFont_t9D8A6F3E224B60FD8BA1522CE8AB0E2E8BE8B77C* >::Invoke(0, il2cpp_rgctx_data(method->rgctx_data, 5), (RuntimeObject*)L_39, (RuntimeObject*)__this, L_40); goto IL_0152; } catch(Il2CppExceptionWrapper& e) { __finallyBlock.StoreException(e.ex); } } IL_0152: { goto IL_015f; } IL_0155: { PathVisitor_set_ReturnCode_mB5629AE0124C70E479D9C4D44A8E552DA8BA19E0_inline(__this, (int32_t)4, NULL); } IL_015f: { goto IL_016c; } IL_0162: { PathVisitor_set_ReturnCode_mB5629AE0124C70E479D9C4D44A8E552DA8BA19E0_inline(__this, (int32_t)4, NULL); goto IL_016c; } IL_016c: { return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PathVisitor_Unity_Properties_IPropertyBagVisitor_Visit_TisStyleFontDefinition_t0E1130277B322724A677D489018D219F014070F4_m82E1163312014F427FA69527D395D1F1B2A16A4B_gshared (PathVisitor_tCD0947C41CDBDB774D22D560E5FFA01EF61C4446* __this, RuntimeObject* ___0_properties, StyleFontDefinition_t0E1130277B322724A677D489018D219F014070F4* ___1_container, const RuntimeMethod* method) { if (!il2cpp_rgctx_is_initialized(method)) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IAttributes_t699EF2D1D5A022C91D27888CE70518262A25928D_il2cpp_TypeInfo_var); il2cpp_rgctx_method_init(method); } PropertyPathPart_tFB308743948D2298957DC1898D90AF2ACFED9DFF V_0; memset((&V_0), 0, sizeof(V_0)); RuntimeObject* V_1 = NULL; PropertyPath_tA523CA2740853534DF6C009C588464B45A6D0A79 V_2; memset((&V_2), 0, sizeof(V_2)); int32_t V_3 = 0; int32_t V_4 = 0; int32_t V_5 = 0; RuntimeObject* V_6 = NULL; bool V_7 = false; RuntimeObject* V_8 = NULL; bool V_9 = false; AttributesScope_t5A89FFE050A95DD67BD15C00A4D072EABAA376AE V_10; memset((&V_10), 0, sizeof(V_10)); RuntimeObject* V_11 = NULL; bool V_12 = false; AttributesScope_t5A89FFE050A95DD67BD15C00A4D072EABAA376AE V_13; memset((&V_13), 0, sizeof(V_13)); int32_t G_B5_0 = 0; int32_t G_B12_0 = 0; int32_t G_B22_0 = 0; { PropertyPath_tA523CA2740853534DF6C009C588464B45A6D0A79 L_0; L_0 = PathVisitor_get_Path_m98A92F21C11F12C0C88EAC86D0F2E853DFBF9BD3_inline(__this, NULL); V_2 = L_0; int32_t L_1 = __this->___m_PathIndex; V_3 = L_1; int32_t L_2 = V_3; __this->___m_PathIndex = ((int32_t)il2cpp_codegen_add(L_2, 1)); int32_t L_3 = V_3; PropertyPathPart_tFB308743948D2298957DC1898D90AF2ACFED9DFF L_4; L_4 = PropertyPath_get_Item_mB0EFC5EAEB2A48E02906CDDC6435FDF4032EFAFD((&V_2), L_3, NULL); V_0 = L_4; int32_t L_5; L_5 = PropertyPathPart_get_Kind_m18581157E2924A9BF9FC8166CF98CBA468016541_inline((&V_0), NULL); V_5 = L_5; int32_t L_6 = V_5; V_4 = L_6; int32_t L_7 = V_4; switch (L_7) { case 0: { goto IL_0046; } case 1: { goto IL_008a; } case 2: { goto IL_00f6; } } } { goto IL_0162; } IL_0046: { RuntimeObject* L_8 = ___0_properties; V_6 = ((RuntimeObject*)IsInst((RuntimeObject*)L_8, il2cpp_rgctx_data(method->rgctx_data, 1))); RuntimeObject* L_9 = V_6; if (!L_9) { goto IL_0066; } } { RuntimeObject* L_10 = V_6; StyleFontDefinition_t0E1130277B322724A677D489018D219F014070F4* L_11 = ___1_container; String_t* L_12; L_12 = PropertyPathPart_get_Name_mFCEAE41CA7D7FAD0A0D7EB6D0B371AEAD7CE5A21((&V_0), NULL); NullCheck(L_10); bool L_13; L_13 = InterfaceFuncInvoker3< bool, StyleFontDefinition_t0E1130277B322724A677D489018D219F014070F4*, String_t*, RuntimeObject** >::Invoke(0, il2cpp_rgctx_data(method->rgctx_data, 1), L_10, L_11, L_12, (&V_1)); G_B5_0 = ((int32_t)(L_13)); goto IL_0067; } IL_0066: { G_B5_0 = 0; } IL_0067: { V_7 = (bool)G_B5_0; bool L_14 = V_7; if (!L_14) { goto IL_007a; } } { RuntimeObject* L_15 = V_1; StyleFontDefinition_t0E1130277B322724A677D489018D219F014070F4* L_16 = ___1_container; NullCheck((RuntimeObject*)L_15); InterfaceActionInvoker2< RuntimeObject*, StyleFontDefinition_t0E1130277B322724A677D489018D219F014070F4* >::Invoke(0, il2cpp_rgctx_data(method->rgctx_data, 5), (RuntimeObject*)L_15, (RuntimeObject*)__this, L_16); goto IL_0084; } IL_007a: { PathVisitor_set_ReturnCode_mB5629AE0124C70E479D9C4D44A8E552DA8BA19E0_inline(__this, (int32_t)4, NULL); } IL_0084: { goto IL_016c; } IL_008a: { RuntimeObject* L_17 = ___0_properties; V_8 = ((RuntimeObject*)IsInst((RuntimeObject*)L_17, il2cpp_rgctx_data(method->rgctx_data, 7))); RuntimeObject* L_18 = V_8; if (!L_18) { goto IL_00aa; } } { RuntimeObject* L_19 = V_8; StyleFontDefinition_t0E1130277B322724A677D489018D219F014070F4* L_20 = ___1_container; int32_t L_21; L_21 = PropertyPathPart_get_Index_mFCB3571720514B51BC7B373D45B19CCBD82FBF57((&V_0), NULL); NullCheck(L_19); bool L_22; L_22 = InterfaceFuncInvoker3< bool, StyleFontDefinition_t0E1130277B322724A677D489018D219F014070F4*, int32_t, RuntimeObject** >::Invoke(0, il2cpp_rgctx_data(method->rgctx_data, 7), L_19, L_20, L_21, (&V_1)); G_B12_0 = ((int32_t)(L_22)); goto IL_00ab; } IL_00aa: { G_B12_0 = 0; } IL_00ab: { V_9 = (bool)G_B12_0; bool L_23 = V_9; if (!L_23) { goto IL_00e9; } } { RuntimeObject* L_24 = V_1; RuntimeObject* L_25; L_25 = PathVisitor_get_Property_mA08B8FE123674A9F4529C9CEAC47F6E940846E9B_inline(__this, NULL); NullCheck(((RuntimeObject*)IsInst((RuntimeObject*)L_24, IAttributes_t699EF2D1D5A022C91D27888CE70518262A25928D_il2cpp_TypeInfo_var))); AttributesScope_t5A89FFE050A95DD67BD15C00A4D072EABAA376AE L_26; L_26 = InterfaceFuncInvoker1< AttributesScope_t5A89FFE050A95DD67BD15C00A4D072EABAA376AE, RuntimeObject* >::Invoke(4, IAttributes_t699EF2D1D5A022C91D27888CE70518262A25928D_il2cpp_TypeInfo_var, ((RuntimeObject*)IsInst((RuntimeObject*)L_24, IAttributes_t699EF2D1D5A022C91D27888CE70518262A25928D_il2cpp_TypeInfo_var)), ((RuntimeObject*)IsInst((RuntimeObject*)L_25, IAttributes_t699EF2D1D5A022C91D27888CE70518262A25928D_il2cpp_TypeInfo_var))); V_10 = L_26; } { auto __finallyBlock = il2cpp::utils::Finally([&] { FINALLY_00d7: { AttributesScope_Dispose_mE479F4FB0D23FD296817DD79630432BD4675E15D((&V_10), NULL); return; } }); try { RuntimeObject* L_27 = V_1; StyleFontDefinition_t0E1130277B322724A677D489018D219F014070F4* L_28 = ___1_container; NullCheck((RuntimeObject*)L_27); InterfaceActionInvoker2< RuntimeObject*, StyleFontDefinition_t0E1130277B322724A677D489018D219F014070F4* >::Invoke(0, il2cpp_rgctx_data(method->rgctx_data, 5), (RuntimeObject*)L_27, (RuntimeObject*)__this, L_28); goto IL_00e6; } catch(Il2CppExceptionWrapper& e) { __finallyBlock.StoreException(e.ex); } } IL_00e6: { goto IL_00f3; } IL_00e9: { PathVisitor_set_ReturnCode_mB5629AE0124C70E479D9C4D44A8E552DA8BA19E0_inline(__this, (int32_t)4, NULL); } IL_00f3: { goto IL_016c; } IL_00f6: { RuntimeObject* L_29 = ___0_properties; V_11 = ((RuntimeObject*)IsInst((RuntimeObject*)L_29, il2cpp_rgctx_data(method->rgctx_data, 9))); RuntimeObject* L_30 = V_11; if (!L_30) { goto IL_0116; } } { RuntimeObject* L_31 = V_11; StyleFontDefinition_t0E1130277B322724A677D489018D219F014070F4* L_32 = ___1_container; RuntimeObject* L_33; L_33 = PropertyPathPart_get_Key_m08AAAD0EF82806F72CA10628E7B8EC15322E7E6A((&V_0), NULL); NullCheck(L_31); bool L_34; L_34 = InterfaceFuncInvoker3< bool, StyleFontDefinition_t0E1130277B322724A677D489018D219F014070F4*, RuntimeObject*, RuntimeObject** >::Invoke(0, il2cpp_rgctx_data(method->rgctx_data, 9), L_31, L_32, L_33, (&V_1)); G_B22_0 = ((int32_t)(L_34)); goto IL_0117; } IL_0116: { G_B22_0 = 0; } IL_0117: { V_12 = (bool)G_B22_0; bool L_35 = V_12; if (!L_35) { goto IL_0155; } } { RuntimeObject* L_36 = V_1; RuntimeObject* L_37; L_37 = PathVisitor_get_Property_mA08B8FE123674A9F4529C9CEAC47F6E940846E9B_inline(__this, NULL); NullCheck(((RuntimeObject*)IsInst((RuntimeObject*)L_36, IAttributes_t699EF2D1D5A022C91D27888CE70518262A25928D_il2cpp_TypeInfo_var))); AttributesScope_t5A89FFE050A95DD67BD15C00A4D072EABAA376AE L_38; L_38 = InterfaceFuncInvoker1< AttributesScope_t5A89FFE050A95DD67BD15C00A4D072EABAA376AE, RuntimeObject* >::Invoke(4, IAttributes_t699EF2D1D5A022C91D27888CE70518262A25928D_il2cpp_TypeInfo_var, ((RuntimeObject*)IsInst((RuntimeObject*)L_36, IAttributes_t699EF2D1D5A022C91D27888CE70518262A25928D_il2cpp_TypeInfo_var)), ((RuntimeObject*)IsInst((RuntimeObject*)L_37, IAttributes_t699EF2D1D5A022C91D27888CE70518262A25928D_il2cpp_TypeInfo_var))); V_13 = L_38; } { auto __finallyBlock = il2cpp::utils::Finally([&] { FINALLY_0143: { AttributesScope_Dispose_mE479F4FB0D23FD296817DD79630432BD4675E15D((&V_13), NULL); return; } }); try { RuntimeObject* L_39 = V_1; StyleFontDefinition_t0E1130277B322724A677D489018D219F014070F4* L_40 = ___1_container; NullCheck((RuntimeObject*)L_39); InterfaceActionInvoker2< RuntimeObject*, StyleFontDefinition_t0E1130277B322724A677D489018D219F014070F4* >::Invoke(0, il2cpp_rgctx_data(method->rgctx_data, 5), (RuntimeObject*)L_39, (RuntimeObject*)__this, L_40); goto IL_0152; } catch(Il2CppExceptionWrapper& e) { __finallyBlock.StoreException(e.ex); } } IL_0152: { goto IL_015f; } IL_0155: { PathVisitor_set_ReturnCode_mB5629AE0124C70E479D9C4D44A8E552DA8BA19E0_inline(__this, (int32_t)4, NULL); } IL_015f: { goto IL_016c; } IL_0162: { PathVisitor_set_ReturnCode_mB5629AE0124C70E479D9C4D44A8E552DA8BA19E0_inline(__this, (int32_t)4, NULL); goto IL_016c; } IL_016c: { return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PathVisitor_Unity_Properties_IPropertyBagVisitor_Visit_TisStyleInt_tDC5B2FE9B1ABA54EEF85A7798F321F40BDC8B25D_mC68B89261EA1BB8A1DC4C6A9150A9148B63E7369_gshared (PathVisitor_tCD0947C41CDBDB774D22D560E5FFA01EF61C4446* __this, RuntimeObject* ___0_properties, StyleInt_tDC5B2FE9B1ABA54EEF85A7798F321F40BDC8B25D* ___1_container, const RuntimeMethod* method) { if (!il2cpp_rgctx_is_initialized(method)) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IAttributes_t699EF2D1D5A022C91D27888CE70518262A25928D_il2cpp_TypeInfo_var); il2cpp_rgctx_method_init(method); } PropertyPathPart_tFB308743948D2298957DC1898D90AF2ACFED9DFF V_0; memset((&V_0), 0, sizeof(V_0)); RuntimeObject* V_1 = NULL; PropertyPath_tA523CA2740853534DF6C009C588464B45A6D0A79 V_2; memset((&V_2), 0, sizeof(V_2)); int32_t V_3 = 0; int32_t V_4 = 0; int32_t V_5 = 0; RuntimeObject* V_6 = NULL; bool V_7 = false; RuntimeObject* V_8 = NULL; bool V_9 = false; AttributesScope_t5A89FFE050A95DD67BD15C00A4D072EABAA376AE V_10; memset((&V_10), 0, sizeof(V_10)); RuntimeObject* V_11 = NULL; bool V_12 = false; AttributesScope_t5A89FFE050A95DD67BD15C00A4D072EABAA376AE V_13; memset((&V_13), 0, sizeof(V_13)); int32_t G_B5_0 = 0; int32_t G_B12_0 = 0; int32_t G_B22_0 = 0; { PropertyPath_tA523CA2740853534DF6C009C588464B45A6D0A79 L_0; L_0 = PathVisitor_get_Path_m98A92F21C11F12C0C88EAC86D0F2E853DFBF9BD3_inline(__this, NULL); V_2 = L_0; int32_t L_1 = __this->___m_PathIndex; V_3 = L_1; int32_t L_2 = V_3; __this->___m_PathIndex = ((int32_t)il2cpp_codegen_add(L_2, 1)); int32_t L_3 = V_3; PropertyPathPart_tFB308743948D2298957DC1898D90AF2ACFED9DFF L_4; L_4 = PropertyPath_get_Item_mB0EFC5EAEB2A48E02906CDDC6435FDF4032EFAFD((&V_2), L_3, NULL); V_0 = L_4; int32_t L_5; L_5 = PropertyPathPart_get_Kind_m18581157E2924A9BF9FC8166CF98CBA468016541_inline((&V_0), NULL); V_5 = L_5; int32_t L_6 = V_5; V_4 = L_6; int32_t L_7 = V_4; switch (L_7) { case 0: { goto IL_0046; } case 1: { goto IL_008a; } case 2: { goto IL_00f6; } } } { goto IL_0162; } IL_0046: { RuntimeObject* L_8 = ___0_properties; V_6 = ((RuntimeObject*)IsInst((RuntimeObject*)L_8, il2cpp_rgctx_data(method->rgctx_data, 1))); RuntimeObject* L_9 = V_6; if (!L_9) { goto IL_0066; } } { RuntimeObject* L_10 = V_6; StyleInt_tDC5B2FE9B1ABA54EEF85A7798F321F40BDC8B25D* L_11 = ___1_container; String_t* L_12; L_12 = PropertyPathPart_get_Name_mFCEAE41CA7D7FAD0A0D7EB6D0B371AEAD7CE5A21((&V_0), NULL); NullCheck(L_10); bool L_13; L_13 = InterfaceFuncInvoker3< bool, StyleInt_tDC5B2FE9B1ABA54EEF85A7798F321F40BDC8B25D*, String_t*, RuntimeObject** >::Invoke(0, il2cpp_rgctx_data(method->rgctx_data, 1), L_10, L_11, L_12, (&V_1)); G_B5_0 = ((int32_t)(L_13)); goto IL_0067; } IL_0066: { G_B5_0 = 0; } IL_0067: { V_7 = (bool)G_B5_0; bool L_14 = V_7; if (!L_14) { goto IL_007a; } } { RuntimeObject* L_15 = V_1; StyleInt_tDC5B2FE9B1ABA54EEF85A7798F321F40BDC8B25D* L_16 = ___1_container; NullCheck((RuntimeObject*)L_15); InterfaceActionInvoker2< RuntimeObject*, StyleInt_tDC5B2FE9B1ABA54EEF85A7798F321F40BDC8B25D* >::Invoke(0, il2cpp_rgctx_data(method->rgctx_data, 5), (RuntimeObject*)L_15, (RuntimeObject*)__this, L_16); goto IL_0084; } IL_007a: { PathVisitor_set_ReturnCode_mB5629AE0124C70E479D9C4D44A8E552DA8BA19E0_inline(__this, (int32_t)4, NULL); } IL_0084: { goto IL_016c; } IL_008a: { RuntimeObject* L_17 = ___0_properties; V_8 = ((RuntimeObject*)IsInst((RuntimeObject*)L_17, il2cpp_rgctx_data(method->rgctx_data, 7))); RuntimeObject* L_18 = V_8; if (!L_18) { goto IL_00aa; } } { RuntimeObject* L_19 = V_8; StyleInt_tDC5B2FE9B1ABA54EEF85A7798F321F40BDC8B25D* L_20 = ___1_container; int32_t L_21; L_21 = PropertyPathPart_get_Index_mFCB3571720514B51BC7B373D45B19CCBD82FBF57((&V_0), NULL); NullCheck(L_19); bool L_22; L_22 = InterfaceFuncInvoker3< bool, StyleInt_tDC5B2FE9B1ABA54EEF85A7798F321F40BDC8B25D*, int32_t, RuntimeObject** >::Invoke(0, il2cpp_rgctx_data(method->rgctx_data, 7), L_19, L_20, L_21, (&V_1)); G_B12_0 = ((int32_t)(L_22)); goto IL_00ab; } IL_00aa: { G_B12_0 = 0; } IL_00ab: { V_9 = (bool)G_B12_0; bool L_23 = V_9; if (!L_23) { goto IL_00e9; } } { RuntimeObject* L_24 = V_1; RuntimeObject* L_25; L_25 = PathVisitor_get_Property_mA08B8FE123674A9F4529C9CEAC47F6E940846E9B_inline(__this, NULL); NullCheck(((RuntimeObject*)IsInst((RuntimeObject*)L_24, IAttributes_t699EF2D1D5A022C91D27888CE70518262A25928D_il2cpp_TypeInfo_var))); AttributesScope_t5A89FFE050A95DD67BD15C00A4D072EABAA376AE L_26; L_26 = InterfaceFuncInvoker1< AttributesScope_t5A89FFE050A95DD67BD15C00A4D072EABAA376AE, RuntimeObject* >::Invoke(4, IAttributes_t699EF2D1D5A022C91D27888CE70518262A25928D_il2cpp_TypeInfo_var, ((RuntimeObject*)IsInst((RuntimeObject*)L_24, IAttributes_t699EF2D1D5A022C91D27888CE70518262A25928D_il2cpp_TypeInfo_var)), ((RuntimeObject*)IsInst((RuntimeObject*)L_25, IAttributes_t699EF2D1D5A022C91D27888CE70518262A25928D_il2cpp_TypeInfo_var))); V_10 = L_26; } { auto __finallyBlock = il2cpp::utils::Finally([&] { FINALLY_00d7: { AttributesScope_Dispose_mE479F4FB0D23FD296817DD79630432BD4675E15D((&V_10), NULL); return; } }); try { RuntimeObject* L_27 = V_1; StyleInt_tDC5B2FE9B1ABA54EEF85A7798F321F40BDC8B25D* L_28 = ___1_container; NullCheck((RuntimeObject*)L_27); InterfaceActionInvoker2< RuntimeObject*, StyleInt_tDC5B2FE9B1ABA54EEF85A7798F321F40BDC8B25D* >::Invoke(0, il2cpp_rgctx_data(method->rgctx_data, 5), (RuntimeObject*)L_27, (RuntimeObject*)__this, L_28); goto IL_00e6; } catch(Il2CppExceptionWrapper& e) { __finallyBlock.StoreException(e.ex); } } IL_00e6: { goto IL_00f3; } IL_00e9: { PathVisitor_set_ReturnCode_mB5629AE0124C70E479D9C4D44A8E552DA8BA19E0_inline(__this, (int32_t)4, NULL); } IL_00f3: { goto IL_016c; } IL_00f6: { RuntimeObject* L_29 = ___0_properties; V_11 = ((RuntimeObject*)IsInst((RuntimeObject*)L_29, il2cpp_rgctx_data(method->rgctx_data, 9))); RuntimeObject* L_30 = V_11; if (!L_30) { goto IL_0116; } } { RuntimeObject* L_31 = V_11; StyleInt_tDC5B2FE9B1ABA54EEF85A7798F321F40BDC8B25D* L_32 = ___1_container; RuntimeObject* L_33; L_33 = PropertyPathPart_get_Key_m08AAAD0EF82806F72CA10628E7B8EC15322E7E6A((&V_0), NULL); NullCheck(L_31); bool L_34; L_34 = InterfaceFuncInvoker3< bool, StyleInt_tDC5B2FE9B1ABA54EEF85A7798F321F40BDC8B25D*, RuntimeObject*, RuntimeObject** >::Invoke(0, il2cpp_rgctx_data(method->rgctx_data, 9), L_31, L_32, L_33, (&V_1)); G_B22_0 = ((int32_t)(L_34)); goto IL_0117; } IL_0116: { G_B22_0 = 0; } IL_0117: { V_12 = (bool)G_B22_0; bool L_35 = V_12; if (!L_35) { goto IL_0155; } } { RuntimeObject* L_36 = V_1; RuntimeObject* L_37; L_37 = PathVisitor_get_Property_mA08B8FE123674A9F4529C9CEAC47F6E940846E9B_inline(__this, NULL); NullCheck(((RuntimeObject*)IsInst((RuntimeObject*)L_36, IAttributes_t699EF2D1D5A022C91D27888CE70518262A25928D_il2cpp_TypeInfo_var))); AttributesScope_t5A89FFE050A95DD67BD15C00A4D072EABAA376AE L_38; L_38 = InterfaceFuncInvoker1< AttributesScope_t5A89FFE050A95DD67BD15C00A4D072EABAA376AE, RuntimeObject* >::Invoke(4, IAttributes_t699EF2D1D5A022C91D27888CE70518262A25928D_il2cpp_TypeInfo_var, ((RuntimeObject*)IsInst((RuntimeObject*)L_36, IAttributes_t699EF2D1D5A022C91D27888CE70518262A25928D_il2cpp_TypeInfo_var)), ((RuntimeObject*)IsInst((RuntimeObject*)L_37, IAttributes_t699EF2D1D5A022C91D27888CE70518262A25928D_il2cpp_TypeInfo_var))); V_13 = L_38; } { auto __finallyBlock = il2cpp::utils::Finally([&] { FINALLY_0143: { AttributesScope_Dispose_mE479F4FB0D23FD296817DD79630432BD4675E15D((&V_13), NULL); return; } }); try { RuntimeObject* L_39 = V_1; StyleInt_tDC5B2FE9B1ABA54EEF85A7798F321F40BDC8B25D* L_40 = ___1_container; NullCheck((RuntimeObject*)L_39); InterfaceActionInvoker2< RuntimeObject*, StyleInt_tDC5B2FE9B1ABA54EEF85A7798F321F40BDC8B25D* >::Invoke(0, il2cpp_rgctx_data(method->rgctx_data, 5), (RuntimeObject*)L_39, (RuntimeObject*)__this, L_40); goto IL_0152; } catch(Il2CppExceptionWrapper& e) { __finallyBlock.StoreException(e.ex); } } IL_0152: { goto IL_015f; } IL_0155: { PathVisitor_set_ReturnCode_mB5629AE0124C70E479D9C4D44A8E552DA8BA19E0_inline(__this, (int32_t)4, NULL); } IL_015f: { goto IL_016c; } IL_0162: { PathVisitor_set_ReturnCode_mB5629AE0124C70E479D9C4D44A8E552DA8BA19E0_inline(__this, (int32_t)4, NULL); goto IL_016c; } IL_016c: { return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PathVisitor_Unity_Properties_IPropertyBagVisitor_Visit_TisStyleLength_tF02B24735FC88BE29BEB36F7A87709CA28AF72D8_m483FD952658280DFA2D296C9549CA875ED22FF42_gshared (PathVisitor_tCD0947C41CDBDB774D22D560E5FFA01EF61C4446* __this, RuntimeObject* ___0_properties, StyleLength_tF02B24735FC88BE29BEB36F7A87709CA28AF72D8* ___1_container, const RuntimeMethod* method) { if (!il2cpp_rgctx_is_initialized(method)) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IAttributes_t699EF2D1D5A022C91D27888CE70518262A25928D_il2cpp_TypeInfo_var); il2cpp_rgctx_method_init(method); } PropertyPathPart_tFB308743948D2298957DC1898D90AF2ACFED9DFF V_0; memset((&V_0), 0, sizeof(V_0)); RuntimeObject* V_1 = NULL; PropertyPath_tA523CA2740853534DF6C009C588464B45A6D0A79 V_2; memset((&V_2), 0, sizeof(V_2)); int32_t V_3 = 0; int32_t V_4 = 0; int32_t V_5 = 0; RuntimeObject* V_6 = NULL; bool V_7 = false; RuntimeObject* V_8 = NULL; bool V_9 = false; AttributesScope_t5A89FFE050A95DD67BD15C00A4D072EABAA376AE V_10; memset((&V_10), 0, sizeof(V_10)); RuntimeObject* V_11 = NULL; bool V_12 = false; AttributesScope_t5A89FFE050A95DD67BD15C00A4D072EABAA376AE V_13; memset((&V_13), 0, sizeof(V_13)); int32_t G_B5_0 = 0; int32_t G_B12_0 = 0; int32_t G_B22_0 = 0; { PropertyPath_tA523CA2740853534DF6C009C588464B45A6D0A79 L_0; L_0 = PathVisitor_get_Path_m98A92F21C11F12C0C88EAC86D0F2E853DFBF9BD3_inline(__this, NULL); V_2 = L_0; int32_t L_1 = __this->___m_PathIndex; V_3 = L_1; int32_t L_2 = V_3; __this->___m_PathIndex = ((int32_t)il2cpp_codegen_add(L_2, 1)); int32_t L_3 = V_3; PropertyPathPart_tFB308743948D2298957DC1898D90AF2ACFED9DFF L_4; L_4 = PropertyPath_get_Item_mB0EFC5EAEB2A48E02906CDDC6435FDF4032EFAFD((&V_2), L_3, NULL); V_0 = L_4; int32_t L_5; L_5 = PropertyPathPart_get_Kind_m18581157E2924A9BF9FC8166CF98CBA468016541_inline((&V_0), NULL); V_5 = L_5; int32_t L_6 = V_5; V_4 = L_6; int32_t L_7 = V_4; switch (L_7) { case 0: { goto IL_0046; } case 1: { goto IL_008a; } case 2: { goto IL_00f6; } } } { goto IL_0162; } IL_0046: { RuntimeObject* L_8 = ___0_properties; V_6 = ((RuntimeObject*)IsInst((RuntimeObject*)L_8, il2cpp_rgctx_data(method->rgctx_data, 1))); RuntimeObject* L_9 = V_6; if (!L_9) { goto IL_0066; } } { RuntimeObject* L_10 = V_6; StyleLength_tF02B24735FC88BE29BEB36F7A87709CA28AF72D8* L_11 = ___1_container; String_t* L_12; L_12 = PropertyPathPart_get_Name_mFCEAE41CA7D7FAD0A0D7EB6D0B371AEAD7CE5A21((&V_0), NULL); NullCheck(L_10); bool L_13; L_13 = InterfaceFuncInvoker3< bool, StyleLength_tF02B24735FC88BE29BEB36F7A87709CA28AF72D8*, String_t*, RuntimeObject** >::Invoke(0, il2cpp_rgctx_data(method->rgctx_data, 1), L_10, L_11, L_12, (&V_1)); G_B5_0 = ((int32_t)(L_13)); goto IL_0067; } IL_0066: { G_B5_0 = 0; } IL_0067: { V_7 = (bool)G_B5_0; bool L_14 = V_7; if (!L_14) { goto IL_007a; } } { RuntimeObject* L_15 = V_1; StyleLength_tF02B24735FC88BE29BEB36F7A87709CA28AF72D8* L_16 = ___1_container; NullCheck((RuntimeObject*)L_15); InterfaceActionInvoker2< RuntimeObject*, StyleLength_tF02B24735FC88BE29BEB36F7A87709CA28AF72D8* >::Invoke(0, il2cpp_rgctx_data(method->rgctx_data, 5), (RuntimeObject*)L_15, (RuntimeObject*)__this, L_16); goto IL_0084; } IL_007a: { PathVisitor_set_ReturnCode_mB5629AE0124C70E479D9C4D44A8E552DA8BA19E0_inline(__this, (int32_t)4, NULL); } IL_0084: { goto IL_016c; } IL_008a: { RuntimeObject* L_17 = ___0_properties; V_8 = ((RuntimeObject*)IsInst((RuntimeObject*)L_17, il2cpp_rgctx_data(method->rgctx_data, 7))); RuntimeObject* L_18 = V_8; if (!L_18) { goto IL_00aa; } } { RuntimeObject* L_19 = V_8; StyleLength_tF02B24735FC88BE29BEB36F7A87709CA28AF72D8* L_20 = ___1_container; int32_t L_21; L_21 = PropertyPathPart_get_Index_mFCB3571720514B51BC7B373D45B19CCBD82FBF57((&V_0), NULL); NullCheck(L_19); bool L_22; L_22 = InterfaceFuncInvoker3< bool, StyleLength_tF02B24735FC88BE29BEB36F7A87709CA28AF72D8*, int32_t, RuntimeObject** >::Invoke(0, il2cpp_rgctx_data(method->rgctx_data, 7), L_19, L_20, L_21, (&V_1)); G_B12_0 = ((int32_t)(L_22)); goto IL_00ab; } IL_00aa: { G_B12_0 = 0; } IL_00ab: { V_9 = (bool)G_B12_0; bool L_23 = V_9; if (!L_23) { goto IL_00e9; } } { RuntimeObject* L_24 = V_1; RuntimeObject* L_25; L_25 = PathVisitor_get_Property_mA08B8FE123674A9F4529C9CEAC47F6E940846E9B_inline(__this, NULL); NullCheck(((RuntimeObject*)IsInst((RuntimeObject*)L_24, IAttributes_t699EF2D1D5A022C91D27888CE70518262A25928D_il2cpp_TypeInfo_var))); AttributesScope_t5A89FFE050A95DD67BD15C00A4D072EABAA376AE L_26; L_26 = InterfaceFuncInvoker1< AttributesScope_t5A89FFE050A95DD67BD15C00A4D072EABAA376AE, RuntimeObject* >::Invoke(4, IAttributes_t699EF2D1D5A022C91D27888CE70518262A25928D_il2cpp_TypeInfo_var, ((RuntimeObject*)IsInst((RuntimeObject*)L_24, IAttributes_t699EF2D1D5A022C91D27888CE70518262A25928D_il2cpp_TypeInfo_var)), ((RuntimeObject*)IsInst((RuntimeObject*)L_25, IAttributes_t699EF2D1D5A022C91D27888CE70518262A25928D_il2cpp_TypeInfo_var))); V_10 = L_26; } { auto __finallyBlock = il2cpp::utils::Finally([&] { FINALLY_00d7: { AttributesScope_Dispose_mE479F4FB0D23FD296817DD79630432BD4675E15D((&V_10), NULL); return; } }); try { RuntimeObject* L_27 = V_1; StyleLength_tF02B24735FC88BE29BEB36F7A87709CA28AF72D8* L_28 = ___1_container; NullCheck((RuntimeObject*)L_27); InterfaceActionInvoker2< RuntimeObject*, StyleLength_tF02B24735FC88BE29BEB36F7A87709CA28AF72D8* >::Invoke(0, il2cpp_rgctx_data(method->rgctx_data, 5), (RuntimeObject*)L_27, (RuntimeObject*)__this, L_28); goto IL_00e6; } catch(Il2CppExceptionWrapper& e) { __finallyBlock.StoreException(e.ex); } } IL_00e6: { goto IL_00f3; } IL_00e9: { PathVisitor_set_ReturnCode_mB5629AE0124C70E479D9C4D44A8E552DA8BA19E0_inline(__this, (int32_t)4, NULL); } IL_00f3: { goto IL_016c; } IL_00f6: { RuntimeObject* L_29 = ___0_properties; V_11 = ((RuntimeObject*)IsInst((RuntimeObject*)L_29, il2cpp_rgctx_data(method->rgctx_data, 9))); RuntimeObject* L_30 = V_11; if (!L_30) { goto IL_0116; } } { RuntimeObject* L_31 = V_11; StyleLength_tF02B24735FC88BE29BEB36F7A87709CA28AF72D8* L_32 = ___1_container; RuntimeObject* L_33; L_33 = PropertyPathPart_get_Key_m08AAAD0EF82806F72CA10628E7B8EC15322E7E6A((&V_0), NULL); NullCheck(L_31); bool L_34; L_34 = InterfaceFuncInvoker3< bool, StyleLength_tF02B24735FC88BE29BEB36F7A87709CA28AF72D8*, RuntimeObject*, RuntimeObject** >::Invoke(0, il2cpp_rgctx_data(method->rgctx_data, 9), L_31, L_32, L_33, (&V_1)); G_B22_0 = ((int32_t)(L_34)); goto IL_0117; } IL_0116: { G_B22_0 = 0; } IL_0117: { V_12 = (bool)G_B22_0; bool L_35 = V_12; if (!L_35) { goto IL_0155; } } { RuntimeObject* L_36 = V_1; RuntimeObject* L_37; L_37 = PathVisitor_get_Property_mA08B8FE123674A9F4529C9CEAC47F6E940846E9B_inline(__this, NULL); NullCheck(((RuntimeObject*)IsInst((RuntimeObject*)L_36, IAttributes_t699EF2D1D5A022C91D27888CE70518262A25928D_il2cpp_TypeInfo_var))); AttributesScope_t5A89FFE050A95DD67BD15C00A4D072EABAA376AE L_38; L_38 = InterfaceFuncInvoker1< AttributesScope_t5A89FFE050A95DD67BD15C00A4D072EABAA376AE, RuntimeObject* >::Invoke(4, IAttributes_t699EF2D1D5A022C91D27888CE70518262A25928D_il2cpp_TypeInfo_var, ((RuntimeObject*)IsInst((RuntimeObject*)L_36, IAttributes_t699EF2D1D5A022C91D27888CE70518262A25928D_il2cpp_TypeInfo_var)), ((RuntimeObject*)IsInst((RuntimeObject*)L_37, IAttributes_t699EF2D1D5A022C91D27888CE70518262A25928D_il2cpp_TypeInfo_var))); V_13 = L_38; } { auto __finallyBlock = il2cpp::utils::Finally([&] { FINALLY_0143: { AttributesScope_Dispose_mE479F4FB0D23FD296817DD79630432BD4675E15D((&V_13), NULL); return; } }); try { RuntimeObject* L_39 = V_1; StyleLength_tF02B24735FC88BE29BEB36F7A87709CA28AF72D8* L_40 = ___1_container; NullCheck((RuntimeObject*)L_39); InterfaceActionInvoker2< RuntimeObject*, StyleLength_tF02B24735FC88BE29BEB36F7A87709CA28AF72D8* >::Invoke(0, il2cpp_rgctx_data(method->rgctx_data, 5), (RuntimeObject*)L_39, (RuntimeObject*)__this, L_40); goto IL_0152; } catch(Il2CppExceptionWrapper& e) { __finallyBlock.StoreException(e.ex); } } IL_0152: { goto IL_015f; } IL_0155: { PathVisitor_set_ReturnCode_mB5629AE0124C70E479D9C4D44A8E552DA8BA19E0_inline(__this, (int32_t)4, NULL); } IL_015f: { goto IL_016c; } IL_0162: { PathVisitor_set_ReturnCode_mB5629AE0124C70E479D9C4D44A8E552DA8BA19E0_inline(__this, (int32_t)4, NULL); goto IL_016c; } IL_016c: { return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PathVisitor_Unity_Properties_IPropertyBagVisitor_Visit_TisStylePropertyName_tCBE2B561C690538C8514BF56426AC486DC35B6FF_m45E297908E8E8D846B2D7C4958D20500355B0CA7_gshared (PathVisitor_tCD0947C41CDBDB774D22D560E5FFA01EF61C4446* __this, RuntimeObject* ___0_properties, StylePropertyName_tCBE2B561C690538C8514BF56426AC486DC35B6FF* ___1_container, const RuntimeMethod* method) { if (!il2cpp_rgctx_is_initialized(method)) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IAttributes_t699EF2D1D5A022C91D27888CE70518262A25928D_il2cpp_TypeInfo_var); il2cpp_rgctx_method_init(method); } PropertyPathPart_tFB308743948D2298957DC1898D90AF2ACFED9DFF V_0; memset((&V_0), 0, sizeof(V_0)); RuntimeObject* V_1 = NULL; PropertyPath_tA523CA2740853534DF6C009C588464B45A6D0A79 V_2; memset((&V_2), 0, sizeof(V_2)); int32_t V_3 = 0; int32_t V_4 = 0; int32_t V_5 = 0; RuntimeObject* V_6 = NULL; bool V_7 = false; RuntimeObject* V_8 = NULL; bool V_9 = false; AttributesScope_t5A89FFE050A95DD67BD15C00A4D072EABAA376AE V_10; memset((&V_10), 0, sizeof(V_10)); RuntimeObject* V_11 = NULL; bool V_12 = false; AttributesScope_t5A89FFE050A95DD67BD15C00A4D072EABAA376AE V_13; memset((&V_13), 0, sizeof(V_13)); int32_t G_B5_0 = 0; int32_t G_B12_0 = 0; int32_t G_B22_0 = 0; { PropertyPath_tA523CA2740853534DF6C009C588464B45A6D0A79 L_0; L_0 = PathVisitor_get_Path_m98A92F21C11F12C0C88EAC86D0F2E853DFBF9BD3_inline(__this, NULL); V_2 = L_0; int32_t L_1 = __this->___m_PathIndex; V_3 = L_1; int32_t L_2 = V_3; __this->___m_PathIndex = ((int32_t)il2cpp_codegen_add(L_2, 1)); int32_t L_3 = V_3; PropertyPathPart_tFB308743948D2298957DC1898D90AF2ACFED9DFF L_4; L_4 = PropertyPath_get_Item_mB0EFC5EAEB2A48E02906CDDC6435FDF4032EFAFD((&V_2), L_3, NULL); V_0 = L_4; int32_t L_5; L_5 = PropertyPathPart_get_Kind_m18581157E2924A9BF9FC8166CF98CBA468016541_inline((&V_0), NULL); V_5 = L_5; int32_t L_6 = V_5; V_4 = L_6; int32_t L_7 = V_4; switch (L_7) { case 0: { goto IL_0046; } case 1: { goto IL_008a; } case 2: { goto IL_00f6; } } } { goto IL_0162; } IL_0046: { RuntimeObject* L_8 = ___0_properties; V_6 = ((RuntimeObject*)IsInst((RuntimeObject*)L_8, il2cpp_rgctx_data(method->rgctx_data, 1))); RuntimeObject* L_9 = V_6; if (!L_9) { goto IL_0066; } } { RuntimeObject* L_10 = V_6; StylePropertyName_tCBE2B561C690538C8514BF56426AC486DC35B6FF* L_11 = ___1_container; String_t* L_12; L_12 = PropertyPathPart_get_Name_mFCEAE41CA7D7FAD0A0D7EB6D0B371AEAD7CE5A21((&V_0), NULL); NullCheck(L_10); bool L_13; L_13 = InterfaceFuncInvoker3< bool, StylePropertyName_tCBE2B561C690538C8514BF56426AC486DC35B6FF*, String_t*, RuntimeObject** >::Invoke(0, il2cpp_rgctx_data(method->rgctx_data, 1), L_10, L_11, L_12, (&V_1)); G_B5_0 = ((int32_t)(L_13)); goto IL_0067; } IL_0066: { G_B5_0 = 0; } IL_0067: { V_7 = (bool)G_B5_0; bool L_14 = V_7; if (!L_14) { goto IL_007a; } } { RuntimeObject* L_15 = V_1; StylePropertyName_tCBE2B561C690538C8514BF56426AC486DC35B6FF* L_16 = ___1_container; NullCheck((RuntimeObject*)L_15); InterfaceActionInvoker2< RuntimeObject*, StylePropertyName_tCBE2B561C690538C8514BF56426AC486DC35B6FF* >::Invoke(0, il2cpp_rgctx_data(method->rgctx_data, 5), (RuntimeObject*)L_15, (RuntimeObject*)__this, L_16); goto IL_0084; } IL_007a: { PathVisitor_set_ReturnCode_mB5629AE0124C70E479D9C4D44A8E552DA8BA19E0_inline(__this, (int32_t)4, NULL); } IL_0084: { goto IL_016c; } IL_008a: { RuntimeObject* L_17 = ___0_properties; V_8 = ((RuntimeObject*)IsInst((RuntimeObject*)L_17, il2cpp_rgctx_data(method->rgctx_data, 7))); RuntimeObject* L_18 = V_8; if (!L_18) { goto IL_00aa; } } { RuntimeObject* L_19 = V_8; StylePropertyName_tCBE2B561C690538C8514BF56426AC486DC35B6FF* L_20 = ___1_container; int32_t L_21; L_21 = PropertyPathPart_get_Index_mFCB3571720514B51BC7B373D45B19CCBD82FBF57((&V_0), NULL); NullCheck(L_19); bool L_22; L_22 = InterfaceFuncInvoker3< bool, StylePropertyName_tCBE2B561C690538C8514BF56426AC486DC35B6FF*, int32_t, RuntimeObject** >::Invoke(0, il2cpp_rgctx_data(method->rgctx_data, 7), L_19, L_20, L_21, (&V_1)); G_B12_0 = ((int32_t)(L_22)); goto IL_00ab; } IL_00aa: { G_B12_0 = 0; } IL_00ab: { V_9 = (bool)G_B12_0; bool L_23 = V_9; if (!L_23) { goto IL_00e9; } } { RuntimeObject* L_24 = V_1; RuntimeObject* L_25; L_25 = PathVisitor_get_Property_mA08B8FE123674A9F4529C9CEAC47F6E940846E9B_inline(__this, NULL); NullCheck(((RuntimeObject*)IsInst((RuntimeObject*)L_24, IAttributes_t699EF2D1D5A022C91D27888CE70518262A25928D_il2cpp_TypeInfo_var))); AttributesScope_t5A89FFE050A95DD67BD15C00A4D072EABAA376AE L_26; L_26 = InterfaceFuncInvoker1< AttributesScope_t5A89FFE050A95DD67BD15C00A4D072EABAA376AE, RuntimeObject* >::Invoke(4, IAttributes_t699EF2D1D5A022C91D27888CE70518262A25928D_il2cpp_TypeInfo_var, ((RuntimeObject*)IsInst((RuntimeObject*)L_24, IAttributes_t699EF2D1D5A022C91D27888CE70518262A25928D_il2cpp_TypeInfo_var)), ((RuntimeObject*)IsInst((RuntimeObject*)L_25, IAttributes_t699EF2D1D5A022C91D27888CE70518262A25928D_il2cpp_TypeInfo_var))); V_10 = L_26; } { auto __finallyBlock = il2cpp::utils::Finally([&] { FINALLY_00d7: { AttributesScope_Dispose_mE479F4FB0D23FD296817DD79630432BD4675E15D((&V_10), NULL); return; } }); try { RuntimeObject* L_27 = V_1; StylePropertyName_tCBE2B561C690538C8514BF56426AC486DC35B6FF* L_28 = ___1_container; NullCheck((RuntimeObject*)L_27); InterfaceActionInvoker2< RuntimeObject*, StylePropertyName_tCBE2B561C690538C8514BF56426AC486DC35B6FF* >::Invoke(0, il2cpp_rgctx_data(method->rgctx_data, 5), (RuntimeObject*)L_27, (RuntimeObject*)__this, L_28); goto IL_00e6; } catch(Il2CppExceptionWrapper& e) { __finallyBlock.StoreException(e.ex); } } IL_00e6: { goto IL_00f3; } IL_00e9: { PathVisitor_set_ReturnCode_mB5629AE0124C70E479D9C4D44A8E552DA8BA19E0_inline(__this, (int32_t)4, NULL); } IL_00f3: { goto IL_016c; } IL_00f6: { RuntimeObject* L_29 = ___0_properties; V_11 = ((RuntimeObject*)IsInst((RuntimeObject*)L_29, il2cpp_rgctx_data(method->rgctx_data, 9))); RuntimeObject* L_30 = V_11; if (!L_30) { goto IL_0116; } } { RuntimeObject* L_31 = V_11; StylePropertyName_tCBE2B561C690538C8514BF56426AC486DC35B6FF* L_32 = ___1_container; RuntimeObject* L_33; L_33 = PropertyPathPart_get_Key_m08AAAD0EF82806F72CA10628E7B8EC15322E7E6A((&V_0), NULL); NullCheck(L_31); bool L_34; L_34 = InterfaceFuncInvoker3< bool, StylePropertyName_tCBE2B561C690538C8514BF56426AC486DC35B6FF*, RuntimeObject*, RuntimeObject** >::Invoke(0, il2cpp_rgctx_data(method->rgctx_data, 9), L_31, L_32, L_33, (&V_1)); G_B22_0 = ((int32_t)(L_34)); goto IL_0117; } IL_0116: { G_B22_0 = 0; } IL_0117: { V_12 = (bool)G_B22_0; bool L_35 = V_12; if (!L_35) { goto IL_0155; } } { RuntimeObject* L_36 = V_1; RuntimeObject* L_37; L_37 = PathVisitor_get_Property_mA08B8FE123674A9F4529C9CEAC47F6E940846E9B_inline(__this, NULL); NullCheck(((RuntimeObject*)IsInst((RuntimeObject*)L_36, IAttributes_t699EF2D1D5A022C91D27888CE70518262A25928D_il2cpp_TypeInfo_var))); AttributesScope_t5A89FFE050A95DD67BD15C00A4D072EABAA376AE L_38; L_38 = InterfaceFuncInvoker1< AttributesScope_t5A89FFE050A95DD67BD15C00A4D072EABAA376AE, RuntimeObject* >::Invoke(4, IAttributes_t699EF2D1D5A022C91D27888CE70518262A25928D_il2cpp_TypeInfo_var, ((RuntimeObject*)IsInst((RuntimeObject*)L_36, IAttributes_t699EF2D1D5A022C91D27888CE70518262A25928D_il2cpp_TypeInfo_var)), ((RuntimeObject*)IsInst((RuntimeObject*)L_37, IAttributes_t699EF2D1D5A022C91D27888CE70518262A25928D_il2cpp_TypeInfo_var))); V_13 = L_38; } { auto __finallyBlock = il2cpp::utils::Finally([&] { FINALLY_0143: { AttributesScope_Dispose_mE479F4FB0D23FD296817DD79630432BD4675E15D((&V_13), NULL); return; } }); try { RuntimeObject* L_39 = V_1; StylePropertyName_tCBE2B561C690538C8514BF56426AC486DC35B6FF* L_40 = ___1_container; NullCheck((RuntimeObject*)L_39); InterfaceActionInvoker2< RuntimeObject*, StylePropertyName_tCBE2B561C690538C8514BF56426AC486DC35B6FF* >::Invoke(0, il2cpp_rgctx_data(method->rgctx_data, 5), (RuntimeObject*)L_39, (RuntimeObject*)__this, L_40); goto IL_0152; } catch(Il2CppExceptionWrapper& e) { __finallyBlock.StoreException(e.ex); } } IL_0152: { goto IL_015f; } IL_0155: { PathVisitor_set_ReturnCode_mB5629AE0124C70E479D9C4D44A8E552DA8BA19E0_inline(__this, (int32_t)4, NULL); } IL_015f: { goto IL_016c; } IL_0162: { PathVisitor_set_ReturnCode_mB5629AE0124C70E479D9C4D44A8E552DA8BA19E0_inline(__this, (int32_t)4, NULL); goto IL_016c; } IL_016c: { return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PathVisitor_Unity_Properties_IPropertyBagVisitor_Visit_TisStyleRotate_t59305F0FBB44EA70AE332ECF9279C270B3F2283B_m3C0CB18CE87403E33C37F6278C5A7038E0C86017_gshared (PathVisitor_tCD0947C41CDBDB774D22D560E5FFA01EF61C4446* __this, RuntimeObject* ___0_properties, StyleRotate_t59305F0FBB44EA70AE332ECF9279C270B3F2283B* ___1_container, const RuntimeMethod* method) { if (!il2cpp_rgctx_is_initialized(method)) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IAttributes_t699EF2D1D5A022C91D27888CE70518262A25928D_il2cpp_TypeInfo_var); il2cpp_rgctx_method_init(method); } PropertyPathPart_tFB308743948D2298957DC1898D90AF2ACFED9DFF V_0; memset((&V_0), 0, sizeof(V_0)); RuntimeObject* V_1 = NULL; PropertyPath_tA523CA2740853534DF6C009C588464B45A6D0A79 V_2; memset((&V_2), 0, sizeof(V_2)); int32_t V_3 = 0; int32_t V_4 = 0; int32_t V_5 = 0; RuntimeObject* V_6 = NULL; bool V_7 = false; RuntimeObject* V_8 = NULL; bool V_9 = false; AttributesScope_t5A89FFE050A95DD67BD15C00A4D072EABAA376AE V_10; memset((&V_10), 0, sizeof(V_10)); RuntimeObject* V_11 = NULL; bool V_12 = false; AttributesScope_t5A89FFE050A95DD67BD15C00A4D072EABAA376AE V_13; memset((&V_13), 0, sizeof(V_13)); int32_t G_B5_0 = 0; int32_t G_B12_0 = 0; int32_t G_B22_0 = 0; { PropertyPath_tA523CA2740853534DF6C009C588464B45A6D0A79 L_0; L_0 = PathVisitor_get_Path_m98A92F21C11F12C0C88EAC86D0F2E853DFBF9BD3_inline(__this, NULL); V_2 = L_0; int32_t L_1 = __this->___m_PathIndex; V_3 = L_1; int32_t L_2 = V_3; __this->___m_PathIndex = ((int32_t)il2cpp_codegen_add(L_2, 1)); int32_t L_3 = V_3; PropertyPathPart_tFB308743948D2298957DC1898D90AF2ACFED9DFF L_4; L_4 = PropertyPath_get_Item_mB0EFC5EAEB2A48E02906CDDC6435FDF4032EFAFD((&V_2), L_3, NULL); V_0 = L_4; int32_t L_5; L_5 = PropertyPathPart_get_Kind_m18581157E2924A9BF9FC8166CF98CBA468016541_inline((&V_0), NULL); V_5 = L_5; int32_t L_6 = V_5; V_4 = L_6; int32_t L_7 = V_4; switch (L_7) { case 0: { goto IL_0046; } case 1: { goto IL_008a; } case 2: { goto IL_00f6; } } } { goto IL_0162; } IL_0046: { RuntimeObject* L_8 = ___0_properties; V_6 = ((RuntimeObject*)IsInst((RuntimeObject*)L_8, il2cpp_rgctx_data(method->rgctx_data, 1))); RuntimeObject* L_9 = V_6; if (!L_9) { goto IL_0066; } } { RuntimeObject* L_10 = V_6; StyleRotate_t59305F0FBB44EA70AE332ECF9279C270B3F2283B* L_11 = ___1_container; String_t* L_12; L_12 = PropertyPathPart_get_Name_mFCEAE41CA7D7FAD0A0D7EB6D0B371AEAD7CE5A21((&V_0), NULL); NullCheck(L_10); bool L_13; L_13 = InterfaceFuncInvoker3< bool, StyleRotate_t59305F0FBB44EA70AE332ECF9279C270B3F2283B*, String_t*, RuntimeObject** >::Invoke(0, il2cpp_rgctx_data(method->rgctx_data, 1), L_10, L_11, L_12, (&V_1)); G_B5_0 = ((int32_t)(L_13)); goto IL_0067; } IL_0066: { G_B5_0 = 0; } IL_0067: { V_7 = (bool)G_B5_0; bool L_14 = V_7; if (!L_14) { goto IL_007a; } } { RuntimeObject* L_15 = V_1; StyleRotate_t59305F0FBB44EA70AE332ECF9279C270B3F2283B* L_16 = ___1_container; NullCheck((RuntimeObject*)L_15); InterfaceActionInvoker2< RuntimeObject*, StyleRotate_t59305F0FBB44EA70AE332ECF9279C270B3F2283B* >::Invoke(0, il2cpp_rgctx_data(method->rgctx_data, 5), (RuntimeObject*)L_15, (RuntimeObject*)__this, L_16); goto IL_0084; } IL_007a: { PathVisitor_set_ReturnCode_mB5629AE0124C70E479D9C4D44A8E552DA8BA19E0_inline(__this, (int32_t)4, NULL); } IL_0084: { goto IL_016c; } IL_008a: { RuntimeObject* L_17 = ___0_properties; V_8 = ((RuntimeObject*)IsInst((RuntimeObject*)L_17, il2cpp_rgctx_data(method->rgctx_data, 7))); RuntimeObject* L_18 = V_8; if (!L_18) { goto IL_00aa; } } { RuntimeObject* L_19 = V_8; StyleRotate_t59305F0FBB44EA70AE332ECF9279C270B3F2283B* L_20 = ___1_container; int32_t L_21; L_21 = PropertyPathPart_get_Index_mFCB3571720514B51BC7B373D45B19CCBD82FBF57((&V_0), NULL); NullCheck(L_19); bool L_22; L_22 = InterfaceFuncInvoker3< bool, StyleRotate_t59305F0FBB44EA70AE332ECF9279C270B3F2283B*, int32_t, RuntimeObject** >::Invoke(0, il2cpp_rgctx_data(method->rgctx_data, 7), L_19, L_20, L_21, (&V_1)); G_B12_0 = ((int32_t)(L_22)); goto IL_00ab; } IL_00aa: { G_B12_0 = 0; } IL_00ab: { V_9 = (bool)G_B12_0; bool L_23 = V_9; if (!L_23) { goto IL_00e9; } } { RuntimeObject* L_24 = V_1; RuntimeObject* L_25; L_25 = PathVisitor_get_Property_mA08B8FE123674A9F4529C9CEAC47F6E940846E9B_inline(__this, NULL); NullCheck(((RuntimeObject*)IsInst((RuntimeObject*)L_24, IAttributes_t699EF2D1D5A022C91D27888CE70518262A25928D_il2cpp_TypeInfo_var))); AttributesScope_t5A89FFE050A95DD67BD15C00A4D072EABAA376AE L_26; L_26 = InterfaceFuncInvoker1< AttributesScope_t5A89FFE050A95DD67BD15C00A4D072EABAA376AE, RuntimeObject* >::Invoke(4, IAttributes_t699EF2D1D5A022C91D27888CE70518262A25928D_il2cpp_TypeInfo_var, ((RuntimeObject*)IsInst((RuntimeObject*)L_24, IAttributes_t699EF2D1D5A022C91D27888CE70518262A25928D_il2cpp_TypeInfo_var)), ((RuntimeObject*)IsInst((RuntimeObject*)L_25, IAttributes_t699EF2D1D5A022C91D27888CE70518262A25928D_il2cpp_TypeInfo_var))); V_10 = L_26; } { auto __finallyBlock = il2cpp::utils::Finally([&] { FINALLY_00d7: { AttributesScope_Dispose_mE479F4FB0D23FD296817DD79630432BD4675E15D((&V_10), NULL); return; } }); try { RuntimeObject* L_27 = V_1; StyleRotate_t59305F0FBB44EA70AE332ECF9279C270B3F2283B* L_28 = ___1_container; NullCheck((RuntimeObject*)L_27); InterfaceActionInvoker2< RuntimeObject*, StyleRotate_t59305F0FBB44EA70AE332ECF9279C270B3F2283B* >::Invoke(0, il2cpp_rgctx_data(method->rgctx_data, 5), (RuntimeObject*)L_27, (RuntimeObject*)__this, L_28); goto IL_00e6; } catch(Il2CppExceptionWrapper& e) { __finallyBlock.StoreException(e.ex); } } IL_00e6: { goto IL_00f3; } IL_00e9: { PathVisitor_set_ReturnCode_mB5629AE0124C70E479D9C4D44A8E552DA8BA19E0_inline(__this, (int32_t)4, NULL); } IL_00f3: { goto IL_016c; } IL_00f6: { RuntimeObject* L_29 = ___0_properties; V_11 = ((RuntimeObject*)IsInst((RuntimeObject*)L_29, il2cpp_rgctx_data(method->rgctx_data, 9))); RuntimeObject* L_30 = V_11; if (!L_30) { goto IL_0116; } } { RuntimeObject* L_31 = V_11; StyleRotate_t59305F0FBB44EA70AE332ECF9279C270B3F2283B* L_32 = ___1_container; RuntimeObject* L_33; L_33 = PropertyPathPart_get_Key_m08AAAD0EF82806F72CA10628E7B8EC15322E7E6A((&V_0), NULL); NullCheck(L_31); bool L_34; L_34 = InterfaceFuncInvoker3< bool, StyleRotate_t59305F0FBB44EA70AE332ECF9279C270B3F2283B*, RuntimeObject*, RuntimeObject** >::Invoke(0, il2cpp_rgctx_data(method->rgctx_data, 9), L_31, L_32, L_33, (&V_1)); G_B22_0 = ((int32_t)(L_34)); goto IL_0117; } IL_0116: { G_B22_0 = 0; } IL_0117: { V_12 = (bool)G_B22_0; bool L_35 = V_12; if (!L_35) { goto IL_0155; } } { RuntimeObject* L_36 = V_1; RuntimeObject* L_37; L_37 = PathVisitor_get_Property_mA08B8FE123674A9F4529C9CEAC47F6E940846E9B_inline(__this, NULL); NullCheck(((RuntimeObject*)IsInst((RuntimeObject*)L_36, IAttributes_t699EF2D1D5A022C91D27888CE70518262A25928D_il2cpp_TypeInfo_var))); AttributesScope_t5A89FFE050A95DD67BD15C00A4D072EABAA376AE L_38; L_38 = InterfaceFuncInvoker1< AttributesScope_t5A89FFE050A95DD67BD15C00A4D072EABAA376AE, RuntimeObject* >::Invoke(4, IAttributes_t699EF2D1D5A022C91D27888CE70518262A25928D_il2cpp_TypeInfo_var, ((RuntimeObject*)IsInst((RuntimeObject*)L_36, IAttributes_t699EF2D1D5A022C91D27888CE70518262A25928D_il2cpp_TypeInfo_var)), ((RuntimeObject*)IsInst((RuntimeObject*)L_37, IAttributes_t699EF2D1D5A022C91D27888CE70518262A25928D_il2cpp_TypeInfo_var))); V_13 = L_38; } { auto __finallyBlock = il2cpp::utils::Finally([&] { FINALLY_0143: { AttributesScope_Dispose_mE479F4FB0D23FD296817DD79630432BD4675E15D((&V_13), NULL); return; } }); try { RuntimeObject* L_39 = V_1; StyleRotate_t59305F0FBB44EA70AE332ECF9279C270B3F2283B* L_40 = ___1_container; NullCheck((RuntimeObject*)L_39); InterfaceActionInvoker2< RuntimeObject*, StyleRotate_t59305F0FBB44EA70AE332ECF9279C270B3F2283B* >::Invoke(0, il2cpp_rgctx_data(method->rgctx_data, 5), (RuntimeObject*)L_39, (RuntimeObject*)__this, L_40); goto IL_0152; } catch(Il2CppExceptionWrapper& e) { __finallyBlock.StoreException(e.ex); } } IL_0152: { goto IL_015f; } IL_0155: { PathVisitor_set_ReturnCode_mB5629AE0124C70E479D9C4D44A8E552DA8BA19E0_inline(__this, (int32_t)4, NULL); } IL_015f: { goto IL_016c; } IL_0162: { PathVisitor_set_ReturnCode_mB5629AE0124C70E479D9C4D44A8E552DA8BA19E0_inline(__this, (int32_t)4, NULL); goto IL_016c; } IL_016c: { return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PathVisitor_Unity_Properties_IPropertyBagVisitor_Visit_TisStyleScale_t45D687B313B39CD6FB3686ED44DECDDA402923BC_mF2FFD43AA026A0FD177F43C2A25E890C619D2919_gshared (PathVisitor_tCD0947C41CDBDB774D22D560E5FFA01EF61C4446* __this, RuntimeObject* ___0_properties, StyleScale_t45D687B313B39CD6FB3686ED44DECDDA402923BC* ___1_container, const RuntimeMethod* method) { if (!il2cpp_rgctx_is_initialized(method)) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IAttributes_t699EF2D1D5A022C91D27888CE70518262A25928D_il2cpp_TypeInfo_var); il2cpp_rgctx_method_init(method); } PropertyPathPart_tFB308743948D2298957DC1898D90AF2ACFED9DFF V_0; memset((&V_0), 0, sizeof(V_0)); RuntimeObject* V_1 = NULL; PropertyPath_tA523CA2740853534DF6C009C588464B45A6D0A79 V_2; memset((&V_2), 0, sizeof(V_2)); int32_t V_3 = 0; int32_t V_4 = 0; int32_t V_5 = 0; RuntimeObject* V_6 = NULL; bool V_7 = false; RuntimeObject* V_8 = NULL; bool V_9 = false; AttributesScope_t5A89FFE050A95DD67BD15C00A4D072EABAA376AE V_10; memset((&V_10), 0, sizeof(V_10)); RuntimeObject* V_11 = NULL; bool V_12 = false; AttributesScope_t5A89FFE050A95DD67BD15C00A4D072EABAA376AE V_13; memset((&V_13), 0, sizeof(V_13)); int32_t G_B5_0 = 0; int32_t G_B12_0 = 0; int32_t G_B22_0 = 0; { PropertyPath_tA523CA2740853534DF6C009C588464B45A6D0A79 L_0; L_0 = PathVisitor_get_Path_m98A92F21C11F12C0C88EAC86D0F2E853DFBF9BD3_inline(__this, NULL); V_2 = L_0; int32_t L_1 = __this->___m_PathIndex; V_3 = L_1; int32_t L_2 = V_3; __this->___m_PathIndex = ((int32_t)il2cpp_codegen_add(L_2, 1)); int32_t L_3 = V_3; PropertyPathPart_tFB308743948D2298957DC1898D90AF2ACFED9DFF L_4; L_4 = PropertyPath_get_Item_mB0EFC5EAEB2A48E02906CDDC6435FDF4032EFAFD((&V_2), L_3, NULL); V_0 = L_4; int32_t L_5; L_5 = PropertyPathPart_get_Kind_m18581157E2924A9BF9FC8166CF98CBA468016541_inline((&V_0), NULL); V_5 = L_5; int32_t L_6 = V_5; V_4 = L_6; int32_t L_7 = V_4; switch (L_7) { case 0: { goto IL_0046; } case 1: { goto IL_008a; } case 2: { goto IL_00f6; } } } { goto IL_0162; } IL_0046: { RuntimeObject* L_8 = ___0_properties; V_6 = ((RuntimeObject*)IsInst((RuntimeObject*)L_8, il2cpp_rgctx_data(method->rgctx_data, 1))); RuntimeObject* L_9 = V_6; if (!L_9) { goto IL_0066; } } { RuntimeObject* L_10 = V_6; StyleScale_t45D687B313B39CD6FB3686ED44DECDDA402923BC* L_11 = ___1_container; String_t* L_12; L_12 = PropertyPathPart_get_Name_mFCEAE41CA7D7FAD0A0D7EB6D0B371AEAD7CE5A21((&V_0), NULL); NullCheck(L_10); bool L_13; L_13 = InterfaceFuncInvoker3< bool, StyleScale_t45D687B313B39CD6FB3686ED44DECDDA402923BC*, String_t*, RuntimeObject** >::Invoke(0, il2cpp_rgctx_data(method->rgctx_data, 1), L_10, L_11, L_12, (&V_1)); G_B5_0 = ((int32_t)(L_13)); goto IL_0067; } IL_0066: { G_B5_0 = 0; } IL_0067: { V_7 = (bool)G_B5_0; bool L_14 = V_7; if (!L_14) { goto IL_007a; } } { RuntimeObject* L_15 = V_1; StyleScale_t45D687B313B39CD6FB3686ED44DECDDA402923BC* L_16 = ___1_container; NullCheck((RuntimeObject*)L_15); InterfaceActionInvoker2< RuntimeObject*, StyleScale_t45D687B313B39CD6FB3686ED44DECDDA402923BC* >::Invoke(0, il2cpp_rgctx_data(method->rgctx_data, 5), (RuntimeObject*)L_15, (RuntimeObject*)__this, L_16); goto IL_0084; } IL_007a: { PathVisitor_set_ReturnCode_mB5629AE0124C70E479D9C4D44A8E552DA8BA19E0_inline(__this, (int32_t)4, NULL); } IL_0084: { goto IL_016c; } IL_008a: { RuntimeObject* L_17 = ___0_properties; V_8 = ((RuntimeObject*)IsInst((RuntimeObject*)L_17, il2cpp_rgctx_data(method->rgctx_data, 7))); RuntimeObject* L_18 = V_8; if (!L_18) { goto IL_00aa; } } { RuntimeObject* L_19 = V_8; StyleScale_t45D687B313B39CD6FB3686ED44DECDDA402923BC* L_20 = ___1_container; int32_t L_21; L_21 = PropertyPathPart_get_Index_mFCB3571720514B51BC7B373D45B19CCBD82FBF57((&V_0), NULL); NullCheck(L_19); bool L_22; L_22 = InterfaceFuncInvoker3< bool, StyleScale_t45D687B313B39CD6FB3686ED44DECDDA402923BC*, int32_t, RuntimeObject** >::Invoke(0, il2cpp_rgctx_data(method->rgctx_data, 7), L_19, L_20, L_21, (&V_1)); G_B12_0 = ((int32_t)(L_22)); goto IL_00ab; } IL_00aa: { G_B12_0 = 0; } IL_00ab: { V_9 = (bool)G_B12_0; bool L_23 = V_9; if (!L_23) { goto IL_00e9; } } { RuntimeObject* L_24 = V_1; RuntimeObject* L_25; L_25 = PathVisitor_get_Property_mA08B8FE123674A9F4529C9CEAC47F6E940846E9B_inline(__this, NULL); NullCheck(((RuntimeObject*)IsInst((RuntimeObject*)L_24, IAttributes_t699EF2D1D5A022C91D27888CE70518262A25928D_il2cpp_TypeInfo_var))); AttributesScope_t5A89FFE050A95DD67BD15C00A4D072EABAA376AE L_26; L_26 = InterfaceFuncInvoker1< AttributesScope_t5A89FFE050A95DD67BD15C00A4D072EABAA376AE, RuntimeObject* >::Invoke(4, IAttributes_t699EF2D1D5A022C91D27888CE70518262A25928D_il2cpp_TypeInfo_var, ((RuntimeObject*)IsInst((RuntimeObject*)L_24, IAttributes_t699EF2D1D5A022C91D27888CE70518262A25928D_il2cpp_TypeInfo_var)), ((RuntimeObject*)IsInst((RuntimeObject*)L_25, IAttributes_t699EF2D1D5A022C91D27888CE70518262A25928D_il2cpp_TypeInfo_var))); V_10 = L_26; } { auto __finallyBlock = il2cpp::utils::Finally([&] { FINALLY_00d7: { AttributesScope_Dispose_mE479F4FB0D23FD296817DD79630432BD4675E15D((&V_10), NULL); return; } }); try { RuntimeObject* L_27 = V_1; StyleScale_t45D687B313B39CD6FB3686ED44DECDDA402923BC* L_28 = ___1_container; NullCheck((RuntimeObject*)L_27); InterfaceActionInvoker2< RuntimeObject*, StyleScale_t45D687B313B39CD6FB3686ED44DECDDA402923BC* >::Invoke(0, il2cpp_rgctx_data(method->rgctx_data, 5), (RuntimeObject*)L_27, (RuntimeObject*)__this, L_28); goto IL_00e6; } catch(Il2CppExceptionWrapper& e) { __finallyBlock.StoreException(e.ex); } } IL_00e6: { goto IL_00f3; } IL_00e9: { PathVisitor_set_ReturnCode_mB5629AE0124C70E479D9C4D44A8E552DA8BA19E0_inline(__this, (int32_t)4, NULL); } IL_00f3: { goto IL_016c; } IL_00f6: { RuntimeObject* L_29 = ___0_properties; V_11 = ((RuntimeObject*)IsInst((RuntimeObject*)L_29, il2cpp_rgctx_data(method->rgctx_data, 9))); RuntimeObject* L_30 = V_11; if (!L_30) { goto IL_0116; } } { RuntimeObject* L_31 = V_11; StyleScale_t45D687B313B39CD6FB3686ED44DECDDA402923BC* L_32 = ___1_container; RuntimeObject* L_33; L_33 = PropertyPathPart_get_Key_m08AAAD0EF82806F72CA10628E7B8EC15322E7E6A((&V_0), NULL); NullCheck(L_31); bool L_34; L_34 = InterfaceFuncInvoker3< bool, StyleScale_t45D687B313B39CD6FB3686ED44DECDDA402923BC*, RuntimeObject*, RuntimeObject** >::Invoke(0, il2cpp_rgctx_data(method->rgctx_data, 9), L_31, L_32, L_33, (&V_1)); G_B22_0 = ((int32_t)(L_34)); goto IL_0117; } IL_0116: { G_B22_0 = 0; } IL_0117: { V_12 = (bool)G_B22_0; bool L_35 = V_12; if (!L_35) { goto IL_0155; } } { RuntimeObject* L_36 = V_1; RuntimeObject* L_37; L_37 = PathVisitor_get_Property_mA08B8FE123674A9F4529C9CEAC47F6E940846E9B_inline(__this, NULL); NullCheck(((RuntimeObject*)IsInst((RuntimeObject*)L_36, IAttributes_t699EF2D1D5A022C91D27888CE70518262A25928D_il2cpp_TypeInfo_var))); AttributesScope_t5A89FFE050A95DD67BD15C00A4D072EABAA376AE L_38; L_38 = InterfaceFuncInvoker1< AttributesScope_t5A89FFE050A95DD67BD15C00A4D072EABAA376AE, RuntimeObject* >::Invoke(4, IAttributes_t699EF2D1D5A022C91D27888CE70518262A25928D_il2cpp_TypeInfo_var, ((RuntimeObject*)IsInst((RuntimeObject*)L_36, IAttributes_t699EF2D1D5A022C91D27888CE70518262A25928D_il2cpp_TypeInfo_var)), ((RuntimeObject*)IsInst((RuntimeObject*)L_37, IAttributes_t699EF2D1D5A022C91D27888CE70518262A25928D_il2cpp_TypeInfo_var))); V_13 = L_38; } { auto __finallyBlock = il2cpp::utils::Finally([&] { FINALLY_0143: { AttributesScope_Dispose_mE479F4FB0D23FD296817DD79630432BD4675E15D((&V_13), NULL); return; } }); try { RuntimeObject* L_39 = V_1; StyleScale_t45D687B313B39CD6FB3686ED44DECDDA402923BC* L_40 = ___1_container; NullCheck((RuntimeObject*)L_39); InterfaceActionInvoker2< RuntimeObject*, StyleScale_t45D687B313B39CD6FB3686ED44DECDDA402923BC* >::Invoke(0, il2cpp_rgctx_data(method->rgctx_data, 5), (RuntimeObject*)L_39, (RuntimeObject*)__this, L_40); goto IL_0152; } catch(Il2CppExceptionWrapper& e) { __finallyBlock.StoreException(e.ex); } } IL_0152: { goto IL_015f; } IL_0155: { PathVisitor_set_ReturnCode_mB5629AE0124C70E479D9C4D44A8E552DA8BA19E0_inline(__this, (int32_t)4, NULL); } IL_015f: { goto IL_016c; } IL_0162: { PathVisitor_set_ReturnCode_mB5629AE0124C70E479D9C4D44A8E552DA8BA19E0_inline(__this, (int32_t)4, NULL); goto IL_016c; } IL_016c: { return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PathVisitor_Unity_Properties_IPropertyBagVisitor_Visit_TisStyleTextShadow_tCDDF1FE733ADBAA5ACA3B74620D4728E83F54252_mA676859F5D9456675642EF987D26EC2C4C414E83_gshared (PathVisitor_tCD0947C41CDBDB774D22D560E5FFA01EF61C4446* __this, RuntimeObject* ___0_properties, StyleTextShadow_tCDDF1FE733ADBAA5ACA3B74620D4728E83F54252* ___1_container, const RuntimeMethod* method) { if (!il2cpp_rgctx_is_initialized(method)) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IAttributes_t699EF2D1D5A022C91D27888CE70518262A25928D_il2cpp_TypeInfo_var); il2cpp_rgctx_method_init(method); } PropertyPathPart_tFB308743948D2298957DC1898D90AF2ACFED9DFF V_0; memset((&V_0), 0, sizeof(V_0)); RuntimeObject* V_1 = NULL; PropertyPath_tA523CA2740853534DF6C009C588464B45A6D0A79 V_2; memset((&V_2), 0, sizeof(V_2)); int32_t V_3 = 0; int32_t V_4 = 0; int32_t V_5 = 0; RuntimeObject* V_6 = NULL; bool V_7 = false; RuntimeObject* V_8 = NULL; bool V_9 = false; AttributesScope_t5A89FFE050A95DD67BD15C00A4D072EABAA376AE V_10; memset((&V_10), 0, sizeof(V_10)); RuntimeObject* V_11 = NULL; bool V_12 = false; AttributesScope_t5A89FFE050A95DD67BD15C00A4D072EABAA376AE V_13; memset((&V_13), 0, sizeof(V_13)); int32_t G_B5_0 = 0; int32_t G_B12_0 = 0; int32_t G_B22_0 = 0; { PropertyPath_tA523CA2740853534DF6C009C588464B45A6D0A79 L_0; L_0 = PathVisitor_get_Path_m98A92F21C11F12C0C88EAC86D0F2E853DFBF9BD3_inline(__this, NULL); V_2 = L_0; int32_t L_1 = __this->___m_PathIndex; V_3 = L_1; int32_t L_2 = V_3; __this->___m_PathIndex = ((int32_t)il2cpp_codegen_add(L_2, 1)); int32_t L_3 = V_3; PropertyPathPart_tFB308743948D2298957DC1898D90AF2ACFED9DFF L_4; L_4 = PropertyPath_get_Item_mB0EFC5EAEB2A48E02906CDDC6435FDF4032EFAFD((&V_2), L_3, NULL); V_0 = L_4; int32_t L_5; L_5 = PropertyPathPart_get_Kind_m18581157E2924A9BF9FC8166CF98CBA468016541_inline((&V_0), NULL); V_5 = L_5; int32_t L_6 = V_5; V_4 = L_6; int32_t L_7 = V_4; switch (L_7) { case 0: { goto IL_0046; } case 1: { goto IL_008a; } case 2: { goto IL_00f6; } } } { goto IL_0162; } IL_0046: { RuntimeObject* L_8 = ___0_properties; V_6 = ((RuntimeObject*)IsInst((RuntimeObject*)L_8, il2cpp_rgctx_data(method->rgctx_data, 1))); RuntimeObject* L_9 = V_6; if (!L_9) { goto IL_0066; } } { RuntimeObject* L_10 = V_6; StyleTextShadow_tCDDF1FE733ADBAA5ACA3B74620D4728E83F54252* L_11 = ___1_container; String_t* L_12; L_12 = PropertyPathPart_get_Name_mFCEAE41CA7D7FAD0A0D7EB6D0B371AEAD7CE5A21((&V_0), NULL); NullCheck(L_10); bool L_13; L_13 = InterfaceFuncInvoker3< bool, StyleTextShadow_tCDDF1FE733ADBAA5ACA3B74620D4728E83F54252*, String_t*, RuntimeObject** >::Invoke(0, il2cpp_rgctx_data(method->rgctx_data, 1), L_10, L_11, L_12, (&V_1)); G_B5_0 = ((int32_t)(L_13)); goto IL_0067; } IL_0066: { G_B5_0 = 0; } IL_0067: { V_7 = (bool)G_B5_0; bool L_14 = V_7; if (!L_14) { goto IL_007a; } } { RuntimeObject* L_15 = V_1; StyleTextShadow_tCDDF1FE733ADBAA5ACA3B74620D4728E83F54252* L_16 = ___1_container; NullCheck((RuntimeObject*)L_15); InterfaceActionInvoker2< RuntimeObject*, StyleTextShadow_tCDDF1FE733ADBAA5ACA3B74620D4728E83F54252* >::Invoke(0, il2cpp_rgctx_data(method->rgctx_data, 5), (RuntimeObject*)L_15, (RuntimeObject*)__this, L_16); goto IL_0084; } IL_007a: { PathVisitor_set_ReturnCode_mB5629AE0124C70E479D9C4D44A8E552DA8BA19E0_inline(__this, (int32_t)4, NULL); } IL_0084: { goto IL_016c; } IL_008a: { RuntimeObject* L_17 = ___0_properties; V_8 = ((RuntimeObject*)IsInst((RuntimeObject*)L_17, il2cpp_rgctx_data(method->rgctx_data, 7))); RuntimeObject* L_18 = V_8; if (!L_18) { goto IL_00aa; } } { RuntimeObject* L_19 = V_8; StyleTextShadow_tCDDF1FE733ADBAA5ACA3B74620D4728E83F54252* L_20 = ___1_container; int32_t L_21; L_21 = PropertyPathPart_get_Index_mFCB3571720514B51BC7B373D45B19CCBD82FBF57((&V_0), NULL); NullCheck(L_19); bool L_22; L_22 = InterfaceFuncInvoker3< bool, StyleTextShadow_tCDDF1FE733ADBAA5ACA3B74620D4728E83F54252*, int32_t, RuntimeObject** >::Invoke(0, il2cpp_rgctx_data(method->rgctx_data, 7), L_19, L_20, L_21, (&V_1)); G_B12_0 = ((int32_t)(L_22)); goto IL_00ab; } IL_00aa: { G_B12_0 = 0; } IL_00ab: { V_9 = (bool)G_B12_0; bool L_23 = V_9; if (!L_23) { goto IL_00e9; } } { RuntimeObject* L_24 = V_1; RuntimeObject* L_25; L_25 = PathVisitor_get_Property_mA08B8FE123674A9F4529C9CEAC47F6E940846E9B_inline(__this, NULL); NullCheck(((RuntimeObject*)IsInst((RuntimeObject*)L_24, IAttributes_t699EF2D1D5A022C91D27888CE70518262A25928D_il2cpp_TypeInfo_var))); AttributesScope_t5A89FFE050A95DD67BD15C00A4D072EABAA376AE L_26; L_26 = InterfaceFuncInvoker1< AttributesScope_t5A89FFE050A95DD67BD15C00A4D072EABAA376AE, RuntimeObject* >::Invoke(4, IAttributes_t699EF2D1D5A022C91D27888CE70518262A25928D_il2cpp_TypeInfo_var, ((RuntimeObject*)IsInst((RuntimeObject*)L_24, IAttributes_t699EF2D1D5A022C91D27888CE70518262A25928D_il2cpp_TypeInfo_var)), ((RuntimeObject*)IsInst((RuntimeObject*)L_25, IAttributes_t699EF2D1D5A022C91D27888CE70518262A25928D_il2cpp_TypeInfo_var))); V_10 = L_26; } { auto __finallyBlock = il2cpp::utils::Finally([&] { FINALLY_00d7: { AttributesScope_Dispose_mE479F4FB0D23FD296817DD79630432BD4675E15D((&V_10), NULL); return; } }); try { RuntimeObject* L_27 = V_1; StyleTextShadow_tCDDF1FE733ADBAA5ACA3B74620D4728E83F54252* L_28 = ___1_container; NullCheck((RuntimeObject*)L_27); InterfaceActionInvoker2< RuntimeObject*, StyleTextShadow_tCDDF1FE733ADBAA5ACA3B74620D4728E83F54252* >::Invoke(0, il2cpp_rgctx_data(method->rgctx_data, 5), (RuntimeObject*)L_27, (RuntimeObject*)__this, L_28); goto IL_00e6; } catch(Il2CppExceptionWrapper& e) { __finallyBlock.StoreException(e.ex); } } IL_00e6: { goto IL_00f3; } IL_00e9: { PathVisitor_set_ReturnCode_mB5629AE0124C70E479D9C4D44A8E552DA8BA19E0_inline(__this, (int32_t)4, NULL); } IL_00f3: { goto IL_016c; } IL_00f6: { RuntimeObject* L_29 = ___0_properties; V_11 = ((RuntimeObject*)IsInst((RuntimeObject*)L_29, il2cpp_rgctx_data(method->rgctx_data, 9))); RuntimeObject* L_30 = V_11; if (!L_30) { goto IL_0116; } } { RuntimeObject* L_31 = V_11; StyleTextShadow_tCDDF1FE733ADBAA5ACA3B74620D4728E83F54252* L_32 = ___1_container; RuntimeObject* L_33; L_33 = PropertyPathPart_get_Key_m08AAAD0EF82806F72CA10628E7B8EC15322E7E6A((&V_0), NULL); NullCheck(L_31); bool L_34; L_34 = InterfaceFuncInvoker3< bool, StyleTextShadow_tCDDF1FE733ADBAA5ACA3B74620D4728E83F54252*, RuntimeObject*, RuntimeObject** >::Invoke(0, il2cpp_rgctx_data(method->rgctx_data, 9), L_31, L_32, L_33, (&V_1)); G_B22_0 = ((int32_t)(L_34)); goto IL_0117; } IL_0116: { G_B22_0 = 0; } IL_0117: { V_12 = (bool)G_B22_0; bool L_35 = V_12; if (!L_35) { goto IL_0155; } } { RuntimeObject* L_36 = V_1; RuntimeObject* L_37; L_37 = PathVisitor_get_Property_mA08B8FE123674A9F4529C9CEAC47F6E940846E9B_inline(__this, NULL); NullCheck(((RuntimeObject*)IsInst((RuntimeObject*)L_36, IAttributes_t699EF2D1D5A022C91D27888CE70518262A25928D_il2cpp_TypeInfo_var))); AttributesScope_t5A89FFE050A95DD67BD15C00A4D072EABAA376AE L_38; L_38 = InterfaceFuncInvoker1< AttributesScope_t5A89FFE050A95DD67BD15C00A4D072EABAA376AE, RuntimeObject* >::Invoke(4, IAttributes_t699EF2D1D5A022C91D27888CE70518262A25928D_il2cpp_TypeInfo_var, ((RuntimeObject*)IsInst((RuntimeObject*)L_36, IAttributes_t699EF2D1D5A022C91D27888CE70518262A25928D_il2cpp_TypeInfo_var)), ((RuntimeObject*)IsInst((RuntimeObject*)L_37, IAttributes_t699EF2D1D5A022C91D27888CE70518262A25928D_il2cpp_TypeInfo_var))); V_13 = L_38; } { auto __finallyBlock = il2cpp::utils::Finally([&] { FINALLY_0143: { AttributesScope_Dispose_mE479F4FB0D23FD296817DD79630432BD4675E15D((&V_13), NULL); return; } }); try { RuntimeObject* L_39 = V_1; StyleTextShadow_tCDDF1FE733ADBAA5ACA3B74620D4728E83F54252* L_40 = ___1_container; NullCheck((RuntimeObject*)L_39); InterfaceActionInvoker2< RuntimeObject*, StyleTextShadow_tCDDF1FE733ADBAA5ACA3B74620D4728E83F54252* >::Invoke(0, il2cpp_rgctx_data(method->rgctx_data, 5), (RuntimeObject*)L_39, (RuntimeObject*)__this, L_40); goto IL_0152; } catch(Il2CppExceptionWrapper& e) { __finallyBlock.StoreException(e.ex); } } IL_0152: { goto IL_015f; } IL_0155: { PathVisitor_set_ReturnCode_mB5629AE0124C70E479D9C4D44A8E552DA8BA19E0_inline(__this, (int32_t)4, NULL); } IL_015f: { goto IL_016c; } IL_0162: { PathVisitor_set_ReturnCode_mB5629AE0124C70E479D9C4D44A8E552DA8BA19E0_inline(__this, (int32_t)4, NULL); goto IL_016c; } IL_016c: { return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PathVisitor_Unity_Properties_IPropertyBagVisitor_Visit_TisStyleTransformOrigin_t708B2E73541ECAE23D286FE68D6BC2CCFAAB84A6_m62275DD2F8069694D40BA4D6F4C3200D7FEB1EF1_gshared (PathVisitor_tCD0947C41CDBDB774D22D560E5FFA01EF61C4446* __this, RuntimeObject* ___0_properties, StyleTransformOrigin_t708B2E73541ECAE23D286FE68D6BC2CCFAAB84A6* ___1_container, const RuntimeMethod* method) { if (!il2cpp_rgctx_is_initialized(method)) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IAttributes_t699EF2D1D5A022C91D27888CE70518262A25928D_il2cpp_TypeInfo_var); il2cpp_rgctx_method_init(method); } PropertyPathPart_tFB308743948D2298957DC1898D90AF2ACFED9DFF V_0; memset((&V_0), 0, sizeof(V_0)); RuntimeObject* V_1 = NULL; PropertyPath_tA523CA2740853534DF6C009C588464B45A6D0A79 V_2; memset((&V_2), 0, sizeof(V_2)); int32_t V_3 = 0; int32_t V_4 = 0; int32_t V_5 = 0; RuntimeObject* V_6 = NULL; bool V_7 = false; RuntimeObject* V_8 = NULL; bool V_9 = false; AttributesScope_t5A89FFE050A95DD67BD15C00A4D072EABAA376AE V_10; memset((&V_10), 0, sizeof(V_10)); RuntimeObject* V_11 = NULL; bool V_12 = false; AttributesScope_t5A89FFE050A95DD67BD15C00A4D072EABAA376AE V_13; memset((&V_13), 0, sizeof(V_13)); int32_t G_B5_0 = 0; int32_t G_B12_0 = 0; int32_t G_B22_0 = 0; { PropertyPath_tA523CA2740853534DF6C009C588464B45A6D0A79 L_0; L_0 = PathVisitor_get_Path_m98A92F21C11F12C0C88EAC86D0F2E853DFBF9BD3_inline(__this, NULL); V_2 = L_0; int32_t L_1 = __this->___m_PathIndex; V_3 = L_1; int32_t L_2 = V_3; __this->___m_PathIndex = ((int32_t)il2cpp_codegen_add(L_2, 1)); int32_t L_3 = V_3; PropertyPathPart_tFB308743948D2298957DC1898D90AF2ACFED9DFF L_4; L_4 = PropertyPath_get_Item_mB0EFC5EAEB2A48E02906CDDC6435FDF4032EFAFD((&V_2), L_3, NULL); V_0 = L_4; int32_t L_5; L_5 = PropertyPathPart_get_Kind_m18581157E2924A9BF9FC8166CF98CBA468016541_inline((&V_0), NULL); V_5 = L_5; int32_t L_6 = V_5; V_4 = L_6; int32_t L_7 = V_4; switch (L_7) { case 0: { goto IL_0046; } case 1: { goto IL_008a; } case 2: { goto IL_00f6; } } } { goto IL_0162; } IL_0046: { RuntimeObject* L_8 = ___0_properties; V_6 = ((RuntimeObject*)IsInst((RuntimeObject*)L_8, il2cpp_rgctx_data(method->rgctx_data, 1))); RuntimeObject* L_9 = V_6; if (!L_9) { goto IL_0066; } } { RuntimeObject* L_10 = V_6; StyleTransformOrigin_t708B2E73541ECAE23D286FE68D6BC2CCFAAB84A6* L_11 = ___1_container; String_t* L_12; L_12 = PropertyPathPart_get_Name_mFCEAE41CA7D7FAD0A0D7EB6D0B371AEAD7CE5A21((&V_0), NULL); NullCheck(L_10); bool L_13; L_13 = InterfaceFuncInvoker3< bool, StyleTransformOrigin_t708B2E73541ECAE23D286FE68D6BC2CCFAAB84A6*, String_t*, RuntimeObject** >::Invoke(0, il2cpp_rgctx_data(method->rgctx_data, 1), L_10, L_11, L_12, (&V_1)); G_B5_0 = ((int32_t)(L_13)); goto IL_0067; } IL_0066: { G_B5_0 = 0; } IL_0067: { V_7 = (bool)G_B5_0; bool L_14 = V_7; if (!L_14) { goto IL_007a; } } { RuntimeObject* L_15 = V_1; StyleTransformOrigin_t708B2E73541ECAE23D286FE68D6BC2CCFAAB84A6* L_16 = ___1_container; NullCheck((RuntimeObject*)L_15); InterfaceActionInvoker2< RuntimeObject*, StyleTransformOrigin_t708B2E73541ECAE23D286FE68D6BC2CCFAAB84A6* >::Invoke(0, il2cpp_rgctx_data(method->rgctx_data, 5), (RuntimeObject*)L_15, (RuntimeObject*)__this, L_16); goto IL_0084; } IL_007a: { PathVisitor_set_ReturnCode_mB5629AE0124C70E479D9C4D44A8E552DA8BA19E0_inline(__this, (int32_t)4, NULL); } IL_0084: { goto IL_016c; } IL_008a: { RuntimeObject* L_17 = ___0_properties; V_8 = ((RuntimeObject*)IsInst((RuntimeObject*)L_17, il2cpp_rgctx_data(method->rgctx_data, 7))); RuntimeObject* L_18 = V_8; if (!L_18) { goto IL_00aa; } } { RuntimeObject* L_19 = V_8; StyleTransformOrigin_t708B2E73541ECAE23D286FE68D6BC2CCFAAB84A6* L_20 = ___1_container; int32_t L_21; L_21 = PropertyPathPart_get_Index_mFCB3571720514B51BC7B373D45B19CCBD82FBF57((&V_0), NULL); NullCheck(L_19); bool L_22; L_22 = InterfaceFuncInvoker3< bool, StyleTransformOrigin_t708B2E73541ECAE23D286FE68D6BC2CCFAAB84A6*, int32_t, RuntimeObject** >::Invoke(0, il2cpp_rgctx_data(method->rgctx_data, 7), L_19, L_20, L_21, (&V_1)); G_B12_0 = ((int32_t)(L_22)); goto IL_00ab; } IL_00aa: { G_B12_0 = 0; } IL_00ab: { V_9 = (bool)G_B12_0; bool L_23 = V_9; if (!L_23) { goto IL_00e9; } } { RuntimeObject* L_24 = V_1; RuntimeObject* L_25; L_25 = PathVisitor_get_Property_mA08B8FE123674A9F4529C9CEAC47F6E940846E9B_inline(__this, NULL); NullCheck(((RuntimeObject*)IsInst((RuntimeObject*)L_24, IAttributes_t699EF2D1D5A022C91D27888CE70518262A25928D_il2cpp_TypeInfo_var))); AttributesScope_t5A89FFE050A95DD67BD15C00A4D072EABAA376AE L_26; L_26 = InterfaceFuncInvoker1< AttributesScope_t5A89FFE050A95DD67BD15C00A4D072EABAA376AE, RuntimeObject* >::Invoke(4, IAttributes_t699EF2D1D5A022C91D27888CE70518262A25928D_il2cpp_TypeInfo_var, ((RuntimeObject*)IsInst((RuntimeObject*)L_24, IAttributes_t699EF2D1D5A022C91D27888CE70518262A25928D_il2cpp_TypeInfo_var)), ((RuntimeObject*)IsInst((RuntimeObject*)L_25, IAttributes_t699EF2D1D5A022C91D27888CE70518262A25928D_il2cpp_TypeInfo_var))); V_10 = L_26; } { auto __finallyBlock = il2cpp::utils::Finally([&] { FINALLY_00d7: { AttributesScope_Dispose_mE479F4FB0D23FD296817DD79630432BD4675E15D((&V_10), NULL); return; } }); try { RuntimeObject* L_27 = V_1; StyleTransformOrigin_t708B2E73541ECAE23D286FE68D6BC2CCFAAB84A6* L_28 = ___1_container; NullCheck((RuntimeObject*)L_27); InterfaceActionInvoker2< RuntimeObject*, StyleTransformOrigin_t708B2E73541ECAE23D286FE68D6BC2CCFAAB84A6* >::Invoke(0, il2cpp_rgctx_data(method->rgctx_data, 5), (RuntimeObject*)L_27, (RuntimeObject*)__this, L_28); goto IL_00e6; } catch(Il2CppExceptionWrapper& e) { __finallyBlock.StoreException(e.ex); } } IL_00e6: { goto IL_00f3; } IL_00e9: { PathVisitor_set_ReturnCode_mB5629AE0124C70E479D9C4D44A8E552DA8BA19E0_inline(__this, (int32_t)4, NULL); } IL_00f3: { goto IL_016c; } IL_00f6: { RuntimeObject* L_29 = ___0_properties; V_11 = ((RuntimeObject*)IsInst((RuntimeObject*)L_29, il2cpp_rgctx_data(method->rgctx_data, 9))); RuntimeObject* L_30 = V_11; if (!L_30) { goto IL_0116; } } { RuntimeObject* L_31 = V_11; StyleTransformOrigin_t708B2E73541ECAE23D286FE68D6BC2CCFAAB84A6* L_32 = ___1_container; RuntimeObject* L_33; L_33 = PropertyPathPart_get_Key_m08AAAD0EF82806F72CA10628E7B8EC15322E7E6A((&V_0), NULL); NullCheck(L_31); bool L_34; L_34 = InterfaceFuncInvoker3< bool, StyleTransformOrigin_t708B2E73541ECAE23D286FE68D6BC2CCFAAB84A6*, RuntimeObject*, RuntimeObject** >::Invoke(0, il2cpp_rgctx_data(method->rgctx_data, 9), L_31, L_32, L_33, (&V_1)); G_B22_0 = ((int32_t)(L_34)); goto IL_0117; } IL_0116: { G_B22_0 = 0; } IL_0117: { V_12 = (bool)G_B22_0; bool L_35 = V_12; if (!L_35) { goto IL_0155; } } { RuntimeObject* L_36 = V_1; RuntimeObject* L_37; L_37 = PathVisitor_get_Property_mA08B8FE123674A9F4529C9CEAC47F6E940846E9B_inline(__this, NULL); NullCheck(((RuntimeObject*)IsInst((RuntimeObject*)L_36, IAttributes_t699EF2D1D5A022C91D27888CE70518262A25928D_il2cpp_TypeInfo_var))); AttributesScope_t5A89FFE050A95DD67BD15C00A4D072EABAA376AE L_38; L_38 = InterfaceFuncInvoker1< AttributesScope_t5A89FFE050A95DD67BD15C00A4D072EABAA376AE, RuntimeObject* >::Invoke(4, IAttributes_t699EF2D1D5A022C91D27888CE70518262A25928D_il2cpp_TypeInfo_var, ((RuntimeObject*)IsInst((RuntimeObject*)L_36, IAttributes_t699EF2D1D5A022C91D27888CE70518262A25928D_il2cpp_TypeInfo_var)), ((RuntimeObject*)IsInst((RuntimeObject*)L_37, IAttributes_t699EF2D1D5A022C91D27888CE70518262A25928D_il2cpp_TypeInfo_var))); V_13 = L_38; } { auto __finallyBlock = il2cpp::utils::Finally([&] { FINALLY_0143: { AttributesScope_Dispose_mE479F4FB0D23FD296817DD79630432BD4675E15D((&V_13), NULL); return; } }); try { RuntimeObject* L_39 = V_1; StyleTransformOrigin_t708B2E73541ECAE23D286FE68D6BC2CCFAAB84A6* L_40 = ___1_container; NullCheck((RuntimeObject*)L_39); InterfaceActionInvoker2< RuntimeObject*, StyleTransformOrigin_t708B2E73541ECAE23D286FE68D6BC2CCFAAB84A6* >::Invoke(0, il2cpp_rgctx_data(method->rgctx_data, 5), (RuntimeObject*)L_39, (RuntimeObject*)__this, L_40); goto IL_0152; } catch(Il2CppExceptionWrapper& e) { __finallyBlock.StoreException(e.ex); } } IL_0152: { goto IL_015f; } IL_0155: { PathVisitor_set_ReturnCode_mB5629AE0124C70E479D9C4D44A8E552DA8BA19E0_inline(__this, (int32_t)4, NULL); } IL_015f: { goto IL_016c; } IL_0162: { PathVisitor_set_ReturnCode_mB5629AE0124C70E479D9C4D44A8E552DA8BA19E0_inline(__this, (int32_t)4, NULL); goto IL_016c; } IL_016c: { return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PathVisitor_Unity_Properties_IPropertyBagVisitor_Visit_TisStyleTranslate_tF9528CA4B45EE4EB2C4D294336A83D88DB6AF089_m9B92F7028C96F990CC5C76746FC6C486E6ED9720_gshared (PathVisitor_tCD0947C41CDBDB774D22D560E5FFA01EF61C4446* __this, RuntimeObject* ___0_properties, StyleTranslate_tF9528CA4B45EE4EB2C4D294336A83D88DB6AF089* ___1_container, const RuntimeMethod* method) { if (!il2cpp_rgctx_is_initialized(method)) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IAttributes_t699EF2D1D5A022C91D27888CE70518262A25928D_il2cpp_TypeInfo_var); il2cpp_rgctx_method_init(method); } PropertyPathPart_tFB308743948D2298957DC1898D90AF2ACFED9DFF V_0; memset((&V_0), 0, sizeof(V_0)); RuntimeObject* V_1 = NULL; PropertyPath_tA523CA2740853534DF6C009C588464B45A6D0A79 V_2; memset((&V_2), 0, sizeof(V_2)); int32_t V_3 = 0; int32_t V_4 = 0; int32_t V_5 = 0; RuntimeObject* V_6 = NULL; bool V_7 = false; RuntimeObject* V_8 = NULL; bool V_9 = false; AttributesScope_t5A89FFE050A95DD67BD15C00A4D072EABAA376AE V_10; memset((&V_10), 0, sizeof(V_10)); RuntimeObject* V_11 = NULL; bool V_12 = false; AttributesScope_t5A89FFE050A95DD67BD15C00A4D072EABAA376AE V_13; memset((&V_13), 0, sizeof(V_13)); int32_t G_B5_0 = 0; int32_t G_B12_0 = 0; int32_t G_B22_0 = 0; { PropertyPath_tA523CA2740853534DF6C009C588464B45A6D0A79 L_0; L_0 = PathVisitor_get_Path_m98A92F21C11F12C0C88EAC86D0F2E853DFBF9BD3_inline(__this, NULL); V_2 = L_0; int32_t L_1 = __this->___m_PathIndex; V_3 = L_1; int32_t L_2 = V_3; __this->___m_PathIndex = ((int32_t)il2cpp_codegen_add(L_2, 1)); int32_t L_3 = V_3; PropertyPathPart_tFB308743948D2298957DC1898D90AF2ACFED9DFF L_4; L_4 = PropertyPath_get_Item_mB0EFC5EAEB2A48E02906CDDC6435FDF4032EFAFD((&V_2), L_3, NULL); V_0 = L_4; int32_t L_5; L_5 = PropertyPathPart_get_Kind_m18581157E2924A9BF9FC8166CF98CBA468016541_inline((&V_0), NULL); V_5 = L_5; int32_t L_6 = V_5; V_4 = L_6; int32_t L_7 = V_4; switch (L_7) { case 0: { goto IL_0046; } case 1: { goto IL_008a; } case 2: { goto IL_00f6; } } } { goto IL_0162; } IL_0046: { RuntimeObject* L_8 = ___0_properties; V_6 = ((RuntimeObject*)IsInst((RuntimeObject*)L_8, il2cpp_rgctx_data(method->rgctx_data, 1))); RuntimeObject* L_9 = V_6; if (!L_9) { goto IL_0066; } } { RuntimeObject* L_10 = V_6; StyleTranslate_tF9528CA4B45EE4EB2C4D294336A83D88DB6AF089* L_11 = ___1_container; String_t* L_12; L_12 = PropertyPathPart_get_Name_mFCEAE41CA7D7FAD0A0D7EB6D0B371AEAD7CE5A21((&V_0), NULL); NullCheck(L_10); bool L_13; L_13 = InterfaceFuncInvoker3< bool, StyleTranslate_tF9528CA4B45EE4EB2C4D294336A83D88DB6AF089*, String_t*, RuntimeObject** >::Invoke(0, il2cpp_rgctx_data(method->rgctx_data, 1), L_10, L_11, L_12, (&V_1)); G_B5_0 = ((int32_t)(L_13)); goto IL_0067; } IL_0066: { G_B5_0 = 0; } IL_0067: { V_7 = (bool)G_B5_0; bool L_14 = V_7; if (!L_14) { goto IL_007a; } } { RuntimeObject* L_15 = V_1; StyleTranslate_tF9528CA4B45EE4EB2C4D294336A83D88DB6AF089* L_16 = ___1_container; NullCheck((RuntimeObject*)L_15); InterfaceActionInvoker2< RuntimeObject*, StyleTranslate_tF9528CA4B45EE4EB2C4D294336A83D88DB6AF089* >::Invoke(0, il2cpp_rgctx_data(method->rgctx_data, 5), (RuntimeObject*)L_15, (RuntimeObject*)__this, L_16); goto IL_0084; } IL_007a: { PathVisitor_set_ReturnCode_mB5629AE0124C70E479D9C4D44A8E552DA8BA19E0_inline(__this, (int32_t)4, NULL); } IL_0084: { goto IL_016c; } IL_008a: { RuntimeObject* L_17 = ___0_properties; V_8 = ((RuntimeObject*)IsInst((RuntimeObject*)L_17, il2cpp_rgctx_data(method->rgctx_data, 7))); RuntimeObject* L_18 = V_8; if (!L_18) { goto IL_00aa; } } { RuntimeObject* L_19 = V_8; StyleTranslate_tF9528CA4B45EE4EB2C4D294336A83D88DB6AF089* L_20 = ___1_container; int32_t L_21; L_21 = PropertyPathPart_get_Index_mFCB3571720514B51BC7B373D45B19CCBD82FBF57((&V_0), NULL); NullCheck(L_19); bool L_22; L_22 = InterfaceFuncInvoker3< bool, StyleTranslate_tF9528CA4B45EE4EB2C4D294336A83D88DB6AF089*, int32_t, RuntimeObject** >::Invoke(0, il2cpp_rgctx_data(method->rgctx_data, 7), L_19, L_20, L_21, (&V_1)); G_B12_0 = ((int32_t)(L_22)); goto IL_00ab; } IL_00aa: { G_B12_0 = 0; } IL_00ab: { V_9 = (bool)G_B12_0; bool L_23 = V_9; if (!L_23) { goto IL_00e9; } } { RuntimeObject* L_24 = V_1; RuntimeObject* L_25; L_25 = PathVisitor_get_Property_mA08B8FE123674A9F4529C9CEAC47F6E940846E9B_inline(__this, NULL); NullCheck(((RuntimeObject*)IsInst((RuntimeObject*)L_24, IAttributes_t699EF2D1D5A022C91D27888CE70518262A25928D_il2cpp_TypeInfo_var))); AttributesScope_t5A89FFE050A95DD67BD15C00A4D072EABAA376AE L_26; L_26 = InterfaceFuncInvoker1< AttributesScope_t5A89FFE050A95DD67BD15C00A4D072EABAA376AE, RuntimeObject* >::Invoke(4, IAttributes_t699EF2D1D5A022C91D27888CE70518262A25928D_il2cpp_TypeInfo_var, ((RuntimeObject*)IsInst((RuntimeObject*)L_24, IAttributes_t699EF2D1D5A022C91D27888CE70518262A25928D_il2cpp_TypeInfo_var)), ((RuntimeObject*)IsInst((RuntimeObject*)L_25, IAttributes_t699EF2D1D5A022C91D27888CE70518262A25928D_il2cpp_TypeInfo_var))); V_10 = L_26; } { auto __finallyBlock = il2cpp::utils::Finally([&] { FINALLY_00d7: { AttributesScope_Dispose_mE479F4FB0D23FD296817DD79630432BD4675E15D((&V_10), NULL); return; } }); try { RuntimeObject* L_27 = V_1; StyleTranslate_tF9528CA4B45EE4EB2C4D294336A83D88DB6AF089* L_28 = ___1_container; NullCheck((RuntimeObject*)L_27); InterfaceActionInvoker2< RuntimeObject*, StyleTranslate_tF9528CA4B45EE4EB2C4D294336A83D88DB6AF089* >::Invoke(0, il2cpp_rgctx_data(method->rgctx_data, 5), (RuntimeObject*)L_27, (RuntimeObject*)__this, L_28); goto IL_00e6; } catch(Il2CppExceptionWrapper& e) { __finallyBlock.StoreException(e.ex); } } IL_00e6: { goto IL_00f3; } IL_00e9: { PathVisitor_set_ReturnCode_mB5629AE0124C70E479D9C4D44A8E552DA8BA19E0_inline(__this, (int32_t)4, NULL); } IL_00f3: { goto IL_016c; } IL_00f6: { RuntimeObject* L_29 = ___0_properties; V_11 = ((RuntimeObject*)IsInst((RuntimeObject*)L_29, il2cpp_rgctx_data(method->rgctx_data, 9))); RuntimeObject* L_30 = V_11; if (!L_30) { goto IL_0116; } } { RuntimeObject* L_31 = V_11; StyleTranslate_tF9528CA4B45EE4EB2C4D294336A83D88DB6AF089* L_32 = ___1_container; RuntimeObject* L_33; L_33 = PropertyPathPart_get_Key_m08AAAD0EF82806F72CA10628E7B8EC15322E7E6A((&V_0), NULL); NullCheck(L_31); bool L_34; L_34 = InterfaceFuncInvoker3< bool, StyleTranslate_tF9528CA4B45EE4EB2C4D294336A83D88DB6AF089*, RuntimeObject*, RuntimeObject** >::Invoke(0, il2cpp_rgctx_data(method->rgctx_data, 9), L_31, L_32, L_33, (&V_1)); G_B22_0 = ((int32_t)(L_34)); goto IL_0117; } IL_0116: { G_B22_0 = 0; } IL_0117: { V_12 = (bool)G_B22_0; bool L_35 = V_12; if (!L_35) { goto IL_0155; } } { RuntimeObject* L_36 = V_1; RuntimeObject* L_37; L_37 = PathVisitor_get_Property_mA08B8FE123674A9F4529C9CEAC47F6E940846E9B_inline(__this, NULL); NullCheck(((RuntimeObject*)IsInst((RuntimeObject*)L_36, IAttributes_t699EF2D1D5A022C91D27888CE70518262A25928D_il2cpp_TypeInfo_var))); AttributesScope_t5A89FFE050A95DD67BD15C00A4D072EABAA376AE L_38; L_38 = InterfaceFuncInvoker1< AttributesScope_t5A89FFE050A95DD67BD15C00A4D072EABAA376AE, RuntimeObject* >::Invoke(4, IAttributes_t699EF2D1D5A022C91D27888CE70518262A25928D_il2cpp_TypeInfo_var, ((RuntimeObject*)IsInst((RuntimeObject*)L_36, IAttributes_t699EF2D1D5A022C91D27888CE70518262A25928D_il2cpp_TypeInfo_var)), ((RuntimeObject*)IsInst((RuntimeObject*)L_37, IAttributes_t699EF2D1D5A022C91D27888CE70518262A25928D_il2cpp_TypeInfo_var))); V_13 = L_38; } { auto __finallyBlock = il2cpp::utils::Finally([&] { FINALLY_0143: { AttributesScope_Dispose_mE479F4FB0D23FD296817DD79630432BD4675E15D((&V_13), NULL); return; } }); try { RuntimeObject* L_39 = V_1; StyleTranslate_tF9528CA4B45EE4EB2C4D294336A83D88DB6AF089* L_40 = ___1_container; NullCheck((RuntimeObject*)L_39); InterfaceActionInvoker2< RuntimeObject*, StyleTranslate_tF9528CA4B45EE4EB2C4D294336A83D88DB6AF089* >::Invoke(0, il2cpp_rgctx_data(method->rgctx_data, 5), (RuntimeObject*)L_39, (RuntimeObject*)__this, L_40); goto IL_0152; } catch(Il2CppExceptionWrapper& e) { __finallyBlock.StoreException(e.ex); } } IL_0152: { goto IL_015f; } IL_0155: { PathVisitor_set_ReturnCode_mB5629AE0124C70E479D9C4D44A8E552DA8BA19E0_inline(__this, (int32_t)4, NULL); } IL_015f: { goto IL_016c; } IL_0162: { PathVisitor_set_ReturnCode_mB5629AE0124C70E479D9C4D44A8E552DA8BA19E0_inline(__this, (int32_t)4, NULL); goto IL_016c; } IL_016c: { return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PathVisitor_Unity_Properties_IPropertyBagVisitor_Visit_TisTextShadow_t6BADF37AB90ABCB63859A225B58AC5A580950A05_m487A110E4985E524A1CBD80EDF0EC7724409C0F8_gshared (PathVisitor_tCD0947C41CDBDB774D22D560E5FFA01EF61C4446* __this, RuntimeObject* ___0_properties, TextShadow_t6BADF37AB90ABCB63859A225B58AC5A580950A05* ___1_container, const RuntimeMethod* method) { if (!il2cpp_rgctx_is_initialized(method)) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IAttributes_t699EF2D1D5A022C91D27888CE70518262A25928D_il2cpp_TypeInfo_var); il2cpp_rgctx_method_init(method); } PropertyPathPart_tFB308743948D2298957DC1898D90AF2ACFED9DFF V_0; memset((&V_0), 0, sizeof(V_0)); RuntimeObject* V_1 = NULL; PropertyPath_tA523CA2740853534DF6C009C588464B45A6D0A79 V_2; memset((&V_2), 0, sizeof(V_2)); int32_t V_3 = 0; int32_t V_4 = 0; int32_t V_5 = 0; RuntimeObject* V_6 = NULL; bool V_7 = false; RuntimeObject* V_8 = NULL; bool V_9 = false; AttributesScope_t5A89FFE050A95DD67BD15C00A4D072EABAA376AE V_10; memset((&V_10), 0, sizeof(V_10)); RuntimeObject* V_11 = NULL; bool V_12 = false; AttributesScope_t5A89FFE050A95DD67BD15C00A4D072EABAA376AE V_13; memset((&V_13), 0, sizeof(V_13)); int32_t G_B5_0 = 0; int32_t G_B12_0 = 0; int32_t G_B22_0 = 0; { PropertyPath_tA523CA2740853534DF6C009C588464B45A6D0A79 L_0; L_0 = PathVisitor_get_Path_m98A92F21C11F12C0C88EAC86D0F2E853DFBF9BD3_inline(__this, NULL); V_2 = L_0; int32_t L_1 = __this->___m_PathIndex; V_3 = L_1; int32_t L_2 = V_3; __this->___m_PathIndex = ((int32_t)il2cpp_codegen_add(L_2, 1)); int32_t L_3 = V_3; PropertyPathPart_tFB308743948D2298957DC1898D90AF2ACFED9DFF L_4; L_4 = PropertyPath_get_Item_mB0EFC5EAEB2A48E02906CDDC6435FDF4032EFAFD((&V_2), L_3, NULL); V_0 = L_4; int32_t L_5; L_5 = PropertyPathPart_get_Kind_m18581157E2924A9BF9FC8166CF98CBA468016541_inline((&V_0), NULL); V_5 = L_5; int32_t L_6 = V_5; V_4 = L_6; int32_t L_7 = V_4; switch (L_7) { case 0: { goto IL_0046; } case 1: { goto IL_008a; } case 2: { goto IL_00f6; } } } { goto IL_0162; } IL_0046: { RuntimeObject* L_8 = ___0_properties; V_6 = ((RuntimeObject*)IsInst((RuntimeObject*)L_8, il2cpp_rgctx_data(method->rgctx_data, 1))); RuntimeObject* L_9 = V_6; if (!L_9) { goto IL_0066; } } { RuntimeObject* L_10 = V_6; TextShadow_t6BADF37AB90ABCB63859A225B58AC5A580950A05* L_11 = ___1_container; String_t* L_12; L_12 = PropertyPathPart_get_Name_mFCEAE41CA7D7FAD0A0D7EB6D0B371AEAD7CE5A21((&V_0), NULL); NullCheck(L_10); bool L_13; L_13 = InterfaceFuncInvoker3< bool, TextShadow_t6BADF37AB90ABCB63859A225B58AC5A580950A05*, String_t*, RuntimeObject** >::Invoke(0, il2cpp_rgctx_data(method->rgctx_data, 1), L_10, L_11, L_12, (&V_1)); G_B5_0 = ((int32_t)(L_13)); goto IL_0067; } IL_0066: { G_B5_0 = 0; } IL_0067: { V_7 = (bool)G_B5_0; bool L_14 = V_7; if (!L_14) { goto IL_007a; } } { RuntimeObject* L_15 = V_1; TextShadow_t6BADF37AB90ABCB63859A225B58AC5A580950A05* L_16 = ___1_container; NullCheck((RuntimeObject*)L_15); InterfaceActionInvoker2< RuntimeObject*, TextShadow_t6BADF37AB90ABCB63859A225B58AC5A580950A05* >::Invoke(0, il2cpp_rgctx_data(method->rgctx_data, 5), (RuntimeObject*)L_15, (RuntimeObject*)__this, L_16); goto IL_0084; } IL_007a: { PathVisitor_set_ReturnCode_mB5629AE0124C70E479D9C4D44A8E552DA8BA19E0_inline(__this, (int32_t)4, NULL); } IL_0084: { goto IL_016c; } IL_008a: { RuntimeObject* L_17 = ___0_properties; V_8 = ((RuntimeObject*)IsInst((RuntimeObject*)L_17, il2cpp_rgctx_data(method->rgctx_data, 7))); RuntimeObject* L_18 = V_8; if (!L_18) { goto IL_00aa; } } { RuntimeObject* L_19 = V_8; TextShadow_t6BADF37AB90ABCB63859A225B58AC5A580950A05* L_20 = ___1_container; int32_t L_21; L_21 = PropertyPathPart_get_Index_mFCB3571720514B51BC7B373D45B19CCBD82FBF57((&V_0), NULL); NullCheck(L_19); bool L_22; L_22 = InterfaceFuncInvoker3< bool, TextShadow_t6BADF37AB90ABCB63859A225B58AC5A580950A05*, int32_t, RuntimeObject** >::Invoke(0, il2cpp_rgctx_data(method->rgctx_data, 7), L_19, L_20, L_21, (&V_1)); G_B12_0 = ((int32_t)(L_22)); goto IL_00ab; } IL_00aa: { G_B12_0 = 0; } IL_00ab: { V_9 = (bool)G_B12_0; bool L_23 = V_9; if (!L_23) { goto IL_00e9; } } { RuntimeObject* L_24 = V_1; RuntimeObject* L_25; L_25 = PathVisitor_get_Property_mA08B8FE123674A9F4529C9CEAC47F6E940846E9B_inline(__this, NULL); NullCheck(((RuntimeObject*)IsInst((RuntimeObject*)L_24, IAttributes_t699EF2D1D5A022C91D27888CE70518262A25928D_il2cpp_TypeInfo_var))); AttributesScope_t5A89FFE050A95DD67BD15C00A4D072EABAA376AE L_26; L_26 = InterfaceFuncInvoker1< AttributesScope_t5A89FFE050A95DD67BD15C00A4D072EABAA376AE, RuntimeObject* >::Invoke(4, IAttributes_t699EF2D1D5A022C91D27888CE70518262A25928D_il2cpp_TypeInfo_var, ((RuntimeObject*)IsInst((RuntimeObject*)L_24, IAttributes_t699EF2D1D5A022C91D27888CE70518262A25928D_il2cpp_TypeInfo_var)), ((RuntimeObject*)IsInst((RuntimeObject*)L_25, IAttributes_t699EF2D1D5A022C91D27888CE70518262A25928D_il2cpp_TypeInfo_var))); V_10 = L_26; } { auto __finallyBlock = il2cpp::utils::Finally([&] { FINALLY_00d7: { AttributesScope_Dispose_mE479F4FB0D23FD296817DD79630432BD4675E15D((&V_10), NULL); return; } }); try { RuntimeObject* L_27 = V_1; TextShadow_t6BADF37AB90ABCB63859A225B58AC5A580950A05* L_28 = ___1_container; NullCheck((RuntimeObject*)L_27); InterfaceActionInvoker2< RuntimeObject*, TextShadow_t6BADF37AB90ABCB63859A225B58AC5A580950A05* >::Invoke(0, il2cpp_rgctx_data(method->rgctx_data, 5), (RuntimeObject*)L_27, (RuntimeObject*)__this, L_28); goto IL_00e6; } catch(Il2CppExceptionWrapper& e) { __finallyBlock.StoreException(e.ex); } } IL_00e6: { goto IL_00f3; } IL_00e9: { PathVisitor_set_ReturnCode_mB5629AE0124C70E479D9C4D44A8E552DA8BA19E0_inline(__this, (int32_t)4, NULL); } IL_00f3: { goto IL_016c; } IL_00f6: { RuntimeObject* L_29 = ___0_properties; V_11 = ((RuntimeObject*)IsInst((RuntimeObject*)L_29, il2cpp_rgctx_data(method->rgctx_data, 9))); RuntimeObject* L_30 = V_11; if (!L_30) { goto IL_0116; } } { RuntimeObject* L_31 = V_11; TextShadow_t6BADF37AB90ABCB63859A225B58AC5A580950A05* L_32 = ___1_container; RuntimeObject* L_33; L_33 = PropertyPathPart_get_Key_m08AAAD0EF82806F72CA10628E7B8EC15322E7E6A((&V_0), NULL); NullCheck(L_31); bool L_34; L_34 = InterfaceFuncInvoker3< bool, TextShadow_t6BADF37AB90ABCB63859A225B58AC5A580950A05*, RuntimeObject*, RuntimeObject** >::Invoke(0, il2cpp_rgctx_data(method->rgctx_data, 9), L_31, L_32, L_33, (&V_1)); G_B22_0 = ((int32_t)(L_34)); goto IL_0117; } IL_0116: { G_B22_0 = 0; } IL_0117: { V_12 = (bool)G_B22_0; bool L_35 = V_12; if (!L_35) { goto IL_0155; } } { RuntimeObject* L_36 = V_1; RuntimeObject* L_37; L_37 = PathVisitor_get_Property_mA08B8FE123674A9F4529C9CEAC47F6E940846E9B_inline(__this, NULL); NullCheck(((RuntimeObject*)IsInst((RuntimeObject*)L_36, IAttributes_t699EF2D1D5A022C91D27888CE70518262A25928D_il2cpp_TypeInfo_var))); AttributesScope_t5A89FFE050A95DD67BD15C00A4D072EABAA376AE L_38; L_38 = InterfaceFuncInvoker1< AttributesScope_t5A89FFE050A95DD67BD15C00A4D072EABAA376AE, RuntimeObject* >::Invoke(4, IAttributes_t699EF2D1D5A022C91D27888CE70518262A25928D_il2cpp_TypeInfo_var, ((RuntimeObject*)IsInst((RuntimeObject*)L_36, IAttributes_t699EF2D1D5A022C91D27888CE70518262A25928D_il2cpp_TypeInfo_var)), ((RuntimeObject*)IsInst((RuntimeObject*)L_37, IAttributes_t699EF2D1D5A022C91D27888CE70518262A25928D_il2cpp_TypeInfo_var))); V_13 = L_38; } { auto __finallyBlock = il2cpp::utils::Finally([&] { FINALLY_0143: { AttributesScope_Dispose_mE479F4FB0D23FD296817DD79630432BD4675E15D((&V_13), NULL); return; } }); try { RuntimeObject* L_39 = V_1; TextShadow_t6BADF37AB90ABCB63859A225B58AC5A580950A05* L_40 = ___1_container; NullCheck((RuntimeObject*)L_39); InterfaceActionInvoker2< RuntimeObject*, TextShadow_t6BADF37AB90ABCB63859A225B58AC5A580950A05* >::Invoke(0, il2cpp_rgctx_data(method->rgctx_data, 5), (RuntimeObject*)L_39, (RuntimeObject*)__this, L_40); goto IL_0152; } catch(Il2CppExceptionWrapper& e) { __finallyBlock.StoreException(e.ex); } } IL_0152: { goto IL_015f; } IL_0155: { PathVisitor_set_ReturnCode_mB5629AE0124C70E479D9C4D44A8E552DA8BA19E0_inline(__this, (int32_t)4, NULL); } IL_015f: { goto IL_016c; } IL_0162: { PathVisitor_set_ReturnCode_mB5629AE0124C70E479D9C4D44A8E552DA8BA19E0_inline(__this, (int32_t)4, NULL); goto IL_016c; } IL_016c: { return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PathVisitor_Unity_Properties_IPropertyBagVisitor_Visit_TisTimeValue_t45AE43B219493F9459363F32C79E8986B5F82E0E_m7EC34B7D12DF0F5320B417C6951CA8EB7353753C_gshared (PathVisitor_tCD0947C41CDBDB774D22D560E5FFA01EF61C4446* __this, RuntimeObject* ___0_properties, TimeValue_t45AE43B219493F9459363F32C79E8986B5F82E0E* ___1_container, const RuntimeMethod* method) { if (!il2cpp_rgctx_is_initialized(method)) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IAttributes_t699EF2D1D5A022C91D27888CE70518262A25928D_il2cpp_TypeInfo_var); il2cpp_rgctx_method_init(method); } PropertyPathPart_tFB308743948D2298957DC1898D90AF2ACFED9DFF V_0; memset((&V_0), 0, sizeof(V_0)); RuntimeObject* V_1 = NULL; PropertyPath_tA523CA2740853534DF6C009C588464B45A6D0A79 V_2; memset((&V_2), 0, sizeof(V_2)); int32_t V_3 = 0; int32_t V_4 = 0; int32_t V_5 = 0; RuntimeObject* V_6 = NULL; bool V_7 = false; RuntimeObject* V_8 = NULL; bool V_9 = false; AttributesScope_t5A89FFE050A95DD67BD15C00A4D072EABAA376AE V_10; memset((&V_10), 0, sizeof(V_10)); RuntimeObject* V_11 = NULL; bool V_12 = false; AttributesScope_t5A89FFE050A95DD67BD15C00A4D072EABAA376AE V_13; memset((&V_13), 0, sizeof(V_13)); int32_t G_B5_0 = 0; int32_t G_B12_0 = 0; int32_t G_B22_0 = 0; { PropertyPath_tA523CA2740853534DF6C009C588464B45A6D0A79 L_0; L_0 = PathVisitor_get_Path_m98A92F21C11F12C0C88EAC86D0F2E853DFBF9BD3_inline(__this, NULL); V_2 = L_0; int32_t L_1 = __this->___m_PathIndex; V_3 = L_1; int32_t L_2 = V_3; __this->___m_PathIndex = ((int32_t)il2cpp_codegen_add(L_2, 1)); int32_t L_3 = V_3; PropertyPathPart_tFB308743948D2298957DC1898D90AF2ACFED9DFF L_4; L_4 = PropertyPath_get_Item_mB0EFC5EAEB2A48E02906CDDC6435FDF4032EFAFD((&V_2), L_3, NULL); V_0 = L_4; int32_t L_5; L_5 = PropertyPathPart_get_Kind_m18581157E2924A9BF9FC8166CF98CBA468016541_inline((&V_0), NULL); V_5 = L_5; int32_t L_6 = V_5; V_4 = L_6; int32_t L_7 = V_4; switch (L_7) { case 0: { goto IL_0046; } case 1: { goto IL_008a; } case 2: { goto IL_00f6; } } } { goto IL_0162; } IL_0046: { RuntimeObject* L_8 = ___0_properties; V_6 = ((RuntimeObject*)IsInst((RuntimeObject*)L_8, il2cpp_rgctx_data(method->rgctx_data, 1))); RuntimeObject* L_9 = V_6; if (!L_9) { goto IL_0066; } } { RuntimeObject* L_10 = V_6; TimeValue_t45AE43B219493F9459363F32C79E8986B5F82E0E* L_11 = ___1_container; String_t* L_12; L_12 = PropertyPathPart_get_Name_mFCEAE41CA7D7FAD0A0D7EB6D0B371AEAD7CE5A21((&V_0), NULL); NullCheck(L_10); bool L_13; L_13 = InterfaceFuncInvoker3< bool, TimeValue_t45AE43B219493F9459363F32C79E8986B5F82E0E*, String_t*, RuntimeObject** >::Invoke(0, il2cpp_rgctx_data(method->rgctx_data, 1), L_10, L_11, L_12, (&V_1)); G_B5_0 = ((int32_t)(L_13)); goto IL_0067; } IL_0066: { G_B5_0 = 0; } IL_0067: { V_7 = (bool)G_B5_0; bool L_14 = V_7; if (!L_14) { goto IL_007a; } } { RuntimeObject* L_15 = V_1; TimeValue_t45AE43B219493F9459363F32C79E8986B5F82E0E* L_16 = ___1_container; NullCheck((RuntimeObject*)L_15); InterfaceActionInvoker2< RuntimeObject*, TimeValue_t45AE43B219493F9459363F32C79E8986B5F82E0E* >::Invoke(0, il2cpp_rgctx_data(method->rgctx_data, 5), (RuntimeObject*)L_15, (RuntimeObject*)__this, L_16); goto IL_0084; } IL_007a: { PathVisitor_set_ReturnCode_mB5629AE0124C70E479D9C4D44A8E552DA8BA19E0_inline(__this, (int32_t)4, NULL); } IL_0084: { goto IL_016c; } IL_008a: { RuntimeObject* L_17 = ___0_properties; V_8 = ((RuntimeObject*)IsInst((RuntimeObject*)L_17, il2cpp_rgctx_data(method->rgctx_data, 7))); RuntimeObject* L_18 = V_8; if (!L_18) { goto IL_00aa; } } { RuntimeObject* L_19 = V_8; TimeValue_t45AE43B219493F9459363F32C79E8986B5F82E0E* L_20 = ___1_container; int32_t L_21; L_21 = PropertyPathPart_get_Index_mFCB3571720514B51BC7B373D45B19CCBD82FBF57((&V_0), NULL); NullCheck(L_19); bool L_22; L_22 = InterfaceFuncInvoker3< bool, TimeValue_t45AE43B219493F9459363F32C79E8986B5F82E0E*, int32_t, RuntimeObject** >::Invoke(0, il2cpp_rgctx_data(method->rgctx_data, 7), L_19, L_20, L_21, (&V_1)); G_B12_0 = ((int32_t)(L_22)); goto IL_00ab; } IL_00aa: { G_B12_0 = 0; } IL_00ab: { V_9 = (bool)G_B12_0; bool L_23 = V_9; if (!L_23) { goto IL_00e9; } } { RuntimeObject* L_24 = V_1; RuntimeObject* L_25; L_25 = PathVisitor_get_Property_mA08B8FE123674A9F4529C9CEAC47F6E940846E9B_inline(__this, NULL); NullCheck(((RuntimeObject*)IsInst((RuntimeObject*)L_24, IAttributes_t699EF2D1D5A022C91D27888CE70518262A25928D_il2cpp_TypeInfo_var))); AttributesScope_t5A89FFE050A95DD67BD15C00A4D072EABAA376AE L_26; L_26 = InterfaceFuncInvoker1< AttributesScope_t5A89FFE050A95DD67BD15C00A4D072EABAA376AE, RuntimeObject* >::Invoke(4, IAttributes_t699EF2D1D5A022C91D27888CE70518262A25928D_il2cpp_TypeInfo_var, ((RuntimeObject*)IsInst((RuntimeObject*)L_24, IAttributes_t699EF2D1D5A022C91D27888CE70518262A25928D_il2cpp_TypeInfo_var)), ((RuntimeObject*)IsInst((RuntimeObject*)L_25, IAttributes_t699EF2D1D5A022C91D27888CE70518262A25928D_il2cpp_TypeInfo_var))); V_10 = L_26; } { auto __finallyBlock = il2cpp::utils::Finally([&] { FINALLY_00d7: { AttributesScope_Dispose_mE479F4FB0D23FD296817DD79630432BD4675E15D((&V_10), NULL); return; } }); try { RuntimeObject* L_27 = V_1; TimeValue_t45AE43B219493F9459363F32C79E8986B5F82E0E* L_28 = ___1_container; NullCheck((RuntimeObject*)L_27); InterfaceActionInvoker2< RuntimeObject*, TimeValue_t45AE43B219493F9459363F32C79E8986B5F82E0E* >::Invoke(0, il2cpp_rgctx_data(method->rgctx_data, 5), (RuntimeObject*)L_27, (RuntimeObject*)__this, L_28); goto IL_00e6; } catch(Il2CppExceptionWrapper& e) { __finallyBlock.StoreException(e.ex); } } IL_00e6: { goto IL_00f3; } IL_00e9: { PathVisitor_set_ReturnCode_mB5629AE0124C70E479D9C4D44A8E552DA8BA19E0_inline(__this, (int32_t)4, NULL); } IL_00f3: { goto IL_016c; } IL_00f6: { RuntimeObject* L_29 = ___0_properties; V_11 = ((RuntimeObject*)IsInst((RuntimeObject*)L_29, il2cpp_rgctx_data(method->rgctx_data, 9))); RuntimeObject* L_30 = V_11; if (!L_30) { goto IL_0116; } } { RuntimeObject* L_31 = V_11; TimeValue_t45AE43B219493F9459363F32C79E8986B5F82E0E* L_32 = ___1_container; RuntimeObject* L_33; L_33 = PropertyPathPart_get_Key_m08AAAD0EF82806F72CA10628E7B8EC15322E7E6A((&V_0), NULL); NullCheck(L_31); bool L_34; L_34 = InterfaceFuncInvoker3< bool, TimeValue_t45AE43B219493F9459363F32C79E8986B5F82E0E*, RuntimeObject*, RuntimeObject** >::Invoke(0, il2cpp_rgctx_data(method->rgctx_data, 9), L_31, L_32, L_33, (&V_1)); G_B22_0 = ((int32_t)(L_34)); goto IL_0117; } IL_0116: { G_B22_0 = 0; } IL_0117: { V_12 = (bool)G_B22_0; bool L_35 = V_12; if (!L_35) { goto IL_0155; } } { RuntimeObject* L_36 = V_1; RuntimeObject* L_37; L_37 = PathVisitor_get_Property_mA08B8FE123674A9F4529C9CEAC47F6E940846E9B_inline(__this, NULL); NullCheck(((RuntimeObject*)IsInst((RuntimeObject*)L_36, IAttributes_t699EF2D1D5A022C91D27888CE70518262A25928D_il2cpp_TypeInfo_var))); AttributesScope_t5A89FFE050A95DD67BD15C00A4D072EABAA376AE L_38; L_38 = InterfaceFuncInvoker1< AttributesScope_t5A89FFE050A95DD67BD15C00A4D072EABAA376AE, RuntimeObject* >::Invoke(4, IAttributes_t699EF2D1D5A022C91D27888CE70518262A25928D_il2cpp_TypeInfo_var, ((RuntimeObject*)IsInst((RuntimeObject*)L_36, IAttributes_t699EF2D1D5A022C91D27888CE70518262A25928D_il2cpp_TypeInfo_var)), ((RuntimeObject*)IsInst((RuntimeObject*)L_37, IAttributes_t699EF2D1D5A022C91D27888CE70518262A25928D_il2cpp_TypeInfo_var))); V_13 = L_38; } { auto __finallyBlock = il2cpp::utils::Finally([&] { FINALLY_0143: { AttributesScope_Dispose_mE479F4FB0D23FD296817DD79630432BD4675E15D((&V_13), NULL); return; } }); try { RuntimeObject* L_39 = V_1; TimeValue_t45AE43B219493F9459363F32C79E8986B5F82E0E* L_40 = ___1_container; NullCheck((RuntimeObject*)L_39); InterfaceActionInvoker2< RuntimeObject*, TimeValue_t45AE43B219493F9459363F32C79E8986B5F82E0E* >::Invoke(0, il2cpp_rgctx_data(method->rgctx_data, 5), (RuntimeObject*)L_39, (RuntimeObject*)__this, L_40); goto IL_0152; } catch(Il2CppExceptionWrapper& e) { __finallyBlock.StoreException(e.ex); } } IL_0152: { goto IL_015f; } IL_0155: { PathVisitor_set_ReturnCode_mB5629AE0124C70E479D9C4D44A8E552DA8BA19E0_inline(__this, (int32_t)4, NULL); } IL_015f: { goto IL_016c; } IL_0162: { PathVisitor_set_ReturnCode_mB5629AE0124C70E479D9C4D44A8E552DA8BA19E0_inline(__this, (int32_t)4, NULL); goto IL_016c; } IL_016c: { return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PathVisitor_Unity_Properties_IPropertyBagVisitor_Visit_TisTransformOrigin_tD11A368A96C0771398EBB4E6D435318AC0EF8502_m0E24B89E2F70614D92B3C8565F23D6B12CC5EF47_gshared (PathVisitor_tCD0947C41CDBDB774D22D560E5FFA01EF61C4446* __this, RuntimeObject* ___0_properties, TransformOrigin_tD11A368A96C0771398EBB4E6D435318AC0EF8502* ___1_container, const RuntimeMethod* method) { if (!il2cpp_rgctx_is_initialized(method)) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IAttributes_t699EF2D1D5A022C91D27888CE70518262A25928D_il2cpp_TypeInfo_var); il2cpp_rgctx_method_init(method); } PropertyPathPart_tFB308743948D2298957DC1898D90AF2ACFED9DFF V_0; memset((&V_0), 0, sizeof(V_0)); RuntimeObject* V_1 = NULL; PropertyPath_tA523CA2740853534DF6C009C588464B45A6D0A79 V_2; memset((&V_2), 0, sizeof(V_2)); int32_t V_3 = 0; int32_t V_4 = 0; int32_t V_5 = 0; RuntimeObject* V_6 = NULL; bool V_7 = false; RuntimeObject* V_8 = NULL; bool V_9 = false; AttributesScope_t5A89FFE050A95DD67BD15C00A4D072EABAA376AE V_10; memset((&V_10), 0, sizeof(V_10)); RuntimeObject* V_11 = NULL; bool V_12 = false; AttributesScope_t5A89FFE050A95DD67BD15C00A4D072EABAA376AE V_13; memset((&V_13), 0, sizeof(V_13)); int32_t G_B5_0 = 0; int32_t G_B12_0 = 0; int32_t G_B22_0 = 0; { PropertyPath_tA523CA2740853534DF6C009C588464B45A6D0A79 L_0; L_0 = PathVisitor_get_Path_m98A92F21C11F12C0C88EAC86D0F2E853DFBF9BD3_inline(__this, NULL); V_2 = L_0; int32_t L_1 = __this->___m_PathIndex; V_3 = L_1; int32_t L_2 = V_3; __this->___m_PathIndex = ((int32_t)il2cpp_codegen_add(L_2, 1)); int32_t L_3 = V_3; PropertyPathPart_tFB308743948D2298957DC1898D90AF2ACFED9DFF L_4; L_4 = PropertyPath_get_Item_mB0EFC5EAEB2A48E02906CDDC6435FDF4032EFAFD((&V_2), L_3, NULL); V_0 = L_4; int32_t L_5; L_5 = PropertyPathPart_get_Kind_m18581157E2924A9BF9FC8166CF98CBA468016541_inline((&V_0), NULL); V_5 = L_5; int32_t L_6 = V_5; V_4 = L_6; int32_t L_7 = V_4; switch (L_7) { case 0: { goto IL_0046; } case 1: { goto IL_008a; } case 2: { goto IL_00f6; } } } { goto IL_0162; } IL_0046: { RuntimeObject* L_8 = ___0_properties; V_6 = ((RuntimeObject*)IsInst((RuntimeObject*)L_8, il2cpp_rgctx_data(method->rgctx_data, 1))); RuntimeObject* L_9 = V_6; if (!L_9) { goto IL_0066; } } { RuntimeObject* L_10 = V_6; TransformOrigin_tD11A368A96C0771398EBB4E6D435318AC0EF8502* L_11 = ___1_container; String_t* L_12; L_12 = PropertyPathPart_get_Name_mFCEAE41CA7D7FAD0A0D7EB6D0B371AEAD7CE5A21((&V_0), NULL); NullCheck(L_10); bool L_13; L_13 = InterfaceFuncInvoker3< bool, TransformOrigin_tD11A368A96C0771398EBB4E6D435318AC0EF8502*, String_t*, RuntimeObject** >::Invoke(0, il2cpp_rgctx_data(method->rgctx_data, 1), L_10, L_11, L_12, (&V_1)); G_B5_0 = ((int32_t)(L_13)); goto IL_0067; } IL_0066: { G_B5_0 = 0; } IL_0067: { V_7 = (bool)G_B5_0; bool L_14 = V_7; if (!L_14) { goto IL_007a; } } { RuntimeObject* L_15 = V_1; TransformOrigin_tD11A368A96C0771398EBB4E6D435318AC0EF8502* L_16 = ___1_container; NullCheck((RuntimeObject*)L_15); InterfaceActionInvoker2< RuntimeObject*, TransformOrigin_tD11A368A96C0771398EBB4E6D435318AC0EF8502* >::Invoke(0, il2cpp_rgctx_data(method->rgctx_data, 5), (RuntimeObject*)L_15, (RuntimeObject*)__this, L_16); goto IL_0084; } IL_007a: { PathVisitor_set_ReturnCode_mB5629AE0124C70E479D9C4D44A8E552DA8BA19E0_inline(__this, (int32_t)4, NULL); } IL_0084: { goto IL_016c; } IL_008a: { RuntimeObject* L_17 = ___0_properties; V_8 = ((RuntimeObject*)IsInst((RuntimeObject*)L_17, il2cpp_rgctx_data(method->rgctx_data, 7))); RuntimeObject* L_18 = V_8; if (!L_18) { goto IL_00aa; } } { RuntimeObject* L_19 = V_8; TransformOrigin_tD11A368A96C0771398EBB4E6D435318AC0EF8502* L_20 = ___1_container; int32_t L_21; L_21 = PropertyPathPart_get_Index_mFCB3571720514B51BC7B373D45B19CCBD82FBF57((&V_0), NULL); NullCheck(L_19); bool L_22; L_22 = InterfaceFuncInvoker3< bool, TransformOrigin_tD11A368A96C0771398EBB4E6D435318AC0EF8502*, int32_t, RuntimeObject** >::Invoke(0, il2cpp_rgctx_data(method->rgctx_data, 7), L_19, L_20, L_21, (&V_1)); G_B12_0 = ((int32_t)(L_22)); goto IL_00ab; } IL_00aa: { G_B12_0 = 0; } IL_00ab: { V_9 = (bool)G_B12_0; bool L_23 = V_9; if (!L_23) { goto IL_00e9; } } { RuntimeObject* L_24 = V_1; RuntimeObject* L_25; L_25 = PathVisitor_get_Property_mA08B8FE123674A9F4529C9CEAC47F6E940846E9B_inline(__this, NULL); NullCheck(((RuntimeObject*)IsInst((RuntimeObject*)L_24, IAttributes_t699EF2D1D5A022C91D27888CE70518262A25928D_il2cpp_TypeInfo_var))); AttributesScope_t5A89FFE050A95DD67BD15C00A4D072EABAA376AE L_26; L_26 = InterfaceFuncInvoker1< AttributesScope_t5A89FFE050A95DD67BD15C00A4D072EABAA376AE, RuntimeObject* >::Invoke(4, IAttributes_t699EF2D1D5A022C91D27888CE70518262A25928D_il2cpp_TypeInfo_var, ((RuntimeObject*)IsInst((RuntimeObject*)L_24, IAttributes_t699EF2D1D5A022C91D27888CE70518262A25928D_il2cpp_TypeInfo_var)), ((RuntimeObject*)IsInst((RuntimeObject*)L_25, IAttributes_t699EF2D1D5A022C91D27888CE70518262A25928D_il2cpp_TypeInfo_var))); V_10 = L_26; } { auto __finallyBlock = il2cpp::utils::Finally([&] { FINALLY_00d7: { AttributesScope_Dispose_mE479F4FB0D23FD296817DD79630432BD4675E15D((&V_10), NULL); return; } }); try { RuntimeObject* L_27 = V_1; TransformOrigin_tD11A368A96C0771398EBB4E6D435318AC0EF8502* L_28 = ___1_container; NullCheck((RuntimeObject*)L_27); InterfaceActionInvoker2< RuntimeObject*, TransformOrigin_tD11A368A96C0771398EBB4E6D435318AC0EF8502* >::Invoke(0, il2cpp_rgctx_data(method->rgctx_data, 5), (RuntimeObject*)L_27, (RuntimeObject*)__this, L_28); goto IL_00e6; } catch(Il2CppExceptionWrapper& e) { __finallyBlock.StoreException(e.ex); } } IL_00e6: { goto IL_00f3; } IL_00e9: { PathVisitor_set_ReturnCode_mB5629AE0124C70E479D9C4D44A8E552DA8BA19E0_inline(__this, (int32_t)4, NULL); } IL_00f3: { goto IL_016c; } IL_00f6: { RuntimeObject* L_29 = ___0_properties; V_11 = ((RuntimeObject*)IsInst((RuntimeObject*)L_29, il2cpp_rgctx_data(method->rgctx_data, 9))); RuntimeObject* L_30 = V_11; if (!L_30) { goto IL_0116; } } { RuntimeObject* L_31 = V_11; TransformOrigin_tD11A368A96C0771398EBB4E6D435318AC0EF8502* L_32 = ___1_container; RuntimeObject* L_33; L_33 = PropertyPathPart_get_Key_m08AAAD0EF82806F72CA10628E7B8EC15322E7E6A((&V_0), NULL); NullCheck(L_31); bool L_34; L_34 = InterfaceFuncInvoker3< bool, TransformOrigin_tD11A368A96C0771398EBB4E6D435318AC0EF8502*, RuntimeObject*, RuntimeObject** >::Invoke(0, il2cpp_rgctx_data(method->rgctx_data, 9), L_31, L_32, L_33, (&V_1)); G_B22_0 = ((int32_t)(L_34)); goto IL_0117; } IL_0116: { G_B22_0 = 0; } IL_0117: { V_12 = (bool)G_B22_0; bool L_35 = V_12; if (!L_35) { goto IL_0155; } } { RuntimeObject* L_36 = V_1; RuntimeObject* L_37; L_37 = PathVisitor_get_Property_mA08B8FE123674A9F4529C9CEAC47F6E940846E9B_inline(__this, NULL); NullCheck(((RuntimeObject*)IsInst((RuntimeObject*)L_36, IAttributes_t699EF2D1D5A022C91D27888CE70518262A25928D_il2cpp_TypeInfo_var))); AttributesScope_t5A89FFE050A95DD67BD15C00A4D072EABAA376AE L_38; L_38 = InterfaceFuncInvoker1< AttributesScope_t5A89FFE050A95DD67BD15C00A4D072EABAA376AE, RuntimeObject* >::Invoke(4, IAttributes_t699EF2D1D5A022C91D27888CE70518262A25928D_il2cpp_TypeInfo_var, ((RuntimeObject*)IsInst((RuntimeObject*)L_36, IAttributes_t699EF2D1D5A022C91D27888CE70518262A25928D_il2cpp_TypeInfo_var)), ((RuntimeObject*)IsInst((RuntimeObject*)L_37, IAttributes_t699EF2D1D5A022C91D27888CE70518262A25928D_il2cpp_TypeInfo_var))); V_13 = L_38; } { auto __finallyBlock = il2cpp::utils::Finally([&] { FINALLY_0143: { AttributesScope_Dispose_mE479F4FB0D23FD296817DD79630432BD4675E15D((&V_13), NULL); return; } }); try { RuntimeObject* L_39 = V_1; TransformOrigin_tD11A368A96C0771398EBB4E6D435318AC0EF8502* L_40 = ___1_container; NullCheck((RuntimeObject*)L_39); InterfaceActionInvoker2< RuntimeObject*, TransformOrigin_tD11A368A96C0771398EBB4E6D435318AC0EF8502* >::Invoke(0, il2cpp_rgctx_data(method->rgctx_data, 5), (RuntimeObject*)L_39, (RuntimeObject*)__this, L_40); goto IL_0152; } catch(Il2CppExceptionWrapper& e) { __finallyBlock.StoreException(e.ex); } } IL_0152: { goto IL_015f; } IL_0155: { PathVisitor_set_ReturnCode_mB5629AE0124C70E479D9C4D44A8E552DA8BA19E0_inline(__this, (int32_t)4, NULL); } IL_015f: { goto IL_016c; } IL_0162: { PathVisitor_set_ReturnCode_mB5629AE0124C70E479D9C4D44A8E552DA8BA19E0_inline(__this, (int32_t)4, NULL); goto IL_016c; } IL_016c: { return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PathVisitor_Unity_Properties_IPropertyBagVisitor_Visit_TisTranslate_t494F6E802F8A640D67819C9D26BE62DED1218A8E_m93BA1BAB12267DAB13BB9A99A4920B56AA4E144D_gshared (PathVisitor_tCD0947C41CDBDB774D22D560E5FFA01EF61C4446* __this, RuntimeObject* ___0_properties, Translate_t494F6E802F8A640D67819C9D26BE62DED1218A8E* ___1_container, const RuntimeMethod* method) { if (!il2cpp_rgctx_is_initialized(method)) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IAttributes_t699EF2D1D5A022C91D27888CE70518262A25928D_il2cpp_TypeInfo_var); il2cpp_rgctx_method_init(method); } PropertyPathPart_tFB308743948D2298957DC1898D90AF2ACFED9DFF V_0; memset((&V_0), 0, sizeof(V_0)); RuntimeObject* V_1 = NULL; PropertyPath_tA523CA2740853534DF6C009C588464B45A6D0A79 V_2; memset((&V_2), 0, sizeof(V_2)); int32_t V_3 = 0; int32_t V_4 = 0; int32_t V_5 = 0; RuntimeObject* V_6 = NULL; bool V_7 = false; RuntimeObject* V_8 = NULL; bool V_9 = false; AttributesScope_t5A89FFE050A95DD67BD15C00A4D072EABAA376AE V_10; memset((&V_10), 0, sizeof(V_10)); RuntimeObject* V_11 = NULL; bool V_12 = false; AttributesScope_t5A89FFE050A95DD67BD15C00A4D072EABAA376AE V_13; memset((&V_13), 0, sizeof(V_13)); int32_t G_B5_0 = 0; int32_t G_B12_0 = 0; int32_t G_B22_0 = 0; { PropertyPath_tA523CA2740853534DF6C009C588464B45A6D0A79 L_0; L_0 = PathVisitor_get_Path_m98A92F21C11F12C0C88EAC86D0F2E853DFBF9BD3_inline(__this, NULL); V_2 = L_0; int32_t L_1 = __this->___m_PathIndex; V_3 = L_1; int32_t L_2 = V_3; __this->___m_PathIndex = ((int32_t)il2cpp_codegen_add(L_2, 1)); int32_t L_3 = V_3; PropertyPathPart_tFB308743948D2298957DC1898D90AF2ACFED9DFF L_4; L_4 = PropertyPath_get_Item_mB0EFC5EAEB2A48E02906CDDC6435FDF4032EFAFD((&V_2), L_3, NULL); V_0 = L_4; int32_t L_5; L_5 = PropertyPathPart_get_Kind_m18581157E2924A9BF9FC8166CF98CBA468016541_inline((&V_0), NULL); V_5 = L_5; int32_t L_6 = V_5; V_4 = L_6; int32_t L_7 = V_4; switch (L_7) { case 0: { goto IL_0046; } case 1: { goto IL_008a; } case 2: { goto IL_00f6; } } } { goto IL_0162; } IL_0046: { RuntimeObject* L_8 = ___0_properties; V_6 = ((RuntimeObject*)IsInst((RuntimeObject*)L_8, il2cpp_rgctx_data(method->rgctx_data, 1))); RuntimeObject* L_9 = V_6; if (!L_9) { goto IL_0066; } } { RuntimeObject* L_10 = V_6; Translate_t494F6E802F8A640D67819C9D26BE62DED1218A8E* L_11 = ___1_container; String_t* L_12; L_12 = PropertyPathPart_get_Name_mFCEAE41CA7D7FAD0A0D7EB6D0B371AEAD7CE5A21((&V_0), NULL); NullCheck(L_10); bool L_13; L_13 = InterfaceFuncInvoker3< bool, Translate_t494F6E802F8A640D67819C9D26BE62DED1218A8E*, String_t*, RuntimeObject** >::Invoke(0, il2cpp_rgctx_data(method->rgctx_data, 1), L_10, L_11, L_12, (&V_1)); G_B5_0 = ((int32_t)(L_13)); goto IL_0067; } IL_0066: { G_B5_0 = 0; } IL_0067: { V_7 = (bool)G_B5_0; bool L_14 = V_7; if (!L_14) { goto IL_007a; } } { RuntimeObject* L_15 = V_1; Translate_t494F6E802F8A640D67819C9D26BE62DED1218A8E* L_16 = ___1_container; NullCheck((RuntimeObject*)L_15); InterfaceActionInvoker2< RuntimeObject*, Translate_t494F6E802F8A640D67819C9D26BE62DED1218A8E* >::Invoke(0, il2cpp_rgctx_data(method->rgctx_data, 5), (RuntimeObject*)L_15, (RuntimeObject*)__this, L_16); goto IL_0084; } IL_007a: { PathVisitor_set_ReturnCode_mB5629AE0124C70E479D9C4D44A8E552DA8BA19E0_inline(__this, (int32_t)4, NULL); } IL_0084: { goto IL_016c; } IL_008a: { RuntimeObject* L_17 = ___0_properties; V_8 = ((RuntimeObject*)IsInst((RuntimeObject*)L_17, il2cpp_rgctx_data(method->rgctx_data, 7))); RuntimeObject* L_18 = V_8; if (!L_18) { goto IL_00aa; } } { RuntimeObject* L_19 = V_8; Translate_t494F6E802F8A640D67819C9D26BE62DED1218A8E* L_20 = ___1_container; int32_t L_21; L_21 = PropertyPathPart_get_Index_mFCB3571720514B51BC7B373D45B19CCBD82FBF57((&V_0), NULL); NullCheck(L_19); bool L_22; L_22 = InterfaceFuncInvoker3< bool, Translate_t494F6E802F8A640D67819C9D26BE62DED1218A8E*, int32_t, RuntimeObject** >::Invoke(0, il2cpp_rgctx_data(method->rgctx_data, 7), L_19, L_20, L_21, (&V_1)); G_B12_0 = ((int32_t)(L_22)); goto IL_00ab; } IL_00aa: { G_B12_0 = 0; } IL_00ab: { V_9 = (bool)G_B12_0; bool L_23 = V_9; if (!L_23) { goto IL_00e9; } } { RuntimeObject* L_24 = V_1; RuntimeObject* L_25; L_25 = PathVisitor_get_Property_mA08B8FE123674A9F4529C9CEAC47F6E940846E9B_inline(__this, NULL); NullCheck(((RuntimeObject*)IsInst((RuntimeObject*)L_24, IAttributes_t699EF2D1D5A022C91D27888CE70518262A25928D_il2cpp_TypeInfo_var))); AttributesScope_t5A89FFE050A95DD67BD15C00A4D072EABAA376AE L_26; L_26 = InterfaceFuncInvoker1< AttributesScope_t5A89FFE050A95DD67BD15C00A4D072EABAA376AE, RuntimeObject* >::Invoke(4, IAttributes_t699EF2D1D5A022C91D27888CE70518262A25928D_il2cpp_TypeInfo_var, ((RuntimeObject*)IsInst((RuntimeObject*)L_24, IAttributes_t699EF2D1D5A022C91D27888CE70518262A25928D_il2cpp_TypeInfo_var)), ((RuntimeObject*)IsInst((RuntimeObject*)L_25, IAttributes_t699EF2D1D5A022C91D27888CE70518262A25928D_il2cpp_TypeInfo_var))); V_10 = L_26; } { auto __finallyBlock = il2cpp::utils::Finally([&] { FINALLY_00d7: { AttributesScope_Dispose_mE479F4FB0D23FD296817DD79630432BD4675E15D((&V_10), NULL); return; } }); try { RuntimeObject* L_27 = V_1; Translate_t494F6E802F8A640D67819C9D26BE62DED1218A8E* L_28 = ___1_container; NullCheck((RuntimeObject*)L_27); InterfaceActionInvoker2< RuntimeObject*, Translate_t494F6E802F8A640D67819C9D26BE62DED1218A8E* >::Invoke(0, il2cpp_rgctx_data(method->rgctx_data, 5), (RuntimeObject*)L_27, (RuntimeObject*)__this, L_28); goto IL_00e6; } catch(Il2CppExceptionWrapper& e) { __finallyBlock.StoreException(e.ex); } } IL_00e6: { goto IL_00f3; } IL_00e9: { PathVisitor_set_ReturnCode_mB5629AE0124C70E479D9C4D44A8E552DA8BA19E0_inline(__this, (int32_t)4, NULL); } IL_00f3: { goto IL_016c; } IL_00f6: { RuntimeObject* L_29 = ___0_properties; V_11 = ((RuntimeObject*)IsInst((RuntimeObject*)L_29, il2cpp_rgctx_data(method->rgctx_data, 9))); RuntimeObject* L_30 = V_11; if (!L_30) { goto IL_0116; } } { RuntimeObject* L_31 = V_11; Translate_t494F6E802F8A640D67819C9D26BE62DED1218A8E* L_32 = ___1_container; RuntimeObject* L_33; L_33 = PropertyPathPart_get_Key_m08AAAD0EF82806F72CA10628E7B8EC15322E7E6A((&V_0), NULL); NullCheck(L_31); bool L_34; L_34 = InterfaceFuncInvoker3< bool, Translate_t494F6E802F8A640D67819C9D26BE62DED1218A8E*, RuntimeObject*, RuntimeObject** >::Invoke(0, il2cpp_rgctx_data(method->rgctx_data, 9), L_31, L_32, L_33, (&V_1)); G_B22_0 = ((int32_t)(L_34)); goto IL_0117; } IL_0116: { G_B22_0 = 0; } IL_0117: { V_12 = (bool)G_B22_0; bool L_35 = V_12; if (!L_35) { goto IL_0155; } } { RuntimeObject* L_36 = V_1; RuntimeObject* L_37; L_37 = PathVisitor_get_Property_mA08B8FE123674A9F4529C9CEAC47F6E940846E9B_inline(__this, NULL); NullCheck(((RuntimeObject*)IsInst((RuntimeObject*)L_36, IAttributes_t699EF2D1D5A022C91D27888CE70518262A25928D_il2cpp_TypeInfo_var))); AttributesScope_t5A89FFE050A95DD67BD15C00A4D072EABAA376AE L_38; L_38 = InterfaceFuncInvoker1< AttributesScope_t5A89FFE050A95DD67BD15C00A4D072EABAA376AE, RuntimeObject* >::Invoke(4, IAttributes_t699EF2D1D5A022C91D27888CE70518262A25928D_il2cpp_TypeInfo_var, ((RuntimeObject*)IsInst((RuntimeObject*)L_36, IAttributes_t699EF2D1D5A022C91D27888CE70518262A25928D_il2cpp_TypeInfo_var)), ((RuntimeObject*)IsInst((RuntimeObject*)L_37, IAttributes_t699EF2D1D5A022C91D27888CE70518262A25928D_il2cpp_TypeInfo_var))); V_13 = L_38; } { auto __finallyBlock = il2cpp::utils::Finally([&] { FINALLY_0143: { AttributesScope_Dispose_mE479F4FB0D23FD296817DD79630432BD4675E15D((&V_13), NULL); return; } }); try { RuntimeObject* L_39 = V_1; Translate_t494F6E802F8A640D67819C9D26BE62DED1218A8E* L_40 = ___1_container; NullCheck((RuntimeObject*)L_39); InterfaceActionInvoker2< RuntimeObject*, Translate_t494F6E802F8A640D67819C9D26BE62DED1218A8E* >::Invoke(0, il2cpp_rgctx_data(method->rgctx_data, 5), (RuntimeObject*)L_39, (RuntimeObject*)__this, L_40); goto IL_0152; } catch(Il2CppExceptionWrapper& e) { __finallyBlock.StoreException(e.ex); } } IL_0152: { goto IL_015f; } IL_0155: { PathVisitor_set_ReturnCode_mB5629AE0124C70E479D9C4D44A8E552DA8BA19E0_inline(__this, (int32_t)4, NULL); } IL_015f: { goto IL_016c; } IL_0162: { PathVisitor_set_ReturnCode_mB5629AE0124C70E479D9C4D44A8E552DA8BA19E0_inline(__this, (int32_t)4, NULL); goto IL_016c; } IL_016c: { return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PathVisitor_Unity_Properties_IPropertyBagVisitor_Visit_TisVector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7_mB5359D594E93CA95CF77DB06AAF03392747BD182_gshared (PathVisitor_tCD0947C41CDBDB774D22D560E5FFA01EF61C4446* __this, RuntimeObject* ___0_properties, Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7* ___1_container, const RuntimeMethod* method) { if (!il2cpp_rgctx_is_initialized(method)) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IAttributes_t699EF2D1D5A022C91D27888CE70518262A25928D_il2cpp_TypeInfo_var); il2cpp_rgctx_method_init(method); } PropertyPathPart_tFB308743948D2298957DC1898D90AF2ACFED9DFF V_0; memset((&V_0), 0, sizeof(V_0)); RuntimeObject* V_1 = NULL; PropertyPath_tA523CA2740853534DF6C009C588464B45A6D0A79 V_2; memset((&V_2), 0, sizeof(V_2)); int32_t V_3 = 0; int32_t V_4 = 0; int32_t V_5 = 0; RuntimeObject* V_6 = NULL; bool V_7 = false; RuntimeObject* V_8 = NULL; bool V_9 = false; AttributesScope_t5A89FFE050A95DD67BD15C00A4D072EABAA376AE V_10; memset((&V_10), 0, sizeof(V_10)); RuntimeObject* V_11 = NULL; bool V_12 = false; AttributesScope_t5A89FFE050A95DD67BD15C00A4D072EABAA376AE V_13; memset((&V_13), 0, sizeof(V_13)); int32_t G_B5_0 = 0; int32_t G_B12_0 = 0; int32_t G_B22_0 = 0; { PropertyPath_tA523CA2740853534DF6C009C588464B45A6D0A79 L_0; L_0 = PathVisitor_get_Path_m98A92F21C11F12C0C88EAC86D0F2E853DFBF9BD3_inline(__this, NULL); V_2 = L_0; int32_t L_1 = __this->___m_PathIndex; V_3 = L_1; int32_t L_2 = V_3; __this->___m_PathIndex = ((int32_t)il2cpp_codegen_add(L_2, 1)); int32_t L_3 = V_3; PropertyPathPart_tFB308743948D2298957DC1898D90AF2ACFED9DFF L_4; L_4 = PropertyPath_get_Item_mB0EFC5EAEB2A48E02906CDDC6435FDF4032EFAFD((&V_2), L_3, NULL); V_0 = L_4; int32_t L_5; L_5 = PropertyPathPart_get_Kind_m18581157E2924A9BF9FC8166CF98CBA468016541_inline((&V_0), NULL); V_5 = L_5; int32_t L_6 = V_5; V_4 = L_6; int32_t L_7 = V_4; switch (L_7) { case 0: { goto IL_0046; } case 1: { goto IL_008a; } case 2: { goto IL_00f6; } } } { goto IL_0162; } IL_0046: { RuntimeObject* L_8 = ___0_properties; V_6 = ((RuntimeObject*)IsInst((RuntimeObject*)L_8, il2cpp_rgctx_data(method->rgctx_data, 1))); RuntimeObject* L_9 = V_6; if (!L_9) { goto IL_0066; } } { RuntimeObject* L_10 = V_6; Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7* L_11 = ___1_container; String_t* L_12; L_12 = PropertyPathPart_get_Name_mFCEAE41CA7D7FAD0A0D7EB6D0B371AEAD7CE5A21((&V_0), NULL); NullCheck(L_10); bool L_13; L_13 = InterfaceFuncInvoker3< bool, Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7*, String_t*, RuntimeObject** >::Invoke(0, il2cpp_rgctx_data(method->rgctx_data, 1), L_10, L_11, L_12, (&V_1)); G_B5_0 = ((int32_t)(L_13)); goto IL_0067; } IL_0066: { G_B5_0 = 0; } IL_0067: { V_7 = (bool)G_B5_0; bool L_14 = V_7; if (!L_14) { goto IL_007a; } } { RuntimeObject* L_15 = V_1; Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7* L_16 = ___1_container; NullCheck((RuntimeObject*)L_15); InterfaceActionInvoker2< RuntimeObject*, Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7* >::Invoke(0, il2cpp_rgctx_data(method->rgctx_data, 5), (RuntimeObject*)L_15, (RuntimeObject*)__this, L_16); goto IL_0084; } IL_007a: { PathVisitor_set_ReturnCode_mB5629AE0124C70E479D9C4D44A8E552DA8BA19E0_inline(__this, (int32_t)4, NULL); } IL_0084: { goto IL_016c; } IL_008a: { RuntimeObject* L_17 = ___0_properties; V_8 = ((RuntimeObject*)IsInst((RuntimeObject*)L_17, il2cpp_rgctx_data(method->rgctx_data, 7))); RuntimeObject* L_18 = V_8; if (!L_18) { goto IL_00aa; } } { RuntimeObject* L_19 = V_8; Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7* L_20 = ___1_container; int32_t L_21; L_21 = PropertyPathPart_get_Index_mFCB3571720514B51BC7B373D45B19CCBD82FBF57((&V_0), NULL); NullCheck(L_19); bool L_22; L_22 = InterfaceFuncInvoker3< bool, Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7*, int32_t, RuntimeObject** >::Invoke(0, il2cpp_rgctx_data(method->rgctx_data, 7), L_19, L_20, L_21, (&V_1)); G_B12_0 = ((int32_t)(L_22)); goto IL_00ab; } IL_00aa: { G_B12_0 = 0; } IL_00ab: { V_9 = (bool)G_B12_0; bool L_23 = V_9; if (!L_23) { goto IL_00e9; } } { RuntimeObject* L_24 = V_1; RuntimeObject* L_25; L_25 = PathVisitor_get_Property_mA08B8FE123674A9F4529C9CEAC47F6E940846E9B_inline(__this, NULL); NullCheck(((RuntimeObject*)IsInst((RuntimeObject*)L_24, IAttributes_t699EF2D1D5A022C91D27888CE70518262A25928D_il2cpp_TypeInfo_var))); AttributesScope_t5A89FFE050A95DD67BD15C00A4D072EABAA376AE L_26; L_26 = InterfaceFuncInvoker1< AttributesScope_t5A89FFE050A95DD67BD15C00A4D072EABAA376AE, RuntimeObject* >::Invoke(4, IAttributes_t699EF2D1D5A022C91D27888CE70518262A25928D_il2cpp_TypeInfo_var, ((RuntimeObject*)IsInst((RuntimeObject*)L_24, IAttributes_t699EF2D1D5A022C91D27888CE70518262A25928D_il2cpp_TypeInfo_var)), ((RuntimeObject*)IsInst((RuntimeObject*)L_25, IAttributes_t699EF2D1D5A022C91D27888CE70518262A25928D_il2cpp_TypeInfo_var))); V_10 = L_26; } { auto __finallyBlock = il2cpp::utils::Finally([&] { FINALLY_00d7: { AttributesScope_Dispose_mE479F4FB0D23FD296817DD79630432BD4675E15D((&V_10), NULL); return; } }); try { RuntimeObject* L_27 = V_1; Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7* L_28 = ___1_container; NullCheck((RuntimeObject*)L_27); InterfaceActionInvoker2< RuntimeObject*, Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7* >::Invoke(0, il2cpp_rgctx_data(method->rgctx_data, 5), (RuntimeObject*)L_27, (RuntimeObject*)__this, L_28); goto IL_00e6; } catch(Il2CppExceptionWrapper& e) { __finallyBlock.StoreException(e.ex); } } IL_00e6: { goto IL_00f3; } IL_00e9: { PathVisitor_set_ReturnCode_mB5629AE0124C70E479D9C4D44A8E552DA8BA19E0_inline(__this, (int32_t)4, NULL); } IL_00f3: { goto IL_016c; } IL_00f6: { RuntimeObject* L_29 = ___0_properties; V_11 = ((RuntimeObject*)IsInst((RuntimeObject*)L_29, il2cpp_rgctx_data(method->rgctx_data, 9))); RuntimeObject* L_30 = V_11; if (!L_30) { goto IL_0116; } } { RuntimeObject* L_31 = V_11; Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7* L_32 = ___1_container; RuntimeObject* L_33; L_33 = PropertyPathPart_get_Key_m08AAAD0EF82806F72CA10628E7B8EC15322E7E6A((&V_0), NULL); NullCheck(L_31); bool L_34; L_34 = InterfaceFuncInvoker3< bool, Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7*, RuntimeObject*, RuntimeObject** >::Invoke(0, il2cpp_rgctx_data(method->rgctx_data, 9), L_31, L_32, L_33, (&V_1)); G_B22_0 = ((int32_t)(L_34)); goto IL_0117; } IL_0116: { G_B22_0 = 0; } IL_0117: { V_12 = (bool)G_B22_0; bool L_35 = V_12; if (!L_35) { goto IL_0155; } } { RuntimeObject* L_36 = V_1; RuntimeObject* L_37; L_37 = PathVisitor_get_Property_mA08B8FE123674A9F4529C9CEAC47F6E940846E9B_inline(__this, NULL); NullCheck(((RuntimeObject*)IsInst((RuntimeObject*)L_36, IAttributes_t699EF2D1D5A022C91D27888CE70518262A25928D_il2cpp_TypeInfo_var))); AttributesScope_t5A89FFE050A95DD67BD15C00A4D072EABAA376AE L_38; L_38 = InterfaceFuncInvoker1< AttributesScope_t5A89FFE050A95DD67BD15C00A4D072EABAA376AE, RuntimeObject* >::Invoke(4, IAttributes_t699EF2D1D5A022C91D27888CE70518262A25928D_il2cpp_TypeInfo_var, ((RuntimeObject*)IsInst((RuntimeObject*)L_36, IAttributes_t699EF2D1D5A022C91D27888CE70518262A25928D_il2cpp_TypeInfo_var)), ((RuntimeObject*)IsInst((RuntimeObject*)L_37, IAttributes_t699EF2D1D5A022C91D27888CE70518262A25928D_il2cpp_TypeInfo_var))); V_13 = L_38; } { auto __finallyBlock = il2cpp::utils::Finally([&] { FINALLY_0143: { AttributesScope_Dispose_mE479F4FB0D23FD296817DD79630432BD4675E15D((&V_13), NULL); return; } }); try { RuntimeObject* L_39 = V_1; Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7* L_40 = ___1_container; NullCheck((RuntimeObject*)L_39); InterfaceActionInvoker2< RuntimeObject*, Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7* >::Invoke(0, il2cpp_rgctx_data(method->rgctx_data, 5), (RuntimeObject*)L_39, (RuntimeObject*)__this, L_40); goto IL_0152; } catch(Il2CppExceptionWrapper& e) { __finallyBlock.StoreException(e.ex); } } IL_0152: { goto IL_015f; } IL_0155: { PathVisitor_set_ReturnCode_mB5629AE0124C70E479D9C4D44A8E552DA8BA19E0_inline(__this, (int32_t)4, NULL); } IL_015f: { goto IL_016c; } IL_0162: { PathVisitor_set_ReturnCode_mB5629AE0124C70E479D9C4D44A8E552DA8BA19E0_inline(__this, (int32_t)4, NULL); goto IL_016c; } IL_016c: { return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PathVisitor_Unity_Properties_IPropertyBagVisitor_Visit_TisVector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A_m99F73E835319493D6FCCA0EA552CBD3D831E62F4_gshared (PathVisitor_tCD0947C41CDBDB774D22D560E5FFA01EF61C4446* __this, RuntimeObject* ___0_properties, Vector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A* ___1_container, const RuntimeMethod* method) { if (!il2cpp_rgctx_is_initialized(method)) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IAttributes_t699EF2D1D5A022C91D27888CE70518262A25928D_il2cpp_TypeInfo_var); il2cpp_rgctx_method_init(method); } PropertyPathPart_tFB308743948D2298957DC1898D90AF2ACFED9DFF V_0; memset((&V_0), 0, sizeof(V_0)); RuntimeObject* V_1 = NULL; PropertyPath_tA523CA2740853534DF6C009C588464B45A6D0A79 V_2; memset((&V_2), 0, sizeof(V_2)); int32_t V_3 = 0; int32_t V_4 = 0; int32_t V_5 = 0; RuntimeObject* V_6 = NULL; bool V_7 = false; RuntimeObject* V_8 = NULL; bool V_9 = false; AttributesScope_t5A89FFE050A95DD67BD15C00A4D072EABAA376AE V_10; memset((&V_10), 0, sizeof(V_10)); RuntimeObject* V_11 = NULL; bool V_12 = false; AttributesScope_t5A89FFE050A95DD67BD15C00A4D072EABAA376AE V_13; memset((&V_13), 0, sizeof(V_13)); int32_t G_B5_0 = 0; int32_t G_B12_0 = 0; int32_t G_B22_0 = 0; { PropertyPath_tA523CA2740853534DF6C009C588464B45A6D0A79 L_0; L_0 = PathVisitor_get_Path_m98A92F21C11F12C0C88EAC86D0F2E853DFBF9BD3_inline(__this, NULL); V_2 = L_0; int32_t L_1 = __this->___m_PathIndex; V_3 = L_1; int32_t L_2 = V_3; __this->___m_PathIndex = ((int32_t)il2cpp_codegen_add(L_2, 1)); int32_t L_3 = V_3; PropertyPathPart_tFB308743948D2298957DC1898D90AF2ACFED9DFF L_4; L_4 = PropertyPath_get_Item_mB0EFC5EAEB2A48E02906CDDC6435FDF4032EFAFD((&V_2), L_3, NULL); V_0 = L_4; int32_t L_5; L_5 = PropertyPathPart_get_Kind_m18581157E2924A9BF9FC8166CF98CBA468016541_inline((&V_0), NULL); V_5 = L_5; int32_t L_6 = V_5; V_4 = L_6; int32_t L_7 = V_4; switch (L_7) { case 0: { goto IL_0046; } case 1: { goto IL_008a; } case 2: { goto IL_00f6; } } } { goto IL_0162; } IL_0046: { RuntimeObject* L_8 = ___0_properties; V_6 = ((RuntimeObject*)IsInst((RuntimeObject*)L_8, il2cpp_rgctx_data(method->rgctx_data, 1))); RuntimeObject* L_9 = V_6; if (!L_9) { goto IL_0066; } } { RuntimeObject* L_10 = V_6; Vector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A* L_11 = ___1_container; String_t* L_12; L_12 = PropertyPathPart_get_Name_mFCEAE41CA7D7FAD0A0D7EB6D0B371AEAD7CE5A21((&V_0), NULL); NullCheck(L_10); bool L_13; L_13 = InterfaceFuncInvoker3< bool, Vector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A*, String_t*, RuntimeObject** >::Invoke(0, il2cpp_rgctx_data(method->rgctx_data, 1), L_10, L_11, L_12, (&V_1)); G_B5_0 = ((int32_t)(L_13)); goto IL_0067; } IL_0066: { G_B5_0 = 0; } IL_0067: { V_7 = (bool)G_B5_0; bool L_14 = V_7; if (!L_14) { goto IL_007a; } } { RuntimeObject* L_15 = V_1; Vector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A* L_16 = ___1_container; NullCheck((RuntimeObject*)L_15); InterfaceActionInvoker2< RuntimeObject*, Vector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A* >::Invoke(0, il2cpp_rgctx_data(method->rgctx_data, 5), (RuntimeObject*)L_15, (RuntimeObject*)__this, L_16); goto IL_0084; } IL_007a: { PathVisitor_set_ReturnCode_mB5629AE0124C70E479D9C4D44A8E552DA8BA19E0_inline(__this, (int32_t)4, NULL); } IL_0084: { goto IL_016c; } IL_008a: { RuntimeObject* L_17 = ___0_properties; V_8 = ((RuntimeObject*)IsInst((RuntimeObject*)L_17, il2cpp_rgctx_data(method->rgctx_data, 7))); RuntimeObject* L_18 = V_8; if (!L_18) { goto IL_00aa; } } { RuntimeObject* L_19 = V_8; Vector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A* L_20 = ___1_container; int32_t L_21; L_21 = PropertyPathPart_get_Index_mFCB3571720514B51BC7B373D45B19CCBD82FBF57((&V_0), NULL); NullCheck(L_19); bool L_22; L_22 = InterfaceFuncInvoker3< bool, Vector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A*, int32_t, RuntimeObject** >::Invoke(0, il2cpp_rgctx_data(method->rgctx_data, 7), L_19, L_20, L_21, (&V_1)); G_B12_0 = ((int32_t)(L_22)); goto IL_00ab; } IL_00aa: { G_B12_0 = 0; } IL_00ab: { V_9 = (bool)G_B12_0; bool L_23 = V_9; if (!L_23) { goto IL_00e9; } } { RuntimeObject* L_24 = V_1; RuntimeObject* L_25; L_25 = PathVisitor_get_Property_mA08B8FE123674A9F4529C9CEAC47F6E940846E9B_inline(__this, NULL); NullCheck(((RuntimeObject*)IsInst((RuntimeObject*)L_24, IAttributes_t699EF2D1D5A022C91D27888CE70518262A25928D_il2cpp_TypeInfo_var))); AttributesScope_t5A89FFE050A95DD67BD15C00A4D072EABAA376AE L_26; L_26 = InterfaceFuncInvoker1< AttributesScope_t5A89FFE050A95DD67BD15C00A4D072EABAA376AE, RuntimeObject* >::Invoke(4, IAttributes_t699EF2D1D5A022C91D27888CE70518262A25928D_il2cpp_TypeInfo_var, ((RuntimeObject*)IsInst((RuntimeObject*)L_24, IAttributes_t699EF2D1D5A022C91D27888CE70518262A25928D_il2cpp_TypeInfo_var)), ((RuntimeObject*)IsInst((RuntimeObject*)L_25, IAttributes_t699EF2D1D5A022C91D27888CE70518262A25928D_il2cpp_TypeInfo_var))); V_10 = L_26; } { auto __finallyBlock = il2cpp::utils::Finally([&] { FINALLY_00d7: { AttributesScope_Dispose_mE479F4FB0D23FD296817DD79630432BD4675E15D((&V_10), NULL); return; } }); try { RuntimeObject* L_27 = V_1; Vector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A* L_28 = ___1_container; NullCheck((RuntimeObject*)L_27); InterfaceActionInvoker2< RuntimeObject*, Vector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A* >::Invoke(0, il2cpp_rgctx_data(method->rgctx_data, 5), (RuntimeObject*)L_27, (RuntimeObject*)__this, L_28); goto IL_00e6; } catch(Il2CppExceptionWrapper& e) { __finallyBlock.StoreException(e.ex); } } IL_00e6: { goto IL_00f3; } IL_00e9: { PathVisitor_set_ReturnCode_mB5629AE0124C70E479D9C4D44A8E552DA8BA19E0_inline(__this, (int32_t)4, NULL); } IL_00f3: { goto IL_016c; } IL_00f6: { RuntimeObject* L_29 = ___0_properties; V_11 = ((RuntimeObject*)IsInst((RuntimeObject*)L_29, il2cpp_rgctx_data(method->rgctx_data, 9))); RuntimeObject* L_30 = V_11; if (!L_30) { goto IL_0116; } } { RuntimeObject* L_31 = V_11; Vector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A* L_32 = ___1_container; RuntimeObject* L_33; L_33 = PropertyPathPart_get_Key_m08AAAD0EF82806F72CA10628E7B8EC15322E7E6A((&V_0), NULL); NullCheck(L_31); bool L_34; L_34 = InterfaceFuncInvoker3< bool, Vector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A*, RuntimeObject*, RuntimeObject** >::Invoke(0, il2cpp_rgctx_data(method->rgctx_data, 9), L_31, L_32, L_33, (&V_1)); G_B22_0 = ((int32_t)(L_34)); goto IL_0117; } IL_0116: { G_B22_0 = 0; } IL_0117: { V_12 = (bool)G_B22_0; bool L_35 = V_12; if (!L_35) { goto IL_0155; } } { RuntimeObject* L_36 = V_1; RuntimeObject* L_37; L_37 = PathVisitor_get_Property_mA08B8FE123674A9F4529C9CEAC47F6E940846E9B_inline(__this, NULL); NullCheck(((RuntimeObject*)IsInst((RuntimeObject*)L_36, IAttributes_t699EF2D1D5A022C91D27888CE70518262A25928D_il2cpp_TypeInfo_var))); AttributesScope_t5A89FFE050A95DD67BD15C00A4D072EABAA376AE L_38; L_38 = InterfaceFuncInvoker1< AttributesScope_t5A89FFE050A95DD67BD15C00A4D072EABAA376AE, RuntimeObject* >::Invoke(4, IAttributes_t699EF2D1D5A022C91D27888CE70518262A25928D_il2cpp_TypeInfo_var, ((RuntimeObject*)IsInst((RuntimeObject*)L_36, IAttributes_t699EF2D1D5A022C91D27888CE70518262A25928D_il2cpp_TypeInfo_var)), ((RuntimeObject*)IsInst((RuntimeObject*)L_37, IAttributes_t699EF2D1D5A022C91D27888CE70518262A25928D_il2cpp_TypeInfo_var))); V_13 = L_38; } { auto __finallyBlock = il2cpp::utils::Finally([&] { FINALLY_0143: { AttributesScope_Dispose_mE479F4FB0D23FD296817DD79630432BD4675E15D((&V_13), NULL); return; } }); try { RuntimeObject* L_39 = V_1; Vector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A* L_40 = ___1_container; NullCheck((RuntimeObject*)L_39); InterfaceActionInvoker2< RuntimeObject*, Vector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A* >::Invoke(0, il2cpp_rgctx_data(method->rgctx_data, 5), (RuntimeObject*)L_39, (RuntimeObject*)__this, L_40); goto IL_0152; } catch(Il2CppExceptionWrapper& e) { __finallyBlock.StoreException(e.ex); } } IL_0152: { goto IL_015f; } IL_0155: { PathVisitor_set_ReturnCode_mB5629AE0124C70E479D9C4D44A8E552DA8BA19E0_inline(__this, (int32_t)4, NULL); } IL_015f: { goto IL_016c; } IL_0162: { PathVisitor_set_ReturnCode_mB5629AE0124C70E479D9C4D44A8E552DA8BA19E0_inline(__this, (int32_t)4, NULL); goto IL_016c; } IL_016c: { return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PathVisitor_Unity_Properties_IPropertyBagVisitor_Visit_TisVector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2_mAC5B0B2329C8E652BC4D51548546E0EA28D31899_gshared (PathVisitor_tCD0947C41CDBDB774D22D560E5FFA01EF61C4446* __this, RuntimeObject* ___0_properties, Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2* ___1_container, const RuntimeMethod* method) { if (!il2cpp_rgctx_is_initialized(method)) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IAttributes_t699EF2D1D5A022C91D27888CE70518262A25928D_il2cpp_TypeInfo_var); il2cpp_rgctx_method_init(method); } PropertyPathPart_tFB308743948D2298957DC1898D90AF2ACFED9DFF V_0; memset((&V_0), 0, sizeof(V_0)); RuntimeObject* V_1 = NULL; PropertyPath_tA523CA2740853534DF6C009C588464B45A6D0A79 V_2; memset((&V_2), 0, sizeof(V_2)); int32_t V_3 = 0; int32_t V_4 = 0; int32_t V_5 = 0; RuntimeObject* V_6 = NULL; bool V_7 = false; RuntimeObject* V_8 = NULL; bool V_9 = false; AttributesScope_t5A89FFE050A95DD67BD15C00A4D072EABAA376AE V_10; memset((&V_10), 0, sizeof(V_10)); RuntimeObject* V_11 = NULL; bool V_12 = false; AttributesScope_t5A89FFE050A95DD67BD15C00A4D072EABAA376AE V_13; memset((&V_13), 0, sizeof(V_13)); int32_t G_B5_0 = 0; int32_t G_B12_0 = 0; int32_t G_B22_0 = 0; { PropertyPath_tA523CA2740853534DF6C009C588464B45A6D0A79 L_0; L_0 = PathVisitor_get_Path_m98A92F21C11F12C0C88EAC86D0F2E853DFBF9BD3_inline(__this, NULL); V_2 = L_0; int32_t L_1 = __this->___m_PathIndex; V_3 = L_1; int32_t L_2 = V_3; __this->___m_PathIndex = ((int32_t)il2cpp_codegen_add(L_2, 1)); int32_t L_3 = V_3; PropertyPathPart_tFB308743948D2298957DC1898D90AF2ACFED9DFF L_4; L_4 = PropertyPath_get_Item_mB0EFC5EAEB2A48E02906CDDC6435FDF4032EFAFD((&V_2), L_3, NULL); V_0 = L_4; int32_t L_5; L_5 = PropertyPathPart_get_Kind_m18581157E2924A9BF9FC8166CF98CBA468016541_inline((&V_0), NULL); V_5 = L_5; int32_t L_6 = V_5; V_4 = L_6; int32_t L_7 = V_4; switch (L_7) { case 0: { goto IL_0046; } case 1: { goto IL_008a; } case 2: { goto IL_00f6; } } } { goto IL_0162; } IL_0046: { RuntimeObject* L_8 = ___0_properties; V_6 = ((RuntimeObject*)IsInst((RuntimeObject*)L_8, il2cpp_rgctx_data(method->rgctx_data, 1))); RuntimeObject* L_9 = V_6; if (!L_9) { goto IL_0066; } } { RuntimeObject* L_10 = V_6; Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2* L_11 = ___1_container; String_t* L_12; L_12 = PropertyPathPart_get_Name_mFCEAE41CA7D7FAD0A0D7EB6D0B371AEAD7CE5A21((&V_0), NULL); NullCheck(L_10); bool L_13; L_13 = InterfaceFuncInvoker3< bool, Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2*, String_t*, RuntimeObject** >::Invoke(0, il2cpp_rgctx_data(method->rgctx_data, 1), L_10, L_11, L_12, (&V_1)); G_B5_0 = ((int32_t)(L_13)); goto IL_0067; } IL_0066: { G_B5_0 = 0; } IL_0067: { V_7 = (bool)G_B5_0; bool L_14 = V_7; if (!L_14) { goto IL_007a; } } { RuntimeObject* L_15 = V_1; Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2* L_16 = ___1_container; NullCheck((RuntimeObject*)L_15); InterfaceActionInvoker2< RuntimeObject*, Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2* >::Invoke(0, il2cpp_rgctx_data(method->rgctx_data, 5), (RuntimeObject*)L_15, (RuntimeObject*)__this, L_16); goto IL_0084; } IL_007a: { PathVisitor_set_ReturnCode_mB5629AE0124C70E479D9C4D44A8E552DA8BA19E0_inline(__this, (int32_t)4, NULL); } IL_0084: { goto IL_016c; } IL_008a: { RuntimeObject* L_17 = ___0_properties; V_8 = ((RuntimeObject*)IsInst((RuntimeObject*)L_17, il2cpp_rgctx_data(method->rgctx_data, 7))); RuntimeObject* L_18 = V_8; if (!L_18) { goto IL_00aa; } } { RuntimeObject* L_19 = V_8; Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2* L_20 = ___1_container; int32_t L_21; L_21 = PropertyPathPart_get_Index_mFCB3571720514B51BC7B373D45B19CCBD82FBF57((&V_0), NULL); NullCheck(L_19); bool L_22; L_22 = InterfaceFuncInvoker3< bool, Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2*, int32_t, RuntimeObject** >::Invoke(0, il2cpp_rgctx_data(method->rgctx_data, 7), L_19, L_20, L_21, (&V_1)); G_B12_0 = ((int32_t)(L_22)); goto IL_00ab; } IL_00aa: { G_B12_0 = 0; } IL_00ab: { V_9 = (bool)G_B12_0; bool L_23 = V_9; if (!L_23) { goto IL_00e9; } } { RuntimeObject* L_24 = V_1; RuntimeObject* L_25; L_25 = PathVisitor_get_Property_mA08B8FE123674A9F4529C9CEAC47F6E940846E9B_inline(__this, NULL); NullCheck(((RuntimeObject*)IsInst((RuntimeObject*)L_24, IAttributes_t699EF2D1D5A022C91D27888CE70518262A25928D_il2cpp_TypeInfo_var))); AttributesScope_t5A89FFE050A95DD67BD15C00A4D072EABAA376AE L_26; L_26 = InterfaceFuncInvoker1< AttributesScope_t5A89FFE050A95DD67BD15C00A4D072EABAA376AE, RuntimeObject* >::Invoke(4, IAttributes_t699EF2D1D5A022C91D27888CE70518262A25928D_il2cpp_TypeInfo_var, ((RuntimeObject*)IsInst((RuntimeObject*)L_24, IAttributes_t699EF2D1D5A022C91D27888CE70518262A25928D_il2cpp_TypeInfo_var)), ((RuntimeObject*)IsInst((RuntimeObject*)L_25, IAttributes_t699EF2D1D5A022C91D27888CE70518262A25928D_il2cpp_TypeInfo_var))); V_10 = L_26; } { auto __finallyBlock = il2cpp::utils::Finally([&] { FINALLY_00d7: { AttributesScope_Dispose_mE479F4FB0D23FD296817DD79630432BD4675E15D((&V_10), NULL); return; } }); try { RuntimeObject* L_27 = V_1; Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2* L_28 = ___1_container; NullCheck((RuntimeObject*)L_27); InterfaceActionInvoker2< RuntimeObject*, Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2* >::Invoke(0, il2cpp_rgctx_data(method->rgctx_data, 5), (RuntimeObject*)L_27, (RuntimeObject*)__this, L_28); goto IL_00e6; } catch(Il2CppExceptionWrapper& e) { __finallyBlock.StoreException(e.ex); } } IL_00e6: { goto IL_00f3; } IL_00e9: { PathVisitor_set_ReturnCode_mB5629AE0124C70E479D9C4D44A8E552DA8BA19E0_inline(__this, (int32_t)4, NULL); } IL_00f3: { goto IL_016c; } IL_00f6: { RuntimeObject* L_29 = ___0_properties; V_11 = ((RuntimeObject*)IsInst((RuntimeObject*)L_29, il2cpp_rgctx_data(method->rgctx_data, 9))); RuntimeObject* L_30 = V_11; if (!L_30) { goto IL_0116; } } { RuntimeObject* L_31 = V_11; Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2* L_32 = ___1_container; RuntimeObject* L_33; L_33 = PropertyPathPart_get_Key_m08AAAD0EF82806F72CA10628E7B8EC15322E7E6A((&V_0), NULL); NullCheck(L_31); bool L_34; L_34 = InterfaceFuncInvoker3< bool, Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2*, RuntimeObject*, RuntimeObject** >::Invoke(0, il2cpp_rgctx_data(method->rgctx_data, 9), L_31, L_32, L_33, (&V_1)); G_B22_0 = ((int32_t)(L_34)); goto IL_0117; } IL_0116: { G_B22_0 = 0; } IL_0117: { V_12 = (bool)G_B22_0; bool L_35 = V_12; if (!L_35) { goto IL_0155; } } { RuntimeObject* L_36 = V_1; RuntimeObject* L_37; L_37 = PathVisitor_get_Property_mA08B8FE123674A9F4529C9CEAC47F6E940846E9B_inline(__this, NULL); NullCheck(((RuntimeObject*)IsInst((RuntimeObject*)L_36, IAttributes_t699EF2D1D5A022C91D27888CE70518262A25928D_il2cpp_TypeInfo_var))); AttributesScope_t5A89FFE050A95DD67BD15C00A4D072EABAA376AE L_38; L_38 = InterfaceFuncInvoker1< AttributesScope_t5A89FFE050A95DD67BD15C00A4D072EABAA376AE, RuntimeObject* >::Invoke(4, IAttributes_t699EF2D1D5A022C91D27888CE70518262A25928D_il2cpp_TypeInfo_var, ((RuntimeObject*)IsInst((RuntimeObject*)L_36, IAttributes_t699EF2D1D5A022C91D27888CE70518262A25928D_il2cpp_TypeInfo_var)), ((RuntimeObject*)IsInst((RuntimeObject*)L_37, IAttributes_t699EF2D1D5A022C91D27888CE70518262A25928D_il2cpp_TypeInfo_var))); V_13 = L_38; } { auto __finallyBlock = il2cpp::utils::Finally([&] { FINALLY_0143: { AttributesScope_Dispose_mE479F4FB0D23FD296817DD79630432BD4675E15D((&V_13), NULL); return; } }); try { RuntimeObject* L_39 = V_1; Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2* L_40 = ___1_container; NullCheck((RuntimeObject*)L_39); InterfaceActionInvoker2< RuntimeObject*, Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2* >::Invoke(0, il2cpp_rgctx_data(method->rgctx_data, 5), (RuntimeObject*)L_39, (RuntimeObject*)__this, L_40); goto IL_0152; } catch(Il2CppExceptionWrapper& e) { __finallyBlock.StoreException(e.ex); } } IL_0152: { goto IL_015f; } IL_0155: { PathVisitor_set_ReturnCode_mB5629AE0124C70E479D9C4D44A8E552DA8BA19E0_inline(__this, (int32_t)4, NULL); } IL_015f: { goto IL_016c; } IL_0162: { PathVisitor_set_ReturnCode_mB5629AE0124C70E479D9C4D44A8E552DA8BA19E0_inline(__this, (int32_t)4, NULL); goto IL_016c; } IL_016c: { return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PathVisitor_Unity_Properties_IPropertyBagVisitor_Visit_TisVector3Int_t65CB06F557251D18A37BD71F3655BA836A357376_mE09C9181C89D1B1B8AD102ED803CD10EFF657ADE_gshared (PathVisitor_tCD0947C41CDBDB774D22D560E5FFA01EF61C4446* __this, RuntimeObject* ___0_properties, Vector3Int_t65CB06F557251D18A37BD71F3655BA836A357376* ___1_container, const RuntimeMethod* method) { if (!il2cpp_rgctx_is_initialized(method)) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IAttributes_t699EF2D1D5A022C91D27888CE70518262A25928D_il2cpp_TypeInfo_var); il2cpp_rgctx_method_init(method); } PropertyPathPart_tFB308743948D2298957DC1898D90AF2ACFED9DFF V_0; memset((&V_0), 0, sizeof(V_0)); RuntimeObject* V_1 = NULL; PropertyPath_tA523CA2740853534DF6C009C588464B45A6D0A79 V_2; memset((&V_2), 0, sizeof(V_2)); int32_t V_3 = 0; int32_t V_4 = 0; int32_t V_5 = 0; RuntimeObject* V_6 = NULL; bool V_7 = false; RuntimeObject* V_8 = NULL; bool V_9 = false; AttributesScope_t5A89FFE050A95DD67BD15C00A4D072EABAA376AE V_10; memset((&V_10), 0, sizeof(V_10)); RuntimeObject* V_11 = NULL; bool V_12 = false; AttributesScope_t5A89FFE050A95DD67BD15C00A4D072EABAA376AE V_13; memset((&V_13), 0, sizeof(V_13)); int32_t G_B5_0 = 0; int32_t G_B12_0 = 0; int32_t G_B22_0 = 0; { PropertyPath_tA523CA2740853534DF6C009C588464B45A6D0A79 L_0; L_0 = PathVisitor_get_Path_m98A92F21C11F12C0C88EAC86D0F2E853DFBF9BD3_inline(__this, NULL); V_2 = L_0; int32_t L_1 = __this->___m_PathIndex; V_3 = L_1; int32_t L_2 = V_3; __this->___m_PathIndex = ((int32_t)il2cpp_codegen_add(L_2, 1)); int32_t L_3 = V_3; PropertyPathPart_tFB308743948D2298957DC1898D90AF2ACFED9DFF L_4; L_4 = PropertyPath_get_Item_mB0EFC5EAEB2A48E02906CDDC6435FDF4032EFAFD((&V_2), L_3, NULL); V_0 = L_4; int32_t L_5; L_5 = PropertyPathPart_get_Kind_m18581157E2924A9BF9FC8166CF98CBA468016541_inline((&V_0), NULL); V_5 = L_5; int32_t L_6 = V_5; V_4 = L_6; int32_t L_7 = V_4; switch (L_7) { case 0: { goto IL_0046; } case 1: { goto IL_008a; } case 2: { goto IL_00f6; } } } { goto IL_0162; } IL_0046: { RuntimeObject* L_8 = ___0_properties; V_6 = ((RuntimeObject*)IsInst((RuntimeObject*)L_8, il2cpp_rgctx_data(method->rgctx_data, 1))); RuntimeObject* L_9 = V_6; if (!L_9) { goto IL_0066; } } { RuntimeObject* L_10 = V_6; Vector3Int_t65CB06F557251D18A37BD71F3655BA836A357376* L_11 = ___1_container; String_t* L_12; L_12 = PropertyPathPart_get_Name_mFCEAE41CA7D7FAD0A0D7EB6D0B371AEAD7CE5A21((&V_0), NULL); NullCheck(L_10); bool L_13; L_13 = InterfaceFuncInvoker3< bool, Vector3Int_t65CB06F557251D18A37BD71F3655BA836A357376*, String_t*, RuntimeObject** >::Invoke(0, il2cpp_rgctx_data(method->rgctx_data, 1), L_10, L_11, L_12, (&V_1)); G_B5_0 = ((int32_t)(L_13)); goto IL_0067; } IL_0066: { G_B5_0 = 0; } IL_0067: { V_7 = (bool)G_B5_0; bool L_14 = V_7; if (!L_14) { goto IL_007a; } } { RuntimeObject* L_15 = V_1; Vector3Int_t65CB06F557251D18A37BD71F3655BA836A357376* L_16 = ___1_container; NullCheck((RuntimeObject*)L_15); InterfaceActionInvoker2< RuntimeObject*, Vector3Int_t65CB06F557251D18A37BD71F3655BA836A357376* >::Invoke(0, il2cpp_rgctx_data(method->rgctx_data, 5), (RuntimeObject*)L_15, (RuntimeObject*)__this, L_16); goto IL_0084; } IL_007a: { PathVisitor_set_ReturnCode_mB5629AE0124C70E479D9C4D44A8E552DA8BA19E0_inline(__this, (int32_t)4, NULL); } IL_0084: { goto IL_016c; } IL_008a: { RuntimeObject* L_17 = ___0_properties; V_8 = ((RuntimeObject*)IsInst((RuntimeObject*)L_17, il2cpp_rgctx_data(method->rgctx_data, 7))); RuntimeObject* L_18 = V_8; if (!L_18) { goto IL_00aa; } } { RuntimeObject* L_19 = V_8; Vector3Int_t65CB06F557251D18A37BD71F3655BA836A357376* L_20 = ___1_container; int32_t L_21; L_21 = PropertyPathPart_get_Index_mFCB3571720514B51BC7B373D45B19CCBD82FBF57((&V_0), NULL); NullCheck(L_19); bool L_22; L_22 = InterfaceFuncInvoker3< bool, Vector3Int_t65CB06F557251D18A37BD71F3655BA836A357376*, int32_t, RuntimeObject** >::Invoke(0, il2cpp_rgctx_data(method->rgctx_data, 7), L_19, L_20, L_21, (&V_1)); G_B12_0 = ((int32_t)(L_22)); goto IL_00ab; } IL_00aa: { G_B12_0 = 0; } IL_00ab: { V_9 = (bool)G_B12_0; bool L_23 = V_9; if (!L_23) { goto IL_00e9; } } { RuntimeObject* L_24 = V_1; RuntimeObject* L_25; L_25 = PathVisitor_get_Property_mA08B8FE123674A9F4529C9CEAC47F6E940846E9B_inline(__this, NULL); NullCheck(((RuntimeObject*)IsInst((RuntimeObject*)L_24, IAttributes_t699EF2D1D5A022C91D27888CE70518262A25928D_il2cpp_TypeInfo_var))); AttributesScope_t5A89FFE050A95DD67BD15C00A4D072EABAA376AE L_26; L_26 = InterfaceFuncInvoker1< AttributesScope_t5A89FFE050A95DD67BD15C00A4D072EABAA376AE, RuntimeObject* >::Invoke(4, IAttributes_t699EF2D1D5A022C91D27888CE70518262A25928D_il2cpp_TypeInfo_var, ((RuntimeObject*)IsInst((RuntimeObject*)L_24, IAttributes_t699EF2D1D5A022C91D27888CE70518262A25928D_il2cpp_TypeInfo_var)), ((RuntimeObject*)IsInst((RuntimeObject*)L_25, IAttributes_t699EF2D1D5A022C91D27888CE70518262A25928D_il2cpp_TypeInfo_var))); V_10 = L_26; } { auto __finallyBlock = il2cpp::utils::Finally([&] { FINALLY_00d7: { AttributesScope_Dispose_mE479F4FB0D23FD296817DD79630432BD4675E15D((&V_10), NULL); return; } }); try { RuntimeObject* L_27 = V_1; Vector3Int_t65CB06F557251D18A37BD71F3655BA836A357376* L_28 = ___1_container; NullCheck((RuntimeObject*)L_27); InterfaceActionInvoker2< RuntimeObject*, Vector3Int_t65CB06F557251D18A37BD71F3655BA836A357376* >::Invoke(0, il2cpp_rgctx_data(method->rgctx_data, 5), (RuntimeObject*)L_27, (RuntimeObject*)__this, L_28); goto IL_00e6; } catch(Il2CppExceptionWrapper& e) { __finallyBlock.StoreException(e.ex); } } IL_00e6: { goto IL_00f3; } IL_00e9: { PathVisitor_set_ReturnCode_mB5629AE0124C70E479D9C4D44A8E552DA8BA19E0_inline(__this, (int32_t)4, NULL); } IL_00f3: { goto IL_016c; } IL_00f6: { RuntimeObject* L_29 = ___0_properties; V_11 = ((RuntimeObject*)IsInst((RuntimeObject*)L_29, il2cpp_rgctx_data(method->rgctx_data, 9))); RuntimeObject* L_30 = V_11; if (!L_30) { goto IL_0116; } } { RuntimeObject* L_31 = V_11; Vector3Int_t65CB06F557251D18A37BD71F3655BA836A357376* L_32 = ___1_container; RuntimeObject* L_33; L_33 = PropertyPathPart_get_Key_m08AAAD0EF82806F72CA10628E7B8EC15322E7E6A((&V_0), NULL); NullCheck(L_31); bool L_34; L_34 = InterfaceFuncInvoker3< bool, Vector3Int_t65CB06F557251D18A37BD71F3655BA836A357376*, RuntimeObject*, RuntimeObject** >::Invoke(0, il2cpp_rgctx_data(method->rgctx_data, 9), L_31, L_32, L_33, (&V_1)); G_B22_0 = ((int32_t)(L_34)); goto IL_0117; } IL_0116: { G_B22_0 = 0; } IL_0117: { V_12 = (bool)G_B22_0; bool L_35 = V_12; if (!L_35) { goto IL_0155; } } { RuntimeObject* L_36 = V_1; RuntimeObject* L_37; L_37 = PathVisitor_get_Property_mA08B8FE123674A9F4529C9CEAC47F6E940846E9B_inline(__this, NULL); NullCheck(((RuntimeObject*)IsInst((RuntimeObject*)L_36, IAttributes_t699EF2D1D5A022C91D27888CE70518262A25928D_il2cpp_TypeInfo_var))); AttributesScope_t5A89FFE050A95DD67BD15C00A4D072EABAA376AE L_38; L_38 = InterfaceFuncInvoker1< AttributesScope_t5A89FFE050A95DD67BD15C00A4D072EABAA376AE, RuntimeObject* >::Invoke(4, IAttributes_t699EF2D1D5A022C91D27888CE70518262A25928D_il2cpp_TypeInfo_var, ((RuntimeObject*)IsInst((RuntimeObject*)L_36, IAttributes_t699EF2D1D5A022C91D27888CE70518262A25928D_il2cpp_TypeInfo_var)), ((RuntimeObject*)IsInst((RuntimeObject*)L_37, IAttributes_t699EF2D1D5A022C91D27888CE70518262A25928D_il2cpp_TypeInfo_var))); V_13 = L_38; } { auto __finallyBlock = il2cpp::utils::Finally([&] { FINALLY_0143: { AttributesScope_Dispose_mE479F4FB0D23FD296817DD79630432BD4675E15D((&V_13), NULL); return; } }); try { RuntimeObject* L_39 = V_1; Vector3Int_t65CB06F557251D18A37BD71F3655BA836A357376* L_40 = ___1_container; NullCheck((RuntimeObject*)L_39); InterfaceActionInvoker2< RuntimeObject*, Vector3Int_t65CB06F557251D18A37BD71F3655BA836A357376* >::Invoke(0, il2cpp_rgctx_data(method->rgctx_data, 5), (RuntimeObject*)L_39, (RuntimeObject*)__this, L_40); goto IL_0152; } catch(Il2CppExceptionWrapper& e) { __finallyBlock.StoreException(e.ex); } } IL_0152: { goto IL_015f; } IL_0155: { PathVisitor_set_ReturnCode_mB5629AE0124C70E479D9C4D44A8E552DA8BA19E0_inline(__this, (int32_t)4, NULL); } IL_015f: { goto IL_016c; } IL_0162: { PathVisitor_set_ReturnCode_mB5629AE0124C70E479D9C4D44A8E552DA8BA19E0_inline(__this, (int32_t)4, NULL); goto IL_016c; } IL_016c: { return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PathVisitor_Unity_Properties_IPropertyBagVisitor_Visit_TisVector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3_mAB864971AC0E9E1928498A48F062AB1FDA74EA10_gshared (PathVisitor_tCD0947C41CDBDB774D22D560E5FFA01EF61C4446* __this, RuntimeObject* ___0_properties, Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3* ___1_container, const RuntimeMethod* method) { if (!il2cpp_rgctx_is_initialized(method)) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IAttributes_t699EF2D1D5A022C91D27888CE70518262A25928D_il2cpp_TypeInfo_var); il2cpp_rgctx_method_init(method); } PropertyPathPart_tFB308743948D2298957DC1898D90AF2ACFED9DFF V_0; memset((&V_0), 0, sizeof(V_0)); RuntimeObject* V_1 = NULL; PropertyPath_tA523CA2740853534DF6C009C588464B45A6D0A79 V_2; memset((&V_2), 0, sizeof(V_2)); int32_t V_3 = 0; int32_t V_4 = 0; int32_t V_5 = 0; RuntimeObject* V_6 = NULL; bool V_7 = false; RuntimeObject* V_8 = NULL; bool V_9 = false; AttributesScope_t5A89FFE050A95DD67BD15C00A4D072EABAA376AE V_10; memset((&V_10), 0, sizeof(V_10)); RuntimeObject* V_11 = NULL; bool V_12 = false; AttributesScope_t5A89FFE050A95DD67BD15C00A4D072EABAA376AE V_13; memset((&V_13), 0, sizeof(V_13)); int32_t G_B5_0 = 0; int32_t G_B12_0 = 0; int32_t G_B22_0 = 0; { PropertyPath_tA523CA2740853534DF6C009C588464B45A6D0A79 L_0; L_0 = PathVisitor_get_Path_m98A92F21C11F12C0C88EAC86D0F2E853DFBF9BD3_inline(__this, NULL); V_2 = L_0; int32_t L_1 = __this->___m_PathIndex; V_3 = L_1; int32_t L_2 = V_3; __this->___m_PathIndex = ((int32_t)il2cpp_codegen_add(L_2, 1)); int32_t L_3 = V_3; PropertyPathPart_tFB308743948D2298957DC1898D90AF2ACFED9DFF L_4; L_4 = PropertyPath_get_Item_mB0EFC5EAEB2A48E02906CDDC6435FDF4032EFAFD((&V_2), L_3, NULL); V_0 = L_4; int32_t L_5; L_5 = PropertyPathPart_get_Kind_m18581157E2924A9BF9FC8166CF98CBA468016541_inline((&V_0), NULL); V_5 = L_5; int32_t L_6 = V_5; V_4 = L_6; int32_t L_7 = V_4; switch (L_7) { case 0: { goto IL_0046; } case 1: { goto IL_008a; } case 2: { goto IL_00f6; } } } { goto IL_0162; } IL_0046: { RuntimeObject* L_8 = ___0_properties; V_6 = ((RuntimeObject*)IsInst((RuntimeObject*)L_8, il2cpp_rgctx_data(method->rgctx_data, 1))); RuntimeObject* L_9 = V_6; if (!L_9) { goto IL_0066; } } { RuntimeObject* L_10 = V_6; Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3* L_11 = ___1_container; String_t* L_12; L_12 = PropertyPathPart_get_Name_mFCEAE41CA7D7FAD0A0D7EB6D0B371AEAD7CE5A21((&V_0), NULL); NullCheck(L_10); bool L_13; L_13 = InterfaceFuncInvoker3< bool, Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3*, String_t*, RuntimeObject** >::Invoke(0, il2cpp_rgctx_data(method->rgctx_data, 1), L_10, L_11, L_12, (&V_1)); G_B5_0 = ((int32_t)(L_13)); goto IL_0067; } IL_0066: { G_B5_0 = 0; } IL_0067: { V_7 = (bool)G_B5_0; bool L_14 = V_7; if (!L_14) { goto IL_007a; } } { RuntimeObject* L_15 = V_1; Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3* L_16 = ___1_container; NullCheck((RuntimeObject*)L_15); InterfaceActionInvoker2< RuntimeObject*, Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3* >::Invoke(0, il2cpp_rgctx_data(method->rgctx_data, 5), (RuntimeObject*)L_15, (RuntimeObject*)__this, L_16); goto IL_0084; } IL_007a: { PathVisitor_set_ReturnCode_mB5629AE0124C70E479D9C4D44A8E552DA8BA19E0_inline(__this, (int32_t)4, NULL); } IL_0084: { goto IL_016c; } IL_008a: { RuntimeObject* L_17 = ___0_properties; V_8 = ((RuntimeObject*)IsInst((RuntimeObject*)L_17, il2cpp_rgctx_data(method->rgctx_data, 7))); RuntimeObject* L_18 = V_8; if (!L_18) { goto IL_00aa; } } { RuntimeObject* L_19 = V_8; Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3* L_20 = ___1_container; int32_t L_21; L_21 = PropertyPathPart_get_Index_mFCB3571720514B51BC7B373D45B19CCBD82FBF57((&V_0), NULL); NullCheck(L_19); bool L_22; L_22 = InterfaceFuncInvoker3< bool, Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3*, int32_t, RuntimeObject** >::Invoke(0, il2cpp_rgctx_data(method->rgctx_data, 7), L_19, L_20, L_21, (&V_1)); G_B12_0 = ((int32_t)(L_22)); goto IL_00ab; } IL_00aa: { G_B12_0 = 0; } IL_00ab: { V_9 = (bool)G_B12_0; bool L_23 = V_9; if (!L_23) { goto IL_00e9; } } { RuntimeObject* L_24 = V_1; RuntimeObject* L_25; L_25 = PathVisitor_get_Property_mA08B8FE123674A9F4529C9CEAC47F6E940846E9B_inline(__this, NULL); NullCheck(((RuntimeObject*)IsInst((RuntimeObject*)L_24, IAttributes_t699EF2D1D5A022C91D27888CE70518262A25928D_il2cpp_TypeInfo_var))); AttributesScope_t5A89FFE050A95DD67BD15C00A4D072EABAA376AE L_26; L_26 = InterfaceFuncInvoker1< AttributesScope_t5A89FFE050A95DD67BD15C00A4D072EABAA376AE, RuntimeObject* >::Invoke(4, IAttributes_t699EF2D1D5A022C91D27888CE70518262A25928D_il2cpp_TypeInfo_var, ((RuntimeObject*)IsInst((RuntimeObject*)L_24, IAttributes_t699EF2D1D5A022C91D27888CE70518262A25928D_il2cpp_TypeInfo_var)), ((RuntimeObject*)IsInst((RuntimeObject*)L_25, IAttributes_t699EF2D1D5A022C91D27888CE70518262A25928D_il2cpp_TypeInfo_var))); V_10 = L_26; } { auto __finallyBlock = il2cpp::utils::Finally([&] { FINALLY_00d7: { AttributesScope_Dispose_mE479F4FB0D23FD296817DD79630432BD4675E15D((&V_10), NULL); return; } }); try { RuntimeObject* L_27 = V_1; Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3* L_28 = ___1_container; NullCheck((RuntimeObject*)L_27); InterfaceActionInvoker2< RuntimeObject*, Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3* >::Invoke(0, il2cpp_rgctx_data(method->rgctx_data, 5), (RuntimeObject*)L_27, (RuntimeObject*)__this, L_28); goto IL_00e6; } catch(Il2CppExceptionWrapper& e) { __finallyBlock.StoreException(e.ex); } } IL_00e6: { goto IL_00f3; } IL_00e9: { PathVisitor_set_ReturnCode_mB5629AE0124C70E479D9C4D44A8E552DA8BA19E0_inline(__this, (int32_t)4, NULL); } IL_00f3: { goto IL_016c; } IL_00f6: { RuntimeObject* L_29 = ___0_properties; V_11 = ((RuntimeObject*)IsInst((RuntimeObject*)L_29, il2cpp_rgctx_data(method->rgctx_data, 9))); RuntimeObject* L_30 = V_11; if (!L_30) { goto IL_0116; } } { RuntimeObject* L_31 = V_11; Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3* L_32 = ___1_container; RuntimeObject* L_33; L_33 = PropertyPathPart_get_Key_m08AAAD0EF82806F72CA10628E7B8EC15322E7E6A((&V_0), NULL); NullCheck(L_31); bool L_34; L_34 = InterfaceFuncInvoker3< bool, Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3*, RuntimeObject*, RuntimeObject** >::Invoke(0, il2cpp_rgctx_data(method->rgctx_data, 9), L_31, L_32, L_33, (&V_1)); G_B22_0 = ((int32_t)(L_34)); goto IL_0117; } IL_0116: { G_B22_0 = 0; } IL_0117: { V_12 = (bool)G_B22_0; bool L_35 = V_12; if (!L_35) { goto IL_0155; } } { RuntimeObject* L_36 = V_1; RuntimeObject* L_37; L_37 = PathVisitor_get_Property_mA08B8FE123674A9F4529C9CEAC47F6E940846E9B_inline(__this, NULL); NullCheck(((RuntimeObject*)IsInst((RuntimeObject*)L_36, IAttributes_t699EF2D1D5A022C91D27888CE70518262A25928D_il2cpp_TypeInfo_var))); AttributesScope_t5A89FFE050A95DD67BD15C00A4D072EABAA376AE L_38; L_38 = InterfaceFuncInvoker1< AttributesScope_t5A89FFE050A95DD67BD15C00A4D072EABAA376AE, RuntimeObject* >::Invoke(4, IAttributes_t699EF2D1D5A022C91D27888CE70518262A25928D_il2cpp_TypeInfo_var, ((RuntimeObject*)IsInst((RuntimeObject*)L_36, IAttributes_t699EF2D1D5A022C91D27888CE70518262A25928D_il2cpp_TypeInfo_var)), ((RuntimeObject*)IsInst((RuntimeObject*)L_37, IAttributes_t699EF2D1D5A022C91D27888CE70518262A25928D_il2cpp_TypeInfo_var))); V_13 = L_38; } { auto __finallyBlock = il2cpp::utils::Finally([&] { FINALLY_0143: { AttributesScope_Dispose_mE479F4FB0D23FD296817DD79630432BD4675E15D((&V_13), NULL); return; } }); try { RuntimeObject* L_39 = V_1; Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3* L_40 = ___1_container; NullCheck((RuntimeObject*)L_39); InterfaceActionInvoker2< RuntimeObject*, Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3* >::Invoke(0, il2cpp_rgctx_data(method->rgctx_data, 5), (RuntimeObject*)L_39, (RuntimeObject*)__this, L_40); goto IL_0152; } catch(Il2CppExceptionWrapper& e) { __finallyBlock.StoreException(e.ex); } } IL_0152: { goto IL_015f; } IL_0155: { PathVisitor_set_ReturnCode_mB5629AE0124C70E479D9C4D44A8E552DA8BA19E0_inline(__this, (int32_t)4, NULL); } IL_015f: { goto IL_016c; } IL_0162: { PathVisitor_set_ReturnCode_mB5629AE0124C70E479D9C4D44A8E552DA8BA19E0_inline(__this, (int32_t)4, NULL); goto IL_016c; } IL_016c: { return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PathVisitor_Unity_Properties_IPropertyBagVisitor_Visit_TisIl2CppFullySharedGenericAny_mF1E2CE4C83C60AC29C925BB4548F6186E2FB27EC_gshared (PathVisitor_tCD0947C41CDBDB774D22D560E5FFA01EF61C4446* __this, RuntimeObject* ___0_properties, Il2CppFullySharedGenericAny* ___1_container, const RuntimeMethod* method) { if (!il2cpp_rgctx_is_initialized(method)) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IAttributes_t699EF2D1D5A022C91D27888CE70518262A25928D_il2cpp_TypeInfo_var); il2cpp_rgctx_method_init(method); } PropertyPathPart_tFB308743948D2298957DC1898D90AF2ACFED9DFF V_0; memset((&V_0), 0, sizeof(V_0)); RuntimeObject* V_1 = NULL; PropertyPath_tA523CA2740853534DF6C009C588464B45A6D0A79 V_2; memset((&V_2), 0, sizeof(V_2)); int32_t V_3 = 0; int32_t V_4 = 0; int32_t V_5 = 0; RuntimeObject* V_6 = NULL; bool V_7 = false; RuntimeObject* V_8 = NULL; bool V_9 = false; AttributesScope_t5A89FFE050A95DD67BD15C00A4D072EABAA376AE V_10; memset((&V_10), 0, sizeof(V_10)); RuntimeObject* V_11 = NULL; bool V_12 = false; AttributesScope_t5A89FFE050A95DD67BD15C00A4D072EABAA376AE V_13; memset((&V_13), 0, sizeof(V_13)); int32_t G_B5_0 = 0; int32_t G_B12_0 = 0; int32_t G_B22_0 = 0; { PropertyPath_tA523CA2740853534DF6C009C588464B45A6D0A79 L_0; L_0 = PathVisitor_get_Path_m98A92F21C11F12C0C88EAC86D0F2E853DFBF9BD3_inline(__this, NULL); V_2 = L_0; int32_t L_1 = __this->___m_PathIndex; V_3 = L_1; int32_t L_2 = V_3; __this->___m_PathIndex = ((int32_t)il2cpp_codegen_add(L_2, 1)); int32_t L_3 = V_3; PropertyPathPart_tFB308743948D2298957DC1898D90AF2ACFED9DFF L_4; L_4 = PropertyPath_get_Item_mB0EFC5EAEB2A48E02906CDDC6435FDF4032EFAFD((&V_2), L_3, NULL); V_0 = L_4; int32_t L_5; L_5 = PropertyPathPart_get_Kind_m18581157E2924A9BF9FC8166CF98CBA468016541_inline((&V_0), NULL); V_5 = L_5; int32_t L_6 = V_5; V_4 = L_6; int32_t L_7 = V_4; switch (L_7) { case 0: { goto IL_0046; } case 1: { goto IL_008a; } case 2: { goto IL_00f6; } } } { goto IL_0162; } IL_0046: { RuntimeObject* L_8 = ___0_properties; V_6 = ((RuntimeObject*)IsInst((RuntimeObject*)L_8, il2cpp_rgctx_data(method->rgctx_data, 1))); RuntimeObject* L_9 = V_6; if (!L_9) { goto IL_0066; } } { RuntimeObject* L_10 = V_6; Il2CppFullySharedGenericAny* L_11 = ___1_container; String_t* L_12; L_12 = PropertyPathPart_get_Name_mFCEAE41CA7D7FAD0A0D7EB6D0B371AEAD7CE5A21((&V_0), NULL); NullCheck(L_10); bool L_13; L_13 = InterfaceFuncInvoker3< bool, Il2CppFullySharedGenericAny*, String_t*, RuntimeObject** >::Invoke(0, il2cpp_rgctx_data(method->rgctx_data, 1), L_10, L_11, L_12, (&V_1)); G_B5_0 = ((int32_t)(L_13)); goto IL_0067; } IL_0066: { G_B5_0 = 0; } IL_0067: { V_7 = (bool)G_B5_0; bool L_14 = V_7; if (!L_14) { goto IL_007a; } } { RuntimeObject* L_15 = V_1; Il2CppFullySharedGenericAny* L_16 = ___1_container; NullCheck((RuntimeObject*)L_15); InterfaceActionInvoker2< RuntimeObject*, Il2CppFullySharedGenericAny* >::Invoke(0, il2cpp_rgctx_data(method->rgctx_data, 5), (RuntimeObject*)L_15, (RuntimeObject*)__this, L_16); goto IL_0084; } IL_007a: { PathVisitor_set_ReturnCode_mB5629AE0124C70E479D9C4D44A8E552DA8BA19E0_inline(__this, (int32_t)4, NULL); } IL_0084: { goto IL_016c; } IL_008a: { RuntimeObject* L_17 = ___0_properties; V_8 = ((RuntimeObject*)IsInst((RuntimeObject*)L_17, il2cpp_rgctx_data(method->rgctx_data, 7))); RuntimeObject* L_18 = V_8; if (!L_18) { goto IL_00aa; } } { RuntimeObject* L_19 = V_8; Il2CppFullySharedGenericAny* L_20 = ___1_container; int32_t L_21; L_21 = PropertyPathPart_get_Index_mFCB3571720514B51BC7B373D45B19CCBD82FBF57((&V_0), NULL); NullCheck(L_19); bool L_22; L_22 = InterfaceFuncInvoker3< bool, Il2CppFullySharedGenericAny*, int32_t, RuntimeObject** >::Invoke(0, il2cpp_rgctx_data(method->rgctx_data, 7), L_19, L_20, L_21, (&V_1)); G_B12_0 = ((int32_t)(L_22)); goto IL_00ab; } IL_00aa: { G_B12_0 = 0; } IL_00ab: { V_9 = (bool)G_B12_0; bool L_23 = V_9; if (!L_23) { goto IL_00e9; } } { RuntimeObject* L_24 = V_1; RuntimeObject* L_25; L_25 = PathVisitor_get_Property_mA08B8FE123674A9F4529C9CEAC47F6E940846E9B_inline(__this, NULL); NullCheck(((RuntimeObject*)IsInst((RuntimeObject*)L_24, IAttributes_t699EF2D1D5A022C91D27888CE70518262A25928D_il2cpp_TypeInfo_var))); AttributesScope_t5A89FFE050A95DD67BD15C00A4D072EABAA376AE L_26; L_26 = InterfaceFuncInvoker1< AttributesScope_t5A89FFE050A95DD67BD15C00A4D072EABAA376AE, RuntimeObject* >::Invoke(4, IAttributes_t699EF2D1D5A022C91D27888CE70518262A25928D_il2cpp_TypeInfo_var, ((RuntimeObject*)IsInst((RuntimeObject*)L_24, IAttributes_t699EF2D1D5A022C91D27888CE70518262A25928D_il2cpp_TypeInfo_var)), ((RuntimeObject*)IsInst((RuntimeObject*)L_25, IAttributes_t699EF2D1D5A022C91D27888CE70518262A25928D_il2cpp_TypeInfo_var))); V_10 = L_26; } { auto __finallyBlock = il2cpp::utils::Finally([&] { FINALLY_00d7: { AttributesScope_Dispose_mE479F4FB0D23FD296817DD79630432BD4675E15D((&V_10), NULL); return; } }); try { RuntimeObject* L_27 = V_1; Il2CppFullySharedGenericAny* L_28 = ___1_container; NullCheck((RuntimeObject*)L_27); InterfaceActionInvoker2< RuntimeObject*, Il2CppFullySharedGenericAny* >::Invoke(0, il2cpp_rgctx_data(method->rgctx_data, 5), (RuntimeObject*)L_27, (RuntimeObject*)__this, L_28); goto IL_00e6; } catch(Il2CppExceptionWrapper& e) { __finallyBlock.StoreException(e.ex); } } IL_00e6: { goto IL_00f3; } IL_00e9: { PathVisitor_set_ReturnCode_mB5629AE0124C70E479D9C4D44A8E552DA8BA19E0_inline(__this, (int32_t)4, NULL); } IL_00f3: { goto IL_016c; } IL_00f6: { RuntimeObject* L_29 = ___0_properties; V_11 = ((RuntimeObject*)IsInst((RuntimeObject*)L_29, il2cpp_rgctx_data(method->rgctx_data, 9))); RuntimeObject* L_30 = V_11; if (!L_30) { goto IL_0116; } } { RuntimeObject* L_31 = V_11; Il2CppFullySharedGenericAny* L_32 = ___1_container; RuntimeObject* L_33; L_33 = PropertyPathPart_get_Key_m08AAAD0EF82806F72CA10628E7B8EC15322E7E6A((&V_0), NULL); NullCheck(L_31); bool L_34; L_34 = InterfaceFuncInvoker3Invoker< bool, Il2CppFullySharedGenericAny*, RuntimeObject*, RuntimeObject** >::Invoke(0, il2cpp_rgctx_data(method->rgctx_data, 9), L_31, L_32, L_33, (&V_1)); G_B22_0 = ((int32_t)(L_34)); goto IL_0117; } IL_0116: { G_B22_0 = 0; } IL_0117: { V_12 = (bool)G_B22_0; bool L_35 = V_12; if (!L_35) { goto IL_0155; } } { RuntimeObject* L_36 = V_1; RuntimeObject* L_37; L_37 = PathVisitor_get_Property_mA08B8FE123674A9F4529C9CEAC47F6E940846E9B_inline(__this, NULL); NullCheck(((RuntimeObject*)IsInst((RuntimeObject*)L_36, IAttributes_t699EF2D1D5A022C91D27888CE70518262A25928D_il2cpp_TypeInfo_var))); AttributesScope_t5A89FFE050A95DD67BD15C00A4D072EABAA376AE L_38; L_38 = InterfaceFuncInvoker1< AttributesScope_t5A89FFE050A95DD67BD15C00A4D072EABAA376AE, RuntimeObject* >::Invoke(4, IAttributes_t699EF2D1D5A022C91D27888CE70518262A25928D_il2cpp_TypeInfo_var, ((RuntimeObject*)IsInst((RuntimeObject*)L_36, IAttributes_t699EF2D1D5A022C91D27888CE70518262A25928D_il2cpp_TypeInfo_var)), ((RuntimeObject*)IsInst((RuntimeObject*)L_37, IAttributes_t699EF2D1D5A022C91D27888CE70518262A25928D_il2cpp_TypeInfo_var))); V_13 = L_38; } { auto __finallyBlock = il2cpp::utils::Finally([&] { FINALLY_0143: { AttributesScope_Dispose_mE479F4FB0D23FD296817DD79630432BD4675E15D((&V_13), NULL); return; } }); try { RuntimeObject* L_39 = V_1; Il2CppFullySharedGenericAny* L_40 = ___1_container; NullCheck((RuntimeObject*)L_39); InterfaceActionInvoker2< RuntimeObject*, Il2CppFullySharedGenericAny* >::Invoke(0, il2cpp_rgctx_data(method->rgctx_data, 5), (RuntimeObject*)L_39, (RuntimeObject*)__this, L_40); goto IL_0152; } catch(Il2CppExceptionWrapper& e) { __finallyBlock.StoreException(e.ex); } } IL_0152: { goto IL_015f; } IL_0155: { PathVisitor_set_ReturnCode_mB5629AE0124C70E479D9C4D44A8E552DA8BA19E0_inline(__this, (int32_t)4, NULL); } IL_015f: { goto IL_016c; } IL_0162: { PathVisitor_set_ReturnCode_mB5629AE0124C70E479D9C4D44A8E552DA8BA19E0_inline(__this, (int32_t)4, NULL); goto IL_016c; } IL_016c: { return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PathVisitor_Unity_Properties_IPropertyVisitor_Visit_TisStyleEnum_1_t3DD2EBD4E359AFE77C2974ECAA1DEE50E0FACEDC_TisInt32Enum_tCBAC8BA2BFF3A845FA599F303093BBBA374B6F0C_mCE1CE49F6C98BA9A1D9720C0503BDF83571C846C_gshared (PathVisitor_tCD0947C41CDBDB774D22D560E5FFA01EF61C4446* __this, Property_2_t7163C8871E308D49C7E7B29E17F5E721302458D2* ___0_property, StyleEnum_1_t3DD2EBD4E359AFE77C2974ECAA1DEE50E0FACEDC* ___1_container, const RuntimeMethod* method) { il2cpp_rgctx_method_init(method); int32_t V_0 = 0; bool V_1 = false; PropertyPath_tA523CA2740853534DF6C009C588464B45A6D0A79 V_2; memset((&V_2), 0, sizeof(V_2)); bool V_3 = false; RuntimeObject* V_4 = NULL; bool V_5 = false; int32_t V_6 = 0; PropertyScope_t1C89396D637F6426CAFCC8F4BAFC4B56E035A3CD V_7; memset((&V_7), 0, sizeof(V_7)); VisitParameters_tF21AC3343F90A7925EEA69AA73269B7F2DCE66CE V_8; memset((&V_8), 0, sizeof(V_8)); bool V_9 = false; int32_t G_B6_0 = 0; int32_t G_B14_0 = 0; { Property_2_t7163C8871E308D49C7E7B29E17F5E721302458D2* L_0 = ___0_property; StyleEnum_1_t3DD2EBD4E359AFE77C2974ECAA1DEE50E0FACEDC* L_1 = ___1_container; NullCheck(L_0); int32_t L_2; L_2 = VirtualFuncInvoker1< int32_t, StyleEnum_1_t3DD2EBD4E359AFE77C2974ECAA1DEE50E0FACEDC* >::Invoke(14, L_0, L_1); V_0 = L_2; int32_t L_3 = __this->___m_PathIndex; PropertyPath_tA523CA2740853534DF6C009C588464B45A6D0A79 L_4; L_4 = PathVisitor_get_Path_m98A92F21C11F12C0C88EAC86D0F2E853DFBF9BD3_inline(__this, NULL); V_2 = L_4; int32_t L_5; L_5 = PropertyPath_get_Length_m9238E2C9AAFD16D7A74483CB4075AC7592B8889F_inline((&V_2), NULL); V_1 = (bool)((((int32_t)((((int32_t)L_3) < ((int32_t)L_5))? 1 : 0)) == ((int32_t)0))? 1 : 0); bool L_6 = V_1; if (!L_6) { goto IL_0038; } } { Property_2_t7163C8871E308D49C7E7B29E17F5E721302458D2* L_7 = ___0_property; StyleEnum_1_t3DD2EBD4E359AFE77C2974ECAA1DEE50E0FACEDC* L_8 = ___1_container; GenericVirtualActionInvoker3< Property_2_t7163C8871E308D49C7E7B29E17F5E721302458D2*, StyleEnum_1_t3DD2EBD4E359AFE77C2974ECAA1DEE50E0FACEDC*, int32_t* >::Invoke(il2cpp_rgctx_method(method->rgctx_data, 4), __this, L_7, L_8, (&V_0)); goto IL_00d8; } IL_0038: { bool L_9; L_9 = PropertyBag_TryGetPropertyBagForValue_TisInt32Enum_tCBAC8BA2BFF3A845FA599F303093BBBA374B6F0C_m61AF9DE342919DD59CD9CC07D069DEE07629F67E((&V_0), (&V_4), il2cpp_rgctx_method(method->rgctx_data, 6)); V_3 = L_9; bool L_10 = V_3; if (!L_10) { goto IL_00ce; } } { il2cpp_codegen_runtime_class_init_inline(il2cpp_rgctx_data(method->rgctx_data, 8)); bool L_11; L_11 = TypeTraits_1_get_CanBeNull_mB145F76964DE36569385F83F550741253F97BC8B_inline(il2cpp_rgctx_method(method->rgctx_data, 7)); if (!L_11) { goto IL_0067; } } { EqualityComparer_1_tECD5E5244542BCEA9946E4E9E894173EFA97E8DF* L_12; L_12 = EqualityComparer_1_get_Default_mC9B367997D70B8B5F9167227471B3D82603739F4_inline(il2cpp_rgctx_method(method->rgctx_data, 9)); int32_t L_13 = V_0; il2cpp_codegen_initobj((&V_6), sizeof(int32_t)); int32_t L_14 = V_6; NullCheck(L_12); bool L_15; L_15 = VirtualFuncInvoker2< bool, int32_t, int32_t >::Invoke(8, L_12, L_13, L_14); G_B6_0 = ((int32_t)(L_15)); goto IL_0068; } IL_0067: { G_B6_0 = 0; } IL_0068: { V_5 = (bool)G_B6_0; bool L_16 = V_5; if (!L_16) { goto IL_0079; } } { PathVisitor_set_ReturnCode_mB5629AE0124C70E479D9C4D44A8E552DA8BA19E0_inline(__this, (int32_t)4, NULL); goto IL_00d8; } IL_0079: { Property_2_t7163C8871E308D49C7E7B29E17F5E721302458D2* L_17 = ___0_property; PropertyScope__ctor_m28FF99A84F7744DB6A9997E02B733ADB10DEA6AF((&V_7), __this, (RuntimeObject*)L_17, NULL); } { auto __finallyBlock = il2cpp::utils::Finally([&] { FINALLY_0099: { PropertyScope_Dispose_m815F8B5CF2665D576232AE370026021C576F7922((&V_7), NULL); return; } }); try { il2cpp_codegen_initobj((&V_8), sizeof(VisitParameters_tF21AC3343F90A7925EEA69AA73269B7F2DCE66CE)); VisitParameters_tF21AC3343F90A7925EEA69AA73269B7F2DCE66CE L_18 = V_8; PropertyContainer_Accept_TisInt32Enum_tCBAC8BA2BFF3A845FA599F303093BBBA374B6F0C_mECB26B6AD8323EC326585F2EA43B7CBBA7944441((RuntimeObject*)__this, (&V_0), L_18, il2cpp_rgctx_method(method->rgctx_data, 13)); goto IL_00a8; } catch(Il2CppExceptionWrapper& e) { __finallyBlock.StoreException(e.ex); } } IL_00a8: { Property_2_t7163C8871E308D49C7E7B29E17F5E721302458D2* L_19 = ___0_property; NullCheck(L_19); bool L_20; L_20 = VirtualFuncInvoker0< bool >::Invoke(13, L_19); if (L_20) { goto IL_00bb; } } { bool L_21; L_21 = PathVisitor_get_ReadonlyVisit_m334145CFBF9EEF857FD8CB6213633BD513B82904_inline(__this, NULL); G_B14_0 = ((((int32_t)L_21) == ((int32_t)0))? 1 : 0); goto IL_00bc; } IL_00bb: { G_B14_0 = 0; } IL_00bc: { V_9 = (bool)G_B14_0; bool L_22 = V_9; if (!L_22) { goto IL_00cb; } } { Property_2_t7163C8871E308D49C7E7B29E17F5E721302458D2* L_23 = ___0_property; StyleEnum_1_t3DD2EBD4E359AFE77C2974ECAA1DEE50E0FACEDC* L_24 = ___1_container; int32_t L_25 = V_0; NullCheck(L_23); VirtualActionInvoker2< StyleEnum_1_t3DD2EBD4E359AFE77C2974ECAA1DEE50E0FACEDC*, int32_t >::Invoke(15, L_23, L_24, L_25); } IL_00cb: { goto IL_00d8; } IL_00ce: { PathVisitor_set_ReturnCode_mB5629AE0124C70E479D9C4D44A8E552DA8BA19E0_inline(__this, (int32_t)4, NULL); } IL_00d8: { return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PathVisitor_Unity_Properties_IPropertyVisitor_Visit_TisStyleList_1_t5D2FA4535A553635ADCE6E1E3758E1FA02160E6F_TisInt32Enum_tCBAC8BA2BFF3A845FA599F303093BBBA374B6F0C_mAD42E2A5148440AD1DD60E62D0DE2BBF0F3BD4B9_gshared (PathVisitor_tCD0947C41CDBDB774D22D560E5FFA01EF61C4446* __this, Property_2_tAA3F1A96BA2F3D7F3A0C6C656071C7A87D205087* ___0_property, StyleList_1_t5D2FA4535A553635ADCE6E1E3758E1FA02160E6F* ___1_container, const RuntimeMethod* method) { il2cpp_rgctx_method_init(method); int32_t V_0 = 0; bool V_1 = false; PropertyPath_tA523CA2740853534DF6C009C588464B45A6D0A79 V_2; memset((&V_2), 0, sizeof(V_2)); bool V_3 = false; RuntimeObject* V_4 = NULL; bool V_5 = false; int32_t V_6 = 0; PropertyScope_t1C89396D637F6426CAFCC8F4BAFC4B56E035A3CD V_7; memset((&V_7), 0, sizeof(V_7)); VisitParameters_tF21AC3343F90A7925EEA69AA73269B7F2DCE66CE V_8; memset((&V_8), 0, sizeof(V_8)); bool V_9 = false; int32_t G_B6_0 = 0; int32_t G_B14_0 = 0; { Property_2_tAA3F1A96BA2F3D7F3A0C6C656071C7A87D205087* L_0 = ___0_property; StyleList_1_t5D2FA4535A553635ADCE6E1E3758E1FA02160E6F* L_1 = ___1_container; NullCheck(L_0); int32_t L_2; L_2 = VirtualFuncInvoker1< int32_t, StyleList_1_t5D2FA4535A553635ADCE6E1E3758E1FA02160E6F* >::Invoke(14, L_0, L_1); V_0 = L_2; int32_t L_3 = __this->___m_PathIndex; PropertyPath_tA523CA2740853534DF6C009C588464B45A6D0A79 L_4; L_4 = PathVisitor_get_Path_m98A92F21C11F12C0C88EAC86D0F2E853DFBF9BD3_inline(__this, NULL); V_2 = L_4; int32_t L_5; L_5 = PropertyPath_get_Length_m9238E2C9AAFD16D7A74483CB4075AC7592B8889F_inline((&V_2), NULL); V_1 = (bool)((((int32_t)((((int32_t)L_3) < ((int32_t)L_5))? 1 : 0)) == ((int32_t)0))? 1 : 0); bool L_6 = V_1; if (!L_6) { goto IL_0038; } } { Property_2_tAA3F1A96BA2F3D7F3A0C6C656071C7A87D205087* L_7 = ___0_property; StyleList_1_t5D2FA4535A553635ADCE6E1E3758E1FA02160E6F* L_8 = ___1_container; GenericVirtualActionInvoker3< Property_2_tAA3F1A96BA2F3D7F3A0C6C656071C7A87D205087*, StyleList_1_t5D2FA4535A553635ADCE6E1E3758E1FA02160E6F*, int32_t* >::Invoke(il2cpp_rgctx_method(method->rgctx_data, 4), __this, L_7, L_8, (&V_0)); goto IL_00d8; } IL_0038: { bool L_9; L_9 = PropertyBag_TryGetPropertyBagForValue_TisInt32Enum_tCBAC8BA2BFF3A845FA599F303093BBBA374B6F0C_m61AF9DE342919DD59CD9CC07D069DEE07629F67E((&V_0), (&V_4), il2cpp_rgctx_method(method->rgctx_data, 6)); V_3 = L_9; bool L_10 = V_3; if (!L_10) { goto IL_00ce; } } { il2cpp_codegen_runtime_class_init_inline(il2cpp_rgctx_data(method->rgctx_data, 8)); bool L_11; L_11 = TypeTraits_1_get_CanBeNull_mB145F76964DE36569385F83F550741253F97BC8B_inline(il2cpp_rgctx_method(method->rgctx_data, 7)); if (!L_11) { goto IL_0067; } } { EqualityComparer_1_tECD5E5244542BCEA9946E4E9E894173EFA97E8DF* L_12; L_12 = EqualityComparer_1_get_Default_mC9B367997D70B8B5F9167227471B3D82603739F4_inline(il2cpp_rgctx_method(method->rgctx_data, 9)); int32_t L_13 = V_0; il2cpp_codegen_initobj((&V_6), sizeof(int32_t)); int32_t L_14 = V_6; NullCheck(L_12); bool L_15; L_15 = VirtualFuncInvoker2< bool, int32_t, int32_t >::Invoke(8, L_12, L_13, L_14); G_B6_0 = ((int32_t)(L_15)); goto IL_0068; } IL_0067: { G_B6_0 = 0; } IL_0068: { V_5 = (bool)G_B6_0; bool L_16 = V_5; if (!L_16) { goto IL_0079; } } { PathVisitor_set_ReturnCode_mB5629AE0124C70E479D9C4D44A8E552DA8BA19E0_inline(__this, (int32_t)4, NULL); goto IL_00d8; } IL_0079: { Property_2_tAA3F1A96BA2F3D7F3A0C6C656071C7A87D205087* L_17 = ___0_property; PropertyScope__ctor_m28FF99A84F7744DB6A9997E02B733ADB10DEA6AF((&V_7), __this, (RuntimeObject*)L_17, NULL); } { auto __finallyBlock = il2cpp::utils::Finally([&] { FINALLY_0099: { PropertyScope_Dispose_m815F8B5CF2665D576232AE370026021C576F7922((&V_7), NULL); return; } }); try { il2cpp_codegen_initobj((&V_8), sizeof(VisitParameters_tF21AC3343F90A7925EEA69AA73269B7F2DCE66CE)); VisitParameters_tF21AC3343F90A7925EEA69AA73269B7F2DCE66CE L_18 = V_8; PropertyContainer_Accept_TisInt32Enum_tCBAC8BA2BFF3A845FA599F303093BBBA374B6F0C_mECB26B6AD8323EC326585F2EA43B7CBBA7944441((RuntimeObject*)__this, (&V_0), L_18, il2cpp_rgctx_method(method->rgctx_data, 13)); goto IL_00a8; } catch(Il2CppExceptionWrapper& e) { __finallyBlock.StoreException(e.ex); } } IL_00a8: { Property_2_tAA3F1A96BA2F3D7F3A0C6C656071C7A87D205087* L_19 = ___0_property; NullCheck(L_19); bool L_20; L_20 = VirtualFuncInvoker0< bool >::Invoke(13, L_19); if (L_20) { goto IL_00bb; } } { bool L_21; L_21 = PathVisitor_get_ReadonlyVisit_m334145CFBF9EEF857FD8CB6213633BD513B82904_inline(__this, NULL); G_B14_0 = ((((int32_t)L_21) == ((int32_t)0))? 1 : 0); goto IL_00bc; } IL_00bb: { G_B14_0 = 0; } IL_00bc: { V_9 = (bool)G_B14_0; bool L_22 = V_9; if (!L_22) { goto IL_00cb; } } { Property_2_tAA3F1A96BA2F3D7F3A0C6C656071C7A87D205087* L_23 = ___0_property; StyleList_1_t5D2FA4535A553635ADCE6E1E3758E1FA02160E6F* L_24 = ___1_container; int32_t L_25 = V_0; NullCheck(L_23); VirtualActionInvoker2< StyleList_1_t5D2FA4535A553635ADCE6E1E3758E1FA02160E6F*, int32_t >::Invoke(15, L_23, L_24, L_25); } IL_00cb: { goto IL_00d8; } IL_00ce: { PathVisitor_set_ReturnCode_mB5629AE0124C70E479D9C4D44A8E552DA8BA19E0_inline(__this, (int32_t)4, NULL); } IL_00d8: { return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PathVisitor_Unity_Properties_IPropertyVisitor_Visit_TisStyleList_1_t5D2FA4535A553635ADCE6E1E3758E1FA02160E6F_TisRuntimeObject_mAEF24FC2133CE510A333A4825BA0896808F110D9_gshared (PathVisitor_tCD0947C41CDBDB774D22D560E5FFA01EF61C4446* __this, Property_2_t21F410EBD5DA39F8762D32DEBD0C6A38FEDE34BC* ___0_property, StyleList_1_t5D2FA4535A553635ADCE6E1E3758E1FA02160E6F* ___1_container, const RuntimeMethod* method) { il2cpp_rgctx_method_init(method); RuntimeObject* V_0 = NULL; bool V_1 = false; PropertyPath_tA523CA2740853534DF6C009C588464B45A6D0A79 V_2; memset((&V_2), 0, sizeof(V_2)); bool V_3 = false; RuntimeObject* V_4 = NULL; bool V_5 = false; RuntimeObject* V_6 = NULL; PropertyScope_t1C89396D637F6426CAFCC8F4BAFC4B56E035A3CD V_7; memset((&V_7), 0, sizeof(V_7)); VisitParameters_tF21AC3343F90A7925EEA69AA73269B7F2DCE66CE V_8; memset((&V_8), 0, sizeof(V_8)); bool V_9 = false; int32_t G_B6_0 = 0; int32_t G_B14_0 = 0; { Property_2_t21F410EBD5DA39F8762D32DEBD0C6A38FEDE34BC* L_0 = ___0_property; StyleList_1_t5D2FA4535A553635ADCE6E1E3758E1FA02160E6F* L_1 = ___1_container; NullCheck(L_0); RuntimeObject* L_2; L_2 = VirtualFuncInvoker1< RuntimeObject*, StyleList_1_t5D2FA4535A553635ADCE6E1E3758E1FA02160E6F* >::Invoke(14, L_0, L_1); V_0 = L_2; int32_t L_3 = __this->___m_PathIndex; PropertyPath_tA523CA2740853534DF6C009C588464B45A6D0A79 L_4; L_4 = PathVisitor_get_Path_m98A92F21C11F12C0C88EAC86D0F2E853DFBF9BD3_inline(__this, NULL); V_2 = L_4; int32_t L_5; L_5 = PropertyPath_get_Length_m9238E2C9AAFD16D7A74483CB4075AC7592B8889F_inline((&V_2), NULL); V_1 = (bool)((((int32_t)((((int32_t)L_3) < ((int32_t)L_5))? 1 : 0)) == ((int32_t)0))? 1 : 0); bool L_6 = V_1; if (!L_6) { goto IL_0038; } } { Property_2_t21F410EBD5DA39F8762D32DEBD0C6A38FEDE34BC* L_7 = ___0_property; StyleList_1_t5D2FA4535A553635ADCE6E1E3758E1FA02160E6F* L_8 = ___1_container; GenericVirtualActionInvoker3< Property_2_t21F410EBD5DA39F8762D32DEBD0C6A38FEDE34BC*, StyleList_1_t5D2FA4535A553635ADCE6E1E3758E1FA02160E6F*, RuntimeObject** >::Invoke(il2cpp_rgctx_method(method->rgctx_data, 4), __this, L_7, L_8, (&V_0)); goto IL_00d8; } IL_0038: { bool L_9; L_9 = PropertyBag_TryGetPropertyBagForValue_TisRuntimeObject_mD4CD5E0ECCA048DFCC4C4C71A78ED65C87C34C01((&V_0), (&V_4), il2cpp_rgctx_method(method->rgctx_data, 6)); V_3 = L_9; bool L_10 = V_3; if (!L_10) { goto IL_00ce; } } { il2cpp_codegen_runtime_class_init_inline(il2cpp_rgctx_data(method->rgctx_data, 8)); bool L_11; L_11 = TypeTraits_1_get_CanBeNull_m735F17A1CDBD434E62378EBF10F8B56495139E17_inline(il2cpp_rgctx_method(method->rgctx_data, 7)); if (!L_11) { goto IL_0067; } } { EqualityComparer_1_t92563A67F1C1ECDC3FE387C46498E2E56B59F3C2* L_12; L_12 = EqualityComparer_1_get_Default_mA2AD755281D23F496A2579884B39E30C13C208B3_inline(il2cpp_rgctx_method(method->rgctx_data, 9)); RuntimeObject* L_13 = V_0; il2cpp_codegen_initobj((&V_6), sizeof(RuntimeObject*)); RuntimeObject* L_14 = V_6; NullCheck(L_12); bool L_15; L_15 = VirtualFuncInvoker2< bool, RuntimeObject*, RuntimeObject* >::Invoke(8, L_12, L_13, L_14); G_B6_0 = ((int32_t)(L_15)); goto IL_0068; } IL_0067: { G_B6_0 = 0; } IL_0068: { V_5 = (bool)G_B6_0; bool L_16 = V_5; if (!L_16) { goto IL_0079; } } { PathVisitor_set_ReturnCode_mB5629AE0124C70E479D9C4D44A8E552DA8BA19E0_inline(__this, (int32_t)4, NULL); goto IL_00d8; } IL_0079: { Property_2_t21F410EBD5DA39F8762D32DEBD0C6A38FEDE34BC* L_17 = ___0_property; PropertyScope__ctor_m28FF99A84F7744DB6A9997E02B733ADB10DEA6AF((&V_7), __this, (RuntimeObject*)L_17, NULL); } { auto __finallyBlock = il2cpp::utils::Finally([&] { FINALLY_0099: { PropertyScope_Dispose_m815F8B5CF2665D576232AE370026021C576F7922((&V_7), NULL); return; } }); try { il2cpp_codegen_initobj((&V_8), sizeof(VisitParameters_tF21AC3343F90A7925EEA69AA73269B7F2DCE66CE)); VisitParameters_tF21AC3343F90A7925EEA69AA73269B7F2DCE66CE L_18 = V_8; PropertyContainer_Accept_TisRuntimeObject_m3580153F4048DF075DB593BDB3C4A63FA439FC39((RuntimeObject*)__this, (&V_0), L_18, il2cpp_rgctx_method(method->rgctx_data, 13)); goto IL_00a8; } catch(Il2CppExceptionWrapper& e) { __finallyBlock.StoreException(e.ex); } } IL_00a8: { Property_2_t21F410EBD5DA39F8762D32DEBD0C6A38FEDE34BC* L_19 = ___0_property; NullCheck(L_19); bool L_20; L_20 = VirtualFuncInvoker0< bool >::Invoke(13, L_19); if (L_20) { goto IL_00bb; } } { bool L_21; L_21 = PathVisitor_get_ReadonlyVisit_m334145CFBF9EEF857FD8CB6213633BD513B82904_inline(__this, NULL); G_B14_0 = ((((int32_t)L_21) == ((int32_t)0))? 1 : 0); goto IL_00bc; } IL_00bb: { G_B14_0 = 0; } IL_00bc: { V_9 = (bool)G_B14_0; bool L_22 = V_9; if (!L_22) { goto IL_00cb; } } { Property_2_t21F410EBD5DA39F8762D32DEBD0C6A38FEDE34BC* L_23 = ___0_property; StyleList_1_t5D2FA4535A553635ADCE6E1E3758E1FA02160E6F* L_24 = ___1_container; RuntimeObject* L_25 = V_0; NullCheck(L_23); VirtualActionInvoker2< StyleList_1_t5D2FA4535A553635ADCE6E1E3758E1FA02160E6F*, RuntimeObject* >::Invoke(15, L_23, L_24, L_25); } IL_00cb: { goto IL_00d8; } IL_00ce: { PathVisitor_set_ReturnCode_mB5629AE0124C70E479D9C4D44A8E552DA8BA19E0_inline(__this, (int32_t)4, NULL); } IL_00d8: { return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PathVisitor_Unity_Properties_IPropertyVisitor_Visit_TisStyleList_1_tABF3DD9EB70CDF59829924CBA26ACDD1FBDD4C3C_TisInt32Enum_tCBAC8BA2BFF3A845FA599F303093BBBA374B6F0C_m515538C8CC1CF1A23FF50D0CE0FFDF1DD8F470D4_gshared (PathVisitor_tCD0947C41CDBDB774D22D560E5FFA01EF61C4446* __this, Property_2_tB2B25D50A07137613571C599F2D927783128F4B2* ___0_property, StyleList_1_tABF3DD9EB70CDF59829924CBA26ACDD1FBDD4C3C* ___1_container, const RuntimeMethod* method) { il2cpp_rgctx_method_init(method); int32_t V_0 = 0; bool V_1 = false; PropertyPath_tA523CA2740853534DF6C009C588464B45A6D0A79 V_2; memset((&V_2), 0, sizeof(V_2)); bool V_3 = false; RuntimeObject* V_4 = NULL; bool V_5 = false; int32_t V_6 = 0; PropertyScope_t1C89396D637F6426CAFCC8F4BAFC4B56E035A3CD V_7; memset((&V_7), 0, sizeof(V_7)); VisitParameters_tF21AC3343F90A7925EEA69AA73269B7F2DCE66CE V_8; memset((&V_8), 0, sizeof(V_8)); bool V_9 = false; int32_t G_B6_0 = 0; int32_t G_B14_0 = 0; { Property_2_tB2B25D50A07137613571C599F2D927783128F4B2* L_0 = ___0_property; StyleList_1_tABF3DD9EB70CDF59829924CBA26ACDD1FBDD4C3C* L_1 = ___1_container; NullCheck(L_0); int32_t L_2; L_2 = VirtualFuncInvoker1< int32_t, StyleList_1_tABF3DD9EB70CDF59829924CBA26ACDD1FBDD4C3C* >::Invoke(14, L_0, L_1); V_0 = L_2; int32_t L_3 = __this->___m_PathIndex; PropertyPath_tA523CA2740853534DF6C009C588464B45A6D0A79 L_4; L_4 = PathVisitor_get_Path_m98A92F21C11F12C0C88EAC86D0F2E853DFBF9BD3_inline(__this, NULL); V_2 = L_4; int32_t L_5; L_5 = PropertyPath_get_Length_m9238E2C9AAFD16D7A74483CB4075AC7592B8889F_inline((&V_2), NULL); V_1 = (bool)((((int32_t)((((int32_t)L_3) < ((int32_t)L_5))? 1 : 0)) == ((int32_t)0))? 1 : 0); bool L_6 = V_1; if (!L_6) { goto IL_0038; } } { Property_2_tB2B25D50A07137613571C599F2D927783128F4B2* L_7 = ___0_property; StyleList_1_tABF3DD9EB70CDF59829924CBA26ACDD1FBDD4C3C* L_8 = ___1_container; GenericVirtualActionInvoker3< Property_2_tB2B25D50A07137613571C599F2D927783128F4B2*, StyleList_1_tABF3DD9EB70CDF59829924CBA26ACDD1FBDD4C3C*, int32_t* >::Invoke(il2cpp_rgctx_method(method->rgctx_data, 4), __this, L_7, L_8, (&V_0)); goto IL_00d8; } IL_0038: { bool L_9; L_9 = PropertyBag_TryGetPropertyBagForValue_TisInt32Enum_tCBAC8BA2BFF3A845FA599F303093BBBA374B6F0C_m61AF9DE342919DD59CD9CC07D069DEE07629F67E((&V_0), (&V_4), il2cpp_rgctx_method(method->rgctx_data, 6)); V_3 = L_9; bool L_10 = V_3; if (!L_10) { goto IL_00ce; } } { il2cpp_codegen_runtime_class_init_inline(il2cpp_rgctx_data(method->rgctx_data, 8)); bool L_11; L_11 = TypeTraits_1_get_CanBeNull_mB145F76964DE36569385F83F550741253F97BC8B_inline(il2cpp_rgctx_method(method->rgctx_data, 7)); if (!L_11) { goto IL_0067; } } { EqualityComparer_1_tECD5E5244542BCEA9946E4E9E894173EFA97E8DF* L_12; L_12 = EqualityComparer_1_get_Default_mC9B367997D70B8B5F9167227471B3D82603739F4_inline(il2cpp_rgctx_method(method->rgctx_data, 9)); int32_t L_13 = V_0; il2cpp_codegen_initobj((&V_6), sizeof(int32_t)); int32_t L_14 = V_6; NullCheck(L_12); bool L_15; L_15 = VirtualFuncInvoker2< bool, int32_t, int32_t >::Invoke(8, L_12, L_13, L_14); G_B6_0 = ((int32_t)(L_15)); goto IL_0068; } IL_0067: { G_B6_0 = 0; } IL_0068: { V_5 = (bool)G_B6_0; bool L_16 = V_5; if (!L_16) { goto IL_0079; } } { PathVisitor_set_ReturnCode_mB5629AE0124C70E479D9C4D44A8E552DA8BA19E0_inline(__this, (int32_t)4, NULL); goto IL_00d8; } IL_0079: { Property_2_tB2B25D50A07137613571C599F2D927783128F4B2* L_17 = ___0_property; PropertyScope__ctor_m28FF99A84F7744DB6A9997E02B733ADB10DEA6AF((&V_7), __this, (RuntimeObject*)L_17, NULL); } { auto __finallyBlock = il2cpp::utils::Finally([&] { FINALLY_0099: { PropertyScope_Dispose_m815F8B5CF2665D576232AE370026021C576F7922((&V_7), NULL); return; } }); try { il2cpp_codegen_initobj((&V_8), sizeof(VisitParameters_tF21AC3343F90A7925EEA69AA73269B7F2DCE66CE)); VisitParameters_tF21AC3343F90A7925EEA69AA73269B7F2DCE66CE L_18 = V_8; PropertyContainer_Accept_TisInt32Enum_tCBAC8BA2BFF3A845FA599F303093BBBA374B6F0C_mECB26B6AD8323EC326585F2EA43B7CBBA7944441((RuntimeObject*)__this, (&V_0), L_18, il2cpp_rgctx_method(method->rgctx_data, 13)); goto IL_00a8; } catch(Il2CppExceptionWrapper& e) { __finallyBlock.StoreException(e.ex); } } IL_00a8: { Property_2_tB2B25D50A07137613571C599F2D927783128F4B2* L_19 = ___0_property; NullCheck(L_19); bool L_20; L_20 = VirtualFuncInvoker0< bool >::Invoke(13, L_19); if (L_20) { goto IL_00bb; } } { bool L_21; L_21 = PathVisitor_get_ReadonlyVisit_m334145CFBF9EEF857FD8CB6213633BD513B82904_inline(__this, NULL); G_B14_0 = ((((int32_t)L_21) == ((int32_t)0))? 1 : 0); goto IL_00bc; } IL_00bb: { G_B14_0 = 0; } IL_00bc: { V_9 = (bool)G_B14_0; bool L_22 = V_9; if (!L_22) { goto IL_00cb; } } { Property_2_tB2B25D50A07137613571C599F2D927783128F4B2* L_23 = ___0_property; StyleList_1_tABF3DD9EB70CDF59829924CBA26ACDD1FBDD4C3C* L_24 = ___1_container; int32_t L_25 = V_0; NullCheck(L_23); VirtualActionInvoker2< StyleList_1_tABF3DD9EB70CDF59829924CBA26ACDD1FBDD4C3C*, int32_t >::Invoke(15, L_23, L_24, L_25); } IL_00cb: { goto IL_00d8; } IL_00ce: { PathVisitor_set_ReturnCode_mB5629AE0124C70E479D9C4D44A8E552DA8BA19E0_inline(__this, (int32_t)4, NULL); } IL_00d8: { return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PathVisitor_Unity_Properties_IPropertyVisitor_Visit_TisStyleList_1_tABF3DD9EB70CDF59829924CBA26ACDD1FBDD4C3C_TisRuntimeObject_mAADD779C87D46A955DFC4197DD566A6695153258_gshared (PathVisitor_tCD0947C41CDBDB774D22D560E5FFA01EF61C4446* __this, Property_2_t3A3882B37973B3EA0740345179D2BA802B63D8F1* ___0_property, StyleList_1_tABF3DD9EB70CDF59829924CBA26ACDD1FBDD4C3C* ___1_container, const RuntimeMethod* method) { il2cpp_rgctx_method_init(method); RuntimeObject* V_0 = NULL; bool V_1 = false; PropertyPath_tA523CA2740853534DF6C009C588464B45A6D0A79 V_2; memset((&V_2), 0, sizeof(V_2)); bool V_3 = false; RuntimeObject* V_4 = NULL; bool V_5 = false; RuntimeObject* V_6 = NULL; PropertyScope_t1C89396D637F6426CAFCC8F4BAFC4B56E035A3CD V_7; memset((&V_7), 0, sizeof(V_7)); VisitParameters_tF21AC3343F90A7925EEA69AA73269B7F2DCE66CE V_8; memset((&V_8), 0, sizeof(V_8)); bool V_9 = false; int32_t G_B6_0 = 0; int32_t G_B14_0 = 0; { Property_2_t3A3882B37973B3EA0740345179D2BA802B63D8F1* L_0 = ___0_property; StyleList_1_tABF3DD9EB70CDF59829924CBA26ACDD1FBDD4C3C* L_1 = ___1_container; NullCheck(L_0); RuntimeObject* L_2; L_2 = VirtualFuncInvoker1< RuntimeObject*, StyleList_1_tABF3DD9EB70CDF59829924CBA26ACDD1FBDD4C3C* >::Invoke(14, L_0, L_1); V_0 = L_2; int32_t L_3 = __this->___m_PathIndex; PropertyPath_tA523CA2740853534DF6C009C588464B45A6D0A79 L_4; L_4 = PathVisitor_get_Path_m98A92F21C11F12C0C88EAC86D0F2E853DFBF9BD3_inline(__this, NULL); V_2 = L_4; int32_t L_5; L_5 = PropertyPath_get_Length_m9238E2C9AAFD16D7A74483CB4075AC7592B8889F_inline((&V_2), NULL); V_1 = (bool)((((int32_t)((((int32_t)L_3) < ((int32_t)L_5))? 1 : 0)) == ((int32_t)0))? 1 : 0); bool L_6 = V_1; if (!L_6) { goto IL_0038; } } { Property_2_t3A3882B37973B3EA0740345179D2BA802B63D8F1* L_7 = ___0_property; StyleList_1_tABF3DD9EB70CDF59829924CBA26ACDD1FBDD4C3C* L_8 = ___1_container; GenericVirtualActionInvoker3< Property_2_t3A3882B37973B3EA0740345179D2BA802B63D8F1*, StyleList_1_tABF3DD9EB70CDF59829924CBA26ACDD1FBDD4C3C*, RuntimeObject** >::Invoke(il2cpp_rgctx_method(method->rgctx_data, 4), __this, L_7, L_8, (&V_0)); goto IL_00d8; } IL_0038: { bool L_9; L_9 = PropertyBag_TryGetPropertyBagForValue_TisRuntimeObject_mD4CD5E0ECCA048DFCC4C4C71A78ED65C87C34C01((&V_0), (&V_4), il2cpp_rgctx_method(method->rgctx_data, 6)); V_3 = L_9; bool L_10 = V_3; if (!L_10) { goto IL_00ce; } } { il2cpp_codegen_runtime_class_init_inline(il2cpp_rgctx_data(method->rgctx_data, 8)); bool L_11; L_11 = TypeTraits_1_get_CanBeNull_m735F17A1CDBD434E62378EBF10F8B56495139E17_inline(il2cpp_rgctx_method(method->rgctx_data, 7)); if (!L_11) { goto IL_0067; } } { EqualityComparer_1_t92563A67F1C1ECDC3FE387C46498E2E56B59F3C2* L_12; L_12 = EqualityComparer_1_get_Default_mA2AD755281D23F496A2579884B39E30C13C208B3_inline(il2cpp_rgctx_method(method->rgctx_data, 9)); RuntimeObject* L_13 = V_0; il2cpp_codegen_initobj((&V_6), sizeof(RuntimeObject*)); RuntimeObject* L_14 = V_6; NullCheck(L_12); bool L_15; L_15 = VirtualFuncInvoker2< bool, RuntimeObject*, RuntimeObject* >::Invoke(8, L_12, L_13, L_14); G_B6_0 = ((int32_t)(L_15)); goto IL_0068; } IL_0067: { G_B6_0 = 0; } IL_0068: { V_5 = (bool)G_B6_0; bool L_16 = V_5; if (!L_16) { goto IL_0079; } } { PathVisitor_set_ReturnCode_mB5629AE0124C70E479D9C4D44A8E552DA8BA19E0_inline(__this, (int32_t)4, NULL); goto IL_00d8; } IL_0079: { Property_2_t3A3882B37973B3EA0740345179D2BA802B63D8F1* L_17 = ___0_property; PropertyScope__ctor_m28FF99A84F7744DB6A9997E02B733ADB10DEA6AF((&V_7), __this, (RuntimeObject*)L_17, NULL); } { auto __finallyBlock = il2cpp::utils::Finally([&] { FINALLY_0099: { PropertyScope_Dispose_m815F8B5CF2665D576232AE370026021C576F7922((&V_7), NULL); return; } }); try { il2cpp_codegen_initobj((&V_8), sizeof(VisitParameters_tF21AC3343F90A7925EEA69AA73269B7F2DCE66CE)); VisitParameters_tF21AC3343F90A7925EEA69AA73269B7F2DCE66CE L_18 = V_8; PropertyContainer_Accept_TisRuntimeObject_m3580153F4048DF075DB593BDB3C4A63FA439FC39((RuntimeObject*)__this, (&V_0), L_18, il2cpp_rgctx_method(method->rgctx_data, 13)); goto IL_00a8; } catch(Il2CppExceptionWrapper& e) { __finallyBlock.StoreException(e.ex); } } IL_00a8: { Property_2_t3A3882B37973B3EA0740345179D2BA802B63D8F1* L_19 = ___0_property; NullCheck(L_19); bool L_20; L_20 = VirtualFuncInvoker0< bool >::Invoke(13, L_19); if (L_20) { goto IL_00bb; } } { bool L_21; L_21 = PathVisitor_get_ReadonlyVisit_m334145CFBF9EEF857FD8CB6213633BD513B82904_inline(__this, NULL); G_B14_0 = ((((int32_t)L_21) == ((int32_t)0))? 1 : 0); goto IL_00bc; } IL_00bb: { G_B14_0 = 0; } IL_00bc: { V_9 = (bool)G_B14_0; bool L_22 = V_9; if (!L_22) { goto IL_00cb; } } { Property_2_t3A3882B37973B3EA0740345179D2BA802B63D8F1* L_23 = ___0_property; StyleList_1_tABF3DD9EB70CDF59829924CBA26ACDD1FBDD4C3C* L_24 = ___1_container; RuntimeObject* L_25 = V_0; NullCheck(L_23); VirtualActionInvoker2< StyleList_1_tABF3DD9EB70CDF59829924CBA26ACDD1FBDD4C3C*, RuntimeObject* >::Invoke(15, L_23, L_24, L_25); } IL_00cb: { goto IL_00d8; } IL_00ce: { PathVisitor_set_ReturnCode_mB5629AE0124C70E479D9C4D44A8E552DA8BA19E0_inline(__this, (int32_t)4, NULL); } IL_00d8: { return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PathVisitor_Unity_Properties_IPropertyVisitor_Visit_TisStyleList_1_t15E0FB58274532956EB643D58F1F7B95BED5B7C4_TisInt32Enum_tCBAC8BA2BFF3A845FA599F303093BBBA374B6F0C_mBD88804F7E1381FA8EEC3563BE240E62C6332F26_gshared (PathVisitor_tCD0947C41CDBDB774D22D560E5FFA01EF61C4446* __this, Property_2_t8803DA217446897A3DBF392B50C90530471C6822* ___0_property, StyleList_1_t15E0FB58274532956EB643D58F1F7B95BED5B7C4* ___1_container, const RuntimeMethod* method) { il2cpp_rgctx_method_init(method); int32_t V_0 = 0; bool V_1 = false; PropertyPath_tA523CA2740853534DF6C009C588464B45A6D0A79 V_2; memset((&V_2), 0, sizeof(V_2)); bool V_3 = false; RuntimeObject* V_4 = NULL; bool V_5 = false; int32_t V_6 = 0; PropertyScope_t1C89396D637F6426CAFCC8F4BAFC4B56E035A3CD V_7; memset((&V_7), 0, sizeof(V_7)); VisitParameters_tF21AC3343F90A7925EEA69AA73269B7F2DCE66CE V_8; memset((&V_8), 0, sizeof(V_8)); bool V_9 = false; int32_t G_B6_0 = 0; int32_t G_B14_0 = 0; { Property_2_t8803DA217446897A3DBF392B50C90530471C6822* L_0 = ___0_property; StyleList_1_t15E0FB58274532956EB643D58F1F7B95BED5B7C4* L_1 = ___1_container; NullCheck(L_0); int32_t L_2; L_2 = VirtualFuncInvoker1< int32_t, StyleList_1_t15E0FB58274532956EB643D58F1F7B95BED5B7C4* >::Invoke(14, L_0, L_1); V_0 = L_2; int32_t L_3 = __this->___m_PathIndex; PropertyPath_tA523CA2740853534DF6C009C588464B45A6D0A79 L_4; L_4 = PathVisitor_get_Path_m98A92F21C11F12C0C88EAC86D0F2E853DFBF9BD3_inline(__this, NULL); V_2 = L_4; int32_t L_5; L_5 = PropertyPath_get_Length_m9238E2C9AAFD16D7A74483CB4075AC7592B8889F_inline((&V_2), NULL); V_1 = (bool)((((int32_t)((((int32_t)L_3) < ((int32_t)L_5))? 1 : 0)) == ((int32_t)0))? 1 : 0); bool L_6 = V_1; if (!L_6) { goto IL_0038; } } { Property_2_t8803DA217446897A3DBF392B50C90530471C6822* L_7 = ___0_property; StyleList_1_t15E0FB58274532956EB643D58F1F7B95BED5B7C4* L_8 = ___1_container; GenericVirtualActionInvoker3< Property_2_t8803DA217446897A3DBF392B50C90530471C6822*, StyleList_1_t15E0FB58274532956EB643D58F1F7B95BED5B7C4*, int32_t* >::Invoke(il2cpp_rgctx_method(method->rgctx_data, 4), __this, L_7, L_8, (&V_0)); goto IL_00d8; } IL_0038: { bool L_9; L_9 = PropertyBag_TryGetPropertyBagForValue_TisInt32Enum_tCBAC8BA2BFF3A845FA599F303093BBBA374B6F0C_m61AF9DE342919DD59CD9CC07D069DEE07629F67E((&V_0), (&V_4), il2cpp_rgctx_method(method->rgctx_data, 6)); V_3 = L_9; bool L_10 = V_3; if (!L_10) { goto IL_00ce; } } { il2cpp_codegen_runtime_class_init_inline(il2cpp_rgctx_data(method->rgctx_data, 8)); bool L_11; L_11 = TypeTraits_1_get_CanBeNull_mB145F76964DE36569385F83F550741253F97BC8B_inline(il2cpp_rgctx_method(method->rgctx_data, 7)); if (!L_11) { goto IL_0067; } } { EqualityComparer_1_tECD5E5244542BCEA9946E4E9E894173EFA97E8DF* L_12; L_12 = EqualityComparer_1_get_Default_mC9B367997D70B8B5F9167227471B3D82603739F4_inline(il2cpp_rgctx_method(method->rgctx_data, 9)); int32_t L_13 = V_0; il2cpp_codegen_initobj((&V_6), sizeof(int32_t)); int32_t L_14 = V_6; NullCheck(L_12); bool L_15; L_15 = VirtualFuncInvoker2< bool, int32_t, int32_t >::Invoke(8, L_12, L_13, L_14); G_B6_0 = ((int32_t)(L_15)); goto IL_0068; } IL_0067: { G_B6_0 = 0; } IL_0068: { V_5 = (bool)G_B6_0; bool L_16 = V_5; if (!L_16) { goto IL_0079; } } { PathVisitor_set_ReturnCode_mB5629AE0124C70E479D9C4D44A8E552DA8BA19E0_inline(__this, (int32_t)4, NULL); goto IL_00d8; } IL_0079: { Property_2_t8803DA217446897A3DBF392B50C90530471C6822* L_17 = ___0_property; PropertyScope__ctor_m28FF99A84F7744DB6A9997E02B733ADB10DEA6AF((&V_7), __this, (RuntimeObject*)L_17, NULL); } { auto __finallyBlock = il2cpp::utils::Finally([&] { FINALLY_0099: { PropertyScope_Dispose_m815F8B5CF2665D576232AE370026021C576F7922((&V_7), NULL); return; } }); try { il2cpp_codegen_initobj((&V_8), sizeof(VisitParameters_tF21AC3343F90A7925EEA69AA73269B7F2DCE66CE)); VisitParameters_tF21AC3343F90A7925EEA69AA73269B7F2DCE66CE L_18 = V_8; PropertyContainer_Accept_TisInt32Enum_tCBAC8BA2BFF3A845FA599F303093BBBA374B6F0C_mECB26B6AD8323EC326585F2EA43B7CBBA7944441((RuntimeObject*)__this, (&V_0), L_18, il2cpp_rgctx_method(method->rgctx_data, 13)); goto IL_00a8; } catch(Il2CppExceptionWrapper& e) { __finallyBlock.StoreException(e.ex); } } IL_00a8: { Property_2_t8803DA217446897A3DBF392B50C90530471C6822* L_19 = ___0_property; NullCheck(L_19); bool L_20; L_20 = VirtualFuncInvoker0< bool >::Invoke(13, L_19); if (L_20) { goto IL_00bb; } } { bool L_21; L_21 = PathVisitor_get_ReadonlyVisit_m334145CFBF9EEF857FD8CB6213633BD513B82904_inline(__this, NULL); G_B14_0 = ((((int32_t)L_21) == ((int32_t)0))? 1 : 0); goto IL_00bc; } IL_00bb: { G_B14_0 = 0; } IL_00bc: { V_9 = (bool)G_B14_0; bool L_22 = V_9; if (!L_22) { goto IL_00cb; } } { Property_2_t8803DA217446897A3DBF392B50C90530471C6822* L_23 = ___0_property; StyleList_1_t15E0FB58274532956EB643D58F1F7B95BED5B7C4* L_24 = ___1_container; int32_t L_25 = V_0; NullCheck(L_23); VirtualActionInvoker2< StyleList_1_t15E0FB58274532956EB643D58F1F7B95BED5B7C4*, int32_t >::Invoke(15, L_23, L_24, L_25); } IL_00cb: { goto IL_00d8; } IL_00ce: { PathVisitor_set_ReturnCode_mB5629AE0124C70E479D9C4D44A8E552DA8BA19E0_inline(__this, (int32_t)4, NULL); } IL_00d8: { return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PathVisitor_Unity_Properties_IPropertyVisitor_Visit_TisStyleList_1_t15E0FB58274532956EB643D58F1F7B95BED5B7C4_TisRuntimeObject_m0FBE6B874E92B9EA009F8DC69DF14875F045BB7D_gshared (PathVisitor_tCD0947C41CDBDB774D22D560E5FFA01EF61C4446* __this, Property_2_t2FA5B5A3675ACA9460A6257B5D39B17A5914678A* ___0_property, StyleList_1_t15E0FB58274532956EB643D58F1F7B95BED5B7C4* ___1_container, const RuntimeMethod* method) { il2cpp_rgctx_method_init(method); RuntimeObject* V_0 = NULL; bool V_1 = false; PropertyPath_tA523CA2740853534DF6C009C588464B45A6D0A79 V_2; memset((&V_2), 0, sizeof(V_2)); bool V_3 = false; RuntimeObject* V_4 = NULL; bool V_5 = false; RuntimeObject* V_6 = NULL; PropertyScope_t1C89396D637F6426CAFCC8F4BAFC4B56E035A3CD V_7; memset((&V_7), 0, sizeof(V_7)); VisitParameters_tF21AC3343F90A7925EEA69AA73269B7F2DCE66CE V_8; memset((&V_8), 0, sizeof(V_8)); bool V_9 = false; int32_t G_B6_0 = 0; int32_t G_B14_0 = 0; { Property_2_t2FA5B5A3675ACA9460A6257B5D39B17A5914678A* L_0 = ___0_property; StyleList_1_t15E0FB58274532956EB643D58F1F7B95BED5B7C4* L_1 = ___1_container; NullCheck(L_0); RuntimeObject* L_2; L_2 = VirtualFuncInvoker1< RuntimeObject*, StyleList_1_t15E0FB58274532956EB643D58F1F7B95BED5B7C4* >::Invoke(14, L_0, L_1); V_0 = L_2; int32_t L_3 = __this->___m_PathIndex; PropertyPath_tA523CA2740853534DF6C009C588464B45A6D0A79 L_4; L_4 = PathVisitor_get_Path_m98A92F21C11F12C0C88EAC86D0F2E853DFBF9BD3_inline(__this, NULL); V_2 = L_4; int32_t L_5; L_5 = PropertyPath_get_Length_m9238E2C9AAFD16D7A74483CB4075AC7592B8889F_inline((&V_2), NULL); V_1 = (bool)((((int32_t)((((int32_t)L_3) < ((int32_t)L_5))? 1 : 0)) == ((int32_t)0))? 1 : 0); bool L_6 = V_1; if (!L_6) { goto IL_0038; } } { Property_2_t2FA5B5A3675ACA9460A6257B5D39B17A5914678A* L_7 = ___0_property; StyleList_1_t15E0FB58274532956EB643D58F1F7B95BED5B7C4* L_8 = ___1_container; GenericVirtualActionInvoker3< Property_2_t2FA5B5A3675ACA9460A6257B5D39B17A5914678A*, StyleList_1_t15E0FB58274532956EB643D58F1F7B95BED5B7C4*, RuntimeObject** >::Invoke(il2cpp_rgctx_method(method->rgctx_data, 4), __this, L_7, L_8, (&V_0)); goto IL_00d8; } IL_0038: { bool L_9; L_9 = PropertyBag_TryGetPropertyBagForValue_TisRuntimeObject_mD4CD5E0ECCA048DFCC4C4C71A78ED65C87C34C01((&V_0), (&V_4), il2cpp_rgctx_method(method->rgctx_data, 6)); V_3 = L_9; bool L_10 = V_3; if (!L_10) { goto IL_00ce; } } { il2cpp_codegen_runtime_class_init_inline(il2cpp_rgctx_data(method->rgctx_data, 8)); bool L_11; L_11 = TypeTraits_1_get_CanBeNull_m735F17A1CDBD434E62378EBF10F8B56495139E17_inline(il2cpp_rgctx_method(method->rgctx_data, 7)); if (!L_11) { goto IL_0067; } } { EqualityComparer_1_t92563A67F1C1ECDC3FE387C46498E2E56B59F3C2* L_12; L_12 = EqualityComparer_1_get_Default_mA2AD755281D23F496A2579884B39E30C13C208B3_inline(il2cpp_rgctx_method(method->rgctx_data, 9)); RuntimeObject* L_13 = V_0; il2cpp_codegen_initobj((&V_6), sizeof(RuntimeObject*)); RuntimeObject* L_14 = V_6; NullCheck(L_12); bool L_15; L_15 = VirtualFuncInvoker2< bool, RuntimeObject*, RuntimeObject* >::Invoke(8, L_12, L_13, L_14); G_B6_0 = ((int32_t)(L_15)); goto IL_0068; } IL_0067: { G_B6_0 = 0; } IL_0068: { V_5 = (bool)G_B6_0; bool L_16 = V_5; if (!L_16) { goto IL_0079; } } { PathVisitor_set_ReturnCode_mB5629AE0124C70E479D9C4D44A8E552DA8BA19E0_inline(__this, (int32_t)4, NULL); goto IL_00d8; } IL_0079: { Property_2_t2FA5B5A3675ACA9460A6257B5D39B17A5914678A* L_17 = ___0_property; PropertyScope__ctor_m28FF99A84F7744DB6A9997E02B733ADB10DEA6AF((&V_7), __this, (RuntimeObject*)L_17, NULL); } { auto __finallyBlock = il2cpp::utils::Finally([&] { FINALLY_0099: { PropertyScope_Dispose_m815F8B5CF2665D576232AE370026021C576F7922((&V_7), NULL); return; } }); try { il2cpp_codegen_initobj((&V_8), sizeof(VisitParameters_tF21AC3343F90A7925EEA69AA73269B7F2DCE66CE)); VisitParameters_tF21AC3343F90A7925EEA69AA73269B7F2DCE66CE L_18 = V_8; PropertyContainer_Accept_TisRuntimeObject_m3580153F4048DF075DB593BDB3C4A63FA439FC39((RuntimeObject*)__this, (&V_0), L_18, il2cpp_rgctx_method(method->rgctx_data, 13)); goto IL_00a8; } catch(Il2CppExceptionWrapper& e) { __finallyBlock.StoreException(e.ex); } } IL_00a8: { Property_2_t2FA5B5A3675ACA9460A6257B5D39B17A5914678A* L_19 = ___0_property; NullCheck(L_19); bool L_20; L_20 = VirtualFuncInvoker0< bool >::Invoke(13, L_19); if (L_20) { goto IL_00bb; } } { bool L_21; L_21 = PathVisitor_get_ReadonlyVisit_m334145CFBF9EEF857FD8CB6213633BD513B82904_inline(__this, NULL); G_B14_0 = ((((int32_t)L_21) == ((int32_t)0))? 1 : 0); goto IL_00bc; } IL_00bb: { G_B14_0 = 0; } IL_00bc: { V_9 = (bool)G_B14_0; bool L_22 = V_9; if (!L_22) { goto IL_00cb; } } { Property_2_t2FA5B5A3675ACA9460A6257B5D39B17A5914678A* L_23 = ___0_property; StyleList_1_t15E0FB58274532956EB643D58F1F7B95BED5B7C4* L_24 = ___1_container; RuntimeObject* L_25 = V_0; NullCheck(L_23); VirtualActionInvoker2< StyleList_1_t15E0FB58274532956EB643D58F1F7B95BED5B7C4*, RuntimeObject* >::Invoke(15, L_23, L_24, L_25); } IL_00cb: { goto IL_00d8; } IL_00ce: { PathVisitor_set_ReturnCode_mB5629AE0124C70E479D9C4D44A8E552DA8BA19E0_inline(__this, (int32_t)4, NULL); } IL_00d8: { return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PathVisitor_Unity_Properties_IPropertyVisitor_Visit_TisAngle_t0229F612898D65B3CC646C40A32D93D8A33C1DFC_TisInt32Enum_tCBAC8BA2BFF3A845FA599F303093BBBA374B6F0C_mFA8880BDD0E25A04ECD1D3CB5958E91BA745BE38_gshared (PathVisitor_tCD0947C41CDBDB774D22D560E5FFA01EF61C4446* __this, Property_2_t4E33E1A44112BD97BF885B076D0ED05EBFEA7151* ___0_property, Angle_t0229F612898D65B3CC646C40A32D93D8A33C1DFC* ___1_container, const RuntimeMethod* method) { il2cpp_rgctx_method_init(method); int32_t V_0 = 0; bool V_1 = false; PropertyPath_tA523CA2740853534DF6C009C588464B45A6D0A79 V_2; memset((&V_2), 0, sizeof(V_2)); bool V_3 = false; RuntimeObject* V_4 = NULL; bool V_5 = false; int32_t V_6 = 0; PropertyScope_t1C89396D637F6426CAFCC8F4BAFC4B56E035A3CD V_7; memset((&V_7), 0, sizeof(V_7)); VisitParameters_tF21AC3343F90A7925EEA69AA73269B7F2DCE66CE V_8; memset((&V_8), 0, sizeof(V_8)); bool V_9 = false; int32_t G_B6_0 = 0; int32_t G_B14_0 = 0; { Property_2_t4E33E1A44112BD97BF885B076D0ED05EBFEA7151* L_0 = ___0_property; Angle_t0229F612898D65B3CC646C40A32D93D8A33C1DFC* L_1 = ___1_container; NullCheck(L_0); int32_t L_2; L_2 = VirtualFuncInvoker1< int32_t, Angle_t0229F612898D65B3CC646C40A32D93D8A33C1DFC* >::Invoke(14, L_0, L_1); V_0 = L_2; int32_t L_3 = __this->___m_PathIndex; PropertyPath_tA523CA2740853534DF6C009C588464B45A6D0A79 L_4; L_4 = PathVisitor_get_Path_m98A92F21C11F12C0C88EAC86D0F2E853DFBF9BD3_inline(__this, NULL); V_2 = L_4; int32_t L_5; L_5 = PropertyPath_get_Length_m9238E2C9AAFD16D7A74483CB4075AC7592B8889F_inline((&V_2), NULL); V_1 = (bool)((((int32_t)((((int32_t)L_3) < ((int32_t)L_5))? 1 : 0)) == ((int32_t)0))? 1 : 0); bool L_6 = V_1; if (!L_6) { goto IL_0038; } } { Property_2_t4E33E1A44112BD97BF885B076D0ED05EBFEA7151* L_7 = ___0_property; Angle_t0229F612898D65B3CC646C40A32D93D8A33C1DFC* L_8 = ___1_container; GenericVirtualActionInvoker3< Property_2_t4E33E1A44112BD97BF885B076D0ED05EBFEA7151*, Angle_t0229F612898D65B3CC646C40A32D93D8A33C1DFC*, int32_t* >::Invoke(il2cpp_rgctx_method(method->rgctx_data, 4), __this, L_7, L_8, (&V_0)); goto IL_00d8; } IL_0038: { bool L_9; L_9 = PropertyBag_TryGetPropertyBagForValue_TisInt32Enum_tCBAC8BA2BFF3A845FA599F303093BBBA374B6F0C_m61AF9DE342919DD59CD9CC07D069DEE07629F67E((&V_0), (&V_4), il2cpp_rgctx_method(method->rgctx_data, 6)); V_3 = L_9; bool L_10 = V_3; if (!L_10) { goto IL_00ce; } } { il2cpp_codegen_runtime_class_init_inline(il2cpp_rgctx_data(method->rgctx_data, 8)); bool L_11; L_11 = TypeTraits_1_get_CanBeNull_mB145F76964DE36569385F83F550741253F97BC8B_inline(il2cpp_rgctx_method(method->rgctx_data, 7)); if (!L_11) { goto IL_0067; } } { EqualityComparer_1_tECD5E5244542BCEA9946E4E9E894173EFA97E8DF* L_12; L_12 = EqualityComparer_1_get_Default_mC9B367997D70B8B5F9167227471B3D82603739F4_inline(il2cpp_rgctx_method(method->rgctx_data, 9)); int32_t L_13 = V_0; il2cpp_codegen_initobj((&V_6), sizeof(int32_t)); int32_t L_14 = V_6; NullCheck(L_12); bool L_15; L_15 = VirtualFuncInvoker2< bool, int32_t, int32_t >::Invoke(8, L_12, L_13, L_14); G_B6_0 = ((int32_t)(L_15)); goto IL_0068; } IL_0067: { G_B6_0 = 0; } IL_0068: { V_5 = (bool)G_B6_0; bool L_16 = V_5; if (!L_16) { goto IL_0079; } } { PathVisitor_set_ReturnCode_mB5629AE0124C70E479D9C4D44A8E552DA8BA19E0_inline(__this, (int32_t)4, NULL); goto IL_00d8; } IL_0079: { Property_2_t4E33E1A44112BD97BF885B076D0ED05EBFEA7151* L_17 = ___0_property; PropertyScope__ctor_m28FF99A84F7744DB6A9997E02B733ADB10DEA6AF((&V_7), __this, (RuntimeObject*)L_17, NULL); } { auto __finallyBlock = il2cpp::utils::Finally([&] { FINALLY_0099: { PropertyScope_Dispose_m815F8B5CF2665D576232AE370026021C576F7922((&V_7), NULL); return; } }); try { il2cpp_codegen_initobj((&V_8), sizeof(VisitParameters_tF21AC3343F90A7925EEA69AA73269B7F2DCE66CE)); VisitParameters_tF21AC3343F90A7925EEA69AA73269B7F2DCE66CE L_18 = V_8; PropertyContainer_Accept_TisInt32Enum_tCBAC8BA2BFF3A845FA599F303093BBBA374B6F0C_mECB26B6AD8323EC326585F2EA43B7CBBA7944441((RuntimeObject*)__this, (&V_0), L_18, il2cpp_rgctx_method(method->rgctx_data, 13)); goto IL_00a8; } catch(Il2CppExceptionWrapper& e) { __finallyBlock.StoreException(e.ex); } } IL_00a8: { Property_2_t4E33E1A44112BD97BF885B076D0ED05EBFEA7151* L_19 = ___0_property; NullCheck(L_19); bool L_20; L_20 = VirtualFuncInvoker0< bool >::Invoke(13, L_19); if (L_20) { goto IL_00bb; } } { bool L_21; L_21 = PathVisitor_get_ReadonlyVisit_m334145CFBF9EEF857FD8CB6213633BD513B82904_inline(__this, NULL); G_B14_0 = ((((int32_t)L_21) == ((int32_t)0))? 1 : 0); goto IL_00bc; } IL_00bb: { G_B14_0 = 0; } IL_00bc: { V_9 = (bool)G_B14_0; bool L_22 = V_9; if (!L_22) { goto IL_00cb; } } { Property_2_t4E33E1A44112BD97BF885B076D0ED05EBFEA7151* L_23 = ___0_property; Angle_t0229F612898D65B3CC646C40A32D93D8A33C1DFC* L_24 = ___1_container; int32_t L_25 = V_0; NullCheck(L_23); VirtualActionInvoker2< Angle_t0229F612898D65B3CC646C40A32D93D8A33C1DFC*, int32_t >::Invoke(15, L_23, L_24, L_25); } IL_00cb: { goto IL_00d8; } IL_00ce: { PathVisitor_set_ReturnCode_mB5629AE0124C70E479D9C4D44A8E552DA8BA19E0_inline(__this, (int32_t)4, NULL); } IL_00d8: { return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PathVisitor_Unity_Properties_IPropertyVisitor_Visit_TisAngle_t0229F612898D65B3CC646C40A32D93D8A33C1DFC_TisSingle_t4530F2FF86FCB0DC29F35385CA1BD21BE294761C_mC222F74AFAF1B7F4A10598B8F946FC9FF61E13C4_gshared (PathVisitor_tCD0947C41CDBDB774D22D560E5FFA01EF61C4446* __this, Property_2_tF274BD13981F14C9234EED2454BA5879F339129A* ___0_property, Angle_t0229F612898D65B3CC646C40A32D93D8A33C1DFC* ___1_container, const RuntimeMethod* method) { il2cpp_rgctx_method_init(method); float V_0 = 0.0f; bool V_1 = false; PropertyPath_tA523CA2740853534DF6C009C588464B45A6D0A79 V_2; memset((&V_2), 0, sizeof(V_2)); bool V_3 = false; RuntimeObject* V_4 = NULL; bool V_5 = false; float V_6 = 0.0f; PropertyScope_t1C89396D637F6426CAFCC8F4BAFC4B56E035A3CD V_7; memset((&V_7), 0, sizeof(V_7)); VisitParameters_tF21AC3343F90A7925EEA69AA73269B7F2DCE66CE V_8; memset((&V_8), 0, sizeof(V_8)); bool V_9 = false; int32_t G_B6_0 = 0; int32_t G_B14_0 = 0; { Property_2_tF274BD13981F14C9234EED2454BA5879F339129A* L_0 = ___0_property; Angle_t0229F612898D65B3CC646C40A32D93D8A33C1DFC* L_1 = ___1_container; NullCheck(L_0); float L_2; L_2 = VirtualFuncInvoker1< float, Angle_t0229F612898D65B3CC646C40A32D93D8A33C1DFC* >::Invoke(14, L_0, L_1); V_0 = L_2; int32_t L_3 = __this->___m_PathIndex; PropertyPath_tA523CA2740853534DF6C009C588464B45A6D0A79 L_4; L_4 = PathVisitor_get_Path_m98A92F21C11F12C0C88EAC86D0F2E853DFBF9BD3_inline(__this, NULL); V_2 = L_4; int32_t L_5; L_5 = PropertyPath_get_Length_m9238E2C9AAFD16D7A74483CB4075AC7592B8889F_inline((&V_2), NULL); V_1 = (bool)((((int32_t)((((int32_t)L_3) < ((int32_t)L_5))? 1 : 0)) == ((int32_t)0))? 1 : 0); bool L_6 = V_1; if (!L_6) { goto IL_0038; } } { Property_2_tF274BD13981F14C9234EED2454BA5879F339129A* L_7 = ___0_property; Angle_t0229F612898D65B3CC646C40A32D93D8A33C1DFC* L_8 = ___1_container; GenericVirtualActionInvoker3< Property_2_tF274BD13981F14C9234EED2454BA5879F339129A*, Angle_t0229F612898D65B3CC646C40A32D93D8A33C1DFC*, float* >::Invoke(il2cpp_rgctx_method(method->rgctx_data, 4), __this, L_7, L_8, (&V_0)); goto IL_00d8; } IL_0038: { bool L_9; L_9 = PropertyBag_TryGetPropertyBagForValue_TisSingle_t4530F2FF86FCB0DC29F35385CA1BD21BE294761C_m639CE2C899C469A55ECC66D6793B590C5EBE3E42((&V_0), (&V_4), il2cpp_rgctx_method(method->rgctx_data, 6)); V_3 = L_9; bool L_10 = V_3; if (!L_10) { goto IL_00ce; } } { il2cpp_codegen_runtime_class_init_inline(il2cpp_rgctx_data(method->rgctx_data, 8)); bool L_11; L_11 = TypeTraits_1_get_CanBeNull_m1070B18AE5014C462C176214EB504B80ABCF9E56_inline(il2cpp_rgctx_method(method->rgctx_data, 7)); if (!L_11) { goto IL_0067; } } { EqualityComparer_1_t346CEF653847623862FC6F88D66F7933B0039499* L_12; L_12 = EqualityComparer_1_get_Default_m20A1B9861324559044977270E1FAFB09BBE14234_inline(il2cpp_rgctx_method(method->rgctx_data, 9)); float L_13 = V_0; il2cpp_codegen_initobj((&V_6), sizeof(float)); float L_14 = V_6; NullCheck(L_12); bool L_15; L_15 = VirtualFuncInvoker2< bool, float, float >::Invoke(8, L_12, L_13, L_14); G_B6_0 = ((int32_t)(L_15)); goto IL_0068; } IL_0067: { G_B6_0 = 0; } IL_0068: { V_5 = (bool)G_B6_0; bool L_16 = V_5; if (!L_16) { goto IL_0079; } } { PathVisitor_set_ReturnCode_mB5629AE0124C70E479D9C4D44A8E552DA8BA19E0_inline(__this, (int32_t)4, NULL); goto IL_00d8; } IL_0079: { Property_2_tF274BD13981F14C9234EED2454BA5879F339129A* L_17 = ___0_property; PropertyScope__ctor_m28FF99A84F7744DB6A9997E02B733ADB10DEA6AF((&V_7), __this, (RuntimeObject*)L_17, NULL); } { auto __finallyBlock = il2cpp::utils::Finally([&] { FINALLY_0099: { PropertyScope_Dispose_m815F8B5CF2665D576232AE370026021C576F7922((&V_7), NULL); return; } }); try { il2cpp_codegen_initobj((&V_8), sizeof(VisitParameters_tF21AC3343F90A7925EEA69AA73269B7F2DCE66CE)); VisitParameters_tF21AC3343F90A7925EEA69AA73269B7F2DCE66CE L_18 = V_8; PropertyContainer_Accept_TisSingle_t4530F2FF86FCB0DC29F35385CA1BD21BE294761C_mA7E97E817C5D3F92B56F729FE44CBC11EFEA02EE((RuntimeObject*)__this, (&V_0), L_18, il2cpp_rgctx_method(method->rgctx_data, 13)); goto IL_00a8; } catch(Il2CppExceptionWrapper& e) { __finallyBlock.StoreException(e.ex); } } IL_00a8: { Property_2_tF274BD13981F14C9234EED2454BA5879F339129A* L_19 = ___0_property; NullCheck(L_19); bool L_20; L_20 = VirtualFuncInvoker0< bool >::Invoke(13, L_19); if (L_20) { goto IL_00bb; } } { bool L_21; L_21 = PathVisitor_get_ReadonlyVisit_m334145CFBF9EEF857FD8CB6213633BD513B82904_inline(__this, NULL); G_B14_0 = ((((int32_t)L_21) == ((int32_t)0))? 1 : 0); goto IL_00bc; } IL_00bb: { G_B14_0 = 0; } IL_00bc: { V_9 = (bool)G_B14_0; bool L_22 = V_9; if (!L_22) { goto IL_00cb; } } { Property_2_tF274BD13981F14C9234EED2454BA5879F339129A* L_23 = ___0_property; Angle_t0229F612898D65B3CC646C40A32D93D8A33C1DFC* L_24 = ___1_container; float L_25 = V_0; NullCheck(L_23); VirtualActionInvoker2< Angle_t0229F612898D65B3CC646C40A32D93D8A33C1DFC*, float >::Invoke(15, L_23, L_24, L_25); } IL_00cb: { goto IL_00d8; } IL_00ce: { PathVisitor_set_ReturnCode_mB5629AE0124C70E479D9C4D44A8E552DA8BA19E0_inline(__this, (int32_t)4, NULL); } IL_00d8: { return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PathVisitor_Unity_Properties_IPropertyVisitor_Visit_TisBackground_t3C720DED4FAF016332D29FB86C9BE8D5D0D8F0C8_TisRuntimeObject_m7A716CD5A54899FA727CC3334E65DA5C30F1AC65_gshared (PathVisitor_tCD0947C41CDBDB774D22D560E5FFA01EF61C4446* __this, Property_2_tB233FB6210DC9A81615A50C4D0F1EDD5311659D5* ___0_property, Background_t3C720DED4FAF016332D29FB86C9BE8D5D0D8F0C8* ___1_container, const RuntimeMethod* method) { il2cpp_rgctx_method_init(method); RuntimeObject* V_0 = NULL; bool V_1 = false; PropertyPath_tA523CA2740853534DF6C009C588464B45A6D0A79 V_2; memset((&V_2), 0, sizeof(V_2)); bool V_3 = false; RuntimeObject* V_4 = NULL; bool V_5 = false; RuntimeObject* V_6 = NULL; PropertyScope_t1C89396D637F6426CAFCC8F4BAFC4B56E035A3CD V_7; memset((&V_7), 0, sizeof(V_7)); VisitParameters_tF21AC3343F90A7925EEA69AA73269B7F2DCE66CE V_8; memset((&V_8), 0, sizeof(V_8)); bool V_9 = false; int32_t G_B6_0 = 0; int32_t G_B14_0 = 0; { Property_2_tB233FB6210DC9A81615A50C4D0F1EDD5311659D5* L_0 = ___0_property; Background_t3C720DED4FAF016332D29FB86C9BE8D5D0D8F0C8* L_1 = ___1_container; NullCheck(L_0); RuntimeObject* L_2; L_2 = VirtualFuncInvoker1< RuntimeObject*, Background_t3C720DED4FAF016332D29FB86C9BE8D5D0D8F0C8* >::Invoke(14, L_0, L_1); V_0 = L_2; int32_t L_3 = __this->___m_PathIndex; PropertyPath_tA523CA2740853534DF6C009C588464B45A6D0A79 L_4; L_4 = PathVisitor_get_Path_m98A92F21C11F12C0C88EAC86D0F2E853DFBF9BD3_inline(__this, NULL); V_2 = L_4; int32_t L_5; L_5 = PropertyPath_get_Length_m9238E2C9AAFD16D7A74483CB4075AC7592B8889F_inline((&V_2), NULL); V_1 = (bool)((((int32_t)((((int32_t)L_3) < ((int32_t)L_5))? 1 : 0)) == ((int32_t)0))? 1 : 0); bool L_6 = V_1; if (!L_6) { goto IL_0038; } } { Property_2_tB233FB6210DC9A81615A50C4D0F1EDD5311659D5* L_7 = ___0_property; Background_t3C720DED4FAF016332D29FB86C9BE8D5D0D8F0C8* L_8 = ___1_container; GenericVirtualActionInvoker3< Property_2_tB233FB6210DC9A81615A50C4D0F1EDD5311659D5*, Background_t3C720DED4FAF016332D29FB86C9BE8D5D0D8F0C8*, RuntimeObject** >::Invoke(il2cpp_rgctx_method(method->rgctx_data, 4), __this, L_7, L_8, (&V_0)); goto IL_00d8; } IL_0038: { bool L_9; L_9 = PropertyBag_TryGetPropertyBagForValue_TisRuntimeObject_mD4CD5E0ECCA048DFCC4C4C71A78ED65C87C34C01((&V_0), (&V_4), il2cpp_rgctx_method(method->rgctx_data, 6)); V_3 = L_9; bool L_10 = V_3; if (!L_10) { goto IL_00ce; } } { il2cpp_codegen_runtime_class_init_inline(il2cpp_rgctx_data(method->rgctx_data, 8)); bool L_11; L_11 = TypeTraits_1_get_CanBeNull_m735F17A1CDBD434E62378EBF10F8B56495139E17_inline(il2cpp_rgctx_method(method->rgctx_data, 7)); if (!L_11) { goto IL_0067; } } { EqualityComparer_1_t92563A67F1C1ECDC3FE387C46498E2E56B59F3C2* L_12; L_12 = EqualityComparer_1_get_Default_mA2AD755281D23F496A2579884B39E30C13C208B3_inline(il2cpp_rgctx_method(method->rgctx_data, 9)); RuntimeObject* L_13 = V_0; il2cpp_codegen_initobj((&V_6), sizeof(RuntimeObject*)); RuntimeObject* L_14 = V_6; NullCheck(L_12); bool L_15; L_15 = VirtualFuncInvoker2< bool, RuntimeObject*, RuntimeObject* >::Invoke(8, L_12, L_13, L_14); G_B6_0 = ((int32_t)(L_15)); goto IL_0068; } IL_0067: { G_B6_0 = 0; } IL_0068: { V_5 = (bool)G_B6_0; bool L_16 = V_5; if (!L_16) { goto IL_0079; } } { PathVisitor_set_ReturnCode_mB5629AE0124C70E479D9C4D44A8E552DA8BA19E0_inline(__this, (int32_t)4, NULL); goto IL_00d8; } IL_0079: { Property_2_tB233FB6210DC9A81615A50C4D0F1EDD5311659D5* L_17 = ___0_property; PropertyScope__ctor_m28FF99A84F7744DB6A9997E02B733ADB10DEA6AF((&V_7), __this, (RuntimeObject*)L_17, NULL); } { auto __finallyBlock = il2cpp::utils::Finally([&] { FINALLY_0099: { PropertyScope_Dispose_m815F8B5CF2665D576232AE370026021C576F7922((&V_7), NULL); return; } }); try { il2cpp_codegen_initobj((&V_8), sizeof(VisitParameters_tF21AC3343F90A7925EEA69AA73269B7F2DCE66CE)); VisitParameters_tF21AC3343F90A7925EEA69AA73269B7F2DCE66CE L_18 = V_8; PropertyContainer_Accept_TisRuntimeObject_m3580153F4048DF075DB593BDB3C4A63FA439FC39((RuntimeObject*)__this, (&V_0), L_18, il2cpp_rgctx_method(method->rgctx_data, 13)); goto IL_00a8; } catch(Il2CppExceptionWrapper& e) { __finallyBlock.StoreException(e.ex); } } IL_00a8: { Property_2_tB233FB6210DC9A81615A50C4D0F1EDD5311659D5* L_19 = ___0_property; NullCheck(L_19); bool L_20; L_20 = VirtualFuncInvoker0< bool >::Invoke(13, L_19); if (L_20) { goto IL_00bb; } } { bool L_21; L_21 = PathVisitor_get_ReadonlyVisit_m334145CFBF9EEF857FD8CB6213633BD513B82904_inline(__this, NULL); G_B14_0 = ((((int32_t)L_21) == ((int32_t)0))? 1 : 0); goto IL_00bc; } IL_00bb: { G_B14_0 = 0; } IL_00bc: { V_9 = (bool)G_B14_0; bool L_22 = V_9; if (!L_22) { goto IL_00cb; } } { Property_2_tB233FB6210DC9A81615A50C4D0F1EDD5311659D5* L_23 = ___0_property; Background_t3C720DED4FAF016332D29FB86C9BE8D5D0D8F0C8* L_24 = ___1_container; RuntimeObject* L_25 = V_0; NullCheck(L_23); VirtualActionInvoker2< Background_t3C720DED4FAF016332D29FB86C9BE8D5D0D8F0C8*, RuntimeObject* >::Invoke(15, L_23, L_24, L_25); } IL_00cb: { goto IL_00d8; } IL_00ce: { PathVisitor_set_ReturnCode_mB5629AE0124C70E479D9C4D44A8E552DA8BA19E0_inline(__this, (int32_t)4, NULL); } IL_00d8: { return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PathVisitor_Unity_Properties_IPropertyVisitor_Visit_TisBackgroundPosition_tF0822B29FC27A67205A9893EBE03D03B799B8B56_TisInt32Enum_tCBAC8BA2BFF3A845FA599F303093BBBA374B6F0C_m4C5B4BC6A5CA84D80B0629BF2053BC433066398C_gshared (PathVisitor_tCD0947C41CDBDB774D22D560E5FFA01EF61C4446* __this, Property_2_tF3DBFBA52C0693C56E321796F1577A44F0C39B1B* ___0_property, BackgroundPosition_tF0822B29FC27A67205A9893EBE03D03B799B8B56* ___1_container, const RuntimeMethod* method) { il2cpp_rgctx_method_init(method); int32_t V_0 = 0; bool V_1 = false; PropertyPath_tA523CA2740853534DF6C009C588464B45A6D0A79 V_2; memset((&V_2), 0, sizeof(V_2)); bool V_3 = false; RuntimeObject* V_4 = NULL; bool V_5 = false; int32_t V_6 = 0; PropertyScope_t1C89396D637F6426CAFCC8F4BAFC4B56E035A3CD V_7; memset((&V_7), 0, sizeof(V_7)); VisitParameters_tF21AC3343F90A7925EEA69AA73269B7F2DCE66CE V_8; memset((&V_8), 0, sizeof(V_8)); bool V_9 = false; int32_t G_B6_0 = 0; int32_t G_B14_0 = 0; { Property_2_tF3DBFBA52C0693C56E321796F1577A44F0C39B1B* L_0 = ___0_property; BackgroundPosition_tF0822B29FC27A67205A9893EBE03D03B799B8B56* L_1 = ___1_container; NullCheck(L_0); int32_t L_2; L_2 = VirtualFuncInvoker1< int32_t, BackgroundPosition_tF0822B29FC27A67205A9893EBE03D03B799B8B56* >::Invoke(14, L_0, L_1); V_0 = L_2; int32_t L_3 = __this->___m_PathIndex; PropertyPath_tA523CA2740853534DF6C009C588464B45A6D0A79 L_4; L_4 = PathVisitor_get_Path_m98A92F21C11F12C0C88EAC86D0F2E853DFBF9BD3_inline(__this, NULL); V_2 = L_4; int32_t L_5; L_5 = PropertyPath_get_Length_m9238E2C9AAFD16D7A74483CB4075AC7592B8889F_inline((&V_2), NULL); V_1 = (bool)((((int32_t)((((int32_t)L_3) < ((int32_t)L_5))? 1 : 0)) == ((int32_t)0))? 1 : 0); bool L_6 = V_1; if (!L_6) { goto IL_0038; } } { Property_2_tF3DBFBA52C0693C56E321796F1577A44F0C39B1B* L_7 = ___0_property; BackgroundPosition_tF0822B29FC27A67205A9893EBE03D03B799B8B56* L_8 = ___1_container; GenericVirtualActionInvoker3< Property_2_tF3DBFBA52C0693C56E321796F1577A44F0C39B1B*, BackgroundPosition_tF0822B29FC27A67205A9893EBE03D03B799B8B56*, int32_t* >::Invoke(il2cpp_rgctx_method(method->rgctx_data, 4), __this, L_7, L_8, (&V_0)); goto IL_00d8; } IL_0038: { bool L_9; L_9 = PropertyBag_TryGetPropertyBagForValue_TisInt32Enum_tCBAC8BA2BFF3A845FA599F303093BBBA374B6F0C_m61AF9DE342919DD59CD9CC07D069DEE07629F67E((&V_0), (&V_4), il2cpp_rgctx_method(method->rgctx_data, 6)); V_3 = L_9; bool L_10 = V_3; if (!L_10) { goto IL_00ce; } } { il2cpp_codegen_runtime_class_init_inline(il2cpp_rgctx_data(method->rgctx_data, 8)); bool L_11; L_11 = TypeTraits_1_get_CanBeNull_mB145F76964DE36569385F83F550741253F97BC8B_inline(il2cpp_rgctx_method(method->rgctx_data, 7)); if (!L_11) { goto IL_0067; } } { EqualityComparer_1_tECD5E5244542BCEA9946E4E9E894173EFA97E8DF* L_12; L_12 = EqualityComparer_1_get_Default_mC9B367997D70B8B5F9167227471B3D82603739F4_inline(il2cpp_rgctx_method(method->rgctx_data, 9)); int32_t L_13 = V_0; il2cpp_codegen_initobj((&V_6), sizeof(int32_t)); int32_t L_14 = V_6; NullCheck(L_12); bool L_15; L_15 = VirtualFuncInvoker2< bool, int32_t, int32_t >::Invoke(8, L_12, L_13, L_14); G_B6_0 = ((int32_t)(L_15)); goto IL_0068; } IL_0067: { G_B6_0 = 0; } IL_0068: { V_5 = (bool)G_B6_0; bool L_16 = V_5; if (!L_16) { goto IL_0079; } } { PathVisitor_set_ReturnCode_mB5629AE0124C70E479D9C4D44A8E552DA8BA19E0_inline(__this, (int32_t)4, NULL); goto IL_00d8; } IL_0079: { Property_2_tF3DBFBA52C0693C56E321796F1577A44F0C39B1B* L_17 = ___0_property; PropertyScope__ctor_m28FF99A84F7744DB6A9997E02B733ADB10DEA6AF((&V_7), __this, (RuntimeObject*)L_17, NULL); } { auto __finallyBlock = il2cpp::utils::Finally([&] { FINALLY_0099: { PropertyScope_Dispose_m815F8B5CF2665D576232AE370026021C576F7922((&V_7), NULL); return; } }); try { il2cpp_codegen_initobj((&V_8), sizeof(VisitParameters_tF21AC3343F90A7925EEA69AA73269B7F2DCE66CE)); VisitParameters_tF21AC3343F90A7925EEA69AA73269B7F2DCE66CE L_18 = V_8; PropertyContainer_Accept_TisInt32Enum_tCBAC8BA2BFF3A845FA599F303093BBBA374B6F0C_mECB26B6AD8323EC326585F2EA43B7CBBA7944441((RuntimeObject*)__this, (&V_0), L_18, il2cpp_rgctx_method(method->rgctx_data, 13)); goto IL_00a8; } catch(Il2CppExceptionWrapper& e) { __finallyBlock.StoreException(e.ex); } } IL_00a8: { Property_2_tF3DBFBA52C0693C56E321796F1577A44F0C39B1B* L_19 = ___0_property; NullCheck(L_19); bool L_20; L_20 = VirtualFuncInvoker0< bool >::Invoke(13, L_19); if (L_20) { goto IL_00bb; } } { bool L_21; L_21 = PathVisitor_get_ReadonlyVisit_m334145CFBF9EEF857FD8CB6213633BD513B82904_inline(__this, NULL); G_B14_0 = ((((int32_t)L_21) == ((int32_t)0))? 1 : 0); goto IL_00bc; } IL_00bb: { G_B14_0 = 0; } IL_00bc: { V_9 = (bool)G_B14_0; bool L_22 = V_9; if (!L_22) { goto IL_00cb; } } { Property_2_tF3DBFBA52C0693C56E321796F1577A44F0C39B1B* L_23 = ___0_property; BackgroundPosition_tF0822B29FC27A67205A9893EBE03D03B799B8B56* L_24 = ___1_container; int32_t L_25 = V_0; NullCheck(L_23); VirtualActionInvoker2< BackgroundPosition_tF0822B29FC27A67205A9893EBE03D03B799B8B56*, int32_t >::Invoke(15, L_23, L_24, L_25); } IL_00cb: { goto IL_00d8; } IL_00ce: { PathVisitor_set_ReturnCode_mB5629AE0124C70E479D9C4D44A8E552DA8BA19E0_inline(__this, (int32_t)4, NULL); } IL_00d8: { return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PathVisitor_Unity_Properties_IPropertyVisitor_Visit_TisBackgroundPosition_tF0822B29FC27A67205A9893EBE03D03B799B8B56_TisLength_t90BB06D47DD6DB461ED21BD3E3241FAB6C824256_mCDA2FB5D9C03550A65CF5CC360ED506EAB179995_gshared (PathVisitor_tCD0947C41CDBDB774D22D560E5FFA01EF61C4446* __this, Property_2_tA37B381C421869CA10862B372913EA34498BC042* ___0_property, BackgroundPosition_tF0822B29FC27A67205A9893EBE03D03B799B8B56* ___1_container, const RuntimeMethod* method) { il2cpp_rgctx_method_init(method); Length_t90BB06D47DD6DB461ED21BD3E3241FAB6C824256 V_0; memset((&V_0), 0, sizeof(V_0)); bool V_1 = false; PropertyPath_tA523CA2740853534DF6C009C588464B45A6D0A79 V_2; memset((&V_2), 0, sizeof(V_2)); bool V_3 = false; RuntimeObject* V_4 = NULL; bool V_5 = false; Length_t90BB06D47DD6DB461ED21BD3E3241FAB6C824256 V_6; memset((&V_6), 0, sizeof(V_6)); PropertyScope_t1C89396D637F6426CAFCC8F4BAFC4B56E035A3CD V_7; memset((&V_7), 0, sizeof(V_7)); VisitParameters_tF21AC3343F90A7925EEA69AA73269B7F2DCE66CE V_8; memset((&V_8), 0, sizeof(V_8)); bool V_9 = false; int32_t G_B6_0 = 0; int32_t G_B14_0 = 0; { Property_2_tA37B381C421869CA10862B372913EA34498BC042* L_0 = ___0_property; BackgroundPosition_tF0822B29FC27A67205A9893EBE03D03B799B8B56* L_1 = ___1_container; NullCheck(L_0); Length_t90BB06D47DD6DB461ED21BD3E3241FAB6C824256 L_2; L_2 = VirtualFuncInvoker1< Length_t90BB06D47DD6DB461ED21BD3E3241FAB6C824256, BackgroundPosition_tF0822B29FC27A67205A9893EBE03D03B799B8B56* >::Invoke(14, L_0, L_1); V_0 = L_2; int32_t L_3 = __this->___m_PathIndex; PropertyPath_tA523CA2740853534DF6C009C588464B45A6D0A79 L_4; L_4 = PathVisitor_get_Path_m98A92F21C11F12C0C88EAC86D0F2E853DFBF9BD3_inline(__this, NULL); V_2 = L_4; int32_t L_5; L_5 = PropertyPath_get_Length_m9238E2C9AAFD16D7A74483CB4075AC7592B8889F_inline((&V_2), NULL); V_1 = (bool)((((int32_t)((((int32_t)L_3) < ((int32_t)L_5))? 1 : 0)) == ((int32_t)0))? 1 : 0); bool L_6 = V_1; if (!L_6) { goto IL_0038; } } { Property_2_tA37B381C421869CA10862B372913EA34498BC042* L_7 = ___0_property; BackgroundPosition_tF0822B29FC27A67205A9893EBE03D03B799B8B56* L_8 = ___1_container; GenericVirtualActionInvoker3< Property_2_tA37B381C421869CA10862B372913EA34498BC042*, BackgroundPosition_tF0822B29FC27A67205A9893EBE03D03B799B8B56*, Length_t90BB06D47DD6DB461ED21BD3E3241FAB6C824256* >::Invoke(il2cpp_rgctx_method(method->rgctx_data, 4), __this, L_7, L_8, (&V_0)); goto IL_00d8; } IL_0038: { bool L_9; L_9 = PropertyBag_TryGetPropertyBagForValue_TisLength_t90BB06D47DD6DB461ED21BD3E3241FAB6C824256_m7A9EA143096E3C18C2DD2EDEF28A519CA4A73802((&V_0), (&V_4), il2cpp_rgctx_method(method->rgctx_data, 6)); V_3 = L_9; bool L_10 = V_3; if (!L_10) { goto IL_00ce; } } { il2cpp_codegen_runtime_class_init_inline(il2cpp_rgctx_data(method->rgctx_data, 8)); bool L_11; L_11 = TypeTraits_1_get_CanBeNull_m0D87D0851EC5F34630C609FC128C8673317DCEAA_inline(il2cpp_rgctx_method(method->rgctx_data, 7)); if (!L_11) { goto IL_0067; } } { EqualityComparer_1_t8B724228B7FB3FDB4FA0E3B3197F3E836025C852* L_12; L_12 = EqualityComparer_1_get_Default_mFF0B648FC824123BF138D79F2FCF183B2F7A57B3_inline(il2cpp_rgctx_method(method->rgctx_data, 9)); Length_t90BB06D47DD6DB461ED21BD3E3241FAB6C824256 L_13 = V_0; il2cpp_codegen_initobj((&V_6), sizeof(Length_t90BB06D47DD6DB461ED21BD3E3241FAB6C824256)); Length_t90BB06D47DD6DB461ED21BD3E3241FAB6C824256 L_14 = V_6; NullCheck(L_12); bool L_15; L_15 = VirtualFuncInvoker2< bool, Length_t90BB06D47DD6DB461ED21BD3E3241FAB6C824256, Length_t90BB06D47DD6DB461ED21BD3E3241FAB6C824256 >::Invoke(8, L_12, L_13, L_14); G_B6_0 = ((int32_t)(L_15)); goto IL_0068; } IL_0067: { G_B6_0 = 0; } IL_0068: { V_5 = (bool)G_B6_0; bool L_16 = V_5; if (!L_16) { goto IL_0079; } } { PathVisitor_set_ReturnCode_mB5629AE0124C70E479D9C4D44A8E552DA8BA19E0_inline(__this, (int32_t)4, NULL); goto IL_00d8; } IL_0079: { Property_2_tA37B381C421869CA10862B372913EA34498BC042* L_17 = ___0_property; PropertyScope__ctor_m28FF99A84F7744DB6A9997E02B733ADB10DEA6AF((&V_7), __this, (RuntimeObject*)L_17, NULL); } { auto __finallyBlock = il2cpp::utils::Finally([&] { FINALLY_0099: { PropertyScope_Dispose_m815F8B5CF2665D576232AE370026021C576F7922((&V_7), NULL); return; } }); try { il2cpp_codegen_initobj((&V_8), sizeof(VisitParameters_tF21AC3343F90A7925EEA69AA73269B7F2DCE66CE)); VisitParameters_tF21AC3343F90A7925EEA69AA73269B7F2DCE66CE L_18 = V_8; PropertyContainer_Accept_TisLength_t90BB06D47DD6DB461ED21BD3E3241FAB6C824256_m991F23402D966D410BBC89F0A2AD615D3CEC81D6((RuntimeObject*)__this, (&V_0), L_18, il2cpp_rgctx_method(method->rgctx_data, 13)); goto IL_00a8; } catch(Il2CppExceptionWrapper& e) { __finallyBlock.StoreException(e.ex); } } IL_00a8: { Property_2_tA37B381C421869CA10862B372913EA34498BC042* L_19 = ___0_property; NullCheck(L_19); bool L_20; L_20 = VirtualFuncInvoker0< bool >::Invoke(13, L_19); if (L_20) { goto IL_00bb; } } { bool L_21; L_21 = PathVisitor_get_ReadonlyVisit_m334145CFBF9EEF857FD8CB6213633BD513B82904_inline(__this, NULL); G_B14_0 = ((((int32_t)L_21) == ((int32_t)0))? 1 : 0); goto IL_00bc; } IL_00bb: { G_B14_0 = 0; } IL_00bc: { V_9 = (bool)G_B14_0; bool L_22 = V_9; if (!L_22) { goto IL_00cb; } } { Property_2_tA37B381C421869CA10862B372913EA34498BC042* L_23 = ___0_property; BackgroundPosition_tF0822B29FC27A67205A9893EBE03D03B799B8B56* L_24 = ___1_container; Length_t90BB06D47DD6DB461ED21BD3E3241FAB6C824256 L_25 = V_0; NullCheck(L_23); VirtualActionInvoker2< BackgroundPosition_tF0822B29FC27A67205A9893EBE03D03B799B8B56*, Length_t90BB06D47DD6DB461ED21BD3E3241FAB6C824256 >::Invoke(15, L_23, L_24, L_25); } IL_00cb: { goto IL_00d8; } IL_00ce: { PathVisitor_set_ReturnCode_mB5629AE0124C70E479D9C4D44A8E552DA8BA19E0_inline(__this, (int32_t)4, NULL); } IL_00d8: { return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PathVisitor_Unity_Properties_IPropertyVisitor_Visit_TisBackgroundRepeat_t446EC7315DED2C6822F1047B7587C3018BFB277F_TisInt32Enum_tCBAC8BA2BFF3A845FA599F303093BBBA374B6F0C_m94BCF65F19F5B4FA02710792899773D37FE0B260_gshared (PathVisitor_tCD0947C41CDBDB774D22D560E5FFA01EF61C4446* __this, Property_2_tBCD7288FCFAF426BE5EA009B8141ED1A958BA96C* ___0_property, BackgroundRepeat_t446EC7315DED2C6822F1047B7587C3018BFB277F* ___1_container, const RuntimeMethod* method) { il2cpp_rgctx_method_init(method); int32_t V_0 = 0; bool V_1 = false; PropertyPath_tA523CA2740853534DF6C009C588464B45A6D0A79 V_2; memset((&V_2), 0, sizeof(V_2)); bool V_3 = false; RuntimeObject* V_4 = NULL; bool V_5 = false; int32_t V_6 = 0; PropertyScope_t1C89396D637F6426CAFCC8F4BAFC4B56E035A3CD V_7; memset((&V_7), 0, sizeof(V_7)); VisitParameters_tF21AC3343F90A7925EEA69AA73269B7F2DCE66CE V_8; memset((&V_8), 0, sizeof(V_8)); bool V_9 = false; int32_t G_B6_0 = 0; int32_t G_B14_0 = 0; { Property_2_tBCD7288FCFAF426BE5EA009B8141ED1A958BA96C* L_0 = ___0_property; BackgroundRepeat_t446EC7315DED2C6822F1047B7587C3018BFB277F* L_1 = ___1_container; NullCheck(L_0); int32_t L_2; L_2 = VirtualFuncInvoker1< int32_t, BackgroundRepeat_t446EC7315DED2C6822F1047B7587C3018BFB277F* >::Invoke(14, L_0, L_1); V_0 = L_2; int32_t L_3 = __this->___m_PathIndex; PropertyPath_tA523CA2740853534DF6C009C588464B45A6D0A79 L_4; L_4 = PathVisitor_get_Path_m98A92F21C11F12C0C88EAC86D0F2E853DFBF9BD3_inline(__this, NULL); V_2 = L_4; int32_t L_5; L_5 = PropertyPath_get_Length_m9238E2C9AAFD16D7A74483CB4075AC7592B8889F_inline((&V_2), NULL); V_1 = (bool)((((int32_t)((((int32_t)L_3) < ((int32_t)L_5))? 1 : 0)) == ((int32_t)0))? 1 : 0); bool L_6 = V_1; if (!L_6) { goto IL_0038; } } { Property_2_tBCD7288FCFAF426BE5EA009B8141ED1A958BA96C* L_7 = ___0_property; BackgroundRepeat_t446EC7315DED2C6822F1047B7587C3018BFB277F* L_8 = ___1_container; GenericVirtualActionInvoker3< Property_2_tBCD7288FCFAF426BE5EA009B8141ED1A958BA96C*, BackgroundRepeat_t446EC7315DED2C6822F1047B7587C3018BFB277F*, int32_t* >::Invoke(il2cpp_rgctx_method(method->rgctx_data, 4), __this, L_7, L_8, (&V_0)); goto IL_00d8; } IL_0038: { bool L_9; L_9 = PropertyBag_TryGetPropertyBagForValue_TisInt32Enum_tCBAC8BA2BFF3A845FA599F303093BBBA374B6F0C_m61AF9DE342919DD59CD9CC07D069DEE07629F67E((&V_0), (&V_4), il2cpp_rgctx_method(method->rgctx_data, 6)); V_3 = L_9; bool L_10 = V_3; if (!L_10) { goto IL_00ce; } } { il2cpp_codegen_runtime_class_init_inline(il2cpp_rgctx_data(method->rgctx_data, 8)); bool L_11; L_11 = TypeTraits_1_get_CanBeNull_mB145F76964DE36569385F83F550741253F97BC8B_inline(il2cpp_rgctx_method(method->rgctx_data, 7)); if (!L_11) { goto IL_0067; } } { EqualityComparer_1_tECD5E5244542BCEA9946E4E9E894173EFA97E8DF* L_12; L_12 = EqualityComparer_1_get_Default_mC9B367997D70B8B5F9167227471B3D82603739F4_inline(il2cpp_rgctx_method(method->rgctx_data, 9)); int32_t L_13 = V_0; il2cpp_codegen_initobj((&V_6), sizeof(int32_t)); int32_t L_14 = V_6; NullCheck(L_12); bool L_15; L_15 = VirtualFuncInvoker2< bool, int32_t, int32_t >::Invoke(8, L_12, L_13, L_14); G_B6_0 = ((int32_t)(L_15)); goto IL_0068; } IL_0067: { G_B6_0 = 0; } IL_0068: { V_5 = (bool)G_B6_0; bool L_16 = V_5; if (!L_16) { goto IL_0079; } } { PathVisitor_set_ReturnCode_mB5629AE0124C70E479D9C4D44A8E552DA8BA19E0_inline(__this, (int32_t)4, NULL); goto IL_00d8; } IL_0079: { Property_2_tBCD7288FCFAF426BE5EA009B8141ED1A958BA96C* L_17 = ___0_property; PropertyScope__ctor_m28FF99A84F7744DB6A9997E02B733ADB10DEA6AF((&V_7), __this, (RuntimeObject*)L_17, NULL); } { auto __finallyBlock = il2cpp::utils::Finally([&] { FINALLY_0099: { PropertyScope_Dispose_m815F8B5CF2665D576232AE370026021C576F7922((&V_7), NULL); return; } }); try { il2cpp_codegen_initobj((&V_8), sizeof(VisitParameters_tF21AC3343F90A7925EEA69AA73269B7F2DCE66CE)); VisitParameters_tF21AC3343F90A7925EEA69AA73269B7F2DCE66CE L_18 = V_8; PropertyContainer_Accept_TisInt32Enum_tCBAC8BA2BFF3A845FA599F303093BBBA374B6F0C_mECB26B6AD8323EC326585F2EA43B7CBBA7944441((RuntimeObject*)__this, (&V_0), L_18, il2cpp_rgctx_method(method->rgctx_data, 13)); goto IL_00a8; } catch(Il2CppExceptionWrapper& e) { __finallyBlock.StoreException(e.ex); } } IL_00a8: { Property_2_tBCD7288FCFAF426BE5EA009B8141ED1A958BA96C* L_19 = ___0_property; NullCheck(L_19); bool L_20; L_20 = VirtualFuncInvoker0< bool >::Invoke(13, L_19); if (L_20) { goto IL_00bb; } } { bool L_21; L_21 = PathVisitor_get_ReadonlyVisit_m334145CFBF9EEF857FD8CB6213633BD513B82904_inline(__this, NULL); G_B14_0 = ((((int32_t)L_21) == ((int32_t)0))? 1 : 0); goto IL_00bc; } IL_00bb: { G_B14_0 = 0; } IL_00bc: { V_9 = (bool)G_B14_0; bool L_22 = V_9; if (!L_22) { goto IL_00cb; } } { Property_2_tBCD7288FCFAF426BE5EA009B8141ED1A958BA96C* L_23 = ___0_property; BackgroundRepeat_t446EC7315DED2C6822F1047B7587C3018BFB277F* L_24 = ___1_container; int32_t L_25 = V_0; NullCheck(L_23); VirtualActionInvoker2< BackgroundRepeat_t446EC7315DED2C6822F1047B7587C3018BFB277F*, int32_t >::Invoke(15, L_23, L_24, L_25); } IL_00cb: { goto IL_00d8; } IL_00ce: { PathVisitor_set_ReturnCode_mB5629AE0124C70E479D9C4D44A8E552DA8BA19E0_inline(__this, (int32_t)4, NULL); } IL_00d8: { return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PathVisitor_Unity_Properties_IPropertyVisitor_Visit_TisBackgroundSize_t809883E2D7BB1D8D85B4C3E1DBE189F187DB25E7_TisInt32Enum_tCBAC8BA2BFF3A845FA599F303093BBBA374B6F0C_m8240375236978F8A36C07A274E35136BD1880C55_gshared (PathVisitor_tCD0947C41CDBDB774D22D560E5FFA01EF61C4446* __this, Property_2_t34CA9C67F7274CB88428DB9890EBAF2C83A001F8* ___0_property, BackgroundSize_t809883E2D7BB1D8D85B4C3E1DBE189F187DB25E7* ___1_container, const RuntimeMethod* method) { il2cpp_rgctx_method_init(method); int32_t V_0 = 0; bool V_1 = false; PropertyPath_tA523CA2740853534DF6C009C588464B45A6D0A79 V_2; memset((&V_2), 0, sizeof(V_2)); bool V_3 = false; RuntimeObject* V_4 = NULL; bool V_5 = false; int32_t V_6 = 0; PropertyScope_t1C89396D637F6426CAFCC8F4BAFC4B56E035A3CD V_7; memset((&V_7), 0, sizeof(V_7)); VisitParameters_tF21AC3343F90A7925EEA69AA73269B7F2DCE66CE V_8; memset((&V_8), 0, sizeof(V_8)); bool V_9 = false; int32_t G_B6_0 = 0; int32_t G_B14_0 = 0; { Property_2_t34CA9C67F7274CB88428DB9890EBAF2C83A001F8* L_0 = ___0_property; BackgroundSize_t809883E2D7BB1D8D85B4C3E1DBE189F187DB25E7* L_1 = ___1_container; NullCheck(L_0); int32_t L_2; L_2 = VirtualFuncInvoker1< int32_t, BackgroundSize_t809883E2D7BB1D8D85B4C3E1DBE189F187DB25E7* >::Invoke(14, L_0, L_1); V_0 = L_2; int32_t L_3 = __this->___m_PathIndex; PropertyPath_tA523CA2740853534DF6C009C588464B45A6D0A79 L_4; L_4 = PathVisitor_get_Path_m98A92F21C11F12C0C88EAC86D0F2E853DFBF9BD3_inline(__this, NULL); V_2 = L_4; int32_t L_5; L_5 = PropertyPath_get_Length_m9238E2C9AAFD16D7A74483CB4075AC7592B8889F_inline((&V_2), NULL); V_1 = (bool)((((int32_t)((((int32_t)L_3) < ((int32_t)L_5))? 1 : 0)) == ((int32_t)0))? 1 : 0); bool L_6 = V_1; if (!L_6) { goto IL_0038; } } { Property_2_t34CA9C67F7274CB88428DB9890EBAF2C83A001F8* L_7 = ___0_property; BackgroundSize_t809883E2D7BB1D8D85B4C3E1DBE189F187DB25E7* L_8 = ___1_container; GenericVirtualActionInvoker3< Property_2_t34CA9C67F7274CB88428DB9890EBAF2C83A001F8*, BackgroundSize_t809883E2D7BB1D8D85B4C3E1DBE189F187DB25E7*, int32_t* >::Invoke(il2cpp_rgctx_method(method->rgctx_data, 4), __this, L_7, L_8, (&V_0)); goto IL_00d8; } IL_0038: { bool L_9; L_9 = PropertyBag_TryGetPropertyBagForValue_TisInt32Enum_tCBAC8BA2BFF3A845FA599F303093BBBA374B6F0C_m61AF9DE342919DD59CD9CC07D069DEE07629F67E((&V_0), (&V_4), il2cpp_rgctx_method(method->rgctx_data, 6)); V_3 = L_9; bool L_10 = V_3; if (!L_10) { goto IL_00ce; } } { il2cpp_codegen_runtime_class_init_inline(il2cpp_rgctx_data(method->rgctx_data, 8)); bool L_11; L_11 = TypeTraits_1_get_CanBeNull_mB145F76964DE36569385F83F550741253F97BC8B_inline(il2cpp_rgctx_method(method->rgctx_data, 7)); if (!L_11) { goto IL_0067; } } { EqualityComparer_1_tECD5E5244542BCEA9946E4E9E894173EFA97E8DF* L_12; L_12 = EqualityComparer_1_get_Default_mC9B367997D70B8B5F9167227471B3D82603739F4_inline(il2cpp_rgctx_method(method->rgctx_data, 9)); int32_t L_13 = V_0; il2cpp_codegen_initobj((&V_6), sizeof(int32_t)); int32_t L_14 = V_6; NullCheck(L_12); bool L_15; L_15 = VirtualFuncInvoker2< bool, int32_t, int32_t >::Invoke(8, L_12, L_13, L_14); G_B6_0 = ((int32_t)(L_15)); goto IL_0068; } IL_0067: { G_B6_0 = 0; } IL_0068: { V_5 = (bool)G_B6_0; bool L_16 = V_5; if (!L_16) { goto IL_0079; } } { PathVisitor_set_ReturnCode_mB5629AE0124C70E479D9C4D44A8E552DA8BA19E0_inline(__this, (int32_t)4, NULL); goto IL_00d8; } IL_0079: { Property_2_t34CA9C67F7274CB88428DB9890EBAF2C83A001F8* L_17 = ___0_property; PropertyScope__ctor_m28FF99A84F7744DB6A9997E02B733ADB10DEA6AF((&V_7), __this, (RuntimeObject*)L_17, NULL); } { auto __finallyBlock = il2cpp::utils::Finally([&] { FINALLY_0099: { PropertyScope_Dispose_m815F8B5CF2665D576232AE370026021C576F7922((&V_7), NULL); return; } }); try { il2cpp_codegen_initobj((&V_8), sizeof(VisitParameters_tF21AC3343F90A7925EEA69AA73269B7F2DCE66CE)); VisitParameters_tF21AC3343F90A7925EEA69AA73269B7F2DCE66CE L_18 = V_8; PropertyContainer_Accept_TisInt32Enum_tCBAC8BA2BFF3A845FA599F303093BBBA374B6F0C_mECB26B6AD8323EC326585F2EA43B7CBBA7944441((RuntimeObject*)__this, (&V_0), L_18, il2cpp_rgctx_method(method->rgctx_data, 13)); goto IL_00a8; } catch(Il2CppExceptionWrapper& e) { __finallyBlock.StoreException(e.ex); } } IL_00a8: { Property_2_t34CA9C67F7274CB88428DB9890EBAF2C83A001F8* L_19 = ___0_property; NullCheck(L_19); bool L_20; L_20 = VirtualFuncInvoker0< bool >::Invoke(13, L_19); if (L_20) { goto IL_00bb; } } { bool L_21; L_21 = PathVisitor_get_ReadonlyVisit_m334145CFBF9EEF857FD8CB6213633BD513B82904_inline(__this, NULL); G_B14_0 = ((((int32_t)L_21) == ((int32_t)0))? 1 : 0); goto IL_00bc; } IL_00bb: { G_B14_0 = 0; } IL_00bc: { V_9 = (bool)G_B14_0; bool L_22 = V_9; if (!L_22) { goto IL_00cb; } } { Property_2_t34CA9C67F7274CB88428DB9890EBAF2C83A001F8* L_23 = ___0_property; BackgroundSize_t809883E2D7BB1D8D85B4C3E1DBE189F187DB25E7* L_24 = ___1_container; int32_t L_25 = V_0; NullCheck(L_23); VirtualActionInvoker2< BackgroundSize_t809883E2D7BB1D8D85B4C3E1DBE189F187DB25E7*, int32_t >::Invoke(15, L_23, L_24, L_25); } IL_00cb: { goto IL_00d8; } IL_00ce: { PathVisitor_set_ReturnCode_mB5629AE0124C70E479D9C4D44A8E552DA8BA19E0_inline(__this, (int32_t)4, NULL); } IL_00d8: { return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Action_2_tA1EAD43A5C76FF3E77D1705EC83B9AB7B1BE7D88* Column_get_bindCell_m87B54CF94A95D41669E1B1E9F845C3E53B37C847_inline (Column_tD686764EBBB4AFE8473E2464D0039885E3A2EC6A* __this, const RuntimeMethod* method) { { Action_2_tA1EAD43A5C76FF3E77D1705EC83B9AB7B1BE7D88* L_0 = __this->___m_BindCell; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Columns_t487EAF3B634F6D919D58F1927099A8883964831B* MultiColumnCollectionHeader_get_columns_mCD478DC5065BA9B43AD13D998169055EAF1C3655_inline (MultiColumnCollectionHeader_t0B041BD57A14950E8C33DCD854F3A3C2C3DA706D* __this, const RuntimeMethod* method) { { Columns_t487EAF3B634F6D919D58F1927099A8883964831B* L_0 = __this->___U3CcolumnsU3Ek__BackingField; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Dictionary_2_t1C6F670EE6B3EEEEFF2CBA243476B8AC9C173D11* MultiColumnCollectionHeader_get_columnDataMap_mA525250831644003B806C2732E14BDA37BC1A862_inline (MultiColumnCollectionHeader_t0B041BD57A14950E8C33DCD854F3A3C2C3DA706D* __this, const RuntimeMethod* method) { { Dictionary_2_t1C6F670EE6B3EEEEFF2CBA243476B8AC9C173D11* L_0 = __this->___U3CcolumnDataMapU3Ek__BackingField; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR MultiColumnHeaderColumn_t6F44266EE1B6EEB83465A7FE3BA6A6C7CBF8F9B4* ColumnData_get_control_m2104649E1052F0506708BD93DC9DDAE2CA34B700_inline (ColumnData_t0AB07CB43923527FF3700146C0F98D09B673492A* __this, const RuntimeMethod* method) { { MultiColumnHeaderColumn_t6F44266EE1B6EEB83465A7FE3BA6A6C7CBF8F9B4* L_0 = __this->___U3CcontrolU3Ek__BackingField; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR PropertyPath_tA523CA2740853534DF6C009C588464B45A6D0A79 PathVisitor_get_Path_m98A92F21C11F12C0C88EAC86D0F2E853DFBF9BD3_inline (PathVisitor_tCD0947C41CDBDB774D22D560E5FFA01EF61C4446* __this, const RuntimeMethod* method) { { PropertyPath_tA523CA2740853534DF6C009C588464B45A6D0A79 L_0 = __this->___U3CPathU3Ek__BackingField; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t PropertyPathPart_get_Kind_m18581157E2924A9BF9FC8166CF98CBA468016541_inline (PropertyPathPart_tFB308743948D2298957DC1898D90AF2ACFED9DFF* __this, const RuntimeMethod* method) { { int32_t L_0 = __this->___m_Kind; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void PathVisitor_set_ReturnCode_mB5629AE0124C70E479D9C4D44A8E552DA8BA19E0_inline (PathVisitor_tCD0947C41CDBDB774D22D560E5FFA01EF61C4446* __this, int32_t ___0_value, const RuntimeMethod* method) { { int32_t L_0 = ___0_value; __this->___U3CReturnCodeU3Ek__BackingField = L_0; return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject* PathVisitor_get_Property_mA08B8FE123674A9F4529C9CEAC47F6E940846E9B_inline (PathVisitor_tCD0947C41CDBDB774D22D560E5FFA01EF61C4446* __this, const RuntimeMethod* method) { { RuntimeObject* L_0 = __this->___U3CPropertyU3Ek__BackingField; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t PropertyPath_get_Length_m9238E2C9AAFD16D7A74483CB4075AC7592B8889F_inline (PropertyPath_tA523CA2740853534DF6C009C588464B45A6D0A79* __this, const RuntimeMethod* method) { { int32_t L_0 = __this->___U3CLengthU3Ek__BackingField; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool PathVisitor_get_ReadonlyVisit_m334145CFBF9EEF857FD8CB6213633BD513B82904_inline (PathVisitor_tCD0947C41CDBDB774D22D560E5FFA01EF61C4446* __this, const RuntimeMethod* method) { { bool L_0 = __this->___U3CReadonlyVisitU3Ek__BackingField; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Action_2_Invoke_m88484A213EB00FF7254FE3DB935BFB06DD3F5753_gshared_inline (Action_2_tAC461AE4F7B507965CE2E6A32853473F8C02CD75* __this, RuntimeObject* ___0_arg1, int32_t ___1_arg2, const RuntimeMethod* method) { typedef void (*FunctionPointerType) (RuntimeObject*, RuntimeObject*, int32_t, const RuntimeMethod*); ((FunctionPointerType)__this->___invoke_impl)((Il2CppObject*)__this->___method_code, ___0_arg1, ___1_arg2, reinterpret_cast(__this->___method)); } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool NativeArray_1_get_IsCreated_mA83365D6CA218351683FBE5BF4FDF01F36585FD1_gshared_inline (NativeArray_1_t107C57D0357BCF9956A60495CD8FAADDF1D26AFB* __this, const RuntimeMethod* method) { { void* L_0 = __this->___m_Buffer; return (bool)((((int32_t)((((intptr_t)L_0) == ((intptr_t)((uintptr_t)0)))? 1 : 0)) == ((int32_t)0))? 1 : 0); } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool NativeArray_1_get_IsCreated_m8EFEFFD04D851999FFFA45BA8AF0F09D90B1B19E_gshared_inline (NativeArray_1_t596D8D9BF28AE72A671779EB28469319AC3F1147* __this, const RuntimeMethod* method) { { void* L_0 = __this->___m_Buffer; return (bool)((((int32_t)((((intptr_t)L_0) == ((intptr_t)((uintptr_t)0)))? 1 : 0)) == ((int32_t)0))? 1 : 0); } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool NativeArray_1_get_IsCreated_m547C5D2E203906703FFE7232167A21D2A03D54C0_gshared_inline (NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C* __this, const RuntimeMethod* method) { { void* L_0 = __this->___m_Buffer; return (bool)((((int32_t)((((intptr_t)L_0) == ((intptr_t)((uintptr_t)0)))? 1 : 0)) == ((int32_t)0))? 1 : 0); } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool NativeArray_1_get_IsCreated_m24A28014049FCB605E5EA7A2F044DB0445776F25_gshared_inline (NativeArray_1_t170B62D6C147DD05888D56F029D4D828DF487EC9* __this, const RuntimeMethod* method) { { void* L_0 = __this->___m_Buffer; return (bool)((((int32_t)((((intptr_t)L_0) == ((intptr_t)((uintptr_t)0)))? 1 : 0)) == ((int32_t)0))? 1 : 0); } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool NativeArray_1_get_IsCreated_m913401BF0E81033477B3C5B5C54D91034598CDDD_gshared_inline (NativeArray_1_t170B72C5ED52FD874165AC26A8FB1CFE1A93C4CE* __this, const RuntimeMethod* method) { { void* L_0 = __this->___m_Buffer; return (bool)((((int32_t)((((intptr_t)L_0) == ((intptr_t)((uintptr_t)0)))? 1 : 0)) == ((int32_t)0))? 1 : 0); } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool NativeArray_1_get_IsCreated_m4D570DA91CBE8B607C76214B0CC1FFDEA53B6BC0_gshared_inline (NativeArray_1_tC6F9C4831D5B3C255A767235D6B58B1A6492C5C1* __this, const RuntimeMethod* method) { { void* L_0 = __this->___m_Buffer; return (bool)((((int32_t)((((intptr_t)L_0) == ((intptr_t)((uintptr_t)0)))? 1 : 0)) == ((int32_t)0))? 1 : 0); } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool NativeArray_1_get_IsCreated_m4C7111E17A3D26D147222F544FFE7A1F4F3D7DE9_gshared_inline (NativeArray_1_t97E2BFD61E13EEF2CDE34A313415FAD03AB993FD* __this, const RuntimeMethod* method) { { void* L_0 = __this->___m_Buffer; return (bool)((((int32_t)((((intptr_t)L_0) == ((intptr_t)((uintptr_t)0)))? 1 : 0)) == ((int32_t)0))? 1 : 0); } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool NativeArray_1_get_IsCreated_mD18D5BAA0DFBD842389B3723A09296444F3B78F2_gshared_inline (NativeArray_1_t63326FF687E26631308829A9CDB0C51D523D4E9A* __this, const RuntimeMethod* method) { { void* L_0 = __this->___m_Buffer; return (bool)((((int32_t)((((intptr_t)L_0) == ((intptr_t)((uintptr_t)0)))? 1 : 0)) == ((int32_t)0))? 1 : 0); } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool NativeArray_1_get_IsCreated_m5BE85069615B49772C9DB202004FA2FD36F418F2_gshared_inline (NativeArray_1_tE86585F07CF10FCD01AA2652A104B149336F7EC2* __this, const RuntimeMethod* method) { { void* L_0 = __this->___m_Buffer; return (bool)((((int32_t)((((intptr_t)L_0) == ((intptr_t)((uintptr_t)0)))? 1 : 0)) == ((int32_t)0))? 1 : 0); } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void List_1_Clear_m6C27D2DB91485CF3C5992CD0234BA828E8C53275_gshared_inline (List_1_tF42FEB6C3B18B7E7C8F2DE1FEBA00D2491736317* __this, const RuntimeMethod* method) { int32_t V_0 = 0; { int32_t L_0 = __this->____version; __this->____version = ((int32_t)il2cpp_codegen_add(L_0, 1)); goto IL_0035; } IL_0035: { __this->____size = 0; } IL_003c: { return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t List_1_get_Count_m970BE5CCB1F05BAF033736206A0C3142930127B0_gshared_inline (List_1_tF42FEB6C3B18B7E7C8F2DE1FEBA00D2491736317* __this, const RuntimeMethod* method) { { int32_t L_0 = __this->____size; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject** UnsafeUtility_As_TisRuntimeObject_TisRuntimeObject_m427D45188F037E6A44060E2DC34BCD470560D8C9_gshared_inline (RuntimeObject** ___0_from, const RuntimeMethod* method) { { RuntimeObject** L_0 = ___0_from; return (RuntimeObject**)(L_0); } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t List_1_get_Count_m97646F93DD10BF861C66A0E05E73D1BA94B76143_gshared_inline (List_1_t3517D52AE25CA3B19051E691E9C06ED03A3AB9B8* __this, const RuntimeMethod* method) { { int32_t L_0 = __this->____size; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t List_1_get_Count_mF590592E32D421DE2C6E2F0D5C2F62FB14CCEFDF_gshared_inline (List_1_t05915E9237850A58106982B7FE4BC5DA4E872E73* __this, const RuntimeMethod* method) { { int32_t L_0 = __this->____size; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t List_1_get_Count_m46EEFFA770BE665EA0CB3A5332E941DA4B3C1D37_gshared_inline (List_1_t77B94703E05C519A9010DD0614F757F974E1CD8B* __this, const RuntimeMethod* method) { { int32_t L_0 = __this->____size; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool TypeTraits_1_get_CanBeNull_mB145F76964DE36569385F83F550741253F97BC8B_gshared_inline (const RuntimeMethod* method) { { il2cpp_codegen_runtime_class_init_inline(il2cpp_rgctx_data(InitializedTypeInfo(method->klass)->rgctx_data, 1)); bool L_0 = ((TypeTraits_1_t14492BDEFA66B94D1A35E842BFAB7898518438E4_StaticFields*)il2cpp_codegen_static_fields_for(il2cpp_rgctx_data(InitializedTypeInfo(method->klass)->rgctx_data, 1)))->___U3CCanBeNullU3Ek__BackingField; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR EqualityComparer_1_tECD5E5244542BCEA9946E4E9E894173EFA97E8DF* EqualityComparer_1_get_Default_mC9B367997D70B8B5F9167227471B3D82603739F4_gshared_inline (const RuntimeMethod* method) { EqualityComparer_1_tECD5E5244542BCEA9946E4E9E894173EFA97E8DF* V_0 = NULL; { EqualityComparer_1_tECD5E5244542BCEA9946E4E9E894173EFA97E8DF* L_0 = ((EqualityComparer_1_tECD5E5244542BCEA9946E4E9E894173EFA97E8DF_StaticFields*)il2cpp_codegen_static_fields_for(il2cpp_rgctx_data(InitializedTypeInfo(method->klass)->rgctx_data, 2)))->___defaultComparer; il2cpp_codegen_memory_barrier(); V_0 = L_0; EqualityComparer_1_tECD5E5244542BCEA9946E4E9E894173EFA97E8DF* L_1 = V_0; if (L_1) { goto IL_0019; } } { EqualityComparer_1_tECD5E5244542BCEA9946E4E9E894173EFA97E8DF* L_2; L_2 = EqualityComparer_1_CreateComparer_m90CFBBC1492097465600B56ECF620CA25F1C6A73(il2cpp_rgctx_method(InitializedTypeInfo(method->klass)->rgctx_data, 3)); V_0 = L_2; EqualityComparer_1_tECD5E5244542BCEA9946E4E9E894173EFA97E8DF* L_3 = V_0; il2cpp_codegen_memory_barrier(); ((EqualityComparer_1_tECD5E5244542BCEA9946E4E9E894173EFA97E8DF_StaticFields*)il2cpp_codegen_static_fields_for(il2cpp_rgctx_data(InitializedTypeInfo(method->klass)->rgctx_data, 2)))->___defaultComparer = L_3; Il2CppCodeGenWriteBarrier((void**)(&((EqualityComparer_1_tECD5E5244542BCEA9946E4E9E894173EFA97E8DF_StaticFields*)il2cpp_codegen_static_fields_for(il2cpp_rgctx_data(InitializedTypeInfo(method->klass)->rgctx_data, 2)))->___defaultComparer), (void*)L_3); } IL_0019: { EqualityComparer_1_tECD5E5244542BCEA9946E4E9E894173EFA97E8DF* L_4 = V_0; return L_4; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool TypeTraits_1_get_CanBeNull_m735F17A1CDBD434E62378EBF10F8B56495139E17_gshared_inline (const RuntimeMethod* method) { { il2cpp_codegen_runtime_class_init_inline(il2cpp_rgctx_data(InitializedTypeInfo(method->klass)->rgctx_data, 1)); bool L_0 = ((TypeTraits_1_tC1A46C3724D2DAD269AF6BD39D20DE59150FDF28_StaticFields*)il2cpp_codegen_static_fields_for(il2cpp_rgctx_data(InitializedTypeInfo(method->klass)->rgctx_data, 1)))->___U3CCanBeNullU3Ek__BackingField; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR EqualityComparer_1_t92563A67F1C1ECDC3FE387C46498E2E56B59F3C2* EqualityComparer_1_get_Default_mA2AD755281D23F496A2579884B39E30C13C208B3_gshared_inline (const RuntimeMethod* method) { EqualityComparer_1_t92563A67F1C1ECDC3FE387C46498E2E56B59F3C2* V_0 = NULL; { EqualityComparer_1_t92563A67F1C1ECDC3FE387C46498E2E56B59F3C2* L_0 = ((EqualityComparer_1_t92563A67F1C1ECDC3FE387C46498E2E56B59F3C2_StaticFields*)il2cpp_codegen_static_fields_for(il2cpp_rgctx_data(InitializedTypeInfo(method->klass)->rgctx_data, 2)))->___defaultComparer; il2cpp_codegen_memory_barrier(); V_0 = L_0; EqualityComparer_1_t92563A67F1C1ECDC3FE387C46498E2E56B59F3C2* L_1 = V_0; if (L_1) { goto IL_0019; } } { EqualityComparer_1_t92563A67F1C1ECDC3FE387C46498E2E56B59F3C2* L_2; L_2 = EqualityComparer_1_CreateComparer_mD2FA619307513193746FBEB5AE522FB54E21B634(il2cpp_rgctx_method(InitializedTypeInfo(method->klass)->rgctx_data, 3)); V_0 = L_2; EqualityComparer_1_t92563A67F1C1ECDC3FE387C46498E2E56B59F3C2* L_3 = V_0; il2cpp_codegen_memory_barrier(); ((EqualityComparer_1_t92563A67F1C1ECDC3FE387C46498E2E56B59F3C2_StaticFields*)il2cpp_codegen_static_fields_for(il2cpp_rgctx_data(InitializedTypeInfo(method->klass)->rgctx_data, 2)))->___defaultComparer = L_3; Il2CppCodeGenWriteBarrier((void**)(&((EqualityComparer_1_t92563A67F1C1ECDC3FE387C46498E2E56B59F3C2_StaticFields*)il2cpp_codegen_static_fields_for(il2cpp_rgctx_data(InitializedTypeInfo(method->klass)->rgctx_data, 2)))->___defaultComparer), (void*)L_3); } IL_0019: { EqualityComparer_1_t92563A67F1C1ECDC3FE387C46498E2E56B59F3C2* L_4 = V_0; return L_4; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool TypeTraits_1_get_CanBeNull_m1070B18AE5014C462C176214EB504B80ABCF9E56_gshared_inline (const RuntimeMethod* method) { { il2cpp_codegen_runtime_class_init_inline(il2cpp_rgctx_data(InitializedTypeInfo(method->klass)->rgctx_data, 1)); bool L_0 = ((TypeTraits_1_t489E41DF3938E924D32457D7DE82598F4FD0A2DE_StaticFields*)il2cpp_codegen_static_fields_for(il2cpp_rgctx_data(InitializedTypeInfo(method->klass)->rgctx_data, 1)))->___U3CCanBeNullU3Ek__BackingField; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR EqualityComparer_1_t346CEF653847623862FC6F88D66F7933B0039499* EqualityComparer_1_get_Default_m20A1B9861324559044977270E1FAFB09BBE14234_gshared_inline (const RuntimeMethod* method) { EqualityComparer_1_t346CEF653847623862FC6F88D66F7933B0039499* V_0 = NULL; { EqualityComparer_1_t346CEF653847623862FC6F88D66F7933B0039499* L_0 = ((EqualityComparer_1_t346CEF653847623862FC6F88D66F7933B0039499_StaticFields*)il2cpp_codegen_static_fields_for(il2cpp_rgctx_data(InitializedTypeInfo(method->klass)->rgctx_data, 2)))->___defaultComparer; il2cpp_codegen_memory_barrier(); V_0 = L_0; EqualityComparer_1_t346CEF653847623862FC6F88D66F7933B0039499* L_1 = V_0; if (L_1) { goto IL_0019; } } { EqualityComparer_1_t346CEF653847623862FC6F88D66F7933B0039499* L_2; L_2 = EqualityComparer_1_CreateComparer_m4055D46D61B6AD80A0F2D4624577D7FE9D15B002(il2cpp_rgctx_method(InitializedTypeInfo(method->klass)->rgctx_data, 3)); V_0 = L_2; EqualityComparer_1_t346CEF653847623862FC6F88D66F7933B0039499* L_3 = V_0; il2cpp_codegen_memory_barrier(); ((EqualityComparer_1_t346CEF653847623862FC6F88D66F7933B0039499_StaticFields*)il2cpp_codegen_static_fields_for(il2cpp_rgctx_data(InitializedTypeInfo(method->klass)->rgctx_data, 2)))->___defaultComparer = L_3; Il2CppCodeGenWriteBarrier((void**)(&((EqualityComparer_1_t346CEF653847623862FC6F88D66F7933B0039499_StaticFields*)il2cpp_codegen_static_fields_for(il2cpp_rgctx_data(InitializedTypeInfo(method->klass)->rgctx_data, 2)))->___defaultComparer), (void*)L_3); } IL_0019: { EqualityComparer_1_t346CEF653847623862FC6F88D66F7933B0039499* L_4 = V_0; return L_4; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool TypeTraits_1_get_CanBeNull_m0D87D0851EC5F34630C609FC128C8673317DCEAA_gshared_inline (const RuntimeMethod* method) { { il2cpp_codegen_runtime_class_init_inline(il2cpp_rgctx_data(InitializedTypeInfo(method->klass)->rgctx_data, 1)); bool L_0 = ((TypeTraits_1_t8883CD81D797B05BC15979287C7B2BC58F033BC9_StaticFields*)il2cpp_codegen_static_fields_for(il2cpp_rgctx_data(InitializedTypeInfo(method->klass)->rgctx_data, 1)))->___U3CCanBeNullU3Ek__BackingField; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR EqualityComparer_1_t8B724228B7FB3FDB4FA0E3B3197F3E836025C852* EqualityComparer_1_get_Default_mFF0B648FC824123BF138D79F2FCF183B2F7A57B3_gshared_inline (const RuntimeMethod* method) { EqualityComparer_1_t8B724228B7FB3FDB4FA0E3B3197F3E836025C852* V_0 = NULL; { EqualityComparer_1_t8B724228B7FB3FDB4FA0E3B3197F3E836025C852* L_0 = ((EqualityComparer_1_t8B724228B7FB3FDB4FA0E3B3197F3E836025C852_StaticFields*)il2cpp_codegen_static_fields_for(il2cpp_rgctx_data(InitializedTypeInfo(method->klass)->rgctx_data, 2)))->___defaultComparer; il2cpp_codegen_memory_barrier(); V_0 = L_0; EqualityComparer_1_t8B724228B7FB3FDB4FA0E3B3197F3E836025C852* L_1 = V_0; if (L_1) { goto IL_0019; } } { EqualityComparer_1_t8B724228B7FB3FDB4FA0E3B3197F3E836025C852* L_2; L_2 = EqualityComparer_1_CreateComparer_mE5BC74FD18313E1237342B0626EB109CDF69CE26(il2cpp_rgctx_method(InitializedTypeInfo(method->klass)->rgctx_data, 3)); V_0 = L_2; EqualityComparer_1_t8B724228B7FB3FDB4FA0E3B3197F3E836025C852* L_3 = V_0; il2cpp_codegen_memory_barrier(); ((EqualityComparer_1_t8B724228B7FB3FDB4FA0E3B3197F3E836025C852_StaticFields*)il2cpp_codegen_static_fields_for(il2cpp_rgctx_data(InitializedTypeInfo(method->klass)->rgctx_data, 2)))->___defaultComparer = L_3; Il2CppCodeGenWriteBarrier((void**)(&((EqualityComparer_1_t8B724228B7FB3FDB4FA0E3B3197F3E836025C852_StaticFields*)il2cpp_codegen_static_fields_for(il2cpp_rgctx_data(InitializedTypeInfo(method->klass)->rgctx_data, 2)))->___defaultComparer), (void*)L_3); } IL_0019: { EqualityComparer_1_t8B724228B7FB3FDB4FA0E3B3197F3E836025C852* L_4 = V_0; return L_4; } }